/* @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&family=Inter:wght@100..900&display=swap');


/*html{
    font-size: 62.5%;
}*/
* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    list-style: none;
    color: #000000;

}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

.pt-80 {
    padding-top: 100px;
}

.main-body {
    height: 100%;
    overflow-x: hidden;
}

/*  
  .cursor {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    max-width: 210px;
    height: 200px;
    background: var(--Color-Token-Main-Colors-Black, #D2ED04);
    filter: blur(120px); 
    pointer-events: none;
    z-index: 9999;
    transition: background-color 0.1s ease; 
  } */
/* #cursor {
    position: fixed;
    width: 10px;
    height: 10px;
    background-color: #18d26e;
    border-radius: 100%;
    pointer-events: none;
    z-index: 1000;
    transition: transform ease-out 10ms;
  } */

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #554e4e;
    color: white;


}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 12px;
    color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #202020;
    padding-left: 18px;
}

.select2-selection__choice__remove * {
    color: white;
}

.select2-container--default .select2-results>.select2-results__options {
    background-color: #202020;
}

.select2-results__option {
    color: white;
}

.select2-container--default .select2-results__option--selected {
    background-color: #554e4e !important;
    display: flex;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: transparent;
}

/* Track */
::-webkit-scrollbar {
    width: 10px;
    /* Width of the scrollbar */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    /* Color of the scrollbar handle */
    border-radius: 5px;
    /* Rounded corners of the scrollbar handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#stalker {
    position: fixed;
    margin-top: -15px;
    margin-left: -15px;
    width: 240px;
    height: 240px;
    background-color: #D2ED04;
    filter: blur(80px);
    opacity: 30%;
    border-radius: 100%;
    pointer-events: none;
    transition: transform ease-out 100ms;
    z-index: 999;
}

/* select-box checkbox */

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    /* background-color: #fff; */
    margin-right: 20px;
    vertical-align: middle;
}

/* .select2-results__option[aria-selected="true"]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
  } */
/* .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: black;
  } */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #554e4e;
    color: white;
    padding: 6px !important;
    /* padding: 4px; */
}

/* .select2-container--default
    .select2-results__option--highlighted[aria-selected]::before{
        font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
    } */
.select2-container--default .select2-results__option--selected::before {
    font-family: fontAwesome;
    content: "\f00c";
    color: black;
    background-color: #e9e9e9;
    border: 0;
    /* display: inline-block;
        padding-left: 3px; */
    /* border: 2px solid #e9e9e9; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

/* .select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
  } */
.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

/* .select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  } */
.select2-selection .select2-selection--multiple:after {
    content: "hhghgh";
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
    padding: 0 0px 0px 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 0px;
}

.select-icon .placeholder {
    /* 	display: none; */
}

/* .select-icon .select2-results__option:before,
  .select-icon .select2-results__option[aria-selected="true"]:before {
    display: none !important;
   
  }
  .select-icon .select2-search--dropdown {
    display: none;
  } */

/*------------------------------------- *********** Section 1 ********** ------------------------------*/

.main-nav {
    top: 0;
    position: absolute;
    background-color: transparent;
    z-index: 10000;
    width: 100%;
}

.bgchange {
    background: rgb(48, 54, 55);
    transition: all .3s linear;
}

/* download-navbar-button */
.navbar-btn {
    display: flex;
    border-radius: 31px;
    border: 1px solid #A4A4A4;
    background: rgba(255, 255, 255, 0.10);
    text-decoration: none;
    width: fit-content;

}

/* .download-label {
    width: 230px;
    display: flex;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border-radius: 31px;
    border: 1px solid #A4A4A4;
    background: rgba(255, 255, 255, 0.10);
    padding: 10px 0px 10px 0px;
    position: relative;
}

.down-p {
    color: var(--Color-Token-Main-Colors-Background-Color, #FFF);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    left: auto;
  
    text-transform: uppercase;
    transition: all .7s ease;
    transition-property: left, right;
   
}

.ball-sp {
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    height: 48px;
    width: 48px;
    border-radius: 61px;
    background: rgba(255, 255, 255, 0.80);
    background-image: url(../images/icons/arrow-up.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: all 5s ease;
    transition-property: left, right;
}

.download-field:hover+.download-label {
    background-color: var(--Color-Token-Main-Colors-Primary, #D2ED04);
}

.download-field:hover+.download-label .down-p {
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: black;
    left: 30px;
    right: auto;
}

.download-field:hover+.download-label .ball-sp {
    left: auto;
    right: 2px;
    background-color: #D2ED04;
    border: 1px solid black;
} */
.download-label,
.download-label2{
    width: 230px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #A4A4A4;
    background: rgba(255, 255, 255, 0.10);
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 31px;
    /* Apply border-radius */
    transition: background-color 1s ease;
    /* Add transition for background-color */
    cursor: pointer;
}

.down-p {
    color: var(--Color-Token-Main-Colors-Background-Color, #FFF);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    position: absolute;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    right: 30px;
    text-transform: uppercase;
    transition: all 1s ease;
    /* Adjust the transition duration */
}

.ball-sp {
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    height: 48px;
    width: 48px;
    border-radius: 61px;
    background: rgba(255, 255, 255, 0.80);
    background-image: url(../images/icons/arrow-up.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.9s ease;
    /* Adjust the transition duration */
    transform: translateX(0);
    /* Initially position it outside the container */
    z-index: 1;
}

.download-field:hover+.download-label,
.download-field2:hover+.download-label2{
    background-color: var(--Color-Token-Main-Colors-Primary, #D2ED04);
}

.download-field:hover+.download-label .down-p,
.download-field2:hover+.download-label2 .down-p {
    color: black;
    left: 30px;
    /* Slide in from right on hover */
}

.download-field:hover+.download-label .ball-sp,
.download-field2:hover+.download-label2 .ball-sp  {
    border: 1px solid black;
    background-color: var(--Color-Token-Main-Colors-Primary, #D2ED04);
    transform: translateX(180px);
    /* Slide in from left on hover */
}



/* download-navbar-button */
.slider-container {
    width: 200px;
    /* height: 10px; */
    background-color: #ccc;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.slider {
    width: 50px;
    /* Initial width */
    height: 100%;
    background-color: #2196F3;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.3s ease;
}


/* 
.hero-section {
    margin-top: -100px;
} */

/* .hero-section .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */
.main-section-hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.section-1 {
    padding: 227px 0 104px 0;
    width: 100%;
    max-width: 681px;
    height: 100%;
    /* margin: auto 0; */
}

.text-sec1 h2 {
    color: #FFF;
    font-family: Akshar;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 93.6px */
}

.text-sec1 h2 span {
    color: var(--Color-Token-Main-Colors-Primary, #D2ED04);
}

.text-sec1 p {
    padding-top: 24px;
    color: var(--Color-Token-Text-Colors-text-label-tertiary, #EDEEF2);
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;

}

/* .learn-more {
    padding: 10px 38px;
    background: linear-gradient(90deg, #EDFF65 0%, #D2ED04 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 31px;
    border: 1.3px solid #EDFF65;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
   
    text-transform: uppercase;
} */

.early-acess-btn {
    display: block;
    position: relative;
    text-decoration: none;
    font-family: "Noto Sans";
    color: black;
    background: transparent;
    padding: 20px;
    border: 1.3px solid #EDFF65;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 31px;
    padding: 10px 38px;

    /* width: 160px; */
    overflow: hidden;
}

.early-acess-btn span {
    color: #D2ED04;
    z-index: 5;
    position: relative;
    transition: color 350ms ease;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    white-space: nowrap;

}

.early-acess-btn:hover span {
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.early-acess-btn::after,
.early-acess-btn::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #D2ED04;
    z-index: -1;
}

.early-acess-btn::before {
    /*   background: blue; */
    transform: translateX(-100%);
    z-index: 1;
}

.early-acess-btn:hover:before {
    transform: translateX(0);
    transition: transform 350ms ease;
}

.early-acess-btn::after {
    z-index: 0;
    transform: translateX(100%);
    transition: none;
    transition: transform 350ms ease;
}

.early-acess-btn:hover:after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 350ms 360ms ease;
}










.hero-section-btn {
    padding-top: 36px;
    display: flex;
    gap: 16px;
}

.sw-slide1,
.sw-slide2,
.sw-slide3,
.sw-slide4,
.sw-slide5 {
    position: relative;
    width: 100%;
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: auto;
}

.sw-slide-video1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* min-height: 100vh; */
    object-fit: cover;
    z-index: -1;
    height: 100%;

}

/* explore-btn */
.explore_mouse {
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
    padding-bottom: 80px;
}

.explore_mouse .explore-btn {
    margin: 10px auto;
    width: 29px;
    height: 53px;
    border: 1.5px solid white;
    border-radius: 16px;
    display: flex;
}

.explore_mouse .explore-btn .explore-scroll {
    display: block;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    margin: auto;
    animation: scrolling 1s linear infinite;
}

.explore_mouse span {
    color: var(--Color-Token-Text-Colors-text-label-tertiary, #EDEEF2);

    /* Text Styles/Text md/Regular */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

@keyframes scrolling {
    0% {
        opacity: 0;
        transform: translateY(-15px);
    }

    100% {
        opacity: 1;
        transform: translateY(15px);
    }
}

/* .sw-slide2 {
    width: 100%;
    background-image: url(../images/video2.png);
}

.sw-slide3 {
    width: 100%;
    background-image: url(../images/video3.png);
}
.sw-slide4 {
    width: 100%;
    background-image: url(../images/video4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.sw-slide5 {
    width: 100%;
    background-image: url(../images/video5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */
.hero-section .dots-hero {
    position: absolute;
    right: 60px;
    top: 50%;
    /* Position at 50% from the top */
    /* transform: translateY(-50%); */
}

.swiper-pagination-bullet {
    background: ghostwhite;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: white;
}

/* .expoler-btn {
    background: transparent;
    border: none;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 59px;
} */

/* plyer-section */
.plyer-section {
    background-color: rgba(17, 17, 17, 1);
    padding: 100px 0;
}

.plyer-p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--Color-Token-Main-Colors-Primary, #D2ED04);
    font-family: Akshar;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 31.2px */
}


.elevate-main {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
}

.elet-mb {
    width: 100%;
    max-width: 405px;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}

.elevate-main h2 {
    color: #FFF;
    text-align: center;
    font-family: Akshar;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 67.6px */
}

.elevate-main h2 span {
    color: #D2ED04;
}

/* player-slide-1 */
.player-slide-1 {
    margin-top: 80px;
    background-image: url(../images/slide1.webp);
    /* background-size: 100% 100%; */
    /* height: 470px; */
    background-repeat: no-repeat;
    background-position: center;
}

.player-slide-2 {
    background-image: url(../images/slide4.webp);

}

.player-slide-3 {
    background-image: url(../images/slide2.webp);

}

.player-slide-4 {
    background-image: url(../images/slide3.webp);

}

/* .player-slide-5 {
    background-image: url(../images/slide5.png);

} */

.main_sports_academy {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.sports_academy1,
.sports_academy2 {
    width: 100%;
    max-width: 340px;
}

.main-mockup {
    display: flex;
    justify-content: space-between;
}

.main-mockup .mark1-img {
    width: 100%;
    max-width: 300px;
}

.bond-d {
    width: 100%;
    max-width: 287px;
}

.main-mockup .mockup1 {
    width: 100%;
    max-width: 340px;
}

.main-mockup .mockup-2 {
    width: 100%;
    max-width: 396px;
}

.mt-92 {
    margin-top: 92px;
}

.mt-192 {
    margin-top: 92px;
}

.mt-103 {
    margin-top: 103px;
}

.mt-59 {
    margin-top: 59px;
}

.mt-72 {
    margin-top: 72px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-23 {
    margin-top: 23px;
}

.mt105 {
    margin-top: 105px;
}

.mt-139 {
    margin-top: 139px;
}

.ft_14_fw_400 {
    color: #FFF;
    font-family: Akshar;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: 100%;

}


.my2Swiper {
    padding-bottom: 50px;
}

.mySwiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    /* Center horizontally */
    transform: translateX(-50%);
    /* Center horizontally */
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row-reverse;
    justify-content: center;
    z-index: 1;
}

.mastery-btn {
    position: absolute;
    right: 26%;
    top: 38%;
}

.swiper-button-next:after {

    content: '';
    background-image: url(../images/arrow-right.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
    width: 63px;
    height: 40px;

}

.swiper-button-prev:after {
    content: '';
    background-image: url(../images/arrow-left.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
    width: 63px;
    height: 40px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
}


.main-target {
    padding-top: 48px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;

}

canvas {

    /* border: 1px solid red; */
}

.target {
    width: 280px;
    height: 280px;
    /* font-family: Gotham;
    font-weight: 600; */
    text-align: center;
    display: flex;
    line-height: unset;
    /* flex-direction: column; */
    margin: 20px 0 50px;
    /* border: 1px solid red; */
}




.main-target canvas {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 150px;
    /* box-shadow: -5px 5px 6px -2px rgba(0, 0, 0, 0.2); */
    box-shadow: -2px 2px 2px -2px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 280px !important;
    height: 280px !important;

}

.main-target .target-chart {
    line-height: unset !important;
    width: 280px !important;
    height: 280px !important;
    border-radius: 50%;
    background-size: cover;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    box-shadow: inset 0 0 0 5px white;
    position: relative;
    margin: auto;
}

.main-target .target-percentage {
    display: flex;
    flex-direction: column;
    width: 280px;
    height: 280px;
    font-size: 20px;
    /* align-items: center; */
    justify-content: center;
}

.target-percentage .percontage {
    color: white;
    font-size: 32px;
    font-weight: 600;

}

.main-target .points-random {
    margin: 0 auto;
    width: 150px;
    /* margin-top: -110px; */
    color: var(--Color-Token-Text-Colors-text-label-tertiary, #EDEEF2);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* text-align: left; */

}

.main-target .totalTierPoints {
    color: var(--Color-Token-Main-Colors-Background-Color, #FFF);
    font-family: Akshar;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;

}





/* .baseline {
    border-radius: 14.59px;
    border: 0.912px solid #303030;
    background: #1F1F22;
    padding: 14px;
}

.ft_9_fw_400 {
    color: var(--Color-Token-Text-Colors-text-label-tertiary, #F5F5F5);
    font-family: "Noto Sans";
    font-size: 9.972px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.296px;
 
}

.ft_9_fw_600 {
    color: var(--Color-Token-Text-Colors-text-label, #D9D9D9);
    font-family: "Noto Sans";
    font-size: 9.972px;
    font-style: normal;
    font-weight: 600;
    line-height: 13.296px;
 
}

.ft_10_fw_400 {
    color: var(--Color-Token-Text-Colors-text-label-tertiary, #F5F5F5);
    font-family: "Noto Sans";
    font-size: 10.942px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.59px;
 
}

.ft_11_fw_400 {
    color: var(--Color-Token-Text-Colors-text-label-tertiary, #EDEEF2);
    font-family: "Noto Sans";
    font-size: 11.634px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ft_11_fw_600 {
    color: var(--Color-Token-Text-Colors-Text-primary, #FFF);
    font-family: "Noto Sans";
    font-size: 11.634px;
    font-style: normal;
    font-weight: 600;
    line-height: 13.296px;
 
}

.ft_12_fw_600 {
    color: var(--Color-Token-Main-Colors-Background-Color, #FFF);
    font-family: "Noto Sans";
    font-size: 12.766px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.59px;
 
}

.ft_13_fw_400_gray {
    color: var(--Color-Token-Icon-Colors-icon-grey-tertiary, #C4C4C4);
    font-family: "Noto Sans";
    font-size: 13.296px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ft_14_fw_600 {
    color: var(--Color-Token-Text-Colors-text-label-tertiary, #F5F5F5);
    font-family: "Noto Sans";
    font-size: 14.59px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}



.ft_16_fw_700 {
    color: var(--Color-Token-Main-Colors-Primary, #D2ED04);
    font-family: "Noto Sans";
    font-size: 16.62px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ft_25_fw_600 {
    color: var(--Color-Token-Main-Colors-Background-Color, #FFF);
    font-family: "Noto Sans";
    font-size: 25.532px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.mt-87 {
    margin-top: 87px;
} */
.marketplace-section {
    padding: 100px 0;
    background-color: black;
}

.bolls-section {
    position: relative;
    overflow: hidden;
    min-height: 1400px;
}

.bolls-section::after {
    content: "";
    position: absolute;
    top: 90px;
    right: 0;
    width: 100%;
    max-width: 410px;
    height: 400px;
    background: var(--Color-Token-Main-Colors-Black, #D2ED04);
    filter: blur(350px);
    /* Adjust the blur amount as needed */
    z-index: 0;
}

.bolls-section::before {
    content: "";
    position: absolute;
    bottom: 40%;
    left: 0px;
    width: 100%;
    max-width: 410px;
    height: 500px;
    background: var(--Color-Token-Main-Colors-Black, #D2ED04);
    -moz-filter: blur(3px);

    filter: blur(400px);
    z-index: 0;
}

.hover-white2 {
    transition: clip-path 2s ease;
    /* clip-path: polygon(0 0, 0 100%, 0 100%, 0 0); */
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); */
}

.select2-container {
    z-index: 9999;
    width: 100% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    /* display: none; */
    /* border: 1px solid #aaa; */
}

.hover-white {
    transition: clip-path 2s ease;
    /* clip-path: polygon(0 0, 0 100%, 0 100%, 0 0); */
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.main-market {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* gap: 120px; */
}

.mt-120 {
    margin-top: 120px;
}

.main-market .m-market1 {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.place-market {
    width: 100%;
    max-width: 670px;
    position: relative;
    height: fit-content;
    z-index: 1;

}

.place-market::after {
    display: none;
    position: absolute;
    content: "";
    background-image: url(../images/foot-ball.png);
    width: 165px;
    height: 160px;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    /* Move the element vertically to the center */
    z-index: 0;
}

.boll-left-card {

    padding-top: 200px;
    z-index: 2;
}


/* .place-market2::after {
    right: 0;
} */

.place-card1 {
    width: 100%;
    max-width: 580px;
    border-radius: var(--Border-Radius-radius-lg, 16px);
    border: 1px solid #303030;
    background: rgba(31, 31, 34, 0.50);
    backdrop-filter: blur(1.5px);
    padding: 20px;
    z-index: 1;
    position: relative;
    padding: 32px;
    /* margin-left: 100px; */
}

.errow-icon1 {
    padding-top: 100px;
}

.errow-icon2 {
    transform: translate(-41px, -84px);
}

.errow-icon3 {
    transform: translate(-266px, 13px);
}

.errow-icon4 {
    margin-left: -190px;
    margin-top: -85px;
}

.errow-icon5 {
    transform: translate(-221px, 17px);
}

.place-icon {
    width: 96px;
    height: 96px;
    border-radius: var(--Border-Radius-radius-lg, 16px);
    border: 2px solid #504F4F;
    background: #2B2B30;
    display: flex;
    align-items: center;
    justify-content: center;
}

.place-card1 h2 {
    padding-top: 32px;
    color: var(--Color-Token-Main-Colors-Background-Color, #FFF);
    font-family: Akshar;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.place-card1 p {
    padding-top: 16px;
    color: var(--Color-Token-Text-Colors-text-label-tertiary, #EDEEF2);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

/* elevate1-section */

.elevate1-img {
    width: 100%;
    max-width: 724px;
}

.main-elevate {
    display: flex;
    gap: 40px;
}

.elevate-te {
    padding-top: 55px;
    width: 100%;
    max-width: 598px;
}

.seamless-head {
    font-size: 62px !important;
    text-align: left !important;
}

.elevate-te h2 {
    padding-top: 8px;
    color: #FFF;
    text-align: center;
    font-family: Akshar;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 67.6px */
    /* 80.6px */
}

.elevate-te h2 span {
    color: var(--Color-Token-Main-Colors-Primary, #D2ED04);
}

.elevate-te p {
    padding-top: 16px;
    color: var(--Color-Token-Text-Colors-text-label-tertiary, #EDEEF2);

    /* Text Styles/Text md/Regular */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

/*-------------------- tabs-section-------------- */

.tab-content>.active {
    color: #EDEEF2;
}

.tabs-btn {
    border-radius: 8px;
    border: 1px solid #303030;
    background: #1F1F22;
    padding: 16px;
    padding: 16px 0 16px 16px;
}

.tabs-btn .nav-pills .nav-link {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #393939;
    background: #303035;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    color: var(--Color-Token-Text-Colors-Text-primary, #FFF);
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
}

.tabs-btn .nav-link {
    width: 92px;
    padding: 16px 8px;
    display: block;
    text-decoration: none;

}

.tabs-btn .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-radius: 8px;
    background: linear-gradient(132deg, #EFFF73 1.99%, #D2ED04 95.17%);
    box-shadow: 0px 4px 20px 0px rgba(219, 243, 41, 0.16);
    color: var(--Color-Token-Main-Colors-Black, #111);
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 114.286% */

}

.tabs-btn .nav-pills .nav-link.active svg path {
    fill: rgba(0, 0, 0, 1);
}

.tab-content {}

.transform-dashboard {
    display: flex;
}


.transform2-dashboard {
    margin-left: -80px;
    min-height: 480px;
    /* margin-top: -40px; */
}

.trns-fr1scr {
    width: 100%;
    max-width: 550px !important;
    padding-top: 20px;
    padding-left: 16px;
}

.trns-fr2scr {
    margin-left: -10px !important;

}

.transform1-dashboard {
    width: 100%;
    max-width: 585px;
}

.transform2-dashboard {
    width: 100%;
    max-width: 573px;

}


.transform1-dashboard,
.trans2-boll,
.trans3-boll,
.elevate1-img1,
.elevate1-img2,
.elevate1-img3 {
    transform: translate(115%, -42px) rotate(7deg) scale(.8);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    transition: all 1.5s ease;
    transition-property: transform, clip-path;
}

.transform1-dashboard.active,
.trans2-boll.active,
.trans3-boll.active,
.elevate1-img1.active,
.elevate1-img2.active,
.elevate1-img3.active {
    transform: translate(0%, 0) rotate(0deg) scale(1);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}

/* marquee-slider */
/* .marquiee-bg{
    border-radius: 272px;
    background: var(--Color-Token-Main-Colors-Primary, #D2ED04);
    filter: blur(500px);
} */
.Marquee {
    margin-top: 60px;
    background-image: url(../images/marquiee-slide.webp);
    background-size: 100% 100%;
    width: 100%;
    padding: 1em;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1000;
    /* Required for pseudo-elements */
}

/* Left blur */
.Marquee::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    width: 300px;
    /* Adjust the width of the blur effect */
    min-height: 600px;
    background: var(--Color-Token-Main-Colors-Black, #111);
    filter: blur(50px);
    z-index: 2;
}

/* Right blur */
.Marquee::after {
    content: "";
    position: absolute;
    top: 0;
    right: -80px;
    width: 100%;
    max-width: 380px;
    min-height: 600px;
    background: var(--Color-Token-Main-Colors-Black, #111);
    filter: blur(50px);
    z-index: 2;

}

.Marquee-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    -webkit-animation: marquee 20s linear infinite running;
    -moz-animation: marquee 20s linear infinite running;
    -o-animation: marquee 20s linear infinite running;
    -ms-animation: marquee 20s linear infinite running;
    animation: marquee 20s linear infinite running;
}

.Marquee-content:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.Marquee-tag {
    width: 281px;
    margin: 0 15px;
    border-radius: var(--Border-Radius-radius-lg, 16px);
    border: 1px solid #303030;
    background: rgba(31, 31, 34, 0.34);
    backdrop-filter: blur(2px);
    padding: 21px;
    color: var(--Color-Token-Main-Colors-Background-Color, #FFF);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 60px;


}

.johs-di {
    padding-top: 21px;
}

.johs-di img {
    width: 44px;
    height: 44px;
}

.johs-di h2 {
    color: var(--Color-Token-Main-Colors-Background-Color, #FFF);

    /* Sm/16px/Bold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.johs-di p {
    color: var(--Color-Token-Text-Colors-text-label-tertiary, #EDEEF2);

    /* Sm/14px/Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.Marquee-tag:hover {
    background: rgba(63, 62, 62, 0.5);
    border-radius: var(--Border-Radius-radius-lg, 16px);
    transform: scale(1.06);
    cursor: pointer;
    border: 1px solid #D2ED04;
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

/*--------- footer-section--------------- */

.footer-section {
    padding: 100px 0 28px 0;
    /* background: var(--Color-Token-Main-Colors-Black, #111); */
    background-color: #040505;
}

.main-ralley {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.ralley-1 .social-icons {
    padding-top: 30px;
    display: flex;
    gap: 10px;
}

.ralley-1 .social-icons a {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 3px 7px;
    justify-content: center;
    align-items: center;
    border-radius: var(--Border-Radius-radius-m, 8px);
    background: #FFF;
}

.ralley-1 .newsletter-p {
    padding-top: 30px;
    color: var(--Color-Token-Text-Colors-text-label-tertiary, #EDEEF2);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.ralley-1 .ft-input-field {
    width: 100%;
    max-width: 470px;
    display: flex;
    justify-content: space-between;
    border-radius: 35px;
    border: 1px solid #303030;
    background: rgba(31, 31, 34, 0.34);
    backdrop-filter: blur(2px);
    margin: 20px 0;
}

.ralley-1 .ft-input-field input {
    background: transparent;
    padding: 12px 24px;
    border: none;
    color: white;


}

.ralley-1 .ft-input-field input::placeholder {
    color: var(--Color-Token-Text-Colors-text-label-tertiary, #EDEEF2);
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.ralley-1 .ft-input-field button {
    display: flex;
    height: 48px;
    padding: var(--Spacing-System-spacing-none, 0px) var(--Spacing-lg, 24px);
    align-items: center;
    gap: 10px;
    border-radius: 35px;
    background: linear-gradient(91deg, #E4FF88 0.42%, #C6FF00 99.53%);
    color: var(--Color-Token-Main-Colors-Secondary, #141702);
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border: none;
    /* 171.429% */
}

.ralley-1 .confirm-p {
    color: var(--Color-Token-Text-Colors-text-label-tertiary, #EDEEF2);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.ralley-1 .confirm-p span {
    color: var(--Color-Token-Main-Colors-Primary, #D2ED04);
}

.footer-section .ralley-2 {
    width: 100%;
    max-width: 265px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.footer-section .ralley-2 .Support {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-decoration: none;
}

.footer-section .Privacy-links{
    width: 100%;
    max-width: 672px;
    margin: 0 auto;
    padding-top: 85px;
    display: flex;
    /* justify-content: center; */
    gap: 16px;
    flex-wrap: wrap;
}
.footer-section .Privacy-links a{
color: var(--Color-Token-Text-Colors-text-label-tertiary, #F5F5F5);
font-family: "Noto Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px;
text-decoration: none;
}

.ralley-2 .Support h2 {
    color: var(--Color-Token-Main-Colors-Primary, #D2ED04);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.ralley-2 .Support a {
    color: var(--Color-Token-Text-Colors-text-label-tertiary, #EDEEF2);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.success-section {
    background-image: url(../images/succes-section.webp);
    background-size: 100% 100%;
    padding: 100px 0;
    background-repeat: no-repeat;
    margin-top: -280px;
    z-index: 1;
    position: relative;
}

/* .swiper{
    display: unset ;
} */
/* .swiper-slide {
    display: unset;
} */

/* Main Styling Below */
/*  */


/*  */
/* Spinning the sphere using keyframes */
/* Spinning the sphere using keyframes */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


@keyframes moveTopToBottom {
    0% {
        top: -100px;
    }

    100% {
        top: 100%;
    }
}


@keyframes rock {

    0%,
    100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(10deg);
    }
}

/* .circle {
    display: block;
    width: 150px;
    height: 150px;
    background-image: url(../images/foot-ball.png);
    background-size: 100% 100%;
    animation: spin 2000ms linear infinite;
    transition: top 0.5s ease-in-out, left 0.7s ease-in-out;
    position: absolute;
    left: 50%;
    translate: -50%;
} */





.Send__chat__btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
}

.Send__chat__btn {
    width: 70px;
    height: 70px;
    background-color:
        rgba(96, 214, 105, 1);
    font-size: 30px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 2px 14px 0px rgba(96, 214, 105, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 rgb(157, 255, 165);
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    border: none;
    transition: all 300ms ease-in-out;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}



/* .Coaching1{
    translate: -240px;
} */
.Coaching1 {
    transform: translate(175%, -114px) rotate(30deg) scale(.8);
    /* animation: rotateYAxis 3s linear infinite; */
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    transition: all 1.5s ease;
    transition-property: transform, clip-path;
}

.Coaching2 {
    transform: translate(67%, -36px) rotate(-9deg) scale(.8);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    transition: all 1.8s ease;
    transition-property: transform, clip-path;
}

.Coaching3 {
    width: 100%;
    max-width: 298px;
    /* Initial position and styling */
    transform: translate(16%, -338px) rotateY(7deg) scale(0.8);
    /* transform: translate(30%, -730px) rotateY(7deg) scale(0.8); */
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    transition: all 1.5s ease;
}

.Coaching4 {
    width: 100%;
    max-width: 408px;
    /* Initial position and styling */
    transform: translate(16%, -338px) rotateY(7deg) scale(0.8);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    transition: all 1.5s ease;
}

.Coaching1.active {
    transform: translate(24%, -2%) rotate(-360deg) scale(1);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);

}

.Coaching2.active {
    transform: translate(10%, 0) rotate(-360deg) scale(1);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    /* animation: rotateAnimation 5s linear infinite; */
}

.coach2.active {
    transform: translate(18%, -61%) rotate(-360deg) scale(1) !important;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}

.Coaching3.active {
    /* Active state transformation */
    transform: translate(4%, -63%) rotateY(360deg) scale(1);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}

.Coaching4.active {
    /* Active state transformation */
    transform: translate(78%, -80%) rotateY(360deg) scale(1);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}

.coach4.active {
    transform: translate(47%, -65%) rotateY(360deg) scale(1) !important;
}

.coach5.active {
    transform: translate(-2%, -46%) rotateY(360deg) scale(1) !important;
}

.coach6.active {
    transform: translate(50%, -105%) rotateY(360deg) scale(1) !important;
}

/* player form  */
.modal-content {
    border-radius: var(--Border-Radius-radius-lg, 16px);
    background: #202020;


}

.form-container,
.modal-body {
    width: 100%;
    padding: 32px;
    border-radius: var(--Border-Radius-radius-lg, 16px);
    background: #202020;
}

.form-container h2 {
    color: #FFF;
    font-family: Akshar;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 31.2px */
}

.form-container p {
    color: #FFF;
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-top: 4px;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.form-group .did-floating-label.open {
    top: -11px !important;
    color: var(--Color-Token-Text-Colors-text-label-tertiary, #EDEEF2);
    background: #202020;
    padding: 0 4px;
}

.form-group .select2-container--default .select2-selection--multiple {
    background-color: transparent;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--grey-cool-blue-100, #C7CAD5);
    transition: border-color 0.3s ease;
    color: var(--grey-cool-blue-300, var(--Color-Token-Icon-Colors-icon-grey-tertiary, #868DA5));
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    background-image: url(../images/icons/select-errow.svg);
    background-repeat: no-repeat;
    background-position: center right 8px;
}

.form-group input {
    background: transparent;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--grey-cool-blue-100, #C7CAD5);
    transition: border-color 0.3s ease;
    color: var(--grey-cool-blue-300, var(--Color-Token-Icon-Colors-icon-grey-tertiary, #868DA5));
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

}

.form-group label {
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 14px;
    color: #777;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.form-group input:focus {
    border-color: #D2ED04;
    outline: none;
}

.form-group input:focus+label,
/* .select2-container--focus~label, */
.form-group input:not(:placeholder-shown)+label {
    top: -11px;
    font-size: 12px;
    color: var(--Color-Token-Text-Colors-text-label-tertiary, #EDEEF2);
    font-family: "Noto Sans";
    background: #202020;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;

    padding: 2px 6px;
    border-radius: 4px;
    left: 8px;
}


.submit-button {
    margin-top: 32px;
    display: block;
    width: 100%;
    max-width: 177px;
    height: 48px;
    padding: 10px;
    border-radius: 31px;
    border: 1px solid #EDFF65;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background: linear-gradient(90deg, #EDFF65 0%, #D2ED04 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.submit-button:hover {
    background-color: #0056b3;
}

/* select-boxxx */
.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group select {
    background: transparent;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--grey-cool-blue-100, #C7CAD5);
    transition: border-color 0.3s ease;
    color: var(--grey-cool-blue-300, var(--Color-Token-Icon-Colors-icon-grey-tertiary, #868DA5));
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.form-group select option {
    padding: 20px;

}

.form-group select:focus {
    border-color: #D2ED04;
    outline: none;
}

.form-group select:focus+.did-floating-label,
.form-group select:valid+.did-floating-label {
    top: -11px;
    font-size: 12px;
    color: var(--Color-Token-Text-Colors-text-label-tertiary, #EDEEF2);
    font-family: "Noto Sans";
    background: #202020;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 0 4px;
    border-radius: 4px;
    left: 8px;
}

.form-group .did-floating-label {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 9999;
    font-size: 14px;
    color: #777;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}


.succes_model_body {
    padding: 32px 42px;
}


.errow-icon421 {
    display: none;
}

.footer-logo {
    width: 100%;
    max-width: 146px;
}

.animated-errow-section-mobile-view {
    display: none;
}

/* media-qurees */
@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 442px;
        margin: 1.75rem auto;

    }
}

@media screen and (max-width: 1400px) {
    .success-section {
        margin-top: -180px;
    }
}

@media screen and (max-width: 1240px) {
    .elevate1-img {
        width: 100%;
        max-width: 630px;
    }

    .elevate-te h2 {
        font-size: 40px;
    }

    .main-target canvas,
    .main-target .target,
    .main-target .target-chart,
    .main-target .target-percentage {
        width: 240px !important;
        height: 240px !important;

    }
}

@media screen and (max-width: 1200px) {
    .Coaching3.active {
        transform: translate(0%, -2%) rotateY(360deg) scale(1);
    }

    .Coaching4.active {
        transform: translate(28%, -12%) rotateY(360deg) scale(1);
    }

    .coach2.active {
        transform: translate(0%, -30%) rotate(-360deg) scale(1) !important;
    }

    .coach4.active {
        transform: translate(19%, -48%) rotateY(360deg) scale(1) !important;
    }

    .coach6.active {
        transform: translate(24%, -73%) rotateY(360deg) scale(1) !important;
    }

    .elevate-te h2 {
        font-size: 36px;
    }

    .success-section {
        margin-top: -150px;
    }

    .mastery-btn {
        right: 37%;
        top: 44%;
    }

    .main-target canvas,
    .main-target .target,
    .main-target .target-chart,
    .main-target .target-percentage {
        width: 200px !important;
        height: 200px !important;

    }

    .errow-icon1,
    .errow-icon2,
    .errow-icon3,
    .errow-icon4,
    .errow-icon5 {
        display: none;
    }

    .main-market .m-market1 {
        display: flex;
        justify-content: space-between;
        gap: 32px !important;
    }
}


@media screen and (max-width: 1040px) {

    .errow-icon1 {
        width: 330px;
    }

    .errow-icon1 img {
        width: 100%;
    }

}

@media screen and (max-width: 991px) {
    .main-mockup .mockup-2 {
        display: none;
    }

    .player-slide-1 {
        margin-top: 40px;
        background-image: url(../images/M1.webp);
        background-size: contain;

    }

    .player-slide-2 {
        background-image: url(../images/M2.webp);
        background-size: 100% 100%;
        background-size: contain;

    }

    .player-slide-3 {
        background-image: url(../images/M3.webp);
        background-size: 100% 100%;
        background-size: contain;

    }

    .player-slide-4 {
        background-image: url(../images/M4.webp);
        background-size: 100% 100%;
        background-size: contain;

    }

    .main-mockup .mockup1 {
        width: 100%;
        max-width: 280px;
    }

    .mt-48 {
        margin-top: 0px;
    }

    .main-target canvas,
    .main-target .target,
    .main-target .target-chart,
    .main-target .target-percentage {
        width: 150px !important;
        height: 150px !important;

    }

    .main-target .totalTierPoints,
    .target-percentage .percontage {
        font-size: 24px;
        font-weight: 600;
    }

    .main-target .points-random {
        font-size: 12px;
        line-height: 20px;
        padding: 0 22px;
    }

    .main-tbs {
        flex-direction: column;
    }

    .tabs-btn {
        width: 100%;
    }

    .nv-tb-btn {
        justify-content: space-around;
        flex-direction: row !important;
        flex-wrap: nowrap;
    }

    .transform2-dashboard {
        min-height: 325px;
    }

    .elet-mb {
        width: 100%;
        max-width: 265px;
    }

    .elevate-te {
        padding-top: 55px;
        max-width: 365px;
    }

    .success-section {
        margin-top: -60px;
    }

    .mt-120 {
        margin-top: 40px;
    }

    .Marquee::before,
    .Marquee::after {
        width: 100px;
    }

    .main-mockup {
        gap: 40px;
    }

    .main-target .target-chart {
        box-shadow: inset 0 0 0 3px white;
    }

}

@media screen and (max-width: 768px) {
    .main-elevate {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
    }

    .mastery-btn {
        right: 61%;
        top: 72%;
    }

    .elet-mb {
        width: 100%;
        max-width: 505px;
    }

    .Coaching1.active {
        transform: translate(6%, -4%) rotate(-360deg) scale(1);
    }

    .Coaching2.active {
        transform: translate(-20%, 0) rotate(-360deg) scale(1);
    }

    .Coaching4.active {
        transform: translate(33%, -21%) rotateY(360deg) scale(1);
    }

    .coach6.active {
        transform: translate(34%, -89%) rotateY(360deg) scale(1) !important;
    }

    .coach4.active {
        transform: translate(29%, -42%) rotateY(360deg) scale(1) !important;
    }

    .elevate1-img {
        height: 800px;
    }

    .success-section,
    .marketplace-section {
        padding: 50px 0 !important;
    }

    .elevate-main h2,
    .seamless-head {
        font-size: 40px !important;
    }

    .main-target canvas,
    .main-target .target,
    .main-target .target-chart,
    .main-target .target-percentage {
        width: 130px !important;
        height: 130px !important;

    }

    .main-target {
        padding-top: 18px;
        gap: 7px;
    }

    .main-ralley {
        flex-wrap: wrap;
    }

    .elevate-te p {
        text-align: start !important;
    }

    .target {
        margin: 0;
    }

    .success-section {
        margin-top: 0px;
    }

    .text-sec1 h2 {
        font-size: 52px;
        line-height: 72px;
    }

    .section-1 {
        padding: 180px 0 90px 0;
    }

    .main-target .totalTierPoints,
    .target-percentage .percontage {
        font-size: 16px;
        font-weight: 600;

    }

    .main-target .points-random {
        padding: 0 30px 0 12px;
    }

    .boll-left-card {
        width: 100%;
        max-width: 280px;
    }



    .place-icon {
        width: 60px;
        height: 60px;
    }

    .place-icon svg {
        width: 32px;
        height: 32px;
    }

    .place-card1 h2 {
        padding-top: 16px;
        font-size: 20px;
    }

    .place-card1 p {
        padding-top: 12px;
        font-size: 14px;
    }

    .bolls-section::after,
    .bolls-section::before {
        max-width: 200px;
        height: 130px;
    }

    .place-market {
        width: 100%;
        max-width: 340px;
    }

    .place-card1 {
        width: 100%;
        max-width: 340px;
        padding: 16px;
    }

    .venue-sport {
        text-align: center !important;
    }

}

@media screen and (max-width: 600px) {
    .transform2-dashboard {
        min-height: 249px;
    }
    .footer-section .Privacy-links{
        padding-top:  32px
    }

    .main-target {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }

    .transform2-dashboard,
    .trns-fr2scr {
        margin-left: -225px !important;
    }


    .seamless-head {
        font-size: 30px !important;
    }

    .elevate-te p {
        font-size: 14px;
    }

    .text-sec1 h2 {
        width: 100%;
        max-width: 450px !important;
        font-size: 40px;
        line-height: 52px;
    }

    .text-sec1 p {
        width: 100%;
        max-width: 450px !important;
        font-size: 14px;
        line-height: 24px;
    }

    .plyer-section,
    .footer-section {
        padding: 50px 0;
    }

    .section-1 {
        margin: auto 0;
        padding: 120px 0 90px 0;
    }

}

@media screen and (max-width: 500px) {
    #stalker {
        background-color: transparent;
    }

    .coach5.active {
        transform: translate(-5%, -28%) rotateY(360deg) scale(1) !important;
    }


    .coach6.active {
        transform: translate(34%, -72%) rotateY(360deg) scale(1) !important;
    }

    .main-market .m-market1 {
        justify-content: space-between;
        flex-wrap: wrap-reverse;
    }

    .place-market {
        display: flex;
        justify-content: flex-end;
    }

    .main-market .m-market1,
    .boll-left-card {
        padding-top: 20px;
    }

    .mt-120 {
        margin-top: 0;
    }

    .Marquee::before,
    .Marquee::after {
        width: 0px;
    }

    .ft_14_fw_400 {
        font-size: 12px;
    }

    .Coaching3 {
        max-width: 150px;
    }

    .Coaching4 {
        max-width: 175px;
    }

    .elevate1-img {
        height: 550px;
    }

    .Coaching3.active {
        transform: translate(10%, -23%) rotateY(360deg) scale(1);
    }

    .seamless-head {
        font-size: 24px !important;
    }

    .animated-errow-section-web {
        display: none;
    }

    .animated-errow-section-mobile-view {
        display: block;
    }


}

@media screen and (max-width: 426px) {
    .seamless-head {
        font-size: 20px !important;
    }

    .sm-head {
        font-size: 20px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        margin: 0 auto;
        max-width: 273px;
        text-align: center !important;
    }

    .elet-mb {
        width: 100%;
        max-width: 290px;
        margin: 0 auto;
    }

    .mastery-btn {
        right: 50%;
        top: 74%;
    }

    .Coaching4.active {
        transform: translate(89%, -88%) rotateY(360deg) scale(1);
    }

    .coach5.active {
        transform: translate(-9%, -20%) rotateY(360deg) scale(1) !important;
    }

    .coach6.active {
        transform: translate(70%, -131%) rotateY(360deg) scale(1) !important;
    }


    .coach4.active {
        transform: translate(72%, -85%) rotateY(360deg) scale(1) !important;
    }

    .elevate1-img {
        height: 420px;
    }

    .tabs-btn .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link,
    .tabs-btn .nav-pills .nav-link {
        font-size: 10px;

    }

    .tabs-btn .nav-pills .nav-link {
        gap: 2px;
    }

    .hero-section-btn {
        flex-wrap: wrap;
    }

    .ft_14_fw_400 {
        font-size: 10px;
    }

    .my2Swiper {
        padding-bottom: 100px;
    }

    .mySwiper-pagination {
        bottom: 5px;
    }

    .player-slide-1 {
        margin-top: 40px;
        background-image: url(../images/m5.webp);
        background-size: contain;
        height: 400px;

    }

    .player-slide-2 {
        background-image: url(../images/m7.webp);
        background-size: 100% 100%;
        background-size: contain;

    }

    .player-slide-3 {
        background-image: url(../images/m6.webp);
        background-size: 100% 100%;
        background-size: contain;

    }

    .player-slide-4 {
        background-image: url(../images/m8.webp);
        background-size: 100% 100%;
        background-size: contain;

    }

    .nav-down {
        display: none;
    }



    .text-sec1 h2 {
        max-width: 278px !important;
        font-size: 24px;
        font-weight: 600;
        line-height: 130%;
    }

    .text-sec1 p {
        padding-top: 8px;
        width: 100%;
        max-width: 278px !important;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
    }

    .ball-sp {
        width: 30px;
        height: 30px;
    }

    .download-label {
        width: 145px;
        height: 30px;
    }

    .down-p {
        font-size: 12px;
        right: 10px;
    }

    .hero-section-btn {
        padding-top: 20px;
        gap: 12px;
    }

    .download-field:hover+.download-label .down-p {
        color: black;
        left: 10px;
    }

    .early-acess-btn {
        padding: 6px 22px 4px;
    }

    .early-acess-btn span {
        font-size: 12px;
        line-height: normal;
    }

    .explore_mouse {
        display: none;
    }

    .plyer-section {
        padding: 35px 0;
    }

    .elevate-main h2 {
        font-size: 24px !important;
        font-weight: 600;
        line-height: 130%;
    }

    .elevate-main h2,
    .seamless-head {
        font-size: 24px;
        font-weight: 600;
        line-height: 130%;
    }

    .plyer-p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        padding-bottom: 12px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        width: 30px;
        height: 30px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 20px;
    }

    .place-icon {
        border-radius: 4.667px;
        width: 28px;
        height: 28px;
    }

    .place-icon svg {
        width: 14px;
        height: 14px;
    }

    .place-card1 h2 {
        padding-top: 16px;
        font-size: 14px;
    }

    .place-card1 p {
        padding-top: 8px;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
    }

    .place-mark42 {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }

    .place-card1 {
        width: 100%;
        max-width: 230px;
    }

    .boll-left-card {

        width: 220px;
    }

    .mt-131 {
        margin-top: -130px;
    }

    .mt-170 {
        margin-top: -190px;
    }

    .mt-108 {
        margin-top: -108px;
    }

    .errow-icon421 {
        display: block;
    }

    #errow222,
    #errow24 {
        margin-right: -70px;
    }

    #errow23,
    #errow26 {
        margin-left: -70px;
    }

    #errow427 {
        transform: translate(15px, 0px);
    }

    .elevate-te h2 {
        padding-top: 0;
        font-size: 20px;
        line-height: 130%;
    }

    .elevate-te {
        padding-top: 0px;

    }

    .elevate-te p {
        padding-top: 8px;
        font-size: 12px;
        line-height: normal;
    }

    .Marquee-tag {
        max-width: 210px;
        font-size: 12px;
        line-height: normal;
        padding: 20px 12px;
    }

    .johs-di h2,
    .johs-di p {
        font-size: 12px;

    }

    .footer-section {
        padding: 35px 0;
    }

    .footer-logo {
        width: 100%;
        max-width: 100px;
    }

    .ralley-1 .newsletter-p {
        padding-top: 14px;
        font-size: 14px;
    }

    .ralley-1 .ft-input-field input {
        padding: 9px 18px;
        font-size: 12px;
    }

    .ralley-1 .ft-input-field button {
        font-size: 12px;
        height: 36px;
    }

    .footer-section .ralley-2 .Support {
        gap: 8px;
    }

    .ralley-2 .Support a {
        font-size: 14px;
    }

    .main-ralley {
        gap: 14px;
    }

    .Send__chat__btn {
        width: 44px;
        height: 44px;
        right: 14px;
    }

    .Send__chat__btn svg {
        width: 25px;

    }

    .hero-section .dots-hero {
        top: 65%;
        right: 36px;
    }

}

@media screen and (max-width: 400px) {
    .boll-left-card {

        width: 185px;
    }
}

@media screen and (max-width: 376px) {
    .elevate1-img {
        height: 400px;
    }

    .elet-mb {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }

    .mastery-btn {
        right: 50%;
        top: 73%;
    }

    .ft_14_fw_400 {
        font-size: 8px;
        line-height: normal;
    }

    .place-card1 {
        width: 100%;
        max-width: 216px;
    }

    #errow427 {
        transform: translate(-20px, -5px);
    }

    #errow23,
    #errow26 {
        margin-left: -28px;
    }

    #errow222,
    #errow24 {
        margin-right: -20px;
    }

    .elevate-main h2 {
        font-size: 20px !important;

    }

}

@media screen and (max-width: 320px) {
    .errow-icon421:nth-child(1) {
        padding-left: 70px;
    }

    #errow23,
    #errow25,
    #errow26 {
        margin-left: -148px;
    }

    #errow24 {
        margin-right: -148px;
    }

}

.loading {
    position: relative;
    pointer-events: none;
    cursor: not-allowed;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.loading::before {
    display: block;
    content: "";
    transition: opacity 1s .5s;
    animation: .8s linear infinite rotate;
    opacity: 1;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: white !important;
    border-bottom-color: white !important;
    border-radius: 50%
}

.loader-color.loading::before {
    border-top-color: black !important;
    border-bottom-color: black !important;

}

.loader-color {
    max-width: unset !important;
    width: fit-content;
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}