:root {
    --primary-color: #FF02B5;
    --hover-color: #212121;
}



@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



.brandon-light {
    font-family: "Inter", sans-serif;
}

h1 {
    font-family: "Inter", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    color: #fff !important;
}

.container {
    /* max-width: 1024px; */
}

.btn {
    border-radius: 0;
    background-color: var(--primary-color);
    color: #fff;
    transition: all .5s;
    font-weight: bold;
    border: 1px solid var(--primary-color);
    padding: 7px 21px;
}

.btn:hover {
    background-color: var(--hover-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}
.home-section {
    position: relative;
    /* background-image: url('../img/banner-01.png'); */
    background: linear-gradient(to bottom, #252233, #252136);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
}

.navbar {
    background-color: #00A1F966;
    border: 1px solid #ccc;
    width: 75%;
    margin: 0px auto;
    border-radius: 14px;
    height: auto;
    z-index: 2;
    box-shadow: inset 0px 3px 11px rgb(0 161 249);
}
.navbar-brand img {
    height: 65px;
    width: 130px;
    object-fit: scale-down;
}

.nav-link {
    color: #fff;
}

.nav-link.active {
    color: #ffff !important;
    font-weight: bold;
}

.nav-link {
    margin-right: 15px;
}

.last {
    margin-right: 0;
}
.story-title {
    text-align: center;
}
.search-bar {
    display: flex;
    align-items: center;
    position: relative;
    border: 2px solid #3361AC;
    border-radius: 6px;
}

#search-input {
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-right: 1px; /* Space for the icon */
}

#search-button {
    position: absolute;
    right: 20px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px 10px;
    color: #333;
    border-left: 2px solid #3361AC;
}

#search-button i {
    font-size: 16px;
    color: #3361ac;
}

#search-input:focus {
    border-color: #007bff;
    outline: none;
}

#search-button:focus {
    outline: none;
}
input#search-input::placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}


/* ======================BANNER CSS START====================== */
.home-section {
    position: relative;
}
.title-main h2 {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 0;
}

.about_line {
    position: relative;
}
.about_line::after {
    position: absolute;
    background-color: #4d6c8b;
    width: 3px;
    height: 350px;
    content: '';
    top: -180px;
    right: 30px;
}

section.banner-01 {
    position: relative;
    padding: 70px 0;
}
section.banner-01::before {
    content: '';
    position: absolute;
    top: -130px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('../img/banner-01.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 1.5;
    filter: blur(0px);
}
.jercy-banner-01::before {
    background-image: url('../img/jercy-banner.webp') !important;
    height: 90vh !important;
}
.athlete-banner-01::before {
    background-image: url('../img/athlete-banner.webp') !important;
    height: 90vh !important;
}
section.banner-01 .container {
    z-index: 2;
    position: relative;
}
.banner-content-img img {
    width: 25%;
    height: 150PX;
    position: absolute;
}
.banner-images img {
    width: 80%;
    height: auto;
    object-fit: scale-down;
    margin: 0 0 0 auto;
    display: block;
}

.banner-content h3 {
    font-size: 50px;
    color: #000;
    font-weight: 800;
}
.banner-content h4 {
    font-size: 50px;
    color: #317FB6;
    font-weight: 800;
}
.banner-content h6 {
    font-size: 38px;
    color: #000;
    font-weight: 700;
}
.banner-content h6 span {
    color: #317FB6;
}
/* ======================BANNER CSS END======================== */
/* ======================ABOUT CSS START======================== */
div#about {
    margin: 60px 0 0px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.about-paragraph p {
    font-size: 17px;
    font-weight: 400 !important;
    line-height: 22px;
    color: #909090;
}
.about_content_box h4 {
    font-size: 28px;
    font-weight: 700;
}
.about_content_box h4 span {
    color: #317FB6;
}
/* ======================ABOUT CSS END======================== */
/* ======================KEY FEATURES CSS START======================== */
.key-features {padding: 35px 0px;}
.key-box h4 {
    font-size: 20px;
    font-weight: 700;
}

.Victory .container {
    position: relative;
    z-index: 2;
}
/* =================FOOTER CSS START================== */
.footer {
    background: #4d6c8b;
    padding: 55px 0px !important;
}

.mx-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
}





.about-title {
    text-align: center;
    padding: 10px 0 20px;
}
.about_img img {
    width: 100%;
    height: auto;
}
.free-text ul li img {
    width: 150px;
    height: auto;
    object-fit: scale-down;
}
.about-title h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
}
.about-paragraph p {
    color: #fff;
    font-size: 14px;
    font-weight: 300 !important;
    font-family: roboto;
    padding: 10px 0 0px 0px;
}


.key-box {
    background: #4D6C8B;
    padding: 20px 20px;
    color: #fff;
    border-radius: 9px;
    margin: 10px 0;
}
div#pricing {color: #fff;}
.serv-box img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}
.serv-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.serv-box h4 {
    font-size: 18px;
    padding: 8px 10px;
    font-weight: 600;
}
.form input {
    width: 100%;
    height: 40px;
    margin: 10px 0px;
    padding: 4px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 4px #ccc;
}
textarea {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 4px #ccc;
    margin: 10px 0;
    height: 120px;
}

button.form-btn {
    border: #4d6c8b;
    padding: 9px 30px;
    border-radius: 8px;
    background: #4d6c8b;
    color: #fff;
}
.banner-content-btn a {
    padding: 10px 40px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(to bottom, #1E1289, #00A1F9);
}
h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize !important;






    .banner-content
    h2 {
        text-transform: capitalize;
    };
}
.banner-content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 26px;
}
.about-paragraph h2 {
    font-size: 40px;
    margin: 20px 0;
}
.contact-content p {
    font-size: 21px;
}
.free-text ul li {
    list-style: none;
    display: inline-block;
    margin: 0 7px 0 0;
}
.free-text ul {
    padding: 0;
    margin: 0;
}
.privacy-text h1 {
    font-size: 50px;
    font-weight: 800;
}
.banner-content {
    color: #fff;
}
a.register {
    background: #00A1F9;
    padding: 7px 26px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    margin-left: 60px;
}
.hero-center img {
    position: absolute;
    top: 220px;
    right: 435px;
    left: 50%;
    margin: 0 auto;
    width: 220px;
    text-align: center;
}
a.register i {
    margin-left: 10px;
    transform: rotate(45deg);
}
.banner-content-btn a i {
    margin-left: 10px;
    transform: rotate(45deg);
}
.hero-center-02 img {
    margin: -50px 310px;
    width: 125px;
    position: absolute;
    opacity: 0.5;
}




.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
}

.slider__btns {
    position: absolute;
    bottom: -60px;
    width: 33%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    display: flex;
    right: 55px;
}

/* Style navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.5);
    color: white !important;
    padding: 6px;
    border-radius: 50%;
    width: 45px !important;
    font-size: 14px !important;
}

/* Style pagination to be at the bottom and use numbers */
.swiper-pagination {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
}

/* Add active state styles for pagination */
.swiper-pagination .swiper-pagination-bullet-active {
    color: #fff;
    background: linear-gradient(to bottom, #106bb1, #00A1F9);
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex
;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px !important;
}
.swiper-button-next, .swiper-button-prev {
    margin-top: -40px !important;
    z-index: 99999 !important;
}
.rating-main {
    /* background: #00A1F966; */
    display: flex;
    justify-content: space-between;
    padding: 16px 30px;
    border-radius: 65px;
    color: #fff;
    align-items: center;
    background: linear-gradient(to bottom, rgba(4, 99, 151, 0.4), rgba(0, 161, 249, 0.4));
    box-shadow: inset 0px 4px 10px rgb(0 161 249 / 92%);
}
.rating {
    padding: 60px 0 40px;
}
.rating-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rating-icon img {
    width: 50px;
}
.rating-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    background: linear-gradient(to bottom, #2737CF66, #00A1F980);
}
.rating-text h4 {
    font-size: 34px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px 0px;
}
.rating-text p {
    font-size: 16px;
    margin: 0;
}
.about-paragraph h5 {
    color: #00A1F9;
    font-size: 20px;
    font-weight: 600;
}
.about-paragraph strong {
    color: #00A1F9;
    font-size: 18px;
    font-weight: 600;
}
div#services {
    background: linear-gradient(45deg, #252233, #252136);

}
.about-paragraph {
    color: #fff;
}
.loyality-box {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 10px 0 30px;
}
.loyality-text h6 {
    color: #00A1F9;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.loyality-text p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.loyality-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: linear-gradient(to bottom, #2737CF66, #00A1F980);
    padding: 30px;
}
.loyality-icon img {
    width: 40px;
    object-fit: scale-down;
}
.light-bg {
    position: relative;
}
.light-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/before.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.2;
    filter: blur(50px);
}
.future-box {
    background: #26293B;
    padding: 70px 20px;
    border-radius: 12px;
    margin: 10px 0px;
}
.future-box h5 {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}
.future-box img {
    width: 35px;
    display: flex;
    justify-content: end;
    text-align: end;
    margin: -30px 0 0 auto;
}
.future-box p {
    margin: 0;
}
.about-paragraph p {
    font-family: 'Inter' !important;
    color: #fff;
    font-size: 16px;
    font-weight: 300 !important;
    font-family: roboto;
    padding: 10px 0 0px 0px;
}
.future-box a i {
    color: #ccc;
    font-size: 14px;
    transform: rotate(90deg);
    padding: 7px 8px;
}
.future-box a i:hover {
    padding: 7px 8px;
    background: #35b5fb;
    border-radius: 50px;
    border: 1px solid #ccc;
}
.about-title h5 {
    color: #00A1F9;
}
div#pricing .container {
    position: relative;
    z-index: 2;
}

.light-bg-02 {
    position: relative;
}
.light-bg-02::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/before.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.5;
    filter: blur(50px);
}
.sign-up {
    position: relative;
}
.sign-up::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/signup-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.5;
}
div#sign-up .container {
    position: relative;
    z-index: 2;
}

.about-paragraph input::placeholder {
    color: #fff;
}

.about-paragraph input {
    /* background-color: #009ff7; */
    border: 1px solid #444;
    color: #fff;
    position: relative;
    border-radius: 5px !important;
    padding: 10px 14px;
    background: linear-gradient(to right, #0B78B4, #20A2E9);
}
select.form-select.form-control {
    border: 1px solid #444;
    color: #fff;
    position: relative;
    border-radius: 5px;
    padding: 10px 14px;
    background-color: #1082c1;
}
.about-paragraph .btn-primary {
    padding: 10px 40px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    border: none;
    background: linear-gradient(to bottom, #1E1289, #00A1F9);
}

.about-paragraph .btn-primary:hover {
    background-color: #00A1F9;
}
.story-title p {
    width: 50%;
    margin: 0 auto;
}
.story-bg {
    position: relative;
    background-image: url(../img/story-bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 94%;
    margin: 0 auto;
    padding: 150px 60px !important;
    z-index: 1;
    overflow: hidden;
}

.story-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Adjust opacity as needed */
    z-index: 0; /* Keep it below the content */
    overflow: hidden;
    border-radius: 15px;
}

/* Make sure the inner content of .story-bg is above the overlay */
.story__content {
    text-align: center;
    width: 80%;
    margin: 0 auto 40px;
    padding: 40px 0;
}
.story-bg .banner-content-btn {
    text-align: center;
    margin-top: 20px;
}
.story-bg > * {
    position: relative;
    z-index: 2;
}
.story-bg .container {
    position: relative;
    z-index: 2;
}

.story-row {
    margin-top: 10px;
    text-align: center;
}
.story-boxx h2 {
    font-size: 100px;
}
.story-boxx {
    text-align: center;
    /* background: rgba(7, 74, 111, 0.7); */ /* Transparent background with a slight color */
    border: 1px solid rgba(13, 105, 163, 0.5); /* Semi-transparent border */
    border-radius: 10px; /* Rounded corners */
    padding: 20px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
    backdrop-filter: blur(10px); /* Frosted glass effect */
    background: linear-gradient(to bottom, #0B78B4, #20A2E9 30%, #20A2E9 70%, #0B78B4);
    -webkit-backdrop-filter: blur(10px); /* For Safari */
}

div#tesimonials {
    text-align: center;
}
div#tesimonials .story-title p {
    width: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}
.testimonials .shadow {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}
.custtom-testimoails .swiper-slide {
    width: 32%;
}
.custtom-testimoails {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}

.footer {
    background: url('./assets/img/footer-bg.png') no-repeat center;
    background-size: cover;
    color: white;
    font-size: 14px;
}
.footer a:hover {
    text-decoration: underline;
}
.footer ul li {
    padding: 0 10px;
}
.testimonails-box {
    background: linear-gradient(to bottom, rgba(4, 99, 151, 0.4), rgba(0, 161, 249, 0.4));
    box-shadow: inset 0px 4px 10px rgba(0, 161, 249, 0.6) !important;
    height: 100% !important;
    min-height: 280px;
}

.text-primary {
    color: #00A1F9 !important;
}
.social-links ul li {
    list-style: none;
    display: inline;
    padding: 0 10px;
}
.social-links ul li a {
    border: 1px solid;
    padding: 10px 15px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    text-decoration: none;
    height: 40px;
}

.social-links ul {
    display: flex;
    justify-content: end;
    align-items: center;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    background: transparent !important;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 6px;
    bottom: 6px;
}

.input-group-text i {
    font-size: 1.2rem;
    color: #fff;
}

#aboutt {
    position: relative;
}
#aboutt .container {
    position: relative;
    z-index: 2;
}
#aboutt:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/shadow.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.7;
    filter: blur(50px);
}
.heroo-centerr {
    position: absolute;
    bottom: 0px;
}
.heroo-centerr img {
    width: 50px;
    margin: 0 0 0 -50px;
}
.about_img.fun__img img {
    z-index: 2;
    position: relative;
}
.about-paragraph p a {
    color: #00a0f8;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.modal-content {
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, #1E1289, #00A1F9);
}


.modal-header {
    border-bottom: 2px solid #fff;
    text-align: center;
}

.modal-header .modal-title {
    font-weight: bold;
    font-size: 1.5rem;
}


.modal-body {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

/* Input Fields Style */
.form-control {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-primary {
    background-color: #00A1F9;
    border-color: #1E1289;
    border-radius: 8px;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #1E1289;
    border-color: #00A1F9;
}


.form-label {
    font-weight: 600;
    color: #fff;
}
.btn-close {
    border: none;
    color: #fff;
    font-size: 1.5rem;
    opacity: 1;
    z-index: 1050;
}

.about_img strong {
    text-align: center;
    margin: 14px auto;
    display: block;
}
.about_vector_img img {
    width: 65%;
    height: auto;
    object-fit: scale-down;
    margin: 0 auto;
    display: block;
}
.btn-close:hover {
    color: #ff0000;
}
.Victory {
    background: #001B37;
    padding: 20px 20px;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
}
.Victory {
    position: relative;
    overflow: hidden;
}
.about_vector_img {
    position: relative;
    z-index: 1;
}

.Victory:before {
    content: '';
    position: absolute;
    top: 0;
    right: -70px;
    width: 100%;
    height: 100%;
    background-image: url(../img/shadow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 2.7;
    filter: blur(50px);
}
.sign-up {
    position: relative;
    z-index: 1;
    background: #001B37;
}
.sign-up:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 70%;
    height: 100%;
    background-image: url(../img/after.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.7;
    filter: blur(50px);
}
.sign-up:after {
    content: '';
    position: absolute;
    top: 0;
    right: 60px;
    width: 50%;
    height: 100%;
    background-image: url(../img/shadow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 2.7;
    filter: blur(50px);
}
.earn-box {
    background: #26293B;
    margin: 10px 0;
    height: 180px;
    border-radius: 6px;
    padding: 20px 10px;
    border: 1px solid #089df936;
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    appearance: none;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 20px;
}
.form-about-img {
    position: relative;
}
.text-on-img {
    position: absolute;
    top: 36%;
    right: 25%;
    text-align: center;
}
.text-on-img h5 {
    background: #1c99de;
    padding: 20px 110px;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 50px;
}

.whos-this-for {
    padding: 45px 0px;
    position: relative;
}
.whos-this-for .container {
    position: relative;
    z-index: 2;
    border: 1px solid #048feb;
    border-radius: 5px;
    padding: 30px 10px;
}
.whos-this-for .container .row {
    position: relative;
    z-index: 9;
}
.whos-this-for .container:after {
    content: '';
    position: absolute;
    top: 0;
    right: 60px;
    width: 50%;
    height: 100%;
    background-image: url(../img/shadow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 2.7;
    filter: blur(50px);
}

.whos-title {
    text-align: center;
}
.whos-title h4 {
    background: linear-gradient(to right, #00a1f9, #D7D7D8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 200px;
    margin: 0 auto;
}

.whos-tabs ul#myTab {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 100px;
}
.whos-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: linear-gradient(to bottom, #1E1289, #00A1F9);
    padding: 10px 100px;
    border: 0px;
    border-radius: 5px;
}
.whos-tabs .nav-tabs .nav-link {
    padding: 10px 100px;
}
.whos-tabs .nav-tabs {
    border-bottom: none;
}
.whos-tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
    border-radius: 5px;
    color: #fff;
}
.fans-content h4 {
    text-align: center;
    font-size: 24px;
    color: #00a1f9;
}
.whos-tabs #myTabContent {
    padding: 35px 100px;
}
.fans-content ul {
    list-style: none;
    padding-left: 0;
}
.fans-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 10px;
}

.fans-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: #00A1F9;
    border-radius: 50%;
}

.how-it-works {
    color: white;
    position: relative;
}

.how-it-works::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/before.png);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.3;
    filter: blur(50px);
}
.how-it-works .container {
    position: relative;
    z-index: 2;
}
.how-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.step {
    max-width: 220px;
    position: relative;
}

.step-content {
    position: relative;
    z-index: 2;
}

.step-num {
    color: #00A1F9;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.step-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    margin: 26px auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-icon img {
    width: 60px;
    height: 60px;
}

.arrow-img {
    position: absolute;
    right: 5px;
    top: 44px;
    width: 188px;
    z-index: 1;
}
.what-we-do ul#myTab {
    justify-content: space-around;
}
.what-we-do .whos-title h4 {
    width: 250px;
    margin-bottom: 16px;
}
.what-we-do .container {
    position: relative;
    z-index: 2;
    border: 0px solid #048feb !important;
}
.table>:not(caption)>*>* {
    padding: 20px 14px !important;
    color: #ffff;
    background-color: transparent !important;
    text-align: left !important;
    border: 1px solid #cccccc66;
}
td.bg-success.text-white {
    text-align: center !important;
}
td.bg-success i {
    background: #0FE40F;
    padding: 8px 10px;
    border-radius: 50px;
}
td.bg-danger.text-white {
    text-align: center !important;
}
td.bg-danger i {
    background: #FF0000;
    padding: 8px 10px;
    border-radius: 50px;
}
.custtom-table {
    background: linear-gradient(to right, #04466b9e, #0e3e5f8c);
    border-radius: 6px;
    padding: 14px 10px 0;
}

.our-partners {
    padding: 45px 0px;
}
.partner-title {
    text-align: center;
}
.fans-content h5 {
    font-size: 24px;
    font-weight: 700;
}

.details-left img {
    width: 100%;
    height: auto;
}
.details-left-content {
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}
.try-box {
    text-align: center;
    background: #055682;
    padding: 20px 10px;
    border-radius: 5px;
}

.breakdown-container {
    margin: 0 auto;
    color: #fff;
}

.player-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.breakdown-header,
.breakdown-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.breakdown-header {
    border-bottom: 2px solid #07A7FF;
    font-weight: bold;
    text-transform: uppercase;
}

.breakdown-row {
    border-bottom: 1px solid #055682;
}
.breakdown-row .factor {
    width: 70%;
}

.breakdown-row .score {
    width: 30%;
    text-align: right;
}
section.details {
    padding: 24px 0px;
    background: #001B37;
    width: 90%;
    margin: 35px auto;
    border-radius: 7px;
}
.perks {
    /* background: #001B37; */
    width: 90%;
    margin: 35px auto;
    border-radius: 6px;
    padding: 5px 0px;
    background: linear-gradient(to bottom, #04466ba8, #07a7ff47);
}
.title-main p {
    width: 60%;
    margin: 20px auto;
}
.fanscore-tabs #myTabContent {
    background: #1d476d;
    border-radius: 10px;
    margin: 20px 0;
}
.fanscore-tabs ul#myTab {
    justify-content: center;
    gap: 20px;
}
.border-bottom {
    border-bottom: 1px solid #607D8B !important;
    padding: 14px 0 !important;
}
.try-box h5 {
    margin-bottom: 24px;
}
.try-box p a {
    padding: 10px 40px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(to bottom, #1E1289, #00A1F9);
}





.fanchize-modal .modal-content {
    background-color: #001B37;
    color: white;
    border-radius: 10px;
    overflow: hidden;
}

.fanchize-modal .sign-up {
    position: relative;
    z-index: 999999 !important;
    background: #001B37;
}

.modal-dialog .input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    z-index: 99999 !important;
}
.modal-dialog select.form-select.form-control {
    z-index: 99999;
}

/*.fanchize-modal .sign-up:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  width: 70%;*/
/*  height: 100%;*/
/*  background-image: url(../img/after.png);*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  z-index: 0;*/
/*  opacity: 0.7;*/
/*  filter: blur(50px);*/
/*}*/

/*.fanchize-modal .sign-up:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 60px;*/
/*  width: 50%;*/
/*  height: 100%;*/
/*  background-image: url(../img/shadow.png);*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  z-index: 0;*/
/*  opacity: 2.7;*/
/*  filter: blur(50px);*/
/*}*/

.fanchize-modal .about-paragraph input,
.fanchize-modal .about-paragraph select {
    border: 1px solid #444;
    color: #fff;
    border-radius: 5px !important;
    padding: 10px 14px;
    background: linear-gradient(to right, #0B78B4, #20A2E9);
}

.fanchize-modal .about-paragraph input::placeholder {
    color: #e2e2e2;
}

.fanchize-modal .btn-primary {
    background: #20A2E9;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.fanchize-modal .btn-primary:hover {
    background: #0B78B4;
}
.fanchize-modal h2 {
    text-align: center;
}
.fanchize-modal p {
    text-align: center;
}
.fanchize-modal .btn-primary {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 99999;
}



.side-bars.show-side {
    position: fixed;
    top: 60%;
    right: -76px;
    transform: translateY(-50%);
    z-index: 1055;
}

.side-bars.show-side ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-bars.show-side ul li {
    margin: 0;
    transform: rotate(0deg);
}

.side-bars.show-side ul li a {
    display: block;
    padding: 10px 20px;
    background: linear-gradient(to right, #0B78B4, #20A2E9);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px 6px 0px 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
    transform: rotate(-90deg);
    font-size: 20px;
    letter-spacing: 2px;
}

body.modal-open {
    padding-right: 0 !important;
}

.side-bars.show-side {
    position: fixed;
    top: 60%;
    right: -91px !important;
    transform: translateY(-50%);
    z-index: 1060;
    transition: right 0.5s ease;
}

.side-bars.show-side {
    opacity: 0;
    animation: slideInRight 1s ease forwards;
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        right: -100px;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}

.error {
    color: red !important;
    font-size: 0.875rem;
}

/*.top-steps .arrow-img {*/
/*    content: url('../img/top-img.png');*/
/*}*/

/*.bottom-steps .arrow-img {*/
/*    content: url('../img/bottom-img.png');*/
/*}*/