@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a{
    display: inline-block;
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
:root{
--darkblue:#36689E;
}

.container{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.container1{
    max-width: 1176px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/* navbar */
.navbar{
     font-family: "Roboto", sans-serif;
}
.navbrand img{
    width: 115px;
}
.navlist li{
    padding: 0 18px;
    font-size: 18px;
}
.navlist li a{
    color: black;
}
.navlist li a:hover{
    color: var(--darkblue) !important;
}
.navcontact{
    background-color: var(--darkblue);
    color: white;
    padding: 8px 20px;
}
.navcontact:hover{
    background-color: black;
    color: white;
}
.navdigit{
    border: 1px solid gray;
     padding: 8px 20px;
     margin-left: 20px;
}
.navdigit:hover{
    background-color: var(--darkblue);
    color: white;
}
/* banner */

.banner{
    background-image: url(../images/level\ up\ business.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Roboto", sans-serif;
}
.banhead{
    font-size: 42px;
    padding-top: 200px;
}
.ban_para{
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
}
.ban_butt{
    padding-top: 50px;
}
.ban_bt{
    background-color: var(--darkblue);
    border-radius: 3px;
    color: white;
}
.ban_bt:hover{
    background-color: black;
    color: white;
}
.ban_vid img{
    width: 50px;
    margin-left: 20px;
}

.ban_capacity{
    background-color: white;
    border-radius: 5px;
    box-shadow: 2px 5px 15px var(--darkblue);
    padding: 10px 30px;
    text-align: center;
}
.ban_list{
    color: var(--darkblue);
    font-weight: 800;
}
.ban_drop{
    border: none;
    color: var(--darkblue);
     font-weight: 800;
}
.ban_list2{
    color: rgb(92, 90, 90);
}
.ban_list2 a{
    color: rgb(92, 90, 90);
}
.ban_list3{
font-weight: 350;
color:  rgb(92, 90, 90);
}
.ban_bt2{
    background-color: var(--darkblue);
    border-radius: 3px;
    color: white;
    padding: 14px 10px;
}
.ban_bt2:hover{
    background-color: black;
    color: white;
}
/* Advantage */
.advantage{
    padding-top: 90px;
    padding-bottom: 110px;
}
.advan_head{
    color: var(--darkblue);
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}
.advan_head2{
    font-size: 42px;
    line-height: 1.2;
    font-weight: 500;
     font-family: "Inter", sans-serif;
}
.advan_card:hover{
    background-color: rgb(233, 233, 242);
}
.advan_img{
    width: 150px;
   margin: 0 auto;
}
.advan_text{
    color: var(--darkblue);
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
}
.advan_para{
    font-family: "Roboto", sans-serif;
    max-width: 300px;
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
    padding: 15px 0;
}
.advan_bt{
    border-bottom: 2px dashed rgb(187, 187, 233);
}
.learn_bt{
    margin-top: 80px;
}
/* choose us */
.choose{
   font-family: "Roboto", sans-serif;
   padding-bottom: 80px;
}
.choose_head{
    font-size: 40px;
    color: var(--darkblue);
}
.choose_card{
 padding-left: 80px;
 padding-top: 100px;
}
.choose_card ul li{
padding-top: 20px;
font-size: 15px;
font-weight: 700;
}
.choose_list2{
    margin-left: 180px;
}
.choose_list li,.choose_list2 li{
    position: relative;
}
.choose_list li::before{
    content: "";
    background: url(../images/Vector\ \(7\).png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 65px;
}
.choose_list2 li::before{
   content: "";
    background: url(../images/Vector\ \(7\).png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 75px;   
}
/* procedure */
.procedure{
    background-color: #F3FAFA;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.procedure h6{
   font-size: 18px; 
   font-weight: bold;
    font-family: "Roboto", sans-serif;
    color: var(--darkblue);
}
.procedure h2{
    font-size: 42px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
.procedure_card{
    background-color: white;
    height: 320px;
    padding: 25px 20px;
    border-radius: 5px;
    box-shadow: 0 5px 5px gray;
}
.pro_img img{
   max-width: 70px;
   width: 100%;
   margin: 0 auto;
 background-color: white;
 border-radius: 50px;
 padding: 20px 20px;
 box-shadow: 2px 2px 5px gray;
}
.procedure_card h4{
   font-size: 26px; 
   font-family: "Roboto", sans-serif;
   color: var(--darkblue);
   padding: 20px 0;
}
.procedure_card p{
    max-width: 273px;
    width: 100%;
    font-size: 14px;
    color: rgb(108, 107, 107);
    margin-bottom: 50px;
}
.pro_spa{
    color: var(--darkblue);
}
 /* .swiper {
      width: 100%;
      height: 100%;
    } */

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

     /* Features */
    .features{
        padding-top: 100px;
        padding-bottom: 50px;
        text-align: center;
    }
    .features h2{
        font-size: 42px;
        font-weight: 600;
         font-family: "Inter", sans-serif; 
    }
    .feature_card{
        min-height: 380px;
    }
    .feature_card:hover{
        box-shadow: 0 0 10px gray;
    }
    .features_img{
        max-width: 100px;
        width: 100%;
        margin: 0 auto;
    }
    .feature_head{
       font-family: "Roboto", sans-serif;
       font-size: 26px;
    }
    .feature_para{
        color: gray;
        font-size: 14px;
        font-family: "Roboto", sans-serif; 
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .feature_bt{
        background-color: var(--darkblue);
        color: white;
        padding: 10px 50px;
    }
    .feature_bt:hover{
    background-color: black;
    color: white;
}
.feature_bt2{
    margin-top: 15px;
}

/* Testimonials */
.testimonial{
    background-color: #F3FAFA;
    padding-top: 90px;
    padding-bottom: 90px;
}
.testi_head{
     font-family: "Roboto", sans-serif;
    color: var(--darkblue);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.testi_head2{
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 42px;
    font-weight:600;
}
/* .main_test{
    display: flex;
    justify-content: space-around;
    margin-top: 48px;
} */
.test1,.test2,.test3{
    background-color: white;
    box-shadow: 1px 5px 2px gray;
    border-radius: 15px;
}
.test1 p{
    font-family: "Inter", sans-serif;
    max-width: 288px;
    width: 100%;
    font-size: 16px;
    color: rgb(88, 87, 87);
    padding: 25px 20px;
}
.test2 p{
    font-family: "Inter", sans-serif;
    max-width: 320px;
    width: 100%;
    font-size: 16px;
    color: rgb(88, 87, 87);
    padding: 25px 20px;
}
.test3 p{
    font-family: "Inter", sans-serif;
    max-width: 288px;
    width: 100%;
    font-size: 16px;
    color: rgb(88, 87, 87);
    padding: 25px 20px;
}
.main_customar{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.testimoni_customar{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.test_customar{
    font-family: "Inter", sans-serif;
    color: var(--darkblue);
    font-size: 18px;
}


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

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

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
   
  /* contact us */
  .contact{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact h6{
    text-transform:uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
     font-family: "Roboto", sans-serif;
     color: var(--darkblue);
  }
  .contact h2{
    font-size: 42px;
    font-weight: 600;
     font-family: "Inter", sans-serif;
     text-align: center;
     padding-top: 8px;
  }
  .contact_img{
    max-width: 700px;
    width: 100%;
  }
  .contact_head{
   font-size: 34px;
   font-weight: bold;
    font-family: "Roboto", sans-serif; 
    text-align: center;
  }
  .contact_para{
    font-size: 20px;
    font-family: "Roboto", sans-serif; 
    color: gray;
    text-align: center;
  }
  .right_contact{
    width: 80%;
   margin-top: 120px;
  }
  .contact input{
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    border: none;
    box-shadow: 0 0 8px rgb(214, 213, 213);
  }
  .subs{
    width: 20% !important;
    background-color: var(--darkblue);
    color: white;
  }

  .error{
    color: red;
  }
  /* brands */
  .brand{
   /* padding-top: 80px; */
    padding-bottom: 80px;
  }
  .brand h6{
    font-size: 22px;
    color: var(--darkblue);
    text-align: center;
    font-family: "Roboto", sans-serif; 
  }
  .brand_app{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
  }
  .brand_app1{
    animation-name: app_annimation;
    animation-timing-function: linear;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
 @keyframes  app_annimation {
  0%{
    transform: translateX(100px);
  }
  90%{
    transform: translateX(0);
  }
 }
  /* footer */
  .footer{
    padding-top: 50px;
    background-color: #F3FAFA;
  }
  .mainfot{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .fot1 img{
    width: 160px;
  }
  .fot1 p{
    max-width: 454px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    margin: 20px 0;
    color: rgb(86, 86, 86);
    text-transform: capitalize;
     font-family: "Roboto", sans-serif; 
  }
  .fot1 a{
    color: black;
    padding-left: 10px;
    font-size: 20px;
  }
  .fot1 a:hover{
    color: var(--darkblue);
  }
  .fot2 p{
    font-size: 20px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-left: 30px;
    margin-bottom: 0;
  }
  .fot2 ul li a{
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: rgb(100, 99, 99);
    padding-top: 18px;
  }
  .fot2 a:hover{
    color: #36689E;
  }
  .lastfot p{
    text-align: center;
    font-size: 14px;
    color: rgb(91, 90, 90);
     font-family: "Roboto", sans-serif;
  }

@media screen and (max-width:1199px){
  .navlist li{
   padding:0 7px;
   font-size: 16px;
  }
  .right_contact{
   margin-left: 30px;
  }
   .subs{
    width: 40% !important;
  }
}
@media screen  and (max-width:991px){
  .banhead{
    padding-top: 100px;
  } 
  .choose_list2{
    margin-left: 120px;
  } 
  .choose_card{
    padding-left: 20px;
  }
  .feature_bt{
    padding: 10px 20px;
  }
  .feature_bt2{
    margin-top: 0;
  }
}
@media screen and (max-width:767px) {
  .banner{
    text-align: center;
  } 
  .ban_bt2{
    padding:7px 5px;
  } 
  .advan_para{
    margin: 0 auto;
  }
  .advan_card{
    margin-top: 15px;
  }
  .feature_card{
    margin-top: 20px;
  }
  .contact_row{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainfot{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width:489px) {
  .navdigit{
    margin-left: 0;
    margin-top: 4px;
  }  
  .ban_bt2{
    font-size: 13px;
  }
  .choose_head{
    font-size: 30px;
  }
  .choose_list2{
    margin-left: 40px;
  }
}