
:root {
    --orange: #F6921E;
    --white: #ffffff;
    --off-white: #bec0c2;
    --black: #0c0c0e;
    --light-black: #101010;
    --light-black-opacity: #2626269e;
    --light-gray: #f5f5f5;
    --dark-gray: #9b9b9b;
    --blue: #003a63;
    --pink: #c03;
    --yellow: #bf9000;
}

/* Gotham Black (900) */
@font-face {
  font-family: 'Gotham';
  src: url('/documents/d/zayed-sports-city/gotham-black-1-1') format('woff2'),
       url('/documents/d/zayed-sports-city/gotham-black-2-1') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Gotham Bold (700) */
@font-face {
  font-family: 'Gotham';
  src: url('/documents/d/zayed-sports-city/gotham-bold-1') format('woff2'),
       url('/documents/d/zayed-sports-city/gotham-bold-1-1') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Gotham Medium (500) */
@font-face {
  font-family: 'Gotham';
  src: url('/documents/d/zayed-sports-city/gotham-medium-1-1') format('woff2'),
       url('/documents/d/zayed-sports-city/gotham-medium-2-1') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Gotham Book (Regular - 400) */
@font-face {
  font-family: 'Gotham';
  src: url('/documents/d/zayed-sports-city/gotham-book-1-1') format('woff2'),
       url('/documents/d/zayed-sports-city/gotham-book-2-1') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



.social-media-icon::before {
    font-size: 25px;
    font-size: 1.5625rem;
    color: #bec0c2;
    font-family: "Yas-Marina-icons", sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar-light .navbar-toggler {
    border: 0;
}


.mobile-menu-tgl {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-menu-tgl a {
    text-decoration: none;
    margin: 0 5px;
}

.h-icon-action::before {
    font-family: Yas-Marina-icons, sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    font-size: 1.5625rem;
    color: #bec0c2;
    text-align: center;
}

.header-icon-action {
    float: right;
}

.sticky-header .header-icon-action,
.sticky-header .header-icon-action a,
.sticky-header .header-icon-action a span {
    margin: 0;
}

.sticky-header .header-icon-action a::after {
    display: none;
}

.header-icon-action a {
    margin: 0px 15px;
}

.main-menu .header-icon-action {
    display: none;
}

.sticky-header .main-menu .header-icon-action {
    display: block;
}

.search-icon::before {
    content: "\e915";
}

.user-icon::before {
    content: "\e911";
}

.cart-icon::before {
    content: "\e904";
}

.youtube-icon::before {
    content: "\e919";
}

.facebook-icon::before {
    content: "\e90a";
}

.insta-icon::before {
    content: "\e90c";
}

.linkdin-icon::before {
    content: "\e90f";
}



body {
    color: var(--black);
    background-size: cover;
    overflow-x: hidden;
    font-family: 'Gotham';
}

h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: .96;
    font-family: 'Gotham';
    letter-spacing: normal;
}

h2 {
    font-family: 'Gotham';
    font-weight: 1000;
    font-style: Italic;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;

}

h2 .border-text {
    color: transparent;
    -webkit-text-stroke: 1px #58595B;
    text-stroke: 1px #58595B;
    font-style: italic;
}

h3 {
    font-family: 'Gotham';
    font-weight: 1000;
    font-style: Ultra Italic;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;

}

h4 {
    font-family: 'Gotham';
    font-weight: 1000;
    font-style: Italic;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;

}

h5 {
    font-family: 'Gotham';
    font-weight: 1000;
    font-style: Italic;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;

}

h6 {}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

p {
    font-family: 'Gotham';
    font-weight: 400;
    font-style: Book;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}

p a {
    color: var(--white);
}

a:hover {
    color: inherit !important;
}

.section-margin {
    margin: 70px 0;
}

.orange-color {
    color: var(--orange);
}

.danger-color {
    color: var(--danger);
}

.white-color {
    color: var(--white);
}

.italic {
    font-style: italic;
}

.ec-cta .bs-btn {
    font-style: italic;
}

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

/* header */
.main-header {
    display: flex;
    justify-content: space-between;
    position: relative;
    /* border-bottom: 1px solid var(--light-black); */
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    width: calc(100% - 30px);
    background-color: #fff;
    border-radius: 16px;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.main-menu-block {
    align-self: center;
}

.tag-menu,
.main-menu {
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
}

.main-menu li,
.tag-menu li {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}

.main-menu li .dropdown-arrow {
    margin-left: 15px
}

.main-menu li a {
    padding-bottom: 42px;
    position: relative;
}

.main-menu li a {
    color: var(--black);
    font-family: 'Gotham';
    font-weight: 700;
    font-style: Italic;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
}

.tag-menu li a {
    color: var(--off-white);
    text-decoration: none;
    font-family: 'DINPro-CondBlack';
    font-weight: normal;
}

/* .main-menu li a::after {
    content: '';
    height: 2px;
    width: 30px;
    display: block;
    background: var(--orange);
    transition: width 1s;
    bottom: 38px;
    position: absolute;
}

.main-menu li:hover a::after {
    width: 100%;
} */

.tag-menu li a:hover {
    color: var(--orange);
}

.sub-menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: left;
    background: var(--white);
    margin-top: 32px;
    /* min-height: 400px; */
    z-index: 1;
    border-radius: 0 0 16px 16px;
}

.main-logo {
    display: flex;
    align-items: flex-end;
}

.main-menu li:hover .sub-menu {
    display: block !important
}

.sub-menu-block-one {
    position: relative;
    padding: 15px;
}

.sub-menu-block-one::after {
    content: '';
    background-color: #E7E7E7;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
    height: 200px;
}

.sub-menu-block-one h6 {
    font-family: 'Gotham';
    font-weight: 1000;
    font-style: Italic;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;

}

.sub-menu-block-one h6 span {
    color: transparent;
    -webkit-text-stroke: 1px #58595B;
    text-stroke: 1px #58595B;
    font-style: italic;
}

.sub-menu-block-one p {
    font-family: 'Gotham';
    font-weight: 400;
    font-style: Book;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;

}

.sub-menu a.sub-menu-btn-link {
    font-family: 'Gotham';
    font-weight: 900;
    font-style: Italic;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: var(--orange);
    padding-bottom: 0;
}

.sub-menu-block-one a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    margin-top: 14px;
    display: inline-block;
}

.sub-menu-block-one a::after {
    display: none !important;
}

.dis-more {
    font-family: 'DINPro-CondBlack';
}

.sub-menu-block-one a .dis-more::after {
    content: '';
    height: 4px;
    width: 30px;
    display: block;
    background: var(--orange);
    transition: width 1s;
    bottom: 25px;
    position: absolute;
}

.sub-menu-block-one a:hover .dis-more::after {
    width: 100%;
}

/* .sub-menu-block-one a .dis-more::before{
     content: '';
     height: 2px;
     width: 2px;
     display: block;
     background: var(--white);
     transition: all .5s ease-in-out .1s;
     bottom: 30px;
     position: absolute;
     z-index: 1 
}
 .sub-menu-block-one a:hover .dis-more::before{
     right: 0;
}
 */
.bs-btn {
    background-color: var(--orange);
    padding: 0px 20px;
    display: block;
    border-radius: 8px;
    text-decoration: none;
    color: var(--black);
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 14px;
    line-height: 47px;
    letter-spacing: 0px;
    text-transform: uppercase;
    min-height: 47px;
    display: inline-block;
}

.bs-btn:hover {
    color: var(--black) !important;
}

.bs-border-btn {
    background-color: transparent;
    border: 1px solid var(--orange);
    padding: 0px 20px;
    display: block;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 14px;
    line-height: 47px;
    letter-spacing: 0px;
    text-transform: uppercase;
    min-height: 47px;
    display: inline-block;
}

.sub-menu-block-two {
    position: relative;
    padding: 15px 0;
}


.sub-menu-block-two h6 {
    font-size: 26px;
    font-size: 1.625rem;
    font-family: 'DINPro-CondBlack';
    font-weight: normal;
}

.sub-menu-block-two ul {
    padding: 0px;
    margin: 0px;
}

.sub-menu-block-two ul li {
    display: block;
    margin: 0px 0;
}

.sub-menu-block-two ul li a {
    font-family: 'Gotham';
    font-weight: 700;
    font-style: Italic;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.sub-menu-block-two ul li a:hover {
    color: var(--orange);
}

.sub-menu-block-two ul li a::after {
    display: none
}

.sub-menu-block-two ul li a::before {
    display: none
}

.sub-menu-block-three {
    display: flex;
    position: relative;
    padding: 30px 15px 15px 15px;
}

.sub-menu-block-three h6 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.1;
    letter-spacing: .5px;
    font-family: 'DINPro-CondBlack';
    font-weight: normal;
}

.sub-menu-block-three img {
    min-width: 120px;
    max-width: 120px;
    height: 100%;
    margin-right: 35px;
}

.sub-menu-block-three a .dis-more::after {
    content: '';
    height: 4px;
    width: 30px;
    display: block;
    background: var(--orange);
    transition: width 1s;
    bottom: 30px;
    position: absolute;
}

.sub-menu-block-three a:hover .dis-more::after {
    width: 100%;
}

.sub-menu-block-three a::after {
    display: none !important;
}

.sticky-header header {
    position: sticky;
    top: 0;
    background-color: var(--black);
    z-index: 9;
}

.sticky-header .tag-menu {
    display: none;
}

.sticky-header .main-header {
    padding-top: 30px;
}

.book-slot-header {
    align-self: center;
}

.book-slot-header ul {
    margin-bottom: 0;
}

.book-slot-header ul li {
    display: inline-block;
    margin: 0 5px;
}

.book-slot-header ul li a.lng-link {
    font-family: Cairo;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 18.05px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
}

.sports-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    /* spacing fix */
}

.sports-list li {
    min-width: 280px;
    /* 100 / 5 = 20% = 5 per row */
    padding: 5px;
    box-sizing: border-box;
}

.sports-list li a {
    font-family: 'Gotham';
    font-weight: 700;
    font-style: Italic;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;

    display: flex;
    align-items: center;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
    height: 100%;
    gap: 5px;
}


.sports-list li img {
    width: 21px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.sports-list li a:hover img {
    transform: scale(1.1);
}



/* header */
/* home page  */
.marquee {
    overflow: hidden;
    white-space: nowrap;
    background: var(--orange);
    padding: 10px 0;
    position: relative;
}

.marquee-track {
    display: inline-flex;
    gap: 50px;
    animation: marquee 100s linear infinite;
}

.marquee a {
    font-family: 'Gotham';
    font-weight: 900;
    font-style: Italic;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--black);
    text-decoration: none;
    position: relative;
    padding: 15px 0;
}

.marquee a::after {
    content: '';
    width: 5px;
    height: 5px;
    background-image: url(../images/Rectangle.png);
    background-size: 5px 5px;
    display: block;
    position: absolute;
    right: -28px;
    top: 21px;
}

/* Duplicate the content using pseudo-element for continuous flow */
.marquee-track::after {
    content: "";
    display: inline-flex;
    gap: 25px;
}

/* Seamless animation */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.section-heading-block {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
}

.section-heading-block .heading-action-btn {
    margin-bottom: 15px;
}

.event-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin: 15px 0;
}

.event-card-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 25px;
    gap: 15px;
    z-index: 1;
}

.ec-img {
    width: 100%;
    border-radius: 16px;
}

.ec-cta {
    min-width: 150px;
}

.ec-date {
    background-color: #FFFFFF;
    padding: 15px;
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: 25px;
    top: 25px;
    border-radius: 4px;
    /* min-width: 75px;
    min-height: 70px; */
}

.ec-date p {
    font-family: 'Gotham';
    font-weight: 700;
    font-style: Italic;
    font-size: 14px;
    line-height: 90%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.ec-date h5 {
    font-family: 'Gotham';
    font-weight: 1000;
    font-style: Italic;
    font-size: 32px;
    line-height: 90%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.event-card-details h4 {
    font-family: 'Gotham';
    font-weight: 900;
    font-style: Italic;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--white);

}

.event-card-details p {
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: var(--white);
}

.ec-opacity {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.kids-card-img {
    border-radius: 24px 0;
    width: 100%;
}

.kids-card-content {
    padding: 100px;
}

.kids-card-content h2 {
    margin-bottom: 30px;
}

.kids-card-content .bs-border-btn {
    margin-top: 30px;
}

/* home page  */
/* footer  */
footer {
    background-color: var(--light-black);
    padding: 0 15px;
}

.footer-follow-us-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}

.footer-social-media {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-social-media ul {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.footer-social-media ul li a img {
    width: 35px;
}

.footer-social-media span {
    font-family: Gotham;
    font-weight: 700;
    font-style: Italic;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--white);

}

.footer-call-us {
    display: flex;
    gap: 30px;
}

.footer-call-us a {
    display: flex;
    text-decoration: none;
    align-items: center;
    gap: 5px;
}

.footer-call-us a p.cu-lbl {
    font-family: 'Gotham';
    font-weight: 400;
    font-style: Italic;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--white);
}

.footer-call-us a p {
    font-family: 'Gotham';
    font-weight: 900;
    font-style: Italic;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 0;
}

.footer-links {
    margin-top: 30px;
    margin-bottom: 15px;
}

.footer-links h4 {
    font-family: 'Gotham';
    font-weight: 700;
    font-style: Bold Italic;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--white);
}

.quick-links {
    padding: 0;
}

.quick-links li a {
    font-family: 'Gotham';
    font-weight: 400;
    font-style: Italic;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    opacity: .4;
}

.quick-links li a:hover {
    color: var(--white) !important;
}

.quick-links li {
    min-width: 240px;
}

.quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.no-fix-width li {
    min-width: auto !important;
}

.tc-link {
    display: flex;
    gap: 15px;
}

.tc-link a {
    font-family: Gotham;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
}

.ft-border-top {
    border-top: 1px solid #FFFFFF1A !important;
}

.ft-border-bottom {
    border-bottom: 1px solid #FFFFFF1A !important;
}

.str-padding {
    padding-left: 50px;
    padding-right: 50px;
}

.news-slider .event-card {
    margin: 15px;
}

.news-slider .event-card-details {
    flex-direction: column;
    align-items: baseline;
}

.news-slider .bs-btn {
    line-height: 37px;
    min-height: 37px;
}

.news-slider .news-cta {
    display: flex;
    font-family: 'Gotham';
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    gap: 5px;
    margin-top: 15px;
    align-items: center;
}

.news-slider .news-cta:hover {
    color: var(--white) !important;
}

.news-slider .news-cta img {
    width: 18px;
}

.club-count {
    gap: 50px !important;
    margin: 50px 0;
}

.club-count,
.club-block {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.club-block img {
    width: 50px;
}

.club-block h3 {
    font-family: 'Gotham';
    font-weight: 900;
    font-style: Italic;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
}

.club-block p {
    margin-bottom: 0;
    text-align: left;
    font-family: 'Gotham';
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    opacity: .6;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;

}

.download-app-section {
    background-color: var(--orange);
    margin-top: 150px;
}

.download-app-block {
    padding-right: 50px;
}

.download-app-section .the-app-block {
    display: flex;
    justify-content: space-between;
}

.download-app-section h1 {
    font-family: 'Gotham';
    font-weight: 1000;
    font-style: Italic;
    font-size: 140px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--white);
    opacity: .6;
}

.download-app-section .the-app-block h5 {
    font-family: 'Gotham';
    font-weight: 1000;
    font-style: Italic;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;

}

.app-screenshot {
    margin-top: -150px;
}

/* footer  */
.inner-page-banner {
    position: relative;
}

.banner-hero-text {
    position: absolute;
    bottom: 50px;
    z-index: 1;
}

.banner-hero-text {
    color: var(--white);
}

.banner-hero-text h2 .border-text {
    -webkit-text-stroke: 1px var(--white);
    text-stroke: 1px var(--white);
}

/* dropdown  */

.custom-drp .dropdown {
    position: relative;
    width: 220px;
}

.custom-drp .dropdown-toggle {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px 40px 12px 16px;
    cursor: pointer;
    transition: 0.2s;
    position: relative;
}

.custom-drp .dropdown-toggle::after {
    background-image: url(../images/AltArrowDown.png);
    width: 20px;
    height: 15px;
    right: 11px;
    position: absolute;
    top: 23px;
    border: 0 !important;
    background-color: var(--white);
}

.custom-drp .dropdown-toggle:hover {
    border-color: #ccc;
}

.custom-drp .dropdown-label {
    font-size: 12px;
    color: #999;
    display: block;
}

.custom-drp .dropdown-value {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.custom-drp .dropdown-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #333;
    transition: 0.2s;
}

.custom-drp .dropdown.open .dropdown-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.custom-drp .dropdown-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: auto;
    max-height: 0;
    opacity: 0;
    transition: all 0.25s ease;
    z-index: 10;
}

.custom-drp .dropdown.open .dropdown-menu {
    max-height: 260px;
    opacity: 1;
    display: block;
}

.custom-drp .dropdown-item {
    padding: 10px 16px;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    transition: background 0.2s;
}

.custom-drp .dropdown-item:hover {
    background: #f2f2f2;
}

.custom-drp .dropdown-item.active {
    background: #f6921e2b;
    color: var(--orange);
    font-weight: 400;
}

/* dropdown  */
/* pagination  */
.pagination {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}

.pgntion-disabled {
    background-color: #D4D4D4;
}

.left-arrow {
    transform: rotate(180deg);
}

.left-arrow img {
    margin-top: -5px;
}

.right-arrow img {
    margin-top: -3px;
}

.pagination li a.active {
    background-color: var(--orange);
}

.pagination li a {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid #D4D4D4;
    line-height: 35px;
    border-radius: 4px;
    font-family: 'Gotham';
    font-weight: 500;
    font-style: Italic;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0%;
    text-align: center;
    color: var(--black);
}

/* pagination  */
.full-card .event-card-details h4 {
    font-size: 30px;
}

.full-card {
    margin-top: 0;
}

.news-list .news-cta,
.news-list .news-cta:hover {
    color: var(--white) !important;
    text-decoration: none;
}

.news-details h5 {
    margin-bottom: 15px;
}

.news-details p {
    font-size: 16px;
}

.news-details img {
    width: 100%;
    border-radius: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.sprort-priceing-section h5 {
    margin-bottom: 15px;
}

.bs-btn {
    position: relative;
    padding-right: 40px;
}

.bs-btn:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
   
    top: calc(50% - 8px);
    right: 15px;
}

.spt-price-box:has(*) {
    background-color: #F8F8F8;
    padding: 30px;
    border-radius: 30px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.price-row p strong {
    font-weight: 900;
}

.price-row p {
    margin-bottom: 5px;
    font-family: 'Gotham';
    font-weight: 400;
    font-style: Italic;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;

}

.spt-price-box h6 {
    font-family: 'Gotham';
    font-weight: 1000;
    font-style: Italic;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;

}

.spt-price-box hr {
    color: #0000001A;
}

.sprort-priceing-section .club-count {
    justify-content: space-around;
    border: 1px solid #C9C9C9;
    padding: 24px 40px;
    border-radius: 24px;
    margin: 0;
}

.sprort-priceing-section .club-count h3 {
    margin-bottom: 10px;
}

.prog-detials-banner-hero-text .ec-date {
    position: relative;
    top: 0;
    left: 0;
    color: var(--black);
    display: inline-flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 15px;
}

.prog-detials-banner-hero-text .ec-date h5 {
    font-size: 40px;
}

.prog-detials-banner-hero-text .ec-date p {
    font-size: 18px;
    color: #00000099;
}

.prog-detials-banner-hero-text {
    width: 100%;
}

.prog-detials-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prog-detials-banner-hero-text .ec-cta {
    min-width: max-content;
}

.date-time-display-seciton .club-block img {
    width: 24px;
}

.date-time-display-seciton h6 {
    margin-bottom: 0;
    font-style: italic;
    font-weight: 900;
    margin-top: 5px;
}

.ec-date .to {
    font-family: 'Gotham';
    font-weight: 700;
    font-style: Italic;
    font-size: 16px;
    line-height: 90%;
    letter-spacing: 0px;
    text-align: center;
    color: var(--orange);
    margin: 15px 20px;
}

.msg-text {
    margin-top: 15px;
}

.msg-text p {
    margin-bottom: 0;
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
}

.msg-text p.danger-color {
    font-weight: 900;
}

.combo-btn {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.location-group .location-img {
    width: 100%;
}

.location-row .price-row {
    margin: 10px 0;
}

.location-row hr {
    margin-top: 0px;
}

.location-group {
    background-color: #F8F8F8;
    padding: 30px;
    border-radius: 30px;
}

.footer-banner-section {
    background-image: url('../images/footer-banner.png');
    background-size: cover;
    padding: 150px 0 50px 0;
    background-position: left;
}

.footer-banner-box {
    display: flex;
    justify-content: space-between;
    align-items: end;
    color: #fff;
}

.footer-banner-box h2 {
    margin-top: 30px;
}

.footer-banner-box a {
    text-decoration: none;
}

.footer-banner-box p {
    font-style: italic;
}

.footer-banner-box .season-lbl {
    margin-top: 30px;
}

.connect-with-zsc {
    text-align: right;
}

.dining-section .kids-card-img {
    border-radius: 24px;
}

.dining-section .kids-card-content {
    padding: 30px;
}

.dining-section .kids-card-content h6 {
    font-family: 'Gotham';
    font-weight: 1000;
    font-style: Italic;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.dining-section h2 {
    margin-bottom: 5px;
    color: var(--orange);
}

.dining-section .footer-call-us a,
.dining-section .footer-call-us a p {
    color: var(--black);
    font-size: 16px;
}

.dining-section .footer-call-us a p.cu-lbl {
    margin-bottom: 0px;
}

/* accordion  */
.custom-accordion {
    margin: 0 auto;
}

.custom-accordion .accordion-item {
    border: none;
    border-radius: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: var(--white);
    border: 1px solid #0000001A
}

.custom-accordion .accordion-button {
    background: #F6F6F6;
    color: var(--black);
    padding: 15px 20px;
    box-shadow: none;
    border: none;
    font-family: 'Gotham';
    font-weight: 900;
    font-style: Italic;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;

}

.custom-accordion .accordion-button:not(.collapsed)::after {
    background-image: url('../images/CloseCircle.png') !important;
}

.custom-accordion .accordion-button::after {
    background-image: url('../images/accordionAltArrowDown.png') !important;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}



.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-body {
    /* background: #fafafa; */
    color: #333;
    padding: 18px 20px;
    border-top: 1px solid #eee;
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;

}

/* accordion  */
.cat-slider-section .kids-card-content h6 {
    font-size: 30px;
    color: var(--orange);
}

.cat-slider-section .kids-card-content p {
    font-size: 14px;
    line-height: 18px;
}

.cat-slider .slick-prev {
    top: auto;
    position: absolute;
    bottom: 50px;
    left: auto;
    right: 100px;
    z-index: 1;
}

.cat-slider .slick-next {
    top: auto;
    bottom: 50px;
    right: 50px;
    z-index: 1;
}

.cat-slider .slick-prev::before,
.cat-slider .slick-next::before {
    display: none;
}

.contactus-section {}

.contactus-section .contactus-card-content h6 {
    font-family: 'Gotham';
    font-weight: 1000;
    font-style: Italic;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.contactus-card-content .dining-section .footer-call-us a,
.dining-section .footer-call-us a p {
    font-size: 12px;
}

.contactus-card-content .footer-call-us a span img {
    width: 30px;
}

.contact-us-heading p {
    margin-bottom: 0;
}

.contact-us-heading h2 {
    margin-bottom: 30px;
    color: var(--black);
}

.contactus-card-content .footer-call-us {
    margin-top: 20px;
}

.contactus-card-content {
    margin: 20px 0;
}

.contactus-card-content h5 {
    font-size: 20px;
}

.contactus-card-content h6 {
    font-size: 16px;
}

@media screen and (min-width: 1440px) {
    .str-padding {
        padding-left: 140px;
        padding-right: 140px;
    }

    .download-app-section h1 {
        font-size: 174px;
    }

    .cstm-link-section {
        justify-content: space-between;
    }

    .cstm-link-section .col-md-7.footer-links {
        max-width: 850px;
    }
}

@media screen and (min-width: 1366px) {
    .container {
        max-width: 1345px;
    }

    .main-logo img {
        width: 146px;
    }
}

@media screen and (max-width: 1440px) {
    .spt-price-box h6 {
        font-size: 14px;
    }

    .location-row .price-row p {
        font-size: 11px;
    }

    h2 {
        font-size: 48px;
    }

    .download-app-section h1 {
        font-size: 120px;
    }

    .club-block h3 {
        font-size: 40px;
    }

    .club-block p {
        font-size: 14px;
    }

    .event-card-details h4 {
        font-size: 18px;
    }

    .event-card-details p,
    .ec-date p {
        font-size: 12px;
    }

    .ec-date h5 {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .footer-banner-box .season-lbl {
        margin-top: 15px;
    }

    .footer-banner-box {
        flex-direction: column;
        align-items: self-start;
    }

    .connect-with-zsc {
        text-align: left;
    }

    .location-group {
        margin-bottom: 15px;
    }

    .inner-page-banner img.w-100 {
        object-fit: cover;
        min-height: 400px;
    }

    .prog-detials-banner {
        align-items: flex-start;
        flex-direction: column;
    }

    .full-card .ec-img {
        min-height: 400px;
        object-fit: cover;
    }

    .download-app-section {
        margin-top: 50px;
    }

    .quick-links {
        justify-content: center;
    }

    .footer-links,
    .tc-link a {
        text-align: center;
    }

    .quick-links li {
        min-width: 100%;
    }

    .play-store-icons a img {
        height: 50px;
    }

    .app-screenshot {
        margin-top: 0px;
    }

    .section-margin {
        margin: 30px 0;
    }

    .section-heading-block {
        align-items: flex-start;
    }

    .kc-block,
    .download-app-block {
        padding: 15px !important;
    }

    .m-order-2 {
        order: 2;
    }

    .kids-card-content .bs-border-btn {
        margin-top: 0px;
    }

    .kids-card-content h2 {
        margin-bottom: 15px;
    }

    .kids-card-content {
        padding: 15px;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .mobile-header .mobile-navbar {
        background-color: var(--white);
    }

    .str-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tc-link {
        flex-direction: column;
    }

    .footer-follow-us-panel,
    .footer-call-us,
    .club-count,
    .section-heading-block,
    .download-app-section .the-app-block {
        flex-direction: column;
        gap: 30px;
    }

    .download-app-section h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 35px;
        font-size: 2.1875rem;
    }

    h3 {
        font-size: 28px;
    }

    .full-card .event-card-details h4 {
        font-size: 18px !important;
    }

    p {
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.43;
    }



    .whatsapp-icon {
        width: 40px;
        height: 40px;
    }

    .twitter-icon::before,
    .social-media-icon::before {
        font-size: 40px;
        font-size: 2.5rem;
    }


}

@media screen and (max-width: 1365px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .desk-header {
        display: none;
    }

    .mobile-header {
        position: sticky;
        top: 0;
        z-index: 99;
    }

    .mobile-logo {
        width: 150px;
    }

    #navbarSupportedContent {
        /*! height: 200px; */
        overflow: auto;
        height: 70vh;
    }

    .mobile-header .mobile-navbar {
        border-bottom: 1px solid var(--light-black);
        padding: 0 15px 15px 15px;
    }

    .mobile-navbar {
        padding: 0 15px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    /* Custom style */
    #myAccordion {
        padding: 15px;
    }

    .accordion-header {
        display: flex;
        justify-content: space-between;
        margin: 25px 0;
    }

    .accordion-header a {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.13;
        color: var(--black);
        text-decoration: none;
    }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
        transform: scale(.7) !important;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    }

    .accordion-item,
    .accordion-button:not(.collapsed),
    .accordion-button {
        background-color: transparent !important;
    }

    .accordion-item {
        border: none;
    }

    .accordion-button {
        width: 20px;
        padding: 0;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .sub-menu-block-one h6 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1;
    }

    .sub-menu-block-one {
        padding: 0;
    }

    .sub-menu-block-one a {
        color: var(--white);
        text-decoration: none;
        font-family: 'DINPro-CondBlack';
        font-weight: normal;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.13;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .sub-menu-block-one a .dis-more::after {
        bottom: 0px;
    }

    .sub-menu-block-one::after {
        display: none;
    }

    .sub-menu-link ul {
        padding: 0;
    }

    .sub-menu-link ul li {
        list-style: none;
        margin: 15px 0;
    }

    .sub-menu-link ul li a {
        color: var(--black);
        text-decoration: none;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.43;
        margin: 15px 0;
        display: flex;
        align-items: center;
        gap: 5px;

    }

    .mobile-header .card-body {
        padding: 0;
    }

    .sub-menu-link ul li a:hover {
        color: var(--orange);
    }

    .mobile-quick-menu {
        background-color: var(--light-black);
    }

    .mobile-quick-menu {
        padding: 15px;
    }

    .mobile-quick-menu ul {
        padding: 0;
    }

    .mobile-quick-menu ul li {
        list-style: none;
        margin: 15px 0;
    }

    .mobile-quick-menu ul li a {
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.17;
        letter-spacing: 1px;
        color: #bec0c2;
        font-family: 'DINPro-CondBlack';
        font-weight: normal;
        text-decoration: none;
    }
}

@media screen and (min-width: 1024px) {
    .main-logo {
        min-width: 180px;
    }

    .mobile-header {
        display: none;
    }

    .tag-menu li a {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.15;
        letter-spacing: 1px;
    }

    .main-menu li a {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1;
    }
}