:root{
    --theme-color: #000;
}

.hero-1{
    background: #000;
}

.service-item_content{
    padding-top: 20px;
}

.hero-banner-vid{
    width: 100%;
    object-fit: cover;
}

.service-item.style3 .box-title{
    text-transform: capitalize;
}

.th-header{
    z-index: 9999;
}

.team-block.style2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.team-block.style2 .box-title {
    font-size: 24px;
}



/* Hero Banner */
.hero-banner-cont{
    position: relative;
}

.hero-banner-cont::before{
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.hero-banner-vid{
    height: 85vh;
    object-fit: cover;
}

.hero-banner-content{
    position: absolute;
    max-width: 60%;
    text-align: start;
    padding: 20px;
    border-radius: 10px;
    bottom: 60px;
    left: 100px;
}

.hero-banner-content h1{
    font-size: 60px;
    color: white;
}

.hero-banner-content p{
    font-size: 20px;
    color: white;
}

.header-layout1 .header-top .header-links li i{
    color: white;
}

.blog-single{
    margin: 40px 0;
}

/* Tabs Content */
.th-team .team-img{
    position: relative;
}
.th-team .tabs-content{
    position: absolute;
    top: 0;
    background: black;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: all 0.3s ease-in;
}
.th-team .tabs-content h3{
    position: relative;
    font-weight: 800;
    opacity: 1;
    font-weight: bold;
    color: white;
    padding: 10px;
    z-index: 9;
}
.th-team .team-img:hover .tabs-content{
    transform: translateY(0);
    transition: all 0.3s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Sub Heading */
.custom-sub-head{
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

/* Service Box Container */
.custom-service-box{
    margin-bottom: 70px;
}

.service-box .box-title{
    margin: 0;
    font-size: 18px;
    padding: 0 6px;
}

.service-box{
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.machine-box .checklist{
    max-width: 60%;
}

.machine-box .offer-card{
    min-height: 380px;
}

div.breadcumb-wrapper{
    position: relative;
}

div.breadcumb-wrapper::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0;
    opacity: 0.3;
}

div.breadcumb-wrapper .breadcumb-content{
    position: relative;
    z-index: 99;
}

div.breadcumb-wrapper .breadcumb-content h2{
    color: white;
}

div.breadcumb-wrapper .breadcumb-content .breadcumb-menu li,
div.breadcumb-wrapper .breadcumb-content .breadcumb-menu li a{
    color: white;
}

.breadcumb-menu li:after{
    color: white;
}

.box-title{
    text-transform: uppercase;
}

.sec-shape_img img{
    filter: brightness(100);
}

.appointment-sec .sub-title{
    color: white;
}

.choose-area2 .title-area .sec-title{
    margin-bottom: 4px;
}

h3.counter-head{
    font-size: 20px;
    text-transform: uppercase;
}

.intimate-about-content h4{
    margin: 0;
    margin-top: 16px;
}

.intimate-about-content h5{
    margin: 0;
    margin-top: 16px;
}

.intimate-about-img img{
    height: 100%;
    object-fit: cover;
}

.custom-model{
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.custom-model .model-content{
    position: relative;
    width: 60%;
    height: 60%;
}
.custom-model .model-content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-model .model-content .close-popup{
    position: absolute;
    right: 20px;
    top: 10px;
}

.custom-model.show {
    display: flex;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.counter-sec .divider{
    width: 2px;
    background: rgb(102, 102, 102);
}

.footer-widget.widget_nav_menu a:hover{
    color: white;
}

.footer-widget.widget_nav_menu a:hover:before {
    color: white;
}

.text-inherit:hover {
    color: white;
}

.header-top a:hover {
    color: white;
}

.footer-links a:hover {
    color: white;
}

.preloader{
    z-index: 99999;
}

.preloader-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo-text{
    display: block;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 0;
}

.header-layout1 .sticky-wrapper.sticky .header-logo {
    margin-top: -24px;
}

.bridal-body .about-title-area h2{
    font-size: 30px;
    font-weight: 400;
}

.mob-box-title{
    font-size: 28px;
}

.hero-service-box{
    margin-bottom: 30px;
}

.service-info-card .info-card h2.sec-title{
    font-size: 32px;
}

.header-layout1 .sticky-wrapper{
    background: black;
}
.th-menu-toggle{
    border: 2px solid white;
}

.th-header .sticky-wrapper.sticky{
    background: black;
}

.main-menu > ul > li > a{
    color: white;
}

.th-btn{
    color: black;
    background: white;
}

.main-menu > ul > li > a:hover {
    color: white;
}

/* Responsive  */
@media (max-width: 1199px){
    .counter-sec .divider{
        display: none;
    }
}
@media (max-width: 767px) {
    :root{
        --section-space-mobile: 40px;
    }
    .sub-title {
        margin-bottom: 10px;
    }
    .title-area, .sec-title {
        --section-title-space: 30px;
    }
    .hero-banner-content h1{
        font-size: 25px;
        color: white;
    }
    .hero-banner-content p{
        font-size: 16px;
        color: white;
    }
    .hero-banner-vid{
        height: 50vh;
        object-fit: cover;
    }
    .hero-banner-content{
        bottom: 10px;
        left: 20px;
        max-width: 80%;
        padding: 10px;
    }
    .hero-banner-content p{
        display: none;
    }
    #services{
        padding-bottom: 100px;
    }
    .service-item.style3 .box-title{
        font-size: 28px;
    }
    .th-widget-about .about-logo{
        max-width: 250px;
    }

    /* Service Slider Dots */
    #services .slick-arrow{
        top: unset;
        bottom: -50px;
    }
    #services .slick-prev{
        left: 30%;
    }
    #services .slick-next{
        right: 30%;
    }
    .arrow-wrap .slick-arrow{
        opacity: 1;
        visibility: visible;
    }

    /* Gallery Slider Arrows */
    #gallery-sec{
        padding-bottom: 140px !important;
    }
    #gallery-sec .slick-arrow{
        top: unset;
        bottom: -70px;
    }
    #gallery-sec .slick-prev{
        left: 30%;
    }
    #gallery-sec .slick-next{
        right: 30%;
    }

    #gallery-sec {
        padding-bottom: 20px !important;
    }

    .team-block.style2 .box-title {
        font-size: 18px;
    }

    .team-block.style2 .team-img{
        margin-bottom: 10px;
    }

    .machine-box .offer-card{
        background-position: right;
    }

    .about-sec-img{
        margin-bottom: 40px;
    }

    .appointment-sec{
        background-image: unset !important;
    }
    .appointment-sec .title-area .sec-title,
    .appointment-sec .work-title{
        color: black !important;
    }
    .custom-model .model-content{
        width: 90%;
        height: 50%;
    }

    .logo-text{
        font-size: 12px;
    }

    .bridal-sec-2 .box1{
        order: 2;
    }

    .bridal-body .title-area .sec-title{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
    .mob-box-title{
        font-size: 20px;
    }
    
    .th-team .tabs-content{
        display: none;
    }
    
    .th-team .team-img:hover .tabs-content{
        display: none;
    }
    .hero-service-box{
        margin-bottom: 18px;
    }

    .service-info-card .info-card h2.sec-title{
        margin-top: 16px;
        margin-bottom: 4px;
    }

    .service-info-card .info-card .title-area{
        margin-bottom: 0px;
    }

    .service-info-card .info-card ul{
        margin-bottom: 0px;
    }
}
