* {
    margin: 0%;
    padding: 0%;
}

body {
    font-family: 'Roboto', sans-serif;

}

nav {
    display: flex;
    justify-content: space-around;
    background-color: orange;
    color: white;
    padding: 22px;
    position: fixed;
    top: 0%;
    width: 100%;
}

ul {
    display: flex;
    align-items: center;
}

ul li {
    list-style: none;
}

ul li a {
    text-decoration: none;
    margin-inline: 20px;
    color: white;
    font-size: 20px;
}

ul li a:hover {
    color: black;
    cursor: pointer;

}

.icons {
    display: flex;
    align-items: center;
    cursor: pointer;

}

.icons i {
    font-size: 25px;
    color: black;
    margin-inline: 20px;
}

.logo {
    font-size: 20px;
    color: black;
}

#bar {
    display: none;
}

.main {
    background-image: url("main.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.mainText {
    position: relative;
    text-align: center;
    top: 41%;
    color: white;
    font-size: 28px;
}

.mainText button {
    width: 140px;
    height: 40px;
    border: 2px solid orange;
    background-color: transparent;
    font-size: 21px;
    cursor: pointer;
    margin-top: 20px;
    color: white;
}

.mainText button:hover {
    background-color: orange;
}

.head {
    text-align: center;
    padding: 85px;

}

.head span {
    color: orange;
}

.booking {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.booking img {
    width: 550px;
    border-radius: 5px;
}

.form {
    margin-inline: 28px;
    width: 320px;
    background-color: #fff;
    padding: 22px;
    box-shadow: 0px 4px 4px 6px rgb(230, 229, 229);
    border-radius: 4px;
}

.form input {
    width: 90%;
    padding: 8px;
    font-size: 17px;
    margin-top: 3px;
}

.form p {
    margin-top: 20px;
}

.form button {
    width: 80px;
    height: 28px;
    background-color: orange;
    color: white;
    font-size: 16px;
    margin-top: 22px;
    border: none;
}

.packages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.packages .card {
    width: 300px;
    height: 360px;
    border-radius: 5px;
    margin-inline: 20px;
    box-shadow: 0px 4px 4px 6px rgb(230, 229, 229);
    margin-top: 11px;

}

.card img {
    width: 100%;
    height: 250px;
    border-radius: 5px;
}

.card h3 {
    margin-left: 11px;
    margin-top: 11px;
}

.card p {
    margin-left: 11px;
    margin-top: 11px;
}

.places {
    display: grid;
    justify-content: center;
    width: 80%;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin: auto;

}

.places .PlaceCard {
    /* background-color: #fff; */
    box-shadow: 0px 4px 4px 6px rgb(226, 225, 225);
    height: 360px;
    border-radius: 5px;
    margin-inline: 22px;
    margin-top: 22px;

}

.PlaceCard img {
    width: 100%;
    height: 250px;
    border-radius: 5px;
}

.PlaceCard h3 {
    margin-top: 11px;
    margin-left: 11px;
}

.PlaceCard p {
    margin-top: 11px;
    margin-left: 11px;
}


.contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact img {
    width: 550px;
}

.contactForm {
    width: 300px;
    height: 230px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 6px rgb(231, 229, 229);
    margin-top: 122px;
    padding: 22px;
}

.contactForm input {
    width: 90%;
    padding: 6px;
    font-size: 16px;
    margin-top: 3px;
}

.contactForm p {
    margin-top: 13px;
}

.contactForm button {
    width: 80px;
    height: 28px;
    background-color: rgba(197, 17, 17, 0.669);
    color: white;
    font-size: 16px;
    margin-top: 22px;
    border: none;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: black;
    color: white;
    padding: 66px;
    margin-top: 55px;

}

.text p {
    margin-top: 11px;
}

.loginPage {
    display: none;
}

.active1 {
    display: block;
    width: 300px;
    background-color: #fff;
    padding: 11px;
    box-shadow: 0px 4px 4px 6px rgb(227, 226, 226);
    position: fixed;
    top: 12%;
    right: 2%;
}

.active1 input {
    width: 90%;
    padding: 6px;
    margin-top: 13px;
}

.active1 button {
    width: 80px;
    height: 28px;
    background-color: orange;
    color: white;
    font-size: 16px;
    border: none;
    margin-top: 15px;
}

@media only screen and (max-width:900px) {
    ul {
        display: none;
    }

    #bar {
        display: block;
    }
}

@media only screen and (max-width:800px) {
    .mainText h1 {
        font-size: 38px;
    }

    .booking img {
        width: 90%;
    }

    .contact img {
        width: 90%;
    }
}

@media only screen and (max-width:500px) {
    .mainText h1 {
        font-size: 30px;
    }

    .contactForm {
        width: 60%;
    }
}

h1 {
    color: blue;
}

body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

.explore-btn {
    padding: 10px 20px;
    font-size: 18px;
    background-color: #ff5733;
    color: white;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
    border-radius: 5px;
}

.explore-btn:hover {
    background-color: #e64a19;
}

.pack {
    margin-top: 100vh;
    /* Taaki scroll effect dikhe */
    padding: 50px;
    background-color: #f4f4f4;
}

.head h1 {
    font-size: 32px;
}

.head span {
    color: #ff5733;
}

.packages {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    width: 250px;
    padding: 15px;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

.card img {
    width: 100%;
    border-radius: 10px;
}

.card h3 {
    margin: 10px 0;
}
