@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    display: inline-block;
    text-decoration: none;
}
li{
    list-style: none;
}
:root{
  --lightyellow:#FAFAFA;
  --blue:#0086D5;  
}

.container{
    max-width:1100px ;
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
}

/* navbar */

.nav_list{
    font-family: "Poppins", sans-serif;
}
.nav_list li{
    padding: 0 11px;
    font-size: 14px;
}

.nav_list li a:hover{
  color: darkblue;
}

.nav_bt{
    background-color: var(--blue);
    color: white;
    border-radius: 5px;
}
.nav_bt:hover{
 background-color: black;
   color: white;
}

/* banner */
.banner{
    background-color: var(--lightyellow);
    padding-top: 70px;
    font-family: "Poppins", sans-serif;
}
.ban_head{
   max-width: 486px;
   width: 100%; 
   font-size: 48px;
}
.ban_para{
    max-width: 480px;
    width: 100%;
    font-size: 18px;
    color: rgb(101, 101, 101);
    margin-top: 20px;
}
.ban_bt{
    border: 1px solid gray;
}
/* clints */
.clints{
    padding-top:60px;
    padding-bottom:60px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.clint_head{
 font-size: 36px;
 font-weight: bold;
}
.clint_para{
    max-width: 522px;
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    padding: 10px;
    color: rgb(104, 103, 103);
}
.main_clint{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clint1 img{
width: 200px;
}
.clint1{
animation-name: box_annimation;
  animation-timing-function:linear;
  animation-duration:4s;
  animation-iteration-count: infinite;
}
@keyframes box_annimation{
 0%{
  transform: translateX(100px);
 }
 90%{
  transform: translate(0);
 }

}

/* feature */
.feature{
    background-color: var(--lightyellow);
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: "Poppins", sans-serif;
}
.left_feature{
 margin-top: 150px;
}
.feature_head{
    font-size: 14px;
    color: #0086D5;
}
.feature_head2{
    font-size: 38px;
    font-weight: bold;
}
.feature_para{
    max-width: 475px;
    width: 100%;
    font-size: 16px;
    color: rgb(100, 99, 99);
    margin-top: 10px;
}
.feature_card{
    padding: 15px 5px;
    background-color: none;
    border-radius: 15px;
    border: 2px solid rgb(155, 155, 155);
}
.feature_card:hover{
    transform: scale(0.9);
    /* border: none; */
    box-shadow: 0 0 10px gray;
}
.feature_img img{
    width: 45px;
     background-color: red;
     padding: 8px 12px;
     border-radius: 5px;
}

.feature_para2{
    max-width: 221px;
    width: 100%;
    font-size: 11px;
    color: gray;
    margin-top: 18px;
}
.feature_img1 img{
   width: 47px;
   background-color: rgb(55, 163, 230);
   padding: 8px;
   border-radius: 5px;  
}
.feature_img2 img{
  width: 47px;
   background-color:rgb(51, 216, 128);
   padding: 8px;
   border-radius: 5px;     
}
.feature_img3 img{
   width: 47px;
   background-color:rgb(218, 184, 51);
   padding: 10px 8px;
   border-radius: 5px;        
}
/* place */
.place{
    padding-top: 100px;
    padding-bottom: 70px;
    font-family: "Poppins", sans-serif;
}
.right_place{
    text-align: end;
}
.right_place h6{
  font-size: 14px;
  color: #0086D5; 
   /* padding-right: 15px;  */
}
.right_place h2{
    max-width: 439px;
    width: 100%;
    font-size: 38px;
    font-weight: bold;
   padding-top: 20px;
    /* margin-left: 35px; */
}
.right_place p{
    max-width: 475.8px;
    width: 100%;
    font-size: 16px;
    color: gray;
    padding-top: 25px;
}
.left_row{
    margin-top: 100px;
}
.left_place h6{
  font-size: 14px;
  color: #0086D5; 
   /* padding-right: 15px;  */
}
.left_place h2{
    max-width: 458px;
    width: 100%;
    font-size: 38px;
    font-weight: bold;
   padding-top: 20px;
    /* margin-left: 35px; */
}
.left_place p{
    max-width: 475.8px;
    width: 100%;
    font-size: 16px;
    color: gray;
    padding-top: 25px;
}
/* Testimonials */
.testimonials{
    background-color: var(--lightyellow);
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
     font-family: "Poppins", sans-serif;
}
.testi_head{
  font-size: 14px;
  color: #0086D5; 
  font-weight: 600;
}
.testi_head2{
    max-width: 440px;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    margin: 0 auto;
}
.testi1{
    border: 1px solid gray;
    border-radius: 20px;
    /* margin: 0 20px; */
    padding: 20px;
}
.testi1 img{
    width: 100px;
    margin-top: -80px;
}
.testi1 p{
    color: rgb(103, 102, 102);
    font-size: 12px;
}

  .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* background: #444; */
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 100px;
    }

    .swiper_dot{
        margin-top: 80px;
    }

   /* faq */
   .faqpart{
    padding-top: 80px;
    font-family: "Poppins", sans-serif;
   }
   .faq_head{
    color: var(--blue);
    font-size: 14px;
    text-align: center;
   }
   .faq_head2{
    font-size: 36px;
    text-align: center;
    font-weight: bold;
   }

   .mainfaq{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 50px;
   }
   .left_faq{
    border: 2px solid rgb(156, 154, 154);
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
   }
   .faq_para{
    max-width: 416px;
    width: 100%;
    color: rgb(103, 102, 102);
    font-size: 11px;
    margin-top: 15px;
   }
   .faq_btt1,.faq_btt2,.faq_btt3{
    display: none;
    border: none;
   }
   .faq_para2,.faq_para3,.faq_para4{
     max-width: 416px;
    width: 100%;
    color: rgb(103, 102, 102);
    font-size: 11px;
    margin-top: 15px;
    display: none;
   }
  .faq_bt1,.faq_bt2,.faq_bt3{
    border: none;
  }

/* Newspaper */
.newspaper{
  background-color: var(--blue);
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
  border-radius: 15px;
   font-family: "Poppins", sans-serif;
   color: white;
}
 .left_newspaper img{
  width: 350px;
  height: 350px;
  object-fit: contain;
 }
  .mainnews{
    position: relative;
  }
.left_newspaper img{
  position: absolute;
  right: 53%;
  bottom: 40px;
}
.right_newspaper{
 position: relative;
 margin-bottom: 20px;
}
.right_newspaper h6{
font-size: 14px;
margin-top: 30px;
}
.right_newspaper h3{
  font-size: 36px;
  font-weight: bold;
  margin: 15px 0;
}
.right_newspaper p{
  max-width: 450px;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
}
.news_mail{
  background-color: var(--blue);
  border: 1px solid white;
  padding-left: 30px;
  position: relative;
}
.news_mail::placeholder{
  color: white;
}
.mailbox{
  position: absolute;
  margin-left: 10px;
  margin-top: 6px;
  z-index: 100;
}
.news_bt{
  background-color: white;
  color: black;
  border-radius: 2px;
}
.news_bt:hover{
  background-color: black;
  color: white;
}
/* footer */
.footer{
  padding-top: 100px;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.mainfooter{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fot1{
  margin-bottom: 230px;
}
.fot1 img{
  width: 150px;
}
.fot1 p{
  max-width: 300px;
  width: 100%;
  font-size: 14px;
  color: rgb(90, 89, 89);
  margin-top: 15px;
}

.fot_icon a{
  color: white;
  background-color: var(--blue);
  font-size: 12px;
  border-radius: 50px;
  padding: 8px 12px;
  margin-left: 10px;
}
.fot_icon a:hover{
  background-color: black;
  color: white;
}
.fot2 p,.fot3 p{
  font-size: 18px;
  font-weight: bold;
  margin-left: 30px;
}
.fot2 ul li a{
  padding-top: 10px;
  color: rgb(90, 89, 89);
  font-size: 14px;
}
.fot3 ul li a{
  padding-top: 10px;
  color: rgb(90, 89, 89);
  font-size: 14px;
}
.fot2 a:hover,.fot3 a:hover{
  color: var(--blue);
}
.last_foot{
  margin-top: 50px;
  color: rgb(90, 89, 89);
  font-size: 14px;
}
@media screen and (max-width:991px) {
  .main_clint{
    flex-direction: column;
  } 
  .main_feature{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  } 
  .left_feature{
    margin-top: 0;
    margin-bottom: 20px;
   text-align: center;
  }
  .feature_para{
    margin: 0 auto;
  }
  .feature_card{
    margin-top: 15px;
  }
  .mainfaq{
   flex-direction: column;
   align-items: center;
  }
  .faq1{
    margin-bottom: 20px;
  }
}
@media screen and (max-width:860px){
   .mainfooter{
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .fot1{
    margin-bottom: 0;
  }
  .fot2,.fot3{
    margin-top: 20px;
  }
}
@media screen and (max-width:767px){
  .right_place{
    text-align: center;
  }  
  .right_place p,.right_place h2{
    margin: 0 auto;
  }
   .left_place{
    text-align: center;
  }  
  .left_place p,.left_place h2{
    margin: 0 auto;
  }
}
@media screen and (max-width:489px) {
 .ban_mail{
    margin-bottom: 10px;
 } 
 .ban_head{
    font-size: 35px;
 }  
 .news_mail{
  margin-bottom: 10px;
 }
 .left_newspaper{
  display: none;
 }
}