.header{
    position: absolute;
}

.txt-nav{
    color: #484848 !important;
}

.icn-navbar{
    filter: invert(25%) sepia(83%) saturate(0%) hue-rotate(217deg) brightness(100%) contrast(103%) !important;
}

.logo-navbar{
    filter: invert(80%) sepia(83%) saturate(0%) hue-rotate(217deg) brightness(100%) contrast(103%) !important;
}

.icn-menu{
    filter: invert(20%) !important;
}

.bg-heading{
    display: flex;
    align-items: center;
    flex-direction: column;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/backgrounds/bg-home-top.png');
}


.cnt-video{
    display: flex;
    justify-content: end;
    flex-direction: column;
    width: 80%;
    height: 764px;
    border-radius: 24px;
    background-color: #f8e5fd;
}

.cnt-video-dots{
    display: flex;
    align-items: center;
    margin-left: 24px;
    gap: 8px;
    width: 100%;
    height: 64px;
    background-color: transparent;
}

.video-dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f9759b;
}

.cnt-video-keys{
    width: 100%;
    height: 700px;
}

.cnt-video-keys video{
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}



/* TABS */
 
.cnt-tab{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    height: auto;
    border-radius: 36px;
    border: 1px solid #484848;
    background-color: transparent;
}

.tab{
    width: 100%;
    padding: 24px;
    border: 1px solid #484848;
}

.tab-start{
    width: 100%;
    padding: 24px;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    border: 1px solid #484848;
}

.tab-end{
    width: 100%;
    padding: 24px;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
    border: 1px solid #484848;
}

.accordion:hover{
    cursor: pointer;
}

.tab-content{
    display: none;
}

.icn-tab{
    width: 19px;
    height: auto;
}

.icn-tab-content{
    width: 56px;
    height: auto;
}





/* RESPONSIVE */
 
@media(max-width: 1669px){
}

@media(max-width: 1599px){
}

@media(max-width: 1399px){
}

@media(max-width: 1199px){
    .cnt-video{
        height: 600px;
    }

    .cnt-video-dots{
        height: 50px;
    }
    
    .cnt-video-keys{
        height: 550px;
    }
    
    .cnt-video-keys video{
        height: 550px;
    }
}

@media(max-width: 991px){
}

@media(max-width: 767px){
    .cnt-video{
        height: 400px;
    }

    .cnt-video-dots{
        height: 30px;
    }
    
    .cnt-video-keys{
        height: 370px;
    }
    
    .cnt-video-keys video{
        height: 370px;
    }
}

@media(max-width: 575px){
    .cnt-video{
        height: 250px;
    }

    .cnt-video-dots{
        height: 30px;
    }
    
    .cnt-video-keys{
        height: 220px;
    }
    
    .cnt-video-keys video{
        height: 220px;
    }
}
