/* FONT IMPORT */


/* Google Font */

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

:root {
    --white: #FFFFFF;
    --black: #000;
    --primary: #96c036;
    --secondary: #282760;
    /* Font Variable */
    --font-text: "Poppins", sans-serif;
    --font-heading: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: var(--font-text);
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: var(--font-heading);
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

figure {
    margin: 0;
}


/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}


/* Cursor End */


/* PRELOADER */

.preloader {
    position: fixed;
    width: 100vw;
    height: 100dvh;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: end;
}

.preloader figure {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader figure img {
    width: 400px;
}

.preloader .bar {
    width: 20vw;
    height: 100dvh;
    background: var(--white);
}

.preloader .line {
    position: absolute;
    top: 78%;
    left: 0;
    width: 0;
    height: 4px;
    background: var(--secondary);
    opacity: 0.75;
}

.preloader .counter {
    position: absolute;
    bottom: 0;
    right: 2rem;
    font-size: 10rem;
    font-weight: 600;
    color: var(--secondary);
    line-height: 1;
}

.preloader .counter span:last-child {
    font-size: 6rem;
    margin-left: 1rem;
}


/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 1.125rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    padding: 0.9em 2em;
    border-radius: 30px;
    line-height: normal;
    overflow: hidden;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}


/* NAV HEADER CSS */

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 1rem 0;
    transition: 0.3s ease-in-out;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 200px;
}

.navbar-brand>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar {
    background: #F5F5F5;
    border-radius: 100px;
    padding: 8px 11px 12px 21px;
}

.navbar-nav {
    align-items: center;
    gap: 43px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--black);
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 0;
    display: inline-block;
}

.form-inline .themeBtn {
    padding: 0.8em 2.3em;
}


/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 1080px;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.main-slider__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeSlider .swiper-pagination {
    bottom: 1rem;
    width: fit-content;
    left: 48%;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.28);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-next {
    right: 1rem;
}

.homeSlider .swiper-button-prev {
    left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
    height: 5px;
    width: 27px;
    display: inline-block;
    /* margin: 0 0.5rem !important; */
    opacity: 1;
    background: #ffffff66;
    border-radius: unset;
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--primary);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 3.75rem;
    line-height: 1;
    font-weight: bold;
    text-transform: capitalize;
}

.main-slider p {
    color: var(--white);
    font-weight: 400;
    line-height: 1.7;
    margin-top: 1rem;
    font-size: 1rem;
}

.bnrfootball {
    margin-left: -6rem;
    margin-bottom: -7rem;
}

.slideOne h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary);
    text-transform: uppercase;
}


/* !MAIN HERO SLIDER CSS */

.subHead {
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    overflow: hidden;
}

.mainHead {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: capitalize;
}

:is(.subHead,
    .mainHead) .char {
    font-family: inherit;
}

.mainHead .char {
    display: inline !important;
}


/* our-mission */

.our-mission {
    background: #132C2A;
    padding: 7rem 0;
}

.mission-content .subHead {
    color: var(--primary);
}

.mission-content .mainHead {
    color: #fff;
}

.mission-content p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.7;
}

.mission-icon {
    display: flex;
    gap: 22px;
}

.iconcntnt h4 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
}

.iconcntnt p {
    font-size: 14px;
}

figure.missionplay {
    position: relative;
}

.missionplay img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 2rem;
}

figure.missionplay a {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

figure.missionplay a i {
    color: #fff;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.our-mission h5 {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.mission-icon img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(22%) saturate(4479%) hue-rotate(31deg) brightness(111%) contrast(58%);
}

.mission-icon+.mission-icon {
    margin-top: 44px;
}


/* our-mission */


/* our-service */

.serv-cntnt h4 {
    font-size: 1.25rem;
    font-weight: bold;
    font-family: 'Montserrat';
}

.serv-cntnt a {
    font-size: 1rem;
    color: var(--primary);
    font-family: 'Montserrat';
}

.serv-cntnt {
    text-align: center;
    margin-top: 24px;
}

.service-top p {
    font-size: 1rem;
    color: #000;
    font-family: 'Montserrat';
}

.service-top .mainHead {
    font-family: 'Montserrat';
    margin: 0;
}

.service-top {
    margin-bottom: 24px;
}

.service-wrap {
    margin-bottom: 50px;
}

.service-wrap figure img {
    width: 100%;
    height: 425px;
    object-fit: cover;
    border-radius: 2rem 2rem 0 0;
}

/* our-service */


/* courtSec */

.courtSec {
    background: url(../images/courtbg.webp)center/cover no-repeat;
    padding: 9rem 0 6rem 0;
}

.court-top {
    text-align: center;
    margin-bottom: 40px;
}

.court-top .subHead {
    color: #fff;
}

.court-top .mainHead {
    color: #fff;
    font-family: 'Montserrat';
    margin: 0;
}

.court-top .mainHead span {
    color: var(--primary);
}

.court-top p {
    color: #F5F5F5;
    font-size: 1rem;
}

.courtWrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 0.5rem;
}

.courtSlider .swiper-pagination {
    /* bottom: -6rem; */
    /* width: fit-content; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
}

.courtSlider .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    display: inline-block;
    opacity: 1;
    background: rgb(150 192 54 / 30%);
}

.courtSlider .swiper-pagination-bullet-active {
    background: var(--primary);
    position: relative;
}


/* courtSec */


/* faq-section */

.faq-section {
    background: #132C2A;
    z-index: 1;
}

.faqs-top .subHead {
    color: #fff;
}

.faqs-top .mainHead {
    color: #fff;
    margin: 0;
    font-family: 'Montserrat';
}

.faqs-top .mainHead span {
    color: var(--primary);
}

.faqs-top p {
    font-size: 1rem;
    color: #fff;
    margin: 0;
}

.faqs-top {
    margin-bottom: 2rem;
}

.faq-box-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: absolute;
    bottom: 4rem;
    left: 3rem;
    right: 2rem;
}

.faqbox h3 {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Montserrat';
}

.faqbox h2 {
    font-size: 3.4375rem;
    font-weight: bold;
    font-family: 'Montserrat';
    margin: 0;
}

.faqbox p {
    font-size: 14px;
    font-weight: 400;
    color: rgb(0 0 0 / 30%);
    margin: 0;
}

.faqbox {
    background: #fff;
    padding: 29px 33px 29px 23px;
    border-radius: 30px;
}

.faq-right-side figure {
    position: relative;
}

.faq-right-side figure img {
    width: 576px;
    height: 636px;
    object-fit: cover;
    border-radius: 2rem;
}

.faq-section #accordion .card {
    border: none;
    background: #fff;
    border-radius: unset;
    border-bottom: 2px solid rgb(0 0 0 / 30%);
    padding: 29px 10px 29px 19px;
}

.faq-section #accordion .card .btn-link {
    --height: 3.5rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: #000;
    padding: 0;
    border: 0;
    font-size: 1rem;
    font-weight: bold;
    border-radius: unset;
    text-decoration: none;
    overflow: hidden;
    border-bottom-left-radius: 0;
    text-align: left;
    font-family: 'Montserrat';
}

.faq-section #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    width: var(--width);
    height: var(--height);
    margin-left: auto;
    border-radius: 50%;
    background: 000;
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
}

.faq-section #accordion .card .btn-link i::before {
    content: "\f068";
}

.faq-section #accordion .card .btn-link.collapsed i::before {
    content: "\f067";
}

.faq-section #accordion .card .btn-link.collapsed i {
    color: #225743;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
    margin-left: 0;
    margin-right: 1rem;
}

.faq-section #accordion .card .btn-link i {
    color: #000;
    background: #F5F5F5;
    margin-left: 0;
    margin-right: 1rem;
}

.faq-section #accordion .card .btn-link.collapsed i {
    color: #000;
}

.faq-section #accordion .card+.card {
    margin-top: 0;
}

.faq-section #accordion .card .card-body {
    padding: 0rem 2rem 0 4rem;
}

.faq-section #accordion .card .card-body p {
    color: rgb(0 0 0 / 30%);
    font-size: 1rem;
    margin: 0;
    line-height: 1.7;
}

.faqsid1 {
    position: absolute;
    right: 0rem;
    bottom: 0;
    z-index: -1;
}

div#accordion {
    position: relative;
    z-index: 1111;
}

.courtSlider {
    padding-bottom: 5rem;
}


/* faq-section */


/* Footer Css Start */

footer {
    background: url(../images/footerbg.webp)center/cover no-repeat;
    padding-top: 4.6875rem;
}

footer h3 {
    text-transform: capitalize;
    font-size: 1.125rem;
    color: var(--white);
    margin-bottom: 23px;
    font-family: 'Montserrat';
}

footer ul li a:hover {
    color: var(--primary);
}

.links li a {
    text-transform: capitalize;
    color: var(--white);
    font-weight: 400;
}

.links li+li {
    margin-top: 0.875rem;
}

.contactLinks li {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.contactLinks li img {
    width: 31px;
    filter: brightness(0) saturate(100%) invert(77%) sepia(22%) saturate(4479%) hue-rotate(31deg) brightness(111%) contrast(58%);
}

.contactLinks li a {
    color: var(--primary);
}

.contactLinks li a {
    font-size: 1rem;
    font-family: 'Montserrat';
}

.contactLinks li+li {
    margin-top: 1.6rem;
}

.newsForm {
    display: flex;
    margin-top: 1rem;
    align-items: center;
    justify-content: end;
}

.newsForm input {
    border: 1px solid #fff;
    border-radius: 50px;
    height: 65px;
    background: #fff;
    color: var(--black) !important;
    padding-left: 1rem;
    box-shadow: unset;
    outline: none;
}

.newsForm input::placeholder {
    color: var(--black);
    font-size: 1rem;
    font-weight: 400;
}

.newsForm button {
    color: #fff;
    font-weight: 400;
    border: unset;
    padding: 14px 1.9em;
    background: var(--primary);
    position: absolute;
    border-radius: 30px;
    font-size: 1rem;
    font-family: 'Montserrat';
    text-transform: capitalize;
    margin-right: 3px;
}

ul.socialLinks {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 84px 0 70px 0;
}

ul.socialLinks li a {
    color: #fff;
    background: var(--primary);
    width: 56px;
    height: 56px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
}

p.para {
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    font-family: 'Montserrat';
    margin: 0;
}

.copyRight {
    border-top: 1px solid var(--primary);
    padding: 23px 0;
    margin-top: 3rem;
}

.copyRight p {
    font-size: 1rem;
    font-family: 'Montserrat';
    color: #fff;
    margin: 0;
}

.partnerShip-logo {
    margin-top: 10rem;
}

.partnerShip-logo h3 {
    font-size: 1.5625rem;
    font-weight: bold;
}

/* Footer Css End */

.newsForm button:hover {
    background: #000;
    color: #fff;
}

.themeBtn:hover {
    background: #000;
    color: #fff;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}


/* inner-pages */

.inner-banner {
    height: auto;
}

.inner-banner>img {
    object-fit: cover;
}

.inner-banner>iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.inner-banner__content h1 {
    font-size: 3.75rem;
    font-weight: bold;
    text-transform: capitalize;
    color: var(--white);
    margin: 0;
}

.our-mission-inner {
    background: var(--white);
}

.our-mission-inner h5 {
    color: var(--primary);
}

.our-mission-inner .mission-content :is(.mainHead) {
    color: var(--black);
}

.our-mission-inner .mission-content p {
    color: #6C6C6C;
}

.services-inner .row:nth-child(even) {
    flex-direction: row-reverse;
}

.services-inner .row:not(:last-child) {
    margin-bottom: 2.25rem;
}

.services__img img {
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 1.25rem;
}

.services__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F1F1F1;
    padding: 3.375rem;
    border-radius: 1.25rem;
}

.services__content h3,
.contact__main h3 {
    font-size: 2.25rem;
    font-weight: 800;
    text-transform: capitalize;
    color: var(--black);
}

.services__content p {
    color: #545454;
    margin: 0;
}

.contact__title h2 {
    font-size: 3.75rem;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    color: var(--black);
    margin: 0 0 3rem;
}

.contact__map iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 1.25rem 0 0 1.25rem;
}

.contact__main {
    background: #FBFBFB;
    border-radius: 0 1.25rem 1.25rem 0;
    padding: 6.25rem 3.125rem;
}

.contact__main p {
    color: var(--black);
    margin-bottom: 3rem;
}

.contactForm label {
    font-size: 1rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 1.125rem;
    text-transform: capitalize;
}

.contactForm :is(input,
    textarea) {
    display: block;
    width: 100%;
    padding: 1em;
    font-size: 1rem;
    font-weight: 400;
    color: var(--black);
    background: var(--white);
    border: 1px solid var(--white);
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    resize: none;
}

.contactForm :is(input,
    textarea)::placeholder {
    color: var(--black);
}

.testimonials-card {
    padding: 1.25rem 1.75rem;
    margin-bottom: 2.25rem;
    background: var(--white);
    border: 1px solid var(--primary);
    transition: all 0.3s ease-in-out;
}

.testimonials-card:hover {
    background: var(--primary);
}

.testimonials-card-star,
.testimonials-card-client {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
}

.testimonials-card-star li a {
    font-size: 1.125rem;
    color: #FFCA05;
}

.testimonials-card-client {
    gap: 1rem;
    margin-bottom: 0;
}

.testimonials-card-client .client-img {
    border: 1px solid var(--primary);
    padding: 2px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.testimonials-card:hover .testimonials-card-client .client-img {
    border-color: var(--white);
}

.testimonials-card-client .client-img img {
    max-width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
}

.testimonials-card-client .client-title h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary);
    text-transform: capitalize;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.testimonials-card:hover .testimonials-card-client .client-title :is(h4,
    p),
.testimonials-card:hover .testimonials-card-content p {
    color: var(--white);
}

.testimonials-card-content p,
.testimonials-card-client .client-title p {
    transition: all 0.3s ease-in-out;
}

.testimonials-card-client .client-title p {
    margin: 0;
    line-height: normal;
}


/* bookcourtModal */

.bookcourtModal .modal-dialog {
    max-width: 886px;
}

.bookcourtModal .modal-content {
    padding: 3.125rem;
    background: var(--white);
    box-shadow: 0px 0px 30px rgb(0, 0, 0, 10%);
    border-radius: 0.625rem;
}

.bookcourtModal .modal-header {
    margin-bottom: 2.25rem;
}

.bookcourtModal .modal-header .mainHead {
    font-size: 2rem;
}

.bookcourtModal .modal-header p {
    font-weight: 500;
    line-height: normal;
    color: #111827;
    margin: 0;
}

.bookcourt-form .bookcourt-forminput {
    margin-bottom: 1.25rem;
}

.bookcourt-form label {
    font-size: 1.125rem;
    font-weight: 500;
    color: #111827;
}

.bookcourt-form :is(input,
    select,
    textarea) {
    display: block;
    width: 100%;
    background: #F6F9FF;
    border: 1px solid #EEF4FF;
    outline: none;
    border-radius: 0.3125rem;
    padding: .75em;
    font-size: 1.125rem;
    font-weight: 500;
    color: #111827;
}

.bookcourt-form :is(input,
    select,
    textarea)::placeholder {
    color: #111827;
}

.bookcourt-form .themeBtn {
    display: block;
    background: #132C2A;
    border-radius: 0.3125rem;
    font-size: 1rem;
    outline: none;
    margin: 1rem 0 0 auto;
    padding: .75em 2em;
}

.bookcourt-form .themeBtn span {
    margin-left: .65em;
}

#yesText,
#noText {
    display: none;
    margin-top: 0.5rem;
}

#bookcourtCheck {
    display: none;
}


/* privacy & terms page*/

.privacy,
.terms {
    padding: 6rem 0;
}

.privacyContent :is(p,
    li),
.termsContent :is(p,
    li) {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 0 1rem;
    color: #4b4b4b;
}

.privacyContent p a,
.termsContent p a {
    color: var(--primary);
    font-weight: 600;
}

.privacyContent h3,
.termsContent h3 {
    font-size: 2.125rem;
    font-weight: 600;
    margin: 1.125rem 0;
}

.privacyContent .list li,
.termsContent .list li {
    position: relative;
    padding-left: 1.75rem;
}

.privacyContent .list li::before,
.termsContent .list li::before {
    content: "";
    width: 16px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--primary);
    position: absolute;
    top: 0.25rem;
    left: 0;
}

.mission-imgRounded img {
    width: 620px;
    height: 620px;
    object-fit: cover;
    border-radius: 100%;
}