@import url("https://use.typekit.net/rrw2seg.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
/* variable */
:root {     
    --base-color: #e99022; 
    --medium-gray: #7b7a7a;
    --dark-gray: #1d1d1d;  
    --charcoal-blue: #232323;
    --light-medium-gray: #cbcbcb;
    --alt-font: 'Space Grotesk', sans-serif;
    --primary-font: 'Inter', sans-serif;
}
body {
    font-size: 17px;
    line-height: 28px; 
    letter-spacing: .4px;
}
a:hover {
    color: var(--dark-gray);
}
/* custom cursor */
.custom-cursor .circle-cursor-inner {
    background-color: var(--dark-gray);
    width: 12px;
    height: 12px;
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--dark-gray);
}
.custom-cursor .circle-cursor-outer {
    border: 1px solid transparent;
}
/* header */
header .navbar-brand img {
    max-height: 43px;
}
header .navbar-brand,
header.sticky .fixed-header .navbar-brand,
header.sticky .disable-fixed .navbar-brand {
    padding: 18px 0;
}
.header-push-button {
    padding-left: 25px;
}
.header-push-button .push-button span {
    background: var(--base-color);
}
.show-menu {
    overflow: visible;
}
.hamburger-nav {
    width: 42%;
}
.menu-item-list .nav-link {
    padding: 5px 20px 5px 0;
    font-size: 38px;
    width: auto
}
.hamburger-nav .menu-item-list {
    padding: 0;
}
h1, .h1 {
    font-size: 4rem;
    line-height: 3.8rem;
}
h3 {
    line-height: 2.813rem;
}
h4 {
    line-height: 2.375rem;
}
h5 {
    line-height: 2rem;
}
h6 {
    line-height: 1.75rem;
}
/* background color */
.bg-nero-grey {
    background-color: #1c1c1c;
}
.bg-cultured {
    background-color: #f4f9f6;
}
.bg-base-color-transparent {
    background-color: rgba(145, 216, 0, 0.95);
}
.bg-base-color-transparent-light {
    background-color: rgba(145, 216, 0, 0.6);
}
/* bg gradient color */
.bg-gradient-top-very-light-gray { 
    background-image:linear-gradient(to right, #fbf3e9, #f9f4eb, #f4f4f0, #f2f4f2, #eff4f4);
}
.bg-linen {
    background: #f6f4f3;
}
.bg-gradient-orange-transparent {
    background: linear-gradient(to right, rgba(233, 117, 34, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-blue-transparent {
    background: linear-gradient(to right, rgba(30, 163, 177, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
/* text gradient color */
.text-gradient-base-color {
    background-image: linear-gradient(to right, #e97522 0%, #1ea3b1 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-orange{
    color: #e97522;
}
.text-blue{
    color: #1ea3b1;
}
.text-outline-color-white { 
    -webkit-text-stroke-color: var(--white); 
}
/* blog only text */
.blog-only-text .card-body:after {
    display: none;
}
/* border color */
.border-color-base-color-transparent {
    border-color: rgba(116, 214, 11, 0.3) !important;
}
.event-style-03 .nav-tabs .nav-link {
    padding-top: 21px;
}
/* box shadow */
.box-shadow-double-large {
    -webkit-box-shadow: 0px 47px 45px rgb(0, 0, 0, 0.20);
    box-shadow: 0px 47px 45px rgb(0, 0, 0, 0.20);
}
/* tab style 08 */
.tab-style-08 ul .nav-item .nav-link.active, .tab-style-08 ul .nav-item .nav-link.show, .tab-style-08 ul .nav-item .nav-link:hover {
    color: var(--dark-gray);
}
.tab-style-08 ul .nav-item .tab-border {
    top: 0;
    bottom: auto;
    height: 4px;
}
.tab-style-08 ul .nav-item {
    border-right: 0;
}

/* social icon style 06 */
.social-icon-style-06 li {
    position: relative;
}
.social-icon-style-06 li:before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--medium-gray);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    opacity: .5;
}
.social-icon-style-06 li:last-child:before {
    display: none;
}
/* social icon style 09 */
.social-icon-style-09 .medium-icon li {
    margin: 0 4px;
}
.social-icon-style-09 .medium-icon a {
    font-size: 18px;
}

/* right */
.right-minus-380px {
    right: -380px;
}
/* top */
.top-30 {
    top: 30%!important;
}
/* line height */
.lh-160 {
    line-height: 10rem;
}
.top-minus-200px {
    top: -200px;
}

/* left right top bottom */
.left-minus-45 {
    left: -45%;
}
.bottom-minus-200px {
    bottom: -200px;
}

/*margin*/
.ms-100px {
    margin-left: 100px;
}
.ms-80px {
    margin-left: 80px;
}
.mb-minus-50px {
    margin-bottom: -50px;
}

/* btn */
.btn {
    text-transform: none;
    letter-spacing: 0;
}
.btn.btn-extra-large {
    font-size: 16px;
    padding: 16px 32px;
}
.btn.btn-large {
    font-size: 15px;
    padding: 15px 30px;
}
.btn.btn-switch-text.btn-large > span {
    padding: 15px 30px;
}
.btn-gradient-fuel-yellow-blue {
    background-image: linear-gradient(to right, #d18215, #3797a1, #d18215);
    background-size: 200% auto;
    color: var(--white);
}
.google-maps-link a:hover {
    color: var(--white);
}

/* Revolution slider */
.rev_column_inner {padding-left: 30% !important; padding-right: 15% !important; }
.next-btn { background-size: 110% auto; background-position: right center; transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1) !important; }
.next-btn:hover { background-position: left center; }
#gym-and-fitness-slider .uranus.tp-leftarrow:before{width:50px; height:50px; line-height:50px; font-size:25px; content: "\F12F"; font-family: bootstrap-icons!important;}
#gym-and-fitness-slider .uranus.tp-rightarrow:before{width:50px; height:50px; line-height:50px; font-size:25px; content: "\F138"; font-family: bootstrap-icons!important;}
@media (max-width: 1500px) {
    .rev_column_inner {padding-left: 10% !important; padding-right: 10% !important; }
    .background-text {display: none !important;}
}
@media (max-width: 1199px) {
    .lg-left-minus-250px {
        left: -250px !important;
    }
    .next-btn {transition:  none !important;}
}
@media (max-width: 1023px) {
    .rev_column {width: 50% !important;}
}
@media (max-width: 778px) {
    .rev_row_zone .row { display: flex !important; flex-direction: column-reverse; }
    .rev_column { height: 100%; }
    .rev_column_inner {padding-bottom: 6% !important; padding-top: 6% !important; }
    #rs-gym-and-fitness-01 .tp-bgimg {background-image: url("../images/new/Sparkbiz-mobile.png") !important;}
    #rs-gym-and-fitness-02 .tp-bgimg {background-image: url("../images/new/Dcoded-mobile.png") !important;}
    #rs-gym-and-fitness-03 .tp-bgimg {background-image: url("../images/new/Impex-mobile.png") !important;}
    header .navbar-brand img {
        max-height: 35px !important;
    }
}
@media (max-width: 479px) {
    .rev_column_inner {padding-bottom: 8% !important; padding-top: 8% !important; padding-left: 3% !important; padding-right: 3% !important; }
}
@media  (max-width: 900px) and (orientation: landscape) {
    .right-col {padding: 35% 0 !important;}
}
@media (max-width: 991px) {
    .tab-style-08 ul .nav-item .nav-link {
        padding: 18px 20px;
    }
    .menu-item-list .nav-link {
        font-size: 30px;
    }
    .page-title-big-typography .small-screen {
        height: 300px !important;
    }
    .page-title-extra-small h2 {
        font-size: 3.8rem;
        line-height: 3.8rem;
    }
    .event-style-03 .nav-tabs .nav-link {
        padding: 17px 8px 14px;
    }
    .small-screen {
        height: 400px !important;
    }
    .md-top-auto {
        top: auto;
    }
}

@media (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        letter-spacing: 0;
    }
    .menu-list-wrapper {
        padding: 25px 0;
    }
    .menu-item-list .nav-link {
        font-size: 28px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .page-title-big-typography .small-screen {
        height: auto !important;
    }
    .small-screen {
        height: 300px !important;
    }
}

/* footer */
footer ul li {
    margin-bottom: 0;
    line-height: 28px;
}
footer a:hover {
    color: var(--white);
}
footer .footer-logo img {
    max-height: 34px;
    max-width: 242px !important;a
}
/* z-index */
.z-index-99 {
    z-index: 99; 
}

@media (max-width: 1199px) {
    .left-minus-45 {
        left: -78%;
    }
    .lg-ms-70px {
        margin-left: 70px;
    }
    .lg-bg-transparent {
        background-color: transparent;
    }
    .one-half-screen {
        height: auto !important;
    }
}