.video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 60px;
    top: 0;
    z-index: 4;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

#autoplay {
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    #autoplay {
        min-width: auto;
    }
}

body {
    height: 100%;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 1000px;
}
.swiper-wrapper{
    height: 100%;
    width: 100%;
}
.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-content-first {
    position: absolute;
    color: #fff;
    width: 30%;
    display: flex;
    flex-direction: column;
    top: 30%;
    right: 17%;
}
.swiper-content-second {
    position: absolute;
    color: #fff;
    width: 30%;
    display: flex;
    flex-direction: column;
    top: 30%;
    left: 6%;
}
.swiper-content-third {
    position: absolute;
    color: #fff;
    width: 30%;
    display: flex;
    flex-direction: column;
    top: 30%;
    left: 10%;
}
.swiper-content-fourth {
    position: absolute;
    color: #fff;
    width: 30%;
    display: flex;
    flex-direction: column;
    top: 30%;
    right: 11%;
}
.swiper-content-fifth {
    position: absolute;
    color: #fff;
    width: 30%;
    display: flex;
    flex-direction: column;
    top: 30%;
    left: 11%;
}
.swiper-content-sixth {
    position: absolute;
    color: #fff;
    width: 30%;
    display: flex;
    flex-direction: column;
    top: 30%;
    right: 12%;
}
.swiper-content-header {
    font-family: "Whisper",sans-serif;
    color: #9ed2ff;
    border-bottom: 4px solid #FE5001;
    padding: 0.5rem;
    font-size: 42px;
}
.swiper-content-text{
    padding: 0.5rem;
    font-size: 16px;
}
.home-details-btn {
    padding: 0.4rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem;
    background-color: #0d1759;
    color: #fff;
    border: 2px solid #9ed2ff;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 14px;
}
    .home-details-btn:hover {
        border: 2px solid #FE5001;
        text-decoration: none;
        background-color: #245ea6;
        color: #fff;
    }
@font-face {
    font-family: "Whisper";
    src: url("../fonts/Whisper-Regular.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}
@media screen and (max-width: 675px){
    .swiper-content {
        top: 30%;
        left: 0px;
        background: #193177;
        padding: 2rem;
        width: 95%;
        margin: auto;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .swiper-content-text{
        font-size: 14px;
    }
}

.home-return-top {
    position: absolute;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #193177;
    color: #fff;
    padding: 0.4rem;
    flex-direction: column;
    margin-top: -5.2rem;
    border-top: 1px solid #7d7d7d;
}
.home-return-top:hover{
    text-decoration: none;
    color: #9ed2ff;
}
@media screen and (max-width: 675px){
    .home-return-top{
        margin-top: -13rem;
    }
    .swiper-pagination{
        display: none!important;
    }
}

::-webkit-scrollbar {
    display: none;
}