@font-face {

    font-family: EASportsCoversSC;

    src: local(bttf_font), url('../fonts/EASportsCoversSC.ttf') format('opentype');

}


body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/sportspattern.png"); /* Replace with your actual image URL */
    background-size: 100px; /* Adjust for smaller size */
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.5; /* Adjust for desired opacity */
    z-index: -1; /* Ensures the background stays behind your content */
}



#page-content-scroll {
    padding-top: 60px;
}

.full-content-scroll {
    padding-top: 0 !important;
}

.header-clear {
    height: 30px;
}

.page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease;
    transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
}

.page-preloader-light {
    background-color: rgba(255,255,255,0.5);
}

.page-preloader-dark {
    background-color: rgba(0,0,0,0.3);
}

.show-preloader {
    opacity: 1 !important;
    pointer-events: all !important;
    transition: all 250ms ease;
}

.page-preloader img {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
}

.show-containers {
    opacity: 1 !important;
    transition: all 500ms ease;
}

#page-content,.landing-page {
    opacity: 0;
    transition: all 500ms ease;
}

.containers {
    opacity: 0;
    transition: all 0 ease;
}

.heading-badge h3 {
    width: 95px;
    text-align: center;
    margin-bottom: 0 !important;
    line-height: 25px;
    font-size: 12px;
    font-weight: 400;
    padding-top: 3px;
    padding-bottom: 0;
}

.heading-badge {
    margin-bottom: 20px;
    border-width: 3px !important;
}

.heading-title {
    text-align: center;
    font-size: 19px;
    font-weight: 650 !important;
    padding-bottom: 10px;
}

.heading-title-large {
    text-align: center;
    font-size: 22px;
    font-weight: 600 !important;
    padding-bottom: 10px;
}

.heading-style p {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
}

.heading-style .line {
    z-index: 1;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
    height: 1px;
    background: #000;
    background: -webkit-gradient(linear,0 0,100% 0,from(#ececec),to(#ececec),color-stop(50%,rgba(0,0,0,0.2)));
    background: gradient(linear,0 0,100% 0,from(#ececec),to(#ececec),color-stop(50%,rgba(0,0,0,0.2)));
}

.heading-style i {
    background-color: #FFF;
    font-size: 24px;
    height: 40px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    color: #666;
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: -25px;
    z-index: 2;
}

.heading-style p {
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/*Content Strip*/
.coverflow-strip {
    background-color: #0e141b;
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 30px;
}

.coverflow-strip h3 {
    color: #FFF;
    text-align: center;
    padding-top: 30px;
}

.coverflow-strip p {
    color: rgba(255,255,255,0.5);
    text-align: center;
    margin-top: 30px;
}

.coverflow-strip a {
    margin-top: 30px !important;
}

.content-strip {
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media(min-width:768px) {
    .content-strip .strip-content h4 {
        text-align: center;
    }

    .content-strip .strip-content p {
        text-align: center;
    }

    .content-strip .strip-content i {
        display: none;
    }

    .content-strip .strip-subtitle {
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
    }
}

.content-strip .strip-content {
    position: relative;
    z-index: 3;
}

.content-strip .strip-subtitle {
    z-index: 3;
    color: #FFF;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    margin-bottom: 0;
}

.content-strip .strip-content h4 {
    color: #FFF;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 21px;
    letter-spacing:.8px
    margin-bottom: 5px;
    font-family: 'EASportsCoversSC',sans-serif;
    text-align:center;
    
}

.content-strip .strip-content p {
    color: rgba(255,255,255,0.6);
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 0;
}

.content-strip .strip-content i {
    position: absolute;
    right: 0;
    height: 100px;
    top: -20px;
    width: 25px;
    color: rgba(255,255,255,0.9);
    line-height: 93px;
    margin-right: 30px;
    font-size: 30px;
}

.content-strip .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(229,57,53,0.6);
    /*background-color:#E53935;*/
}

.content-strip img {
    position: absolute;
    width: 150%;
    top: 0;
    left: 0;
    z-index: 0;
}

.strip-button h4 {
    text-align: center;
    padding-bottom: 10px;
}

.strip-button p {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

.strip-button a {
    text-align: center;
    width: 130px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    border: solid 1px rgba(255,255,255,0.5);
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
}

.strip-button .overlay {
    background-color: rgba(0,0,0,0.8) !important;
}

.swiper-container-horizontal {
    overflow: hidden !important;
}

.coverflow-thumbnails .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 200px;
    margin-top: 20px;
}

/*Homepage Classic Settings*/
.call-to-action a {
    width: 33.3%;
    float: left;
    text-align: center;
    color: #1f1f1f;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    height: 55px;
    line-height: 55px;
}

.call-to-action i {
    padding-right: 10px;
}

.social-center {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.social-center a {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.social-center a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    border-radius: 45px;
}

.has-icon {
    font-size: 18px;
}

.has-icon i {
    margin-right: 20px;
    width: 20px;
    text-align: center;
}

/*Columns*/
.column-left {
    min-height: 150px;
    margin-bottom: 30px;
    overflow: hidden;
}

.column-left img {
    width: 150px;
    position: absolute;
    margin-left: -75px;
    border-radius: 150px;
}

.column-left h4 {
    padding-right: 20px;
    padding-left: 90px;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.column-left p {
    padding-right: 20px;
    padding-left: 90px;
    margin-bottom: 0;
}

.column-right {
    min-height: 150px;
    margin-bottom: 30px;
    overflow: hidden;
}

.column-right img {
    width: 150px;
    position: absolute;
    right: -75px;
    border-radius: 150px;
}

.column-right h4 {
    padding-left: 20px;
    padding-right: 90px;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.column-right p {
    padding-left: 20px;
    padding-right: 90px;
    margin-bottom: 0;
}

/*Quote Slider*/
.quote-slider {
    overflow: hidden;
}

.quote-slider h4 {
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.quote-slider em {
    margin-top: 20px;
    color: #f1c40f;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.quote-slider em i {
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}

.quote-slider a {
    text-align: center;
    font-size: 12px;
    margin-top: -5px;
}

/*Staff Slider*/
.staff-slider {
    overflow: hidden;
}

.staff-slider img {
    margin-top: 8px;
    width: 150px !important;
    height: 150px !important;
    border-radius: 150px;
    margin-left: auto;
    margin-right: auto;
}

.staff-slider h3 {
    text-align: center;
    margin-top: 20px;
}

.staff-slider em {
    display: block;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 10px;
}

.staff-slider p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.staff-icons a {
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 30px;
}

.staff-icons-three {
    width: 180px;
    margin: 0 auto;
}

.staff-icons-two {
    width: 120px;
    margin: 0 auto;
}

.staff-icons-one {
    width: 60px;
    margin: 0 auto;
}

.next-staff-slider,.next-quote-slider {
    top: 50%;
    margin-top: -45px;
    right: 20px;
    position: absolute;
    z-index: 9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    color: #1f1f1f;
    transition: all 200ms ease;
}

.next-staff-slider:hover,.next-quote-slider:hover {
    background-color: rgba(0,0,0,0.1);
    transition: all 200ms ease;
}

.next-staff-slider i,.next-quote-slider i {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.prev-staff-slider,.prev-quote-slider {
    top: 50%;
    margin-top: -45px;
    left: 20px;
    position: absolute;
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    color: #1f1f1f;
    transition: all 200ms ease;
}

.prev-staff-slider:hover,.prev-quote-slider:hover {
    background-color: rgba(0,0,0,0.1);
    transition: all 200ms ease;
}

.prev-staff-slider i,.prev-quote-slider i {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

/*

    This is a minimified version of Animate.CSS built to sustain the animations

    of page transitions. Although it might be tempting to add more animation styles

    we HIGHLY suggest you do not do so. These animations run at full speed and perfect

    fluidity on all devices. Changing them can cause serious performance issues.

*/
.delay-100 {
    -webkit-transition-delay: 100ms !important;
    transition-delay: 100ms !important;
    -webkit-animation-delay: 100ms !important;
    animation-delay: 100ms !important;
}

.delay-150 {
    -webkit-transition-delay: 150ms !important;
    transition-delay: 150ms !important;
    -webkit-animation-delay: 150ms !important;
    animation-delay: 150ms !important;
}

.delay-200 {
    -webkit-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
    -webkit-animation-delay: 200ms !important;
    animation-delay: 200ms !important;
}

.delay-250 {
    -webkit-transition-delay: 250ms !important;
    transition-delay: 250ms !important;
    -webkit-animation-delay: 250ms !important;
    animation-delay: 250ms !important;
}

.delay-300 {
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
}

.delay-350 {
    -webkit-transition-delay: 350ms !important;
    transition-delay: 350ms !important;
    -webkit-animation-delay: 350ms !important;
    animation-delay: 350ms !important;
}

.delay-400 {
    -webkit-transition-delay: 400ms !important;
    transition-delay: 400ms !important;
    -webkit-animation-delay: 400ms !important;
    animation-delay: 400ms !important;
}

.delay-450 {
    -webkit-transition-delay: 450ms !important;
    transition-delay: 450ms !important;
    -webkit-animation-delay: 450ms !important;
    animation-delay: 450ms !important;
}

.animated {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}