body {
    font-family: 'Poppins', sans-serif;
    margin: 0%;
    padding: 0%;
}

/* top-banner-style */

.head-container {
    width: 100%;
    height: 700px;
    background-color: #2D25A0;
    display: inline-block;
}

.links {
    padding-top: 42px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.link-pages a,
.dropdown a {
    font-weight: 500;
    color: white;
    text-decoration: none;
    padding-right: 36px;
}

.link-pages:hover a,
.dropdown a {
    text-shadow: 1px 1px 50px white;
}

.dropdown a {
    text-shadow: 0 0 10px #E02C6D;
}

.dropdown-container {
    display: none;
}

.dropdown-container>li {
    list-style: none;
}

.fa-bars {
    color: white;
    font-size: 30px;
}

.dropdown {
    display: none;
}

nav>.links>.dropdown-container>li:hover .dropdown {
    display: block;
    position: absolute;
    background-color: rgba(240, 248, 255, 0.22);
    top: 30px;
}

.login {
    background-color: #E02C6D;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login a {
    text-decoration: none;
    color: white;
}

.fa-arrow-right-to-bracket {
    font-size: 15px;
}

.live {
    margin-top: 49px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.live-text {
    margin-left: 156px;
}

.live h1 {
    font-weight: 700;
    color: white;
    font-size: 64px;
}

.live-text a {
    background-color: #E02C6D;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 44px;
    text-decoration: none;
    color: white;
}

.live-banner img {
    margin-left: 102px;
    margin-right: 140px;
    width: 556.01px;
    height: 438px;
    transition: transform 3s;
}

.live-banner:hover img {
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

/* players-style */

.players-container {
    margin: 70px 210px 158px 140px;
}

.players {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 27px;
    justify-items: center;
    position: relative;
    left: 20px;
}

.player {
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    width: 300px;
    height: 474px;
    position: relative;
    overflow: hidden;
}

.player-img img {
    width: 300px;
    height: 256px;
    transition: transform 5s;
}

.player:hover .player-img img {
    height: 400px;
    opacity: 0.3;
    display: block;
    transform: scale(1.5);
}

.player-info {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 10px;
    width: 300px;
    height: 154px;
}

.player-info p {
    font-weight: 700;
    font-size: 28px;
    color: #18191F;
    margin: 0;
}

.player-info small {
    font-weight: 400;
    font-size: 16px;
    color: #6C6C6C;
}

.player:hover .player-info p {
    opacity: 0.5;
}

.player:hover .player-info small {
    display: none;
}

.hover-info {
    position: absolute;
    top: 0;
    display: none;
    font-weight: 700;
    font-size: 20px;
    text-shadow: 1px 1px 1px goldenrod;
}

.player:hover .hover-info {
    display: block;
}

/* animation-style */

.animation-container {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.animation-container:hover .animation {
    border: 2px solid #2d25a01a;
    background-color: #E02C6D;
    height: 100px;
    width: 100%;
}

@keyframes sliding {
    0% {
        left: 100px;
        top: 0px;
        transform: scale(0.25);
    }

    25% {
        left: 100px;
        top: 80px;
    }

    50% {
        left: 90%;
        top: 75px;
    }

    75% {
        left: 90%;
        top: 0px;
    }

    100% {
        left: 100px;
        top: 0px;
    }
}

.animation {
    border: 2px solid;
    background-color: #2D25A0;
    height: 100px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
}

.anm-ball {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    position: relative;
    font-size: 100%;
    text-shadow: 10px 10px 20px white;
    animation: sliding 5s ease-in-out 0.5s infinite alternate;
    animation-play-state: running;
}

/* highlight-style */

.highlights-container {
    margin: 165px 250px 158px 180px;
    display: flex;
    justify-content: space-between;
}

.highlight-text {
    margin-right: 69px;
}

.highlight-text p {
    font-weight: 700;
    font-size: 48px;
    width: 466px;
    height: 120px;
}

.highlight-text small {
    width: 404px;
    height: 113px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #6C6C6C;
}

.highlight-text a {
    margin-top: 24px;
    background-color: #E02C6D;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 44px;
    text-decoration: none;
    color: white;
}

.highlight-img img {
    width: 567px;
    height: 427px;
}

/* footer-style */

.footer-container {
    margin: 0 470px 100px 475px;

}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.footer-img img {
    width: 483.87px;
    height: 110px;
}

.social-links {
    display: flex;
    padding: 0px;
    gap: 14px;
    width: 170px;
    height: 32px;
    margin-top: 20px;
}

.social-links img {
    width: 32px;
    height: 32px;
}

.copyright {
    margin-top: 20px;
    font-size: 18px;
}

/* media-queries */

/* Smaller Mobile Devices */
@media screen and (max-width:426px) {

    .head-container {
        width: 100%;
        height: 700px;
        background-color: #2D25A0;
        display: inline-block;
        position: relative;
        right: 0px;
    }

    .links {
        margin: 33px 16px 33px 16px;
        justify-content: space-between;
        padding: 0px;
    }

    .link-pages {
        display: none;
    }

    .dropdown-container {
        display: block;
    }

    .live {
        margin-top: 52px;
        flex-direction: column;
    }

    .live-text {
        margin-left: 16px;
    }

    .live h1 {
        font-size: 30px;
        width: 250px;
        height: 138px;
    }

    .live a {
        margin-bottom: 50px;
    }

    .live-banner img {
        margin-left: 0px;
        margin-right: 0px;
        width: 300px;
        height: 259.17px;
        margin-bottom: 61px;
    }

    .players-container {
        margin-bottom: 0px;
    }

    .players {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 27px;
        justify-content: center;
    }

    .player {
        padding: 5px;
    }

    @keyframes sliding {
        0% {
            left: 10px;
            top: 0px;
            transform: scale(0.25);
        }

        25% {
            left: 10px;
            top: 80px;
        }

        50% {
            left: 90%;
            top: 75px;
        }

        75% {
            left: 90%;
            top: 0px;
        }

        100% {
            left: 10px;
            top: 0px;
        }
    }

    .highlights-container {
        margin: 0px 2px 0px;
        flex-direction: column;
        width: 310px;
        position: relative;
        left: 0px;
        right: 0px;
    }

    .highlight-text {
        margin-right: 90px;
    }

    .highlight-text p {
        margin-top: 60px;
        width: 285px;
        height: 80px;
        font-size: 30px;
    }

    .highlight-text small {
        width: 285px;
        height: 113px;
        font-weight: 400;
        font-size: 10px;
        line-height: 8px;
        color: #6C6C6C;
    }

    .highlight-text a {
        margin-bottom: 30px;
    }

    .highlight-text small {
        width: 329px;
        height: 143px;
        font-size: 16px;
    }

    .highlight-img img {
        width: 280px;
        height: 248px;
    }

    .footer-container {
        margin: 30px 0px 187px;
    }

    .footer-img img {
        width: 150px;
        height: 63px;
    }
}

/* Larger Mobile Devices */
@media screen and (min-width:426px) and (max-width:767px) {

    .head-container {
        width: 100%;
        height: 700px;
        background-color: #2D25A0;
        display: inline-block;
        position: relative;
        right: 0px;
    }

    .links {
        margin: 33px 16px 33px 16px;
        justify-content: space-between;
        padding: 0px;
    }

    .link-pages {
        display: none;
    }

    .dropdown-container {
        display: block;
    }

    .live {
        margin-top: 52px;
        flex-direction: column;
    }

    .live-text {
        margin-left: 16px;
    }

    .live h1 {
        font-size: 30px;
        width: 250px;
        height: 138px;
    }

    .live a {
        margin-bottom: 20px;
    }

    .live-banner img {
        margin-left: 0px;
        margin-right: 0px;
        width: 300px;
        height: 259.17px;
        margin-bottom: 20px;
    }

    .players-container {
        margin: 70px 0px 158px 90px;
    }

    .players {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 27px;
        position: relative;
        left: 0px;
    }

    .highlights-container {
        margin: 165px 0px 158px 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .highlight-text {
        margin-right: 69px;
    }

    .highlight-text p {
        font-weight: 700;
        font-size: 28px;
        width: 200px;
        height: 120px;
    }

    .highlight-img img {
        width: 350px;
        height: 350px;
    }

    .footer-container {
        margin: 0px 0px 158px 30px;
    }

    .footer-img img {
        width: 150px;
        height: 63px;
    }
}

/* Smaller Tablets */
@media screen and (min-width:767px) and (max-width:1000px) {

    .head-container {
        width: 100%;
        height: 700px;
        background-color: #2D25A0;
        display: inline-block;
        position: relative;
        right: 0px;
    }

    .links {
        margin: 33px 16px 33px 16px;
        justify-content: space-between;
        padding: 0px;
    }

    .live {
        margin-top: 52px;
        flex-direction: column;
    }

    .live-text {
        margin-left: 16px;
    }

    .live h1 {
        font-size: 30px;
        width: 250px;
        height: 138px;
    }

    .live a {
        margin-bottom: 20px;
    }

    .live-banner img {
        margin-left: 0px;
        margin-right: 0px;
        width: 300px;
        height: 259.17px;
        margin-bottom: 20px;
    }

    .players-container {
        margin: 70px 0px 158px 30px;
    }

    .players {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 27px;
        position: relative;
        left: 0px;
    }

    .highlights-container {
        margin: 165px 0px 158px 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .highlight-text {
        margin-right: 69px;
    }

    .highlight-text p {
        font-weight: 700;
        font-size: 28px;
        width: 500px;
        height: 120px;
    }

    .highlight-img img {
        width: 500px;
        height: 350px;
    }

    .footer-container {
        margin: 0px 0px 158px 30px;
    }

    .footer-img img {
        width: 150px;
        height: 63px;
    }
}

/* Larger Tablets & Smaller Laptops */
@media screen and (min-width:1001px) and (max-width:1289px) {
    .head-container {
        width: 100%;
        height: 700px;
        background-color: #2D25A0;
        display: inline-block;
    }

    .live {
        padding-left: 0px;
    }

    .live-banner img {
        margin-left: 0px;
        margin-right: 0px;
        width: 500px;
        height: 438px;
    }

    .players-container {
        margin: 70px 0px 158px 30px;
    }

    .players {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 27px;
        position: relative;
        left: 0px;
    }

    .player {
        padding: 10px;
        width: 250px;
        height: 550px;

    }

    .player-img img {
        width: 250px;
    }

    .player-info {
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        padding: 0px;
        gap: 10px;
        width: 260px;
        height: 154px;
    }

    .highlights-container {
        margin: 165px 0px 158px 30px;
        justify-content: flex-start;
    }

    .highlight-text {
        margin-right: 69px;
    }

    .highlight-text p {
        font-weight: 700;
        font-size: 28px;
        width: 200px;
        height: 120px;
    }

    .highlight-img img {
        width: 500px;
        height: 400px;
    }

    .footer-container {
        margin: 0px 0px 158px 30px;
    }
}