/* Header */

.customNav {
    background-color: #000000;
}
.navforPaddding {
    padding: 0px 16px;
}
.navbarForMenu .nav-item:not(:last-child) {
    margin-right: 1.5rem;
}

.navbarForMenu .nav-item .nav-link {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e6e6e6;
    padding: 8px 0px !important;
    background-color: transparent!important;
}


.navbarForMenu .nav-item .nav-link.active {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e6e6e6;
    border-bottom: 2px solid #307ae1;
}


.navForAuth .nav-item .nav-link {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e6e6e6;
    padding: 2px 10.5px;
}

.navForAuth .nav-item .nav-link.myAccount {
    padding: 8px 0px;
}

/* .navForAuth .nav-item .nav-link.myAccount:hover,
.navForAuth .nav-item .nav-link.myAccount:focus {
    background-color: rgba(255, 255, 255, 0.17);
} */

.navForAuth .nav-item .nav-link.borderRight {
    border-right: 1px solid #e6e6e6;
}

.headermenu {
    margin: 0px;
    padding: 21px 52px 21px 52px;
    width: 100%;
    /* height: 66px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}
.header {
    background-color: #000;
}

.headerlogo img {
    object-fit: contain;
    width: 87.7px;
    height: 24px;
}

.header-nav ul {
    display: flex;
    /* gap: 30px; */
    list-style: none;
    margin: 0;
    justify-content: space-between;
    align-items: center;
}

.nav-link {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #e6e6e6;
    text-decoration: none;
}

.nav-link:not(.active) {
    border-bottom: none;
}

.nav-link.active {
    border-bottom: 2px solid #307ae1;
    font-weight: 500!important;
}

.auth-links {
    display: flex;
    gap: 10.5px;
    align-items: center;
}

.auth-links .sign-in,
.auth-links .sign-up {
    font-size: 16px;
    color: #e6e6e6;
}
.separator {
    height: 24px;
    color: #e6e6e6;
    width: 5px;
}

.titles ul li a:hover {
    color: #fff;
}

.navbarForMenu .nav-link {
    color: #e6e6e6; /* Default color */
    padding: 8px 16px; /* Adjust padding as needed */
}

.navbarForMenu .nav-link:hover {
    color: #307ae1; /* Hover color */
}

.navForAuth .nav-link:hover {
    color: #307ae1;
}



/* header */

/* Footer styles */
.footer {
    background-color: #000;
    padding: 20px 0;
    height: 100%;
}

.footer .bottomcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0px 20px 0px 20px;
}

/* Footer links */
.footer-links {
    display: flex;
    flex-wrap: wrap;
}

/* Social media logos */
.social-media {
    display: flex;
    gap: 25px;
    justify-content: end;
}

.social-media img {
    width: 32px;
    height: 32px;
}
.footer-text {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 50px;
}

.sideMenu {
    position: fixed;
    width: 0%;
    height: calc(100% - 56.59px);
    top: 79.66px;
    right: 0px;
    z-index: 790;
    overflow-x: hidden;
    background-color: rgb(0 0 0 / 60%);
    text-align: right;
}
.sideMenuWrapper {
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    padding-bottom: 24px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    overflow-y: auto;
    transition: 0.1s ease-in-out;
}

.sideMenuProfiles {
    width: 100%;
    position: relative;
    min-height: 400px;
}

.activeSideMenu {
    color: #00baff !important;
}

.menuHome {
    padding-top: 20px;
}

.menuHome,
.menuChannels {
    display: flex;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    color: #fff;
    border-bottom: 1px solid #4d4d4d;
    margin: 0px 18px;
    text-decoration: none !important;
}

.menuHome span:last-child,
.menuChannels span:last-child {
    top: 2px;
    position: relative;
}

.menuHome:hover,
.menuChannels:hover {
    color: #00baff;
}

.menuHome span img,
.menuChannels span img {
    margin-right: 16px;
}

.sideMenuSignout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 18px;
}

.sideMenuSignout a {
    border-radius: 8px;
    border: solid 1px #fff;
    padding: 11px 11px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 100%;
    font-family: "Manrope", sans-serif;
    text-decoration: none;
}

.sideMenuSignout a:not(:last-child) {
    margin-bottom: 16px;
}

.sideMenuSignout a:hover {
    background-color: #00a8e6;
    border: 1px solid #00a8e6;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    outline: none;
}

.footerDesktopview {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0px 20px 0px 20px;
}

.footerMobileview {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0px 20px 0px 20px;
}
.social-mediamob {
    gap: 16px;
    justify-content: center;
    display: flex;
}
.channelinfomob {
    text-align: center;
}
.channelinfomob a {
    color: #666;
}
.footer-linksmob {
    text-align: center;
}
.footer-linksmob {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.footer-linksmob a {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    color: #848b95;
    text-decoration: none;
}

.social-media {
    margin-top: 15px !important;
}
.footer-links a {
    color: #848b95;
    margin-top: 15px;
    margin-right: 30px;
}
.footer-links a:hover,
.footer-linksmob a:hover {
    color: #307ae1;
}

.footer-text {
    font-size: 12px;
    margin-top: 30px;
}

.footer-text p {
    margin-bottom: 0px;
}
.footer-links {
    width: 80%;
}
.social-media {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.nav-togg{
    padding: 0px !important;
}


.navbarForMenu .nav-item .nav-link:hover,.navbarForMenu .nav-item .nav-link:focus,
.navbarForMenu .nav-item .nav-link:active{
    background-color: transparent!important;
}

/* language css start */

.channelsFilter {
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: none;
    border-top: none;
    border-radius: 0 0 5px 5px;
    width: 130px;
    margin-top: 30px;
    background-color: #242424;
    border-radius: 5px;
    z-index: 99;
    right: 0px;
    border: 1px solid #307ae1;
}
.channelsFilter li {
    border-radius: 5px;
}
.selected-option:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23fffafa' viewBox='0 0 256 256'%3E%3Cpath d='M128,26A102,102,0,1,0,230,128,102.12,102.12,0,0,0,128,26Zm81.57,64H169.19a132.58,132.58,0,0,0-25.73-50.67A90.29,90.29,0,0,1,209.57,90ZM218,128a89.7,89.7,0,0,1-3.83,26H171.81a155.43,155.43,0,0,0,0-52h42.36A89.7,89.7,0,0,1,218,128Zm-90,87.83a110,110,0,0,1-15.19-19.45A124.24,124.24,0,0,1,99.35,166h57.3a124.24,124.24,0,0,1-13.46,30.38A110,110,0,0,1,128,215.83ZM96.45,154a139.18,139.18,0,0,1,0-52h63.1a139.18,139.18,0,0,1,0,52ZM38,128a89.7,89.7,0,0,1,3.83-26H84.19a155.43,155.43,0,0,0,0,52H41.83A89.7,89.7,0,0,1,38,128Zm90-87.83a110,110,0,0,1,15.19,19.45A124.24,124.24,0,0,1,156.65,90H99.35a124.24,124.24,0,0,1,13.46-30.38A110,110,0,0,1,128,40.17Zm-15.46-.84A132.58,132.58,0,0,0,86.81,90H46.43A90.29,90.29,0,0,1,112.54,39.33ZM46.43,166H86.81a132.58,132.58,0,0,0,25.73,50.67A90.29,90.29,0,0,1,46.43,166Zm97,50.67A132.58,132.58,0,0,0,169.19,166h40.38A90.29,90.29,0,0,1,143.46,216.67Z'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    width: 28px;
    height: 28px;
    left: -30px;
    top: 2px;
}
.selected-option:after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%23fff'><path d='M7 10l5 5 5-5z'/></svg>");
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0px;
    background-size: 8px 8px;
}
.selected-option:hover, .selected-option:focus {
    color: #307ae1 !important;
}
/* language css end */

/* media querry for mobile screens  */
@media screen and (max-width: 768px) {
    .footer-links a {
        color: #ccc;
        font-size: 14px;
    }
}

@media screen and (max-width: 991.98px) {
    .navbar-toggler {
        width: 35px;
        height: 35px;
    }

    .navbar-collapse {
        display: none;
    }
   
   
}

@media (max-width: 575px) {
    .footerMobileview {
        display: block !important;
    }

    .footerDesktopview {
        display: none !important;
    }
}

@media (min-width: 575px) {
    .footerMobileview {
        display: none !important;
    }

    .footerDesktopview {
        display: flex;
    }
}




