::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.main-container {
    overflow: scroll;
    scroll-snap-type: y mandatory;
    height: 100vh;
}

.hidden {
    opacity: 0;
    transition: all 0.5s;
    filter: blur(5px);
}

.showFromLeft {
    transform: translateX(-50%);
}

.showFromRight {
    transform: translateX(50%);
}

.showFromTop {
    transform: translateY(-50%);
}

.showFromButtom {
    transform: translateY(50%);
}

.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0%);
    transform: translateY(0%);
}

.losHeading:nth-child(2) {
    transition-delay: 100ms;
}

.losHeading:nth-child(3) {
    transition-delay: 200ms;
}

.losHeading:nth-child(4) {
    transition-delay: 300ms;
}

.losHeading:nth-child(5) {
    transition-delay: 400ms;
}

.losHeading:nth-child(6) {
    transition-delay: 500ms;
}

.losHeading:nth-child(7) {
    transition-delay: 600ms;
}

.losHeading:nth-child(8) {
    transition-delay: 700ms;
}

.losHeading:nth-child(9) {
    transition-delay: 800ms;
}

.losHeading:nth-child(10) {
    transition-delay: 900ms;
}

/* swipper */
.swiper {
    width: 100%;
    height: auto;
}

.swiper-button-next-click {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    border-color: transparent transparent transparent #c9c9c9;
    position: absolute;
    left: 905px;
    margin-top: 450px;
    z-index: 20;
    cursor: pointer;
}

.swiper-button-prev-click {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 30px 15px 0;
    border-color: transparent #c9c9c9 transparent transparent;
    position: absolute;
    margin-top: 450px;
    left: 50px;
    z-index: 20;
    cursor: pointer;
    transition: all 0.3s;
}

.swiper-button-prev-click:active {
    transform: translateX(-10px);
}

.swiper-button-next-click:active {
    transform: translateX(10px);
}

.swiper-button-prev-click:hover {
    transform: rotate(360deg) scale(1.3);
}

.video-work-slider {
    position: relative;
    overflow: hidden;
    width: 920px;
    height: 500px;
}

.video-work-slider-inner {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.works-video {
    margin: auto;
}

.video-work-slider-item {
    flex: 0 0 100%;
    height: 100%;
    transition: all 0.5s ease;
    opacity: 0;
    position: absolute;
    padding-bottom: 50px;
}

.works-video.active {
    display: block !important;
}

.video-work-slider-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-work-prev:active {
    transform: translateX(-5px);
}

.video-work-next:active {
    transform: translateX(5px);
}

.video-work-prev,
.video-work-next {
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
}

.video-work-prev {
    top: 50%;
    left: 26%;
}

.video-work-next {
    top: 50%;
    right: 26%;
}

/* scroll down and scroll up active design */
.scroll-down:active {
    transform: translateY(5px);
}

.scroll-up:active {
    transform: translateY(-5px);
}

/* blank section style | temporary */
.blank-section {
    height: 100vh;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.blank-section-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blank-section-param {
    font-size: 3.7rem;
    color: #062049;
}

.blank-section-img {
    width: 80%;
    height: auto;
}

.flex-img-container {
    margin-left: 93px;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

.flex-param-container {
    text-align: start;
    line-height: 2.5rem;
    text-transform: uppercase;
    transform: skewY(-6deg);
}

.flex-img-container-2 {
    margin-left: 175px;
}

.blank-section-param-3 {
    font-size: 5rem;
}

.flex-param-container-3 {
    line-height: 4rem;
}

.flex-img-container-3 {
    margin-left: 220px;
}

#partners-button-right {
    width: fit-content;
    transition: all 1s;
    text-align: left;
}

#partners-button-left {
    width: fit-content;
    transition: all 1s;
    text-align: right;
}
