/* Video Header Styles */
body {
    background: #fff;
}

.header {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.header .container {
    position: relative;
    z-index: 2;
}

.header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

/* Page Styles */
.slide-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    margin: 0 18px 0 0;
}

.slide-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.service-01 {
    margin-top: 50px;
}

.service-02 {
    margin-top: 100px;
}

.service-03 {
    margin-top: 150px;
}

.service_home {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-video-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    Animation-name: fade;
    Animation-delay: 2s;
    Animation-duration: 2s;
    Animation-iteration-count: infinite;
    transform: translate(-50%, -50px);
}

@keyframes fade {
    From {
        Opacity: 0;
    }
    To {
        Opacity: 1;
    }
}

.background-hover-left:after {
    content: '';
    width: 50px;
    height: 50px;
}

.background-hover-left:hover {
    box-shadow: #0e733299 0px 10px 10px, #0e733299 0px -12px 30px, #0e733299 0px 4px 6px, #0e733299 0px 12px 13px, #0e733299 0px -3px 5px;
}

.border-radus-top:hover + .background-hover-left {
    box-shadow: #0e733299 0px 10px 10px, #0e733299 0px -12px 30px, #0e733299 0px 4px 6px, #0e733299 0px 12px 13px, #0e733299 0px -3px 5px;
}

.dropdown-item, .navbar-expand-xl .navbar-nav .nav-link {
    color: #fff !important;
}

.hover-text-primary:hover *, a.hover-text-primary:hover, .list-color-secondary li.mixitup-control-active, .list-color-dark li.mixitup-control-active, .tab-simple li.mixitup-control-active, .nav-primary-hover .navbar-nav .nav-link:hover, .nav-primary-hover .navbar-nav .active>.nav-link:hover, .nav-primary-hover .navbar-nav .active>.nav-link, .list-text-hover-primary li a:hover, .media-icon-white a:hover, .text-primary {
    background: -webkit-linear-gradient(#66ff00, #ceff1a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px !important;
    font-weight: 700 !important;
}

@media screen and (max-width: 991.98px) {
    .logo-header-home {
        width: 80%;
    }
}

.link-services {
    color: #000 !important;
}

/* #header_home responsive backgrounds */
@media (min-width: 992px) {
    #header_home {
        padding-top: 10%;
        padding-bottom: 10%;
        background-image: url('../../img/home/Billight_Swiss-made_CTA.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
    }
}

@media (max-width: 991px) {
    #header_home {
        padding-top: 25%;
        padding-bottom: 25%;
        background-image: url('../../img/home/Billight_Swiss-made_CTA_M.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
    }
}

/* #ctl_home responsive backgrounds */
@media (min-width: 992px) {
    #ctl_home {
        background-image: url('../../img/ctl/Billight_Homepage_CTA.jpg');
        background-position: center center;
        height: 500px;
        margin-top: 0px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 991px) {
    #ctl_home {
        background: #0A0B10 !important;
        background-position: center center;
        height: 500px;
        margin-top: 0px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
