body {
    margin: 0px;
}


html {
    background-color: rgb(0, 0, 0);
}

.info-col {
    display: flex;
    width: 640px;
    min-width: 640px;
    height: 95vh;
    padding: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 9;
}
.f17-logo {
    width: 206px;
    height: 32px;   
}
.logo-descr {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    align-self: stretch;
}
.left-top {
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.left-center {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 54px; 
    letter-spacing: 0.9px;
    gap: 40px;
    display: flex;
    flex-direction: column;
}
.watch-now {
    display: flex;
    height: 48px;
    max-width: 280px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    color: var(--Neutral-Grey50, #E7E7E7);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}
.contact-us {
    display: flex;
    height: 28px;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: var(--Neutral-Grey50, #E7E7E7);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.dsktp-col {
    min-width: 33%;
}
.tab-col {
}

.mob-col {
}

.full-viewport {
    width: 100vw;        
    height: 100vh;       
    overflow: hidden;    
    position: relative;  
}
a {
    text-decoration: none;
}
/* swiper */
.swiper-container {
    width: 100%;
    max-width: 940px;
    height: 100vh;
    margin: 0 auto;
}
.swiper-slide {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 4/9;
}

.swiper-slide img {
    width: 100%; 
    height: auto; 
    max-height: 100%; 
    object-fit: cover; 
}

.swiper-pagination {
    position: absolute;
    top: 0;
    right: 10px; 
    bottom: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .swiper-pagination-bullet {
    background-color: #e7e7e7;
    opacity: 1;
    height: 20px;
    width: 4px;
    border-radius: 360px;
  }  
  .swiper-pagination-bullet-active {
    background-color: red;
  }