 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
  .one{
    background-image: url("./images/Untitled.jpeg");

  }
  .two{
    background-image: url("./images/onee.png");

  }
  .three{
    background-image: url("./images/scndd.png");

  }
  .back{
    background-image: url(./images/Untitled.jpeg);
    width: 101%;
    background-size: cover;
  }

/* Nav baar */

#navbar {
    display: flex;
    align-items: center;
    border-bottom: 4px;
        background-color: #104A5A;

   
  }
  .social-icons a {
    padding: 0 10px;
    color: #333;
    transition: all 0.2s ease-in-out;
  }
  .fontstyle{
     font-family: Calibri;
 }
  .social-icons a:hover {
    color: #0077B5;
  }
  
  .social-icons i {
    font-size: 40px;
  }  
  body {
    overflow-x: hidden;
  }
  /* Nav baar :LOGO AND IMAGE */
  
  #logo {
    height: 56px;
    margin: 0px 6px;
  }
  
  #navbar ul {
    display: flex;
  }
  
  /* #navbar::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 23%;
    width: 250%;
    z-index: -1;
    opacity: 10.5;
  } */
  
  #navbar ul li {
    list-style-type: none;
  }
  
  #navbar ul li a {
    font-size: 18px;
    color: white;
    font-weight: 700;
    display: block;
    padding: 10px 22px;
    border-radius: 20px;
    text-decoration: none;
    /* color: rgb(31, 143, 56); */
    font-family: 'Poppins', sans-serif;
  }
  #navbar ul li a:hover {
    /* color: rgb(27, 199, 53); */
    background-color: #21130d;
  }
  
  .bg-style {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .contact-button {
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    color: white !important;
    border: 2px solid white;
    padding: 9px 21px;
    font-size: 16px;
    font-weight: bold;
    background: #104A5A;
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
  .contact-button:hover{
    opacity: 0.9;
    background: #21130d;
  }
  .contact-buttoni {
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    color: gray !important;
    border: 2px solid white;
    padding: 9px 21px;
    font-size: 16px;
    font-weight: 600;
    /* background: #104A5A; */
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
  .contact-buttoni:hover{
    opacity: 0.9;
    /* background: #104A5A; */
  }
 
  
  .hid{
    display: none;
  }
  @media screen and (max-width: 991px) {
    .hid{
      display: block;
    }
  }
  @media screen and (max-width: 991px) {
    .contact-buttoni{
      display: none;
    }
  }
  @media screen and (max-width: 1030px ) and (min-width:992px) {
    #navbar ul li a {
      font-size: 14px;
   
    font-weight: 600;
      display: block;
      padding: 10px 22px;
      border-radius: 20px;
      text-decoration: none;
      /* color: rgb(31, 143, 56); */
      font-family: 'Poppins', sans-serif;
    }
  }
  @media screen and (max-width: 994px ) and (min-width:992px) {
    #navbar ul li a {
      font-size: 13px;
   
    font-weight: 600;
      display: block;
      padding: 10px 22px;
      border-radius: 20px;
      text-decoration: none;
      /* color: rgb(31, 143, 56); */
      font-family: 'Poppins', sans-serif;
    }
  }
  .buton {
    border-radius: 7px;
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 2px solid white;
    padding: 10px 34px;
   
    font-size: 13px;
    font-weight: bold;
    background:#104A5A;
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
  
  .buton:hover {
    border: 2px solid white;
    color: white;
    background: #104A5A;
    transition: 0.5s;
  }
  
  /* .navbar ul li a::after {
    content: "";
    width: 0px;
    height: 2px;
    background: rgb(27, 199, 53);
    display: block;
    margin: auto;
    transition: 0.5s;
  }
  
  .navbar ul li a:hover::after {
    width: 100%;
  } */
  
  /* RESPONSIVE */
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-caption {
      bottom: 370px;
    }
  
    .carousel-caption p {
      width: 100%;
    }
  }
  @media only screen and (max-width: 767px) {
    .navbar-nav {
      text-align: center;
    }
  
    .carousel-caption {
      bottom: 12px;
    }
  
    .carousel-caption h5 {
      font-size: 17px;
    }
    .carousel-caption a {
      padding: 10px 15px;
    }
    .carousel-caption p {
      width: 100%;
      line-height: 1.6;
      font-size: 12px;
    }
  }
  
  /* CAROUSEL */
  
  .carousel-item {
    height: 77vh;
    min-height: 300px;
  }
  
  .carousel-item img {
    width: 100%;
    height: 100%;
  }
  /* .carousel-caption {
    bottom: 220px;
    z-index: 2;
  }
  
  .carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
  }
  
  .carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
  } */
  
  /* .carousel-inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
  } */
  
  /* .carousel-item {
    height: 700px;
  } */
  
  /* ABOUT */
  
  .about-img {
    width: 100%;
    height: 90%;
    margin-top: 20px;
    
  }
  
  .about-text {
    margin-top: 40px;
  }
  
  .about-buton {
    border-radius: 10px;
    padding: 15px;
   
  }
  .about-buton:hover{
    opacity: 0.7;
    /* background: #104A5A; */
  }
  
  /* PARTNERS */
  
  .heading {
    color: black;
  }
  .p-partners {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .part-img1 {
    width: 100%;
  }
  .partner-img {
    justify-content: center;
    align-items: center;
    text-align: center;
  
  }
  
  .fa {
    padding: 13px 29px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
  }
  .tu-1{
    padding: 20px 60px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none; 
  }
  .tu:hover {
    opacity: 0.8;
  }
  /* Set a specific color for each brand */
  
  /* Facebook */
  /* .fa-facebook {
    background: #3B5998;
    color: white;
   
  } */
  
  /* Twitter */
  /* .fa-twitter {
    background: #55ACEE;
    color: white;
    
  }
  .fa-instagram {
    background: #ee559c;
    color: white;
    border-radius: 15px;
  }
  .fa-whatsapp {
    background: #55ee62;
    color: white;
    
  }
  .fa-youtube {
    background: #b31010;
    color: white;
    border-radius: 15px;
  }
  .fa-linkedin {
    background: #1051b3;
    color: white;
    
  } */
  .one{
    background-image: url("./images/Untitled.jpeg");

  }
  .two{
    background-image: url("./images/onee.png");

  }
  .three{
    background-image: url("./images/scndd.png");

  }
  .back{
    background-image: url(./images/Untitled.jpeg);
    width: 101%;
    background-size: cover;
  }

  /* footer */
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}





footer{
  color: #fff;
  /* background-image: linear-gradient(90deg, 	rgb(52,58,64)0%, rgba(93,97,102) 100%); */
 background-image: url(./images/peakpx.jpg);
  position: relative;
  width: 100%;
  height: 100%;
 opacity: 0.9;
 background-size: cover;
  font-size: 0.8rem;
}



@media (max-width:960px) {
  footer{
    width: 100%;
  
  }
  
  .main{
  
 display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr;
}
  
  .logo{
    grid-column: 1/3;
  }
  
  .office{
    grid-column: 3/5;
  }
  .link{
    grid-column: 1/3;
  }
  
  
}





@media (max-width:660px){
  .main{
    gap:20px;
    margin: 0;

  }
  
  .icons{
    display: flex;
  }
  
 
  
  .row{
    grid-column: 1/4;
  }
}







.manik{
  width: 120px;
}
.main{
  
  padding-top: 20px;
  padding-bottom: 10px;
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(4, 1fr );
}
.row{
 margin-top: 50px;
}
.footer-header{
  font-size: 1.5rem;
  
}

.office-des{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.office a{
  text-decoration: none;
  color: #fff;
  
}
.office a:hover{
  color: #98A8F8;
}
.num{
  font-size: 1rem;
  font-weight: 500;
}

.link-des{
  display: flex;
  flex-direction: column;
  gap:10px;
}
.link-des a{
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.link-des a:hover{
  color: wheat;
  transition: linear 0.3s;
}

.btn-know{
  text-decoration: none;
  background-color: #fff;
  padding: 10px;
  position: relative;
  top: 30px;
  background-color: transparent;
  border: 1px solid #98A8F8;
  color: #98A8F8;
  text-transform: uppercase;
  border-radius:10px;
  
}


.btn-know:hover{
  color: white; 
  background-color: #98A8F8;
  transition: linear 0.3s;
}
.subcribe{
  display: flex;
}
input[type=mail]{
  border: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  font-size: 0.8rem;
}
.sub-icon{
  margin: 7px;
  margin-right: 15px;
  margin-left: 0;
  font-size: 1.5rem;
}
.ri-arrow-right-line{
  margin-left: 0;
  
}

.icons a{
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  align-items: center;
  font-size: 1.1rem;
  margin: 2%;
}


.social-icon{
  position: relative;
  top:2px;
}
.icons a:hover{
  color: #fff;
  background-color: #1051b3;
  border-color: wheat;;
}

.newsletter-des{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer-sec h2{
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}
  footer{
  color: #fff;
  /* background-image: linear-gradient(90deg, 	rgb(52,58,64)0%, rgba(93,97,102) 100%); */
 background-image: url(./images/peakpx.jpg);
  position: relative;
  width: 100%;
  height: 100%;
 opacity: 0.9;
 background-size: cover;
  font-size: 0.8rem;
}