@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
    url('../fonts/Manrope-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
    url('../fonts/Manrope-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.woff2') format('woff2'),
    url('../fonts/Manrope-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
    url('../fonts/Manrope-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
    url('../fonts/Manrope-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
    url('../fonts/Manrope-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Marcellus SC';
  src: url('../fonts/MarcellusSC-Regular.woff2') format('woff2'),
    url('../fonts/MarcellusSC-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}





*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: #1E1E1E;
  position: relative;
  letter-spacing: 0.35px;
}

.no-scroll {
  overflow-y: hidden;
}

.max-width {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .max-width {
    max-width: 80%;
  }
}

@media only screen and (max-width: 1400px) {
  .max-width {
    max-width: 90%;
  }
}

h1 {
  font-family: "Marcellus SC";
  font-size: 45px;
  font-weight: 400;
  color: #1E1E1E;
  letter-spacing: 1px;

}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
    letter-spacing: 0.5px;
  }
}

h2 {
  font-family: "Marcellus SC";
  font-size: 45px;
  font-weight: 400;
  color: #1E1E1E;
  letter-spacing: 1px;
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 25px;
    /* font-size: 23px; */
    /* letter-spacing: 4px; */
    letter-spacing: 0.5px;
  }
}

h3 {
  font-family: "Marcellus SC";
  font-size: 30px;
  color: #1E1E1E;
  font-weight: 400;
}

p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.35px;
  line-height: 32px;
}

a {
  text-decoration: none;
  color: #1D1D3E;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

.padding-tb {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .padding-tb {
    padding: 40px 0;
  }
}

.btn {
  font-size: 16px;
  font-weight: 700;
  color: #1E1E1E;
  letter-spacing: 0.35px;
  background-color: #fff;
  border: none;
  padding: 15px 45px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
}

.btn:hover {
  background-color: #1E1E1E;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.home2.reveal {
  transform: translateY(250px);
}

.home2.reveal.active {
  transform: translateY(100px);
}

::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background: #1D1D3E;
}

::-webkit-scrollbar-thumb:hover {
  background: #425274;
}

.beige-background {
  background-color: #f9f8f4;
}

.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.center-title {
  text-align: center;
}

.center-title p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.title p {
  margin-top: 10px;
  color: #000;
}

.title span {
  /* margin-bottom: 10px; */
  display: block;
}

span {
  font-size: 16px;
  font-weight: 400;
  color: #C79134;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {
  span {
    letter-spacing: 0.35px;
  }
}

.grey-background {
  background-color: #f9f9f9;
}

.grey-background2 {
  background-color: rgba(245, 245, 245, 0.5);
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.pagination {
  list-style: none;
  width: 100%;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 30px;
  height: -moz-max-content;
  height: max-content;
  grid-column: span 3;
}

@media screen and (max-width: 1199px) {
  .pagination {
    grid-column: span 2;
  }
}

@media screen and (max-width: 991px) {
  .pagination {
    grid-column: span 1;
  }
}

.pagination li a {
  color: #1e1e1e;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid rgba(30, 30, 30, 0.2);
}

.pagination li .active {
  background-color: #1e1e1e;
  color: #fff;
}

.pagination li.arrow a {
  border: none;
}

.pagination li.arrow a svg path {
  transition: all 0.5s ease-in-out;
}

.pagination li.arrow a:hover svg path {
  fill: #C79134;
  transition: all 0.5s ease-in-out;
}

.mt {
  margin-top: 250px;
}

@media screen and (max-width: 991px) {
  .mt {
    margin-top: 120px;
  }
}

.mt2 {
  margin-top: 180px;
}

@media screen and (max-width: 1200px) {
.mt2{
  margin-top: 90px;
}
}

@media screen and (max-width: 991px) {
  .mt {
    margin-top: 120px;
  }
}

.padding-t {
  padding: 80px 0;
}

@media screen and (max-width: 575px) {
  .padding-t {
    padding: 40px 0;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1D1D3E;
  z-index: 99;
  transition: all 0.5s ease-in-out;
}

header .top-header {
  padding: 15px 0;
  transition: all 0.5s ease-in-out;
  margin-bottom: -79px;
}

header .top-header .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .top-header .contact-header p {
  font-family: "Marcellus SC";
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

header .top-header .contact-header a {
  display: block;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.35px;
  color: #fff;
  margin-top: 15px;
}

header .logo {
  display: block;
  width: auto;
  height: 117px;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  margin-bottom: auto;
  margin-top: auto;
  transform: translateY(0);
}

header .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

header .bottom-header {
  padding: 30px 0;
  /* border-top: 1px solid rgba(255, 255, 255, 0.35) */
}

header .bottom-header .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .bottom-header .mobile-logo {
  width: 100%;
  max-width: 55px;
  height: 55px;
}

header .bottom-header .mobile-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

header .bottom-header .menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 69px;
  justify-content: space-between;
}

header .bottom-header .menu li {
  /* margin-left: 25px; */
  /* margin-left: 35px; */
}

header .bottom-header .menu li a {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding-bottom: 30px;
  font-size: 14px;
}

/* header .bottom-header .menu li a.active {
  border-bottom: 2px solid #fff;
  font-weight: bold;
  color: #fff;
} */

header .bottom-header .menu li.mobile-languages {
  display: none;
}

header .bottom-header .menu li.mobile-contact {
  display: none;
}

header .bottom-header .menu li.mobile-socials {
  display: none;
}

header .bottom-header .language {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.35);
  gap: 5px;
}

header .bottom-header .language a {
  padding-bottom: 0 !important;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.35) !important;
}

header .bottom-header .language a.active-lang {
  color: #fff !important;
}


header .bottom-header .language summary {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  list-style: none;
  background-image: url(../images/chevron-down-w.svg);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: center;
}

header .bottom-header .language ul {
  position: absolute;
  top: 49px;
  width: 135px;
  background-color: #d9d9d9;
  right: 0;
  text-align: center;
}

header .bottom-header .language ul li {
  width: 100%;
}

header .bottom-header .language ul li a {
  display: block;
  font-family: "Marcellus SC";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #1D1D3E;
  text-transform: uppercase;
  padding: 10px;
  border-bottom: 1px solid rgba(30, 36, 49, 0.2);
}

header .bottom-header .language ul li a.active-lang {
  background-color: #1D1D3E;
  color: #fff;
}

header .bottom-header .language ul li:last-of-type a {
  border-bottom: none;
}

header .bottom-header .hamb-cont {
  display: none;
}

header .bottom-header .mobile-logo {
  display: none;
}

/* header.small-header .top-header {
  margin-top: -69px;
  transition: all 0.5s ease-in-out;
  padding: 0;
} */

@media only screen and (max-width: 1200px) {
  .visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  .hamburger {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    position: relative;
  }

  .hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: #fff;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
  }

  .bar1 {
    top: 0;
  }

  .bar2,
  .bar3 {
    top: 13.5px;
  }

  .bar3 {
    right: 0;
  }

  .bar4 {
    bottom: 0;
  }

  .checkbox2:checked+label>.hamburger2>.bar1 {
    transform: translateX(40px);
    background-color: transparent;
  }

  .checkbox2:checked+label>.hamburger2>.bar2 {
    transform: rotate(45deg);
  }

  .checkbox2:checked+label>.hamburger2>.bar3 {
    transform: rotate(-45deg);
  }

  .checkbox2:checked+label>.hamburger2>.bar4 {
    transform: translateX(-40px);
    background-color: transparent;
  }

  header .top-header {
    display: none;
  }

  header .bottom-header {
    padding: 10px 0;
  }

  header .bottom-header .max-width {
    justify-content: space-between;
  }

  header .bottom-header .hamb-cont {
    display: block;
  }

  header .bottom-header .mobile-logo {
    display: block;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 575px) {
  header .bottom-header .mobile-logo {
    /* height: 40px; */
    /* max-width: 177px; */
    /* height: 35px;
    max-width: 155px; */
  }
}

@media only screen and (max-width: 1200px) {
  header .bottom-header details {
    display: none;
  }

  header .bottom-header .menu {
    transform: translateX(-50%);
    top: 60px;
    left: 50%;
    position: absolute;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    background-color: #1D1D3E;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    pointer-events: none;
    padding: 50px 20px 0 20px;
  }

  header .bottom-header .menu li {
    width: 100%;
    margin-left: 0;
  }

  header .bottom-header .menu li a {
    width: 100%;
    display: block;
    padding: 15px;
    position: relative;
    letter-spacing: 1px;
    display: flex;
    background-color: #232144;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    /* Safari */
  }

  /* header .bottom-header .menu li a.active {
    background-color: rgba(199, 145, 52, 0.3);
    border-bottom: none;
  }

  header .bottom-header .menu li a.active::before, header .bottom-header .menu li a.active::after {
    top: 0;
    position: absolute;
    content: "";
    background-color: #C79134;
    opacity: 0.3;
    width: 100%;
    height: 100%;
  }

  header .bottom-header .menu li a.active::before {
    left: -100%;
  }

  header .bottom-header .menu li a.active::after {
    right: -100%;
  } */

  header .bottom-header .menu li.mobile-contact {
    display: block;
    margin-top: 45px;

  }

  header .bottom-header .menu li.mobile-contact p {
    font-size: 20px;
    letter-spacing: 1px;
    color:#C79134;
    font-weight:500;
font-family: "Marcellus SC";
    margin-bottom:25px;
    position:relative;
  }

  header .bottom-header .menu li.mobile-contact a {
    text-transform: none;
    padding: 0;
    padding-left: 15px;
  }

    header .bottom-header .menu li.mobile-contact a:last-of-type{
      margin-top: 15px;
    }

  header .bottom-header .menu li.mobile-languages {
    display: flex;
    margin-top: 0px;
    display: flex;
    margin-left: 0;
    width: 180px;
    height: 40px;
    border-radius: 12px;
    /* overflow: hidden; */
    border: 1px solid rgba(255, 255, 255, .15);
    margin-top: 35px;
  }

  header .bottom-header .menu li.mobile-languages a {
    width: -moz-max-content;
    width: max-content;
    /* margin-right: 20px; */
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    font-weight: 600;
    background-color: transparent;
    backdrop-filter: none;
    border: none;
    height: 40px;
    padding: 0;
  }

  header .bottom-header .menu li.mobile-languages a.active-lang {
    /* color: rgba(255, 255, 255, 0.5); */
    background: rgba(29, 29, 62, 0.3);
    color: #C79134;
    border: 1px solid rgba(255, 255, 255, .12);
  }

  header .bottom-header .menu li.mobile-socials {
    display: block;
    margin-top: 30px;
  }

  header .bottom-header .menu li.mobile-socials p {
    color: #C79134;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-family: "Marcellus SC";
  }

  .mobile-contact h3:after,
.mobile-socials h3:after {
    content:"";
    display:block;
    width:55px;
    height:2px;
    background:#C79134;
    margin-top:14px;
}

  header .bottom-header .menu li.mobile-socials .socials-cont {
    display: flex;
    padding-top: 10px;
  }

  header .bottom-header .menu li.mobile-socials a {
    width: -moz-max-content;
    width: max-content;
    margin-right: 25px;

    width:48px;
    height:48px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    border:1px solid #C79134;
    background:transparent;
    transition:.3s;
  }

  header.mobile-header .menu {
    opacity: 1;
    pointer-events: all;
    overflow-y: scroll;
    padding-bottom: 150px;
    gap: 15px;
    align-items: flex-start;
  }
}

.main-background {
  width: 100%;
  height: 420px;
  position: relative;
  margin-top: 165px;

}

.main-background.home-background {
  width: 100%;
  height: 680px;
  position: relative;
  margin-top: 165px;

}

@media screen and (max-width: 1199px) {
  .main-background {
    margin-top: 75px;
  }

  .main-background.home-background {
    margin-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .main-background.home-background {
    height: 550px;
  }
}

@media screen and (max-width: 575px) {
  .main-background {
    /* margin-top: 81px; */
    margin-top: 55px;
    height: 300px;
  }

  .main-background.home-background {
    /* margin-top: 81px; */
    margin-top: 55px;
    height: 350px;
  }
}

.main-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.2); */
}

.main-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60%;
}

@media screen and (max-width: 1199px) {
  .main-title {
    width: 90%;
  }
}

.main-title h1,
.main-title span {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 575px) {

  .main-title h1,
  .main-title span {
    letter-spacing: 0.5px;
  }
}

.main-title span {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
  .main-title span {
    font-size: 14px;
  }
}

.to-top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.543942577) 20%, rgba(255, 255, 255, 0) 41%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}

.realestate-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 40px;
  margin-top: 20px;
}

.realestate-grid.home {
  margin-top: 60px;
}

@media screen and (max-width: 1199px) {
  .realestate-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .realestate-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 575px) {
  .realestate-grid {
    row-gap: 30px;
  }
}

.realestate-grid .realestate {
  width: 100%;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}

.realestate-grid .realestate:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

.realestate-grid .realestate .sold-overlay {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-family: "Marcellus SC";
  font-size: 32px;
  letter-spacing: 6px;
}

.realestate-grid .realestate.sold .estate-img {
  filter: blur(3px);
}

.realestate-grid .realestate.sold .estate-info {
  filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.1);
}

.realestate-grid .realestate .estate-img {
  position: relative;
  width: 100%;
  height: 236px;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.realestate-grid .realestate .estate-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.realestate-grid .realestate .estate-img .discount {
  position: absolute;
  top: 0;
  left: 0px;
  background-color: #fff;
  padding: 15px 20px;
  border-top-left-radius: 20px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.realestate-grid .realestate .estate-img .discount span {
    display: inline-block;
    transform: rotate(-15deg);
    position: relative;
    top: -8px;
    left: -10px;
    color: #1E1E1E;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 800;
    letter-spacing: 0.35px;
}

.realestate-grid .realestate .estate-img .highlighted {
  position: absolute;
  top: 0;
  right: 20px;
  width: 29px;
  height: 50px;
}

.realestate-grid .realestate .estate-img .highlighted img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.realestate-grid .realestate .estate-img .estate-agent {
  position: absolute;
  bottom: 10px;
  left: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 90%;
}

@media screen and (max-width: 575px) {
  .realestate-grid .realestate .estate-img .estate-agent {
    /* flex-direction: column; */
    align-items: flex-end;
  }
}

.realestate-grid .realestate .estate-img .estate-agent .agent {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

@media screen and (max-width: 575px) {
  .realestate-grid .realestate .estate-img .estate-agent .agent {
    /* margin-bottom: 10px; */
    margin-bottom: 0px;
    margin-right: 0;
  }
}

.realestate-grid .realestate .estate-img .estate-agent .agent .agent-img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-right: 10px;
}

.realestate-grid .realestate .estate-img .estate-agent .agent .agent-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}

.realestate-grid .realestate .estate-img .estate-agent .agent .agent-name span {
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.5px;
}

.realestate-grid .realestate .estate-img .estate-agent .agent .agent-name p {
  font-family: "Marcellus SC";
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
  letter-spacing: 0.5px;
}

.realestate-grid .realestate .estate-img .estate-agent .rent {
  font-size: 10px;
  font-weight: bold;
  font-family: "Marcellus SC";
  letter-spacing: 0.5px;
  color: #fff;
  background-color: #1D1D3E;
  padding: 7px 13px;
  /* margin-left: 20px; */
}

@media screen and (max-width: 575px) {
  .realestate-grid .realestate .estate-img .estate-agent .rent {
    margin-left: 0;
    padding: 5px 10px;
    font-size: 9px;
  }
}

.realestate-grid .realestate .estate-img .estate-agent .buy {
  font-size: 10px;
  font-weight: bold;
  font-family: "Marcellus SC";
  letter-spacing: 0.5px;
  color: #1D1D3E;
  background-color: #fff;
  padding: 7px 13px;
  /* margin-left: 20px; */
}

@media screen and (max-width: 575px) {
  .realestate-grid .realestate .estate-img .estate-agent .buy {
    margin-left: 0;
    padding: 5px 10px;
    font-size: 9px;
  }
}

.realestate-grid .realestate .estate-info {
  padding: 15px 20px 15px 20px;
}

.realestate-grid .realestate .estate-info .estate-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.realestate-grid .realestate .estate-info .estate-title h3 {
  font-size: 24px;
  letter-spacing: 0.5px;
  font-weight: 400;
  width: 100%;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.realestate-grid .realestate .favourite {
  position: absolute;
  top: 10px;
  right: 20px;
}

.realestate-grid .realestate .favourite.active svg path {
  fill: #fff;
}

.realestate-grid .realestate .estate-info .estate-location {
  display: flex;
  align-items: center;
  margin: 13px 0;
  letter-spacing: 0.5px;
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
}

.realestate-grid .realestate .estate-info .estate-location::before {
  content: "";
  width: 14px;
  height: 20px;
  background-image: url(../images/location.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  display: block;
}

.realestate-grid .realestate .estate-info .estate-specifications {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(12, 45, 81, 0.2);
}

.realestate-grid .realestate .estate-info .estate-specifications:has(div:nth-child(4)) {
  justify-content: space-between;
}

.realestate-grid .realestate .estate-info .estate-specifications:has(div:nth-child(4)) div {
  margin-right: 0;
}

.realestate-grid .realestate .estate-info .estate-specifications div {
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-right: 9%;
}

@media screen and (max-width: 575px) {
  .realestate-grid .realestate .estate-info .estate-specifications div {
    font-size: 12px;
  }
}

.realestate-grid .realestate .estate-info .estate-specifications div::before {
  content: "";
  margin-right: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.realestate-grid .realestate .estate-info .estate-specifications .bedrooms::before {
  width: 26px;
  height: 20px;
  background-image: url(../images/bed.png);
}

.realestate-grid .realestate .estate-info .estate-specifications .bathrooms::before {
  width: 14px;
  height: 20px;
  background-image: url(../images/shower.png);
}

.realestate-grid .realestate .estate-info .estate-specifications .area1::before {
  width: 26px;
  height: 24px;
  background-image: url(../images/square1.png);
}

.realestate-grid .realestate .estate-info .estate-specifications .area2::before {
  width: 26px;
  height: 24px;
  background-image: url(../images/square2.png);
}

.realestate-grid .realestate .estate-info .estate-bottom {
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .realestate-grid .realestate .estate-info .estate-bottom {
    /* padding-bottom: 20px; */
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.realestate-grid .realestate .estate-info .estate-bottom .estate-id {
  font-weight: bold;
  font-size: 18px;
  /* letter-spacing: 4px; */
  letter-spacing: 1px;
}

.realestate-grid .realestate .estate-info .estate-bottom .estate-price {
  font-weight: 800;
  font-size: 24px;
  /* letter-spacing: 4px; */
  letter-spacing: 0.5px;
  position: relative;
}

.realestate-grid .realestate .estate-info .estate-bottom .estate-price span {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: none;
}

.realestate-grid .realestate .estate-info .estate-bottom .estate-price .discounted-price {
  position: absolute;
  left: 0;
  top: -25px;
  color: #dd3333;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 4px;
}

.realestate-grid .realestate .estate-info .estate-bottom .estate-price .discounted-price::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 44%;
  border-top: 2px solid #1D1D3E;
  transform: rotate(9deg);
}

.realestate-grid .btn {
  grid-column: span 3;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .realestate-grid .btn {
    grid-column: span 2;
  }
}

@media screen and (max-width: 767px) {
  .realestate-grid .btn {
    grid-column: span 1 !important;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
  }
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .categories-grid {
    grid-template-columns: 1fr;
  }
}

.categories-grid .category {
  position: relative;
  width: 100%;
  height: 470px;
}

@media screen and (max-width: 991px) {
  .categories-grid .category {
    height: 400px;
  }
}

@media screen and (max-width: 575px) {
  .categories-grid .category {
    height: 300px;
  }
}

.categories-grid .category:nth-child(1) {
  grid-column: span 2;
}

@media screen and (max-width: 991px) {
  .categories-grid .category:nth-child(1) {
    grid-column: span 1;
  }
}

.categories-grid .category .category-img {
  width: 100%;
  height: 100%;
}

.categories-grid .category .category-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.categories-grid .category .category-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
}

.categories-grid .category .category-overlay .category-title {
  background-color: #1D1D3E;
  padding: 10px 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}

.categories-grid .category .category-overlay .category-title h3 {
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 24px;
  transition: all 0.5s ease-in-out;
  text-align: center;
}


@media screen and (max-width: 575px) {
  .categories-grid .category .category-overlay .category-title h3 {
    font-size: 22px;
    letter-spacing: 0.35px;
  }
}

.categories-grid .category .category-overlay .category-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  height: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}

.categories-grid .category .category-overlay .category-details hr {
  width: 1px;
  height: 0px;
  background-color: #1D1D3E;
  transition: all 0.5s ease-in-out;
}

.categories-grid .category .category-overlay .category-details p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}

.categories-grid .category .category-overlay .category-details .btn {
  width: 186px;
}

.categories-grid .category .category-overlay .category-details .btn:hover {
  background-color: #fff;
  color: #1E1E1E;

}



.categories-grid .category:hover .category-overlay {
  background-color: rgba(29, 29, 62, 0.7);
  transition: all 0.5s ease-in-out;
}

.categories-grid .category:hover .category-overlay .category-title {
  position: relative;
  background-color: transparent;
  padding: 0;
  transition: padding 0.5s ease-in-out;
}

.categories-grid .category:hover .category-overlay .category-title h3 {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.categories-grid .category:hover .category-overlay .category-details {
  margin-top: 0px;
  opacity: 1;
  height: auto;
  transition: all 0.5s ease-in-out;
}

.categories-grid .category:hover .category-overlay .category-details hr {
  height: 50px;
  transition: all 0.5s ease-in-out;
  display: none;
}

@media screen and (max-width: 575px) {
  .categories-grid .category:hover .category-overlay .category-details hr {
    height: 30px;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.darker-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.intermedio-parallax {
  position: relative;
  background-image: url(../images/Intermedio.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .intermedio-parallax {
    height: 300px;
    background-attachment: scroll;
  }
}

.intermedio-parallax .title span,
.intermedio-parallax .title h2 {
  color: #fff;
}

.about-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.about-wrapper .title{
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .about-wrapper {
    flex-direction: column;
  }

  .about-wrapper .title {
    margin-bottom: 20px;
  }
}

.about-wrapper .left-part {
  width: 45%;
}

@media screen and (max-width: 1199px) {
  .about-wrapper .left-part {
    width: 100%;
    /* display: flex;
    justify-content: space-between; */
    /* margin-top: 40px; */
  }

  .about-wrapper .left-part div {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about-wrapper .left-part div {
    width: 100%;
  }
}

.about-wrapper .left-part img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 1199px) {
  .about-wrapper .left-part img {
    width: 100%;
    height: 500px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .about-wrapper .left-part img {
    display: none;
  }
}

.about-wrapper .left-part .btn {
  margin-top: 30px;
  text-transform: uppercase;
}

.about-wrapper .left-part p {
  line-height: 24px;
  font-weight: 300;
}

.about-wrapper .right-part {
  width: 50%;
}

@media screen and (max-width: 1199px) {
  .about-wrapper .right-part {
    width: 100%;
  }
}

.about-wrapper .right-part h2 {
  line-height: 55px;
}

@media screen and (max-width: 575px) {
  .about-wrapper .right-part h2 {
    line-height: 40px;
  }
}

.about-wrapper .right-part img {
  width: 100%;
  height: 365px;
  margin-top: 45px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 575px) {
  .about-wrapper .right-part img {
    height: 200px;
  }
}

.about-wrapper .right-part p {
  margin-top: 15px;
  line-height: 24px;
  font-weight: 300;
}

@media screen and (max-width: 575px) {
  .about-wrapper .right-part p {
    line-height: 24px;
  }
}

.for-seller {
  position: relative;
  height: 620px;
  background-color: #1D1D3E;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1199px) {
  .for-seller {
    height: auto;
    flex-direction: column;
  }
}

.for-seller .seller-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .for-seller .seller-img {
    position: relative;
    width: 100%;
    height: 450px;
  }
}

@media screen and (max-width: 575px) {
  .for-seller .seller-img {
    height: 300px;
  }
}

.for-seller .seller-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.for-seller .max-width {
  height: 100%;
}

.for-seller .text {
  width: 100%;
  max-width: 530px;
  height: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}

@media screen and (max-width: 1199px) {
  .for-seller .text {
    max-width: 100%;
  }
}

.for-seller .text span,
.for-seller .text h2,
.for-seller .text p {
  color: #fff;
}

.for-seller .text h2 {
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 20px 0;
}

.for-seller .text p {
  line-height: 25px;
  margin-top: 20px;
}

@media screen and (max-width: 575px) {
  .for-seller .text p {
    margin-top: 10px;
  }
}

.for-buyer {
  flex-direction: column-reverse;
}

.for-buyer .seller-img {
  right: 0;
  left: auto;
}

.for-buyer .text {
  margin-left: 0;
}

.for-buyer .text .more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.for-buyer .text .more hr {
  width: 1px;
  height: 65px;
  background-color: #fff;
}

@media screen and (max-width: 575px) {
  .for-buyer .text .more hr {
    height: 40px;
  }
}

.for-buyer .text .more .btn {
  margin-top: 20px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.videobg {
  height: 50vh;
  max-height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .videobg {
    height: 40vh;
  }
}

.videobg .play {
  width: 240px;
  height: 240px;
  background-image: url(../images/playBtn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25%;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
}

@media screen and (max-width: 575px) {
  .videobg .play {
    width: 160px;
    height: 160px;
  }
}

.video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -10;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.video-wrap .video {
  background-color: transparent;
  padding: 10px;
  width: 90%;
  height: 80%;
  max-width: 800px;
  max-height: 500px;
  position: relative;
  border: 2px solid #fff;
}

@media screen and (max-width: 575px) {
  .video-wrap .video {
    height: 50%;
  }
}

.video-wrap .video .closeVideo {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  top: -25px;
  right: -25px;
  cursor: pointer;
  background-image: url(../images/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}

@media screen and (max-width: 575px) {
  .video-wrap .video .closeVideo {
    width: 35px;
    height: 35px;
    top: -15px;
    right: -15px;
  }
}

.video-wrap.open-video {
  z-index: 105;
  opacity: 1;
}

.lighter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.featured-wrapper {
  margin-top: 60px;
  position: relative;
}

.featured-wrapper .featuredSwiper {
  width: 100%;
  height: 670px;
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 767px) {
  .featured-wrapper .featuredSwiper {
    height: 500px;
  }
}

@media screen and (max-width: 575px) {
  .featured-wrapper .featuredSwiper {
    /* height: 350px; */
    height: 230px;
  }
}

.featured-wrapper .featuredSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.featured-wrapper .featuredSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.featured-wrapper .featuredSwiper .navigation {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1D1D3E;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 35px;
  width: 100%;
  max-width: 190px;
}

.featured-wrapper .featuredSwiper .navigation .swiper-button-prev-featured,
.featured-wrapper .featuredSwiper .navigation .swiper-button-next-featured {
  cursor: pointer;
  position: relative;
}

.featured-wrapper .featuredSwiper .navigation .swiper-button-prev-featured svg,
.featured-wrapper .featuredSwiper .navigation .swiper-button-next-featured svg {
  width: 17px;
  height: 25px;
}

.featured-wrapper .featuredSwiper .slide-number {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .featured-wrapper .featuredSwiper .slide-number {
    font-size: 22px;
  }
}

.featured-wrapper .featured-estate-card {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  z-index: 3;
}

.featured-wrapper .featured-estate-card .featured-estate-inner {
  max-width: 660px;
  background-color: #fff;
  z-index: 3;
  padding: 30px;
  padding-left: 70px;
  margin-left: auto;
  position: relative;
}

.featured-wrapper .featured-estate-card .featured-estate-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -34%;
  background-color: #fff;
  height: 100%;
  width: 39%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .featured-wrapper .featured-estate-card {
    position: relative;
    top: auto;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .featured-wrapper .featured-estate-card {
    max-width: 100%;
  }
}

.featured-wrapper .featured-estate-card .top-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.featured-wrapper .featured-estate-card .top-info .left {
  display: flex;
  align-items: center;
}

.featured-wrapper .featured-estate-card .top-info .left p {
  font-weight: bold;
  color: #1D1D3E;
  font-size: 18px;
}

.featured-wrapper .featured-estate-card .top-info .left .heart {
  margin-left: 20px;
  cursor: pointer;
}

.featured-wrapper .featured-estate-card .top-info .left .heart.active svg path {
  fill: #1D1D3E;
}

.featured-wrapper .featured-estate-card .price {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.75px;
  margin-top: 30px;
}

@media screen and (max-width: 575px) {
  .featured-wrapper .featured-estate-card .price {
    font-size: 25px;

  }
}

.featured-wrapper .featured-estate-card .estate-title {
  margin-bottom: 20px;
  display: block;
}

.featured-wrapper .featured-estate-card .estate-title h3 {
  font-size: 32px;
}

.featured-wrapper .featured-estate-card .estate-location {
  display: flex;
  align-items: center;
  margin: 13px 0;
  letter-spacing: 0.5px;
  font-weight: 600;
  /* font-style: italic; */
}

.featured-wrapper .featured-estate-card .estate-location::before {
  content: "";
  width: 13px;
  height: 16px;
  background-image: url(../images/location.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  display: block;
}

.featured-wrapper .featured-estate-card .estate-specifications {
  display: flex;
  align-items: center;
  padding-top: 20px;
  margin-top: 20px;
  /* border-top: 1px solid rgba(12, 45, 81, 0.2); */
}

.featured-wrapper .featured-estate-card .estate-specifications:has(div:nth-child(4)) {
  justify-content: space-between;
}

.featured-wrapper .featured-estate-card .estate-specifications:has(div:nth-child(4)) div {
  margin-right: 0;
}

.featured-wrapper .featured-estate-card .estate-specifications div {
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.35px;
  margin-right: 5%;
  position: relative;
}

.featured-wrapper .featured-estate-card .estate-specifications div::before {
  content: "";
  margin-right: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.featured-wrapper .featured-estate-card .estate-specifications div:last-of-type:after {
  display: none;
}

.featured-wrapper .featured-estate-card .estate-specifications div::after {
  content: "";
  position: absolute;
  right: -30%;
  width: 1px;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.1);
}

.featured-wrapper .featured-estate-card .estate-specifications .bedrooms::before {
  width: 26px;
  height: 20px;
  background-image: url(../images/bed.png);
}

.featured-wrapper .featured-estate-card .estate-specifications .bathrooms::before {
  width: 20px;
  height: 14px;
  background-image: url(../images/shower.png);
}

.featured-wrapper .featured-estate-card .estate-specifications .area1::before {
  width: 15px;
  height: 14px;
  background-image: url(../images/square1.png);
}

.featured-wrapper .featured-estate-card .estate-specifications .area2::before {
  width: 15px;
  height: 14px;
  background-image: url(../images/square2.png);
}

.services-cont {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1199px) {
  .services-cont {
    padding: 0;
  }
}

.services-cont img {
  position: absolute;
}

.services-cont img.first {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 347px;
  height: 608px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 1399px) {
  .services-cont img.first {
    max-width: 270px;
    height: 515px;
  }
}

@media screen and (max-width: 1199px) {
  .services-cont img.first {
    display: none;
  }
}

.services-cont img.last {
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 347px;
  height: 453px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 1399px) {
  .services-cont img.last {
    max-width: 260px;
    height: 400px;
  }
}

@media screen and (max-width: 1199px) {
  .services-cont img.last {
    display: none;
  }
}

.services-cont .services-text {
  width: 100%;
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .services-cont .services-text {
    max-width: 100%;
  }
}

.services-cont .services-text p {
  text-align: center;
  margin: 30px 0;
}

.services-cont .btn {
  margin-left: auto;
  margin-right: auto;
}

.for-seller.services {
  background-color: #fff;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .for-seller.services .text {
    padding: 0;
    margin-top: 40px !important;
  }
}

.for-seller.services .text span,
.for-seller.services .text p,
.for-seller.services .text h2 {
  color: #1D1D3E;
}

.for-seller.services .text h2 {
  letter-spacing: 1px;
  margin: 10px 0;
  font-weight: 400;
}

.for-seller.services .seller-img {
  position: relative;
  width: 50%;
  height: 700px;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .for-seller.services .seller-img {
    width: 100%;
    max-width: 800px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 575px) {
  .for-seller.services .seller-img {
    height: 315px;
  }
}

.for-seller.services .max-width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .for-seller.services .max-width {
    flex-direction: column;
  }
}

.for-seller.services .service-text {
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
  padding: 50px 0;
  margin-top: 20px;
}

@media screen and (max-width: 575px) {
  .for-seller.services .service-text {
    padding: 20px 0;
    background-color: #fff;
    margin-top: 0;
  }
}

.for-seller.services .service-text::after, .for-seller.services .service-text::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  z-index: 0;
}

@media screen and (max-width: 575px) {
  .for-seller.services .service-text::after, .for-seller.services .service-text::before {
    display: none;
  }
}

.for-seller.services .service-text::after {
  right: -100%;
}

.for-seller.services .service-text::before {
  left: -100%;
}

@media screen and (max-width: 575px) {
  .for-seller.for-buyer.services {
    margin-top: -40px;
  }
}

.for-seller.for-buyer.services .seller-img {
  height: 640px;
}

@media screen and (max-width: 1199px) {
  .for-seller.for-buyer.services .seller-img {
    height: 580px;
  }
}

@media screen and (max-width: 575px) {
  .for-seller.for-buyer.services .seller-img {
    height: 305px;
  }
}

@media screen and (max-width: 1199px) {
  .for-seller.for-buyer.services .text {
    margin-top: 0;
  }
}

.template-text h2 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.template-text h2:first-of-type {
  margin-top: 0;
}

.template-text p {
  margin-bottom: 10px;
}

.template-text p:last-child {
  margin-bottom: 0;
}

.template-text ul {
  padding: 10px 0;
}

.template-text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}

.template-text ul li:last-child {
  margin-bottom: 0;
}

.template-text ul li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #1D1D3E;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /* bottom: 15px; */
}

.template-text hr {
  width: 100%;
  height: 1px;
  background-color: #1D1D3E;
  margin-top: 50px;
}

.template-gallery {
  padding-top: 80px;
}

@media screen and (max-width: 575px) {
  .template-gallery {
    padding-top: 40px;
  }
}

.template-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}

.template-gallery-grid a {
  width: 100%;
  height: 320px;
  display: none;
}

@media screen and (max-width: 575px) {
  .template-gallery-grid a {
    height: 180px;
  }
}

.template-gallery-grid a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.template-gallery-grid a:nth-child(6n+1) {
  grid-row: span 2;
  grid-column: span 2;
  height: 640px;
}

@media screen and (max-width: 575px) {
  .template-gallery-grid a:nth-child(6n+1) {
    height: 360px;
  }
}

.template-gallery-grid a:nth-child(1), .template-gallery-grid a:nth-child(2), .template-gallery-grid a:nth-child(3){
  display: flex;
}


/* .template-gallery-grid a:nth-child(6n-1) {
  grid-row: span 2;
  height: 640px;
}

@media screen and (max-width: 575px) {
  .template-gallery-grid a:nth-child(6n-1) {
    height: 360px;
  }
} */

.download-links {
  margin-top: 30px;
}

@media screen and (max-width: 575px) {
  .download-links h2 {
    letter-spacing: 0.5px;
  }
}

.download-links .download {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.download-links .download::before {
  content: "";
  position: relative;
  background-image: url(../images/pdf.svg);
  background-repeat: no-repeat;
  background-position: 0;
  width: 31px;
  height: 37px;
  display: block;
  margin-right: 10px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.blog-grid .blog .blog-img {
  width: 100%;
  height: 480px;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .blog-grid .blog .blog-img {
    height: 300px;
  }
}

.blog-grid .blog .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.5s ease-in-out;
}

.blog-grid .blog h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 15px;
  line-height: 35px;
}

@media screen and (max-width: 575px) {
  .blog-grid .blog h3 {
    line-height: 25px;
  }
}

.blog-grid .blog:hover .blog-img img {
  transform: scale(1.1);
}

.blogs-list .blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  /* background-color: #f9f9f9; */
}

@media screen and (max-width: 991px) {
  .blogs-list .blog {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .blogs-list .blog {
    margin-bottom: 40px;
  }
}

.blogs-list .blog:last-child {
  margin-bottom: 0;
}

.blogs-list .blog .blog-image {
  width: 100%;
  max-width: 50%;
  height: 470px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .blogs-list .blog .blog-image {
    max-width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 575px) {
  .blogs-list .blog .blog-image {
    height: 250px;
  }
}

.blogs-list .blog .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.5s ease-in-out;
}

.blogs-list .blog .blog-info {
  width: 100%;
  max-width: 48%;
  margin-top: 50px;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .blogs-list .blog .blog-info {
    max-width: 100%;
    margin-top: 0px;

    padding: 10px;
        padding-top: 30px;
    background-color: #f5f5f5;
  }
}

.blogs-list .blog .blog-info .blog-title {
  position: relative;
}

.blogs-list .blog .blog-info .blog-title .date {
font-weight: 700;
  color: #C79134;
  font-size: 16px;
  letter-spacing: 0.35px;
}



@media screen and (max-width: 575px) {
  .blogs-list .blog .blog-info .blog-title .date {
    font-size: 14px;
  }
}

.blogs-list .blog .blog-info h2 {
  letter-spacing: 0.5px;
  line-height: 50px;
}

.blogs-list .blog .blog-info p {
  margin: 30px 0;
      display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
  .blogs-list .blog .blog-info p  {
    margin: 0;
    margin-top: 10px;
  }
  .blogs-list .blog .blog-info p + p {
    margin: 0;
    margin-top: 15px;
  }

  .blogs-list .blog .blog-info h2 {
    line-height: 35px;
  }
}

.blogs-list .blog .blog-info .btn {
  background-color: #1D1D3E;
  color: #fff;
  text-transform: uppercase;
}

.blogs-list .blog:hover .btn {
  background-color: #000;
  color: #fff;
}

.blogs-list .blog:hover .blog-image img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.blog-date {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #C79134;
}

@media screen and (max-width: 575px) {
  .breadcrumbs p {
    font-size: 13px;
    /* line-height: 30px; */
    /* line-height: 25px; */
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .blog-details-title h1 {
    letter-spacing: 0.5px;
  }
}

.blog-text {
  padding-top: 40px;
  color: #1D1D3E;
}

.blog-text .blog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  position: relative;
}

.blog-text .blog-top .blog-img {
  width: 100%;
  height: 665px;
  /* margin-left: 20px; */
}

@media screen and (max-width: 767px) {
  .blog-text .blog-top .blog-img {
    height: 500px;
  }
}

@media screen and (max-width: 575px) {
  .blog-text .blog-top .blog-img {
    height: 250px;
  }
}

.blog-text .blog-top .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-text .blog-top .share {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
}

.blog-text .blog-top .share hr {
  width: 1px;
  height: 80px;
  background-color: #1D1D3E;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .blog-text .blog-top .share hr {
    height: 30px;
    margin: 10px 0;
  }
}

.blog-text .blog-top .share p {
  line-height: 100%;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  font-size: 16px;
  letter-spacing: 0.35px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .blog-text .blog-top .share p {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}

.blog-text .blog-top .share .socials {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.blog-text .blog-top .share .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 63px;

  margin-bottom: 40px;
  background-color: #D9D9D9;
}

@media screen and (max-width: 767px) {
  .blog-text .blog-top .share .socials a {
    width: 47px;
    height: 43px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .blog-text .blog-top .share .socials a {
    width: 40px;
    height: 40px;
  }
}

.blog-text .blog-top .share .socials a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .blog-text .blog-top .share .socials a svg {
    width: 25px;
    height: 25px;
  }
}

.blog-text .blog-top .share .socials a svg path {
  transition: all 0.5s ease-in-out;
}

.blog-text .blog-top .share .socials a:hover {
  background-color: #1D1D3E;
  transition: all 0.5s ease-in-out;
}

.blog-text .blog-top .share .socials a:hover svg path {
  fill: #C79134;
  transition: all 0.5s ease-in-out;
}

.blog-text p {
  margin-bottom: 10px;
}



.blog-text p:last-child {
  margin-bottom: 0;
}

.blog-text h2 {
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.blog-text h3 {
  margin-bottom: 10px;
  letter-spacing: 1px;
}

@media screen and (max-width: 575px) {
  .blog-text h2 {
    letter-spacing: 0.5px;
  }
}

.blog-text ul {
  padding: 15px 0;
}

.blog-text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}

.blog-text ul li:last-child {
  margin-bottom: 0;
}

.blog-text ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #C79134;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.blog-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* padding-bottom: 50px; */
  /* border-bottom: 1px solid #1D1D3E; */
}

.blog-gallery a {
  width: 100%;
  height: 320px;
  display: none;
}

@media screen and (max-width: 575px) {
  .blog-gallery a {
    height: 180px;
  }
}

.blog-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-gallery a:nth-child(6n+1) {
  grid-row: span 2;
  grid-column: span 2;
  height: 640px;
}

@media screen and (max-width: 575px) {
  .blog-gallery a:nth-child(6n+1) {
    height: 360px;
  }
}

.blog-gallery a:nth-child(1), .blog-gallery a:nth-child(2), .blog-gallery a:nth-child(3){
  display: flex;
}



footer {
  background-color: #1D1D3E;
}

footer .top-footer {
  padding: 50px 0 30px 0;
  color: #fff;
}

footer .top-footer .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  footer .top-footer .max-width {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  footer .top-footer .contact-cont {
    order: 2;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  footer .top-footer .contact-cont:last-of-type {
    order: 3;
    margin: 0;
  }
}

footer .top-footer .contact-cont .contact {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-direction: column;
  gap: 10px;
}

footer .top-footer .contact-cont .contact:last-of-type {
  margin-bottom: 0;
}

footer .top-footer .contact-cont .contact p {
  font-weight: bold;
}

footer .top-footer .contact-cont .contact a {
  color: #fff;
  display: block;
  line-height: 32px;
  font-weight: 300;
}

footer .top-footer .logo {
  flex: 0 0 33.33%;
  width: auto;
  height: 150px;
}

@media screen and (max-width: 991px) {
  footer .top-footer .logo {
    order: 1;
  }
}

footer .top-footer .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

footer .middle-footer {
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .middle-footer .max-width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  footer .middle-footer .max-width {
    flex-direction: column;
    align-items: center;
  }
}

footer .middle-footer h3 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.55px;
  font-size: 24px;
  text-align: left;

}

footer .middle-footer ul {
  padding-top: 30px;
}

footer .middle-footer ul li {
  text-align: left;
  padding-bottom: 15px;
}

footer .middle-footer ul li a {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.35px;
  padding-bottom: 3px;
}

footer .middle-footer ul li a.active {
  border-bottom: 1px solid #fff;
}

footer .middle-footer .footer-socials li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  footer .middle-footer .footer-socials li {
    justify-content: center;
  }
}

footer .middle-footer .footer-socials li svg {
  margin-right: 20px;
}

footer .middle-footer .footer-socials li svg path {
  transition: all 0.5s ease-in-out;
}

footer .middle-footer .footer-socials li:hover svg path {
  fill: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out;
}

footer .bottom-footer {
  background-color: #fff;
  padding: 10px 0;
}

footer .bottom-footer .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  footer .bottom-footer .max-width {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  footer .bottom-footer .copyrights {
    order: 2;
    text-align: center;
  }
}

footer .bottom-footer .copyrights p {
  color: #1E1E1E;
  font-size: 12px;
}

footer .bottom-footer .copyrights {
  margin-left: auto;
  margin-right: auto;
}

footer .bottom-footer .copyrights a {
  color: #1E1E1E;
  font-size: 12px;
}

footer .bottom-footer ul {
  display: flex;
  align-items: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  footer .bottom-footer ul {
    order: 1;
    margin-bottom: 15px;
  }
}

footer .bottom-footer ul li a {
  color: #fff;
  font-size: 14px;
  padding-right: 10px;
}

footer .bottom-footer ul li:last-child a {
  padding-right: 0;
  padding-left: 10px;
}

.search-form {
  position: relative;
  background-color: #fff;
  /* padding: 22px 0px; */
  z-index: 3;
  border-radius: 17px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
margin-top: -65px;
}

@media screen and (max-width: 575px) {
  .search-form {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .search-form {
    padding: 25px 0;
  }
}

.search-form.home-form {
  margin-top: -65px;
}

@media screen and (max-width: 575px) {
  .search-form.home-form {
    margin-top: 40px;
  }
}

.form-bottom {
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  padding: 50px 40px;
  border-top: 1px solid rgba(30, 30, 30, 0.1);
  position: relative;
}

.form-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(30, 30, 30, 0.1);
}

@media screen and (max-width: 767px) {
  .form-bottom {
    padding: 20px;
  }
}

.form-top {
  display: grid;
  grid-template-columns: 1fr 340px;
  padding-left: 40px;
  /* padding-right: 40px; */
}

@media screen and (max-width: 767px) {
  .form-top {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.form-top .select-divs-2 {
  display: flex;
  align-items: center;
  padding: 22px 0;

}

.form-top .select-divs-2 .select-div {
  background-color: transparent;
  width: 100%;
  /* border-right: 1px solid rgba(30, 30, 30, 0.1); */
  padding: 22px 0;
  position: relative;
}

.form-top .select-divs-2 .select-div::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(30, 30, 30, 0.1);
  width: 1px;
  height: 160%;
}

@media screen and (max-width: 1399px) {
  .form-top {
    grid-template-columns: 1fr 310px;
  }
}

@media screen and (max-width: 1199px) {
  .form-top {
    grid-template-columns: 1fr;
    background-color: transparent;
    row-gap: 30px;
    padding-right: 40px;
  }

  .form-top .select-divs-2 {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
  }

  .form-top .select-divs-2 .select-div:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .form-top .select-divs-2 {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-top {
    padding: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .form-top .select-divs-2 .select-div {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    padding-left: 0;
  }

  .form-top .select-divs-2 .select-div details summary {
    left: 0;
    right: 20px;
    /* width: calc(100% - 40px); */
    width: 100%;
  }

  .form-top .select-divs-2 .select-div:last-child {
    border-bottom: none;
  }
}

.form-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin-left: 20px;
  margin-top: auto;
}

@media screen and (max-width: 1199px) {
  .form-btns {
    margin-left: 0;
    /* margin-top: 30px; */
    padding-bottom: 22px;
  }
}

.form-btns .form-filters {
  width: 100%;
  max-width: 105px;
  height: 100%;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}

.form-btns .form-filters {
  background-color: #fff;
  background-image: url("../images/searchPlus.png");
  background-size: 26px;
}

.form-btns .submit-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 10px;
  background-color: #2C2C60;
  border: none;
  width: 100%;
  max-width: 200px;
  height: 100%;
  font-family: "Marcellus SC";
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.35px;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  position: relative;
}

.form-btns .submit-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.35);
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
}

.form-btns .submit-form span {
  color: #fff;
  font-family: "Marcellus SC";
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  z-index: 1;
}


.form-btns .submit-form.hidden {
  display: none;
}

.form-btns .submit-form img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
  position: static;
  margin-left: 10px;
  z-index: 1;
}

@media screen and (max-width: 1399px) {
  .form-btns {
    /* height: 65px; */
  }

  .form-btns .form-filters {
    max-width: 70px;
  }

  .form-btns .form-filters {
    background-size: 31px;
  }

  .form-btns .submit-form {
    font-size: 20px;
    max-width: 170px;
    margin-left: 30px;
  }

  .form-btns .submit-form img {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 1199px) {
  .form-btns .submit-form {
    max-width: unset;
    border-radius: 17px;
    flex-direction: row;
    padding: 15px 10px;
  }
}

@media screen and (max-width: 575px) {
  .form-btns {
    /* height: 50px; */
    padding-bottom: 0;
  }

  .form-btns .map,
  .form-btns .form-filters {
    max-width: 60px;
  }

  .form-btns .map {
    background-size: 29px;
  }

  .form-btns .form-filters {
    background-size: 25px;
  }

  .form-btns .submit-form {
    font-size: 18px;
    letter-spacing: 0.5px;
  }

  .form-btns .submit-form img {
    width: 20px;
    height: 20px;
  }
}

.select-div {
  width: 100%;
  height: 75px;
  background-color: transparent;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  /* margin-right: 30px; */
  margin-right: 15px;
}

@media screen and (max-width: 1399px) {
  .select-div {
    /* height: 65px; */
    justify-content: space-between;
  }
}

.select-div span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.35px;
  color: #1D1D3E;
  text-align: left;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .select-div {
    padding: 10px 15px;
    margin-right: 0;
  }

  .select-div span {
    font-size: 12px;
  }

  .select-div details summary {
    font-size: 14px;
  }
}

.select-div:last-child {
  margin-right: 0;
}

.select-div details {
  width: 100%;
}

.select-div details summary {
  list-style: none;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.35px;
  color: #1E1E1E;
  width: 100%;
  padding-right: 20px;
  background-image: url("../images/arr-down-full-b.svg");
  background-position: 100% 90%;
  background-repeat: no-repeat;
  background-size: 15px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 0px;
  bottom: 10px;
  right: 15px;
  width: calc(100% - 30px);
  display: flex;
  align-items: end;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-div details .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #1D1D3E;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  z-index: 5;
  width: 100%;
  padding: 10px;
}

.select-div details .dropdown-list .list-search-wrapper {
  width: 100%;
}

.select-div details .dropdown-list .list-search-wrapper input::-moz-placeholder {
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 400;
  color: #1D1D3E;
  letter-spacing: 1px;
}

.select-div details .dropdown-list .list-search-wrapper input,
.select-div details .dropdown-list .list-search-wrapper input::placeholder {
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 400;
  color: #1D1D3E;
  letter-spacing: 1px;
}

.select-div details .dropdown-list .list-search-wrapper input {
  color: #1D1D3E;
  padding: 0 5px;
  outline: none;
  height: 30px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.select-div details .dropdown-list ul {
  list-style: none;
  margin-top: 20px;
}

.select-div details .dropdown-list ul li {
  display: flex;
  align-items: center;
}

.select-div details .dropdown-list ul li label {
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
  margin-left: 10px;
}

.select-div details .dropdown-list ul li input {
  cursor: pointer;
}

.select-div details .dropdown-list ul li+li {
  margin-top: 10px;
}

.other-filters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}

@media screen and (max-width: 1199px) {
  .other-filters {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .other-filters {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .other-filters {
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 20px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 575px) {
  .other-filters {
    grid-template-columns: 1fr;
  }
}

.other-filters .form-btns {
  display: none;
}

@media screen and (max-width: 767px) {
  .other-filters .form-btns {
    display: block;
  }

  .other-filters .form-btns .submit-form {
    margin-left: 0;
  }
}

.other-filters .select-div {
  /* border-right: 1px solid rgba(30, 30, 30, 0.1); */
  grid-column: span 1;
  position: relative;
  padding-left: 0;
  width: 100%;
  /* max-width: 250px; */
}

.other-filters .select-div::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 230%;
  background-color: rgba(30, 30, 30, 0.1);
}

.other-filters .select-div:nth-of-type(4)::after, .other-filters .select-div:nth-of-type(8)::after {
  display: none;
}

@media screen and (max-width: 991px) {
  .other-filters .select-div {
    grid-column: span 1;
  }
}

.other-filters .select-div:nth-child(1), .other-filters .select-div:nth-child(2), .other-filters .select-div:nth-child(3),
.other-filters .select-div:nth-child(4) {
  grid-column: span 1;
  /* max-width: 250px; */
}

@media screen and (max-width: 1199px) {
  .other-filters .select-div:nth-child(1), .other-filters .select-div:nth-child(2), .other-filters .select-div:nth-child(3), .other-filters .select-div:nth-child(4) {
    grid-column: span 1;
  }
}

@media screen and (max-width: 991px) {
  .other-filters .select-div:nth-child(1), .other-filters .select-div:nth-child(2), .other-filters .select-div:nth-child(3), .other-filters .select-div:nth-child(4) {
    grid-column: span 1;
  }
}

@media screen and (max-width: 767px) {
  .other-filters .select-div:nth-child(1), .other-filters .select-div:nth-child(2), .other-filters .select-div:nth-child(3) {
    max-width: 100%;
    padding-right: 0;
  }
}

.other-filters .select-div:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}

.other-filters .select-div:nth-child(3) {
  margin-right: 0;
  margin-left: auto;
}

.other-filters .select-div input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
  max-width: 175px;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: 700;
  letter-spacing: 0.35px;

}

.other-filters .select-div input:focus {
  outline: none;
}

.other-filters .select-div input::-moz-placeholder {
  color: #1E1E1E;
}

.other-filters .select-div input::placeholder {
  color: #1E1E1E;
}

.other-filters .select-div .dropdown-list .list-search-wrapper input {
  background-color: #fff;
}

.other-filters .select-div details summary {
  width: 100%;
  max-width: 135px;
}

.id-name-search-wrap {
  padding: 20px 40px 30px 40px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  border-top: 1px solid rgba(30, 30, 30, 0.1);
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
}

.id-name-search-wrap form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.id-name-search-wrap form .select-div {
  max-width: 300px;
  border-bottom: 1px solid rgba(30, 36, 49, 0.35);
}

.id-name-search-wrap form .select-div input {
  font-family: "Manrope";
  font-size: 15px;
  font-weight: 400;
  color: #1D1D3E;
  outline: none;
  border: none;
  cursor: pointer;
  width: 100%;
  letter-spacing: 0.5px;
  background-color: transparent;
}

.id-name-search-wrap form .select-div input::-moz-placeholder {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 700;
  color: #1E1E1E;
}

.id-name-search-wrap form .select-div input::placeholder {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 700;
  color: #1E1E1E;
}

.id-name-search-wrap form .id-name-search-btn {
  width: 100%;
  max-width: 43px;
  height: 43px;
  margin-left: 15px;
  background-color: #1D1D3E;
  background-image: url("../images/search.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  margin-top: auto;
}

@media screen and (max-width: 1399px) {
  .id-name-search-wrap form .id-name-search-btn {
    height: 65px;
    max-width: 70px;
    background-size: 31px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 575px) {
  .id-name-search-wrap {
    padding: 20px;
  }

  .id-name-search-wrap form .select-div {
    max-width: unset;
  }

  .id-name-search-wrap form .id-name-search-btn {
    margin-left: 0;
    background-size: 25px;
  }
}

.non-visible {
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
}

.add-padding {
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .add-padding {
    padding-bottom: 25px;
  }
}

.top-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top-filters {
    flex-direction: column;
    align-items: flex-start;
  }
}

.top-filters .sort-listings {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .top-filters .sort-listings {
    margin-top: 15px;
   
  }
}

.top-filters .sort-listings form {
  margin-left: 10px;
}

.top-filters .sort-listings form select {
  color: #000000;
  padding: 10px 25px 10px 15px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  outline: none;
  list-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../images/chevron-down-b.svg") no-repeat;
  background-position: calc(100% - 10px);
  border: 1px solid rgba(30, 30, 30, 0.1);
}

.estate-pagination {
  padding-bottom: 80px;
}

@media screen and (max-width: 575px) {
  .estate-pagination {
    padding-bottom: 40px;
  }
}

.top-title-estate {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .top-title-estate {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 1199px) {
  .top-title-estate .left-part {
    margin-bottom: 30px;
  }
}

.top-title-estate .left-part .breadcrumbs p {
  font-size: 14px;
  color: #1D1D3E;
}

@media screen and (max-width: 575px) {
  .top-title-estate .left-part .breadcrumbs p {
    line-height: 23px;
  }
}

.top-title-estate .left-part .type {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1199px) {
  .top-title-estate .left-part .type {
    margin: 20px 0;
  }
}

.top-title-estate .left-part h1 {
  font-size: 45px;
  letter-spacing: 1px;
  font-weight: 400;
}

.top-title-estate .right-part span {
  letter-spacing: 0.35px;
  font-size: 16px;
  font-weight:500;
  display: block;
  text-align: end;
  color: #1D1D3E;
}

.top-title-estate .right-part .price {
  font-size: 24px;
  color: #1D1D3E;
  margin-top: 10px;
}

.top-title-estate .right-part .price b {
  font-size: 45px;
  font-weight: 500;
  /* letter-spacing: 8px; */
  /* letter-spacing: 4px; */
  letter-spacing: 1px;
}

.listing-sliders {
  width: 100%;
  padding-right: 215px;
  height: 785px;
  position: relative;
  margin: 40px 0 40px 0;
}

@media screen and (max-width: 991px) {
  .listing-sliders {
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .listing-sliders {
    margin-top: 30px;
  }
}

.listing-sliders img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.listing-sliders .bigSwiper {
  height: 100%;
  position: relative;
}

.listing-sliders .bigSwiper.sold-property .swiper-slide {
  background-color: rgba(0, 0, 0, 0.1);
  filter: blur(3px);
}

.listing-sliders .bigSwiper.sold-property .big-swiper-next,
.listing-sliders .bigSwiper.sold-property .big-swiper-prev,
.listing-sliders .bigSwiper.sold-property .discount,
.listing-sliders .bigSwiper.sold-property .highlighted {
  filter: blur(3px);
}

.listing-sliders .bigSwiper .sold-property-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Marcellus SC";
  font-size: 45px;
  letter-spacing: 1px;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 575px) {
  .listing-sliders .bigSwiper .sold-property-txt {
    font-size: 35px;
    letter-spacing: 5px;
  }
}

.listing-sliders .bigSwiper .discount {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  color: #1E1E1E;
  font-family: "Marcellus SC";
  font-size: 32px;
  letter-spacing: 1px;
  padding: 15px 20px;
  z-index: 1;
  border-radius: 0;
  border-top: 1px solid rgba(30, 30, 30, 0.5);
border-left: 1px solid rgba(30, 30, 30, 0.5);
}

@media screen and (max-width: 575px) {
  .listing-sliders .bigSwiper .discount {
    font-size: 20px;

  }
}

.listing-sliders .bigSwiper .highlighted {
  position: absolute;
  top: 0;
  right: 20px;
  width: 67px;
  height: 116px;
  z-index: 1;
}

@media screen and (max-width: 575px) {
  .listing-sliders .bigSwiper .highlighted {
    width: 35px;
    height: 61px;
  }
}

.listing-sliders .bigSwiper .highlighted img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.listing-sliders .bigSwiper a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.listing-sliders .smallSwiper {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: rotate(90deg) translateX(50%);
  transform-origin: top right;
  height: 190px;
  width: 785px;
}

.listing-sliders .smallSwiper .swiper-slide {
  width: 112px !important;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .listing-sliders .smallSwiper .swiper-slide {
    width: 100% !important;
    max-width: 172px;
  }
}

.listing-sliders .smallSwiper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(270deg) translate(-50%, -50%);
  transform-origin: top left;
  width: 190px;
  height: 112px;
}

@media screen and (max-width: 991px) {
  .listing-sliders .smallSwiper img {
    width: 100%;
    height: 100%;
  }
}

.listing-sliders .big-swiper-next,
.listing-sliders .big-swiper-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  margin: 0;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 575px) {

  .listing-sliders .big-swiper-next,
  .listing-sliders .big-swiper-prev {
    width: 30px;
    height: 30px;
  }
}

.listing-sliders .big-swiper-next::after,
.listing-sliders .big-swiper-prev::after {
  content: "";
  width: 18px;
  height: 100%;
}

.listing-sliders .big-swiper-next {
  background-image: url("../images/chevron-next-w.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 13px;
  right: 30px;
}

@media screen and (max-width: 575px) {
  .listing-sliders .big-swiper-next {
    background-size: 9px;
    right: 15px;
  }
}

.listing-sliders .big-swiper-prev {
  background-image: url("../images/chevron-prev-w.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 13px;
  left: 30px;
}

@media screen and (max-width: 575px) {
  .listing-sliders .big-swiper-prev {
    background-size: 9px;
    left: 15px;
  }
}


.listing-sliders .big-swiper-next:hover,
.listing-sliders .big-swiper-prev:hover{
  background-color: #1D1D3E;
  border: 1px solid #1D1D3E;
  transition: all 0.5s ease-in-out;
}

.listing-sliders .big-swiper-next:hover{
    background-image: url("../images/chevron-next-o.svg");
}

.listing-sliders .big-swiper-prev:hover {
    background-image: url("../images/chevron-prev-o.svg");
}



@media screen and (max-width: 1600px) {
  .listing-sliders {
    height: 550px;
  }

  .listing-sliders .smallSwiper {
    width: 550px;
  }

  .listing-sliders .smallSwiper img {
    height: 112px;
  }
}

@media screen and (max-width: 991px) {
  .listing-sliders {
    padding-left: 0;
    height: -moz-fit-content;
    height: fit-content;
  }

  .listing-sliders .bigSwiper {
    height: 500px;
  }

  .listing-sliders .smallSwiper {
    position: static;
    transform: none;
    height: 200px;
    width: 100%;
    margin-top: 10px;
  }

  .listing-sliders .smallSwiper img {
    position: static;
    transform: none;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 575px) {
  .listing-sliders .bigSwiper {
    height: 345px;
  }

  .listing-sliders .smallSwiper {
    height: 115px;
    margin-top: 5px;
  }
}

.estate-detail-cont {
  background-color: #FAFAFA;
}

.estate-detail-cont h3{
  padding: 30px 30px 0 30px;
  font-family: "Monroe";
}

.estate-details-wrapper {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */

  margin-bottom: 40px;

}

@media screen and (max-width: 1299px) {
  .estate-details-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .estate-details-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .estate-details-wrapper {
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
}

.estate-details-wrapper .estate-detail {
  /* background-color: #f9f9f9; */
  padding: 30px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  position: relative;
 
}

/* .estate-details-wrapper .estate-detail::after {
  content: "";
  position: absolute;
  right: -50%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: rgba(29, 29, 62, 0.1);
} */

.estate-details-wrapper .estate-detail:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: rgba(29, 29, 62, 0.1);
}

.estate-details-wrapper .estate-detail:last-of-type:after {
display: none;
}

@media screen and (max-width: 1299px) {
  .estate-details-wrapper .estate-detail {
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .estate-details-wrapper .estate-detail {
    padding: 20px;
  }
}

.estate-details-wrapper .estate-detail:last-child {
  margin-right: 0;
}

.estate-details-wrapper .estate-detail img {
  width: -moz-max-content;
  width: max-content;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 575px) {
  .estate-details-wrapper .estate-detail img {
    width: 25px;
    height: 25px;
  }
}

.estate-details-wrapper .estate-detail .details {
  margin-left: 15px;
}

.estate-details-wrapper .estate-detail .details p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #1D1D3E;
}

@media screen and (max-width: 575px) {
  .estate-details-wrapper .estate-detail .details p {
    font-size: 13px;
    line-height: 15px;
  }
}

.estate-details-wrapper .estate-detail .details span {
  font-size: 16px;
  font-weight: 700;
  color: #1D1D3E;
  letter-spacing: 0.5px;
  text-transform: none;
}

@media screen and (max-width: 575px) {
  .estate-details-wrapper .estate-detail .details span {
    font-size: 14px;
  }
}

.description-wrapper {
  background-color: #fafafa;
  padding: 30px;
  margin-bottom: 40px;
}

.description-wrapper h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.75px;
  margin-bottom: 20px;
  font-family: "Monroe";
}

.description-wrapper p{
  margin-bottom: 15px;
}

.description-wrapper p span {
font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.35px;
    line-height: 32px;
    text-transform: none;
    color: #1E1E1E;
}

.description-wrapper p:last-of-type{
  margin-bottom: 0;
}

.description-wrapper a {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.description-wrapper a svg {
  margin-right: 10px;
}

.description-wrapper a.video-link {
  color: #000;
}

.description-wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}

.spec-benefits-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .spec-benefits-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.spec-benefits-wrapper .cont {
  padding: 30px;
  background-color: #fafafa;
  width: 50%;
}

@media screen and (max-width: 991px) {
  .spec-benefits-wrapper .cont {
    width: 100%;
  }
}

.spec-benefits-wrapper .cont h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.75px;
  margin-bottom: 20px;
  font-family: "Manroe";
}

.spec-benefits-wrapper .cont ul li {
  position: relative;
  padding-left: 20px;
  color: #1D1D3E;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;

}

.spec-benefits-wrapper .cont ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #C79134;
  border-radius: 50%;
}

.spec-benefits-wrapper .cont.benefits ul li {
  padding-left: 35px;
}

.spec-benefits-wrapper .cont.benefits ul li::before {
  width: 25px;
  height: 25px;
  background-color: transparent;
  border-radius: 0;
  background-image: url("../images/checked-o.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.map {
  width: 100%;
  height: 640px;
}

.map iframe{
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .map {
    height: 500px;
  }
}

@media screen and (max-width: 575px) {
  .map {
    height: 350px;
  }
}

.agent-wrapper {
  padding: 40px;
  width: 85%;
  box-shadow: 0 0 20px rgba(0,0,0,0.12);
  background-color: #fff;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .agent-wrapper {
    padding: 20px;
  }
}

.agent-wrapper .agent {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
  height: 132px;
  padding: 0 20px;
}

@media screen and (max-width: 991px) {
  .agent-wrapper .agent {
    flex-direction: column;
    height: auto;
  }
}

.agent-wrapper .agent .agent-info {
  display: flex;
  align-items: center;
  padding: 20px 0;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .agent-wrapper .agent .agent-info {
    width: 100%;
    justify-content: center;
  }
}

.agent-wrapper .agent .agent-info:nth-child(2) {
  position: relative;
}

.agent-wrapper .agent .agent-info:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 1px;
  height: 100%;
  background-color: rgba(30, 36, 49, 0.5);
}

@media screen and (max-width: 1199px) {
  .agent-wrapper .agent .agent-info:nth-child(2)::before {
    left: -25%;
  }
}

@media screen and (max-width: 991px) {
  .agent-wrapper .agent .agent-info:nth-child(2)::before {
    width: 100%;
    height: 1px;
    left: 0;
  }
}

.agent-wrapper .agent .agent-info:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50%;
  width: 1px;
  height: 100%;
  background-color: rgba(30, 36, 49, 0.5);
}

@media screen and (max-width: 1199px) {
  .agent-wrapper .agent .agent-info:nth-child(2)::after {
    right: -25%;
  }
}

@media screen and (max-width: 991px) {
  .agent-wrapper .agent .agent-info:nth-child(2)::after {
    width: 100%;
    height: 1px;
    left: 0;
    top: auto;
    bottom: 0;
  }
}

.agent-wrapper .agent .agent-info img {
  width: 82px;
  height: 82px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}

.agent-wrapper .agent .agent-info .info {
  margin-left: 15px;
}

@media screen and (max-width: 575px) {
  .agent-wrapper .agent .agent-info .info {
    margin-left: 10px;
  }
}

.agent-wrapper .agent .agent-info .info span {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.agent-wrapper .agent .agent-info .info p {
  font-family: "Marcellus SC";
  font-size: 18px;
  color: #1D1D3E;
}

@media screen and (max-width: 575px) {
  .agent-wrapper .agent .agent-info .info a {
    font-size: 14px;
  }
}

.agent-wrapper .agent-form form {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
}

@media screen and (max-width: 767px) {
  .agent-wrapper .agent-form form {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

@media screen and (max-width: 575px) {
  .agent-wrapper .agent-form form {
    margin-top: 30px;
  }
}

.agent-wrapper .agent-form form label {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #1D1D3E;
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {
  .agent-wrapper .agent-form form label {
    font-size: 16px;
  }
}

.agent-wrapper .agent-form form input,
.agent-wrapper .agent-form form textarea,
.agent-wrapper .agent-form form select {
  border: none;
  background-color: #f5f5f5;
  padding: 14px 10px;
  margin-top: 5px;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 300;
  width: 100%;
}

.agent-wrapper .agent-form form input:focus,
.agent-wrapper .agent-form form textarea:focus,
.agent-wrapper .agent-form form select:focus {
  outline: 1px solid #1D1D3E;
}

.agent-wrapper .agent-form form label:has(textarea) {
  grid-column: span 2;
}

@media screen and (max-width: 767px) {
  .agent-wrapper .agent-form form label:has(textarea) {
    grid-column: span 1;
  }
}

.agent-wrapper .agent-form form label:has(textarea) textarea {
  height: 200px;
  resize: none;
}

.agent-wrapper .agent-form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f5f5f5 url(../images/arr-down-full-b.svg) no-repeat;
  background-position: calc(100% - 10px);
}

.agent-wrapper .agent-form form .btn {
  grid-column: span 2;
  margin-left: auto;
  background-color: #1D1D3E;
  color: #fff;
  padding: 15px 35px;
}

@media screen and (max-width: 767px) {
  .agent-wrapper .agent-form form .btn {
    grid-column: span 1;
  }
}

.agent-wrapper .agent-form form .iti {
  margin-top: 5px;
}

.similar-estates {
  padding-bottom: 80px;
}

@media screen and (max-width: 575px) {
  .similar-estates {
    padding-bottom: 40px;
  }
}

.contact-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .contact-wrapper {
    flex-direction: column;
  }
}

.contact-wrapper .left-part {
  width: 40%;
}

@media screen and (max-width: 1199px) {
  .contact-wrapper .left-part {
    width: 100%;
  }
}

.contact-wrapper .left-part .contact-info {
  margin-top: 40px;
}

@media screen and (max-width: 575px) {
  .contact-wrapper .left-part .contact-info {
    margin-top: 25px;
  }
}

.contact-wrapper .left-part .contact-info .contact {
  /* display: flex;
  align-items: flex-start; */
  margin-bottom: 20px;
}

.contact-wrapper .left-part .contact-info .contact p {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.35px;
  margin-right: 10px;
}



.contact-wrapper .left-part .contact-info .contact a {
  font-size: 16px;
  letter-spacing: 0.35px;
  display: block;
  line-height: 32px;
  font-weight: 300;
}



.contact-wrapper .right-part {
  width: 55%;
  background-color: #f5f5f5;
  padding-left: 70px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .contact-wrapper .right-part {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    padding: 20px;
    /* background-color: transparent; */
  }
}

.contact-wrapper .right-part::after, .contact-wrapper .right-part::before {
  content: "";
  position: absolute;
  left: 0;
  width: 150%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .contact-wrapper .right-part::after, .contact-wrapper .right-part::before {
    display: none;
  }
}

.contact-wrapper .right-part::after {
  top: -20%;
}

.contact-wrapper .right-part::before {
  bottom: -20%;
}

.contact-wrapper .right-part .contact-socials {
  position: absolute;
  top: 0;
  left: -5%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1199px) {
  .contact-wrapper .right-part .contact-socials {
    position: relative;
    flex-direction: row;
    left: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-wrapper .right-part .contact-socials {
    margin-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .contact-wrapper .right-part .contact-socials {
    justify-content: space-between;
  }
}

.contact-wrapper .right-part .contact-socials a {
  width: 68px;
  height: 63px;
  background-color: #fff;
  border: 1px solid #1D1D3E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1199px) {
  .contact-wrapper .right-part .contact-socials a {
    margin-bottom: 0;
    margin-right: 40px;
  }
}

@media screen and (max-width: 575px) {
  .contact-wrapper .right-part .contact-socials a {
    width: 40px;
    height: 40px;
  }
}

.contact-wrapper .right-part .contact-socials a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .contact-wrapper .right-part .contact-socials a:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .contact-wrapper .right-part .contact-socials a svg {
    width: 25px;
    height: 25px;
  }
}

.contact-wrapper .right-part .contact-socials a svg path {
  transition: all 0.5s ease-in-out;
}

.contact-wrapper .right-part .contact-socials a:hover {
  background-color: #1D1D3E;
  transition: all 0.5s ease-in-out;
}

.contact-wrapper .right-part .contact-socials a:hover svg path {
  fill: #fff;
  transition: all 0.5s ease-in-out;
}

.contact-wrapper .right-part .form form {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
}

@media screen and (max-width: 767px) {
  .contact-wrapper .right-part .form form {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

@media screen and (max-width: 575px) {
  .contact-wrapper .right-part .form form {
    margin-top: 30px;
  }
}

.contact-wrapper .right-part .form form label {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #1D1D3E;
  text-transform: uppercase;
}


.contact-wrapper .right-part .form form input,
.contact-wrapper .right-part .form form textarea,
.contact-wrapper .right-part .form form select {
  border: none;
  background-color: #fff;
  padding: 14px 10px;
  margin-top: 5px;
  font-size: 16px;
  width: 100%;
}

.contact-wrapper .right-part .form form input:focus,
.contact-wrapper .right-part .form form textarea:focus,
.contact-wrapper .right-part .form form select:focus {
  outline: 1px solid #1D1D3E;
}

.contact-wrapper .right-part .form form label:has(textarea) {
  grid-column: span 2;
}

@media screen and (max-width: 767px) {
  .contact-wrapper .right-part .form form label:has(textarea) {
    grid-column: span 1;
  }
}

.contact-wrapper .right-part .form form label:has(textarea) textarea {
  height: 200px;
  resize: none;
}

.contact-wrapper .right-part .form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/arr-down-full-b.svg) no-repeat;
  background-position: calc(100% - 10px);
}

.contact-wrapper .right-part .form form .btn {
  grid-column: span 2;
  margin-left: auto;
  background-color: #1D1D3E;
  color: #fff;
  padding: 15px 45px;
}

@media screen and (max-width: 767px) {
  .contact-wrapper .right-part .form form .btn {
    grid-column: span 1;
  }
}

.contact-wrapper .right-part .form form .iti {
  margin-top: 5px;
}

.cookies-text h2 {
font-size: 32px;
  margin-bottom: 20px;
}



.cookies-text h2:last-child {
  margin-bottom: 0;
}

.cookies-text p {
  margin-bottom: 30px;
}

.cookies-text p:last-child {
  margin-bottom: 0;
}

.qa-list li {
  padding: 40px;
  background-color: #fff;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 767px) {
  .qa-list li {
    padding: 20px;
  }
}

.qa-list li:last-child {
  margin-bottom: 0;
}

.qa-list li::before {
  content: "";
  position: absolute;
  top: 40px;
  right: 40px;
  background: #1D1D3E url("../images/chevron-down-w.svg") no-repeat;
  background-position: center;
  background-size: 20px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .qa-list li::before {
    width: 26px;
    height: 26px;
    background-size: 10px;
    right: 20px;
  }
}

.qa-list li h2 {
  /* text-transform: uppercase; */
  letter-spacing: 0.5px;
  width: 90%;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .qa-list li h2 {
    text-transform: none;
    letter-spacing: 0.5px;
  }
}

@media screen and (max-width: 575px) {
  .qa-list li h2 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.35px;
  }
}

.qa-list li ul {
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
      padding-top: 0px;
    margin-top: 0px;
}

.qa-list li ul li {
  padding: 0;
  margin-bottom: 0;
  /* margin-top: 30px; */
  line-height: 32px;
  box-shadow: none;
}

.qa-list li ul li::before {
  display: none;
}

.qa-list li.open-qa::before {
  background: #1D1D3E url("../images/chevron-up-o.svg") no-repeat;
  background-position: center;
  background-size: 20px;
}

@media screen and (max-width: 575px) {
  .qa-list li.open-qa::before {
    background-size: 15px;
  }
}

.qa-list li.open-qa ul {
  position: static;
  opacity: 1;
  padding-left: 0;
  transition: all 0.5s ease-in-out;
  border-top: 1px solid rgba(29, 29, 62, 0.1);
      padding-top: 30px;
    margin-top: 30px;
}

.steps-wrapper {
  /* position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; */
position: relative;
z-index: 2;
  margin-top: -110px;
}

.steps-wrapper .max-width {
  height: 100%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.steps-wrapper .step {
  width: 100%;
  max-width: 206px;
  height: 206px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

.steps-wrapper .step span {
  display: block;
  color: #1E1E1E;
  font-size: 72px;
  font-family: "Marcellus SC";
  text-align: center;
}

@media screen and (max-width: 575px) {
  .steps-wrapper .step span {
    /* font-size: 130px; */
    font-size:40px;
  }
}

.steps-wrapper .step p {
  font-size: 16px;
  color: #1E1E1E;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .steps-wrapper .step p {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}

@media screen and (max-width: 767px) {
  .steps-wrapper .step p {
    display: none;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
  }
}

.steps-wrapper .step.active {
  background-color: #1D1D3E;
}

.steps-wrapper .step.active span,
.steps-wrapper .step.active p {
  color: #C79134;
}

.steps-wrapper .step.active:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: -92%;
  width: 92%;
  height: 100%;
  background-color: rgba(30, 36, 49, 0.7);
  display: none;
}

@media screen and (max-width: 1199px) {
  .steps-wrapper .step.active:first-of-type::before {
    left: -17%;
    width: 17%;
  }
}

@media screen and (max-width: 575px) {
  .steps-wrapper .step.active:first-of-type::before {
    left: -18%;
    width: 18%;
  }
}

.steps-wrapper .step.active:nth-of-type(3)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -92%;
  width: 92%;
  height: 100%;
  background-color: rgba(30, 36, 49, 0.7);
  display: none;
}

@media screen and (max-width: 1199px) {
  .steps-wrapper .step.active:nth-of-type(3)::after {
    right: -17%;
    width: 17%;
  }
}

@media screen and (max-width: 575px) {
  .steps-wrapper .step.active:nth-of-type(3)::after {
    right: -18%;
    width: 18%;
  }
}

.advertise-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 40px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .advertise-form form {
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-top: 0;
  }
}

.advertise-form form.no-margin {
  margin-top: 0;
}

.advertise-form form label {
  display: flex;
  flex-direction: column;
  /* font-family: "Marcellus SC"; */
  font-size: 18px;
  color: #1D1D3E;
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {
  .advertise-form form label {
    font-size: 16px;
  }
}

.advertise-form form input,
.advertise-form form textarea,
.advertise-form form select {
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 18px 10px;
  margin-top: 5px;
  /* font-family: "Marcellus SC"; */
  font-size: 16px;
  width: 100%;
  letter-spacing: 0.5px;
  color: rgba(30, 36, 49, 0.5);
}

.advertise-form form input:focus,
.advertise-form form textarea:focus,
.advertise-form form select:focus {
  outline: 1px solid #1D1D3E;
}

.advertise-form form label:has(textarea) {
  grid-column: span 2;
}

@media screen and (max-width: 767px) {
  .advertise-form form label:has(textarea) {
    grid-column: span 1;
  }
}

.advertise-form form label:has(textarea) textarea {
  height: 200px;
  resize: none;
}

.advertise-form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0.05) url(../images/arr-down-full-b.svg) no-repeat;
  background-position: calc(100% - 10px);
}

.advertise-form form .form-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: span 2;
}

.advertise-form form .form-buttons .btn{
  width: 100%;
  max-width: 300px;
  box-shadow: none;
  border: 1px solid rgba(29, 29, 62, 0.35);
}

.advertise-form form .form-buttons .btn.first-step-btn {
  color: rgba(29, 29, 62, 0.35);
  cursor: not-allowed;
}

.advertise-form form .form-buttons .btn.first-step-btn:hover{
  background-color: #fff;
  color: rgba(29, 29, 62, 0.35);
}

.advertise-form form .form-buttons .btn:hover{
  background-color: #1D1D3E;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .advertise-form form .form-buttons {
    grid-column: span 1;
    gap: 10px;
  }
}

.advertise-form form button {
  margin-left: auto;
  background-color: #1D1D3E;
  color: #fff;
  padding: 15px 58px;
  max-width: 300px;
}

@media screen and (max-width: 575px) {
  .advertise-form form button {
    padding: 15px 35px;
  }
}

.advertise-form form button:hover {
  background-color: #fff;
  color: #1D1D3E;
}

.advertise-form a.go-back {
  background-image: url("../images/arr-left-b.svg");
  background-repeat: no-repeat;
  background-position: 30px;
  padding: 15px 35px 15px 75px;
}

@media screen and (max-width: 575px) {
  .advertise-form a.go-back {
    padding-left: 45px;
    background-size: 20px;
    padding-right: 20px;
    background-position: 20px;
  }
}

.advertise-form a.go-back:hover {
  background-image: url("../images/arr-left-w.svg");
}

.success-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.success-cont a {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #1D1D3E;
  color: #fff !important;
  font-weight: 400;
}

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

.for-buyer .max-width {
  flex-direction: row-reverse;
}

.for-seller .text h2 {
  text-transform: uppercase;
}

.services-cont .btn {
  text-transform: uppercase;
}

.no-results {
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-column: span 3;
}

.no-results .icon {
  background-color: #1D1D3E;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: white;
  font-family: "Manrope";
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
}

.no-results span {
  margin-top: 10px;
  font-weight: 700;
  font-size: 20px;
}

.no-results .icon span {
  line-height: 1;
  color: #fff;
  font-size: 17px;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
}


.top-title-estate .left-part .type {
  text-transform: uppercase;
  margin: 10px 0;
}

.top-title-estate .left-part {
  width: 65%;
}

.spec-benefits-wrapper .cont ul {
  /* display: flex; */
  /* flex-direction: column; */
  /* flex-wrap: wrap; */
  /* height: 12em; */
  column-count: 2;
  gap: 20px;
}

.spec-benefits-wrapper .cont.benefits ul{
display: flex; 
   flex-wrap: wrap;
}

.share-estate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;

}

.share-estate::before{
  content: "";
  position: absolute;
  top: 55px;
  left: -15%;
  width: 50%;
  height: 94%;
  background-color: #f5f5f5;
  z-index: -1;
}

.share-estate .share {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}

.share-estate .share p {
  line-height: 100%;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.share-estate .share hr {
  width: 1px;
  height: 80px;
  background-color: #1D1D3E;
  margin: 30px 0;
}


.share-estate .share .socials {
  display: flex;
  flex-direction: column;
}

.share-estate .share .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-top: 40px;
  background-color: #D9D9D9;
}

/* .share-estate .share .socials a:last-child {
  margin-bottom: 0;
} */

.share-estate .share .socials a:hover {
  background-color: #1D1D3E;
  transition: all 0.5s ease-in-out;
}

.share-estate .share .socials a svg path {
  transition: all 0.5s ease-in-out;
}

.share-estate .share .socials a:hover svg path {
  fill: #C79134;
  transition: all 0.5s ease-in-out;
}

.estate-list {
  padding-bottom: 80px;
}

.favorite-cont {
  position: fixed;
  bottom: 10px;
  background-color: #1D1D3E;
  display: flex;
  align-items: center;
  z-index: 4;
  padding: 10px 15px;
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.2);


}

.favorite-cont p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.favorite-cont svg {
  margin-right: 5px;
}

.favorite-cont span {
  letter-spacing: 4px;
  margin-right: 5px;
}

.remove-all-wishes {
  grid-column: span 3;
}

.wish-list-empty {
  grid-column: span 3;
  text-align: center;
  margin-top: 30px;

}

.floating-icon {
  position: fixed;
  right: 30px;
  z-index: 3;
}

.floating-icon.whatsapp {
  bottom: 165px;
}

.floating-icon.viber {
  bottom: 230px;
}

.floating-icon.telegram {
  bottom: 100px;
}

.floating-icon.telegram {
  border-radius: 50%;
  background-color: #fff;
}

.bigSwiper.noImageSwiper img {
  height: 550px;
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.main-background .main-title {
  z-index: 2;
}

.main-background .main-title p {
  color: #fff;
  text-align: center;
}

.realestate-grid .realestate .estate-info .estate-description p {
  font-size: 14px;
  line-height: 25px;
  color: #1D1D3E;

}

.advertise-form form label span {
  text-transform: none;
  letter-spacing: 0.5px;
  color: #1E1E1E;
}


.contact-wrapper .right-part .form form .flex-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: span 2;
}

.agent-wrapper .agent-form form .flex-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: span 2;
}

header .bottom-header .left-nav {
  flex: 0 0 35%;
}

@media (min-width: 1301px) {
header .bottom-header .left-nav{
  flex: 0 0 37%;
}
}

@media (min-width: 1200px) {
  header .bottom-header .left-nav {
    margin-top: 75px;
  }
}

header .bottom-header .right-nav {
  flex: 0 0 35%;
  justify-content: flex-end;

}

@media (min-width: 1301px) {
header .bottom-header .right-nav{
  flex: 0 0 37%;
}
}

@media (min-width: 1200px) {
  header .bottom-header .right-nav {
    margin-top: 75px;
  }
}


.header-badge {
  position: relative;
  width: 66px;
  min-height: 22px;
  transition: all 0.5s ease-in-out;
}

.header-badge img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 98px;
  object-fit: contain;
  object-position: center;
}

header.small-header {
  transform: translateY(-67px);
  transition: all 0.5s ease-in-out;
}


header.small-header .logo {
  height: 60px;
  /* margin-bottom: 0; */
  transform: translateY(38px);
}

header.small-header .header-badge img {
  bottom: -15px;
  height: 50px;
  transition: all 0.5s ease-in-out;
}

.right-title {
  text-align: end;
}


.title-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;

}

.title-desc {
  max-width: 600px;
}

.title-desc p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.35px;

}

.right-title-desc {
  text-align: end;
}


.video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -10;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.video-wrap.open-video {
  z-index: 105;
  opacity: 1;
}

.video-wrap .video {
  background-color: transparent;
  padding: 10px;
  width: 90%;
  height: 80%;
  max-width: 800px;
  max-height: 500px;
  position: relative;
  border: 2px solid #FFB701;
}

.video-wrap .video .closeVideo {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #FFB701;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  top: -25px;
  right: -25px;
  cursor: pointer;
  background-image: url(../images/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}

.videobg {
  position: relative;
  height: 625px;
  display: flex;
  align-items: center;
  padding: 50px 0;

}

@media screen and (max-width: 767px) {
  .videobg {
    height: 500px;
  }
}

.videobg img.video-back-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}



.videobg .play {
  border: 2px solid #fff;
  color: #fff;
  width: 100%;
  max-width: 335px;
  height: 335px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  background-image: url('../images/play-btn.png');
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;

}

@media screen and (max-width: 767px) {
  .videobg .play {
    max-width: 150px;
    height: 150px;
  }
}

.videobg .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .videobg .max-width {
    flex-direction: column;
    gap: 30px;
  }
}

.videobg h2 {
  color: #fff;
}

.videobg span {
  color: #fff;
}

.trusted-ride-wrapper .img {
  flex: 0 0 48%;
  height: 606px;
}

.trusted-ride-wrapper .img img {
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.trusted-ride-wrapper .text {
  flex: 0 0 48%;
}

.trusted-ride-wrapper .title {
  margin-bottom: 30px;
}

.numbers-wrap {
  display: flex;
  gap: 50px;
  margin-top: 30px;
}

.numbers-wrap .number-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.numbers-wrap .number .counter-wrap {
  display: flex;
  align-items: center;
}

.numbers-wrap .number .counter-wrap .counter, .numbers-wrap .number .counter-wrap span {
  color: #C79134;
  font-size: 64px;
  font-family: "Marcellus SC";
  font-weight: 400;
}


.numbers-wrap .number .number-wrap p {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.trusted-ride-wrapper .max-width {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.numbers-wrap .number {
  position: relative;
}

.numbers-wrap .number:first-of-type:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15%;
  width: 1px;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.1);
}

.trusted-ride-wrapper .more-btn {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(29, 29, 62, 0.2);
  font-weight: 700;
  margin-top: 30px;
  display: block;
  width: max-content;
}

.home-blog-list {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  margin-top: 30px;
}

.home-blog-list .blog {
  margin-bottom: 0;
}

.home-blog-list .blog .blog-info {
  max-width: 100%;
  padding: 0px 10px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
  margin-top: 0;
}

.home-blog-list .blog .blog-info p {
  color: rgba(30, 30, 30, 0.7);
}

.home-blog-list .blog:first-of-type {
  grid-row: span 3;
  margin-bottom: 0;
  align-items: flex-start;
  flex-direction: column;
}


.home-blog-list .blog:first-of-type .blog-image {
  height: 476px;
  position: relative;
}

.home-blog-list .blog:first-of-type .blog-image .blog-title h2 {
  font-size: 24px;
}


.home-blog-list .blog .blog-image {
  height: 230px;
  max-width: 100%;
}

.home-blog-list .blog .blog-image .blog-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 90%;
  z-index: 2;
}

.home-blog-list .blog .blog-image .blog-title h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.home-blog-list .blog .blog-info .more-btn {
  padding-bottom: 5px;
  border-bottom: 1px solid #C79134;
  width: max-content;
  font-size: 16px;
  font-weight: 700;
}

footer .top-footer .contact-cont .contact .footer-socials {
  display: flex;
  align-items: center;
  gap: 20px;
}

footer .top-footer .contact-cont .contact .footer-socials a svg path {
  transition: all 0.5s ease-in-out;
}

footer .top-footer .contact-cont .contact .footer-socials a:hover svg path {
  fill: #C79134;
  transition: all 0.5s ease-in-out;
}

footer .top-footer .contact-cont {
  flex: 0 0 33.33%;
}

footer .top-footer .contact-cont:last-of-type {
  margin-left: 5%;
}

footer .middle-footer ul.two-columns {
  column-count: 2;
}

header .bottom-header .menu li.mobile-li {
  display: none;
}


header .top-header .contact-header{
  position: relative;
  z-index: 3;
}

.realestate-grid .realestate .favourite.crossed-favorite{
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.realestate-grid#wishlistData {
  margin-top: 40px;
}


.blogs-list .blog .blog-info .more-btn {
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #C79134;
  width: max-content;
}


.blogs-list .blog {
  position: relative;
}

.blogs-list .blog::after{
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  top: 4%;
  background-color: #F5F5F5;
  right: 0;
  z-index: -1;
}

.blogs-list.home-blog-list .blog::after {
  display: none;
}


.contact-wrapper .left-part .contact-info .contact .contact-socials {
  display: flex;
  align-items: center;
  gap: 20px;
}


.contact-wrapper .left-part .contact-info .contact .contact-socials li a svg path {
 transition: all 0.5s ease-in-out;
}


.contact-wrapper .left-part .contact-info .contact .contact-socials li a:hover svg path {
fill: #C79134;
 transition: all 0.5s ease-in-out;
}


.about-wrapper2 {
      display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about-wrapper2 .left-part{
    width: 45%;
}

.about-wrapper2 .right-part {
    width: 50%;
    position: relative;
    min-height: 720px;
    position: relative;
}


.about-wrapper2 .right-part img{
  width: 100%;
  max-width: 490px;
  height: 534px;
  object-fit: cover;
  object-position: center;
  position: absolute;
}

.about-wrapper2 .right-part img:first-of-type{
bottom: 0;
left: 0;
z-index: 1;
}

.about-wrapper2 .right-part img:last-of-type{
right: 0;
top: 0;
}

.no-bottom-padding{
  padding-bottom: 0;
}

.estate-details-wrapper.justify-between {
  justify-content: space-between;
}

.estate-details-wrapper.justify-between .estate-detail {
  flex: 1;
}

.bigSwiper .discount {

  position: absolute;
  top: 0;
  left: 0px;
  background-color: #fff;
  padding: 15px 20px;
  border-top-left-radius: 20px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 2;
}

.bigSwiper .discount span {
    display: inline-block;
    transform: rotate(-15deg);
    position: relative;
    top: -12px;
    left: -14px;
    color: #1E1E1E;
  font-family: "Manrope";
  font-size: 26px;
  font-weight: 800;
    letter-spacing: 0.35px;
}

.top-filters .right-part {
  display: flex;
  align-items: center;
  gap: 30px;
}


.listing-details-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.listing-details-top-bar .share-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.listing-details-top-bar .share-icons .share-icon{
  position: relative;
}

.listing-details-top-bar .share-icons p {
  font-weight: 700;
}

.copy-tooltip {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: #C79134;
    color: #fff !important;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 400 !important;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    text-transform: none !important;
}

.copy-tooltip.show {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.heart.active svg path {
  fill: #1C274C;
}







@media screen and (max-width: 1300px) {
  .blog-text .blog-top .share {
    position: relative;
    right: auto;
    transform: none;

  }

  .blog-text .blog-top {
    flex-direction: row-reverse;
  }

  .blog-text .blog-top .blog-img {
    width: 90%;
    margin-right: 20px;
  }

  .steps-wrapper .max-width {
    max-width: 90%;
  }

      .estate-details-wrapper .estate-detail::after {
      display: none;
    }
}



@media screen and (max-width: 1200px) {
  .top-title-estate .left-part {
    width: 100%;
  }

  .remove-all-wishes {
    grid-column: span 2;
  }

  .wish-list-empty {
    grid-column: span 2;
  }

  .for-buyer .seller-img {
    display: none;
  }

  .trusted-ride-wrapper .max-width {
    flex-direction: column-reverse;
  }

  .trusted-ride-wrapper .img img {
    display: none;
  }



  .form-btns .submit-form::before {
    border-radius: 17px;
  }

  .form-bottom::after {
    top: 38%;
  }

  header .logo {
    display: none;
  }

  header .bottom-header .right-nav {
    display: none;
  }

  header .bottom-header .menu li.mobile-li {
    display: flex;
  }

  header.small-header {
    transform: none;
  }

  header.mobile-header .bottom-header .left-nav::after{
        content: "";
      position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: url("../images/building.png") center/cover no-repeat;
    opacity: .08;
    pointer-events: none;
  }



  .left-nav .menu>li>a {
    height: 62px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .8px;
    transition: .3s;
  }

  header .bottom-header .menu li a.active {
    background:
      linear-gradient(90deg,
        #C79134,
        #ebba65);
    color: #151631;
    border-color: transparent;
    box-shadow:
      0 8px 25px rgba(214, 173, 88, .25);
    border-bottom: none;
  }


  .about-wrapper2 {
    flex-direction: column;
  }

  .about-wrapper2 .left-part {
    width: 100%;
  }

  .about-wrapper2 .right-part{
    width: 100%;
    margin-top: 40px;
  }

  .about-wrapper2 .right-part img:first-child {
        right: 40%;
        left: auto;
    }

    .about-wrapper2 .right-part img:last-of-type {
        left: 60%;
        transform: translateX(-50%);
    }

    .top-title-estate .right-part span {
      text-align: start;
    }



}

@media screen and (max-width: 991px) {
  .remove-all-wishes {
    grid-column: span 1;
  }

  .wish-list-empty {
    grid-column: span 1;


  }

  .title-head {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-start;
  }

  .right-title {
    text-align: left;
  }

  .right-title-desc {
    text-align: left;
  }

  .title-head:has(.right-title-desc) {
    flex-direction: column;
  }


  .realestate-grid .btn {
    grid-column: span 2;
  }

  footer .top-footer .logo {
    width: 200px;
  }

  footer .middle-footer ul.two-columns {
    column-count: 1;
  }

  footer .middle-footer .footer-list {
    width: 100%;
  }

  footer .top-footer .contact-cont:last-of-type {
    margin-left: 0;
  }

  .other-filters .select-div input {
    max-width: 100%;
  }

  .blogs-list .blog::after {
    display: none;
  }

  .home-blog-list .blog .blog-info {
    padding-top: 30px;
  }

  .about-wrapper2 .right-part img:last-of-type {
    display: none;
  }

  .about-wrapper2 .right-part img:first-child{
    right: 0;
    left: auto;
    max-width: 100%;
    height: 350px;
  }

  .about-wrapper2 .right-part {
    min-height: 350px;
  }

  .steps-wrapper .step {
    width: 30%;
  }

  .home-blog-list {
    grid-template-columns: 1fr;
  }

  .listing-details-top-bar {
    flex-direction: column;
    align-items: flex-start;
  }

}

@media screen and (max-width: 767px) {
  .bigSwiper.noImageSwiper img {
    width: 100%;
  }

  .contact-wrapper .right-part .form form .flex-btns {
    grid-column: span 1;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
  }

  .agent-wrapper .agent-form form .flex-btns {
    grid-column: span 1;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
  }

  .featured-wrapper .featured-estate-card .featured-estate-inner::before {
    display: none;
  }

  .home-blog-list .blog:first-of-type .blog-image {
    height: 350px;
  }



  .form-top .select-divs-2 .select-div::after {
    display: none;
  }

  .other-filters .select-div::after {
    display: none;
  }

  .form-bottom::after {
    display: none;
  }

  .featured-wrapper .featured-estate-card .featured-estate-inner {
    padding: 20px;
    padding-left: 20px;
  }

    .steps-wrapper .step {
    height: 90px;
  }

  .steps-wrapper {
    margin-top: -50px;
  }

  .advertise-form form .form-buttons .btn {
    max-width: 175px;
    padding: 15px 10px;
    height: 54px;
    letter-spacing: 0;
  }

  .other-filters .select-div details summary {
    max-width: 100%;
  }

  .other-filters .select-div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .other-filters .select-div input {
    border-bottom: none;
  }

  .top-filters .right-part {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}

@media screen and (max-width: 576px) {
  .estate-list {
    padding-bottom: 40px;
  }

  .share-estate {
    flex-direction: column;
  }

  .share-estate .share {
    flex-direction: row;
    margin-bottom: 30px;
  }

  .share-estate .share hr {
    width: 40px;
    height: 1px;
    margin: 0 20px;
  }

  .share-estate .share p {
    writing-mode: horizontal-tb;
    letter-spacing: 0.5px;
    font-size: 16px;
  }

  .share-estate .share .socials {
    flex-direction: row;

  }

  .share-estate .share .socials a {
    margin-top: 0;
    margin-left: 20px;
    width: 49px;
    height: 46px;
  }

  .favorite-cont p {
    display: none;
  }

  .floating-icon {
    right: 10px;

  }

  .floating-icon svg {
    width: 35px;
    height: 35px;
  }

  .floating-icon.whatsapp {
    top: auto;
    bottom: 145px;
  }

  .floating-icon.viber {
    top: auto;
    bottom: 100px;
  }

  .floating-icon.telegram {
    top: auto;
    bottom: 190px;
  }

  footer .middle-footer ul:last-of-type li:last-child {
    padding-bottom: 0;
  }

  footer .bottom-footer .copyrights p {
    letter-spacing: 0.35px;
    line-height: 18px;
  }

  footer .middle-footer {
    padding: 30px 0;
  }

  .bigSwiper.noImageSwiper img {
    height: 300px;
  }

  .featured-wrapper .featured-estate-card .estate-title h3 {
    font-size: 25px;
  }

  .realestate-grid .realestate .estate-info .estate-title h3 {
    font-size: 16px;
  }

  .realestate-grid .realestate .estate-img {
    height: 220px;
  }

  .realestate-grid .realestate .estate-info .estate-description p {
    font-size: 13px;
  }

  .realestate-grid .realestate .estate-info .estate-location {
    margin: 10px 0;
  }

  .realestate-grid.home {
    margin-top: 30px;
  }

  .categories-grid {
    margin-top: 30px;
  }

  .top-title-estate .left-part .breadcrumbs span {
    letter-spacing: 4px;
    font-size: 14px;
  }

  .top-title-estate .left-part .type {
    font-size: 14px;
  }

  .top-title-estate .left-part h1 {
    font-size: 20px;
  }

  .top-title-estate .right-part .price b {
    font-size: 25px;
  }

  .description-wrapper p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .description-wrapper p:last-child {
    margin-bottom: 0;
  }

  .agent-wrapper .title span {
    letter-spacing: 0.35px;
    font-size: 16px;
  }

  

 

  .main-background.promote-background {
    height: 280px;
  }

  footer .middle-footer ul {
    padding-bottom: 30px;
  }

  .contact-wrapper .left-part .contact-info .contact {
    margin-bottom: 10px;
  }

  .blog-details-title h1 {
    font-size: 20px;
    letter-spacing: 0.5px;
  }

  .blog-date {
    margin: 5px 0;
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  .qa-list li ul li {
    font-size: 14px;
    line-height: 25px;
  }

  header .bottom-header {
    padding: 10px 0;
  }

  .bar2, .bar3 {
    top: 10.5px;
  }

  .hamburger {
    height: 25px;
  }

  .featured-wrapper .featuredSwiper .navigation {
    padding: 5px 10px;
    max-width: 90px;
  }

  .featured-wrapper .featured-estate-card {
    padding: 10px;
  }

  .featured-wrapper .featured-estate-card .estate-title {
    margin: 15px 0;
  }

  .featured-wrapper .featured-estate-card .estate-title h3 {
    font-size: 21px;
  }

  .featured-wrapper .featuredSwiper .navigation .swiper-button-prev-featured svg, .featured-wrapper .featuredSwiper .navigation .swiper-button-next-featured svg {
    width: 12px;
  }


  header .bottom-header .menu {
    /* top: 45px; */
  }

  .main-background .main-title p {
    line-height: 20px;
    font-size: 14px;
  }

  .numbers-wrap .number .counter-wrap .counter, .numbers-wrap .number .counter-wrap span {
    font-size: 45px;
  }

  .home-blog-list .blog .blog-info p {
    margin-bottom: 15px !important;
    margin-top: 0;
  }

  .realestate-grid#wishlistData {
    row-gap: 50px;
  }

  .realestate-grid .realestate{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  }

  .cookies-text h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .spec-benefits-wrapper .cont ul {
    column-count: 1;
  }

  .share-estate::before {
    display: none;
  }

  .agent-wrapper {
    width: 100%;
  }

  .numbers-wrap .number .number-wrap p {
    line-height: 20px;
  }

  .estate-detail-cont h3 {
    padding: 20px 20px 0 20px;
  }

  .description-wrapper {
    padding: 20px;
  }

  .spec-benefits-wrapper .cont {
    padding: 20px;
  }

  footer .top-footer .logo {
    width: 150px;
  }

}

details:disabled, details[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.form-top .select-divs-2 .select-div:has(details:disabled, details[disabled]) {
  opacity: 0.5;
}

@media only screen and (max-width:576px) {
  .pagination li.arrow a {
    width: 35px;
    height: 35px;
  }

  .pagination li a {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}


.description-wrapper {
  overflow-x: auto;
}

.description-wrapper table {
  width: 100% !important;
  height: auto !important;
}

.description-wrapper table tr td {
  padding: 5px;
}


.estate-label {
  font-size: 10px;
  font-weight: bold;
  font-family: "Marcellus SC";
  letter-spacing: 0.5px;
  color: #1D1D3E;
  background-color: #fff;
  padding: 7px 13px;
  /* margin-left: 20px; */
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
}