#main-slider .item {
   height:100vh;
}

#main-slider .owl-dots {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

#main-slider .owl-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

#main-slider .owl-dot::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s ease;
}

#main-slider .owl-dot.active,
#main-slider .owl-dot:hover {
    box-shadow: 0 0 0 2px white;
    background: transparent;
}

#main-slider .owl-dot.active::before,
#main-slider .owl-dot:hover::before {
    background: white;
    width: 6px;
    height: 6px;
}

#main-slider .owl-dot span {
    display: none !important;
}

.main-slider-custom {
   position: relative;
   height: 100vh !important;
   overflow: hidden;
   padding: 0;
   margin: 0;
}

.slide-video-bg, .slide-image-bg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
}

.slide-image-bg>img{
   height: 100%;
   width: 100%;
   object-fit: cover;
}

.slide-video-bg {
   filter: brightness(40%);
}

.slide-video-bg video {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transform: scale(1.3);
   transform-origin: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
}

.slide-content {
    width: 100%;
    text-align: right;
    margin-top: 8%;
}

.btn-slide-transparent {
    outline: none !important;
    z-index: 8;
    background-color: rgba(0, 33, 85, 0);
    font-family: Gotham, sans-serif;
    visibility: visible;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 2px;
    border-radius: 0px !important;
    padding: 10px 32px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    margin-right: 5px;
}

.btn-slide-orange {
    outline: none !important;
    z-index: 9;
    background-color: rgb(212, 111, 37);
    font-family: Gotham, sans-serif;
    visibility: visible;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    border-color: rgb(86, 89, 105);
    border-style: none;
    border-radius: 0px;
    padding: 12px 32px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    border-width: 0px;
    margin-right: 5px;
}

.btn-slide-transparent:hover {
   color: #d46f25;
   border-color: #d46f25;
}

.btn-slide-orange:hover {
   color: #d46f25;
   background-color: white;
}

.main-slider-title {
    z-index: 10;
    font-family: Gotham;
    visibility: visible;
    line-height: 92px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 92px;
    border-color: rgb(86, 89, 105);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
}

.main-slider-description {
   z-index: 11;
    font-family: Gotham, sans-serif;
    visibility: visible;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    border-color: rgb(86, 89, 105);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
}

.main-slider-factory-name {
   z-index: 12;
    font-family: Gotham, sans-serif;
    visibility: visible;
    text-align: left;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    border-color: rgb(255, 99, 27);
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    margin: 0px;
    border-radius: 0px;
    padding: 0px 0px 0px 10px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    display: inline-block;
}

.slide-text-left {
   text-align: left;
}

.slide-text-center{
   text-align: center;
}
.slider-buttons {
   margin-top: 30px;
}

@media (max-width: 1100px) {
    .main-slider-title {
        font-size: 66px;
        line-height: 66px;
    }
    
    .main-slider-factory-name {
        font-size: 14px;
    }
    
    .main-slider-description {
        font-size: 14px;
    }
    
}

@media (max-width: 768px) {
    .main-slider-title {
        font-size: 55px;
        line-height: 50px;
    }
    
    .main-slider-factory-name {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .main-slider-description {
        display: none;
    }
    
}

@media (max-width: 576px) {
   .video_zspp {
      width: 90%;
     }

    .main-slider-title {
        font-size: 32px;
        line-height: 41px;
    }
    
    .main-slider-description {
        display: none;
    }

}

.slide-content > * {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease;
}

#main-slider .owl-item.active .slide-content > * {
    opacity: 1;
    transform: translateY(0);
}

.slide-text-left .main-slider-factory-name,
.slide-text-left .main-slider-title,
.slide-text-left .main-slider-description,
.slide-text-left .slider-buttons {
    transform: translateX(-50px);
}

.slide-text-center .main-slider-factory-name,
.slide-text-center .main-slider-title,
.slide-text-center .main-slider-description,
.slide-text-center .slider-buttons {
    transform: translateY(50px);
}

.owl-item.active .slide-text-center > * {
    transform: translateY(0);
}

.slide-content .main-slider-factory-name {
    transform: translateX(50px);
    transition-delay: 0.4s;
}

.slide-content .main-slider-title {
    transform: translateY(50px);
    transition-delay: 0.8s;
}

.slide-content .main-slider-description {
    transform: translateY(30px);
    transition-delay: 1.2s;
}

.slide-content .slider-buttons {
    transform: translateY(40px);
    transition-delay: 1.6s;
}

#main-slider .owl-item.active .slide-content > * {
    opacity: 1;
    transform: translate(0, 0);
}

#main-slider .owl-item:not(.active) .slide-content > * {
    opacity: 0 !important;
    transform: translateX(50px) !important;
}