@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src: url("../fonts/Lato-Hairline.woff2") format("woff2"), url("../fonts/Lato-Hairline.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  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: "Montserrat";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: #000;
  position: relative;
  letter-spacing: 2px;
}

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

.max-width {
  width: 100%;
  max-width: 1500px;
  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: "Montserrat";
  font-size: 45px;
  font-weight: 700;
  color: #3A3A3A;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
    letter-spacing: 4px;
  }
}

h2 {
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: 700;
  color: #3A3A3A;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 575px) {
  h2 {
    /* font-size: 25px; */
    font-size: 23px;
    /* letter-spacing: 4px; */
    letter-spacing: 2px;
  }
}

h3 {
  font-family: "Montserrat";
  font-size: 30px;
  color: #3A3A3A;
  font-weight: 700;
}

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

a {
  text-decoration: none;
  color: #3A3A3A;
}

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: 18px;
  font-weight: 400;
  color: #3A3A3A;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #F49D22;
  padding: 10px 35px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.btn:hover {
  background-color: #F49D22;
  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: #F49D22;
}

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

.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: 18px;
  font-weight: 400;
  color: #F49D22;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  span {
    letter-spacing: 7px;
  }
}

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

.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: #3A3A3A;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 24px;
}
.pagination li .active {
  background-color: #F49D22;
  color: #fff;
  border-radius: 50%;
}

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

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

.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%;
  z-index: 99;
}
header .top-header {
  padding: 30px 0;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}
header .top-header .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-header .contact-header p {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
header .top-header .contact-header a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #3A3A3A;
  margin-top: 15px;
  font-family: "Lato";
}

header .top-header .contact-header a:hover{
  color: #fff;
}
header .logo {
  display: block;
  width: auto;
  height: 76px;
}
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;
  background-color: #515254;
}
header .bottom-header .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .bottom-header .mobile-logo {
  width: 100%;
  max-width: 250px;
  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;
}
header .bottom-header .menu li {
  /* margin-left: 25px; */
  margin-left: 35px;
}
header .bottom-header .menu li a {
  /* color: #fff; */
  color: rgba(255, 255, 255, 0.8);
  font-family: "Montserrat";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 43px;
}
header .bottom-header .menu li a.active {
  border-bottom: 2px solid #F49D22;
  font-weight: bold;
  color: #F49D22;
}
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;
  width: 100%;
  max-width: 40px;
  cursor: pointer;
}
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;
  font-family: "Lato";
}
header .bottom-header .language ul {
  position: absolute;
  top: 63px;
  width: 135px;
  background-color: #fff;
  right: 0;
  text-align: center;
}
header .bottom-header .language ul li {
  width: 100%;
}
header .bottom-header .language ul li a {
  display: block;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  color: #3A3A3A;
  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: #F49D22;
  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: -76px;
  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: #F49D22;
    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: 20px 0;
    background-color: #fff;
  }
  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: 35px;
    /* max-width: 155px; */
    width: auto;
  }
}
@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: #3A3A3A;
    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 0;
    position: relative;
  }
  header .bottom-header .menu li a.active {
    background-color: rgba(244, 157, 34, 0.3);
    border-bottom: none;
    color: #fff;
  }
  header .bottom-header .menu li a.active::before, header .bottom-header .menu li a.active::after {
    top: 0;
    position: absolute;
    content: "";
    background-color: #F49D22;
    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: 20px;
   
  }

  header .bottom-header .menu li.mobile-contact h3{
            color: #fff;
        font-size: 20px;

        letter-spacing: 3px;
  }

  header .bottom-header .menu li.mobile-contact a{
    text-transform: none;
    padding: 0;
    padding-top: 10px;
  }
  header .bottom-header .menu li.mobile-languages {
    display: flex;
    margin-top: 30px;
  }

  header .bottom-header .menu li.mobile-languages a {
    width: -moz-max-content;
    width: max-content;
    margin-right: 20px;
  }
  header .bottom-header .menu li.mobile-languages a.active-lang {
    color: #F49D22;
  }
  header .bottom-header .menu li.mobile-socials {
    display: block;
    margin-top: 30px;
  }
  header .bottom-header .menu li.mobile-socials h3 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
  }
  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;
  }
  header.mobile-header .menu {
    opacity: 1;
    pointer-events: all;
    overflow-y: scroll;
    padding-bottom: 100px;
  }
}
.main-background {
  width: 100%;
  height: 532px;
  position: relative;
  margin-top: 242px;

}

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

}

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

  .main-background.home-background{
     margin-top: 84px;
  }
}
@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.25);
}

.main-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .main-title {
    width: 90%;
  }
}
.main-title h1,
.main-title span {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: none;
}

.main-title span b{
  color: #F49D22;
}

@media screen and (max-width: 575px) {
  .main-title h1,
  .main-title span {
    letter-spacing: 3px;
  }
}
.main-title span {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1px;

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

.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(4, 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: 1601px) {
  .realestate-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1199px) {
  .realestate-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .realestate-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .realestate-grid {
    row-gap: 30px;
  }
}
.realestate-grid .realestate {
  width: 100%;
  background-color: #F5F5F5;
  position: relative;
}
.realestate-grid .realestate .sold-overlay {
  position: absolute;
  top: 163px;
  left: 0%;
  width: 100%;
  z-index: 1;
  color: #DD3333;
  text-align: center;
  font-family: "Montserrat";
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  background-color: #fff;
  padding: 5px 10px;
  width: max-content;
  min-width: 109px;
}
.realestate-grid .realestate.sold .estate-img {
  filter: blur(2px);
}

.realestate-grid .realestate.sold .estate-info .estate-bottom .estate-price{
  color: rgba(244, 157, 34, 0.7);
}

.realestate-grid .realestate.sold .estate-info a h3, .realestate-grid .realestate.sold .estate-info .estate-location, .realestate-grid .realestate.sold .estate-info .estate-description p, .realestate-grid .realestate.sold .estate-info .estate-bottom .estate-id, .realestate-grid .realestate.sold .estate-info .estate-bottom .estate-price span{
color: rgba(81, 82, 84, 0.7);
 
}


.realestate-grid .realestate .estate-img {
  position: relative;
  width: 100%;
  height: 200px;
  display: block;
}
.realestate-grid .realestate .estate-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.realestate-grid .realestate .estate-img .discount {
  position: absolute;
  top: 0;
  right: 0px;
  background-color: #F49D22;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  width: 76px;
  height: 76px;
}

.realestate-grid .realestate .estate-img .discount p{
  color: #fff;
  font-family: "Montserrat";
  font-size: 11px;
  letter-spacing: 1.5px;
transform: rotate(50deg);
    line-height: 15px;
    position: absolute;
    top: 10px;
    right: -16px;
    width: 100%;
    text-align: center;
}


.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: 2px;
}
.realestate-grid .realestate .estate-img .estate-agent .agent .agent-name p {
  font-family: "Montserrat";
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
  letter-spacing: 2px;
}
.realestate-grid .realestate .estate-img .estate-agent .rent {
  font-size: 10px;
  font-weight: bold;
  font-family: "Montserrat";
  letter-spacing: 2px;
  color: #fff;
  background-color: #3A3A3A;
  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: "Montserrat";
  letter-spacing: 2px;
  color: #3A3A3A;
  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: 18px;
  letter-spacing: 1.5px;
  font-weight: bold;
  width: 100%;
  color: #515254;
}
.realestate-grid .realestate .estate-img .favourite.active svg path {
  fill: #F49D22;
}
.realestate-grid .realestate .estate-info .estate-location {
  display: flex;
  align-items: center;
  margin: 13px 0;
  letter-spacing: 0.7px;
  color: #515151;
  font-size: 12px;
  font-weight: 600;
}
.realestate-grid .realestate .estate-info .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;
}
.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 div {
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 5%;
}
@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: 19px;
  height: 14px;
  background-image: url(../images/bed.png);
}
.realestate-grid .realestate .estate-info .estate-specifications .bathrooms::before {
  width: 13px;
  height: 14px;
  background-image: url(../images/shower.png);
}
.realestate-grid .realestate .estate-info .estate-specifications .area1::before {
  width: 17px;
  height: 15px;
  background-image: url(../images/square1.png);
}
.realestate-grid .realestate .estate-info .estate-specifications .area2::before {
  width: 14px;
  height: 14px;
  background-image: url(../images/square2.png);
}
.realestate-grid .realestate .estate-info .estate-bottom {
  margin-top: auto;
  padding-top: 40px;
  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: 12px;
  /* letter-spacing: 4px; */
  letter-spacing: 3px;
  color: #3A3A3A;
}
.realestate-grid .realestate .estate-info .estate-bottom .estate-price {
  font-weight: bold;
  font-size: 18px;
  /* letter-spacing: 4px; */
  letter-spacing: 1.5px;
  position: relative;
  color: #F49D22;
}
.realestate-grid .realestate .estate-info .estate-bottom .estate-price span {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: none;
  color:#3A3A3A;
}
.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 #3A3A3A;
  transform: rotate(9deg);
}
.realestate-grid .btn {
  grid-column: span 3;
  margin-left: 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;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
  }
}

.categories-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 1.2fr;
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 30px;
}
@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), .categories-grid .category:nth-child(4) {
  grid-column: span 2;
}
@media screen and (max-width: 991px) {
  .categories-grid .category:nth-child(1), .categories-grid .category:nth-child(4) {
    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: 85%;
  height: 90%;
  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 h3 {
  color: #fff;
  letter-spacing: 10px;
  font-size: 32px;
  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: 25px;
    letter-spacing: 5px;
  }
}
.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: #3A3A3A;
  transition: all 0.5s ease-in-out;
}
.categories-grid .category .category-overlay .category-details p {
  margin: 20px 0;
  font-size: 14px;
}
.categories-grid .category .category-overlay .category-details .btn {
  background-color: transparent;
}
.categories-grid .category .category-overlay .category-details .btn:hover {
  color: #3A3A3A;
}
.categories-grid .category:hover .category-overlay {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 0.5s ease-in-out;
}
.categories-grid .category:hover .category-overlay .category-title h3 {
  color: #3A3A3A;
  transition: all 0.5s ease-in-out;
}
.categories-grid .category:hover .category-overlay .category-details {
  margin-top: 20px;
  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;
}
@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/piano-parallax.webp);
  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-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .about-wrapper {
    flex-direction: column-reverse;
  }
}
.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: 57%;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-wrapper .left-part div {
    width: 100%;
  }
}
.about-wrapper .left-part img {
  width: 100%;
  height: 750px;
  -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;
  }
}
@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: 32px;
}
.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: 375px;
  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: 32px;
}
@media screen and (max-width: 575px) {
  .about-wrapper .right-part p {
    line-height: 27px;
  }
}

.for-seller {
  position: relative;
  height: 620px;
  background-color: #3A3A3A;
  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: 2px;
  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 {
  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: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;

}
.featured-wrapper .featuredSwiper .navigation .swiper-button-prev-featured,
.featured-wrapper .featuredSwiper .navigation .swiper-button-next-featured {
  cursor: pointer;
  position: relative;
  background-color: #3A3A3A;
  width: 131px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.featured-wrapper .featuredSwiper .navigation .swiper-button-prev-featured:hover,
.featured-wrapper .featuredSwiper .navigation .swiper-button-next-featured:hover {
  background-color: #F49D22;
  transition: all 0.5s ease-in-out;
}

.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;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  z-index: 3;
  padding: 40px;
  width: 100%;
  max-width: 675px;
}
@media screen and (max-width: 767px) {
  .featured-wrapper .featured-estate-card {
    position: relative;
  }
}
@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;
  margin-top: 20px;
}

.featured-wrapper .featured-estate-card .top-info .price {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 2px;
  color: #F49D22;

}

.featured-wrapper .featured-estate-card .top-info .btn{
  background-color: transparent;
    border-bottom: none;
  position: relative;
  padding: 0;
}

.featured-wrapper .featured-estate-card .top-info .btn::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F49D22;
}

.featured-wrapper .featured-estate-card .top-info .btn::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50%;
    width: 30px;
    height: 1px;
    background-color: #3A3A3A;
}

@media screen and (max-width: 575px) {
  .featured-wrapper .featured-estate-card .top-info .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-weight: bold;
  font-size: 32px;
}
.featured-wrapper .featured-estate-card .estate-location {
  display: flex;
  align-items: center;
  margin: 13px 0;
  letter-spacing: 2px;
  /* 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: 2px;
  margin-right: 9%;
}
.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 .bedrooms::before {
  width: 26px;
  height: 20px;
  background-image: url(../images/bed.png);
}
.featured-wrapper .featured-estate-card .estate-specifications .bathrooms::before {
  width: 14px;
  height: 20px;
  background-image: url(../images/shower.png);
}
.featured-wrapper .featured-estate-card .estate-specifications .area1::before {
  width: 26px;
  height: 24px;
  background-image: url(../images/square1.png);
}
.featured-wrapper .featured-estate-card .estate-specifications .area2::before {
  width: 26px;
  height: 24px;
  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: #3A3A3A;
}
.for-seller.services .text h2 {
  letter-spacing: 10px;
  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: 25px;
  margin-bottom: 15px;
  position: relative;
}
.template-text ul li:last-child {
  margin-bottom: 0;
}
.template-text ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #F49D22;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /* bottom: 15px; */
}
.template-text hr {
  width: 100%;
  height: 1px;
  background-color: #3A3A3A;
  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;
  position: relative;
}

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

.template-gallery-grid a:nth-child(2){
  grid-column: span 2;
}

.template-gallery-grid a .more-images{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.template-gallery-grid a .more-images svg{
  margin-bottom: 10px;
}


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

  .template-gallery-grid a .more-images{
    text-align: center;
    font-size: 14px;
  }

  .template-gallery-grid a .more-images svg{
    width: 27px;
  }
}
.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;
  height: 640px;
}
@media screen and (max-width: 575px) {
  .template-gallery-grid a:nth-child(6n+1) {
    height: 360px;
  }
}
.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: 3px;
  }
}
.download-links .download {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-top: 30px;
  border: 1px solid rgba(58, 58, 58, 0.2);
}
.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;
}

.download-links .download:hover{
  background-color: transparent;
  color: #1E2431;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
@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;
  position: relative;
}
@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: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  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: 45%;
}
@media screen and (max-width: 991px) {
  .blogs-list .blog .blog-info {
    max-width: 100%;
    margin-top: 30px;
    padding: 10px;
    padding-top: 0;
  }
}
.blogs-list .blog .blog-info .blog-title {
  position: relative;
}
.blogs-list .blog .blog-info .blog-title .date {
  position: absolute;
  left: -25%;
  top: -75px;
  background-color: #3A3A3A;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 4px;
}
@media screen and (max-width: 1299px) {
  .blogs-list .blog .blog-info .blog-title .date {
    top: -50px;
  }
}
@media screen and (max-width: 991px) {
  .blogs-list .blog .blog-info .blog-title .date {
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .blogs-list .blog .blog-info .blog-title .date {
    font-size: 14px;
        padding: 5px 8px;
  }
}
.blogs-list .blog .blog-info h2 {
  letter-spacing: 2px;
}
.blogs-list .blog .blog-info p {
  margin: 30px 0;
}
@media screen and (max-width: 575px) {
  .blogs-list .blog .blog-info p {
    margin: 25px 0;
  }
}
.blogs-list .blog .blog-info .btn {
  background-color: #3A3A3A;
  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 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  top: 30px;
  background-color: #fff;
  color: #F49D22;
  padding: 7px 15px;
}

@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: 3px;
  }
}

.blog-text {
  padding: 40px 0;
  color: #3A3A3A;
}
.blog-text .blog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
.blog-text .blog-top .blog-img {
  width: 100%;
  height: 629px;
  position: relative;
}
@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 .share {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin-right: 50px;
}
.blog-text .share hr {
  width: 1px;
  height: 65px;
  background-color: #000;
  margin: 30px 0;
}

.blog-text .share p {
  line-height: 100%;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  font-size: 16px;
  letter-spacing: 2.5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
@media screen and (max-width: 767px) {
  .blog-text .share p {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.blog-text .share .socials {
  display: flex;
  flex-direction: column;
}
.blog-text .share .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #515254;
  margin-bottom: 40px;
  background-color: #fff;
}

.blog-text .share .socials a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .blog-text .share .socials a svg {
    width: 25px;
    height: 25px;
  }
}
.blog-text .share .socials a svg path {
  transition: all 0.5s ease-in-out;
}
.blog-text .share .socials a:hover {
  background-color: #3A3A3A;
  transition: all 0.5s ease-in-out;
}
.blog-text .share .socials a:hover svg path {
  fill: #fff;
  transition: all 0.5s ease-in-out;
}
.blog-text p {
  margin-bottom: 15px;
}
.blog-text p:last-child {
  margin-bottom: 0;
}
.blog-text h2 {
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 575px) {
  .blog-text h2 {
    letter-spacing: 2px;
  }
}
.blog-text ul {
  padding: 15px 0;
}
.blog-text ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 15px;
  position: relative;
}
.blog-text ul li:last-child {
  margin-bottom: 0;
}
.blog-text ul li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #3A3A3A;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.blog-gallery {
 padding-top: 0;
}


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

  background-color: #fff;
}
footer .top-footer .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  footer .top-footer .max-width {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  footer .top-footer .contact-cont {
    order: 2;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  footer .top-footer .contact-cont:last-of-type {
    order: 3;
    margin: 0;
  }
}
footer .top-footer .contact-cont .contact {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
footer .top-footer .contact-cont .contact:last-of-type {
  margin-bottom: 0;
}
footer .top-footer .contact-cont .contact p {
  font-family: "Montserrat";
  font-weight: bold;
  color: #515254;
  letter-spacing: 2px;
}
footer .top-footer .contact-cont .contact a {
  display: block;
  line-height: 32px;
  color: #515254;
  font-weight: bold;
}
footer .top-footer .logo {
  flex: 0 0 33.33%;
  width: 100%;
  max-width: 400px;
  height: 88px;
}
@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: bold;
  letter-spacing: 2.5px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
footer .middle-footer ul {
  padding-top: 30px;
}
footer .middle-footer ul li {
  text-align: center;
  padding-bottom: 20px;
}
footer .middle-footer ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 3px;
}

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: 20px 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: #2E2E2E;
  font-size: 12px;
}
footer .bottom-footer .copyrights a {
  color: #2E2E2E;
  font-size: 12px;
}
footer .bottom-footer ul {
  display: flex;
  align-items: center;
  color: #2E2E2E;
}
@media screen and (max-width: 767px) {
  footer .bottom-footer ul {
    order: 1;
    margin-bottom: 15px;
  }
}
footer .bottom-footer ul li a {
  color: #2E2E2E;
  font-size: 14px;
  padding-right: 10px;
  font-weight: 500;
}
footer .bottom-footer ul li:last-child a {
  padding-right: 0;
  padding-left: 10px;
}

.search-form {
  position: relative;
  background-color: #fff;
  padding: 50px 0px;
  z-index: 3;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .search-form {
    padding: 25px 0;
  }
}

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

.form-bottom {
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  z-index: 3;
  padding: 50px 40px;
  border-top: 1px solid rgba(30, 36, 49, 0.35);
}
@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;
}
.form-top .select-divs-2 .select-div {
  background-color: transparent;
  width: 100%;
  border-bottom: 1px solid rgba(30, 36, 49, 0.35);
}
@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;
  }
  .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;
  }
  .form-top .select-divs-2 .select-div {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
  }
  .form-top .select-divs-2 .select-div details summary {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
  .form-top .select-divs-2 .select-div:last-child {
    border-bottom: none;
  }
}

.form-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 57px;
  margin-left: 20px;
  margin-top: auto;
}
@media screen and (max-width: 1199px) {
  .form-btns {
    margin-left: 0;
    margin-top: 30px;
  }
}
.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: #F49D22;
  background-image: url("../images/searchPlus.png");
  background-size: 26px;
}
.form-btns .submit-form {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F49D22;
  border: none;
  width: 100%;
  max-width: 200px;
  height: 100%;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
}
.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;
}
@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;
  }
}
@media screen and (max-width: 575px) {
  .form-btns {
    height: 50px;
  }
  .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: 1.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;
  }
}
@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 span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #3A3A3A;
  text-align: left;
  font-family: "Montserrat";
}
.select-div details {
  width: 100%;
}
.select-div details summary {
  list-style: none;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  color: rgba(30, 36, 49, 0.5);
  width: 100%;
  padding-right: 20px;
  background-image: url("../images/chevron-down-b.svg");
  background-position: 100% 90%;
  background-repeat: no-repeat;
  background-size: 15px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 15px;
  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: #3A3A3A;
  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: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  color: #3A3A3A;
  letter-spacing: 1px;
}
.select-div details .dropdown-list .list-search-wrapper input,
.select-div details .dropdown-list .list-search-wrapper input::placeholder {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  color: #3A3A3A;
  letter-spacing: 1px;
}
.select-div details .dropdown-list .list-search-wrapper input {
  color: #fff;
  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: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  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(12, 1fr);
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 40px;
}
@media screen and (max-width: 1199px) {
  .other-filters {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .other-filters {
    grid-template-columns: repeat(3, 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-bottom: 1px solid rgba(30, 36, 49, 0.35);
  grid-column: span 3;
}
@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 3;
  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 2;
  }
}
@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%;
  }
}
.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;
}
.other-filters .select-div input:focus {
  outline: none;
}
.other-filters .select-div input::-moz-placeholder {
  color: rgba(30, 36, 49, 0.5);
}
.other-filters .select-div input::placeholder {
  color: rgba(30, 36, 49, 0.5);
}
.other-filters .select-div .dropdown-list .list-search-wrapper input {
  background-color: #fff;
}

.id-name-search-wrap {
  padding: 50px 40px 0 40px;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  z-index: 2;
  border-top: 1px solid rgba(30, 36, 49, 0.35);
}
.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: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  color: #3A3A3A;
  outline: none;
  border: none;
  cursor: pointer;
  width: 100%;
  letter-spacing: 2px;
  background-color: transparent;
}
.id-name-search-wrap form .select-div input::-moz-placeholder {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  color: rgba(30, 36, 49, 0.5);
}
.id-name-search-wrap form .select-div input::placeholder {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  color: rgba(30, 36, 49, 0.5);
}
.id-name-search-wrap form .id-name-search-btn {
  width: 100%;
  max-width: 90px;
  height: 57px;
  margin-left: 25px;
  background-color: #F49D22;
  background-image: url("../images/search.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  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: 50px;
}
@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: #000;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  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(58, 58, 58, 0.2);
}

.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: #3A3A3A;
}
@media screen and (max-width: 575px) {
  .top-title-estate .left-part .breadcrumbs p {
    line-height: 23px;
  }
}
.top-title-estate .left-part .type {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 4px;
}
@media screen and (max-width: 1199px) {
  .top-title-estate .left-part .type {
    margin: 20px 0;
  }
}
.top-title-estate .left-part h1 {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: bold;
}
.top-title-estate .right-part span {
  letter-spacing: 4px;
  font-weight: bold;
}
.top-title-estate .right-part .price {
  font-size: 24px;
  color: #3A3A3A;
  margin-top: 10px;
}
.top-title-estate .right-part .price b {
  font-size: 32px;
  /* letter-spacing: 8px; */
  /* letter-spacing: 4px; */
  letter-spacing: 2px;
}

.listing-sliders {
  width: 100%;
  padding-right: 215px;
  height: 785px;
  position: relative;
  margin: 60px 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: "Montserrat";
  font-size: 45px;
  letter-spacing: 10px;
  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: 20px;
  left: 0px;
  background-color: #dd3333;
  color: #fff;
  font-family: "Montserrat";
  font-size: 32px;
  letter-spacing: 6px;
  padding: 7px 13px;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .listing-sliders .bigSwiper .discount {
    font-size: 20px;
    letter-spacing: 4px;
  }
}
.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: #3A3A3A;
  cursor: pointer;
  margin: 0;
}
@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;
  }
}
@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-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: 20px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@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: 10px;
  }
}
.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: 16px;
  font-family: "Montserrat";
  letter-spacing: 1.4px;
  color: #3A3A3A;
}
@media screen and (max-width: 575px) {
  .estate-details-wrapper .estate-detail .details p {
    font-size: 13px;
  }
}
.estate-details-wrapper .estate-detail .details span {
  font-size: 22px;
  letter-spacing: 3px;
  text-transform: none;
}
@media screen and (max-width: 575px) {
  .estate-details-wrapper .estate-detail .details span {
    font-size: 18px;
  }
}

.description-wrapper {
  background-color: #f9f9f9;
  padding: 20px;
  margin-bottom: 40px;
}
.description-wrapper h2 {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.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: center;
  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: 20px;
  background-color: #f9f9f9;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .spec-benefits-wrapper .cont {
    width: 100%;
  }
}
.spec-benefits-wrapper .cont h3 {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.spec-benefits-wrapper .cont ul li {
  position: relative;
  padding-left: 15px;
  color: #3A3A3A;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.spec-benefits-wrapper .cont ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #3A3A3A;
  border-radius: 50%;
}
.spec-benefits-wrapper .cont.benefits ul li {
  padding-left: 25px;
}
.spec-benefits-wrapper .cont.benefits ul li::before {
  width: 17px;
  height: 11px;
  background-color: transparent;
  border-radius: 0;
  background-image: url("../images/true.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.map {
  width: 100%;
  height: 640px;
}
@media screen and (max-width: 767px) {
  .map {
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .map {
    height: 350px;
  }
}

.agent-wrapper {
  padding: 40px;
  width: 90%;
}
@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: 2px;
}
.agent-wrapper .agent .agent-info .info p {
  font-family: "Montserrat";
  font-size: 18px;
  color: #3A3A3A;
}
@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-family: "Montserrat";
  font-size: 18px;
  color: #3A3A3A;
  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: #fff;
  padding: 14px 10px;
  margin-top: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  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 #3A3A3A;
}
.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: #fff url(../images/chevron-down-b.svg) no-repeat;
  background-position: calc(100% - 10px);
}
.agent-wrapper .agent-form form .btn {
  grid-column: span 2;
  margin-left: auto;
  background-color: #3A3A3A;
  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-family: "Montserrat";
  font-size: 24px;
  letter-spacing: 2.5px;
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .left-part .contact-info .contact p {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.contact-wrapper .left-part .contact-info .contact a {
  font-size: 24px;
  letter-spacing: 2.5px;
  display: block;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .left-part .contact-info .contact a {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.contact-wrapper .right-part {
  width: 55%;
  background-color: #f9f9f9;
  padding-left: 70px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper .right-part {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    background-color: transparent;
  }
}
.contact-wrapper .right-part::after, .contact-wrapper .right-part::before {
  content: "";
  position: absolute;
  left: 0;
  width: 150%;
  height: 100%;
  background-color: #f9f9f9;
  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;
  }
}
@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 #3A3A3A;
  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: #3A3A3A;
  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-family: "Montserrat";
  font-size: 18px;
  color: #3A3A3A;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .right-part .form form label {
    font-size: 16px;
  }
}
.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: rgba(0, 0, 0, 0.05);
  padding: 14px 10px;
  margin-top: 5px;
  font-family: "Montserrat";
  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 #3A3A3A;
}
.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: rgba(0, 0, 0, 0.05) url(../images/chevron-down-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: #3A3A3A;
  color: #fff;
  padding: 15px 35px;
}
@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 {
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.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;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.1);
}
@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: 58px;
  right: 58px;
  background: #3A3A3A 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 {
  letter-spacing: 1px;
  width: 90%;
}

@media screen and (max-width: 575px) {
  .qa-list li h2 {
    font-size: 21px;
  }
}
.qa-list li ul {
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.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: #F49D22 url("../images/chevron-up-w.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;
}

.steps-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.steps-wrapper .max-width {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.steps-wrapper .step {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.steps-wrapper .step span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 150px;
  font-family: "Montserrat";
  text-align: center;
}
@media screen and (max-width: 575px) {
  .steps-wrapper .step span {
    /* font-size: 130px; */
    font-size: 100px;
  }
}
.steps-wrapper .step p {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 5px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .steps-wrapper .step p {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
@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: rgba(30, 36, 49, 0.7);
}
.steps-wrapper .step.active span,
.steps-wrapper .step.active p {
  color: #fff;
}
.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);
}
@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);
}
@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;
  }
}
.advertise-form form.no-margin {
  margin-top: 0;
}
.advertise-form form label {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat";
  font-size: 18px;
  color: #3A3A3A;
  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: "Montserrat";
  font-size: 16px;
  width: 100%;
  letter-spacing: 2px;
  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 #3A3A3A;
}
.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/chevron-down-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;
}
@media screen and (max-width: 767px) {
  .advertise-form form .form-buttons {
    grid-column: span 1;
  }
}
.advertise-form form button {
  margin-left: auto;
  background-color: #3A3A3A;
  color: #fff;
  padding: 15px 58px;
}
@media screen and (max-width: 575px) {
  .advertise-form form button {
    padding: 15px 35px;
  }
}
.advertise-form form button:hover {
  background-color: #fff;
  color: #3A3A3A;
}
.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;
}/*# 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: #3A3A3A;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: white;
    font-family: "Montserrat";
    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;
}

.share-estate{
  display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.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: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.share-estate .share hr{
  width: 1px;
    height: 80px;
    background-color: #3A3A3A;
    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: 68px;
    height: 63px;
    border: 1px solid #3A3A3A;
    margin-bottom: 40px;
    background-color: #fff;
}

.share-estate .share .socials a:last-child{
  margin-bottom: 0;
}

.share-estate .share .socials a:hover{
  background-color: #3A3A3A;
    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: #fff;
    transition: all 0.5s ease-in-out;
}

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

.favorite-cont{
  position: fixed;
  bottom: 10px;
  background-color: #3A3A3A;
  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: 2px;
}

.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{
  top: 300px;
}

.floating-icon.viber{
  top: 250px;
}

.floating-icon.telegram{
  top: 350px;
}

.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;
}

.realestate-grid .realestate .estate-info .estate-description p{
  font-size: 12px;
  line-height: 25px;
  color: #515151;

}

.advertise-form form label span{
      text-transform: none;
    letter-spacing: 2px;
}

@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;
}
}

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

    .wish-list-empty{
 grid-column: span 1;


}
}

@media screen and (max-width: 767px) {
  .bigSwiper.noImageSwiper img{
    width: 100%;
  }
}

@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: 2px;
    font-size: 16px;
  }

  .share-estate .share .socials{
    flex-direction: row;

  }

  .share-estate .share .socials a{
        margin-bottom: 0;
    margin-right: 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: 1px;
}

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: 3px;
    font-size: 16px;
  }

  .agent-wrapper .title h2{
    font-size: 20px;
  }

  .agent-wrapper{
    padding: 20px 10px;
  }

  .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: 2px;
}

.blog-date{
  margin: 5px 0;
    font-size: 16px;
    letter-spacing: 2px;
}

.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;
}
}

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: 20px;
    height: 20px;
}

.pagination li a{
  width: 25px;
  height: 25px;
  font-size: 16px;
}
}


.description-wrapper {
  overflow-x: auto;
}
.description-wrapper table {
  width: 100% !important;
  height: auto !important;
}

.description-wrapper table tr td {
  padding: 5px;
}