@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@font-face {
  font-family:'Satoshi';
  src: url(../fonts/Satoshi-Regular.otf);
}

body{
  font-family: 'Geist';
}

@media (min-width: 576px){
  .container, .container-sm {
      max-width: 540px;
  }
}
@media (min-width: 768px){
  .container, .container-md, .container-sm {
      max-width: 750px;
  }
}
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 970px;
  }
}
@media (min-width: 1080px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1030px;
  }
}
@media (min-width: 1100px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1100px;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
  }
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
       max-width: 1420px;
  }
}
@media (min-width: 1500px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1440px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1440px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1801px) and (max-width: 1920px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
     max-width: 1440px;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2880px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  } 
}
.bg-image {
  object-fit: cover;
}
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image:not([class*=absolute]) {
  position: absolute;
}
section {
  padding: 80px  0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
html {
  scroll-behavior: smooth;
}
html,body{
  overflow-x:hidden;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.navbar-nav .active{
    opacity: 0.5;
    color: #fff !important;
}
.cookies-card{
    position: fixed;
    z-index: 1;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding:0px 40px;
    background: #183034;
}
.cookies-card p{
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 16px;
    line-height: 170%;
    color: #fff;
    margin-bottom: 16px;
}
.cookies-card  a{
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 16px;
    line-height: 170%;
    color: #F7C113;
    margin-bottom: 16px;
    text-decoration: none;
}
.cookies-card__btn  .btn{
    display: flex;
    align-items: center;
    background: #F7C113;
    color: #000;
    font-size: 36px;
    height: 56px;
    padding: 18px 40px;
    border-radius: 80px;
    text-decoration: none;
    transition: all 0.35s ease;
    color: var(--base-Off-Black, #0F0F0F);
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    width: 200px !important;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    transition: 2s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%) all;
    margin: auto;
}
/* ---------------------------base------------------------------------- */
.navbar{
  padding: 40px 0px;
  background: transparent;
  transition: all .5s;
}
.header-scroll{
  /* background: #fff; */
  backdrop-filter: blur(16px);
}
.header-scroll .navbar{
  background: #FAF6F4;
  padding: 16px 0px;
}
.dsk-none{
  display: none;
}

.logo-drop{
  display: flex;
  gap: 24px;
  align-items: center;
} 
.logo-drop .navbar-brand{
  margin-right: 0px !important;
}
.logo-drop .dropdown img{
  width: 24px;
  height: 24px;
  max-width: 100%;
}
.navbar-collapse .navbar-nav{
    border-radius: 100px;
    border: 1px solid var(--base-03, #BDBDBD);
    background: rgba(15, 15, 15, 0.40);
    backdrop-filter: blur(16px);
    display: flex;
    height: 56px;
    max-width: 100%;
    padding: 24px 8px 24px 32px;
    align-items: center;
    gap: 40px;
}
.logo-drop-mo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.nav-item .nav-link{
  color: var(--base-White, #FFF);
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.18px;
  text-transform: capitalize;
}
.cart-a{
    border-radius: 100px;
    background: var(--brand-yellow, #F7C113);
    height: 40px;
    width: 40px;
    position: relative;
}
.count-num{
    color:  #FFF;
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 12px;
    font-style: normal;
    padding: 4px 8px;
    font-weight: 500;
    line-height: 160%; /* 19.2px */
    border-radius: 100px;
    background: #DF3F3F;
    width: 10px;
    max-width: 100%;
    position: absolute;
    top: -7px;
    right: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 4px 4px;
    /*width: 16px;*/
    max-width:100%;
    height: 16px;
}
.border-animation{
    display:inline-block;
    border-radius:80px;
    padding:0;
   
}
.border-animation{
 color:#000;
  text-decoration: none;
  transition: all 0.35s ease;
}
.border-animation:hover{
 color:#000;
    
}
.dropdown-toggle{
  position: relative;
  border: 0px;
}
.dropdown-toggle::after {
    position: absolute;
    border: 0px;
    background: url(../img/down-icon.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 12px;
    height: 8px;
    right: -10px;
    top: 16px;
    transition: all .6s;
}
.dropdown-toggle.show::after {
      transform: rotate(180deg);
}
.btn-gold{
    display:flex;
    align-items: center;
    background:#F7C113;
    color:#000;
    font-size:36px;
    height:56px;
    padding:18px 40px;
    border-radius:80px;
    text-decoration:none;
    transition: all 0.35s ease;
    color: var(--base-Off-Black, #0F0F0F);
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    width: 200px;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    transition: 2s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%) all;
}
.btn-gold:hover{
    background: #F7C113;
    border: 1.5px solid #F7C113;
    box-shadow: 0 0 0 8px #fff inset;
}
.cart-a img{
    width: 19.889px;
    height: 20px;
}
.navbar-brand img{
    width: 157.8px;
    height: 40px;
    flex-shrink: 0;
}
.logo-drop .dropdown-menu {
    min-width: 67px;
    align-items: center;
    text-align: center;
}
.container-bg{
  background: #183034;
  padding: 40px 0px 80px;
}
.container-bg .container .col{
  padding: 0px 24px;
}
.footer-right li a{
    color: var(--brand-yellow, #F7C113);
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    text-decoration: none;

}
.footer-right li{
  margin-bottom: 16px;
}
.footer-right ul{
  list-style: none;
  padding-left: 0px;
}
.footer-right h5{
  color: var(--base-White, #FFF);
  font-family: 'Figtree';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  text-transform: capitalize;
  margin-bottom: 24px;
}
.footer-logo p{
    color: var(--base-04, #E9E9E9);
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
.footer-logo img {
    margin-bottom: 24px;
    width: 157px;
}
.row-footer{
  display: flex;
  gap: 55px;
}
.footer-navigation ul{
    column-count: 2;
    column-gap: 24px;
}
.footer-socila ul{
  display: flex;
  gap: 16px;
}
.footer-right{
  width: 665px;
  float:right;
}
.footer-bottom p{
  color: var(--base-04, #E9E9E9);

  /* p/sml */
  font-family: "Bricolage Grotesque";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  margin-bottom: 0px;
}
.footer-bottom{
  display: flex;
  justify-content:space-between;
  align-items: center;
  padding: 0px 24px;
  
}
.footer-bottom-bg{
  padding: 8px 0px;
  background: var(--brand-Teal-10, #102023);
}
/* ---------------------------home--------------------------------- */
.main-div{
  background: var(--base-Tinted-white, #FAF6F4);
}
.home-banner{
  height: 890px;
  padding:65px 0px;
}
.scroll-icon {
    /* position: absolute; */
    width: 40px;
    height: 40px;
    /* left: 0px; */
    /* right: 0px; */
    /* bottom: 6rem; */
    margin: auto;
    margin-top: 93px;
    display: block;
}
.home-content h1 span{
    color: var(--brand-Teal-50, #316972);
    text-align: center;
    font-family: 'Figtree';
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
}
.home-content h1{
  color: var(--brand-Teal-25, #1E3B40);
  font-family: 'Figtree';
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.home-content p{
  color: var(--brand-Teal-25, #1E3B40);
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
}
.home-content{
    width: 800px;
    max-width: 100%;
    margin: auto;
    margin-top: 100px;
    text-align: center;
}
.home-input .serach-icon{
    border-radius: 100px;
    background: var(--brand-yellow, #F7C113);
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 11px;
    top: 7px;
}
.home-input{
  position: relative;
  width: 400px;
  max-width: 100%;
  margin: auto;
  margin-top: 195px;

}
.home-input input{
    border-radius: 100px;
    border: 1px solid var(--brand-yellow, #F7C113);
    background: var(--base-Off-White, #FAFAFA);
    display: flex;
    width: 400px;
    max-width: 100%;
    padding: 16px 16px 16px 24px;
    justify-content: space-between;
    color: var(--base-01, #383838);
    text-align: left;
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    transition: all .5s;
}
.instant-mobile-data h3{
    color: var(--brand-Teal-25, #1E3B40);
    text-align: center;
    font-family: Figtree;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
}
.instant-mobile-data h5{
  color: var(--brand-Teal-25, #1E3B40);
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
}
.instant-mobile-data p{
  color: var(--brand-Teal-50, #316972);
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 24px;
}
.instant-mobile-data{
  width: 752px;
  max-width: 100%;
  text-align: center;
  margin: auto;
  max-width: 100%;
  display: flex;
  width: 800px;
  max-width: 100%;
  padding: 80px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  transform: translate(0px, -82px);
}
.instant-mobile-main{
  padding: 0px 0px;
  height: 500px;
}
.home-input input:hover{
    border-radius: 100px;
    border: 1px solid var(--brand-yellow, #F7C113);
    background: var(--base-Off-White, #FAFAFA);
    box-shadow: 0 0 40px 0 rgba(247, 193, 19, 0.50);
    padding-left: 35px;
}
.instant-mobile-main::after {
    content: "";
    background: url(../img/plantR.png) no-repeat;
    background-position: center center;
    background-size: cover;
    right: 0px;
    position: absolute;
    width: 536px;
    height: 547px;
    top: -60px;
    bottom: 0px;
    z-index: -1;
}
.instant-mobile-main::before {
    content: "";
    background: url(../img/plant-l.png) no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0px;
    position: absolute;
    width: 565px;
    height: 474px;
    top: 30px;
    bottom: 0px;
    z-index: -1;
}
.Ready-Before-You-Arrive .container-bg{
  border-radius: 24px;
  padding: 56px 80px;
  background: linear-gradient(0deg, #1E3B40 76.58%, #316972 161.51%);
}
.container-bg .card{
  background: transparent;
  border: 0px;
  width: 320px;
  height: 366px;
  max-width: 100%;
  margin:auto;
}
.step-details h6{
    color: var(--brand-yellow, #F7C113);
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 8px;
}
.step-details h4{
  color: var(--base-Off-White, #FAFAFA);
  text-align: center;
  font-family: 'Figtree';
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  text-transform: capitalize;
  margin-bottom: 8px;
}
.step-details p{
  color: var(--base-04, #E9E9E9);
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
.step-details{
  margin-top: 0px;
}
.ready-content-title h1{
    color: var(--base-White, #FFF);
    text-align: center;
    font-family: 'Figtree';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
}
.ready-content-title p{
  color: var(--base-03, #BDBDBD);
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
.ready-content-title{
  width: 752px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 24px;
}
.Ready-Before-You-Arrive::after {
    content: "";
    background: url(../img/ready-bg-img.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
}
.Ready-Before-You-Arrive::before {
    content: "";
    background: var(--base-Tinted-white, #FAF6F4);
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
}
.Ready-Before-You-Arrive{
    padding-top: 130px;
}
.Ready-Before-You-Arrive img{
  width: 200px;
  height: 200px;
  max-width: 100%;
  margin: auto;
  margin: auto;
  margin-bottom: 32px;
  object-fit: cover;
}
.main-div-section{
    background: var(--base-Tinted-white, #FAF6F4);
}
.flag-detials .arrow{
    position: absolute;
    right: 27px;
    top: 16px;
}
.flag-detials .arrow svg{
  width: 14px;
  height: 14px;
  display: none;
} 
.tab-content-details .row-card {
    width: 1078px;
    display: flex;
    gap: 24px;
    max-width: 100%;
    margin: auto;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}
.row-card .card{
    border-radius: 4px;
    border: 2px solid var(--base-04, #E9E9E9);
    background: var(--base-Off-White, #FAFAFA);
    display: flex;
    width: 250px;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    grid-row: 1 / span 1;
    grid-column: 4 / span 1;
    max-width: 100%;
    transition: all .5s;
}
.row-card .card:hover{
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid var(--brand-yellow, #F7C113);
    background: var(--base-Off-White, #FAFAFA);
    box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 64.815px 46.852px 0 rgba(0, 0, 0, 0.05), 0 38.519px 25.481px 0 rgba(0, 0, 0, 0.04), 0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 8.148px 6.519px 0 rgba(0, 0, 0, 0.03), 0 1.852px 3.148px 0 rgba(0, 0, 0, 0.02);
}
.row-card .card:hover .arrow svg{
  display: block;
}

.row-card .card img{
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  max-width: 100%;
  object-fit: cover;
  margin-bottom: 16px;
}
.row-card .card h5{
  color: var(--base-Off-Black, #0F0F0F);
  font-family: 'Figtree';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  text-transform: capitalize;
  margin-bottom: 0px;
}
.row-card .card p{
  color: var(--base-02, #727272);
  font-family: "Bricolage Grotesque";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  margin-bottom: 0px;
}
.Where-shall-we-go-content h2{
    color: var(--brand-Teal-25, #1E3B40);
    text-align: center;
    font-family: 'Figtree';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.nav-pills .nav-link{
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 100px;
    background: #fff;
    width: fit-content;
    color: var(--base-Off-Black, #0F0F0F);
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    width: fit-content;
}
.nav-pills .nav-link.active{
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 100px;
    background: var(--brand-yellow, #F7C113);
    width: fit-content;
    color: var(--base-Off-Black, #0F0F0F);
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    width: fit-content;
}
.nav-pills{
    border-radius: 100px;
    border: 1px solid var(--base-04, #E9E9E9);
    background: var(--base-White, #FFF);
    display: flex;
    height: 54px;
    padding: 8px;
    align-items: center;
    width: fit-content;
    gap: 20px;
    margin: auto;
    margin-bottom: 32px;
}

.Where-shall-we-go-content  p{
  color: var(--brand-Teal-50, #316972);
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
.Where-shall-we-go-content p {
    color: var(--brand-Teal-50, #316972);
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    width: 464px;
    margin: auto;
    margin-bottom: 32px;
}
.Where-shall-we-go .border-animation {
    margin: auto;
    margin-top: 32px;
}
.Where-shall-we-go .btn-gold {
    display: flex;
    align-items: center;
    background: #F7C113;
    color: #000;
    font-size: 36px;
    height: 56px;
    padding: 18px 22px !important;
    border-radius: 80px;
    text-decoration: none;
    transition: all 0.35s ease;
    color: var(--base-Off-Black, #0F0F0F);
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    width: 200px;
    max-width: 100%;
    text-align: center;
    justify-content: center;
}
.Where-shall-we-go::before {
    content: "";
    background: url(../img/flower-img.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 31px;
    left: 0px;
    width: 570px;
    z-index: -1;
    height: 649px;
}
.main-div-section{
  position: relative;
}
.main-div-section::after {
    content: "";
    background: url(../img/flower-img-2.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 130px;
    right: 0px;
    width: 497px;
    height: 839px;
    z-index: 0 !important;
}

.whycontent-contet {
    display: flex;
    width: 1193px;
    padding: 80px 332px 80px 150px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px 0 0 0;
    background: linear-gradient(180deg, #FFF 77.71%, rgba(255, 255, 255, 0.00) 100%);
    float: right;
}
.why-chhose-section {
    padding: 0px;
    padding-bottom: 2rem;
}
.whycontent-contet h2{
    color: var(--brand-Teal-25, #1E3B40);
    font-family: 'Figtree';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.whycontent-contet p{
    color: var(--brand-Teal-50, #316972);
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-bottom: 40px;
}
.whycontent-contet .card h3 {
    color: var(--brand-Teal-25, #1E3B40);
    font-family: 'Figtree';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
    display: flex;
    justify-content: start;
    align-items: anchor-center;
    gap: 12px;
}
.whycontent-contet .card p{
  color: var(--brand-Teal-50, #316972);
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  margin-bottom: 48px;
}
.whycontent-contet .card img{
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
}
.whycontent-contet .card{
    border: 0px;
    background: transparent;
    margin-bottom: 0px;
}
.whycontent-contet .border-animation{
  margin-top: -8px;
}
.flower-wth-briud{
    width: 856px;
    height: 782px;
    position: absolute;
    top: -23px;
    left: 0px;
}

/* ----------------------------mediaQueri--------------------- */
@media screen and (min-width: 700px) and (max-width: 890px) {
    .logo-drop {
        display: flex;
        gap: 24px;
        align-items: center;
        width: 100%;
    }
    .logo-drop-mo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 24px;
        width: 100%;
    }

    .navbar-collapse .navbar-nav {
        border-radius: 0px;
        border: 0px solid var(--base-03, #BDBDBD);
        backdrop-filter: blur(0px);
        background: transparent;
        display: flex;
        height: fit-content;
        max-width: 100%;
        padding: 24px 8px 24px 32px;
        align-items: center;
        gap: 12px;
    }
    .header-is-active.navbar {
        background: var(--brand-Teal-10, #102023);
    }
    .cart-a{
      display: none;
    }
  .border-animation {
      text-decoration: none;
      transition: all 0.35s ease;
      background: #F7C113;
      border: 1.5px solid rgba(247, 193, 19, 0.50);
      height: 56px;
      width: 200px;
      margin: auto;
  }

  .nav-item .nav-link {
    color: var(--base-White, #FFF);
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 12px;
  }
    .navbar-toggler {
      border-radius: 100px;
      background: var(--brand-Teal-25, #1E3B40);
      display: flex;
      height: 32px;
      padding: 0 16px;
      justify-content: center;
      align-items: center;
      color: var(--brand-yellow, #F7C113);
      font-family: "Bricolage Grotesque";
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 160%;
      text-transform: capitalize;
      border: 0px;
  }
  .instant-mobile-main::before {
    content: "";
    background: url(../img/plant-l.png) no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0px;
    position: absolute;
    width: 436px;
    height: 422px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
  }
  .instant-mobile-main::after {
    content: "";
    background: url(../img/plantR.png) no-repeat;
    background-position: center center;
    background-size: cover;
    right: 0px;
    position: absolute;
    width: 536px;
    height: 511px;
    top: -60px;
    bottom: 0px;
    z-index: -1;
  }
  .home-content h1 {
    color: var(--brand-Teal-25, #1E3B40);
    font-family: 'Figtree';
    font-size: 46px;
  }
  .home-content h1 span {
    color: var(--brand-Teal-50, #316972);
    text-align: center;
    font-family: 'Figtree';
    font-size: 46px;
  }
  .main-div-section::after {
    display: none;
  }
  .Where-shall-we-go::before {
    display: none;
  }
  .tab-content-details .row-card {
    width: 961px;
    display: flex;
    gap: 24px;
    max-width: 100%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .Where-shall-we-go{
    padding-top: 40px;
  }
  .flower-wth-briud {
      width: 816px;
      height: 618px;
      position: relative;
      top: -23px;
      left: 0px;
      object-fit: cover;
  }
  .whycontent-contet {
    display: flex;
    width: 100%;
    padding: 34px 45px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px 0 0 0;
    background: linear-gradient(180deg, #FFF 77.71%, rgba(255, 255, 255, 0.00) 100%);
    float: none;
  }
  .Ready-Before-You-Arrive {
    padding-top: 126px;
    padding-bottom: 39px;
  }
  .nav-pills .nav-link {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 100px;
    background: #fff;
    width: fit-content;
    color: var(--base-Off-Black, #0F0F0F) !important;
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    width: fit-content;
  }
  .footer-right {
    width: 649px;
    float: right;
    max-width: 100%;
  }
  .row-footer {
    display: flex;
    gap: 22px;
  }
  .footer-right li a {
    color: var(--brand-yellow, #F7C113);
    font-family: "Bricolage Grotesque";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    text-decoration: none;
  }
}
@media screen and (min-width: 900px) and (max-width: 999px) {
   .nav-item .nav-link {
    font-size: 12px;
  }
  .navbar-collapse .navbar-nav {
    gap: 0px;
  }
  .nav-item .nav-link {
    color: var(--base-White, #FFF);
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 12px;
  }
  .instant-mobile-main::before {
    content: "";
    background: url(../img/plant-l.png) no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0px;
    position: absolute;
    width: 436px;
    height: 422px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
  }
  .instant-mobile-main::after {
    content: "";
    background: url(../img/plantR.png) no-repeat;
    background-position: center center;
    background-size: cover;
    right: 0px;
    position: absolute;
    width: 536px;
    height: 511px;
    top: -60px;
    bottom: 0px;
    z-index: -1;
  }
   .Where-shall-we-go::before {
    content: "";
    background: url(../img/flower-img.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    top: 9px;
    left: -200px;
    width: 520px;
    z-index: -1;
    height: 615px;
    display: none;
  }
  .main-div-section::after {
      content: "";
      background: url(../img/flower-img-2.png) no-repeat;
      background-size: contain;
      background-position: center center;
      position: absolute;
      top: 74px;
      right: -225px;
      width: 437px;
      height: 796px;
      z-index: 1;
      display: none;
  }
  .Where-shall-we-go::before {
    content: "";
    background: url(../img/flower-img.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    top: 9px;
    left: -200px;
    width: 520px;
    z-index: -1;
    height: 615px;
    direction: none;
    
  }
  .step-details h4 {
    color: var(--base-Off-White, #FAFAFA);
    text-align: center;
    font-family: 'Figtree';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 8px;
  }
  .main-div-section::after {
      content: "";
      background: url(../img/flower-img-2.png) no-repeat;
      background-size: contain;
      background-position: center center;
      position: absolute;
      top: 74px;
      right: -225px;
      width: 437px;
      height: 796px;
      z-index: 1;
      display: none;
      
  }
  .flower-wth-briud {
    width: 599px;
    height: 529px;
    position: absolute;
    top: 35px;
    left: -33px;
    object-fit: cover;
  } 
  .whycontent-contet {
    display: flex;
    width: 515px;
    padding: 80px 48px 80px 44px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px 0 0 0;
    background: linear-gradient(180deg, #FFF 77.71%, rgba(255, 255, 255, 0.00) 100%);
    float: right;
  }
  .why-chhose-section {
    padding: 0px;
    padding-bottom: 0rem;
    margin-bottom: -1rem;
  }
  .whycontent-contet .card {
    border: 0px;
    background: transparent;
    margin: auto;
    margin-bottom: 0px;
    width: 220px;
    max-width: 100%;
    padding: 0px 14px;
  }


}
@media screen and (min-width: 1000px) and (max-width: 1080px) {
  .nav-item .nav-link {
    font-size: 12px;
  }
  .navbar-collapse .navbar-nav {
    gap: 0px;
  }
  .instant-mobile-main::before {
    content: "";
    background: url(../img/plant-l.png) no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0px;
    position: absolute;
    width: 436px;
    height: 422px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
  }
  .instant-mobile-main::after {
    content: "";
    background: url(../img/plantR.png) no-repeat;
    background-position: center center;
    background-size: cover;
    right: 0px;
    position: absolute;
    width: 536px;
    height: 511px;
    top: -60px;
    bottom: 0px;
    z-index: -1;
  }
  .Ready-Before-You-Arrive .container-bg {
    border-radius: 24px;
    padding: 56px 40px;
    background: linear-gradient(0deg, #1E3B40 76.58%, #316972 161.51%);
  }
   .Where-shall-we-go::before {
    content: "";
    background: url(../img/flower-img.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    top: 9px;
    left: -200px;
    width: 520px;
    z-index: -1;
    height: 615px;
    
  }
  .main-div-section::after {
      content: "";
      background: url(../img/flower-img-2.png) no-repeat;
      background-size: contain;
      background-position: center center;
      position: absolute;
      top: 74px;
      right: -225px;
      width: 437px;
      height: 796px;
      z-index: 1;
      
  }
  .flower-wth-briud {
    width: 599px;
    height: 529px;
    position: absolute;
    top: 35px;
    left: -33px;
    object-fit: cover;
  } 
  .whycontent-contet {
    display: flex;
    width: 594px;
    padding: 80px 48px 80px 44px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px 0 0 0;
    background: linear-gradient(180deg, #FFF 77.71%, rgba(255, 255, 255, 0.00) 100%);
    float: right;
  }
  .why-chhose-section {
    padding: 0px;
    padding-bottom: 0rem;
    margin-bottom: -1rem;
  }
  .whycontent-contet .card {
    border: 0px;
    background: transparent;
    margin-bottom: 0px;
    width: 284px;
    max-width: 100%;
  }

}
@media screen and (min-width: 1100px) and (max-width: 1290px) {
  .nav-item .nav-link {
    font-size: 12px;
  }
  .navbar-collapse .navbar-nav {
    gap: 19px;
  }
  .instant-mobile-main::before {
    content: "";
    background: url(../img/plant-l.png) no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0px;
    position: absolute;
    width: 436px;
    height: 422px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
  }
  .instant-mobile-main::after {
    content: "";
    background: url(../img/plantR.png) no-repeat;
    background-position: center center;
    background-size: cover;
    right: 0px;
    position: absolute;
    width: 536px;
    height: 511px;
    top: -60px;
    bottom: 0px;
    z-index: -1;
  }

}
@media screen and (min-width: 1100px) and (max-width: 1190px) {
  .Where-shall-we-go::before {
    content: "";
    background: url(../img/flower-img.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    top: 9px;
    left: -175px;
    width: 520px;
    z-index: -1;
    height: 615px;
  }
  .main-div-section::after {
      content: "";
      background: url(../img/flower-img-2.png) no-repeat;
      background-size: contain;
      background-position: center center;
      position: absolute;
      top: 74px;
      right: -190px;
      width: 437px;
      height: 796px;
      z-index: 1;
  }
  .flower-wth-briud {
    width: 599px;
    height: 529px;
    position: absolute;
    top: 35px;
    left: -33px;
    object-fit: cover;
  } 
  .whycontent-contet {
    display: flex;
    width: 675px;
    padding: 80px 48px 80px 44px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px 0 0 0;
    background: linear-gradient(180deg, #FFF 77.71%, rgba(255, 255, 255, 0.00) 100%);
    float: right;
  }
  .why-chhose-section {
    padding: 0px;
    padding-bottom: 0rem;
    margin-bottom: -1rem;
  }
  .whycontent-contet .card {
    border: 0px;
    background: transparent;
    margin-bottom: 0px;
    width: 300px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1290px) {
  .Where-shall-we-go::before {
    content: "";
    background: url(../img/flower-img.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    top: 9px;
    left: -115px;
    width: 520px;
    z-index: -1;
    height: 615px;
  }
  .main-div-section::after {
      content: "";
      background: url(../img/flower-img-2.png) no-repeat;
      background-size: contain;
      background-position: center center;
      position: absolute;
      top: 74px;
      right: -130px;
      width: 437px;
      height: 796px;
      z-index: 1;
  }
  .flower-wth-briud {
    width: 599px;
    height: 529px;
    position: absolute;
    top: 35px;
    left: -33px;
    object-fit: cover;
  } 
  .whycontent-contet {
    display: flex;
    width: 797px;
    padding: 80px 48px 80px 44px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px 0 0 0;
    background: linear-gradient(180deg, #FFF 77.71%, rgba(255, 255, 255, 0.00) 100%);
    float: right;
  }
  .why-chhose-section {
    padding: 0px;
    padding-bottom: 0rem;
    margin-bottom: -1rem;
  }
  .whycontent-contet .card {
    border: 0px;
    background: transparent;
    margin-bottom: 0px;
    width: 358px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1390px) {
  .nav-item .nav-link {
    font-size: 12px;
  }
  .navbar-collapse .navbar-nav {
    gap: 19px;
  }
  .Where-shall-we-go::before {
    content: "";
    background: url(../img/flower-img.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    top: 9px;
    left: -90px;
    width: 520px;
    z-index: -1;
    height: 615px;
  }
  .main-div-section::after {
      content: "";
      background: url(../img/flower-img-2.png) no-repeat;
      background-size: contain;
      background-position: center center;
      position: absolute;
      top: 74px;
      right: -95px;
      width: 437px;
      height: 796px;
      z-index: 1;
  }
  .flower-wth-briud {
    width: 599px;
    height: 529px;
    position: absolute;
    top: 35px;
    left: -33px;
    object-fit: cover;
  } 
  .whycontent-contet {
    display: flex;
    width: 875px;
    padding: 80px 48px 80px 44px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px 0 0 0;
    background: linear-gradient(180deg, #FFF 77.71%, rgba(255, 255, 255, 0.00) 100%);
    float: right;
  }
  .why-chhose-section {
    padding: 0px;
    padding-bottom: 0rem;
    margin-bottom: -1rem;
  }
  .whycontent-contet .card {
    border: 0px;
    background: transparent;
    margin-bottom: 0px;
    width: 358px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1490px) {
    .Ready-Before-You-Arrive .container-bg {
        border-radius: 24px;
        padding: 56px 80px;
        background: linear-gradient(0deg, #1E3B40 76.58%, #316972 161.51%);
        max-width: 1440px;
    }
  .Where-shall-we-go::before {
    content: "";
    background: url(../img/flower-img.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    top: 9px;
    left: -65px;
    width: 520px;
    z-index: -1;
    height: 615px;
  }
  .main-div-section::after {
    content: "";
    background: url(../img/flower-img-2.png) no-repeat;
    background-size: 488px;
    background-position: center center;
    position: absolute;
    top: 75px;
    right: -95px;
    width: 488px;
    height: 814px;
    z-index: 1;
  }
  .flower-wth-briud {
    width: 615px;
    height: 682px;
    position: absolute;
    top: -23px;
    left: -26px;
    object-fit: cover;
  } 
  .whycontent-contet {
    display: flex;
    width: 875px;
    padding: 80px 48px 80px 44px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px 0 0 0;
    background: linear-gradient(180deg, #FFF 77.71%, rgba(255, 255, 255, 0.00) 100%);
    float: right;
  }
  .why-chhose-section {
    padding: 0px;
    padding-bottom: 0rem;
    margin-bottom: -1rem;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1590px) {
  .Where-shall-we-go::before {
    content: "";
    background: url(../img/flower-img.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 31px;
    left: -27px;
    width: 570px;
    z-index: -1;
    height: 649px;
  }
  .main-div-section::after {
    content: "";
    background: url(../img/flower-img-2.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 88px;
    right: -42px;
    width: 497px;
    height: 839px;
    z-index: 1;
  }
  .flower-wth-briud {
    width: 703px;
    height: 782px;
    position: absolute;
    top: -23px;
    left: 0px;
    object-fit: cover;
  }  
  .whycontent-contet {
    display: flex;
    width: 875px;
    padding: 80px 99px 80px 100px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px 0 0 0;
    background: linear-gradient(180deg, #FFF 77.71%, rgba(255, 255, 255, 0.00) 100%);
    float: right;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1690px) {
    .instant-mobile-main {
        padding: 36px 0px;
        height: 500px;
    }
  .Where-shall-we-go::before {
    content: "";
    background: url(../img/flower-img.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 31px;
    left: -27px;
    width: 570px;
    z-index: -1;
    height: 649px;
  }
  .main-div-section::after {
    content: "";
    background: url(../img/flower-img-2.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 88px;
    right: -42px;
    width: 497px;
    height: 839px;
    z-index: 1;
  }
  .flower-wth-briud {
    width: 690px;
    height: 782px;
    position: absolute;
    top: -23px;
    left: 0px;
    object-fit: cover;
  }  
  .whycontent-contet {
    display: flex;
    width: 975px;
    padding: 80px 99px 80px 129px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px 0 0 0;
    background: linear-gradient(180deg, #FFF 77.71%, rgba(255, 255, 255, 0.00) 100%);
    float: right;
  }
}
@media screen and (min-width: 1700px) and (max-width: 1790px) {
    .instant-mobile-main {
        padding: 36px 0px;
        height: 500px;
    }
  .flower-wth-briud {
    width: 746px;
    height: 782px;
    position: absolute;
    top: -23px;
    left: 0px;
    object-fit: cover;
  }  
  .whycontent-contet {
    display: flex;
    width: 1100px;
    padding: 80px 245px 80px 150px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px 0 0 0;
    background: linear-gradient(180deg, #FFF 77.71%, rgba(255, 255, 255, 0.00) 100%);
    float: right;
  }
}
@media screen and (min-width: 1800px) and (max-width: 1890px) {
    .instant-mobile-main {
        padding: 36px 0px;
        height: 500px;
    }
  .flower-wth-briud {
    width: 746px;
    height: 782px;
    position: absolute;
    top: -23px;
    left: 0px;
    object-fit: cover;
  }  
  .whycontent-contet {
    display: flex;
    width: 1116px;
    padding: 80px 245px 80px 150px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px 0 0 0;
    background: linear-gradient(180deg, #FFF 77.71%, rgba(255, 255, 255, 0.00) 100%);
    float: right;
  }
}
@media screen and (min-width: 1890px) and (max-width: 1920px) {
    .instant-mobile-main {
        padding: 36px 0px;
        height: 500px;
    }
    .flower-wth-briud {
        width: 856px;
        height: 782px;
        position: absolute;
        top: -5px;
        left: 19px;
    }
}
@media screen and (min-width: 2000px) and (max-width: 2800px) {
  .home-banner {
      height: 1080px;
      padding: 12rem 0px;
  }
  .main-div-section {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: auto;
  }
}