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

.kanit-italic {
    font-family: 'kanit-italic' !important;
}

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

.kanit-regular {
    font-family: 'kanit-regular' !important;
}

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

.kanit-light {
    font-family: 'kanit-light' !important;
}

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

.kanit-bold {
    font-family: 'kanit-bold' !important;
}

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

.kanit-semibold {
    font-family: 'kanit-semibold' !important;
}

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

.space-regular {
    font-family: 'space-regular' !important;
}

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

.space-light {
    font-family: 'space-light' !important;
}

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

.space-semibold {
    font-family: 'space-semibold' !important;
}

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

.space-bold {
    font-family: 'space-bold' !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'kanit-regular';
}


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

::selection {
    color: #FFF;
    background: #c72f31;
}

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

.hover:hover {
    color: #426e6d !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((min-width:992px) and (max-width:1199px)){
    .centerContainer {
      padding-right: 20px;
      padding-left: 20px;
    }
}

@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: 100%;
        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;
    }



    .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;
}

.orange {
    color: #c26610 !important;
}

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

.purple {
    color: #1C3760 !important;
}

.purpleBg {
    background-color: #1C3760 !important;
}

.red {
    color: #c72f31 !important;
}

.redBg {
    background-color: #c72f31 !important;
}

.blue {
    color: #007297 !important;
}

.blueBg {
    background-color: #007297 !important;
}

.green {
    color: #426e6d !important;
}

.greenBg {
    background-color: #426e6d !important;
}

/* fonts-size */

.f50px {
    font-size: 50px;
}

.f40px {
    font-size: 40px;
}

.f30px {
    font-size: 30px;
}

.f26px {
    font-size: 26px;
}

.f22px {
    font-size: 22px;
}

.f20px {
    font-size: 20px;
}

.f18px {
    font-size: 18px;
}

.f16px {
    font-size: 16px;
}

@media(max-width:992px) {
    .f50px {
        font-size: 40px;
    }

    .f40px {
        font-size: 30px;
    }

    .f30px {
        font-size: 25px;
    }

    .f26px {
        font-size: 20px;
    }

    .f22px {
        font-size: 19px;
    }

    .f20px {
        font-size: 18px;
    }

    .f18px {
        font-size: 16px;
    }

    .f16px {
        font-size: 14px;
    }
}



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

.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;
} */