@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

* {
    font-family: "Poppins", sans-serif;
    transition: all ease-in 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
}

p {
    color: #666;
    line-height: 1.7;
}

.container {
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
}

main {
    margin: 100px 0 0 0;
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
}

body {
    background: #f8f8fb;
}

.social-action a i {
    color: #fff;
    font-size: 20px;
    transition: all ease-in 0.3s;
}


/* =============  Header Start  ========== */

header {
    background: #e50693;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

a.navbar-brand {
    width: 100px;
    display: flex;
    justify-content: center;
    margin: 0;
}

/* add by deepak */

.card-head {
    display: flex;
    justify-content: center;
    position: relative;
}

.card-head h2 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    background: #e50693;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
    position: relative;
}

.card-head h2:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #c3057f;
    border-right: 10px solid transparent;
    position: absolute;
    top: 0;
    right: -10px;
}

.card-head h2:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #c3057f;
    border-left: 10px solid transparent;
    position: absolute;
    top: 0;
    left: -10px;
}

.card-head:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 50px solid #e50693;
    border-right: 25px solid transparent;
    position: absolute;
    right: -25px;
    top: 0;
    display: none;
}


div[role="progressbar1"] {
    --size: 160px;
    --fg: #e50693;
    --bg: #def;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0),
        conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
}

div[role="progressbar1"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
}




.progress-area-top {
    display: flex;
    justify-content: center;
    padding: 20px 16px;
}

.progress-area-bottom {
    padding: 0 16px;
}

.coach-comment {
    padding: 20px 16px;
}

.coach-comment h3 {
    font-size: 16px;
    color: #212529;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.coach-comment {
    border-top: 1px solid #eaeaec;
    margin-top: 5px;
    padding: 16px 0;
}

.comment-detail {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.7;
    min-height: 545px;
}

.comment-detail span {
    margin-bottom: 10px;
    color: #666;
}



.progress-area-bottom {
    height: 340px;
    overflow: auto;
}

.progress-bar-animated {
    border-radius: 0px;
}



/* =============  Ratting Popup Start  ========== */
.rating input[type="checkbox"] {
    display: none;
    /* Hides the checkboxes */
}

.rating label {
    padding: 0px 15px;
    margin: 0px;
    border: 0px solid #ccc;
    border-radius: 0;
    display: inline-block;
    background-color: #ededed;
    transition: background-color 0.3s, color 0.3s;
    height: 14px;
    font-size: 0;
    cursor: pointer;
    width: 10%;
}

h5.modal-title.crating {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    width: 100%;
}

/* Default Colors */
.rating label.default {
    background-color: #e4e4e4;
    color: #000;
}

.rating label.low {
    background-color: #d20a2e;
    color: #d20a2e;
}

.rating label.medium {
    background-color: #0079ec;
    color: #0079ec;
}

.rating label.high {
    background-color: #3f7700;
    color: #3f7700;
}

.selected-rating {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 21px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.rating-section {
    margin-bottom: 20px;
}



/* Count color change */
.count.low {
    color: #d20a2e;
}

.count.medium {
    color: #0079ec;
}

.count.high {
    color: #3f7700;
}

.selected-rating span {
    background: #d4d4d4;
    padding: 0 5px;
    font-size: 12px;
    border-radius: 20px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-range {
    display: flex;
    justify-content: space-evenly;
    background: #ededed;
    padding: 10px;
}


.rating-range span b {
    width: 14px;
    height: 14px;
    display: flex;
}

.rating-range span b.red {
    background: #d20a2e;
}

.rating-range span b.blue {
    background: #0079ec;
}

.rating-range span b.green {
    background: #3f7700;
}

.rating-range span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.submit-action {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 16px;
    border-top: 1px solid #ededed;
    margin-top: 30px;
}

.submit-action button {
    width: 200px;
    border: none;
    height: 50px;
}

h5.modal-title.crating {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    width: 100%;
}

h5.modal-title.crating span {
    font-size: 12px;
    max-width: 300px;
    text-align: center;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
}



/* =============  Ratting Popup End  ========== */
.logbtn {
    transition: all ease 0.5s;
}

ul.user_menu {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 9;
    right: 20px;
    bottom: -63px;
    list-style: none;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.5s;
}

ul.user_menu:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 5px solid #1b1b27;
    position: absolute;
    top: -5px;
    right: 12px;
}

ul.user_menu a {
    background: #1b1b27;
    border-radius: 0;
    padding: 10px 10px;
    font-weight: 300;
    font-size: 14px;
    width: 150px;
}

ul.user_menu li:first-child {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

ul.user_menu li:last-child {
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}


ul.user_menu.open {
    visibility: visible;
    opacity: 1;
}

ul.user_menu a:hover {
    background: #161623;
    color: #ffffff;
}

.modal_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

/* =============  Player report  ========== */


.pbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
}

.pbar-header h3 {
    font-size: 14px;
    margin: 0 0 3px 0;
    font-weight: 400;
}

.pbar {
    margin-bottom: 12px;
}

.pbar .progress {
    height: 12px;
    border-radius: 0;
}

.progress-card {
    background: #fff;
    border-radius: 0 0 16px 16px;
    padding: 0px;
}


.progress-card {
    background: #fff;
    border-radius: 0 0 16px 16px;
    padding: 0px;
}
section.player-reportcard .col-md-6:first-child .card-head h2{
    background: #2d7e5b;
}
section.player-reportcard .col-md-6:first-child a.p-btn {
    background: #477d58;
}
section.player-reportcard .col-md-6:nth-child(2) .card-head h2 {
    background: #00b5dc;
}
section.player-reportcard .col-md-6:nth-child(2) div[role="progressbar1"] {
    --fg: #00b8de;
    background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage)* 1%), var(--bg) 0);
}
section.player-reportcard .col-md-6:first-child div[role="progressbar1"] {
    background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage)* 1%), var(--bg) 0);
    --fg: #00805e;
}
section.player-reportcard .col-md-6:nth-child(3) div[role="progressbar1"] {
    --fg: #ffae1c;
    background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage)* 1%), var(--bg) 0);
}
section.player-reportcard .col-md-6:last-child div[role="progressbar1"] {
    --fg: #ff0f48;
}
section.player-reportcard .col-md-6:nth-child(3) .card-head h2 {
    background: #ffae1c !important;
}
section.player-reportcard .col-md-6:last-child .card-head h2 {
    background: #ff0f48;
}
section.player-reportcard .col-md-6:last-child div[role="progressbar1"] {
    --fg: #ff0f48;
}
section.player-reportcard .col-md-6:nth-child(3) a.p-btn {
    background: #ffae1c;
}
section.player-reportcard .col-md-6:last-child a.p-btn {
    background: #ff0f48;
}
section.player-reportcard {
    padding: 80px 20px 100px;
    /* background: url(../img/squad.webp); */
    /* background-repeat: no-repeat;
    background-size: cover; */
    background-position: center;
    /* background-attachment: fixed; */
    background: linear-gradient(-35deg, rgba(18, 38, 170, 1) 10%, rgba(229, 6, 149, 1) 80%);
}

section.player-reportcard h1 {
    font-size: 32px;
    color: #fff;
    text-align: center;
}

/* end */

.main-nav a.nav-link {
    color: #ffffffdb;
    font-size: 14px;
    letter-spacing: 0.4px;
    padding: 20px 0px !important;
    transition: all ease-in 0.3s;
    position: relative;
    overflow: hidden;
    line-height: 20px;
}

/* .main-nav a.nav-link:after {
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    background: #e96db180;
    bottom: 15px;
    left: -100%;
    transition: all ease-in 0.4s;
} */

.main-nav a.nav-link:hover:after {
    left: 15px;
}

.main-nav a.nav-link:hover {
    color: #ffffff;
}

.main-nav a.nav-link span {
    padding: 0px 15px !important;
    border-left: 1px solid #e96db180;
}

.main-nav li.nav-item:last-child a.nav-link span {
    border-left: 0px solid #e96db180;
}

div#navbarSupportedContent {
    background: #950461;
    padding-right: 0px;
}

.main-nav {
    display: flex;
    justify-content: end;
    background: #950461;
    flex-direction: row;
    align-items: center;
    position: relative;
}

button.navbar-toggler {
    margin: 10px 8px 10px 20px;
    border: none;
}

.header-right {
    width: calc(100% - 100px);
}

.navbar-toggler {
    border-color: #fff;
}

.top-bar {
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
    gap: 20px;
    align-items: center;
    padding: 4px 20px 4px 50px;
}

.top-bar-content {
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
    gap: 20px;
    align-items: center;
    padding: 4px 0px 4px 0px;
}

a.navbar-brand img {
    max-height: 80px;
}


.logbtn a:hover {
    background: #fff;
    color: #950461;
}

.top-bar .follow-us {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 20px;
    border-right: 1px solid #fff;
}

.social-action a {
    padding: 6px;
    display: flex;
    align-items: center;
    transition: all ease-in 0.3s;
}

.social-action a:hover i {
    color: #950461;
}

.social-action a img {
    max-width: 24px;
}

.download-app {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 16px;
    font-size: 14px;
    color: #fff;
}

.download-action a {
    padding: 6px;
    display: flex;
    align-items: center;
    transition: all ease-in 0.3s;
}

.download-action a i {
    color: #fff;
    font-size: 20px;
    transition: all ease-in 0.3s;
}

.download-action a:hover i {
    color: #e50693;
}

.logbtn a {
    background: #950461;
    color: #fff;
    text-decoration: none;
    padding: 4px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    font-size: 14px;
}

.top-bar {
    color: #fff;
    font-weight: 500;
}

.social-action {
    display: flex;
    gap: 2px;
}

.download-action {
    display: flex;
    gap: 2px;
}

.download-action a {
    padding: 6px;
}

.download-action a img {
    max-width: 20px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url(../img/menu.png);
    width: 32px;
    height: 32px;
}

.dropdown-toggle::after {
    margin-left: -10px !important;
    margin-right: 15px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: rgb(255 255 255) !important;
}

ul.dropdown-menu.show {
    background: #950461;
    border: none;
    color: #fff !important;
}

ul.dropdown-menu.show a.dropdown-item {
    color: #fff;
    background: #950461;
    padding: 10px 10px;
    font-size: 14px;
}

ul.dropdown-menu.show a.dropdown-item:hover {
    color: #fff;
    background: #4b0131;
}

ul.dropdown-menu.show {
    padding: 0;
    /* width: 100%; */
    border-radius: 4px;
    overflow: hidden;
}

/* =============  Header End  ========== */

/* =============  Hero Start  ========== */
.hero {
    /* padding: 10% 20px 8%;
    /*background: url(../img/hero-bg.jpg);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
   
}

.carousel.slide.hero-carousel .carousel-inner {
    overflow: visible;
}

.carousel.slide.hero-carousel .carousel-control-next,
.carousel.slide.hero-carousel .carousel-control-prev {
    width: 30px;
}

.carousel.slide.hero-carousel .carousel-control-next {
    right: 0px;
}

.carousel.slide.hero-carousel .carousel-control-prev {
    left: 0px;
}

.hero-content {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-left {
    width: 66%;
}

.hero-right img {
    margin-bottom: -15%;
    margin-left: -26%;
    position: absolute;
    bottom: 0;
    width: 52%;
}

.hero-left h1 {
    font-size: 80px;
    font-family: "Anton", sans-serif;
    color: #fff;
    text-transform: uppercase;
}

a.know-more {
    height: 60px;
    width: 240px;
    background: #fff;
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    margin-top: 23px;
    color: #d60898;
}

.video-content h3 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.3;
}

.video-content .meta_tags span img {
    max-width: 16px;
}

/* =============  Hero End  ========== */

/* =============  Top Performance Start  ========== */

.top-performance {
    padding: 80px 20px;
    background: url(../img/tp-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    margin-top: -45px;
}

.top-performance p {
    font-size: 18px;
    text-align: center;
    color: rgb(0 0 0 / 60%);
    max-width: 750px;
    margin: 15px auto 30px;
    line-height: 1.7;
}

section.top-performance .owl-item {
    padding: 0px;
    margin: 0;
    background: transparent;
}

section.top-performance .owl-item .item {
    width: 100%;
    padding: 15px;
    background: transparent;
}

section.top-performance .owl-item .item img {
    width: auto;
    max-width: 120px;
}

.player-stats {
    background: linear-gradient(-35deg, rgba(18, 38, 170, 1) 10%, rgba(229, 6, 149, 1) 80%);
    border-radius: 16px;
    padding: 20px;
}

.p-stats {
    width: calc(100% - 140px);
}

.player-overview {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}


.p-stats span {
    background: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px;
    color: #e50695;
    font-family: "Jost", sans-serif;
    font-weight: 500;
}

.p-stats h5 {
    font-size: 28px;
    color: #fff;
    margin: 15px 0 10px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.p-stats h5 small {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.p-stats b {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-family: "Anton", sans-serif;
}

.p-stats b small {
    font-size: 16px;
}

.stats {
    background: #ffffff4d;
    padding: 15px;
    border-radius: 8px;
    display: flex;
}

.stats span {
    display: flex;
    flex-direction: column;
    width: 20%;
    justify-content: center;
    align-items: center;
    padding: 5px;
    color: #fff;
}

/* =============  Top Performance End  ========== */

/* =============  Unique Start  ========== */
.unique {
    padding: 80px 20px;
}

.unique ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 50px;
}

.unique ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 25px;
}

.unique ul li img {
    margin-top: 0;
    max-width: 24px;
}

.unique h2 {
    text-align: center;
    padding: 0 30px;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 40px;
}

.ubique-box {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 18px;
    gap: 10px;
    width: 100%;
}

.ub-umg {
    width: 64px;
    height: 64px;
    background: #e50693;
    border-radius: 50px;
    padding: 16px;
    min-width: 64px;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ubique-box p {
    margin: 0;
    font-size: 14px;
}

.meta_tags img {
    max-width: 16px;
}

/* =============  Unique End  ========== */

/* =============  Coach Start  ========== */

section#carousel-2 {
    padding: 60px 0;
    background: url(../img/coach_bg.jpg);
    background-size: cover;
}

section#carousel-2 p {
    font-size: 18px;
    text-align: center;
    color: rgb(255 255 255 / 70%);
    max-width: 750px;
    margin: 15px auto 30px;
    line-height: 1.7;
}

section#carousel-2 .owl-item {
    margin: 0;
}

section.all-news a h3 {
    color: #212529 !important;
}

section.all-news a .meta_tags {
    color: #666666;
}



section#carousel-2 .owl-stage-outer {
    max-height: 517px;
}

.coach-img img {
    border-radius: 16px;
    border: 5px solid #fff;
    position: relative;
    z-index: 1;
}

.coach-img {
    position: relative;
}


.coach-img:after {
    content: '';
    width: 90%;
    height: 100%;
    background: rgb(255 255 255 / 70%);
    position: absolute;
    top: 10px;
    left: 5%;
    border-radius: 16px;
    z-index: 0;
}

.coach-content h3 {
    text-align: center;
    margin-top: 20px;
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 20px;
}


section#carousel-2 .owl-item {
    background: transparent;
}


/* =============  Coach End  ========== */
/* =============  Latest Video Start  ========== */
section.latest-video {
    background: #f4f4f4;
    padding: 80px 0;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    background: url('thumbnail.jpg') no-repeat center center;
    background-size: cover;
    cursor: pointer;
}

video {
    display: none;
    /* Hide the video initially */
    width: 100%;
    height: 100%;
}

.video-container i {
    color: #fff;
    font-size: 64px;
}

.video-content {
    padding: 15px 10px 0 10px;
}

.video-content .meta_tags {
    margin-bottom: 15px;
    display: flex;
    gap: 8px;
    font-size: 12px;
    align-items: center;
}

.video-content .meta_tags span {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
}


/* =============  Latest Video End  ========== */
/* =============  Testimonial Start  ========== */

section.testimonial {
    padding: 80px 0 80px;
    background: url(../img/testimonial-bg.jpg);
    background-size: cover;
}

section.testimonial h2,
.coach h2 {
    color: #fff;
    text-align: center;
    padding: 0 30px;
    font-size: 32px;
    font-weight: 500;
}

section.testimonial .owl-stage-outer {
    /* max-height: 320px; */
}

/* .owl-nav {
    display: none;
} */

section.testimonial .owl-item {
    border-radius: 16px;
    margin: 0;
    background: transparent;
}

section#carousel-1 .item {
    padding: 15px;
    background: transparent;
}

.clent-detail img {
    max-width: 60px;
    border-radius: 40px;
    border: 1px solid #dc0896;
}

.clent-detail {
    display: flex;
    align-items: center;
}

.clent-detail h6 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    font-size: 18px;
    color: #222222;
}

.clent-detail small {
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 400;
    margin-top: 2px;
}

.testimonial-content p {
    font-size: 16px;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
}


/* =============  Testimonial End  ========== */
/* =============  latest News Start  ========== */

section.latest-news ul li img {
    max-width: 150px;
    border-radius: 8px;
}

section.latest-news {
    padding: 80px 0 90px;
    background: #f2f2f3;
}

section.latest-news ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    row-gap: 15px;
    column-gap: 10px;
    justify-content: space-between;
}

section.latest-news ul li {
    width: calc(50% - 10px);

}

section.latest-news ul li a {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
    cursor: pointer;
}

section.latest-news ul li h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    color: #222222;
    letter-spacing: -1px;
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 1.3;
    letter-spacing: 0.1px;
}

section.latest-news ul li p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
}

section.latest-news ul li small {
    color: #6a6a6a;
}



/* =============  latest News End  ========== */
/* =============  Upcoming Tournament Start  ========== */

section.upcoming-tournament {
    padding: 75px 0 0 0;
}

section.upcoming-tournament h2,
.latest-news h2,
section.latest-video h2,
section#carousel-3 h2 {
    font-size: 32px;
    /* background: linear-gradient(90deg, #e50695 40%, #1226aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-weight: 500;
    text-align: center;
    margin-bottom: 28px;
    color: #212529 !important;
}

/* =============  Upcoming Tournament End  ========== */

/* =============  Download App Start  ========== */

section.donload-app {
    padding: 70px 20px 80px;
}

.download-app-content {
    background: url(../img/downlooad-app.jpg);
    padding: 50px;
    border-radius: 30px;
    background-size: cover;
}

.col-6.right img {
    margin-bottom: -50px;
}

.download-app-content h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.row.download-app-content p {
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 50px;
}

.download-app-content .right img {
    margin-bottom: -50px;
}

/* =============  Download App End  ========== */

/* =============  Footer Start  ========== */

.footer-top {
    padding: 80px 0;
    background: linear-gradient(-20deg, #1226aa 0%, #e50695 70%);
}

.footer-top h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

address {
    color: #fff;
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

ul.usefull-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.usefull-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.follow-us ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}


.newsletter {
    background: #fff;
    height: 48px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.newsletter input[type="text"] {
    width: calc(100% - 54px);
    margin: 0 2px;
    height: 46px;
    border: none;
    padding: 10px 15px;
}

.newsletter button {
    background: #1226aa;
    border: none;
    height: 46px;
    width: 48px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer-bottom-link,
.copyright {
    height: auto;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

.footer-bottom-link {
    background: #950460;
}

.footer-bottom-link a {
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    border-right: 1px solid #fff;
    font-size: 12px;
    line-height: 18px;
}

.copyright {
    background: #e50693;
    color: #fff;
    font-size: 12px;
}

.footer-bottom-link a:last-child {
    border-right: none;
}

/* =============  Footer End  ========== */

section.latest-news ul li small {
    color: #8e8e8e;
    font-size: 12px;
    margin: 6px 0;
    display: block;
}



/* =============  Coaching Program Page Start  ========== */

.page_title {
    padding: 80px 20px 180px 20px;
    background: url(../img/title-banner.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.page_title h1 {
    color: #fff;
    text-align: center;
    font-size: 32px;
}

.cp-card {
    padding: 10px 10px 0 10px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eaeaec;
    margin-top: 10px;
}

.coaching-program {
    margin-top: -150px;
    padding: 00px 20px 75px;
}

.cp-card h3 {
    font-size: 18px;
    padding: 10px;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
    margin-top: 10px;
    color: #212529;
}

.cp-card button {
    position: relative;
    background: #e50695;
    display: flex;
    width: 120px;
    border-radius: 8px 8px 0 0;
    position: relative;
    color: #fff;
    text-decoration: none;
    height: 40px;
    margin: 0 auto -10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    border: navajowhite;
}

.cp-card button:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #c3057f;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: 0;
    left: -10px;
}

.cp-card button:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #c3057f;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: 0;
    right: -10px;
}


/* =============  Coaching Program Page End  ========== */

/* =============  Holiday Camp Detail Start  ========== */

.row.hc_camp_detail {
    padding: 50px 40px;
    margin-top: -100px;
    background: #fff;
    position: relative;
    border-radius: 4px;
    border: 1px solid #ededed;
    margin-bottom: 100px;
    box-shadow: 0px 4px 6px rgba(166, 166, 166, 0.04), 0px 15px 24px rgba(166, 166, 166, 0.08);
}

.row.hc_camp_detail p {
    color: #666;
    line-height: 1.7;
}

.col-8.hc_camp_detail_left h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 22px;
}

.bread_crumb {
    margin-bottom: 0px;
    display: flex;
    gap: 5px;
}

.detail-crd-header {
    background: linear-gradient(-60deg, rgba(18, 38, 170, 1) 10%, rgba(229, 6, 149, 1) 80%);
    padding: 20px;
    border-radius: 16px 16px 0px 0px;
}

.detail-crd-header h2 {
    color: #fff;
    font-weight: 600;
    font-size:25px;
    line-height: 1;
}

.detail-crd-header small {
    color: #fff;
    font-size: 14px;
}

.hc_camp_detail_left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hc_camp_detail_left ul li {
    font-size: 16px;
    padding: 20px;
    line-height: 1;
    border-bottom: 1px solid #e3e3e3;
}

.camp-detail {
    background: #f7f7f7;
}

.card-cta {
    padding: 20px;
    display: flex;
    gap: 10px;
}

a.p-btn {
    height: 40px;
    display: flex;
    /* background: #e50695; */
    padding: 20px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    background: linear-gradient(-60deg, rgba(18, 38, 170, 1) 10%, rgba(229, 6, 149, 1) 80%);
    width: 100%;
}

a.b-btn {
    height: 40px;
    display: flex;
    background: #1226aa;
    padding: 20px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}

.camp-detail {
    background: #f7f7f7;
    border-radius: 16px;
}

/* =============  Holiday Camp Detail End  ========== */

/* =============  Coaching Detail Start  ========== */

.coaching-camp-section {
    padding: 60px 0;
}

.coaching-camp-section h1 {
    margin-bottom: 30px;
}

.cc_detail_left h2 {
    font-size: 32px;
    margin-bottom: 25px;
    margin-top: -5px;
}

.timing {
    border: 1px solid #ededed;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.timing span {
    display: flex;
    gap: 5px;
    margin-right: 16px;
}


.timing span.tag {
    background: linear-gradient(-60deg, rgba(18, 38, 170, 1) 10%, rgba(229, 6, 149, 1) 80%);
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 4px;
    margin-right: 10px;
}

.cc-card {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-left: 50px;
}

.cc-card a {
    height: 48px;
    display: flex;
    background: linear-gradient(-60deg, rgba(18, 38, 170, 1) 10%, rgba(229, 6, 149, 1) 80%);
    padding: 20px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 20px;
    /* https: //smoothshadows.com/#djEsMSwyLDAuMDgsMjQsMTUsMCwjYTZhNmE2LCNmM2Y0ZjYsI2ZmZmZmZiwy */
    box-shadow: 0px 4px 6px rgb(117 117 117 / 53%), 0px 15px 24px rgb(166 166 166 / 39%);
}

/* =============  Coaching Detail End  ========== */

/* =============  Book training Strat  ========== */

.page-title {
    padding: 20px 20px 20px;
    background: #fff;
}

.page-title h1 {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.content_left {
    width: 64%;
    padding-right: 0;
    padding-left: 0;
}

.content_right {
    width: 30%;
    padding-left: 0;
}

.bookingarea-inner {
    background: #fff;
    padding: 50px;
    box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
    margin-bottom: 100px;
    margin-top: 24px;
}

.devider1 {
    width: 1px;
    background: #eaeaec;
    padding: 0;
}

form#multi-step-form h3 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaec;
    margin-bottom: 30px;
}

.sf-cta {
    padding: 20px 0 0;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #ededed;
    margin-top: 30px;
    gap: 16px;
}

.sf-cta button {
    /* background: linear-gradient(-60deg, rgba(18, 38, 170, 1) 10%, rgba(229, 6, 149, 1) 80%); */
    border: navajowhite;
    width: 160px;
    height: 48px;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #e50695;
    margin: 0;
}

.elegant-calencar.d-md-flex {
    border: 1px solid #eaeaec;
    box-shadow: none;
}

button.btn.btn-success.p-btn {
    background: linear-gradient(-60deg, rgba(18, 38, 170, 1) 10%, rgba(229, 6, 149, 1) 80%);
    border: navajowhite;
    width: 100%;
    height: 48px;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 30px;
}

.progress-bar {
    background-color: #e50693 !important;
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-30%);
}

.step-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #cacbcd;
    border: none;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    color: #212529;
    transition: all ease-in 1.5s;
}
.camp-step-circle.active .step-circle, 
.step-circle1.active .step-circle {
    color: #fff;
    background-color: #e50693;
}

.step-circle1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.progress-area {
    max-width: 700px;
    margin: 82px auto 0;
}

.progress.px-1 {
    height: 4px !important;
    width: calc(100% - 100px);
    margin: 0 auto;
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}

/*
#multi-step-form {
    overflow-x: hidden;
} */




.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: #000;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.elegant-calencar {
    display: flex;
    max-width: 750px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
}

.wrap-header {
    position: relative;
    width: 35%;
    z-index: 0;
}

.wrap-header:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(-60deg, rgba(18, 38, 170, 1) 10%, rgba(229, 6, 149, 1) 80%);
    opacity: 1;
    z-index: -1;
}

.carousel-item {
    padding: 15% 50px 6%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
}

@media (max-width: 767.98px) {
    .wrap-header {
        width: 100%;
        padding: 20px 0;
    }
}

#header {
    width: 100%;
    position: relative;
}

#header .pre-button,
#header .next-button {
    cursor: pointer;
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
}

#header .pre-button i,
#header .next-button i {
    color: #fff;
}

.pre-button {
    left: 5px;
}

.next-button {
    right: 5px;
}

.button-wrap {
    position: relative;
    padding: 10px 0;
}

.button-wrap .pre-button,
.button-wrap .next-button {
    cursor: pointer;
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    font-size: 18px;
}

.button-wrap .pre-button i,
.button-wrap .next-button i {
    color: #cccccc;
}

.button-wrap .pre-button {
    left: 20px;
}

.button-wrap .next-button {
    right: 20px;
}

.head-day {
    font-size: 100px;
    line-height: 1;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 700;
}

.head-month {
    line-height: 1;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
}

.head-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.head-info img {
    margin-bottom: 23px;
}

.calendar-wrap {
    width: 65%;
    background: #fff;
    padding: 40px 20px 20px 20px;
}

@media (max-width: 767.98px) {
    .calendar-wrap {
        width: 100%;
    }
}

#calendar {
    width: 100%;
}

#calendar tr {
    height: 3em;
}

#calendar thead tr {
    color: #000;
    font-weight: 700;
}

#calendar tbody tr {
    color: #000;
}

table#calendar {
    max-width: 360px;
    border-spacing: 5px !important;
    border-collapse: initial;
    margin: 0 auto;
}

#calendar tr {
    height: 44px;
}

#calendar tbody td {
    width: 14%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    z-index: 0;
}

#calendar tbody td:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 44px;
    height: 44px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

@media (prefers-reduced-motion: reduce) {
    #calendar tbody td:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#calendar tbody td:hover,
.selected {
    /* color: #fff; */
    border: none;
}

.address-text p {
    color: #fff;
}

#calendar tbody td:hover:after,
.selected:after {
    background: #2a3246;
}

#calendar tbody td:active {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

#today {
    color: #fff;
}

#today:after {
    background: #e13a9d;
}

#disabled {
    cursor: default;
    background: #fff;
}

#disabled:hover {
    background: #fff;
    color: #c9c9c9;
}

#disabled:hover:after {
    background: transparent;
}

#reset {
    display: block;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    z-index: 999;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding: 0 0.5em;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 11px;
}

#reset:hover {
    color: #fff;
    border-color: #fff;
}

#reset:active {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.slot {
    display: flex;
    align-items: center;
    gap: 8px;
}

.slot-box {
    border: 1px solid #eaeaec;
    padding: 10px;
    border-radius: 8px;
    width: calc(33.33% - 10px);
    /* Ensure 3 in a row */
    padding: 15px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

span.gbtn {
    padding: 6px 5px;
    background: #ededed;
    color: #666;
    border-radius: 4px;
    font-size: 12px !important;
    line-height: 1;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.slot i {
    color: #9a9a9a;
    font-size: 20px;
}

.slot i.fa.fa-clock-o {
    color: #e50693;
}

.slot span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 1;
}

/* .slot {
    display: flex;
    align-items: center;
    gap: 8px;
}

.slot-box {
    border: 1px solid #eaeaec;
    padding: 10px;
    border-radius: 8px;
}

span.gbtn {
    padding: 6px 5px;
    background: #ededed;
    color: #666;
    border-radius: 4px;
    font-size: 12px !important;
    line-height: 1;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.slot i {
    color: #9a9a9a;
    font-size: 20px;
}

.slot i.fa.fa-clock-o {
    color: #e50693;
}

.slot span {
    color:black;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 1;
} */

.content_right h4 {
    font-size: 18px;
    margin-top: -3px;
}

.content_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slot ul {
    list-style: none;
    margin: 0;
    width: 100%;
    border: 1px solid #eaeaec;
    padding: 10px;
    border-radius: 8px;
}

.slot ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    line-height: 1;
}

.slot ul li:last-child {
    border: navajowhite;
}

.slot ul li button {
    border: none;
    background: transparent;
    padding: 0;
}

.timings ul {
    margin: 9px 0 0 0;
    padding: 10px 0;
    list-style: none;
    font-size: 14px;
    border: 1px solid #ededed;
    border-radius: 4px;
    position: relative;
    background: #f6f7f8;
}

.timings ul li {
    padding: 10px 10px;
    cursor: pointer;
}

.timings ul:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f6f7f8;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.timings ul li:hover {
    background: #d3d3d3;
}

form#multi-step-form h3#exampleModalToggleLabel {
    font-size: 24px !important;
    font-weight: 600 !important;
    padding-bottom: 0;
    border: navajowhite;
    margin: 0;
}

form#multi-step-form h3#exampleModalToggleLabel small {
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin-top: 5px !important;

}

.modal-body label {
    font-size: 14px;
}

select.form-select {
    height: 48px;
    padding: 10px 15px;
}


div#recurring p {
    font-size: 14px;
    color: #939393;
}

div#recurring .modal-body {
    padding: 20px 50px 50px;
}

div#recurring .modal-header {
    padding: 35px 50px 16px;
}

div#recurring .modal-content {
    max-width: 460px;
    margin: 0 auto;
}

button.gt-btn {
    background: linear-gradient(-60deg, rgba(18, 38, 170, 1) 10%, rgba(229, 6, 149, 1) 80%);
    color: #fff;
    border: none;
    height: 48px;
    padding: 10px 20px;
    border-radius: 4px;
    width: calc(50% - 10px);
}

button.ol-btn {
    background: #fff;
    color: #e50695;
    border: none;
    height: 48px;
    padding: 10px 20px;
    border-radius: 4px;
    width: calc(50% - 10px);
    border: 1px solid #e50695;
}

.modalcta {
    display: flex;
    justify-content: space-between;
}

.step.step-2 label {
    font-size: 14px !important;
    color: #000;
}

input.form-control {
    height: 48px;
    font-size: 14px;
}

textarea.form-control {
    font-size: 14px;
}


.sf-cta .ol-btn {
    width: 160px;
}

.Pricedetail {
    margin-top: 30px;
}

.Pricedetail .slot {
    flex-direction: column;
}

.total {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    border-top: 1px solid #ededed;
}

.total span {
    font-size: 16px;
    font-weight: 700;
    padding-top: 16px;
}


.Pricedetail .slot ul li {
    border: none;
}

.itembox {
    border: 1px solid #ededed;
    padding: 15px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    border-radius: 4px;
    margin-bottom: 15px;
}

.itembox h4 {
    font-size: 16px;
    color: #222;
    display: flex;
    justify-content: space-between;
}

.itemcontent {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.itemcontent small {
    color: #535766;
    font-size: 13px;
    margin-top: -1px;
}

.itemcontent h4 {
    margin: 0px 0 4px 0;
    font-weight: 600;
}

.itemcontent b {
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    letter-spacing: 0;
    margin: 5px 0 0 0;
}

.itemcontent h4 i {
    color: #9a9a9a;
    font-size: 20px;
}

.clicked {
    background-color: rgb(246 247 248)
}

div#myButton {
    cursor: pointer;
}

ul.select_slot {
    display: none;
}

.slot.clicked+ul.select_slot {
    display: block;
}

ul.select_slot {
    padding: 0;
    width: 260px;
}

.coaching-program.similar_coach {
    margin-top: 100px;
    background: #fff;
    padding: 100px 0 76px;
    position: relative;
}

.coaching-program.similar_coach h2 {
    background: #e50695;
    display: inline-block;
    padding: 13px 30px;
    color: #fff;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
}

.coaching-program.similar_coach h2:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 20px solid #c3057f;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
}

.coaching-program.similar_coach h2:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 20px solid #c3057f;
    border-left: 20px solid transparent;
    position: absolute;
    top: 0;
    left: -20px;
}

/* =============  Book training End  ========== */

section#carousel-2 .item {
    padding: 5px;
}

/* =============  Coach Dashboard Start  ========== */

.cd-area {
    background: #fff;
    padding: 50px;
    box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
    margin-bottom: 100px;
    margin-top: 60px;
}

.cd-area h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.cd-area-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #eaeaec;
}

.cd-area-header a {
    padding: 10px 15px;
    background: linear-gradient(-60deg, rgba(18, 38, 170, 1) 10%, rgba(229, 6, 149, 1) 80%);
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    text-decoration: none;
    font-size: 14px;
    max-height: 42px;
}

.tile-small img {
    max-height: 48px;
    max-width: 48px;
}

.tile-small,
.tile-big {
    display: flex;
    align-items: center;
    padding: 24px 24px;
    background: linear-gradient(-60deg, #fdf1ff 10%, #f2f1ff 80%);
    border-radius: 16px;
    font-size: 16px;
    gap: 15px;
    min-height: 120px;
}

.tile-big img {
    max-height: 130px;
}

.tile-big {
    flex-direction: column;
}



.tile-area {
    display: flex;
    flex-direction: column;
    column-gap: 20px;
    row-gap: 20px;
    /* justify-content: space-between; */
}

.tile-big b {
    font-size: 32px;
    color: #e50695;
    line-height: 1.3;
}

.session-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.coach-card,
.parent-card {
    background: linear-gradient(-35deg, rgba(18, 38, 170, 1) 25%, rgba(229, 6, 149, 1) 95%);
    padding: 50px 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: calc(100% - 10px);
}

.coach-card h3,
.parent-card h3 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
}

span.coach-role {
    background: #e50695;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 700;
    /* border: 1px solid #fff; */
    padding: 15px 30px;
    line-height: 1;
    position: absolute;
    top: -12px;
    border-radius: 0 0 8px 8px;
}

span.coach-role:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 12px solid #c3057f;
    border-right: 12px solid transparent;
    position: absolute;
    top: 0;
    right: -12px;
}

span.coach-role:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 12px solid #c3057f;
    border-left: 12px solid transparent;
    position: absolute;
    top: 0;
    left: -12px;
}

/* =============  Coach Dashboard End  ========== */
/* =============  Parent Dashboard Start  ========== */

.d-tile {
    display: flex;
    align-items: center;
    padding: 24px 24px;
    background: linear-gradient(-60deg, #fdf1ff 10%, #f2f1ff 80%);
    border-radius: 16px;
    font-size: 16px;
    gap: 15px;
    max-height: 80px;
}

.d-tile img {
    max-width: 48px;
    max-height: 48px;
}

.row.b-action .col-12 {
    padding: 10px !important;
}

.parent-card img {
    max-width: 80%;
}

.b-tile {
    display: flex;
    align-items: flex-start;
    padding: 24px 24px;
    background: linear-gradient(-60deg, #fdf1ff 10%, #f2f1ff 80%);
    border-radius: 16px;
    font-size: 16px;
    gap: 0;
    min-height: 140px;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.b-tile img {
    width: 20px;
}

.b-tile i {
    display: flex;
    background: #fff;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    top: 10px;
    position: absolute;
    right: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.b-tile b {
    font-size: 80px;
    font-family: "Jost", sans-serif;
    color: #666;
    margin: 0;
    line-height: 1;
}

.b-tile span {
    line-height: 1;
}

.b-tile.gr2 {
    background: linear-gradient(-60deg, rgb(87 248 255 / 10%) 10%, rgb(0 80 255 / 10%) 80%);
}

.b-tile.gr3 {
    background: linear-gradient(-60deg, rgb(255 74 13 / 10%) 10%, rgb(255 197 69 / 10%) 80%);
}

.row.t-action button {
    background: linear-gradient(45deg, rgb(229 6 149 / 10%), rgb(18 38 170 / 10%));
    border: none;
    border-radius: 8px;
    width: 100%;
    padding: 1px;
    margin: 20px 0 10px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.row.t-action button span {
    width: 100%;
    height: 100%;
    padding: 12px;
    display: flex;
    background: #fff;
    border-radius: 8px;
    justify-content: center;
}

section.coach-dashboard table td {
    border-radius: 0;
    box-shadow: none;
}

section.coach-dashboard table td::after {
    display: none;
}


table.b-session th {
    background: #e50693;
    color: #fff;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    font-size: 16px;
}

table.b-session td {
    font-size: 14px;
}

table.b-session tbody tr:nth-child(even) td {
    background: #f8f8fb;
}

/* =============  Parent Dashboard End  ========== */
/* =============  Signup Start  ========== */

.Signup-area {
    background: #fff;
    padding: 0px;
    box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
    margin-top: 30px;
    max-width: 1080px;
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    margin:0 auto;
}

.signup-left {
    width: 45%;
    background: linear-gradient(-60deg, rgba(18, 38, 170, 1) 10%, rgba(229, 6, 149, 1) 80%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup-right {
    width: 55%;
}

.signup-right {
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

button.btn.signup {
    border: navajowhite;
    width: 160px;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #e50695;
    color: #fff;
    width: 50%;
}

.col-12.su-cta {
    display: flex;
    gap: 20px;
}

.form-check-input {
    background-color: #fff !important;
    border-color: #e50695 !important;
}

.form-check-input:checked {
    background-color: #e50695 !important;
    border-color: #e50695 !important;
}

.form-check a {
    text-decoration: none;
}

.signup-right h2 {
    margin-bottom: 20px;
    font-weight: 500;
}

.Signup h1 {
    text-align: center;
    padding: 0 30px;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 40px;
}

.Signup {
    padding: 100px 20px;
}

/* =============  Signup End  ========== */
/* =============  Team Start  ========== */
.tab-content {
    padding: 30px 0;
}

.team-player {
    background: url('../img/player-bg.webp');
    border-radius: 16px;
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.player-content {
    background: linear-gradient(rgb(56 0 36 / 50%) 0%, rgb(61 0 58) 43.23%, rgb(0 5 41) 100%);
    padding: 20px 15px 15px;
    margin: 0 -20px 0px;
}

.player-thumbnail {
    min-height: 325px;
}

.club-name img {
    max-width: 32px;
}

.club-name {
    display: flex;
    align-items: center;
    color: rgb(255 255 255 / 50%);
    font-size: 14px;
    gap: 10px;
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding-top: 3px;
}

.player-content h3 {
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    font-family: "Poppins", sans-serif;
    font-size: 26px;
}

.player-content h3 small {
    font-size: 20px;
    line-height: 22px;
    color: #e50693;
    display: block;
}

.player-content {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.role {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    margin: 10px 0;
}

.row.team-area h2 {
    font-size: 24px;
    margin: 0px 0 20px;
    line-height: 26px;
}

.player-statics {
    margin-top: 20px;
    opacity: 0;
    z-index: -1;
    transition: all ease 0.3s;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px;
}

.team-player:hover .player-statics {
    opacity: 1;
    z-index: 1;
}

.team-player:hover .player-content h3 {
    opacity: 0;
}

.team-player:hover .player-detail {
    opacity: 0;
}

.player-cta a {
    font-size: 14px;
}

.player-statss span {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 40px;
    min-width: 80px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgb(255 255 255 / 10%);
    border-right: 1px solid rgb(255 255 255 / 10%);
    padding: 0 15px;
}

.player-statss span small {
    color: #ffffff80;
    font-size: 10px;
    text-transform: uppercase;
}

.player-statss {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

/* =============  Team End  ========== */

.vall a.p-btn {
    width: 120px;
}

.unique-left {
    background: linear-gradient(-35deg, rgba(18, 38, 170, 1) 10%, rgba(229, 6, 149, 1) 80%);
    border-radius: 16px;
}

/* =============  About Page start  ========== */
.row.abt-row {
    background: #fff;
    padding: 50px 40px;
    border-radius: 8px;
    margin-top: -6%;
    position: relative;
    box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
}

section.about {
    padding: 0 0px 80px;
}

.about-content {
    padding-left: 20px;
}

.about-content h2 {
    margin-bottom: 20px;
}

/* =============  About Page End  ========== */
/* =============  Team Detail Page Start  ========== */
section.team-detail {
    margin-top: 0px;
}

.td-content {
    padding: 50px 0;
    border-radius: 16px;
    position: relative;
}

.td-content a.p-btn {
    max-width: 120px;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.tm-card {
    padding: 50px 20px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eaeaec;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tm-card h3 {
    font-size: 24px;
    margin: 30px 0 0;
    color: #e50693;
}

.pimg {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    background: #fff;
    overflow: hidden;
    border-radius: 150px;
    border: 5px solid #f2f2f2;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 20px 40px -4px, rgba(0, 0, 0, 0.3) 0px 6px 12px -6px; */
}

.pimg img {
    /* max-width: 260px;
    max-height: 260px; */
    object-fit: cover;
}

.tm-card h6 {
    background: #e50693;
    width: 200px;
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 10px 10px;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: -11px;
}

.tm-card h6:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #c3057f;
    border-right: 10px solid transparent;
    position: absolute;
    top: 0;
    right: -10px;
}

.tm-card h6:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #c3057f;
    border-left: 10px solid transparent;
    position: absolute;
    top: 0;
    left: -10px;
}

section.other-teammember {
    padding: 120px 20px;
    position: relative;
    background: #ffff;
    margin: 80px 0 0 0px;
}

section.other-teammember h2 {
    color: #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #e50693;
    font-size: 18px;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    width: 220px;
}

section.other-teammember h2:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 20px solid #c3057f;
    border-left: 20px solid transparent;
    position: absolute;
    top: 0;
    left: -20px;
}

section.other-teammember h2:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 20px solid #c3057f;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
}

.signin-right small a {
    text-decoration: none;
    color: #e50695;
}

.signin-right small {
    display: block;
    margin: 0 0 15px 0;
}

/* =============  Team Detail Page End  ========== */

section.thankyou {
    width: calc(100% - 30px);
    max-width: 1024px;
    background: #fff;
    padding: 50px;
    box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
    margin: 80px auto;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.thankyou img {
    max-width: 100%;
    margin-bottom: 20px;
}

section.thankyou p {
    max-width: 600px;
    text-align: center;
    margin-bottom: 30px;
}

.Signup-area.l-area {
    max-width: 900px;
    margin: 0 auto;
    min-height: 500px;
}

.Signup-area.l-area a {
    color: #e50695;
    text-decoration: none;
}

.signin-left {
    width: 50%;
    background: linear-gradient(-60deg, rgba(18, 38, 170, 1) 10%, rgba(229, 6, 149, 1) 80%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.signin-right {
    width: 50%;
    padding: 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.si-cta button.btn.signup {
    width: 100%;
}

.login-method {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.col-12.loginby {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.btn-6 {
    border-radius: 4px;
    background-color: #e50693;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 12px 15px;
    width: auto;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    min-width: 160px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
}

.btn-6 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btn-6 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -1px;
    right: -20px;
    transition: 0.5s;
    font-size: 24px;
    line-height: 1;
}


.btn-6:hover span {
    padding-right: 25px;
}

.btn-6:hover span:after {
    opacity: 1;
    right: 0;
}

a.btn-6.know-more span:after,
.player-cta a.p-btn.btn-6 span:after {
    top: -13px;
}


.nd-inner {
    max-width: 1024px;
    margin: 30px auto;
}

.nd-inner img {
    border-radius: 10px;
}

.nd-inner h2 {
    font-size: 34px;
    line-height: 40px;
    margin: 10px 0;
    background: linear-gradient(90deg, rgb(149 4 96) 0.93%, #071678 100%);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
}

.nd-inner i {
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}

.nd-meta span {
    font-size: 15px;
}

.nd-meta {
    margin-bottom: 20px;
}

.nd-inner p {
    font-size: 16px;
    line-height: 1.7;
}

.news-detail {
    background: url('../img/fbg.png');
    background-position: initial;
    background-attachment: fixed;
    background-size: cover;
    padding: 10px 0;
}

.apply-c {
    display: flex;
    width: 100%;
    border: 1px solid #eaeaec;
    padding: 10px;
    border-radius: 8px;
    align-items: center;
    gap: 6px;
    justify-content: space-between;
}

.apply-c span.gbtn {
    background: #e50695;
    width: 80px;
    height: 35px;
    margin: 0;
    color: #fff;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
}

.apply-c span {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.apply-c span i {
    font-size: 24px;
    color: #e50695;
}

.apply-c input {
    height: 36px;
    border: 1px solid #eaeaec;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    width: 100%;
}


section.player_profile {
    background: url('../img/squad.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.player_profile_left {
    width: 70%;
    max-width: 700px;
    padding-bottom: 50px;
}

.player_profile_right {
    width: 30%;
}

.player_profile_inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.player_profile_inner {
    padding: 60px 0 0 0;
}

.player_profile_inner h1 {
    font-size: 36px;
    margin: 0;
    letter-spacing: 0;
    color: #fff;
    padding: 0px 0 30px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.player_profile_inner h1 span {
    color: #e50693;
    display: block;
    font-size: 32px;
}

.player-info-list {
    display: flex;
    align-items: center;
}

.player-country img {
    max-width: 32px;
}

.player-country {
    display: flex;
    align-items: center;
    padding-left: 10px;
    gap: 10px;
    color: #fff;
}

.player-country p {
    margin: 0;
    color: #fff;
}

.player-role p {
    margin: 0;
    color: #fff;
    padding-right: 10px;
    border-right: 1px solid rgb(255 255 255 / 10%);
}

.player-info-list {
    padding: 10px 0;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.player-stats-list {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    gap: 20px;
}

.player-stats-item p {
    display: flex;
    flex-direction: column;
    color: #ffffffb3;
    text-transform: capitalize;
    margin: 0;
    border-right: 1px solid rgb(255 255 255 / 10%);
}

.player-stats-item p b {
    font-size: 32px;
    line-height: 38px;
    color: #fff;
}

.player-stats-item {
    min-width: 120px;
}

.player-meta-list {
    display: flex;
    gap: 20px;
    min-width: 130px;
}

.player-meta-item p {
    display: flex;
    flex-direction: column;
    margin: 0;
    color: #ffffffb3;
    font-size: 12px;
    padding: 0px 10px 0px 0;
    border-right: 1px solid rgb(255 255 255 / 10%);
}

.player-meta-item p b {
    color: #fff;
}

.player-meta-item {
    min-width: 120px;
}

.player-meta-list {
    padding: 20px 0;
}

.facility-booking-header h1 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

section.facility-booking {
    padding: 30px 0 60px;
}

.facility-booking-content {
    padding-top: 25px;
}

.facility-booking-header {
    border-bottom: 1px solid #eaeaec;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.facility-booking-header form {
    border: 1px solid #eaeaec;
    border-radius: 4px;
    position: relative;
    background: #fff;
}

.facility-booking-header form input.form-control.me-2 {
    height: 40px;
    border: none;
    background: #fff;
    margin: 0;
    padding-left: 42px;
}

.facility-booking-header form button {
    position: absolute;
    border: none;
    color: #b8b8b8;
}

.fb-box {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.fb-img {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.fb-img span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #e50693;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 6px;
}

.fbc-header h2 a {
    font-size: 16px;
    color: #212529;
    display: block;
}

.fbc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 10px;
}

.fbc-header h2 {
    margin: 0;
    line-height: 1;
    font-size: 18px;
}

.rating {
    font-size: 14px;
    display: flex;
    gap: 3px;
    align-items: center;
    line-height: 1;
}

.rating i {
    color: #edb302f7;
}

.fb-content {
    padding: 0px 10px;
}

.sports img {
    max-width: 12px;
}

.sports {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
    font-size: 12px;
}

.pills {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px;
}

.pills span {
    font-size: 10px;
    background: #e5069530;
    padding: 5px;
    border-radius: 4px;
}

.facility-booking-content button.nav-link.active {
    border: none;
    background: #e50693;
    color: #fff;
    font-size: 14px;
    margin: 0;
    height: 41px;
}

.facility-booking-content button.nav-link {
    border: none;
    background: transparent;
    color: #333;
    font-size: 14px;
    margin: 0;
    height: 41px;
}

.contact-page {
    padding: 40px 0;
}

.mapsection iframe {
    max-width: 100%;
    max-height: 300px;
}

.cdetails span {
    display: block;
    line-height: 2;
}

.cdetails span b {
    font-weight: 500;
}

.cdetails {
    padding: 0px;
}

.cdetailss {
    padding: 20px;
}

.mapsection {
    padding: 20px;
}

.contact_form {
    background: #fff;
    padding: 50px 25px;
    margin-top: -160px;
    border-radius: 16px;
}

.contact_form textarea {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 10px;
    min-height: 120px;
}

.contact_form h2 {
    margin-bottom: 15px;
}

.mapsection h2,
.cdetailss h2 {
    margin-bottom: 20px;
}

.ccs-inner {
    background: #fff;
    padding: 50px;
}

.ccs-inner h2 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaec;
    margin-bottom: 30px;
}

.ccs-card img {
    width: 100%;
}

.sp-card {
    padding: 10px 10px 0 10px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eaeaec;
    margin-top: 10px;
    position: relative;
}

.sp-card button {
    position: relative;
    background: #e50695;
    display: flex;
    width: 100%;
    border-radius: 8px;
    position: relative;
    color: #fff;
    text-decoration: none;
    height: 40px;
    margin: 20px auto 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    border: navajowhite;
}

.sp-card h3 {
    background: #e50695;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    border-radius: 0 0 8px 8px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
    display: flex;
    justify-content: center;
    width: 100%;
}

.sp-card h3:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #c3057f;
    border-right: 10px solid transparent;
    position: absolute;
    top: 0;
    right: -10px;
}

.sp-card h3:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #c3057f;
    border-left: 10px solid transparent;
    position: absolute;
    top: 0;
    left: -10px;
}

div#carousel-4 .owl-item {
    margin: 0;
    background: transparent;
}

div#carousel-4 .item {
    padding: 10px;
}

.news-container {
    border-radius: 8px;
    overflow: hidden;
}

section.facility-booking.fb-detail button.btn-6 span:after,
button.btn.btn-success.p-btn span:after {
    top: -2px;
}

button.btn-6 span:after,
a.btn-6.gr-btn span:after {
    /* top: -13px; */
}

button.btn.btn-primary.next-step.btn-6 span:after {
    top: -2px;
}

.privacy-policy {
    background: url(../img/fbg.png);
    background-position: initial;
    background-attachment: fixed;
    background-size: contain;
    padding: 10px 0 60px;
}

.privacy-policy h2.ptitle {
    text-align: center;
    margin: 15px 0;
}

div#accordionExample {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
}

.privacy-policy .accordion-body {
    font-size: 14px;
    line-height: 27px;
}

.privacy-policy .accordion-button:not(.collapsed) {
    background-color: #ffffff;
}

/* .step-circle1.s1 span.step-circle,
.step-circle1.s2.c-pink span.step-circle,
.step-circle1.s3.c-pink span.step-circle {
    background: #e50693;
} */

.video-container {
    position: relative;
    width: 100%;
}

.video-thumbnail {
    width: 100%;
    height: 250px;
    display: block;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

section.facility-booking.fb-detail {
    background: #fff;
}

.fb-inner h3,
.about-value h3 {
    font-size: 18px;
}

.amenties,
.about-value,
.about-venue-desc {
    border: 1px solid #eaeaec;
    border-radius: 6px;
    padding: 20px;
    margin-top: 20px;
}

.amenties ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    font-size: 14px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.amenties ul li {
    gap: 5px;
    display: flex;
    align-items: center;
}

.amenties ul li i {
    color: #01ba00;
    font-size: 18px;
}

.fb-inner p,
.about-value p {
    font-size: 14px;
}

.fb-inner .main-mg {
    border-radius: 6px;
    overflow: hidden;
}

.about-value.av-location iframe {
    max-width: 100%;
    margin-top: 20px;
}

.w-full {
    width: 100%;
}

.ctab {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
}

.bg-gray {
    background: #b4b4b4;
}

.ctab button {
    gap: 5px;
    width: 50%;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 48px;
}

.ctab button.bg-gray:hover {
    background: #898989;
}

.facility-booking-content a {
    color: #212529 !important;
}

.fb-inner {
    padding-right: 34px;
    border-right: 1px solid #eaeaec;
}

.f-row input.form-control,
.f-row select.form-select,
.f-row .input-group {
    max-width: 420px;
}

.f-row .input-group {
    flex-wrap: nowrap
}

.f-row label.form-label {
    margin: 0;
}

.f-row select.form-select {
    font-size: 14px;
    color: #595c5f;
}

.fbc-left {
    padding-right: 30px !important;
    border-right: 1px solid #eaeaec;
}

span.g-box {
    padding: 15px 10px;
    background: #f6f6f6;
    border-radius: 4px;
    font-size: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.fbc-right {
    padding-left: 30px;
}

.fbc-right-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaec;
    margin-bottom: 16px;
}

.fbc-right-header h3 {
    font-size: 18px;
}

.fbc-right ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.fbc-right ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}

.fbc-right ul li img {
    max-width: 20px;
}

.follow-us.footer-social a {
    background: #fff;
    width: 32px;
    display: flex;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 32px;

}

.follow-us.footer-social a i {
    color: #2623a8;
    font-size: 16px;
}

.follow-us.footer-social a:hover {
    background: #e50693;
}

.follow-us.footer-social a:hover i {
    color: #fff;
}

div#carousel-5 .owl-item {
    margin: 0;
}

.facility-booking-content a.c-white {
    color: #fff !important;
}

.v-box a {
    display: flex;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 10px;
    background: #ffffff;
    flex-direction: column;
}

.cp-card img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;

}

a.nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.owl-theme .owl-nav button {
    height: 42px;
    width: 42px;
    position: absolute;
    background: #e50693 !important;
    display: flex;
    margin: 0;
}

button.owl-prev.owl-theme .owl-nav button span {
    line-height: 1;
}

.owl-theme .owl-nav button span {
    line-height: 1 !important;
    position: absolute;
    top: 0px;
    left: 15px;
    font-size: 42px;
    color: #fff;
}

.owl-nav {
    margin: 0 !important;
    position: absolute;
    top: 35%;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
    left: auto;
}

.owl-carousel .owl-nav button.owl-prev {
    right: auto;
    left: 0;
}

.owl-theme .owl-nav:hover span {
    color: #000;
}


/* =============  Responsive  ========== */
@media only screen and (max-width: 1536px) {
    .hero-right img {
        width: 48%;
    }
}

@media only screen and (max-width: 1366px) {
    .hero-right img {
        margin-bottom: -10%;
    }
}



@media only screen and (max-width: 1250px) {
    div#navbarSupportedContent {
        background: #950461;
        padding-right: 5px;
    }

    .navbar-collapse.collapse {
        transform: translateX(100%) !important;
        transition: all ease-in 0.2s;
    }

    .navbar-collapse.collapse.show {
        position: absolute;
        top: 60px;
        width: 100%;
        max-width: 320px;
        z-index: 5;
        padding: 20px;
        background: #e50693 !important;
        height: calc(100vh - 100px);
        transition: all ease-in 0.2s;
        transform: translateX(0%) !important;

    }

    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }

    .navbar-expand-lg .navbar-collapse {
        display: none !important;
        flex-basis: auto;
    }

    .main-nav a.nav-link {
        text-align: right;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        width: 100%;
    }

    .main-nav a.nav-link:hover {
        background: #950461;
    }

    .main-nav .download-app {
        display: none;
    }

    .main-nav a.nav-link span {
        border-right: none;
    }

    .navbar-collapse.collapse.show {
        display: flex !important;
    }

    .main-nav a.nav-link span {
        text-align: right !important;
    }

    div#navbarSupportedContent {
        align-items: flex-start;
        justify-content: end;
    }

    a.navbar-brand {
        padding-left: 0px;
    }

    .header-right {
        width: calc(100% - 100px);
    }

    .top-bar {
        padding: 4px 20px 4px 0px;
    }

    .top-bar-content {
        gap: 10px;
    }

    .social-action a {
        padding: 3px;
    }

    .top-bar .follow-us {
        gap: 5px;
        padding-right: 10px;
        font-size: 14px;
    }

    .contact-info {
        font-size: 14px;
    }

    .main-nav a.nav-link {
        padding: 13px 10px !important;
    }

    .social-action a i {
        font-size: 16px;
    }

    .footer-top h3 {
        font-size: 20px;
    }

    address,
    ul.usefull-links a {
        font-size: 14px;
    }

    a.footer-logo {
        display: flex;
        justify-content: center;
    }

    .footer-top {
        padding: 50px 8px;
    }

    .signup-left {
        width: 30%;
    }

    .signup-right {
        width: 70%;
    }

    .hero-left h1 {
        font-size: 70px;
    }

    .main-nav a.nav-link:hover:after {
        display: none;
    }


}

@media only screen and (max-width: 1080px) {
    .ctab {
        flex-direction: column;
    }

    .ctab button {
        width: 100%;
    }

    .download-app-content p br {
        display: none;
    }

    .download-app-content h2 {
        font-size: 32px;
    }

    .row.download-app-content p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .button_group img {
        max-width: 120px;
    }

    .download-app-content .right img {
        margin-bottom: -50px;
    }

    .cc-card {
        margin-left: 0px;
    }

    .coaching-camp-section h1 {
        font-size: 32px;
    }

    .coaching-camp-section h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .hero {
        padding: 0px;
    }

    .hero-left h1 {
        font-size: 60px;
    }

    .hero-right img {
        width: 45%;
        right: 0;
    }

    .top-performance {
        padding: 50px 20px;
    }

    .unique ul li {
        font-size: 16px;
        line-height: 1.7;
    }

    .unique ul li img {
        max-width: 24px;
    }

    section.latest-news ul li {
        width: calc(33% - 10px);
    }

    section.latest-news ul li a {
        flex-direction: column;
    }

    section.latest-news ul li img {
        max-width: 100%;
    }

    .hero-left {
        padding-left: 30px;
    }

    .carousel.slide.hero-carousel .carousel-control-prev {
        left: 0px;
    }

    .carousel.slide.hero-carousel .carousel-control-next {
        right: 0px;
    }

    .video-thumbnail {
        height: 200px;
    }

    .video-container i {
        font-size: 48px;
    }

}

@media only screen and (max-width: 1024px) {
    .video-container {
        min-height: auto;
    }


    .top-bar {
        gap: 10px;
    }

    .top-bar img {
        max-width: 24px;
    }

    .social-action,
    .download-action {
        gap: 5px;
    }

    .follow-us,
    .download-app {
        padding-right: 10px;
    }

    .download-app-content {
        border-radius: 16px;
    }

    .footer-bottom-link a {
        padding: 0 10px;
    }

    .button_group img {
        max-width: 120px;
    }

    .right img {
        max-width: 77.6%;
    }

    section.donload-app {
        padding: 50px 20px;
    }

    section.upcoming-tournament h2,
    .latest-news h2,
    section.latest-video h2 {
        font-size: 32px;
        margin-bottom: 28px;
    }

    section.latest-video {
        padding: 50px 8px;
    }

    .video-content .meta_tags span {
        font-size: 12px;
    }

    .video-content h3 {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .video-content .meta_tags {
        margin-bottom: 10px;
    }

    .video-container {
        padding-bottom: 62%;
    }

    .meta_tags img {
        max-width: 16px;
    }

    .testimonial-content p {
        font-size: 16px;
        line-height: 1.6;
    }

    section.testimonial {
        padding: 50px 0 50px;
    }

    .clent-detail img {
        max-width: 48px;
    }

    .clent-detail h6 {
        font-size: 18px;
    }

    .clent-detail small {
        font-size: 12px;
    }

    .testimonial-content {
        padding: 20px;
    }

    section.latest-news ul li h3 {
        font-size: 16px;
        margin: 0;
    }

    section.latest-news ul li p {
        -webkit-line-clamp: 2;
        margin-top: 5px;
        font-size: 14px;
        display: none;
    }

    section.latest-news {
        padding: 50px 0 50px;
    }

    section.testimonial .owl-stage-outer {
        /* max-height: 250px; */
    }

    section#carousel-2 p,
    .top-performance p {
        font-size: 16px;
    }

    section.testimonial h2,
    .coach h2,
    section#carousel-3 h2,
    .unique h2 {
        font-size: 24px;
    }

    section#carousel-2 {
        padding: 50px 8px;
    }

    address,
    ul.usefull-links a {
        font-size: 14px;
    }

    .footer-top h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .newsletter {
        margin-top: 20px;
    }

    section.upcoming-tournament {
        padding: 50px 12px 0 12px;
    }

    .Signup h1 {
        font-size: 32px;
    }

}




@media only screen and (max-width: 991px) {
    .video-thumbnail {
        height: 150px;
    }

    .player_profile_right {
        width: 40%;
    }

    .player_profile_left {
        width: 60%;
    }

    .td-content {
        padding: 20px;
    }

    .about-content {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .coaching-program.similar_coach h2 {
        font-size: 24px;
    }

    .coaching-program.similar_coach {
        padding: 70px 0 76px;
    }

    section#carousel-1 .container {
        padding: 0;
    }

    div#navbarSupportedContent {
        position: absolute;
        top: 60px;
        width: 100%;
        z-index: 5;
        padding: 20px;
        background: #e50693;
        height: calc(100vh - 100px);
        transition: all ease-in 0.2s;
    }

    a.footer-logo {
        margin-bottom: 40px;
    }

    .download-app-content {
        padding: 30px 20px;
    }

    .download-app-content h2 {
        font-size: 26px;
    }

    .row.download-app-content p {
        font-size: 16px;
    }

    .download-app-content .right img {
        margin-bottom: -30px;
    }

    .row.hc_camp_detail {
        padding: 30px 10px;
        margin-top: 0;
    }

    .detail-crd-header h2 {
        font-size: 24px;
    }

    .camp-detail {
        margin-top: 30px;
    }

    .content_left,
    .content_right,
    .elegant-calencar {
        width: 100%;
        max-width: 100%;
    }

    .content_left,
    .availibility {
        margin-bottom: 30px;
    }

    .content_left {
        padding: 0;
    }

    .content_right {
        padding: 0px;
    }

    .devider1 {
        width: 100%;
        height: 1px;
        margin-bottom: 30px;
    }

    .hero-right img {
        width: 45%;
    }

    .hero-left h1 {
        font-size: 40px;
        letter-spacing: 1px;
    }

    a.know-more {
        height: 48px;
        width: 140px;
        font-size: 16px;
    }

    .unique {
        padding: 80px 8px;
    }

    .unique ul {
        padding: 0;
    }

    .unique ul li {
        margin-bottom: 15px;
    }

    .Signup-area {
        flex-direction: column;
    }

    .signup-left {
        width: 100%;
        padding: 30px;
    }

    .signup-left img {
        max-width: 100px;
    }

    .signup-right {
        width: 100%;
    }

    section.other-teammember {
        padding: 80px 20px 50px;
        margin: 20px 0 0 0px;
    }

    .signin-left {
        width: 100%;
        padding: 30px;
    }

    .signin-right {
        width: 100%;
    }


}

@media only screen and (max-width: 880px) {
    .cd-area {
        padding: 20px;
    }

    .ccs-inner {
        padding: 20px;
    }

    .ub-umg {
        width: 48px;
        height: 48px;
        padding: 8px;
        min-width: 48px;
        min-height: 48px;
    }

    .row.abt-row {
        padding: 30px 15px;
        border-radius: 8px;
        margin-top: -6%;
    }

    .logbtn {
        position: absolute;
        left: 20px;
        bottom: 13px;
        z-index: 1;
    }

    a.nav-link.dropdown-toggle {
        background: #74024b;
    }

    .top-bar .follow-us {
        gap: 5px;
        padding-right: 0;
        border: none;
    }

    .contact-info {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .header-right {
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .main-nav a.nav-link span {
        border-left: none;
        display: block;
    }

    .nd-inner h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .btn-6 {
        font-size: 14px;
    }

    .f-row input.form-control,
    .f-row select.form-select,
    .f-row .input-group {
        max-width: 100%;
    }

    .f-row label.form-label {
        margin: 0 0 8px 0;
        font-size: 14px;
    }

    .fbc-right {
        padding-left: 20px;
        padding-right: 20px;
    }

    .fbc-left {
        padding-right: 20px !important;
        border-right: 1px solid #eaeaec;
        padding-left: 20px;
    }

    .fb-inner {
        padding-right: 0;
        border-right: 0px solid #eaeaec;
    }


    .player_profile_inner {
        flex-direction: column-reverse;
    }

    .player_profile_left {
        width: 100%;
    }

    .player_profile_right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .player_profile_right img {
        max-width: 400px;
    }

    .video-container {
        padding-bottom: 15%;
        width: 150px;
    }

    .bookingarea-inner {
        padding: 20px;
    }

    .cd-area h2 {
        font-size: 20px;
    }

    .v-box1 {
        display: flex;
        margin-bottom: 16px;
        padding: 10px;
        border-radius: 10px;
        background: #ffffff;
    }

    .video-content {
        width: calc(100% - 90px);
        padding: 0;
        margin-left: 10px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    div#videoContainer {
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px;
    }

    div#thumbnail {
        width: 80px;
        height: 80px !important;
        background-size: 100px 80px !important;
    }

    section.latest-news ul li {
        width: calc(50% - 10px);
    }

    .download-app {
        display: none;
    }

    .hero-left h1 {
        font-size: 42px;
    }

    .ccs-inner {
        padding: 20px;
    }

    .video-content.nvc {
        padding: 10px 10px 0;
        margin-left: 0;
        margin-top: 0;
    }

    p {
        line-height: 1.7;
        font-size: 14px;
    }

    .owl-theme .owl-nav button {
        height: 32px;
        width: 32px;
    }

    .owl-theme .owl-nav button span {
        font-size: 32px;
        left: 12px;
    }
}

@media only screen and (max-width: 640px) {
    .top-bar-content {
        flex-wrap: wrap;
        justify-content: end;
        gap: 4px;
    }

    .contact-info {
        width: 100%;
        justify-content: end;
    }
    .social-action a {
        padding: 0 0 0 8px;

    }
}

@media only screen and (max-width: 576px) {
    section.about {
        padding: 0 0px 0px;
    }

    .row.abt-row {
        margin-top: 0;
    }

    .nd-inner p {
        font-size: 14px;
        line-height: 1.7;
    }

    .video-thumbnail {
        height: 80px;
    }

    .video-container i {
        font-size: 32px;
    }

    .unique h2 {
        padding: 0;
    }

    .video-container {
        padding-bottom: 21%;
        width: 120px;
    }

    .signin-left img {
        max-width: 50px;
    }

    .signin-right {
        padding: 20px;
    }

    section.latest-news ul li a {
        flex-direction: row;
    }

    .coaching-program.similar_coach h2 {
        font-size: 16px;
        padding: 13px 14px;
        width: 220px;
    }

    .cp-card h3 {
        font-size: 16px;
    }

    .cp-card a {
        font-size: 14px;
    }

    .coaching-program.similar_coach {
        padding: 50px 0 26px;
    }

    .head-info img {
        margin-bottom: 23px;
        max-width: 50px;
    }

    .head-day {
        font-size: 48px;
    }

    .head-month,
    .itembox h4 {
        font-size: 14px;
    }

    .bookingarea-inner {
        padding: 30px 15px;
    }

    .itembox {
        padding: 10px;
    }

    form#multi-step-form h3 {
        font-size: 20px;
    }

    .step-circle1 {
        font-size: 12px;
    }

    .step-circle {
        width: 36px;
        height: 36px;
    }

    .elegant-calencar {
        flex-direction: column;
    }

    div#recurring .modal-body {
        padding: 20px 15px 50px;
    }

    div#recurring .modal-header {
        padding: 35px 15px 16px;
    }

    form#multi-step-form h3#exampleModalToggleLabel small {
        font-size: 12px;
    }

    table#calendar td,
    table#calendar th {
        font-size: 14px;
    }

    .calendar-wrap {
        padding: 40px 15px 15px 15px;
    }

    .download-app {
        display: none;
    }

    .follow-us {
        font-size: 0;
    }

    address,
    ul.usefull-links a {
        font-size: 14px;
    }

    .footer-top h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .newsletter {
        margin-top: 10px;
    }

    .subscribe {
        margin-top: 16px;
    }

    .footer-bottom-link {
        padding: 15px;
        flex-wrap: wrap;
    }

    section.donload-app {
        padding: 50px 0px 0px;
    }

    .download-app-content {
        border-radius: 0px;
        padding: 30px 10px;
    }

    .download-app-content .right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
    }

    .right img {
        max-width: 100%;
    }

    .button_group img {
        max-width: 100px;
    }

    .row.download-app-content p {
        font-size: 12px;
    }

    .download-app-content h2 {
        font-size: 16px;
    }

    .button_group img {
        max-width: 80px;
    }

    .download-app-content .right img {
        margin-bottom: -42px;
    }

    .footer-bottom-link a {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .copyright {
        text-align: center;
        font-size: 12px;
    }

    .testimonial-content p {
        font-size: 16px;
        line-height: 1.7;
    }

    section.testimonial .container {
        padding: 0;
    }

    section.latest-news ul li {
        width: calc(100% - 0px);
    }

    section.latest-news ul li h3 {
        font-size: 16px;
        -webkit-line-clamp: 2;
        color: #212529;
        letter-spacing: 0;
    }

    section.latest-news ul li p {
        display: none;
    }

    section.latest-news ul li img {
        max-width: 90px;
    }

    section.latest-news ul li small {
        color: #666;
        font-size: 12px;
        margin-top: 5px;
        display: block;
    }

    section.latest-news {
        padding: 50px 5px 50px;
    }

    section.upcoming-tournament h2,
    .latest-news h2,
    section.latest-video h2,
    section.testimonial h2,
    .coach h2,
    .unique h2 {
        font-size: 24px;
    }

    section.testimonial {
        padding: 50px 0 50px;
    }

    section.testimonial .owl-stage-outer {
        /* max-height: 240px; */
    }

    section.upcoming-tournament {
        padding: 50px 12px 0 12px;
    }

    .coach-content h3 {
        font-size: 18px;
    }

    section#carousel-2 p,
    .top-performance p {
        font-size: 14px;
    }

    .card-cta {
        flex-direction: column;
    }

    .detail-crd-header h2 {
        font-size: 24px;
    }

    .row.hc_camp_detail p,
    .hc_camp_detail_left ul li {
        font-size: 14px;
    }

    a.p-btn,
    a.b-btn {
        font-size: 14px;
    }

    .camp-detail {
        margin-top: 20px;
    }

    .coaching-camp-section h1 {
        font-size: 24px;
    }

    .timing {
        align-items: self-start;
        flex-direction: column;
        gap: 10px;
    }

    .hero-left h1 {
        font-size: 40px;
    }

    a.know-more {
        height: 32px;
        width: 120px;
        font-size: 10px;
        margin-top: 5px;
        min-width: 100px;
        padding: 10px;
    }

    .hero {
        padding: 0;
    }

    section.top-performance .owl-item .item {
        padding: 5px;
    }

    .top-performance {
        padding: 50px 10px;
    }

    .p-stats span {
        font-size: 12px;
    }

    button.navbar-toggler {
        margin: 5px 0px 5px 20px;
    }

    .top-bar {
        padding: 11px 20px 10px 20px;
    }

    .logbtn a {
        font-size: 14px;
    }

    a.navbar-brand img {
        max-width: 50px;
    }

    section.upcoming-tournament h2,
    .latest-news h2,
    section.latest-video h2,
    section#carousel-3 h2 {
        margin-bottom: 20px;
    }

    .owl-dots {
        margin-top: 0px;
    }

    .unique ul {
        margin-top: 30px;
    }

    div#videoContainer {
        width: 80px;
        height: 80px;
        min-height: auto;
    }

    div#thumbnail {
        width: 80px;
        height: 80px !important;
        background-size: 200px 132px !important;
    }

    section.latest-video {
        padding: 50px 5px;
    }

    .video-content h3 {
        font-size: 16px;
    }

    .meta_tags img {
        max-width: 12px;
    }



    .unique {
        padding: 50px 8px;
    }

    div#navbarSupportedContent {
        top: 50px;
    }

    .cd-area h2 {
        margin-bottom: 10px;
    }

    .col-12.su-cta {
        flex-direction: column;
    }

    button.btn.signup,
    .su-cta button.ol-btn {
        width: 100%;
    }

    .Signup h1 {
        font-size: 24px;
    }

    .ub-umg {
        width: 42px;
        height: 42px;
        padding: 10px;
        min-width: 42px;
        min-height: 42px;
    }

    .player-stats-list,
    .player-meta-list {
        flex-wrap: wrap;
    }

    .player_profile_left {
        padding: 30px 0 0 0;
    }

    .logbtn {
        left: 15px;
        bottom: 10px;
    }
}

@media only screen and (max-width: 525px) {

    .social-action,
    .download-action {
        gap: 0;
    }

    .hero-left h1 {
        font-size: 22px;
        line-height: 1.3;
    }

    .hero-right img {
        width: 50%;
    }

    .facility-booking-header {
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
    }

    .facility-booking-header form {
        width: 100%;
    }

    .hero-left {
        padding-left: 10px;
    }

    .carousel-item {
        padding: 10% 30px 6%;
    }

    .header-right {
        width: calc(100% - 70px);
    }

    .top-bar {
        padding: 5px 10px 5px 5px;
    }

    a.navbar-brand {
        width: 70px;
    }

    .contact-info {
        font-size: 13px;
    }

    .top-bar .follow-us {
        font-size: 13px;
    }

    a.nav-link.dropdown-toggle {
        font-size: 13px;
    }
}

@media only screen and (max-width: 380px) {
    .row.download-app-content p {
        font-size: 10px;
        margin-bottom: 20px;
    }

    .download-app-content h2 {
        font-size: 14px;
    }

    .download-app-content .right img {
        margin-bottom: -36px;
    }

    .top-bar .follow-us {
        padding-right: 5px;
        border-right: 1px solid #ffffff3b;
    }

    .social-action a {
        /* padding: 4px; */
    }
    .top-bar .follow-us{
        border: none;
        padding-right: 0;
    }

}

@media only screen and (max-width: 360px) {
    .contact-info {
        gap: 5px;
    }
}


.player_color_name_change{
    color:#e50693;
}
.active-html
{
    padding: 55px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    /* text-align: center; */

}

.camp-main-banner{
    height: 420px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media only screen and (max-width: 576px) {
    .camp-main-banner{
        height: 200px;
    }
}