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

:root {
  --primary-color: #ff7c2c;
  --text-white: #ffffff;
  --text-blue: #16254C;
  --text-gray: #555555;
  --font-main: "Lato", sans-serif;
}

body {
  margin: 0;
  font-family: var(--font-main);
}

.section-pedding {
  padding: 0 80px;
}

.section-Top {
  padding-top: 120px;
}

.pb-42 {
  padding-bottom: 42px;
}

.section-heading h1 {
  font-size: 70px;
  font-weight: 900 !important;
  color: var(--text-blue);
  text-transform: uppercase;
  line-height: 70px;
}

.section-heading p {
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  margin: auto;
  max-width: 65%;
}

.section-heading h5 {
  color: var(--text-gray);
  max-width: 884px;
  font-size: 20px;
}

.maxWidth {
  max-width: 100% !important;
}

.section-heading .sec {
  max-width: 40% !important;
}

.banner-section {
  background: url('../images/banner.png');
  background-size: cover;
  color: var(--text-white);
  padding: 137px 80px 83px;
  position: relative;
  z-index: 1;
  height: 100%;
  background-position: bottom;
}


header {
  background: transparent;
  padding: 20px 0;
}

.navbar {
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar.shrink {
  background-color: #16254C !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 5px 80px;
}

/* .navbar.shrink .navbar-toggler-icon {
  filter: invert(1);
} */

.navbar.shrink .nav-link {
  font-size: 20px;
}

.navbar.shrink .btn-locate {
  font-size: 15px;
}

.navbar-nav .nav-link {
  color: var(--text-white) !important;
  font-weight: 400;
  font-size: 24px;
  padding: 0 8px;
}

.offcanvas-body .nav-link {
  color: #000 !important;
  font-weight: 600;
  padding-bottom: 10px !important;
}

.btn-close-white {
  filter: unset;
  border: 1px solid var(--text-blue);
  border-radius: 50%;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.navbar .navbar-brand img {
  width: 100%;
  height: 150px;
  transition: height 0.3s ease;
}

.navbar.shrink .main-logo {
  height: 60px;
}

.banner_top {
  position: absolute;
  right: 17%;
  top: -1%;
  height: 330px;
  width: 359px;
}

.btn-locate {
  border-radius: 28px;
  padding: 7px 20px;
  color: var(--text-white);
  background: transparent;
  border: 1px solid var(--text-white);
  font-size: 24px;
  font-weight: 500;
}

.btn-locate:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.hero-content h1 {
  font-size: 80px;
  font-weight: 900;
  line-height: 90px;
}

.hero-content .sec_text {
  font-size: 35px;
  max-width: 89%;
  font-weight: 500;
  line-height: 45px;
}

.hero-content .last_text {
  font-size: 24px;
  font-weight: 500;
  line-height: 53px;
}

.store-buttons img {
  /* height: 50px; */
  margin-right: 10px;
  transition: transform 0.2s ease;
}

.store-buttons img:hover {
  transform: scale(1.05);
  transform: scale(1.05);
}

.about-section {
  padding: 80px 0;
  background-color: var(--text-white);
  position: relative;
  overflow: hidden;
}

.about-section h2 {
  font-weight: 800;
  color: var(--text-blue);
}

.about-section h5 {
  color: var(--text-blue);
  font-weight: 400;
  margin-bottom: 30px;
}

.about-text {
  font-size: 1rem;
  color: var(--text-gray);
  line-height: 1.7;
}



.rickshaw-img {
  position: absolute;
  bottom: 11%;
  left: -22%;
  width: 48vw;
  /* responsive width */
  max-width: 100%;

  z-index: 1;

}

.kettle-img {
  position: absolute;
  top: 0%;
  right: -1%;
  rotate: -25deg;
  width: 15vw;
  z-index: 1;
}

.bg-darkblue {
  background-image: url(../images/Vector.png);
  /* or use your brand's exact blue */
}

.footer-section a {
  transition: 0.3s;
}


.store-btn {
  height: 45px;
  object-fit: contain;
}

/* about */
.abanner-section {
  background: url('../images/banner.png');
  background-size: cover;
  color: var(--text-white);
  padding: 112px 78px 50px;
  position: relative;
  z-index: 1;
  height: 100%;
  background-position: bottom;
}

.circle-bg {
  background: radial-gradient(circle, #F26F21 59%, #fcd4be 40%);
  width: 360px;
  height: 360px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 5%;

}

.tea-image {
  max-height: 285px;
  z-index: 2;
}

.vinges-image {
  top: -43%;
  width: 138px;
  height: 262px;

}

.text-dark-blue {
  color: var(--text-blue)
}

.tea-glasses {
  max-width: 350px;
}

.arrow-section {
  background-color: #F2F2F2;
}

.text-dark-blue {
  color: var(--text-blue);
}

.team-name {
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
}

.team-role {
  font-size: 13px;
  color: #555;
}

.frame {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 200px;
}

.fab {
  border: 1px solid var(--text-white);
  border-radius: 50%;
  padding: 8px;
  margin-top: 10px;
  font-size: 19px !important;
  width: 41px;
  text-align: center;
  /* margin: auto; */
  line-height: 23px;
}

/* social */


.celebrate-section {
  background-color: white;
  text-align: center;
  padding: 60px 20px;
  position: relative;
}

.celebrate-section h2 {
  font-weight: 800;
  color: var(--text-blue);
}

.celebrate-section p {
  color: var(--text-gray);
  font-size: 14px;
}

.social-icon,
.user-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  z-index: 9;
}

.user-icon1 {
  position: absolute;
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  z-index: 1;
}

.social-icon {
  width: 86px;
  height: 78px;
}

.btn-outline-dark {
  border-radius: 30px;
  padding: 9px 24px;
  margin: 10px;
}

/* Position floating images */
.img-1 {
  top: -30px;
  left: 10%;
}

.img-2 {
  top: -20px;
  left: 35%;
}

.img-3 {
  top: -43px;
  right: 27%;
}

.img-4 {
  bottom: 88px;
  left: 1%;
}

.img-5 {
  top: 12%;
  right: 6%;
}

.img-6 {
  bottom: 63px;
  left: 94%;
  transform: translateX(-50%);
}

.img-7 {
  bottom: 100px;
  left: 80%;
}

.img-8 {
  bottom: 45px;
  left: 15%;
}







@media (max-width: 991.98px) {
  .rickshaw-img {
    bottom: 0%;
  }
}

@media (min-width: 334px) and (max-width: 768px) {
  .rickshaw-img {
    bottom: 1%;
    width: 21vw;
    left: -10%;
  }

  .circle-bg {
    width: 300px;
    height: 300px;
  }

  .tea-image {
    max-height: 250px;
    z-index: 2;
  }

  .tea-glasses {
    max-width: 300px;
  }

  .frame-bg {
    width: 153px;
    height: 180px;

  }

  .team-frame img {
    width: 115px;
    height: 130px;
    top: 32px;
    left: 33px;
  }

  .celebrate-section h2 {
    font-weight: 800;
    color: var(--text-blue);
  }

  .celebrate-section p {
    color: var(--text-gray);
    font-size: 14px;
  }

  .social-icon,
  .user-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    z-index: 9;
  }

  .user-icon1 {
    position: absolute;
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
  }

  .social-icon {
    width: 70px;
    height: 70px;
  }

  .btn-outline-dark {
    border-radius: 30px;
    padding: 8px 20px;
    margin: 10px;
  }

  /* Position floating images */
  .img-1 {
    top: -30px;
    left: 10%;
  }

  .img-2 {
    top: -20px;
    left: 35%;
  }

  .img-3 {
    top: -43px;
    right: 27%;
  }

  .img-4 {
    bottom: 62px;
    left: 1%;
  }

  .img-5 {
    top: 12%;
    right: 7%;
  }

  .img-6 {
    bottom: 63px;
    left: 94%;
    transform: translateX(-50%);
  }

  .img-7 {
    bottom: 62px;
    left: 1%;
  }

  .img-8 {
    bottom: 62px;
    left: 1%;
  }


}

@media (max-width: 991.98px) {
  .rickshaw-img {
    bottom: 0%;
  }
}

@media (min-width: 334px) and (max-width: 768px) {
  .rickshaw-img {
    bottom: 1%;
    width: 21vw;
    left: -10%;
  }

  .circle-bg {
    width: 300px;
    height: 300px;
  }

  .tea-image {
    max-height: 250px;
    z-index: 2;
  }

  .tea-glasses {
    max-width: 300px;
  }

  .frame-bg {
    width: 153px;
    height: 180px;

  }

  .team-frame img {
    width: 115px;
    height: 130px;
    top: 32px;
    left: 33px;
  }
}

@media (min-width: 320px) and (max-width: 650px) {
  .rickshaw-img {
    bottom: 1%;
    width: 21vw;
    left: -10%;
  }

  .circle-bg {
    width: 300px;
    height: 300px;
  }

  .tea-image {
    max-height: 250px;
    z-index: 2;
  }

  .tea-glasses {
    max-width: 300px;
  }

  .frame-bg {
    width: 133px;
    height: 173px;

  }

  .team-frame img {
    width: 109px;
    height: 123px;
    top: 32px;
    left: 24px;
  }
  .btn-outline-dark{
   
    margin: 0px;
  }
  .custom-swiper-buttons {
    top: 24px;
    gap: 1px !important;
}
  

}

@media (min-width: 375px) and (max-width: 425px) {
  .rickshaw-img {
    bottom: 0%;
    width: 44vw;
    left: -21%;
  }
}

@media (min-width: 404px) and (max-width: 425px) {
  .rickshaw-img {
    bottom: -9%;
    width: 88vw;
    left: -42%;
  }
}

.about-section {
  padding: 80px 0;
  background-color: var(--text-white);
  position: relative;
  overflow: hidden;
}

.about-section h2 {
  font-weight: 800;
  color: var(--text-blue);
}

.about-section h5 {
  color: var(--text-blue);
  font-weight: 400;
  margin-bottom: 30px;
}

.about-text {
  font-size: 1rem;
  color: var(--text-gray);
  line-height: 1.7;
}



.rickshaw-img {
  position: absolute;
  bottom: 11%;
  left: -22%;
  width: 48vw;
  /* responsive width */
  max-width: 100%;

  z-index: 1;

}

.kettle-img {
  position: absolute;
  top: 0%;
  right: -1%;
  rotate: -25deg;
  width: 15vw;
  z-index: 1;
}

.bg-darkblue {
  background-image: url(../images/Vector.png);
  /* or use your brand's exact blue */
}

.footer-section a {
  transition: 0.3s;
}


.store-btn {
  height: 45px;
  object-fit: contain;
}

/* contectus */
.section-title {
  font-weight: 700;
  color: var(--text-blue);
}

.btn-orange {
  background-color: var(--primary-color);
  color: var(--text-white);
  border: none;
}

.btn-orange:hover {
  background-color: var(--primary-color);
}

.form-control,
.form-select {
  border-radius: 0;
}

.contact-section {
  padding: 60px 0;
}

.work-section {
  background-color: #F2F2F2;
  padding: 60px 0;
  text-align: center;
}

.work-section .section-title {
  margin-bottom: 10px;
}

.contact-info h4 {
  font-weight: bold;
  color: var(--text-blue);
}

.contact-info a {
  text-decoration: none;
  color: var(--text-blue);
}

.contact-info a:hover {
  text-decoration: underline;
}

.stay1 {
  color: var(--text-gray);
}
 .hero-section {
      position: relative;
      width: 100%;
      /* Let height grow to match image aspect ratio */
    }

    .hero-section img.hero-bg {
      width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
    }

    .content-box {
      position: absolute;
      top: 34%;
      left: 33%;
      transform: translate(-50%, -50%);
      max-width: 800px;
      color: white;
      text-align: left;
      padding: 20px;
    }

    .content-box h2 {
      font-weight: 900;
    }
    .H2{
      font-size: 3rem;
    }
    .stats {
      display: flex;
      gap: 60px;
      /* flex-wrap: wrap; */
      margin-top: 30px;
    }

    .stat {
      text-align: center;
    }

    .stat .number {
      font-size: 4rem;
      font-weight: bold;
    }

    .stat .label {
      font-size: 0.9rem;
    }

    @media (max-width: 576px) {
      .stats {
        flex-direction: column;
        gap: 20px;
        align-items: center;
      }
      .content-box h2 {
        font-size: 0.5rem;
      }
    }
      @media (max-width: 768px) {
      .content-box {
        top: auto;
        bottom: 20px;
        transform: translateX(-50%);
        text-align: center;
      }

      .content-box h2 {
        font-size: 1rem;
      }

      .stats {
        flex-direction: column;
        align-items: center;
        gap: 20px;
      }
    }
    @media (min-width: 768px) and (max-width: 1200px) {
      .content-box h2 {
      font-weight: 500;
    }
    .H2{
      font-size: 2rem;
    }
    .stats {
      display: flex;
      gap: 60px;
      flex-direction:row ;
      /* flex-wrap: wrap; */
      margin-top: 30px;
    }
    
    .content-box {
      position: absolute;
      top: 38%;
      left: 35%;
      transform: translate(-50%, -50%);
      max-width: 1000px;
      color: white;
      text-align: left;
      padding: 20px;
    }

 

    .stat .number {
      font-size: 2rem;
      font-weight: bold;
    }

    .stat .label {
      font-size: 0.9rem;
    }

    }
       @media (min-width: 375px) and (max-width: 426px) {
      .content-box h2 {
      font-weight: 500;
    }
    .H2{
      font-size: 0.8rem;
    }
    .P2{
      font-size: 0.5rem;


    }
    .stats {
      display: flex;
      gap: 30px;
      flex-direction:row ;
      /* flex-wrap: wrap; */
      margin-top: 12px;
    }
    
    .content-box {
      position: absolute;
      top: 35%;
      left: 36%;
      transform: translate(-50%, -50%);
      max-width: 250px;
      color: white;
      text-align: left;
      padding: 20px;
    }

 

    .stat .number {
      font-size: 1rem;
      font-weight: bold;
    }

    .stat .label {
      font-size: 0.5rem;
    }

    }
      @media (min-width: 320px) and (max-width: 376px) {
      .content-box h2 {
      font-weight: 500;
    }
    .H2{
      font-size: 0.8rem;
    }
    .P2{
      font-size: 0.5rem;


    }
    .stats {
      display: flex;
      gap: 10px;
      flex-direction:row ;
      /* flex-wrap: wrap; */
      margin-top: 12px;
    }
    
    .content-box {
      position: absolute;
      top: 35%;
      left: 36%;
      transform: translate(-50%, -50%);
      max-width: 250px;
      color: white;
      text-align: left;
      padding: 20px;
    }

 

    .stat .number {
      font-size: 0.8rem;
      font-weight: bold;
    }

    .stat .label {
      font-size: 0.4rem;
    }

    .main-section {
      min-height: 70vh !important;
    }
    }
    /* image */
    .main-section {
      background: url('../images/backgroundi.png') no-repeat center top;
    background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: top;
      color: white;
      text-align: center;
      padding: 150px 0px 100px;
      min-height: 150vh;
    }

    .main-section h2 {
      font-weight: 700;
    }

    .main-section p {
      margin-top: 15px;
      font-size: 1.1rem;
    }

    .image-grid {
      display: flex;
      flex-wrap: wrap;
      /* gap: 8px; */
      justify-content: center;
      /* background-color: white; */
      overflow: hidden;
    }

    .image-grid img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 5px;
    }

    .image-row {
      display: flex;
      /* flex-wrap: wrap; */
      /* gap: 8px; */
      width: 100%;
      justify-content: center;
     
    }

    /* .image-row .img-box {
      flex: 1 1 100px;
      max-width: 120px;
      min-width: 200px;
      height: 150px;
    } */
   .image-row .img-box1 {
    /* flex: 1 1 100px; */
    max-width: 413px;
    min-width: 200px !important;
    height: 250px;
    border: 8px solid white;
    margin-left: -1%;
}
.image-row .img-box2 {
    /* flex: 1 1 100px; */
    max-width: 261px;
    min-width: 200px;
    height: 250px;
    border: 8px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box3 {
    /* flex: 1 1 100px; */
    max-width: 413px;
    min-width: 200px;
    height: 250px;
    border: 8px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box4 {
    /* flex: 1 1 100px; */
    max-width: 261px;
    min-width: 200px;
    height: 250px;
    border: 8px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box5 {
    /* flex: 1 1 100px; */
    max-width: 413px;
    min-width: 200px;
    height: 250px;
    border: 8px solid white;
    /* margin-left: -31%; */
    margin-right: -1%;
}
.image-row .img-box6 {
    /* flex: 1 1 100px; */
    max-width: 211px;
    min-width: 200px;
    height: 250px;
    border: 8px solid white;
    margin-left: -1%;
}
.image-row .img-box7 {
    /* flex: 1 1 100px; */
    max-width: 343px;
    min-width: 200px;
    height: 250px;
    border: 8px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box8 {
    /* flex: 1 1 100px; */
    max-width: 211px;
    min-width: 200px;
    height: 250px;
    border: 8px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box9 {
    /* flex: 1 1 100px; */
    max-width: 343px;
    min-width: 200px;
    height: 250px;
    border: 8px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box10 {
    /* flex: 1 1 100px; */
    max-width: 211px;
    min-width: 200px;
    height: 250px;
    border: 8px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box11 {
    /* flex: 1 1 100px; */
    max-width: 343px;
    min-width: 200px;
    height: 250px;
    border: 8px solid white;
    /* margin-left: -31%; */
    margin-right: -1%;
}


 @media (min-width: 768px) and (max-width: 1200px) {
  /* .image-row .img-box {
      flex: 1 1 100px;
      max-width: 120px;
      min-width: 200px;
      height: 150px;
    } */
   .image-row .img-box1 {
    /* flex: 1 1 100px; */
    max-width: 413px;
    min-width: 215x;
    height: 200px;
    border: 8px solid white;
    margin-left: -1%;
}
.image-row .img-box2 {
    /* flex: 1 1 100px; */
    max-width: 261px;
    min-width: 190px;
    height: 200px;
    border: 8px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box3 {
    /* flex: 1 1 100px; */
    max-width: 413px;
    min-width: 260px;
    height: 200px;
    border: 8px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box4 {
    /* flex: 1 1 100px; */
    max-width: 261px;
    min-width: 190px;
    height: 200px;
    border: 8px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box5 {
    /* flex: 1 1 100px; */
    max-width: 413px;
    min-width: 215px;
    height: 200px;
    border: 8px solid white;
    /* margin-left: -31%; */
    margin-right: -1%;
}
.image-row .img-box6 {
    /* flex: 1 1 100px; */
    max-width: 211px;
    min-width: 175px;
    height: 200px;
    border: 8px solid white;
    margin-left: 5%;
}
.image-row .img-box7 {
    /* flex: 1 1 100px; */
    max-width: 343px;
    min-width: 225px;
    height: 200px;
    border: 8px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box8 {
    /* flex: 1 1 100px; */
    max-width: 211px;
    min-width: 175px;
    height: 200px;
    border: 8px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box9 {
    /* flex: 1 1 100px; */
    max-width: 343px;
    min-width: 225px;
    height: 200px;
    border: 8px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box10 {
    /* flex: 1 1 100px; */
    max-width: 211px;
    min-width: 175px;
    height: 200px;
    border: 8px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box11 {
    /* flex: 1 1 100px; */
    max-width: 343px;
    min-width: 225px;
    height: 200px;
    border: 8px solid white;
    /* margin-left: -31%; */
    margin-right: -1%;
}


 }
  @media (min-width: 425px) and (max-width: 768px) {
  /* .image-row .img-box {
      flex: 1 1 100px;
      max-width: 120px;
      min-width: 200px;
      height: 150px;
    } */
   .image-row .img-box1 {
    /* flex: 1 1 100px; */
    max-width: 413px;
    min-width: 190px !important;
    height: 100px;
    border: 6px solid white;
    /* margin-left: -1%; */
}
.image-row .img-box2 {
    /* flex: 1 1 100px; */
    max-width: 261px;
    min-width: 100px;
    height: 100px;
    border: 6px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box3 {
    /* flex: 1 1 100px; */
    max-width: 413px;
    min-width: 260px;
    height: 100px;
    border: 6px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box4 {
    /* flex: 1 1 100px; */
    max-width: 261px;
    min-width: 100px;
    height: 100px;
    border: 6px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box5 {
    /* flex: 1 1 100px; */
    max-width: 413px;
    min-width: 215px;
    height: 100px;
    border: 6px solid white;
    /* margin-left: -31%; */
    margin-right: -1%;
}
.image-row .img-box6 {
    /* flex: 1 1 100px; */
    max-width: 211px;
    min-width: 120px;
    height: 100px;
    border: 6px solid white;
    margin-left: -1%;
}
.image-row .img-box7 {
    /* flex: 1 1 100px; */
    max-width: 343px;
    min-width: 150px;
    height: 100px;
    border: 6px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box8 {
    /* flex: 1 1 100px; */
    max-width: 211px;
    min-width: 120px;
    height: 100px;
    border: 6px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box9 {
    /* flex: 1 1 100px; */
    max-width: 343px;
    min-width: 150px;
    height: 100px;
    border: 6px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box10 {
    /* flex: 1 1 100px; */
    max-width: 211px;
    min-width: 120px;
    height: 100px;
    border: 6px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box11 {
    /* flex: 1 1 100px; */
    max-width: 343px;
    min-width: 150px;
    height: 100px;
    border: 6px solid white;
    /* margin-left: -31%; */
    margin-right: -1%;
}


 }
   @media (min-width: 375px) and (max-width: 426px) {
  /* .image-row .img-box {
      flex: 1 1 100px;
      max-width: 120px;
      min-width: 200px;
      height: 150px;
    } */
   .image-row .img-box1 {
    /* flex: 1 1 100px; */
    max-width: 413px;
    min-width: 150px !important;
    height: 100px;
    border: 4px solid white;
    /* margin-left: -1%; */
}
.image-row .img-box2 {
    /* flex: 1 1 100px; */
    max-width: 261px;
    min-width: 80px;
    height: 100px;
    border: 4px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box3 {
    /* flex: 1 1 100px; */
    max-width: 413px;
    min-width: 120px;
    height: 100px;
    border: 4px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box4 {
    /* flex: 1 1 100px; */
    max-width: 261px;
    min-width: 80px;
    height: 100px;
    border: 4px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box5 {
    /* flex: 1 1 100px; */
    max-width: 413px;
    min-width: 120px;
    height: 100px;
    border: 4px solid white;
    /* margin-left: -31%; */
    margin-right: -1%;
}
.image-row .img-box6 {
    /* flex: 1 1 100px; */
    max-width: 211px;
    min-width: 60px;
    height: 80px;
    border: 4px solid white;
    margin-left: 7%;
}
.image-row .img-box7 {
    /* flex: 1 1 100px; */
    max-width: 343px;
    min-width: 95px;
    height: 80px;
    border: 4px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box8 {
    /* flex: 1 1 100px; */
    max-width: 211px;
    min-width: 60px;
    height: 80px;
    border: 4px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box9 {
    /* flex: 1 1 100px; */
    max-width: 343px;
    min-width: 95px;
    height: 80px;
    border: 4px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box10 {
    /* flex: 1 1 100px; */
    max-width: 211px;
    min-width: 60px;
    height: 80px;
    border: 4px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box11 {
    /* flex: 1 1 100px; */
    max-width: 343px;
    min-width: 95px;
    height: 80px;
    border: 4px solid white;
    /* margin-left: -31%; */
    margin-right: -1%;
}


 }
   @media (min-width: 320px) and (max-width: 376px) {
 
   .image-row .img-box1 {
    /* flex: 1 1 100px; */
    max-width: 413px;
    min-width: 80px !important;
    height: 70px;
    border: 4px solid white;
    /* margin-left: -1%; */
}
.image-row .img-box2 {
    /* flex: 1 1 100px; */
    max-width: 261px;
    min-width: 50px;
    height: 70px;
    border: 4px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box3 {
    /* flex: 1 1 100px; */
    max-width: 413px;
    min-width: 80px;
    height: 70px;
    border: 4px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box4 {
    /* flex: 1 1 100px; */
    max-width: 261px;
    min-width: 50px;
    height: 70px;
    border: 4px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box5 {
    /* flex: 1 1 100px; */
    max-width: 413px;
    min-width: 80px;
    height: 70px;
    border: 4px solid white;
    /* margin-left: -31%; */
    margin-right: -1%;
}
.image-row .img-box6 {
    /* flex: 1 1 100px; */
    max-width: 211px;
    min-width: 45px;
    height: 60px;
    border: 4px solid white;
    margin-left: -1%;
}
.image-row .img-box7 {
    /* flex: 1 1 100px; */
    max-width: 343px;
    min-width: 65px;
    height: 60px;
    border: 4px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box8 {
    /* flex: 1 1 100px; */
    max-width: 211px;
    min-width: 45px;
    height: 60px;
    border: 4px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box9 {
    /* flex: 1 1 100px; */
    max-width: 343px;
    min-width: 65px;
    height: 60px;
    border: 4px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box10 {
    /* flex: 1 1 100px; */
    max-width: 211px;
    min-width: 45px;
    height: 60px;
    border: 4px solid white;
    /* margin-left: -31%; */
}
.image-row .img-box11 {
    /* flex: 1 1 100px; */
    max-width: 343px;
    min-width: 65px;
    height: 60px;
    border: 4px solid white;
    /* margin-left: -31%; */
    margin-right: -1%;
}


 }
    @media (min-width: 768px) {
      .image-row .img-box {
        height: 180px;
      }
    }

    @media (min-width: 992px) {
      .image-row .img-box {
        height: 200px;
      }
    }
      @media (max-width: 767px) {
      .main-section {
        padding: 60px 15px 30px;
      }

      .main-section h2 {
        font-size: 1.4rem;
      }

      .main-section p {
        font-size: 1rem;
      }
    }
    /* .containe-box{
       position: absolute;
      top: 35%;
      left: 36%;
      transform: translate(-50%, -50%);
      max-width: 1350px;
      color: white;
      text-align: left;
      padding: 20px;


    }
    .hero-sections {
      position: relative;
      width: 100%;
      /* Let height grow to match image aspect ratio */
    /* } */

    /* .hero-sections img.hero-bg {
      width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
    } */

    @media (max-width: 767px) {
      .main-section {
        padding: 60px 15px 30px;
      }

      .main-section h2 {
        font-size: 1.4rem;
      }

      .main-section p {
        font-size: 1rem;
      }
    }
    
/* loction */
#locationCarousel .location-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 1rem;
  height: 100%;
  transition: 0.3s ease;
  color: #000;
}

#locationCarousel .location-card.active {
  border: 2px solid var(--primary-color);
}

.btn-outline-secondary {
  background-color: var(--primary-color);
}

.carousel-control-prev,
.carousel-control-next {
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  top: 35%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 80% 80%;
}

.map-card {
  border: 2px solid var(--primary-color);
  border-radius: 15px;
  padding: 1rem;
  background-color:var(--text-white);
}

.map-section {
  background-color: var(--text-white);
  border-radius: 15px;
}

.map-info-card {
  border: 1.5px solid var(--primary-color);
  border-radius: 12px;
  padding: 1rem;
  background-color: #fff;
}

.map-info-card img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.map-info-text .open-hours {
  color: var(--primary-color);
  font-weight: 500;
}

.mapi {
  position: relative;
}

.mapc {
  position: absolute;
  margin-top: -6%;
  margin-left: 12%;
  width: 59%;
}

.loch {
  font-weight: 800;
  font-size: 35px;
  line-height: 40px;
  text-align: left;

}

.locp {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: var(--text-gray);
  letter-spacing: 5%;
  text-align: left;

}
.text-decoration-none{
  color:var(--text-blue);
}
.feature{
  font-family: Lato;
font-weight: 700;
font-size: 30px;
line-height: 40px;
letter-spacing: 0%;
text-align: center;
color: var(--text-gray);
}

/* about */
.abanner-section {
  background: url('../images/banner.png');
  background-size: cover;
  color: var(--text-white);
  padding: 100px 80px 90px;
  position: relative;
  z-index: 1;
  height: 100%;
  background-position: bottom;
}

.circle-bg {
  background: radial-gradient(circle, #F26F21 59%, #fcd4be 40%);
  width: 360px;
  height: 360px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 5%;

}

.tea-image {
  max-height: 285px;
  z-index: 2;
}

.vinges-image {
  top: -43%;
  width: 138px;
  height: 262px;

}

.text-dark-blue {
  color: var(--text-blue)
}

.tea-glasses {
  max-width: 350px;
}

.arrow-section {
  background-color: #F2F2F2;
}

.text-dark-blue {
  color: var(--text-blue);
}

.team-section {
  padding: 60px 0;
  text-align: center;
}

.team-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--text-blue);
  margin-bottom: 30px;
}

.team-category {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-gray);
  margin-top: 40px;
  margin-bottom: 30px;
}

.team-card {
  margin-bottom: 40px;
}

.team-frame {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 200px;
}

.team-frame img {
  width: 120px;
  height: 140px;
  object-fit: cover;
  position: absolute;
  top: 32px;
  left: 54px;
  z-index: 2;
}

.frame-bg {
  width: 180px;
  height: 200px;
  background: url('../images/founderbg.png') no-repeat center/contain;
  z-index: 1;
  position: absolute;
}

.team-name {
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
}

.team-role {
  font-size: 13px;
  color: var(--text-gray);
}

.frame {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 200px;
}

.fab {
  border: 1px solid var(--text-white);
  border-radius: 50%;

}









@media (max-width: 991.98px) {
  .rickshaw-img {
    bottom: 0%;
  }
}

@media (min-width: 334px) and (max-width: 768px) {
  .rickshaw-img {
    bottom: 1%;
    width: 21vw;
    left: -10%;
  }

  .circle-bg {
    width: 300px;
    height: 300px;
  }

  .tea-image {
    max-height: 250px;
    z-index: 2;
  }

  .tea-glasses {
    max-width: 300px;
  }

  .frame-bg {
    width: 153px;
    height: 180px;

  }

  .team-frame img {
    width: 115px;
    height: 130px;
    top: 32px;
    left: 33px;
  }
}

@media (min-width: 320px) and (max-width: 650px) {
  .rickshaw-img {
    bottom: 1%;
    width: 21vw;
    left: -10%;
  }

  .circle-bg {
    width: 300px;
    height: 300px;
  }

  .tea-image {
    max-height: 250px;
    z-index: 2;
  }

  .tea-glasses {
    max-width: 300px;
  }

  .frame-bg {
    width: 133px;
    height: 173px;

  }

  .team-frame img {
    width: 109px;
    height: 123px;
    top: 32px;
    left: 24px;
  }

  .mapc {
    position: unset;
    margin-top: 0%;
    margin-left: 0%;
    width: 100%;
  }
}

@media (min-width: 375px) and (max-width: 425px) {
  .rickshaw-img {
    bottom: 0%;
    width: 44vw;
    left: -21%;
  }

}

@media (max-width: 991.98px) {
  .rickshaw-img {
    bottom: 0%;
  }
}

@media (min-width: 334px) and (max-width: 768px) {
  .rickshaw-img {
    bottom: 1%;
    width: 21vw;
    left: -10%;
  }

}

@media (min-width: 375px) and (max-width: 425px) {
  .rickshaw-img {
    bottom: 0%;
    width: 44vw;
    left: -21%;
  }
}

@media (min-width: 404px) and (max-width: 425px) {
  .rickshaw-img {
    bottom: -9%;
    width: 88vw;
    left: -42%;
  }

}

@media (min-width: 425px) and (max-width: 768px) {
    .mapc {
        position:absolute;
        margin-top: 2%;
        margin-left: 6%;
        width: 79%;
      }
  }
  @media (min-width: 320px) and (max-width: 426px) {
    .mapc {
        position:unset;
        margin-top: 2%;
        margin-left: 6%;
        width: 79%;
      }
  }

/* sulaimani */
.video-section {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  height: 100% !important;
}

.layers1 {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

.layers2 {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0%;
  left: 0;
}

.video-overlay {
  z-index: 2;
}

.background-image {
  width: 100%;
  height: 920px !important;
  height: auto;
  display: block;
  object-fit: cover;
}

.video-content {
  z-index: 3;
}

.play-btn {
  width: 160px;
  height: 160px;
  background-color: var(--primary-color);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.play-btn:hover {
  transform: scale(1.1);
}

.play-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-left: 36px solid white;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
}

.video-player video {
  object-fit: cover;

}

.bottom-images {
  margin-top: -8%;
  z-index: 99;
  position: relative;
}

.bottom-images img {
  height: 100%;
  max-width: 100%;
}

/* Only center image */
.center-floating {
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 141px !important;
  top: 72%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

/* Only center image */
.right-floating {
  position: absolute;
  bottom: 0;
  width: 102px;
  height: 141px !important;
  top: 72%;
  right: 0%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

/* special */
/* Tabs style */
.category-tab {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  color: #333;
}

.category-tab.active {
  color: var(--primary-color);
}

.category-tab.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
}

.swiper.category-swiper {
  padding-bottom: 5px;
  margin-top: 20px;
  border-bottom: 1px solid #eee;
}

.card-img-top {
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
}

.card h5 {
  font-size: 16px;
  color: #000;
}

.card p {
  font-size: 14px;
  line-height: 1.5;
}

/* Swiper Nav */
.tab-btn {
  border: none;
  background-color: transparent;
  font-weight: 500;
  padding: 6px 6px;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  color: #7E7E7E;
}

.tab-btn.active {
  color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 0;
}

.card-img-top {
  height: 100%;
  border-radius: 12px;
}

.Special .card-body {
  text-align: left;
}

.Special .card-body h5 {
  font-size: 24px;
  font-weight: 700 !important;
  line-height: 30px;
}

.Special .card-body p {
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 30px;
}

.arrival-first {
  height: 650px;
  position: relative;
}

.clubSwiper .swiper-pagination,
.locationSwiper .swiper-pagination,
.associationSwiper .swiper-pagination,
.socialSectionSwiper .swiper-pagination {
  bottom: 0% !important;
}

/* association */
.association {
  background: url(../images/bg1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 150px 80px;
}

.association .card-item {
  display: flex;
  flex-direction: column;
  height: 100px !important;
}

.association .card {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.association .card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* Ensures images maintain aspect ratio */
  height: 150px;
  /* Set fixed height if you want equal-sized images */
}

.socialSectionSwiper .swiper-slide {
  display: flex;
  align-items: stretch;
}

.socialSectionSwiper .card-item {
  width: 100%;
  display: flex;
}

.socialSectionSwiper .location-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #000;
  /* Optional: better contrast for overlay */
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  /* optional rounding */
}

.socialSectionSwiper .location-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Fill card without stretching */
  flex-grow: 1;
}

.socialSectionSwiper .location-card {
  height: 570px;
  /* or whatever fits your design */
}

@media (min-width: 1966px) {
  .arrival-first {
    height: 100%;
    /* 100% of the viewport height */
  }
}

/* .arrivals_back {
  background: url(../images/layout3.png) no-repeat center center;
  position: relative;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
} */

.swiper.arrivals {
  width: 100%;
  max-width: 100%;
  /* or whatever width suits your design */
  margin: 0 auto;
  overflow: visible;
}

.custom-swiper-buttons .btn {
  width: 36px;
  height: 36px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 6px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  z-index: 999;
}

.custom-swiper-buttons {
  position: absolute;
  top: 0;
  right: 0%;
}

.back_image {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  width: 584px;
  height: 514px;
  top: -63px;
  right: 5%;
  object-fit: cover;
  object-position: top;
}

/* about */
.about-section {
  padding: 80px 0;
  background-color: var(--text-white);
  position: relative;
  overflow: hidden;
}

.about-section h2 {
  font-weight: 800;
  color: var(--text-blue);
}

.about-section h5 {
  color: var(--text-blue);
  font-weight: 400;
  margin-bottom: 30px;
}

.about-text {
  font-size: 1rem;
  color: var(--text-gray);
  line-height: 1.7;
}



.rickshaw-img {
  position: absolute;
  bottom: 11%;
  left: -22%;
  width: 48vw;
  /* responsive width */
  max-width: 100%;

  z-index: 1;

}

.kettle-img {
  position: absolute;
  top: 0%;
  right: -1%;
  rotate: -25deg;
  width: 15vw;
  z-index: 1;
}

.bg-darkblue {
  background-image: url(../images/Vector.png);
  /* or use your brand's exact blue */
}

.footer-section a {
  transition: 0.3s;
}

/* .footer-section a:hover {
  color: #f4b042;
} */

.store-btn {
  height: 45px;
  object-fit: contain;
}

/* swiper */
.swiper-pagination {
  bottom: 11% !important;
}

.swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
}

.associationSwiper .swiper-pagination-bullet-active {
  background: #000 !important;
}

.swiper-pagination-bullet {
  width: 13px !important;
  height: 13px !important;
  background: #555555;
  opacity: 1;
}

.arrivals .swiper-pagination {
  position: absolute;
  bottom: -27% !important;
}

.slider_button button {
  background: #FFFFFFE5;
  border: 0;
  border-radius: 6px;
  font-size: 30px;
  font-weight: 700;
  padding: 9px 56px;
  width: fit-content;
}

.slider_button {
  top: 128%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* club */
.clubSwiper .card-item img {
  height: 400px !important;
}

/* location */
.location-section {
  background: #fff;
}

.section-heading p {
  max-width: 755px;
}

.filter-tab {
  border: 1px solid #000;
  border-radius: 8px !important;
  padding: 8px 20px;
  font-weight: 500;
}

.filter-tab.active {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.location-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.location-card img {
  width: 100%;
  height: auto;
  display: block;
}

.location-overlay {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
}

.location-overlay p {
  font-size: 18px;
  font-weight: 400;
}

.location-overlay h6 {
  font-size: 20px;
  font-weight: 700;
}

.play-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: var(--primary-color);
  border-radius: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-icon i {
  color: #fff;
  rotate: 268deg;
}

/* Swiper styles */
.swiper {
  padding-bottom: 3rem;
}

.swiper-pagination-bullet {
  background: #bbb;
  opacity: 1;
  margin: 0 4px !important;
}

.swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
}

.socialSection .location-card .location-overlay i {
  display: block;
  z-index: 999;
  color: #fff;
}

@media (max-width: 991.98px) {
  .rickshaw-img {
    bottom: 0%;
  }
}

@media (min-width: 334px) and (max-width: 768px) {
  .rickshaw-img {
    bottom: -16%;
  }

}

@media (min-width: 375px) and (max-width: 425px) {
  .rickshaw-img {
    bottom: -9%;
    width: 88vw;
    left: -40%;
  }
}

@media (min-width: 404px) and (max-width: 425px) {
  .rickshaw-img {
    bottom: -9%;
    width: 88vw;
    left: -42%;
  }
}

@media(max-width: 1360px) {
  .navbar .navbar-brand img {
    height: 136px;
  }

  .navbar-nav .nav-link {
    font-size: 15px;
    padding: 0 4px;
  }

  .btn-locate {
    padding: 5px 17px;
    font-size: 15px;
  }

  .section-pedding {
    padding: 0 20px;
  }

  .banner_top {
    display: none;
  }
}

@media(max-width: 768px) {
  .hero-content h1 {
    font-size: 54px;
    line-height: 66px;
  }

  .hero-content .sec_text {
    font-size: 19px;
    max-width: 100%;
    line-height: 32px;
    margin: 0;
  }

  .hero-content .last_text {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
  }

  .store-buttons a {
    margin-bottom: 10px;
  }

  .banner-section {
    padding: 109px 20px 19px;
  }

  .section-heading h1 {
    font-size: 24px;
    line-height: 39px;
    text-align: left;
  }

  .section-Top {
    padding-top: 61px;
  }

  .section-heading p {
    font-size: 14px;
    line-height: 18px;
    max-width: 100%;
    padding: 0 !important;
    text-align: left;
  }

  .background-image {
    height: 100% !important;
  }

  .team-frame {
    width: 100%;
  }

  .section-heading h5 {
    max-width: 100%;
    font-size: 13px;
    text-align: left !important;
  }

  .abanner-section {
    padding: 72px 8px 50px;
    ;
  }

  .play-btn {
    width: 57px;
    height: 57px;
  }

  .play-btn::before {
    border-left: 15px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }

  .section-heading .sec {
    max-width: 100% !important;
  }

  .swiper {
    height: fit-content !important;
  }

  .arrival-first {
    height: 100%;
  }

  .navbar.shrink {
    padding: 5px 20px;
  }

  .navbar.shrink .navbar-toggler-icon {
    filter: unset;
  }

  .gallery-col {
    flex: 0 0 auto;
    width: 168px;
    padding-right: 0;
  }

  .gallery-card {
    margin: 2px !important;
  }

  .h_348 {
    height: 184px !important;
  }

  .insaSection {
    padding-top: 41% !important;
  }

  .custom-swiper-buttons {
    top: 25px;
    gap: 1px !important;
  }

  .custom-swiper-buttons .btn {
    width: 26px;
    height: 26px;
    font-size: 13px;
    padding: 0;
  }

  .slider_button button {
    font-size: 11px;
    padding: 9px 16px;
  }

  .social-icons {
    margin: auto;
    margin-top: 20px;
  }

  .img-6 {
    bottom: 7px;
    right: -29px;
    left: auto;
  }
}

.scroll-gallery-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
}

.scroll-gallery-wrapper::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.scroll-gallery-wrapper.active {
  cursor: grabbing;
}

.scroll-row {
  display: flex;
  flex-wrap: nowrap;
}

.h_348 {
  height: 300px;
}

.gallery-card {
  margin: 6px;
}

.insaSection {
  margin-bottom: -7%;
  padding-top: 14%;
}
