@font-face {
  font-family: "Nexa";
  src: url("../font/Nexa Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nexa";
  src: url("../font/Nexa Bold.otf");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "Nexa";
  src: url("../font/Nexa Light.otf");
  font-weight: lighter;
  font-style: lighter;
}
html {
  scroll-behavior: smooth;
}

#cerez-politikasi {
  margin-top: -150px;
  padding-top: 150px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Nexa", sans-serif;
  background-color: #101010;
  direction: rtl;
}

a {
  text-decoration: none;
}

.is-hidden {
  display: none;
}

.table-title {
  background-color: #2e2e2e !important;
  color: #fff;
}

ul {
  padding-left: 0;
}
ul li {
  list-style: none;
  display: inline-block;
}

.form-control:focus {
  border-color: inherit;
  box-shadow: none;
}

.sahibinden-button {
  background-color: #ffe802;
  color: #000;
  border: none;
  font-weight: 500;
  padding: 10px 20px;
  display: block;
}
.sahibinden-button:hover {
  color: #000;
}

.breadcrumb a {
  color: #000 !important;
}
.breadcrumb a:hover {
  color: rgb(70, 70, 70) !important;
}

.carousel-buttons {
  font-size: 50px;
}

.col-22 {
  width: 22%;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

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

.form-check {
  padding-right: 1.5em;
}
.form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}

.btn-custom-white {
  border-color: #fff;
  color: #fff;
  margin-right: 20px;
  border-radius: 2px;
  font-size: 14px;
}

.btn-custom-gold {
  border-color: rgb(167, 110, 53);
  color: rgb(167, 110, 53);
  margin-right: 20px;
  border-radius: 2px;
  font-size: 14px;
}

.btn-custom-dark {
  border-color: #101010;
  color: #101010;
  margin-right: 20px;
  border-radius: 2px;
  font-size: 14px;
}

.btn-custom-white:hover {
  border-color: #fdb;
  color: #fdb;
}

.btn-custom-gold:hover {
  border-color: #000;
  color: #000;
}

.btn-custom-dark:hover {
  background-color: #101010;
  color: #fff;
}

.hidden-desktop {
  display: none;
}

.hidden-mobile {
  display: block;
}

.full-blur {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-backdrop-filter: blur(5px) brightness(0.5);
          backdrop-filter: blur(5px) brightness(0.5);
  z-index: 101;
  opacity: 1;
}

header.main-header {
  position: fixed;
  top: 0px !important;
  display: inline-block;
  width: 100%;
  height: 90px;
  background-color: #101010;
  z-index: 100;
  transition: all 300ms;
}
header.main-header .header-collapse {
  display: flex;
  flex: 1;
}
header.main-header.home-header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(203, 171, 89, 0));
}
header.main-header.shrink {
  background-color: #101010;
  height: 80px;
}
header.main-header .header-inner {
  display: flex;
  height: 100%;
  padding: 5px 60px 5px 60px;
}
header.main-header .header-inner .logo {
  height: 110%;
  width: auto;
}
header.main-header .header-inner .language-change {
  display: flex;
  align-items: center;
}
header.main-header .header-inner .language-change ul {
  margin-bottom: 0px;
}
header.main-header .header-inner .language-change ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
header.main-header .header-inner .header-menu {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 40px;
}
header.main-header .header-inner .header-menu li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}
header.main-header .header-inner .header-menu li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
header.main-header .header-inner .header-menu li a.sahibinden-menu img {
  height: 24px;
  display: inline-block;
  margin-left: -4px;
}
header.main-header .header-inner .header-menu li.active a {
  padding: 0 2px 2px;
  border-bottom: 1px solid #fff;
}
header.main-header .header-inner .header-contact {
  display: flex;
  align-items: center;
  margin-right: auto;
  color: #fff;
}
header.main-header .header-inner .header-contact .phone-number,
header.main-header .header-inner .header-contact .e-mail {
  margin-right: 40px;
  font-size: 14px;
  transition: color 0.2s ease-out;
  font-weight: 100;
  color: #fff;
}
header.main-header .header-inner .search-button {
  color: #fff;
  font-size: 20px;
  margin-right: 30px;
}
header.main-header .header-inner .header-button {
  font-size: 13px;
  padding: 5px 10px;
}

.header-space {
  height: 90px;
  background-color: #101010;
}

.home-slider-area {
  width: 100%;
  height: 100vh;
}
.home-slider-area .carousel-control-next,
.home-slider-area .carousel-control-prev {
  width: 10%;
  opacity: 1;
}
.home-slider-area .carousel-control-next:hover svg,
.home-slider-area .carousel-control-prev:hover svg {
  fill: #fdb;
}
.home-slider-area .carousel-control-next svg,
.home-slider-area .carousel-control-prev svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.home-slider-area .carousel-inner {
  width: 100%;
  height: 100vh;
}
.home-slider-area .carousel-inner .carousel-item {
  height: 100%;
}
.home-slider-area .carousel-inner .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-slider-area .carousel-inner .carousel-item.active .slide-bottom-info {
  bottom: -1px;
}
.home-slider-area .carousel-inner .slide-info {
  position: absolute;
  bottom: 35vh;
  color: #fff;
  width: 60vw;
  right: 10vw;
}
.home-slider-area .carousel-inner .slide-info p {
  max-width: 80%;
}
.home-slider-area .carousel-inner .slide-info h2 {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 4px;
  text-shadow: -5px 5px 5px rgba(119, 119, 119, 0.2705882353);
}
.home-slider-area .carousel-inner .slide-info .btn {
  padding: 10px 40px;
  margin-right: 20px;
  border-radius: 2px;
}
.home-slider-area .carousel-inner .slide-info .btn svg {
  margin-right: 5px;
  width: 15px;
  vertical-align: middle;
}
.home-slider-area .carousel-inner .slide-bottom-info {
  position: absolute;
  bottom: -200px;
  color: #fff;
  width: 60vw;
  right: 10%;
  background-color: #101010;
  padding: 40px;
  transition: all 0.4s;
}
.home-slider-area .carousel-inner .slide-bottom-info p {
  max-width: 100%;
  font-weight: 100;
}
.home-slider-area .carousel-inner img {
  filter: brightness(0.8);
}

.home-services-area {
  background-color: #101010;
  padding: 10vh 10vw;
}
.home-services-area .services-text-area {
  padding: 10px;
  color: #fff;
}
.home-services-area .services-text-area {
  width: 100%;
  height: 100%;
  font-size: 25px;
  display: flex;
  align-items: center;
}
.home-services-area .services-area {
  width: 100%;
  height: 220px;
  overflow: hidden;
  padding: 0px;
  margin-top: calc(var(--bs-gutter-x) * 0.5);
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
  position: relative;
}
.home-services-area .services-area img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s;
  filter: brightness(0.7);
}
.home-services-area .services-area:hover img {
  transform: scale(1.1);
}
.home-services-area .services-area h1 {
  position: absolute;
  color: #fff;
  bottom: 10px;
  right: 10px;
  font-size: 24px;
}

.services-page-list {
  color: #fff;
  background-color: #101010;
}
.services-page-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-page-list .services-item {
  padding-bottom: 6em;
  position: relative;
}
.services-page-list .services-item::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 3em;
  left: 0px;
}
.services-page-list .services-item:nth-child(2n+1)::after {
  background: linear-gradient(to left, #CBAA59, rgba(203, 171, 89, 0));
}
.services-page-list .services-item:nth-child(2n)::after {
  background: linear-gradient(to right, #CBAA59, rgba(203, 171, 89, 0));
}
.services-page-list .services-item:last-child::after {
  background: transparent;
}
.services-page-list .services-info {
  padding: 3em;
}
.services-page-list .services-image {
  padding: 0px;
}

.our-services {
  padding: 3rem;
  background-color: #101010;
  color: #fff;
  text-align: center;
}
.our-services h1 {
  font-weight: lighter;
  font-size: 14px;
  color: #9d9d9d;
  letter-spacing: 7px;
}
.our-services .about-sub {
  padding: 0px 30px;
}

.home-portfolio {
  padding: 10vh 0px;
  position: relative;
  background-color: #FFE901;
}
.home-portfolio .title-area {
  padding: 0px 3rem;
  text-align: right;
  z-index: 9;
}
.home-portfolio .title-area p {
  font-size: 25px;
  font-weight: 100;
  margin-bottom: 0;
}
.home-portfolio .title-area p strong {
  font-weight: 600;
}
.home-portfolio .title-area p svg {
  margin-left: -5px;
  margin-top: -5px;
  margin-right: -5px;
}
.home-portfolio .portfolio-item {
  padding: 10px;
}
.home-portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
  background-color: #f1f1f1;
  color: #101010;
  border-radius: 2px;
}
.home-portfolio .portfolio-item .portfolio-item-inner img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
  border-radius: 3px;
}
.home-portfolio .portfolio-item .portfolio-item-inner .portfolio-title {
  padding: 1rem;
  font-size: 16px;
  font-weight: 300;
  color: #101010;
  border-radius: 2px;
}
.home-portfolio .portfolio-item .portfolio-item-inner .portfolio-image-area {
  border-radius: 2px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.home-portfolio .portfolio-item .portfolio-item-inner .portfolio-image-area .portfolio-price,
.home-portfolio .portfolio-item .portfolio-item-inner .portfolio-image-area .portfolio-sale-status {
  z-index: 9;
  position: absolute;
  top: 0px;
  font-weight: 500;
  padding: 5px 10px;
  background-color: #f1f1f1;
  border-radius: 2px;
}
.home-portfolio .portfolio-item .portfolio-item-inner .portfolio-image-area .portfolio-sale-status {
  left: 0;
}
.home-portfolio .portfolio-item .portfolio-item-inner .portfolio-image-area .portfolio-price {
  right: 0;
}
.home-portfolio .portfolio-item .portfolio-item-inner:hover {
  background-color: #101010;
  transition: background-color 0.3s linear;
  color: #fff;
}
.home-portfolio .portfolio-item .portfolio-item-inner:hover .portfolio-title {
  color: #fff !important;
}
.home-portfolio .portfolio-item .portfolio-item-inner:hover img {
  transform: scale(1.1);
}
.home-portfolio .portfolio-item .portfolio-item-inner:hover .portfolio-image-area .portfolio-sale-status,
.home-portfolio .portfolio-item .portfolio-item-inner:hover .portfolio-image-area .portfolio-price {
  background-color: #101010;
  transition: background-color 0.3s linear;
}
.home-portfolio .btn-custom-dark {
  padding: 10px 25px;
  font-size: 16px;
  margin-top: 15px;
}

.home-progress {
  padding: 5em 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/bg-image.jpg") no-repeat center;
  color: #fff;
}
.home-progress .progress-number {
  font-size: 35px;
  margin-bottom: 15px;
  display: block;
}
.home-progress h4 {
  font-weight: 300;
}
.home-progress p {
  font-size: 14px;
  font-weight: 100;
}

.section-title-area {
  margin-bottom: 2em;
}

.home-project {
  padding: 0vh 0px;
  background-color: #101010;
  color: #fff;
}
.home-project .section-title-area {
  margin-bottom: 2em;
}
.home-project .item {
  width: 100%;
  position: relative;
}
.home-project .item .project-status {
  border-radius: 2px;
  color: #fff;
  padding: 3px 10px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 300;
  background: linear-gradient(to right, #CBAA59, rgba(203, 171, 89, 0.579));
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  line-height: 1;
  margin-top: 10px;
}
.home-project .item .project-image {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
  transition: filter 0.2s linear;
}
.home-project .item .project-logo-area {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  top: 0px;
  transition: opacity 0.2s linear;
}
.home-project .item .project-logo {
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-project .item .project-info {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 5%, rgba(0, 0, 0, 0.6) 69%, rgba(0, 0, 0, 0) 100%);
  text-align: left;
  width: 100%;
  position: absolute;
  opacity: 0;
  padding: 10px 20px;
  padding-top: 50px;
  bottom: -200px;
  transition: all 0.3s linear;
}
.home-project .item .project-info .project-title {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 24px;
  color: #fff !important;
}
.home-project .item .project-info span {
  font-weight: 100;
  font-size: 16px;
}
.home-project .item .project-info .project-location {
  border-radius: 2px;
  color: #fff;
  padding: 3px 10px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.home-project .item:hover .project-info {
  opacity: 1;
  top: inherit;
  bottom: 0px;
}
.home-project .item:hover .project-image {
  filter: brightness(0.9);
}
.home-project .item:hover .project-logo-area {
  opacity: 0;
}

.home-partners {
  padding: 5em 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/bg-image.jpg") no-repeat center;
  color: #fff;
}
.home-partners .item .partner-logo {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-partners .item a {
  color: #fff;
}

.home-investor {
  direction: ltr;
  background: #101010 url("../img/world_bg.png") center no-repeat;
  background-size: 70%;
}
.home-investor .home-invest-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.home-investor h4 {
  font-size: 20px;
}
.home-investor .find-investment {
  padding: 5em 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.home-investor .find-investor {
  padding: 5em 0px;
  background-color: rgba(40, 40, 38, 0.5);
  color: #fff;
}
.home-investor .form-label {
  font-size: 15px;
  margin-top: 20px;
}
.home-investor .form-span {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}
.home-investor .form-control {
  border-radius: 2px;
  background-color: rgb(46, 46, 46);
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
}
.home-investor .btn-custom-white {
  margin-right: 0px;
}
.home-investor .button-property {
  width: 100%;
  padding-top: 78%;
  position: relative;
}
.home-investor .investing-button {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  text-align: left;
  padding-left: 15px;
  padding-bottom: 25px;
  font-size: 30px;
  margin-bottom: 5px;
  transition: all 200ms;
  display: inline-flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
}
.home-investor .investing-button span {
  font-size: 18px;
  display: block;
  margin-top: -10px;
}
.home-investor .investing-button:hover {
  margin-top: 5px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  color: #000;
}
.home-investor .arsa-button {
  background-image: url("../img/investor-button/arsabeyaz.png");
}
.home-investor .arsa-button:hover {
  background-image: url("../img/investor-button/arsagold.png");
}
.home-investor .yatirimci-bul-button {
  background-image: url("../img/investor-button/yatirimcibulmavi.png");
  background-position: left;
  text-align: right;
  padding-right: 35px;
}
.home-investor .yatirimci-bul-button:hover {
  background-image: url("../img/investor-button/yatirimcibulgold.png");
}
.home-investor .yatirim-yap-button {
  background-image: url("../img/investor-button/yatirimyapmavi.png");
  background-position: right;
  padding-left: 35px;
}
.home-investor .yatirim-yap-button:hover {
  background-image: url("../img/investor-button/yatirimyapgold.png");
}
.home-investor .konut-button {
  background-image: url("../img/investor-button/konutbeyaz.png");
}
.home-investor .konut-button:hover {
  background-image: url("../img/investor-button/konutgold.png");
}
.home-investor .is-yeri-button {
  background-image: url("../img/investor-button/isyeribeyaz.png");
}
.home-investor .is-yeri-button:hover {
  background-image: url("../img/investor-button/isyerigold.png");
}

footer {
  background-color: #121213;
  padding: 10vh;
  color: #8d8d8d;
}
footer .gold-nicomedia-logo img {
  margin-bottom: 15px;
  width: 70%;
}
footer .gold-nicomedia-about {
  font-size: 0.8rem;
  color: #8d8d8d;
  margin-right: 40px;
  margin-bottom: 25px;
}
footer .phone-number,
footer .address,
footer .email {
  display: block;
  color: #8d8d8d;
  text-decoration: none;
  margin-top: 5px;
  font-size: 14px;
}
footer .phone-number i,
footer .address i,
footer .email i {
  margin-right: 5px;
}
footer .phone-number:hover,
footer .address:hover,
footer .email:hover {
  color: #fff;
}
footer p {
  margin-bottom: 0px;
}
footer ul.social-media {
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
footer ul.social-media li {
  display: inline-block;
  list-style: none;
}
footer ul.social-media li a {
  color: #8d8d8d;
  font-size: 30px;
  margin-right: 7px;
}
footer ul.social-media li a img {
  width: 25px;
  border-radius: 100%;
  vertical-align: baseline;
  filter: grayscale(1);
}
footer ul.social-media li a:hover {
  color: #fff;
}
footer ul.social-media li a:hover img {
  filter: grayscale(0);
}
footer .footer-menu-area {
  padding: 0px 15px;
}
footer .footer-menu-area .footer-menu {
  padding-left: 0px;
}
footer .footer-menu-area .footer-menu li {
  display: block;
  list-style: none;
  margin-bottom: 5px;
}
footer .footer-menu-area .footer-menu li a {
  color: #8d8d8d;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 15px;
}
footer .footer-menu-area .footer-menu li a:hover {
  color: #fff;
}
footer .footer-gold-nicomedia-contact {
  padding-left: 20px;
}

.home-about {
  background-color: #101010;
}
.home-about .about-us-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.6);
}
.home-about .about-us {
  color: #fff;
  padding: 8vh;
}

.home-agencies {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/bg-image.jpg") no-repeat center;
  padding: 5em 0px;
  color: #fff;
}
.home-agencies .agencies-carousel .owl-stage {
  display: flex;
}
.home-agencies .agencies-carousel .item {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: top;
  height: 100%;
  border-left: 1px solid #fff;
}
.home-agencies .agencies-carousel .item p {
  text-align: left;
  margin-bottom: 10px;
}
.home-agencies .agencies-carousel .item p a {
  color: #fdb;
}
.home-agencies .agencies-carousel .item a {
  color: #fff;
}
.home-agencies .agencies-carousel .item .partner-logo {
  width: 150px !important;
  margin-bottom: 10px;
  margin-left: auto;
}
.home-agencies .agencies-carousel .item h5 {
  font-weight: bold;
  text-align: right;
}

/*.portfolio-page {
  margin: auto;

  background: #F6F6F6;
  padding-bottom: 3em;
  padding-top: 10px;
  color: #000;

  .container {
    max-width: 1100px;
  }

  h2 {
    color: #000;
  }

  ul.social-media {
    width: fit-content;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;

    li {
      display: inline-block;
      list-style: none;
      color: #8d8d8d;

      a {
        color: #8d8d8d;
        font-size: 20px;
        margin-right: 3px;

        &:hover {
          color: #000;
        }
      }
    }
  }

  .gallery-area {
    background-color: #fff;
    border-radius: 2px;

    .big-gallery-item {
      display: none;
      position: relative;
      overflow: hidden;

      &.active {
        display: flex !important;
      }

      .big-image {
        width: 100%;
        height: 450px;
        object-fit: contain;
        z-index: 999;
      }

      .big-image-bg {
        width: 100%;
        height: 450px;
        object-fit: cover;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        z-index: 9;
        filter: blur(5px) contrast(0.5) brightness(0.4);
      }
    }

    .sub-gallery {
      .sub-image {
        cursor: pointer;
        width: 100%;
        height: 130px;
        object-fit: cover;

        &.active {
          padding: 3px;
          border: 1px solid #101010;
        }
      }

      margin-top: 10px;

      .owl-nav {

        .owl-prev,
        .owl-next {
          position: absolute;
          color: #000;
          top: 50%;
          padding: 2px 20px !important;
          background: #ffffff7a !important;
          border-radius: 100% !important;
          font-size: 30px !important;
          z-index: 99;
          transform: translateY(-50%);
        }

        .owl-prev {
          left: 10px;
        }

        .owl-next {
          right: 10px;
        }
      }
    }
  }

  .portfolio-info {
    background-color: #fff;
    border-radius: 2px;
    padding: 10px;
    color: #000;

    .price {
      font-size: 24px;
      display: inline-block;
      font-weight: 800;
      color: #000;
      width: fit-content;
    }

    .location {
      flex: 1;
      display: inline-block;
      margin-left: auto;
      height: 100%;
      text-align: right;
      color: #101010;
    }
  }

  .portfolio-features {
    background-color: #fff;
    border-radius: 2px;
    padding: 10px;
    color: #000;
    text-align: center;

    table {
      text-align: left;
      width: 100%;
      margin-bottom: 20px;

      tr {
        border-bottom: 1px solid #ddd;

        td {
          padding: 5px;
        }
      }
    }

    .feature_name {
      font-weight: 700;
      padding-right: 30px;
    }
  }

  .portfolio-desc {
    background-color: #fff;
    margin-top: 30px;

    h4 {
      padding: 10px;
      width: 100%;
      border-bottom: 1px solid #ddd;
    }
  }

  .other-portfolio {
    background-color: #fff;

    h4 {
      padding: 10px;
      width: 100%;
      border-bottom: 1px solid #ddd;
    }

    margin-top: 30px;

    .portfolio-item {
      padding: 7.5px 15px;

      .portfolio-item-inner {
        position: relative;
        background-color: #101010;
        color: #fff;
        border-radius: 2px;

        img {
          width: 100%;
          height: 200px;
          object-fit: cover;
          transition: transform 0.4s;
        }

        .portfolio-title {
          padding: 1rem;
          font-size: 16px;
          font-weight: 300;
        }

        .portfolio-image-area {
          width: 100%;
          height: 200px;
          overflow: hidden;
          position: relative;

          .portfolio-price,
          .portfolio-sale-status {
            z-index: 9;
            position: absolute;
            top: 0px;
            font-weight: 500;
            padding: 5px 10px;
            background-color: #101010;
          }

          .portfolio-sale-status {
            left: 0;
          }

          .portfolio-price {
            right: 0;
          }
        }

        &:hover {
          background-color: #f1f1f1;
          transition: background-color 0.3s linear;
          color: #101010;

          img {
            transform: scale(1.1);
          }

          .portfolio-image-area {

            .portfolio-sale-status,
            .portfolio-price {
              background-color: #f1f1f1;
              transition: background-color 0.3s linear;
            }
          }
        }
      }
    }
  }
}*/
.project-page .project-top-section {
  width: 100%;
  height: 100vh;
}
.project-page .project-top-section .project-top {
  height: 100%;
}
.project-page .project-top-section .project-top img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.6);
}
.project-page .project-top-section .project-top .slide-info {
  position: absolute;
  bottom: 10vh;
  color: #fff;
  width: 100%;
  text-align: right;
}
.project-page .project-top-section .project-top .slide-info .header-project-location {
  background-color: #101010;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 0.9rem;
  font-weight: 100;
}
.project-page .project-top-section .project-top .slide-info .header-project-location svg {
  width: 11px;
  vertical-align: text-bottom;
  margin-bottom: 3px;
}
.project-page .project-top-section .project-top .slide-info h2 {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 4px;
}
.project-page .project-top-section .project-top .slide-info h5 {
  margin-top: 20px;
  margin-bottom: 0px;
  letter-spacing: 6px;
  font-weight: 200;
}
.project-page .project-top-section .project-top .slide-info .btn {
  padding: 5px 20px;
  margin-right: 20px;
  border-radius: 2px;
}
.project-page .project-top-section .project-top .slide-info .btn svg {
  margin-right: 5px;
}
.project-page .project-top-section .project-top .slide-info .btn .file-svg {
  width: 12px;
  vertical-align: text-bottom;
  margin-bottom: 2px;
}
.project-page .project-top-section .project-top .slide-info .btn .dot-svg {
  width: 15px;
  vertical-align: middle;
}
.project-page .project-about {
  background-color: #101010;
  padding-top: 15vh;
  padding-bottom: 10vh;
}
.project-page .project-about .gold-nicomedia-slogan {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
  color: #8d8d8d;
}
.project-page .project-about .project-about-text {
  color: #fff;
}
.project-page .project-about .project-about-text table {
  margin: auto;
}
.project-page .project-about .project-about-text table td {
  border-style: solid;
  border-width: 0px;
  border-color: #595959;
  border-width: 0 1px;
  padding: 3px 15px;
}
.project-page .project-about .project-about-text table tr {
  border-style: solid;
  border-width: 0px;
  border-color: #595959;
  border-width: 1px 0;
}
.project-page .project-about p {
  margin: auto;
  width: 75%;
  display: block;
  color: #fff;
}
.project-page .project-catalog {
  position: relative;
  padding: 7vh;
  background-color: #fff;
}
.project-page .project-catalog:after {
  content: attr(data-title);
  position: absolute;
  top: 5vh;
  font-size: 90px;
  font-weight: 700;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #000;
  z-index: -1;
  opacity: 0.1;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.project-page .project-catalog .gold-nicomedia-slogan {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
}
.project-page .project-catalog p {
  margin: auto;
  width: 75%;
  display: block;
}
.project-page .project-catalog .btn {
  display: block;
  padding: 5px 20px;
  margin: auto;
  border-radius: 2px;
  font-size: 17px;
}
.project-page .project-catalog .btn:hover {
  border-color: transparent;
}
.project-page .project-catalog .btn svg {
  margin-right: 5px;
}
.project-page .project-catalog .btn .file-svg {
  width: 12px;
  vertical-align: text-bottom;
  margin-bottom: 2px;
}
.project-page .project-catalog .btn .dot-svg {
  width: 15px;
  vertical-align: middle;
}
.project-page .project-video {
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-page .project-video img {
  width: 100%;
  height: 30vh;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
  position: absolute;
  z-index: -1;
}
.project-page .project-video .project-video-info {
  text-align: center;
  color: #fff;
}
.project-page .project-video .project-video-info h4 {
  font-size: 35px;
  color: #fff;
}
.project-page .project-video .project-video-info .video-play-button {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  font-size: 50px;
  margin: auto;
}
.project-page .project-floor-plans {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #101010;
  color: #fff;
}
.project-page .project-floor-plans .nav-tabs {
  justify-content: center;
  margin-bottom: 15px;
  border-bottom: none;
}
.project-page .project-floor-plans .nav-tabs .floor-tab-items .floor-tab-button {
  background-color: transparent;
  border: none;
  font-size: 25px;
  margin-right: 15px;
  color: rgb(123, 123, 123);
  padding: 0px;
  font-weight: 400;
}
.project-page .project-floor-plans .nav-tabs .floor-tab-items .floor-tab-button.active {
  color: #fff;
}
.project-page .project-floor-plans .nav-tabs .floor-tab-items .floor-tab-button::after {
  color: rgb(123, 123, 123);
  font-weight: 100;
  margin-left: 15px;
  font-size: 30px;
  content: "/";
}
.project-page .project-floor-plans .nav-tabs .floor-tab-items:last-child .floor-tab-button::after {
  content: "";
}
.project-page .project-floor-plans .kav-konut-slogan {
  margin-bottom: 20px;
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
}
.project-page .project-floor-plans .floor-plans-row {
  justify-content: center;
}
.project-page .project-floor-plans .floor-plan-area {
  padding-bottom: 20px;
}
.project-page .project-floor-plans .floor-plan-area .floor-plan-item {
  border: 1px solid #fff;
  border-radius: 2px;
  position: relative;
}
.project-page .project-floor-plans .floor-plan-area .floor-plan-item .floor-is-sale {
  padding: 1px 5px;
  position: absolute;
  transform: rotate(-45deg);
  left: -15px;
  background: #a81616;
  border-radius: 5px;
  font-size: 18px;
  top: 5px;
}
.project-page .project-floor-plans .floor-plan-area .floor-plan-item .col-12 {
  text-align: center;
}
.project-page .project-floor-plans .floor-plan-area .floor-plan-item .col-12 img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.project-page .project-floor-plans .floor-plan-area .floor-plan-item .col-12 .floor-plan-title {
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  padding: 5px;
  font-weight: 200;
  letter-spacing: 2px;
}
.project-page .project-floor-plans .floor-plan-area .floor-plan-item .col-12 .brut {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.project-page .project-floor-plans .floor-plan-area .floor-plan-item .col-12 .floor-plan-pictures {
  word-spacing: -5px;
}
.project-page .virtual-tour-area {
  background-color: #101010;
}
.project-page .virtual-tour-area .section-title {
  padding: 3rem;
  text-align: center;
  z-index: 9;
}
.project-page .virtual-tour-area .section-title h4 {
  font-size: 35px;
  color: #fff;
}
.project-page .virtual-tour-area .section-title p {
  margin: auto;
  width: 75%;
  display: block;
  color: #fff;
  font-weight: 100;
}
.project-page .virtual-tour-area .virtual-tour-preview {
  width: 100%;
  height: 65vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.project-page .virtual-tour-area .virtual-tour-preview p {
  font-size: 25px;
  width: 60%;
  color: #fff;
  z-index: 9;
  text-align: center;
}
.project-page .virtual-tour-area .virtual-tour-preview .load-virtual-tour {
  z-index: 9;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100%;
  width: 105px;
  height: 105px;
}
.project-page .virtual-tour-area .virtual-tour-preview .load-virtual-tour i {
  display: block;
  font-size: 35px;
}
.project-page .virtual-tour-area .virtual-tour-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: brightness(0.7) blur(2px);
}
.project-page .virtual-tour-area .virtual-tour {
  padding-bottom: 5rem;
}
.project-page .virtual-tour-area .virtual-tour iframe {
  width: 100%;
  height: 65vh;
}
.project-page .project-second-about {
  padding: 4vh 0px 8vh;
  background: #00214d;
  color: #fff;
}
.project-page .project-second-about .gold-nicomedia-slogan {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
}
.project-page .project-second-about p {
  margin: auto;
  width: 55%;
  display: block;
}
.project-page .project-milestones {
  position: relative;
  width: 100%;
  padding: 25px;
}
.project-page .project-milestones:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url("../img/bg-image.jpg");
  background-position: center;
  filter: brightness(0.7);
}
.project-page .project-milestones .milestone {
  min-height: 110px;
  padding-left: 43px;
  padding-top: 25px;
  position: relative;
  color: #fff;
}
.project-page .project-milestones .milestone h2 {
  margin-bottom: 0;
  font-size: 45px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.project-page .project-milestones .milestone p {
  display: inline-block;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 10px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  font-weight: 500;
}
.project-page .home-services-area {
  padding-top: 0px;
}
.project-page .project-galery-section {
  background-color: #101010;
  color: #fff;
  padding-bottom: 10vh;
}
.project-page .project-galery-section .nav-tabs {
  justify-content: center;
  margin-bottom: 15px;
  border-bottom: none;
}
.project-page .project-galery-section .nav-tabs .galery-tab-items .galery-tab-button {
  background-color: transparent;
  border: none;
  font-size: 18px;
  margin-right: 15px;
  color: #ccc;
  padding: 0px;
  font-weight: 400;
}
.project-page .project-galery-section .nav-tabs .galery-tab-items .galery-tab-button.active {
  color: #fff;
}
.project-page .project-galery-section .nav-tabs .galery-tab-items .galery-tab-button::after {
  color: rgb(123, 123, 123);
  font-weight: 100;
  margin-left: 15px;
  font-size: 30px;
  content: "/";
  margin-top: 5px;
}
.project-page .project-galery-section .nav-tabs .galery-tab-items:last-child .galery-tab-button::after {
  content: "";
}
.project-page .project-galery-section .projects-title {
  margin: 9vh 0px 1vh;
}
.project-page .project-galery-section .projects-title h3 {
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
}
.project-page .project-galery-section .project-galery .galery-item {
  margin-bottom: 30px;
}
.project-page .project-galery-section .project-galery .galery-item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-page .project-contact {
  background: #101010 url("../img/world_bg.png") center no-repeat;
  background-size: 70%;
  color: #fff;
}
.project-page .project-contact .form-area {
  padding: 3em 3em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.project-page .project-contact .contact-text-area {
  padding: 3em 3em;
  background-color: rgba(40, 40, 38, 0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-page .project-contact .form-label {
  font-size: 14px;
  margin-top: 20px;
}
.project-page .project-contact .form-control {
  border-radius: 2px;
  background-color: rgb(46, 46, 46);
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
}
.project-page .project-contact .btn-custom-white {
  margin-right: 0px;
}

.about-us-why-we {
  padding: 3rem;
  background-color: #101010;
  color: #fff;
  text-align: center;
}
.about-us-why-we .about-inside {
  text-align: left;
}
.about-us-why-we h4 {
  font-weight: lighter;
  font-size: 14px;
  color: #9d9d9d;
  letter-spacing: 7px;
}
.about-us-why-we .about-sub-title {
  margin-top: 20px;
  font-size: 27px;
}
.about-us-why-we .about-sub {
  padding: 0px 30px;
}

.about-us-history {
  background-color: #101010;
  color: #fff;
  padding: 3em 0px;
}
.about-us-history .section-title-area {
  text-align: center;
}
.about-us-history h6 {
  position: relative;
  font-size: 25px;
}
.about-us-history h6:after {
  content: "";
  width: 50%;
  height: 2px;
  background: linear-gradient(to right, #CBAA59, rgba(203, 171, 89, 0.306));
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.about-us-history .history-item {
  padding: 20px 20px;
}

.about-us-world-agents {
  padding: 3rem;
  background-color: #fff;
}
.about-us-world-agents .section-title-area {
  text-align: center;
}
.about-us-world-agents .world-map-area {
  position: relative;
  width: 80%;
  margin: auto;
}
.about-us-world-agents .world-map-area img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us-world-agents .world-map-area .map-sign {
  position: absolute;
}
.about-us-world-agents .world-map-area .map-sign .map-sign-button {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: none;
  outline: none;
  background-color: #101010;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #101010;
  animation: map_dot_animation 1s;
  animation-iteration-count: infinite;
  padding: 0px;
}
.about-us-world-agents .world-map-area .map-sign::after {
  content: attr(data-title);
  position: absolute;
  top: -35px;
  width: 140px;
  left: -60px;
  background: #101010;
  color: #fff;
  padding-top: 3px;
  display: none;
  border-radius: 2px;
}
.about-us-world-agents .world-map-area .map-sign:hover::after {
  display: block;
}

#mapsModal .modal-dialog .modal-content {
  background: #101010;
  color: #fff;
}
#mapsModal .modal-dialog .modal-content .btn-cm-close {
  color: #fff;
  background-color: transparent;
  border: none;
  font-size: 25px;
}
#mapsModal .modal-dialog .modal-content .modal-header {
  position: relative;
  border: none;
}
#mapsModal .modal-dialog .modal-content .modal-header::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #CBAA59, rgba(203, 171, 89, 0.306));
  position: absolute;
  bottom: 0px;
  left: 0px;
}
#mapsModal .modal-dialog .modal-content .modal-body {
  padding: 20px;
}
#mapsModal .modal-dialog ul {
  -moz-column-count: 2;
       column-count: 2;
}
#mapsModal .modal-dialog ul li {
  display: block;
}

.projects-page {
  padding: 7vh 0px;
  background-color: #101010;
  color: #fff;
}
.projects-page .section-title-area {
  margin-bottom: 2em;
}
.projects-page .project-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.projects-page .project-item .project-image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
  transition: filter 0.2s linear;
}
.projects-page .project-item .project-logo-area {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  top: 0px;
  transition: opacity 0.2s linear;
}
.projects-page .project-item .project-logo {
  width: 40%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.projects-page .project-item .project-info {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 5%, rgba(0, 0, 0, 0.6) 69%, rgba(0, 0, 0, 0) 100%);
  text-align: left;
  position: absolute;
  opacity: 0;
  padding: 10px 20px;
  padding-top: 50px;
  bottom: -200px;
  transition: all 0.3s linear;
  right: 12px;
  left: 12px;
}
.projects-page .project-item .project-info .project-title {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 24px;
  color: #fff !important;
}
.projects-page .project-item .project-info span {
  color: #fff;
  font-weight: 100;
  font-size: 16px;
}
.projects-page .project-item .project-info .project-location {
  border-radius: 2px;
  color: #fff;
  padding: 3px 10px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}
.projects-page .project-item .project-info .project-status {
  border-radius: 2px;
  color: #fff;
  padding: 3px 10px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 300;
  background: linear-gradient(to right, #CBAA59, rgba(203, 171, 89, 0.579));
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  line-height: 1;
  margin-top: 10px;
}
.projects-page .project-item:hover .project-info {
  opacity: 1;
  top: inherit;
  bottom: 0px;
}
.projects-page .project-item:hover .project-image {
  filter: brightness(0.9);
}
.projects-page .project-item:hover .project-logo-area {
  opacity: 0;
}

.contact {
  background: #101010 url("../img/world_bg.png") center no-repeat;
  background-size: 70%;
  color: #fff;
}
.contact .form-area {
  padding: 3em 3em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.contact .contact-text-area {
  padding: 3em 3em;
  background-color: rgba(40, 40, 38, 0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact .form-label {
  font-size: 14px;
  margin-top: 20px;
}
.contact .form-control {
  border-radius: 2px;
  background-color: rgb(46, 46, 46);
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
}
.contact .btn-custom-white {
  margin-right: 0px;
}
.contact .contact-text-area {
  text-align: center;
}
.contact .contact-text-area .contact-infos .icon-box {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  content: "";
  border-radius: 100%;
  background: linear-gradient(to right, #cba23e, rgba(255, 255, 255, 0.22));
  line-height: 0px;
  padding: 3px;
  margin: 10px auto;
}
.contact .contact-text-area .contact-infos .icon-box i {
  font-size: 25px;
  border-radius: 100%;
  background-color: #101010;
  padding: 10px;
}
.contact .contact-text-area .contact-infos .icon-box img {
  width: 45px;
  border-radius: 100%;
  padding: 7px;
  background-color: #101010;
}
.contact .contact-text-area ul.social-media {
  display: flex;
  justify-content: center;
}
.contact .contact-text-area ul.social-media li {
  margin: 0px 3px;
}
.contact .contact-text-area ul.social-media .icon-box {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  content: "";
  border-radius: 100%;
  background: linear-gradient(to right, #cba23e, rgba(255, 255, 255, 0.22));
  line-height: 0px;
  padding: 3px;
  margin: 10px auto;
}
.contact .contact-text-area ul.social-media .icon-box i {
  font-size: 25px;
  border-radius: 100%;
  background-color: #101010;
  padding: 10px;
}
.contact .contact-text-area ul.social-media .icon-box img {
  width: 45px;
  border-radius: 100%;
  padding: 7px;
  background-color: #101010;
}
.contact .contact-text-area a {
  color: #fff;
}
.contact .contact-text-area a:hover {
  color: #ccc;
}

.contact-map .col-12 {
  background-color: #101010;
  padding: 0px;
}

.page-title-area {
  display: flex;
  position: relative;
  color: #fff;
  height: 200px;
  justify-content: center;
}
.page-title-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/page-title-bg.jpg") no-repeat bottom;
  background-size: cover;
  filter: brightness(0.3);
  z-index: 1;
}
.page-title-area .section-title-area {
  z-index: 2;
  margin: auto;
}

.service-page {
  padding: 4em 0px;
  color: #fff;
  background-color: #101010;
}
.service-page .other-services ul {
  border-left: 1px solid rgb(206, 206, 206);
}
.service-page .other-services ul li {
  position: relative;
  display: block;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-align: left;
}
.service-page .other-services ul li.active {
  border-left: 3px solid #fff;
}
.service-page .other-services ul li.active a {
  color: #fff;
}
.service-page .other-services ul li a {
  font-size: 20px;
  color: rgb(140, 140, 140);
}
.service-page .services-info {
  padding-right: 30px;
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.service-page .services-info img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

.fixed-contact-button {
  position: fixed;
  left: 15px !important;
  bottom: 15px !important;
  z-index: 99;
  padding: 0;
  height: 60px;
  width: -moz-fit-content;
  width: fit-content;
}
.fixed-contact-button a.contact-btn {
  padding: 0;
  width: 60px;
  height: 60px;
  background: rgb(167, 167, 167);
  border-radius: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  position: relative;
  display: block;
  padding: 5px;
}
.fixed-contact-button a.contact-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #cba23e;
  border-radius: 100%;
  animation: animationSignal1;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  z-index: -1;
  transform: scale(1);
  transition: all 0.5s;
}
.fixed-contact-button a.contact-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #cba23e;
  border-radius: 100%;
  animation: animationSignal2;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  transform: scale(1);
  transition: all 0.5s;
  z-index: 999;
}
.fixed-contact-button .fixed-contact-list {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 65px;
  display: flex;
  width: 0px;
  transition: all 500ms;
}
.fixed-contact-button .fixed-contact-list li {
  opacity: 0.2;
  transition: all 300ms;
}
.fixed-contact-button .fixed-contact-list li a {
  padding: 0;
  width: 35px;
  height: 35px;
  top: 0;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 35px;
  display: block;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  margin: 5px;
  padding: 3px;
}
.fixed-contact-button .fixed-contact-list li a img {
  width: 100%;
  border-radius: 100%;
  vertical-align: baseline;
}
.fixed-contact-button .fixed-contact-list li a.sahibinden-yellow {
  padding: 0px;
}
.fixed-contact-button .fixed-contact-list.active {
  width: 320px;
}
.fixed-contact-button .fixed-contact-list.active li {
  opacity: 1;
}
.fixed-contact-button .phone-dark {
  background-color: #383838;
}
.fixed-contact-button .whatsapp-green {
  background-color: #25D366;
}
.fixed-contact-button .instagram-brown {
  background-color: #ff5e00;
}
.fixed-contact-button .facebook-blue {
  background-color: #4267B2;
}
.fixed-contact-button .twitter-blue {
  background-color: #1DA1F2;
}
.fixed-contact-button .youtube-red {
  background-color: #FF0000;
}
.fixed-contact-button .youtube-red {
  background-color: #FF0000;
}

.contact-pop {
  position: fixed;
  top: calc(50% - 150px);
  left: -350px;
  width: 350px;
  z-index: 102;
  text-align: center;
  transition: 0.5s;
}
.contact-pop .top-contact-form-container {
  background-color: rgba(0, 0, 0, 0.6588235294);
  padding: 30px 15px;
  border: 1px solid #fff;
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.contact-pop .form-label {
  font-size: 14px;
  margin-top: 20px;
}
.contact-pop .form-control {
  border-radius: 2px;
  background-color: rgb(46, 46, 46);
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
}
.contact-pop .send-contact {
  background-color: #101010;
  border: none;
  padding: 5px 30px;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 200;
  text-transform: capitalize;
  border: 1px solid #fff;
  border-radius: 2px;
}
.contact-pop .contact-pop-button {
  background: #101010;
  border: none;
  color: #fff;
  padding: 10px 25px;
  padding-bottom: 5px;
  font-weight: 500;
  position: absolute;
  right: -99px;
  transform: rotate(90deg);
  top: calc(50% - 20px);
  border: 1px solid #fff;
  border-radius: 2px;
  border-bottom: 0px;
  z-index: 9;
}
.contact-pop .contact-pop-button svg {
  margin-right: 5px;
}
.contact-pop .form-check {
  text-align: left;
}
.contact-pop .form-check-label {
  color: #fff;
  font-size: 14px;
}
.contact-pop .contact-text p {
  font-size: 12px;
  color: #f7f7f7;
}
.contact-pop.open-contact {
  left: 0px;
  transition: 0.3s;
}

.posts-page .posts {
  margin: 2em 0px;
}
.posts-page .posts .post-item {
  margin-top: 20px;
  padding: 20px;
  background-color: #1C1C1B;
  color: #fff;
}
.posts-page .posts .post-item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts-page .posts .post-item .post-date {
  margin-top: 10px;
}
.posts-page .posts .post-item .post-date i {
  color: rgb(255, 200, 146);
  margin-right: 5px;
}
.posts-page .posts .post-item .post-date span {
  font-size: 14px;
}
.posts-page .posts .post-item h4 {
  margin-top: 0px;
  margin: 10px 0px;
  color: #fff;
  font-size: 19px;
}
.posts-page .posts .post-item p {
  font-size: 15px;
  color: #ccc;
}

.post-page {
  padding: 4em 0px;
  color: #fff;
  background-color: #101010;
}
.post-page .other-post {
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
  background-color: #1C1C1B;
  color: #fff;
}
.post-page .other-post h3 {
  margin-left: 5px;
  font-size: 18px;
  position: relative;
  padding-bottom: 5px;
}
.post-page .other-post h3:after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #CBAA59, rgba(203, 171, 89, 0.206));
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.post-page .other-post ul {
  margin-bottom: 0px;
}
.post-page .other-post ul li {
  position: relative;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-align: left;
}
.post-page .other-post ul li .other-post-img {
  width: 90px;
  padding: 0px !important;
}
.post-page .other-post ul li .other-post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.post-page .other-post ul li h5 {
  font-size: 15px;
  color: rgb(225, 225, 225);
}
.post-page .other-post ul li p {
  font-size: 13px;
  color: rgb(163, 163, 163);
  display: inline-block;
  margin-bottom: 0px !important;
}
.post-page .other-post ul li:last-child {
  margin-bottom: 0px;
}
.post-page .post-info {
  padding-right: 30px;
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.post-page .post-info img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

.faq-list .accordion {
  --bs-accordion-color: rgb(255, 255, 255);
  --bs-accordion-bg: #1C1C1B;
  --bs-accordion-btn-color: #a6a6a6;
  --bs-accordion-active-color: #ffffff;
  --bs-accordion-active-bg: #2d2d2d;
}

.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #101010;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.preloader img {
  width: 250px;
  margin-bottom: 30px;
}
.preloader .loading-text {
  color: #fff;
  font-size: 20px;
  letter-spacing: 5px;
  margin-bottom: 30px;
  text-align: center;
}
.preloader .loading-bar {
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
.preloader .loading-bar .loaded-bar {
  background: rgb(203, 170, 89);
  width: 50%;
  height: 2px;
}

@media only screen and (max-width: 1400px) {
  header.main-header .header-contact .phone-number {
    display: none;
  }
  header.main-header .header-contact .e-mail {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .home-invest-text {
    display: none !important;
  }
  .contact-pop {
    right: -350px;
    left: inherit;
  }
  .contact-pop .top-contact-form-container {
    border-right: none;
    border-left: 1px solid #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .contact-pop .contact-pop-button {
    border-top: 0px;
    border-bottom: 1px solid #fff;
    left: -99px;
    right: unset;
  }
  .contact-pop.open-contact {
    right: 0px;
    left: unset;
  }
  .home-investor .yatirimci-bul-button {
    border-radius: 25px;
    margin-left: 5px;
  }
  .home-investor .yatirim-yap-button {
    border-radius: 25px;
    margin-left: -10px;
  }
  .hidden-desktop {
    display: block;
  }
  .hidden-mobile {
    display: none;
  }
  .about-us-world-agents {
    padding: 2em 10px;
  }
  .about-us-world-agents .world-map-area {
    width: 100%;
  }
  .about-us-world-agents .world-map-area img {
    width: 100%;
  }
  .about-us-world-agents .world-map-area .map-sign {
    width: 10px;
    height: 10px;
  }
  header.main-header.home-header {
    background: #101010;
  }
  header.main-header .header-inner {
    display: block !important;
    padding: 10px 0px 10px 0px;
  }
  header.main-header .header-inner .logo {
    padding-left: 20px;
  }
  header.main-header .header-inner .language-change {
    float: right;
    height: 100%;
    padding-bottom: 2px;
    padding-right: 10px;
  }
  header.main-header .header-inner .language-change li {
    padding: 0px 5px;
  }
  header.main-header .header-inner .navbar-toggler {
    float: right;
    color: #fff;
    font-size: 35px;
    border: none;
    padding-right: 10px;
  }
  header.main-header .header-inner .navbar-toggler:focus {
    outline: none;
    border: none;
    box-shadow: none;
  }
  header.main-header .header-collapse {
    display: block;
    background-color: #101010;
    padding: 20px;
    position: fixed;
    margin-top: 25px;
    width: 100%;
  }
  header.main-header .header-collapse:before {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #CBAA59, rgba(203, 171, 89, 0.206));
    position: absolute;
    top: 0px;
    left: 0px;
  }
  header.main-header .header-collapse:after {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #CBAA59, rgba(203, 171, 89, 0.206));
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  header.main-header .header-collapse .header-contact {
    text-align: center;
    margin-top: 15px;
    display: block;
  }
  header.main-header .header-collapse .header-contact .search-button {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  header.main-header .header-collapse .header-contact .btn-custom-white {
    margin: 0px 10px;
  }
  header.main-header .header-collapse .header-menu {
    display: block;
    margin-left: 0px;
  }
  header.main-header .header-collapse .header-menu li {
    display: block;
    text-align: center;
    padding: 5px;
    margin-right: 0px;
  }
  header.main-header .header-collapse:not(.show) {
    display: none;
  }
  .home-slider-area .carousel-control-next,
  .home-slider-area .carousel-control-prev {
    display: none;
  }
  .home-slider-area .carousel-inner .slide-info {
    position: absolute;
    transition-property: 35vh;
    color: #fff;
    width: calc(100% - 20px);
    left: 20px;
  }
  .home-slider-area .carousel-inner .slide-info h2 {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 3px;
    text-shadow: -3px 3px 5px rgba(13, 13, 13, 0.301);
    -webkit-hyphens: auto;
            hyphens: auto;
    max-width: 100%;
    overflow-wrap: break-word;
  }
  .home-slider-area .carousel-inner .slide-bottom-info {
    width: 100%;
    right: 0px;
    padding: 20px;
    display: none;
  }
  .home-services-area {
    padding: 20px 20px;
  }
  .home-services-area .services-text-area {
    padding: 10px;
    color: #fff;
    margin: 0px;
  }
  .home-about {
    background-color: #101010;
  }
  .home-about .about-us-image {
    padding: 0px;
  }
  .home-about .about-us-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(0.6);
  }
  .home-about .about-us {
    color: #fff;
    padding: 20px;
  }
  .home-progress {
    padding: 5em 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/bg-image.jpg") no-repeat center;
    color: #fff;
    text-align: center;
  }
  .home-progress .progress-number {
    font-size: 35px;
    margin-bottom: 15px;
    display: block;
  }
  .home-progress h4 {
    font-weight: 300;
  }
  .home-progress p {
    font-size: 14px;
    font-weight: 100;
  }
  .home-project {
    padding: 5vh 0px;
  }
  .home-project .owl-nav {
    margin-top: 15px;
  }
  .home-project .owl-nav button.owl-prev {
    background-color: #1C1C1B !important;
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .home-project .owl-nav button.owl-prev span {
    font-size: 24px;
  }
  .home-project .owl-nav button.owl-next {
    background-color: #1C1C1B !important;
    width: 40px;
    height: 40px;
    padding-top: 10px;
  }
  .home-project .owl-nav button.owl-next span {
    font-size: 24px;
  }
  .home-portfolio {
    padding: 10vh 20px;
    position: relative;
    background-color: #FFE901;
  }
  .home-portfolio .title-area {
    padding: 0px 0px;
    text-align: left;
    z-index: 9;
  }
  .home-portfolio .title-area p {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 0;
  }
  .home-portfolio .title-area p strong {
    font-weight: 600;
  }
  .home-portfolio .title-area p svg {
    margin-left: -5px;
    margin-top: -5spx;
    margin-right: -5px;
  }
  .home-agencies .agencies-carousel .item {
    padding: 0px 0px;
    text-align: center;
    border-left: none;
  }
  .home-agencies .agencies-carousel .item .partner-logo {
    margin: auto;
  }
  .home-agencies .agencies-carousel .item p {
    margin-top: 5px;
    text-align: justify;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  .home-agencies .agencies-carousel .owl-nav {
    margin-top: 15px;
  }
  .home-agencies .agencies-carousel .owl-nav button.owl-prev {
    background-color: #101010 !important;
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .home-agencies .agencies-carousel .owl-nav button.owl-prev span {
    font-size: 24px;
  }
  .home-agencies .agencies-carousel .owl-nav button.owl-next {
    background-color: #101010 !important;
    width: 40px;
    height: 40px;
    padding-top: 10px;
  }
  .home-agencies .agencies-carousel .owl-nav button.owl-next span {
    font-size: 24px;
  }
  .mobile-reverse {
    flex-direction: column-reverse;
  }
  .project-page .project-top-section .project-top h2 {
    font-size: 3rem !important;
  }
  .project-page .project-top-section .project-top h5 {
    font-size: 15px !important;
  }
  .project-page .project-about p {
    width: 100%;
  }
  .project-page .virtual-tour-area .section-title {
    padding: 20px 15px;
  }
  .project-page .virtual-tour-area .section-title p {
    width: 100%;
  }
  .service-page .services-info {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-investor .find-investor {
    padding: 2em 20px;
  }
  .home-investor .find-investment {
    padding: 2em 20px;
  }
  .our-services {
    padding: 20px;
  }
  .our-services .about-sub {
    padding: 0px 0px;
  }
  footer {
    padding: 20px;
  }
  .about-us-why-we {
    padding: 20px;
  }
  .about-us-why-we .about-sub {
    padding: 0px;
  }
  .about-us-history {
    padding: 0px;
  }
  .about-us-history .history-item {
    padding: 20px 10px;
  }
  @keyframes map_dot_animation {
    from {
      width: 10px;
      height: 10px;
    }
    50% {
      transform: translate(-12.5%, -12.5%);
      width: 12.5px;
      height: 12.5px;
    }
    to {
      width: 10px;
      height: 10px;
    }
  }
}
@keyframes map_dot_animation {
  from {
    width: 20px;
    height: 20px;
  }
  50% {
    transform: translate(-12.5%, -12.5%);
    width: 25px;
    height: 25px;
  }
  to {
    width: 20px;
    height: 20px;
  }
}
@keyframes animationSignal1 {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes animationSignal2 {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}/*# sourceMappingURL=style_rtl.css.map */