:root {
    --primary: #f0d838;
    --black: #000;
    --white: #fff;
    scroll-padding-top: 60px;
}

@font-face {
    font-family: notoserifsc;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/notoserifsc/notoserifsc-black.eot) format(embedded-opentype), url(../fonts/notoserifsc/notoserifsc-black.woff) format(woff), url(../fonts/notoserifsc/notoserifsc-black.woff2) format(woff2), url(../fonts/notoserifsc/notoserifsc-black.ttf) format(truetype)
}

@font-face {
    font-family: notoserifsc;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/notoserifsc/notoserifsc-extrabold.eot) format(embedded-opentype), url(../fonts/notoserifsc/notoserifsc-extrabold.woff) format(woff), url(../fonts/notoserifsc/notoserifsc-extrabold.woff2) format(woff2), url(../fonts/notoserifsc/notoserifsc-extrabold.ttf) format(truetype)
}

@font-face {
    font-family: notoserifsc;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/notoserifsc/notoserifsc-bold.eot) format(embedded-opentype), url(../fonts/notoserifsc/notoserifsc-bold.woff) format(woff), url(../fonts/notoserifsc/notoserifsc-bold.woff2) format(woff2), url(../fonts/notoserifsc/notoserifsc-bold.ttf) format(truetype)
}

@font-face {
    font-family: notoserifsc;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/notoserifsc/notoserifsc-semibold.eot) format(embedded-opentype), url(../fonts/notoserifsc/notoserifsc-semibold.woff) format(woff), url(../fonts/notoserifsc/notoserifsc-semibold.woff2) format(woff2), url(../fonts/notoserifsc/notoserifsc-semibold.ttf) format(truetype)
}

@font-face {
    font-family: notoserifsc;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/notoserifsc/notoserifsc-medium.eot) format(embedded-opentype), url(../fonts/notoserifsc/notoserifsc-medium.woff) format(woff), url(../fonts/notoserifsc/notoserifsc-medium.woff2) format(woff2), url(../fonts/notoserifsc/notoserifsc-medium.ttf) format(truetype)
}

@font-face {
    font-family: notoserifsc;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/notoserifsc/notoserifsc-regular.eot) format(embedded-opentype), url(../fonts/notoserifsc/notoserifsc-regular.woff) format(woff), url(../fonts/notoserifsc/notoserifsc-regular.woff2) format(woff2), url(../fonts/notoserifsc/notoserifsc-regular.ttf) format(truetype)
}

@font-face {
    font-family: notoserifsc;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/notoserifsc/notoserifsc-light.eot) format(embedded-opentype), url(../fonts/notoserifsc/notoserifsc-light.woff) format(woff), url(../fonts/notoserifsc/notoserifsc-light.woff2) format(woff2), url(../fonts/notoserifsc/notoserifsc-light.ttf) format(truetype)
}

@font-face {
    font-family: notoserifsc;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/notoserifsc/notoserifsc-extralight.eot) format(embedded-opentype), url(../fonts/notoserifsc/notoserifsc-extralight.woff) format(woff), url(../fonts/notoserifsc/notoserifsc-extralight.woff2) format(woff2), url(../fonts/notoserifsc/notoserifsc-extralight.ttf) format(truetype)
}


@font-face {
    font-family: 'FZKai-Z03S';
    src: url('../fonts/fzkai/FZKTJW--GB1-0.eot');
    src: url('../fonts/fzkai/FZKTJW--GB1-0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fzkai/FZKTJW--GB1-0.woff2') format('woff2'),
        url('../fonts/fzkai/FZKTJW--GB1-0.woff') format('woff'),
        url('../fonts/fzkai/FZKTJW--GB1-0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FZKai-Z03T';
    src: url('../fonts/fzkai/FZKTFW--GB1-0.eot');
    src: url('../fonts/fzkai/FZKTFW--GB1-0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fzkai/FZKTFW--GB1-0.woff2') format('woff2'),
        url('../fonts/fzkai/FZKTFW--GB1-0.woff') format('woff'),
        url('../fonts/fzkai/FZKTFW--GB1-0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Bold.eot');
    src: url('../fonts/gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-Bold.woff') format('woff'),
        url('../fonts/gotham/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'FZKai-Z03S', 'Gotham';
    scroll-behavior: smooth;
}

.client-logo-about {
    max-width: 150px !important;
    object-fit: contain !important;
    overflow-x: scroll !important;

    
}

.client-logo {
    width: 120px !important;
    object-fit: cover !important;
}

.custom-dropdown {
    position: relative;
}

.custom-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: auto;
    width: max-content;
    padding: 0.25rem 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.25rem;
}

/* Adjust dropdown position for mobile */
@media (max-width: 1199px) {
    .custom-dropdown-menu {
        right: auto;
        left: 0;
    }
}

.custom-dropdown-menu.show {
    display: block;
}

.custom-dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.custom-dropdown-item:hover, .custom-dropdown-item:focus {
    color: #1e2125;
    background-color: #f8f9fa;
    text-decoration: none;
}


a {
    text-decoration: none;
}

.text-privacy {
    color: #4e4eff !important;
}

.logo-cassia {
    max-width: 200px;
    object-fit: contain;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary) !important;
}

.container-bar {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #444444;
    opacity: 0.9;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 5px;
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

.gap-xl-6 {
    gap: 7rem !important;
}

/* ################################## Section 1 Concept ################################## */

.banner-yellow-section {
    height: 250px;
}

.bg-yellow {
    background-color: #f5d130 !important;
}

.bg-yellow2 {
    background-color: #f5d12f !important;
}

.container-banner {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
}

.text-banner {
    font-size: 40px;
    font-weight: bold;
    color: var(--white);
}

.text-register2 {
    font-size: 40px;
    font-weight: normal;
    color: var(--white);
}

.btn-register {
    background-color: var(--black);
    border: none;
    margin-left: 50px;
    padding: 16px 100px;
    border-radius: 0px;
    color: var(--white);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
}

.btn-register:hover {
    background-color: var(--white) !important;
    color: var(--black) !important;
}

/* ################################## Banner ################################## */

.section-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-content-yellow {
    height: 150px;
}

/* #location {
    height: 700px;
} */

.text-detail-map {
    height: 100% !important;
}

.img-siam {
    height: 60px;
    object-fit: contain;
    max-width: 80px !important;
}

.img-phone {
    height: 50px;
    object-fit: contain;
}

.text-1306 {
    font-size: 80px;
    font-weight: bold;
    color: var(--white);
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
}

.divider {
    width: 3px; /* ความหนาของเส้น */
    height: 70px; /* ความสูงของเส้น */
    background-color: white; /* สีของเส้น */
    margin: 0 10px; /* ระยะห่างจากเนื้อหาด้านข้าง */
}

/* ################################## Form Register ################################## */

.register-form-section {
    background-color: var(--white);
}

.text-title {
    font-size: 32px;
    font-weight: bold;
    color: var(--black);
}

.country-flag {
    width: 20px;
    height: 15px;
    object-fit: cover;
    margin-right: 5px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: var(--primary);
}

.input-group .btn-outline-secondary {
    border: none;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0;
}

.input-group .btn-outline-secondary:focus {
    box-shadow: none;
}

.input-group-text {
    background-color: transparent !important;
}

.lh-smm h2 {
    letter-spacing: 3px;
}

.text-policy {
    font-size: 16px;
    color: var(--black);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.container.position-relative {
    z-index: 2;
}


.txt-warning {
    bottom: 0;
    right: 8rem;
}

.txt-warning2 {
    bottom: 0;
    left: 5rem;
}

.txt-warning3 {
    bottom: 0;
    right: 15%;
}

/* ################################## Cassia Residences ################################## */

.bg-section-residences {
    background: url('../img/bg-1.jpg') no-repeat center center;
    background-size: cover;
    height: 1000px;
    overflow: hidden;
}

.whitespace-nowrap {
    word-wrap: nowrap;
}

.text-residences {
}

.text-residences-brand {
    font-size: 32px;
    font-weight: bold;
    color: var(--black);
    max-width: 35rem;
    letter-spacing: 3px;
}

.text-with {
    font-size: 16px;
    font-weight: bold;
    color: var(--black);
    margin-right: 10px;
}

.btn-download {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
}

.text-profession {
    font-size: 24px;
    font-weight: bold;
    color: var(--black);
    letter-spacing: 2.5px;
}

.custom-title {
    font-size: 16px;
    font-weight: normal;
}

.custom-title::before {
    content: "•";
    color: black;
    font-size: 1.2em;
}

.card-body {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
}

.card-img-top {
    aspect-ratio: 5/3;
    object-fit: cover;
}

.text-condition {
    font-size: 12px;
    color: var(--black);
    line-height: 2;
    max-width: 550px;
}


/* ################################## Privilege ################################## */

.card-body-privilege {
    position: absolute;
}

.card-content-privilege {
    margin-right: -100px;
    position: relative;
    z-index: 2;
}


/* ################################## Gallery ################################## */

.custom-nav-btn {
    background-color: #edeceb;
    color: black;
    font-weight: normal;
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px;
    border: none;
}

.custom-nav-btn:hover {
    background-color: #fdd835 !important;
    color: black !important;
}

.tab-tem-1 {
    border-radius: 5px 0px 0px 5px !important;
}

.tab-tem-2 {
    border-radius: 0px 0px 0px 0px !important;
}

.tab-tem-3 {
    border-radius: 0px 5px 5px 0px !important;
}


.custom-nav-btn-2 {
    background-color: #edeceb;
    color: black;
    font-weight: normal;
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px;
    border: none;
}

.custom-nav-btn-2:hover {
    background-color: #fdd835 !important;
    color: black !important;
}

.tab-item-1 {
    border-radius: 5px 0px 0px 5px !important;
}

.tab-item-2 {
    border-radius: 0px 0px 0px 0px !important;
}

.tab-item-3 {
    border-radius: 0px 5px 5px 0px !important;
}

.custom-nav-btn-3 {
    color: black;
    font-weight: normal;
    width: 100%;
    font-size: 15px;
    border: none;
}

.custom-nav-btn-3:hover {
    color: black !important;
}

.prime-item-1 {
    border-right: 1px solid black !important;
    border-radius: 0px !important;
}


.prime-item-2 {
    border-right: 1px solid black !important;
    border-radius: 0px !important;
}

.prime-item-3 {
    border-right: 1px solid black !important;
    border-radius: 0px !important;
}

.prime-item-4 {
    border-right: 1px solid black !important;
    border-radius: 0px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fdd835 !important;
    color: black !important;
}

.custom-carousel-control {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.custom-carousel-control span {
    width: 30px;
    height: 30px;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    opacity: 0.7;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid var(--white);
    opacity: 0.7;
}

.carousel-indicators .active {
    background-color: var(--white);
}

.tab-gallery {
    max-width: 1200px;
    margin: 0 auto;
}

.tab-gallery-2 {
    max-width: 1200px;
    margin: 0 auto;
}

.tab-prime-location {
    max-width: 1000px;
    margin: 0 auto;
}

.nav-pills .nav-link.custom-nav-btn-3.active {
    background-color: transparent !important;
    color: black !important;
    font-weight: bold !important;
}

.carousel-control-prev {
    width: 50px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0px 50px 50px 00px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    width: 50px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50px 0px 0px 50px;
    top: 50%;
    transform: translateY(-50%);
}

.img-gallery {
    max-height: 800px;
    object-fit: cover;
}

.video-container:hover .play-button {
    opacity: 0.7 !important;
}

.play-button {
    opacity: 0;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    transition: opacity 0.3s;
    background-color: #000;
    border: none;
}


/* ################################## Siamese ################################## */

.card-header-icon {
    background-color: #fdd835;
    border-radius: 10px 0px 0px 10px;
}

.bg-img-body-siamses {
    background: url('../img/bg-gray.jpg') no-repeat center center;
    background-size: cover;
    background-color: #000;
    border-radius: 0px 10px 10px 0px;
}

.text-asset-life {
    font-size: 20px;
    font-weight: 100;
    color: var(--black);
    margin-top: -15px;
}

.class-group {
    width: 1000px;
}


/* ################################## Map ################################## */

.map-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
}

.text-ab {
    top: 0;
    left: 0;
}

.search-ab {
    bottom: 0;
    right: 0;
}

.search-ab img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.bg-custom-opa {
    
}

/* ################################## Prime Locaion ################################## */

.text-place {
    font-size: 16px;
    font-weight: 100;
    color: var(--white);
    text-transform: uppercase;
}


/* ################################## Footer ################################## */

.text-copyright {
    font-size: 12px;
}

.text-contact-us {
    font-size: 22px;
    font-weight: bold;
    color: var(--primary) !important;
}


.development-section {
    transform: translateY(-80px);
}

.text-contact-section {
    font-size: 16px;
    font-weight: 100;
    color: var(--white);
}
/* ################################## Phone flag ################################## */
.iti__selected-flag {
    top: 6px;
    height: 33px !important;
    border-radius: 4px;
    transition: .3s;
    margin-top: -4px;
}
input#phone {
    padding-left: 47px !important;
  	top: 0px;
}  

.intl-tel-input .flag-dropdown .selected-flag {
  padding: 11px 16px 11px 6px;
}
.intl-tel-input {
  z-index: 99;
  width: 100%;
}
.iti-flag {
  box-shadow: none;
}
.intl-tel-input .selected-flag:focus {
  outline: none;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}  
.iti--allow-dropdown{
    width: calc(100% - 84px);
}
.iti--allow-dropdown input{
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
.iti__country-list {
    border-radius: 4px !important;
    z-index: 999 !important;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 8%) !important;
    border: 1px solid #ececec !important;
  	width: 270px !important;
}
/* ################################## Responsive ################################## */
@media screen and (max-width:767px){

}@media screen and (min-width:320px) and (max-width:374px){
    .bg-section-residences {
        height: auto;
    }
}
@media screen and (min-width:375px) and (max-width:413px){

}
@media screen and (min-width:414px) and (max-width:424px){

}
@media screen and (min-width:425px) and (max-width:767px){

}
@media screen and (min-width:768px) and (max-width:1023px){

}
@media screen and (min-width:1024px) and (max-width:1279px){

}
@media screen and (min-width:1280px) and (max-width:1359px){
    .gap-xl-th {
        gap: 1rem !important;
    }
}
@media screen and (min-width:1360px) and (max-width:1439px){

}
@media screen and (min-width:1440px) and (max-width:1599px){

}
@media screen and (min-width:1600px) and (max-width:1919px){

}
@media screen and (min-width:1920px) and (max-width:2559px){

}
@media screen and (min-width:2560px) {

}