/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+SC:ital,wght@0,100..900;1,100..900&family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: "Alumni Sans SC", sans-serif;
    padding: 0;
    margin: 0;
    scroll-behaviour: smooth;
    scroll-padding-top: 3rem;
    box-sizing: border-box;
}

/* Variables */
:root{
    --second-color: #dc6640;
    --text-color: #121212;
    --orange-color: #ff7a1b;
    --container-color: #eef6fa;
    --green-color: #5a8100;
    --light-green: #8ba64c;
    --yellow-color: #ffb400;
    --bg-color: #fff;
    --text-alter-color: #27282b;
}

body{
    background: var(--container-color);
    color: var(--text-color);
}

a{
    text-decoration: none;
    color: var(--text-color);
}

img{
    width: 100%;
}

section{
    padding: 3rem 0 2rem;
}

.container{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

ul{
    list-style-type: none;
    color: var(--text-color);
}

/* Custom Scroll Bar */

html::-webkit-scrollbar {
    width: 0.8rem;
    background: transparent;
}

html::-webkit-scrollbar-thumb {
    border-radius: 4rem;
    background: var(--orange-color);
    border: 3px solid #cc793d;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 100;
}

header ul{
    position: relative;
}

header ul li{
    position: relative;
    list-style: none;
    float: left;
}

header ul li ul li a{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

header ul li ul li:hover{
    background: var(--orange-color);
}

header ul li a{
    color: var(--text-color);
    font-size: 1.35rem;
    font-weight: 600;
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

header ul li ul{
    position: absolute;
    left: -70px;
    width: 240px;
    display: none;
    margin-top: 0.4rem;
    background: var(--container-color);
}

header .navbar ul li:focus-within > ul,
header .navbar ul li:hover > ul{
    display: block;
    margin-top: -5px;
}

header ul li ul li{
    position: relative;
    width: 100%;
}

header.shadow{
    background: var(--container-color);
    border-bottom: 3px solid rgb(255 255 255 / 10%);
    box-shadow: 0 1px 4px hsl(0deg 4% 15% / 10%);
    transition: 0.4s;
}

#services-link{
    margin-top: -3px;
    margin-right: -5px;
}

.shadow .nav{
    border-bottom: none;
}

.nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
}

.logo{
    width: 200px;
}

.side-logo{
    display: none;
}

.navbar{
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
}

.nav-link{
    font-size: 1.35rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-color);
    transition: 0.4s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.nav-link::after{
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0%;
    height: 4px;
    background: var(--orange-color);
    transition: 0.4s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.nav-link:hover.nav-link::after{
    width: 100%;
    transition: 0.4s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.nav-icons{
    display: flex;
    align-items: left;
    gap: 1rem;
}

.menu-icon{
    background: var(--orange-color);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
    height: 3.2rem;
    width: 3.5rem;
    border-radius: 0.5rem;;
    padding: 4px;
    cursor: pointer;
    z-index: 200;
    transition: 0.3s;
    border: 3px solid #cc793d;
}

.menu-icon div{
    display: block;
    background: var(--bg-color);
    height: 2px;
    width: 28px;
    transition: 0.3s;
}

.move .line1{
    transform: rotate(-45deg) translate(-5px, 5px);
}

.move .line2{
    opacity: 0;
}

.move .line3{
    transform: rotate(45deg) translate(-5px, -5px);
}

#booking.shadow{
    padding: 15px 25px;
    background: var(--orange-color);
    margin-top: -0.75rem;
    border-radius: 0.25rem;
    margin-left: 0.5rem;
    border: 4px solid #cc793d;
    box-shadow: 2px 2px 0px rgb(0, 0, 0, 5);
}

#booking.shadow:hover{
    background: var(--light-green);
    border: 4px solid var(--green-color);
    color: white;
    transition: all 0.5s ease-out;
    transform: scale(1.1);
    font-size: 1.45rem;
    font-weight: 800;
}

/* Index Section Starts */

/* Home Section */
.home{
    min-height: 800px;
    background: var(--background-color);
    position: relative;
    padding: 8rem 0 2rem !important;
}

.monitor-hero-bg{
    position: absolute;
    width: 99.1vw;
    min-height: 100%;
    margin-top: -9.5rem;
}

.tablet-hero-bg{
    display: none;
}

.phone-hero-bg{
    display: none;
}

.home-content{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    gap: 1.5rem;
}

.home-text h1, .camps-home-text h1{
    text-transform: uppercase;
    color: white;
    position: relative;
    font-size: 6rem;
    line-height: 5rem;
    font-weight: 800;
    margin-top: 16rem;
    text-shadow: 8px 8px 12px rgba(0, 0, 0, 2);
}

.home-text p{
    position: relative;
    color: white;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 1);
    font-size: 2.1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.heading{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 2rem;
}

.heading h2{
    font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
}

/* About Section */
.about{
    display: flex;
    text-align: center;
    min-height: 200px;
    position: relative;
    background: var(--container-color);
    margin-top: 120px;
}

.about-paragraph{
    color: var(--text-color);
    position: relative;
    text-align: center;
    min-height: 175px;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.about-container {
    display: flex;
    justify-content: space-between;
    background: var(--light-green);
    border-radius: 1rem;
}

.box, .chalet-box{
    padding: 12.5px 12.5px;
    background: var(--green-color);
    border-radius: 0.5rem;
    margin-bottom: 3rem;
    margin-top: 2rem;
    transition: all 1s ease-out;
}

.box img{
    max-width: 770px;
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
}

.box:hover{
    transform: scale(1.08);
}

.swiper-pagination-bullet{
    width: 8px !important;
    height: 8px !important;
    border-radius: 0.2rem !important;
    background: var(--text-color) !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active{
    width: 1.5rem !important;
    background: var(--orange-color) !important;
}

/* Services Section  */
.services{
    display: flex;
    flex-direction: column;
}

.services-content{
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, auto));
    gap: 1.5rem;
    text-align: center;
}

.service-box{
    background: var(--orange-color);
    border: 4px solid #cc793d;
    align-items: center;
    row-gap: 1.5rem;
    padding: 15px 15px;
    border-radius: 2rem;
    box-shadow: 8px 12px 0px rgb(0, 0, 0, 5);
    animation-name: pulse;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
    }
    100% {
      transform: scale(0.9);
    }
}

.service-box:hover{
    transition: all 0.5s ease-out;
    transform: scale(1.08);
}

.services-img{
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, auto));
    gap: 2.5rem;
    margin-bottom: 0.5rem;
}

.service-box p{
    font-size: 1.8rem;
    color: var(--text-color);
}

.services-container, .camp-activities-content{
    background: var(--light-green);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, auto));
    gap: 0.5rem;
    margin-top: 2rem;
    padding: 30px 17px;
}

.services-box, .camps-activities-box{
    padding: 12.5px 12.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--green-color);
    text-transform: uppercase;
}

.services-box img, .camps-activities-box img{
    width: 100%;
    height: 250px;
}

/* Contact Section */
.contact{
    position: relative;
    background: var(--container-color);
    display: grid;
    grid-template-columns: repeat(1, minmax(auto, auto));
}

.contact-content, .chalet-contact-content{
    display: flex;
    justify-content: center;
    position: relative;
}

form{
    color: black;
    width: 650px;
    font-size: 1.2rem;
    border-radius: 25px;
    padding: 30px;
    text-align: center;
}

.book-img, .chalet-img{
    position: absolute;
    height: 1000px;
    object-fit: cover;
    margin-top: 10rem;
}

input[type="text"],
input[type="email"],
textArea{
    width: 100%;
    padding: 10px;
    margin-bottom: 0.5rem;
    border-radius: 50px;
    box-sizing: border-box;
}

.input-data{
    font-size: 1.5rem;
    border: 0.5px solid var(--orange-color);
    border-radius: 5rem;
}

.checkbox{
    display: inline-block;
    font-size: 2rem;
    color: white;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 2);
}

.checkbox input[type="checkbox"]{
    width: 25px;
    height: 25px;
    accent-color: var(--orange-color);
}

input[type="date"]{
    padding: 10px;
    border-radius: 5rem;
    font-family: sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    border: 0.5px solid var(--orange-color);
}

label[for="id_contact_date"]{
    font-size: 2rem;
    color: white;
}

.call, .mail{
    display: flex;
    flex-direction: column;
    font-size: 2.2rem;
    font-weight: 600;
    color: black;
    justify-content: center;
    align-items: center;
}

.book-text{
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 3rem;
    font-weight: 700;
    color: black;
}

button{
    padding: 0.5rem 1rem;
    background-color: var(--green-color);
    border-radius: 1rem;
    margin-top: 0.5rem;
    cursor: pointer;
    width: 100%;
    font-size: 2rem;
    font-weight: 700;
}

form button:hover{
    transition: 0.3s ease;
    box-shadow: 10px 6px 0.5px rgb(0, 0, 0, 5);
}

/* Location ========================================================================================================= */
.location{
    position: relative;
    padding: 5rem 0 4rem;
    height: 800px;
}

.location-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.address i{
    font-size: 2.5rem;
    padding: 6px;
    background: var(--green-color);
    border-radius: 0.5rem;
    color: var(--text-color);
    margin-top: 0.5rem;
    border: 1px solid black;
    margin-right: 0.75rem;
    margin-top: 0.25rem;
}

.address{
    position: relative;
    color: var(--text-color);
    font-size: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--text-color);
    animation-name: pulse;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.address i a{
    padding-left: 0.5rem;
    border-bottom: 1px solid var(--text-color);
}

iframe{
    position: relative;
    border-radius: 1rem;
    height: 550px;
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 10px 10px;
    background: var(--green-color);
    box-shadow: 8px 18px 0px rgb(0, 0, 0, 5);
}

/* Footer Content =================================================================================================== */
.footer{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 5px solid #cc793d;
    background: var(--orange-color);
    margin-top: 7rem;
}

.footer-content{
    display: flex;
    flex-direction: columns;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-logo{
    width: 200px;
}

.footer-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-box h2{
    font-weight: 600;
}

.footer-box a{
    font-size: 1.25rem;
    color: var(--text-color);
    text-align: center;
}

.footer-box ul li a:hover{
    color: var(--second-color);
    transition: all 0.3s ease-in-out;
}

.social{
    display: flex;
    align-items: center;
}

.social .bx{
    padding: 5px;
    background: var(--green-color);
    font-size: 35px;
    border-radius: 0.5rem;
    color: black;
    margin-top: 0.5rem;
    border: 1px solid black;
}

.social .bx:hover{
    background: var(--green-color);
    transition: 0.3s all linear;
}

.copyright, .design{
    background: var(--orange-color);
    font-size: 1.3rem;
}

.copy{
    display: flex;
    align-times: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid var(--text-color);
}

.copy p{
    margin-top: 1.5rem;
}

.designer{
    text-align: center;
    padding: 15px;
    padding-bottom: 30px;
    color: var(--text-color);
}

.designer strong{
    border-bottom: 1px solid var(--text-color);
}
/* Index Section Ends */

/* Chalet Section Starts */
.hero-chalets{
    display: flex;
    flex-direction: column;
    min-height: 700px;
}

.chalet-home-text h1{
    text-transform: uppercase;
    color: white;
    position: relative;
    font-size: 8rem;
    font-weight: 800;
    margin-top: 5rem;
    text-shadow: 8px 8px 12px rgba(0, 0, 0, 2);
}

.chalet-horizontal-home-video-bg{
    position: absolute;
    width: 99.1vw;
    min-height: 100%;
    margin-top: -7.45rem;
}

.chalet-tablet-home-video-bg{
    display: none;
}

.chalet-phone-home-video-bg{
    display: none;
}

.chalet-about{
    display: flex;
    flex-direction: column;
    text-align: center;
    min-height: 200px;
    position: relative;
    background: var(--container-color);
    margin-top: 150px;
}

.chalet-box img{
    max-width: 770px;
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}

.chalet-contact-content #chalets-form form a{
    color: white;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 5);
}

.chalet-contact-content #chalets-form form .book-text{
    color: white;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 8);
}

/* Chalet Section End */

/* Camps Section Start */

.camps-horizontal-home-video-bg{
    display: flex;
    position: absolute;
    width: 99.1vw;
    min-height: 100%;
    margin-top: -8rem;
}

.camps-tablet-home-video-bg{
    display: none;
}

.camps-phone-home-video-bg{
    display: none;
}

.camps-home{
    position: relative;
    min-height: 500px;
    background: var(--container-color);
    padding: 8rem 0 2rem !important;
}

.camps-about{
    position: relative;
    background: var(--container-color);
    display: flex;
    text-align: center;
    height: 300px;
    margin-top: 350px;
    margin-bottom: 5rem;
}

.camps-about .heading{
    margin-top: 5rem;
}

.camps-home-text h1{
    font-size: 8rem;
    margin-top: 14rem;
}

.camps-services{
    position: relative;
    background: var(--container-color);
    display: flex;
    flex-direction: column;
}

.camps-services-content{
    position: relative;
    background: var(--container-color);
    display: grid;
    grid-template-columns: repeat(5, minmax(auto, auto));
    gap: 1.5rem;
    text-align: center;
}

.camps-service-box{
    background: var(--orange-color);
    border: 4px solid #cc793d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 25px;
    border-radius: 2rem;
    height: 215px;
    box-shadow: 8px 12px 0px rgb(0, 0, 0, 5);
}

.camps-service-box:hover{
    transition: all 0.5s ease-out;
    transform: scale(1.08);
}

.camps-service-box img{
    width: 155px;
    height: 135px;
    object-fit: contain;
}

.camps-service-box p{
    font-size: 1.4rem;
}

#camps-book-text{
    color: white;
}

#camps-call, #camps-email{
    color: white;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 5);
}

.camps-book-img{
    position: absolute;
    height: 900px;
    object-fit: cover;
    margin-top: 10rem;
}

/* Camps Section Ends */

/* Functions Section Starts */
.functions-horizontal-home-video-bg{
    position: absolute;
    width: 99.1vw;
    min-height: 100%;
    margin-top: -9.5rem;
}

.functions-tablet-home-video-bg{
    display: none;
}

.functions-phone-home-video-bg{
    display: none;
}

.functions-home-text h1{
    text-transform: uppercase;
    color: white;
    position: relative;
    font-size: 6rem;
    font-weight: 800;
    margin-top: 13rem;
    text-shadow: 8px 8px 12px rgba(0, 0, 0, 2);
}

.function-book-img{
    position: absolute;
    height: 700px;
    object-fit: cover;
    margin-top: 11rem;
}


/* Making Responsive */
@media (max-width: 1350px){

    /* Index Section Starts */

    .monitor-hero-bg{
        display: none;
    }

    .tablet-hero-bg{
        display: flex;
        position: absolute;
        width: 99.1vw;
        min-height: 130%;
        margin-top: -16.8rem;
    }

    .home-text h1{
        font-size: 5rem;
        margin-top: 12rem;
    }

    .home-text p{
        font-size: 2.5rem;
    }

    .book-img{
        height: 1000px;
        margin-top: 10rem;
    }

    iframe{
        padding: 10px 10px;
    }

    /* Index Section Ends */

    /* Chalet Section Starts */

    .chalet-horizontal-home-video-bg{
        display: none;
    }

    .chalet-tablet-home-video-bg{
        display: flex;
        position: absolute;
        width: 99.1vw;
        min-height: 100%;
        margin-top: -7.5rem;
    }

    .chalet-home-text h1{
        font-size: 7rem;
        margin-top: 16rem;
    }

    /* Chalet Section Ends */

    /* Camps Section Start */

    .camps-horizontal-home-video-bg{
        display: none;
    }

    .camps-tablet-home-video-bg{
        display: flex;
        position: absolute;
        width: 99.1vw;
        min-height: 100%;
        margin-top: -10rem;
    }

    .camps-about .heading{
        margin-top: 5rem;
    }

    .camps-home-text h1{
        font-size: 6rem;
        margin-top: 14rem;
    }

    .camps-service-box{
        padding: 20px 20px;
        height: 180px;
    }

    .camps-service-box img{
        width: 155px;
        height: 125px;
        object-fit: contain;
    }

    .camps-service-box p{
        font-size: 1.5rem;
    }

    .camps-book-img{
        position: absolute;
        height: 900px;
        object-fit: cover;
        margin-top: 10rem;
    }

    /* Camps Section Ends */

    /* Functions Section Starts */
    .functions-horizontal-home-video-bg{
        display: none;
    }

    .functions-tablet-home-video-bg{
        display: flex;
        position: absolute;
        width: 99.1vw;
        min-height: 100%;
        margin-top: -10rem;
    }

    .functions-about-content .heading{
        margin-top: 0rem;
    }

    .functions-home-text h1{
        margin-top: 13rem;
    }

    .function-book-img{
        position: absolute;
        height: 700px;
        object-fit: cover;
        margin-top: 11rem;
    }

    /* Functions Section Ends */

}

@media (max-width: 1240px){

    .container {
        width: 85%;
        margin: 0 auto;
    }

    /* Index Section Starts */

    .book-img{
        height: 1000px;
        margin-top: 10rem;
    }

    /* Index Section Ends */

    /* Chalet Section Starts */

    .chalet-home-text h1{
        font-size: 6rem;
        margin-top: 21rem;
    }

    /* Chalet Section Ends */

    /* Camps Section Starts */
    .camps-services-content{
        grid-template-columns: repeat(3, minmax(auto, auto));
        gap: 1rem;
    }

}

@media (max-width: 1020px){

    /* Index Section Starts */
    .box, .chalet-box{
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .box img {
        max-width: 850px;
        width: 100%;
        height: 400px;
    }

    .tablet-hero-bg{
        display: none;
    }

    .phone-hero-bg{
        display: flex;
        position: absolute;
        width: 99.1vw;
        min-height: 100%;
        margin-top: -55rem;
    }

    .home-text h1, .camps-home-text h1{
        font-size: 5rem;
        line-height: 5rem;
        margin-top: 12.5rem;
    }

    .home-text p{
        font-size: 2.1rem;
        line-height: 1.9rem;
    }

    .book-img{
        height: 1000px;
        margin-top: 10rem;
    }

    iframe{
        padding: 10px 10px;
    }

    /* Index Section Ends */

    /* Chalet Section Starts */
    .hero-chalets{
        height: 500px;
    }

    .chalet-tablet-home-video-bg{
        display: none;
    }

    .chalet-phone-home-video-bg{
        display: flex;
        position: absolute;
        width: 99.1vw;
        min-height: 100%;
        margin-top: -30rem;
    }

    .chalet-home-text h1{
        font-size: 6rem;
        margin-top: 20rem;
    }

    .chalet-box img{
        max-width: 770px;
        width: 100%;
        height: 550px;
    }

    /* Chalet Section Ends */

    /* Camps Section Start */

    .camps-tablet-home-video-bg{
        min-height: 140%;
        margin-top: -9rem;
    }

    .camps-about .heading{
        margin-top: 0rem;
    }

    .camps-about{
        margin-bottom: -2rem;
    }

    .camps-home-text h1{
        font-size: 5rem;
        margin-top: 12rem;
    }

    /* Camps Section Ends */

    /* Functions Section Starts */
    .functions-tablet-home-video-bg{
        display: none;
    }

    .functions-phone-home-video-bg{
        display: flex;
        position: absolute;
        width: 99.1vw;
        min-height: 100%;
        margin-top: -30rem;
    }

    .functions-home-text h1{
        margin-top: 17rem;
    }

    .function-book-img{
        position: absolute;
        height: 700px;
        object-fit: cover;
        margin-top: 11rem;
    }

    /* Functions Section Ends */

}

@media (max-width: 900px){

    .menu-icon {
        display: flex;
    }

    .side-logo{
        display: flex;
        width: 200px;
        margin-bottom: 1.5rem;
        margin-left: -2rem;
    }

    header ul{
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    header .navbar ul li:focus-within > ul,
    header .navbar ul li:hover > ul{
        display: block;
    }

    header .nav .navbar ul li ul{
        position: relative;
        left: 0;
        right: 0;
        width: 200px;
        margin-top: 0.5rem;
    }

    header ul li ul{
        display: flex;
        flex-direction: column;
        background: var(--orange-color);
    }

    header ul li a{
        padding: 5px 15px;
    }

    header ul li{
        margin-right: -0.75rem;
        font-size: 1.1rem;
        padding: 5px 5px;
    }

    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: var(--orange-color);
        flex-direction: column;
        justify-content: center;
        gap: 1.5rem;
        transition: 0.5s;
        border-left: 5px solid #cc793d;
        box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    }

    .menu-open {
        right: 0;
    }

    #booking.shadow{
        padding: 10px 45px;
        background: var(--orange-color);
        margin-top: 0.25rem;
        border-radius: 0.25rem;
        margin-left: 0.5rem;
        border: 4px solid #cc793d;
        box-shadow: 2px 2px 0px rgb(0, 0, 0, 5);
    }

    /* Index Section Starts */

    .phone-hero-bg{
        display: flex;
        position: absolute;
        width: 99.1vw;
        min-height: 100%;
        margin-top: -30rem;
    }

    .home-text h1{
        font-size: 4.5rem;
        margin-top: 15rem;
        line-height: 7rem;
    }

    .home-text p{
        font-size: 2rem;
        margin-top: -1rem;
        line-height: 1.7rem;
    }

    .input-data{
        font-size: 1.4rem;
    }

    input[type="date"]{
        font-size: 1.3rem;
    }

    .call, .mail{
        font-size: 1.8rem;
    }

    .footer-content{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .box{
        padding: 10px 10px;
    }

    .book-img{
        height: 950px;
        margin-top: 10rem;
    }

    iframe{
        padding: 10px 10px;
    }

    /* Index Section Ends */

    /* Chalet Section Starts */

    .chalet-tablet-home-video-bg{
        display: none;
    }

    .chalet-phone-home-video-bg{
        display: flex;
        position: absolute;
        width: 99.1vw;
        min-height: 100%;
        margin-top: -30rem;
    }

    .chalet-home-text h1{
        font-size: 5.5rem;
        margin-top: 19rem;
    }

    /* Chalet Section Ends */

    /* Camps Section Start */

    .camps-tablet-home-video-bg{
        display: none;
    }

    .camps-phone-home-video-bg{
        display: flex;
        position: absolute;
        width: 99.1vw;
        min-height: 100%;
        margin-top: -35.5rem;
    }

    .camps-about .heading{
        margin-top: 0rem;
    }

    .camps-about{
        margin-bottom: 2rem;
    }

    .camps-home-text h1{
        font-size: 5rem;
        margin-top: 12rem;
    }

    .camps-services-content{
        grid-template-columns: repeat(2, minmax(auto, auto));
        gap: 1rem;
    }

    /* Camps Section Ends */

    /* Functions Section Starts */
    .functions-home-text h1{
        margin-top: 15rem;
        line-height: 4rem;
    }
    /* Functions Section Ends */

}

@media (max-width: 700px){

    .nav-link::after{
        background: var(--text-color);
    }

    /* Index Section Starts */

    .phone-hero-bg{
        min-height: 200%;
        margin-top: -35rem;
    }

    .home-text h1{
        font-size: 4rem;
        margin-top: 12rem;
        line-height: 3rem;
        margin-bottom: 1.5rem;
    }

    .home-text p{
        font-size: 1.8rem;
        line-height: 1.5rem;
    }

    .heading h2{
        font-size: 3rem;
    }

    .about-paragraph{
        font-size: 1.15rem;
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .box img {
        height: 300px;
    }

    .services-content, .camps-services-content{
        grid-template-columns: repeat(1, minmax(auto, 80%));
        gap: 1rem;
        justify-content: center;
    }

    .service-box img{
        height: 100px;
        object-fit: contain;
    }

    .box, .chalet-box{
        padding: 10px 10px;
    }

    form{
        width: 475px;
    }

    .call, .mail{
        font-size: 1.75rem;
    }

    .book-img{
        height: 930px;
        margin-top: 8.5rem;
    }

    .book-text{
        font-size: 2.75rem;
    }

    .input-data{
        font-size: 1.2rem;
    }

    .checkbox{
        font-size: 1.7rem;
    }

    .checkbox input[type="checkbox"]{
        width: 23px;
        height: 23px;
    }

    input[type="date"]{
        font-size: 1.3rem;
    }

    label[for="id_contact_date"]{
        font-size: 1.8rem;
    }

    iframe{
        padding: 10px 10px;
    }

    /* Index Section Ends */

    /* Chalet Section Starts */
    .chalet-phone-home-video-bg{
        min-height: 120%;
        margin-top: -13rem;
    }

    .chalet-home-text h1{
        font-size: 5rem;
        margin-top: 19rem;
        line-height: 4rem;
    }

    .chalet-box img{
        max-width: 770px;
        width: 100%;
        height: 500px;
    }

    /* Chalet Section Ends */

    /* Camps Page Starts */

    .camps-phone-home-video-bg{
        min-height: 160%;
        margin-top: -13.5rem;
    }

    .camps-about .heading{
        margin-top: 0rem;
    }

    .camps-about{
        margin-bottom: 2rem;
    }

    .camps-home-text h1{
        font-size: 5rem;
        margin-top: 10rem;
    }

    .camps-services-content{
        grid-template-columns: repeat(2, minmax(auto, auto));
        gap: 1rem;
    }

    .camps-book-img{
        height: 800px;
        margin-top: 9rem;
    }

    /* Camps Seciton Ends */

    /* Functions Section Starts */
    .functions-phone-home-video-bg{
        width: 99.1vw;
        min-height: 100%;
        margin-top: -8rem;
    }

    .functions-home-text h1{
        font-size: 4rem;
        margin-top: 14rem;
    }

    .function-book-img{
        position: absolute;
        height: 680px;
        object-fit: cover;
        margin-top: 8rem;
    }

    /* Functions Section Ends */

}

@media (max-width: 470px){

    .logo{
        width: 150px;
        margin-top: 0.5rem;
    }

    .phone-hero-bg{
        min-height: 100%;
        margin-top: -8rem;
    }

    /* Index Section Starts */

    .home{
        min-height: 600px;
    }

    .home-text h1, .camps-home-text h1{
        font-size: 3.5rem;
        line-height: 2.5rem;
        margin-top: 10rem;
        margin-bottom: 1rem;
    }

    .home-text p{
        font-size: 1.5rem;
        margin-top: 0rem;
        line-height: 1.2rem;
    }

    .box{
        padding: 8px 8px;
    }

    form{
        width: 300px;
    }

    .book-img{
        height: 930px;
        margin-top: 9rem;
    }

    iframe{
        height: 500px;
        padding: 10px 10px;
    }

    /* Index Section Ends */

    /* Chalet Section Starts */

    .chalet-phone-home-video-bg{
        min-height: 120%;
        margin-top: -18rem;
    }

    .hero-chalets{
        min-height: 500px;
    }

    .chalet-home-text h1{
        font-size: 4.5rem;
        margin-top: 13rem;
        line-height: 4rem;
    }

    .heading{
        line-height: 3rem;
    }

    .chalet-box img{
        max-width: 770px;
        width: 100%;
        height: 400px;
    }

    /* Chalet Section Ends */

    /* Camps Page Starts */

    .camps-phone-home-video-bg{
        min-height: 160%;
        margin-top: -16rem;
    }

    .camps-about .heading{
        margin-top: 0rem;
    }

    .camps-about{
        margin-bottom: 115px;
        margin-top: 7rem;
    }

    .camps-home-text h1{
        font-size: 4rem;
        margin-top: 7rem;
        line-height: 3.5rem;
    }

    .camps-services-content{
        grid-template-columns: repeat(1, minmax(auto, auto));
        gap: 1rem;
    }

    .services-box, .camps-activities-box{
        padding: 10px 10px;
    }

    .services-container, .camp-activities-content{
        padding: 20px 10px;
    }

    .camps-book-img{
        height: 830px;
        margin-top: 9rem;
    }

    /* Camps Seciton Ends */

    /* Functions Section Starts */

    .functions-phone-home-video-bg{
        display: flex;
        position: absolute;
        width: 99.1vw;
        min-height: 100%;
        margin-top: -8rem;
    }

    .functions-home-text h1{
        font-size: 4rem;
        margin-top: 12rem;
        line-height: 3rem;
    }

    .function-book-img{
        height: 700px;
        margin-top: 11rem;
    }

    /* Functions Section Ends */

}

@media (max-width: 340px){

    .phone-hero-bg{
        min-height: 140%;
        margin-top: -10.5rem;
    }

    .logo{
        width: 125px;
    }

    /* Index Section Starts */

    .box{
        padding: 8px 8px;
    }

    .box img{
        height: 250px;
    }

    .about-paragraph{
        line-height: 1.25rem;
    }

    .services-container, .camp-activities-content{
        padding: 15px 5px;
    }

    .services-box, .camps-activities-box{
        padding: 10px 10px;
    }

    .services-box img, .camps-activities-box img{
        width: 100%;
        height: 180px;
    }

    .call, .mail{
        font-size: 1.5rem;
    }

    .book-img{
        height: 925px;
        margin-top: 8rem;
    }

    .camps-book-img{
        height: 825px;
        margin-top: 10rem;
    }

    .location{
        height: 650px;
    }

    .address i{
        font-size: 1.5rem;
    }

    .address{
        font-size: 1.5rem;
    }

    iframe{
        height: 400px;
        padding: 7.5px 7.5px;
    }

    /* Index Section Ends */

    /* Chalet Section Starts */

    .chalet-box img{
        height: 350px;
    }

    /* Chalet Section Ends */

    /* Camps Page Starts */
    .camps-home-text h1{
        font-size: 3.5rem;
        margin-top: 6rem;
        line-height: 2.75rem;
    }

    .camps-phone-home-video-bg{
        min-height: 140%;
        margin-top: -15rem;
    }

    .camps-about{
        margin-top: 0rem;
    }

    .camps-book-img{
        height: 800px;
        margin-top: 9rem;
    }

    .services-box, .camps-activities-box{
        padding: 8px 8px;
    }

    /* Camps Seciton Ends */

    /* Chalet Section Starts */
    .chalet-phone-home-video-bg{
        min-height: 120%;
        margin-top: -19.5rem;
    }

    .hero-chalets{
        min-height: 500px;
    }

    .chalet-home-text h1{
        font-size: 3.75rem;
        margin-top: 10rem;
        line-height: 3rem;
    }

    /* Chalet Section Ends */

    /* Functions Section Starts */

    .functions-phone-home-video-bg{
        min-height: 120%;
        margin-top: -13rem;
    }

    .functions-home-text h1{
        margin-top: 5rem;
    }

    .function-book-img{
        height: 670px;
        margin-top: 11rem;
    }

    /* Functions Section Ends */

}

@media (max-width: 333px){

    .box{
        padding: 8px 8px;
    }

    .book-img{
        height: 925px;
        margin-top: 11rem;
    }

    .camps-book-img{
        height: 800px;
        margin-top: 12rem;
    }

    /* Functions Section Start */
    .function-book-img{
        height: 620px;
        margin-top: 12rem;
    }

}

