@font-face {
    font-family: 'interMedium';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.interMedium {
    font-family: 'interMedium' !important;
}

@font-face {
    font-family: 'interRegular';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.interRegular {
    font-family: 'interRegular' !important;
}

@font-face {
    font-family: 'interSemiBold';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.interSemiBold {
    font-family: 'interSemiBold' !important;
}

@font-face {
    font-family: 'interBlack';
    src: url('../fonts/Inter-Black.woff2') format('woff2'),
        url('../fonts/Inter-Black.woff') format('woff'),
        url('../fonts/Inter-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.interBlack {
    font-family: 'interBlack' !important;
}

@font-face {
    font-family: 'interExtraBold';
    src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter-ExtraBold.woff') format('woff'),
        url('../fonts/Inter-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.interExtraBold {
    font-family: 'interExtraBold' !important;
}

@font-face {
    font-family: 'interThin';
    src: url('../fonts/Inter-Thin.woff2') format('woff2'),
        url('../fonts/Inter-Thin.woff') format('woff'),
        url('../fonts/Inter-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.interThin {
    font-family: 'interThin' !important;
}

@font-face {
    font-family: 'interBold';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.interBold {
    font-family: 'interBold' !important;
}

@font-face {
    font-family: 'interExtraLight';
    src: url('../fonts/Inter-ExtraLight.woff2') format('woff2'),
        url('../fonts/Inter-ExtraLight.woff') format('woff'),
        url('../fonts/Inter-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

.interExtraLight {
    font-family: 'interExtraLight' !important;
}

@font-face {
    font-family: 'interLight';
    src: url('../fonts/Inter-Light.woff2') format('woff2'),
        url('../fonts/Inter-Light.woff') format('woff'),
        url('../fonts/Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.interLight {
    font-family: 'interLight' !important;
}

@font-face {
    font-family: 'interItalic';
    src: url('../fonts/Inter-Italic.woff') format('woff2'),
        url('../fonts/Inter-Italic.woff2') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.interItalic {
    font-family: 'interItalic' !important;
}


html {
    scroll-behavior: smooth;
}

body,
div,
p {
    font-family: 'interRegular';
}


::-moz-selection {
    /* Code for Firefox */
    color: #1d1d1b;
    background: #6f6657;
}

::selection {
    color: #1d1d1b;
    background: #ebff00;
}

.border1 {
    border: 1px solid black;
    padding: 10px;
}

.tabActive {
    background: #ebff00;
}

.tabActive:hover {
    background: #ebff00;
    color: black !important;
}

@media (min-width:992px) {

    /**********************************************************************************/
    .topSpacerExtra {
        margin-top: 450px;
    }

    .topSpacerGiant {
        margin-top: 120px;
    }

    .topSpacerHuge {
        margin-top: 100px;
    }

    .topSpacerBigger {
        margin-top: 70px;
    }

    .topSpacerMiddler {
        margin-top: 50px;
    }

    p {
        margin-bottom: 0px !important;
    }

    .topSpacerBig {
        margin-top: 30px;
    }

    .topSpacerMedium {
        margin-top: 25px;
    }

    .topSpacer {
        margin-top: 20px;
    }

    .topSpacerSmall {
        margin-top: 15px;
    }

    .topSpacerSmaller {
        margin-top: 10px;
    }

    .topSpacerTiny {
        margin-top: 5px;
    }

    .topSpacer12px {
        margin-top: 12px;
    }

    .topSpacer2px {
        margin-top: 2px;
    }

    .topSpacerTiny {
        margin-top: 5px;
    }

    .topSpacerMinus {
        margin-top: -340px;
    }

    /**********************************************************************************/
    .bottomSpacerSmall {
        margin-bottom: 15px;
    }

    .bottomSpacerBigger {
        margin-bottom: 40px !important;
    }

    .bottomSpacerHuge {
        margin-bottom: 100px;
    }

    .bottomSpacerGiant {
        margin-bottom: 250px;
    }

    .bottomPadding {
        padding-bottom: 30px;
    }

    .bottomPaddingBig {
        padding-bottom: 130px;
    }


    .topPadding {
        padding-top: 30px;
    }

    /**********************************************************************************/
    .leftSpacerSmall {
        margin-left: 20px;
    }

    .leftSpacer {
        margin-left: 20px;
    }

    .leftSpacerBigger {
        margin-left: 40px;
    }

    .leftSpacerHuge {
        margin-left: 60px;
    }

    /**********************************************************************************/
    .rightSpacerMedium {
        margin-right: 30px;
    }

    .rightSpacer {
        margin-right: 20px;
    }

    .rightSpacerSmall {
        margin-right: 15px;
    }

    .rightSpacerSmaller {
        margin-right: 15px;
    }

    /**********************************************************************************/


    /**********************************************************************************/
    .big {
        font-size: 60px !important;
        line-height: 60px !important;
    }

    .medium {
        font-size: 30px;
        line-height: 30px !important;
    }

    .subMedium {
        font-size: 25px;
        /* line-height: 25px !important; */
    }

    .small {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    .tiny {
        font-size: 15px !important;
        line-height: 15px !important;
    }


    .centerContainer {
        width: 100%;
        margin: 0px auto;
        max-width: 1200px;
        position: relative;
    }

    .fullContainer {
        width: 100%;
        margin: 0px auto;
        max-width: 5000px !important;
        position: relative;
    }
}

@media (max-width:992px) {
    .topSpacerGiant {
        margin-top: 60px;
    }

    .topSpacerHuge {
        margin-top: 40px;
    }

    .topSpacerBigger {
        margin-top: 40px;
    }

    .topSpacerBig {
        margin-top: 30px;
    }

    .topSpacerMedium {
        margin-top: 25px;
    }

    .topSpacerSmall {
        margin-top: 15px;
    }

    .topSpacerSmaller {
        margin-top: 10px;
    }

    /**********************************************************************************/
    .bottomSpacerSmall {
        margin-bottom: 15px;
    }

    .bottomSpacerHuge {
        margin-bottom: 50px;
    }

    /**********************************************************************************/
    .leftSpacer {
        margin-left: 20px;
    }

    .leftSpacerSmall {
        margin-left: 10px;
    }

    .leftSpacerSmaller {
        margin-left: 5px;
    }

    /**********************************************************************************/
    .rightSpacer {
        margin-right: 20px;
    }

    .rightSpacerSmall {
        margin-right: 15px;
    }

    .rightSpacerSmaller {
        margin-right: 5px;
    }

    /**********************************************************************************/
    .big {
        font-size: 45px !important;
        line-height: 45px !important;
    }

    .medium {
        font-size: 20px;
        line-height: 20px !important;
    }

    .subMedium {
        font-size: 20px !important;
        /* line-height: 20px; */
    }

    .small {
        font-size: 15px !important;
    }

    .tiny {
        font-size: 12px !important;
    }

    .specialFont {
        font-size: 50px !important;
    }

    .centerContainer {
        width: 95%;
        margin: 0px auto;
        max-width: 1200px;
    }

    .fullContainer {
        width: 100%;
        margin: 0px auto;
        max-width: 5000px !important;
        position: relative;
    }

    .mobileTopSpacer70 {
        margin-top: 70px !important;
    }

    .mobileTopSpacer50 {
        margin-top: 50px !important;
    }

    .mobileTopSpacer30 {
        margin-top: 30px !important;
    }

    .mobileTopSpacer20 {
        margin-top: 20px !important;
    }

    .mobileTopSpacer15 {
        margin-top: 15px !important;
    }

    .mobileTopSpacer10 {
        margin-top: 10px !important;
    }

    .mobileTopSpacer5 {
        margin-top: 5px !important;
    }

    .mobileTopSpacer2 {
        margin-top: 2px !important;
    }

    .mobileTopSpacer0 {
        margin-top: 0px !important;
    }

    .topSpacerExtra {
        margin-top: 0px;
    }

    .topSpacerGiant {
        margin-top: 0px;
    }

    .topSpacerHuge {
        margin-top: 0px;
    }

    .topSpacerBigger {
        margin-top: 35px;
    }

    .topSpacerMiddler {
        margin-top: 0px;
    }


    .topSpacerBig {
        margin-top: 0px;
    }

    .topSpacerMedium {
        margin-top: 0px;
    }

    .topSpacer {
        margin-top: 0px;
    }

    .topSpacerSmall {
        margin-top: 0px;
    }

    .topSpacerSmaller {
        margin-top: 0px;
    }

    .topSpacer12px {
        margin-top: 0px;
    }

    .topSpacer2px {
        margin-top: 0px;
    }

    .topSpacerTiny {
        margin-top: 0px;
    }

    .topSpacerMinus {
        margin-top: 0px;
    }

    p {
        margin-bottom: 0px !important;
    }
}

.topSpacer120 {
    margin-top: 120px;
}

.topSpacer240 {
    margin-top: 240px;
}

.bottomSpacer120 {
    margin-bottom: 120px;
}

.bottomSpacer130 {
    margin-bottom: 130px;
}

.bottomPadding120 {
    padding-bottom: 120px;
}

.topPadding120 {
    padding-top: 120px;
}

.topPadding80 {
    padding-top: 80px;
}

.topSpacer40 {
    margin-top: 40px !important;
}

.topSpacer80 {
    margin-top: 80px !important;
}

.topSpacer60 {
    margin-top: 60px;
}

.bottomSpacer40 {
    margin-bottom: 40px;
}

.bottomPadding40 {
    padding-bottom: 40px;
}

.topPadding40 {
    padding-top: 40px;
}

@media(max-width:992px) {
    .mobileTopSpacer120 {
        margin-top: 120px;
    }

    .mobileTopSpacer20 {
        margin-top: 20px !important;
    }

    .topPadding60 {
        padding-top: 60px;
    }

    .bottomPadding60 {
        padding-bottom: 60px;
    }
}

.margin-left25 {
    margin-left: 25px;
}




/**********************************************************************************/

.black {
    color: #1d1d1b !important
}

.blackBg {
    background: #1d1d1b;
    color: white;
}

.white {
    color: #FFF !important;
}

.whiteBg {
    background: #FFF;
}


.red {
    color: #bd1622;
}

.redBg {
    background: #DA3225 !important;
}

.carrot {
    color: #BB461E !important;
}

.carrotBg {
    background-color: #BB461E !important;
}

.orange {
    color: #D84700 !important;
}

.orangeBg {
    background-color: #D84700 !important;
}

.yellow {
    color: #ebff00 !important;
}

/**********************************************************************************/

.relative {
    position: relative !important;
}

/**********************************************************************************/

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.textLeft {
    text-align: left;
}

.clickable {
    cursor: pointer;
}

a {
    outline: none !important;
}

.underline {
    text-decoration: underline;
    text-decoration-color: #1d1d1b;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}


/* h1 {
    margin: 0px !important;
} */

.hidden {
    display: none !important;
}

.bold {
    font-weight: bold !important;
}

@media(max-width:992px) {
    .desktopOnly {
        display: none !important;
    }

    .smallMobileOnly {
        display: none !important;
    }
}

@media(min-width:992px) {
    .mobileOnly {
        display: none !important;
    }

    .smallMobileOnly {
        display: none !important;
    }
}

@media(max-width:460px) {
    .smallMobileOnly {
        display: block !important;
    }
}



.col-lg-6,
.col-lg-12 {
    padding: 0px !important;
    margin: 0px !important;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

/* LOADER */
.loaderContainer {
    position: fixed;
    top: 48%;
    left: 48%;
    /* width: 100px;
    height: 100px; */

}

.loader {
    display: flex;
    align-items: center;
    margin: 30px;
}

.bar {
    display: inline-block;
    width: 4px;
    height: 20px;
    background-color: rgba(216, 71, 0, 1);
    border-radius: 10px;
    animation: scale-up4 1s linear infinite;
}

.bar:nth-child(2) {
    height: 35px;
    margin: 0 5px;
    animation-delay: .25s;
}

.bar:nth-child(3) {
    animation-delay: .5s;
}

@keyframes scale-up4 {
    20% {
        background-color: rgba(216, 71, 0, 0.8);
        transform: scaleY(1.5);
    }

    40% {
        transform: scaleY(1);
    }
}

.overlayLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 99;
    overflow-y: none;
    overflow-x: none;
}

.loading {
    color: rgba(216, 71, 0, 1);
    font-size: 1.5rem;
}


/* LOADER END */