/*================================
slider-area
===================================*/

.slider-area {
    z-index: 1;
}

.single-slider {
    background: url(../img/african/2.jpg) no-repeat center center / cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
}

.single-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: -1;
}

.slider-content {
    background: url(../img/slider/1.png) no-repeat center center / cover;
    width: 570px;
    height: 500px;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: 99;
    position: relative;
}

.slider-content span {
    font-size: 24px;
    color: #fff;
}
.slider-content span p{
    display: inline-block;
}

.slider-content h4 {
    font-family: 'Great Vibes', cursive;
    font-size: 72px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    margin-top: 20px;
}

.slider-content p {
    color: #f1fffc;
    font-size: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.single-slider2 {
    background: url(../images/main-couple-1.jpeg) no-repeat center center / cover;
}

.slider-3 {
    background: url(../images/main-couple-2.jpeg) no-repeat center center / cover;
}

.slider-4 {
    background: url(../images/main-5.jpeg) no-repeat center center / cover;
}

.slider-5 {
    background: url(../images/main-couple-3.jpeg) no-repeat center center / cover;
}


.swiper-container {
    height:120vh;
}

.slider-content {
    background: url(../img/slider/1.png) no-repeat center center / cover;
    width: 570px;
    height: 500px;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: 99;
    position: relative;
}

.slider-content span {
    font-size: 24px;
    color: #fff;
}
.slider-content span p{
    display: inline-block;
}

.slider-content h4 {
    font-family: 'Great Vibes', cursive;
    font-size: 72px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    margin-top: 20px;
}

.slider-content p {
    color: #f1fffc;
    font-size: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none;
    background: rgba(72, 104, 98, .5);
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    opacity: 0;
    color: #fff;
    border-radius: 100%;
}

.slider-area.slider-area2 .swiper-button-next,
.slider-area.slider-area2 .swiper-button-prev {
    background-image: none;
    background: rgba(90, 84, 46, .5);
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    opacity: 0;
    color: #fff;
    border-radius: 100%;
}

.slider-area.slider-area2 .swiper-button-next:hover,
.slider-area.slider-area2 .swiper-button-prev:hover {
    background: #9a8c40;
    color: #fff;
}

.slider-area:hover .swiper-button-next {
    opacity: 1;
}

.slider-area:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #5e9a8e;
    color: #fff;
}


.swiper-button-next:hover i,
.swiper-button-prev:hover i {
    color: #fff;
}

.swiper-button-next i,
.swiper-button-prev i {
    font-size: 25px;
    padding-left: 14px;
    padding-top: 7px;
    transition: 0.3s;
    -webkit-transition: all 0.3s;
}
/*** spirit-header ***/
.spirit-header {
    position:absolute;
    z-index: 100;
}

.surface-shader {
    opacity: 0.4;
}

.ripple,
.particleground,
.video-player,
.surface-shader,
#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.single-slider {
    height: 1600px !important;
}

/**Mobile styles for slider*/

@media (max-width: 2000px) {      
    .single-slider {
        height: 1600px !important;
    }
}

@media (max-width: 1500px) {      
    .single-slider {
        height: 1150px !important;
    }
}

@media (max-width: 1300px) {      
    .single-slider {
        height: 1000px !important;
    }    
}

@media (max-width: 1200px) {      
    .single-slider {
        height: 950px !important;
    }    
}

@media (max-width: 1000px) {      
    .single-slider {
        height: 850px !important;
    }    
}

@media (max-width: 800px) {      
    .single-slider {
        height: 800px !important;
    }    
}

@media (max-width: 700px) {      
    .single-slider {
        height: 750px !important;
    }   
    .swiper-container {
        height: 30vh !important;
    }
}

@media (max-width: 650px) {      
    .single-slider {
        height: 750px !important;
    }
    .swiper-container {
        height: 50vh !important;
    }

}

@media (max-width: 500px) {      
    .single-slider {
        height: 800px !important;
    }
    .swiper-container {
        height: 95vh !important;
    }    
}

@media (max-width: 400px) {      
    .single-slider {
        height: 800px !important;
    }
}
