/*
|------------------------------------------------------
|  Global Style
|------------------------------------------------------
*/
.theme-wrapper {
  position: relative;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 200ms;
}

/* lenis */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* end lenis */

img {
  width: 100%;
}

a {
  text-decoration: none;
}

.is-flex {
  display: flex;
}

.half-col {
  flex-basis: 50%;
  max-width: 50%;
}

.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
}

.bg-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.is-center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/* cricle hover like bubble */
.arrow-icon {
  width: 110px;
  height: auto;
}

.bi-arrow-circle {
  width: 260px;
  height: 260px;
  display: inline-block;
  border-radius: 50%;
  background-color: #9A9E8A;
  overflow: hidden;
  text-align: center;
}


.bi-arrow-circle::before {
  position: absolute;
  content: " ";
  top: 100%;
  left: -25%;
  z-index: 1;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  /* transform: scale(0.1); */
  transition: all 0.5s ease;
}

.bi-arrow-right::before {
  content: "";
}

.bi-arrow-right {
  font-family: SweetSansPro-Bold;
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  color: #FFFFFF;
  transition: color 0.55s ease 100ms;
  text-transform: uppercase;
  z-index: 2;
}

.bi-arrow-circle:hover:before {
  top: -25%;
}

.bi-arrow-circle:hover .bi-arrow-right {
  color: #48503A;
  pointer-events: none;
}

.arrow-right {
  width: 40px;
  height: 38.14px;
  margin-left: 70px;
}

/* ---end circle hover */




.nav-icon a:nth-child(2) {
  margin-left: 15px;
}

.container {
  width: 100%;
  max-width: 1560px;
  padding: 0px;
}

.row {
  justify-content: space-between;
  align-items: center;
}

.row>div {
  padding: 0px;
}


/* MIX-FLICKITY */
.mix {
  transition: opacity 1s;
}

.mix:last-child {
  position: absolute;
  top: 0;
  left: 0;

}

.hidden {
  visibility: hidden;
  opacity: 0;
}

/*
|------------------------------------------------------
|  Typograph
|------------------------------------------------------
*/

@font-face {
  font-family: SweetSansPro-Bold;
  src: url(../fonts/SweetSansProBold.otf);
}

@font-face {
  font-family: SweetSansPro-Light;
  src: url(../fonts/SweetSansProLight.otf);
}

@font-face {
  font-family: SweetSansPro-Regular;
  src: url(../fonts/SweetSansProRegular.otf);
}

@font-face {
  font-family: MinSansTrial-Regular;
  src: url(../fonts/MinSansTrial-Regular-v0300.otf);
}

@font-face {
  font-family: SweetSansPro-Light;
  src: url(../fonts/SweetSansProLight.otf);
}

@font-face {
  font-family: MinSansTrial-RegularItalic;
  src: url(../fonts/MinSansTrial-RegularItalic-v0400.otf);
}



h1 {
  font-family: SweetSansPro-Regular;
  font-size: 62px;
  line-height: 76px;
  letter-spacing: -2px;
  color: #48503A;
  text-transform: uppercase;
  font-weight: normal;
}

h1 span {
  color: #737A57;
}

h2 {
  font-family: SweetSansPro-Regular;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #48503A;
  margin-bottom: 33px;
}

h3 {
  font-family: MinSansTrial-Regular;
  font-size: 70px;
  line-height: 85px;
  letter-spacing: -1px;
  color: #AB7F53;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 92px;
}

h4 {
  font-family: SweetSansPro-Regular;
  font-size: 22px;
  line-height: 32px;
  color: #373E29;
  text-transform: uppercase;
  font-weight: normal;
}

h5 {
  font-family: SweetSansPro-Regular;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -1px;
  color: #373E29;
  text-transform: uppercase;
  font-weight: normal;
}

p {
  font-family: SweetSansPro-Regular;
  font-size: 24px;
  line-height: 38px;
  color: #4D4D4F;
  font-weight: normal;
  margin-bottom: 0px;
}

/*
|----------------------------------------------------------------
| main
|----------------------------------------------------------------
*/
.main {
  overflow: hidden;
  transition: all 2s linear 1s;
  opacity: 1;
}

/*
|----------------------------------------------------------------
| banner
|----------------------------------------------------------------
*/
.bnr {
  width: 100%;
  height: 100vh;
  /* max-height: 1800px; */
  overflow-x: hidden;
  position: fixed;
  z-index: 0;
}

.bnr .wrapper {
  background-color: #ffffff;
}

.mobile-version575,
.mobile-version991,
.mobile-version1100,
.mobile-version-logo {
  display: none;
}

.register-btn {
  display: inline-flex;
  align-items: center;
  height: 50px;
  font-family: SweetSansPro-Bold;
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  border: 1.5px solid #FFFFFF;
  border-radius: 25px;
  padding: 0px 27px;
  color: #FFFFFF;
  background: transparent;
  text-transform: uppercase;
  transition: background 0.5s ease, color 0.5s ease;
}

.register-btn:hover {
  background: rgb(171, 127, 83);
  background: linear-gradient(48deg, rgba(171, 127, 83, 1) 0%, rgba(233, 206, 169, 1) 50%, rgba(171, 127, 83, 1) 100%);
  color: #373E29 !important;
  border: none !important;
}

.top-menu {
  padding-right: 70px;
}

.top-menu .logo {
  width: 300px;
  height: auto;
}

.top-menu-container {
  position: fixed;
  z-index: 99;
  margin-left: auto;
  right: 70px;
  padding-top: 78px;
}

.cross-burger-menu,
.burger-menu {
  background: transparent;
  border: none;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}

.burger-menu .line {
  height: 2px;
  width: 40px;
  background-color: #FFFFFF;
}

.dark {
  border: 1.5px solid #373E29;
  color: #373E29;
}

.gold {
  background-color: #373E29 !important;
}

.burger-menu .line:last-child {
  margin-top: 10px;
}

.scroll-down {
  font-family: SweetSansPro-Light;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
  top: 95%;
  z-index: 99;
}

/*
|----------------------------------------------------------------
| nav
|----------------------------------------------------------------
*/
.nav {
  width: 50vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease;
  background-color: #373E29;
  box-shadow: -21px 5px 51px 0px rgba(0, 0, 0, 0.3);
}

.nav .top-menu-container {
  margin-top: 78px;
}

.nav .register-btn {
  background: linear-gradient(48deg, rgba(171, 127, 83, 1) 0%, rgba(233, 206, 169, 1) 50%, rgba(171, 127, 83, 1) 100%);
  color: #373E29;
  border: none;
}

.open-nav {
  visibility: visible;
  opacity: 1;
}

.nav .top-menu {
  padding-right: 95px;
  position: absolute;
  top: 0;
}

.nav .burger-menu img {
  width: 30px;
  height: auto;
}

.nav-list-container {
  position: absolute;
  left: 7vw;
  bottom: 157px;
}

.nav-list li {
  margin-bottom: 43px;
  font-family: SweetSansPro-Regular;
  font-weight: normal;
  font-size: 40px;
  line-height: 57px;
  color: #FFFFFF;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.nav-list a:nth-child(5) li {
  margin-bottom: 0px;
}

.nav-item {
  transition: opacity .5s;
}

.low-opacity {
  opacity: 0.3;
}

/* body-content */
h1 .num-title {
  color: #48503A;
  font-size: 70px;
}
/*
|----------------------------------------------------------------
| nav bottom
|----------------------------------------------------------------
*/
.nav-bottom {
  background-color: rgba(161, 105, 79, 0.1);
}

.nav-bottom .content {
  padding: 180px 13vw 200px 9vw;
}

.nav-bottom .nav-icon {
  display: inline-flex;
  align-items: center;
}

.nav-bottom .nav-icon {
  margin-top: 0px;
}

.nav-bottom .right {
  background-color: #EBECE8;
}

.nav-bottom .right .nav-icon {
  left: auto;
  right: 70px;
  margin-right: auto;
  transform: translate(0%, -50%);
}

.nav-bottom .nav-icon h4 {
  margin-right: 0px;
}

/*
|----------------------------------------------------------------
| body-content
|----------------------------------------------------------------
*/
.body-content {
  z-index: 2;
  margin-top: 100vh;
  background: #FFFFFF;
}

/*
|----------------------------------------------------------------
| footer
|----------------------------------------------------------------
*/
.footer {
  background-color: #373E29;
  z-index: -1;
}

.footer-bg {
  position: absolute;
  width: 2309.3px;
  bottom: -181px;
  right: -77px;
  z-index: -1;
}


.footer .container,
.footer .container .row,
.footer .container .row>div {
  padding: 0px;

}

.footer .container {
  max-width: inherit;
  padding: 94px 4vw 50px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.footer .container .row:first-child {
  /* margin-bottom: 192px; */
}

.home-builders-logo {
  width: 415px;
  margin: 60px 0;
}

.footer .container .row .left {
  padding-right: 5vw;
}

.footer .metallic-logo {
  width: 259px;
  height: auto;
  position: relative;
  margin-top: -10%;
}

.footer .contact-info {
  display: inline-flex;
  justify-content: space-between;
}

.footer .contact-info>div:last-child {
  margin-right: 83px;
}

.contact-info .title {
  font-family: SweetSansPro-Regular;
  font-size: 18px;
  line-height: 34px;
  color: #9A9E8A;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact-info p {
  font-family: SweetSansPro-Regular;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: uppercase;
}

.cielle-logo {
  width: 113px;
  height: auto;
}

.macdonald-logo {
  width: 116.82px;
  height: auto;
  margin-left: 26px;
}

.social-icons {
  margin-top: 25px;
  margin-bottom: 8px;
  align-items: center;
}

.social-icon {
  font-size: 37px;
  color: #ffffff;
  opacity: 0.4;
  transition: opacity 0.35s ease;
}

.social-icon:last-child {
  margin-left: 5px;
}

.social-icon:hover {
  opacity: 1;
}

.social-icons p a,
.social-icons p {
  font-family: SweetSansPro-Regular;
  font-size: 14px;
  line-height: 34px;
  color: #9A9E8A;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
}


.copyright {
  font-family: SweetSansPro-Regular;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #9A9E8A;
}

.copyright a {
  text-transform: uppercase;
  color: #FFFFFF;

}



/*
|----------------------------------------------------------------
| Query media
|----------------------------------------------------------------
*/


@media (max-width: 1700px) {

  /* font change */
  h1 {
    font-size: clamp(36px, 3.5vw, 62px);
    line-height: clamp(47px, 5vw, 76px);
  }

  h2 {
    font-size: clamp(28px, 2.5vw, 40px);
    line-height: clamp(35px, 3vw, 48px);
  }

  h3 {
    font-size: clamp(32px, 4vw, 70px);
    line-height: clamp(41px, 4.5vw, 85px);
    margin-top: clamp(10px, 1.5vw, 20px);
    margin-bottom: clamp(50px, 5vw, 92px);
  }

  h4 {
    font-size: clamp(14px, 1.5vw, 22px);
    line-height: clamp(22px, 2vw, 32px);
  }

  h5 {
    font-size: clamp(12px, 1vw, 18px);
    line-height: clamp(22px, 1.5vw, 34px);
  }

  p {
    font-size: clamp(14px, 1.5vw, 24px);
    line-height: clamp(23px, 2.5vw, 38px);
  }

  .register-btn {
    font-size: clamp(18px, 1.5vw, 20px);
    line-height: clamp(23px, 2vw, 29px);
    height: clamp(40px, 3.5vw, 50px);
  }

  .scroll-down {
    font-size: clamp(14px, 1.5vw, 22px);
    line-height: clamp(22px, 2vw, 32px);
  }

  /* circle icon */
  .nav-list .arrow-icon,
  .bi-arrow-circle {
    width: clamp(110px, 15vw, 260px);
    height: clamp(110px, 15vw, 260px);
  }

  .bi-arrow-right {
    font-size: clamp(12px, 1.2vw, 20px);
    line-height: clamp(20px, 2.2vw, 29px);
  }

  .nav-icon a:nth-child(2) {
    margin-left: clamp(10px, 1vw, 15px);
  }

  /* menu nav */
  .nav-list-container {
    bottom: clamp(45px, 5vw, 157px);
  }

  .nav-list li {
    font-size: clamp(32px, 1.5vw, 40px);
    line-height: clamp(40px, 2vw, 57px);
    margin-bottom: clamp(36px, 2.5vw, 43px);
  }

  .top-menu {
    padding-right: clamp(25px, 3.5vw, 70px);
  }

  .top-menu-container {
    right: clamp(30px, 3.5vw, 70px);
    padding-top: clamp(65px, 3.5vw, 78px);
  }

  .top-menu .logo {
    width: clamp(200px, 18vw, 300px);
  }

  /* body-content */

  h1 .num-title {
    font-size: clamp(40px,4vw,70px);
  }

  /* nav-bottom */
  .arrow-right {
    width: clamp(35.65px, 2vw, 40px);
    height: clamp(34px, 2vw, 38.14px);
  }

  /* footer */
  .footer .container {
    padding: clamp(40px, 5vw, 94px) 4vw clamp(30px, 3vw, 50px);
  }

  .footer .container .row:first-child {
    /* margin-bottom: clamp(80px, 9vw, 192px); */
  }
  
.home-builders-logo {
  width: clamp(200px,22vw,415px);
  margin: clamp(30px, 4vw, 60px) 0;

}

  .footer .metallic-logo {
    width: clamp(170px, 13vw, 259px);
  }

  .footer .contact-info>div:last-child {
    margin-right: clamp(20px, 4vw, 83px);
  }

  .contact-info .title {
    font-size: clamp(12px, 1vw, 18px);
    line-height: clamp(22px, 1.5vw, 34px);
    margin-bottom: clamp(10px, 0.7vw, 20px);
  }

  .contact-info p {
    font-size: clamp(18px, 1.5vw, 30px);
    line-height: clamp(26px, 2vw, 36px);
  }

  .cielle-logo,
  .macdonald-logo {
    width: clamp(94.1px, 5.5vw, 113.2px);
  }

  .social-icon {
    font-size: clamp(30.78px, 1.5vw, 37px);
  }

  .social-icons p {
    font-size: clamp(12px, 0.7vw, 14px);
  }

  .copyright {
    font-size: clamp(10px, 0.7vw, 12px);
    line-height: clamp(13px, 0.7vw, 18px);
  }
}

@media (max-width: 1500px) {

  /* footer */
  .footer-bg {
    width: 1997px;
    bottom: -141px;
  }

}

@media (max-width: 1300px) {

  /* footer */
  .footer-bg {
    width: 1707px;
    bottom: -88px;
  }

}

@media (max-width: 1100px) {

  /* footer */
  .footer-bg {
    width: 1404px;
    bottom: -44px;
  }

}

@media (max-width: 991px) {
  .townhomes-intro .nav-icon,
  .main-quarters-content .nav-icon {
    position: inherit!important;
    margin-top: 53px;
    width: 113%;
  }
  .nav-list .arrow-icon,
  .bi-arrow-circle {
    width: 160px;
    height: 160px;
  }

  .nav-icon a:nth-child(2) {
    margin-left: 10px;
  }

  .bi-arrow-right {
    font-size: 14px;
    line-height: 20px;
  }

}

@media (max-width: 900px) {

  .footer,
  .footer .container {
    height: 454px;
  }

}

@media (min-width: 768px) {
  .mobile-version {
    display: none;
  }
}

@media (max-width: 767px) {
  .desktop-version {
    display: none !important;
  }

  .mobile-version {
    display: block;
  }

  .aluxmore-realty.mobile-version {
    display: inline !important;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }


  /* font change */
  h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 52px;
  }
  h1 .num-title {
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  h3 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 0px;
    margin-bottom: 25px!important;
  }

  h4 {
    font-size: 14px;
    line-height: 22px;
  }

  h5 {
    font-size: 12px;
    line-height: 18px;
    color: #9A9E8A;
  }

  p {
    font-size: 15px;
    line-height: 23px;
  }

  .register-btn {
    font-size: 18px;
    line-height: 26px;
    height: 46px;
  }


  /* nav page */
  .nav {
    width: 100vw;
  }

  .nav .footer-bg {
    width: 3244.56px;
    left: 140%;
    top: 55%;
  }

  .top-menu-container {
    right: 30px;
    padding-top: 65px;
  }

  .nav-list-container .container {
    width: 100vw;
    max-width: 100vw;
    padding: 0px 12%;
  }

  .nav-list-container .row {
    margin-top: 0px;
  }

  .nav-list-container {
    left: 12vw;
    bottom: 181px;
  }

  .nav-list-container .nav-list {
    padding-left: 0px;
    margin-bottom: 0px;
  }

  .nav-list li {
    margin-bottom: 36px;
  }

  .register-btn.mobile-version {
    display: inline-block !important;
  }

  .nav .register-btn {
    padding: 9px 41px;
    font-size: 18px;
    line-height: 26px;
    height: 46px;
    margin-top: 67px;
  }

  /* bnr */
  .bnr {
    height: 83vh;
    overflow-x: unset;
  }

  .bnr .wrapper {
    height: 83vh !important;

  }

  /* after scroll, top menu change */
  .mobile-logo.activeLogoMobile {
    display: block;
    width: 127px;
  }

  .bnrTopMenu.activeMenuMobile {
    display: flex;
    width: 100vw;
    justify-content: space-between;
    right: 0px;
    background-color: #373E29;
    padding: 5px 7% 0px 5%;
    align-items: center;
    top: 0;
  }
  .burger-menu .line.activeWhite  {
    background-color: #FFFFFF;
  }

  .bnr .register-btn.is-center {
    top: 100%;
    z-index: 2;
  }

  .bnr .top-menu {
    padding-top: 65px;
    padding-right: 30px;
  }

  .register-wrapper.is-center {
    top: 0;
  }

  .register-btn {
    background: rgb(171, 127, 83);
    background: linear-gradient(48deg, rgba(171, 127, 83, 1) 0%, rgba(233, 206, 169, 1) 50%, rgba(171, 127, 83, 1) 100%);
    color: #373E29 !important;
    border: none !important;
  }


  /* body-content */
  .body-content {
    margin-top: 83vh;
  }

  .flickity-page-dots .dot {
    margin: 0 3px!important;
  }

  /* nav-bottom */
  
  .nav-icon.mobile-version {
    position: inherit !important;
    margin-top: 53px;
    width: 115%;
  }

  /* nav-bottom */
  .nav-bottom .nav-icon h4 {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .nav-bottom h4 {
    margin-left: 8px;
  }

  .nav-bottom .right .mobile-version {
    font-family: SweetSansPro-Bold;
    font-size: 14px;
    line-height: 18px;
    color: #48503A;
  }

  .nav-bottom .bi-arrow-circle {
    background-color: #9A9E8A;
    display: inline-block;
    width: 110px;
    height: 110px;
  }

  .nav-bottom .bi-arrow-circle img {
    width: 18.79px;
    height: 18.79px;
  }

  .nav-bottom .bi-arrow-right {
    color: #ffffff;
  }

  .nav-bottom .nav-icon.mobile-version {
    display: inline-flex !important;
  }


  /* footer */
  .footer.mobile-version {
    z-index: 1;
    top: 0px;
  }
  .footer,
  .footer .container {
    height: 100%;
    justify-content: unset;
  }

  .footer .container {
    padding: 50px 12% 65px;
  }

  .footer .container .row:first-child {
    margin-bottom: 50px;
  }
  .home-builders-logo {
    margin: 0 0 40px;
    width: 250px;
  }

  .footer .footer-bg {
    width: 3244.56px;
    left: -140%;
    top: 0%;
  }

  .footer .metallic-logo {
    width: 220px;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .footer .contact-info {
    flex-direction: column;
    border-bottom: 1px solid #9A9E8A;
  }

  .footer .container .row:first-of-type .left {
    padding-bottom: 50px;

  }

  .footer .row:first-of-type .left>div:first-of-type {
    margin-bottom: 25px;
  }

  .contact-info .title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 23px;
  }

  .contact-info p {
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
  }

  .footer .cielle-logo {
    display: block;
    margin-bottom: 20px;
    width: 113px;
  }

  .footer .macdonald-logo {
    margin-left: 0px;
    width: 113px;
  }

  .social-icons {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .social-icons p {
    margin-left: 0px;
    margin-top: -6px;
  }

  .copyright {
    margin: 0px;
    margin-top: -5px;
  }

  .footer .container .row:nth-child(2) .left {
    padding-bottom: 0px;
  }

  .social-icons p a,
  .social-icons p {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 34px;
  }

  .copyright {
    color: #FFFFFF;
    font-size: 10px;
    line-height: 13px;
  }

}

@media (max-width: 575px) {
  /* nav-bottom */
  .nav-bottom .right .mobile-version {
    font-size: 13px;
  }
  .nav-bottom .bi-arrow-circle {
    background-color: #9A9E8A;
    display: inline-block;
    width: 80px;
    height: 80px;
  }
  /* footer */
  .footer .footer-bg {
    left: -235%;
  }
}

@media (max-width: 430px) {
  .nav-list li {
    font-size: clamp(32px, 1.2vw, 32px);
    line-height: clamp(40px, 1.5vw, 40px);
  }
}