.slider-element {
    height: 75vh;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-prev {
    background-image: url('/theme/basic/img/slider-prev.png');
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    padding: 26px;
}

.swiper-button-next {
    background-image: url('/theme/basic/img/slider-next.png');
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    padding: 26px;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.swiper-pagination {
    color: #fff;
    padding: 0 20px 0 20px;
    text-align: right;
    font-size: 20px;
}

.swiper-pagination span {
    background-color: transparent;
    border: none;
}

.swiper-pagination span:hover, .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: transparent !important;
}

.main-banner-text {
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
}

.main-banner-text h2 {
    color: #fff;
    font-size: 4rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

.main-banner-text p {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.main-video {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mobile-main-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}





.fade-in-common {
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.cssanimation {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadeInBottom {
    animation-name: fadeInBottom
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1
    }
}

@media (max-width: 991.98px) {
    .main-banner-text {
        width: 100%;
    }
    .main-banner-text h2{
        font-size: 6.5vw;
        position: absolute;
        bottom: -95px;
        left: 15px;
    }
    .main-banner-text p{
        font-size: 4vw;
        position: absolute;
        bottom: -210px;
        left: 15px;
        text-align: left;
        font-weight: 100;
    }
}

@media (max-width: 480px) {
    .youtube-iframe {
        position: absolute !important;
        z-index: 0;
        width: 1426px !important;
        height: 801.6px !important;
        top: 0px !important;
        left: 0px !important;
        user-select: none;
        margin-top: -210px;
        margin-left: -525px;
        max-width: initial;
        transition-property: opacity;
        transition-duration: 1000ms;
    }
}
