@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sansation:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Arial", sans-serif;
    background-color: #000;
    color: white;
    overflow-x: hidden;
}

/* Add this CSS to your stylesheet */
vd-component.banner-one {
    display: block !important;
    width: 100% !important;
    height: 100vh !important;
    /* or whatever height you need */
    position: relative !important;
}

vd-component.banner-one img {
    width: 100% !important;
}

.language-select {
    color: white;
}

.fa-globe {
    font-size: x-large;
}

.nav-link {
    padding: 0 !important;
}

/* Header Styles */
.header {
    width: 100%;
    z-index: 1000;
    padding-left: 60px;
    padding-top: 30px;
    padding-right: 60px;
    padding-bottom: 30px;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    transition: background 0.3s ease;
}
.body-container  {
    padding-top: 117px!important;
}
.nav-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav-left img {
    object-fit: cover;
    min-width: 30px;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.nav-menu {
  display: -webkit-inline-box;
    list-style: none;
    gap: 30px;
    align-items: center;
    width: unset !important;
    margin-top: 0px;
}

.nav-item {
    cursor: pointer;
}

.nav-menu .nav-item a {
    color: white;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: none;
}

.language-select {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-menu a:hover {
    color: #8b2d2d;
}

.nav-menu .nav-item.active a {
    color: #ff0000;
    position: relative;
}

.nav-menu .nav-item.active a::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ff0000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.search-container {
    position: relative;
}

.search-input {
    border: 1px solid #767676 !important;
    background-color: transparent;
    border-radius: 10px;
    padding: 12px 12px 12px 43px !important;
    color: white;
    width: 300px !important;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.search-input::placeholder {
    color: white;
}

.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.globe-icon {
    color: white;
    font-size: 24px;
}

.language-selector {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.language-select {
    background: transparent;
    color: white;
    border: none;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 28px;
    /* Space for the chevron */
    cursor: pointer;
    /* Add custom chevron as background */
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 18px 18px;
}

.language-select option {
    background: #000;
    color: white;
}

.news-badge {
    position: relative;
    background-color: #8f8f8f19;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.news-badge-text-container {
    position: absolute;
    top: 0;
    right: -7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: white;
}

.btn-subscribe {
    font-family: Roboto;
    background: #ff0000;
    border: none;
    color: white;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}

.btn-subscribe:hover {
    background: #ff6666;
}

section.hero {
    position: relative;
    padding: 0 40px 40px 40px;
}

.hero-image {
    position: relative;
}

.hero-image img {
    min-height: 500px;
    object-fit: cover;
}
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: black;
    justify-content: center;
    padding: 0px;
}

.hero-image-overlay {
    position: absolute;
    top: -94px;
    width: 100%;
    height: 420px;
    background: linear-gradient(180deg, #000000 21.14%, rgba(0, 0, 0, 0) 100%);
}

.hero-content {
    right: 0;
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 2;
    top: 100px;
}

.hero-content h1 {
    font-size: 120px;
    line-height: 124px;
    letter-spacing: -1.2%;
    font-weight: 400;
    font-family: "Anton", sans-serif;
    text-align: center;
}

.hero-content p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 28px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
}

.hero-buttons {
    display: flex;
    gap: 28px;
    justify-content: center;
    flex-wrap: wrap;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -0.8%;
    text-transform: capitalize;
}

.btn-primary {
    background: white;
    color: black;
    padding: 15px 30px;
    border: none;
    border-radius: 14px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-secondary {
    background: transparent;
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.8%;
    text-transform: capitalize;
    border: none;
    color: white;
    cursor: pointer;
}

/* Social Media Sidebar */
.social-sidebar {
    position: fixed;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 1000;
}

.social-icon {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}
.social-icon:hover {
    color: white;
    text-decoration: none;
}
.social-icon i {
    font-size: 32px;
}

/* GOTG Logo Overlay */
.logo-overlay {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
}

.logo-overlay h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.logo-overlay p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

section.athletes {
    padding-left: 151px;
    margin-top: 100px;
}

.athlete-carousel {
    display: flex;
    gap: 39px;
    overflow-x: auto;
    padding: 20px 0;
}

.athlete-carousel::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

.featured-athletes .content-name-div span {
    font-family: Anton;
    font-weight: 400 !important;
    font-size: 50px !important;
    line-height: 56px !important;
    letter-spacing: -0.8% !important;
    text-transform: capitalize;
}

.athlete-card {
    flex: 0 0 auto;
    border-radius: 16px;
    transition: border 0.2s;
    cursor: pointer;
    padding: 12px;
    background: black;
    border-radius: 0 0 25px 25px;
    position: relative;
}

.athlete-card img {
    width: 416px;
    height: 213px;
    object-fit: cover;
    min-width: 416px;
}

.athlete-card-border {
    border-radius: 0 0 25px 25px;
    position: relative;
    padding: 1px;
    /* border thickness */
}

.athlete-card-border.selected {
    background: linear-gradient(180deg, #000000 0%, #ffffff 100%);
}


.featured-athletes-container {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 37px;
    width: 100%;
    justify-content: center;
}

.featured-athletes h2 {
    text-align: center;
    max-width: 100%;
    font-family: Anton;
    font-weight: 400;
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 40px;
    letter-spacing: -0.8%;
    text-transform: capitalize;
}

.featured-athletes-card {
    background-color: #151515 !important;
    border-radius: 18px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.featured-athlete-image {
    position: relative;
}

.featured-athletes-favorite {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    background-color: #151515;
    padding-left: 8px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.featured-athletes-favorite div {
    background-color: #363636;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    height: 100%;

}

.featured-athletes-favorite i {
    color: #ffffff;
    font-size: 24px;
}

.btn-featured-athletes-view-profile {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background-color: #ff00004d;
    padding: 16px;
    text-align: center;
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -0.8%;
    backdrop-filter: blur(16px);
    border-radius: 65px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
    section.athletes {
        padding-left: 20px;
        margin-top: 50px;
    }

    .athlete-carousel {
        gap: 20px;
        padding: 10px 0;
    }

    .athletes-container h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .athlete-card {
        padding: 8px;
    }

    .athlete-card img {
        width: 280px;
        height: 160px;
        min-width: 280px;
    }

    .featured-athletes {
        margin-top: 20px;
    }

    .featured-athletes-container {
        margin-top: 30px;
        gap: 20px;
        flex-direction: column;
    }

    .featured-athletes-card {
        padding: 12px;
        width: 100%;
    }

    .featured-athletes-favorite {
        width: 40px;
        height: 40px;
    }

    .featured-athletes-favorite i {
        font-size: 18px;
    }

    .btn-featured-athletes-view-profile {
        padding: 12px;
        font-size: 18px;
        line-height: 40px;
    }
}

/* Small Mobile Devices */
@media screen and (max-width: 480px) {
    section.athletes {
        padding-left: 15px;
        margin-top: 30px;
    }

    .athlete-carousel {
        gap: 15px;
    }

    .athletes-container h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .athlete-card img {
        width: 240px;
        height: 140px;
        min-width: 240px;
    }

    .btn-featured-athletes-view-profile {
        font-size: 16px;
        line-height: 36px;
    }
}


@media (max-width: 1200px) {
    .hero-content h1 {
        font-size: 90px;
        line-height: 94px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

    .search-input {
        width: 150px;
    }

    .hero-content {
        top: -40px;
    }

    .hero-content h1 {
        font-size: 50px;
        line-height: 54px;
    }

    .hero-content p {
        font-size: 20px;
    }

    .hero-buttons {
        gap: 15px;
    }

    .social-sidebar {
        right: 10px;
    }

    .logo-overlay h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .nav-right {
        gap: 10px;
    }

    .auth-buttons {
        flex-direction: column;
        gap: 5px;
    }

    .hero-content h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .hero-content p {
        font-size: 18px;
        line-height: 140%;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 280px;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

.btn-red-blur {
    width: 100%;
    text-align: center;
    padding: 12px;
    background: #ff00004d;
    backdrop-filter: blur(16px);
    font-family: Roboto;
    font-weight: 600;
    font-size: 22px;
    line-height: 56px;
    letter-spacing: -0.8%;
    text-transform: capitalize;
    border-radius: 65px;
    color: white;
    border: none;
}

/* Responsive Styles */
@media (max-width: 1400px) {
    .header {
        padding-left: 30px;
        padding-right: 30px;
    }

    .nav-left {
        gap: 30px;
    }

    .nav-menu {
        gap: 20px;
    }

    .search-input {
        width: 200px;
    }

    .hero-content h1 {
        font-size: 90px;
        line-height: 94px;
    }
}

@media (max-width: 1200px) {
    .search-container {
        display: none;
    }
}

@media (max-width: 992px) {
    .header {
        padding-top: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .nav-left {
        gap: 25px;
    }

    .nav-menu {
        gap: 15px;
    }

    .nav-menu .nav-item a {
        font-size: 14px;
    }

    .search-input {
        width: 180px;
    }

    .nav-right {
        gap: 15px;
    }

    .btn-subscribe {
        padding: 12px 20px;
        font-size: 14px;
    }

    .hero-content h1 {
        font-size: 40px;
        line-height: 44px;
    }

    .hero-content p {
        font-size: 24px;
    }

    section.hero {
        margin-top: 120px;
    }
}

@media (max-width: 850px) {
    .header {
        padding: 20px;
    }

    .nav-container {
        flex-direction: column;
        gap: 15px;
    }

    .nav-left {
        width: 100%;
        justify-content: space-between;
    }


    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.95);
        padding: 0;
        flex-direction: column;
        margin-top: 15px;
        border-radius: 10px;
        z-index: 1000;
        overflow: hidden;
        margin-bottom: 0 !important;
    }

    ul {
        margin-bottom: 0 !important;
    }


    .nav-menu.active {
        display: flex;
    }

    .nav-menu .nav-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-menu .nav-item:last-child {
        border-bottom: none;
    }

    .nav-menu .nav-item a {
        display: block;
        padding: 16px 20px;
        font-size: 16px;
        color: white;
        transition: background-color 0.3s ease;
    }

    .nav-menu .nav-item a:hover {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .nav-menu .nav-item.active a {
        color: #ff0000;
        background-color: rgba(255, 0, 0, 0.05);
    }

    .nav-menu .nav-item.active a::before {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
        font-size: 24px;
        color: white;
        cursor: pointer;
        background: none;
        border: none;
        padding: 5px;
    }

    .nav-right {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .search-container {
        display: none;
    }

    .language-selector {
        display: flex;
    }

    .news-badge {
        display: flex;
    }

    .user-profile {
        display: flex;
    }

    .btn-subscribe {
        display: flex;
        padding: 12px 20px;
        font-size: 14px;
    }
    .body-container {
        padding-top: 187px !important;
    }
}

@media (max-width: 576px) {
    .header {
        padding: 15px;
    }


    .mobile-menu-toggle {
        font-size: 20px;
    }

    .nav-menu {
        padding: 15px;
    }

    .nav-menu .nav-item a {
        font-size: 14px;
    }

    .nav-right.active {
        padding: 15px;
    }

    .news-badge {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .user-profile {
        cursor: pointer;
    }

    .user-profile img {
        width: 35px;
        height: 35px;
    }

    .athletes-container h2 {
        font-size: 24px;
    }

    .featured-athletes-card h2 {
        font-size: 20px;
    }

    .carousel-header h1 {
        font-size: 24px;
    }

    .video-card {
        min-width: 300px;
    }

    .video-thumbnail {
        border-radius: 12px;
    }

    .subscribe-content p {
        font-size: 16px;
    }

    .subscribe-form {
        flex-direction: column;
        gap: 10px;
    }

    .subscribe-form input {
        width: 100%;
    }

    .request-athlete-title h1 {
        font-size: 28px;
    }

    .request-athlete-title h4 {
        font-size: 18px;
    }

    .request-athlete-description {
        font-size: 14px;
    }

    .form-container {
        padding: 20px;
    }

    .inputs-wrapper {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
    }

    .footer-brand {
        text-align: center;
    }

    .footer-menu {
        text-align: center;
    }

    .menu-links {
        flex-direction: column;
        gap: 15px;
    }

    .footer-cta {
        text-align: center;
    }

    section.hero {
        margin-top: 30px;
        padding: 0 15px 15px 15px;
    }

    .hero-video {
        padding: 15px;
    }

    .hero-content {
        top: -30px;
    }

    .hero-content p {
        font-size: 18px;
        line-height: 140%;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* Add mobile menu styles */
.mobile-menu-toggle {
    display: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

@media (max-width: 850px) {
    .mobile-menu-toggle {
        display: block;
    }

    vd-component#header_navbar_one_1>header:nth-child(1)>div:nth-child(1)>div:nth-child(1)>nav:nth-child(2)>ul.active:nth-child(1) {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: unset;
        background: rgba(0, 0, 0, 0.95);
        padding: 20px;
        z-index: 1000;
    }

    vd-component#header_navbar_one_1>header:nth-child(1)>div:nth-child(1)>div:nth-child(1)>nav:nth-child(2)>ul:nth-child(1) .nav-item {
        padding: 10px 0;
    }
}

/* Add smooth transitions */
.nav-menu,
.hero-content,
.hero-buttons,
.social-sidebar,
.athletes-container,
.carousel-container,
.subscribe-content,
.request-athlete-container,
.footer-content {
    transition: all 0.3s ease-in-out;
}

/* Improve touch targets for mobile */
@media (max-width: 850px) {

    .nav-item a,
    .btn-subscribe,
    .social-icon,
    .carousel-navigation button,
    .menu-links a {
        padding: 12px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Add responsive images */
img {
    max-width: 100%;
    height: auto;
}

/* Improve form elements on mobile */
@media (max-width: 576px) {

    input[type="text"],
    input[type="email"],
    select,
    textarea {
        font-size: 16px;
        /* Prevents zoom on iOS */
        padding: 12px;
    }
}

/* Add responsive tables if needed */
@media (max-width: 768px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.about-us {
    margin-top: 120px;
    padding: 90px 60px 0px 60px;
    box-shadow: -2px 4px 20px 9px #2b24248c;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    background: #000000;
}

.about-us-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-us-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.about-us-content {
    position: absolute;
    bottom: 29px;
    left: 20px;
    right: 20px;
    background: #000000b2;
    padding: 34px 100px;
    backdrop-filter: blur(16.299999237060547px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 61px;
}

.about-us-content h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
}

.about-us-content p {
    margin-top: 12px;
    color: #fff;
    text-align: center;
    font-family: Sansation;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

/* Large screens */
@media screen and (min-width: 1200px) {
    .about-us-content h1 {
        font-size: 48px;
    }

    .about-us-content p {
        font-size: 24px;
    }

}



/* Tablet and smaller devices */
@media screen and (max-width: 768px) {
    .about-us {
        margin-top: 80px;
        padding: 60px 30px 0px 30px;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }

    .about-us-container img {
        border-radius: 60px;
    }

    .about-us-content {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: 20px;
        padding: 25px 40px;
        border-radius: 40px;
    }

    .about-us-content h1 {
        font-size: 42px;
    }

    .about-us-content p {
        font-size: 20px;
        line-height: 140%;
    }
}

/* Mobile devices */
@media screen and (max-width: 480px) {
    .about-us {
        margin-top: 50px;
        padding: 40px 20px 0px 20px;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

    .about-us-container img {
        border-radius: 40px;
    }

    .about-us-content {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        margin-top: 20px;
        border-radius: 30px;
    }

    .about-us-content h1 {
        font-size: 32px;
    }

    .about-us-content p {
        font-size: 16px;
        line-height: 150%;
        margin-top: 8px;
    }
}

.train-hero-container {
    margin: 0 auto;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}

.train-hero-text {
    text-align: left;
    margin-bottom: 40px;
}

.train-hero-text h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 120px;
    line-height: 140px;
    letter-spacing: -1.2%;
    text-transform: uppercase;
    color: white;
    position: relative;
}

.train-hero-text h1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(91.38deg, #ffffff00 1.17%, #000000 73.54%);
}

.video-section {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.number-overlay {
    font-family: Roboto;
    font-weight: 600;
    font-size: 280px;
    line-height: 220px;
    letter-spacing: -0.8%;
    text-transform: capitalize;
    background: linear-gradient(to bottom, #ffffff, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.player-name {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: #4242424D;
    backdrop-filter: blur(16px);
    padding: 15px 50px;
    border-radius: 50px;
    font-family: Anton;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.8%;
    text-transform: capitalize;
    z-index: 3;
}

.video-container {
    margin-top: -40px;
    position: relative;
    border-radius: 18px;
    padding: 15px 20px;
    background: #151515;
    margin: auto;
    max-width: 1200px;
    margin-top: -34px;
}

/* Tablet and smaller devices */
@media screen and (max-width: 1024px) {
    .train-hero-container {
        padding: 30px 25px;
    }

    .train-hero-text h1 {
        font-size: 90px;
        line-height: 110px;
    }

    .number-overlay {
        font-size: 220px;
        line-height: 180px;
    }

    .player-name {
        top: 80px;
        padding: 12px 40px;
        font-size: 36px;
        line-height: 42px;
    }
}

/* Mobile devices */
@media screen and (max-width: 768px) {
    .train-hero-container {
        padding: 20px 15px;
    }

    .train-hero-text {
        margin-bottom: 30px;
    }

    .train-hero-text h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .number-overlay {
        font-size: 180px;
        line-height: 140px;
    }

    .player-name {
        top: 60px;
        padding: 10px 30px;
        font-size: 28px;
        line-height: 32px;
        border-radius: 40px;
    }

    .video-container {
        margin-top: -30px;
        padding: 12px 15px;
    }
}

/* Small mobile devices */
@media screen and (max-width: 480px) {
    .train-hero-container {
        padding: 15px 10px;
    }

    .train-hero-text {
        margin-bottom: 20px;
    }

    .train-hero-text h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .number-overlay {
        font-size: 140px;
        line-height: 110px;
    }

    .player-name {
        top: 40px;
        padding: 8px 20px;
        font-size: 24px;
        line-height: 28px;
        border-radius: 30px;
    }

    .video-container {
        margin-top: -20px;
        padding: 10px;
    }
}

/* Animation for the hero text */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-text h1 {
    animation: fadeInUp 1s ease-out;
}

.video-section {
    animation: fadeInUp 1s ease-out 0.3s both;
}

.user-profile {
    position: relative;
    display: flex;
    align-items: center;
}

.profile-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
}

.profile-icon i {
    font-size: 20px;
    color: #fff;
}

.profile-image {
    width: 40px;
    height: 40px;
    padding: 5px;
    border: 1px solid #2c2c2c;
    border-radius: 50%;
    object-fit: cover;
}

.profile-name {
    color: #fff;
    font-size: 14px;
}

.profile-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 1000;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease-in-out;
}

.profile-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.profile-dropdown:before {
    content: '';
    position: absolute;
    top: -8px;
    right: 12px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.btn-primary:hover {
    background-color: red;
    border-color: red;
}

.profile-dropdown .dropdown-item,
.profile-dropdown .profile-item {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s;
}

.profile-dropdown .dropdown-item:hover,
.profile-dropdown .profile-item:hover {
    background-color: #f5f5f5;
}

.profile-dropdown .profile-item img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.add-content-btn {
    margin-right: 16px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.footer {
    padding: 0 42px 47px 42px;
}

.footer-content {
    background-color: #0c0c0c;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    padding: 80px 100px;
    align-items: start;
    border-radius: 27px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
}

.logo {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: white;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.brand-description {
    font-family: Sansation;
    font-weight: 400;
    font-size: 19px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.footer-menu {
    display: flex;
    flex-direction: column;
}

.menu-title {
    font-family: Roboto;
    font-weight: 900;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ff3333;
    margin-bottom: 20px;
}

.menu-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 40px;
}

.menu-links a {
    font-family: Roboto;
    font-weight: 400;
    font-size: 21px;
    line-height: 39px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
}

.menu-links a:hover {
    color: white;
}

.footer-cta-border {
    border-radius: 20px;
    position: relative;
    padding: 1px;
    background: linear-gradient(180deg, #000000 0%, #ffffff 100%);
}

.footer-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #1f1f1f;
    padding: 30px 25px;
    border-radius: 20px;
    gap: 20px;
}

.cta-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 19px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
}

.cta-button {
    background-color: #ff3333;
    display: flex;
    align-items: center;
    gap: 4px;
    color: white;
    border: none;
    padding: 17px 41px;
    border-radius: 27px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    cursor: pointer;
}

.cta-button:hover {
    background-color: #e62e2e;
    color: white;
    text-decoration: none;
}

.footer-bottom {
    margin-top: 30px;
    border-top: 1px solid;
    border-image-source: linear-gradient(90deg,
            #0c0c0c 0%,
            #ffffff 48.56%,
            #0c0c0c 100%);
    border-image-slice: 1;
    padding-top: 20px;
    text-align: center;
}

.copyright {
    font-family: Roboto;
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
}

/* Tablet and smaller devices */
@media screen and (max-width: 1024px) {
    .footer {
        padding: 0 30px 30px 30px;
    }

    .footer-content {
        padding: 60px 50px;
        gap: 40px;
    }

    .menu-links {
        gap: 10px 30px;
    }

    .menu-links a {
        font-size: 18px;
        line-height: 32px;
    }

    .cta-button {
        padding: 15px 35px;
    }
}

/* Mobile devices */
@media screen and (max-width: 768px) {
    .footer {
        padding: 0 20px 20px 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 30px;
        text-align: center;
    }

    .footer-brand {
        align-items: center;
    }

    .logo {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .brand-description {
        font-size: 16px;
        line-height: 130%;
    }

    .menu-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .menu-links {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .menu-links a {
        font-size: 16px;
        line-height: 28px;
    }

    .footer-cta {
        padding: 25px 20px;
    }

    .cta-text {
        font-size: 16px;
    }

    .cta-button {
        padding: 12px 30px;
        font-size: 14px;
    }

    .footer-bottom {
        margin-top: 20px;
        padding-top: 15px;
    }

    .copyright {
        font-size: 16px;
    }
}

/* Small mobile devices */
@media screen and (max-width: 480px) {
    .footer {
        padding: 0 15px 15px 15px;
    }

    .footer-content {
        padding: 30px 20px;
        gap: 30px;
    }

    .logo {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .brand-description {
        font-size: 14px;
        line-height: 120%;
    }

    .menu-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .menu-links a {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-cta {
        padding: 20px 15px;
        gap: 15px;
    }

    .cta-text {
        font-size: 14px;
    }

    .cta-button {
        padding: 10px 25px;
        font-size: 12px;
    }

    .footer-bottom {
        margin-top: 15px;
        padding-top: 12px;
    }

    .copyright {
        font-size: 14px;
    }
}


.footer {
    padding: 0 42px 47px 42px;
}

.footer-content {
    background-color: #0c0c0c;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    padding: 80px 100px;
    align-items: start;
    border-radius: 27px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
}

.logo {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: white;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.brand-description {
    font-family: Sansation;
    font-weight: 400;
    font-size: 19px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.footer-menu {
    display: flex;
    flex-direction: column;
}

.menu-title {
    font-family: Roboto;
    font-weight: 900;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ff3333;
    margin-bottom: 20px;
}

.menu-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 40px;
}

.menu-links a {
    font-family: Roboto;
    font-weight: 400;
    font-size: 21px;
    line-height: 39px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
}

.menu-links a:hover {
    color: white;
}

.footer-cta-border {
    border-radius: 20px;
    position: relative;
    padding: 1px;
    background: linear-gradient(180deg, #000000 0%, #ffffff 100%);
}

.footer-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #1f1f1f;
    padding: 30px 25px;
    border-radius: 20px;
    gap: 20px;
}

.cta-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 19px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
}

.cta-button {
    background-color: #ff3333;
    display: flex;
    align-items: center;
    gap: 4px;
    color: white;
    border: none;
    padding: 17px 41px;
    border-radius: 27px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    cursor: pointer;
}

.cta-button:hover {
    background-color: #e62e2e;
}

.footer-bottom {
    margin-top: 30px;
    border-top: 1px solid;
    border-image-source: linear-gradient(90deg,
            #0c0c0c 0%,
            #ffffff 48.56%,
            #0c0c0c 100%);
    border-image-slice: 1;
    padding-top: 20px;
    text-align: center;
}

.copyright {
    font-family: Roboto;
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
}

/* Tablet and smaller devices */
@media screen and (max-width: 1024px) {
    .footer {
        padding: 0 30px 30px 30px;
    }

    .footer-content {
        padding: 60px 50px;
        gap: 40px;
    }

    .menu-links {
        gap: 10px 30px;
    }

    .menu-links a {
        font-size: 18px;
        line-height: 32px;
    }

    .cta-button {
        padding: 15px 35px;
    }
}

/* Mobile devices */
@media screen and (max-width: 768px) {
    .footer {
        padding: 0 20px 20px 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 30px;
        text-align: center;
    }

    .footer-brand {
        align-items: center;
    }

    .logo {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .brand-description {
        font-size: 16px;
        line-height: 130%;
    }

    .menu-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .menu-links {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .menu-links a {
        font-size: 16px;
        line-height: 28px;
    }

    .footer-cta {
        padding: 25px 20px;
    }

    .cta-text {
        font-size: 16px;
    }

    .cta-button {
        padding: 12px 30px;
        font-size: 14px;
    }

    .footer-bottom {
        margin-top: 20px;
        padding-top: 15px;
    }

    .copyright {
        font-size: 16px;
    }
}

/* Small mobile devices */
@media screen and (max-width: 480px) {
    .footer {
        padding: 0 15px 15px 15px;
    }

    .footer-content {
        padding: 30px 20px;
        gap: 30px;
    }

    .logo {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .brand-description {
        font-size: 14px;
        line-height: 120%;
    }

    .menu-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .menu-links a {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-cta {
        padding: 20px 15px;
        gap: 15px;
    }

    .cta-text {
        font-size: 14px;
    }

    .cta-button {
        padding: 10px 25px;
        font-size: 12px;
    }

    .footer-bottom {
        margin-top: 15px;
        padding-top: 12px;
    }

    .copyright {
        font-size: 14px;
        visibility: visible !important;
    }
}

.footer {
    background-color: #000;
}

.copyright {
    visibility: visible !important;
}

.episode-heading {
    justify-content: center;
}

.owl-stage {
    display: flex;
    justify-content: center;
    width: 100%;
}

.product-listing {
    padding-top: 0px !important;
    width: 100%;
}

.featured-athletes-card .picture {
    border-radius: 16px;
}


.carousel-container {
    margin: 0 auto;
    margin-top: 100px;
}

.carousel-header {
    text-align: center;
    margin-bottom: 40px;
}

.carousel-header h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 50px;
    line-height: 56px;
    letter-spacing: -0.8%;
    text-transform: capitalize;

}

.carousel-wrapper {
    position: relative;
    /* overflow: hidden; */
    padding-left: 244px;
    margin-bottom: 30px;
}

.carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
}

.video-card {
    background-color: #1a1a1a;
    border-radius: 12px;
    cursor: pointer;
    padding: 12px;
    border-radius: 30px;
    padding-bottom: 56px;
    flex: 0 0 auto;
}

.video-card img {
    width: 100%;
    height: 100%;
    width: 671px;
    height: 467px;
    object-fit: cover;
}

.video-card:hover {
    transform: translateY(-5px);
}




.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.picture {
    border-radius: 16px !important;
}

.video-card:hover .play-button {
    opacity: 1;
}

.play-button::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid #333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 3px;
}

.video-info {
    margin-top: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.video-category {
    padding: 0px 56px;
    background: #0000004D;
    backdrop-filter: blur(16px);
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 56px;
    letter-spacing: -0.8%;
    text-transform: capitalize;
    border-radius: 65px;
    max-width: 100%;

}

.video-title {
    font-family: Roboto;
    font-weight: 600;
    font-size: 32px;
    line-height: 56px;
    letter-spacing: -0.8%;
    text-transform: capitalize;

}

.carousel-navigation {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.nav-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #333;
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    font-size: 18px;
}

.nav-button:hover {
    background-color: #555;
}

.nav-button:disabled {
    background-color: #222;
    color: #666;
    cursor: not-allowed;
}

/* Large screens */
@media screen and (min-width: 1200px) {
    .carousel-wrapper {
        padding-left: 244px;
    }
}

/* Tablet and smaller devices */
@media screen and (max-width: 1024px) {
    .carousel-container {
        margin-top: 80px;
    }

    .carousel-wrapper {
        padding-left: 120px;
    }

    .video-thumbnail img {
        width: 500px;
        height: auto;
        object-fit: cover;
        max-height: 500px;
    }

    .carousel-header h1 {
        font-size: 42px;
        line-height: 48px;
    }

    .video-title {
        font-size: 28px;
        line-height: 48px;
    }

    .video-category {
        font-size: 18px;
        line-height: 48px;
        padding: 0px 40px;
    }
}

/* Mobile devices */
@media screen and (max-width: 768px) {
    .carousel-container {
        margin-top: 60px;
    }

    .carousel-wrapper {
        padding-left: 20px;
    }

    .carousel-header {
        margin-bottom: 30px;
    }

    .carousel-header h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .video-thumbnail img {
        width: 320px;
        height: auto;
        object-fit: cover;
        max-height: 320px;
    }

    .video-card {
        padding-bottom: 40px;
    }

    .video-info {
        margin-top: 30px;
        gap: 10px;
    }

    .video-title {
        font-size: 18px;
        line-height: 24px;
    }

    .video-category {
        font-size: 16px;
        line-height: 36px;
        padding: 0px 30px;
    }

    .nav-button {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* Small mobile devices */
@media screen and (max-width: 480px) {
    .carousel-container {
        margin-top: 40px;
    }

    .carousel-wrapper {
        padding-left: 15px;
    }

    .carousel-header h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .video-thumbnail {
        width: 280px;
        height: 190px;
    }

    .video-card {
        padding: 8px;
        padding-bottom: 30px;
        border-radius: 20px;
    }

    .video-info {
        margin-top: 20px;
        gap: 8px;
    }

    .video-title {
        font-size: 20px;
        line-height: 30px;
    }

    .video-category {
        font-size: 14px;
        line-height: 30px;
        padding: 0px 20px;
        border-radius: 40px;
    }

    .nav-button {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}

.athletes-container {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .athletes-container {
        margin-top: 0px;
    }
}

.subscribe-container {
    position: relative;
}

.subscribe-container img {
    width: 100%;
}

.subscribe-content {
    z-index: 1;
    padding: 70px;
    text-align: left;
    width: 100%;
}

.subscribe-content h1 {
    font-family: Anton;
    font-weight: 400;
    letter-spacing: -0.8%;
    text-transform: uppercase;
}

.subscribe-content p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 27px;
    letter-spacing: -0.8%;
    margin-top: 12px;
}

.subscribe-form {
    position: relative;
    margin-top: 37px;
}

.subscribe-form input {
    background: linear-gradient(90deg, #ffffff 22.01%, #414141 104.85%);
    box-shadow: 8px 7px 50px 0px #000000ab;
    border-radius: 60px;
    padding: 30px 220px 30px 102px;
    font-family: Sansation;
    font-weight: 700;
    font-style: italic;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0%;
    width: 100%;
    border: none;
}

.subscribe-form form {
    position: relative;
    width: 70%;
}

.subscribe-form i {
    position: absolute;
    top: 16px;
    left: 19px;
    color: black;
    font-size: 32px;
}

.btn-subscribe1 {
    position: absolute;
    top: 4px;
    right: 10px;
    background-color: #ff0000;
    border-radius: 60px;
    padding: 20px 40px;
    font-family: Sansation;
    font-weight: 700;
    font-style: italic;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0%;
    color: white;
    cursor: pointer;
    border: none;
}

.btn-subscribe-white {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white;
    border-radius: 60px;
    padding: 20px 40px;
    font-family: Sansation;
    font-weight: 700;
    font-style: italic;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0%;
    color: #313232;
    border: none;
    cursor: pointer;
}

/* Tablet and smaller devices */
@media screen and (max-width: 1024px) {
    .subscribe-content {
        left: 15%;
    }

    .subscribe-content p {
        font-size: 22px;
        line-height: 30px;
    }

    .subscribe-form input {
        padding: 25px 180px 25px 80px;
        font-size: 20px;
    }

    .subscribe-form i {
        font-size: 28px;
    }

    .btn-subscribe1,
    .btn-subscribe-white {
        padding: 15px 30px;
        font-size: 20px;
    }
}

/* Mobile devices */
@media screen and (max-width: 768px) {
    .subscribe-content {
        padding: 30px;
        width: 90%;
    }



    .subscribe-content p {
        font-size: 18px;
        line-height: 26px;
    }

    .subscribe-content h1 {
        font-size: 2rem;
    }

    .subscribe-form {
        width: 100%;
        margin-top: 30px;
    }

    .subscribe-form form {
        width: 100%;
    }

    .subscribe-form input {
        padding: 20px 140px 20px 60px;
        font-size: 18px;
        line-height: 30px;
    }

    .subscribe-form i {
        font-size: 24px;
    }

    .btn-subscribe1,
    .btn-subscribe-white {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Small mobile devices */
@media screen and (max-width: 480px) {

    .subscribe-content {
        left: 2%;
        width: 95%;
    }


    .subscribe-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .subscribe-form {
        margin-top: 25px;
    }

    .subscribe-form input {
        padding: 15px 100px 15px 45px;
        font-size: 16px;
        line-height: 26px;
        border-radius: 40px;
    }

    .subscribe-form i {
        font-size: 20px;
    }

    .btn-subscribe1,
    .btn-subscribe-white {
        font-size: 16px;
        line-height: 26px;
        border-radius: 40px;
    }
}


.request-athlete-container {
    padding: 100px 96px 150px 96px;
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.request-athlete-container h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 90px;
    line-height: 120px;
    letter-spacing: -0.8%;
    text-transform: uppercase;
}

.request-athlete-container h4 {
    font-family: Roboto;
    font-weight: 800;
    font-size: 35px;
    line-height: 41px;
    letter-spacing: -0.8%;
    text-transform: uppercase;
}

.request-athlete-description {
    width: 50%;
    margin-top: 25px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    letter-spacing: -0.8%;
}

form {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

form .inputs-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

form .control-group {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
    width: 100%;
}

form .control-group label {
    font-family: Roboto;
    font-weight: 700;
    font-size: 31px;
    line-height: 41px;
    letter-spacing: -0.8%;
    text-align: right;
}

form .control-group input {
    width: 90%;
    padding: 23px 28px;
    background: #1c1c1c;
    border-radius: 27px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    line-height: 41px;
    letter-spacing: -0.8%;
    text-align: left;
    color: #fff;
    border: none;
}

form .control-group input::placeholder {
    color: #535353;
}

.btn-submit {
    background: #fff;
    border-radius: 27px;
    color: #000;
    padding: 9px 65px;
    font-family: Roboto;
    font-weight: 800;
    font-size: 18px;
    line-height: 41px;
    letter-spacing: -0.8%;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
}

/* Tablet and smaller devices */
@media screen and (max-width: 1024px) {
    .request-athlete-container {
        padding: 80px 60px 120px 60px;
        gap: 70px;
    }

    .request-athlete-container h1 {
        font-size: 90px;
        line-height: 120px;
    }

    .request-athlete-container h4 {
        font-size: 28px;
        line-height: 34px;
    }

    .request-athlete-description {
        width: 70%;
        font-size: 24px;
        line-height: 34px;
    }

    form .control-group label {
        font-size: 26px;
        line-height: 34px;
    }

    form .control-group input {
        padding: 20px 24px;
        font-size: 16px;
        line-height: 34px;
    }
}

/* Mobile devices */
@media screen and (max-width: 768px) {
    .request-athlete-container {
        padding: 60px 30px 90px 30px;
        gap: 50px;
    }

    .request-athlete-container h1 {
        font-size: 48px;
        line-height: 64px;
        text-align: center;
    }

    .request-athlete-container h4 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }

    .request-athlete-description {
        width: 100%;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }

    form .inputs-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    form .control-group {
        width: 100%;
    }

    form .control-group label {
        font-size: 22px;
        line-height: 30px;
        text-align: left;
    }

    form .control-group input {
        width: 100%;
        padding: 18px 20px;
        font-size: 16px;
        line-height: 30px;
    }

    .btn-submit {
        width: 100%;
        padding: 15px 0;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }
}

/* Small mobile devices */
@media screen and (max-width: 480px) {
    .request-athlete-container {
        padding: 40px 20px 60px 20px;
        gap: 40px;
    }

    .request-athlete-container h1 {
        font-size: 36px;
        line-height: 48px;
        text-align: center;
    }

    .request-athlete-container h4 {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    .request-athlete-description {
        font-size: 18px;
        line-height: 26px;
        margin-top: 15px;
        text-align: center;
    }

    form {
        gap: 40px;
    }

    form .control-group label {
        font-size: 20px;
        line-height: 26px;
    }

    form .control-group input {
        padding: 15px 18px;
        font-size: 14px;
        line-height: 26px;
        border-radius: 20px;
    }

    .btn-submit {
        padding: 12px 0;
        font-size: 14px;
        line-height: 26px;
        border-radius: 20px;
    }
}


.train-video-carousel-container {
    margin: 0 auto;
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .train-video-carousel-container {
        margin-top: 0px;
    }

    .banner-content .item img {
        min-height: 250px;
        object-fit: cover;
    }
}

.train-video-carousel-header {
    text-align: center;
    margin-bottom: 40px;
}

.train-video-carousel-header h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 50px;
    line-height: 56px;
    letter-spacing: -0.8%;
    text-transform: capitalize;
}

.train-video-carousel-wrapper {
    position: relative;
    overflow: hidden;
    padding-left: 63px;
    margin-bottom: 30px;
    width: 100%;
}

.train-video-carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    overflow-x: auto;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.train-video-carousel-track::-webkit-scrollbar {
    display: none;
}

.train-video-card {
    position: relative;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    background: #151515;
    border-radius: 18px;
}

.train-video-card .train-video-thumbnail img {
    width: 529px;
    height: 298px;
    object-fit: cover;
    min-width: 529px;

}

.train-video-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.train-video-title a {
    font-family: Roboto;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.8%;
    text-transform: capitalize;
    color: white;
}

.train-video-title p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -0.8%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #6f6f6f;
}

.btn-unlock-skill {
    border-radius: 13px;
    background: #ff0000;
    color: white;
    padding: 32px 26px;
    font-weight: 500;
    font-family: Roboto;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
}

.btn-unlock-skill img {
    width: 22px !important;
    height: 22px;
}

.train-video-carousel-container .owl-stage {
    justify-content: flex-start;

}

.default-featureslist-one .owl-carousel .owl-stage-outer {
    display: flex;
    justify-content: center;
}

.default-featureslist-two .owl-carousel {
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 30px;
}

.owl-carousel .owl-nav button.owl-prev span {
    margin-right: 18px;
}

.featured-athletes h3 {
    font-size: 38px;
    font-family: Anton;
}

@media screen and (max-width: 768px) {
    .featured-athletes h3 {
        font-size: 30px;
        font-family: Anton;
    }
}

.default-featureslist-three .owl-carousel .owl-item img {
    min-height: 500px;
    object-fit: cover;
}



.btn-featured-athletes-view-profile:hover {
    background-color: #ff0000a0;
    color: white;
}

.default-featureslist-three .owl-carousel {
    max-width: 1200px;
    margin: 0 auto;
}

.default-featureslist-two .owl-carousel .owl-item img {
    min-height: 400px;
    object-fit: cover;
}

.newvideo-contentname {
    font-size: 20px;
    font-family: 'Roboto';
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    display: block;
    color: white;
}

.newvideo-contentname:hover {
    color: white;
}

.default-featureslist-three .owl-carousel .owl-stage {
    margin: 0 auto;
}

.child-list-one .owl-carousel {
    max-width: 95vw;
}

.train-video-title h2 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 18px;
}

.train-video-title p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 13px;
    color: #6f6f6f;
}

.content-title-one {
    width: 100%;
}

.btn-unlock-skill:hover {
    background-color: white;
    color: red;
    text-decoration: none;
}

.unlock-description-section {
    padding: 20px 80px;
    margin-bottom: 100px;
    margin-top: 50px;
}

.unlock-description-container {
    background: linear-gradient(90deg, #151515 0%, #000000 100%);
    border-radius: 18px;
    padding: 32px 60px 40px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.unlock-description-container p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.8%;
    text-align: center;
}

.unlock-description-button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.unlock-description-button-wrapper p {
    font-family: Anton;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.8%;
    text-transform: capitalize;
}

.btn-unlock-submit {
    padding: 0px 28px;
    border-radius: 65px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: -0.8%;
    text-transform: capitalize;
    background: #FF0000;
    color: white;
    border: none;
    cursor: pointer;
}

.btn-unlock-submit:hover {
    color: red;
    background-color: white;
    text-decoration: none;
}

/* Tablet and smaller devices */
@media screen and (max-width: 1024px) {
    .unlock-description-section {
        padding: 20px 50px;
    }

    .unlock-description-container {
        padding: 28px 40px 35px 40px;
        gap: 40px;
    }

    .unlock-description-container p {
        font-size: 20px;
        line-height: 30px;
    }

    .unlock-description-button-wrapper p {
        font-size: 32px;
        line-height: 42px;
    }

    .btn-unlock-submit {
        font-size: 18px;
        line-height: 42px;
    }
}

/* Mobile devices */
@media screen and (max-width: 768px) {
    .unlock-description-section {
        padding: 15px 30px;
    }

    .unlock-description-container {
        padding: 24px 30px 30px 30px;
        gap: 30px;
    }

    .unlock-description-container p {
        font-size: 18px;
        line-height: 28px;
    }

    .unlock-description-button-wrapper {
        gap: 12px;
    }

    .unlock-description-button-wrapper p {
        font-size: 28px;
        line-height: 36px;
    }

    .btn-unlock-submit {
        padding: 0px 24px;
        font-size: 16px;
        line-height: 36px;
        border-radius: 50px;
    }
}

/* Small mobile devices */
@media screen and (max-width: 480px) {
    .unlock-description-section {
        padding: 10px 20px;
    }

    .unlock-description-container {
        padding: 20px 20px 25px 20px;
        gap: 25px;
        border-radius: 15px;
    }

    .unlock-description-container p {
        font-size: 16px;
        line-height: 24px;
    }

    .unlock-description-button-wrapper {
        gap: 10px;
    }

    .unlock-description-button-wrapper p {
        font-size: 24px;
        line-height: 32px;
    }

    .btn-unlock-submit {
        padding: 0px 20px;
        font-size: 14px;
        line-height: 32px;
        border-radius: 40px;
    }
}

.content-banner-one .banner-section .banner-data .button .watch-now a {
    background: #F02C48;
    border: #F02C48;
    border-radius: 30px;
    padding: 0 30px;
}

.content-banner-one .banner-section .banner-data .button .watch-now a:hover {
    background-color: white;
    color: #F02C48;
}

.content-banner-one .banner-section .banner-data h1 {
    font-family: 'Anton';
    font-weight: 400;
}

.content-banner-one .banner-section .banner-data p {
    font-family: 'Roboto';
    font-weight: 400;
}

.content-banner-one .banner-section .banner-data .button .watch-trailer a {
    border: 3px solid #F02C48;
    color: #F02C48;
    border-radius: 30px;
    padding: 0 30px;
}

.content-banner-one .banner-section .banner-data .button .watch-trailer a:hover {
    border: 3px solid white;
    color: white;
}

.about-us-hero-description {
    background: linear-gradient(90deg, #151515 0%, #0b0b0b 46.63%, #000000 100%);
    border-radius: 18px;

    padding: 51px 120px;
    text-align: center;
    font-family: Roboto;
    font-weight: 400;
    font-size: 31px;
    line-height: 40px;
    letter-spacing: -1.2%;
    text-align: center;
}

.about-us-hero-description span {
    font-weight: 900;
    font-size: 31px;
    line-height: 40px;
    letter-spacing: -1.2%;
    text-align: center;
}

.about-us-hero {
    margin-top: 100px;
}

.about-us-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.main-title {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 80px;
    letter-spacing: 2px;
    position: relative;
}

.main-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 40%;
    right: 0;
    bottom: 0;
    background: linear-gradient(91.38deg, #ffffff00 1.17%, #000000 73.54%);
}

.benefits-flow {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 32px;
    padding: 0 80px;
}

.benefit-card {
    flex: 1;
    position: relative;
}

.benefit-card-border {
    padding: 2px;
    background: linear-gradient(180deg, #000000 0%, #FFFFFF 100%);
    border-radius: 20px;
}

.benefit-card-content {
    background: linear-gradient(180deg, #333333 0%, #000000 100%);
    border-radius: 20px;
    padding: 30px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.benefit-card h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
}

.benefit-card p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #ccc;
}

.benefit-card:nth-child(2) {
    margin-top: 100px;
}

.benefit-card:nth-child(3) {
    margin-top: 200px;
}

.benefit-card:nth-child(4) {
    margin-top: 300px;
}

.benefit-card-arrow {
    position: absolute;
    right: 0;
    top: 42%;
}

.benefit-card-arrow2 {
    position: absolute;
    right: 0;
    top: 52%;
}

.benefit-card-arrow3 {
    position: absolute;
    right: 0;
    top: 71%;
}


.about-us-description-section {
    margin-top: 100px;
    padding: 0 80px;

}

.about-us-description-section-content {
    background: linear-gradient(90deg, #151515 0%, #0B0B0B 46.63%, #000000 100%);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    padding: 83px 120px;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 180px;
}

.about-us-description-section-content p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 31px;
    line-height: 40px;
    letter-spacing: -1.2%;
    text-align: center;


}

.about-us-description-section-content h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 91px;
    line-height: 90px;
    letter-spacing: -1.2%;
    text-align: center;
    text-transform: uppercase;

}

.about-us-description-section-description {
    margin-top: 100px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 31px;
    line-height: 40px;
    letter-spacing: -1.2%;
    text-align: center;
    padding: 0 200px;

}

.faq-section {
    margin-top: 180px;
    padding: 0px 82px;
}

.faq-section-container {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.faq-section-title {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.faq-section-title h1 {
    padding-left: 30px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 56px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;

}

.faq-section-description {
    padding-left: 30px;
    width: 90%;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 142%;
    letter-spacing: -1%;

}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-divider {
    width: 100%;
    height: 1px;
    background: #EDEDED;
}

.faq-item {
    padding: 34px 37px;
    background: white;
    border-radius: 25px;
}

.faq-question {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0px;
    color: black;
    display: flex;
    gap: 80px;

}

.faq-question:hover {
    cursor: pointer;
}

.faq-answer {
    margin-top: 20px;
    padding-left: 90px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 151%;
    letter-spacing: 0.1px;
    vertical-align: middle;
    color: #000000ab;
    width: 95%;
}

.faq-item .faq-answer {
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

/* Tablet and smaller devices */
@media screen and (max-width: 1024px) {
    .about-us-hero-description {
        padding: 40px 80px;
        font-size: 26px;
        line-height: 36px;
    }

    .about-us-hero-description span {
        font-size: 26px;
        line-height: 36px;
    }

    .about-us-hero {
        margin-top: 80px;
    }

    .main-title {
        font-size: 2.5rem;
        margin-bottom: 60px;
    }

    .benefits-flow {
        padding: 0 50px;
        gap: 25px;
    }

    .benefit-card-content {
        padding: 25px;
        min-height: 140px;
    }

    .benefit-card h3 {
        font-size: 1.2rem;
    }

    .benefit-card p {
        font-size: 0.9rem;
    }

    .about-us-description-section {
        margin-top: 80px;
        padding: 0 50px;
    }

    .about-us-description-section-content {
        padding: 60px 80px;
        gap: 120px;
    }

    .about-us-description-section-content p {
        font-size: 26px;
        line-height: 36px;
    }

    .about-us-description-section-content h1 {
        font-size: 72px;
        line-height: 80px;
    }

    .about-us-description-section-description {
        margin-top: 80px;
        font-size: 26px;
        line-height: 36px;
        padding: 0 150px;
    }

    .faq-section {
        margin-top: 120px;
        padding: 0 50px;
    }

    .faq-section-container {
        gap: 80px;
    }

    .faq-section-title h1 {
        font-size: 48px;
    }

    .faq-section-description {
        font-size: 18px;
    }

    .faq-item {
        padding: 28px 30px;
    }

    .faq-question {
        font-size: 18px;
        gap: 60px;
    }

    .faq-answer {
        padding-left: 70px;
        font-size: 18px;
    }
}

/* Mobile devices */
@media screen and (max-width: 768px) {
    .about-us-hero-description {
        padding: 30px 40px;
        font-size: 22px;
        line-height: 32px;
    }

    .about-us-hero-description span {
        font-size: 22px;
        line-height: 32px;
    }

    .about-us-hero {
        margin-top: 60px;
    }

    .main-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .benefits-flow {
        padding: 0 30px;
        gap: 20px;
        flex-direction: column;
    }

    .benefit-card {
        margin-top: 0 !important;
    }

    .benefit-card-content {
        padding: 20px;
        min-height: 120px;
    }

    .benefit-card h3 {
        font-size: 1.1rem;
    }

    .benefit-card p {
        font-size: 0.85rem;
    }

    .benefit-card-arrow,
    .benefit-card-arrow2,
    .benefit-card-arrow3 {
        display: none;
    }

    .about-us-description-section {
        margin-top: 60px;
        padding: 0 30px;
    }

    .about-us-description-section-content {
        padding: 40px 30px;
        gap: 80px;
    }

    .about-us-description-section-content p {
        font-size: 22px;
        line-height: 32px;
    }

    .about-us-description-section-content h1 {
        font-size: 56px;
        line-height: 64px;
    }

    .about-us-description-section-description {
        margin-top: 60px;
        font-size: 22px;
        line-height: 32px;
        padding: 0 40px;
    }

    .faq-section {
        margin-top: 80px;
        padding: 0 30px;
    }

    .faq-section-container {
        gap: 60px;
    }

    .faq-section-title h1 {
        font-size: 36px;
        padding-left: 20px;
    }

    .faq-section-description {
        font-size: 16px;
        padding-left: 20px;
    }

    .faq-item {
        padding: 24px 25px;
    }

    .faq-question {
        font-size: 16px;
        gap: 40px;
    }

    .faq-answer {
        padding-left: 50px;
        font-size: 16px;
    }
}

/* Small mobile devices */
@media screen and (max-width: 480px) {
    .about-us-hero-description {
        padding: 20px 25px;
        font-size: 18px;
        line-height: 28px;
    }

    .about-us-hero-description span {
        font-size: 18px;
        line-height: 28px;
    }

    .about-us-hero {
        margin-top: 40px;
    }

    .main-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .benefits-flow {
        padding: 0 20px;
        gap: 15px;
    }

    .benefit-card-content {
        padding: 15px;
        min-height: 100px;
    }

    .benefit-card h3 {
        font-size: 1rem;
    }

    .benefit-card p {
        font-size: 0.8rem;
    }

    .about-us-description-section {
        margin-top: 40px;
        padding: 0 20px;
    }

    .about-us-description-section-content {
        padding: 30px 20px;
        gap: 60px;
    }

    .about-us-description-section-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .about-us-description-section-content h1 {
        font-size: 42px;
        line-height: 48px;
    }

    .about-us-description-section-description {
        margin-top: 40px;
        font-size: 18px;
        line-height: 28px;
        padding: 0 20px;
    }

    .faq-section {
        margin-top: 60px;
        padding: 0 20px;
    }

    .faq-section-container {
        gap: 40px;
    }

    .faq-section-title h1 {
        font-size: 32px;
        padding-left: 15px;
    }

    .faq-section-description {
        font-size: 14px;
        padding-left: 15px;
    }

    .faq-item {
        padding: 20px;
    }

    .faq-question {
        font-size: 14px;
        gap: 30px;
    }

    .faq-answer {
        padding-left: 40px;
        font-size: 14px;
    }
}

.sign-form-layout.bg-login-dark {
    background: #0C0C0C;
    border-radius: 40px;
}

.sign-form-layout.bg-login-dark h2 {
    font-family: 'Anton';
    font-size: 40px;
    text-transform: uppercase;
}

.sign-form-layout.bg-login-dark form {
    display: block;
    font-family: 'Sansation';
}

.sign-form-layout.bg-login-dark form .form-control {
    background: white;
    border-radius: 30px;
    color: #000;
}

.sign-form-layout.bg-login-dark p a {
    color: red;
}

.sign-form-layout.bg-login-dark .primary-button {
    background-color: red;
}

.sign-form-layout.bg-login-dark .primary-button:hover {
    color: red;
    background-color: white;
}

.new-all-plans-page {
    font-family: 'Roboto';
    letter-spacing: 0.7px;
}

.paperview-tabs .percontent .heading .label-text {
    display: none;
}

.paperview-tabs .picture {
    display: none;
}

.paperview-tabs .percontent {
    border: 1px solid #4d4d4d;
    border-radius: 30px;
    width: 100%;
    padding: 20px 40px;
}

.post-checkout-popup .nav-tabs .nav-link.active {
    border-bottom: 4px solid red;
}

.new-all-plans-page .final-amount-area .newpromo-code-area .input-btn-grp .apply-promocode {
    background-color: red;
    border-radius: 20px;
    margin-left: 10px;
}

.new-all-plans-page .final-amount-area .newpromo-code-area {
    border: 1px solid #4c4c4c;
    border-radius: 30px;
}

.new-all-plans-page .final-amount-area .newpromo-code-area .input-btn-grp .form-control.input-promocode {
    border-radius: 20px;
}

.radio-1 input[type='radio']:checked~label::after {
    background: red;
    border-radius: 50%;
}

.season-heading {
    display: none;
}

.primary-button {
    border-radius: 30px;
    background-color: red;
    padding: 10px 30px;
}

.primary-button:hover {
    background-color: white;
    color: red;
    border: 1px solid red;
    cursor: pointer;
}

.cancel-button {
    border-radius: 30px;
    padding: 10px 30px;
}

.cancel-button:hover {
    color: red;
}

.banner-content .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(59deg, rgba(0, 0, 0, 1) 5%, rgba(87, 199, 133, 0) 56%, rgba(237, 221, 83, 0) 100%);
    pointer-events: none;
}

.banner-content .item {
    height: unset !important;
}

.banner-content .item img {
    mask-image: linear-gradient(to bottom, black 0%, black 57%, transparent 99%);
}

.profile-dropdown {
    color: #414141;
}

.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-section {
    background: transparent;
    padding: 0;
    border-radius: 12px;
    max-width: 800px;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.subscribe-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.subscribe-container img {
    width: 100%;
    position: absolute;
}


.subscribe-content h1 {
    font-weight: 800;
    margin-bottom: 15px;
}

.subscribe-content p {
    font-size: 16px;
    margin-bottom: 25px;
}

.subscribe-form {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}



.subscribe-form input[type="email"] {
    padding: 12px 55px;
    font-size: 16px;
    border: 1px solid #ccc;
    min-width: 250px;
}

.subscribe-form .btn-subscribe1 {
    padding: 8px 20px;
    font-size: 16px;
    background-color: red;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.subscribe-form .btn-subscribe1:hover {
    background-color: #cc0000;
}

.close-btn {
    position: absolute;
    top: 60px;
    right: 30px;
    font-size: 20px;
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    z-index: 2;
}

.default-featureslist-five .athletes-container {
    background: #151515;
    width: 100%;
    max-width: 800px;
    border-radius: 50px;
    padding: 30px;
    margin-top: 80px;
    font-family: 'Roboto';
}

.default-featureslist-five .athletes-container .featured-athletes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.default-featureslist-five .athletes-container .featured-athletes .athlete {
    width: 45%;
    border: none;
    background: none;
}
@media (max-width: 850px) {
    .default-featureslist-five .athletes-container .featured-athletes .athlete {
        width: 100%;
    }
}
.default-featureslist-five .athletes-container .featured-athletes .athlete h3 {
    position: absolute;
    background: #4242424D;
    backdrop-filter: blur(16px);
    border-radius: 20px;
    bottom: 10px;
    font-size: 25px;
    padding: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.default-featureslist-five .buy-now {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.default-featureslist-five .buy-now div {
    text-align: center;
}

.default-featureslist-five .buy-now div h4 {
    font-family: 'Roboto';
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0px;
}

.default-featureslist-five .buy-now .buy-now-btn {
    background: red;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    width: 150px;
    height: 50px;
    font-size: 22px;
}

.default-featureslist-five .buy-now .buy-now-btn:hover {
    border: 1px solid red;
    background: white;
    color: red;
    cursor: pointer;
}

.default-featureslist-five p span.color-red {
    color: red;
}

.default-featureslist-five .athletes-container .featured-athletes .athlete img {
    min-height: 250px;
    object-fit: cover;
}

.default-featureslist-five .athletes-container .bundle-off {
    background: #202020;
    color: #858585;
    text-align: center;
    padding: 13px;
    margin-top: 20px;
    border-radius: 20px;
}

.default-featureslist-five .athletes-container .bundle-off h5 {
    font-size: 25px;
    margin-bottom: 0px;
}

.train-hero-text h2 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 36px;
}

.train-hero-text h3 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 25px;
}

.page-bg-profile .dashboard-section {
    padding: 30px;
}

.page-bg-profile .dashboard-section .container-fluid {
    background: #151515;
    border-radius: 30px;
}

.page-bg-profile .dashboard-section .my-profile-process {
    background-color: #151515;

}

.page-bg-profile .dashboard-section .my-library-one .my-profile-process {
    display: flex;
    flex-wrap: wrap;
}

.page-bg-profile .dashboard-section .container-fluid .row {
    width: 95%;
    margin: 0 auto;
    padding-top: 100px;
}

.page-bg-profile .dashboard-leftnav ul li a.active {
    color: red !important;
}

.sidebar-profile {
    display: flex;
    font-family: Roboto;
}

.sidebar-profile-image {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.sidebar-profile-image img {
    object-fit: cover;
    border-radius: 50%;
}

.sidebar-profile-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.sidebar-profile-detail p {
    font-size: 18px;
    margin-bottom: 4px;
}

.sidebar-profile-detail .location-info .flag-icon {
    margin-right: 10px;
}

.dashboard-leftnav ul li a.active::after {
    background: red;
    height: 6px;
    border-radius: 50%;
    top: 7px;
}

.page-bg-profile .dashboard-section .container-fluid .my-profile-process .row {
    padding-top: 0px;
}

.dashboard-leftnav ul li {
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid white;
}

.page-bg-profile .dashboard-leftnav ul li a {
    font-weight: 400;
    font-size: 18px;
}

.page-bg-profile .dashboard-section .container-fluid .row .col-xs-12.col-sm-12.col-md-3.col-lg-3.col-xl-3:first-child {
    padding: 0px 30px;
    border-right: 1px solid white;
    margin-bottom: 70px;
}

.dashboard-account-header {
    margin-top: 30px;
    padding-left: 30px;
}

.dashboard-account-header .account-icon {
    margin-right: 9px;
}

.dashboard-account-header .account-label {
    font-size: 18px;
}

.pro-cover-photo-div {
    height: unset;
    position: unset;
}

.pro-photo-div {
    position: unset;
}

.dashboard-leftnav ul li a:hover {
    color: red !important;
}

.dashboard-leftnav ul li a:hover::after {
    display: none;
}

.btn-groups:hover span svg path[stroke] {
    stroke: red;
}

.dashboard-heading {
    font-weight: 700;
    font-size: 25px;
}

.my-profile-process .form-control {
    background: none;
    border: 2px solid #3c3c3c;
    font-weight: 400;
    padding: 20px;
    font-size: 15px;
}

button.update-btn {
    background: red;
    color: white;
    border-radius: 20px;
}

.policy-page {
    padding: 60px 20px;
    color: #fff;
    font-family: 'Roboto';
    line-height: 1.7;
}

.policy-page .container {
    max-width: 1400px;
    margin: 0 auto;
}

.policy-page h1 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #f00;
}

.policy-page h2 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: white;
}

.policy-page .effective-date {
    font-style: italic;
    margin-bottom: 20px;
    color: #ccc;
}

.policy-page ul {
    list-style: disc;
    padding-left: 20px;
}

.policy-page hr {
    margin: 50px 0;
    border: none;
    border-top: 1px solid #444;
}

.login-hero {
    width: 95%;
    margin: 0 auto;
}

.login-hero h1 {
    font-family: 'Anton';
    text-align: center;
    font-weight: 600;
    font-size: 8vw;
    line-height: 220px;
    letter-spacing: -0.8%;
    text-transform: capitalize;
    background: linear-gradient(to bottom, #ffffff, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-hero img {
    margin-top: -100px;
}

.episode-heading .sub-heading {
    text-align: center;
    max-width: 100%;
    font-family: Anton;
    font-weight: 400;
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .episode-heading .sub-heading {
        font-size: 30px;
        margin-top: 20px;
    }
}

#mc_embed_signup_scroll .clear {
    margin-top: 50px;
}

.purchased-content {
    width: 30%;
    margin-right: 20px;
}

.purchased-image img {
    min-height: 150px;
    object-fit: cover;
    border-radius: 30px;
    border: 1px solid;
}

.purchased-title {
    text-align: center;
    padding-top: 15px;
}

.purchased-title a {
    color: white;
    font-family: "Roboto";
}

.page-bg-profile .dashboard-section .container-fluid .dashboard-tiles .row {
    width: 100%;
    padding-top: 0px;
}

.dashboard-left-section {
    border-right: 1px solid white;
    padding-right: 40px;
}

.dashboard-right-section {
    width: 65%;
}

@media screen and (max-width: 1040px) {
    .dashboard-left-section {
        border: none;
        width: 100%;
        padding: 40px;
    }

    .dashboard-right-section {
        width: 100%;
    }

    .page-bg-profile .dashboard-section .container-fluid .row {
        padding-top: 30px;
    }
}

.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 11;
}

.close-video {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.close-video:hover {
    background: white;
    transform: scale(1.1);
}

/* Fade animations */
.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.athlete-playbtn {
    background: rgba(255, 255, 255, 0.5);
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.inner-circle {
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.athlete-playbtn span {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 16px solid #000;
    border-bottom: 10px solid transparent;
    text-indent: -9999px;
    margin-left: 3px;
    transition: all 0.3s ease;
}

/* Hover Effects */
.athlete-playbtn:hover {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.athlete-playbtn:hover .inner-circle {
    background: #f8f8f8;
}

.athlete-playbtn:hover span {
    border-left-color: #333;
}

.video-placeholder img {
    min-height: 550px;
    object-fit: cover;
}

.child-content-section {
    width: 98%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .video-placeholder img {
        min-height: 350px;
    }

    .child-content-section {
        margin-top: 20px;
    }
}
.season-content h1 {
    font-family: 'Anton';
    text-align: center;
}
.watch-trailer button {
    border: 2px solid #F02C48;
    padding: 8px 27px;
    border-radius: 25px;
    color: #F02C48;
    background: transparent;
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 19px;
}
.watch-trailer button:hover {
    color: white;
    border-color: white;
    cursor: pointer;;
}
.hero-buttons .home-trailer {
    background-color: red;
    color: white;
    padding: 12px 24px;
    border: 1px solid red;
    border-radius: 30px;
}
.hero-buttons .home-trailer i {
    margin-right: 5px;
}
.hero-buttons .home-trailer:hover {
    background-color: white;
    color: red;
    cursor: pointer;
}
.hero-buttons .home-scrolldown {
    background-color: black;
    color: white;
    border: 1px solid white;
    padding: 9px 30px;
    border-radius: 30px;
}
.hero-buttons .home-scrolldown:hover {
    background-color: white;
    color: black;
    cursor: pointer;
}
.page-bg-sign-up .header {
    position: relative;
    display: none;
}
.page-bg-sign-in .header {
    position: relative;
    display: none;
}
.page-bg-content .hero-video {
    padding: 0px 80px;
}
.page-bg-home .hero-video video {
    width: 80%;
    height: 75%;
}
@media screen and (max-width: 768px) {
    .page-bg-home .hero-video video {
        width: 100%;
        height: 100%;
    }
}
.train-video-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.train-video-container .train-video-card {
    width: 30%;
}
@media screen and (max-width: 1200px) {
    .train-video-container .train-video-card  {
        width: 45%;
    }
}
@media screen and (max-width: 850px) {
    .train-video-container .train-video-card  {
        width: 100%;
    }
}
.view-all-athlete-container {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}
.view-all-athlete-btn {
    font-family: Roboto;
    background: #ff0000;
    border: none;
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    max-width: 330px;
    font-weight: 600;
}
.view-all-athlete-btn:hover {
    background: white;
    color: red;
    text-decoration: none;
}
.promo-banner {
    display: flex;
    padding-top: 50px;
    flex-wrap: wrap;
}
.promo-banner img {
    width: 35%;
    border-radius: 20px;
}
.promo-banner-text {
    width: 65%;
    padding: 30px;
}
.promo-banner-title {
    font-family: 'Anton';
    font-size: 40px;
    text-decoration: underline;
}
.promo-banner-subtitle {
    font-family: 'Anton';
    font-size: 40px;
}
.promo-banner-button {
    display: block;
    padding: 20px;
    border: 1px solid red;
    color: white;
    background: red;
    border-radius: 30px;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}
.promo-banner-button:hover {
    background: white;
    color: red;
}
@media (max-width: 850px) {

    .promo-banner img {
        width: 100%;
    }
    .promo-banner-text {
        width: 100%;
    }
}
.menu-signup {
    white-space: nowrap;
    color: white;
    margin-right: 20px;
}
.menu-signup:hover {
    color:#8b2d2d;
}
.phoenix-nav-dropdown .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.7) !important;
}
.dropdown-menu.vd_submenu_div.more-div.show {
    overflow-x: hidden;
    max-height: 170px;
    width: 100%;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}
.more-div.show > li.nav-item > .nav-link {
    width: calc(100% - 10px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dropdown.show > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
.tag-wrapper {
    border-radius: 15px;
    overflow: hidden
}
.more-div.show > li.nav-item > .nav-link {
  padding: 0.5rem 1rem !important;
}
.nav-menu .nav-item a {
  line-height: unset !important;
}
.vd_submenu_div{
 transform: none !important;
  top: unset !important;
}
