
@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-Black.woff2') format('woff2'),
        url('../fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    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';
    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-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 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: 'Mart';
    src: url('../fonts/Mart.woff2') format('woff2'),
        url('../fonts/Mart.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




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

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

body {
  font-family: "Lato";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  position: relative;
}

.page-width {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .page-width {
    max-width: 90%;
  }
}

.page-padding {
  padding: 70px 0;
}
@media screen and (max-width: 575px) {
  .page-padding {
    padding: 50px 0;
  }
}

.page-grid {
  display: grid;
  gap: 50px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #272B27;
  opacity: 0.2;
}

a {
  text-decoration: none;
  color: #272B27;
}

button {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.image {
  width: 100%;
  height: 0;
  position: relative;
  display: block;
  padding-top: 100%;
}

.image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

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

h1, h2 {
  font-size: 45px;
  font-weight: 600;
  color: #272B27;
  /* text-align: center; */
  letter-spacing: 3px;
  position: relative;
  font-family: "Montserrat";
}

h3 {
   font-size: 32px;
  font-weight: 600;
  color: #272B27;
  /* text-align: center; */
  letter-spacing: 0px;
  position: relative;
  font-family: "Montserrat";
}
/* @media screen and (max-width: 1600px) {
  h1, h2 {
    font-size: 50px;
  }
} */
@media screen and (max-width: 1399px) {
  h1, h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  h1, h2 {
    font-size: 30px;
  }
}

.small-heading h1, .small-heading h2 {
  font-size: 33px;
}

@media screen and (max-width: 1399px) {
  .small-heading h1, .small-heading h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .small-heading h1, .small-heading h2 {
    font-size: 25px;
  }
}

.small-heading h1 span, .small-heading h2 span {
  color: #859E7E;
}

.small-heading2 h1, .small-heading2 h2 {
  font-size: 30px;
}
@media screen and (max-width: 1600px) {
  .small-heading2 h1, .small-heading2 h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1399px) {
  .small-heading2 h1, .small-heading2 h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .small-heading2 h1, .small-heading2 h2 {
    font-size: 24px;
  }
}

.bold-heading h1, .bold-heading h2 {
  font-weight: bold;
}

.underline h1, .underline h2, .dark-container-text h1 {
  padding-bottom: 10px;
}



.supertitle span {
  display: block;
  text-align: center;
  font-family: "Lato";
  font-size: 24px;
  font-weight: 400;
  color: #668156;
}
@media screen and (max-width: 1600px) {
  .supertitle span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1399px) {
  .supertitle span {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .supertitle span {
    font-size: 18px;
  }
}

p, .post-info li, .grey-slide ul li, .text li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Lato";
  color: #272B27;
}
@media screen and (max-width: 1600px) {
  p, .post-info li, .grey-slide ul li, .text li {
    font-size: 16px;
    line-height: 24px;
  }
}


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

.space-p p {
  letter-spacing: 3px;
}

.dark-bg {
  background-color: #222222;
}
.dark-bg h1, .dark-bg h2 {
  color: #fff;
}

.light-bg {
  background-color: #F8F5F0;
}

.grey-bg {
  background-color: rgba(19, 21, 24, 0.11);
}

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

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

.page-cover {
  height: 460px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-cover .overlay {
  opacity: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.5) 52%, rgba(0, 0, 0, 0.5) 100%);
}

@media screen and (max-width: 991px) {
  .page-cover {
    height: 350px;
  }
}

@media screen and (max-width: 575px) {
  .page-cover {
    height: 250px;
  }
}

.page-cover.darker .overlay {
  background-color: #272B27;
  opacity: 0.5;
}

.page-cover-heading {
  position: relative;
  z-index: 1;
}
.page-cover-heading h1 {
  color: #fff;
  text-align: center;
}

.red-btn {
  font-family: "Lato";
  font-weight: 200;
  font-size: 20px;
  border: none;
  color: #fff;
  background-color: #668156;
  border-radius: 15px;
  text-align: center;
  padding: 15px 50px;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .red-btn {
    font-size: 18px;
    width: 100%;
  }
}

.more {
  font-family: "Lato";
  font-size: 24px;
  font-weight: bold;
  color: #272B27;
  text-align: center;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.more::after {
  content: url("../images/black-arrow.svg");
  transform: translateY(5px);
  margin-left: 5px;
}

.text ul, .text ol {
  list-style-position: inside;
}
.text p {
  margin: 20px 0;
}
.text p:first-child {
  margin-top: 0;
}

.template {
  margin-top: 50px;
}
.template .download, .template .redirect {
  font-weight: 600;
  background-color: #B92125;
  box-shadow: 10px 4px 24px rgba(0, 0, 0, 0.25);
  padding: 10px 30px;
  padding-right: 60px;
  position: relative;
}
.template .download::after, .template .redirect::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 575px) {
  .template .download, .template .redirect {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.template .download::after {
  background-image: url("../images/download.svg");
}
.template .redirect::after {
  background-image: url("../images/redirect.svg");
}

.template-images {
  margin-top: 50px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 250px;
  gap: 25px;
}
.template-images a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 12px;
}
@media screen and (max-width: 1399px) {
  .template-images {
    grid-auto-rows: 200px;
    gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .template-images {
    grid-auto-rows: 170px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .template-images {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 200px;
  }
}
@media screen and (max-width: 575px) {
  .template-images {
    gap: 5px;
    grid-auto-rows: 150px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  z-index: 99;
  transition: all 0.5s;
}
header .page-width {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  header {
    height: 120px;
  }
}
@media screen and (max-width: 1399px) {
  header {
    height: 100px;
  }
}
@media screen and (max-width: 1199px) {
  header {
    height: 80px;
    background-color: #fff;
  }
}
@media screen and (max-width: 575px) {
  header {
    height: 60px;
  }
}

.mt {
  margin-top: 140px;
}
@media screen and (max-width: 1600px) {
  .mt {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1399px) {
  .mt {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .mt {
    margin-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  .mt {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .mt2 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  .mt2 {
    margin-top: 60px;
  }
}

.home-header .white-overlay {
  position: absolute;
  top: -40px;
  left: -40px;
  right: -40px;
  height: calc(100% + 40px);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.84) 24%, rgba(255, 255, 255, 0.6) 61%, rgba(255, 255, 255, 0.5) 78%, rgba(255, 255, 255, 0.3) 100%);
  filter: blur(20px);
}
@media screen and (max-width: 1199px) {
  .home-header .white-overlay {
    display: none;
  }
}

.header-logo {
  display: block;
  width: 290px;
  height: 85px;
  position: relative;
          transition: all 0.5s ease-in-out;
}
.header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  position: absolute;
  transition: all 0.5s;
}


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

  .header-logo img {
    -o-object-position: right;
       object-position: right;
  }
}
@media screen and (max-width: 575px) {
  .header-logo {
    width: 200px;
  }
}

.head {
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 100%;
  justify-content: space-evenly;
}
.head .header-social, .head .nav {
  display: flex;
  align-items: center;
  list-style: none;
}
.head .nav li {
  margin-left: 30px;
}
.head .nav li a {
  font-family: "Lato";
  font-weight: 400;
  font-size: 18px;
  color: #272B27;
  position: relative;
}

.head .nav li a.active {
  font-weight: 700;
}

.head .nav li a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #668156;
  left: 0;
  bottom: -10px;
  transition: all 0.5s;
}
.head .nav li .active::after, .head .nav li a:hover::after {
  width: 100%;
}
.head .header-social > a, .head details {
  margin-left: 25px;
}
.head .header-social > a:nth-child(4), .head .header-social > a:nth-child(5) {
  position: relative;
}
/* .head .header-social > a:nth-child(4)::before, .head .header-social > a:nth-child(5)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #272B27;
  top: 50%;
  transform: translateY(-50%);
} */


.head details {
  cursor: pointer;
  position: relative;
}
.head details summary, .head details ul {
  list-style: none;
}
.head details ul {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 10px;
  z-index: 2;
}
.head details ul li {
  text-align: center;
  margin-left: 0 !important;
}
.head details ul li a {
  color: #272B27 !important;
  font-size: 16px !important;
}
.head details ul li + li {
  margin-top: 10px;
}
@media screen and (max-width: 1600px) {
  .head .nav li a {
    font-size: 18px;
  }
  .head .header-social svg {
    scale: 0.9;
  }
}
@media screen and (max-width: 1399px) {
  .head .nav li a {
    font-size: 18px;
  }
  .head .header-social svg {
    scale: 0.8;
  }
  .head .header-social > a, .head details {
    margin-left: 15px;
  }
  .head .header-social > a:nth-child(4) {
    margin-left: 30px;
  }
  .head .header-social > a:nth-child(4)::before {
    left: -15px;
  }
  .head .header-social > a:nth-child(5) {
    margin-right: 15px;
  }
  .head .header-social > a:nth-child(5)::before {
    right: -15px;
  }
}
@media screen and (max-width: 1199px) {
  .head {
    position: fixed;
    top: 80px;
    left: 0;
    bottom: 0;
    width: 100%;
    /* max-width: 500px; */
    background-color: #fff;
    align-items: start;
    justify-content: flex-start;
    overflow-y: scroll;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.5s;
    background-image: url('../images/mobile-menu-bg.png');
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .head .nav, .head .header-social {
    align-items: start;
    justify-content: start;
  }
  .head .nav {
    order: 1;
    flex-direction: column;
    width: 100%;
    /* padding-top: 30px; */
    padding: 30px 15px 0px 15px;
  }
  .head .nav li {
    margin-left: 0;
    width: 100%;
     border-bottom: 1px solid rgba(75, 93, 69, 0.15);
  }

 
  .head .nav li a {
    font-family: "Lato";
    display: block;
    width: 100%;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .head .nav li .active {
    color: #668156;
    position: relative;

  }
    .head .nav li .active::after {
      display: none;
    }
  .head .nav li .active::before {
     content: "";
    position: absolute;
    left: -13px;
    top: 0;
    height: 100%;
    width: 4px;
    background: #668156;
  }

  .head .header-social p {
    flex: 0 0 100%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }
  
  .head .header-social {
    order: 2;
    display: flex;
    gap: 14px;
    justify-content: flex-start;
margin-top: 40px;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .head .header-social svg path{
    fill: #272B27;
  }
  .head .languages {
    display: none;
  }
  .head .header-social a {
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #668156;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }



  .head .header-social a svg path {
    fill: #fff;
  }
  .head .header-social a::before {
    display: none;
  }
  .head .header-social > a:nth-child(4), .head .header-social > a:nth-child(5) {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .head {
    top: 60px;
  }

  .head .header-social {
    gap: 20px;
  }
}

.show-header {
  transform: translateX(0%);
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .small-header {
    height: 90px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .small-header .header-logo img {
    width: 290px;
    transition: all 0.5s ease-in-out;
  }
  .small-header .head .nav li a::after {
    bottom: -5px;
  }
  .small-header .white-overlay {
    opacity: 0;
  }
}

.languages-mobile {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(85, 102, 77, 0.45);
    border-radius: 25px;
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 1200px) {
  .languages-mobile {
    display: none;
  }
}
.languages-mobile a {
    position: relative;

    flex: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;

    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;

    color: #4f5d46;
    text-decoration: none;
padding: 10px 15px;
    transition: .3s ease;
}

.languages-mobile a:not(:last-child)::after {
    content: "";

    position: absolute;
    right: 0;
    top: 50%;

    transform: translateY(-50%);

    width: 1px;
    height: 18px;

    background: rgba(85,102,77,.25);
}
.languages-mobile .active {
  color: #668156;
  font-weight: 700;
}


@media screen and (min-width: 1200px) {
  .white-header .header-logo .white-logo {
    opacity: 1;
  }
  .white-header .header-logo .black-logo {
    opacity: 0;
  }
  .white-header .head .nav li a {
    color: #fff;
  }
  .white-header .head .header-social svg path {
    /* fill: #fff; */
  }
  .white-header .head details summary {
    color: #fff;
    font-size: 18px;
  }
  .white-header .head .header-social > a:nth-child(4)::before, .white-header .head .header-social > a:nth-child(5)::before {
    background-color: #fff;
  }
}

@media screen and (min-width: 1200px) {
  .black-header .header-logo .white-logo{
    opacity: 0;
  }
  .black-header .header-logo .black-logo {
    opacity: 1;
  }
  .black-header .head .nav li a {
    color: #fff;
  }

  .black-header .head details summary{
    color: #fff;
  }
  .black-header .head .header-social > a:nth-child(4)::before, .black-header .head .header-social > a:nth-child(5)::before, .small-header .head .header-social > a:nth-child(4)::before, .small-header .head .header-social > a:nth-child(5)::before {
    background-color: #272B27;
  }
}

@media screen and (max-width: 1199px) {
   .white-header .header-logo .white-logo, .small-header .header-logo .white-logo {
    opacity: 0;
  }
  .black-header .header-logo .black-logo, .white-header .header-logo .black-logo, .small-header .header-logo .black-logo {
    opacity: 1;
  }
}

.hamburger {
  /* padding: 15px 15px; */
  padding-left: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  height: 24px;
}
@media screen and (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #272B27;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #272B27;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

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

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

/*
* Elastic
*/
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}


.social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
.social a + a {
  margin-left: 30px;
}
.social svg path {
  fill: #fff;
  transition: all 0.5s;
}
.social a:hover svg path {
  fill: #668156;
}

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

  .social svg {
    transform: scale(0.8);
  }
 
}
@media screen and (max-width: 1399px) {

  .social {
    margin: 30px 0;
  }
  .social svg {
    transform: scale(0.6);
  }
  .social a + a {
    margin-left: 30px;
  }
}

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

  .social svg {
    transform: scale(0.5);
  }
  .social a + a {
    margin-left: 20px;
  }
}
@media screen and (max-width: 400px) {
  .social a + a {
    margin-left: 10px;
  }
}
.home-background {
  position: relative;
  height: 100vh;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.home-background img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-background .overlay {
background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.home-background .page-width {
  position: relative;
  z-index: 2;
}
.home-background .background-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1399px) {
  .home-background {
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 100px;
  }
}

.headline {
  padding-top: 40vh;
}
.headline h1, .headline p {
  text-align: center;
  color: #fff;
}
.headline h1::after {
  background-color: #ACCAA4;
  width: 100px;
}
.headline h1 {
  font-size: 33px;

}
.headline p {
  font-size: 18px;
}

.headline hr {
  margin: 20px auto;
  display: block;
  border: none;
  background-color: #ACCAA4;
  height: 2px;
width: 100px;
}

@media screen and (max-width: 1600px) {
  .headline {
    padding-top: 32vh;
  }
}

@media screen and (max-width: 767px) {
  .headline {
    padding-top: 30vh;
  }
}
@media screen and (max-width: 575px) {
  .headline {
    padding-top: 200px;
  }
  .headline h1 {
    font-size: 35px;
  }
  .headline p {
    font-size: 16px;
  }
}

.tab-btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
.tab-btns div {
  font-family: "Lato";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #fff;
  /* padding: 8px 35px; */
  transition: all 0.5s;
  cursor: pointer;
}
.tab-btns div a {
  color: #272B27;
  transition: all 0.5s;
}
.tab-btns .active {
  font-weight: 700;
  color: #272B27;
  border-bottom: 3px solid #668156;
}

.tab-btns div:last-child {
  margin-right: -35px;
}
@media screen and (max-width: 1600px) {
  /* .tab-btns div {
    padding: 8px 30px;
  } */
  .tab-btns div:last-child {
    margin-right: -30px;
  }
}
@media screen and (max-width: 1399px) {
  .tab-btns div {
    /* padding: 8px 25px; */
    font-size: 18px;
  }
  .tab-btns div:last-child {
    margin-right: -25px;
  }
}
@media screen and (max-width: 991px) {
  .tab-btns {
    margin-top: 30px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tab-btns div:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .tab-btns div {
    /* padding: 5px 25px; */
    font-size: 16px;
  }
}

.home-papers {
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  padding: 50px 0;
}
.home-papers .add {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 160px;
}
.home-papers .add::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #668156;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55%;
}
.home-papers .add span, .home-papers .add p {
  text-align: center;
  color: #fff;
  font-weight: 400;
}
.home-papers .add span {
  font-size: 32px;
  margin: 20px 0;
}
.home-papers .add p {
  font-size: 18px;
  line-height: 18px;
  max-width: 230px;
}
.home-papers .add + .add {
  margin-left: 10px;
}
.home-papers .papiri::before {
  background-image: url("../images/papiri.svg");
}
.home-papers .porudzbina::before {
  background-image: url("../images/porudzbina.svg");
}
.home-papers .paket::before {
  background-image: url("../images/paket.svg");
}
@media screen and (max-width: 1600px) {
  .home-papers {
    padding: 0;
  }
  .home-papers .add {
    padding-top: 140px;
  }
  .home-papers .add::before {
    width: 130px;
    height: 130px;
  }
  .home-papers .add span {
    font-size: 28px;
  }
  .home-papers .add p {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1399px) {
  .home-papers .add {
    padding-top: 120px;
  }
  .home-papers .add::before {
    width: 110px;
    height: 110px;
  }
  .home-papers .add span {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .home-papers {
    flex-direction: column;
  }
  .home-papers .add + .add {
    margin-top: 25px;
    margin-left: auto;
  }
  .home-papers .add {
    margin-left: auto;
    margin-right: auto;
  }
}

.home-papers.about-papers .add::before {
  background-color: transparent;
  background-size: 75%;
  border-radius: 0;
}
.home-papers.about-papers .add span, .home-papers.about-papers .add p {
  color: #272B27;
}
.home-papers.about-papers .papiri::before {
  background-image: url("../images/papiri2.svg");
}
.home-papers.about-papers .porudzbina::before {
  background-image: url("../images/porudzbina2.svg");
}
.home-papers.about-papers .paket::before {
  background-image: url("../images/paket2.svg");
}
@media screen and (max-width: 1600px) {
  .home-papers.about-papers {
    margin-top: 50px;
  }
}

.reviews {
  /* max-width: 700px; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .reviews {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .reviews {
    margin-top: 30px;
  }
}



.reviewSwiper .swiper-slide .review-cont {
  background-color: #fff;
  border: 1px solid rgba(206, 202, 202, 0.8);
  min-height: 560px;
  padding: 20px;
  position: relative;
  border-radius: 6px;
}

.reviewSwiper .swiper-slide .review-cont .stars {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviewSwiper .swiper-slide .review-cont .stars img{
  object-fit: contain;
  object-position: center;
}

.reviewSwiper .swiper-slide .review-text {
  position: relative;
  margin-top: 40px;
  height: 380px;
  overflow-y: auto;
  margin-bottom: 45px;
}

.reviewSwiper .swiper-slide .review-top{
  position: relative;
}

.reviewSwiper .swiper-slide .review-top::before {
  position: absolute;
  content: "";
  width: 52px;
  height: 44px;
  top: 20px;
  right: 0%;
  background-image: url("../images/Quotes.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


.reviewSwiper .swiper-slide p, .reviewSwiper .swiper-slide span {
  display: block;
  /* text-align: center; */
}

.reviewSwiper .swiper-slide h2 {
  font-family: "Lato";
  font-weight: 400;
  font-size: 40px;
}

  .reviewSwiper .swiper-slide .review-text p {
    font-size: 22px;
    letter-spacing: 1.5px;
    color: rgba(39, 43, 39, 0.8);
    line-height: 34px;
  }

@media screen and (max-width: 1600px) {
  .reviewSwiper .swiper-slide h2 {
    font-size: 35px;
  }
}

.reviewSwiper .swiper-slide .review-top p {
  font-weight: 300;
 font-size: 24px;
}

.reviews .swiper-button-next-reviews, .reviews .swiper-button-prev-reviews {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.reviews .swiper-button-next-reviews {
 right: -10%;
}

.reviews .swiper-button-prev-reviews {
  left: -10%;
}



.home-about {
  position: relative;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.home-about .bg2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  filter: blur(3px);
}

.home-about img {
 object-fit: contain;
 object-position: center;
 margin-bottom: 40px;
 width: 100%;
 max-width: 475px;
}

.home-about .home-about-text p {
font-weight: 700;
font-size: 27px;
line-height: 33px;
}

.home-about .home-about-text p + p{
  margin-top: 15px;
}

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

  .home-about .numbers span {
    font-size: 35px;
  }
  .home-about .numbers h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1399px) {
  .home-about .numbers .num {
    max-width: 200px;
  }
  .home-about .numbers span {
    font-size: 30px;
  }
  .home-about .numbers span::after {
    width: 50px;
  }
  .home-about .numbers h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .home-about .numbers .page-width {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media screen and (max-width: 575px) {
  .home-about .numbers {
    padding: 50px 0;
  }
  .home-about .numbers .page-width {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .home-about .numbers span {
    display: block;
  }
  .home-about .numbers span::after {
    display: none;
  }
  .home-about .numbers h3, .home-about .numbers p, .home-about .numbers span {
    text-align: center;
  }
}

.popular-locations {
  margin-top: 100px;
}
@media screen and (max-width: 575px) {
  .popular-locations {
    margin-top: 80px;
  }
}

.locations-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 300px;
  gap: 15px;
}
.locations-grid .location {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.locations-grid .location .title-and-specifics, .locations-grid .location h3 {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.locations-grid .location .title-and-specifics {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.locations-grid .location .location-specifics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 250px;
  width: 250px;
  position: relative;
}
.locations-grid .location .location-specifics::after, .locations-grid .location .location-specifics::before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
}
.locations-grid .location .location-specifics::after {
  width: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
}
.locations-grid .location .location-specifics::before {
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
}
.locations-grid .location .location-specifics span {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  align-items: end;
  justify-content: center;
  background-position: 50% 20px;
  background-repeat: no-repeat;
  background-size: 60%;
}
.locations-grid .location .location-specifics .number-of-properties {
  background-image: url("../images/house.svg");
}
.locations-grid .location .location-specifics .green-areas {
  background-image: url("../images/tree.svg");
}
.locations-grid .location .location-specifics .buildings {
  background-image: url("../images/building.svg");
}
.locations-grid .location .location-specifics .schools {
  background-image: url("../images/town.svg");
}
.locations-grid .location h3 {
  font-size: 45px;
  font-weight: 400;
}
.locations-grid .location .overlay {
  opacity: 0.45;
}
.locations-grid .location:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.locations-grid .location:nth-child(2) {
  grid-column: span 2;
}
.locations-grid .location:hover .title-and-specifics {
  opacity: 1;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.locations-grid .location:hover h3 {
  opacity: 0;
}
@media screen and (max-width: 1600px) {
  .locations-grid {
    gap: 10px;
    grid-auto-rows: 270px;
  }
  .locations-grid .location .location-specifics {
    height: 200px;
    width: 200px;
  }
}
@media screen and (max-width: 1399px) {
  .locations-grid {
    gap: 10px;
    grid-auto-rows: 240px;
  }
  .locations-grid .location .location-specifics {
    height: 180px;
    width: 180px;
  }
  .locations-grid .location h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .locations-grid {
    grid-template-columns: 1fr 1fr;
  }
  .locations-grid .location:first-child {
    grid-column: span 1;
    grid-row: span 1;
  }
  .locations-grid .location:nth-child(2) {
    grid-column: span 1;
  }
}
@media screen and (max-width: 767px) {
  .locations-grid {
    gap: 5px;
  }
}
@media screen and (max-width: 575px) {
  .locations-grid {
    grid-template-columns: 1fr;
  }
}

.dark-container {
  background-color: #232323;
  border-radius: 12px;
  padding: 80px 50px;
}
@media screen and (max-width: 575px) {
  .dark-container {
    max-width: 100%;
    padding: 50px 5%;
    border-radius: 0;
  }
}

@media screen and (max-width: 575px) {
  .page-padding:has(.dark-container) {
    padding: 0;
  }
}
.dark-container-text {
  overflow: auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
}

.dark-container-text h2, .dark-container-text h3{
  font-family: "Lato";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  float: left;
  width:32%;
  clear: right;
  padding-right: 50px;
}
@media screen and (max-width: 1600px) {
  .dark-container-text h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1399px) {
  .dark-container-text h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 575px) {
  .dark-container-text h2 {
    font-size: 18px;
  }
}
.dark-container-text p, .dark-container-text ul {
  float: right;
  width: 60%;
  margin-bottom: 15px;
}

.dark-container-text ul {
  padding-left: 20px;
}
@media screen and (max-width: 1199px) {
  .dark-container-text h2, .dark-container-text p, .dark-container-text h3, .dark-container-text ul {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }


}


@media screen and (max-width: 1199px) {
  .dark-container-text h2 + p {
    margin-top: 25px;
  }
}

.cookies-text p + p {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .cookies-text p + p {
    margin-top: 20px;
  }
}

.properties-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 80px;
}
@media screen and (max-width: 1600px) {
  .properties-grid {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .properties-grid {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 1299px) {
  .properties-grid {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .properties-grid {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .properties-grid {
    grid-template-columns: 1fr;
 
  }
}

.property .property-img {
  position: relative;
  border-radius: 12px;
  height: 260px;
  overflow: hidden;
}
.property .property-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  transition: all 0.5s;
}
.property .property-img .center-sold {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 3px;
}
.property .property-img .left-corner {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 10px;
}
.property .property-img .left-corner span {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  font-family: "Lato";
  background-color: #668156;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 8px 15px;
  display: block;
}
.property .property-img .left-corner span + span {
  margin-top: 5px;
}
.property .property-img .left-corner .discount {
  background-color: #fff !important;
  color: #272B27;
}
@media screen and (max-width: 1399px) {
  .property .property-img {
    height: 200px;
  }
}
.property .property-info {
  margin-top: 10px;
}
.property .property-info .top-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.property .property-info .top-info span, .property .property-info p, .property .property-info .amenities span, .property .property-info .property-title {
  color: #272B27;
}
.property .property-info .top-info span, .property .property-info p {
  font-size: 18px;
}
.property .property-info .top-info span {
  opacity: 0.6;
}
.property .property-info p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}
.property .property-info .property-title {
  font-size: 24px;
  font-weight: 400;
  margin: 10px 0;
  min-height: 60px;
  transition: all 0.5s;
  -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-height: 35px;
}
.property .property-info .bottom-info {
  border-top: 1px solid #b4b4b4;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.property .property-info .bottom-info .price {
  font-family: "Lato";
  font-size: 29px;
  font-weight: 500;
  color: #272B27;
}
.property .property-info .bottom-info .amenities .area {
  padding-left: 29px;
}
.property .property-info .bottom-info .amenities .area::before {
  width: 24px;
  height: 24px;
  /* background-image: url("../images/Square-dark.svg"); */
  background-image: url("../images/Square.svg");
}
.property .property-info .bottom-info .amenities .area::after {
  content: "m2";
  margin-left: 3px;
}
.property .property-info .bottom-info .amenities .area-house {
  padding-left: 29px;
}
.property .property-info .bottom-info .amenities .area-house::before {
  width: 24px;
  height: 24px;
  /* background-image: url("../images/House2.svg"); */
  background-image: url("../images/Square2.svg");
  background-size: 20px;
}
.property .property-info .bottom-info .amenities .area-house::after {
  content: "m2";
  margin-left: 3px;
}
.property .property-info .bottom-info .amenities .bed {
  padding-left: 34px;
}
.property .property-info .bottom-info .amenities .bed::before {
  width: 30px;
  height: 26px;
  /* background-image: url("../images/Bed-dark.svg"); */
  background-image: url("../images/Bed.svg");
}
.property .property-info .bottom-info .amenities .bath {
  padding-left: 22px;
}
.property .property-info .bottom-info .amenities .bath::before {
  width: 18px;
  height: 26px;
  /* background-image: url("../images/Bath-dark.svg"); */
  background-image: url("../images/Bath.svg");
}
.property .property-info .bottom-info .amenities span {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin-left: 5px;
  color: #668156;
}
@media screen and (max-width: 575px) {
  .property .property-info .bottom-info .amenities span {
    font-size: 13px;
  }
}
.property .property-info .bottom-info .amenities span::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1399px) {
  .property .property-info .property-title {
    font-size: 20px;
  }
  .property .property-info .top-info span, .property .property-info p {
    font-size: 14px;
  }
  .property .property-info .bottom-info .price {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .property .property-info .bottom-info .price {
    font-size: 19px;
  }
}

.dark .property .property-info .top-info span {
  color: rgba(255, 255, 255, 0.761);
}
.dark .property .property-info p, .dark .property .property-info .amenities span {
  color: #cacaca;
}
.dark .property .property-info .property-title {
  color: #fff;
}
.dark .property .property-info .bottom-info .amenities .area::before {
  background-image: url("../images/Square.svg");
}
.dark .property .property-info .bottom-info .amenities .bed::before {
  background-image: url("../images/Bed.svg");
}
.dark .property .property-info .bottom-info .amenities .bath::before {
  background-image: url("../images/Bath.svg");
}


.property:hover .property-info .property-title {
  color: #668156;
}

.properties-home {
  padding: 100px 0;
  position: relative;
  /* background-color: #222222; */
}
@media screen and (max-width: 575px) {
  .properties-home {
    padding: 50px 0;
  }
}

.property.sold .property-img img {
  filter: blur(5px);
}
.property.sold .property-img .left-corner {
  display: none;
}
.property.sold .property-img .center-sold {
  display: flex;
  align-items: center;
  justify-content: center;
}

.properties-list .property .property-img .left-corner {
  /* top: 20px;
  left: 20px; */
}
.properties-list .property .property-img .left-corner span {
  font-size: 12px;
    color: #fff;
    font-weight: 600;
    font-family: "Lato";
    background-color: #668156;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 8px 15px;
    display: block;
} 
.properties-list .property .property-img .left-corner.inverted span {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    font-family: "Lato";
    background-color: #668156;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 8px 15px;
    display: block;
}
.properties-list .property .property-img .left-corner.sold {
  display: none;
}
@media screen and (max-width: 1600px) {
  .properties-list .property .property-img .left-corner span {
    font-size: 12px;
  }
}
.properties-list .property .property-img .left-corner span + span {
  margin-top: 10px;
color: #FFF;
background-color: #A55A3B !important;
}

.pagination {
  margin-top: 50px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #272B27;
  font-family: "Lato";
  font-weight: 400;
  border-radius: 50%;
}
@media screen and (max-width: 1399px) {
  .pagination li a {
    font-size: 17px;
    width: 44px;
    height: 44px;
  }
}
.pagination li .active {
  background-color: #668156;
  color: #fff;
}
.pagination li + li {
  margin-left: 10px;
}
@media screen and (max-width: 575px) {
  .pagination li + li {
    margin-left: 0;
  }
}
/* .pagination li:first-child, .pagination li:last-child {
  background-image: url("../images/pag.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.pagination li:first-child {
  transform: rotate(180deg);
  display: none;
} */

.property-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  grid-auto-rows: 270px;
}
.property-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.property-gallery a {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.property-gallery a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.1;
  z-index: 1;
}
.property-gallery a .property-details {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.property-gallery a .property-details .details {
  /* padding-right: 20px; */
  width: 75%;
}
.property-gallery a .property-details .details .details-top {
  margin-bottom: 30px;
}
.property-gallery a .property-details .details .details-top span {
  font-family: "Lato";
  font-weight: 600;
  font-size: 9px;
  display: inline-block;
}
.property-gallery a .property-details .details .details-top span + span {
  margin-left: 10px;
}
.property-gallery a .property-details .details .details-top .rent, .property-gallery a .property-details .details .details-top .discount {
  border-radius: 4px;
  padding: 7px 25px;
  font-weight: 600;
}
.property-gallery a .property-details .details .details-top .rent {
  background-color: #668156;
  color: #fff;
}
.property-gallery a .property-details .details .details-top .discount {
  background-color: #668156;
}
.property-gallery a .property-details .details .details-top .property-id {
  font-weight: 400;
  font-size: 18px !important;
  padding: 0 !important;
  display: inline-flex;
    align-items: center;
}
.property-gallery a .property-details * {
  color: #fff;
}
.property-gallery a .property-details h1 {
  font-size: 24px;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 10px;
  line-height: 30px;
}
.property-gallery a .property-details .property-price {
  font-family: "Lato";
  font-size: 24px;
  text-align: right;
}
.property-gallery a:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.property-gallery a.single-estate-image:first-child {
  grid-column: span 4;
  grid-row: span 2;
}
.property-gallery a:first-child::after {
  opacity: 0.3;
}
@media screen and (max-width: 1600px) {
  .property-gallery {
    gap: 10px;
    grid-auto-rows: 250px;
  }
  .property-gallery a .property-details h1, .property-gallery a .property-details .property-price {
    font-size: 24px;
  }
  .property-gallery a .property-details .details .details-top span {
    font-size: 9px !important;
  }

}
@media screen and (max-width: 1399px) {
  .property-gallery {
    gap: 5px;
    grid-auto-rows: 220px;
  }
  .property-gallery a .property-details .property-price {
    width: -moz-min-content;
    width: min-content;
  }
}
@media screen and (max-width: 1199px) {
  .property-gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .property-gallery {
    grid-auto-rows: 150px;
  }
  .property-gallery a .property-details {
    flex-direction: column;
    align-items: start;
  }
  .property-gallery a .property-details .details {
    padding-right: 0;
    width: 100%;
  }
  .property-gallery a .property-details .details p {
    font-size: 14px;
  }
  .property-gallery a .property-details .details .details-top {
    margin-bottom: 10px;
  }
  .property-gallery a .property-details .details .details-top span {
    font-size: 10px !important;
  }
  .property-gallery a .property-details .details .details-top span + span {
    margin-left: 5px;
  }
  .property-gallery a .property-details .details .details-top .property-id {
    font-size: 16px !important;
  }
  .property-gallery a .property-details .property-price {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
  }
  .property-gallery a .property-details h1, .property-gallery a .property-details .property-price {
    font-size: 20px;
  }
  .property-gallery a .property-details h1 {
    margin-bottom: 5px;
  }
}

body:has(.agent) {
  overflow: visible;
}

.details-grid {
  /* margin-top: 100px; */
  margin-top: 50px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .details-grid {
    gap: 40px;
  }
}
@media screen and (max-width: 1399px) {
  .details-grid {
    gap: 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .details-grid {
    grid-template-columns: 1fr;
  }
}
.details-grid .details-info, .details-grid .agent {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px;
}
@media screen and (max-width: 575px) {
  .details-grid .details-info, .details-grid .agent {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 400px) {
  .details-grid .details-info, .details-grid .agent {
    padding: 30px 10px;
  }
}
.details-grid .details-info {
  display: grid;
  gap: 60px;
}
.details-grid .details-info h2 {
  font-size: 30px;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1399px) {
  .details-grid .details-info h2 {
    font-size: 25px;
  }
}
.details-grid .details-info ul {
  list-style: none;
}
.details-grid .details-info ul li, .details-grid .details-info ul li p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Lato";
}
@media screen and (max-width: 1600px) {
  .details-grid .details-info ul li, .details-grid .details-info ul li p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1399px) {
  .details-grid .details-info ul li, .details-grid .details-info ul li p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 575px) {
  .details-grid .details-info ul li, .details-grid .details-info ul li p {
    font-size: 16px;
    line-height: 30px;
  }
}
.details-grid .details-info .details-list, .details-grid .details-info .check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 575px) {
  .details-grid .details-info .details-list, .details-grid .details-info .check-list {
    grid-template-columns: 1fr;
  }
}
.details-grid .details-info .details-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid rgba(0, 0, 0, 0.19);
  padding: 5px 0;
}
.details-grid .details-info .check-list {
  row-gap: 5px;
}
.details-grid .details-info .check-list li {
  font-family: "Lato";
  position: relative;
  padding-left: 40px;
}
.details-grid .details-info .check-list li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("../images/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 575px) {
  .details-grid .details-info .check-list li::before {
    width: 25px;
    height: 25px;
  }
}
.details-grid .details-info .information-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 40px;
}
.details-grid .details-info .information-list li {
  color: #808080;
  font-family: "Lato";
  padding-left: 50px;
  position: relative;
}
.details-grid .details-info .information-list li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1399px) {
  .details-grid .details-info .information-list li {
    padding-left: 42px;
    line-height: 22px;
  }
  .details-grid .details-info .information-list li::before {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 1399px) {
  .details-grid .details-info .information-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 450px) {
  .details-grid .details-info .information-list {
    grid-template-columns: 1fr;
  }
}
.details-grid .details-info .information-list .type::before {
  background-image: url("../images/property-type.svg");
}
.details-grid .details-info .information-list .meters::before {
  background-image: url("../images/property-meters.svg");
}
.details-grid .details-info .information-list .meters2::before {
  /* background-image: url("../images/House2.svg"); */
  background-image: url("../images/Square2.svg");
}
.details-grid .details-info .information-list .balcony::before {
  background-image: url("../images/property-balcony.svg");
}
.details-grid .details-info .information-list .bed::before {
  background-image: url("../images/property-bed.svg");
}
.details-grid .details-info .information-list .shower::before {
  background-image: url("../images/property-shower.svg");
}
.details-grid .details-info .information-list .furniture::before {
  background-image: url("../images/property-furniture.svg");
}
.details-grid .details-info .property-map, .details-grid .details-info .property-video {
  border-radius: 19px;
  overflow: hidden;
  height: 45vh;
  max-height: 500px;
}
@media screen and (max-width: 575px) {
  .details-grid .details-info .property-map, .details-grid .details-info .property-video {
    height: 30vh;
  }
}
.details-grid .details-info .property-map iframe, .details-grid .details-info .property-video iframe {
  width: 100%;
  height: 100%;
}
.details-grid .details-info .properties-grid {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .details-grid .details-info .properties-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.details-grid .agent {
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  /* top: 140px; */
  top: -105px;
}
@media screen and (max-width: 1399px) {
  .details-grid .agent {
    /* top: 120px; */
    top: -80px;
  }
}
.details-grid .agent p {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.details-grid .agent .agent-info {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.details-grid .agent .agent-info .agent-img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}
.details-grid .agent .agent-info .agent-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.details-grid .agent .agent-info .agent-name p {
  /* text-align: center; */
}
.details-grid .agent .agent-info .agent-name p:nth-child(2) {
  font-size: 14px;
}
.details-grid .agent form {
  display: grid;
  /* gap: 25px; */
  gap: 15px;
}
.details-grid .agent form input, .details-grid .agent form button {
  /* height: 50px; */
  height: 40px;
}
.details-grid .agent form input, .details-grid .agent form textarea, .details-grid .agent form button {
  padding: 10px;
  border-radius: 6px;
  width: 100%;
}
.details-grid .agent form input, .details-grid .agent form textarea {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
}
.details-grid .agent form textarea {
  /* height: 200px; */
  height: 150px;
  resize: none;
}
@media screen and (max-width: 1399px) {
  .details-grid .agent form textarea {
    height: 100px;
  }
}
.details-grid .agent form input::-moz-placeholder, .details-grid .agent form textarea::-moz-placeholder {
  font-family: "Lato";
  font-size: 12px;
  font-weight: 400;
  color: #808080;
}
.details-grid .agent form input, .details-grid .agent form input::placeholder, .details-grid .agent form textarea, .details-grid .agent form textarea::placeholder {
  font-family: "Lato";
  font-size: 12px;
  font-weight: 400;
  color: #808080;
}
.details-grid .agent form button {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #668156;
  border: none;
  text-align: center;
  justify-content: center;
}

.top-wrap-property-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .top-wrap-property-list {
    flex-direction: column;
    align-items: start;
  }
}
.top-wrap-property-list .sort-properties {
  display: flex;
  align-items: center;
  /* The container must be positioned relative: */
  /* Style the arrow inside the select element: */
  /* Point the arrow upwards when the select box is open (active): */
  /* style the items (options), including the selected item: */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}
.top-wrap-property-list .sort-properties span {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  letter-spacing: 1px;
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  .top-wrap-property-list .sort-properties {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .top-wrap-property-list .sort-properties {
    flex-direction: column;
    align-items: start;
  }
}
.top-wrap-property-list .sort-properties .custom-select {
  position: relative;
  font-family: "Lato";
  cursor: pointer;
}
/* .top-wrap-property-list .sort-properties .custom-select select {
  display: none;
} */
.top-wrap-property-list .sort-properties .select-selected {
  background-color: transparent;
}
.top-wrap-property-list .sort-properties .select-selected:after {
  position: absolute;
  content: "";
  top: 5px;
  right: 0;
  width: 15px;
  height: 15px;
  background-image: url("../images/mini-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s;
}
.top-wrap-property-list .sort-properties .select-selected.select-arrow-active:after {
  transform: rotate(180deg);
}
.top-wrap-property-list .sort-properties select {
  color: #808080;
  font-size: 20px;
  letter-spacing: 1px;
  padding-right: 20px;
  background-color: transparent;
  border: none;
  outline: none;
}
.top-wrap-property-list .sort-properties .select-selected {
  color: #808080;
  font-size: 20px;
  letter-spacing: 1px;
  padding-right: 20px;
}
.top-wrap-property-list .sort-properties .select-items div {
  color: #272B27;
  padding: 10px 20px;
  letter-spacing: 2px;
  font-weight: 600;
  cursor: pointer;
}
.top-wrap-property-list .sort-properties .select-items {
  position: absolute;
  background-color: #fff;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  z-index: 9;
  border-radius: 12px;
  overflow: hidden;
  padding: 10px 0;
}
@media screen and (max-width: 575px) {
  .top-wrap-property-list .sort-properties .select-items {
    transform: none;
    left: 0;
  }
}
.top-wrap-property-list .sort-properties .select-hide {
  display: none;
}
.top-wrap-property-list .sort-properties .select-items div:hover, .top-wrap-property-list .sort-properties .same-as-selected {
  background-color: rgba(19, 21, 24, 0.11);
}

.contact-wrap {
  position: relative;
}
.contact-wrap .overlay {
  left: unset;
  right: 0;
  bottom: 0;
  width: 50%;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 33%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  opacity: 0.4;
}
.contact-wrap .contact-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
.contact-wrap .contact-bg .contact-social {
  margin: auto auto 70px;
  position: relative;
  z-index: 2;
  max-width: 80%;

}
.contact-wrap .contact-bg .contact-social .social {
  margin-bottom: 0;
}
.contact-wrap .contact-bg .contact-social p {
  text-align: center;
  font-size: 30px;
  color: #272B27;
  letter-spacing: 3px;
}
@media screen and (max-width: 1399px) {
  .contact-wrap .contact-bg .contact-social p {
    font-size: 22px;
  }
}
.contact-wrap .contact-info {
  width: 40%;
}
.contact-wrap .contact-info h1, .contact-wrap .contact-info p {
  color: #272B27;
  margin-bottom: 25px;
}
.contact-wrap .contact-info form {
  max-width: 550px;
  display: grid;
  gap: 35px;
  margin-top: 50px;
}
.contact-wrap .contact-info form input, .contact-wrap .contact-info form button {
  width: 100%;
  padding: 10px 0;
}
.contact-wrap .contact-info form input::-moz-placeholder {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
}
.contact-wrap .contact-info form input, .contact-wrap .contact-info form input::placeholder, .contact-wrap .contact-info form button {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
}
.contact-wrap .contact-info form input::-moz-placeholder {
  color: #808080;
}
.contact-wrap .contact-info form input, .contact-wrap .contact-info form input::placeholder {
  color: #808080;
}
.contact-wrap .contact-info form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #808080;
  outline: none;
  height: 50px;
}
.contact-wrap .contact-info form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #808080;
  outline: none;
  color: #272B27;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  resize: none;
}
.contact-wrap .contact-info form textarea::placeholder {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  color: #808080;
}

.contact-wrap .contact-info form textarea::-moz-placeholder {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  color: #808080;
}

 .contact-wrap .contact-info form button {
  border: none;
  color: #fff;
  height: 71px;
  text-align: center;
  justify-content: center;
  padding: 10px 25px;
} 
@media screen and (max-width: 1399px) {
  .contact-wrap .contact-info form {
    gap: 20px;
  }
  .contact-wrap .contact-info form input::-moz-placeholder {
    font-size: 18px;
  }
  .contact-wrap .contact-info form input, .contact-wrap .contact-info form input::placeholder, .contact-wrap .contact-info form button {
    font-size: 18px;
  }
  .contact-wrap .contact-info form input {
    height: 40px;
  }
  .contact-wrap .contact-info form button {
    height: 50px;
  }
}
.contact-wrap .contact-info .contact-links {
  max-width: 550px;
  margin: 40px auto;
}
.contact-wrap .contact-info .contact-links a {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  color: #272B27;
  letter-spacing: 2px;
  display: block;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .contact-wrap .contact-info .contact-links a {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
 
  .contact-wrap .contact-bg, .contact-wrap .overlay {
    top: unset;
    left: 0;
    width: 100%;
    height: 400px;
    position: relative;
  }
  .contact-wrap .contact-bg .contact-social {
    margin: auto;
  }
  .contact-wrap .contact-info {
    width: 100%;
  }
  .contact-wrap .contact-info form {
    max-width: unset;
  }
  .contact-wrap .contact-info form button {
    margin-top: 30px;
  }
  .contact-wrap .contact-info .contact-links {
    margin: 40px 0 0;
  }
}

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

  .contact-wrap .contact-bg .contact-social {
    max-width: 90%;
  }

  .contact-wrap .contact-bg, .contact-wrap .overlay {
    height: 300px;
  }
}

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

.blog-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  margin-top: 50px;
}
@media only screen and (max-width: 1600px) {
  .blog-grid {
    gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}

.blog-posts {
  display: grid;
  gap: 15px;
}

.blog-post {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 1199px) {
  .blog-post {
    max-height: 200px;
  }
}
.blog-post .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-post .blog-info {
  padding: 20px;
}
@media screen and (max-width: 575px) {
  .blog-post .blog-info {
    padding: 20px 10px;
  }
}
.blog-post .blog-info * {
  color: #272B27;
}
.blog-post .blog-info span, .blog-post .blog-info p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 575px) {
  .blog-post .blog-info span, .blog-post .blog-info p {
    font-size: 14px;
    line-height: 20px;
  }
}
.blog-post .blog-info h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 20px 0;
}
@media screen and (max-width: 1399px) {
  .blog-post .blog-info h3 {
    margin: 10px 0;
  }
}
@media screen and (max-width: 575px) {
  .blog-post .blog-info h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 5px 0;
  }
}
.blog-post .blog-info h3, .blog-post .blog-info p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-post:hover .blog-info h3 {
  text-decoration: underline;
}

.similar-posts, .tags, .share {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
}
.similar-posts h2, .tags h2, .share h2 {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0px;
}

@media screen and (max-width: 1199px) {
  .similar-posts, .tags, .share {
    max-width: 450px;
  }
}

.share {
  margin-top: 50px;
}
.share .social {
  margin: 20px 0 30px;
  justify-content: flex-start;
}
.share .social svg path {
  fill: #272B27;
}
@media screen and (max-width: 1399px) {
  .share {
    margin-top: 30px;
  }
  .share .social {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 1199px) {
  .share {
    margin-top: 0;
  }
}

.small-posts {
  margin-top: 20px;
}
.small-posts .post {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.small-posts .post .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
}
.small-posts .post .post-info {
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 575px) {
  .small-posts .post .post-info {
    padding: 10px 0 10px 10px;
  }
}
.small-posts .post .post-info * {
  color: #272B27;
}
.small-posts .post .post-info h3, .small-posts .post .post-info span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1399px) {
  .small-posts .post .post-info h3, .small-posts .post .post-info span {
    font-size: 16px;
    line-height: 22px;
  }
}
.small-posts .post .post-info h3 {
  letter-spacing: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .small-posts .post .post-info h3 {
    letter-spacing: 1px;
  }
}
.small-posts .post .post-info span {
  font-family: "Lato";
  letter-spacing: 1px;
  color: #6D7175;
  font-size: 18px;
}
.small-posts .post:hover .post-info h3 {
  text-decoration: underline;
}

.tags {
  margin-top: 50px;
}
.tags .tab {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.tags .tab span {
  color: #668156;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 10px 15px;
  border: 1px solid #668156;
  display: inline-block;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.5s;
}
.tags .tab span:hover {
  color: #272B27;
  border-color: #272B27;
}
.tags .tab a.active span {
  color: #272B27;
  border-color: #272B27;
}
@media screen and (max-width: 1399px) {
  .tags {
    margin-top: 30px;
  }
  .tags .tab span {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .tags .tab span {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .blog-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .blog-right .similar-posts, .blog-right .tags {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .blog-right {
    grid-template-columns: 1fr;
  }
}

.blog-pagination .pagination {
  grid-column: span 2;
}
@media screen and (max-width: 1199px) {
  .blog-pagination .pagination {
    grid-column: span 1;
    order: 2;
    margin: 20px 0;
  }
  .blog-pagination .blog-posts {
    order: 1;
  }
  .blog-pagination .blog-right {
    order: 3;
  }
}

/* body:has(.blog-post-cover) {
  background-color: #F8F5F0;
} */

.blog-post-cover {
  position: relative;
  height: 60vh;
}
.blog-post-cover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16px;
}
.blog-post-cover .cover-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 50px 100px;
}
@media screen and (max-width: 1600px) {
  .blog-post-cover .cover-text {
    padding: 50px;
  }
}
@media screen and (max-width: 575px) {
  .blog-post-cover .cover-text {
    padding: 50px 20px;
  }
}
.blog-post-cover .cover-text * {
  color: #fff;
}
.blog-post-cover .cover-text h1 {
  text-align: left;
  font-weight: bold;
  font-size: 35px;
  margin: 10px 0;
}
@media screen and (max-width: 1600px) {
  .blog-post-cover .cover-text h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1399px) {
  .blog-post-cover .cover-text h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-post-cover .cover-text h1 {
    font-size: 26px;
  }
}
.blog-post-cover .cover-text span {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .blog-post-cover .cover-text span {
    font-size: 15px;
  }
}

.post-info h2 {
  letter-spacing: 1px;
  text-align: left;
  margin-top: 50px;
}
.post-info h2:first-child {
  margin-top: 0;
}
.post-info h2 + p {
  margin-top: 25px;
}
.post-info p, .post-info li {
  text-align: left !important;
  margin-bottom: 10px;
}
.post-info ul, .post-info ol {
 padding-left: 20px;
  margin: 25px 0;
  display: inline-block;
  /* width: 49%; */
}
@media screen and (max-width: 991px) {
  .post-info ul, .post-info ol {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .post-info h2 {
    margin-top: 40px;
  }
  .post-info h2 + p {
    margin-top: 20px;
  }
}
.post-info img {
  height: 350px;
  width: 49%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .post-info img {
    height: 300px;
  }
}
@media screen and (max-width: 1399px) {
  .post-info img {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .post-info img {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .post-info img {
    height: 150px;
  }
}

@media screen and (max-width: 1199px) {
  .blog-right-post .similar-posts {
    grid-row: span 2;
  }
}

.mini-blog {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.mini-blog a {
  display: block;
}
.mini-blog .mini-blog-post {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.mini-blog .mini-blog-post img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16px;
}
.mini-blog .mini-blog-post .mini-blog-info {
  padding: 10px 0 10px 20px;
}
.mini-blog .mini-blog-post .mini-blog-info h3, .mini-blog .mini-blog-post .mini-blog-info span, .mini-blog .mini-blog-post .mini-blog-info p {
  color: #272B27;
}
.mini-blog .mini-blog-post .mini-blog-info span {
  font-family: "Lato";
  color: #6D7175;
  font-weight: 400;
  font-size: 20px;
}
.mini-blog .mini-blog-post .mini-blog-info p, .mini-blog .mini-blog-post .mini-blog-info h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mini-blog .mini-blog-post .mini-blog-info h3 {
  font-size: 24px;
  font-weight: 400;
  -webkit-line-clamp: 1;
  margin: 10px 0;
  letter-spacing: 3px;
}
.mini-blog .mini-blog-post .mini-blog-info p {
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 1399px) {
  .mini-blog .mini-blog-post .mini-blog-info h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .mini-blog .mini-blog-post .mini-blog-info p {
    font-size: 14px;
    line-height: 24px;
  }
  .mini-blog .mini-blog-post .mini-blog-info span {
    font-size: 18px;
  }
}
.mini-blog .mini-blog-post:hover .mini-blog-info h3 {
  text-decoration: underline;
}
.mini-blog a:first-child {
  grid-row: span 3;
}
.mini-blog a:first-child .mini-blog-post {
  display: block;
  position: relative;
  height: 100%;
}
.mini-blog a:first-child .mini-blog-post img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: unset;
}
.mini-blog a:first-child .mini-blog-post .mini-blog-info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  padding: 20px 50px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.3) 71%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 16px;
}
.mini-blog a:first-child .mini-blog-post .mini-blog-info * {
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .mini-blog {
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .mini-blog {
    grid-template-columns: 1fr;
  }
  .mini-blog a:first-child .mini-blog-post {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .mini-blog .mini-blog-post .mini-blog-info {
    padding-left: 10px;
  }
  .mini-blog .mini-blog-post .mini-blog-info h3 {
    margin: 5px 0;
    letter-spacing: normal;
    font-size: 18px;
  }
  .mini-blog .mini-blog-post .mini-blog-info span {
    font-size: 16px;
  }
  .mini-blog a:first-child .mini-blog-post {
    height: 300px;
  }
  .mini-blog a:first-child .mini-blog-post .mini-blog-info {
    padding: 20px;
  }
}

.grey-bg-1 {
  background: linear-gradient(to right, rgba(19, 21, 24, 0.11) 0%, rgba(19, 21, 24, 0.11) 85%, transparent 85%, transparent 100%);
  padding: 100px 0 50px;
  padding-left: calc(50% - 700px);
  position: relative;
  margin-top: 100px;
}
.grey-bg-1 .about-text {
  width: 40%;
}
.grey-bg-1 .about-text h2 {
  text-align: left;
  margin-bottom: 30px;
}
.grey-bg-1 .about-text .red-btn {
  margin-top: 50px;
}
.grey-bg-1 .about-numbers {
  margin-top: 80px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 70%;
}
.grey-bg-1 .about-numbers span, .grey-bg-1 .about-numbers p {
  display: block;
  text-align: center;
  color: #272B27;
}
.grey-bg-1 .about-numbers span {
  font-size: 40px;
  font-weight: bold;
}
.grey-bg-1 .about-numbers p {
  font-weight: 500;
}
.grey-bg-1 img {
  position: absolute;
  right: 0;
  top: -100px;
  width: 43%;
  height: calc(80% + 100px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 30px;
}
@media only screen and (max-width: 1600px) {
  .grey-bg-1 {
    padding-left: 10%;
    margin-top: 50px;
  }
  .grey-bg-1 .about-text {
    width: 50%;
  }
  .grey-bg-1 img {
    top: -50px;
    height: calc(75% + 50px);
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .grey-bg-1 {
    padding-right: 10%;
    padding-top: 50px;
    margin-top: 0;
    background: linear-gradient(to right, rgba(19, 21, 24, 0.11) 0%, rgba(19, 21, 24, 0.11) 100%);
  }
  .grey-bg-1 img {
    display: none;
  }
  .grey-bg-1 .about-text, .grey-bg-1 .about-numbers {
    width: 100%;
  }
  .grey-bg-1 .about-numbers {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .grey-bg-1 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .grey-bg-1 .about-numbers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .page-padding:has(.grey-bg-1) {
    padding-top: 0;
  }
}

.grey-bg-2 {
  background: linear-gradient(to left, rgba(19, 21, 24, 0.11) 0%, rgba(19, 21, 24, 0.11) 70%, transparent 70%, transparent 100%);
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .grey-bg-2 {
    background: linear-gradient(to left, rgba(19, 21, 24, 0.11) 0%, rgba(19, 21, 24, 0.11) 100%);
  }
}

@media screen and (max-width: 991px) {
  .page-padding:has(.grey-bg-2) {
    padding-bottom: 0;
  }
}

.about-team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.about-team .team-mem {
  width: 32%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(206, 202, 202, 0.8);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-team .team-mem-image {
    border-radius: 50%;
    width: 157px;
    height: 157px;
    background-color: rgba(0, 0, 0, 0.1);
}

.about-team .team-mem img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.about-team .team-mem .name {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  text-align: center;
}
.about-team .team-mem .name p{
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.about-team .team-mem .name span {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 300;
}

.about-team .team-mem .name a {
  display: block;
  color: rgba(39, 43, 39, 0.8);
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .about-team .team-mem .name span {
    font-size: 14px;
  }
}


@media screen and (max-width: 767px) {
  .about-team {
    flex-direction: column;
  }
 
  .about-team .team-mem + .team-mem {
    margin-top: 20px;
  }
}

.resilts-bg {
  padding: 100px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.resilts-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.resilts-bg .page-width {
  position: relative;
  z-index: 1;
}
.resilts-bg h2 {
  color: #fff;
}
.resilts-bg .results {
  margin-top: 50px;
  display: flex;
  align-items: start;
  justify-content: space-around;
}
@media screen and (max-width: 575px) {
  .resilts-bg .results {
    flex-direction: column;
    align-items: center;
  }
  .resilts-bg .results > div + div {
    margin-top: 30px;
  }
}
.resilts-bg .results span, .resilts-bg .results p {
  display: block;
  text-align: center;
}
.resilts-bg .results span {
  font-size: 60px;
  font-weight: 400;
  color: #668156;
  letter-spacing: 3px;
}
@media screen and (max-width: 1600px) {
  .resilts-bg .results span {
    font-size: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .resilts-bg .results span {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .resilts-bg .results span {
    font-size: 30px;
  }
}
.resilts-bg .results h3,
.resilts-bg .results p {
  color: #fff;
  letter-spacing: 1px;
  font-size: 35px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .resilts-bg .results h3,
  .resilts-bg .results p {
    font-size: 30px;
  }
}
@media screen and (max-width: 1399px) {
  .resilts-bg .results p {
    font-size: 25px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .resilts-bg .results p {
    font-size: 20px;
    margin-top: 10px;
  }
}

.recenzija {
  max-width: 900px;
  margin: 40px auto 20px;
}
.recenzija .content {
  margin-bottom: 20px;
  padding-top: 70px;
  position: relative;
}
.recenzija .content::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 50px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/Quotes2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.recenzija .content p {
  font-size: 28px;
  font-weight: 500;
  color: #131518;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .recenzija .content p {
    font-size: 22px;
  }
}
.recenzija p, .recenzija span {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  font-family: "Lato";
}
.recenzija span {
  color: #636363;
  margin-top: 10px;
}

.recenzije-tabs {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.recenzije-tabs img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0.3;
  cursor: pointer;
}
@media screen and (max-width: 1399px) {
  .recenzije-tabs img {
    width: 70px;
    height: 70px;
  }
}
.recenzije-tabs .active {
  opacity: 1;
}
.recenzije-tabs img + img {
  margin-left: 20px;
}

.servicesSwiper {
  overflow: visible;
  margin-top: 50px;
  margin-bottom: 100px;
}
.servicesSwiper .swiper-wrapper .swiper-slide {
  background: linear-gradient(to right, rgba(19, 21, 24, 0.11) 0%, rgba(19, 21, 24, 0.11) 85%, transparent 85%, transparent 100%);
}
.servicesSwiper .swiper-wrapper .swiper-slide .grey-slide {
  padding: 100px 10% 150px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .servicesSwiper .swiper-wrapper .swiper-slide .grey-slide {
    padding: 100px 5% 150px;
  }
}
@media screen and (max-width: 767px) {
  .servicesSwiper .swiper-wrapper .swiper-slide .grey-slide {
    padding: 100px 5%;
  }
}
@media screen and (max-width: 575px) {
  .servicesSwiper .swiper-wrapper .swiper-slide .grey-slide {
    padding: 50px 5% 100px;
  }
}
.servicesSwiper .swiper-wrapper .swiper-slide .grey-slide .service-text {
  width: 50%;
}
.servicesSwiper .swiper-wrapper .swiper-slide .grey-slide .service-text h2 {
  text-align: left;
  margin-bottom: 40px;
}
.servicesSwiper .swiper-wrapper .swiper-slide .grey-slide .service-text ul {
  list-style-position: inside;
}
.servicesSwiper .swiper-wrapper .swiper-slide .grey-slide .service-text p {
  margin-top: 20px;
}
.servicesSwiper .swiper-wrapper .swiper-slide .grey-slide .service-text p, .servicesSwiper .swiper-wrapper .swiper-slide .grey-slide .service-text ul li {
  font-size: 16px;
  line-height: 26px;
}
.servicesSwiper .swiper-wrapper .swiper-slide .grey-slide .service-text .red-btn {
  margin-top: 40px;
}
.servicesSwiper .swiper-wrapper .swiper-slide .grey-slide img {
  position: absolute;
  top: -50px;
  right: 0;
  width: 45%;
  height: 80%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 30px;
}
@media screen and (max-width: 1199px) {
  .servicesSwiper .swiper-wrapper .swiper-slide .grey-slide img {
    display: none;
  }
  .servicesSwiper .swiper-wrapper .swiper-slide .grey-slide .service-text {
    width: 100%;
  }
}
.servicesSwiper .swiper-wrapper .swiper-slide:first-child {
  background: linear-gradient(to left, rgba(19, 21, 24, 0.11) 0%, rgba(19, 21, 24, 0.11) 85%, transparent 85%, transparent 100%);
}
.servicesSwiper .swiper-wrapper .swiper-slide:first-child .grey-slide .service-text {
  margin-left: auto;
}
.servicesSwiper .swiper-wrapper .swiper-slide:first-child .grey-slide .service-text ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 575px) {
  .servicesSwiper .swiper-wrapper .swiper-slide:first-child .grey-slide .service-text ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.servicesSwiper .swiper-wrapper .swiper-slide:first-child .grey-slide .service-text ul li {
  font-family: "Lato";
  /* letter-spacing: 3px; */
}
@media screen and (max-width: 1600px) {
  .servicesSwiper .swiper-wrapper .swiper-slide:first-child .grey-slide .service-text ul li {
    letter-spacing: normal;
  }
}
.servicesSwiper .swiper-wrapper .swiper-slide:first-child .grey-slide img {
  right: unset;
  left: 0;
}
.servicesSwiper .swiper-wrapper .swiper-slide:nth-child(2) {
  background: linear-gradient(to left, rgba(19, 21, 24, 0.11) 0%, rgba(19, 21, 24, 0.11) 100%);
}
.servicesSwiper .service-button-next, .servicesSwiper .service-button-prev {
  width: 80px;
  height: 50px;
  background-image: url("../images/red-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 40px;
  cursor: pointer;
  z-index: 2;
}
.servicesSwiper .service-button-next {
  right: 10%;
}
.servicesSwiper .service-button-prev {
  transform: rotate(180deg);
  left: 10%;
}
.servicesSwiper .swiper-button-disabled {
  display: none;
}
.servicesSwiper .swiper-pagination {
  bottom: 40px;
}
.servicesSwiper .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #668156;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.servicesSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #668156;
}
@media screen and (max-width: 1199px) {
  .servicesSwiper {
    background-color: rgba(19, 21, 24, 0.11);
    margin-top: 0;
    margin-bottom: 50px;
  }
  .servicesSwiper .swiper-wrapper .swiper-slide {
    background: transparent !important;
  }
}
@media screen and (max-width: 767px) {
  .servicesSwiper .service-button-next, .servicesSwiper .service-button-prev {
    display: none;
  }
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 30px;
  margin: 50px 0 0;
}
.team-grid .team-member img {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.team-grid .team-member span {
  display: block;
  font-weight: bold;
  font-size: 28px;
}
.team-grid .team-member span, .team-grid .team-member p {
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .team-grid {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .team-grid .team-member img {
    height: 350px;
  }
  .team-grid .team-member span {
    font-size: 26px;
  }
}
@media screen and (max-width: 1399px) {
  .team-grid .team-member img {
    height: 300px;
  }
  .team-grid .team-member span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .team-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 530px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 575px) {
  .team-grid {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
}

.team2 {
  position: relative;
  padding: 150px 0 50px;
}
.team2 img {
  position: absolute;
  width: 50%;
  height: -webkit-fill-available;
  top: -70px;
  bottom: -20px;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.team2 .team-text {
  width: 40%;
}
.team2 .team-text h2 {
  text-align: left;
}
.team2 .team-papers {
  flex-direction: column;
  padding: 0;
  margin: 70px 0 50px;
}
@media screen and (max-width: 575px) {
  .team2 .team-papers {
    margin: 50px 0;
  }
}
.team2 .team-papers .add + .add {
  margin-left: 0;
  margin-top: 20px;
}
.team2 .team-papers .add {
  padding-top: 0;
  padding-left: 70px;
  align-items: start;
}
.team2 .team-papers .add::before {
  top: -10px;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
  transform: none;
}
.team2 .team-papers .add span, .team2 .team-papers .add p {
  text-align: left;
}
.team2 .team-papers .add span {
  margin-top: 0;
  font-size: 30px;
}
@media screen and (max-width: 1600px) {
  .team2 .team-papers .add span {
    font-size: 28px;
  }
}
@media screen and (max-width: 1399px) {
  .team2 .team-papers .add span {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .team2 .team-papers .add span {
    font-size: 22px;
  }
}
.team2 .team-papers .add p {
  max-width: 350px;
}
@media screen and (max-width: 1600px) {
  .team2 {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .team2 {
    padding: 50px 0;
  }
  .team2 img {
    display: none;
  }
  .team2 .team-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .team2 .team-papers .add {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .page-padding:has(.team2) {
    padding: 0;
  }
}

.search-wrap {
  background-color: #fff;
  border-radius: 16px;
  /* padding: 25px 50px; */
  padding: 25px 25px;
}
@media screen and (max-width: 575px) {
  .search-wrap {
    padding: 40px 20px;
  }
}

.search1, .search {
  background-color: #668156; 
  border-radius: 6px;
  height: 50px;
  border: none;
  cursor: pointer;
}

 .search2 {
  background-color: transparent; 
  border-radius: 0;
  height: 50px;
    border: none;
  cursor: pointer;
}

.search1 {
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}

 .search2 {
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  
}

.search1 {
  background-image: url("../images/search.svg");
}

.search2 {
  background-image: url("../images/filter-search.png");
  /* background-size: 30%; */
}

.search {
  display: flex;
  align-items: center;
  /* opacity: 0.8; */
  color: #fff;
  font-family: "Lato";
  font-weight: 500;
  font-size: 16px;
  padding: 0 40px;
  padding-left: 60px;
  background-image: url("../images/search.svg");
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 100%;
  justify-content: center;
}

.property-search {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 20px;
  margin-top: -200px;
  position: relative;
  margin-bottom: 80px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 1600px) {
  .property-search {
    gap: 10px;
    margin-top: -200px;
  }
}
@media screen and (max-width: 1399px) {
  .property-search {
    grid-template-columns: 1fr;
    /* gap: 40px; */
  }
}
@media screen and (max-width: 991px) {
  .property-search {
    margin-top: 70px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .property-search {
    
    gap: 20px;
  }
}

.property-search .property-search-left {
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: grid;
  row-gap: 50px;
  height: 50px;
}
@media only screen and (max-width: 1600px) {
  .property-search .property-search-left {
    padding-right: 10px;
    row-gap: 30px;
  }
}
.property-search .property-search-left p {
  font-family: "Lato";
  font-size: 19px;
  letter-spacing: 2px;
}
.property-search .property-search-left form {
  display: flex;
  align-items: center;
}
.property-search .property-search-left form button {
  margin-left: 20px;
  width: 100%;
  max-width: 50px;
}
@media only screen and (max-width: 1600px) {
  .property-search .property-search-left form button {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1399px) {
  .property-search .property-search-left {
    row-gap: 20px;
    padding-right: 0;
    border-right: none;
  }
  .property-search .property-search-left p {
    order: 1;
  }
  .property-search .property-search-left form {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .property-search .property-search-left {
    row-gap: 30px;
  }
}
.property-search .property-search-right form {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  /* row-gap: 50px; */
}
.property-search .property-search-right form .final-search {
  display: flex;
  align-items: center;
}
.property-search .property-search-right form .final-search .search2 {
  margin-right: 10px;
}
@media only screen and (max-width: 1600px) {
  .property-search .property-search-right form {
    -moz-column-gap: 10px;
         column-gap: 10px;
    /* row-gap: 40px; */
  }
}
@media screen and (max-width: 1199px) {
  .property-search .property-search-right form {
    position: relative;
  }

}



.search-form {
  /* The container must be positioned relative: */
  /* Style the arrow inside the select element: */
  /* Point the arrow upwards when the select box is open (active): */
  /* style the items (options), including the selected item: */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}
.search-form input::-moz-placeholder {
  font-family: "Lato";
  font-size: 12px;
  font-weight: 400;
  color: #808080;
}
.search-form input, .search-form input::placeholder {
  font-family: "Lato";
  font-size: 12px;
  font-weight: 400;
  color: #808080;
}
.search-form input {
  outline: none;
}
.search-form .custom-select {
  position: relative;
  font-family: "Lato";
  height: 50px;
}
.search-form .custom-select select {
  display: none; /*hide original SELECT element: */
}
.search-form .select-selected, .search-form input {
  background-color: #fff;
}
.search-form .select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 12px;
  height: 12px;
  background-image: url("../images/Arrow-up.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.search-form .select-items div, .search-form .select-selected, .search-form input {
  color: #808080;
  padding: 8px 16px;
  cursor: pointer;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 400;
}
.search-form .select-selected, .search-form input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.19);
  border-radius: 4px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}
.search-form .select-items {
  position: absolute;
  border: 1px solid rgba(128, 128, 128, 0.5);
  background-color: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9;
  border-radius: 12px;
  overflow: hidden;
}
.search-form .select-hide {
  display: none;
}
.search-form .select-items div:hover, .search-form .same-as-selected {
  background-color: rgba(19, 21, 24, 0.11);
}

.home-search, .home-search2 {
  padding: 25px;
}
@media only screen and (max-width: 1600px) {
  .home-search, .home-search2 {
    padding: 20px;
  }
}

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

}

.home-search form .form-top{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}


.home-search form .final-search {
  display: flex;
  align-items: center;
}
.home-search form .final-search .search2 {
  margin-right: 15px;
}
@media only screen and (max-width: 1600px) {
  .home-search {
    margin-top: 75px;
  }
}
@media screen and (max-width: 1399px) {
  .home-search form {
    gap: 5px;
  }

}
@media screen and (max-width: 1199px) {
  .home-search {
    margin-top: 150px;
  }
  .home-search form {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }

  .home-search form .final-search .search2 {
    max-width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .home-search form {
    grid-template-columns: 1fr;
  }
}

.home-search2 {
  max-width: 350px;
  margin: 50px auto 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.home-search2 form {
  display: flex;
  align-items: center;
}
.home-search2 form button {
  margin-left: 15px;
  width: 100%;
  max-width: 50px;
}
@media screen and (max-width: 1399px) {
  .home-search2 {
    margin: 30px auto 0;
  }
}/*# sourceMappingURL=main.css.map */





.multiple-select-form ul {
  border-top: none;
  box-shadow: none;
  background: white;
  position: relative;
  transform: none;
  left: 0;
  top: 0;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  max-height: 300px;
  border: 1px solid rgba(71, 71, 71, 0.4);
  z-index: 2;
  background-color: white;
  overflow-y: auto;
  margin: 0;
  /* border-radius: 12px; */
}
.multiple-select-form ul li {
  padding: 5px 10px;
  display: flex;
}
.multiple-select-form ul li label {
  color: #474747;
  padding-left: 5px;
  cursor: pointer;
  display: block;
  width: 100%;
}

.multiple-select-form ul li input {
  height: auto !important;
  width: auto !important;
}

.multiple-select-form {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  max-width: 290px;
  /* background-color: #f1f1f1; */
  font-size: 15px;

  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .multiple-select-form {
    max-width: 100%;
  }
}
.multiple-select-form summary {
  padding: 10px;
  padding-right: 35px;
  font-size: 12px;
  font-weight: 400;
  color: #808080;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  list-style: none;
  background-image: url("../images/Arrow-up.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  white-space: nowrap;
  font-family: "Lato";

border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}
.multiple-select-form .dropdown-list {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
  position: absolute;
  top: 50px;
  left: 50%;
  width: 100%;
  z-index: 2;
  background: transparent;
  /* border-radius: 12px; */
  
}
.multiple-select-form .dropdown-list .list-search-wrapper {
  border: 1px solid rgba(71, 71, 71, 0.4);
  height: 50px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #07000d;
  padding: 10px;
  border-bottom: none;
  background: white;
}
.multiple-select-form .dropdown-list .list-search-wrapper .list-search {
  height: 100%;
  width: 100%;
  border: 1px solid rgba(71, 71, 71, 0.4);
  outline: none;
  padding: 5px;
}



.dropdown-price-list .price-group {
  background: white;
    display: flex;
    align-items: center;
}
.dropdown-price-list .price-group input {
  border: none;
}

@media screen and (min-width: 769px) {
  .dropdown-price-list {
    width: 200% !important;
  }
}



.no-results {
  grid-column: span 4;
}
.no-results {
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.no-results .icon {
  background-color: #668156;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: white;
  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: 600;
  font-size: 17px;
}

details:disabled, details[disabled] {
  opacity: 0.5;
  pointer-events: none;
}


.page-h1 {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .page-h1 {
    margin-top: 0px;
  }
}

.details-grid .details-info .check-list.no-image li {
  padding-left: 0;
}
.details-grid .details-info .check-list.no-image li::before {
  display: none;
}


.property-gallery a.sold img {
  filter: blur(5px);
}



.property-gallery .center-sold {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 3px;
  z-index: 2;
}
.property-gallery .center-sold {
  display: flex;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width: 768px) {
  .property-gallery .center-sold {
    top: 20px;
    left: 20px;
    width: auto;
    height: auto;
  }
}

.home-url {
  display: flex;
  justify-content: center;
  text-align: center;
}

.details-grid .agent.mobile {
  display: none;
  position: static;
}

@media screen and (max-width: 1199px) {
  .details-grid .agent.mobile {
    display: block;
  }
  .details-grid .agent.desktop {
    display: none;
  }
}


.section-reviews .panel {
  display: none;
}
.section-reviews .panel.active {
  display: block;
}

.details-grid .details-info .estate-desc ul,
.details-grid .details-info .estate-desc ol {
  list-style: inside;
}

.estate-desc p {
  margin-bottom: 15px;
  color: #272B27;
}



.files-wrapper a {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 20px;
  color: #272B27;
  transition: all 0.5s;
}
.files-wrapper a:hover {
  color: #668156;
}
.files-wrapper a svg {
  margin-right: 10px;
}

.estate-desc a {
  color: #668156;
}

.badge-img{
width: 100%;
margin-left: auto;
margin-right: auto;
display: block;
position: absolute;
top: 130px;
right: 0;
}

.badge-img .page-width{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.badge-img img{
  object-fit: contain;
  object-position: center;
  width: 100%;
  max-width: 75px;
  height: 111px;
  position: relative;

}


.head .header-social > a.viber-wa-icon {
 background-color: #fff;
 border-radius: 50%;
 width: 32px;
 height: 32px;
 display: flex;
 align-items: center;
 justify-content: center;

}

.white-header.small-header .header-logo .white-logo {
  opacity: 0;
}

.white-header.small-header .header-logo .black-logo{
  opacity: 1;
}

.small-header .header-logo {
  width: 250px;
  height: 60px;
          transition: all 0.5s ease-in-out;
}

.small-header .header-logo img {
    width: 250px;
        height: 60px;
        transition: all 0.5s ease-in-out;
}


.small-header .head .nav li a {
  color: #272B27 !important;
}

.small-header .head details summary {
    color: #272B27 !important;
}

.small-header .head .header-social svg path {
  fill: #272B27;
}

.small-header .head .header-social > a.viber-wa-icon {
  background-color: #272B27;
}

.small-header .head .header-social > a.viber-wa-icon svg path {
  fill: #fff;
}

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


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

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

.other-filters {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 15px;
  padding-top: 20px;
}


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

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

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

.head .nav li.favorite-li a{
  font-size: 26px;
  width: 26px;
  display: flex;
  align-items: center;
}

.head .nav li.favorite-li svg path{
transition: all 0.5s ease-in-out;
}


.small-header .head .nav li.favorite-li svg path{
  stroke: #272B27;
transition: all 0.5s ease-in-out;
}

.vip-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.vip-wrapper .right-part {
  width: 50%;
  height: 590px;
}


.vip-wrapper .right-part img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}

.vip-wrapper .left-part .vip-items {
  margin: 40px 0;
}

.vip-wrapper .left-part .vip-items .item{
  display: flex;
  align-items: center;
  gap: 20px;
}

.vip-wrapper .left-part .vip-items .item + .item {
  margin-top: 30px;
}

.vip-wrapper .left-part .vip-items .item .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(102, 129, 86, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vip-wrapper .left-part .vip-items .item .icon img{
  object-fit: contain;
  object-position: center;
}

.btn {
  background-color: #668156;
  color: #fff;
  font-family: "Lato";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  border-radius: 6px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  width: max-content;
}

.vip-wrapper .left-part span.vip-span {
  color: rgba(39, 43, 39, 0.6);
  font-size: 20px;
  display: block;
  margin-top: 10px;
}

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

.country-facts-wrapper .fact{
  width: 100%;
}

.country-facts-wrapper .fact:first-of-type{
  grid-column: span 3;
  display: flex;
  align-items: center;
  gap: 40px;
}

.country-facts-wrapper .fact:first-of-type .fact-image {
  height: 370px;
  width: 50%;
}

.country-facts-wrapper .fact:first-of-type .fact-info {
  width: 45%;
}


.country-facts-wrapper .fact .fact-image {
  width: 100%;
  height: 270px;
  border-radius: 18px;
  overflow: hidden;
}

.country-facts-wrapper .fact .fact-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  transition: all 0.5s ease-in-out;
}

.country-facts-wrapper .fact .fact-info {
  margin-top: 15px;
}

.country-facts-wrapper .fact:hover .fact-image img{
  transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.country-facts-wrapper .fact .fact-info .date {
  font-size: 18px;
  color: rgba(39, 43, 39, 0.6);
}

.country-facts-wrapper .fact .fact-info h3{
  font-size: 24px;
  font-weight: 600;
  color: #272B27;
  margin-top: 10px;
  margin-bottom: 10px;
}

.country-facts-wrapper .fact .fact-info p {
  font-size: 16px;
   display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.country-facts-wrapper .fact .fact-info .btn{
  margin-top: 15px;

}


.our-results {
  position: relative;
  background-image: url("../images/our-results-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  padding: 100px 0;
}
.our-results .overlay {
  z-index: 1;
   background-color: rgba(76, 76, 76, 0.7);
   opacity: 1;
}
.our-results .page-width {
  position: relative;
  z-index: 2;
 
}
.our-results * {
  color: #fff;
}
@media screen and (max-width: 575px) {
  .our-results {
    padding: 50px 0;
  }
}

.numbers-wrap {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.numbers-wrap .number {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.numbers-wrap .number p {
  text-align: center;
  letter-spacing: 4px;
  font-family: "Mart";
}

.numbers-wrap .number img{
  object-fit: contain;
  object-position: center;
  margin-top: 15px;
}

.numbers-wrap .number .counter-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 20px; */
}
.numbers-wrap .number .counter-wrap .counter, .numbers-wrap .number .counter-wrap span {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 3px;
}

@media screen and (max-width: 1199px) {
  .numbers-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .numbers-wrap {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .numbers-wrap .number .counter-wrap {
    margin-bottom: 5px;
  }
  .numbers-wrap .number .counter-wrap .counter, .numbers-wrap .number .counter-wrap span {
    font-size: 35px;
  }
  .numbers-wrap .number p {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

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




footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("../images/footer-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

footer .layer {
  background-color: rgba(76, 76, 76, 0.9);
  width: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

footer .footer-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  padding-top: 80px;
  column-gap: 30px;
}

@media screen and (max-width: 991px) {
  footer .footer-grid {
    -ms-grid-columns: 1f;
        grid-template-columns: 1fr;
  }
}



footer .footer-grid .left h2 {
  color: #859E7E;
  font-weight: 600;
}

footer .footer-grid .left .lokacija a{
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

footer .footer-grid .left .lokacija a svg{
  margin-right: 10px;
}

footer .footer-grid .left .sea-footer {
  padding-top: 20px;
  padding-bottom: 25px;
}

footer .footer-grid .left .contact-info {
  padding-bottom: 20px;
}

footer .footer-grid .left .contact-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-top: 8px;
}

footer .footer-grid .left .contact-info .info:last-of-type a{
border-bottom: none;
}

footer .footer-grid .left .contact-info .info .text-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}
footer .footer-grid .left .contact-info .footer-menu {
  list-style: none;
}
footer .footer-grid .left .contact-info .footer-menu li {
  margin-bottom: 8px;
}
footer .footer-grid .left .contact-info .footer-menu a {
  color: white;
  font-size: 19px;
  text-decoration: none;
  font-weight: 500;
}

footer .footer-grid .left .contact-info .info .inf-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-grid .left .follow {
  font-size: 16px;
  color: white;
  font-weight: 500;
}

footer .footer-grid .left .mreze {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding-top: 10px;
  padding-bottom: 30px;
}





footer .footer-grid .right {
display: flex;
}

@media screen and (max-width: 575px) {
  footer .footer-grid .right {
    padding-left: 0;

  }
}

footer .footer-grid .right .property {
  font-size: 22px;
  color: white;
  font-weight: 600;
}

footer .footer-grid .right .right-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 30px;
  padding-bottom: 60px;
}

footer .footer-grid .right .right-grid .grad {
  font-size: 18px;
  color: white;
  padding-top: 7px;
  /* font-weight: 10; */
  font-weight: 400;
}

footer .footer-grid .right .pravougaonik {
  border: 1px solid white;
  border-radius: 20px;
  position: relative;
  width: 100%;
  padding: 40px 50px 30px 50px;
  margin-top: auto;
  margin-bottom: auto;
}

footer .footer-grid .right .pravougaonik h3 {
  font-size: 22px;
font-family: "Lato";
  font-weight: 400;
  color: white;
  text-align: center;
  letter-spacing: 3px;
}

footer .footer-grid .right .pravougaonik .opis {
  font-size: 12px;
  color: white;
  /* font-weight: 10; */
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  margin: 10px 0;
}

footer .footer-grid .right .pravougaonik .sell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}

footer .footer-grid .right .pravougaonik .sell .main-button {
  background-color: #859E7E;
}

footer .footer-grid .right .znak {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 53px;
  height: 53px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: 43%;
}

.large-line {
  width: 100%;
  height: 1px;
  background-color: white;
  margin-top: 40px;
  opacity: 0.6;
}


.flex-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-bottom .copy p{
  font-size: 16px;
  color: white;
  /* font-weight: 10; */
  font-weight: 400;

}

@media screen and (max-width: 575px) {
  .flex-bottom .copy {
    padding-top: 20px;
    text-align: center;
  }
}

.flex-bottom a {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 991px) {
  .flex-bottom {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .flex-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex-bottom .meni-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 50%;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

@media screen and (max-width: 575px) {
  .flex-bottom .meni-f {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .flex-bottom .meni-f {
    padding-top: 15px;
  }
}

.flex-bottom .meni-f a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .flex-bottom .meni-f a {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.flex-bottom .meni-f a:hover {
  opacity: 0.8;
}

footer .footer-grid .left .contact-info p.company-info {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

footer a.viber-wa-icon {
    background-color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .flex-bottom ul{
display: flex;
list-style: none;
gap: 30px;
}

footer .flex-bottom ul li a{
  font-size: 16px;
}

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

.template-links a{
  background-color: #668156;
  width: max-content;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.template-links a::after{
content: "";
display: block;
background-image: url('../images/pdf.svg');
background-repeat: no-repeat;
width: 30px;
height: 30px;
margin-left: 10px;
}

.head .header-social p {
  display: none;
}


.small-header.black-header .header-logo .white-logo {
opacity: 1;
}


.small-header.black-header .header-logo .black-logo {
  opacity: 0;
}



.title h1 span, .title h2 span {
  color: #668156;
}

.about-text p {
  font-weight: 600;
  margin-top: 15px;
}

.about-wrapper2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid rgba(39, 43, 39, 0.4);
}

.about-wrapper2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: rgba(39, 43, 39, 0.4);
}

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

.about-wrapper2 .left-part h3, .about-wrapper2 .right-part h3 {
  font-size: 24px;
}

.about-wrapper2 .left-part .icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px 0;
  column-gap: 40px;
  row-gap: 40px;
width: 90%;
margin-left: auto;
margin-right: auto;
}

.about-wrapper2 .left-part .icons .icon{
  display: flex;
  flex-direction: column;
  align-items: center;
text-align: center;
}

.about-wrapper2 .left-part .icons .icon .icon-image{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
    justify-content: center;
  background-color: rgba(102, 129, 86, 0.1);
}

.about-wrapper2 .left-part .icons .icon p {
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
}

.about-wrapper2 .right-part {
  width: 45%;
  text-align: center;
}

.about-wrapper2 .right-part .right-part-text {
  margin: 40px auto;
  width: 90%;
}

.about-wrapper2 .right-part .right-part-text p {
font-weight: 700;
}

.about-wrapper2 .right-part .btn{
  margin-left: auto;
  margin-right: auto;
}

.our-office-cont{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.our-office-cont .our-office-txt {
  width: 25%;
}

.our-office-cont .our-office-txt .title{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.our-office-cont .our-office-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 70%;
  column-gap: 20px;
}


.our-office-cont .our-office-gallery a{
  border-radius: 12px;
  width: 100%;
  height: 272px;
  display: none;
}

.our-office-cont .our-office-gallery a:nth-of-type(1),.our-office-cont .our-office-gallery a:nth-of-type(2), .our-office-cont .our-office-gallery a:nth-of-type(3){
  display: block;
}

.our-office-cont .our-office-gallery a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
    border-radius: 12px;
}



.videobg {
    position: relative;
    height: 625px;
    display: flex;
    align-items: center;
    padding: 50px 0;
    border-radius: 12px;
}

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

.videobg .play {
  width: 96px;
  height: 67px;
  background-image: url(../images/playBtn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

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


.videobg img.video-back-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
   border-radius: 12px;
}

.bluish-bg {
  background-color: #F9FAFB;
}

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

.steps-wrapper .page-width {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps-wrapper .step {
  max-width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  gap: 5px;
}

.steps-wrapper .step span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(39, 43, 39, 0.2);
}

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

.steps-wrapper .step p {
  font-size: 16px;
  color: rgba(39, 43, 39, 0.5);
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
}

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

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

.steps-wrapper .step.active span {
background-color: #668156;
}

.steps-wrapper .step.active p {
  color: #272B27;
}


.steps-wrapper .step::after {
  content: "";
display: block;
  height: 2px;
  width: 42px;
background: url('../images/dotted-line.svg');
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
margin-right: 20px;
margin-left: 15px;
  
}

.steps-wrapper .step span:has(svg) {
  background-color: #fff;
}

.steps-wrapper .step:last-of-type::after{
display: none;
}



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

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

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

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

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

.advertise-form form input,
.advertise-form form textarea,
.advertise-form form select {
  border: none;
  background-color: #fff;
  padding: 18px 10px;
  margin-top: 5px;
  /* font-family: "Marcellus SC"; */
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  letter-spacing: 1px;
  color: #191919;
  border: 1px solid rgba(0, 0, 0, 0.19);
}

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

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

.advertise-form form input::placeholder,
.advertise-form form textarea::placeholder{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Lato";
  color: #191919;
}

@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: #fff url(../images/arr-down-full-b.svg) no-repeat;
  background-position: calc(100% - 10px);
}

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

.advertise-form form .form-buttons .btn{
  width: 100%;
  /* max-width: 300px; */
  max-width: 160px;
  box-shadow: none;
  border: 1px solid rgba(102, 129, 86, 1);
  padding: 15px 20px;
justify-content: center;
}

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

.advertise-form form .form-buttons .btn.first-step-btn:hover{
  background-color: #fff;
  color: rgba(102, 129, 86, 0.35);
}

.advertise-form form .form-buttons .btn:hover{
  background-color: #fff;
  color: #668156;
}

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

.advertise-form form button {
  margin-left: auto;
  background-color: #668156;
  color: #fff;
  padding: 15px 58px;
  max-width: 300px;
}

@media screen and (max-width: 575px) {
  .advertise-form form button {
    padding: 15px 35px;
  }
}

.advertise-form form button:hover {
  background-color: #fff;
  color: #668156;
}

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


.small-header.black-header .header-logo .black-logo{
  opacity: 0;
}

.success-wrapper {
  width: 100%;
  max-width: 45%;

}

.success-wrapper h2 {
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.dark-container-text h1 {
    margin-bottom: 50px;
}

.services-section h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.services-wrapper {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.services-wrapper .services-images {
  display: grid;
  grid-template-columns: 1fr;
  width: 40%;
  row-gap: 50px;
}

.services-wrapper .services-images img{
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

.services-wrapper .services-txt {
  width: 50%;
}


.services-wrapper .services-txt h3{
  font-weight: 600;
  font-family: "Lato";
  margin-bottom: 10px;
 
}

.services-wrapper .services-txt h3 + h3{
 margin-top: 30px;
}

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

.services-wrapper .services-txt ul {
  padding-left: 40px;
  margin: 20px 0;
}

.services-wrapper .services-txt ul li{
  margin-bottom: 10px;
}

.services-wrapper .services-txt ul li p{
  margin-bottom: 0;
}

.white-header.blog-header .head .nav li a {
  color: #272B27;
}


.white-header.blog-header .head .nav li.favorite-li a svg path {
  stroke: #272B27;
}


.white-header.blog-header .head details summary {
    color: #272B27;
}

.white-header.blog-header .head .header-social > a.viber-wa-icon svg path {
  fill: #fff;
}


.white-header.blog-header .head .header-social > a.viber-wa-icon {
  background-color: #272B27;
}

.white-header.blog-header .head .header-social svg path {
  fill: #272B27;
}

.white-header.blog-header.small-header .header-logo .white-logo {
  opacity: 1;
}

.white-header.blog-header.small-header .header-logo .black-logo {
  opacity: 0;
}

.property-search form .form-top {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.estate-list-heading {
  margin-top: -50px;
}

.grey-background {
  background: rgba(0, 0, 0, 0.05);
}

.fast-search-wrapper{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 40px;
}

.fast-search-wrapper a {
  width: 100%;
  height: 80px;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  padding: 10px 35px;
    display: flex;
    align-items: center;   /* vertikalno centriranje */
    justify-content: center;
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
}

.fast-search-wrapper a:hover {
   transition: all 0.5s ease-in-out;
   background-color: #668156;
   color: #fff;
}

.property-gallery a .property-details .details .details-top .discount.featured{
  background-color: rgba(255, 255, 255, 0.7);
  color: #3E4938;
}

.details-grid .agent .agent-info .agent-socials {
  display: flex;
  align-items: center;
  gap: 5px;
  /* margin-top: 5px; */
}

.details-grid .agent form input::-webkit-outer-spin-button,
.details-grid .agent form input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.details-grid .agent form input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.remove-all-wishes {
    grid-column: span 3;
        margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.wish-list-empty {
    grid-column: span 3;
    text-align: center;
    margin-bottom: 30px;
}


.projects-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
  row-gap: 70px;
  margin-top: 50px;
}


.projects-wrapper a{
  width: 100%;
  border-radius: 12px;
}

.projects-wrapper a .project-image{
  width: 100%;
  height: 300px;
}

.projects-wrapper a .project-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

.projects-wrapper a .project-info {
  padding-top: 10px;
}

.projects-wrapper a .project-info h3 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
}

.projects-wrapper a .project-info .btn{
  margin-top: 10px;
}

.projects-wrapper a .project-info span{
  font-size: 13px;
}


.project-details-info {
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
    margin-top: 40px;
}

.project-details-info h2 {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 20px;
}


.project-details-info p {
    margin-bottom: 15px;
    color: #272B27;
}

.project-details-info table, .project-details-info table tr, .project-details-info table tr td {
  border: none;
}

.project-details-info table {
  margin-bottom: 40px;
  width: auto !important; 
    max-width: 100%;
}

.project-details-info table td {
    padding:0px 20px;
    text-align: left;  
}

.project-details-info table td:first-of-type{
  padding-left: 0;
}


.project-details-info table tr td p{
  font-size: 18px;
  color: #808080;
  margin-bottom: 0;
}

.project-details-info table tr td p:first-of-type{
  margin-bottom: 5px;
}

.project-details-info table tr td p span{
  font-size: 24px;
}

.project-share h2 {
      font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.project-wrapper .property-gallery a .property-details h1{
  margin-bottom: 0;
}

.project-video {
  height: 425px;
}

.details-grid .details-info .details-list li{
  width: 100%;
}














@media only screen and (max-width: 1200px){
.header-logo{
  width: 180px;
    height: 60px;
}

.head .nav li.favorite-li{
  padding: 10px 20px;
  padding-left: 0;
}

.head .nav li.favorite-li a {
padding: 0;
}

.head .nav li.favorite-li a svg path{
  stroke: #272B27;
}

  .head .header-social > a.viber-wa-icon {
    background-color: #668156;
      width: 40px;
    height: 40px;
  }

  .head .header-social > a.viber-wa-icon svg{
    width: 30px;
    height: 30px;
  }

  .small-header .header-logo {
            width: 180px;
        height: 60px;
  }

  .small-header .header-logo img {
    width: 100%;
    height: 100%;
  }

  .vip-wrapper {
    flex-direction: column;
  }

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

  .vip-wrapper .right-part {
    width: 100%;
    margin-top: 30px;
  }

  .country-facts-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .country-facts-wrapper .fact:first-of-type {
    grid-column: span 1;
    flex-direction: column;
    gap: 0;
  }

  .country-facts-wrapper .fact:first-of-type .fact-image {
    width: 100%;
    height: 270px;
  }

  .country-facts-wrapper .fact:first-of-type .fact-info {
    width: 100%;
  }

  .country-facts-wrapper .fact .fact-info .btn {
    display: none;
  }

  .numbers-wrap .number:nth-of-type(3) {
    grid-column: span 2;
  }

  .home-about {
    max-width: 100%;
  }

  .head .header-social p {
    display: block;
  }

  .about-wrapper2 {
    flex-direction: column;
    border-bottom: none;
  }

  .about-wrapper2::before{
    display: none;
  }

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

  .about-wrapper2 .left-part .icons {
    width: 100%;
  }

  .about-wrapper2 .right-part {
    width: 100%;
    margin-top: 40px;
  }

  .about-wrapper2 .right-part .right-part-text {
    width: 100%;
    margin: 30px auto;

  }

  .our-office-cont {
    flex-direction: column;
  }

  .our-office-cont .our-office-txt {
    width: 100%;
  }

  .our-office-cont .our-office-gallery {
    width: 100%;
    margin-top: 40px;
  }

  .success-wrapper {
    max-width: 80%;
  }

    .dark-container-text h1 {
    margin-bottom: 20px;
  }

  .services-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 30px;
  }

  .services-wrapper .services-images {
    width: 100%;
    row-gap: 20px;
  }

  .services-wrapper .services-images img {
    height: 300px;
  }

  .services-wrapper .services-txt {
    width: 100%;
  }

  .fast-search-wrapper{
    grid-template-columns: repeat(3, 1fr);
  }

  .projects-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .white-header.blog-header .header-logo .white-logo, .small-header .header-logo .white-logo {
opacity: 1;
  }

 .white-header.blog-header .header-logo .black-logo, .small-header .header-logo .black-logo {
  opacity: 0;
 }

 .badge-img {
  top: 100px;
 }

 .small-header .head .header-social svg path {
  fill: #fff;
 }

 .small-header .head .header-social > a.viber-wa-icon {
  background-color: #668156;
 }
  
}


@media only screen and (max-width: 991px){
.home-search form .form-top{
  grid-template-columns: repeat(4, 1fr);
}

.home-search form .final-search {
  grid-column: span 4;
  margin-left: 0;
  justify-content: center;
}

.search {
  max-width: max-content;
}

.other-filters {
    grid-template-columns: repeat(4, 1fr);
}

footer .footer-grid .right {
  margin-top: 30px;
}

 .success-wrapper {
    max-width: 90%;
  }

    .fast-search-wrapper{
    grid-template-columns: repeat(2, 1fr);
  }

  .property-search form .form-top {
    grid-template-columns: repeat(4, 1fr);
  }

  .property-search .property-search-right form .final-search {
    grid-column: span 4;
        margin-left: 0;
        justify-content: center;
  }

  .project-details-info table, 
    .project-details-info table tbody, 
    .project-details-info table tr, 
    .project-details-info table td {
        display: block;
        width: 100% !important;
    }

    .project-details-info table td {
        padding: 10px 0; 
    }

}


@media only screen and (max-width: 767px){
  .home-search form .form-top{
  grid-template-columns: 1fr;
}

.home-search form .final-search {
  grid-column: span 1;
}

.other-filters {
    grid-template-columns:  1fr;
}

.home-search form .final-search.open-filters {
  justify-content: flex-start;
}

    .other-filters .form-btns {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .country-facts-wrapper {
      grid-template-columns: 1fr;
    }

    .vip-wrapper .right-part {
      height: 270px;
    }

    .vip-wrapper .left-part span.vip-span{
      font-size: 18px;
    }

    .reviewSwiper .swiper-slide .review-text{
      height: 280px;
    }

    .reviewSwiper .swiper-slide .review-cont {
      min-height: 480px;
    }

    .reviewSwiper .swiper-slide h2 {
      font-size: 30px;
    }

    .home-about .home-about-text p {
      font-size: 24px;
    }

    .our-office-cont .our-office-gallery a {
      height: 170px;
    }

    .our-office-cont .our-office-gallery {
      column-gap: 5px;
    }

    .about-team .team-mem {
      width: auto;
    }

    .fast-search-wrapper a {
      padding: 10px;
      font-size: 16px;
    }

    .property-search form .form-top {
      grid-template-columns: 1fr;
    }

    .property-search .property-search-right form .final-search {
      grid-column: span 1;
    }

    .property-search .property-search-right form .final-search.open-filters{
              justify-content: flex-start;
    }

     .projects-wrapper {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .projects-wrapper a .project-image {
    height: 250px;
  }

}


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


  .header-logo {
    width: 110px;
        height: 45px;
  }

  .flex-bottom .copy p {
    font-size: 12px;
    line-height: 15px;
  }

  .flex-bottom {
    padding-bottom: 10px;
  }

  .small-header .header-logo {
    width: 110px;
        height: 45px;
  }

  .about-wrapper2 .left-part .icons {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-team .team-mem {
      width: 100%;
    }

    .success-wrapper h2 {
      font-size: 25px;
    }

    .success-wrapper svg {
      width: 100px;
      height: 100px;
    }

    .dark-container-text {
      padding: 10px;
    }

    .services-wrapper .services-images img {
      height: 250px;
    }

    .map iframe {
      height: 40vh;
    }

    .property-search {
      margin-top: 50px;
    }

    .details-grid .details-info h2 {
      margin-bottom: 10px;
    }

    .details-grid .details-info {
      gap: 30px;
    }

    .project-details-info {
      padding: 30px 20px;
    }

    .project-video {
  height: 325px;
}

    .project-video .play {
        width: 80px;
        height: 55px;
        background-size: contain;
    }

     .badge-img {
  top: 80px;
 }

 .steps-wrapper .step:last-of-type {
  display: none;
 }

 .steps-wrapper .step:nth-of-type(3)::after{
  display: none;
 }
}


@media only screen and (max-width: 400px){
.head .header-social{
  gap: 10px;
}
}