body {
    font-family: 'Kanit' !important;
    font-weight: normal;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #535353 !important;
}

p {
    padding: 0;
    margin: 0;
    font-family: 'Kanit' !important;
}

.btn {
    font-family: 'Kanit' !important;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Kanit' !important;
    font-weight: 700;
    color: var(--bs-dark-text-emphasis);
}

/*-----------------------------slide--------------------------------*/
.super_container1 {
    min-height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
}

.room-section1 {
    padding: 150px 0 150px;
    width: 100%;
    height: 90vh;
    top: 0;
    left: 0;
    background: linear-gradient(to top right, #000000 0%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: center;
}

.slider-text h1 {
    font-size: 60px;
    color: #fff;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.slider-text h1 span {
    color: #fff;
}

.slider-text p {
    font-weight: 400;
    color: #fff;
}

.btn.btn-primary {
    background: #0792b2;
    border: 1px solid #0792b2 !important;
    color: #fff !important;
}

.btn.btn-white {
    background: #e5241a !important;
    padding: 10px 30px;
    border: 1px solid #e5241a !important;
    color: #ffffff !important;
}

.about-wrap3 {
    max-width: 606px;
}
.title-area {
    margin-bottom: calc(var(--section-title-space) - 10px);
    position: relative;
    z-index: 2;
}

.title-area .sub-title {
    margin-top: -0.2em;
}
.text-theme {
    color: #e52717 !important;
}
.sec-title {
    margin-bottom: calc(var(--section-title-space) - 36px);
    margin-top: -0.15em;
    font-weight: 600;
    position: relative;
}
.about-wrap3 .btn-wrap {
    gap: 70px;
}
.btn-wrap {
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
}
.cta-grid-wrap {
    display: flex
;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.cta-grid-wrap .icon-btn {
    flex: none;
    --btn-size: 60px;
    background: #e52717;
    color: #ffffff;
}
.icon-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    border-radius: 0px;
    border: none;
    transition: 0.4s 
ease-in-out;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.cta-grid-wrap .icon-btn i {
    font-size: 24px;
}

.media-body {
    flex: 1;
}
.cta-grid-wrap .media-body .link {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--title-font);
    color: #15161c;
}
.cta-grid-wrap .media-body .title {
    font-size: 16px;
    font-weight: 400;
    color: #737373;
    margin-bottom: 0;
}









/******************  GALLERY *******************/
.masonry .mItem .service-thumb {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
}

@media (min-width: 1200px) {
    .masonry {
        column-count: 3;
        column-gap: 15px;
    }
}

@media (max-width: 1199px) {
    .masonry {
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .masonry {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .masonry {
        column-count: 2;
    }
}

.btn1 {
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px !important;
    color: rgba(223, 190, 106, 0.7);
    border-radius: 15px;
    padding: 18px 30px 20px;
    transition: all 0.7s 
ease-out;
    background-image: linear-gradient(to right, #2a92c8 0%, #115076 51%, #2b5876 100%);
    color: #fff !important;
    background-position: 1% 50%;
    background-size: 300% 300%;
    text-decoration: none;
    border: none;
    border: 1px solid rgba(223, 190, 106, 0.3);
}

.you {
    background-image: linear-gradient(to right, #f62b33 0%, #f62b33 51%, #f62b33 100%) !important;
}

.line1 {
    background-image: linear-gradient(to right, #3ab900 0%, #32a109 51%, #3ab900 100%) !important;
}












.about-section {
    position: relative;
    padding: 100px 0px 50px;
}

.about-section .inner-container {
    position: relative;
    background-color: #f5f5f5;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.about-section .content-column {
    position: relative;
}

.about-section .content-column .inner-column {
    position: relative;
    padding: 70px 55px;
}

.about-section .content-column .sec-title {
    margin-bottom: 25px;
}

.sec-title {
    position: relative;
    margin-bottom: 10px;
}

.sec-title .title {
    position: relative;
    z-index: 1;
    color: #e51319;
    font-size: 16px;
    font-weight: 700;
    padding-left: 45px;
    margin-bottom: 15px;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sec-title .title .separator {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 30px;
    height: 7px;
}

.sec-title .title .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 25px;
    height: 2px;
    background-color: #111111;
}

.sec-title .title .separator:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #111111;
}

.sec-title h2 {
    position: relative;
    color: #222222;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: capitalize;
}

.about-section .content-column .text {
    position: relative;
    margin-bottom: 35px;
}

.about-section .content-column .text p {
    position: relative;
    font-size: 16px;
    color: #555555;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.pull-left {
    float: left;
}

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    overflow: hidden;
    background: none;
    letter-spacing: 1px;
    padding: 16px 44px;
    text-transform: capitalize;
    background-color: #e51319;
    border-radius: 18px 0px 0px 0px;
    font-family: 'Roboto', sans-serif;
}

.btn-style-four .txt {
    position: relative;
    z-index: 1;
}

.btn-style-four:before {
    position: absolute;
    content: '';
    top: 0;
    left: 97%;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #222222;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .inner-column {
    position: relative;
}

.about-section .image-column .image {
    position: relative;
}

.about-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-section .image-column .experiance-box {
    position: absolute;
    right: -25px;
    bottom: 30px;
}

.about-section .image-column .experiance-box:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: -25px;
    width: 0;
    height: 0;
    z-index: 1;
    border-top: 25px solid #111111;
    border-right: 25px solid transparent;
}

.gallery-block .inner-box .image-box .overlay-box,
.about-section .image-column .experiance-box .box-inner {
    background-color: rgba(240, 85, 35, 0.90);
}

.about-section .image-column .experiance-box .box-inner {
    position: relative;
    padding: 30px 45px;
    text-align: center;
    border-radius: 20px 0px 0px 0px;
    background-color: #e51319e0;
}

.about-section .image-column .experiance-box .count-box {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1em;
}

.about-section .image-column .experiance-box h6 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
}

.btn-style-four:hover::before {
    opacity: 1;
    left: 0%;
    width: 100%;
}

.btn-style-four:hover {
    color: #ffffff;
}

.pull-right {
    float: right;
}

.services-section .sec-title .text {
    margin-top: 65px;
}

.services-section {
       position: relative;
    margin-top: -100px;
    padding-bottom: 0px;
}

.service-block {
    margin: 5px;
}

.service-block {
    position: relative;
    margin-bottom: 20px;

}

.service-block .inner-box {
    position: relative;
    height: 235px;
    padding: 30px 30px 40px;
    background-color: #ffffff;
    border-bottom: 4px solid #e5241a;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.service-block .inner-box .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;

    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.service-block .inner-box .content {
    position: relative;
}

.service-block .inner-box img {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #e5241a;
    line-height: 1em;
    font-size: 60px;
}

.content h4 {
    position: relative;
    font-size: 24px;
    color: #222222;
    line-height: 1.3em;
    font-weight: 700;
}

.service-block .inner-box h4 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box .text {
    position: relative;
    color: #555555;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 25px;
}

.service-block .inner-box .read-more {
    position: absolute;
    right: 30px;
    bottom: -25px;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 24px;
    background-color: #222222;
    border-radius: 15px 0px 0px 0px;
    border-right: 2px solid #e5241a;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.service-block .inner-box:hover .pattern-layer {
    opacity: 1;
}

.service-block .inner-box:hover .read-more {
    background-color: #e5241a;
    border-color: #222222;
}



.cta-section {
    position: relative;
    padding: 100px 0px 100px;
    background-attachment: fixed;
    background-size: cover;
}

.cta-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.60);
}

.cta-section .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.cta-section .title-box h2 {
    color: #ffffff;
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
}

.cta-section .cta-list {
    position: relative;
    text-align: center;
}

.cta-section .cta-list li {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-right: 30px;
    padding-left: 50px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: inline-block;
    text-transform: uppercase;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.cta-section .cta-list li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #e5241a;
}

.cta-section .btn-box {
    position: relative;
    margin-top: 40px;
}

.cta-section .btn-box .theme-btn {
    margin: 0px 10px;
}

.btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 14px 38px 14px;
    font-weight: 600;
    overflow: hidden;
    background: none;
    letter-spacing: 1px;
    text-transform: capitalize;
    border: 2px solid #ffffff;
    border-radius: 15px 0px 0px 0px;
}

.btn-style-five:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #e5241a;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-six {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    overflow: hidden;
    background: none;
    letter-spacing: 1px;
    padding: 16px 44px;
    text-transform: capitalize;
    background-color: #e5241a;
    border-radius: 18px 0px 0px 0px;
    font-family: 'Roboto', sans-serif;
}

.btn-style-six .txt {
    position: relative;
    z-index: 1;
}

.sec-title.centered {
    text-align: center !important;
}

.sec-title.centered .title {
    padding-right: 45px;
}

.sec-title .title .separator {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 30px;
    height: 7px;
}

.sec-title .title .separator-two {
    position: absolute;
    right: 0px;
    top: 7px;
    width: 30px;
    height: 7px;
}

.sec-title .title .separator-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 25px;
    height: 2px;
    background-color: #111111;
}

.sec-title .title .separator-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #111111;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #e5241a !important;
}

.nav-pills .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #262626 !important;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.gallery-block {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

.gallery-block .inner-box {
    position: relative;
}

.gallery-block .inner-box .image-box {
    position: relative;
    margin-bottom: 0px;
}

.gallery-block .inner-box .image-box img {
    position: relative;
    width: 100%;
    display: block;
}

.gallery-block .inner-box .lower-content {
    position: relative;
    margin-right: 50px;
    margin-top: -40px;
    background-color: #ffffff;
    padding: 15px 30px 15px 30px;
    border-left: 4px solid #f05523;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.gallery-block .inner-box .lower-content .title {
    position: relative;
    color: #555555;
    font-size: 14px;
    text-transform: uppercase;
}

.gallery-block .inner-box .lower-content h5 {
    margin-top: 8px;
    text-transform: uppercase;
}

.gallery-block .inner-box .lower-content h5 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}





/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.contact-section {
    position: relative;
    padding: 90px 0px 0px;
    margin-bottom: 60px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.sec-title-two {
    position: relative;
    margin-bottom: 22px;
}

.contact-section .form-column .inner-column .text {
    position: relative;
    color: #797979;
    font-size: 17px;
    margin-bottom: 45px;
}

.contact-form {
    position: relative;
}

.contact-form .required {
    position: relative;
    color: #a7a7a7;
    font-size: 15px;
    margin-bottom: 20px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 40px;
}

.contact-form .form-group .field-label {
    position: relative;
    color: #797979;
    font-size: 16px;
    font-weight: 400;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 18px;
    padding: 0px 0px 10px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    background: none;
    border: 1px solid #cdcdcd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 0px 0px 10px;
    color: #000000;
    height: 125px;
    font-size: 16px;
    resize: none;
    background: none;
    font-weight: 400;
    border: 1px solid #cdcdcd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-two {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    background: #e52717;
    display: inline-block;
    padding: 11px 43px;
    border-radius: 0px;
    border: 2px solid #e52717;
}

.contact-section .info-column .inner-column {
    position: relative;
}

.contact-section .info-column ul {
    position: relative;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.contact-section .info-column ul li {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

.contact-section .info-column ul li span {
    position: relative;
    color: #242424;
    font-size: 15px;
    display: block;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
}








/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
    position: relative;
    padding: 100px 0px 0px;
    background-size: cover;
}

.main-footer .widgets-section {
    position: relative;
    padding-bottom: 40px;
}

.main-footer .news-widget {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.main-footer .footer-widget h4 {
    color: #ffffff;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.list-style-two {
    position: relative;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.list-style-two li {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    padding-left: 30px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 12px;
}

.list-style-two li .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #f05523;
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.list-link {
    position: relative;
}

.list-link li {
    position: relative;
    margin-bottom: 13px;
}

.list-link li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-footer .request-widget .phone {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3em;
    -webkit-transition: all 300ms 
ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms 
ease;
}
.main-footer .request-widget .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.80;
    line-height: 1.8em;
    margin-top: 15px;
    margin-bottom: 25px;
}

.main-footer .request-widget .theme-btn {
    padding: 16px 28px;
}
.list-style-two li a {
    position: relative;
    color: #ffffff;
}
.main-footer .footer-bottom {
    position: relative;
    padding: 20px 0px;
    background-color: #000000;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.main-footer .footer-bottom .social-box {
    position: relative;
    text-align: right;
}
.main-footer .footer-bottom .social-box li {
    position: relative;
    margin-left: 15px;
    display: inline-block;
}
.main-footer .footer-bottom .social-box li a {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 300ms 
ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms 
ease;
}

















