/*********************  Default-CSS  *********************/

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"],
a[href],
input[type='submit'],
input[type='button'],
input[type='image'],
label[for],
select,
button,
.pointer {
    cursor: pointer;
}

::-moz-focus-inner {
    border: 0px solid transparent;
}

::-webkit-focus-inner {
    border: 0px solid transparent;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

html body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    line-height: 1.3;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.no-list li,
.no-list ul,
.no-list ol,
footer li,
footer ul,
footer ol,
header li,
header ul,
header ol {
    list-style: inside none none;
}

.no-list ul,
.no-list ol,
footer ul,
footer ol,
header ul,
header ol {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: #555;
}

a:hover {
    color: #000;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


ul:after,
li:after,
.clr:after,
.clearfix:after,
.container:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

div input,
div select,
div textarea,
div button {
    font-family: 'Lato', sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Lato', sans-serif;
    line-height: 120%;
    color: #333;
    font-weight: bold;
    margin: 0 0 15px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div select option {
    font-size: 13px;
    color: #333;
    padding: 2px 5px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

body p {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 140%;
    margin: 0 0 15px;
    padding: 0;
}

body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin-bottom: 0;
}

p strong {
    font-weight: bold;
}

.a-left {
    text-align: left;
}

.a-right {
    text-align: right;
}

.a-center {
    text-align: center;
}

label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
}

.hidden {
    display: none !important;
}

body .container {
    width: 100%;
    max-width: 1160px;
}


/*********************  scroll Hide  *********************/
html.show-menu {
    overflow: hidden;
}

html.show-menu body {
    overflow: hidden;
    height: 100%;
}

/*********************  Default-CSS close  *********************/


/*********************  Gapping  *********************/
.p-60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.p-80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.p-up-80 {
    padding-top: 80px;
}

.p-100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

/*********************  Gapping close  *********************/


/*********************  Default-CSS  *********************/



/*********************  Common-Css  *******************/
.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: none !important;
}

/*********************  Common-Css Close  *******************/

/*********************  Topbar-Css Close  *******************/
header {
    position: fixed;
    top: 45px;
    background: #fff;
    width: 100%;
    z-index: 999;
    left: 0;
    transition: all 0.5s;
}

header.fixed {
    top: 0;
    transition: all 0.5s;
    box-shadow: 0 0 80px #2e107830;
}

.topbar {
    background: #ECE7F9;
}

.topbar .container {
    display: flex;
    align-items: center;
}

.topbar p {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 20px;
    color: #210170;
    font-weight: 500;
    transition: all 0.5s;
}

.topbar ul {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
}

.topbar ul li {
    margin-left: 40px;
}

.topbar p span {
    margin-right: 12px;
}

.topbar p:hover {
    color: #7BD7C0;
    transition: all 0.5s;
}

.topbar p:hover svg path {
    fill: #7BD7C0;
    transition: all 0.5s;
}

.topbar p svg path {
    transition: all 0.5s;
}

.navbar-brand {
    max-width: 180px;
    width: 100%;
}

.navbar-nav {
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px;
    color: #716783;
    font-weight: 500;
    padding: 0 12px;
    transition: all 0.5s;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #2e1078;
}

.nav-item .btn-blue {
    padding: 16px 30px;
    font-size: 16px;
    margin-left: 60px;
}

.d-margin {
    margin-top: 99px;
}

/*********************  Topbar-Css Close  *******************/

/*********************  Home-Css Close  *******************/
.herp-item {
    position: relative;
    height: 100%;
}

.hero-banner {
    width: 100%;
    height: 100%;
}

.hero-banner img {
    height: 100%;
    object-fit: cover;
    object-position: 80% 100%;
}

.hero-banner-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 675px;
}

.hero-banner-info h1 {
    font-size: 56px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.btn-white {
    font-size: 18px;
    color: #2E1078;
    padding: 19px 49px;
    background: #fff;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s;
}

.hero-banner-info p {
    line-height: 1.7;
    font-size: 20px;
    color: #fff;
    max-width: 520px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    margin-bottom: 50px;
}

.hero-banner-info p::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #8AE1EE;
}

.btn-white:hover {
    background: #7CD7C1;
    color: #2E1078;
    transition: all 0.5s;
}

#favorite-sport {
    padding: 0 20px;
}

.favorite-sport-item {
    height: 259px;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    margin: 40px 0 45px;
}

.favorite-sport-item img {
    height: 100%;
    object-fit: cover;
}

.favorite-sport-item:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-image: -moz-linear-gradient(0deg, rgb(123, 215, 192) 0%, rgb(43, 26, 98) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(123, 215, 192) 0%, rgb(43, 26, 98) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(123, 215, 192) 0%, rgb(43, 26, 98) 100%);
    opacity: 0.80;
    transition: all 0.5s ease-in;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.favorite-sport-item:hover:after {
    opacity: 0.80;
    width: 100%;
    height: 100%;
}

.favorite-sport-info {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    text-align: center;
    z-index: 99;
    opacity: 0;
    transition: all 0.5s;
}

.favorite-sport-item:hover .favorite-sport-info {
    opacity: 1;
    transition: all 2s;
    transition-delay: 0.1s;
}

.favorite-sport-info h6 {
    margin-bottom: 16px;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.favorite-sport-item .btn-white {
    font-size: 16px;
    padding: 19px 42px;
}

.main-title {
    font-size: 40px;
    color: #2E1078;
    font-weight: 800;
    margin-bottom: 40px;
    text-align: center;
}

.favorite-sport-section .main-title {
    max-width: 648px;
    margin: 0 auto;
    line-height: 1.4;
}

.owl-item.active.center .item .favorite-sport-item {
    transform: scale(1.06);
    box-shadow: 4px 8px 28px 0 rgba(0, 0, 0, 0.16);
}

.favorite-sport-item:hover {
    box-shadow: 4px 8px 28px 0 rgba(0, 0, 0, 0.16);
}

.flx-ovr {
    display: flex;
    justify-content: center;
    position: relative;
}

.bkovr {
    position: absolute;
    background-color: #00000069;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bkovr h2 {
    color: white;
}

.favorite-sport-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pdzero {
    padding-top: 0px !important;
}
.blueinop{
    color: #2E1078;
}
.blueinopfw{
    font-weight: 900;
    color: #000000;
}
.shortspaceherobanner .hero-mobile-banner{
    height: 400px;
}
.shortspaceherobanner .hero-mobile-info h1{
    margin-bottom: 0px !important;
}
.loigotyu {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
}
.bulletoip{
    padding-right: 10px;
    font-weight:700;
}
.loigotyu .imjkotr{
    width: 30%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recognitionotr .slick-list,
.recognitionotr .slick-track,
.recognitionotr .slick-slide{
    height: inherit;
}
.recognitionotr .slick-slide img{
    max-height: inherit;
}
.openvbn{
    cursor: pointer;
}
.hhdotr .hhdinr{
    display: none;
}
.arslider {
    height: 300px;  
}
.slick-dots li button:before{
    font-size: 10px !important;
}
.colghyt a{
    position: absolute;
    left: 0;right: 0;
    top: 0;bottom: 0;
    z-index: 2;
}
.colghyt{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background-color: white;
    border-radius: 10px;
    padding: 10px 0px;
    position: relative;
}
.colghyt .tle{
    font-size: 20px;
    font-weight: 600;
}
.colghyt .tleimg,
.colghyt .tleimg img{
    width: 100%;
    position: relative;
}
.colghyt .descv{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    height: 47px;
    padding: 0 10px;
}
.cross {
    width: 200px;
    height: 200px;
    /* background: linear-gradient(to bottom right, transparent, #201670); */
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.arslider .imghjslipo {
    display: flex;
    padding: 0px 5px;
}
.sliderevents .slick-slide{
    padding: 10px;
}
.mTopadjus{
    margin-top: 35px !important;
}
.nodescherobanner .hero-mobile-info h1{
    padding-bottom: 20px;
    margin-bottom: 150px;
}
.propicdesign.circloplay-item{
    display: flex !important;
}
.propicdesign .dumpropic{
    width: 120px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.propicdesign .dumpropic img{
    width: 90px;
    border-radius: 57px;
    margin: 0;
}
.propicdesign .circloplay-item-info{
    width: calc(100% - 120px);
}
.nodescherobanner .hero-mobile-info{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 23px;
}
.foundimg{
    width: 100px;
    height: 100px;
    border-radius: 53px;
}
.adj40{
    margin-top: 40px;
}
.pdzerobottom{
    padding-bottom: 0px !important;
}
.slick-slide img {
    /* max-height: 275px;           */
    width: auto;               
    object-fit: cover;          
    display: block;            
    margin: 0 auto;             
  }

.row-custom {
    display: flex;
}

.col-custom {
    padding: 12px;
    width: calc(100% / 5);
    transition: all 0.5s;
}

.col-custom:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}
.tcenter{
    text-align: center;
}
.desctle{
    /* text-align: center; */
    color: #2E1078;
}
.flagshipcont::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-color: #F5F5F5 !important;
    background-image: none !important;
    z-index: -1;
    opacity: 1 !important;
}
.flagshipcont_white::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-color: #FFFFFF !important;
    background-image: none !important;
    z-index: -1;
    opacity: 1 !important;
}
.favorite-sport-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-image: -moz-linear-gradient(90deg, rgba(231, 222, 253, 0.74118) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(231, 222, 253, 0.74118) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(231, 222, 253, 0.74118) 0%, rgb(255, 255, 255) 100%);
    z-index: -1;
    opacity: 0.9;
}

.onlyone.circloplay-item {
    display: flex;
    height: auto;
    margin: 25px 5px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.5s;
}

.onlyone.circloplay-item-img {
    width: 50%;
    display: flex;
    border-radius: 0px;
    overflow: hidden;
    height: auto;
}

.circloplay-item {
    margin: 25px 5px;
    background: #fff;
    height: calc(100% - 40px);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.5s;
}

.circloplay-item-img {
    width: 100%;
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
}

.circloplay-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-img {
    width: 100%;
    /* height: 240px; */
    border-radius: 8px;
    overflow: hidden;
}

.play-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.circloplay-item-info {
    padding: 37px 20px 20px;
}

.circloplay-item-info h6 {
    margin-bottom: 15px;
    color: #160237;
    font-size: 22px;
    line-height: 1.5;
}

.circloplay-item-info p {
    font-size: 18px;
    color: #160237;
    font-weight: 400;
    line-height: 1.6;
}

.flagshipcont_white .circloplay-item-info {
    padding: 1px 6px 20px;
}
.flagshipcont_white .circloplay-item:hover {
    box-shadow: none;
}
.circloplay-item:hover {
    box-shadow: 4px 8px 25px hsl(236deg 100% 10% / 14%);
    transition: all 0.5s;
}

.why-circloplay-section .main-title {
    margin-bottom: 30px;
}

.how-work-info {
    padding-top: 25px;
    padding-right: 60px;
}

.how-work-info .main-title {
    margin-bottom: 56px;
}

.how-work-info ul {
    padding: 0;
    list-style: none;
    margin: 0 0 40px 0;
}

.how-work-info ul li {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.how-work-info ul li span {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed hsl(0deg 0% 44% / 31%);
    border-radius: 100%;
    min-width: 70px;
    margin-right: 15px;
    font-size: 30px;
    color: #160237;
    font-weight: 700;
    opacity: 0.43;
}

.how-work-info ul li p {
    font-size: 22px;
    color: #160237;
    font-weight: 600;
    line-height: 1.4;
}

.btn-blue {
    font-size: 20px;
    color: #FFFFFF;
    background: #2E1078;
    padding: 18px 41px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.5s;
}

.btn-blue:hover {
    color: #2e1078;
    background: #7bd7c0;
}

.how-work-img {
    width: 520px;
    height: 636px;
    position: relative;
    margin-left: auto;
}

.how-work-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.how-span-2 {
    position: absolute;
    top: 80px;
    right: -98px;
    width: 196px;
    padding: 16px 16px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 4px 8px 24px hsl(236deg 100% 10% / 11%);
    text-align: center;
    font-size: 18px;
    color: #8B8B8B;
    font-weight: 500;
}

.how-span-2 i {
    margin-bottom: 10px;
}

.how-span-1 {
    background: #fff;
    border-radius: 8px;
    box-shadow: 4px 8px 24px hsl(236deg 100% 10% / 11%);
    position: absolute;
    width: 234px;
    padding: 12px 20px;
    font-size: 18px;
    color: #8B8B8B;
    font-weight: 500;
    line-height: 1.5;
    left: -70px;
    bottom: 146px;
}

.experts-section {
    position: relative;
}

.experts-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-image: -moz-linear-gradient(270deg, rgba(203, 255, 242, 0.74118) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(270deg, rgba(203, 255, 242, 0.74118) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(270deg, rgba(203, 255, 242, 0.74118) 0%, rgb(255, 255, 255) 100%);
    z-index: -1;
    opacity: 0.7;
}

.experts-item {
    position: relative;
    border-radius: 8px;
    transition: all 0.5s;
    margin: 15px 0 25px;
    overflow: hidden;
    display: block;
}

.experts-img {
    width: 100%;
    height: 280px;
}

.experts-item:hover {
    background: #fff;
    box-shadow: 4px 8px 25px hsl(236deg 100% 10% / 14%);
}

.experts-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experts-info h5 {
    font-size: 22px;
    color: #160237;
    display: flex;
    margin-bottom: 7px;
    align-items: center;
}

.experts-info h5 span {
    background: #572DBE;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    padding: 2px 6px;
    margin-left: auto;
}

.experts-info h5 span i {
    color: #FFA200;
}

.experts-info {
    transition: all 0.5s;
    padding: 20px 0 30px;
}

.experts-info h6 {
    font-size: 18px;
    color: #160237;
    font-weight: 400;
    margin-bottom: 10px;
}

.experts-info p {
    font-size: 18px;
    color: #8B8B8B;
    font-weight: 400;
}

.experts-item:hover .experts-info {
    padding: 20px 15px 30px;
}

#experts-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

#experts-carousel .owl-dots button {
    width: 12px;
    height: 12px;
    background: #BCBCBC;
    margin: 0 7px;
    border-radius: 100%;
}

#experts-carousel .owl-dots button.active {
    background: #572DBE;
}

.parents-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #F6F6F6;
}

.parents-img {
    display: block !important;
    width: 100%;
    height: 260px;
    position: relative;
    z-index: 1;
}

.parents-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parents-img span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    z-index: 4;
}

.parents-img span img {
    height: 100%;
    object-fit: contain;
}

.parents-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    left: 0;
    z-index: 1;
}

.parents-img h6 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 0;
    padding: 15px 21px;
}

.parents-info {
    display: flex;
    padding: 15px 20px 20px;
}

.parents-info span {
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 100%;
    margin-right: 15px;
}

.parents-info span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parents-info h6 {
    font-size: 20px;
    color: #160237;
    margin-bottom: 2px;
    font-weight: 700;
}

.parents-info p {
    font-size: 16px;
    color: #8B8B8B;
    font-weight: 500;
}

#parents-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

#parents-carousel .owl-dots button {
    width: 12px;
    height: 12px;
    background: #BCBCBC;
    margin: 0 7px;
    border-radius: 100%;
}

#parents-carousel .owl-dots button.active {
    background: #572DBE;
}

.btn-parents-entroll {
    margin-top: 98px;
}

.parents-say-section .main-title {
    margin-bottom: 50px;
}

/*********************  Home-Css Close  *******************/

/*********************  Footer-Css Start  *******************/
.footer-banner {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

footer {
    background: #2E1078;
    padding-top: 60px;
}

.footer-logo {
    display: block;
    max-width: 180px;
    margin-bottom: 34px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-footer li a {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.contact-footer li a p {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 400;
    margin-left: 22px;
    transition: all 0.5s;
}

.contact-footer li a span {
    width: 22px;
    min-width: 22px;
}

.contact-footer li a span svg path {
    transition: all 0.5s;
}

.contact-footer li a:hover span svg path {
    fill: #7bd7c0;
    transition: all 0.5s;
}

.contact-footer li a:hover p {
    color: #7bd7c0;
    transition: all 0.5s;
}

footer li:nth-last-child(1) a {
    margin-bottom: 0;
}

footer h5 {
    font-size: 16px;
    color: #978AAB;
    margin: 32px 0 46px;
    font-weight: 700;
}

.footer-links li a {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}

.footer-links li a:hover {
    color: #7bd7c0;
}

.footer-social {
    display: flex;
    align-items: center;
    margin: 36px -5px 46px;
}

.footer-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgb(255 255 255 / 10%);
    border-radius: 100%;
    transition: all 0.5s;
    color: #fff;
    font-size: 18px;
    margin: 0 5px;
}

.footer-social li a:hover {
    background: #fff;
    color: #2e1078;
}

.application-links li a {
    display: block;
    width: 200px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.application-links li a:hover {
    box-shadow: 0 0 0 3px #7bd7c0;
}

.copyright {
    text-align: center;
    margin-top: 50px;
    border-top: 2px solid rgb(245 245 245 / 8%);
    padding: 15px 0;
    font-size: 18px;
    color: #978AAB;
    font-weight: 500;
}

/*********************  Footer-Css Close  *******************/

/*********************  About-Css Start  *******************/
.inner-page-banner {
    padding: 95px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.about-banner {
    background-image: url('../images/about-banner.jpg');
}

.inner-page-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient(270deg, rgb(123, 215, 192) 0%, rgb(43, 26, 98) 100%);
    background-image: -webkit-linear-gradient(270deg, rgb(123, 215, 192) 0%, rgb(43, 26, 98) 100%);
    background-image: -ms-linear-gradient(270deg, rgb(123, 215, 192) 0%, rgb(43, 26, 98) 100%);
    opacity: 0.90;
    width: 100%;
    height: 100%;
}

.inner-banner-info {
    position: relative;
    z-index: 9;
    text-align: center;
}

.inner-banner-info h2 {
    font-size: 64px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 10px;
}

.inner-banner-info nav ol {
    justify-content: center;
    margin: 0;
}

.inner-banner-info nav ol li a,
.inner-banner-info nav ol li.active {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.about-img {
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-info {
    padding-left: 30px;
}

.about-info h4 {
    font-size: 40px;
    color: #2E1078;
    font-weight: 600;
    margin-bottom: 18px;
}

.about-info p {
    font-size: 18px;
    color: #8B8B8B;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: 400;
}

.about-section .row {
    align-items: center;
}

.about-img2 {
    width: 100%;
    height: 100%;
}

.about-info2 h4 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #2E1078;
    font-weight: 600;
    line-height: 1.3;
}

.about-info2 p {
    font-size: 20px;
    color: #707070;
    margin-bottom: 20px;
    font-weight: 400;
}

.about-info2 ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.about-info2 ul li {
    display: block;
    border-radius: 4rem;
    padding: 10px 15px 10px 20px;
    margin-bottom: 10px;
    background: #F7F5FF;
    font-size: 18px;
    color: #403F3F;
    font-weight: 600;
}

.beliefs-section .main-title {
    margin-bottom: 50px;
}

.beliefs-item {
    transition: all 0.5s;
    padding: 35px 50px 35px 30px;
    height: 275px;
}

.beliefs-item span {
    display: block;
    margin-bottom: 10px;
    height: 55px;
}

.beliefs-item span svg {
    height: 100%;
}

.beliefs-item h6 {
    font-size: 20px;
    color: #160237;
    font-weight: 600;
    margin-bottom: 10px;
}

.beliefs-item p {
    font-size: 18px;
    color: #8B8B8B;
    font-weight: 500;
    opacity: 0.80;
    line-height: 1.6;
}

.beliefs-item:hover {
    border-radius: 8px;
    box-shadow: 4px 8px 25px 0 hsl(236deg 100% 10% / 10%);
}

/*********************  About-Css Close  *******************/

/*********************  Contact-Css Start  *******************/
.contact-banner {
    background-image: url('../images/contact-banner.jpg');
}

.white-box {
    background: #fff;
    box-shadow: 0 4px 20px 0 hsl(218deg 12% 39% / 12%);
    max-width: 970px;
    padding: 50px 70px;
    margin: 0 auto;
}

.contact-box .main-title {
    margin-bottom: 30px;
}

.input-box {
    position: relative;
    margin-bottom: 15px;
}

.input-box input {
    background: #ECEFF2;
    border-radius: 5px;
    height: 58px;
    padding: 0 26px;
    display: block;
    border: none;
    width: 100%;
}

.input-box textarea {
    background: #ECEFF2;
    border-radius: 5px;
    height: 129px;
    padding: 17px 26px;
    display: block;
    border: none;
    width: 100%;
    resize: none;
}

.input-btn {
    margin-top: 30px;
}

.contact-info {
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
    max-width: 970px;
    margin: 65px auto;
    padding: 0;
}

.contact-info li {
    width: 30%;
}

.contact-info li p {
    font-size: 20px;
    color: #2F3542;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.contact-info li p span {
    margin-top: -3px;
    margin-right: 8px;
}

.contact-info li a {
    font-size: 22px;
    color: #2F3542;
    font-weight: 500;
}

.contact-info li a:hover {
    color: #2e1078;
}

.contact-map {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto 60px;
    height: 420px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}

/*********************  Contact-Css Close  *******************/

/*********************  Team-Css Start  *******************/
.team-banner {
    background-image: url('../images/team-banner.jpg');
}

.circloplay-section .main-title {
    margin-bottom: 8px;
}

.title-text {
    font-size: 22px;
    color: #160237;
    font-weight: 500;
    text-align: center;
    margin-bottom: 70px;
}

.team-item {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin: 20px 5px;
    transition: all 0.5s;
}

.team-item-img {
    width: 100%;
    height: 380px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.team-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-item-info {
    transition: all 0.5s;
    padding: 30px 0;
}

.team-item-info h6 {
    font-size: 28px;
    color: #160237;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-item-info span {
    font-size: 18px;
    color: #160237;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.team-item-info p {
    font-size: 18px;
    color: #8B8B8B;
    opacity: 0.79;
    font-weight: 400;
}

.team-item:hover .team-item-info {
    padding: 30px 18px;
    background: #fff;
}

.team-item:hover {
    box-shadow: 4px 8px 25px 0 hsl(236deg 100% 10% / 14%);
}

.join-us-box {
    background-image: -moz-linear-gradient(270deg, rgb(123, 215, 192) 0%, rgb(43, 26, 98) 100%);
    background-image: -webkit-linear-gradient(270deg, rgb(123, 215, 192) 0%, rgb(43, 26, 98) 100%);
    background-image: -ms-linear-gradient(270deg, rgb(123, 215, 192) 0%, rgb(43, 26, 98) 100%);
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 70px;
    text-align: center;
}

.join-us-box .main-title {
    margin-bottom: 10px;
}

.join-us-box p {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 300;
    max-width: 654px;
    margin: 0 auto 30px;
}

.join-input {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    display: flex;
}

.join-input input {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
}

.join-input input::placeholder {
    color: #B4B4B4;
}

.input-box input::placeholder {
    color: #57606F;
}

.coach-section {
    position: relative;
    padding: 70px 0 20px;
}

.coach-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-image: -moz-linear-gradient(270deg, rgba(203, 255, 242, 0.74118) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(270deg, rgba(203, 255, 242, 0.74118) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(270deg, rgba(203, 255, 242, 0.74118) 0%, rgb(255, 255, 255) 100%);
    z-index: -1;
    opacity: 0.7;
}

.coach-section .main-title {
    margin-bottom: 8px;
}

.coach-more {
    margin-top: 70px;
}

/*********************  Team-Css Close  *******************/

/*********************  Join-Coach-Css Start  *******************/
.join-coach-banner {
    background-image: url('../images/join_coach-banner.jpg');
}

.input-box select {
    background: #ECEFF2;
    border-radius: 5px;
    height: 58px;
    padding: 0 26px;
    display: block;
    border: none;
    width: 100%;
}

.why-join-coach-banner {
    background-image: url('../images/why_join_coach-banner.jpg');
}

.benefit-coach-item {
    margin: 20px 5px;
    box-shadow: 4px 8px 25px 0 rgb(0 3 51 / 10%);
    height: calc(100% - 40px);
    border-radius: 8px;
    overflow: hidden;
}

.benefit-coach-img {
    width: 100%;
    height: 240px;
}

.benefit-coach-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefit-coach-info {
    padding: 32px 20px;
}

.benefit-coach-info h6 {
    font-size: 20px;
    color: #160237;
    margin-bottom: 20px;
    font-weight: 600;
}

.benefit-coach-info p {
    font-size: 18px;
    color: #8B8B8B;
    font-weight: 400;
    opacity: 0.8;
}

.how-work-info2 .main-title {
    margin-bottom: 30px;
}

.how-work-info2 h6 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #160237;
    font-weight: 400;
    max-width: 450px;
    line-height: 1.48;
}

.how-work-info2 .btn-blue {
    margin-top: 40px;
}

/*********************  Join-Coach-Css Close  *******************/

/*********************  Login-Css Start  *******************/
.login-banner {
    background-image: url('../images/login-banner.jpg');
}

.login-box {
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 4px 33px 0 hsl(218deg 12% 39% / 12%);
}

.login-left {
    padding: 50px;
}

.login-logo {
    max-width: 180px;
    margin: 0 auto 50px;
    width: 100%;
    display: block;
}

.login-left h2 {
    font-size: 50px;
    color: #210170;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.login-left ul {
    padding: 0;
    list-style: none;
    margin: 0 0 45px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-left ul li a {
    padding: 0 15px;
    position: relative;
    border-right: 1px solid #787878;
    color: #787878;
    font-size: 23px;
    font-weight: 400;
}

.login-left ul li:nth-last-child(1) a {
    border-right: 1px solid transparent;
}

.login-left ul li a:hover,
.login-left ul li a.active {
    color: #2e1078;
}

.input-box label {
    font-size: 16px;
    color: #160237;
    margin-bottom: 15px;
}

.login-left .btn-blue {
    margin-top: 100px;
    padding: 12px 44px;
}

.login-right {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    padding: 15px;
}

.login-right::after {
    content: "";
    background-image: url('../images/login-box.jpg');
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.login-right h4 {
    font-size: 50px;
    color: #F5F7EC;
    font-weight: 600;
    margin-bottom: 30px;
}

.login-right p {
    font-size: 20px;
    color: #F5F7EC;
    font-weight: 400;
    max-width: 270px;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 30px;
}

.login-right .btn-white {
    padding: 15px 50px;
}

.otp-logo {
    position: relative;
    display: block;
    max-width: 180px;
    width: 100%;
    margin: 0 auto 60px;
}

.otp-info h2 {
    font-size: 60px;
    color: #210170;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.otp-info p {
    text-align: center;
    font-size: 20px;
    color: #787878;
    font-weight: 500;
    margin-bottom: 18px;
}

.otp-info span {
    font-size: 20px;
    color: #210170;
    font-weight: 500;
    display: block;
    text-align: center;
}

.otp-info ul {
    list-style: none;
    padding: 0;
    margin: 55px auto 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 576px;
    width: 100%;
}

.otp-info ul li input {
    font-size: 60px;
    font-weight: 500;
    color: #210170;
    width: 90px;
    text-align: center;
    margin: 0 8px;
    border: none;
    border-bottom: 2px solid #ECEFF2;
}

.otp-info ul li input::placeholder {
    opacity: 0.10;
}

.otp-info h6 {
    text-align: center;
    font-size: 20px;
    color: #787878;
    font-weight: 600;
    margin-bottom: 50px;
}

.otp-info h6 a {
    color: #210170;
}

.otp-info {
    text-align: center;
}

/*********************  Login-Css Close  *******************/

/*********************  Blog-Css Start  *******************/
.blog-banner {
    background-image: url('../images/blog-banner.jpg');
}

.blogs-bg {
    background: #2E1078;
    position: relative;
    margin-bottom: 60px;
}

.blog-banner-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 15px 70px;
}

.blog-banner-info span {
    font-size: 15px;
    color: #96DFCD;
    font-weight: 500;
    margin-bottom: 15px;
}

.blog-banner-info h4 {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 600;
    max-width: 350px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.blog-banner-info p {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 30px;
}

.blog-section .main-title {
    margin-bottom: 80px;
}

.blogs-bg:after {
    height: 592px;
    width: 350px;
    border: 5px solid #7CD7C1;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.blog-item {
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 45px 0 hsl(74deg 43% 34% / 10%);
    margin: 20px 5px;
}

.blog-item-img {
    width: 100%;
    height: 230px;
}

.blog-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item-info {
    padding: 20px 28px;
}

.blog-item-info span {
    font-size: 15px;
    color: #96DFCD;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}

.blog-item-info h6 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #160237;
    font-weight: 600;
    line-height: 1.6;
}

.blog-item-info p {
    font-size: 18px;
    color: #A3A4A4;
    font-weight: 500;
    margin-bottom: 30px;
}

.blog-item-info a {
    font-size: 14px;
    color: #160237;
    position: relative;
    padding: 0 0 10px 0;
    display: block;
}

.blog-item-info span i {
    margin-right: 5px;
}

.blog-item-info a i {
    margin-left: 7px;
}

.blog-item-info a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110px;
    height: 1px;
    background: #160237;
}

.blog-section02 {
    position: relative;
    z-index: 1;
}

.blog-section02 .main-title {
    margin-bottom: 50px
}

.blog-section02::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-image: -moz-linear-gradient(270deg, rgba(203, 255, 242, 0.74118) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(270deg, rgba(203, 255, 242, 0.74118) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(270deg, rgba(203, 255, 242, 0.74118) 0%, rgb(255, 255, 255) 100%);
    z-index: -1;
    opacity: 0.7;
}

/*********************  Blog-Css Close  *******************/

/*********************  Event-Css Start  *******************/
.event-banner {
    background-image: url('../images/event-banner.jpg');
}

.event-section .main-title {
    margin-bottom: 50px;
}

.event-bg {
    background: #2E1078;
}

.event-banner-img {
    width: 100%;
    height: 100%;
}

.event-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-banner-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 80px;
}

.event-banner-info h4 {
    font-size: 24px;
    color: #96DFCD;
    font-weight: 600;
    margin-bottom: 22px;
}

.event-banner-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.event-banner-info ul li {
    margin-bottom: 20px;
    font-size: 16px;
    color: #EFFFFB;
    font-weight: 500;
}

.event-banner-info ul li i {
    margin-right: 6px;
    color: #96DFCD;
    width: 15px;
}

.event-banner-info p {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 30px;
}

.event-item {
    margin: 14px 0;
}

.event-item .blog-item-info span {
    color: #160237;
    font-size: 14px;
}

.event-item .blog-item-info span i {
    color: #96DFCD;
}

.btn-blue.btn-join {
    font-size: 18px;
    color: #FFFFFF;
    background: #2E1078;
    padding: 14px 35px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.5s;
    display: inline-block;
}

.btn-blue.btn-join:hover {
    background: #7bd7c0;
}

.btn-blue.btn-join::after {
    opacity: 0;
}

.btn-more {
    margin-top: 60px;
}

.favorite-sport-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-banner-img {
    width: 100%;
    height: 100%;
}

.blog-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.join-input input::placeholder {
    color: #fff;
    opacity: 1;
}

/*********************  Event-Css Close  *******************/

/* Wizard Form */
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
    position: relative;
}

.form-card {
    text-align: left;
    margin-bottom: 50px;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

.btn-close {
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
}

.progress {
    max-width: 80%;
    margin-top: 5px;
    margin-bottom: 40px;
}

.wizard-modal h2 {
    font-size: 34px;
    color: #160237;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
}

.action-button {
    font-size: 18px !important;
    padding: 14px 54px !important;
}

.fieldset-1 {
    text-align: center;
}

.btn-gray {
    font-size: 18px;
    padding: 14px 54px;
    background: #DDDDDD;
    color: #fff;
}

.btn-gray:hover {
    color: #000;
    transition: all 0.5s;
    background: #cbc9c9;
}

.marign-btn {
    margin-left: 155px;
}

.marign-btn2 {
    margin-left: 138px;
}

.progress {
    height: 6px;
    background: #DDDDDD;
    margin: 5px auto 40px;
    max-width: 70%;
}

.progress-bar {
    background-color: #2E1078;
    border-radius: 4rem;
}

.hero-banner-info h1 span {
    color: #8AE1EE;
}

.dekstop-view {
    display: block;
}

.mobile-view {
    display: none;
}

.input-box select:nth-child(1) {
    color: #57606f;
}

.input-box select option:nth-child(1) {
    display: none;
}

.openright {
    right: 250px !important;
}

.whoarewein {
    position: absolute;
    top: -280px;
}

.whyplayuin {
    position: absolute;
    top: -100px;
}

.tournaments {
    position: absolute;
    top: -20px;
}

.about-info-correction {
    position: relative;
}

#scroll_up {
    position: fixed;
    z-index: 20;
    right: 65px;
    bottom: 20px;
    border-radius: 6px 0 0 6px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transform: translateX(130%);
    transition: 0.4s;
    color: #292929;
    background-color: #f7f5f7;
}

a#scroll_up:not(:empty) {
    text-indent: -5000px;
    width: 50px;
    height: 50px;
    border-radius: 6px 0 0 6px;
    min-height: auto;
    transform: translateX(130%);
    writing-mode: unset;
    top: auto;
    padding: 25px 0px 25px 2px;
    display: flex;
}

a#scroll_up:not(:empty):after {
    content: '\f102';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    line-height: 0px;
    font-weight: 900;
    text-indent: 0;
}

a#scroll_up:not(:empty).active {
    transform: translateY(0);
}

a.adjuscrollup:not(:empty):after {
    margin-left: 18px;
}

/* Corrections */

.hero_inr {
    max-width: 1258px;
    margin: auto;
    max-height: 610px;
    overflow: hidden;
    position: relative;
}

.hero_inr .rg_n {
    padding: 1.25em 0;
}

.hero_inr .ls_hr,
.hero_inr .fe_hr {
    line-height: 1.3;
    font-weight: 500;
    font-size: 1.25em;
    font-family: Inter;
    color: white;
}

.hero_inr .dd_hr,
.hero_inr .ven_hr {
    line-height: 1.3;
    font-weight: 500;
    font-size: 1.25em;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 67%);
    font-family: Inter;
    color: white;
}


.hero_inr .title_hr {
    font-family: Inter;
    color: white;
    font-weight: 600;
    font-size: 3.125em;
    line-height: 1.3;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 67%);
}

.hero_inr .rdbtn {
    background-color: #ff3a2d;
    color: white;
    padding: 15px 20px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Spartan';
    font-size: 16px;
    display: inline-block;
    padding: 1.25em 2.5em 0.875em 2.5em;
}

.hero_inr .grcolor {
    color: #CDDC39;
    font-weight: 700;
}

.hero_inr .cnt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    padding: 0.5em 2.125em;
    display: flex;
    flex-direction: column;
    row-gap: 1em;
    opacity: 0;
}

.marqfullotr {
    max-width: 1258px;
    margin: auto;
}

.marqfullotr .spon_otr {
    padding: 35px 0;
}

.marqfullotr .h3txt {
    text-align: center;
    padding-bottom: 40px;
}

.marq_otr img {
    height: 85px;
}

input[type=date] {
    text-align: right;
}

input[type="date"]:not(.has-value):before {
    color: #5f5f5f;
    content: "Date of Birth *" !important;
    margin-right: 0.5em;
    position: absolute;
    left: 18px;
}

input#datesess {
    display: inline-block;
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.bklo {
    background-color: var(--cleenday-button-color-idle);
    display: inline-block;
    height: 50px;
    max-width: 100%;
    margin-bottom: 0;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
    border-radius: 6px;
    outline: none;
    padding: 12px 33px 10px;
    font-family: inherit;
    font-size: 13px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0;
    cursor: pointer;
    -webkit-appearance: none;
    /* background: transparent; */
    transition: 0.4s;
}

.statsotr {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 5em;
    flex-wrap: wrap;
    padding: 1em 0;
}

.statsotr .bnme {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    flex-direction: column;
}

.statsotr .bnme .br {
    font-weight: 600;
    font-size: 4em;
    color: #7bd7c0;
}

.statsotr .bnme .jm {
    font-weight: 400;
    font-size: 22px;
    color: #2E1078;
}

.eventsall .circloplay-item {
    display: flex;
    position: relative;
}

.eventsall .circloplay-item-img img{
    filter: blur(8px);
    -webkit-filter: blur(4px);
}
.eventsall .circloplay-item-img {
    height: auto;
}

.eventsall .ovr{
    position: absolute;
    background-color: rgba(0,0,0,.58);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    font-size: 20px;
    padding: 0 25px;
}
.eventsall .ovr h2{
    color: white;
}
.eventsall a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.column4in .col-lg-3 {
    padding-right: 0px;
}
.column4in .circloplay-item {
    height: calc(100% - 20px);
    margin: 5px 5px;
}
@media only screen and (max-width: 575px) {
    .topbar ul li {
        width: auto !important;
    }
}

@media (min-width: 768px) {
    .revcol .col-md-2 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .revcol .col-md-2 {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .statsotr .ovr {
        width: 100%;
    }

    .statsotr {
        padding: 2em 0;
        row-gap: 1em;
    }

    input[type='date'] {
        width: 800px !important;
    }

    input[type="date"]:not(.has-value):before {
        top: 8px;
    }

    .about-info-correction {
        text-align: center;
    }

    .whoarewein {
        position: absolute;
        top: -90px;
    }

    .whyplayuin {
        position: absolute;
        top: -60px;
    }

    .tournaments {
        position: absolute;
        top: 0px;
    }

    .about-img-correction {
        display: none !important;
    }

    .useful-correction {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        flex-direction: column;
    }

    .social-correction {
        justify-content: center;
    }

    .contact-correction {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .owl-carousel.owl-hidden {
        opacity: 1 !important;
    }
}

@media only screen and (max-width: 990px) {
    .about-img-correction {
        display: none !important;
    }

    .hero_inr .cnt {
        /* font-size: 12px !important; */
    }
}

@media only screen and (max-width: 600px) {
    .hero_inr .rdbtn {
        font-size: 11px;
    }

    .hero_inr .cnt {
        /* font-size: 7px !important; */
        /* font-size: 13px; */
        padding: 1.5em 1.125em;
    }
}

@media only screen and (max-width: 361px) {
    .hero_inr .cnt {
        /* font-size: 8px !important; */
    }
}