@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap');

:root{
    --orange:#ffa500;
}
*::selection{
    background:var(--orange);
    color: #fff;
}
*{
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    transition:.3s all ease;

}
html{
    font-size: 62.5%;
    scroll-padding-top: 6rem;
    scroll-behavior: smooth;
}
.btn{
    display: inline-block;
    color: #fff;
    background:var(--orange);
    padding: 1.2rem 3rem;
    margin-top: 1rem;
    border: .2rem solid var(--orange);
    font-size: 1.5rem;
    margin-right: .4rem;
}
.btn:hover{
    background: none;
    cursor: pointer;
    color: var(--orange);
}
section{
    padding: 2rem 9%;
}
header{
    padding: 2rem 9%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #333;

}
header .logo{
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
header .logo span{
    color: var(--orange);
}
header .navbar a{
    color: #fff;
    font-size: 1.5rem;
    margin-right: 1.2rem;
}
header .navbar a:hover{
    color: var(--orange);
}

header .icons i{
    color: #fff;
    font-size: 2rem;
    margin-right: 2rem;
}
header .icons i:hover{
    color: var(--orange);
    cursor: pointer;
}
header .form-container{
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 1.5rem 2rem;
    background: #333;
    border-top: .1rem solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    z-index: 1001;
    clip-path: polygon(0 0,100% 0,100% 0,0 0);
}
header .form-container.active{
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}
header .form-container input{
    width: 100%;
    padding: 1rem;
    border-radius: .6rem;
    color: #fff;
    font-size: 1.7rem;
    text-transform: none;
}
header .form-container label{
    color: #fff;
    margin-left: 1rem;
    font-size:3rem;
}
header .form-container label:hover{
    color: var(--orange);
    cursor: pointer;
}
#menu-bar{
    display: none;
    color: #000;
    font-size: 3rem;
    padding: .7rem 1rem;
    background: #fff;
    border-radius: .6rem;
}
#menu-bar:hover{
    color: #fff;
    background:var(--orange);
    cursor: pointer;
}

.login-form-container{
    position: fixed;
    top: 0;
    left: -120%;
    z-index: 10000;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgba(0,0,0,.7);
}
.login-form-container.active{
    left: 0;
}
.login-form-container form{
    background: #fff;
    margin: 2rem;
    padding: 1.5rem;
    border-radius: .5rem;
    width: 50rem;
}
.login-form-container form h3{
    text-align: center;
    color: #444;
    font-size: 3rem;
    text-transform: uppercase;
    padding: 1rem 0;
}
.login-form-container form .box{
    width: 100%;
    padding: 1rem;
    color: #444;
    font-size: 1.7rem;
    border: .1rem solid rgba(0, 0, 0, .4);
    text-transform: none;
    margin: .6rem 0;
}
.login-form-container form .box:focus{
    border-color: var(--orange);
}
.login-form-container form #remember{
    margin: 2rem 0;
}
.login-form-container form label{
    font-size: 1.5rem;
}

.login-form-container form .btn{
    width: 100%;
    display: block;
}
.login-form-container form p{
    font-size:1.4rem;
    padding: .5rem 0;
}
.login-form-container form a{
    color: var(--orange);
}
.login-form-container form a:hover{
    color: #333;
    text-decoration: underline;
}
.login-form-container #form-close{
    position: absolute;
    top:2rem;
    right: 3rem;
    font-size: 5rem;
    color: #fff;
    cursor: pointer;
}

.home{
    display: flex;
    justify-content:center;
    align-items: center;
    flex-flow: column;
    position: relative;
    z-index: 0;
    min-height: 100vh;
}
.home .content{
    text-align: center;
}
.home .content h3{
    font-size: 4.5rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 .3rem .5rem rgba(0, 0, 0, .1);
}
.home .content p{
    font-size: 2.5rem;
    padding: .5 rem 0;
    color: #fff;
}

.home .video-container video{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;    
}
.home .controls {
    position: relative;
    top: 10rem;
    padding: 1rem;
    background: rgba(0,0,0,.7);
    border-radius: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.home .controls .vid-btn{
    height: 2rem;
    width: 2rem;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    margin: 0 .5rem;
    cursor: pointer;
}
.home .controls .vid-btn.active{
    background:var(--orange);
}
.heading {
    text-align: center;
    padding: 2.5rem 0;
}
.heading span{
    font-size:3.5rem;
    color: var(--orange);
    padding: .2rem 1rem;
    border-radius: .5rem;
    background: rgba(255,165,0,.2);
}
.heading span.space{
        background: none;
}

.book .row{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
}

.book .row .image{
    flex:1 1 40rem;
}
.book .row .image img{
    width: 100%;
}
.book .row form{
    flex:1 1 40rem;
    padding: 2rem;
    border-radius: .5rem;
    
}
.book .row form:hover{
    box-shadow:0 1rem 2rem rgba(0, 0, 0, .3);
}
.book .row form .inputBox{
    padding: .5rem 0;
}
.book .row form .inputBox input{
    padding:1rem;
    border: .2rem solid rgba(0, 0, 0, .1);
    font-size: 1.7rem;
    width: 100%;
    color: #333;
    text-transform: none;
}
.book .row form .inputBox h3{
    color:#666;
    font-size: 2rem;
    padding-bottom: 1rem 0 ;
}
.packages .box-container{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.packages .box-container .box{
    flex: 1 1 30rem;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow:0 1rem 2rem rgba(0, 0, 0, .2);
}
.packages .box-container .box img{
    height: 25rem;
    width: 100%;
    object-fit: cover;
}
.packages .box-container .box .content{
    padding: 2rem;
}
.box-container .box .content h3{
    font-size: 2rem;
    color: #333;
}
.box-container .box .content h3 i{
    color: var(--orange);
    margin-right: .5rem;
}
.box-container .box .content p{
    font-size: 1.7rem;
    color: #666;
    padding: 1rem 0;
}
.box-container .box .content .starts{
    color: var(--orange);
    font-size: 1.7rem;
    padding-bottom: 1rem;
}
.box-container .box .content .price{
    
    color: #333;
    font-size: 2rem;
}
.box-container .box .content .price span{
    font-size: 1.3rem;
    color: var(--orange);
    text-decoration: line-through;
}

.services .box-caontainer{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.services .box-caontainer .box{
    flex: 1 1 30rem;
    border-radius: .5rem;
    padding: 2rem;
    text-align: center;
    border: 1px solid #ccc;
}
.services .box-caontainer .box:hover{
    box-shadow:0 1rem 1.5rem rgba(0, 0, 0, .2);
    cursor: pointer;
}
.services .box-caontainer .box i{
    font-size: 6rem;
    padding: 1rem 0;
    color: var(--orange);
}
.services .box-caontainer .box h3{
    color: #333;
    font-size: 2.5rem;
    padding-bottom: .5rem;
}
.services .box-caontainer .box p{
    color: #666;
    font-size: 1.5rem;
    padding-bottom: .5rem;
}

.gallery .box-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.gallery .box-container .box{
    flex: 1 1 30rem;
    overflow: hidden;
    border: 1rem solid #fff;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
    border-radius: 1rem;
    height: 25rem;
    position: relative;
}
.gallery .box-container .box:hover .content{
    top: 0;
}
.gallery .box-container .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .5rem;
}
.gallery .box-container .box .content{
    position:absolute;
    top: -100%;
    left: 0;
    right: 0;
    text-align: center;
    background:rgba(0, 0, 0, .7);
    height:100%;
    border-radius: .5rem;
}
.gallery .box-container .box .content h3{
    color: var(--orange);
    font-size: 2.5rem;
    padding: 1rem;
   
}
.gallery .box-container .box .content p{
    color: #ccc;
    font-size: 1.5rem;
    padding: 1rem;
}

.review .review-slider{
    padding-bottom: 2rem;
    overflow: hidden;
}
.review .box{
    text-align: center;
    padding: 2rem;
    border-radius: .5rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .1);
}
.review .box img{
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    padding: 1remm;
    object-fit: cover;
}
.review .box h3{
    font-size: 3rem;
    color: var(--orange);
    padding-bottom: 1rem;
}
.review .box p{
    font-size: 1.5rem;
    color: #666;
    padding-bottom: 1rem;
}
.review .box .stars{
    font-size: 1.7rem;
    color: var(--orange);
}
.contact .row{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.contact .row .image{
    flex: 1 1 35rem;
}
.contact .row .image img{
    width: 100%;
}
.contact .row form{
    flex: 1 1 50rem;
    padding: 2rem;
    box-shadow: 0 1rem 2rem rgba(0,0,0,.2);
    border-radius: .5rem;
}
.contact .row form input{
    width: 49%;
    margin: 1rem 0;
    padding: 1rem;
    font-size: 1.7rem;
    color: #333;
    background: #f7f7f7;
}
.contact .row form textarea{
    height: 15rem;
    resize: none;
    width: 100%;
    background: #f7f7f7;
    margin: 1rem 0;
    padding: 1rem;
    font-size: 1.7rem;
}
.contact .row form .btn{
    width: 100%;
    background:var(--orange);
    color: #fff;
}
.contact .row form .btn:hover{
    background:none;
    color:var(--orange);
}
.bran-container .brand-slider .wrapper{
    text-align: center;
}
.footer{
    background: #333;
}
.footer .box-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    gap: 1.5rem;
}
.footer .box-container .box{
    padding: 1rem 0;
    flex: 1 1 25rem ;
}
.footer .box-container .box h3{
    font-size: 2.5rem;
    padding: .7rem 0;
    color: #fff;
}
.footer .box-container .box p{
    font-size: 1.5rem;
    padding: .7rem 0;
    color: #eee;
}
.footer .box-container .box a{
    font-size: 1.5rem;
    display: block;
    padding: .7rem 0;
    color: #eee;
}
.footer .box-container .box a:hover{
    color: var(--orange);
    text-decoration: underline;
}
.footer .credit{
    color: #fff;
    text-align: center;
    font-size: 3.5rem;
    font-weight: normal;
    border-top: .1rem solid var(--orange);
    margin-top: 2rem;
    padding-top: 2rem;
}
.footer .credit span{
    color: var(--orange);
}


/* media queries */

@media (max-width:1200px){
    html{
        font-size: 60%;
    }
}
@media (max-width:1025px){
    .gallery .box-container .box {
        flex: 1 1 28rem;
    }
    .footer .box-container .box {
        flex: 1 1 20rem;
    }
}

@media (max-width:991px){

    header{
        padding: 2rem;
    }
}


@media (max-width:768px){
    .footer .credit{
        font-size: 2.5rem;
    }
    .footer .box-container .box {
        flex: 1 1 15rem;
    }
   
}
@media (max-width:450px){
    html{
        font-size: 50%;
    }
    #menu-bar{
        display: initial;
    }
    header .navbar{
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        border: .1rem solid rgba(255, 255, 255,.2);
        background: #333;
        padding: 1rem 2rem;
        clip-path: polygon(0 0,100% 0,100% 0,0 0);

    }
    header .navbar a{
        display: block;
        font-size: 2rem;
        padding: 1.5rem;
        margin: 1.5rem 0;
        border-radius: .6rem;
        background: #222;
    }
    header .navbar.active{
        clip-path: polygon(0 0,100% 0,100% 100%, 0% 100%);
    }
    .home .content h3 {
        font-size: 4rem;
    } 
    .heading span{
        font-size: 2.5rem;
    }
    .book .row form .btn{
        width: 100%;
    }
    .footer .credit {
        font-size: 1.8rem;
    }
    
}
