* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Courier New', Courier, monospace;
    background: #ffffff;
    color: black;
}


/* nav section */
nav {
    width: 100%;
    padding: 1rem 5%;
    background: white;
    border-bottom: 1px solid blue;
    backdrop-filter: blur(15px);

    display: flex;
    justify-content: space-between;
    align-items: center;

    position: sticky;
    left: 0;
    top: 0;

    z-index: 1000;
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: blue;
    letter-spacing: 1px;
}
span {
    color: hsl(39, 89%, 59%);
    font-size: 2.5rem;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.nav-links li a {
    position: relative;
    font-size: 1.05rem;
    font-weight: 500;
    text-decoration: none;
    color: orange;
    transition: 0.3s;
    
}

.nav-links li a:hover {
    color: hsl(39, 89%, 59%);
    text-shadow: 0 0 10px hsl(39, 94%, 65%);
    font-weight: 700;
}

.action-button {
    display: flex;
}

.book-button {
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1rem;
    background: orange;
    color: white;
    box-shadow: 0 0 15px hsl(39, 89%, 59%);
    border: none;
    cursor: pointer;
    transition: 0.3s;
}   

.book-button:hover {
    background: blue;
    box-shadow: 0 0 25px hsl(240, 89%, 57%);
    color: white;
}



/* banner section */
.hero-image {
    margin: 0;
}

.hero1 {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /*object-position: 0 -250px;*/
    position: relative;
}

.banner-content {
    position: absolute;
    top: 13%;
    right: 3%;
}

.banner-title {
    color: orange;
    font-size: 3rem;
    font-weight: 700;
}

.banner-paragraph {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

/* about */

.about-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px;
    
}

.about-container .background-video {
    border-radius: 10px;
    width: 45rem;
    height: 100%;
}

.about-section {
    width: 450px;
    border: none;
    margin: 25px;
    padding: 12px;
    border-radius: 10px;
    position: relative;
    background-color: white;
}

.about-section::after, .about-section::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: conic-gradient(blue, orange);
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
    padding: 3px;
    border-radius: 10px;
}

.about-section::before {
    filter: blur(15px);
    opacity: 0.5;
}

.about-us {
    font-size: 2rem;
    color: blue;
}

.about-content {
    font-size: 1rem;
    font-weight: 700;
}

/* banner 1 */
.banner-container {
    background: lightblue;
    padding: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-content {
    display: block;
    text-align: center;
}

.button-book {
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.5rem;
    background: orange;
    color: white;
    box-shadow: 0 0 15px hsl(39, 89%, 59%);
    border: none;
    cursor: pointer;
    transition: 0.3s;
}   

.button-book:hover {
    background: blue;
    box-shadow: 0 0 25px hsl(240, 89%, 57%);
    color: white;
}

.button-text {
    font-size: 1.2rem;
    letter-spacing: 5px;
    font-weight: 700;
    padding: 10px;
}

/* scroll image */

.carousel {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    overflow-x: auto;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.image-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;  

    animation: scroll 20s infinite linear;
    padding-right: 2px;
}

.card {
    width: 300px;
    height: 280px;
    padding: 15px; 
}

@keyframes scroll {
    from{
        translate: 0;
    }
    to {
        translate: -100%;
    }
} 

/* rooms */
.rooms-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: black;
    border-top: 1px solid blue;
}


.room-image {
    width: 100%;
    height: 50%;
    position: relative;
} 

.room-image>img {
    width: 100%;
    height: 100%;
    
}

.room-image .room-title {
    font-size: 5rem;
    color: orange;
    position: absolute;
    top: 5%;
    right: 10%;
    text-shadow: 1px 2px gray;
}

.room-content .welcome {
    font-size: 2rem;
}

.content-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.room-content {
    width: 400px;
    height: 100%;
    padding: 20px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
}


#para-1 {
    font-size: 1.5rem;
    color: black;
}

#welcome-heading {
    text-align: center;
    padding: 25px;
    font-size: 3rem;
    letter-spacing: 5px;
    color: blue;
}


/* services */
.service-head {
    text-align: center;
    color: black;
    font-size: 3rem;
    color: blue;
    text-shadow: 2px 3px 5px gray;
}
.service-container {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    width: 100%;
    padding: 15px;
    gap: 5px;

}

.card {
    flex: 1;
    width: 250px;
    height: auto;
    border: 1px solid black;
    border-radius: 10px;;
}

.card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.content {
    display: block;
}

.content h3 {
    text-align: center;
    font-size: 2rem;
}
.content p {
    font-size: 1.3rem;
    color: black;
    font-weight: 500;
}


/* footer */

.footer-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px;
    border-top: 1px solid blue;
}

.chalet-logo {
    width: 100px;
    height: 100px;
}

.chalet-logo .logo {
    width: 100%;
    height: 100%;
}

.footer-container .col {
    width: 250px;
    height: auto;
}

.footer-container .col h3 {
    font-size: 2rem;
}

.footer-container ul li a {
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    color: orange;
    transition: 0.3s;
    text-shadow: 1px 2px 5px gray;
}

.footer-container li a:hover {
    color: hsl(39, 89%, 59%);
    text-shadow: 0 0 10px hsl(39, 94%, 65%);
    font-weight: 700;
}

.footer-container ul li {
    list-style-type: none;
    
}

.footer-container ul li .add {
    font-size: 1rem;
    color: blue;
}


/* @media */

