*{
    margin: 0;
    padding: 0;
}

.desk-nav{
    display: none;
}
.hero-sec{
    background-image: url(../images/background/mainbg.jpg);
    height: 900px;
    background-size: cover;
}
.nav-custom-bg{
    background:rgba(20, 2, 0, 0.8);
    transition:all 0.5s;
}
.navbar-toggler:focus {
    box-shadow: none!important;
}
.custo-bckg{
    opacity: 85%;
}
.hero-txt{
    /* width: 50%; */
    position: relative;
    top: 190px;
    color: white;
}
.hero-txt h1{
    /* font-weight: bold; */
    font-size: 40px;
}
.hero-btn .btn:hover{
    background-color: rgb(57, 13, 13)!important;
    color: white!important;
}
.vid{
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../images/illustrations/video-bg.jpg);
    border-radius: 10px;
}
.vid-txt h1{
    font-size: 36px;
}
.vid-txt h6{
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #b68834;
    font-size: 12px;
    font-weight: 400;
}
.menu-sec{
    background-image: url(../images/background/menu-bg.jpg);
    padding: 90px 0px;
}
.menu-sec .header{
    padding: 20px 0px;
}
.title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}
.menu-txt{
    background-color: white;
    border-radius: 15px;
    padding: 25px 30px;
    margin-bottom: 30px;
    box-shadow: 0px 10px 30px 0px rgb(182 136 52 / 20%);
}
.menu-txt:hover{
    box-shadow: 0px 10px 30px 0px rgba(77, 58, 23, 0.8); 
}
.grp-content img{
    width: 100%;
    margin-bottom: 30px;
}
.rating-sec{
    padding: 50px 0px;
    background-color: #b68834;
    color: #fff;
}
.star span{
    font-size: 12px;
}
.num-sec h1{
    font-size: 60px;
    font-weight: lighter;
    
}
.fashion-sec{
    padding: 90px 0px;
}
.fashion-sec header{
    padding-top: 40px;
    padding-bottom: 50px;
}
.fashion-sec .custm-btn:hover {
    background: brown!important;
    color: white!important;
}
.opt-btn a{
    margin-right: 10px;
    border: 1px solid gray;
    font-weight: 500;
}
.fashion-sec figcaption h4{
    font-size: 18px;
    color: black;
}
.fashion-sec figcaption span{
    font-size: 15px;
    color:black;
    font-weight: 600;
}
.footer{
    padding: 260px 0px;
    background-image: url(../images/background/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    color: white;
}
.footer a{
    text-decoration: none;
    color: white;
}
.fot-pad{
    padding: 60px auto;
}
.icons-media a{
    margin-right: 10px;
}
.footer h6{
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
}
.email i{
    padding: 7px;
}
@media (min-width:992px){
    .desk-nav{
        display: block;
    }
    .desk-nav ul{
        list-style-type: none;
        display: flex;
        justify-content: space-evenly;
    }
    .desk-nav{
        text-align: end;
    }
}
@media (min-width:1400px){
    .menu-sec{
       padding: 110px 120px;
    }
}
@media (min-width:768px){
    .hero-txt{
        width: 70%;
        position: relative;
        top: 140px;
        color: white;
    }
    .hero-txt h1{
        font-weight: bold;
        font-size: 45px;
    } 
    .hero-sec{
        height: 100vh;
        background-size:cover;
    }
    .group-img-sec{
        padding: 60px 0px;
    }
    .group-img-sec header{
        padding: 20px 0px;
    }
}
@media (min-width:992px){
    .hero-sec .container{
        padding-left: 120px;
        padding-right: 120px;
    }
    .hero-txt{
        width: 60%;
        position: relative;
        top: 240px;
        color: white;
    }
    .hero-txt h1{
        font-weight: bold;
        font-size: 60px;
    }
    .hero-sec{
        background-size:cover;
        background-position: center;
    }
}

