*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

body {
  font-family: "Nexa Regular";
  background-color: #ece7dd;
  color: #414042;
}

table {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
}

a, a img {
  text-decoration: none;
  outline: none;
  border: none;
  color: inherit;
}

a.link {
  text-decoration: underline;
  font-weight: bold;
}

img {
  width: 100%;
}

a.logo {
  width: 150px;
  display: block;
}
a.logo.dark {
  display: none;
}

a:hover {
  color: white;
}

.hidden {
  display: none !important;
}

header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 100px;
  position: fixed;
  top: 25px;
  left: 0;
  width: 100%;
  z-index: 10;
}
header.dark {
  top: 25px;
}
header.dark a.logo {
  display: none;
}
header.dark a.logo.dark {
  display: block;
}
header.dark ul li a {
  color: #414042;
}
header.dark ul li a:hover {
  color: #414042;
}
header.dark .hamburger-menu ul li a {
  color: white;
}
header.dark .hamburger-menu ul li a:hover {
  color: white;
}
header ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
header ul li {
  padding: 5px 20px;
  color: white;
  font-size: 16px;
  font-family: "Nexa Book";
  font-weight: bold;
}
header .hamburger-menu {
  display: none;
}
header .menuBtn {
  display: none;
}

.head {
  position: relative;
  height: 100vh;
}
.head img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.head h1 {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: white;
  font-family: "ArnoPro";
  font-size: 50px;
  letter-spacing: 10px;
  font-weight: 600;
  font-style: italic;
}
.head h1 span {
  display: block;
  font-size: 30px;
  margin-top: 20px;
}

main.small-content section {
  width: 85%;
  margin: 200px auto 100px;
}
main.small-content section .max-container {
  color: #414042 !important;
}
main.small-content section ul {
  margin: 20px;
}
main.small-content section ul.disc li {
  list-style-type: disc;
  color: #414042 !important;
}
main.small-content section ul.line li {
  list-style-type: "- ";
  color: #414042 !important;
}
main.small-content section a.link {
  font-weight: bold;
}
main.small-content section .center {
  text-align: center;
  display: block;
}
main.small-content section h2 {
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
}
main.small-content section h3 {
  color: #414042;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}
main.small-content section h4 {
  margin: 25px 0;
  color: #414042;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}
main.small-content section strong {
  font-weight: bold;
  color: #414042;
}
main.small-content section h1 {
  font-size: 50px;
  color: #414042;
  font-weight: 600;
  font-style: italic;
}
main.small-content section p {
  font-size: 20px;
  margin-top: 50px;
}

.text-area {
  text-align: center;
  margin: 100px auto;
  line-height: 40px;
}
.text-area.mt-600 {
  margin: 500px auto 100px;
}
.text-area h2 {
  font-family: "ArnoPro";
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 6px;
  color: #853735;
  margin-bottom: 50px;
  font-weight: 600;
  font-style: italic;
}
.text-area p {
  color: #414042;
  font-size: 26px;
  width: 70%;
  margin: 0 auto;
}
.text-area p span {
  color: #853735;
  font-family: "Nexa Bold";
}
.text-area .line {
  width: 125px;
  height: 5px;
  background-color: #853735;
  margin: 50px auto;
}

.image-wrapper {
  position: relative;
}
.image-wrapper .small {
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.image-wrapper .small.smallImage {
  width: 50%;
  top: 115%;
}
.image-wrapper p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  font-family: "ArnoPro";
  font-size: 55px;
  letter-spacing: 15px;
  width: 100%;
  text-align: center;
}

.plaj-content strong {
  font-size: 35px;
  text-align: center;
  display: block;
  color: #414042;
  padding-right: 80px;
  margin-bottom: 30px;
}
.plaj-content .beaches {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 0 auto;
}
.plaj-content .beaches a {
  color: #853735;
  display: inline-block;
  border-top: 2px solid #853735;
  border-bottom: 2px solid #853735;
  padding: 20px 10px 0px;
  font-size: 35px;
}
.plaj-content .beaches a.active {
  font-size: 40px;
  font-weight: bold;
  border-top: 4px solid #853735;
  border-bottom: 4px solid #853735;
}

.plaj-content-items {
  margin-top: 100px;
}
.plaj-content-items .plaj-content-item {
  display: none;
}
.plaj-content-items .plaj-content-item.active {
  display: block;
}

.expectations h2 {
  display: block;
  font-family: "ArnoPro";
  font-size: 85px;
  color: white;
  font-weight: 600;
  font-style: italic;
  background-color: #853735;
  width: 80%;
  text-align: center;
  margin: 30px auto;
  padding: 20px 0px 10px;
}
.expectations .expectations-slider {
  margin-top: 75px;
}
.expectations .expectations-slider .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: end;
  margin: 0 auto;
  width: 80%;
}
.expectations .expectations-slider .item img {
  width: 500px;
}
.expectations .expectations-slider .item p {
  padding: 0 50px;
  font-size: 25px;
  font-family: "Nexa Book";
  width: 60%;
}
.expectations .expectations-slider .item p span {
  color: #853735;
  display: block;
  font-family: "Nexa Bold";
  font-size: 35px;
  letter-spacing: 10px;
  margin-bottom: 20px;
}

.owl-nav {
  position: absolute;
  top: 0;
  right: 10%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
.owl-nav .owl-prev::after {
  content: "";
  background: url(../img/icon/left-arrow.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  display: block;
}
.owl-nav .owl-next::after {
  content: "";
  background: url(../img/icon/right-arrow.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  display: block;
}

.explore {
  background-color: #853735;
  color: white;
  text-align: center;
  margin: 100px 0;
}
.explore h2 {
  font-family: "ArnoPro";
  font-size: 70px;
  letter-spacing: 10px;
  padding: 50px 0;
}
.explore a {
  display: block;
  width: 80%;
  margin: 30px auto;
}
.explore p {
  font-size: 35px;
  padding: 50px 0;
}
.explore .iframe {
  width: 90%;
  height: 700px;
}

.apartment-types {
  width: 80%;
  margin: 50px auto;
}
.apartment-types h2 {
  font-family: "ArnoPro";
  font-size: 70px;
  color: #853735;
}
.apartment-types .apartment-types-btns a {
  color: #853735;
  font-weight: bold;
  border-bottom: 2px solid #853735;
  font-size: 30px;
  margin-right: 25px;
}
.apartment-types .apartment-types-btns a.active {
  background-color: #853735;
  color: white;
  padding: 5px 10px;
  border-bottom: none;
}
.apartment-types .apartments-slider {
  margin-top: 50px;
}
.apartment-types .apartments-slider .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.apartment-types .apartments-slider .item .text-col {
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 50px;
}
.apartment-types .apartments-slider .item .text-col .top strong {
  font-size: 40px;
  color: #853735;
}
.apartment-types .apartments-slider .item .text-col .top strong span {
  font-size: 28px;
  display: block;
  margin-bottom: 25px;
}
.apartment-types .apartments-slider .item .text-col .top p {
  font-size: 25px;
  margin-top: 50px;
}
.apartment-types .apartments-slider .item .text-col .bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.apartment-types .apartments-slider .item .text-col .bottom span {
  border-top: 3px solid #853735;
  padding-top: 20px;
  font-size: 28px;
}
.apartment-types .apartments-slider .item .text-col .bottom a {
  display: block;
  height: max-content;
  padding: 15px 100px;
  background-color: #853735;
  color: white;
}
.apartment-types .apartments-slider .item .img-col {
  width: 50%;
}
.apartment-types .owl-nav {
  top: -120px;
  right: 0;
}

.transport {
  background-color: #853735;
  color: white;
  padding: 50px 0;
}
.transport h2 {
  text-align: center;
  letter-spacing: 7px;
}
.transport .transport-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  margin: 50px auto 0;
}
.transport .transport-content .item {
  width: calc(100% / 3);
  height: 150px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.transport .transport-content .item img {
  width: 100px;
  margin-bottom: 20px;
}
.transport .transport-content .item p, .transport .transport-content .item a {
  display: block;
  text-align: center;
}
.transport .transport-content .item a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sales-offices {
  padding: 30px 0;
  background-color: #b4a58c;
}
.sales-offices .sales-offices-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 50px auto 0;
}
.sales-offices .sales-offices-header h2 {
  color: white;
  margin-left: 25px;
}
.sales-offices .sales-offices-header .sales-office-tab a {
  border: 1px solid white;
  color: white;
  padding: 10px 30px;
  margin-right: 10px;
}
.sales-offices .sales-offices-header .sales-office-tab a.active {
  background-color: #853735;
  border: 1px solid #853735;
  position: relative;
}
.sales-offices .sales-offices-header .sales-office-tab a.active:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #853735;
}
.sales-offices .sales-office-content {
  width: 85%;
  margin: 50px auto;
}
.sales-offices .sales-office-content .sales-office-item {
  display: none;
}
.sales-offices .sales-office-content .sales-office-item.active {
  display: block;
}
.sales-offices .sales-office-content .sales-office-item .item {
  width: 90%;
  margin: 0 auto;
  border-top: 5px solid #853735;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 20px;
  height: 250px;
}
.sales-offices .sales-office-content .sales-office-item .item h3 {
  color: #853735;
  font-size: 25px;
}
.sales-offices .sales-office-content .sales-office-item .item p {
  color: white;
  margin: 20px 0;
}
.sales-offices .sales-office-content .sales-office-item .item a {
  color: white;
  border: 1px solid white;
  padding: 8px 30px;
  width: max-content;
}
.sales-offices .sales-office-content .sales-office-item .owl-nav {
  right: -50px;
  width: 105%;
  top: 50%;
  transform: translateY(-50%);
  justify-content: space-between;
}
.sales-offices .sales-office-content .sales-office-item .owl-nav .owl-prev.disabled {
  opacity: 0.3;
}
.sales-offices .sales-office-content .sales-office-item .owl-nav .owl-prev::after {
  background: url(../img/icon/left-arrow-white.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
.sales-offices .sales-office-content .sales-office-item .owl-nav .owl-next.disabled {
  opacity: 0.3;
}
.sales-offices .sales-office-content .sales-office-item .owl-nav .owl-next::after {
  background: url(../img/icon/right-arrow-white.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

#contact_form_1 {
  margin: 50px 0;
}

.form-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  width: 85%;
  margin: 50px auto;
}
.form-wrapper .inputs-wrapper {
  width: 60%;
}
.form-wrapper .inputs-wrapper .input-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  margin-bottom: 25px;
  position: relative;
}
.form-wrapper .inputs-wrapper .input-wrapper:last-child {
  margin-bottom: 0;
}
.form-wrapper .inputs-wrapper .input-wrapper input, .form-wrapper .inputs-wrapper .input-wrapper select {
  width: 46% !important;
}
.form-wrapper .inputs-wrapper .input-wrapper .iti {
  width: 46% !important;
}
.form-wrapper .inputs-wrapper .input-wrapper .iti input {
  width: 100% !important;
}
.form-wrapper .inputs-wrapper .input-wrapper span.error {
  position: absolute;
  bottom: -25px;
  left: 20px;
  color: red;
  font-size: 14px;
  text-align: start;
}
.form-wrapper .inputs-wrapper .input-wrapper span.error#soyad-error {
  left: 53%;
}
.form-wrapper .inputs-wrapper .input-wrapper span.error#telefon-error {
  left: 10px;
}
.form-wrapper .inputs-wrapper .input-wrapper span.error#sehir-error {
  bottom: 0;
}
.form-wrapper .formStatus img {
  width: 30px;
}
.form-wrapper .kvkkwrapper {
  width: 46%;
  margin-top: 15px;
}
.form-wrapper .submitBtn {
  height: max-content;
}

footer {
  background-color: #853735;
  color: white;
  z-index: 9999;
  position: relative;
}
footer .footer-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 85%;
  padding: 40px 0;
  margin: 0 auto;
}
footer .footer-content p {
  color: #b4a58c;
  font-family: "Nexa Bold";
  margin: 10px 0;
}
footer .footer-content ul.social-media {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
footer .footer-content ul.social-media li a img {
  width: 25px;
}
footer .footer-content ul li {
  margin-bottom: 7px;
}
footer .footer-content ul li a {
  font-family: "Nexa Bold";
}
footer .footer-content ul li a:hover {
  color: inherit;
}

.sikca-sorulan-sorular {
  width: 85%;
  margin: 0 auto;
}
.sikca-sorulan-sorular .list-item {
  padding: 0 30px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #853735;
  margin-bottom: 50px;
}
.sikca-sorulan-sorular .list-item h4 {
  color: #853735;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  line-height: 33px;
  border-bottom: 1px solid #853735;
}
.sikca-sorulan-sorular .list-item p {
  margin-top: 20px;
  font-size: 18px;
}

.thx_con .top {
  position: relative;
}
.thx_con .top p {
  font-size: 32px;
  color: white;
  text-align: center;
  font-family: "Arial";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thx_con .top p span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  font-family: "Arial";
  margin-bottom: 10px;
}
.thx_con .top p strong {
  font-family: "ArnoPro";
  font-size: 50px;
  margin-top: 30px;
  display: block;
  font-style: italic;
  letter-spacing: 5px;
}
.thx_con .bottom {
  width: 100%;
  margin-top: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.thx_con .bottom img {
  width: 250px;
}

@media screen and (max-width: 1800px) {
  .expectations h2 {
    font-size: 75px;
  }
}
@media screen and (max-width: 1700px) {
  header ul li {
    padding: 5px 15px;
  }

  .text-area.mt-600 {
    margin: 400px auto 100px;
  }

  .apartment-types .apartments-slider .item .text-col .top strong {
    font-size: 35px;
  }
  .apartment-types .apartments-slider .item .text-col .top strong span {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .apartment-types .apartments-slider .item .text-col .top p {
    font-size: 22px;
    margin-top: 30px;
  }
  .apartment-types .apartments-slider .item .text-col .bottom span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1600px) {
  .expectations h2 {
    font-size: 65px;
  }
  .expectations .expectations-slider .item p {
    font-size: 22px;
  }
  .expectations .expectations-slider .item p span {
    font-size: 30px;
  }

  .iframe {
    height: 500px !important;
  }
}
@media screen and (max-width: 1500px) {
  header {
    padding: 30px 75px;
  }
  header ul li {
    padding: 5px 10px;
    font-size: 14px;
  }

  .text-area.mt-600 {
    margin: 350px auto 100px;
  }

  .expectations h2 {
    width: 85%;
  }
  .expectations .expectations-slider .item {
    width: 85%;
  }

  .form-wrapper {
    width: 90%;
  }

  .apartment-types .apartments-slider .item .text-col .top strong {
    font-size: 30px;
  }
  .apartment-types .apartments-slider .item .text-col .top strong span {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .apartment-types .apartments-slider .item .text-col .top p {
    font-size: 17px;
    margin-top: 30px;
  }
  .apartment-types .apartments-slider .item .text-col .bottom span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) {
  a.logo {
    width: 125px;
  }

  header {
    padding: 30px 75px;
  }
  header ul li {
    padding: 5px 10px;
  }

  .text-area.mt-600 {
    margin: 300px auto 100px;
  }

  .expectations h2 {
    width: 90%;
    font-size: 60px;
  }
  .expectations .expectations-slider .item {
    width: 90%;
  }
  .expectations .expectations-slider .item p {
    font-size: 20px;
  }
  .expectations .expectations-slider .item p span {
    font-size: 30px;
  }

  .apartment-types {
    width: 90%;
  }

  .sales-offices .sales-offices-header {
    width: 90%;
  }
  .sales-offices .sales-office-content {
    width: 90%;
  }
}
@media screen and (max-width: 1150px) {
  header ul li {
    padding: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 0 20px;
  }
  header ul {
    display: none;
  }
  header ul li {
    padding: 10px;
  }
  header .hamburger-menu {
    position: fixed;
    z-index: 5;
    left: 0px;
    width: 100%;
    height: 0vh;
    top: -120vh;
    background-color: #853735;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
  }
  header .hamburger-menu.active {
    display: block;
    top: 0px;
    height: 100vh;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
  }
  header .hamburger-menu.active ul {
    display: block;
    margin-top: 50px;
  }
  header .hamburger-menu.active ul li {
    padding: 15px 0;
    width: 75%;
    margin: 0 auto;
    font-size: 20px;
    border-bottom: 1px solid #b4a58c;
    font-family: "ArnoPro";
  }
  header .hamburger-menu.active .contact {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 25px auto;
    width: 75%;
  }
  header .hamburger-menu.active .contact p {
    font-size: 20px;
    font-weight: bold;
    color: #b4a58c;
  }
  header .hamburger-menu.active .contact a {
    color: white;
    font-size: 18px;
    font-weight: bold;
  }
  header .hamburger-menu.active .contact .hamburger-menu-social-media-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
  }
  header .hamburger-menu.active .contact .hamburger-menu-social-media-wrapper a img {
    width: 30px;
  }
  header .hamburger-menu.active .closeBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  header .hamburger-menu.active .closeBtn:before, header .hamburger-menu.active .closeBtn:after {
    content: "";
    position: absolute;
    top: 15px;
    width: 30px;
    height: 2px;
    background-color: white;
  }
  header .hamburger-menu.active .closeBtn:before {
    transform: rotate(45deg);
  }
  header .hamburger-menu.active .closeBtn:after {
    transform: rotate(-45deg);
  }
  header .menuBtn {
    display: block;
    width: 30px;
  }
  header .menuBtn.active span:nth-child(1) {
    transform: rotate(45deg) translateY(10px);
    -webkit-transform: rotate(45deg) translateY(10px);
    -moz-transform: rotate(45deg) translateY(10px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .menuBtn.active span:nth-child(2) {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .menuBtn.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-10px);
    -webkit-transform: rotate(-45deg) translateY(-10px);
    -moz-transform: rotate(-45deg) translateY(-10px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .menuBtn span {
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
    background-color: #fff;
    display: block;
  }

  .head h1 {
    font-size: 40px;
    width: 70%;
  }
  .head h1 span {
    font-size: 20px;
  }

  .text-area {
    margin: 50px auto;
    line-height: 30px;
  }
  .text-area.mt-600 {
    margin: 220px auto 100px;
  }
  .text-area h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .text-area p {
    font-size: 16px;
    width: 90%;
  }
  .text-area .line {
    margin: 20px auto;
  }

  .image-wrapper .small {
    width: 90%;
  }
  .image-wrapper .small.smallImage {
    width: 55%;
    top: 115%;
  }
  .image-wrapper p {
    font-size: 23px;
    letter-spacing: 10px;
  }

  .plaj-content strong {
    font-size: 28px;
    padding-right: 0;
  }
  .plaj-content .beaches {
    width: 95%;
  }
  .plaj-content .beaches a {
    font-size: 14px;
    width: 30%;
    white-space: nowrap;
    text-align: center;
    padding: 10px 0 0;
  }
  .plaj-content .beaches a.active {
    font-size: 16px;
    padding: 10px 0 5px;
  }

  .expectations h2 {
    font-size: 50px;
  }
  .expectations .expectations-slider .item img {
    width: 400px;
  }
  .expectations .expectations-slider .item p {
    font-size: 20px;
  }
  .expectations .expectations-slider .item p span {
    font-size: 30px;
  }

  .plaj-content-items.mt-20 {
    margin-top: 20px;
  }

  .expectations h2 {
    font-size: 30px;
  }
  .expectations .item {
    flex-direction: column-reverse;
  }
  .expectations .item img {
    width: 100% !important;
    margin-top: 20px;
  }
  .expectations .item p {
    font-size: 18px;
    width: 100% !important;
    padding: 0 !important;
  }
  .expectations .item p span {
    font-size: 25px;
  }

  .explore h2 {
    font-size: 40px;
  }
  .explore p {
    font-size: 25px;
  }
  .explore .iframe {
    width: 100%;
  }

  .owl-nav {
    top: 105%;
    right: 50%;
    transform: translateX(50%);
  }
  .owl-nav .owl-prev::after {
    width: 40px;
    height: 40px;
  }
  .owl-nav .owl-next::after {
    width: 40px;
    height: 40px;
  }

  .apartment-types h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .apartment-types .apartments-slider .item {
    flex-direction: column;
  }
  .apartment-types .apartments-slider .item .text-col {
    width: 100%;
  }
  .apartment-types .apartments-slider .item .text-col .bottom a {
    padding: 15px 50px;
  }
  .apartment-types .apartments-slider .item .img-col {
    width: 100%;
    margin-top: 50px;
  }
  .apartment-types .apartments-slider .item .img-col img {
    height: 100%;
  }
  .apartment-types .owl-nav {
    top: 105%;
    right: 50%;
    transform: translateX(50%);
  }
  .apartment-types .owl-nav .owl-prev::after {
    width: 40px;
    height: 40px;
  }
  .apartment-types .owl-nav .owl-next::after {
    width: 40px;
    height: 40px;
  }

  .transport {
    margin-top: 125px;
  }
  .transport h2 {
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
  }
  .transport .transport-content {
    flex-direction: column;
    align-items: center;
  }
  .transport .transport-content .item {
    margin-bottom: 30px;
    height: auto;
    width: 100%;
  }
  .transport .transport-content .item img {
    width: 60px;
    margin-bottom: 10px;
  }

  .sales-offices .sales-offices-header {
    flex-direction: column;
    align-items: center;
  }
  .sales-offices .sales-offices-header h2 {
    margin-bottom: 20px;
  }
  .sales-offices .sales-offices-header .sales-office-tab {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .sales-offices .sales-offices-header .sales-office-tab a {
    width: 48%;
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sales-offices .sales-office-content {
    margin: 10px auto;
  }
  .sales-offices .sales-office-content .sales-office-item .item {
    text-align: center;
  }
  .sales-offices .sales-office-content .sales-office-item .item a {
    margin: 0 auto;
  }
  .sales-offices .sales-office-content .sales-office-item .owl-nav {
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
  }
  .sales-offices .sales-office-content .sales-office-item .owl-nav .owl-prev::after {
    width: 40px;
    height: 40px;
  }
  .sales-offices .sales-office-content .sales-office-item .owl-nav .owl-next::after {
    width: 40px;
    height: 40px;
  }

  .form-wrapper {
    width: 90%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 125px;
  }
  .form-wrapper .inputs-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .form-wrapper .inputs-wrapper .input-wrapper {
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
  }
  .form-wrapper .inputs-wrapper .input-wrapper input, .form-wrapper .inputs-wrapper .input-wrapper select, .form-wrapper .inputs-wrapper .input-wrapper .iti {
    margin-right: 0 !important;
    width: 100% !important;
    margin-bottom: 25px;
  }
  .form-wrapper .inputs-wrapper .input-wrapper span.error {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: -15px;
  }
  .form-wrapper .inputs-wrapper .input-wrapper span.error#soyad-error {
    left: 0;
    margin-top: -15px;
  }
  .form-wrapper .inputs-wrapper .input-wrapper span.error#telefon-error {
    left: 0;
    margin-top: 15px;
  }
  .form-wrapper .kvkkwrapper {
    width: 100%;
    margin-top: 20px;
    margin-left: 0 !important;
  }
  .form-wrapper .submitBtn {
    height: max-content;
    margin-top: 25px;
  }

  .f-16 {
    font-size: 0.9rem !important;
  }

  footer .footer-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .footer-content a.logo {
    margin-bottom: 20px;
  }
  footer .footer-content ul {
    margin: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .text-area.mt-600 {
    margin: 150px auto 100px;
  }
}