:root {
    --blue: black;
}

body {
    background-color: #edeaea;
}

* {
    font-family: poppins , sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
    border: none;
    text-decoration: none;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 10000;
   background-color: white;
}

header .logo-2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

header .logo-1 {
    height: 80px;
      width: 90px;
      margin-left: 15rem;
}

.texxt p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

header .logo {
    font-size: 3rem;
    font-weight: bolder;
    color: black;
    text-transform: uppercase;
    font-family: fangsong;
}

header .logo span {
    color: #ad8935;
}

header .icon i {
    font-size: 2.5rem;
    color: black;
    cursor: pointer;
    margin-left: 2rem;
    transition: .3s;
}

header .icon i:hover {
    color: #ad8935;
}

.btn {
    display: inline;
    color: red;
    border-radius: 20px;
    padding: .8rem 3rem;
    cursor: pointer;
    font-size: 1.7rem;
    transition: .3s;
    font-family: system-ui;
    width:3rem;
    background-color:white;
}
.btn:hover {
    color: white;
    background-color: black;
}
#close {
    position: absolute;
    top: 2rem;
    right: 7   rem;
    font-size: 5rem;
    color: white;
    cursor: pointer;
}
#mnue-bar {
    color: white;
    border: .1rem solid white;
    border-radius: .5rem;
    font-size: 2.5rem;
    padding: .5rem 1.2rem;
    cursor: pointer;
    display: none;
}
@media(max-width:990px) {
    #mnue-bar {
        display: initial;
    }
    header{
         background-color: white;}
    }
    header .logo-1{
     
    width: 70px;
    }
    header .logo {
        font-size: 1.9em; 
        font-weight: bold;
    }
    header .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #333;
        border-top: 1rem solid  rgba(255 , 255, 255,.2);
        padding: 1rem 2rem;
        clip-path: polygon(0 0, 100% 0 , 100% 0,0 0);
    }

    header .navbar.active {
        clip-path: polygon(0 0 , 100%  0, 100% 100%, 0 100%);
    }

    header .navbar a {
        display: block;
        border-radius: .5rem;
        padding: 1.5rem;
        margin: 1.5rem 0;
        background-color: #222;
    }

    html {
        font-size: 40%;
    }
section {
    padding: 2rem 9%;
}

.home {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: relative;
    z-index: 0;
}

.content {
    text-align: center;
}

.content h3 {
    font-size: 4.5rem;
    color: white;
    text-transform: uppercase;
    text-shadow: 0 .3rem  .5rem rgba(0, 0, 0, 0.1);
}

.content p {
    font-size: 2.5rem;
    color: white;
    padding: .5rem 0;
}

.content .btn {
    position: relative;
    top: 1rem;
}

.home .video-conteiner video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.controls .video-btn {
    height: 2rem;
    width: 2rem;
    display: inline-block;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 2px;
}

.controls .blue {
    background-color: var(--blue);
}

.hide {
    padding: 2.5rem 0;
    text-align: center;
}

.hide s {
    font-size: 3.5rem;
    background-color: black;
    color: white;
    border-radius: .5rem;
    padding: .5rem 1rem;
}

.book .row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
}

.text-3 {
    text-align: center;
    padding: 2rem;
    margin-top: 3rem;
    font-size: 2rem;
}

.book .row .imges {
    flex: 1 1  20rem;
}

.book .row .imges img {
    width: 100%;
}

.book .row form {
    flex: 1 1 50rem;
    padding: 2rem;
    box-shadow: 0 1rem 2rem;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: .5rem;
}

.book .row form .input-div input {
    width: 100%;
    padding: 1rem;
    border: 1rem solid rgba(0, 0, 0, 0.138);
    font-size: 1.7rem;
    color: #333;
    text-transform: none;
}

.book .row form .input-div h3 {
    font-size: 2rem;
    padding: 1rem 0;
    color: #666;
}


.packages h2 {
    text-align: center;
    font-size: 2rem;
    padding: 2rem;
    margin: 2rem;
}

.packages .conteiner {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap on smaller screens */
    gap: 2rem; /* Adds space between boxes */
}

.packages .conteiner .box {
    margin-left: 50px;
    flex: 1 1 20rem;
    border-radius: .5rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: calc(25% - 2rem); /* Four boxes in a row for larger screens */
    transition: .3s;
}


.packages .conteiner img {
    height: 25rem;
    width: 100%;
    object-fit: cover;
}

.packages .conteiner .box:hover {
    font-size: 3rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.packages .conteiner .box .card {
    padding: 2rem;
}

.packages .conteiner .box .card h3 {
    font-size: 2rem;
    color: #333;
}

.packages .conteiner .box .card p {
    font-size: 1.7rem;
    color: #666;
    padding: 1rem 0;
}

.packages .conteiner .box .card .start {
    font-size: 1.7rem;
    color: var(--blue);
}

.packages .conteiner .box .card .preice {
    font-size: 2rem;
    padding-top: 1rem;
    margin-bottom: .8rem;
    color: #333;
}

.packages .conteiner .box .card .preice span {
    font-size: 1.5rem;
    color: #666;
    text-decoration: line-through;
}

/* Media Query for mobile */
@media (max-width: 768px) {
    .packages .conteiner {
        display: grid;
        grid-template-columns: 1fr; /* Stack the boxes in a single column on small screens */
        gap: 1rem; /* Add space between boxes */
    }

    .packages .conteiner .box {
        width: 100%; /* Ensure the boxes take full width */
        margin: 0; /* Remove margins between boxes */
    }

    .packages .conteiner .box .card {
        padding: 1rem; /* Adjust padding for mobile */
        text-align: center; /* Center align text */
    }

    .packages .conteiner .box .card h3 {
        font-size: 1.5rem; /* Adjust the font size for the title */
    }

    .packages .conteiner .box .card p {
        font-size: 1.4rem; /* Adjust the font size for the description */
    }

    .packages .conteiner .box img {
        height: auto; /* Make sure the image scales proportionally */
        width: 100%; /* Full width image */
    }

}


/* foter  */
/* Footer styling */
.contact {
    background-color: #222;
    color: #fff;
    padding: 2rem 0;
    font-family: Arial, sans-serif;
}

.contact footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
}

.contact img {
    width: 150px;
    margin-bottom: 1rem;
}

.contact h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* Social media icons */
.contact a i {
    color: #ddd;
    font-size: 1.2rem;
    margin-right: 0.5rem;
    transition: color 0.3s;
}

.contact a i:hover {
    color: #007bff;
}

/* Section styling */
.section1,
.sectionx {
    flex: 1 1 200px;
    padding: 1rem;
    font-size: 10pt;
}

/* Section links */
.sectionx a {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin: 0.5rem 0;
    transition: color 0.3s;
}

.sectionx a:hover {
    color: gold;
}

/* Footer sections */
.section1 {
    text-align: center;
}

.section2 h3,
.section3 h3,
.section4 h3 {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 0.8rem;
}

/* Add additional sections */
.section3 h3::before,
.section4 h3::before {
    content: "• ";
    color: #007bff;
}

.section3 h3 {
    color: #fff;
}

.section4 h3 {
    color: #fff;
}

/* Footer bottom */
.footer-bottom {
    text-align: center;
    padding: 1rem;
    font-size: 0.9rem;
    color: #666;
}

.choose {
    margin-top: 5px;
    display: grid;
    justify-content: center;
    place-content: center;
}

.controls {
    background-color: rgba(0, 0, 0 ,0.7);
    margin-bottom: 5px;
    width: 100px;
    display: flex;
    justify-content: center;
    place-content: center;
    border-radius: 20px;
} 
.sectionx2 {
    padding: 10px;
    text-align: center;
}

.sectionx2 h3 {
    color: #333;
    font-size: 16px;
    margin-bottom: 8px;
}

.sectionx2 a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.sectionx2 a:hover {
    color: #007bff;
}

