@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz@6..12&family=Raleway:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}

body {
  background: #fff;
}

main {
  position: relative;
  width: calc(min(90rem, 90%));
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  column-gap: 3rem;
  padding-block: min(20vh, 3rem);
}

.swiper {
  width: 100%;
  padding: 1.875rem 0;
}

.swiper-slide {
  width: 18.75rem;
  height: 35rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
  box-shadow: 0.063rem 0.5rem 1.25rem rgba(0, 0, 0, 0.1216);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.swiper-slide-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(180deg);
  line-height: 0;
  bottom: -0.063rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.swiper-slide-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: -1;
  transition: 0.3s ease-in-out;
  transform: rotate(-180deg);
}
.swiper-slide-img svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 5rem;
  transform: rotateY(180deg);
}
.swiper-slide-img .shape-fill {
  fill: #e8d4c1;
}
.swiper-slide-content {
  background: #e8d4c1;
  padding: 0 1.65rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  width: 100%;
}
.swiper-slide-content > div {
  transform: translateY(-1.25rem);
}
.swiper-slide-content h2 {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.425rem;
  text-transform: capitalize;
  letter-spacing: 0.02rem;
}
.swiper-slide-content p {
  color: #000;
  line-height: 1.6;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-slide-content .show-more {
  width: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #58391f;
  border-radius: 50%;
  box-shadow: 0px 0.125rem 0.875rem #24aad96b;
  margin-top: 1em;
  margin-bottom: 0.2em;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  margin-left: auto;
}
.swiper-slide-content .show-more:hover {
  background: #e8d4c1;
}
.swiper-slide-content .show-more svg {
  width: 1.75rem;
  color: #fff;
}

.swiper-slide-active:hover img {
  transform: scale(1.2) rotate(-185deg);
}

.swiper-slide-active:hover .show-more {
  opacity: 1;
  height: 3.125rem;
}

.swiper-slide-active:hover p {
  display: block;
  overflow: visible;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

@media screen and (min-width: 93.75rem) {
  .swiper {
    width: 85%;
  }
}


.video-container {
            margin: 0 auto;
            max-width: 560px; /* Adjust this value to fit your desired width */
        }
        iframe {
            width: 100%;
            height: 315px; /* Adjust this value to fit your desired height */
        }



.main-tab{ margin: 0 auto;
            max-width: 1000px;
            padding: 50px; }

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #58391f;
  background-color: #e8d4c1;
  padding: 50px;

}
.article {
            max-width: 950px;
            margin: auto;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 5px;
            background-color: #fffefe;
            color: #58391f;
        }
        .article img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 20px 0;
        }
        .button-link {
            display: inline-block;
            padding: 10px 20px;
            margin: 20px 0;
            font-size: 16px;
            color: black;
            background-color: #e8d4c1;
            text-align: center;
            text-decoration: none;
            border-radius: 5px;
        }
        .button-link:hover {
            background-color: #fff ;
            color:#58391f ;
        }

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fffefe;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #58391f;
  border-top: none;
}






.reviews-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #e8d4c1;
}

.reviews-section h2 {
    font-size: 2.5em;
    margin-bottom: 40px;
    color: #333;
}

.reviews-slider {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    position: relative;
}

.review {
    min-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    transition: transform 0.5s ease-in-out;
}

.review p {
    font-size: 1.2em;
    color: #58391f;
    margin-bottom: 20px;
}

.review h3 {
    font-size: 1.5em;
    color: #58391f;
    margin: 0;
}

.review:nth-child(odd) {
    background-color: #e8d4c1;
}

.review:nth-child(even) {
    background-color: #e8d4c1;
}




      

        .why-choose-us {
            background-image: url('images/ft.jpg'); /* Add your background image here */
            background-size: cover;
            background-position: center;
            padding: 50px 20px;
            color: #fff;
            text-align: center;

        }

        .why-choose-us h2 {
            font-size: 3.5rem;
            margin-bottom: 20px;
        }

        .reason-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            color: #fff;
        }

        .reason-card {
            background-color: rgba(88, 57, 31, 0.7);
            padding: 20px;
            border-radius: 10px;
            flex: 1 1 calc(33.333% - 40px); /* Responsive for three cards in a row */
            max-width: 500px;
        }

        .reason-card h3 {
            font-size: 1.5rem;
            margin-bottom: 10px;
        }

        .reason-card p {
            font-size: 1rem;
            line-height: 1.5;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .reason-card {
                flex: 1 1 calc(50% - 40px); /* Two cards in a row on smaller screens */
            }
        }

        @media (max-width: 480px) {
            .reason-card {
                flex: 1 1 100%; /* Full-width cards on very small screens */
            }
        
nav ul {
    display: flex;
    flex-wrap: wrap; /* Ensure links wrap when screen is too small */
}



}





    
section {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 80px 0 0;
}

section h2 {
  font-size: 2rem;
}

section > p {
  text-align: center;
}

section .cards {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-top: 50px;
  padding: 0 10px;
  justify-content: space-between;
}

section.about {
  margin: 0 auto;
  max-width: 1200px;
 
}

.about .company-info {
  margin-top: 30px;
}

.about h3 {
  margin: 30px 0 10px;
}

.about .team {
  text-align: left;
  width: 100%;
}

.about .team ul {
  padding-left: 20px;
}

section .cards .card {
  background: #fff;
  padding: 40px 15px;
  list-style: none;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
  width: calc(100% / 3 - 30px);
  text-align: center;
}

.portfolio .cards .card {
  padding: 0 0 20px;
}

.services .card img {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  border-radius: 100%;
  object-fit: cover;
}

.portfolio .card img {
  width: 100%;
  padding-bottom: 10px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 7px;
}

.cards .card p {
  padding: 0 15px;
  margin-top: 5px;
}

   


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



/* Full-width itinerary banner styles */
.itinerary-banner {
    width: 100vw; /* Full viewport width */
    height: 50vh; /* Adjust height as needed */
    background-image: url('images/af.jpg'); /* Add your banner image */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    position: relative;
}

/* Optional: Add a semi-transparent overlay */
.itinerary-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Adjust transparency */
    z-index: 1;
}

/* Banner content styles */
.banner-content {
    position: relative;
    z-index: 2;
}

.banner-content h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.banner-content p {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

/* Button group styling */
.button-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 buttons per row */
    gap: 10px;
    width: 100%;
    max-width: 1200px;
}

/* Button styles */
.cta-button {
    display: inline-block;
    padding: 12px 20px;
    background-color: #633814;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #e8d4c1;
}

/* Responsive design */
@media (max-width: 768px) {
    .banner-content h1 {
        font-size: 2rem;
    }

    .banner-content p {
        font-size: 1.2rem;
    }

    .button-group {
        grid-template-columns: repeat(2, 1fr); /* 2 buttons per row for smaller screens */
    }

    .cta-button {
        font-size: 0.9rem;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .button-group {
        grid-template-columns: 1fr; /* 1 button per row for very small screens */
    }

    .cta-button {
        font-size: 0.8rem;
        padding: 8px;
    }