﻿:root {
    --main-white-color: white;
    --main-black-color: black;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.static {
    position: static;
}

.cover {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
    position: relative;
    height: 100vh;
    background-color: transparent!important;
    color: white;
}

.owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
    background: #808080;
    /*border: 1px solid var(--main-black-color);*/
    transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--main-white-color);
}

.owl-carousel .owl-nav {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    margin: 0;
}

.owl-carousel .owl-nav svg {
    opacity: 0.3;
    transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
    opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

section {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px!important;
    height: 10px!important;
}

@media screen and (max-width: 575px) {
    .owl-carousel .owl-nav {
        top: 5%;
    }
    .owl-carousel .owl-nav svg {
        width: 24px;
        height: 24px;
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: -1;
}

.videooption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: 100%;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.sliderhead {
    font-size: 40px;
    width: 50%
}

.slidercontent {
    font-size: 25px;
    width: 50%
}

.slidercontentwidth {
    width: 70%
}

@media (max-width: 1024px) {
    .sliderContentCustom-lg {
        width: 95% !important;
        margin-bottom: 400px;
    }
}

@media (max-width: 575.98px) {
    .sliderhead {
        font-size: 25px;
        width: 50%
    }
    .slidercontent {
        font-size: 18px;
        width: 50%
    }
    .slidercontentwidth {
        width: 70%
    }
    .cover {
        background-position: 53% 13px;
    }
    .sliderContentCustom-sm {
        width: 95% !important;
    }
}

@media (min-width: 576px) {
    .sliderhead {
        font-size: 40px;
        width: 50%
    }
    .slidercontent {
        font-size: 25px;
        width: 50%
    }
    .slidercontentwidth {
        width: 70%
    }
    .sliderContentCustom-sm {
        width: 95% !important;
    }
}

@media screen and (max-width: 575px) {
    .owl-carousel .owl-nav {
        top: 90%;
        font-size: 30px;
        color: #C93665;
        left: 84%;
    }
    .owl-carousel1 .owl-nav {
        top: 90%;
        font-size: 30px;
        color: #fff;
        left: 84%;
    }
    .owl-carousel3 .owl-nav {
        top: 86%;
        font-size: 30px;
        color: #255f79;
        left: 84%;
    }
    .owl-carousel3 .fa-caret-left:before,
    .owl-carousel3 .fa-caret-right:before {
        color: #255f79;
    }
}