@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bitter";
  src: url("../fonts/Bitter-Light.woff2") format("woff2"), url("../fonts/Bitter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bitter";
  src: url("../fonts/Bitter-Medium.woff2") format("woff2"), url("../fonts/Bitter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bitter";
  src: url("../fonts/Bitter-Regular.woff2") format("woff2"), url("../fonts/Bitter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bitter";
  src: url("../fonts/Bitter-Bold.woff2") format("woff2"), url("../fonts/Bitter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff");
  font-weight: bold;
  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;
}

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

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

a {
  text-decoration: none;
}

svg, button {
  cursor: pointer;
}

ul {
  list-style: none;
}

.dis-flex {
  display: flex;
}

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

.padding-r {
  padding-right: 50px;
}

.head1 img, .image-section img, .cover-img img, .video-container img, .blog-img img, .nest-img img, .about-image img, .contact-image img, .bedroom-image img, .apartment-item-main img, .apartment-item img, .b-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.overley {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}

.d-none {
  display: none;
}

.white-section {
  /* padding: 100px 0; */
  padding: 20px 0;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .white-section {
    padding: 50px 0;
  }
}

h2 {
  font-family: "Bitter";
  font-size: 4rem;
  font-weight: 300;
  color: #7D8474;
  margin-bottom: 2rem;
}

p {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  p {
    font-size: 18px;
  }
}

.decor-top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.decor-top-left img {
  width: 270px;
}

.decor-top-right {
  position: absolute;
  right: 0;
  top: 105px;
}
.decor-top-right img {
  width: 230px;
}

.decor-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.decor-bottom-left img {
  width: 300px;
}
@media screen and (max-width: 575px) {
  .decor-bottom-left img {
    width: 175px;
  }
}

.decor-top-right-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .decor-top-right-2 {
    width: 100%;
  }
}
.decor-top-right-2 img {
  width: 100%;
}

.decor-bottom-left-2 {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  width: 100%;
}
.decor-bottom-left-2 img {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .decor-bottom-left-2 img {
    width: 100%;
  }
}

.bl {
  position: fixed;
  bottom: -8%;
  z-index: 2;
  left: -24%;
}
@media screen and (max-width: 1399px) {
  .bl {
    bottom: 52%;
    left: -35%;
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .bl {
    display: none;
  }
}

.mini-logo {
  padding: 5px 0;
  height: 100%;
}
.mini-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.min-height {
  height: 0 !important;
}

.head2 {
  background-color: #fff;
  height: 85px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
  position: relative;
  z-index: 99;
}

.head-list {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: auto;
}
.head-list li {
  margin-left: 3rem;
}
.head-list a {
  color: #000;
  font-size: 2.5rem;
}
@media (max-width: 1600px) {
  .head-list a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1399px) {
  .head-list a {
    font-size: 1.8rem;
  }
}

.languages {
  margin-left: 15rem !important;
}
@media screen and (max-width: 1399px) {
  .languages {
    margin-left: 12rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .languages {
    margin-left: 0 !important;
  }
}
.languages a {
  font-weight: 500;
  margin-left: 5px;
}

.active-lang {
  color: #6ABC45 !important;
}

.fix-head2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.head2 .page-width {
  display: flex;
  align-items: center;
}

@media (min-width: 1199px) {
  .home-page .mini-logo {
    display: none;
  }
}

.active-page {
  color: #6ABC45 !important;
}

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

.head1 {
  height: 80vh;
  position: relative;
  z-index: 1;
  background-position: top;
}
@media screen and (max-width: 575px) {
  .head1 {
    height: 60vh;
  }
}
.head1 .overley, .head1 .head-title {
  z-index: 2;
}

.head-title {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: absolute;
  top: 30%;
  right: 10%;
}
@media screen and (max-width: 575px) {
  .head-title {
    top: 50%;
    right: 5%;
    left: 5%;
    transform: translateY(-50%);
  }
}
.head-title p {
  color: #fff;
  font-family: "Bitter";
  font-weight: 300;
  font-size: 4rem;
  text-align: right;
  filter: drop-shadow(10px 10px 8.5px rgba(0, 0, 0, 0.16));
  width: 80%;
}
.head-title img {
  width: 20%;
}

.about {
  position: relative;
  overflow-y: hidden;
}
.about img {
  position: absolute;
  left: 0;
  z-index: -1;
  height: 130%;
  top: -150px;
}
.about p {
  font-weight: 500;
}
.about .page-width div {
  display: flex;
  flex-direction: column;
}
.about .page-width div h2, .about .page-width div p {
  width: 65%;
  margin-left: auto;
}

.white-section.about {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .white-section.about {
    padding: 40px 0;
  }
}

.image-section {
  height: 60vh;
  position: relative;
}
.image-section .page-width {
  display: flex;
}

.cover-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.green-container {
  height: 100%;
  width: 100%;
  max-width: 400px;
  background-color: #BEC5B4;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  filter: drop-shadow(10px 10px 12.5px rgba(0, 0, 0, 0.16));
}
.green-container p {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
}

.translate-top {
  transform: translateY(-10%);
}

.translate-right {
  margin-left: auto;
}
.translate-right h2, .translate-right p {
  text-align: end;
}

.translate-bottom {
  transform: translateY(10%);
}

.video-container {
  height: 70vh;
  position: relative;
  margin: 50px auto;
  /* margin-top: 100px; */
}
.video-container iframe{
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .video-container {
    height: 40vh;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media screen and (max-width: 1399px) {
  .play-btn img {
    width: 90px;
    height: 90px;
  }
}

.virtual {
  height: 125px;
  align-items: center;
  position: absolute;
  top: 10%;
  right: -10%;
}
.virtual h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 1399px) {
  .virtual {
    height: 100px;
  }
}

#next, #back {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 575px) {
  #next, #back {
    display: none;
  }
}

.blog-posts {
  position: relative;
  margin-top: 40px;
}



#next {
  right: -10%;
}


#next img {
  transform: rotate(180deg);
  width: 71px;
  height: 74px;
}

#back {
  left: -10%;

}

#back img{
      width: 71px;
  height: 74px;
}

 @media only screen and (max-width: 2000px){
  #next {
        right: -7%;
  }
  #back {
    left: -7%;
  }
}

 @media only screen and (max-width: 1700px){
  #next {
        right: -10%;
  }
  #back {
    left: -10%;
  }
}


.swiper-slide {
  display: flex;
}

.swiper-container {
  height: 100%;
  width: 100%;
  position: relative;
}

.title-and-date span, .title-and-date h3 {
  font-family: "Bitter";
}
.title-and-date span {
  font-size: 30px;
  font-weight: 300;
}
.title-and-date h3 {
  color: #7D8474;
  font-size: 40px;
}
@media (max-width: 1600px) {
  .title-and-date h3 {
    font-size: 35px;
  }
  .title-and-date span {
    font-size: 25px;
  }
}

.blog-info {
  flex: 3;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.blog-info p {
  font-size: 25px;
  font-family: "Segoe UI";
}
@media (max-width: 1600px) {
  .blog-info p {
    font-size: 20px;
  }
}
.blog-info button {
  color: #fff;
  font-size: 26px;
  font-family: "Segoe UI";
  font-weight: bold;
  background-color: #BEC5B4;
  padding: 10px 25px;
  border: none;
  border-radius: 25px;
  width: -moz-max-content;
  width: max-content;
}
.blog-info .read-more-article {
  color: #fff;
  font-size: 26px;
  font-family: "Segoe UI";
  font-weight: bold;
  background-color: #BEC5B4;
  padding: 10px 25px;
  border: none;
  border-radius: 25px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1399px) {
  .blog-info button {
    font-size: 20px;
  }
  .blog-info .read-more-article {
    font-size: 20px;
  }
}

.blog-img {
  height: 100%;
  width: 100%;
  max-width: 560px;
  flex: 2;
}

.green {
  height: 40vh;
  margin: 100px 0;
  background-color: #BEC5B4;
  position: relative;
}
.green .page-width {
  display: flex;
  align-items: center;
  gap: 100px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .green {
    margin: 0;
    margin-top: 30px;
  }
}

.nest-img {
  flex: 2;
  height: 120%;
}

.nest-info {
  flex: 3;
  height: 100%;
  transform: translateY(-20%);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.nest-info img {
  width: 35%;
  height: 155px;
}
.nest-info p {
  font-size: 25px;
  width: 80%;
}
.nest-info button {
  width: -moz-max-content;
  width: max-content;
  color: #7D8474;
  font-size: 26px;
  font-weight: bold;
  background-color: #fff;
  filter: drop-shadow(5px 5px 7.5px rgba(0, 0, 0, 0.16));
  padding: 10px 25px;
  border: none;
  border-radius: 25px;
}
.nest-info .nest-more-button {
  width: -moz-max-content;
  width: max-content;
  color: #7D8474;
  font-size: 26px;
  font-weight: bold;
  background-color: #fff;
  filter: drop-shadow(5px 5px 7.5px rgba(0, 0, 0, 0.16));
  padding: 10px 25px;
  border: none;
  border-radius: 25px;
}
@media screen and (max-width: 1399px) {
  .nest-info p {
    font-size: 20px;
  }
  .nest-info button {
    font-size: 20px;
    margin-top: 20px;
  }
  .nest-info .nest-more-button {
    font-size: 20px;
    margin-top: 20px;
  }
}

.map {
  height: 50vh;
  position: relative;
  z-index: 2;
}

.decor {
  position: absolute;
  right: 0;
  top: 20px;
  height: 150%;
}

footer {
  position: relative;
  z-index: 10;
}

.footer-decor-right {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  z-index: 2;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .footer-decor-right {
    width: 65%;
  }
}

.foot2 {
  background-color: #fff;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot2 p, .foot2 a {
  font-size: 1.7rem;
  color: #BEC5B4;
}
.foot2 p {
  text-align: center;
  margin-bottom: 0;
}

.foot1 {
  background-color: #BEC5B4;
  padding: 20px 0;
  position: relative;
}

.foot1 .page-width{
  display: flex;
  align-items: center;
  justify-content: center;
    gap: 60px;
}
.foot1 .decor {
  right: -10%;
  height: 300%;
  bottom: -40px;
}
@media screen and (max-width: 1199px) {
  .foot1 .decor {
    height: 200%;
    right: -350px;
  }
}

.footer-info, .contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 10;
}
.footer-info a, .footer-info .social, .contact-info a, .contact-info .social {
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
}

.footer-logo img {
  max-height: 250px;
}
@media screen and (max-width: 575px) {
  .footer-logo {
    max-height: 150px;
  }
  .footer-logo img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.green-section {
  background-color: #BEC5B4;
  padding: 80px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .green-section {
    margin-bottom: 0;
    margin-top: -50px;
    padding: 50px 0;
  }
}

.green-about {
  position: relative;
  display: flex;
}
@media screen and (max-width: 575px) {
  .green-about {
    flex-direction: column;
  }
}
.green-about .about-image {
  position: absolute;
  width: 50%;
  top: -160px;
  bottom: -200px;
  max-height: 600px;
  height: 530px;
}

@media screen and (max-width: 575px) {
  .green-about .about-image {
    position: relative;
    width: 100%;
    top: 0;
    bottom: auto;
    height: 300px;
    max-height: 300px;
  }
}

.about-image img{
  max-height: 100%;
}

.green-about p {
  width: 50%;
  margin-left: auto;
  padding-left: 50px;
}
@media screen and (max-width: 575px) {
  .green-about p {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-top: 50px;
  }
}

.con {
  margin-top: 20vh;
  padding-bottom: 0;
}

.contact-section {
  background-color: #BEC5B4;
  display: flex;
  height: 750px;
  position: relative;
  border-left: 1px solid #BEC5B4;
}
@media screen and (max-width: 767px) {
  .contact-section {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }

  .con {
  margin-top: 10vh;

}
}
.contact-section .contact-info, .contact-section .contact-image {
  flex: 50%;
}
@media screen and (max-width: 767px) {
  .contact-section .contact-info, .contact-section .contact-image {
    flex: unset;
  }
}
@media screen and (max-width: 767px) {
  .contact-section .contact-info {
    /* padding-top: 100px; */
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-section .contact-image {
  width: 100%;
  height: 350px;
  }
}
.contact-section .contact-info {
  gap: 20px;
  /* padding-bottom: 100px; */
  margin-top: auto;
  margin-bottom: auto;
}

.contact-section .contact-info a {
  font-size: 3rem;
}
@media screen and (max-width: 1199px) {
  .contact-section .contact-info a {
    font-size: 1.8rem;
  }
}
.contact-section .contact-info img {
  width: 35px;
  margin-right: 10px;
}
@media screen and (max-width: 1199px) {
  .contact-section .contact-info img {
    width: auto;
  }
}
.contact-section .contact-info h2 {
  color: #fff;
  font-size: 60px;
  /* margin-top: 50px; */
}

.green-left {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100%;
  background-color: #BEC5B4;
}

@media screen and (max-width: 575px) {
  .contact-page {
    max-width: 100%;
  }
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  /* gap: 100px;
  margin-top: 100px; */
  margin-top: 50px;
}
.blog-grid a {
  color: black;
}

.blog-grid .swiper-slide{
  margin-bottom: 30px;
  height: auto;
}
@media screen and (max-width: 575px) {
  .blog-grid .swiper-slide {
    padding: 0;
  }
}

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 50px;

}
.blog-pagination .numbers {
  margin: 0 10px;
}
.blog-pagination .numbers a {
  font-size: 35px;
  color: #7D8474;
  margin: 0 10px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .blog-pagination .numbers a {
    font-size: 25px;
  }
}
.blog-pagination .numbers a.active-blog-page {
  color: #BEC5B4;
}

.blog-prev {
  transform: translateY(3px);
  cursor: pointer;
}
.blog-prev img {
  height: 35px;
  
}
@media screen and (max-width: 575px) {
  .blog-prev img {
    height: 25px;
  }
}

.blog-next {
  cursor: pointer;
  transform: translateY(3px);
}
.blog-next img {
  height: 35px;
  transform: rotate(180deg);
}
@media screen and (max-width: 575px) {
  .blog-next img {
    height: 25px;
  }
}

.blog-title {
  /* margin-bottom: 100px; */
  margin-bottom: 50px;
}
.blog-title h2, .blog-title h3 {
  font-family: "Bitter";
  text-align: center;
}
.blog-title h2 {
  color: #7D8474;
  font-size: 4rem;
  font-weight: bold;
}
.blog-title h3 {
  font-weight: 300;
  font-size: 3rem;
}

.blog-images {
  height: 470px;
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .blog-images {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.b-img {
  width: 100%;
}

.share {
  margin-top: 20px;
}
.share a {
  color: #fff;
  font-family: "SegoeUI";
  font-size: 20px;
  background-color: #BEC5B4;
  padding: 10px 15px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
}
.share a img {
  height: 25px;
}

.bedrooms {
  margin-left: 10%;
  margin-top: 80px;
  display: flex;
  gap: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .bedrooms {
    gap: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .bedrooms {
    position: relative;
  }
}

.bedrooms-description {
  background-color: #BEC5B4;
  max-width: 470px;
  filter: drop-shadow(10px 10px 12.5px rgba(0, 0, 0, 0.16));
  padding: 50px;
}
@media screen and (max-width: 1399px) {
  .bedrooms-description {
    max-width: 370px;
  }
}
@media screen and (max-width: 1399px) {
  .bedrooms-description {
    padding: 50px 30px;
  }
}
.bedrooms-description h2, .bedrooms-description p {
  text-align: end;
}
@media screen and (max-width: 575px) {
  .bedrooms-description h2, .bedrooms-description p {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .bedrooms-description h2 {
    font-weight: bold;
    color: #fff;
  }
}
.bedrooms-description p {
  color: #fff;
  font-weight: 500;
}
.bedrooms-description a {
  color: #7D8474;
  /* font-family: "SegoeUI"; */
  font-size: 23px;
  font-weight: bold;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  filter: drop-shadow(5px 5px 7.5px rgba(0, 0, 0, 0.16));
  display: table;
  margin: 40px auto 90px auto;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .bedrooms-description a {
    margin: 20px auto 160px auto;
  }
}
.bedrooms-description a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bedrooms-description {
    flex: 50%;
    padding: 50px 25px;
  }
}
@media screen and (max-width: 575px) {
  .bedrooms-description {
    position: relative;
    max-width: unset;
    width: 100%;
    z-index: 2;
    background: transparent;
  }
}

.bedrooms-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bedrooms-images div {
  height: 450px;
}
@media screen and (max-width: 991px) {
  .bedrooms-images div {
    height: 100%;
  }
}
.bedrooms-images div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .bedrooms-images {
    flex: 50%;
  }
}
@media screen and (max-width: 575px) {
  .bedrooms-images {
    position: absolute;
    height: 100%;
    filter: brightness(0.8);
  }
}

.apartment-grid {
  display: grid;
  grid-template-columns: 45% 1fr 1fr;
  gap: 20px;
  margin-top: 80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .apartment-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .apartment-grid {
    gap: 10px;
  }
}
.apartment-grid .apartment-item {
  min-height: 350px;
  display: none;
}
.apartment-grid .apartment-item:nth-child(1), .apartment-grid .apartment-item:nth-child(2),.apartment-grid .apartment-item:nth-child(3),.apartment-grid .apartment-item:nth-child(4), .apartment-item:nth-child(5){
display: block;
}


.apartment-grid .apartment-item a{
  position: relative;
  height: 100%;
  display: block;
}
 .number-images{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color:white;
}

@media screen and (max-width: 1399px) {
  .apartment-grid .apartment-item {
    min-height: 220px;
  }
}
@media (max-width: 350px) {
  .apartment-grid .apartment-item {
    min-height: 140px;
  }
}
.apartment-grid .apartment-item:first-child {
  grid-row: 1/span 2;
}
@media screen and (max-width: 767px) {
  .apartment-grid .apartment-item:first-child {
    grid-column: 1/span 2;
  }
}

.apartment-description {
  padding: 50px;
  background-color: #BEC5B4;
  filter: drop-shadow(10px 10px 12.5px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 575px) {
  .apartment-description {
    padding: 50px 20px;
  }
}
.apartment-description .details {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 50px;
  border-bottom: 3px solid #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .apartment-description .details {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .apartment-description .details {
    font-size: 30px;
  }
}
.apartment-description .details div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.apartment-description .details div img {
  margin-right: 15px;
}
@media screen and (max-width: 575px) {
  .apartment-description .details div img {
    height: 50px;
  }
}
.apartment-description p {
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.links-bedrooms {
  margin-top: 60px;
}
.links-bedrooms a {
  display: flex;
  align-items: center;
  justify-content: end;
  font-family: "Bitter";
  font-size: 40px;
  font-weight: 300;
  color: #7D8474;
  margin-top: 20px;
  text-align: end;
}
@media screen and (max-width: 575px) {
  .links-bedrooms a {
    font-size: 35px;
  }
}
.links-bedrooms a img {
  transform: rotate(180deg);
  height: 35px;
  margin-left: 30px;
}

.hamburger-mobile {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .head2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    height: 80px;
  }
  .head2 .page-width {
    position: relative;
  }
  .head2 .head-list {
    display: none;
    flex-direction: column;
    justify-content: start;
    margin-right: auto;
    padding-top: 130px;
  }
  .head2 .head-list li {
    margin: 10px 0;
  }
  .head2 .head-list a {
    padding: 10px;
    font-size: 30px;
  }
  .head2 .head-list .languages {
    margin-top: 10vh;
  }
  .head2 .head-list .languages a {
    font-size: 20px;
  }
  .hamburger-mobile {
    display: inline-block !important;
    margin-left: auto !important;
    position: absolute;
    top: 40px;
    transform: translateY(-50%);
    right: 0;
  }
  .mini-logo {
    position: absolute;
    top: 5px;
    height: 70px;
    padding: 0;
  }
  .about .page-width div h2, .about .page-width div p {
    width: 100%;
  }
  .image-section {
    height: 90vh;
  }
  .green-container {
    height: -moz-fit-content;
    height: fit-content;
    min-height: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .virtual {
    height: 100px;
    min-height: unset;
  }
  #back {
    left: -50px;
  }
  #next {
    right: -50px;
  }

 
  .green {
    height: -moz-fit-content;
    height: fit-content;
  }
  .green .page-width {
    flex-direction: column;
    gap: 50px;
  }
  .nest-img {
    transform: translateY(-10%);
  }
  .nest-info {
    align-items: center;
  }
  .nest-info p {
    text-align: center;
    width: 100%;
  }
  .foot1 .page-width{
    flex-direction: column;
  }
  .vc-mobile {
    margin: 50px 0;
  }
}
@media screen and (max-width: 575px) {
  .footer-info a{
    font-size: 1.8rem;
  }
  .foot1 .page-width {
    gap: 20px;
  }
  .green .page-width{
    gap: 0px;
  }
  .green-container p {
    font-size: 1.5rem;
  }
  .green-container p, .green-container h2 {
    text-align: center;
  }
  .translate-bottom {
    transform: translateY(-10%);
  }
  .virtual {
    top: -50px;
    left: 0;
    right: 0;
    max-width: unset;
  }
  .nest-info img {
    width: 50%;
  }
  .video-container {
    width: 100%;
  }
  .head-title p {
    width: 100%;
    font-size: 2rem;
  }
  .head-title img {
    width: 45%;
  }
  .foot1 .footer-logo {
    width: 40%;
  }
}
@media screen and (max-width: 1199px) {
  .swiper-slide {
    flex-direction: column;
  }
  .blog-posts {
    height: -moz-fit-content;
    height: fit-content;
  }
  .blog-img {
    height: 40vh;
    width: 100%;
  }
  .blog-info {
    padding-left: 0;
    padding-top: 3rem;
  }
  .blog-info p {
    margin: 3rem 0;
  }
}
@media (max-width: 300px) {
  .foot1 a {
    font-size: 1.5rem;
  }
  .foot1 .footer-logo {
    width: 90%;
  }
}
.hamburger {
  padding: 15px 15px;
  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;
}

.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: #000;
}

.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: #000;
  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;
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}/*# sourceMappingURL=main.css.map */

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

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

.testimonialsSwiper{
  margin: 40px 0;
  padding-bottom: 20px;
}

.testimonialsSwiper .swiper-slide{
  display: block;
  text-align: center;
    position: relative; 
}

.testimonialsSwiper .swiper-slide h3{
  margin-bottom: 20px;
  font-family: "Bitter";
  color: #7D8474;
  font-size: 30px;
  font-weight: 300;
}

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

.swiper-next-test{
  right: -10%;
  left: auto;
}

 .swiper-next-test img{
  transform: rotate(180deg);
}

 .swiper-next-test img, .swiper-prev-test img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media only screen and (max-width: 2000px){
  .swiper-next-test {
        right: -7%;
  }
  .swiper-prev-test {
    left: -7%;
  }
}

 @media only screen and (max-width: 1700px){
  .swiper-next-test {
        right: -10%;
  }
  .swiper-prev-test {
    left: -10%;
  }
}

.testimonialsSwiper .swiper-pagination{
  bottom: 0px !important;
}

.testimonialsSwiper .swiper-pagination-bullet{
opacity: 0.1 !important;
}

.testimonialsSwiper .swiper-pagination-bullet-active{
  background: #BEC5B4 !important;
  opacity: 1 !important;
}

@media only screen and (max-width:991px){
  .swiper-next-test, .swiper-prev-test{
    display: none;
  }
}

@media only screen and (max-width:574px){
.foot2 p{
  font-size: 1.4rem;
}

.cover-img{
  display: none;
}

.image-section{
  height: auto;
  margin-bottom: 40px;
}

.image-section:nth-child(4){
  margin-bottom: 0;
}

.blog-img{
  height: 30vh;
}

.testimonialsSwiper{
  margin-bottom: 0;
}

.decor{
  height: 50%;
}

.about img{
  top: 20px;
  height: 60%;
  width: 100%;
}
}



.testimonialsSwiper .swiper-slide .testimonials-text{
  position: relative;
  -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

.testimonialsSwiper .swiper-slide  span{
  cursor: pointer;
  font-weight: 500;
  color: #7D8474;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  
}

.around-popup{
    display: none;
    align-items: center;
    justify-content: center;
    width: 100vw;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 0 40px;
}

.more-text{
  max-width: 1150px;
    background-color: white;
    padding: 50px 100px;
    max-height: 80%;
    overflow-y: scroll;
    position: relative;
}

.around-popup.show{
display: flex;
}

.close-popup{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #7D8474;
  border-radius: 50%;
  color: #7D8474;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 576px){
  .around-popup{
    padding: 15px;
  }

  .more-text{
    padding: 20px;
  }

  .more-text h2{
    font-size: 3rem;
  }

  .close-popup{
    font-size: 15px;
    width: 25px;
    height: 25px;
  }
}

.footer-logo{
  width: 100%;
  max-width: 247px;
  height: 253px;
}

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

.footer-info a img{
  width: 26px;
  height: 32px;
  object-fit: contain;
  object-position: center;
}

 .footer-info .social a{
  display: flex;
  align-items: center;
  justify-content: center;
 }

 .gallery-panel .image{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
 }

 .gallery-panel .image a{
  width: 100%;
  height: 300px;
  display: none;
  position: relative;
 }

 .gallery-panel .image a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
 }
  .gallery-panel .image a:nth-child(1), .gallery-panel .image a:nth-child(2){
    display: block;
  }

 .template a{
  font-weight: 500;
  color:#7D8474;
  font-size: 25px;
 }

 .download-links a{
margin-bottom: 10px;
display: block;
 }

 .template ol{
  padding-left: 20px;
 }

 @media only screen and (max-width:576px){
  .template a{
    font-size: 20px;
  }
 }

 .f-links a{
margin-right: 10px;
 }

 .f-links a:last-child{
  margin-right: 0;
 }

 
 @media only screen and (max-width:767px){
  .foot2{
    flex-direction: column-reverse;
  }

   .f-links{
    margin-bottom: 15px;
   }
 }

 .about-cont{
  margin-bottom: 80px;
 }

  @media only screen and (max-width:576px){
    .about-cont{
      margin-bottom: 0;
    }
      .foot2 p a{
    font-size: 1.4rem;
  }
  }

