@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap");
:root {
  --black: #000000;
  --graphite: #191616;
  --green-master: #142932;
  --green: #1E434F;
  --eggplant-master: #3A1024;
  --eggplant: #4C1833;
  --gold1: #CBB681;
  --gold2: #CE9A49;
  --gold3: #F7D68D;
  --eggshell: #F4F1EC;
  --white: #FFF;
  --gold-1: linear-gradient(90deg, #FCEC9E -4.14%, #F7D68D 15.79%, #CE9A49 34.16%, #FCFAD2 54.23%, #FCFAD2 70.41%, #F7D68D 84.42%, #CBB681 121.68%);
  --gold-2: linear-gradient(90deg, #F8E597 0%, #D4AF57 4.85%, #FBFCD3 29.03%, #CBB681 76.11%, #F7D68D 116.5%);
  --gold-3: linear-gradient(90deg, #F7D68D 22.7%, #CE9A49 105.05%);
  --gold-4: linear-gradient(90deg, #FBFCD3 5.46%, #CBB681 115.28%);
  --fontmain: "Archivo", sans-serif;
  --fontserif: "Tenor Sans", sans-serif;
  --fontsans: "Titillium Web", sans-serif;
}

/*Animations*/
body {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: var(--fontmain);
  min-height: 100vh;
  letter-spacing: 0.04em;
}

a {
  text-decoration: none;
}

a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mb-30p {
  margin-bottom: 30px;
}

.bold {
  font-weight: 700 !important;
}

.bc-light {
  background-color: #E5E5E5;
}

.body-margin-top {
  margin-top: 80px;
}

.laptop-none {
  display: inherit !important;
}
@media screen and (max-width: 767px) {
  .laptop-none {
    display: none !important;
  }
}

.mob-none {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .mob-none {
    display: inherit !important;
  }
}

.laptop-none2 {
  display: inline-flex !important;
}
@media screen and (max-width: 767px) {
  .laptop-none2 {
    display: none !important;
  }
}

.mob-none2 {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .mob-none2 {
    display: inline-flex !important;
  }
}

/*Buttons*/
.btn-primary, .btn-secondary, .btn-secondary-no-icon, .btn-tertiary {
  font-family: var(--fontmain);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: 0px;
  letter-spacing: 0.04em;
  border-radius: 0px;
  color: var(--gold1);
  background: var(--green-master);
}
.btn-primary:hover, .btn-secondary:hover, .btn-secondary-no-icon:hover, .btn-tertiary:hover {
  background: #1A3943;
  color: var(--gold1);
}
.btn-primary:active, .btn-secondary:active, .btn-secondary-no-icon:active, .btn-tertiary:active {
  background: var(--green-master);
}
.btn-primary.white, .btn-secondary.white, .btn-secondary-no-icon.white, .btn-tertiary.white {
  border: 0.5px solid var(--gold1);
  background: transparent;
}
.btn-primary.white:hover, .btn-secondary.white:hover, .btn-secondary-no-icon.white:hover, .btn-tertiary.white:hover {
  background: rgba(0, 0, 0, 0.1);
}
.btn-primary span, .btn-secondary span, .btn-secondary-no-icon span, .btn-tertiary span {
  padding-right: 20px;
  font-size: 18px;
}

.btn-primary {
  color: var(--gold1);
}
@media screen and (max-width: 767px) {
  .btn-primary {
    padding: 10px 10px !important;
  }
}
.btn-primary i {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .btn-primary i {
    padding-right: 9px;
  }
}
.btn-primary span {
  font-family: var(--fontmain);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  display: flex;
  padding: 15px 10px;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: 0px;
  letter-spacing: 0.04em;
  border-radius: 0px;
}
@media screen and (max-width: 767px) {
  .btn-primary span {
    display: none;
  }
}

.btn-secondary {
  background: #1A3943;
}
.btn-secondary:hover {
  background: #21474D;
  color: var(--gold1);
}
.btn-secondary:active {
  background: #1A3943;
}
.btn-secondary:active {
  background: #21474D;
  color: var(--gold1);
}

.btn-secondary-no-icon {
  background: transparent;
  border: 0.5px solid var(--gold1);
  color: var(--gold1);
}
.btn-secondary-no-icon:hover {
  background: rgba(0, 0, 0, 0.1);
  border: 0.5px solid var(--gold1);
}

.btn-tertiary {
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  overflow: hidden;
  background: transparent;
}
.btn-tertiary.next {
  padding-right: 30px;
  justify-content: right;
}
.btn-tertiary.next:before {
  position: absolute;
  content: "\e930";
  font-family: "icomoon" !important;
  right: 0px;
  top: 15px;
  font-size: 16px;
}
.btn-tertiary.next:hover:before {
  -webkit-animation: animaterowright 1s forwards;
  animation: animaterowright 1s forwards;
}
.btn-tertiary.prev {
  padding-left: 30px;
  justify-content: left;
}
.btn-tertiary.prev:before {
  position: absolute;
  content: "\e92f";
  font-family: "icomoon" !important;
  left: 0px;
  top: 15px;
  font-size: 16px;
}
.btn-tertiary.prev:hover:before {
  -webkit-animation: animaterowleft 1s forwards;
  animation: animaterowleft 1s forwards;
}
.btn-tertiary:hover {
  background: transparent;
  font-weight: 400;
}

.btn2 {
  margin: auto;
  padding: 15px 40px;
  margin-top: 15px;
}

.custom-select {
  position: relative;
  font-family: var(--fontmain);
  color: #CBB681;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.04em;
}
.custom-select.iconselect .select-selected {
  padding-left: 55px;
}
.custom-select.iconselect .selecticon {
  position: absolute;
  left: 15px;
  top: 14px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: var(--green-master);
}

/*MENU:*/
.menu-open {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  z-index: 9;
  position: relative;
}
.menu-open .center-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-open nav ul {
  list-style: none;
}
.menu-open nav ul ul {
  display: none;
  position: absolute;
  left: 23%;
  top: 0;
}
.menu-open nav ul > li > a {
  cursor: pointer;
}
.menu-open nav ul > li > ul > li > a {
  cursor: pointer;
}
.menu-open nav ul > li.open > ul {
  display: block;
  position: absolute;
}
.menu-open nav ul > li.open > ul.third-list-menu {
  left: 150% !important;
  width: max-content;
}
.menu-open nav ul > li.open > ul.fourth-list-menu {
  display: contents !important;
}
.menu-open nav ul > li > a:focus + ul,
.menu-open nav ul > li > ul > li > a:focus + ul {
  display: block;
}
.menu-open nav ul > li > ul > li > a:focus + ul.fourth-list-menu {
  display: contents !important;
}
.menu-open nav ul a {
  color: #CBB681;
  text-decoration: none;
  font-family: "Archivo";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
}
.menu-open nav .first-list-menu li {
  position: relative;
  margin-bottom: 50px;
}
.menu-open nav .first-list-menu a {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 26px;
}
.menu-open nav .second-list-menu li {
  position: relative;
  margin-bottom: 15px;
}
.menu-open nav .second-list-menu a {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "\e92e";
  font-family: "icomoon" !important;
  top: 15px;
  right: 35px;
  width: 0;
  font-size: 24px;
  height: 0;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  position: absolute;
  content: "\e931";
  font-family: "icomoon" !important;
  top: 15px;
  right: 35px;
  width: 0;
  font-size: 24px;
  height: 0;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected, .chosen-container .chosen-results {
  color: #CBB681;
  padding: 15px 13px;
  border: 0px;
  cursor: pointer;
  user-select: none;
}
.select-items div li.highlighted, .select-selected li.highlighted, .chosen-container .chosen-results li.highlighted {
  background: none !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #CBB681 !important;
}

.chosen-container .chosen-results {
  padding: 0px;
}
.chosen-container .chosen-results li {
  position: relative;
  padding: 15px 13px;
  border-bottom: 0.5px solid rgba(203, 182, 129, 0.15);
}
.chosen-container .chosen-results li:last-child {
  border-bottom: 0px;
}
.chosen-container .chosen-results li.result-selected:after {
  color: #CBB681;
  position: absolute;
  content: "\e92b";
  font-family: "icomoon" !important;
  top: 18px;
  right: 35px;
  width: 0;
  font-size: 12px;
  height: 0;
}

.select-selected {
  border: 0.5px solid rgba(203, 182, 129, 0.35);
}
.select-selected.select-arrow-active {
  border-bottom: 0px;
}

.select-items div {
  border-top: 0.5px solid rgba(203, 182, 129, 0.15);
  border-right: 0.5px solid rgba(203, 182, 129, 0.35);
  border-left: 0.5px solid rgba(203, 182, 129, 0.35);
}
.select-items div:last-child {
  border-bottom: 0.5px solid rgba(203, 182, 129, 0.35);
}

.select-items {
  position: absolute;
  background-color: var(--green-master);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.chosen-select {
  width: 100% !important;
}

.chosen-container {
  width: 100% !important;
}

.chosen-container-multi {
  border: none;
}

.chosen-container-multi .chosen-choices {
  background-image: none;
  padding: 7px 13px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: var(--green-master);
  border-radius: 0px;
  border: 0.5px solid rgba(203, 182, 129, 0.35);
  color: var(--gold1);
}

.chosen-container-multi .chosen-choices li.search-choice {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 26px;
  border: none;
  background-image: none;
  background: #C2A865;
  color: white;
  border-radius: 0px;
}
.chosen-container-multi .chosen-choices li.search-choice a {
  position: relative;
}
.chosen-container-multi .chosen-choices li.search-choice a:before {
  color: white;
  position: absolute;
  content: "\ea11";
  font-family: "icomoon" !important;
  top: -2px;
  right: 0px;
  font-size: 12px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 9px;
  right: 8px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 32px;
  font-size: 14px;
  color: var(--gold1);
}

.chosen-container .chosen-drop {
  border: 0.5px solid rgba(203, 182, 129, 0.35);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: 3px;
  background: var(--green-master);
}

/*Colors*/
.color-1 .chosen-container-multi .chosen-choices li.search-choice {
  background-color: #e5e4cc;
}

.color-2 .chosen-container-multi .chosen-choices li.search-choice {
  background-color: #c7f0db;
}

.color-3 .chosen-container-multi .chosen-choices li.search-choice {
  background-color: #d3f4ff;
}

.locationselect {
  position: relative;
}
.locationselect:after {
  color: #CBB681;
  position: absolute;
  content: "\e994";
  font-family: "icomoon" !important;
  top: 10px;
  right: 33px;
  width: 0;
  font-size: 20px;
  height: 0;
}
.locationselect .chosen-choices {
  padding-right: 45px;
}

.range-search {
  padding: 30px 0px 0px;
}
.range-search img {
  display: inline-block;
}
.range-search label {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  color: var(--gold1);
  margin-left: 10px;
  display: inline-block;
}
.range-search .irs--flat .irs-bar {
  height: 2px;
  background-color: #ccb680;
}
.range-search .irs--flat .irs-line {
  height: 2px;
  background-color: #000000;
  border-radius: 0px;
}
.range-search .irs--flat .irs-handle {
  width: 10px;
}
.range-search .irs--flat .irs-handle > i:first-child {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: -2px;
  margin-left: -5px;
  background-color: #ccb680;
}
.range-search .irs--flat .irs-from, .range-search .irs--flat .irs-to, .range-search .irs--flat .irs-single {
  background-color: #ccb680;
  color: white;
  border-radius: 0px;
}
.range-search .irs--flat .irs-from:before, .range-search .irs--flat .irs-to:before, .range-search .irs--flat .irs-single:before {
  border-top-color: #ccb680;
}
.range-search .irs--flat .irs-min, .range-search .irs--flat .irs-max {
  background-color: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #ccb680;
}
.range-search .irs.irs--flat.js-irs-0 {
  margin-top: 15px;
}

.homeheight {
  height: calc(100vh - 80px);
}
@media screen and (max-width: 767px) {
  .homeheight {
    margin-top: 15%;
  }
}

.homemainbtns {
  color: var(--gold1);
  font-family: var(--fontmain);
  font-size: 12px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  flex-direction: column;
}
.homemainbtns span {
  font-family: var(--fontserif);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  padding: 8px 0px;
  position: relative;
  width: 185px;
}
@media screen and (max-width: 575px) {
  .homemainbtns span {
    font-size: 17px;
    width: 1860x;
  }
}
.homemainbtns span:after {
  margin-top: 8px;
  width: calc(100% + 20px);
  left: -10px;
  position: absolute;
  display: block;
  content: "";
  border-bottom: solid 1px var(--gold1);
  transform: scaleX(1);
  transition-delay: 1s;
  transition: transform 250ms ease-in-out;
}
.homemainbtns span:hover:after {
  transform: scaleX(0);
}

@media screen and (max-width: 767px) {
  .mob-version {
    position: absolute;
    z-index: 2;
    top: 23%;
  }
}

.blacksection {
  height: calc(100vh - 80px);
}
.blacksection .homeblackround {
  background: #000000;
  height: 100%;
  border-top-left-radius: 50% 300px;
  border-top-right-radius: 50% 300px;
}
@media screen and (max-width: 767px) {
  .blacksection .homeblackround {
    border-top-left-radius: 50% 150px;
    border-top-right-radius: 50% 150px;
    position: relative;
  }
}
.blacksection .homeblackround .maincontent {
  padding-top: calc(55% - 63px);
  height: 100%;
  position: relative;
}
@media screen and (max-width: 330px) {
  .blacksection .homeblackround .maincontent {
    padding-top: 35% !important;
  }
}
@media screen and (max-width: 767px) {
  .blacksection .homeblackround .maincontent {
    padding-top: 70%;
  }
}
.blacksection .homeblackround .middle-text {
  margin-top: 20%;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  color: var(--gold1);
  font-family: var(--fontsans);
  align-self: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .blacksection .homeblackround .middle-text {
    margin-top: 5%;
  }
}

.homesocial {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.homesocial .social-list {
  list-style: none;
  padding-left: 0px;
}
.homesocial .social-list li {
  display: inline-block;
  padding: 5px;
}
.homesocial .social-list li img, .homesocial .social-list li span {
  height: 15px;
}
.homesocial .social-list li img:hover, .homesocial .social-list li span:hover {
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#searchtabs {
  padding-top: 100px;
}

@-webkit-keyframes animaterowright {
  0% {
    right: 0px;
    opacity: 1;
  }
  25% {
    right: -10px;
    opacity: 0;
  }
  26% {
    right: 15px;
    opacity: 0;
  }
  50% {
    right: 7.5px;
    opacity: 1;
  }
  100% {
    right: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes animaterowleft {
  0% {
    left: 0px;
    opacity: 1;
  }
  25% {
    left: -10px;
    opacity: 0;
  }
  26% {
    left: 15px;
    opacity: 0;
  }
  50% {
    left: 7.5px;
    opacity: 1;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes image_blur {
  0% {
    -webkit-filter: blur(0px);
  }
  50% {
    -webkit-filter: blur(1px);
  }
  100% {
    -webkit-filter: blur(2.5px);
  }
}
@-webkit-keyframes animate_inside {
  0% {
    right: -1350px;
  }
  100% {
    right: -900px;
  }
}
@-webkit-keyframes search_move_step1 {
  0% {
    right: -900px;
  }
  100% {
    right: -450px;
  }
}
@-webkit-keyframes search_move_step2 {
  0% {
    right: 450px;
  }
  100% {
    right: 900px;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.black-bck {
  background-color: black;
}
.black-bck .homebackground img {
  -webkit-animation: image_blur 2s forwards;
  animation: image_blur 2s forwards;
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  opacity: 50%;
}

header {
  height: 80px;
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999;
  top: 0px;
}
header.dark {
  background: #000000;
  opacity: 0.5;
}
header .search {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 3;
}
header .search span {
  color: var(--gold1);
  font-size: 24px;
}
header .search:hover {
  opacity: 75%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .logo-center {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  left: calc(50% - 62px);
}
@media screen and (max-width: 767px) {
  header .logo-center {
    text-align: center;
    padding-top: 15px;
    display: block;
  }
}
header .user {
  position: absolute;
  top: 25px;
  right: 80px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  header .user {
    right: 55px;
  }
}
@media screen and (max-width: 767px) {
  header .user span {
    display: none;
  }
}
header .user .user-icon {
  display: flex;
  align-items: center;
}
header .user i {
  color: var(--gold1);
  font-size: 24px;
  margin-right: 7px;
}
header .user a {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  color: #CBB681;
}
header .user:hover {
  opacity: 75%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 767px) {
  .logo img {
    width: 120px;
  }
}

.searcharea {
  display: none;
  position: fixed;
  height: 100vh;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  transition: right 0.5s ease;
  right: -1350px;
}
.searcharea.active {
  display: flex;
  position: fixed;
  height: 100vh;
  flex-direction: row;
  z-index: 2;
  right: -900px;
}
.searcharea.active::before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-blend-mode: overlay;
  animation: opacity 1s forwards;
}
.searcharea.active .area1, .searcharea.active .area2, .searcharea.active .area3 {
  width: 450px;
  height: 100vh;
  right: 0%;
  top: 0px;
  position: relative;
  padding: 0px 75px;
  border-top-right-radius: 0px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.searcharea.active .area1 {
  background: var(--green-master);
  z-index: 4;
}
.searcharea.active .area2 {
  background: #0E1E25;
  margin-left: -80px;
  padding-left: 155px;
  width: 530px;
  z-index: 3;
  padding-top: 100px;
}
.searcharea.active .area3 {
  background: #0A181E;
  margin-left: -80px;
  padding-left: 155px;
  width: 530px;
  z-index: 2;
  padding-top: 100px;
}
.searcharea.search_move_step1 {
  right: -450px;
}
.searcharea.search_move_step1 .area1 {
  border-top-right-radius: 80px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  transition-delay: 0.5s;
}
.searcharea.search_move_step2 {
  right: 0px;
}
.searcharea.search_move_step2 .area2 {
  border-top-right-radius: 80px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  transition-delay: 0.5s;
}
.searcharea .nav-tabs {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--black);
}
.searcharea .nav-tabs .nav-link {
  font-family: var(--fontserif);
  color: var(--gold1);
  font-size: 12px;
  line-height: 13px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  border: 0px;
}
.searcharea .nav-tabs .nav-link.active, .searcharea .nav-tabs .nav-link:hover, .searcharea .nav-tabs .nav-link:focus, .searcharea .nav-tabs .nav-link:focus-visible, .searcharea .nav-tabs .nav-link:target {
  background: none;
  border: 0px;
  position: relative;
  line-height: 13px;
}
.searcharea .nav-tabs .nav-link:after {
  transform: scaleX(0);
  content: " ";
  left: 0px;
  bottom: -10px;
  position: absolute;
  width: 0px;
  height: 1px;
  background: var(--gold1);
}
.searcharea .nav-tabs .nav-link.active:after {
  content: " ";
  left: 0px;
  bottom: -10px;
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--gold1);
  transform: scaleX(1);
  transition: transform 250ms ease-in-out;
}
.searcharea .submitbtn {
  margin-top: auto;
  margin-bottom: 15px !important;
}
.searcharea .submitbtn .secondary {
  margin-top: 15px;
}
.searcharea .submitbtn .flex-row {
  gap: 7px;
}
.searcharea .tab-pane {
  height: calc(100vh - 190px);
}
.searcharea .tab-pane > .d-flex {
  height: 100%;
}
.searcharea .heightmax {
  height: calc(100vh - 150px);
}

.hamburger {
  padding: 33px 30px;
  z-index: 10;
  position: absolute;
}

.hamburger-box {
  width: 20px;
  height: 15px;
}

.is-active .hamburger-box {
  top: 5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: var(--gold1);
  width: 20px;
  height: 2px;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: var(--gold1);
}

.hamburger--collapse .hamburger-inner::after {
  top: -10px;
  bottom: -5px;
}

.hamburger-inner::before {
  top: -5px;
}

.callus-tr {
  position: fixed;
  top: 95px;
  right: 0px;
  z-index: 8;
}

.sell-apartment, .buy-apartment {
  position: fixed;
  bottom: 30px;
  font-size: 12px;
  line-height: 13px;
}
@media screen and (max-width: 767px) {
  .sell-apartment, .buy-apartment {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    bottom: 11%;
  }
}
.sell-apartment span, .buy-apartment span {
  font-size: 14px;
  line-height: 15px;
}
.sell-apartment .homemainbtns, .buy-apartment .homemainbtns {
  flex-direction: row;
}
.sell-apartment .homemainbtns span, .buy-apartment .homemainbtns span {
  padding-bottom: 1px;
  padding-top: 0px;
  width: inherit;
  margin-left: 7px;
}
.sell-apartment .homemainbtns span:after, .buy-apartment .homemainbtns span:after {
  width: calc(100% + 67px);
  left: -60px;
}

.sell-apartment {
  left: 30px;
}
@media screen and (max-width: 767px) {
  .sell-apartment {
    left: 0;
    margin-bottom: 40px;
  }
}

.buy-apartment {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .buy-apartment {
    right: 0;
  }
}

/*Contact*/
#contact {
  width: 1100px;
  position: relative;
  z-index: 0;
  margin: auto;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  #contact {
    width: auto;
  }
  #contact .mt-20 {
    margin-top: 0px;
  }
}
#contact .row {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#contact h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #CBB681;
  text-transform: uppercase;
  font-family: var(--fontserif);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #contact .col-md-4 {
    text-align: center;
  }
}
#contact .btn-primary {
  padding: 11px 38px;
  margin: 10px auto;
}
#contact form .col-md-6:nth-child(1), #contact .col-md-7 {
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  #contact form .col-md-6:nth-child(1), #contact .col-md-7 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}

input[type=text], input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(203, 182, 129, 0.4);
  box-sizing: border-box;
  margin-top: 6px;
  resize: vertical;
  background: transparent;
  color: #CBB681;
}

::placeholder {
  color: #CBB681;
  opacity: 1;
}

.info-logo {
  margin-top: 45px;
  width: 189px;
}

.contact-info {
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .contact-info {
    padding: 60px 40px 100px;
  }
}
.contact-info .social-list {
  list-style: none;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .contact-info .social-list {
    display: none;
  }
}
.contact-info .social-list li {
  display: inline-block;
  padding: 5px;
}
.contact-info p {
  color: #CBB681;
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.contact-info a {
  color: #CBB681;
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.contactbackground img {
  -webkit-animation: image_blur 2s forwards;
  animation: image_blur 2s forwards;
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.about-main-section {
  position: relative;
}

.section {
  position: relative;
  width: 100%;
}

.section1 {
  z-index: 2;
}

/*Real-estate*/
#real-estate {
  margin-bottom: 56px;
}
#real-estate .row {
  --bs-gutter-x: 0;
}
#real-estate .btn-primary {
  padding: 10px 20px;
}

.desc-bc {
  height: 100%;
  background-color: #E5E5E5;
  padding: 53px 80px 38px 68px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .desc-bc {
    padding: 53px 25px 38px 25px;
  }
}
.desc-bc h3 {
  font-family: "Tenor Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.desc-bc .price {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.04em;
  color: #CBB681;
}
.desc-bc .location span {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 133.4%;
  letter-spacing: 0.005em;
  color: #191616;
  margin-left: 10px;
  opacity: 0.4;
}
.desc-bc .gold {
  float: right;
}
.desc-bc .gold span {
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 133.4%;
  text-align: right;
  letter-spacing: 0.005em;
  color: #CBB681;
}
.desc-bc .silver {
  float: right;
}
.desc-bc .silver span {
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 133.4%;
  text-align: right;
  letter-spacing: 0.005em;
  color: #BDBDBD;
}
.desc-bc .desc {
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #191616;
}
.desc-bc .desc-icon {
  list-style: none;
  padding-left: 0px;
  float: left;
}
.desc-bc .desc-icon li {
  display: inline-block;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .desc-bc .desc-icon li {
    display: table-cell;
  }
}

.d-contents {
  display: contents;
}
.d-contents .btn-primary {
  float: right;
}

.middle-section {
  position: relative;
  display: table;
}
.middle-section .first-left-icon {
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .middle-section .first-left-icon {
    bottom: 145px;
  }
}
.middle-section .second-left-icon {
  position: absolute;
  bottom: 0;
  left: 143px;
  margin-bottom: 0px;
}

.icon-bottom {
  bottom: 40px;
  position: absolute;
}

.realestate-img {
  width: 100%;
  object-fit: cover;
  height: 381px;
}

.left {
  float: left;
}

.left-icon {
  float: left;
  width: 143px;
}
@media screen and (max-width: 767px) {
  .left-icon {
    width: 105px;
  }
}
.left-icon p {
  width: 143px;
}
.left-icon span {
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 133.4%;
  letter-spacing: 0.005em;
  color: #CBB681;
  margin-left: 10px;
}

.width-100 {
  width: 100%;
}

.right {
  float: right;
}

.d-box {
  display: -webkit-box;
}

.background-filter {
  background-color: var(--green-master);
  height: 70px;
  position: relative;
  color: #CBB681;
}
.background-filter .filter {
  position: absolute;
  left: 27px;
  top: 23px;
}
@media screen and (max-width: 767px) {
  .background-filter .filter {
    left: 20px;
  }
}
.background-filter .filter span {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  align-items: center;
  margin-left: 10px;
}
.background-filter .center {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  left: 0;
  right: 0;
  top: 23px;
}
@media screen and (max-width: 767px) {
  .background-filter .center {
    width: 180px;
    overflow: scroll;
    top: 17px;
  }
}
.background-filter .center ul {
  display: inline-flex;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .background-filter .center ul {
    padding-left: 0px;
  }
}
.background-filter .center li {
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .background-filter .center li {
    margin: 0 15px;
  }
}
.background-filter .center a {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 13px;
  display: flex;
  align-items: center;
  color: #CBB681;
}
.background-filter .center a:active {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 13px;
  display: flex;
  align-items: center;
  color: #CBB681;
}
.background-filter .show {
  position: absolute;
  right: 30px;
  top: 21px;
}
@media screen and (max-width: 767px) {
  .background-filter .show {
    width: 80px;
    text-align: center;
    right: 20px;
    line-height: 13px;
  }
}
.background-filter .show a {
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  line-height: 13px;
  color: #CBB681;
}

#real-estate-map {
  margin-bottom: 56px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #real-estate-map {
    margin-bottom: 0px;
  }
}
#real-estate-map .full-map-div {
  display: flex;
  flex-wrap: wrap;
  height: calc(100vh - 206px);
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  #real-estate-map .full-map-div {
    height: 100%;
    overflow-y: inherit;
  }
}
#real-estate-map .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
  padding-left: 6px;
}
#real-estate-map .map {
  position: sticky;
  top: 0;
  height: calc(100vh - 206px);
  width: calc(100% - 500px);
}
@media screen and (max-width: 767px) {
  #real-estate-map .map {
    height: calc(100vh - 200px);
    width: 100%;
  }
}
#real-estate-map .remaining-width {
  flex: 1;
  overflow-y: scroll;
}
#real-estate-map .tag-new {
  position: absolute;
  color: #CBB681;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 133.4%;
  top: 5px;
  left: 10px;
  background-color: white;
  width: 66px;
  text-align: center;
}
#real-estate-map .tag-issued {
  position: absolute;
  color: #CBB681;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 133.4%;
  top: 5px;
  left: 10px;
  background-color: black;
  width: 66px;
  text-align: center;
}
#real-estate-map .row {
  --bs-gutter-x: 0;
}
#real-estate-map iframe {
  width: 100%;
  height: 100%;
  z-index: 1;
}
#real-estate-map .estate-map-desc {
  z-index: 2;
  height: 100vh;
  background-color: #FFFFFF;
  padding: 6px 25px 6px 0px;
}
@media screen and (max-width: 767px) {
  #real-estate-map .estate-map-desc {
    padding: 6px 10px 15px 10px;
    height: inherit;
  }
}
@media screen and (max-width: 767px) {
  #real-estate-map .estate-map-desc .apartments .d-inline-flex {
    display: block !important;
  }
}
#real-estate-map .estate-map-desc img {
  width: 275px;
  height: 187px;
}
@media screen and (max-width: 767px) {
  #real-estate-map .estate-map-desc img {
    width: auto;
    height: auto;
  }
}
#real-estate-map .estate-map-desc img.goldimage {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #real-estate-map .estate-map-desc img.goldimage {
    width: auto;
    height: auto;
  }
}
#real-estate-map .estate-map-desc .estate-desc {
  padding: 10px 5px 5px 20px;
}
@media screen and (max-width: 767px) {
  #real-estate-map .estate-map-desc .estate-desc {
    padding: 10px 5px 5px 10px;
  }
}
#real-estate-map .estate-map-desc .estate-desc h3 {
  font-family: "Tenor Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: #191616;
  text-transform: uppercase;
}
#real-estate-map .estate-map-desc .estate-desc .price-map {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #CBB681;
  padding-top: 5px;
  margin-bottom: 8px;
}
#real-estate-map .estate-map-desc .estate-desc .quadrature {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 133.4%;
  letter-spacing: 0.005em;
  color: #CBB681;
  margin-bottom: 8px;
}
#real-estate-map .estate-map-desc .estate-desc .rooms-numb {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 133.4%;
  letter-spacing: 0.005em;
  color: #CBB681;
  margin-left: 8px;
  margin-bottom: 8px;
}
#real-estate-map .estate-map-desc .estate-desc .desc {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #191616;
  margin-bottom: 5px;
}
#real-estate-map .estate-map-desc .estate-desc .color-apartments {
  display: inline-flex;
}
#real-estate-map .estate-map-desc .estate-desc .gold {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 133.4%;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #CBB681;
  margin-left: 8px;
}
#real-estate-map .estate-map-desc .estate-desc .silver {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 133.4%;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #BDBDBD;
  margin-left: 8px;
}
#real-estate-map .estate-map-desc .map-icon {
  padding: 10px 0px 5px 0px;
}
@media screen and (max-width: 767px) {
  #real-estate-map .estate-map-desc .map-icon {
    padding: 0px 0px 5px 10px;
  }
}
#real-estate-map .estate-map-desc .map-icon span {
  font-size: 24px;
  margin-bottom: 10px;
  display: inline-flex;
  color: black;
}
#real-estate-map .line-apartments {
  display: none;
}
@media screen and (max-width: 767px) {
  #real-estate-map .line-apartments {
    display: inherit;
    border-radius: 10px;
    background-color: rgba(32, 32, 32, 0.2);
    content: "";
    text-align: center;
    width: 80px;
    height: 3px;
    margin: 15px auto 30px;
    cursor: pointer;
  }
}
#real-estate-map .position-relative-arrow {
  position: relative;
}
@media screen and (max-width: 767px) {
  #real-estate-map .position-relative-arrow {
    float: right;
  }
}
#real-estate-map .position-relative-arrow .arrow-r {
  position: absolute;
  bottom: -164px;
  right: 0px;
  background-color: rgb(20, 41, 50);
  border-radius: 0px;
  padding: 10px;
  font-size: 10px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #real-estate-map .position-relative-arrow .arrow-r {
    bottom: 15px;
  }
}
#real-estate-map .apartments:hover a.border-left {
  border-left: 2px solid #CBB681;
  opacity: 1;
}

#real-estate-map .apartments:hover .position-relative-arrow .arrow-r {
  opacity: 1;
}

/*User-profile*/
#user-profile {
  margin-bottom: 56px;
  background-color: var(--eggshell);
}
@media screen and (max-width: 767px) {
  #user-profile {
    margin-bottom: 75px;
  }
}
#user-profile .image-holder {
  height: 360px;
  position: relative;
}
#user-profile .image-holder:hover img {
  border-top-right-radius: 100px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transition-delay: 0s;
}
#user-profile .image-holder:hover .hide-icon {
  opacity: 1;
  transition: all 0.1s ease-in;
  transition-delay: 0.1s;
}
#user-profile .image-holder .hide-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  display: grid;
  opacity: 0;
}
#user-profile .image-holder .hide-icon a {
  color: black;
}
#user-profile .image-holder .apartments {
  position: relative;
}
#user-profile .image-holder .btn-setting-profile {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  color: #CBB681;
}
#user-profile .image-holder .slick-prev, #user-profile .image-holder .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 55%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
#user-profile .image-holder .slick-prev {
  z-index: 2;
  left: 20px !important;
}
#user-profile .image-holder .slick-next {
  z-index: 2;
  right: 20px !important;
}
#user-profile .image-holder .slick-dots {
  position: absolute;
  bottom: 0px !important;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
#user-profile .image-holder .slick-track {
  height: 368px;
}
#user-profile .image-holder .slick-slide {
  display: block;
  height: 360px;
}
#user-profile .desc {
  background-color: #ffffff;
  padding: 18px 17px 4px;
}
#user-profile .desc h3 {
  font-family: "Tenor Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #191616;
  text-transform: uppercase;
  float: left;
  display: inline-block;
}
#user-profile .desc .price {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.04em;
  color: #CBB681;
  float: right;
  display: inline-block;
}
#user-profile .desc .location {
  display: inline-block;
}
#user-profile .desc .location span {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 133.4%;
  letter-spacing: 0.005em;
  color: #191616;
  opacity: 0.4;
}
#user-profile .desc .quadrature {
  display: inline-block;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 133.4%;
  letter-spacing: 0.005em;
  color: #CBB681;
}
#user-profile .desc .rooms-numb {
  display: inline-block;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 133.4%;
  letter-spacing: 0.005em;
  color: #CBB681;
  padding: 0px 10px;
}
#user-profile .desc .gold {
  display: inline-block;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 133.4%;
  letter-spacing: 0.005em;
  color: #CBB681;
  padding-left: 3px;
}
#user-profile .desc .silver {
  display: inline-block;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 133.4%;
  letter-spacing: 0.005em;
  color: #BDBDBD;
  padding-left: 3px;
}
#user-profile .desc .estate-desc {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #191616;
}

/*Real estate single*/
#real-estate-single {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  #real-estate-single {
    margin-bottom: 85px;
  }
}
#real-estate-single .image-bc {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
}
#real-estate-single .single-estate {
  padding: 78px 78px 90px 80px;
}
@media screen and (max-width: 767px) {
  #real-estate-single .single-estate {
    padding: 50px 25px 50px 25px;
  }
  #real-estate-single .single-estate .flow-list {
    overflow: scroll;
    margin-bottom: 15px;
  }
  #real-estate-single .single-estate .flow-list2 {
    overflow: scroll;
  }
}
#real-estate-single .single-estate .roomlist {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #real-estate-single .single-estate .roomlist {
    margin-top: 5px;
  }
}
#real-estate-single .single-estate h2 {
  font-family: "Tenor Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.03em;
  color: #191616;
  text-transform: uppercase;
}
#real-estate-single .single-estate .location span {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 133.4%;
  letter-spacing: 0.005em;
  color: #191616;
  opacity: 0.4;
}
#real-estate-single .single-estate .price {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  color: #CBB681;
}
#real-estate-single .single-estate .gold {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 133.4%;
  align-items: center;
  text-align: right;
  letter-spacing: 0.005em;
  color: #CBB681;
  padding-left: 10px;
}
#real-estate-single .single-estate .quadrature {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 133.4%;
  letter-spacing: 0.005em;
  color: #CBB681;
  margin-bottom: 15px;
}
#real-estate-single .single-estate .quadrature span {
  margin-left: 10px;
}
#real-estate-single .single-estate .rooms-numb {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 133.4%;
  letter-spacing: 0.005em;
  color: #CBB681;
  margin-bottom: 15px;
}
#real-estate-single .single-estate .rooms-numb span {
  margin-left: 10px;
}
#real-estate-single .single-estate .bath-numb {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 133.4%;
  letter-spacing: 0.005em;
  color: #CBB681;
}
#real-estate-single .single-estate .bath-numb span {
  margin-left: 10px;
}
#real-estate-single .single-estate .desc {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #191616;
}
#real-estate-single .single-estate .tags-list {
  display: inline-flex;
  padding-left: 0px;
}
#real-estate-single .single-estate .tags-list li {
  list-style: none;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 133.4%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  background-color: #CBB681;
  margin-right: 5px;
  padding: 5px 10px;
}
#real-estate-single .single-estate .icon-list-right {
  width: 115px;
  float: right;
}
@media screen and (max-width: 767px) {
  #real-estate-single .single-estate .icon-list-right {
    column-count: 2;
    width: auto;
    float: left;
    margin-bottom: 0px;
  }
}
#real-estate-single .single-estate .icon-list-right li {
  list-style: none;
  font-family: "Archivo";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 13px;
  align-items: center;
  color: #000000;
  margin-bottom: 15px;
  height: 25px;
  display: flex;
  float: right;
}
@media screen and (max-width: 767px) {
  #real-estate-single .single-estate .icon-list-right li {
    float: left;
  }
}
#real-estate-single .single-estate .icon-list-right li a {
  color: black;
  float: right;
}
#real-estate-single .single-estate .icon-list-right li i {
  font-size: 24px;
  margin-left: 10px;
}
#real-estate-single .single-estate .icon-list-right li img {
  margin-left: 10px;
}
#real-estate-single .appendices {
  background-color: #F4F1EC;
  padding-top: 50px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #real-estate-single .appendices {
    padding-bottom: 25px;
  }
}
#real-estate-single .appendices p {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #191616;
  margin-bottom: 20px;
}
#real-estate-single .appendices h2 {
  font-family: "Tenor Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #191616;
  text-transform: uppercase;
  width: 770px;
  margin: auto auto 20px auto;
}
@media screen and (max-width: 767px) {
  #real-estate-single .appendices h2 {
    width: auto;
  }
}
#real-estate-single .appendices .desc {
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #191616;
  width: 770px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #real-estate-single .appendices .desc {
    width: auto;
  }
}
#real-estate-single .appendices ul {
  margin: 50px auto 70px;
  width: 1075px;
  list-style: none;
  -webkit-column-count: 4; /* za Chrome, Safari, Opera */
  -moz-column-count: 4; /* za Firefox */
  column-count: 4;
}
@media screen and (max-width: 767px) {
  #real-estate-single .appendices ul {
    width: auto;
    padding-left: 0rem;
    column-count: 2;
  }
}
#real-estate-single .appendices ul li {
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.04em;
  color: #191616;
  text-transform: capitalize;
}
#real-estate-single .gallery-image {
  padding-left: 55px;
  display: block;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 133.4%;
  color: #CBB681;
}
@media screen and (max-width: 767px) {
  #real-estate-single .gallery-image {
    padding-left: 0px;
  }
}
#real-estate-single .gallery-image .f-right {
  float: right;
}
#real-estate-single .gallery-image a {
  color: #CBB681;
}
#real-estate-single .gallery-image .d-flow-root {
  display: flow-root;
}
#real-estate-single .gallery-image .tab-image img {
  object-fit: cover;
}
#real-estate-single .gallery-image .tab-image .first {
  width: 100%;
  height: 544px;
}
@media screen and (max-width: 767px) {
  #real-estate-single .gallery-image .tab-image .first {
    height: auto;
    margin-bottom: 5px;
  }
}
#real-estate-single .gallery-image .tab-image .second {
  width: 305px;
  height: 267px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #real-estate-single .gallery-image .tab-image .second {
    width: 48%;
    height: auto;
    margin-bottom: 0px;
    margin-right: 5px;
  }
}
#real-estate-single .gallery-image .tab-image .third {
  width: 305px;
  height: 267px;
}
@media screen and (max-width: 767px) {
  #real-estate-single .gallery-image .tab-image .third {
    width: 48%;
    height: auto;
  }
}
#real-estate-single .gallery-image .tab-image .first-box {
  width: calc(100% - 320px);
}
@media screen and (max-width: 767px) {
  #real-estate-single .gallery-image .tab-image .first-box {
    width: auto;
  }
}
#real-estate-single .gallery-image .tab-image .second-box {
  width: 320px;
}
@media screen and (max-width: 767px) {
  #real-estate-single .gallery-image .tab-image .second-box {
    width: auto;
  }
}
#real-estate-single .tab {
  overflow: hidden;
}
#real-estate-single .tab button {
  float: left;
  outline: none;
  border: none;
  cursor: pointer;
  background: none;
}
#real-estate-single .tab .tabcontent {
  display: none;
  padding: 6px 12px;
}
#real-estate-single .contact-form-single {
  margin: 50px 0px 100px 0px;
}
#real-estate-single .contact-form-single h2 {
  color: var(--gold1);
}
#real-estate-single .contact-form-single p {
  color: var(--gold1);
}

/*About-us*/
.aboutbackground {
  position: fixed;
  z-index: -1;
  top: 0px;
}
.aboutbackground img {
  position: fixed;
  z-index: -1;
  width: -webkit-fill-available;
  height: 100vh;
  object-fit: cover;
  background-image: url("/assets/images/about.jpeg");
}

#about-us {
  position: relative;
}
#about-us .homeheight {
  height: calc(100vh - 200px);
}
#about-us .desc {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #CBB681;
}
#about-us .logo {
  margin-bottom: 92px;
}
#about-us .homesocial {
  position: fixed;
  width: 100%;
  bottom: 100px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
#about-us .homesocial p {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 133.4%;
  text-align: center;
  letter-spacing: 0.005em;
  color: #CBB681;
}
#about-us .homesocial a {
  color: #CBB681;
}

.bounce {
  animation: bounce 2s infinite;
  position: absolute;
  text-align: center;
  left: calc(50% - 8px);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.mainslickslider {
  z-index: 1;
  width: 200%;
  height: 2040px;
  top: 0px;
  left: -50%;
}
.mainslickslider .animation-estate .imgholder img {
  width: 100%;
  object-fit: cover;
  height: inherit;
  border-radius: 10px;
}
.mainslickslider .slick-slide {
  padding: 10px;
}
.mainslickslider .slick-slide .content {
  opacity: 0;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.mainslickslider .slick-slide .content .content-text {
  width: 100%;
}
.mainslickslider .slick-slide.slick-center .content {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition-delay: 0.5s;
}
.mainslickslider .item {
  transform-origin: bottom left;
  flex: 0 0 auto;
  width: 365px;
  padding: 0px 0.5%;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.mainslickslider .item .content {
  display: none;
  width: 100%;
}
.mainslickslider .item .content .content-text {
  width: 100%;
}
.mainslickslider .item:nth-child(1) {
  left: 50%;
  -webkit-transform: rotate(0deg) translateX(-50%);
  -ms-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
}
.mainslickslider .item:nth-child(2) {
  left: calc(50% + 365px);
  -webkit-transform: rotate(30deg) translateX(-50%);
  -ms-transform: rotate(30deg) translateX(-50%);
  transform: rotate(30deg) translateX(-50%);
  top: 5%;
}
.mainslickslider .item:nth-child(3) {
  left: calc(50% + 630px);
  top: 19%;
  -webkit-transform: rotate(60deg) translateX(-50%);
  -ms-transform: rotate(60deg) translateX(-50%);
  transform: rotate(60deg) translateX(-50%);
}
.mainslickslider .item:nth-child(4) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: calc(50% + 720px);
  top: 29%;
}
.mainslickslider .item:nth-child(5) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  left: calc(50% + 720px);
  top: 50%;
}
.mainslickslider .item:nth-child(6) {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
  left: calc(50% + 529px);
  top: 68%;
}
.mainslickslider .item:nth-child(7) {
  left: 50%;
  -webkit-transform: rotate(180deg) translateX(-50%);
  -ms-transform: rotate(180deg) translateX(-50%);
  transform: rotate(180deg) translateX(-50%);
  top: 78%;
}
.mainslickslider .item:nth-child(8) {
  left: calc(50% - 365px);
  -webkit-transform: rotate(210deg) translateX(-50%);
  -ms-transform: rotate(210deg) translateX(-50%);
  transform: rotate(210deg) translateX(-50%);
  top: 73%;
}
.mainslickslider .item:nth-child(9) {
  left: calc(50% - 630px);
  -webkit-transform: rotate(240deg) translateX(-50%);
  -ms-transform: rotate(240deg) translateX(-50%);
  transform: rotate(240deg) translateX(-50%);
  top: 59%;
}
.mainslickslider .item:nth-child(10) {
  left: calc(50% - 720px);
  -webkit-transform: rotate(270deg) translateX(-50%);
  -ms-transform: rotate(270deg) translateX(-50%);
  transform: rotate(270deg) translateX(-50%);
  top: 39%;
}
.mainslickslider .item:nth-child(11) {
  left: calc(50% - 630px);
  -webkit-transform: rotate(300deg) translateX(-50%);
  -ms-transform: rotate(300deg) translateX(-50%);
  transform: rotate(300deg) translateX(-50%);
  top: 19%;
}
.mainslickslider .item:nth-child(12) {
  left: calc(50% - 370px);
  -webkit-transform: rotate(330deg) translateX(-50%);
  -ms-transform: rotate(330deg) translateX(-50%);
  transform: rotate(330deg) translateX(-50%);
  top: 5%;
}

.slider-section {
  height: 72vh;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 100px;
}

.slider-section.fixed {
  position: fixed;
  top: 300px;
  height: 3000px;
}

.wheel {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350vw;
  height: 350vw;
  max-width: 3200px;
  max-height: 3200px;
  left: 50%;
  transform: translateX(-50%);
}

.wheel__card {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  max-width: 300px;
  aspect-ratio: 1/1;
  cursor: pointer;
}

.wheel__card img {
  width: 100%;
  pointer-events: none;
  z-index: 999;
  cursor: pointer;
}

.wheel__card .content img {
  width: 100%;
}

.wheel__card .content {
  display: none;
}

.maincontentslider {
  display: block;
  position: absolute;
  top: 300px;
  z-index: 1;
  width: 450px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
}

.maincontentslider.fixed {
  position: fixed;
  bottom: 10px;
  z-index: 2;
  opacity: 1;
  top: inherit;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.rooms {
  list-style: none;
  padding-left: 15px;
  border-left: 1px solid #CBB681;
}
@media screen and (max-width: 767px) {
  .rooms {
    display: inline-flex;
    border-left: none;
  }
}
.rooms li {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 148.3%;
}
@media screen and (max-width: 767px) {
  .rooms li {
    padding-right: 10px;
    font-size: 12px;
    width: max-content;
    border-left: 1px solid #CBB681;
  }
}
.rooms li a {
  color: #CBB681;
}
@media screen and (max-width: 767px) {
  .rooms li a {
    margin-left: 10px;
  }
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.footer {
  position: fixed;
  bottom: 0%;
  background-color: black;
  width: 100%;
  z-index: 9;
  display: flow-root;
  padding: 11px 33px;
}
@media screen and (max-width: 767px) {
  .footer {
    position: relative;
  }
}
.footer .about-menu {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .footer .about-menu {
    text-align: center;
  }
}
.footer .about-menu li {
  display: inline-block;
  padding: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #CBB681;
}
.footer .about-menu a {
  color: #CBB681;
}
.footer .social-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.footer .social-list li {
  display: inline-block;
  padding: 5px;
}
.footer .social-list li span {
  height: 15px;
}
.footer .f-left {
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .f-right {
    text-align: center;
    float: inherit;
  }
}

.about-content {
  width: 1075px;
  margin: 108px auto auto;
}
@media screen and (max-width: 767px) {
  .about-content {
    width: auto;
    margin: 50px 25px;
  }
  .about-content img {
    width: 100%;
  }
}
.about-content .about-desc {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #CBB681;
}
.about-content .about-boxs {
  margin-top: 65px;
  padding-bottom: 130px;
}
.about-content .about-boxs .about-box {
  width: 337px;
  height: 463px;
  border: 1px solid #CBB681;
  border-top-left-radius: 70% 200px;
  border-top-right-radius: 70% 200px;
  padding: 40px 35px 70px 35px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .about-content .about-boxs .about-box {
    margin-bottom: 30px;
  }
}
.about-content .about-boxs .about-box .number {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 116.6%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #CBB681;
}
.about-content .about-boxs .about-box .title {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 116.6%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #CBB681;
  position: relative;
}
.about-content .about-boxs .about-box .title::after {
  position: absolute;
  content: "";
  border: 1px solid #CBB681;
  width: 52px;
  top: 50px;
  left: 40%;
}
.about-content .about-boxs .about-box .sub-title {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #CBB681;
  margin-top: 75px;
}
.about-content .about-boxs .about-box .desc {
  margin-top: 25px;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #CBB681;
  text-align: justify;
}

.about-light {
  position: relative;
}
.about-light::before {
  position: absolute;
  background: #F4F1EC;
  content: "";
  width: calc(100% - 70px);
  height: 100%;
  z-index: 1;
  border-top-right-radius: 200px 200px;
}
@media screen and (max-width: 767px) {
  .about-light::before {
    width: calc(100% - 6px);
    border-top-right-radius: 150px 150px;
  }
}
.about-light .content {
  z-index: 2;
  position: relative;
  width: 970px;
  margin: auto;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .about-light .content {
    width: auto;
  }
}
.about-light .content .desc-image {
  position: relative;
}
.about-light .content .desc-image img {
  position: absolute;
  right: -120px;
  top: 125px;
  transform: rotate(0.14turn);
  width: 205px;
}
@media screen and (max-width: 767px) {
  .about-light .content .desc-image img {
    right: 17px;
    top: 85px;
    width: 118px;
  }
}
.about-light .title {
  padding-top: 87px;
  font-family: "Tenor Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #191616;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .about-light .title {
    font-size: 22px;
    padding-top: 110px;
  }
}
.about-light .desc {
  margin-top: 30px;
  text-align: center;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #191616;
  padding-bottom: 60px;
}
.about-light .comments {
  margin: auto;
  text-align: center;
}
.about-light .comments .title-comment {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #191616;
}
.about-light .comments .arrow-down {
  text-align: center;
  width: 305px;
}
.about-light .comments .comment {
  background-color: white;
  width: 305px;
  height: 228px;
  padding: 30px 40px;
  margin-bottom: 16px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .about-light .comments .comment {
    width: auto;
  }
}
.about-light .comments .comment .comment-desc {
  margin-top: 25px;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #191616;
}
.about-light .comments .comment .comment-name {
  margin-top: 30px;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  color: #191616;
}
.about-light .comments .comment .rating .icon-star {
  font-size: 13px;
  color: black;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-color: #CBB681;
}
.about-light .comments .comment .rating .icon-star.active::before {
  content: url("/assets/images/star.svg");
  vertical-align: middle;
}
.about-light .comments .vertical-slider {
  height: 488px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-light .comments .vertical-slider {
    font-size: 22px;
    padding: 0px 26px 35px 20px;
    margin-bottom: 30px;
  }
}
.about-light .comments .vertical-slider .slick-next {
  left: 44%;
  transform: translateX(-50%);
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: black;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 3;
}
.about-light .comments .vertical-slider .slick-next i {
  bottom: -250px;
  font-size: 17px;
  position: absolute;
}
.about-light .animation-estate {
  position: inherit;
  z-index: 3;
  text-align: center;
  padding-top: 50px;
  position: relative;
}
.about-light .animation-estate .content-text {
  width: 430px;
  margin: auto;
  padding-bottom: 0px;
}
.about-light .animation-estate .content-text .icon-estate {
  display: inline-flex;
}
.about-light .animation-estate .content-text .icon-estate p {
  padding: 0px 10px;
}
.about-light .animation-estate .content-text .icon-estate p span {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 133.4%;
  letter-spacing: 0.005em;
  color: #CBB681;
}
.about-light .animation-estate .content-text .desc {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #191616;
  padding-bottom: 0px;
  margin-top: 0px;
}
.about-light .animation-estate .content-text .location span {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 133.4%;
  letter-spacing: 0.005em;
  color: #191616;
  opacity: 0.4;
}
.about-light .animation-estate .content-text .about-estate {
  margin-top: 30px;
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 133.4%;
  text-align: center;
  letter-spacing: 0.005em;
  color: #CBB681;
}
.about-light .animation-estate .content-text .about-estate a {
  color: #CBB681;
  display: block;
  margin-top: 10px;
}
.about-light .animation-estate .content-text .btn-primary {
  width: fit-content;
  padding: 10px 20px;
  margin: auto;
}
.about-light .animation-estate .look-all-estate {
  position: absolute;
  bottom: 210px;
  z-index: 3;
  text-align: left;
  right: calc(50% - 400px);
  border-left: 1px solid #CBB681;
  padding-left: 10px;
  display: grid;
}
.about-light .animation-estate .look-all-estate a {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #CBB681;
}

.rent-apartment {
  width: 767px;
  margin: auto;
  margin-bottom: 120px;
}
.rent-apartment .p1 {
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  display: inherit;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  color: #CBB681;
}
.rent-apartment .p2 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #CBB681;
}
.rent-apartment .p3 {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #CBB681;
  text-transform: uppercase;
}
.rent-apartment form #location, .rent-apartment form #min, .rent-apartment form #max {
  position: relative;
}
.rent-apartment form #location:after {
  position: absolute;
  content: url("/assets/images/location.svg");
  right: 10px;
  z-index: 9;
  width: 10px;
  height: 10px;
  top: 5px;
}
.rent-apartment form #min:before, .rent-apartment form #max:before {
  position: absolute;
  content: url("/assets/images/icons/money.svg");
  left: 10px;
  z-index: 9;
  width: 10px;
  height: 10px;
  top: 5px;
}

/*Gallery*/
.gallery-header {
  height: 45px;
  padding: 20px 25px;
}
.gallery-header .icon2-gallery {
  list-style: none;
  display: flex;
}
.gallery-header .icon2-gallery li {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 13px;
  display: flex;
  align-items: center;
  color: #000000;
  padding-left: 30px;
}
.gallery-header .icon2-gallery a {
  font-size: 24px;
  color: #000000;
  margin-right: 10px;
}
.gallery-header .arrow-l {
  background-color: #CBB681;
  border-radius: 0px;
  padding: 10px;
  font-size: 10px;
  opacity: 1;
  color: white;
}

.container-image {
  width: 1280px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .container-image {
    width: 100%;
    margin: 40px auto 70px;
  }
  .container-image .col-md-2 {
    overflow: scroll;
  }
  .container-image .col-md-10 {
    margin-top: 20px;
  }
}
.container-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.container-image .rooms {
  position: fixed;
}
@media screen and (max-width: 767px) {
  .container-image .rooms {
    position: initial;
    display: inline-flex;
  }
}
.container-image .gallery-box {
  margin-bottom: 35px;
  float: right;
}
@media screen and (max-width: 767px) {
  .container-image .gallery-box {
    float: left;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  .container-image .gallery-box .fit-c {
    width: fit-content;
  }
}
.container-image .gallery-box .gallery-name {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #191616;
}
.container-image .gallery-box .image-1 {
  width: 955px;
  height: 453px;
  margin-bottom: 14px;
  background-color: white;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .container-image .gallery-box .image-1 {
    width: 100%;
    height: auto;
  }
}
.container-image .gallery-box .image-1::before {
  content: url("/assets/images/zoom.svg");
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  cursor: pointer;
}
.container-image .gallery-box .image-1:hover img {
  border-top-right-radius: 80px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transition-delay: 0s;
}
.container-image .gallery-box .image-2 {
  width: 305px;
  height: 267px;
  margin-bottom: 14px;
  background-color: white;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .container-image .gallery-box .image-2 {
    width: 100%;
    height: auto;
  }
}
.container-image .gallery-box .image-2::before {
  content: url("/assets/images/zoom.svg");
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  cursor: pointer;
}
.container-image .gallery-box .image-2:hover img {
  border-top-right-radius: 80px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transition-delay: 0s;
}
.container-image .gallery-box .image-3 {
  width: 630px;
  height: 548px;
  margin-bottom: 14px;
  margin-left: 20px;
  background-color: white;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .container-image .gallery-box .image-3 {
    width: 100%;
    height: auto;
  }
}
.container-image .gallery-box .image-3::before {
  content: url("/assets/images/zoom.svg");
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  cursor: pointer;
}
.container-image .gallery-box .image-3:hover img {
  border-top-right-radius: 80px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transition-delay: 0s;
}
.container-image .gallery-box img {
  z-index: 3;
  position: inherit;
}

/*Slick slider*/
#real-estate .slick-list {
  height: 381px !important;
}

#real-estate .slick-slide {
  height: 381px !important;
}

.slick-dots {
  position: absolute;
  bottom: 20px !important;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 0px !important;
  padding: 0;
  cursor: pointer;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: white !important;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: white !important;
  opacity: 0.75;
}

.slick-next {
  z-index: 2;
  right: 8px !important;
}

.slick-next:before {
  content: "→";
  display: none !important;
}

.slick-prev {
  z-index: 2;
  left: 8px !important;
}

.slick-prev:before {
  content: "←";
  display: none !important;
}

#real-estate .slick-next {
  z-index: 2;
  right: 8px !important;
  opacity: 0;
}

#real-estate .slick-prev {
  z-index: 2;
  left: 8px !important;
  opacity: 0;
}

#real-estate .slick-dots {
  opacity: 0;
}

.icon-chevron-right {
  color: #CBB681;
  font-size: 16px;
  margin-right: 0px;
  background: white;
  border-radius: 50%;
  padding: 3px;
}

.icon-chevron-left {
  color: #CBB681;
  font-size: 16px;
  margin-left: 0px;
  background: white;
  border-radius: 50%;
  padding: 3px;
}

#real-estate-map .slick-list {
  height: 185px !important;
  width: 235px !important;
}
@media screen and (max-width: 767px) {
  #real-estate-map .slick-list {
    width: 100% !important;
    height: 300px !important;
  }
}

#real-estate-map .slick-slide {
  width: 235px;
  height: 185px !important;
}
@media screen and (max-width: 767px) {
  #real-estate-map .slick-slide {
    width: 100vh;
    height: 300px !important;
  }
}

#real-estate-map .slick-dots {
  position: absolute;
  bottom: 5px !important;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  opacity: 0;
}

.apartments:hover .slick-dots {
  opacity: 1 !important;
}

#real-estate-map .slick-prev, #real-estate-map .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50% !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 0;
}

.apartments:hover .slick-prev, .apartments:hover .slick-next {
  opacity: 1 !important;
}

/*Margins*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-180 {
  margin-top: 180px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-05 {
  margin-bottom: 5px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

/*Padding*/
.pt-100 {
  padding-top: 100px;
}

.pt-80 {
  padding-top: 80px;
}

.padd-r-0 {
  padding-right: 0px;
}

.pb-20 {
  padding-bottom: 20px;
}

/*# sourceMappingURL=custom.css.map */
