* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'helvetica';
    src: url('/assets/font/Helvetica.ttf') format('truetype');
}

@font-face {
    font-family: 'helvetica-bold';
    src: url('/assets/font/Helvetica-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'helvetica-lt';
    src: url('/assets/font/helvetica-light-587ebe5a59211.ttf') format('truetype');
}

.video-container .pad {
    padding: 10px 80px;
}

.video-container {
    background-color: #f1f1f1;
}

.video-container .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
}

.frame {
    padding: 0px 2px 30px 2px;
}

.header {
    display: flex;
    background-color: #0a36d1;
    background-image: linear-gradient(#0a36d1, #5d33bb 70%);
    color: #FFF;
    height: 140px;
}

.width-200 {
    width: 200px;
}

.width-70 {
    width: 500px;
}

.header .text {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.header .logo {
    width: 50%;
    padding: 30px;
}

.center-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-harizontal {
    display: flex !important;
    justify-content: center !important;

}

.center-vertical {
    display: flex !important;
    align-items: center !important;

}

@media (max-width: 600px) {
    .header {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: auto;

    }

    .header .text {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        width: 100%;
    }

    .header .logo {
        width: 67%;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 13px;
    }

    .video-container-inside {
        width: 100% !important;
        margin: auto;
    }

    .video-container-items {
        justify-content: center !important;
    }

    .video-container-inside {
        width: 80% !important;
        margin: auto;

    }


}

@media (min-width: 601px) and (max-width: 900px) {
    .header .text {
        width: 83%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        margin-left: -120px;
    }

    .header .logo {
        width: 50%;
        padding: 15px;
    }

    .video-container-inside {
        width: 80% !important;
        margin: auto;

    }

    .video-container-items {
        justify-content: center !important;
    }
    .options-list.active {
        height: 10vh !important;
    }
    .options-list {
        height: 0vh !important;
    }

}

@media (min-width: 300px) and (max-width: 700px) {
    .video-container .heading {
        flex-direction: column !important;
        row-gap: 30px;
    }
    .options-list.active {
        height: 13vh !important;
    }
    
}

@media (min-width: 900px) and (max-width: 1024px) {
    
    .options-list.active {
        height: 9vh !important;
    }
    
}


.select-menu {
    cursor: pointer;
    position: relative;
}

.select {
    width: fit-content;
    background-color: #ffffff;
    padding: 20px;
    color: #000;
    font-weight: 600;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.options-list {
    position: absolute;
    width: 100%;
    background-color: #FFF;
    border-radius: 6px;
    margin-top: 14px;
    max-height: 180px;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 0;

}

.option {
    padding: 10px 0px;
    font-weight: 500;
    font-size: 14px;
    padding-left: 20px;
}

.option:hover,
.option.selected {
    background-color: #e8f5ff !important;
    color: #000 !important;
}


.options-list.active {
    height: 15vh;
}

.select {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    padding: 10px 20px;
    font-family: helvetica;
    font-weight: 500;
    font-size: 15px;
    color: #b4b4b4;

}

.play-heading {
    font-family: helvetica;
    font-weight: 700;
}

.play-light {
    font-family: helvetica;
    font-weight: 500;
}

i img {
    width: 60%;
    margin-top: 6px;
}

.w30 {
    width: 30px;

}

.video-container-inside {
    width: 800px;
    margin: auto;
}

.cgap30 {
    column-gap: 30px;

}
.cgap18 {
    column-gap: 18px;

}

.play-container {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
}

iframe {
    width: 100%;
    height: 500px;
}

.video {
    width: 390px;
    border-radius: 10px;
}

.video img {
    width: 100%;
}

.video-container-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 10px;
}

.play-icon img {
    width: 100px;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
}

.video {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-icon {
    position: absolute;
    bottom: 15px;
    right: 21px;
    margin: 10px;
}

.play-icon img {
    width: 50px;
    height: auto;
}

.play-title {
    color: black;
    font-family: helvetica;
    font-size: 13px;
    padding-left: 10px;
    padding-bottom: 7px;
    font-weight: 600;

}

.d-none {
    display: none !important;
}

.header {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f2f2f2;
}

.logo {
    max-width: 100%;
    height: auto;
}

.width-70 {
    width: 70%;
    text-align: right;
    padding-right: 10px;
}

.select span img {
    width: 20px;
}

.option span {
    font-size: 16px !important;
    font-family: 'helvetica';
    font-weight: 500;
}

.ytp-copylink-button,
.ytp-copylink-icon {
    display: none !important;
}

.ytp-show-copylink-title .ytp-copylink-title {
    display: none !important;
}




.options-list {
    overflow-y: auto;
}

.options-list {
    max-height: 80vh; /* Adjust the value as needed */
}

@media screen and (orientation: landscape) {
    .options-list {
        max-height: 50vh; /* Adjust the value for landscape mode */
    }
    .options-list.active {
        height: auto !important;
        padding: 10px 0;
    }
}


@media screen and (min-device-width: 600px) and (max-device-width: 900px) and (orientation: landscape) {
    .options-list {
        max-height: 50vh; /* Adjust the value for landscape mode on iPad Mini */
        height: 20vh;
    }
    .options-list.active {
        /* height: 15vh !important; */
        padding: 10px 0;
    }
}

.mt-5{
    margin-top: 5px !important;
}
 


