:root {
    --gt-body: #fff;
    --gt-black: #000;
    --gt-white: #fff;
    --gt-theme: #FFCE03;
    --gt-header: #FFF;
    --gt-text: #191919;
    --gt-border: #ffffff33C;
    --gt-bg: #FFF;
    --gt-light-black: #191919;
    --gt-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}


/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
    font-family: "Open sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: var(--gt-text);
    background-color: var(--gt-bg);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

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

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

.qodef-svg--button-arrow {
    margin-left: 8px;
    transition: transform 0.3s ease, fill 0.3s ease;
    vertical-align: middle;
}

.btn::after,
button::after {
    content: "";
    /* required for pseudo-element */
    display: inline-block;
    width: 13px;
    /* set icon width */
    height: 13px;
    /* set icon height */
    margin-left: 8px;
    vertical-align: middle;
    margin-bottom: 3px;
    background-color: currentColor;
    /* arrow takes text color */
    mask: url("../images/arrow.svg") no-repeat center;
    -webkit-mask: url("../images/arrow.svg") no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;

    transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Hover effect */
.btn:hover::after,
button:hover::after {
    transform: translateX(5px);
    /* slide right */
    background-color: #ffcc00;
    /* example: yellow on hover */
}


input:focus {
    color: var(--gt-white);
    outline: none;
}

input {
    color: var(--gt-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Teko, sans-serif;
    margin: 0px;
    padding: 0;
    color: var(--gt-white);
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
}

h1 {
    font-size: 80px;
    font-weight: 500;
    line-height: 112%;
}

@media (max-width: 1600px) {
    h1 {
        font-size: 70px;
    }
}

@media (max-width: 1399px) {
    h1 {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 55px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 30px;
    }
}



h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 112%;
}

@media (max-width: 1399px) {
    h2 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 25px;
    }
}


h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 112%;
}

@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 1199px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

h6 {
    font-size: 16px;
    font-weight: 400;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--gt-header);
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

span {
    margin: 0px;
}


.btn-primary {
    background-color: var(--gt-theme);
    border-color: var(--gt-theme);
    font-family: Teko, sans-serif;
    transition: all 0.3s ease;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 30px 5px 30px;
    border-radius: 0;
    transform: translateY(3px);
    min-height: 30px;
    text-transform: uppercase;

}

/* If not using SCSS, simple slightly darker hover */
.btn-primary:hover,
.btn-primary:focus {
    background-color: #FFF;
    /* if using SCSS */
    color: var(--gt-theme);
}


.btn-secondary {
    background-color: var(--gt-white);
    /* background */
    color: var(--gt-black);
    /* text */
    border: none;
    min-height: 30px;
    /* border */
    transition: all 0.3s ease;
    font-family: Teko, sans-serif;
    transition: all 0.3s ease;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 30px 5px 30px;
    border-radius: 0;
    transform: translateY(3px);
    text-transform: uppercase;

}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: var(--gt-black);
    /* hover bg */
    color: var(--gt-white);
    /* hover text */
    border-color: var(--gt-black);
}



.btn-link {
    background: transparent;
    color: #FFF;
    border: none;
    min-height: 30px;
    transition: all 0.3s ease;
    font-family: Teko, sans-serif;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    border-radius: 0;
    transform: translateY(3px);
    text-decoration: none;

}

.btn-link.dark {
    color: #000;
}


.btn-link:hover,
.btn-link:focus {
    color: var(--gt-theme);
}

/* Home hero */


.home-hero-section .swiper {
    width: 100%;
    height: 85vh;
    position: relative;
}

.home-hero-section .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-hero-section .swiper-slide img {
    width: 100%;
    height: 85vh;
    object-fit: cover;
}

.home-hero-section .slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
}

.home-hero-section .slider-content h1 {
    font-family: 'Teko', sans-serif;
    font-size: 130px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    color: var(--gt-theme);
}

.home-hero-section .slider-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}



.swiper-button-box {

    position: absolute;
    width: 200px;
    height: 100px;
    right: 0;
    bottom: 0;

}

:root {
    --swiper-navigation-size: 35px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-weight: 100;
}

/* Navigation arrows */
.home-hero-section .swiper-button-next,
.home-hero-section .swiper-button-prev {
    color: #fff;
    background: var(--gt-theme);
    width: 100px;
    height: 100px;
    border-radius: 0;
    margin: 0;
}

.home-hero-section .swiper-button-next {
    right: 0;
    top: 0;
}

.home-hero-section .swiper-button-prev {
    left: 0;
    top: 0;
    background: #000;
}


.events-section {

    padding: 80px 0;

    background-color: #191919;
    background-image: url("../images/logo-bg-2.png"), none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;

}

.section-title {
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: var(--gt-theme);
    margin: 10px auto 0;
}

.event-card-box {
    padding: 0 5%;
}

.event-card {
    background: #F2F2F2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    padding: 20px 40px;
}

.event-icon {
    width: 60px;
    height: auto;
}

.event-title {
    font-family: "Open sans", sans-serif;
    font-weight: 900;
    margin: 0;
    color: #171D29;
    font-size: 20px;
    line-height: 32px;
}

.event-duration {
    color: #171D29;
    font-weight: 300;
    font-size: 14px;
}

.event-duration span {
    color: var(--gt-theme);
    font-weight: 600;
}

.event-date {
    min-width: 100px;
    font-weight: 700;
    color: var(--gt-theme);
}

.event-date .day {
    font-size: 48px;
    margin: 0;
    color: var(--gt-theme);
    font-weight: bold;
}

.event-date .month-year {
    color: #171D29;
    font-size: 15px;
    line-height: 20px;
    margin-left: 20px;
}


.event-time p {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--gt-black);
}

.event-time img {
    width: 30px;
    height: auto;
    margin-right: 30px;
}

.event-time span {
    font-weight: 600;
}




.events-section .btn-primary {
    color: #191919;
}


.about-section {
    background: var(--gt-black);
    color: var(--gt-white);
    padding: 0 0;
    margin: 0;
}

.about-content {
    padding: 100px !important;
    color: #FFF;
}

.about-content h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-content .btn {
    margin-top: 30px;
}


.section-title-2 {
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    position: relative;
}

.section-title-2 .highlighted-holder {
    position: relative;
}

.section-title-2 .highlighted-holder:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(var(--gt-theme), var(--gt-theme));
    background-position: 0 8px;
    background-repeat: no-repeat;
    z-index: 1;
    transition: .75s cubic-bezier(.7, .13, .26, .88);
    background-size: 100% 60%;
}

.section-title-2 .highlighted {
    padding: 0 5px;
    position: relative;
    color: #000;
    overflow: hidden;
    z-index: 2;
    background: linear-gradient(to right, #000, #000 50%, #000 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: .75s cubic-bezier(.7, .13, .26, .88);
    background-position: 0;
}


.news-section {
    padding: 100px 0;
    background-color: #fff;
    background-image: url("../images/logo-bg.png"), none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;

}

.news-section .section-title-2 {
    margin-bottom: 30px;
}

.news-card {
    border: none;
    background: transparent;
}

.news-card .card-body {
    padding-left: 0;
}

.news-meta {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gt-yellow);
    text-transform: uppercase;
}

.e-info>* {
    font-family: Teko, sans-serif;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 16px;
    letter-spacing: .02em;
    font-weight: 500;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: var(--gt-black);
}

.info-holder {
    position: relative;
    margin-top: 10px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px 4px;
    background-image: linear-gradient(var(--gt-theme), var(--gt-theme));
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.info-separator-end {
    color: var(--gt-black);
}

.info-separator-end:after {
    content: '/';
    margin: 0 6px 0 3px;
}

.info-separator-end:last-of-type {
    display: none;
}

.news-card h4 {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 15px;
    line-height: 1;
}

.news-card .excerpt {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.625em;
    font-weight: 400;
}

.news-card .btn {
    margin-top: 15px;
}


.service-grid-section {
    background: var(--gt-black);
    color: var(--gt-white);
    padding: 0;
    margin-top: 30px;
}

.service-grid-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.service-grid-box {
    padding: 0;
    margin-top: auto;
}

.service-grid-box img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
}

.service-grid-content {
    padding: 30px 40px;
    color: #FFF;
}

.service-grid-box h3 {
    color: #FFF;
    font-size: 2rem;
    margin-bottom: 10px;

}

.service-grid-box p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.service-grid-box .btn {
    color: #FFF;
    margin-bottom: 20px;
}

.service-grid-box .btn::after {
    color: #FFF;
    background-color: var(--gt-theme);
}


.membership-section {
    padding: 100px 0;
    background-color: #fff;
    background-image: url("../images/logo-bg.png"), none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}


.pricing-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 80px 40px;
    background: #F2F2F2;
    margin-top: 50px;
    border-left: 5px solid var(--gt-theme);
}


.pricing-item.highlighted-box {
    background: var(--gt-theme);
}

.pricing-header {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.pricing-header h3 {
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--gt-black);
}

.pricing-wrapper {
    display: flex;
    margin: 0;
    line-height: 1;
    justify-content: flex-start;
    font-family: Teko, sans-serif;

}

.pricing-header .price-value {
    color: var(--gt-black);
    font-size: 4rem;
    text-transform: uppercase;
}

.pricing-header .price-currency {
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 8px;
}

.pricing-body {
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}

.pricing-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}

.pricing-body ul li {
    list-style: disc;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 400;
}

.pricing-body ul li:last-child {
    margin-bottom: 0;
}


.pricing-btn .btn {
    width: 100%;
    min-height: 40px;
    line-height: 40px;
}

.pricing-btn .btn-primary {
    background-color: #000;
    color: #FFF;
}

.full-video-section {
    padding: 0;
    margin: 0;
}

.full-video-section .full-image-bg {
    position: relative;
}

.full-video-section .full-image-bg img {
    width: 100%;
    height: 100%;
}

.full-video-section .video-btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: var(--gt-theme);
    background-color: var(--gt-white);
}

.full-video-section .video-btn.ripple::before,
.full-video-section .video-btn.ripple::after {
    width: 60px;
    height: 60px;
}


.team-section {
    padding: 100px 0;
    background-color: #fff;
    background-image: url("../images/logo-bg.png"), none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.team-member-outer {
    margin-top: 40px;
}

.team-member {
    position: relative;
}


.team-member-inner {
    position: relative;
}


.team-member-image {
    overflow: hidden
}

.team-member-image img {
    transform: scale(1.08) translateX(0);
    transition: .33s cubic-bezier(.41, 0, .13, 1.03);
    will-change: transform
}


.member-content {
    margin: 24px 0 0;
}

.member-name {
    line-height: 1.06em;
    letter-spacing: .02em;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--gt-black);
    font-size: 33px;
    margin: 0;
}

.member-role {
    margin: 0;
    font-weight: 300;
    color: #656565;
}

.member-role span {
    font-weight: 600;
    color: var(--gt-black);
}

.member-social-icons {
    display: flex;
    margin: 20px 0 10px 0;

}

.member-social-icon {
    font-size: 20px;
    margin-right: 15px;
    color: var(--gt-black);
}

.member-social-icon:hover {
    color: var(--gt-theme);
}


.subscribe-box {
    max-width: 500px;
    color: #FFF;
    font-weight: 300;
}


.subscribe-outer {
    min-height: 600px;

}

.bg-subscribe {
    background-color: #191919;
    background-image: url("../images/subscribe-bg.png"), none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



.subscribe-box .form-control {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #FFF;
    box-shadow: none;
    border: none;
    border-radius: 0;
    height: 50px;
}


.subscribe-box .btn {
    width: 180px;
    height: 50px;
    color: #191919;
    margin-left: 10px;
    margin-bottom: 7px;
}

.footer-section {
    background-color: var(--gt-black);
    position: relative;
}

.footer-wrapper {
    padding: 90px 0 70px;
}

.gt-footer-widget-items {
    margin-top: 30px;
}

.gt-footer-widget-items .gt-widget-head {
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 180px;
}

.gt-footer-widget-items .gt-widget-head h5 {
    color: var(--gt-white);
    font-size: 1.7rem;
}

.gt-footer-widget-items .gt-footer-content p {
    max-width: 450px;
    color: #BCBCBC;
    font-weight: 300;
}

.gt-footer-widget-items .gt-footer-content .gt-social-icon {
    gap: 15px;
    margin-top: 40px;
}

.gt-footer-widget-items .gt-footer-content .gt-social-icon a {
    display: inline-block;
    text-align: center;
    color: var(--gt-white);
    transition: all 0.4s ease-in-out;
}

.gt-footer-widget-items .gt-footer-content .gt-social-icon a:hover {
    color: var(--gt-theme);
}

.gt-footer-widget-items .gt-list-area li {
    transition: all 0.4s ease-in-out;
}

.gt-footer-widget-items .gt-list-area li:not(:last-child) {
    margin-bottom: 20px;
}

.gt-footer-widget-items .gt-list-area li a {
    color: var(--gt-white);
    font-family: Teko, sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.gt-footer-widget-items .gt-list-area li:hover {
    margin-left: 5px;

}

.gt-footer-widget-items .gt-list-area li:hover a {
    color: var(--gt-theme);
}


.gt-footer-content address {
    color: #BCBCBC;
}

.gt-footer-content .gt-contact-list {}

.gt-footer-content .gt-contact-list p {
    color: #BCBCBC;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 0;
}

@media (max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }
}

.footer-bottom .footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #828282;
    padding: 20px 0;
}

@media (max-width: 1199px) {
    .footer-bottom .footer-wrapper {
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .footer-bottom .footer-wrapper {
        justify-content: center;
    }
}

.footer-bottom .footer-wrapper .gt-footer-list {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-bottom .footer-wrapper .gt-footer-list li a {
    color: #828282;
}

.footer-bottom .footer-wrapper .gt-footer-list li a:hover {
    color: var(--gt-theme);

}



/* Events Page*/
.gt-breadcrumb-wrapper {
    margin-top: 70px;
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom;
    background-size: initial;
}

.gt-breadcrumb-wrapper .gt-page-heading {
    position: relative;
    padding: 130px 0 130px;
    z-index: 9;
    text-align: center;
}

.gt-breadcrumb-wrapper .gt-page-heading h1 {
    z-index: 9;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin: 0;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    padding: 0 4px 0 7px;
    background-image: linear-gradient(#000, #000);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 85%;
}

.gt-breadcrumb-wrapper .gt-page-heading h1:before {
    content: '';
    position: absolute;
    left: -5px;
    width: 5px;
    height: 100%;
    background-image: linear-gradient(to left, var(--gt-theme), var(--gt-theme));
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 85%;
    transition: opacity .2s ease-out;
}



.cta-section {
    position: relative;
    padding: 100px 0 100px;
    background: url('../images/cta-bg-1.png') no-repeat;
    background-position: center center;
    background-size: cover;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(24, 31, 47, 0) 0%, rgba(24, 31, 47, 0.4) 48.62%);
    z-index: 0;
    display: none;
}

.cta-box-image {
    position: relative;
    text-align: center;
    margin-right: 15px;
    z-index: 1;
}

.cta-box-image img {
    width: 100%;
    aspect-ratio: 1 / 0.73;
    object-fit: contain;
}

.cta-box-content {
    position: relative;
    z-index: 1;
}

.cta-box-content .btn {
    min-height: 40px;
}

.cta-box-content .cta-title h2 {
    color: var(--gt-black);
    margin-bottom: 25px;
    font-size: 80px;
    line-height: 85%;
    font-weight: 600;
}

.cta-box-body {
    margin-bottom: 40px;
}

.cta-box-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cta-box-body ul li {
    background-image: url('./images/arrow-accent.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 22px auto;
    line-height: 1.4em;
    padding-left: 30px;
    margin-bottom: 20px;
}

.cta-box-body ul li:last-child {
    margin-bottom: 0;
}

.cta-box-body p {
    font-size: 15px;
    color: var(--gt-black);
}

.filter-box-outer {
    padding: 0 5%;
    margin-bottom: 50px;
    margin-top: 20px;
}

.filter-box {
    background-color: #2f2f2fd1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 30px;
    color: #000;

}

.filter-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
}

.date-input {
    min-width: 200px;
    border: none;
    padding: 10px;
    border-radius: 0;
    height: 40px;
    color: #000;
    max-width: 200px;
}


.filter-box .btn {
    min-height: 40px;
    margin-bottom: 5px;
}



.filter-label {
    font-weight: 300;
    text-transform: capitalize;
    color: #FFF;
    font-size: 15px;
    padding-right: 10px;
}

.filter-box .btn {
    color: #191919;
}

.filter-box .form-control {
    border: none;
    padding: 10px;
    border-radius: 0;
    height: 40px;
    color: #000;
    max-width: 200px;
}

.filter-box .weight-range {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.filter-box .experience-range {

    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.filter-box .weight-range .form-control {
    max-width: 60px;
    text-align: center;
}

.filter-box .experience-range .form-control {
    text-align: center;
}


.filter-box .form-select {
    max-width: 180px;
    border: none;
    padding: 5px;
    border-radius: 0;
    height: 40px;
    color: #000;
}

/* Fighter Page*/

.fighter-section {
    background-color: var(--gt-light-black);
}


.fighter-section .member-name {
    color: var(--gt-white);
}

.fighter-section .member-role {

    color: #DBDBDB;
}

.fighter-section .member-role span {
    font-weight: 600;
    color: var(--gt-white);
}


.fighter-section .member-social-icon {
    color: var(--gt-white);
}

.fighter-section .member-social-icon:hover {
    color: var(--gt-theme);
}


.fighter-section .team-member {
    margin-bottom: 30px;
}


.pagination {
    justify-content: end;
}

.page-item .page-link {
    background-color: transparent;
    color: #fff;
    border: none;
}

.page-item.active .page-link {
    color: #ffcc00;
    font-weight: bold;
}

.page-link:hover {
    background-color: #ffcc00;
    color: #000;
}


/*. News Page */

.news-standard-section {
    padding: 100px 0;
    position: relative;
}


.gt-news-card-item {
    margin-bottom: 48px;
}

.gt-news-card-item .gt-news-image {
    overflow: hidden;
    position: relative;
}



.gt-news-card-item .gt-news-image img {
    width: 100%;
    height: 100%;
}

.gt-news-card-item .info-holder {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.gt-news-card-item .gt-news-content {
    padding-top: 30px;
}

.gt-news-card-item .gt-news-content h3 {
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 50px;
    color: var(--gt-text);
}


.gt-news-card-item.related-news .gt-news-content h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 20px;
}


.gt-news-card-item .gt-news-content p {
    color: #656565;
}


.gt-news-card-item .gt-news-content .btn-link {
    color: var(--gt-text);
    margin: 20px 0 30px 0;
}

@media (max-width: 1199px) {
    .gt-news-card-item .gt-news-content h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .gt-news-card-item.related-news .gt-news-content h3 {
        font-size: 16px;
        line-height: 15px;
    }
}

@media (max-width: 575px) {
    .gt-news-card-item .gt-news-content h3 {
        font-size: 20px;
        line-height: 20px;
    }
}

.gt-news-card-item .gt-news-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    color: var(--gt-text);
}

.gt-news-card-item .gt-news-content h3 a:hover {
    color: var(--gt-theme);
}


.sticky-style {
    position: sticky !important;
    top: 100px;
}

.gt-main-sideber .gt-single-sideber-widget {
    margin-bottom: 40px;
    padding-left: 30px;
}

.gt-main-sideber .gt-single-sideber-widget .gt-widget-title {
    padding-bottom: 16px;
    margin-bottom: 10px;
    color: var(--gt-text);
}

.gt-main-sideber .gt-single-sideber-widget .gt-widget-title h3 {
    font-size: 32px;
    color: var(--gt-text);
}

@media (max-width: 1199px) {
    .gt-main-sideber .gt-single-sideber-widget .gt-widget-title h3 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .gt-main-sideber .gt-single-sideber-widget .gt-widget-title h3 {
        font-size: 20px;
    }
}

.gt-main-sideber .gt-single-sideber-widget ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 500;
    color: var(--gt-text);
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    font-family: Teko, sans-serif;
}

.gt-main-sideber .gt-single-sideber-widget ul li a {
    color: var(--gt-text);
}

.gt-main-sideber .gt-single-sideber-widget ul li:not(:last-child) {
    margin-bottom: 10px;
}

.gt-main-sideber .gt-single-sideber-widget ul li:hover a {
    color: var(--gt-theme);
}

.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--gt-text);
}

.gt-recent-items img {
    max-width: 80px;
}

@media (max-width: 1199px) {
    .gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items {
        flex-wrap: wrap;
    }
}

.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items:not(:last-child) {
    margin-bottom: 20px;
}

.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content h6 {
    margin-bottom: 5px;
    color: var(--gt-text);
}

.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content h6 a {
    color: var(--gt-text);

}

.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content h6 a:hover {
    color: var(--gt-theme);

}

.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content ul li {
    color: var(--gt-theme);
    font-size: 13px;
}

#map {
    width: 100%;
    height: 100%;
}


/*.  Contact Us */

.contact-form-section {
    padding: 100px 0;
    background-color: #fff;
    background-image: url("../images/logo-bg.png"), none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;

}

.contact-form-section .section-title-2 {
    margin-bottom: 30px;
}

.contact-content {
    margin: 20px 0 40px 0;
    max-width: 500px;
}

.contact-content p {
    color: #656565;
}

.contact-form-section .gt-contact-list p,
.contact-form-section address {
    color: #000;
}

.contact-form-section .btn-primary {
    color: #000;
    min-height: 40px;
}


.contact-form .form-control {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: var(--gt-text);
    background: transparent;
    border: 1px solid #656565;
    border-radius: 0;
    padding: 18px 20px;
    box-shadow: none;
    outline: none;
}

.contact-form .form-control::placeholder {
    color: var(--gt-text);
}



/* ABout Us Page */



.about-page-section.about-section {
    padding: 0 0 0 0;
    background: var(--gt-light-black);
}

.about-page-section .about-content {
    color: #FFF;
    background: var(--gt-black);
    padding: 80px !important;
    margin-left: -150px;
    border-left: 5px solid var(--gt-theme);
    position: relative;
    z-index: 90;

}


.about-page-section .about-content.left {

    margin-left: auto;
    border-left: none;
    margin-right: -150px;
    border-right: 5px solid var(--gt-theme);


}

.about-page-section .about-content h2,
.about-page-section .about-content p {
    max-width: 400px;
}

.about-page-section .about-content.left h2,
.about-page-section .about-content.left p {
    margin-left: 100px;
}


.feature-section {
    padding: 120px 0 80px 0;
    background: var(--gt-light-black);
    position: relative;
}

.gt-feature-item .gt-content {
    max-width: 250px;
}

.gt-feature-item img {
    max-width: 25px;
    margin-bottom: 10px;
}

.gt-feature-item .gt-content h5 {
    color: #FFF;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.gt-feature-item p {
    font-size: 13px;
    line-height: 18px;
    color: #BCBCBC;
    margin-bottom: 20px;
}



.testimonials-section {
    position: relative;
    padding: 100px 0 100px;
    background: url('../images/about-footer.png') no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 700px;
}



.testimonials-content {
    position: relative;
    z-index: 1;
}




.testimonials-title h2 {
    color: var(--gt-white);
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}


.testimonials-title h2 span {
    color: var(--gt-theme);
}

.testimonials-content {
    width: 50%;
    max-width: 700px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.testimonial-item {
    padding-left: 100px;
}

.testimonial-item::before {
    position: absolute;
    left: 0;
    content: '';
    width: 70px;
    height: 70px;
    margin-right: 8px;
    background: url(../images/qoute.svg) no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

.testimonials-content .testimonial-text {
    color: var(--gt-white);
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
    font-family: Teko, sans-serif;
    text-transform: uppercase;
}


.testimonials-content .testimonial-position {
    color: #BCBCBC;
    font-size: 14px;
    font-weight: 300;
}

.testimonials-content .testimonial-name {
    color: var(--gt-white);
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    font-family: Teko, sans-serif;
    text-transform: uppercase;
}

.stat-section {
    padding: 100px 0;
    background-color: var(--gt-black);
    background-image: url("../images/logo-bg.png"), none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;

}


.stat-item {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Numbers */
.stat-number {
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--gt-theme);
  line-height: 1;
  font-family: Teko, sans-serif;
}

/* Titles with SVG before */
.stat-title {
  display: inline-flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
  margin-left: 20px;
  position: relative;
  font-family: Teko, sans-serif;
  color: #fff;
}


.stat-number-bg {
  font-size: 100px;
    font-weight: 600;
    color: #f7f7f71f;
    line-height: 1;
    font-family: Teko, sans-serif;
    position: absolute;
    margin-left: -100px;
}

.register-form{

}

.register-form h4{
  color: #191919;
}

.register-form .form-label{
color: #191919;
}



.register-form .form-control {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: var(--gt-text);
    background: transparent;
    border: 1px solid #656565;
    border-radius: 0;
    padding: 18px 20px;
    box-shadow: none;
    outline: none;
    min-width: initial;
    max-width: 100%;
    height: initial;
}

.form-select.select-role {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: var(--gt-text);
    background: transparent;
    border: 1px solid #656565;
    border-radius: 0;
    padding: 18px 20px;
    box-shadow: none;
    outline: none;
}
.register-form .form-select {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: var(--gt-text);
    background: transparent;
    border: 1px solid #656565;
    border-radius: 0;
    padding: 18px 20px;
    box-shadow: none;
    outline: none;
    min-width: initial;
    max-width: 100%;
    height: initial;
}

.register-form  .form-control::placeholder {
    color: var(--gt-text);
}

.already-account {
  margin-top: 30px;
}
.already-account a{
  color: #191919;
  font-weight: 400;
}

.already-account span{
  color: #191919;
  font-weight: 600;
  text-decoration: underline;
}

.form-check{
 color: #191919;
}

.form-check a{
 color: #191919;
 font-weight: 600;
 text-decoration: underline;
}

.login-button .game-icon {
    font-family: Teko, sans-serif;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: .02em;
    font-weight: 500;
    color: var(--gt-theme);
    transform: translateY(3px);
    text-transform: uppercase;
}