body{
    font-family: "Urbanist", sans-serif;
}

.logo{
    width: 100px;
}
.toggle-icon{
      /* background-color: #666666; */
      width: 80px;
      padding: 15px;
      transition: all ease-in 0.3s;
      cursor: pointer;
}

.heading{
    padding: 0px 0px 50px;
    h2{
        font-family: ultra;
        font-size: 38px;
    }
}

.list {
  display: flex;
  padding: 5px 0 15px 40px;
  position: relative;
  font-weight: 600;
}
.list i {
  display: inline-block;
  font-size: 1.3rem;
  left: 5px;
  position: absolute;
  top: 5px;
  a{
    text-decoration: none;
  }
}

/* Banner */
.navbar-main{
    background: url('../banner/Background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.navbar-main-sub{
  position: absolute;
  top: 150px;
}

.navbar-main-text h2{
    font-size: 50px;
    font-weight: bold;
    margin: 0px 250px;
    text-align: center;
    padding: 0px 0px 40px;
    line-height: 70px;
}
.banner-img-main{
    position: relative;
}
.overlay-text{
    position: absolute;
    top: 30%;
    left: 36%;
    h2{
        font-size: 28px;
        color: white;
       text-transform: uppercase;
       border: 3px solid white;
       border-radius: 50px;
       padding: 30px 50px;
       font-family: "Ultra", serif;
       background-color: rgba(255, 255, 255, 0.25);
    }
}
.overlay-text-sub-two{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 30%;
    bottom: -35px;
    padding: 20px;
    p{
        color: white;
        background: #1d1d1d;
        padding: 5px 35px;
        font-size: 10px;
        border-radius: 25px;
        font-weight: 800;
        margin: 0px;

    }
}
.overlay-text-sub-two-sub{
    background-color: white;
    padding: 7px 30px;
    border-radius: 14px;
}

@media screen and (max-width:1400px) {
  .navbar-main-text h2 {
    font-size: 52px;
    font-weight: bold;
    margin: 0px 17px;
    text-align: center;
    padding: 0px 0px 40px;
    line-height: 55px;
}
.navbar-main {
  background: url('./assets/banner/Background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120vh;
  position: relative;
}
}
@media screen and (max-width:1200px) {
  .navbar-main-text h2 {
    font-size: 42px;
    font-weight: bold;
    margin: 0px 17px;
    text-align: center;
    padding: 0px 0px 40px;
    line-height: 55px;
}
.navbar-main {
  background: url('./assets/banner/Background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   height: 120vh;
  position: relative;
}
}
@media screen and (max-width:992px) {
  .navbar-main-text h2 {
    font-size: 42px;
    font-weight: bold;
    margin: 0px 17px;
    text-align: center;
    padding: 0px 0px 40px;
    line-height: 55px;
}
.navbar-main {
  background: url('./assets/banner/Background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 245px 0px; */
  height: 100vh;
  position: relative;
}
}
@media screen and (max-width:768px) {
  .navbar-main-text h2 {
    font-size: 34px;
    font-weight: bold;
    margin: 0px 0px;
    text-align: center;
    padding: 0px 0px 40px;
    line-height: 45px;
}
.navbar-main {
  background: url('./assets/banner/Background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 210px 0px; */
  height: 80vh;
  position: relative;
}
}

@media screen and (max-width:576px) {
  .navbar-main-text h2 {
    font-size: 23px;
    font-weight: bold;
    margin: 0px 0px;
    text-align: center;
    padding: 0px 0px 40px;
    line-height: 35px;
}

.navbar-main {
  background: url('./assets/banner/Background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 43vh;
  position: relative;
}
.logo {
  width: 70px;
}

.toggle-icon{
  width: 50px;
  padding: 8px;
}
.offcanvas{
  width: 78% !important;
}
.list {
  display: flex;
  padding: 5px 0 15px 40px;
  position: relative;
  font-size: 12px;
  font-weight: 600;
}
}
/*End Banner */

/* Why we */
.why-we-main{
  /* background: url('./assets/banner/whywe-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  /* background-color: #e2e2e2; */
  background-color: #f9f9f9;
  padding: 80px 0px;
  color: rgb(41, 41, 41);
}
.why-we-cards-main{
    padding: 40px;
    transition: all ease-in 0.3s;
}
#why-we-cards-main-3{
  margin: 0px;
}

.why-we-cards-main-img{
    position: relative;
}
.why-we-cards-main-img-sub{
    position: absolute;
    left: 30%;
    top: -80px; 
    
}
.why-we-cards-main-img-sub img{
    /* box-shadow: -4px -1px 29px -1px rgb(0 0 0 / 90%);
    border-radius: 10px;
    background: white; */
    box-shadow: -4px -1px 29px -1px rgb(0 0 0 / 90%);
    border-radius: 10px;
    width: 120px;
    padding: 15px;
    background: white;
}

.why-we-cards{
  background-color: #1d1d1d;
  padding: 65px 30px 10px;
  color: white;
  font-weight: 500;
  border-radius: 10px;
}
.why-we-cards:hover .why-we-cards-main-img-sub img {
  transform: rotate(180deg);
}


@media screen and (max-width:1200px) {
    .why-we-cards-main{
        padding: 0px;
        transition: all ease-in 0.3s;
    }
}
@media screen and (max-width: 576px){
    .why-we-cards-main {
        padding: 0px;
        transition: all ease-in 0.3s;
        margin: 0px 0px 130px;
    }
    .why-we-cards-main-img-sub {
        position: absolute;
        left: 35%;
        top: -80px;
    }
   
}

/*End Why we */

/* Eligibility */
.Eligibility{
  padding: 100px 0px 280px;
  background: url('../banner/About-us-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hexagon {
    position: relative;
    display: inline-block;
    margin: 1px 18px;
    background-color: #1D1D1D;
    text-align: center;
    transition: all ease-in 0.3s;
  }
  .hexagon, .hexagon::before, .hexagon::after {
    width: 185px;
    height: 116px;
    border-radius: 20%/5%;
  }
  .hexagon::before {
    background-color: #2c2c2c;
    content: "";
    position: absolute;
    left: 0;
    transform: rotate(-60deg);
  }
  .hexagon::after {
    content: "";
    position: absolute;
    background: black;
    left: 0;
    transform: rotate(60deg);
  }
  .hexagon:nth-child(even) {
    top: 59px;
  }
  .hexagon:hover {
    background-color: #666666;
    cursor: pointer;
    z-index: 105;
margin-bottom: -10px;
color: goldenrod;
  }
  .hexagon:active {
    background-color: #666666;
    z-index: 110;
  }
  .hexanone {
    position: relative;
    display: inline-block;
    width: 0px;
    height: 0px;
    margin: 0px 20px;   
  }
  .hexanone:nth-child(even) {
    top: 59px;
  }

  .hexagontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.2;
    z-index: 100;
    padding: 0px 12px;
    font-size: 15px;
    color: white;
    font-weight: 600;
  }
 
  .ibws-fix {
    /* inline-block whitespace fix */
    font-size: 0;
  }
  .honeycomb {
    margin: 0 auto;
    padding: 40px 0px 0px;
    text-align: center;
  }


  /* Broucher btn */
  .broucher-main{
    position: absolute;
    right: 5%;
    top: 10%;
  }
  .Btn {
    position: relative;
    width: 150px;
    height: 55px;
    border-radius: 45px;
    border: none;
    background-color: #000;
    color: white;
    box-shadow: 
      0px 10px 10px rgb(0, 0, 0) inset,
      0px 5px 10px #000, /* Removed 'background-color:' */
      0px -10px 10px rgb(0, 0, 0) inset;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .Btn span{
margin: 0px 10px;
  }
  
  .Btn::before {
    width: 70%;
    height: 2px;
    position: absolute;
    background-color:#000;
    content: "";
    filter: blur(1px);
    top: 7px;
    border-radius: 50%;
  }
  
  .Btn::after {
    width: 70%;
    height: 2px;
    position: absolute;
    background-color:#000;
    content: "";
    filter: blur(1px);
    bottom: 7px;
    border-radius: 50%;
  }
  
  .Btn:hover {
    animation: jello-horizontal 0.9s both;
  }
  
  @keyframes jello-horizontal {
    0% {
      transform: scale3d(1, 1, 1);
    }
  
    30% {
      transform: scale3d(1.25, 0.75, 1);
    }
  
    40% {
      transform: scale3d(0.75, 1.25, 1);
    }
  
    50% {
      transform: scale3d(1.15, 0.85, 1);
    }
  
    65% {
      transform: scale3d(0.95, 1.05, 1);
    }
  
    75% {
      transform: scale3d(1.05, 0.95, 1);
    }
  
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
  

  @media screen and (max-width:1100px) {
    .hexa-five{
      top:125px !important ;
    }
  }



  @media screen and (max-width:992px) {
  
.hexagon:nth-child(even) {
  top: -66px;
}
.hexagon:nth-child(odd) {
  top: -66px;
}
.hexa-five{
  top:20px !important ;
}

.Btn {
  position: relative;
  width: 125px;
  height: 40px;
  border-radius: 25px;
  border: none;
  background-color: #000;
  color: white;
  box-shadow: 0px 10px 10px rgb(0, 0, 0) inset, 0px 5px 10px #000, /* Removed 'background-color:' */ 0px -10px 10px rgb(0, 0, 0) inset;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
  }

  @media screen and (max-width:884px) {
    .hexa-four{
      top: 20px !important;
    }
  }
  
  @media screen and (max-width:768px) {
    .Eligibility {
      padding: 50px 0px 180px;
  }
  .broucher-main {
    position: absolute;
    right: 0%;
    top: 8%;
}

.heading
h2 {
    font-family: ultra;
    font-size: 28px;
}

  }
  @media screen and (max-width:660px) {

.hexa-three{
  top: 50px !important;
}
.hexa-four{
  top: 50px !important;
}
.hexa-five{
  top: 110px !important;
}
  }


@media screen and (max-width:500px) {
  .honeycomb {
    margin: 0 auto;
    padding: 100px 0px 0px;
    text-align: center;
}
.broucher-main {

  position: absolute;
  right: 40%;
  top: 65%;

}
}


  @media screen and (max-width:440px) {
.hexa-two{
  top: -35px !important;
}
.hexa-three{
  top: -5px !important;
}
.hexa-four{
  top: 25px !important;
}
.hexa-five{
  top: 55px !important;
}
.broucher-main {
    position: absolute;
    right: 35%;
    top: 65%

}
.honeycomb {
    margin: 0 auto;
    padding: 100px 0px 0px;
    text-align: center;
}
  }
  
/* End Eligibility */

/* Contact Us */
.contact {
    padding: 90px 0px 90px;
    background: #000;
}
.contact-row-info{
color: white;
p{
    font-size: 14px;
}
}

.form-main{
    margin: 20px ;

}
.form-main-row{
    padding: 70px 20px 50px;
    border-radius: 30px;
    background: #fbf6f1;
}
.contact-form{
    padding: 0px 20px;

}
.contact-form.form-group {
    margin-bottom: 1.5rem;
}
.contact-form.form-control-input {
    border-radius: 0.25rem;
    padding: 12px !important;
    border: 1px solid #ccc;
    font-size: 1rem;
}

.btn-submit{
    background: #2c2c2c;
    color: white;
    border-radius: 30px;
    font-size: 12px;
    border: none;
    margin: 0px 15px;
    padding: 13px 20px;
}
/* End Contact Us */

/* Footer */
.footer-main{
    /* background-color: #bdbdbde0; */
    color: rgb(24, 24, 24);
    padding: 0px 0px 20px;
}
.footer-info{
    text-align: center;
    line-height: 60px;
    font-weight: 700;
}
.footer-info-sub p{
    margin: 0px 5px;
    font-weight: 600;
}
.social-icon{
    margin: 0px 3px;

}

@media screen  and (max-width:768px) {
  .contact-form {
    padding: 0px 2px;
}
}
/* End Footer */