.mainSingleSlide {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mainSlide1 {
    background-image: url(../images/mainSlider/img1.png);
}

.mainSlide2 {
    background-image: url(../images/mainSlider/img2.png);
}

.mainSlide3 {
    background-image: url(../images/mainSlider/img3.png);
}

.mainSlide4 {
    background-image: url(../images/mainSlider/img4.png);
}

.sliderDetailBox {
    border-radius: 0 20px 0 0;
}

.mainSingleSlide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 480px) {
    .mainSingleSlide {
        height: 50vh;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .mainSingleSlide {
        height: 50vh;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .mainSingleSlide {
        height: 50vh;
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .mainSingleSlide {
        height: 75vh;
    }
}

@media (max-width: 1200px) {
    .mainSlide1::before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, #013555);
    }

    .mainSlide2::before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, #6f5e3e);
    }

    .mainSlide3::before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, #404953);
    }

    .mainSlide4::before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, #50270a);
    }
}
