:root {
    --brand-color:#650202;
    --brand-color-overlay:#6502028c;
    --brand-color_1:#2b0f10;
    --black-color: #2b0f10;
    --white-color: #fff;
    
}
body {
    background: var(--brand-color);
}
h4{
    font-weight: 700;
    font-size: 1rem;
    text-align: left;
    padding-bottom: 10px;
}
.main-header .nav-button-wrap::before {
    background: var(--white-color);
}
.left-panel, header.main-header {
    position: fixed;
    background: var(--white-color);
}
.dark-bg {
    background: var(--brand-color);
}
#main .left-panel {
    background: transparent;
}
#main #wrapper {
    left: 0px !important;
}
.nav-holder{
    background-color: var(--white-color);
}
.lang-links a, .sliding-menu a{
    color: var(--black-color);
}
.header-logo img {
    float: left;
    width: 200px;
    height: auto;
    margin-top: -50px;
}
.nav-button span {
    background: var(--black-color);
}
.header-contacts li a {
    color: var(--black-color);
}
.nav-social{
    display: none;
}

.header-contacts li, .nav-social_title {   
    color: #000;   
}
.left-panel {
    background: var(--white-color);   
    right: 0;   
    width: 90px !important; 
}
.left-panel_social {
    left: 76%;
    bottom: 3%;
    
}
.left-panel_social {    
    li {
        background-color: #2b0f10;
    }
    a {
        color: var(--white-color) !important;
    }
}
/* Whatsapp */
.social-media-animation {
    display: flex;
    transition: transform 0.3s ease-in-out;
    animation: movetoright 3s ease-in-out infinite;
}

.social-media-animation:hover {
    transform: translateX(calc(100% - 98%));
    animation: none;
}

@keyframes movetoright {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(60%);
    }

    100% {
        transform: translateX(0);
    }
}

.social-media-animation i {
    color: #fff;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    width: 50px;
}

.social-media-animation a {
    color: #fff;
    padding: 0 25px 0 0;
    margin: auto 0 auto 0;
    text-align: center;
    text-decoration: none;
}

.social-media-animation.whatsapp {
    background-color: #25cd64;
}
@media only screen and (max-width: 768px) {                   
    .social-media-animation a {
        padding: 0 40px 0 0 !important;

    }
}
.fixed-filter-panel {
    background: var(--white-color);
    position: relative;
}
.fixed-filter-panel .gallery-filters a {
    color: var(--black-color);
}
.fixed-filter-panel .gallery-filters a:hover {
    color: var(--brand-color);
}
.btn-contact-us {
    background-color: var(--brand-color);
}
.btn-contact-us:hover, .btn-danger:focus {
    background-color: var(--brand-color);
}
.col-wc_dec {   
    width: 100%;
    height: 100%;
}
.col-wc_dec.col-wc_dec2 {    
    width: 100%;
    max-height: auto;   
}
.split-sceen-content_title h3 {
    font-size: 16px;
    letter-spacing: 2px;
}
.social-media-container-animation {
    top: 17%;
    list-style-type: none;
    padding: 0;
    position: fixed;
    right: calc(100% - 98%);
    transform: translateY(-50%);
    min-width: 100px;
    z-index: 9998;
    overflow: hidden;
}
.social-media-container-animation-img {
    display: none;
    position: fixed;
    bottom: 0;
    right: -23px;
    height: 150px !important;
    width: auto;
    transform: scaleX(1);
    z-index: 9999;
    filter: drop-shadow(-3px 1px 6px rgba(255, 255, 255, 0.5));
}
.column-wrap {
    min-height: auto;
}
/* About */
ul.list{
    list-style: outside;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    padding: 30px;
    color: #5e646a;
    font-size: 14px;
}
.aboutPage .small-padding {
    padding: 10px 0;
}
/* About */
/* Gallery */
.grid-det-item .fa-plus {
    font-size: 25px;
}
.grid-det {
    background: var(--brand-color-overlay);
}
.grid-det_link i, .grid-det_category a {
    color: var(--white-color);
}
/* Service  */
/* .servicesGrid {
    display: flex;
    flex-direction: row;
}
.servicesImages {
    width: 50%;
} */
 .services #sec1, .aboutPage {
    padding-top: 0px;
 }
.column-wrap-container {
    padding: 50px 0 20px;
}
/* Service  */
/* Contact Page */
.custom-form input, 
.custom-form textarea {
    float: left;
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
    padding: 15px 20px;
    color: #666;
    font-size: 12px;
    -webkit-appearance: none;
}
.main-footer, .footer-header {
    background-color: var(--white-color);
}
.main-footer {
    left: 0px;
    padding: 0px;
    border-top: 2px solid var(--black-color);
}
footer .container {
    width: 100%;
    padding: 30px 0px 0px 0px;
}
.footer-inner {
    padding: 0px 30px;
}
.footer-logo {
    position: relative;
    width: 67%;
    height: auto;
}
.footer-logo img {
    height: auto;
    width: 100%;
    float: left;
}
.footer-box {
    margin-top: 10px;
}
.footer-box p, .footer-contacts li a {
    color: var(--black-color);
}
.footer-contacts li, .footer-header, .policy-box {
    color: var(--black-color);
}
.fc_button {
    margin-bottom: 10px;
    background: var(--brand-color);
    color: var(--white-color);
}
.footer-header {
    font-size: 16px;
}
footer address {
    color: rgb(53 50 50 / 81%);        
    word-spacing: 4px;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 2px; 
    line-height: 22px;  
}
.main-footer:before {
    background-color: transparent;
}
.subfooter {
    background: var(--brand-color_1);
    /* background-color: var(--brand-color_1);
    color: var(--white-color); */
}
.subfooter {
    height: auto;
}
.policy-box, .to-top-btn{
    line-height: 50px;
}
.to-top-btn{ 
    height: auto;
    margin-right: 59px;
    background: transparent;
}
.policy-box{
    color: var(--white-color);
}
.contact-form {
    display: none;
}
#contact-form {
    display: block;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin-top: 100px;
}
.social-media img{
    max-width: calc(100% - 400px);
}
@media only screen and (max-width: 1064px) {
    .left-panel {
        display: block;
    }
}
@media (max-width: 991px) { 
    .header-contacts {
        display: none;
    }
    .virtualvizMain .left-panel {
        display: block !important;
    }
    .left-panel {
        background: transparent;
    }   
    .share-button {
        display: none;
    }
    .contact-info{
        display: block;
    }
    .social-media img {
        max-width: calc(100% - 100px);
    }
}

@media only screen and(max-width: 650px) {
    .fixed-column-wrap_title h2{
        font-size: 28px;
    }
    .modal .form {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .left-panel {
        background: transparent;
        display: block;
        top: 150px;
    }
    .left-panel_social {
        position: absolute;
        bottom: 110px;
        left: 0%;
        margin-left: 0px;
        width: 40px;
    }
    .social-media-container-animation {
        right: calc(100% - 100%) !important;
        bottom: 64% !important;
        top: 22%;
    }
    .social-media img {
        max-width: calc(100% - 100px);
    }
}