@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000000;
    scroll-behavior: smooth;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
    font-family: "Cairo", sans-serif;
    overflow-x: hidden;
}

.text {
    padding: 9rem 0 0rem 0;
    text-align: end;
}

footer {
    background: #111;
    height: auto;
    width: 100vw;
    padding-top: 40px;
    color: #fff;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-content h3 {
    font-size: 2.1rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
}

.footer-content p {
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #cacdd2;
}

.socials {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}

.socials li {
    margin: 0 10px;
}

.socials a {
    text-decoration: none;
    color: #fff;
    padding: 5px;
}

.socials a i {
    font-size: 1.5rem;
    margin-left: 10px;
    width: 20px;
    transition: color 0.4s ease;
}

.socials a:hover i {
    color: rgb(197, 13, 13);
}

.footer-bottom {
    background: #000;
    width: 100vw;
    /* padding: 20px; */
    /* padding-bottom: 40px; */
    text-align: center;
}

.footer-bottom p {
    float: left;
    font-size: 14px;
    word-spacing: 2px;
}

.footer-bottom p a {
    color: #A21F1B;
    font-size: 16px;
    text-decoration: none;
}

.footer-bottom span {
    text-transform: uppercase;
}

.footer-menu {
    float: right;
}

.footer-menu ul {
    display: flex;
}

.footer-menu ul li {
    padding-right: 10px;
    display: block;
}

.footer-menu ul li a {
    color: #cfd2d6;
    text-decoration: none;
}

.footer-menu ul li a:hover {
    color: #27bcda;
}

@media (max-width: 500px) {
    .footer-bottom p {
        float: none;
    }
    .footer-content p {
        width: 80%;
    }
    .footer-menu ul {
        display: flex;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
    .logo {
        /* height: 50px; */
        padding: 0px 0 0 0;
    }
    .btn-refresh {
        width: 100px !important;
    }
}

.box-download {
    width: 100%;
    display: flex;
    justify-content: center;
}

.down {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.down img {
    width: 150px;
}

aside {
    width: 100%;
    justify-content: center;
    display: flex;
    margin: 40px 0;
}

.alink {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    justify-content: center;
}

.channel-tab {
    width: 270px;
    border-radius: 10px;
    margin: 0 40px;
}

.channel-tab:hover {
    position: relative;
    background: linear-gradient(rgb(23, 23, 23), rgb(234, 5, 5)) padding-box, linear-gradient(to right, #1d2b64, #f40303) border-box;
    cursor: pointer;
}

.channel-tab:hover::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(90deg, #1d2b64 0%, #03a9f4 100%);
}

.all {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}

.video-js .vjs-tech {
    position: relative !important;
}

main {
    width: 80%;
    position: relative;
    padding: 3px;
    background: linear-gradient(90deg, rgb(255 0 0 / 73%) 0%, rgb(255 0 0 / 73%) 100%);
}

.channel-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(90deg, rgb(255 0 0 / 73%) 0%, rgb(255 0 0 / 73%) 100%);
    border: 2px solid transparent;
    margin: 10px 3px;
    color: white;
}

aside nav {
    display: grid;
    gap: 5px;
}

aside nav a {
    background: #FFFDFF;
    margin: auto;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    color: #2E2E33;
    font-weight: bold;
}

main video {
    width: 100%;
}

.video-js {
    height: 50vh;
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 1000px) {
    .video-js {
        height: 30vh;
    }
}

.btn-refresh {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 150px;
    padding: 5px;
    font-weight: bold;
    background-color: #A21F1B;
    outline: 0;
    border: 0;
    color: #FFFDFF;
    cursor: pointer;
    border-radius: 15px 15px;
}

@media only screen and (max-width: 600px) {
    body {
        max-height: auto;
        max-width: auto;
        overflow: scroll;
        /*display: grid;*/
        grid-template-columns: 1fr;
    }
    aside {
        height: auto;
        order: -1;
    }
    aside nav {
        grid-template-columns: 1fr 1fr;
    }
    aside nav a {
        min-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
    }
    .btn-refresh {
        top: 10px;
        right: 10px;
    }
    .video-js .vjs-big-play-button {
        left: 0px;
    }
}

.vjs-big-play-button {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.0em;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 3rem !important;
    width: 4rem !important;
}


/* Footer */

.row {
    display: flex;
    flex-wrap: wrap;
}

.footer {
    background-color: black;
    padding: 20px 0;
    margin-top: 4rem;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    background-color: var(--main-color);
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: var(--main-color);
    padding-left: 8px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(51, 51, 51, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: white;
    background-color: var(--main-color);
}


/*responsive*/

@media(max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}