@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Dancing+Script:wght@400..700&family=Halant:wght@300;400;500;600;700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Marcellus&family=Monsieur+La+Doulaise&family=Montez&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nothing+You+Could+Do&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Princess+Sofia&family=Road+Rage&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rock+Salt&family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
  
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    font-family: "Cormorant Garamond", serif;
  background:#ffffff;
    color: rgb(0, 0, 0);
  
  }
a{
  text-decoration: none !important;
}
h1{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
  color: white;

}
h2{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;

}
h3{
    font-family: "Cormorant Garamond", serif;
}
h4{
    font-family: "Cormorant Garamond", serif;
}
h6{
  color: rgb(250, 247, 247)!important;
}
p{
  font-family: 'Josefin Sans', sans-serif;
  color: rgba(0, 0, 0, 0.383);
  margin-bottom: 0px;

}

.navbar{
    transition: 0.3s;
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .nav-link{
    font-size: 16px;
    font-weight: 600;
    color: black;
  }
  .navbar-toggler {
  
    border: none !important;
  
  }
  .nav-link.active{
    color: #978667 !important;
    font-weight: 700  !important;
  }
  .text-bg-dark {
    color: #000000!important;
    background: none!important;
  }
  .offcanvas{
     background-color: white !important;
  }

  
  
  /* CSS */
  .button-58 {
    align-items: center;
    background-color: #C77A63;
    border: 2px solid #C77A63;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    fill: #000;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    letter-spacing: -.8px;
    line-height: 24px;
    min-width: 140px;
    outline: 0;
    padding: 20px 22px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  .hero-section {
    
            height: 70vh;
            display: flex;
            color: white; 
        }
        .text-content {
            background-color: #1a424a; 
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 3rem;
        }
         .text-content1 {
            background-color: #1a424a; 
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 3rem;
        }
        .image-content {
            background-image: url('/img/Photos/1\ \(3\).jpeg'); 
            background-size: cover;
            background-position: center;
        }
        .explore-text {
            font-family: 'Brush Script MT', cursive; 
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
            color: #d1d1d1; 
        }
        .main-title {
            font-size: 3.5rem;
            font-weight: bold;
            line-height: 1.1;
            margin-bottom: 1.5rem;
        }
        .book-tour-btn {
            background-color: #27a2b0; 
            border-color: #27a2b0;
            color: white;
            padding: 0.8rem 1.5rem;
            border-radius: 5px;
            font-weight: bold;
            display: inline-flex;
            align-items: center;
        }
        .book-tour-btn:hover {
            background-color: #208795; 
            border-color: #208795;
            color: white;
        }
        .book-tour-btn svg {
            margin-left: 0.5rem;
        }

        @media (max-width: 768px) {
            .hero-section {
                flex-direction: column;
                height: auto; 
            }
            .text-content, .image-content {
                width: 100% !important; 
                height: 50vh; 
            }
            .main-title {
                font-size: 2.5rem;
            }
        }


footer{
    background: #1a424a;
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  a.footer-link{
    color: rgb(12, 12, 12);
    font-family: 'Jost', sans-serif;
    font-weight: 300;
  }
  .footer-link:hover{
    color:  #919a9c;
  }
  .payment{
    display: flex;
  }
  
  .socials{
    display: flex;
    color: white;
  }
  .footer-links{
    display: flex;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
  }
  
  .socials a{
    text-decoration: none !important;
    color: white;
  }
  .socials a:hover h4 {
    color:  #A9D1DB;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  .copyright{
    display: flex;
  justify-content: right;
  text-align: right ;
  align-items: end ;
  }
 
  .header-section {
            background-color: #fff;
            padding: 50px 0;
            margin-bottom: 30px;
        }
        .header-content h5 {
            color: #777;
            font-weight: normal;
            font-size: 1.1em;
            margin-bottom: 10px;
        }
        .header-content h1 {
            color: #042219;
            font-weight: bold;
            font-size: 2.5em;
            margin-bottom: 20px;
        }
        .header-content p {
            color: #555;
            line-height: 1.8;
            font-size: 1em;
        }
        .image-container img {
            border-radius: 8px;
            object-fit: cover;
            width: 100%;
            height: 100%;
            max-height: 400px; 
        }
        .lower-section {
            padding-bottom: 50px;
        }
        .lower-image-col img {
            border-radius: 8px;
            object-fit: cover;
            width: 100%;
            height: 100%;
            max-height: 250px;
        }
        .feature-box {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }
.text-content{
  background-color: #1a4a2e73;
}
        .feature-box .icon-circle {
            background-color: #007bff; 
            color: white;
            border-radius: 50%;
            width: 100px;
            height: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.8em;
            margin-right: 20px;
        }
        .feature-box .text-content h4 {
            color: #fffdfd;
            font-size: 1.3em;
            margin-bottom: 5px;
        }
        .feature-box .text-content p {
            color: #666;
            font-size: 0.95em;
            line-height: 1.5;
        }
        .book-tour-btn {
            background-color: #007bff; 
            color: white;
            padding: 12px 25px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: bold;
            display: inline-flex;
            align-items: center;
            margin-top: 20px;
            transition: background-color 0.3s ease;
        }
        .book-tour-btn:hover {
            background-color: #0056b3;
            color: white;
        }
        .book-tour-btn i {
            margin-left: 10px;
            font-size: 1.2em;
        }
        .header-section {
            background-color: #fefefe; 
        }
        .feature-box .icon-circle {
            background-color: #5bb3f7; 
        }
        .book-tour-btn {
            background-color: #008cff; 
        }
        @media (max-width: 767.98px) {
            .header-section {
                padding: 30px 0;
            }
            .header-content h1 {
                font-size: 2em;
            }
            .image-container {
                margin-top: 30px;
            }
            .lower-image-col {
                margin-bottom: 20px;
            }
        }
        
                .stats-section {
            padding: 50px 0;
            text-align: center;
        }
        .stat-circle {
            width: 200px; 
            height: 200px; 
            background-color: #e0f2f7; 
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 0 auto 20px auto; 
            padding: 15px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); 
        }
        .stat-circle h3 {
            font-size: 2.5em; 
            font-weight: bold;
            color: #333; 
            margin-bottom: 5px;
        }
        .stat-circle p {
            font-size: 1.1em; 
            color: #555; 
            line-height: 1.3;
        }

        @media (max-width: 991.98px) { 
            .stat-circle {
                width: 180px;
                height: 180px;
                margin-bottom: 30px; 
            }
            .stat-circle h3 {
                font-size: 2em;
            }
            .stat-circle p {
                font-size: 1em;
            }
        }

        @media (max-width: 767.98px) { 
            .stat-circle {
                width: 150px;
                height: 150px;
                margin-bottom: 25px;
            }
            .stat-circle h3 {
                font-size: 1.8em;
            }
            .stat-circle p {
                font-size: 0.9em;
            }
        }
.testimonials {
  background-color: #f4f4f4;
}

.testimonial-item {
  font-style: italic;
  position: relative;
  background-color: #ffffff;
  border-left: 4px solid #28a745; 
  transition: transform 0.3s ease;
}

.testimonial-item:hover {
  transform: translateY(-5px);
}

.testimonial-item h5 {
  font-weight: bold;
  margin-top: 15px;
  color: #333;
}
.section-bg2 {
  background-image: url('/img/Photos/1\ \(3\).jpeg'); 
  background-size: cover;                
  background-position: center;       
  background-repeat: no-repeat;
  padding: 100px 0;                      
  position: relative;
}

.section-bg3 {
  background-image: url('/img/Photos/1\ \(2\).jpeg'); 
  background-size: cover;                
  background-position: center;       
  background-repeat: no-repeat;
  padding: 100px 0;                      
  position: relative;
}

.section-bg {
  background-image: url('/img/Photos/1\ \(3\).jpeg'); 
  background-size: cover;                
  background-position: center;       
  background-repeat: no-repeat;
  padding: 100px 0;                      
  position: relative;
}
