:root {
    --bs-body-font-family: "Montserrat", sans-serif;
    --bs-body-font-size: 16px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-text-align: left;
    --bs-heading-color: #fff;
    --bs-border-width: 1px;
    --bs-border-color: #dee2e6;
    --bs-body-bg: #151D33;
    --theme-color: #ec2031;
    --white-color: #fff;
    --secondary-color: #151D33;
    --third-color: #1b3588;
}

@media (prefers-reduced-motion:no-preference) {
     :root {
        scroll-behavior: smooth
    }
}

html,
body {
    overflow-x: hidden;
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(2, 6, 23, 0);
    background-color: var(--bs-body-bg);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #141414;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0;
    font-family: "Teko", sans-serif;
}

.btn-primary {
    align-items: center;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    transition-duration: .15s;
    transition-property: color, background-color;
    transition-timing-function: linear;
    vertical-align: initial;
    font-size: 1rem;
    line-height: 1rem;
    min-height: 2.8rem;
    padding: 0 1rem;
}

.btn-primary:hover {
    /* padding: 12px 20px; */
    background: var(--theme-color);
    border-radius: 0;
    border-color: var(--theme-color);
    /* width: 15%; */
    /* width: 100%; */
}

header {
    background: #151D33;
}

header .nav-link {
    padding: 0px 45px 0 00px !important;
    color: #fff;
}


/* video background */

.mainbanner {
    position: relative;
    background-color: black;
    height: 100vh;
    /* Use full viewport height */
    width: 100%;
    overflow: hidden;
}

.mainbanner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Fills the banner, cropping if needed */
    object-position: center;
    z-index: 0;
    background-color: black;
}

.mainbanner .container {
    position: relative;
    z-index: 2;
}

.mainbanner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.secondnav a {
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 992px) {
    .secondnav .navbar .nav-item {
        padding: 0 15px 10px !important;
    }
}


/* Media Query for devices withi coarse pointers and no hover functionality */


/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */


/* @media (pointer: coarse) and (hover: none) {
    .mainbanner {
        background: url('../img/mainbanner.webp') black no-repeat center center scroll;
    }
    .mainbanner video {
        display: none;
    }
} */

p {
    color: #fff;
}

p:last-child {
    margin-bottom: 0;
}

.pt-50 {
    padding-top: 80px;
}

.pb-50 {
    padding-bottom: 80px;
}

.section_title h2 {
    font-size: 60px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 3px solid var(--white-color);
    width: fit-content;
    margin: auto;
}

.section_title1 h2 {
    font-size: 60px;
    color: var(--theme-color);
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 3px solid var(--theme-color);
    width: fit-content;
    margin: auto;
}


/* sportscard */

.sportscard .card h3 {
    font-size: 46px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.icon-link {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--theme-color);
    font-family: "Teko", sans-serif;
    text-decoration: none;
    font-weight: 500;
}

.icon-link:hover {
    color: var(--theme-color);
    opacity: .95;
}

.sportscard .cardimg img {
    min-height: 440px;
    max-height: 440px;
    margin: auto;
    object-fit: contain;
}

@media(min-width:768px) {
    .hometopimg {
        margin-right: -18rem;
    }
}


/* card overlap */

.sportswork-section {
    position: relative;
    /* min-height: 100vh; */
    /* display: flex; */
    align-items: center;
    /* padding: 2rem 0; */
}

.image-container {
    /* width: 60%; */
    /* height: 80vh; */
    /* min-height: 500px; */
    position: relative;
}

.sportswork-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.content-overlay {
    background: rgb(21 28 50);
    padding: 3rem;
    border-radius: 4px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 3px solid var(--theme-color);
}

.sportswork-title {
    color: #fff;
    font-size: 2rem;
    /* font-weight: 900; */
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    line-height: 1.1;
}

.sportwework {
    min-height: 100vh;
}

.jarallax {
    position: relative;
    z-index: 0;
    min-height: 550px;
}

.position-absoulte {
    position: absolute;
    right: 15px;
    top: 50%;
    /* bottom: 50%; */
    transform: translateY(-50%);
}

.position-absoulte1 {
    position: absolute;
    left: 0;
    top: 50%;
    /* bottom: 50%; */
    transform: translateY(-50%);
}

@media(min-width:992px) {
    .jarallax img.jarallax-img {
        position: relative;
        display: block;
        max-width: 100%;
        z-index: -100;
    }
}

.cta-button {
    background-color: transparent;
    border: 2px solid #dc3545;
    color: #dc3545;
    padding: 12px 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.cta-button:hover {
    background-color: #dc3545;
    color: white;
    text-decoration: none;
}

.cta-button::after {
    content: " â†’";
    margin-left: 8px;
}
.payment-card {
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.fs-18 {
    font-size: 18px;
}

.howwework h3 {
    font-size: 46px;
    color: #fff;
}

.how_workright {
    border-left: 4px solid var(--theme-color);
    padding-left: 2rem;
    /* margin-left: 1rem; */
}

.how_workright ul li {
    padding-bottom: 1rem;
}

.how_workright ul li:last-child {
    padding-bottom: 0rem;
}

.scale-in-ver-center {
    -webkit-animation: scale-in-ver-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-ver-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
}

.reveal img {
    object-fit: cover;
    transform-origin: left;
    /* height: 100%; */
}

.reveal {
    visibility: hidden;
    position: relative;
    overflow: hidden;
}

.newgap {
    --bs-gutter-x: 4rem;
}

.gap-50 {
    gap: 7rem;
}

.fs-46 {
    font-size: 46px !important;
}

.border-red {
    border-top: 3px solid var(--theme-color);
    width: max-content;
}

.newgradient {
    background: linear-gradient(180deg, #151D33, #40536c);
}

.learning img {
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: .75rem 12px .75rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(2.5rem + 2px);
    line-height: 1.25;
    color: #fff !important;
	
}

.form-control,
.form-select {
    padding: .375rem .75rem;
    font-size: 14px;
}

.form-floating>label {
    padding: .75rem .75rem;
    font-size: 14px;
    color: #fff !important;
}

.form-floating>.form-control:focus~label {
    color: #fff;
}

.form-floating>.form-select {
    padding-top: 17px;
    padding-bottom: 0;
}

.bg-theme {
    background: var(--theme-color);
}

.innerbanner h1 {
    font-size: 68px;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0rem;
    text-transform: uppercase;
    text-shadow: rgb(0 0 0 / 33%) 0px 2.68317px 11.4035px;
	    line-height: 0.95;
}

.homemain h1 {
    font-size: 100px;
}

.homemain {
    height: 64vh;
}

.banner-img {
    /* height: 100vh; */
    object-fit: contain;
}

.text-shadow {
    text-shadow: rgba(0, 0, 0, 0.325) 0px 2.68317px 11.4035px;
}

.content-overlay1 {
    z-index: 2;
    padding: 20px;
}


/* .newpadding {
    padding-bottom: 35%;
} */

.fs-100 {
    font-size: 100px !important;
}

.visionimage {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100vh;
}

.service_box {
    position: relative;
    display: block;
    /* background-color: rgb(255, 255, 255); */
    /* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12); */
    margin-right: 20px;
    /* border-radius: 0 10px 10px 0 !important; */
}

.service_box ul {
    position: relative;
    /* display: block; */
    padding: 0;
}

.service_box ul li {
    /* position: relative; */
    display: block;
    /* float: left;
    width: 50%; */
    /* border-right: 1px solid #151c324a; */
    /* border-bottom: 1px solid #151c324a; */
}

.service_box ul li:nth-child(2) {
    border-right: none;
}

.service_box ul li:nth-child(3) {
    border-bottom: none;
}

.service_box ul li:last-child {
    border-right: none;
    border-bottom: none;
}

.service_box_card {
    position: relative;
    display: block;
    text-align: center;
    padding: 30px;
    background: #fff;
}

.service_box_card .title {
    position: relative;
    display: block;
    padding-top: 18px;
}

.service_box_card .title h3 {
    font-size: 57px;
    line-height: 28px;
    color: var(--theme-color);
}

.service_box_card p {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 1rem;
}


/* 
.framebg:after {
    background-image: linear-gradient(90deg, #000000 5%, rgba(255, 255, 255, 0) 30%);
    border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
} */

.framebg {
    position: relative;
    /* background: url('assets/img/frame1.webp'); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    overflow: hidden;
    background-attachment: fixed !important;
}

.black-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*
      The first gradient fades from full black (with ~90% opacity) on the left,
      holding solid through 50% of the width, and then gradually becomes transparent.
    */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 59%), /*
        The second gradient applies to the top: fully dark for 20% height then fades.
      */
    linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
    /* Multiply blend makes the overlapping areas combine smoothly */
    background-blend-mode: multiply;
    z-index: 1;
    pointer-events: none;
}

.framebg .container {
    position: relative;
    z-index: 2;
}

.framebox h3 {
    font-family: "Montserrat", sans-serif;
}

.text-theme {
    color: var(--theme-color) !important;
}

.fs-71 {
    font-size: 55px !important;
}

.fs-24 {
    font-size: 24px;
}

.reviewcard p {
    color: #000;
}

.vr {
    align-self: stretch;
    background-color: currentcolor;
    display: inline-block;
    min-height: 1em;
    opacity: 1;
    width: 1px;
}

.reviewcard:before {
    content: close-quote;
    position: absolute;
    background-color: red;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 150%;
    z-index: -1;
    /* margin-right: 1rem; */
    overflow: hidden;
}

.reviewcard {
    padding-left: 1.5rem;
}

.z-1 {
    z-index: 1;
}

.gap-10 {
    gap: 11em
}

.object-fit-cover {
    object-fit: cover;
}

.package h3 {
    font-size: 46px;
    text-transform: uppercasee
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.differentgamecard .card {
    background: rgb(21 28 50);
    border: 4px solid var(--theme-color);
}

.differentgamecard .card h3 {
    color: var(--theme-color);
    font-size: 46px;
    /* font-weight: 900; */
    /* letter-spacing: 2px; */
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    line-height: 1.1;
}


/* .section_title {
    padding-bottom: 50px;
} */

.partners h3 {
    color: #151D33;
}

.valuescard h3 {
    /* text-decoration: underline; */
    /* text-decoration-color: #f72a37; */
    border-bottom: 5px solid red;
    width: max-content;
}


/* new inner page */

.content-align-left {
    text-align: left;
}

.col-content {
    width: 100%;
}



@media (min-width: 992px) {
    .pt-0 {
        padding-top: 0;
    }
}

@media (min-width: 576px) {
    .-ml-24 {
        margin-left: -24rem;
    }
}

.leftimage,
.leftimage img {
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    width: 100%;
}

.content-align-left {
    text-align: left;
}

.leftinnerimage img {
    display: block;
    width: 100%;
}

.leftimage {
    position: relative;
}

.leftimage img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: 1;
}

.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.align-space-around {
    justify-content: space-around;
}

.pt-100 {
    padding-top: 100px;
}

.bg-theme1 {
    background: var(--secondary-color);
}

.bg-color {
    background-color: #E9EFF5;
}

.svgbox,
.svgbox * {
    /* margin: 0; */
    /* padding: 0; */
    /* border: none; */
    /* margin-top: -2px; */
}

.svgbox {
    width: 100%;
    overflow: hidden;
    background: transparent;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

.svgbox svg {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    margin-top: -1px;
    preserveAspectRatio: none;
}

.fixed-second-nav {
    position: fixed !important;
    width: 100%;
    left: 0;
    z-index: 1030;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease, margin-top 0.3s ease;
}

@media (min-width: 992px) {
    .-ml-18 {
        margin-left: -18rem;
    }
}


/* footer */

a {
    text-decoration: none;
}

.footer .container-fluid {
    padding: 0px 100px;
}

.footer .footer-link {
    display: flex;
}

.footer .footer-link ul {
    padding-right: 50px;
}

.footer .footer-link ul:last-child {
    padding-right: 0px;
}

.footer .footer-link ul li a {
    color: rgb(41, 55, 69);
    font-weight: 500;
    padding: 7px 0px;
    display: block;
}

.footer .footer-link ul li:hover a {
    color: var(--theme-color);
}

.footer .footer-link ul li:first-child a {
    padding-top: 0px;
}

.footer .footer-link ul li:last-child a {
    padding-bottom: 0px;
}

footer .social-links {
    margin: 0px 0px 40px;
    text-align: start;
}

footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: var(--theme-color);
    color: rgb(255, 255, 255);
    line-height: 1;
    padding: 8px 0px;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

footer .social-links a:hover {
    background: #000;
}

.footer .footer-contact-info p {
    color: rgb(41, 55, 69);
    font-weight: 500;
}

.footer .flag-svg {
    height: 30px;
}

.footer.bg-dark .footer-link ul li a {
    color: rgb(255, 255, 255);
}

.footer.bg-dark .footer-link ul li a:hover {
    color: var(--theme-color);
}

.footer.bg-dark .social-icon li {
    margin-right: 30px;
}

.footer.bg-dark .social-icon li a {
    color: rgb(255, 255, 255);
}

.footer.bg-dark .social-icon li a:hover {
    color: var(--theme-color);
}

.newbg {
    background-image: radial-gradient(50% 100% at 0% 0%, rgba(255, 146, 0, 0.90) 0%, rgba(255, 80, 0, 0.40) 40%, rgba(0, 0, 0, 0) 100%), radial-gradient(50% 100% at 100% 100%, rgba(1, 99, 171, 0.90) 0%, rgba(10, 147, 245, 0.40) 40%, rgba(0, 0, 0, 0) 100%);
    background-color: #000000;
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: flowLeftRight 10s ease-in-out infinite;
}

@keyframes flowLeftRight {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.bg-info-subtle {
    background-color: rgb(234 241 251) !important;
}

.data-card {
    position: relative;
}

.data-card .cardcircle {
    transition: .5s;
    position: relative;
}

.data-card:hover .cardcircle {
    transform: translateY(-5px);
    box-shadow: 0 4px 4px hsla(0, 2%, 61%, .25);
    border-radius: 5px;
}

@media (max-width: 767px) {
    .social-icon-lg li i {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .footer-link {
        display: block;
    }
    .footer-link ul li:first-child a {
        padding-top: 7px;
    }
    .footer-link ul li:last-child a {
        padding-bottom: 7px;
    }
    .social-icon li {
        padding: 0px 10px;
        margin-right: 8px;
    }
    .social-icon li i {
        font-size: 18px;
    }
}

.text-primary {
    color: var(--theme-color) !important;
}

.footer .container-fluid {
    padding: 0px 100px;
}

.footer .footer-link {
    display: flex;
}

.footer .footer-link ul {
    padding-right: 50px;
}

.footer .footer-link ul:last-child {
    padding-right: 0px;
}

.footer .footer-link ul li a {
    color: #fff;
    font-weight: 500;
    padding: 7px 0px;
    display: block;
    font-size: 16px;
}

.footer .footer-link ul li:hover a {
    color: var(--theme-color);
}

.footer .footer-link ul li:first-child a {
    padding-top: 0px;
}

.footer .footer-link ul li:last-child a {
    padding-bottom: 0px;
}

.footer .social-icon li {
    display: inline-block;
    margin-right: 50px;
}

.footer .social-icon li:last-child {
    margin-right: 0px;
}

.footer .social-icon li a {
    font-size: 18px;
    color: #fff;
}

.footer .social-icon li:hover a {
    color: var(--theme-color);
}

.footer .footer-contact-info p {
    color: rgb(41, 55, 69);
    font-weight: 500;
    margin-bottom: 0px;
}

.footer .flag-svg {
    height: 30px;
}

.footer.bg-dark .footer-link ul li a {
    color: rgb(255, 255, 255);
}

.footer.bg-dark .footer-link ul li a:hover {
    color: var(--theme-color);
}

.footer.bg-dark .social-icon li {
    margin-right: 30px;
}

.footer.bg-dark .social-icon li a {
    color: rgb(255, 255, 255);
}

.footer.bg-dark .social-icon li a:hover {
    color: var(--theme-color);
}

@media (max-width: 767px) {
    .social-icon-lg li i {
        font-size: 24px;
    }
}

.text-primary {
    color: var(--theme-color) !important;
}

footer h5 {
    font-size: 24px;
    font-weight: 500;
    color: #fff !important;
}

footer p,
address {
    color: #fff;
}

.contact-address .contact-item {
    display: flex;
    margin-bottom: 15px;
}

.contact-address .contact-item a {
    color: #fff !important;
}

footer {
    border-top: 1px solid #fff;
}

img {
    object-fit: cover;
}

.parallax-video-section {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

.parallax-video-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -2;
    pointer-events: none;
}

.parallax-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay-content {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 2;
    padding: 0 15px;
}

@media(min-width:1200px) {
    .video-overlay-content a.btn {
        min-width: 0;
        /* font-size: 14px; */
        width: 10%;
    }
}


/* new slider */

.swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#services {
    position: relative;
    /* margin-top: -20vh; */
    /* Adjust this for overlap */
    z-index: 3;
    background: #151D33;
    /* padding-top: 80px; */
}

.recruitbanner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    /* More height for longer fade */
    background: linear-gradient(to top, rgb(19 33 47), rgb(16 28 40), transparent);
    z-index: 1;
    pointer-events: none;
}

.recruitbanner {
    position: relative;
    z-index: 2;
}

.sportsbanner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    /* More height for longer fade */
    background: linear-gradient(to top, rgb(19 33 47), rgb(16 28 40), transparent);
    z-index: 1;
    pointer-events: none;
}

.sportsbanner {
    position: relative;
    z-index: 2;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}


/* ðŸ”½ Responsive media queries */


/* For small tablets and below (â‰¤768px) */

@media (max-width: 768px) {
    video-overlay-content {
        bottom: 20px;
        padding: 0 10px;
    }
    .parallax-video-section {
        position: relative;
        height: 20vh;
        overflow: hidden;
    }
    .parallax-video-wrapper {
        height: 25vh;
        position: relative;
    }
}


/* For small phones (â‰¤575px) */

@media (max-width: 575.98px) {
    .parallax-video-wrapper video {
        object-fit: contain;
        /* Avoid zooming/cropping */
        background-color: black;
        /* Fills space if video doesnâ€™t cover */
    }
    .video-overlay-content {
        bottom: 15px;
    }
}

.after-video-section {
    padding: 150px 20px;
    background-color: #fff;
}

.inner-content {
    max-width: 800px;
    margin: auto;
    font-size: 1.2rem;
}

.z-9 {
    position: relative;
    z-index: 9;
}

.topbtn {
    /* position: absolute; */
    /* bottom: 30px; */
    width: 100%;
    text-align: center;
    z-index: 2;
    padding: 0 15px;
    left: 0;
    right: 0;
}

.heading_s1,
.subpara {
    z-index: 9;
    position: relative;
}

.bg-holder {
    position: relative;
}

.bg-holder:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56%;
    background: linear-gradient(to top, rgb(19 33 47), rgb(16 28 40 / 69%), #00000000);
    z-index: 1;
    pointer-events: none;
}

.p-100 {
    padding: 90px 0px;
}


/* privacy policy */

.privacy-policy-page {
    /* background-color: #f9f9f9; */
    color: #333;
    padding: 40px 20px;
}

.privacy-policy-page h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--theme-color);
    /* your brand color */
    font-weight: 700;
}

.privacy-policy-page h2 {
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #fff;
}

.privacy-policy-page p {
    margin-bottom: 1rem;
}

.privacy-policy-page ul {
    margin-bottom: 1rem;
    padding-left: 1.2rem;
}

.privacy-policy-page ul li {
    margin-bottom: 0.5rem;
    list-style: disc;
}

.privacy-policy-page a {
    color: #dc3545;
    text-decoration: none;
}

.privacy-policy-page a:hover {
    text-decoration: underline;
}

.privacy-policy-page .email {
    font-weight: 600;
    font-size: 1rem;
}

section.grid {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.svgbox.bgtransparent {
    background-image: none;
    preserveAspectRatio: none;
}

.svgbox,
.svgbox img {
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    width: 100%;
}

.svgbox {
    position: relative;
}

section.grid:not(:first-of-type) .shapecontent {
    animation: fade-in .35s ease-in .75s forwards;
    opacity: 0;
}

.shapecontent {
    animation: fade-in .35s ease-in .75s forwards;
    opacity: 0;
}

.shapecontent-center {
    text-align: center;
}

.shapecontent {
    width: 100%;
    margin-top: -1px;
    shape-rendering: crispEdges;
}

path {
    shape-rendering: crispEdges;
}

.requestdemo {
    color: var(--theme-color);
}

.requestdemo:hover {
    color: var(--theme-color2);
    text-decoration: underline;
}

.mega-dropdown-column h6 {
    font-size: 18px;
    color: #f72a37;
}

.custom-card img {
    min-height: 17rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown:hover>.dropdown-menu,
    .navbar-expand-lg .dropstart:hover>.dropdown-menu {
        animation: dropdown-show .2s;
        display: block;
        z-index: 9999;
    }
	.dropdown-menu-xxl {
      border-radius: .5rem;
    min-width: 30rem;
    /* width: max-content; */
    max-width: 1024px;
}
.mega-menu .dropdown-menu {
    left: 50% !important;      /* Move the menu to the center */
    transform: translateX(-50%); /* Shift it back by 50% of its width */
                  /* Optional: make menu wider if needed */
}
.mega-menu .dropdown-menu {
    position: absolute !important; /* force absolute */
    left: 50% !important;          /* center horizontally */
    transform: translateX(-50%) !important; /* center shift */
    top: 100% !important;          /* below parent */
    margin: 0 !important;          /* remove offsets */
}
}


/* Dropdown animation */

@keyframes dropdown-show {
    from {
        opacity: 0;
        transform: scale(.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #151c32;
    display: block;
    font-weight: 500;
    padding: 0.375rem 1rem;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 0.5rem;
        box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, .05), 0 0.25rem 0.5625rem rgba(11, 15, 25, .03);
        margin-top: 0.25rem;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown:before {
        content: "";
        height: .375rem;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--theme-color);
    background-color: transparent;
}

@media (min-width: 576px) {
    .sm\:-ml-6 {
        margin-left: -6rem;
    }
}

@media (min-width: 576px) {
    .sm\:-mr-32 {
        margin-right: -32rem;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 992px) {
	.newgap {
    --bs-gutter-y: 4rem;
}
    .shapecontent--image {
        margin-left: -32rem;
        margin-right: -32rem;
        /* shape-rendering: crispEdges; */
        margin-bottom: -1px;
    }
    .mega-dropdown-column h6 {
        font-size: 16px;
        color: #f72a37;
    }
    .offcanvas .navbar-nav {
        margin-top: 0.75rem;
        margin-bottom: 0.5rem;
        padding: 0 0px;
    }
    .navbar .nav-item {
        padding: 0 15px 37px !important;
    }
}

.offcanvas-header .btn-close {
    filter: invert(1);
}

@media(min-width:1500px) {
    .vh-100 {
        height: 90vh !important;
    }
}

@media(max-width:768px) {
    .newbg p {
        font-size: 12px;
    }
    .data-card h3 {
        font-size: 16px;
    }
    .bg-holder:after {
        height: 21%;
    }
    .p-100 {
        padding: 43px 0px;
    }
    .mainbanner {
        height: 30vh;
    }
    header .btn-primary {
        font-size: 11px !important;
        /* display: inline-block; */
        padding: 5px 4px;
        /* background: var(--secondary-color); */
        border-radius: 0;
        /* border-color: var(--theme-color); */
        width: auto !important;
        font-size: 16px;
        /* width: 100%; */
        min-height: 2rem;
    }
    .btn-primary {
        /* display: inline-block; */
        padding: 7px 10px;
        /* background: var(--secondary-color); */
        border-radius: 0;
        /* border-color: var(--theme-color); */
        width: auto !important;
        font-size: 16px;
        /* width: 100%; */
    }
    .section_title h2 {
        font-size: 40px;
    }
    .section_title1 h2 {
        font-size: 35px;
    }
    .pt-50 {
        padding-top: 50px;
    }
    .pb-50 {
        padding-bottom: 50px;
    }
    .sportscard .card h3 {
        font-size: 30px;
    }
    .sportscard .cardimg img {
        min-height: 100%;
        max-height: 100%;
        margin: auto;
    }
    .content-overlay {
        position: relative;
        right: -34px;
        top: 50%;
        transform: unset;
        /* background: rgb(36 38 41); */
        padding: 1.5rem;
        border-radius: 4px;
        width: 100%;
        z-index: 10;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        border: 3px solid var(--theme-color);
        left: 0;
        top: -54px !important;
    }
    .sportswork-title {
        color: #fff;
        font-size: 40px;
    }
    .content-overlay-left {
        position: relative;
        right: -0;
        top: 50%;
        transform: unset;
        /* background: rgb(36 38 41); */
        padding: 1.5rem;
        border-radius: 4px;
        width: 100%;
        z-index: 10;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        border: 3px solid var(--theme-color);
        left: 0;
        top: 25px !important;
    }
    .newwe_work img {
        width: 100%;
        padding: 1rem;
        position: relative;
        z-index: 99;
        /* height: auto; */
    }
    body,
    p {
        font-size: 16px;
    }
    .gap-50 {
        gap: 4rem;
    }
    .howwework h3 {
        font-size: 40px;
        color: #fff;
    }
    .learning img {
        width: 139px;
        height: 139px;
        object-fit: contain;
    }
    .fs-46 {
        font-size: 40px !important;
    }
    .innerbanner h1 br {
        display: none;
    }
    .innerbanner h1 {
        font-size: 35px;
        text-shadow: rgba(0, 0, 0, 0.325) 0px 2.68317px 11.4035px;
    }
    .homemain h1 {
        font-size: 50px;
        text-shadow: rgba(0, 0, 0, 0.325) 0px 2.68317px 11.4035px;
    }
    .fs-18 {
        font-size: 16px;
    }
    .vh-100 {
        height: 50vh !important;
    }
    .recruitbanner.vh-100 {
        height: 100vh !important;
    }
    .fs-100 {
        font-size: 43px !important;
    }
    a.navbar-brand {
        width: 80px;
    }
    .content-overlay1 .section_title h2 {
        font-size: 24px;
    }
    .content-overlay1 .section_title1 h2 {
        font-size: 24px;
    }
    .black-gradient-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*
      The first gradient fades from full black (with ~90% opacity) on the left,
      holding solid through 50% of the width, and then gradually becomes transparent.
    */
        background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 78%), /*
        The second gradient applies to the top: fully dark for 20% height then fades.
      */
        linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
        /* Multiply blend makes the overlapping areas combine smoothly */
        background-blend-mode: multiply;
        z-index: 1;
        pointer-events: none;
    }
    .fs-71 {
        font-size: 34px !important;
    }
    .package h3 {
        font-size: 31px;
        text-transform: uppercasee;
    }
    .fs-24 {
        font-size: 16px;
    }
    .gap-10 {
        gap: 5em;
    }
    .newheight {
        height: 100vh !important;
    }
    .w-75 {
        width: 100% !important;
    }
    .sportsbanner::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%;
        background: linear-gradient(to top, rgb(19 33 47), rgb(16 28 40 / 71%), transparent);
        z-index: 1;
        pointer-events: none;
    }
    .position-absoulte {
        position: relative;
        right: 0;
        top: 0;
        /* bottom: 50%; */
        transform: unset;
    }
    .position-absoulte1 {
        position: relative;
        right: 0;
        top: 0;
        /* bottom: 50%; */
        transform: unset;
    }
    .sportsbanner img {
        margin: auto;
        display: flex
    }
    .heading_s1,
    .subpara {
        z-index: 9;
        position: relative;
        /* text-align: center; */
    }
    .order_top_img img {
        display: flex;
        margin: auto;
        padding-top: 1rem;
    }
    .homemain {
        height: 45vh;
    }
	  .homemain .swiper-slide {
        background-position: 80% top !important;
    }
    .homemain h1 br {
        display: block;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        background: #fff;
    }
    .dropdown-menu .nav-item {
        padding: 0 !important;
    }
}


/* new sports card */

.custom-card {
    background: rgb(21 28 50);
    color: white;
    border-radius: 0.5rem 0.5rem 60px 0.5rem;
    overflow: hidden;
    position: relative;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    border: 0;
    /* clip-path: polygon(100% 0, 100% 91%, 80% 100%, 0 100%, 0 0); */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
    transition: .5s;
}

.custom-card-body {
    padding: 1.5rem;
    position: relative;
    /* z-index: 2; */
    border: 0;
}

.custom-card h5 {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
}

.custom-card img {
    width: 100%;
    object-fit: cover;
}

.custom-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 4px 4px hsla(0, 2%, 61%, .25) !important;
}

.swiper {
    height: 100%;
    width: 100%;
}

.swiper .swiper-slide {
    height: auto;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red;
    color: red;
}



.client img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    /*     margin-top: auto; */
}

.client-logo-img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.navbar-toggler {
    padding: 4px;
    font-size: 16px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #f72a37;
}

.secondnav a {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.secondnav a:hover {
    color: #fff;
}

.secondnav .navbar-toggler-icon {
    filter: invert(1);
}

.exclusive .card {
    border-color: color-mix(in oklab, #f72a37 20%, transparent);
}

.text-black p {
    color: #212529;
}

.absolute {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -22px;
}

.text-color {
    color: #212529
}

.text-theme1 {
    color: var(--secondary-color);
}

@media screen and (max-width: 768px) {
    .jarallax {
        min-height: 200px;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .newgap {
        --bs-gutter-y: 3rem;
    }
	    .homemain .swiper-slide {
        background-position: 70% top !important;
    }
    .order_top_img img {
        display: flex;
        margin: auto;
        padding-top: 1rem;
    }
    .video-overlay-content .btn-primary {
        width: 26% !important;
    }
    .innerbanner h1 {
        font-size: 56px;
        text-shadow: rgba(0, 0, 0, 0.325) 0px 2.68317px 11.4035px;
    }
    .homemain {
        height: 35vh;
    }
    .homemain h1 {
        font-size: 80px;
        text-shadow: rgba(0, 0, 0, 0.325) 0px 2.68317px 11.4035px;
        text-align: start;
    }
	footer .social-links a {
  
    margin-bottom: 10px;
}
    .content-overlay1 .section_title h2 {
        font-size: 45px;
    }
    .fs-100 {
        font-size: 55px !important;
    }
    .parallax-video-wrapper {
        height: 41vh;
    }
    .parallax-video-section {
        position: relative;
        height: 30vh;
        overflow: hidden;
    }
    .section_title h2 {
        width: 100%;
    }
    .parallax-video-wrapper video {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .jarallax img.jarallax-img {
        position: relative;
        display: block;
        max-width: 100%;
        height: 716px !important;
        z-index: -100;
    }
    .position-absoulte,
    .position-absoulte1 {
        top: 0rem;
        position: relative;
        transform: unset;
    }
    .parallax-video-wrapper video {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .jarallax {
        min-height: 550px;
    }
    .btn-primary {
        /* display: inline-block; */
        padding: 7px 10px;
        /* background: var(--secondary-color); */
        border-radius: 0;
        /* border-color: var(--theme-color); */
        /* width: 45% !important; */
        font-size: 16px;
        /* width: 100%; */
    }
    .heading_s1,
    .subpara {
        z-index: 9;
        position: relative;
        text-align: center;
    }
    .bg-holder:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 23%;
    }
    @media(min-width:1024px) and (max-width:1200px) {
        .navbar-brand {
            width: 100px;
        }
        header .nav-link {
            padding: 0px 18px 0 00px !important;
            color: #fff;
            font-size: 15px;
        }
        .content-overlay1 .section_title h2 {
            font-size: 56px;
        }
        .fs-100 {
            font-size: 70px !important;
        }
        .sportscard .cardimg img {
            min-height: 200px;
            max-height: 200px;
            margin: auto;
            /* width: 100%; */
            text-align: center;
            margin: auto;
            display: flex;
        }
        .parallax-video-wrapper {
            height: 70vh;
        }
        .parallax-video-section {
            position: relative;
            height: 56vh;
            overflow: hidden;
        }
        .jarallax {
            position: relative;
            z-index: 0;
            min-height: 650px;
        }
        .jarallax img.jarallax-img {
            position: relative;
            display: block;
            max-width: 100%;
            height: 650px !important;
            z-index: -100;
        }
        .position-absoulte {
            width: 55%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
        .position-absoulte1 {
            width: 55%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
    }
    .parallax-video-wrapper {
        transition: opacity 0.5s ease;
    }
    .vh-50 {
        height: 40vh;
    }
    @media(min-width:992px) {
        .pt-sm-6 {
            padding: 3rem 0 !important;
        }
    }
}