/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"); */
/* @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"); */

* {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    top: 0;
    margin: 0;
    padding-top: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
}

#title-bar {
    position: fixed;
    left: env(titlebar-area-x, 0);
    top: env(titlebar-area-y, 0);
    height: env(titlebar-area-height, 50px);
    width: env(titlebar-area-width, 100%);
    -webkit-app-region: drag;
}

body {
    background-color: #000000;
    color: #f0f0f0;
}

header {
    background-color: #f0f0f0;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    height: 75px;
}

header .logo {
    padding: 10px;
    height: 120px;
    width: 120px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    max-width: fit-content;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: #000000a3 0px 0px 20px 5px;
    cursor: pointer;
    z-index: 10;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

header img {
    height: auto;
    width: 100px;
}

header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: absolute;
    top: 100px;
    right: 20px;
}

header nav a {
    color: #f0f0f0;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.hero {
    background-color: #000000;
    color: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.hero h2 {
    font-size: 74px;
    padding-bottom: 20px;
    cursor: pointer;
    text-align: center;
}

.hero p {
    color: #E4A106;
    font-size: 18px;
}

/* Fade-out effect */
.fade-out {
    opacity: 0 !important;
    transition: opacity 0.5s ease-out !important;
    /*Durationandeasingforfade-out*/
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out !important;
    -ms-transition: opacity 0.5s ease-out !important;
    -o-transition: opacity 0.5s ease-out !important;
    -webkit-transition: opacity 0.5s ease-out !important;
}

/* Fade-in effect */
.fade-in {
    opacity: 1 !important;
    transition: opacity 0.5s ease-in !important;
    /*Durationandeasingforfade-in*/
    -webkit-transition: opacity 0.5s ease-in !important;
    -moz-transition: opacity 0.5s ease-in !important;
    -ms-transition: opacity 0.5s ease-in !important;
    -o-transition: opacity 0.5s ease-in !important;
    -webkit-transition: opacity 0.5s ease-in !important;
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
    header nav{
        text-align: center;
        top: 170px;
        right: 0px;
        transform: translateX(-50%);
        left: 50%;
        height: fit-content;
        overflow: visible;
        min-width: 50vw;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
}

    header nav a{
        font-size: 20px;
        /* background-color: #ffffff17; */
        /* border-radius: 50px; */
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px; */
        /* box-shadow: #6e6e6ea3 0px 0px 10px 2px; */
    }

    header nav a:hover{
        background-color: #ffffff;
        color: #000000;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
}
}

@media screen and (max-width: 425px) {
    header nav{
        top: 150px;
        min-width: 80vw;
        gap: 10px;
    }

    header .logo{
        height: 100px;
        width: 100px;
    }

    header .logo img{
        height: auto;
        width: 80px;
    }

    header nav a{
        font-size: 18px;
    }

    .hero h2{
        font-size: 40px;
    }
    .hero p{
        font-size: 14px;
    }
}


.channels {
    display: flex;
    flex-direction: column;
    background-color: #D9D9D9;
    color: #000000;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    padding: 40px;
    padding-bottom: 150px;
    align-items: center;
    justify-content: center;
}

.channels-list {
    display: flex;
    padding: 20px;
    gap: 20px;
}

.channels-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 10px;
    gap: 10px;
}

.channel {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 20px;
}

.channel .logo {
    background-color: #ffffff;
    max-width: fit-content;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    overflow: hidden;
}

.channel .logo img {
    scale: 1.3;
    width: 100%;
    height: 100%; 
    object-fit: cover;
    object-position: center center; 
}


.channel p {
    font-size: 18px;
}

.channels h2 {
    font-size: 24px;
    padding: 30px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .channels{
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }
    
    .channel .logo {
        background-color: #f0f0f0; /* Optional for visual debugging */
        height: 200px;
        width: 200px;
        border-radius: 50%;
        overflow: hidden;
        position: relative; /* Helps with image positioning */
    }
    
    .channel .logo img {
        scale: 1.4;
        display: block;
        width: 100%;
        height: auto; /* Maintain aspect ratio */
        max-height: 100%; /* Prevent overflow */
        object-fit: cover; /* Crop to fill */
        -o-object-fit: cover;
        object-position: center; /* Center the image */
        -o-object-position: center;
    }
}

@media screen and (max-width: 425px) {

    .channels-list {
        padding-left: 0;
        padding-right: 0;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .channels{
        padding-left: 10px;
        padding-right: 10px;
    }
    .channel{
        padding: 10px;
    }
    
    .channel .logo {
        background-color: #f0f0f0; /* Optional for visual debugging */
        height: 200px;
        width: 200px;
        border-radius: 50%;
        overflow: hidden;
        position: relative; /* Helps with image positioning */
    }
    
    .channel .logo img {
        scale: 1.4;
        display: block;
        width: 100%;
        height: auto; /* Maintain aspect ratio */
        max-height: 100%; /* Prevent overflow */
        object-fit: cover; /* Crop to fill */
        -o-object-fit: cover;
        object-position: center; /* Center the image */
        -o-object-position: center;
    }
    
    .channel p{
        font-size: 14px;
    }
    .channels h2{
        padding-left: 10px;
        padding-right: 10px;
    }
}

.footer {
    background-color: #666666;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    margin-top: -100px;
    padding: 40px;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.footer .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer h2 {
    font-size: 38px;
    padding: 40px;
    padding-bottom: 10px;
    text-align: center;
}

.footer p {
    font-size: 20px;
    text-align: center;
}

.footer .about {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #E3E3E3;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    gap: 20px;
}

.footer .about .image {
    overflow: hidden;
    width: 30vw;
    max-height: 40vw;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-image: url("../images/asif.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: max-content;
}

.footer .about .image img {
    min-height: 60vh;
    width: 100%;
    object-fit: cover;
}

.footer .about .info {
    width: 40vw;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #000000;
}

.footer .tag {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer .tag h3 {
    font-size: 32px;
    color: #2C2A2A;
    padding: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.footer .tag h4 {
    font-size: 20px;
    color: #3A3A3A;
    padding: 20px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .footer .about .image{
        max-height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .footer{
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
}
    .footer .about{
        flex-direction: column;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
}
    .footer .about .image{
        width: 100%;
    }
    .footer .about .image img{
        max-height: 40vh;
    }
    .footer .about .info{
        width: 100%;
        padding: 40px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 425px){
    .footer{
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer .about .image{
        max-height: 50vh;
        width: 100%;
    }
    .footer .about .info p{
        font-size: 14px;
    }
}

.overlay-logo {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    height: 100vh;
    width: 100vw;
    z-index: 9;
}

.hide {
    display: none;
}

.fixed-logo {
    position: fixed !important;
    top: 30% !important;
    left: 50% !important;
    transform: translateX(-50%) scale(2) !important;
    box-shadow: #ffffffa3 0px 0px 20px 5px !important;
    -webkit-transform: translateX(-50%) scale(2) !important;
    -moz-transform: translateX(-50%) scale(2) !important;
    -ms-transform: translateX(-50%) scale(2) !important;
    -o-transform: translateX(-50%) scale(2) !important;
}

@media screen and (max-width: 1024px) {
    .fixed-logo {
        transform: translateX(-50%) scale(2) !important;
        -webkit-transform: translateX(-50%) scale(2) !important;
        -moz-transform: translateX(-50%) scale(2) !important;
        -ms-transform: translateX(-50%) scale(2) !important;
        -o-transform: translateX(-50%) scale(2) !important;
    }
}

@media screen and (max-width: 768px) {
    .fixed-logo {
        transform: translateX(-50%) scale(1.7) !important;
        -webkit-transform: translateX(-50%) scale(1.7) !important;
        -moz-transform: translateX(-50%) scale(1.7) !important;
        -ms-transform: translateX(-50%) scale(1.7) !important;
        -o-transform: translateX(-50%) scale(1.7) !important;
    }
}

@media screen and (max-width: 425px) {
    .fixed-logo {
        transform: translateX(-50%) scale(1.7) !important;
        -webkit-transform: translateX(-50%) scale(1.7) !important;
        -moz-transform: translateX(-50%) scale(1.7) !important;
        -ms-transform: translateX(-50%) scale(1.7) !important;
        -o-transform: translateX(-50%) scale(1.7) !important;
    }
}


.overlay-logo .overlay-content {
    margin-top: 20px;
    padding-top: 150px;
}

.overlay-logo p {
    text-align: center;
    font-size: 20px;
    padding: 10px;
    padding-bottom: 0px;
    font-weight: 300;
    text-shadow: #000000a3 0px 0px 5px;
    border-width: 5px;
}

.overlay-logo h2 {
    font-size: 48px;
    padding: 10px;
    border-width: 5px;
    text-shadow: #000000a3 0px 0px 20px;
    text-align: center;
}

@media screen and (max-width: 425px) {
    .overlay-logo .overlay-content{
        padding-top: 120px;
    }
    .overlay-logo h2 {
        font-size: 32px;
    }
    .overlay-logo p {
        font-size: 16px;
    }
}