@font-face {
    font-family: "Kanit-Regular";
    font-display: swap;
    src: url(../fonts/Kanit/Kanit-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Kanit-Light";
    font-display: swap;
    src: url(../fonts/Kanit/Kanit-Light.ttf) format("truetype");
}

@font-face {
    font-family: "Kanit-700";
    font-display: swap;
    src: url(../fonts/Kanit/Kanit-Black.ttf) format("truetype");
}

@font-face {
    font-family: "Kanit-Bold";
    font-display: swap;
    src: url(../fonts/Kanit/Kanit-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    src: url(../fonts/Inter/Inter-VariableFont_slnt,wght.ttf) format("truetype");
}

/* custom checkbox */
.custom-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.custom-checkbox p {
    margin-bottom: 0;
}

.custom-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.custom-checkbox span {
    display: inline-block;
    width: 25px;
    height: 25px;
    aspect-ratio: 1 / 1;
    border: 1px solid #5F6C37;
    background-color: #fff;
    margin-right: .5em;
    position: relative;
    cursor: pointer;
}

.custom-checkbox input:checked ~ span {
    background-color: #5F6C37;
}

.custom-checkbox span::after {
    display: none;
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.custom-checkbox input:checked ~ span::after {
    display: block;
}
/* end of custom checkbox */

/* navbar */
button.nav-link {
    background-color: transparent;
    border: none;
    outline: none;
}

button.nav-link::after {
    display: none;
}

.navbar .dropdown-menu {
    left: unset;
    right: 30px;
    min-width: 12rem;
    text-align: center;
    border-radius: 0;
}

.navbar .dropdown-menu a {
    color: #5F6C37;
    margin: 0 !important;
}

.navbar .dropdown-menu a:hover {
    background-color: transparent;
}
/* end of navbar */

/* static content */
.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    font-family: "Kanit-700";
    text-transform: uppercase;
}

.static-content img {
    max-width: 100%;
}

.static-content ul {
    columns: 1;
    padding: 0;
}

.static-content li {
    list-style-type: none;
    position: relative;
    margin-bottom: 0.6em;
    padding-left: 45px;
    display: inline-block;
    width: 100%;
}

.static-content li::before {
    content: "";
    background-color: #424530;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 6px;
    left: 19px;
}
/* end of static content */

/* base stuff */
form label a,
form label a:hover {
    text-decoration: underline;
    font-weight: bold;
}

.base_container {
    min-height: 450px;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

.navbar-nav .dropdown-toggle::after,
.hidden {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.navbar-toggler {
    border-color: #8d9aab;
}

form small {
    text-align: left !important;
    color: #f00;
}

a:focus,
a:hover,
a:focus *,
a:hover *{
    text-decoration: none !important;
    color: currentColor;
}
/* end of base stuff*/

/* popup */
.popup-modal {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    /*height: 400px;*/
    height: fit-content;
    max-width: 95%;
    max-height: 95%;
    z-index: 1010;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.35);
    padding: 1.2em 1em;
    overflow: scroll;
}

/*.popup-modal .popup-content {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    padding: 1.2em 1em;*/
/*}*/

.popup-modal #closePopup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.3em;
    cursor: pointer;
    font-size: 25px;
    z-index: 100;
}
/* end of popup */

.nav-link:hover,
.nav-link:focus,
.navbar-nav .active-link {
    color: #5F6C37;
}

a,
body {
    font-family: "Inter";
    font-weight: 300;
    color: #2b2b2b;
}

a:hover {
    text-decoration: none;
    color: #2b2b2b;
}

header {
    background-color: #fff9df;
    min-height: 100px;
    padding-top: 10px;
    z-index: 10000;
}

.header-contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    font-size: 19px;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
    color: #424530;
    font-family: "Kanit-Regular";
    margin-right: 45px;
}

.header-contact img {
    margin-right: 12px;
}

.absolute-header-conti {
    position: absolute;
    width: 1430px !important;
    max-width: 1430px !important;
    background-color: #424530;
    left: 0px;
    right: 0px;
    bottom: -43.5px;
    padding-left: 3em;
    padding-right: 3em;
}

.absolute-header-conti .row {
    height: 87px;
    align-items: center;
}

.nav-link {
    font-family: "Kanit-Regular";
    font-size: 20px;
    margin-left: 20px;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFF9DF;
}

.hero-img {
    height: 839px;
    width: 100%;
    object-fit: cover;
}

.carousel-inner {
    position: relative;
}

.carousel-inner::after {
    content: "";
    display: block;
    background: linear-gradient(89.76deg, rgba(70, 70, 42, 0.8) 0.23%, rgba(95, 108, 55, 0) 99.82%);
    width: 100%;
    height: 100%;
    top: 0px;bottom: 0px;left: 0px;
    position: absolute;
}

.carousel-caption {
    left: 0px;
    right: inherit;
    width: 1058px;
    background: #424530CC;
    display: flex;
    position: absolute;
    bottom: inherit !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 17%;
    padding-right: 5%;
    min-height: 569px;
    top: 17%;
}

.carousel-title {
    font-family: "Kanit-700";
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.carousel-text-1 {
    text-align: left;
    font-family: "Kanit-Light";
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 1em;
    margin-bottom: 1em;
}

.standard-btn {
    background-color: #EDDBAB;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0px 55px;
    font-family: "Kanit-Bold";
    font-size: 24px;
    border-radius: 0px;
    letter-spacing: 0em;
    text-align: left;
    color: #424530;
    text-transform: uppercase;
    border: 1px solid #EDDBAB;
}

.standard-btn:hover,
.standard-btn:focus {
    background-color: transparent;
    color: #EDDBAB;
}

.inv-icon-btn {
    background-color: transparent;
    justify-content: flex-start;
    padding-left: 0px;
    padding-right: 10px;
    font-family: "Kanit-Regular";
    color: #FFF9DF;
    margin-left: 35px;
}

.inv-icon-btn:hover,
.inv-icon-btn:focus {
    background-color: #EDDBAB;
    color: #424530;
}

.btn-icon {
    background-color: #EDDBAB;
    height: 100%;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.carousel-btn-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.about-us-fluid {
    background-color: #FFF9DF;
    background-image: url('../images/aboutus-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    padding-top: 7em;
    padding-bottom: 7em;
}

.small-title {
    font-family: "Kanit-700";
    font-size: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #A68E74;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.standard-title {
    font-family: "Kanit-700";
    font-size: 40px;
    letter-spacing: 0em;
    color: #5F6C37;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.standard-title.dark-title {
    color: #424530;
}

.static-content.white-text,
.standard-title.white-title {
    color: #FFF9DF;
}

.static-content {
    font-family: "Inter";
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0em;
    text-align: justify;
    color: #424530;
}

.standard-btn-2 {
    background-color: #A68E74;
    border-color: #A68E74;
    color:#FFF9DF;
    height: 56px;
}

.standard-btn-2:hover,
.standard-btn-2:focus {
    color: #A68E74;
}

.inv-btn {
    border-color: #A68E74;
    color: #A68E74;
    background-color: transparent;
    height: 56px;
}

.inv-btn:hover,
.inv-btn:focus {
    background-color: #A68E74;
    color:#FFF9DF;
}

.btn-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 2em;
}

.btn-row .inv-btn {
    margin-left: 20px;
}

.service-fluid {
    background-image: url('../images/service-bg.png');
    background-color: #424530;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 5em;
    padding-bottom: 5em;
}

.service-btn {
    border: 1px solid #FFF9DF !important;
    background-color: transparent !important;
    color: #FFF9DF !important;
    margin-right: 25px !important;
    border-radius: 0px !important;
}

.service-btn[aria-selected="true"],
.service-btn:hover,
.service-btn:focus,
.service-btn.active {
    background-color: #FFF9DF !important;
    color: #424530 !important;
    border-radius: 0px !important;
}

.servce-btn-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 4em;
}

.one-service-block {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    background-color: #FFF9DF;
    padding: 2.5em 1.3em 1em 1.3em;
    margin-top: 3em;
}

.service-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 76px;
    height: 76px;
    background-color: #EDDBAB;
    position: absolute;
    left: 15px;
    top: -40px;
}

.service-img img {
    max-width: 60%;
    max-height: 60%;
}

.navbar-brand img {
    width: 220px;
}

.service-title {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: #424530;
    text-transform: uppercase;
    height: 60px;
    display: flex;
    width: 100%;
    align-items: center;
    line-height: 1;
}

.service-content {
    height: 170px;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: justify;
    color: #424530;
    overflow: hidden;
    display: block;
    margin-bottom: 3em;
}

.service-next-btn {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    font-family: "Kanit-Regular";
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #5F6C37;
    text-transform: uppercase;
}

.service-next-btn img {
    margin-left: 10px;
}

body {
    background-color: #fff9df;
}

.one-reference-block {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 2em;
}

.one-reference-block > img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}

.reference-title {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 221px;
    padding: 15px;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #424530;
    background: #FFEFCDB2;
}

.referenciak-fluid {
    padding-top: 6em;
    padding-bottom: 6em;
}

.greenbtn {
    border-color: #5F6C37;
    color: #5F6C37;
    background-color: transparent;
    height: 56px;
    margin-top: 1.5em;
}

.greenbtn:hover,
.greenbtn:focus {
    background-color: #5F6C37;
    color: #fff9df;
}

.contact-fluid {
    position: relative;
    margin-top: 1em;
    margin-bottom: 6em;
}

.contact-fluid::after {
    left: 0px;
    display: flex;
    content: "";
    width: 35%;
    background-color: #5F6C37;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.left-contact-block {
    background-color: #5F6C37;
    padding-top: 7em;
    padding-bottom: 7em;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-right: 5em;
}

.contact-row-contacts {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 3em;
}

.contact-row-img-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 70px;
    height: 70px;
    background-color: #EDDBAB;
    margin-right: 15px;
}

.contact-one-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    flex-direction: row;
    font-family: "Kanit-Light";
    font-size: 22px;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
    color: #EDDBAB;
}

.contact-one-block:hover,
.contact-one-block:focus {
    color: #EDDBAB;
}

#contact_form_content_page .btn {
    color: #5F6C37;
    height: 56px;
}

.cw-control {
    border: 1px solid #424530;
    background-color: transparent;
    border-radius: 0px;
    height: 70px;
    margin-top: 1em;
}

.absolute-label {
    position: absolute;
    font-family: "Kanit-Light";
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #5F6C37;
    text-transform: uppercase;
    background: #fff9df;
    top: -15px;
    left: 15px;
    padding: 0px 15px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff9df;
    border-color: #424530;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

footer {
    background-color: #424530;
    padding-top: 2em;
    padding-bottom: .5em;
}

.footer-link {
    font-family: "Kanit-Regular";
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0em;
    color: #FFF9DF;
    margin-bottom: .5em;
    display: flex;
    width: fit-content;
}

.footer-link:hover,
.footer-link:focus {
    color: #5F6C37;
}

.footer-title {
    font-family: "Kanit-Bold";
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0em;
    color: #FFF9DF;
}

.contact-elem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.contact-elem a,
.contact-elem {
    font-family: "Kanit-Light";
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFF9DF;
}

.contact-elem a:hover,
.contact-elem a:focus {
    color: #5F6C37;
}

.contact-elem span {
    width: 150px;
    font-family: "Kanit-Regular";
}

.text-desktop-right {
    text-align: right;
    display: flex;
    justify-content: end;
}

.copyright {
    font-family: "Kanit-Light";
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFF9DF;
}

.heading {
    background-image: url('../images/subpage-header.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 4em;
}

.heading::after {
    position: absolute;
    top: 0px;left: 0px;bottom:0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(89.76deg, rgba(70, 70, 42, 0.8) 0.23%, rgba(95, 108, 55, 0) 99.82%);
    content: "";
    display: flex;
    z-index: 0;
}

.heading-title {
    font-family: "Kanit-700";
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.heading .row {
    height: 476px;
    align-items: center;
    z-index: 100;
    position: relative;
}

.service-top-btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.service-top-btn-row .btn {
    border: 1px solid #424530;
    color: #424530;
    background-color: transparent;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 0px;
}

.service-top-btn-row .btn[aria-selected="true"],
.service-top-btn-row .btn:focus,
.service-top-btn-row .btn:hover {
    border: 1px solid #424530;
    color: #FFF9DF;
    background-color: #424530;
}

.nav-tabs {
    border-bottom: 0px;
}

#myTabContent {
    margin-top: 3em;
}

#myTabContent .one-service-block {
    background-color: #EDDBAB;
    padding-left: 5em;
    padding-right: 5em;
    margin-top: 4em;
    margin-bottom: 1em;
    padding-bottom: 3em;
}

#myTabContent .one-service-block .service-img {
    background-color: #5F6C37;
    left: 5em;
}

#myTabContent .one-service-block .service-img img {
    filter: brightness(0) invert(1);
}

#myTabContent .service-content {
    height: auto;
    margin-bottom: 2em;
}

.service-list-fluid {
    margin-bottom: 6em;
}

.standard-title.bigger {
    font-size: 50px;
    color: #424530;
}

.service-content-row {
    padding-top: 5em;
}

.top-img {
    width: 100%;
    object-fit: cover;
}

.small-title.green-title {
    color: #424530;
}

.gallery-view-img,
.service-view-gallery img {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    object-fit: cover;
    height: 306px;
}

.service-content-page-fluid {
    margin-bottom: 6em;
}

.gallery-list-fluid {
    margin-bottom: 6em;
}

#divider {
    display: block;
    height: 1px;
    background-color: #424530;
    width: 305px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 8px;
}

.gallery-view-fluid {
    margin-bottom: 6em;
}

.btn.contact {
    background-color: #424530;
    color: #FFF9DF !important;
}

.contact-row-contacts.contactPage {
    flex-direction: column;
    scroll-padding: 2em;
}

.contactPage .contact-row-img-block{
    background-color: #FFF9DF;
}

.contact-one-block.w-100 {
    margin-bottom: 30px;
}

.base-fluid {
    margin-bottom: 6em;;
}

.prev {
    position: absolute;
    left: -50px;
    cursor: pointer;
    top: 45%;
}

.next {
    position: absolute;
    right: -50px;
    cursor: pointer;
    top: 45%;
}

.sticky-link {
    position: fixed;
    right: 0px;
    bottom: 0;
    width: 250px;
    z-index: 10;
    border-top-left-radius: 80%;
    overflow: hidden;
    outline: none;
}

/*EOF*/