

.swiper-container {
    width: 100%;
    height: 100vh;
    -webkit-animation-delay: 9.95s;
  animation-delay: 9.95s;
}

.main-swiper {
    position: absolute;
    z-index: 124;
    top: 0px;
    left: 0px;
    -webkit-animation-delay: 9.95s;
  animation-delay: 9.95s;
}

.swiper-slide {
    overflow: hidden;
    -webkit-animation-delay: 9.95s;
  animation-delay: 9.95s;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    
}

.slide-inner img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%;
}

.content-holder-slide {
    position: absolute;
    width: 80%;
    display: block;
    margin-left: 10%;
    height: 100%;
    margin-top: 25%;
    -webkit-animation-delay: 9.95s;
  animation-delay: 9.95s;
}

.slide-inner h1 {
    color: #fff;
    position: sticky;
    font-size: 3em;
    z-index: 9995;
    text-align: center;
    margin-top: 0px;
    font-family: 'Playfair Display', serif;
    -webkit-animation-delay: 9.95s;
  animation-delay: 9.95s;
        top: 47%;
    transform: translateY(-50%);
}

.slide-inner p {
    color: #fff;
    z-index: 9999;
    position: sticky;
    margin-top: 5px;
    width: 100%;
    margin-left: 3px;
    font-size: 1.2em;
    font-weight: 300;
    font-family: 'Poppins', serif
        ;-webkit-animation-delay: 9.95s;
  animation-delay: 9.95s;
    text-align: center;
        top: 52%;
    transform: translateY(-52%);
}



video {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 100%;
    margin-left: inherit;
    margin-right: inherit;
    min-height: inherit;
    min-width: inherit;
    z-index: 500;
}

.video-dark-filter {
    min-height: 100%;
    min-width: 100%;
    background: rgb(3 25 42 / 57%);
    position: absolute;
    top: 0px;
    left: 0px;
}





.left-bottom-message {
    position: absolute;
    z-index: 99995;
    bottom: 50px;
    color: #fff;
    width: 100%;
    margin-left: 3%;
}

.swiper-pagination-bullets {
    bottom: 10px;
    left: auto !important;
    width: 100%;
    z-index: 99999;
    position: absolute;
    right: 15px !important;
    bottom: 50px !important;
    text-align: right !important;
    width: 80% !important;
    margin-right: 10% !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #fff;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255, 255, 255, .4);
    border: 1px solid #fff;
}








@keyframes zoomIn {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2) translate(-60px, -10px);
    }
}

@keyframes swright {
    from {
        margin-right: 0px;
    }
    to {
        margin-left: 12px;
    }
}








.swiper-button-prev {
    background: transparent;
    font-size: 1.6em;
    color: #fff;
    left: 60px;
}

.swiper-button-next {
    background: transparent;
    font-size: 1.6em;
    color: #fff;
    right: 60px;
}



.swiper-gallery {
    width: 100%;
    height: auto !important;
    padding-bottom: 150px;
}


.swiper-gallery .swiper-slide {
    height: auto;
}

.swiper-gallery .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 590px;
    object-position: center center;
}



.gallery-hold {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, .8);
    z-index: 99995;
    display: none;
}

.gallery-hold img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: cover;
    border: 55px solid #fff;
    opacity: .95;
}

.small-icon {
    position: absolute;
    font-size: .3em !important;
    left: 8px;
    top: 8px;
}


.page-overlay {
    min-height: 100%;
    min-width: 100%;
    background: rgb(255, 255, 255);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99996;
}





@media (min-aspect-ratio: 16/9) {
    video {
        margin-left: 0;
    }
}