div, h2, h1, h3, h4, li{
    font-family: Marcellus !important;
}
.uppercase{
    text-transform: uppercase;
}

.crowns-cont{
    background-color: rgba(0,0,0, 0.4);
    padding: 2rem;
    border-radius: 5px;
}
.landing-banner-from{
    background-color: rgba(255,255,255, 0.55);
}

.inquery{
    border-color: white;
    color: white;
    display: inline-block;
}
.inquery:hover{
    background: rgba(0, 0, 0, 0.3);
}
.inquery.black{
    border-color: black;
    color: black;
    display: inline;
}
.fox-container{
    padding: 2rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-left: -110px !important;
    position: relative;
    z-index: 10000;
    background: white;
}

.sticky{
    background-color: rgb(41, 41, 41);
}
/*.main-navigation{*/
/*    background-color: white;*/
/*}*/
.top-header{
    margin-top: 10px;
}

.cus-container1{
    border: 1px solid black;
    padding: 4rem 4rem;
    border-radius: 7px;
}

.test-slider-controls {
    display: none;
}

.nav-tabs>li>a{
    color: black !important;
}

.landing-banner-from h2 {
    letter-spacing: 0px;
}

.faq-item h3 {
    background-color: rgb(170, 177, 155);}
    
.review-sec::after {
background-color: #638ea8c2;}

.landing-banner-left-area {
    text-align: left;
}

/*variables***********/
.uppercase{
    text-transform: uppercase;
}

.text-bg{
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0.5rem;
}

.overlay-bg1{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0, 0.3);
}
.overlay-bg2{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255, 0.6);
}

.relative{
    position: relative;
}

.z10{
    z-index: 10;
}


@media(max-width: 800px){
    .google-logo{
        width: 50% !important;
    }
    .top-text{
        margin-top: 20px !important;
    }
    .mob-padding1{
        padding-inline: 1rem !important;
    }
    .fox-container{
        margin-left: 0px !important;
    }
}