:root {
    --brand-color:#650202;
    --black-color: #2b0f10; 
    --white-color: #fff;
}
/* Slider images */
.video-wrapper {
    width: 100%;
    padding-top: 0%;
}
.sliderContent {
    color: var(--white-color);
    p{
        color:var(--white-color) ;
    }
}
.title {
    font-size: 2.5rem;
    /* font-family: "Lobster", cursive; */
  }
  
  .wrapper {
    /* animation: scroll 100s linear infinite; */
    background: url("../images/project_modules/gif/slider.gif"),
      #111111;
    color: #eee;
    max-height: 100vh;
    min-width: 360px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
    perspective-origin: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 80px;
  }
  
  @keyframes scroll {
    100% {
      background-position: 0px -400%;
    }
  }
  
  /* Fallback if the operatring system prefers reduced motion*/
  @media (prefers-reduced-motion) {
    .wrapper {
      animation: scroll 800s linear infinite;
    }
  }
  
  @media (min-width: 670px) {
    .title {
      font-size: 5rem;
    }
  }
/* Slider images */
.left-panel, header.main-header {
    position: fixed;
    background: var(--brand-color);
}
.left-panel {
    background: transparent;
}
.left-panel_social {
    li{
        background-color: #2b0f10;
    }
}
.btn-contact-us:hover, .btn-danger:focus {    
    background-color: var(--brand-color);
}
.btn-contact-us {
    background-color: var(--brand-color);
}
.accordion a.toggle span:after, .accordion a.toggle span:before, .ajaxPageSwitchBacklink:before, 
.color-bg, .custom-skillbar, .error-wrap form .search-submit, .fc_button:hover, 
.fixed-column-wrap_title h2:before, .fixed-filter-panel.fw-panel:after, 
.folio-counter div.all-album:before, .footer_text:before, .grid-det_link:before,
 .half-hero-wrap h1:before, .header-contacts li:before, .hero-bg:before, 
 .hero-section .section-title h2:before, .hero-slider_control:before,
  .hero-start-link:after, .hero-title .section-title h2:before, 
  .hs_init .swiper-scrollbar-drag, .inline-facts-wrap h6:before, 
  .inline-filter-panel .gallery-filters a.gallery-filter-active:after, 
  .lang-links:before, .list-folio_nav:after, .list-folio_nav:before, 
  .loader span:after, .nav-button span, .nav-button-wrap:before, 
  .nav-holder nav li a:before, .order-wrap a:hover, .order-wrap h4:before, 
  .order-wrap_inner h3:before, .pagination a.current-page, .piechart-holder h4:before, 
  .progress-bar, .round-counter div.all-album:before, .scroll-link:before, .scroller,
   .serv-text:before, .share-button span:before, .share-button:after, .share-button:before, 
   .share-icon:after, .split-sceen-content_title:before, 
   .ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, 
   .swiper-counter div#total:before, .tc-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, 
   .team-social:before {
    background: var(--brand-color);
}
.nav-button span {
    background: #f2eeee;
}
.modal .social-icons a {   
    background: linear-gradient(45deg, var(--brand-color), #b61b1d);
}
.modal .information i {    
    color: var(--brand-color);
}
#submitBtn, #submitBtnCallBack, .custom-button:hover {
    background-color: var(--brand-color);
    cursor: pointer;
}
.header-logo img {
    float: left;
    width: 200px;
    height: auto;
    margin-top: -50px;
}
.grid-det-item,
.grid-det_category {
    position: absolute;
    bottom: 42%;
    left: 58%;
    width: 100%;
    padding: 0;
    z-index: 10;
    opacity: 0;
    margin-top: 0
}

.grid-det_link:before {
    background: 0 0
}

a.grid-det_link {
    position: relative;
    right: 15%
}

.grid-det_category a {
    position: relative;
    left: -50%
}

.grid-det-item .fa-play {
    font-size: 28px
}

.footer-inner {
    padding: 12px 0 17px;
}
.contact-form {
    display: none;
}
.modal .form {
    display: grid;
    grid-template-columns: 1fr;
}
.modal .modal-content{
    background: #fff;
}
.contact-info .social-media {   
    width: calc(100% - 100px);
}
.logo-video {
    display: none;
}
.sliderContent {
    position: relative;
    z-index: 101;
    bottom: 100px;
    background: #726b6b82;
    font-size: 19px;    
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 10px;
    h3 {
        font-weight: 700;
        font-size: 1.5em;
    }
    p {
        color: var(--white-color);
    }
}
.homeServices p {
    color: #fff;
}
.homeServices .grid-det_category,
.homeServices p{ 
    padding: 10px;
}   
.homeServices .grid-det_category{    
    position: relative;
    top: 0px;
    color: #fff;
    margin-bottom: 25px;
}
.homeServices .grid-det {
    /* padding: 20px; */
}
.grid-det_category a, .grid-det_category a:hover {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}
.homeServices .grid-det-item {
    bottom: 0%;
}
.readMore {
    color: #fff;
}
.min-pad .gallery-item {
    padding: 12px;
}
@media (min-width: 773px) {
    .sliderContent {
        top: calc(100% - 100px);
        transform: translate(-0%, -300%);
    }
}

@media only screen and (max-width: 767px) {    
    .sliderContent{
        bottom: 0px;
    }
    .wrapper {
        height: 80vh;
        background-size: cover !important;
        background: url("../images/project_modules/gif/slider_mobile.gif"),
        #111111;
    }
    .contact-info {
        display: block;
    }
    .modal .social-icons a {
        width: 90px;
    }
    .contact-info .social-media {
        width: 60%;
        display: flex;    
        flex-direction: column;
    }
}
@media only screen and (min-width: 768px) {  
    .wrapper {
        height: 80vh;
        background-size: cover !important;
        background: url("../images/project_modules/gif/slider.gif"),
        #111111;
    }
}
@media only screen and (min-width: 1065px) {
    .wrapper {
        height: 100vh;       
    }
    .containervd {
        margin-left: 0px;      
    }
    .sliderContent {
        top: calc(60% - 0px);
        transform: translate(-0%, -300%);
    }
}
@media only screen and (min-width: 1225px) {
    .four-column .gallery-item {
        width: 33.3%;
    }
}