
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Prompt', sans-serif;
  /* font-family: 'Montserrat', sans-serif; */
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.5rem;
}

.border-bottom-black {
  border-bottom: 1px solid #000;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-dark-blue {
  color: #0a1579;
}

.text-size-very-small {
  font-size: 12px;
}

.font-regular {
    font-weight: 400;
}


.btn {
  padding: 5px 40px;
  font-weight: 600;
}

.btn-red {
  color: #fff;
  background-color: #c11d2c;
  border-color: #c11d2c;
  border-radius: 50px;
}

.btn-red:hover {
  color: #fff;
  background-color: #861c25;
  border-color: #861c25;
}

.btn-read-more {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    padding: 2px 20px;
    margin-top: 15px;
    transition: 0.45s;
    display: inline-block;
}
.btn-read-more:hover {
    box-shadow: inset 0 -3.25em 0 0 transparent;
    border: 2px solid #000;
    color: #000;
}

.btn-submit {
    border: 2px solid #b7b19b;
    background: #b7b19b;
    color: #171e1a;
    padding: 5px 40px;
    transition: 0.35s;
}

.btn-submit:hover {
    box-shadow: inset 0 -3.25em 0 0 #6a203b;
    color: #fff;
}
.btn-form-dark {
    border: 2px solid #000;
    background: #000;
    color: #fff;
    padding: 5px 40px;
    transition: 0.4s;
    font-size: 20px;
}
.btn-form-dark:hover {
    box-shadow: inset 0 -3.25em 0 0 #fff;
    color: #000;
}
.btn-form-dark:hover svg path {
    fill: #000;
}
.btn-download {
    border: 2px solid #b7b19b;
    background: #b7b19b;
    padding: 15px;
    transition: 0.4s;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #171e1a;
    display: inline-block;
}
.btn-download svg {
    margin-left: 20px;
}
.btn-download:hover {
    box-shadow: inset 0 -3.25em 0 0 #000;
    color: #fff;
}

.bg-gold-main {
    background-color: #f7f7f7;
}
.bg-thirra {
    background-color: #171e1a;
}
.bg-thirra-light {
    background-color: #f6f4ef;
}
.bg-serio {
    background-color: #e37f5c;
}
.bg-serio-minor {
    background-color: #3e4349;
}
.bg-thrive {
    background-color: #5d3429;
}
.bg-thrive-minor {
    background-color: #efcea8;
}
.bg-black {
    background-color: #000;
}

.image {
    display: block;
    width: 100%;
    height: 100%;
}
.img-two-block {
    object-fit: cover;
}

.pt-100 {
    padding-top: 100px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-50 {
    padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
}
#preloader .logo {
    position: fixed;
    top: calc(50% - 25px);
    left: calc(50% - 30px);
    width: 50px;
    height: 50px;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  border: 6px solid #f7f7f7;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #f7f7f7;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #f7f7f7;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
  margin: auto;
  color: #fff;
  padding-left: 10px;
}

.media-body a {
  color: #fff;
}

.icon-svg {
  width: 15px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #f7f7f7;

}
#header.header-scrolled .logo img{
  max-height: 90px;
 filter: brightness(0);
}

#header.header-scrolled .menuToggle span{
    background: #000;
}

#header.header-scrolled .menu h4{
    color: #000 !important;
}

#header .social-icon{
    fill: #fff;
}

#header.header-scrolled .social-icon{
    fill: #000;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #000;
}

#header .logo img {
  max-height: 100px;
  transition: 0.5s;
}

#header .social {
  margin-right: 55px;
}
#header .social-icon {
  width: 25px;
  margin-right: 1rem;
}

/* #header .menu {
  width: 200px;
} */

#header .menu h4{
  margin-left: 5rem;
  font-size: 18px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1;
  letter-spacing: 1px;
}
/* #header.header-scrolled .logo img {
    max-height: 100px;
} */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/

.menuToggle {
  display: block;
  top: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
.menuToggle a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
.menuToggle a:hover {
    font-weight: 700;
}
.menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 3;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
.menuToggle span {
  position: relative;
  display: block;
  width: 35px;
  height: 3.5px;
  margin: 7px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 2;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.menuToggle span:first-child {
  transform-origin: 0% 0%;
}
.menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

.menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, 0);
  background: #000;
}
.menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
.menuToggle input:checked ~ .menuItem {
  transform: none;
}

.menuItem {
  position: absolute;
  width: 455px;
  height: 120vh;
  padding: 75px;
  padding-top: 125px;
  background: #f7f7f7;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 1;
}
.menuItem li {
  padding: 10px 0;
}
.menuItem .active {
  font-weight: 700;
}
.menuItem .active:hover {
  color: #fff;
}
.menuItem .close{
    position: absolute;
    left: 30%;
    top: 65px;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
}
.menuItem .submenu {
    position: absolute;
    left: 95px;
}
.menuItem .submenu li {
    padding: 5px 0;
}
.menu--left .menuToggle {
  left: 0;
}
.menu--left .menuToggle input {
  left: 75px;
}
.menu--left .menuToggle span {
  left: 60px;
}
.menu--left .menuItem {
  margin: -100px 0 0 -15px;
  transform: translate(-100%, 0);
}
.changeLang  {
    position: absolute;
    bottom: 20%;
}
.changeLang .text {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}

@keyframes text-slide-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
# Title home
--------------------------------------------------------------*/
.title-main .box-line {
    width: 190px;
    height: 18px;
    background-color: #d1ccbe;
}
.title-main .text-title {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 400;
}
.title-main .first {
    color: #000;
    margin-left: 20px;
}
.title-main .sub {
    margin-bottom: 0;
    width: 50%;
    max-width: 540px;
}

/*--------------------------------------------------------------
# Banner home Section
--------------------------------------------------------------*/
.introSwiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    min-height: 600px;
}
.introSwiper video {
    width: 100%;
    object-fit: cover;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.mute-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 8px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.video-container:hover .mute-button {
    opacity: 1;
}
.introSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}
.banner-logo {
    width: 50%;
    margin: auto;
}
.slide-content {
    color: #fff;
    width: 40%;
    z-index: 1;
}

.slide-content-vdo {
    color: #fff;
    width: 40%;
    z-index: 1;
}
.introSwiper .swiper-button-prev,
.introSwiper .swiper-button-next {
    color: #fff;
    width: calc(var(--swiper-navigation-size)/ 44 * 50);
}
.introSwiper .swiper-button-prev {
    left: 70px;
}
.introSwiper .swiper-button-next {
    right: 70px;
}
.introSwiper .swiper-pagination {
    bottom: 40px !important;
    width: auto;
    left: 50%;
    transform: translate(-50%);
}
.swiper-pagination-bullet {
    --swiper-pagination-bullet-inactive-opacity: .5;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background-color: #fff;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
}

.shadow-slide::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    color: #fff;
    background: transparent;
    
}

.banner-home:hover .shadow-slide::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    -moz-transition: background 2s ease-in;
    -webkit-transition: background 2s ease-in;
    -o-transition: background 2s ease-in;
    transition: background 2s ease-in;
}

.banner-home .slide-content {
    display: none;
}

.banner-home:hover .slide-content{
    display: block;
}

.banner-pc {
    display: block !important;
}

.banner-mb {
    display: none !important;
}

@media (max-width: 600px){
    .banner-pc {
        display: none !important;
    }
    
    .banner-mb {
        display: block !important;
    }
    .banner-home {
        height: 600px;
    }
    .introSwiper video {
        height: 600px;
    }
    .introSwiper .swiper-slide {
        height: 600px;
    }
}
@media (max-width: 540px){
    .banner-home {
        height: 540px;
    }
    .introSwiper video {
        height: 540px;
    }
    .introSwiper .swiper-slide {
        height: 540px;
    }
}
@media (max-width: 480px){
    .banner-home {
        height: 480px;
    }
    .introSwiper video {
        height: 480px;
    }
    .introSwiper .swiper-slide {
        height: 480px;
    }
}
@media (max-width: 448px){
    .banner-home {
        height: 448px;
    }
    .introSwiper video {
        height: 448px;
    }
    .introSwiper .swiper-slide {
        height: 448px;
    }
}
@media (max-width: 432px){
    .banner-home {
        height: 432px;
    }
    .introSwiper video {
        height: 432px;
    }
    .introSwiper .swiper-slide {
        height: 432px;
    }
}

@media (max-width: 430px){
    .banner-home {
        height: 430px;
    }
    .introSwiper video {
        height: 430px;
    }
    .introSwiper .swiper-slide {
        height: 430px;
    }
}

@media (max-width: 428px){
    .banner-home {
        height: 428px;
    }
    .introSwiper video {
        height: 428px;
    }
    .introSwiper .swiper-slide {
        height: 428px;
    }
}

@media (max-width: 414px){
    .banner-home {
        height: 414px;
    }
    .introSwiper video {
        height: 414px;
    }
    .introSwiper .swiper-slide {
        height: 414px;
    }
}

@media (max-width: 412px){
    .banner-home {
        height: 412px;
    }
    .introSwiper video {
        height: 412px;
    }
    .introSwiper .swiper-slide {
        height: 412px;
    }
}

@media (max-width: 400px){
    .banner-home {
        height: 400px;
    }
    .introSwiper video {
        height: 400px;
    }
    .introSwiper .swiper-slide {
        height: 400px;
    }
}

@media (max-width: 383px){
    .banner-home {
        height: 383px;
    }
    .introSwiper video {
        height: 383px;
    }
    .introSwiper .swiper-slide {
        height: 383px;
    }
}

@media (max-width: 385px){
    .banner-home {
        height: 385px;
    }
    .introSwiper video {
        height: 385px;
    }
    .introSwiper .swiper-slide {
        height: 385px;
    }
}

@media (max-width: 375px){
    .banner-home {
        height: 375px;
    }
    .introSwiper video {
        height: 375px;
    }
    .introSwiper .swiper-slide {
        height: 375px;
    }
}

@media (max-width: 360px){
    .banner-home {
        height: 360px;
    }
    .introSwiper video {
        height: 360px;
    }
    .introSwiper .swiper-slide {
        height: 360px;
    }
}

@media (max-width: 320px){
    .banner-home {
        height: 320px;
    }
    .introSwiper video {
        height: 320px;
    }
    .introSwiper .swiper-slide {
        height: 320px;
    }
}
/*--------------------------------------------------------------
# Living Section
--------------------------------------------------------------*/
.living {
    background-color: #f7f7f7;
}
.living .title {
    text-align: center;
}
.living .title h1 {
    text-transform: uppercase;
    font-size: 40px;
}
.living .title .second {
    color: #000;
    margin-left: 15px;
}
.living .title h2{
    color: #000;
    font-style: italic;
    font-size: 26px;
}
.livingSwiper .swiper-wrapper {
    margin: 4rem 0 4rem 0;
}
.livingSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.livingSwiper .card {
    border: 0;
    border-radius: 0;
    --bs-card-spacer-y: 1.4rem;
    --bs-card-spacer-x: 1.4rem;
    --bs-card-inner-border-radius: 0;
    --bs-card-title-spacer-y: 0.4rem;
}
.livingSwiper .card-text {
    margin-bottom: var(--bs-card-title-spacer-y);
    font-size: 18px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}
.livingSwiper .card-img-top {
    height: 250px;
}
.btn-living {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    padding: 5px 20px;
    margin-top: 5px;
    font-size: 16px;
    transition: 0.5s;
}

.btn-living.more-article svg{
    width: 20px;
}
.btn-living:hover {
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
}

.btn-living.more-article svg path{
    fill: #fff;
}

.btn-living.more-article:hover svg path{
    fill: #000;
}
.tag {
    position: absolute;
    background-color: #f5efd8;
    padding: 3px 20px;
    top: 5%;
    font-size: 16px;
    font-weight: 500;
}
/*--------------------------------------------------------------
# Our Phisolophy Section
--------------------------------------------------------------*/
.philosophy {
    padding-top: 60px;
    padding-bottom: 60px;
}

.philosophy .detail {
    padding-right: 90px;
    padding-left: 100px;
}

.philosophy h2 {
    font-weight: 400;
    font-size: 2rem;
}
.philosophySwiper {
    padding-left: 3.5%;
    padding-right: 3.5%;
}
.philosophySwiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.philosophySwiper .swiper-button-next,
.philosophySwiper .swiper-button-prev {
    background-color: #000;
    height: auto;
    top: 4%;
    bottom: 0;
    width: 70px;
}
.philosophySwiper .swiper-button-next {
    right: 0;
}
.philosophySwiper .swiper-button-prev {
    left: 0;
}
.philosophySwiper img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*--------------------------------------------------------------
# Our Projects Section
--------------------------------------------------------------*/
.project {
    padding-top: 60px;
}
.card-project {
    position: relative;
}
.project-wrapper {
    overflow: hidden;
}

.project-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.project-wrapper:hover::before {
    opacity: 1;
}

.project-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
}
.project-wrapper .short-text {
    width: 90%;
    text-align: center;
}
.logo-overlay {
    width: 40% !important;
    height: 40% !important;
    margin-bottom: -15px;
}
.project-wrapper .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 40%;
    max-height: 40%;
    z-index: 1;
}
.project-wrapper .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(0,0,0,0.4962359943977591) 0%, rgba(0,0,0,0.5018382352941176) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
}
.project-wrapper:hover .overlay {
    opacity: 1;
}
.project-wrapper:hover .logo {
    display: none;
}

.project .head {
    color: #f7f7f7;
}
.filter-project,
.filter-promotion {
    width: auto;
    color: #000;
    border: 2px solid #000;
    border-radius: 0;
    padding: 0.375rem 4rem 0.375rem 1rem;
    font-size: 1.2rem;
    font-weight: 500;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-size: 18px 20px;
}
.filter-project:focus,
.filter-promotion:focus {
    border-color: #000;
    box-shadow: 0 0 0 0.25rem #fff;
}
.btn-clear {
    border: 2px solid #000;
    background-color: #f7f7f7;
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 0;
    padding: 9px 25px;
    transition: 0.6s;
}
.btn-clear:hover {
    background-color: #000;
    color: #fff;
}
.all-project .head {
    color: #000;
}
.all-project .sub-head {
    font-size: 1.1rem;
    font-weight: 400;
}
.all-project .card {
    border: 0;
    --bs-card-border-radius: 0;
    --bs-card-bg: #f7f7f7;
    --bs-card-spacer-y: 1.5rem;
    --bs-card-spacer-x: 1.5rem;
    --bs-card-inner-border-radius: 0;
}
.all-project .tag {
    background-color: #000;
    color: #fff;
    top: 0;
    font-size: 14px;
    padding: 7px 20px;
}
.all-project .card-img-top {
    height: auto;
}
.all-project .card-title {
    font-weight: 700;
}
.all-project .card-text {
    font-weight: 500;
    font-size: 18px;
}
.all-project .text-price {
    font-size: 18px;
    margin-bottom: 0;
}
.all-project .price {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: .5rem;
}
.all-project .btn-read-more {
    display: inline-block;
    background-color: #000;
    border-color: #000;
    padding: 5px 20px;
    margin-top: 0;
    color: #fff;
}
.all-project .btn-read-more:hover {
    border-color: #000;
    box-shadow: #f7f7f7 0px -3.25em 0px 0px inset;
    color: #000;
}

/*--------------------------------------------------------------
# Thirra
--------------------------------------------------------------*/
.thirra-concept {
    color: #b7b19b;
}
.thirra-concept .content-top img {
    min-height: 200px;
}
.thirra-concept .content-top {
    position: relative;
}
.thirra-concept .text-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-transform: uppercase;
    font-weight: 500
}
.thirra-concept .text-top h2 {
    font-weight: 300;
    letter-spacing: 3px;
}
.thirra-concept .text-top h6 {
    font-weight: 500;
    letter-spacing: 3px;
}
.thirra-concept .content-bottom {
    flex: 1;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    background: #f6f4ef;
    color: #000;
}
.title-underline {
    width: 20%;
    height: 1px;
    background-color: #c0a56d;
    margin: auto;
    margin-top: 5%;
}
.underline-banner.thirra {
    background-color: #b7b19b;
}
.underline-banner.black {
    background-color: #000;
    height: 40px;
}

.thirra-form {
    color: #fff;
    /* background-image: url('/frontend/img/thirra/Pattern.png'); */
    background-size: 1640px 875px;
}
.thirra-form .title {
    font-size: 1.8rem;
    color: #b8a480;
    margin-bottom: 30px;
    font-weight: 400;
}
.thirra-form .card-text,
.serio-form .card-text,
.thrive-form .card-text {
    font-size: 18px;
}
.thirra-form .card-link,
.serio-form .card-link,
.thrive-form .card-link {
    transition: 0.3s;
}
.thirra-form .card-link:hover
.serio-form .card-link:hover,
.thrive-form .card-link:hover {
    color: #b8a480;
}
.thirra-info {
    flex: 1;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.thirra-info .title h1 {
    color: #b7b19b;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.thirra-info .title-underline {
    margin-top: 3%;
    background-color: #b7b19b;
}
.thirra-info .inline-text {
    display: flex;
    justify-content: space-between;
    align-items: end;
    color: #fff;
    padding: 15px 0;
    font-size: 20px;
    letter-spacing: 1px;
}
.thirra-info .text-underline {
    width: 100%;
    height: 1px;
    background-color: #ffffffa1;
    margin: auto;
}
.thirra-info strong {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
}
/* project-form */
.project-form .form-control,
.project-form .form-select {
    border-radius: 4px;
    font-size: 15px;
    padding: .5rem 1rem;
}
.project-form .form-control,
.project-form .form-control::placeholder,
.project-form .form-select {
    color: #8f8f8f !important;
}
.project-form .form-check-input {
    width: 1.4em;
    height: 1.4em;
}
.project-form .form-check-label {
    margin-left: 20px;
}
.project-form .form-check-label a {
    color: #fff;
}
.project-form .form-check-label a:hover {
    color: #b8a480;
}
.project-form .form-check-input[type=checkbox] {
    border-radius: 0;
}

.unit-plan {
    position: relative;
}
.unit-plan .content-top {
    position: relative;
}
.unit-plan .content-top img{
    height: 400px;
}
.button-plan-list {
    position: absolute;
    top: 31%;
    left: 0;
    text-transform: uppercase;
    list-style: none;
    margin-bottom: 0;
}
.btn-plan {
    border: 1px solid #b7b19b;
    background-color: #b7b19b;
    color: #171e1a;
    padding: 5px 20px 5px 0;
    transition: 0.4s;
    width: 160px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
.btn-plan.active {
    border: 1px solid #171e1a;
    background-color: #171e1a;
    color: #fff;
    font-weight: 400;
}
.unit-plan .content-top .text{
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.unit-plan .content-top .text .first {
    color: #171e1a;
    font-size: 4rem;
    font-weight: 400;
}
.unit-plan .content-top .text .second {
    color: #171e1a;
    font-size: 3rem;
    font-weight: 400;
}
.unit-plan .title-underline {
    width: 290px;
    margin: 5% 0 0 0;
}
.unit-plan .content-bottom {
    height: 450px;
    /* background-image: url('/frontend/img/thirra/Pattern.png'); */
    background-size: 1750px;
    color: #171e1a;
    background-position: bottom -830px right 0;
    background-repeat: repeat-x;
    position: relative;
}
.unit-plan .content-bottom .text {
    position: absolute;
    top: 10%;
    right: 0;
    display: flex;
    min-height: 40%;
    font-size: 20px;
}
.unit-plan .content-bottom .plan-info {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.unit-plan .content-bottom .plan-info:nth-child(2n) {
    flex-grow: 1;
}
.unit-plan .content-bottom .text img {
    max-width: 45px;
    height: auto;
    margin-right: 10px;
}
.floorSwiper {
    position: absolute;
    top: 9%;
    left: 20%;
    width: 340px;
    height: auto;
}
/* .floorSwiper img {
    width: 100%;
    height: auto;
} */
.floorSwiper .swiper-pagination {
    bottom: -5px;
}

/* Map */
.map .nav {
    --bs-nav-link-padding-x: 0.2rem;
    --bs-nav-link-padding-y: 0.4rem;
    --bs-nav-link-color: #fff;
    --bs-nav-link-hover-color: #b8a480;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 600;
}
.map .nav-pills {
    --bs-nav-pills-border-radius: 0;
    --bs-nav-pills-link-active-color: #b8a480;
    --bs-nav-pills-link-active-bg: 0;
}
.map .nav-pills .nav-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 30px;
    font-weight: 400;
}
.map .nav-pills .nav-link.active,
.map .nav-pills .show>.nav-link {
    border-bottom: 5px solid;
    border-radius: 1px;
}
.map-img {
    width: 80%;
    margin: auto;
}
.mapouter {
    position: relative;
    height: 600px;
    width: 100%;
}
.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: 100%;
}
.mapouter iframe {
    height: 100%;
    width: 100%;
}

.gallery .title {
    text-transform: uppercase;
    text-align: center;
    color: #171e1a;
    letter-spacing: 3px;
}
.gallery .slider {
    margin: 0 75px
}
.gallerySwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px;
}
/* .gallerySwiper .swiper-wrapper {
    flex-direction: row;
} */
.gallerySwiper .swiper-slide {
    margin-top: auto;
}
.gallerySwiper .swiper-button-prev {
    left: 0;
    padding-right: 20px;
}
.gallerySwiper .swiper-button-next {
    right: 0;
    padding-left: 20px;
}
.gallerySwiper .swiper-button-prev,
.gallerySwiper .swiper-button-next {
    background-color: #f6f4ef;
    height: 100%;
    top: 0;
    margin-top: 0;
    width: 50px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    pointer-events: none;
}

.project-contact {
    padding: 70px 0;
}
.project-contact h2 {
    font-size: 1.9rem;
    font-weight: 400;
}
.project-contact p {
    font-weight: 500;
    font-size: 18px;
}
.project-contact p:last-child {
    margin-bottom: 0;
}
.project-contact a {
    color: inherit;
}

/* Related project */
.related-project.thirra .title-main .box-line {
    background-color: #171e1a;
}
.related-project.thirra .title-main .first,
.related-project.thirra .title-main .second {
    color: #171e1a;
}
.related-project.thirra .card {
    --bs-card-color: #171e1a;
    --bs-card-bg: #f6f4ef;
}
.related-project.thirra .btn-read-more {
    background-color: #171e1a;
    border-color: #171e1a;
}
.related-project.thirra .btn-read-more:hover {
    box-shadow: inset 0 -3.25em 0 0 #fffaef;
    color: #171e1a;
}

/*--------------------------------------------------------------
# Serio
--------------------------------------------------------------*/
.serio-concept {
    flex: 1;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.serio-concept .serio-logo {
    width: 40%;
    margin: 0 auto;
}
.serio-concept h2 {
    font-weight: 500;
}
.serio-concept p {
    margin-bottom: 0;
    font-size: 18px;
}
.serio-concept .text-underline {
    width: 260px;
    height: 2px;
    background-color: currentColor;
    margin: auto;
    margin-top: 20px;
}
.serio-concept .price {
    font-size: 1.7rem;
}

.serio-form {
    color: #fff;
}
.serio-form .title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-weight: 400;
}
.serio-form .btn-submit {
    border: 2px solid #e37f5c;
    background: #e37f5c;
}
.serio-form .btn-submit:hover {
    box-shadow: inset 0 -3.25em 0 0 #3e4349;
    color: #fff;
}
.serio-info {
    position: relative;
}
.serio-info img {
    min-height: 500px;
    object-fit: cover;
}
.serio-info .shadow-img::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.serio-info .text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    width: 65%;
}
.serio-summary {
    color: #fff;
    flex: 1;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.serio-summary .title h1 {
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.serio-summary .title-underline {
    width: 210px;
    background-color: #fff;
    margin-top: 5%;
}
.serio-summary .text-content {
    font-size: 1.4rem;
}
.summarySwiper {
    background-color: #3e4349;
}
.summarySwiper .swiper-pagination {
    bottom: 5%;
}
.btn-download.serio {
    color: #e37f5c;
    background-color: #fff;
    border: 2px solid #fff;
}
.btn-download.serio:hover {
    box-shadow: inset 0 -3.25em 0 0 #000;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}
.map.serio .nav-pills {
    --bs-nav-pills-link-active-color: #e37f5c;
}
.map.serio .nav {
    --bs-nav-link-hover-color: #e37f5c;
}
.map.serio .map-img {
    width: 100%;
}
.gallery.serio .title,
.gallery.thrive .title {
    color: #fff;
}
.gallery.serio .gallerySwiper .swiper-button-prev,
.gallery.serio .gallerySwiper .swiper-button-next {
    background-color: #e37f5c;
}
.related-project.serio .title-main .box-line {
    background-color: #e37f5c;
}
.related-project.serio .title-main .first,
.related-project.serio .title-main .second {
    color: #e37f5c;
}
.related-project.serio .card {
    --bs-card-color: #fff;
    --bs-card-bg: #3e4349;
}
.related-project.serio .btn-read-more {
    background-color: #e37f5c;
    border-color: #e37f5c;
}
.related-project.serio .btn-read-more:hover {
    box-shadow: inset 0 -3.25em 0 0 #3e4349;
    color: #fff;
}
.unit-plan.serio,
.unit-plan.thrive {
    padding: 80px 0;
    min-height: 500px;
}
.unit-plan.serio .floorSwiper {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 375px;
    padding-bottom: 40px;
}
.unit-plan.serio .button-plan-list,
.unit-plan.thrive .button-plan-list {
    top: 0;
}
.unit-plan.serio .btn-plan {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 7px 5px;
    width: 185px;
}
.unit-plan.serio .btn-plan.active {
    border: 1px solid #e37f5c;
    background-color: #e37f5c;
    color: #fff;
}
.unit-plan.serio .content {
    text-transform: uppercase;
    color: #fff;
}
.unit-plan.serio .content h1{
    font-size: 3.2rem;
    letter-spacing: 3px;
    font-weight: 500;
}
.unit-plan.serio .title-underline {
    width: 235px;
    background-color: #fff;
    /* margin: 5% 0 0 0; */
}
.unit-plan.serio .content .text {
    font-size: 20px;
}
/*--------------------------------------------------------------
# Thrive
--------------------------------------------------------------*/
.thrive-concept,
.thrive-info {
    flex: 1;
    padding: 50px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.thrive-concept h1 {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 0;
}
.thrive-concept h2,
.thrive-concept h6 {
    font-weight: 400;
}
.thrive-concept h6 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.thrive-concept p {
    margin-bottom: 0;
    /* font-size: 18px; */
}
.thrive-concept .text h6 {
    line-height: 1.5;
}
.thrive-concept .text-underline {
    width: 260px;
    height: 2px;
    background-color: currentColor;
    margin: auto;
    margin-top: 30px;
}

.thrive-concept ul li {
    position: relative;
    padding-left: 20px;
    line-height: 2;
}

.thrive-concept ul li::before, .thrive-concept ul li::marker {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url('/frontend/img/icon/check2-square.svg');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.thrive-form {
    background-image: url('/frontend/img/thrive/pattern.png');
    background-size: 1640px 875px;
    background-color: #ead0ab;
}
.thrive-form .title {
    font-size: 1.8rem;
    margin-bottom: 40px;
    font-weight: 400;
}
.thrive-form .form-label {
    font-weight: 700;
}
.thrive-form .form-check-label {
    font-weight: 500;;
}
.thrive-form .form-check-label a {
    color: #000;
}
.thrive-form .form-check-label a:hover {
    color: #fff;
}
.thrive-form .btn-submit {
    border: 2px solid #000;
    background: #000;
    color: #fff;
}
.thrive-form .btn-submit:hover {
    box-shadow: inset 0 -3.25em 0 0 #ead0ab;
    color: #000;
}

.thrive-info h1 {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.thrive-info p {
    font-size: 22px;
    color: #efcea8;
}
.thrive-info .text-underline {
    width: 260px;
    height: 2px;
    background-color: currentColor;
    margin: 50px auto;
}

.unit-plan.thrive .floorSwiper {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 50%;
    padding-bottom: 40px;
}
.unit-plan.thrive .floorSwiper.floorthyra {
    width: 45%;
}
.unit-plan.thrive .floorSwiper.floorthames {
    width: 60%;
}
.unit-plan.thrive .btn-plan {
    border: 1px solid #fff;
    color: #5d3429;
    padding: 7px 5px;
    width: 185px;
    background-color: #fff;
}
.unit-plan.thrive .btn-plan.active {
    border: 1px solid #efcea8;
    background-color: #efcea8;
}
.unit-plan.thrive .content {
    color: #fff;
}
.unit-plan.thrive .content h1 {
    font-size: 3.2rem;
    letter-spacing: 5px;
    font-weight: 500;
    text-transform: uppercase;
}
.unit-plan.thrive .title-underline {
    width: 235px;
    background-color: #efcea8;
}
.unit-plan.thrive .content .text p {
    font-size: 24px;
    margin-bottom: 0;
}
.unit-plan.thrive .plan-info {
    font-size: 20px;
    color: #efcea8;
    text-transform: capitalize;
}
.unit-plan.thrive .img-info-plan {
    max-width: 45px;
    height: auto;
    filter: brightness(0) invert(1);
    margin-right: 15px;
}
.underline-banner.thrive {
    background-color: #efcea8;
}
.thrive-life-quality {
    position: relative;
}
.thrive-life-quality img {
    min-height: 500px;
    object-fit: cover;
}
.thrive-life-quality .shadow-img::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.thrive-life-quality .text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 1rem;
    width: 90%;
}
.thrive-brochure {
    color: #efcea8;
    background-image: url('/frontend/img/thrive/pattern.png');
    background-size: 1640px 875px;
}
.btn-download.thrive {
    border: 2px solid #fff;
    color: #000;
    background-color: #fff;
    padding: 10px 15px;
}
.btn-download.thrive:hover {
    box-shadow: inset 0 -3.25em 0 0 #000;
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
}

.map.thrive .nav {
    --bs-nav-link-color: #5d3429;
    --bs-nav-link-hover-color: #fff;
}
.map.thrive .nav-pills {
    --bs-nav-pills-link-active-color: #5d3429;
}
.map.thrive .nav-pills .nav-link.active {
    font-weight: 400;
}
.map.thrive .nav-link:focus {
    color: #5d3429;
}

.map .house .nav-link.active, .map .house .show>.nav-link {
    color: #171e1a !important;
}

.map .house .nav-link {
    color: #b7b19b !important;
}

.gallery.thrive .gallerySwiper .swiper-button-prev,
.gallery.thrive .gallerySwiper .swiper-button-next {
    background-color: #5d3429;
}

.project-contact.thrive {
    color: #5d3429;
}

.related-project.thrive .title-main .box-line {
    background-color: #5d3429;
}
.related-project.thrive .title-main .first,
.related-project.thrive .title-main .second {
    color: #5d3429;
}
.related-project.thrive .card {
    --bs-card-color: #000;
    --bs-card-bg: #efcea8;
}
.related-project.thrive .btn-read-more {
    background-color: #000;
    border-color: #000;
}
.related-project.thrive .btn-read-more:hover {
    box-shadow: inset 0 -3.25em 0 0 #efcea8;
    color: #000;
}
/*--------------------------------------------------------------
# See more Section
--------------------------------------------------------------*/
.see-more {
    background-color: #f7f7f7;
    padding: 60px 0;
    text-align: center;
}
.see-more a {
    display: inline-flex;
    transition: 0.5s;
}
.see-more a:hover {
    transform: scale(1.1);
    transition: 0.5s;
}
.see-more .text {
    margin-bottom: 0;
    color: #000;
    text-transform: uppercase;
}
.see-more svg {
    margin-left: 2rem;
}
/*--------------------------------------------------------------
# Articles Section
--------------------------------------------------------------*/
.article {
    padding-top: 60px;
    background-color: #f7f7f7;
}

.article a:hover .card {
    color: #000;
}

.article a:hover .card .btn-living {
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
}
.card-article {
    position: relative;
    height: 100%;
}
.card-article img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shadow-img {
    height: 100%;
}
.shadow-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: center;
    color: #fff;
}
.shadow-img .text-block {
    position: absolute;
    bottom: 5%;
    left: 5%;
    color: #fff;
}
/*--------------------------------------------------------------
# Bottom home content
--------------------------------------------------------------*/
.about-us {
    position: relative;
}
.about-us img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 400px;
}
.about-us .shadow-img::before {
    display: flex;
    justify-content: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.about-us .text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    max-width: 505px;
    width: 90%;
}
.about-us .btn-read-more {
    background-color: #d1ccbe;
    border: 2px solid #d1ccbe;
    padding: 10px 40px;
    color: #fff;
}

.about-us .btn-read-more:hover {
    box-shadow: inset 0 -3.25em 0 0 #fff;
    border: 2px solid #000;
    color: #000;
}

.left-img-about {
    width: 100%;
}
/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner {
    position: relative;
}
.shadow-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 100%);
    display: flex;
    align-items: center;
    color: #fff;
}
.banner img {
    display: block;
    width: 100%;
    height: auto;
}
.underline-banner {
    background-color: #f7f7f7;
    width: 100%;
    height: 18px;
}
.banner .text-box {
    position: absolute;
    right: 0;
    bottom: 18%;
    width: 47%;
    background-color: #f7f7f7;
    padding: 50px;
}
.banner .text-box .text {
    width: 80%;
    color: #000;
}
.banner.video video {
    width: 100%;
    height: auto;
    display: block;
}
.banner .content-center {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}
.banner .content-center .text {
    color: #fff;
    width: 85%;
    max-width: 820px;
}
.banner .content-center .text p {
    font-size: 18px
}
.banner.contact .content-center .text .title {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.banner.contact .btn-read-more {
    padding: 5px 20px;
    font-size: 20px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: #b3aa7d;
}

#hero.home {
  padding-top: 105px;
  padding-bottom: 0;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 1024px) {
    .philosophy .detail {
        padding-left: 40px;
    }

    .introSwiper video {
        height: 100%;
    }

    .introSwiper {
        height: 600px;
    }
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }

    .philosophy h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }

  .philosophy .detail {
    margin-top: 3rem !important;
    padding-right: 40px;
  }

  .philosophy .detail h2, .philosophy .detail p {
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Keep in touch
--------------------------------------------------------------*/
.keep-in-touch {
    background-color: #f7f7f7;
    padding: 30px 0;
    color: #000;
}
.keep-in-touch h5 {
    letter-spacing: 1px;
}
.keep-in-touch p {
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
}
.keep-in-touch .form-control {
    background-color: transparent;
    color: #000;
    border-radius: 0;
    border: 2px solid #000;
    padding: 0.9rem 1.3rem;
}
.keep-in-touch .form-control::placeholder {
    color: #000;
}
.keep-in-touch .form-control:focus {
    box-shadow: none;
}
.keep-in-touch .btn-keep,
.keep-in-touch .btn-keep:active {
    background-color: #000;
    border-width: 2px;
    border-radius: 0;
    transition: 0.35s;
}
.keep-in-touch .btn-keep:hover {
    box-shadow:
    inset -4em 0 0 0 #f7f7f7,
    inset 4em 0 0 0 #f7f7f7;
}
.keep-in-touch .btn-keep:hover svg path {
    fill: #000;
}

/* thirra */
.keep-in-touch.thirra {
    background-color: #171e1a;
    color: #fff;
}

.keep-in-touch.thirra .btn-keep, .keep-in-touch.thirra .btn-keep:active {
    background-color: #fff;
}

.keep-in-touch.thirra .form-control {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border: 2px solid #fff;
    padding: 0.9rem 1.3rem;
}

.keep-in-touch.thirra .form-control::placeholder {
    color: #fff;
} 
.keep-in-touch.thirra svg path {
    fill: #171e1a;
}
.keep-in-touch.thirra .btn-keep:hover {
    box-shadow: inset -4em 0 0 0 #171e1a, inset 4em 0 0 0 #171e1a;
}

/* serio  */
.keep-in-touch.serio {
    background-color: #e37f5c;
}
.keep-in-touch.serio svg path {
    fill: #e37f5c;
}
.keep-in-touch.serio .btn-keep:hover {
    box-shadow: inset -4em 0 0 0 #e37f5c, inset 4em 0 0 0 #e37f5c;
}

/* thrive  */
.keep-in-touch.thrive {
    background-color: #5d3429;
}
.keep-in-touch.thrive svg path {
    fill: #5d3429;
}
.keep-in-touch.thrive .btn-keep:hover {
    box-shadow: inset -4em 0 0 0 #5d3429, inset 4em 0 0 0 #5d3429;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #000;
}

#footer .logo img {
  max-height: 150px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000;
  border-bottom: 1.5px solid #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  position: relative;
}

#footer .footer-top .footer-contact .logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Prompt", sans-serif;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  position: relative;
}

#footer .footer-top .footer-links.first ul{
    padding-left: 10px;
}

#footer .footer-top .footer-links.second ul{
    padding-right: 0;
}


#footer .footer-top .footer-links p {
  color: #fff;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0 0 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 300;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #f7f7f7;
}

#footer .footer-top .social-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  margin-right: 10px;
}

#footer .footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

#footer .copyright {
  text-align: center;
}

#footer .copyright a{
  color: #fff;
}

#footer .credits a {
  transition: 0.3s;
}

#footer .padding {
  padding: 0 0 0 70px;
}

#footer .border-right,
#footer .border-right-minor {
  border-right: 2px solid #fff;
}

#footer .border-left {
  border-left: 2px solid #fff;
}

#footer .social{
    display: inline-flex;
}
#footer .social a {
    margin-right: 1.5rem;
}
#footer .social a:last-child {
    margin-right: 0;
}
#footer .social-icon {
  width: 35px;
  /* margin-right: 1rem; */
}

#footer .btn-subscribe {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  width: 210px;
  padding: 10px 0;
}

.new-act .nav {
    --bs-nav-link-padding-x: 0.2rem;
    --bs-nav-link-padding-y: 0.4rem;
    --bs-nav-link-color: #000;
    --bs-nav-link-hover-color: #000;
    font-size: 1.3rem;
    font-weight: 400;
}
.new-act .nav-pills {
    --bs-nav-pills-border-radius: 0;
    --bs-nav-pills-link-active-color: #000;
    --bs-nav-pills-link-active-bg: 0;
}
.new-act .nav-pills .nav-link {
    text-transform: uppercase;
    padding: 0 20px;
    margin: 0 20px;
}
.new-act .nav-pills .nav-link.active,
.new-act .nav-pills .show>.nav-link {
    border-bottom: 5px solid;
    font-weight: 400;
}
.new-act .card,
.our-card .card {
    --bs-card-border-width: 0;
    --bs-card-border-radius: 0;
    --bs-card-inner-border-radius: 0;
    --bs-card-bg: #f7f7f7;
    box-shadow: 2px 5px 5px #fff;
}
.new-act .card {
    --bs-card-spacer-y: 1.5rem;
    --bs-card-spacer-x: 1.5rem;
}
.our-card .card {
    --bs-card-spacer-y: 1.8rem;
    --bs-card-spacer-x: 1.8rem;
}
.new-act .card-text,
.our-card .card-text {
    margin-bottom: var(--bs-card-title-spacer-y);
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}
.new-act .btn-read-more,
.our-card .btn-read-more {
    background-color: #000;
    border-color: #000;
    color: #fff;
    padding: 4px 20px;
    font-size: 14px;
}
.new-act .btn-read-more:hover,
.our-card .btn-read-more:hover {
    border-color: #000;
    color: #000;
    box-shadow: #f7f7f7 0px -3.25em 0px 0px inset;
}
.new-act .btn-read-more.minor {
    padding: 8px 20px;
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
}
.new-act .btn-read-more.minor:hover {
    box-shadow: inset 15em 0 0 0 #fff;
    color: #f7f7f7;
}
.new-act .card-img-top {
    height: 280px;
}
.more-detail h2 {
    color: #f7f7f7;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.more-detail p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 30px;
}
.more-detail .two-block {
    flex: 1;
    padding: 50px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #331e19;
    color: #fff;
    min-height: 340px;
}
.more-detail .two-block h5 {
    color: #f7f7f7;
    letter-spacing: .5px;
}
.more-detail .two-block p {
    margin-bottom: 0;
}

.all-project.promotion .head {
    font-size: 1.3rem;
}
.all-project.promotion p.sub-head {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 17px;
}

.receive-info {
    background-color: #000;
    color: #fff;
}
.receive-info .form-control,
.receive-info .form-select {
    border-radius: 4px;
    font-size: 15px;
    padding: .6rem 1rem;
}
.receive-info .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75 66'%3e%3cpath fill='none' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='m2 20 35 35 35-35'/%3e%3c/svg%3e");
}
.receive-info .form-control,
.receive-info .form-control::placeholder,
.receive-info .form-select {
    color: #8f8f8f !important;
    background-color: #efefef;
}
.receive-info a {
    color: #fff;
    text-decoration: underline;
}
.receive-info a:hover {
    color: #f7f7f7;
}
.receive-info .btn-submit {
    border: 2px solid #d1ccbe;
    background: #d1ccbe;
    color: #000;
    padding: 5px 35px;
    font-size: 18px;
}
.receive-info .btn-submit:hover {
    box-shadow: inset 0 -3.25em 0 0 #fff;
    border: 2px solid #000;
    color: #000;
}
.hidden-important {
    display: none !important;
}
.hidden {
    display: none;
}
.block-center {
    flex: 1;
    padding: 50px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.block-center .text.about .title {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.block-center .text.about p {
    font-size: 18px;
}
.block-center .text.about p:last-child {
    margin-bottom: 0;
}
.swap-container .swap:nth-child(2n) div:nth-child(1) {
    order: 2;
}
.swap-container .swap:nth-child(2n) div:nth-child(2) {
    order: 1;
}
.about-us.inner .title {
    text-transform: uppercase;
    white-space: nowrap;
}
.about-us.inner .title h1 {
    font-size: 2.5rem;
}
.about-us.inner .title .first {
    color: #f7f7f7;
}
.about-us.inner,
.about-us.inner img {
    min-height: 100%;
}
.about-us.inner .shadow-img::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.why-us .title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2.2rem;
}
.why-us .title span {
    -webkit-text-stroke: thin;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}
.why-us p {
    font-size: 15px;
}
.box-round {
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    padding: 10px;
    width: 65px;
    height: 65px;
    margin-bottom: 15px;
}
.project-form.contact .title {
    font-weight: 400;
}
.project-form.contact .form-control,
.project-form.contact .form-select {
    background-color: #efefef;
    border: 0;
    border-radius: 0;
}
.project-form.contact .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75 66'%3e%3cpath fill='none' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='m2 20 35 35 35-35'/%3e%3c/svg%3e");
}
.project-form.contact textarea {
    resize: none;
}
.project-form.contact .form-check-label a {
    color: inherit;
}
.project-form.contact .form-check-label a:hover {
    color: #f7f7f7;
}
.project-form.contact .btn-submit {
    border: 2px solid #d1ccbe;
    background: #d1ccbe;
    color: #fff;
}
.project-form.contact .btn-submit:hover {
    box-shadow: inset 0 -3.25em 0 0 #fff;
    border: 2px solid #000;
    color: #000;
}
.project-form .form-check-input[type="checkbox"] {
    border-width: 2px;
    border-color: #8f8f8f;
    color: inherit;
}
/* .project-form .form-check-input[type="checkbox"]:checked {
    background-color: #f7f7f7;
} */
.contact .mapouter {
    height: 500px;
}
.contact .block-center {
    color: #000;
}
.contact .block-center p {
    font-size: 20px;
}
.contact .block-center p {
    margin-bottom: 0;
}

.work-with-us h1 {
    font-weight: 700;
}
.work-with-us p {
    font-size: 18px;
    width: 90%;
    max-width: 470px;
    margin: auto;
}
.join-us {
    color: #000;
}
.join-us h1,
.join-us h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.join-us .block-center .text {
    max-width: 470px;
    width: 95%;
}
.btn-join-us {
    border: 2px solid #d1ccbe;
    background: #d1ccbe;
    color: #fff;
    padding: 10px 30px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    transition: 0.45s;
    display: inline-block;
}
.btn-join-us:hover {
    box-shadow: inset 0 -3.25em 0 0 #f7f7f7;
    border: 2px solid #000;
    color: #000;
}

.card-title {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
}
.card-img-top {
    height: 320px;
    object-fit: cover;
}
@media (max-width: 1280px) {
    #footer .footer-top .footer-links.first ul {
        padding-left: 20px;
    }
}

@media (max-width: 1199px) {
    #footer .btn-subscribe {
        width: 190px;
    }
    #footer .social a {
        margin-right: 1rem;
    }
}

@media (max-width: 1024px) {
    #footer .footer-top .footer-links.first ul {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .swap-container .swap:nth-child(2n) div:nth-child(1) {
        order: 1;
    }
    .swap-container .swap:nth-child(2n) div:nth-child(2) {
        order: 2;
    }
    .slide-content {
        width: 70%;
    }
    .slide-content-vdo {
        width: 70%;
    }
    .title-main .sub {
        width: auto;
        max-width: none;
    }
    .about-us img{
        min-height: 500px;
    }
    .philosophySwiper .swiper-button-next,
    .philosophySwiper .swiper-button-prev {
        width: 60px;
    }
    .introSwiper {
        height: 0;
    }
    .introSwiper .swiper-pagination {
        bottom: 20px !important;
    }
    .unit-plan .content-top .text .first {
        font-size: 2.5rem;
    }
    .unit-plan .content-top .text .second {
        font-size: 1.5rem;
    }
    .unit-plan .title-underline {
        width: 65%;
        margin: 3% 0 0 0;
    }
    .unit-plan .content-bottom .text {
        top: 10px;
    }
    .unit-plan .content-bottom .plan-info {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .floorSwiper {
        top: 22%;
        left: 13%;
        width: 300px;
    }
    .button-plan-list {
        top: 10%;
    }
    .map img {
        width: 100%;
    }
    .serio-info .text-content {
        font-size: 1.2rem;
        width: 85%;
    }
    .unit-plan.serio .content h1,
    .unit-plan.thrive .content h1 {
        font-size: 2.8rem;
    }
    .unit-plan.serio .content .text,
    .unit-plan.thrive .content .text {
        font-size: 18px;
    }
    .unit-plan.thrive .floorSwiper.floorthyra {
        width: 50%;
    }
    .banner .text-box {
        width: 50%;
        bottom: 10%;
        padding: 30px;
    }
    .banner .text-box .text {
        width: 100%;
    }
    .banner .content-center .text {
        max-width: 720px;
    }
    .banner.contact .content-center .text .title {
        font-size: 1.8rem;
    }
    #footer .border-right {
        border-right: 0;
        border-bottom: 0 solid #fff;
        padding-bottom: 30px;
    }
    #footer .border-right-minor {
        border-right: 0;
    }
    #footer .border-md-bottom {
        border-bottom: 0 solid #fff;
    }
    #header .logo img {
        max-height: 90px;
    }
    #header.header-scrolled .logo img{
        max-height: 80px;
    }

    #footer .footer-top .footer-links {
        position: unset;
    }

    #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: unset;
        top: 50%;
        transform: none;
    }
}
@media (max-width: 767px) {
    #header .logo img {
        max-height: 80px;
    }
    #header.header-scrolled .logo img{
        max-height: 70px;
    }
    #header .social-icon {
        margin-right: .5rem;
    }
    #footer .copyright {
        text-align: left;
        float: left;
    }
    .introSwiper .swiper-button-next,
    .introSwiper .swiper-button-prev {
        display: none;
    }
    .slide-content {
        width: 90%;
    }
    .slide-content-vdo {
        width: 90%;
    }
    .floorSwiper {
        top: 27%;
        left: 7%;
        width: 270px;
    }
    .gallerySwiper {
        padding: 0 0 40px 0;
    }
    .gallerySwiper .swiper-button-prev,
    .gallerySwiper .swiper-button-next {
        display: none;
    }
    .unit-plan.serio .content h1,
    .unit-plan.thrive .content h1 {
        font-size: 2.6rem;
    }
    .banner.new-act img {
        object-fit: cover;
    }
    .banner .text-box {
        width: 80%;
        bottom: 5%;
        padding: 20px;
    }
    .banner.contact img {
        min-height: 500px;
        object-fit: cover;
    }
    #footer .border-md-bottom {
        border-bottom: 0;
    }
    #footer .footer-top .footer-links.first {
        margin-bottom: 1rem;
    }
    #footer .footer-top .footer-links.second {
        padding-bottom: 30px;
    }
    .project-form.contact .title {
        font-size: 1.8rem;
    }
}

@media (max-width: 600px) {
    #footer .footer-top .footer-links.first ul {
        padding-left: 0;
        margin-top: 30px;
    }

    #footer .footer-top .footer-links.second {
        padding-bottom: 0;
        margin-top: 30px;
    }

    #footer .footer-top .footer-contact .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 575px) {
    .menu--left .menuToggle span {
        left: 10px;
    }
    .menu--left .menuToggle input {
        left: 20px;
    }
    .menuItem .close {
        left: 18%;
    }
    #header {
        padding: 10px 0;
    }
    #header .social {
        display: none !important;
    }
    #header .logo {
        position: relative;
        left: 50%;
        transform: translate(-80%);
    }
    #header .logo img {
        max-height: 70px;
    }
    #header.header-scrolled .logo img{
        max-height: 65px;
    }
    .introSwiper {
        height: 65vh;
    }
    .introSwiper .swiper-slide {
        font-size: 16px;
    }
    .about-us .btn-read-more {
        padding: 10px 20px;
    }
    .title-main .box-line {
        width: 120px;
    }
    .philosophySwiper .swiper-button-next,
    .philosophySwiper .swiper-button-prev {
        width: 40px;
    }
    .unit-plan .content-bottom .text img {
        max-width: 40px
    }
    .floorSwiper {
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 220px;
    }
    .button-plan-list {
        top: 31%;
    }
    .unit-plan .content-top img {
        object-fit: cover;
    }
    .unit-plan .content-bottom {
        height: 800px;
    }
    .unit-plan .content-bottom .text {
        top: 49%;
        padding: 0 10px;
        width: 100%;
        min-height: 30%;
    }
    .btn-plan {
        padding: 5px 20px 5px 0;
        width: 140px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .map .nav-pills .nav-link {
        margin: 0 8px;
    }
    .serio-info .text-content {
        font-size: 1rem;
    }
    .serio-summary .title h1 {
        font-size: 2.5rem;
    }
    .serio-summary .text-content {
        font-size: 1.2rem;
    }
    .unit-plan.serio .button-plan-list,
    .unit-plan.thrive .button-plan-list {
        position: relative;
    }
    .unit-plan.serio .floorSwiper {
        width: 90%;
    }
    .unit-plan.serio .content h1,
    .unit-plan.thrive .content h1 {
        font-size: 2.2rem;
    }
    .unit-plan.serio .content .text{
        font-size: 16px;
    }
    .unit-plan.thrive .content .text p {
        font-size: 18px;
    }
    .banner .text-box {
        width: 90%;
    }
    .banner.video video {
        min-height: 50vh;
        object-fit: cover;
    }
    .banner.contact .content-center .text .title {
        font-size: 1.5rem;
    }
    .banner.contact .btn-read-more {
        padding: 2px 10px;
        font-size: 18px;
    }
    .project-form.contact .title {
        font-size: 1.5rem;
    }
}

@media (max-width: 540px) {
    .introSwiper .swiper-pagination {
        bottom: 60px !important;
    }
}

@media (max-width: 480px) {
    .introSwiper .swiper-pagination {
        bottom: 100px !important;
    }
}

@media (max-width: 448px) {
    .introSwiper .swiper-pagination {
        bottom: 60px !important;
    }
}

@media (max-width: 432px) {
    .introSwiper .swiper-pagination {
        bottom: 140px !important;
    }
}

@media (max-width: 430px) {
    .introSwiper .swiper-pagination {
        bottom: 55px !important;
    }
}

@media (max-width: 414px) {
    .introSwiper .swiper-pagination {
        bottom: 160px !important;
    }
}

@media (max-width: 400px) {
    .introSwiper .swiper-pagination {
        bottom: 80px !important;
    }
}

@media (max-width: 393px) {
    .introSwiper .swiper-pagination {
        bottom: 100px !important;
    }
}

@media (max-width: 393px) {
    .introSwiper .swiper-pagination {
        bottom: 110px !important;
    }
}

@media (max-width: 375px) {
    .introSwiper .swiper-pagination {
        bottom: 200px !important;
    }
}

@media (max-width: 374px) {
    .text-col {
        flex-direction: column;
    }
    .title-main .second {
        margin-left: 20px;
    }
}

@media (max-width: 360px) {
    .introSwiper .swiper-pagination {
        bottom: 215px !important;
    }
}

@media (max-width: 320px) {
    .introSwiper .swiper-pagination {
        bottom: 260px !important;
    }
}
@media (min-width: 768px) {
    .gallerySwiper .swiper-slide:nth-child(odd) {
        order: 1;
        /* Move odd-numbered slides to the first position */
    }
    .gallerySwiper .swiper-slide:nth-child(even) {
        order: 2;
        /* Move even-numbered slides to the second position */
    }
    .card-item {
        display: flex;
    }
    .gallery .container {
        max-width: 820px;
    }

}
@media (min-width: 992px) {
    .gallery .container {
        max-width: 1060px;
    }
}
@media (min-width: 1200px) {
    .gallery .container {
        max-width: 1240px;
    }
}
@media (min-width: 1400px) {
    .living .container {
        max-width: 1355px;
    }
    .container.promotion {
        max-width: 1280px;
    }
    .gallery .container {
        max-width: 1420px;
    }
}
