@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html{
    scroll-behavior: smooth;
}

:root {
    --primary-color: #623e2a;
    --secondary-color:#f4f1ed;

}
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Catchy Mager';
    src: url('../Font/CatchyMager.woff2') format('woff2'),
        url('../Font/CatchyMager.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Coco Gothic';
    src: url('../Font/CocoGothic.woff2') format('woff2'),
        url('../Font/CocoGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: 'Catchy Mager';
	overflow-x:hidden;
}
p{
    font-family: "Montserrat", serif;
    font-size: 16px;
}
header {
    position: sticky;
    top: 0;
    background: white; /* Ensure it remains visible */
    z-index: 1000; /* Keep it above other elements */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for effect */
}
.section-navbar .logo{
    text-align: center;
    padding: 20px;
}
.section-navbar .logo img{
    max-width: 300px;
}

.banner-home{
    position: relative;
}
.banner-home .banner{
    position: relative;
    align-items: center;
}
.banner-home .banner{
    position: relative;
}
.banner-home .banner::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000045;
}
.banner-home .banner img{
    max-height: 800px;
}
.banner-home .banner_text{
    top: 450px;
    left: 0;
    font-family: 'Catchy Mager';
    color: #ffffff;
    position: absolute;
    text-align: center;
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-home .banner_text span{
    font-size: 24px;
}
.welcome-home{
    background-color: var(--secondary-color);
    color: var(--primary-color);
    padding: 80px;
}
.welcome-home h2{
    font-size: 4rem;
    text-align: center;
}
.welcome-home p{
    text-align: justify;
    margin: auto;
    width: 100%;
}
.about-home{
    position: relative;
    align-items: center;
}
.about-home .about-image img{
    max-height: 800px;
}
.about-home .about-image::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000082;
}
.about-home .about-text{
    top: 0;
    left: 0;
    color: #ffffff;
    position: absolute;
    text-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-home .about-text p{
    font-weight: bold;
    font-size: 22px;
    text-align: left;
}
.aboutus{
    background-color: #ffffff;
    padding-top: 50px;
}
.aboutus .aboutus-image{
    background-color: var(--secondary-color);
    height: 620px;
    width: 410px;
    border-radius: 25px;
}
.aboutus .imgcop{
    position: relative;
}
.aboutus .aboutus-image .imgcover{
    position: absolute;
    top: 0;
    left: 20%;
    padding: 50px 0px;
    display: flex;
    align-items: center;
}
.aboutus .aboutus-image img{
    border-radius: 25px;
    height: 520px;
    object-fit: cover;
}
.aboutus .second .imgcop {
    position: relative;
    display: flex;
    justify-content: right;
}
.aboutus .second .aboutus-image {
    background-color: var(--secondary-color);
    height: 620px;
    width: 410px;
    border-radius: 25px;
}
.aboutus .second .aboutus-image .imgcover{
    position: absolute;
    top: 0;
    right: 20%;
    left: unset;
    padding: 50px 0px;
    display: flex;
    align-items: center;
}
.aboutus .aboutus-text{
    padding-top: 240px;
    text-align: left;
    width: 100%;
    padding-right: 150px;
    text-align: justify;
}
.aboutus .aboutus-text2{
    padding-top: 240px;
    text-align: left;
    width: 100%;
    padding-left: 150px;
    padding-right: 40px;
    text-align: justify;
}
.whyus{
    margin-top: 40px;
    background-color: var(--secondary-color);
}
.whyus-image{
    position: relative;
}
.whyus .container{
    display: flex;
    margin-top: -80px;
}
.whyus .container .card{
    margin: 20px;
    text-align: center;
    background: none;
    border: none;
}
.whyus .container .card .card-body{
    margin-top: 15px;
    text-align: center;
    border: 1px solid var(--primary-color);
    background-color: var(--secondary-color);
    color: var(--primary-color);
    padding: 10px;
}
.whyus h2{
    padding: 40px;
    text-align: center;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    font-size: 50px;
    font-weight: bold;
}
.trips h2{
    font-family: 'Catchy Mager';
    font-size: 60px;
    text-align: center;
    color: var(--primary-color);
    padding-top: 30px;
    margin-top: 40px;
}
.trips .carddetails{
    display: flex;
    justify-content: center;
}

.trips .carddetails .card{
    justify-content: center;
    text-align: center;
    border: none;
    margin: 30px;
}
.btn-primary {
    color: var(--primary-color);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn{
    width: 100%;
}
.trips .carddetails .card-body .btn{
    color: var(--primary-color);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    font-weight: 600;
    display: flex;
    gap: 10px;
    justify-content: space-around;
}
.trips .carddetails .card-body .btn i{
    font-size: 30px;
}
.trips .carddetails .card-body .btn:hover{
    color: var(--secondary-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-check:focus+.btn, .btn:focus{
    box-shadow: unset;
}
.trips .carddetails .card-body{
    margin-top: 10px;
    padding: 0 !important;
}
.trips .carddetails .card-body .details p{
    text-align: left;
    color: var(--primary-color);
    font-size: 16px;
}
/******* Contact Style */
.hero{
    text-align: center;
    padding: 40px 350px;
    color: var(--primary-color);
}
.hero h1{
    font-size: 3.5rem;
    font-weight: bolder;
}
.contact-section{
    background-color: var(--secondary-color);
    color: var(--primary-color);
    /* margin-bottom: 40px; */
}
.contact-section .row{
    display: flex;
}
.contact-section .contactinfo{
    padding-top: 330px;
}
.contact-section .cotanctimg img{
    /* border-radius: 50px; */
    padding: 20px;
}
footer {
    text-align: center;
    padding: 20px;
    background: var(--primary-color);
    color: var(--secondary-color);
}
.form{
    margin: 40px;
    color: var(--primary-color);
}
.form-container {
    max-width: 500px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 90px;
}
.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
}
.form-container label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.form-container input, .form-container textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
.form-container button {
    width: 100%;
    padding: 10px;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}
.form-container button:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

/******* Contact Style */

.last{
    background-color: var(--secondary-color);
    color: var(--primary-color);
}
.last .copyright{
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

  
  /* Styles for screens narrower than 600px */
  @media (max-width: 767.98px) {
    /* body {
        font-size: 18px;
      } */
      .trips .carddetails .card{
          width: 100% !important;
          padding: 30px;
          margin: 0;
      }
      .trips .carddetails{
        flex-direction: column;
      }
      .banner-home .banner_text {
        top: 0;
        display: flex;
        align-self: start;
        justify-content: center;
        height: 100%;
      }
      .banner-home .banner img {
        max-height: unset;
        height: 560px;
        object-fit: cover;
        }
        .welcome-home h2 {
            font-size: 3rem;
        }
        .welcome-home {
            padding: 80px 20px;
        }
        .about-home .about-image img {
            max-height: unset;
            height: 600px;
            object-fit: cover;
        }
        .about-home .about-text p {
            text-align: center;
        }
        .aboutus .aboutus-image .imgcover, .aboutus .second .aboutus-image .imgcover {
            position: absolute;
            top: 0;
            left: 0px;
            padding: 50px 40px;
            display: flex;
            align-items: center;
            width: 100%;
            height: 100%;
        }
       .whyus .row{
        justify-content: center;
       }
       .whyus .whyus-image img{
        height: 500px;
         object-fit: cover;
       }
       .trips h2 {
        font-family: 'Catchy Mager';
        font-size: 40px;
       }
       .ending .logo img{
        max-width: 230px;
       }
       .section-navbar .logo {
        text-align: center;
        padding: 10px;
        }
        .section-navbar .logo img {
                max-width: 200px;
        }
        .aboutus .aboutus-image {
            width: 100%;
        }      
        .whyus .container .card {
            margin: 30px 0;
            text-align: center;
            background: none;
            border: none;
            width: 100% !important;
        }  
        .hero {
            padding: 40px 20px;
        }
        .contact-section .contactinfo {
            padding-top: 50px;
            padding-left: 50px;
        }
        .cotanctimg{
            margin-bottom: 40px;
        }
        .hero h1 {
            font-size: 2rem;
        }
    }
    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color:#fff;
        overflow-x: hidden;
        z-index: 99999;
      }
      
      .overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
      }
      
      .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #818181;
        display: block;
        transition: 0.3s;
      }
      
      .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
      }
      
      .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
      }
      .burger{
      font-size: 30px;
        cursor: pointer;
        position: absolute;
        left: 60px;
        top: 0;
        display: flex;
        align-items: center;
        height: 100%;
        color: var(--primary-color);
      }
      @media screen and (max-height: 450px) {
        .overlay a {font-size: 20px}
        .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
        }
      }