/* color */
.bg-background{
    background: #151412;
}
.bg-secondary{
    background: #C7A17A !important;
}
.text-secondary{
    color: #C7A17A !important;
}

nav a:hover{
    color: #C7A17A !important;
}
ul a:hover{
    color: #C7A17A !important;
}

.offcanvas-body p{
    color: rgb(71, 71, 71);

}
.offcanvas-body p span{
    color: rgb(0, 0, 0);
    font-weight: 500 !important;
}

nav ul li{
    padding: 0px 10px;
}

/* hero section */
#hero{
    
    background: url(../images/home-7-video-img-1.jpg) no-repeat;
    background-size: 100% 100%;
}
#hero h2{
    font-size: 22px;
    font-weight: 700;
}
#hero i{
    font-size: 15px;
    position: relative;
}
/*  owl-carosule */
#owl-carosule .item .card-body{
    margin: 0 !important;
    padding: 0 !important;
}
#owl-carosule .card{
    border: none;
    background: transparent;
}

/* testimonials */
#testimonials{
    background: url(../images/home-3-parallax-2.jpg) no-repeat;
    background-size: 100% 100%;
}
/*  contact */
#contact{
    background: url(../images/footer-pattern.jpg);
}
@media screen and (min-width: 768px) {
    
    #hero h2{
        font-size: 45px;
    } 
    #hero i{
        bottom: 13px;
    } 
}
@media screen and (min-width: 1024px) {
    #hero h2{
        font-size: 55px;
    }
    
    #hero i{
        bottom: 13px;
    }
}