@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400&family=Josefin+Sans:wght@100;200;300;400;500;700&family=Manrope:wght@200;300;400;800&family=Playfair+Display:wght@400;500;600;900&family=Roboto:wght@100;300;400;900&family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Charmonman&family=Raleway:wght@100;200;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:root {
  --text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --swiper-theme-color: #b5b5b5 !important;
  --swiper-pagination-bullet-inactive-color: rgba(181, 181, 181, 0.6) !important;
  font-family: "Roboto", sans-serif;
}

html {
  overflow-x: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: black;
  display: block;
}

ul {
  list-style: none;
}

input, button, textarea {
  border: none;
  background: none;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.container-sm {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
  position: relative;
}

.container-md {
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
  max-width: 1400px;
  position: relative;
}

.container-lg {
  padding: 0 120px;
  -webkit-transition: .4s;
  transition: .4s;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}

img {
  max-width: 100%;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: black !important;
}

.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #15232b !important;
}

.basic-arrow {
  width: 2rem;
  height: 2rem;
  display: block;
  position: relative;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
}

.arrow-shadow {
  -webkit-box-shadow: -3px 3px 2px black;
          box-shadow: -3px 3px 2px black;
}

.left-arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.right-arrow {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

section {
  position: relative;
  margin-bottom: 4rem;
}

.half-arrow {
  border-left: unset;
}

.half-arrow::before {
  content: '';
  width: 4rem;
  height: 2px;
  background: white;
  display: block;
  -webkit-transform: rotate(-45deg) translate(-11px, -1px);
          transform: rotate(-45deg) translate(-11px, -1px);
}

/* custom */
section.page {
  min-height: calc(100vh - 395px);
}

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-list > * {
  margin: 1rem;
}

.flex-list .flex-list-item {
  margin: 1rem;
}

.flex-list .flex-list-item__2 {
  width: calc(calc(100% / 2) - 2rem);
}

.flex-list .flex-list-item__3 {
  width: calc(calc(100% / 3) - 2rem);
}

.flex-list .flex-list-item__4 {
  width: calc(calc(100% / 4) - 2rem);
}

.special-title {
  font-family: "Raleway", sans-serif;
  font-size: 3rem;
  color: #c4c4c4;
  padding: 2rem 0;
}

/* side menu */
.menu-btn {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  position: absolute;
  top: calc(100vh - 6rem);
  z-index: 20;
}

.menu-btn .line {
  background: white;
  height: 8px;
  width: 100%;
  margin: 8px 0;
  border-radius: 30px;
}

.menu-btn .line.line1 {
  width: 50%;
}

.menu-btn .line.line3 {
  width: 8px;
}

.menu-btn .line.line3::after {
  content: 'M';
  display: block;
  position: relative;
  color: white;
  margin-left: 150%;
  top: -5px;
}

/***************************/
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* custom gallery popup*/
.modal__gallery {
  padding-top: unset;
}

.modal__gallery .modal-content {
  position: absolute;
  left: -100%;
  width: 40rem;
  max-width: 100%;
  height: 100vh;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 5rem;
  padding-bottom: 6rem;
  background-color: #15232b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.modal__gallery .modal-content.getir {
  -webkit-transition: .5s;
  transition: .5s;
  left: 0% !important;
}

.modal-gallery-wrapper .flex-list-item {
  height: 20vw;
}

.part-title {
  width: 100%;
  text-align: center;
}

.part-title img {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.side-list a {
  color: white;
  font-size: 2rem;
  line-height: 1.5;
}

.close {
  width: 2rem;
  height: 2rem;
  position: relative;
}

.close .line {
  top: 50%;
  height: 4px;
  width: 100%;
  position: absolute;
  background: white;
}

.close .line.line1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close .line.line2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* top menu */
.topmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0;
}

.topmenu .topmenu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topmenu .topmenu-right a {
  height: 100%;
  padding: 10px;
  color: white;
}

.topmenu .topmenu-right a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.navbar {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 35, 43, 0.7)), to(rgba(21, 35, 43, 0.7))), url("../../images/kurumsal.png");
  background: linear-gradient(rgba(21, 35, 43, 0.7), rgba(21, 35, 43, 0.7)), url("../../images/kurumsal.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 15%;
}

.navbar.mini {
  background-image: unset;
}

.navbar.mini .navbar-bottom {
  display: none;
}

.navbar-bottom {
  padding: 3rem 0;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  font-family: "Antonio", sans-serif;
  color: rgba(255, 255, 255, 0.4);
}

.emlak-side, .insaat-side {
  position: relative;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.slide-horizontal > * {
  width: 100%;
}

.slide-horizontal .hero-left img {
  -o-object-fit: none;
     object-fit: none;
}

.slide-horizontal .hero-right {
  position: relative;
}

.slide-horizontal .hero-right .hero-text {
  position: absolute;
  top: 0;
  width: 100%;
  color: white;
}

.slide-horizontal .hero-right .hero-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
}

.slide-horizontal .hero-right .hero-images img:nth-child(1) {
  width: 20rem;
  height: 60vh;
  margin-right: 2rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.slide-horizontal .hero-right .hero-images img:nth-child(2) {
  height: 50vh;
  width: 25rem;
  margin-top: 4rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.swiper-slide .container-lg {
  width: 100%;
}

.swiper-slide .container-lg.topline1::before {
  content: '';
  display: block;
  position: absolute;
  top: 2rem;
  height: 2px;
  width: 80%;
  right: 0;
  background: white;
}

.swiper-slide .container-lg.topline2::before {
  content: '';
  display: block;
  position: absolute;
  top: 2rem;
  height: 2px;
  width: 80%;
  left: 0;
  background: white;
}

.hand-text {
  font-family: "Charmonman", cursive;
  font-size: 2rem;
}

.text-design {
  font-family: "Manrope", sans-serif;
  font-size: 4rem;
}

.page {
  width: 100%;
}

/* finished-projects */
.finished-projects-wrapper {
  background: white;
  min-height: 90vh;
  margin: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.finished-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.finished-projects .project-context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  width: 30%;
  margin-right: 1rem;
  color: gray;
  line-height: 1.6;
  font-weight: bold;
}

.slide-prj {
  width: 100%;
}

.slide-prj img {
  height: 25rem !important;
}

.slide-prj .prj-textwrapper {
  text-align: left;
  padding: 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

body {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* custom */
.swiper-slide {
  height: unset !important;
}

body {
  background-color: #15232b;
}

.swiper-pagination {
  top: 3rem;
  right: 4rem;
  bottom: unset !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  left: unset !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 11px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11px));
}

.mySwiper .swiper-button-prev {
  right: 7rem !important;
}

.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
  right: 4rem;
  left: unset;
  top: calc(100vh - 6rem);
}

.mySwiper .swiper-button-disabled {
  display: none;
}

.footer-top, .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-top a, .footer-bottom a {
  color: #38444b;
  font-size: 15px;
}

.footer-top img, .footer-bottom img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.footer-top .phones, .footer-bottom .phones {
  text-align: right;
}

.footer-top .footer-link a, .footer-bottom .footer-link a {
  margin: 5px 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer-top .footer-link a:hover, .footer-bottom .footer-link a:hover {
  color: white;
}

.footer-middle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* mini footer */
.footer.mini .footer-top {
  display: none;
}

.footer.mini .footer-bottom {
  padding: 1rem 0;
}

.footer.mini .footer-bottom .footer-middle {
  height: 44px;
  width: 66px;
  background: url("../../images/Y.png");
}

/* pages */
.pagetitle {
  left: 50%;
  max-width: 60%;
  text-align: center;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 2.5rem 0;
  font-size: 1.5rem;
  color: #707070;
  font-style: italic;
  font-family: Lucida Bright;
}

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

.content-img::after {
  content: "Since 2021";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem;
  font-style: italic;
  font-family: Lucida Bright;
}

.content-text {
  font-size: 15px;
  color: #707070;
  text-align: center;
  font-family: var(--text-font);
}

.content-text::before, .content-text::after {
  content: '●';
  height: 3rem;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #15232b;
}

main {
  min-height: calc(100vh - 414px);
}

.pagecontent {
  padding: 2rem 0;
}

/* referanslar */
.referans-imgwrapper img {
  width: 100%;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.referans-text {
  font-family: Lucida Bright;
  font-style: italic;
  padding: 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* iletisim */
.form-top .contact-block {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
}

.form-top .contact-block > * {
  height: 100%;
  padding: 5px 0;
  text-align: center;
  color: white;
}

.form-top .contact-block i {
  font-size: 20px;
}

.form-top .contact-block:nth-child(1) {
  background: #0671DC;
}

.form-top .contact-block:nth-child(2) {
  background: #0AD4B1;
}

.form-top .contact-block:nth-child(3) {
  background: #3EBB0A;
}

.contact-form-wrapper {
  max-width: 45rem;
  margin: 0 auto;
}

.contact-form {
  background: #eee;
  border-radius: 20px;
  padding: 15px 0;
}

.contact-form .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-form .input-box input, .contact-form .input-box textarea {
  background: white;
  border-radius: 10px;
  padding: 6px 12px;
  margin: 7px 0 10px 0;
  resize: none;
}

.contact-form .form-body {
  margin: unset;
}

.contact-form .form-body .flex-list-item__2:nth-child(2) .input-box, .contact-form .form-body .flex-list-item__2:nth-child(2) textarea {
  height: 100%;
}

.contact-form .btn-contact-submit {
  position: relative;
  left: 50%;
  color: white;
  cursor: pointer;
  padding: 8px 30px;
  border-radius: 10px;
  background: #0AD4B1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* project */
.project-left {
  position: relative;
  width: 60%;
  height: 80vh;
}

.project-right {
  width: calc(40% - 4rem);
}

.project-name {
  font-size: 2rem;
  padding: 1rem 0;
  font-family: "Raleway", sans-serif;
  color: #15232b;
}

.table-project {
  width: 100%;
  border-radius: 10px;
  background: #f7f7f7;
}

.table-project th {
  text-align: left;
  width: 9rem;
}

.table-project tr {
  width: 100%;
  height: 2rem;
  display: table;
  border-bottom: 1px solid #eee;
}

.table-project tr:first-child .sold {
  color: red;
}

.table-project tr:first-child .onsale {
  color: seagreen;
}

.table-project tr:last-child {
  border: unset;
}

.table-project tr > * {
  padding: 10px;
}

.project-page .mySwiper2 .swiper-slide {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.project-content {
  padding: 10px 15px;
  border-radius: 10px;
  background: #f7f7f7;
}

.project-content h2 {
  padding: 10px 0;
  font-family: "Raleway", sans-serif;
  color: #15232b;
}

.project-content p {
  padding: 5px 0;
}

.projeSwiper2 {
  padding-bottom: 3rem !important;
}

.projeSwiper2 .swiper-button-next, .projeSwiper2 .swiper-button-prev {
  color: black;
  margin-top: unset;
  top: calc(100% - 2.5rem);
  border: 1px solid;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.projeSwiper2 .swiper-button-next {
  left: 55px;
}

.projeSwiper2 .swiper-button-next::after, .projeSwiper2 .swiper-button-prev::after {
  font-size: 22px;
}

@media only screen and (max-width: 1200px) {
  .container-lg {
    padding: 0 80px;
  }
  .container {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 992px) {
  .container-lg {
    padding: 0 40px;
  }
  .flex-list-item__4 {
    width: calc(calc(100% / 3) - 2rem) !important;
  }
}

@media only screen and (max-width: 768px) {
  .container-lg {
    padding: 0 20px;
  }
  .flex-list-item__4 {
    width: calc(calc(100% / 2) - 2rem) !important;
  }
}

@media only screen and (max-width: 576px) {
  .container-lg {
    padding: 0 14px;
  }
}

@media only screen and (max-width: 415px) {
  .container-lg {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 350px) {
  .container {
    padding: 0 10px !important;
  }
  .container-lg {
    padding: 0 5px;
  }
}
/*# sourceMappingURL=main.css.map */