@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }



*{
    margin: 0;
    padding: 0;
}



body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}




.swiper {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: -999;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  margin: 0; /* Ensure no margin */
  padding: 0; /* Ensure no padding */

}

.swiper-slide img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    background: lightgray 50%;
}


nav {
    position: absolute;
    width: 7vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
nav img {
    width: 1.3rem;
    cursor: pointer;
}
nav img:hover{
    scale: 1.1;
    transition: ease 0.2s;
}

.top-container,.bottom-container {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    height: 50%;

}

.top-container {
    margin-top: -5rem;
}
.top-container img {
    width: 1.9rem;
}

.bottom-container {
    justify-content: flex-end;
    margin-bottom: 3rem;
    gap: 2.6rem ;
}

.hero-content-container {
    position: absolute;
    left: 16vw;
    top: 22vh;
    color: rgba(255, 255, 255, 0.75);
    font-family: Poppins;
    font-size: 3rem;
    line-height: 120%; /* 126.576px */
}

.why-container {
    width: 100vw;
    height: 120vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.middle h1 {
    color: #00A651;
    font-family: Poppins;
    font-size: 78px;
    font-style: normal;
    font-weight: 400;
    line-height: 71px; /* 91.026% */
    letter-spacing: -0.5px;
    margin-top: 1rem;
}

.why-container .middle .why-images{
    width: 30rem;
    height: 30vh;
    position: relative;
    margin-top: 4rem;

}

.why-images img {
    position: absolute;
    width: 250px;

}

.why-images .two {
    left: 10rem;
    top: 2rem;
}

.left {
    width: 40vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.left .boxes {
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.7rem;
}

.left h1 {
    color: #00A651;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.left p {
    color: var(--184-d-47, #184D47);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.15px;
    margin: 0;
}
.left .one {
    position: absolute;
    top: 7rem;
    left: 10rem;
}

.left .boxes {
    position: absolute;
}

.left .two {
    top: 22rem;
    left: 13rem;
}

.left .three {
    bottom: -5rem;
    left: 34rem;
}

.left .four {
    bottom: -10rem;
    right: -37rem;
}

.why-container .rigth {
    width: 400px;
    height: 468px;
    position: absolute;
    top: 13rem;
    right: 9rem;
}

.why-container .rigth p {
    color: var(--184-d-47, #184D47);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
}






.destination-container {
    width: 100vw;
    height: 100vh;
    margin-top: 7rem;
    background: #F8F8F8;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

 .find {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 1rem;
}
.find h1 {
    color: #00A651;
    font-family: Poppins;
    font-size: 50px;
    width: 50%;
    font-style: normal;
    font-weight: 400;
    line-height: 75px; /* 128.205% */
    letter-spacing: -0.5px;
    margin: 0;
    padding-left: 7rem;
}
.find p {
    color: var(--184-d-47, #184D47);
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px; /* 117.647% */
    letter-spacing: 0.25px;
    width: 70%;
    margin: 0;
    padding-left:7rem;
    padding-bottom: 7rem;
}
.destination-carousal {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* destination carousal */








  .package {
    width: 100vw;
    height: 130vh;
    position: relative;
    /* background-color: beige; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ptext {
    width: 70%;
    height: 30vh;
    position: absolute;
    top: 3rem;
    right: 8rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
  }

  .ptext h1 {
    color: #00A651;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px; /* 128.205% */
    letter-spacing: -0.5px;
    margin: 0;
  }
  .ptext p {
    color: var(--184-d-47, #184D47);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px; /* 117.647% */
    letter-spacing: 0.25px;
    margin: 0;
  }


  .package-cards {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
  }

  .package-cards .card {
    width: 18rem;
    height: 30rem;
  }

  .card0 {
    margin-bottom: 10rem;
  }

  .card1 {
    margin-bottom: 0rem;
  }
  .card2 {
    margin-bottom: -10rem;
  }
  .card3 {
    margin-bottom: -20rem;
  }


.swiffy-slider {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
  .slider-container li {
    width: 100%;
    height: 100%;
  }




  /* testimonal  */



.testimonial-container {
    width: 100vw;
    height: 90vh;
    display: flex;
    background: #ECF1F0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 7rem;
}

.testimonial-container h1 {
    color: #00A651;
    text-align: center;
    font-family: Poppins;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.testimonial-slider {
    width: 100vw;
    height: 800%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;    
    overflow: hidden;
    margin-bottom: 2rem;
}

.testimonial-slides {
    width: 60%;
    height: 80%;
    background-color: aqua;
    position: relative;
    border-radius: 1rem;
    flex: 0 0 auto;
}

.t-content {
    width: 60%;
    height: 50%;
    background-color: white;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.t-logo {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #184D47;
    margin-top: -2.7rem;
}

.t-review {
    width: 70%;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.t-name {
    color: #000;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1rem;
}

.subscribe {
    width: 100vw;
    height: 70vh;
    background: #F8F8F8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-container {
    width: 65%;
    height: 70%;
    border-radius: 20px 129px 20px 20px;
    background: rgba(165, 252, 207, 0.2);
    background: #A5FCCF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    align-items: center;
}

.s-container h1 {
    color: #00A651;
    text-align: center;
    font-family: Poppins;
    font-size: 1rem;
    z-index: 9999;
    font-style: normal;
    font-weight: 600;
    line-height: 206%; /* 41.2px */
    width: 50%;
    opacity: 1;
}


.s-input {
    width: 100%;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.s-input input {
    width: 22rem;
    border: none;
    height: 100%;
    border-radius: 10px;
    background: var(--white, #FFF);
    color: var(--TEXT-COLOR, #39425D);
    font-family: Poppins;
    font-size: 14px;
    padding: 0.7rem;
    padding-left: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.s-input button {
    width: 8rem;
    height: 100%;
    border-radius: 10px;
    background: #00A651;
    border: none;
    padding: 0.7rem; 
    color: var(--white, #FFF);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    margin-left: 1rem;
}

.s-container {
    position: relative;
}

.subscribe svg {
    position: absolute;
    top: -10px;
    left: -10px;
}


.package-cards .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
}

.package-cards .card p {
    color: var(--184-d-47, #184D47);
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    margin-top: 0.5rem;
    letter-spacing: 0.15px;
}

.package-cards .card button {
    width: 10rem;
    height: 3rem;
    border: none;
    border-radius: 50px;
    text-align: center;
    border: 1px #00A651;
    background: #ECFFF5;
    color: #00A651;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    letter-spacing: 0.15px;
    position: absolute;
    margin-left: 4rem;
    margin-top: 1.5rem;
    cursor: pointer;
}

.package-cards .card button:hover{
    background: #00A651;
    border: 1px solid white;
    color: white;
    transition: 0.2s ease;
}

.slider-container li {
    height: 80%;
    width: 80%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.slider-container li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.slider-container li button {
    width: 9rem;
    height: 2.5rem;
    border: none;
    border-radius: 50px;
    background: rgba(246, 246, 246, 0.25);
    z-index: 999;
    margin-top: -5rem;
    color: #F6F6F6;

    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    letter-spacing: 0.15px;
    
}

.slider-container li button:hover{

    background: white;
    color: black;
    transition: 0.2 ease;
    cursor: pointer;

}

.explore-trip a {
    text-decoration: none;
    color: #fff;
}

.explore-trip:hover a{
    color: black;
    transition: 0.2s ease;
}



.alltrips {
    border-radius: 25px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.30);
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.2rem 0.5rem;
}

.alltrips a {

    color: rgba(255, 255, 255, 0.75);
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}



/* account nav  */


nav .right {
    margin-right: 0;
    z-index: 999;
}

nav .abt-right {
    margin-top: 2rem;

}

.account-container {
    right: -20rem;
}

nav .bottom-container {
    width: 100%;
}


/* arrows  */


.container {
    position: absolute;
    top: 28rem;
    left: 16.5rem;
    width: 44px;
    height: 64px;
    cursor: pointer;


  }
  
  .chevron {
    position: absolute;
    width: 28px;
    height: 2px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;

  }
  
  .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
  }
  
  .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
  }
  
  .chevron:before,
  .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
  }
  
  .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
  }
  
  .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }
  
  @keyframes move {
    25% {
      opacity: 1;
  
    }
    33% {
      opacity: 1;
      transform: translateY(30px);
    }
    67% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 0;
      transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }
  
  .text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
  }
  
  @keyframes pulse {
    to {
      opacity: 1;
    }
  }


  @media( max-width: 1420px ) {

    .why-images img {
        width: 200px;
    }


    .left .one {
        left: 4rem;
    }

    .left .two {
        top: 22rem;
        left: 8rem;
    }

    .why-container .rigth {
        right: 2rem;
    }

    .left .three {
        bottom: 5rem;
        left: 27rem;
    }

    .left .four {
        bottom: -2rem;
        right: -33rem;
}
    
  }


  @media( max-width:1200px ) {

    .why-images img {
        width: 160px;
    }


    .left .boxes {
        width: 250px;
    }

    .left p {
        font-size: 10px;
    }

    .why-container .rigth p {

        font-family: 12px;

    }

    .left h1{
        font-size: 19px;
    }

    .why-images .two {
        left: 8rem;
        top: 2.5rem;
    }

    .left .three {
        bottom: 11rem;
    }

    .left .four {
        bottom: 5rem;
        right: -31rem;
    }

    .middle h1 {
        text-align: center;
    }

    
  }

  @media( max-width:1080px ) {


    .left .boxes {
        width: 150px;
    }

    .left h1 {
        font-size: 12px;
    }

    .left p {
        font-size: 7px;
    }

    .why-container .rigth p {
        font-size: 12px;
        line-height: 25px;
    }

    .why-container .rigth {
        width: 250px;
    }


    .why-container .middle .why-images {
        margin-left: 8rem;
    }

    .left .one {
        left: 7rem;
    }

    .left .two {
        top: 18rem;
        left: 11rem;
    }

    .why-container {
        height: 80vh;
    }

    .left .three {
        bottom: 17rem;
    }

    .left .four {
        bottom: 15rem;
        right: -25rem;
    }

    .left .boxes svg {
        width: 30px;
    }


}

@media( max-width:910px ) {

    .left .one {
        top: 8;
        left: 5rem;
    }

    .left .two {
        top: 18rem;
        left: 8rem;
    }

    .left .three {
        bottom: 16rem;
        left: 22rem;
    }


}

@media( max-width:830px ) {


    .why-images img {
        width: 100px;
    }

    .why-images .one {
        left: 4rem;
    }

    .why-container .rigth {
        right: 0;
    }

    .why-container .rigth p {
        font-size: 10px;
        margin-right: 10px;
    }

    .middle h1 {
        margin-bottom: 1.5rem;
        font-size: 55px;
    }

    .ptext h1 {
        font-size: 55px;
    }
    .ptext p {
        font-size: 15px;
    }

    .left .two {
        top: 17rem;
        left: 8rem;
    }

    .left .three {
        bottom: 20rem;
        left: 18rem;
    }

    .left .four {
        bottom: 17rem;
        right: -20rem;
    }

}

.package {
    height: auto;
}


@media( max-width:1250px ) {
    .find h1 {
        width: 100%;
        padding: 0;
    }

    .ptext {
        position: relative;
        display: inline-block;
        text-align: center;
        top: 0;
        right: 0;
        margin-top: 0rem;
    }

    .package-cards {
        align-items: normal;
        margin-top: 5rem;
        flex-wrap: wrap;
    }
    
    .destination-container {

        flex-direction: column;

    }

    .find {
        text-align: center;
        width: 100%;
        display: inline-block;
        height: auto;
    }
    .find p {
        text-align: center;
        width: 100%;
        padding: 0;
    }


}

@media(max-width:850px) {
    .hero-content-container {
        font-size: 2rem;
    }
    .container {
        position: absolute;
        top: 23rem;
        left: 13.5rem;
    }
    .find p {
        font-size: 15px;
    }

    .slider-container li {
        height: 81%;
        width: 65%;
    }
}


@media(max-width:700px) {
    .left .one {
        left: 2rem;
    }
    .boxes {
        gap: 3px;
    }
    .left .two {
        left: 4rem;
    }
    .left .three {
        bottom: 21rem;
        left: 15rem;
    }
    .left .four {
        bottom: 23rem;
        right: -19rem;
    }
    .why-container .rigth {
        top: 11rem;
    }

    .why-container .rigth p {
        font-size: 7px;
        margin-right: 2rem;
        line-height: 15px;
      }
}

@media(max-width:650px) {
    .why-container .rigth p {
        line-height: 15px;
        font-size: 7px;
    }
    .left .boxes svg {
        width: 15px;
        margin-bottom: -1.5rem;
    }
    .left h1 {
        font-size: 9px;
    }
    .left .two {
        top: 15rem;
    }
    .left .three {
        bottom: 24rem;
        left: 14rem;
    }
    .left .four {
        bottom: 27rem;
        right: -19rem;
    }
    .why-container .rigth {
        top: 10rem;
    }
    .why-container {
        height: 55vh;
      }
}




@media(max-width:630px) {

    .why-container .middle .why-images {
        width: 100vw;
    }

    .why-images .two {
        left: 12rem;
        top: 1.5rem;
      }
      .why-images .one {
        left: 9rem;
      }

      .left p {
        font-size: 5px;
      }

      .left .boxes {
        width: 117px;
      }

      .why-container .rigth {
        width: 32vw;
      }
      .why-images img {
        width: 68px;
      }

      .middle h1 {
        margin-bottom: 1.5rem;
        font-size: 33px;
      }

}

@media(max-width:530px) {
    .why-container .rigth p {
        line-height: 10px;
        /* font-size: 5px; */
      }
      .left .one {
        left: 0.5rem;
      }
      .left .two {
        top: 14rem;
        left: 2.5rem;
      }

      .left .three {
        bottom: 28rem;
        left: 11rem;
      }

      .left .four {
        bottom: 30rem;
        right: -15rem;
      }
      .why-images .one {
        left: 6rem;
      }
      .why-images .two {
        left: 9rem;
        top: 0.5rem;
      }
      
}

@media(max-width:550px) {
    .left .boxes {
        width: 98px;
      }
      .left h1 {
        font-size: 7px;
      }

      .why-images .one {
        left: 7rem;
      }
      .why-images .two {
        left: 9.5rem;
        top: 1.5rem;
      }
      .left .three {
        bottom: 27rem;
        left: 12rem;
      }
      .left .four {
        bottom: 27rem;
        right: -12rem;
      }
      .why-container .rigth {
        width: 39vw;
      }
}

@media(max-width:477px) {
    .why-images .one {
        left: 4rem;
      }
      .why-images .two {
        left: 6.5rem;
        top: 1.5rem;
      }
      .left .three {
        bottom: 27rem;
        left: 10rem;
      }
      .left .four {
        bottom: 28rem;
        right: -10rem;
      }
}



@media( max-width:840px ){
    .why-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    .why-container .middle {
        width: 100%;
    }

    .why-container .middle .why-images {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        margin-bottom: 1.5rem;
    }
    .why-images .one , .why-images .two{
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;

    }

    .why-images .two {
        left: -3rem;
    }
    
    .left .one ,.left .two , .left .three , .left .four{
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;

    }

    .left {
        position: relative;
        width: 80vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 2rem;
        height: auto;
    }
    .why-container .rigth {
        position: relative;
        height: auto;
        width: 60%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin-top: 3rem;
        display: none;
        
    }

}

@media(max-width:650px) {
    .slider-container li {
        height: 50.6%;
        width: 65%;
      }
      .destination-carousal {
        margin-top: -9rem;
      }

      .ptext {
        width: 100%
      }

      .card {
        margin-bottom: 8rem;
      }

      .why-images .two {
        left: -1rem;
      }

      .destination-container{
        height: 55vh;
      }

      .destination-carousal {
        width: 17rem;
        height: 100%;
      }

      .ptext{
        margin-bottom: 2rem;
        height: auto;

      }

      .package-cards .card {
        width: 9rem;
        height: 13rem;
      }

      .package-cards .card button{
        margin-left: 0;
        margin-top: 1rem;
      }
      

      
}

@media(max-width:530px) {
    .find h1 ,.ptext h1 {
        font-size: 33px;
    }
    .find p , .ptext p{
        font-size: 11px;
      }
      .slider-container li {
        height: 45.4%;
        width: 97.4%;
      }
      
    
      .package-cards {
        margin-top: -1.5rem;
      }
      .hero-content-container {
        font-size: 1.3rem;
      }
      .container {
        position: absolute;
        top: 20.8rem;
        left: 9.7rem;
      }
      .hero-content-container {
        left: 23.8vw;
        top: 22vh;

      }
}

@media(max-width:360px) {

    .find h1, .ptext h1 {
        font-size: 25.8px;
      }
      .slider-container li {
        margin-top: -2rem;
      }


}

@media (max-width:380px) {
    .hero-content-container {
        font-size: 1rem;
      }
      .chevron::after {
        right: 3.2px;
        width: 38.4%;
        transform: skew(0deg, -30deg);
      }
      

      .chevron::before, .chevron::after {
        content: ' ';
        position: absolute;
        top: 0;
        height: 43.4%;
        width: 51%;
        background: #fff;
      }

      .container {
        position: absolute;
        top: 18rem;
        left: 7.5rem;
      }
}



#abt-acc{
    justify-content: center;
}