html,body{
    height: auto!important;
}
.swiper-container ,.video-container{
    width: 100%;
    height: calc(100vh - 80px);
    position: relative;
    margin-top: 80px;
}
.swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.swiper-slide.loaded video {
    opacity: 1;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
header {
    height: 80px;
}
.vision-60{
    width: 600px;
    height: 600px;
    position: relative;
}
.vision-60 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.vision-60 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.vision-60-1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.vision-60-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.loaded video {
    opacity: 1;
}
.friends-section{
    
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
}
.friends-section h4{
    text-align: center;
    color: #1b1b1b;
    letter-spacing: normal;
    width: 64%;
    margin-left: auto;
    margin-right: auto;
    font-family: Titilliumweb, sans-serif;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 16px;
}
.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}
.swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
}
.swiper-pagination-bullet-active {
    background-color: white;
    height: 5px;
    width: 70px;
}

@media screen and (max-width: 768px){
    .vision-60{
        width: 80vw;
        height: 80vw;
        position: relative;
    }
    .friends-section h4{
        font-size: 24px;
        width: 100%;
    }
    .swiper-container ,.video-container{
        width: 100%;
        height: 75vh;
        position: relative;
        margin-top: 80px;
    }
    .video-container{
        height: 50vh;
    }
}
.rotate-img {
    transition: transform 0.1s ease-out;
}
.pagination{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.page-item{
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #fff;
    margin-right: 5px;
}
.page-item:hover,.pagination .active{
    background-color: #fff;
    color: #1b1b1b;
}
    