@import url('../css/header.css');
@import url('../css/contact-us-modal.css');
@import url('../css/footer.css');

body {
  font-family: "Hind Vadodara", sans-serif;
  background-color: #F8FBFF;
}

a:hover,
.nav-link:focus,
.nav-link:hover {
  color: #FBBC04;
}

.hind-vadodara-light {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.card-box {
  display: flex;
  flex-wrap: wrap;
}

.hind-vadodara-regular {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hind-vadodara-medium {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.hind-vadodara-semibold {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.hind-vadodara-bold {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.banner-section {
  padding: 39px 0 0;
}

.banner-section h2 {
  font-weight: 300;
  font-family: "Hind Vadodara", sans-serif;
  font-size: 87px;
  line-height: 100%;
  margin-bottom: 20px;
}

.banner-section h2 span {
  font-weight: 700;
  font-family: "Hind Vadodara", sans-serif;
}

.banner-section p {
  font-weight: 400;
  font-size: 17px;
  line-height: 146%;
  font-family: "Hind Vadodara", sans-serif;
  margin: 0;
  max-width: 510px;
}

.banner-section:after {
  position: absolute;
  background: url(../assets/image/banner-after.png);
  width: 441px;
  height: 668px;
  content: '';
  right: 0;
  background-repeat: no-repeat;
  z-index: -1;
  top: 0;
}

/* app-section */
.app-section {
  margin: 100px 0 65px 0;
}

.app-section .card-box {
  display: flex;
  /* justify-content: space-between; */
  width: 100%;
  gap: 23px;
}

.app-section .design-app-box {
  margin-bottom: 25px;
}

.app-section .grid-1 {
  width: 40%;
}

.app-section .grid-2 {
  width: 30%;
}

.app-section .grid-3 {
  width: 25%;
}

.app-section .box-1,
.app-section .box-2,
.app-section .box-3,
.app-section .box-4,
.app-section .box-5,
.app-section .box-6 {
  max-height: 350px;
  min-height: 350px;
  position: relative;
}

.box-3-img {
  max-height: 350px;
  min-height: 350px;
}

.app-btn a {
  text-decoration: none;
}

.app-section .app-btn button {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 16px;
  width: auto;
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.2s ease;
  font-family: "Hind Vadodara", sans-serif;
}

.app-section .app-btn button:hover {
  transform: translateY(-2px);
}

.app-section button {
  background: linear-gradient(90deg, #ECBD88, #E39FF4, #9FB6F4) ;
  border: none;
  color: #202020;
}

/* .app-section .app-btn-3 button {
  background-color: #000;
  border: 1px solid #404040;
  color: #fff;
} */

/* .app-section .app-btn-2 button,
.app-section .app-btn-4 button,
.app-section .app-btn-6 button {
  background-color: transparent;
  border: 1px solid #404040;
  color: #B5B5B5;
} */

/* .app-section .app-btn-5 button {
  background-color: #FFDFE2;
  border: 0;
  color: #FD4151;
} */

.app-section .app-btn-1,
.app-section .app-btn-2,
.app-section .app-btn-5 {
  position: absolute;
  top: 20px;
  right: 25px;
}

.app-section .app-btn-3 {
  position: absolute;
  bottom: 20px;
  left: 25px;
}

.app-section .app-btn-4 {
  position: absolute;
  right: 25px;
  bottom: 15px;
}

.app-section .app-btn-6 {
  position: absolute;
  bottom: 20px;
  left: 25px;
}

@media (max-width:1440px) {
  .banner-section h2 {
    font-size: 77px;
  }
}

@media (max-width:1024px) {
  .banner-section h2 {
    font-size: 45px;
  }

  .banner-section p {
    font-size: 16px;
  }

  .banner-section:after {
    top: -80px;
    height: 517px;
  }

  .app-section .card-box {
    gap: 12px;
  }

  .app-section .app-btn button {
    padding: 13px 16px;
    width: 100px;
    font-size: 16px;
    height: 43px;
  }

  .app-section .box-1,
  .app-section .box-2,
  .app-section .box-3,
  .app-section .box-4,
  .app-section .box-5,
  .app-section .box-6 {
    max-height: 220px;
    min-height: 220px;
  }

  .box-3-img {
    max-height: 220px;
    min-height: 220px;
  }

  .app-section .app-btn-1,
  .app-section .app-btn-2,
  .app-section .app-btn-5 {
    top: 13px;
    right: 11px;
  }

  .app-section .app-btn-4 {
    right: 7px;
    bottom: 10px;
  }

  .app-section .app-btn-6 {
    bottom: 12px;
    left: 11px;

  }

  .app-section .grid-1 {
    width: 38%;
  }

  .app-section .grid-2 {
    width: 30%;
  }

  .app-section .grid-3 {
    width: 28%;
  }
}

@media (max-width:991px) {
  .banner-section:after {
    top: -107px;
    height: 517px;

  }

  .mobile-view-header .container-fluid {
    padding: 0 24px;
  }

  .custom-header .navbar-collapse {
    max-width: 450px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {


  .banner-section h2 {
    font-size: 35px;
  }

  /* app-section */
  .app-section .app-btn button {
    padding: 8px 11px;
    width: 80px;
    font-size: 14px;
    height: 37px;
  }

  .app-section .app-btn-1,
  .app-section .app-btn-2,
  .app-section .app-btn-5 {
    position: absolute;
    top: 15px;
    right: 12px;
  }

  .app-section .app-btn-3 {
    position: absolute;
    bottom: 11px;
    left: 12px;
  }

  .app-section .app-btn-4 {
    right: 12px;
    bottom: 10px;
  }

  .app-section .app-btn-6 {
    bottom: 8px;
    left: 10px;
  }
}

@media (max-width:768px) {
  .banner-section:after {
    top: -158px;
    height: 517px;
    width: 340px;
  }
}

@media (max-width:767px) {
  .banner-section {
    padding: 39px 0 40px;
    background: #D4F0FF;
  }

  .banner-section h2 {
    font-size: 28px;
  }

  .banner-section .row {
    flex-direction: column-reverse;
    gap: 60px;
  }

  /* .banner-section:after {
    top: 0;
    height: 668px;
    width: 441px;
  } */
  .banner-section:after {
    top: -60px;
    /* top: -54px;
    height: 400px;
    width: 100%;
    left: 0;
    right: 0;
    background: #D4F0FF; */
    display: none;
  }

  /* app-section */
  .app-section {
    margin: 60px 0;

  }

  .app-section .card-box {
    flex-direction: column;
    gap: 25px;
  }

  .app-section .box-1,
  .app-section .box-2,
  .app-section .box-3,
  .app-section .box-4,
  .app-section .box-5,
  .app-section .box-6 {
    width: 100%;
  }

  .app-section .box-1,
  .app-section .box-2,
  .app-section .box-3,
  .app-section .box-4,
  .app-section .box-5,
  .app-section .box-6 {
    max-height: 350px;
    min-height: 350px;
  }

  .box-3-img {
    max-height: 350px;
    min-height: 350px;
  }

  .banner-section:after {
    top: -60px;
    height: 100%;
    width: 381px;

  }

  .app-section .app-btn button {
    padding: 8px 11px;
    width: 90px;
    font-size: 14px;
    height: 43px;
  }

  .app-section .app-btn-1,
  .app-section .app-btn-2,
  .app-section .app-btn-5 {
    top: 25px;
    right: 25px;
  }

  .app-section .app-btn-4 {
    right: 25px;
    bottom: 25px;
  }

  .app-section .app-btn-3,
  .app-section .app-btn-6 {
    bottom: 25px;
    left: 25px;
  }

  .contact-modal .modal-close-btn .close-btn {
    width: 10px;
    height: 10px;
    padding: 11px;
    position: absolute;
    top: -17px;
    right: -15px;
    font-size: 25px;
  }
}

@media (max-width:576px) {

  /* .banner-section:after {
    top: -54px;
    height: 400px;
    width: 100%;
    left: 0;
    right: 0;
    background: #D4F0FF;
    display: none;
  } */
  /* app-section */
  .app-section {
    margin: 40px 0;
  }
}
