


header{
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
    background: white;
}


/*header.actived {*/
/*    background: linear-gradient(white,white);*/
/*}*/


/*.white-logo {*/
/*    filter: brightness(0) invert(1);*/
    
/*}*/
@media only screen and (max-width:1199px){
    header .nav-link{
        padding: 15px 0 !important;
    }
}
.nav-link {
    font-weight: 600;
    color: #A81B21;
    padding: 0 20px !important;
}

footer {
    padding: 5em 0 2em 0;
}

.footer-02 {
    background: #424242;
}

.footer-02 .footer-heading {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.footer-02 .footer-heading .logo {
    color: #fff;
    text-transform: uppercase;
}

.footer-02 a {
    color: #bba387;
}

.footer-02 p {
    color: white;
    line-height: 34px;
}

.footer-02 .copyright {
    color: white;
    font-size: 14px;
}

.footer-02 .list-unstyled li a {
    color: white;
    text-decoration: none;
}

.footer-02 .list-unstyled li a:hover {
    color: #fff;
}

.footer-02 .list-unstyled a {
    color: white;
}

.footer-02 .list-unstyled a:hover {
    color: #fff;
}

.footer-02 .subscribe {
    margin-top: -105px;
}

.footer-02 .subscribe-form {
    border-radius: 40px;
    background: #fff;
    padding: 3px;
    -webkit-box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
}

.footer-02 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
}

.footer-02 .subscribe-form .form-group input {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: rgba(0, 0, 0, 0.3) !important;
    font-size: 16px;
    height: 56px;
    border-radius: 0;
}

.footer-02 .subscribe-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important;
}

.footer-02 .subscribe-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.footer-02 .subscribe-form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.footer-02 .subscribe-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important;
}

.footer-02 .subscribe-form .form-group input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer-02 .subscribe-form .form-group .submit {
    color: #fff !important;
    display: block;
    width: 150px;
    height: 56px;
    font-size: 14px;
    background: #bfa88e !important;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 40px;
}

.footer-02 .subscribe-form .form-group .submit:hover,
.footer-02 .subscribe-form .form-group .submit:focus {
    text-decoration: none !important;
    outline: none !important;
}

.footer-02 .partner-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1em 0;
}

.footer-02 .partner-wrap h3 {
    font-size: 14px;
    color: white;
}

.footer-02 .partner-wrap .partner-name a {
    margin-right: 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: white;
}

.footer-02 .partner-wrap .partner-name a span {
    color: white;
}

.footer-02 .partner-wrap .btn-custom {
    font-size: 14px;
}

.footer-02 .border-left {
    border-color: rgba(255, 255, 255, 0.05) !important;
}

@media (max-width: 1199.98px) {
    .footer-02 .border-left {
        border: none;
    }
}
header.actived .navbar-nav .nav-item .nav-link {
    color: #7f2c26 !important;
}
 header.actived {
    box-shadow: 0 5px 18px -20px black !important;
 }

header.actived .get-quote-header {
    /* border: 1px solid #3f3833; */
    color: #ffffff !important;
    background: var(--dark-red) !important;
}



.navbar-toggler{
    border: 0;
    box-shadow: none;
    outline: none;
}
.navbar-toggler:focus{
    border: 0;
    box-shadow: none;
    outline: none;
}
/* footer css  */
.bhanavan-1 {
    max-width: 536px;
    max-height: 666px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    margin-top: -60px;
}

@media only screen and (max-width:550px){

    .material-content{
        bottom: 0 !important;
    }
    .bhanavan-1{
        max-height: 378px !important;
    }

}


.fa-star{
    color: gold !important;
    font-style: 12px;
}

.testimonial-image{
    position: relative;
    z-index: 0;
}

/* .testimonial-image::after {
    content: "";
    position: absolute;
    left: -3px;
    top: 2px;
    background-color: #fff6f5;
    width: 40px;
    height: 40px;
    z-index: -1;
    border-radius: 50%;
} */


.swiper-button-next-testimonial, .swiper-button-prev-testimonial {
    cursor: pointer;
    display: inline-flex;
    padding: 10px;
    background: var(--dark-red);
    color: white;
    border-radius: 50%;
    margin: 5px;
    width: 50px;
    height: 50px;
}

.swiper-button-prev-testimonial img, .swiper-button-next-testimonial img{
    width: 25px;
}

.swiper-button-prev-testimonial {
    background: #e9d1ce !important;
}
.swiper-button-prev-testimonial img{
    filter: invert(1);
}

.testimonial-card p{
    font-size: 15px;
    line-height: 30px;
}




.home-form input{
    height: 60px;
    border-radius: 0;
    background: #bfbfbf;
    border: 0;
}

.home-form {
    padding: 69px 40px;
    background: white;
}
.home-contact{
    position: relative;
    z-index: 0;
}
.home-contact::after {
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #a81b21ad;
    position: absolute;
    top: 0;
    left: 0;
}

.animations{
    min-height: 60vh;
    /* background: url('https://dummyimage.com/1920x1080');  */
}

.top-left{
        position: absolute;
    width: max-content;
    top: 10%;
    left: 15%;
}
.bottom-left{
        position: absolute;
        width: max-content;
        bottom: 30%;
        left: 10%;
}
.top-right{
        position: absolute;
    width: max-content;
    top: 10%;
    right: 13%;
}
.bottom-right{
        position: absolute;
        width: max-content;
        bottom: 30%;
        right: 10%;
    }
    


@keyframes left-arrow{
    0%{
       transform:  translateY(-60px);
       opacity: 1;
    } 
    100%{
        
        transform: translateY(-30px);
        opacity: 0;
        
        
    }   
}
@keyframes right-arrow{
    0%{
        transform: translateY(-30px);
        opacity: 1;
        
    } 
    100%{
        
        transform:  translateY(-60px);
        opacity: 0;
        
        
    }   
}

    
 .arrow-top {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 10%;
    rotate: 16deg;
    width: 70px;
    animation: left-arrow 2s ease-in-out infinite alternate;
    filter: drop-shadow(1px 1px 1px black);
}
 .arrow-bottom {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 10%;
    width: 70px;
    transform-origin: top;
    animation: right-arrow 2s ease-in-out infinite alternate;
    rotate: 15deg;
    filter: drop-shadow(1px 1px 1px black);

}

.process-bg {
    background: linear-gradient(180deg, #ffffff, #ffffffb8), url(../images/bhavana/bha-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.materials-used-card{
    position: relative;
    overflow: hidden;
}

.material-content h1 {
    background: linear-gradient(to top,black,transparent);
    padding: 16px 18px;
    color: white;
    font-size: 28px;
}

.material-content ul {
    color: #e5c9ca;
}

.material-content {
    transition: 200ms top ease-in-out;
    position: absolute;
    top: 83%;
}
.materials-used-card:hover .material-content {
    top: 10%;
    /* overflow-y: scroll; */
    height: 100%;
    background: #000000de;
}

.navbar-toggler {
    padding: 7px;
    background-color: #ffffff;
    border-radius: 0;
}

.text-justify{
    text-align: justify !important;
}
.bg-b{
        background: linear-gradient(179deg, #000000de, #00000000) !important;
        color: white;
}


/*.phone-button{*/
/*        border: 1px solid white;*/
/*    border-radius: 30px;*/
/*    padding: 7px;*/
/*    margin-right: 7px;*/
/*}*/
.phone-button {
    border: 1px solid #a81b21;
    border-radius: 30px;
    padding: 7px;
    margin-right: 7px;
    color: #A81B21 !important;
}

.phone-button.active{
        border: 1px solid #a81b21 !important;
        color: #a81b21 !important;
}
.nav-link:focus, .nav-link:hover {
    color: white !important;
}





@media only screen and (max-width:550px){
    .youtube-video{
        max-height: 350px;
    }
    .banner{
        
        max-height: 350px;
    }
    
}
.youtube-video{
    height: 90vh;
}
.banner{
    
    max-height: 90vh;
}