@charset "UTF-8";
*, *: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;
  scroll-behavior: smooth;
  scroll-margin-top: 100px;
}

#proje, #merak-edilenler {
  scroll-margin-top: 50px;
}

body {
  font-family: "Mulish";
  scroll-behavior: smooth;
  background-color: #E8E8E8;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

p {
  color: #1D1D1B;
  font-weight: 500;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

.container {
  padding: 0 240px;
  margin: 0 auto;
}
.container.big {
  padding: 0 240px 0 60px;
}

.openForm {
  position: fixed;
  right: 20px;
  top: 40%;
  z-index: 99;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: #001A4E;
  padding: 10px 25px;
  color: white;
  font-weight: 700;
  transform: rotate(-90deg);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid white;
}
.openForm svg {
  width: 20px;
  transform: rotate(85deg);
  -webkit-transform: rotate(85deg);
  -moz-transform: rotate(85deg);
}

.form-holder {
  background-color: #001A4E;
  width: 400px;
  position: fixed;
  right: -450px;
  z-index: 99;
  padding: 20px 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form-holder.active {
  right: 0;
}
.form-holder .form-close {
  position: absolute;
  left: -20px;
  top: 10px;
  width: 40px;
  height: 40px;
  background-color: white;
  font-size: 18px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-holder .form-inner p {
  font-size: 20px;
  color: white;
  text-align: center;
  margin-bottom: 15px;
}
.form-holder .form-inner ul li {
  width: 85%;
  height: 50px;
  margin: 5px auto;
}
.form-holder .form-inner ul li.tel .intl-tel-input.separate-dial-code .selected-flag {
  height: 35px !important;
  top: 5px;
  width: 80px;
}
.form-holder .form-inner ul li.tel .mobileCodeList {
  height: 35px !important;
  top: 6px;
  left: 90px !important;
  border: none;
  outline: none;
}
.form-holder .form-inner ul li.tel .flag-container {
  left: 10px;
}
.form-holder .form-inner ul li.tel input {
  height: 50px;
  padding-left: 100px !important;
}
.form-holder .form-inner ul li.tel #mobileCodeListSelect + #Telefon {
  padding-left: 150px !important;
}
.form-holder .form-inner ul li.check {
  margin: 3px auto;
  height: 30px;
}
.form-holder .form-inner ul li input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: 1px solid white;
  color: white;
  padding: 10px;
}
.form-holder .form-inner ul li input::placeholder {
  color: white;
}
.form-holder .form-inner ul li .agree {
  margin-bottom: 0;
}
.form-holder .form-inner ul li .agree input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
}
.form-holder .form-inner ul li .agree label {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 25px;
  position: relative;
  color: #fff;
  font-size: 0.8em;
}
.form-holder .form-inner ul li .agree label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #717171;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.form-holder .form-inner ul li .agree label a {
  text-decoration: underline;
}
.form-holder .form-inner ul li .agree input[type=checkbox]:checked + label:before {
  border: 1px solid #fff;
  content: "✓";
}
.form-holder .form-inner ul li .form-submit {
  background-color: #B18F61;
  color: white;
  margin-top: 10px;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
}

header {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  z-index: 9;
}
header.scrooled {
  background: #001A4E;
}
header.subpage {
  background: #001A4E;
  top: 0;
}
header .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .container a.logo {
  z-index: 9;
  width: 150px;
}
header .container a.logo svg {
  width: 100%;
  height: auto;
  object-fit: contain;
}
header .container ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  z-index: 9;
}
header .container ul li a {
  padding: 0 20px;
  color: white;
  font-size: 18px;
  font-weight: 700;
}
header .container .header-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  z-index: 9;
}
header .container .header-actions a.btn {
  background-color: #B18F61;
  color: white;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 5px 50px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Segoe UI", sans-serif;
}
header .container .header-actions .menu {
  display: none;
  width: 30px;
  cursor: pointer;
  margin-left: 20px;
}
header .container .header-actions .menu.active span:first-child {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
}
header .container .header-actions .menu.active span:nth-child(2) {
  opacity: 0;
}
header .container .header-actions .menu.active span:last-child {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
}
header .container .header-actions .menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
header .container .header-actions .menu span:last-child {
  margin-bottom: 0;
}
header .container .header-menu {
  display: none;
  background-color: #001A4E;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
header .container .header-menu ul {
  display: block;
  margin-left: 50px;
}
header .container .header-menu ul li {
  list-style-type: square;
  margin-bottom: 20px;
}
header .container .header-menu ul li a {
  padding: 0px;
  font-size: 20px;
}
header .container .header-menu ul li::marker {
  color: #B18F61;
}
header .container .header-menu .contact {
  margin: 0 auto;
}
header .container .header-menu .contact .top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
header .container .header-menu .contact .top a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
header .container .header-menu .contact .top a:first-child {
  margin-right: 25px;
}
header .container .header-menu .contact .top a:last-child svg {
  width: 25px;
  height: 25px;
}
header .container .header-menu .contact .top a svg {
  width: 30px;
  height: 30px;
}
header .container .header-menu .contact .top a span {
  font-weight: 700;
  margin-left: 7px;
  font-size: 23px;
}
header .container .header-menu .contact .bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
header .container .header-menu .contact .bottom a {
  margin-right: 15px;
}
header .container .header-menu .contact .bottom a img {
  width: 40px;
  height: 40px;
}

.head {
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
.head .item {
  height: 100%;
}
.head picture {
  display: block;
  height: 100%;
}
.head img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}
.head::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(46deg, rgba(0, 26, 78, 0.6) 0%, rgba(0, 26, 78, 0.35) 35%, rgba(0, 26, 78, 0) 100%);
}
.head .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 240px;
}
.head .content .hero-title, .head .content .hero-subtitle, .head .content .vade {
  width: 550px;
  color: white;
  display: block;
}
.head .content .hero-title {
  font-size: 45px;
}
.head .content .hero-title span {
  font-family: "Playfair Display";
  font-size: 80px;
}
.head .content .hero-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 100px;
}
.head .content .vade {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: #001A4E;
  padding: 35px 25px 25px;
  border: 1px solid #B18F61;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  width: max-content;
}
.head .content .vade p {
  font-size: 45px;
  text-align: center;
  line-height: 30px;
  padding: 0 20px;
  font-weight: 700;
  color: white;
}
.head .content .vade p:first-child {
  border-right: 1px solid white;
}
.head .content .vade p small {
  color: #B18F61;
  font-size: 24px;
  display: block;
  padding-top: 5px;
}

.overview {
  padding: 70px 0;
  background-color: #fff;
}
.overview .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.overview .container .text-area {
  width: 40%;
}
.overview .container .text-area small {
  font-size: 20px;
  font-weight: 800;
  color: #001A4E;
}
.overview .container .text-area h2 {
  font-family: "Playfair Display";
  font-size: 44px;
  color: #B18F61;
  position: relative;
  font-weight: 400;
}
.overview .container .text-area h2::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #B18F61;
  display: block;
  bottom: -20px;
  left: 0;
}
.overview .container .text-area p {
  font-size: 18px;
  margin-top: 25px;
  width: 75%;
  font-weight: 300;
}
.overview .container .overview-slider {
  width: 60%;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  overflow: hidden;
}
.overview .container .overview-slider .owl-nav {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
}
.overview .container .overview-slider .owl-nav .owl-next, .overview .container .overview-slider .owl-nav .owl-prev {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: url(../images/icons/right-arrow.svg) no-repeat #B18F61;
  background-size: 20px;
  background-position: center;
}
.overview .container .overview-slider .owl-nav .owl-prev {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
}
.overview .container .overview-slider .owl-dots {
  width: max-content;
  padding: 0 15px;
  height: 20px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  background-color: rgba(0, 26, 78, 0.6);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  top: 95%;
}
.overview .container .overview-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background-color: white;
  margin: 0 4px;
}
.overview .container .overview-slider .owl-dots .owl-dot.active {
  background-color: #B18F61;
}

.highlights {
  position: relative;
}
.highlights::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: white;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.highlights::after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #E8E8E8;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.highlights .container {
  z-index: 2;
  position: relative;
}
.highlights .container .highlights-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #001A4E;
  padding: 20px 0;
}
.highlights .container .highlights-wrapper .item {
  width: calc(100% / 5);
  border-right: 1px solid white;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.highlights .container .highlights-wrapper .item:last-child {
  border-right: 0;
}
.highlights .container .highlights-wrapper .item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0 auto;
}
.highlights .container .highlights-wrapper .item p {
  color: white;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}
.highlights .container .highlights-wrapper .item p span {
  display: block;
  color: #B18F61;
}

.info-text {
  text-align: center;
  margin: 100px auto 40px;
  width: 75%;
}
.info-text small {
  font-size: 20px;
  font-weight: 800;
  color: #001A4E;
}
.info-text h2 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 44px;
  color: #B18F61;
}
.info-text p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  font-weight: 300;
}

.apartment-types .container .apartment-types-content {
  background-color: white;
  padding: 30px;
}
.apartment-types .container .apartment-types-content .tab-btns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.apartment-types .container .apartment-types-content .tab-btns a {
  background-color: #E8E8E8;
  padding: 5px 30px;
  font-size: 22px;
}
.apartment-types .container .apartment-types-content .tab-btns a.active {
  background-color: #001A4E;
  color: white;
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content.active {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content .btn {
  background-color: #B18F61;
  color: white;
  padding: 5px 10px;
  margin-top: 30px;
  display: block;
  width: 75%;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  text-align: center;
  font-family: "Proza Libre";
  font-weight: 700;
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-left {
  width: 35%;
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-left h2 {
  font-size: 44px;
  font-family: "Playfair Display";
  font-weight: 400;
  color: #001A4E;
  position: relative;
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-left h2 span {
  font-size: 90px;
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-left h2::after {
  content: "";
  width: 150px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #B18F61;
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-left p {
  margin: 30px 0;
  font-weight: 300;
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right {
  width: 60%;
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right .apartmentTypesSlider .item a {
  display: block;
  height: 400px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  overflow: hidden;
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right .apartmentTypesSlider .item a img {
  height: 100%;
  object-fit: cover;
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right .apartmentTypesSliderThumb {
  margin: 30px auto;
  width: 80%;
  height: 70px;
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right .apartmentTypesSliderThumb .owl-item.current .item {
  border: 2px solid #B18F61;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right .apartmentTypesSliderThumb .owl-item.current .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right .apartmentTypesSliderThumb .owl-nav {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 125%;
  pointer-events: none;
  z-index: 2;
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right .apartmentTypesSliderThumb .owl-nav .owl-next, .apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right .apartmentTypesSliderThumb .owl-nav .owl-prev {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: url(../images/icons/right-arrow.svg) no-repeat #B18F61;
  background-size: 20px;
  background-position: center;
  pointer-events: auto;
  cursor: pointer;
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right .apartmentTypesSliderThumb .owl-nav .owl-prev {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
}
.apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right .btn {
  display: none;
}

.commonArea .items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.commonArea .items .item {
  width: 48%;
  margin-bottom: 40px;
  background-color: white;
  padding: 20px;
}
.commonArea .items .item .img-area {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.commonArea .items .item .img-area::before {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  z-index: 2;
  background: linear-gradient(180deg, rgba(29, 29, 27, 0.7) 0%, rgba(29, 29, 27, 0.5) 30%, rgba(29, 29, 27, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.commonArea .items .item .img-area span {
  position: absolute;
  top: 10px;
  left: 25px;
  color: white;
  z-index: 3;
  pointer-events: none;
}
.commonArea .items .item .text-area span {
  color: #B18F61;
  font-size: 32px;
  font-family: "Playfair Display";
  padding: 10px 10px 10px;
  display: block;
}
.commonArea .items .item .text-area hr {
  background-color: #E8E8E8;
  border: none;
  height: 2px;
  margin: 0 0 10px;
}
.commonArea .items .item .text-area p {
  font-size: 18px;
  line-height: 24px;
  padding: 0 10px;
  font-weight: 300;
}

.location {
  position: relative;
}
.location::after {
  content: "";
  width: 100%;
  height: 62%;
  background-color: #001A4E;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.location .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}
.location .container .map-area {
  width: 45%;
}
.location .container .map-area iframe {
  width: 100%;
  height: 100%;
}
.location .container .location-info {
  width: 50%;
}
.location .container .location-info small {
  font-size: 20px;
  font-weight: 800;
  color: #001A4E;
  display: block;
  margin-top: 50px;
}
.location .container .location-info h2 {
  color: #B18F61;
  font-size: 44px;
  font-family: "Playfair Display";
  font-weight: 400;
  padding: 15px 0;
}
.location .container .location-info p {
  font-size: 18px;
  font-weight: 300;
}
.location .container .location-info ul {
  width: 100%;
  margin: 50px auto 0;
}
.location .container .location-info ul li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B18F61;
  padding: 5px 0;
  color: white;
}
.location .container .location-info ul li::before {
  content: "■";
  color: #B18F61;
  margin-right: 10px;
  flex-shrink: 0;
  font-size: 1.1em;
}
.location .container .location-info ul li span {
  font-weight: 700;
}
.location .container .location-info ul li span:first-child {
  flex: 1;
}

.faqs {
  background-color: #001A4E;
  padding: 100px 0;
}
.faqs .text-content {
  text-align: center;
  color: white;
  margin-bottom: 30px;
  cursor: pointer;
  user-select: none;
}
.faqs .text-content small {
  font-size: 20px;
}
.faqs .text-content h2 {
  font-family: "Playfair Display";
  font-size: 44px;
  font-weight: 400;
}
.faqs .text-content .faq-arrow {
  display: block;
  margin-top: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.faqs .text-content.open .faq-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.faqs .faq {
  background-color: white;
  padding: 40px 60px;
}
.faqs .faq.hidden {
  display: none;
}
.faqs .faq .item {
  background-color: #f5f5f5;
  margin-bottom: 25px;
  width: 100%;
  border: 1px solid #DFDFDF;
  padding: 10px;
}
.faqs .faq .item.active thead tr th:first-child::after {
  bottom: 0px;
}
.faqs .faq .item.active thead tr th:last-child svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.faqs .faq .item.active thead tr th:last-child svg g {
  fill: #DFDFDF;
}
.faqs .faq .item.active tbody {
  display: table-row-group;
}
.faqs .faq .item thead {
  cursor: pointer;
}
.faqs .faq .item thead tr th:first-child {
  width: 40px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  color: #B18F61;
}
.faqs .faq .item thead tr th:first-child::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background-color: #E8E8E8;
}
.faqs .faq .item thead tr th:nth-child(2) {
  text-align: start;
  padding: 0 0 0 30px;
  color: #001A4E;
  font-weight: 300;
}
.faqs .faq .item thead tr th:last-child {
  width: 50px;
  height: 40px;
  border: 2px solid #DFDFDF;
  text-align: center;
  vertical-align: middle;
  padding: 6px;
}
.faqs .faq .item thead tr th:last-child svg {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.faqs .faq .item tbody {
  display: none;
}
.faqs .faq .item tbody tr td {
  padding: 15px 30px 30px;
  font-weight: 300;
  font-size: 15px;
  color: #1D1D1B;
}
.faqs .faq .item tbody tr td:last-child {
  border-top: 2px solid #E8E8E8;
  position: relative;
}
.faqs .faq .item tbody tr td:last-child p {
  width: 75%;
}
.faqs .faq .item tbody tr td:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 15px;
  width: 2px;
  background-color: #E8E8E8;
}

.contact-form-wrapper {
  position: relative;
  padding-bottom: 40px;
}
.contact-form-wrapper::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #001A4E;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.contact-form-wrapper .container {
  z-index: 2;
  position: relative;
}
.contact-form-wrapper .container .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  background-color: white;
  overflow: hidden;
}
.contact-form-wrapper .container .content .img-area {
  width: 50%;
  height: 100%;
}
.contact-form-wrapper .container .content .img-area img {
  height: 100%;
  object-fit: cover;
}
.contact-form-wrapper .container .content .form-inner {
  width: 40%;
  margin: 0 auto;
}
.contact-form-wrapper .container .content .form-inner small {
  font-size: 20px;
  font-weight: 800;
  color: #001A4E;
  display: block;
}
.contact-form-wrapper .container .content .form-inner h2 {
  font-size: 44px;
  font-family: "Playfair Display";
  font-weight: 400;
  color: #B18F61;
  padding: 5px 0;
}
.contact-form-wrapper .container .content .form-inner p {
  font-size: 18px;
  font-weight: 300;
}
.contact-form-wrapper .container .content .form-inner .contact_form {
  margin-top: 25px;
}
.contact-form-wrapper .container .content .form-inner .contact_form ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form-wrapper .container .content .form-inner .contact_form ul li {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}
.contact-form-wrapper .container .content .form-inner .contact_form ul li.w-50 {
  width: 49%;
}
.contact-form-wrapper .container .content .form-inner .contact_form ul li.check {
  margin-bottom: 10px;
  height: 20px;
}
.contact-form-wrapper .container .content .form-inner .contact_form ul li.email {
  margin-bottom: 0;
}
.contact-form-wrapper .container .content .form-inner .contact_form ul li.tel {
  position: relative;
}
.contact-form-wrapper .container .content .form-inner .contact_form ul li.tel .mobileCodeList {
  position: absolute;
  left: 83px;
  z-index: 1;
  top: 20px;
  background: transparent;
  border: none;
  outline: none;
}
.contact-form-wrapper .container .content .form-inner .contact_form ul li.tel .mobileCodeList + input {
  padding: 20px 20px 20px 140px !important;
}
.contact-form-wrapper .container .content .form-inner .contact_form ul li input {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.contact-form-wrapper .container .content .form-inner .contact_form ul li .agree {
  margin-bottom: 0;
}
.contact-form-wrapper .container .content .form-inner .contact_form ul li .agree input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
}
.contact-form-wrapper .container .content .form-inner .contact_form ul li .agree label {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 25px;
  position: relative;
  color: black;
  font-size: 0.8em;
}
.contact-form-wrapper .container .content .form-inner .contact_form ul li .agree label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #717171;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  color: black;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.contact-form-wrapper .container .content .form-inner .contact_form ul li .agree label a {
  text-decoration: underline;
}
.contact-form-wrapper .container .content .form-inner .contact_form ul li .agree input[type=checkbox]:checked + label:before {
  border: 1px solid black;
  content: "✓";
}
.contact-form-wrapper .container .content .form-inner .contact_form ul li .form-submit {
  background-color: #B18F61;
  color: white;
  margin-top: 30px;
  font-weight: 800;
  text-align: center;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.contact-form-wrapper .container .content .form-inner .contact_form ul li .intl-tel-input.allow-dropdown .flag-container, .contact-form-wrapper .container .content .form-inner .contact_form ul li .intl-tel-input.separate-dial-code .flag-container {
  width: 80px;
  height: 40px;
  top: 10px;
  margin-left: 5px;
}

.inputError {
  border: 1px solid red !important;
}

.radiovalidate {
  display: block;
  width: 25px;
  right: -10px;
  position: absolute;
  top: 15px;
}

.check {
  position: relative;
}

footer {
  background-color: white;
  padding: 20px 0;
}
footer .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
footer .container .left {
  padding: 20px 0 0 50px;
}
footer .container .left a {
  border-bottom: 2px solid #DFDFDF;
  display: block;
  padding-bottom: 10px;
  width: 180px;
}
footer .container .left a svg {
  width: 100%;
  height: auto;
}
footer .container .left p {
  text-align: center;
  margin-top: 10px;
  font-weight: 300;
}
footer .container ul li {
  border-bottom: 1px solid #DFDFDF;
  padding: 7px 10px;
}
footer .container ul li:first-child {
  display: none;
}
footer .container ul li:nth-child(2) {
  border-top: 1px solid #DFDFDF;
}
footer .container .contact {
  margin-top: 20px;
}
footer .container .contact .top a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #001A4E;
  font-weight: 900;
  text-align: start;
  margin-bottom: 25px;
}
footer .container .contact .top a img {
  width: 20px;
}
footer .container .contact .top a span {
  padding-left: 10px;
}
footer .container .contact .top a span span:first-of-type {
  display: none;
}
footer .container .contact .bottom {
  margin-top: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
footer .container .contact .bottom a {
  padding-right: 10px;
}
footer .container .right {
  margin-top: 20px;
}
footer .container .right a {
  display: block;
  width: 120px;
}

.owl-carousel {
  touch-action: pan-x;
  overscroll-behavior: contain;
}

.owl-carousel:not(.owl-loaded) {
  display: flex !important;
  overflow: hidden !important;
}

.owl-carousel:not(.owl-loaded) > .item:not(:first-child) {
  display: none !important;
}

.owl-carousel img.lazy {
  color: transparent;
}

.overview-slider:not(.owl-loaded) {
  aspect-ratio: 959/449;
  background: #f4f4f4;
}

.apartmentTypesSlider:not(.owl-loaded) {
  aspect-ratio: 874/498;
  background: #f4f4f4;
}

.ajaxloader {
  width: 80px;
  text-align: center;
  margin: auto;
}

.bubblingG {
  text-align: center;
  width: 80px;
  height: 50px;
}

.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 25px auto;
  background: #173c6e;
  -moz-border-radius: 50px;
  -moz-animation: bubblingG 1.3s infinite alternate;
  -webkit-border-radius: 50px;
  -webkit-animation: bubblingG 1.3s infinite alternate;
  -ms-border-radius: 50px;
  -ms-animation: bubblingG 1.3s infinite alternate;
  -o-border-radius: 50px;
  -o-animation: bubblingG 1.3s infinite alternate;
  border-radius: 50px;
  animation: bubblingG 1.3s infinite alternate;
}

#bubblingG_1 {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

#bubblingG_2 {
  -moz-animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  animation-delay: 0.39s;
}

#bubblingG_3 {
  -moz-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  animation-delay: 0.78s;
}

@-moz-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #173c6e;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    -moz-transform: translateY(-21px);
  }
}
@-webkit-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #173c6e;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    -webkit-transform: translateY(-21px);
  }
}
@-ms-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #173c6e;
    -ms-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    -ms-transform: translateY(-21px);
  }
}
@-o-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #173c6e;
    -o-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    -o-transform: translateY(-21px);
  }
}
@keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #173c6e;
    transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    transform: translateY(-21px);
  }
}
#etk_bilgilendirme, #bilgilendirme, #cerez-kullanimi {
  font-family: "Arial";
  margin: 150px auto 50px;
}
#etk_bilgilendirme strong, #bilgilendirme strong, #cerez-kullanimi strong {
  display: block;
  margin: 15px 0;
  font-weight: 700;
}
#etk_bilgilendirme p, #bilgilendirme p, #cerez-kullanimi p {
  margin: 15px 0;
}
#etk_bilgilendirme a.link, #bilgilendirme a.link, #cerez-kullanimi a.link {
  text-decoration: underline;
  color: inherit;
  font-weight: 700;
}

.cookie-table-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  font-family: sans-serif;
}

.cookie-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  font-size: 14px;
}

.cookie-table th, .cookie-table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
}

.cookie-table th {
  background-color: #f4f4f4;
  font-weight: bold;
}

@media screen and (max-width: 1730px) {
  .container {
    padding: 0 100px;
  }
  .container.big {
    padding: 0 100px 0 40px;
  }

  header .container ul li a {
    padding: 0 20px;
    color: white;
    font-size: 16px;
  }

  .head .content {
    padding: 0 180px;
  }

  .overview .container .overview-slider {
    width: 55%;
  }
}
@media screen and (max-width: 1500px) {
  .head .content {
    padding: 75px 100px 0;
  }
  .head .content .hero-title span {
    font-family: "Playfair Display";
    font-size: 50px;
  }
  .head .content .hero-subtitle {
    font-size: 20px;
    margin: 10px 0 60px;
  }
  .head .content .vade {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background-color: #001A4E;
    padding: 35px 25px 25px;
    border: 1px solid #B18F61;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    width: max-content;
  }
  .head .content .vade p {
    font-size: 35px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    color: white;
  }
  .head .content .vade p:first-child {
    border-right: 1px solid white;
    padding-right: 20px;
  }
  .head .content .vade p small {
    color: #B18F61;
    font-size: 24px;
    display: block;
  }
}
@media screen and (max-width: 1350px) {
  .container {
    padding: 0 50px;
  }
  .container.big {
    padding: 0 50px 0 40px;
  }

  header .container a.logo {
    width: 100px;
  }
  header .container ul li a {
    font-size: 16px;
  }

  .contact-form-wrapper .container .content .form-inner .contact_form {
    margin-top: 15px;
  }
  .contact-form-wrapper .container .content .form-inner .contact_form ul li {
    margin-bottom: 10px;
  }
  .contact-form-wrapper .container .content .form-inner .contact_form ul li .form-submit {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }
  .container.big {
    padding: 0 30px;
  }

  header .container a.logo svg {
    width: 100%;
  }
  header .container ul {
    display: none;
  }
  header .container .header-actions a.btn {
    padding: 5px 30px;
    font-size: 16px;
  }
  header .container .header-actions .menu {
    display: block;
  }
  header .container .header-menu {
    display: none;
  }
  header .container .header-menu.active {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 150px 0 50px;
  }

  .head {
    position: relative;
    height: calc(100vh - 40px);
    height: calc(100svh - 40px);
  }
  .head .content {
    width: 100%;
    height: 100%;
    padding: 100px 0 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .head .content .hero-title, .head .content .hero-subtitle {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }
  .head .content .hero-title {
    font-size: 25px;
  }
  .head .content .hero-title span {
    font-family: "Mulish";
    font-size: 30px;
  }
  .head .content .hero-subtitle {
    font-size: 16px;
    margin: 10px auto 0;
  }
  .head .content .vade {
    margin: auto auto 0;
    padding: 10px 15px;
    width: max-content;
  }
  .head .content .vade p {
    font-size: 25px;
    padding: 0 15px;
  }
  .head .content .vade p small {
    display: block;
    line-height: 1;
    font-size: 20px;
    padding-top: 0 !important;
  }

  .overview {
    padding: 40px 0;
  }
  .overview .container {
    flex-direction: column;
  }
  .overview .container .text-area {
    width: 100%;
    margin-bottom: 30px;
  }
  .overview .container .text-area h2 {
    font-size: 30px;
  }
  .overview .container .text-area p {
    width: 100%;
  }
  .overview .container .overview-slider {
    width: 100%;
  }
  .overview .container .overview-slider .owl-dots {
    top: 90%;
  }
  .overview .container .overview-slider .item img {
    height: 100%;
    height: 200px;
    object-fit: cover;
  }

  .highlights .container {
    padding: 0;
  }
  .highlights .container .highlights-wrapper .item {
    width: auto !important;
    padding: 0 5px;
    border-right: none;
  }
  .highlights .container .highlights-wrapper .item p {
    font-size: 14px;
  }
  .highlights .container .highlights-wrapper .owl-item .item {
    border-right: 1px solid white;
  }
  .highlights .container .highlights-wrapper .owl-item:last-child .item {
    border-right: none;
  }

  .info-text {
    width: 100%;
    margin: 40px auto;
  }
  .info-text.small h2 {
    white-space: nowrap;
    font-size: 26px;
  }
  .info-text.small p {
    font-size: 16px;
  }
  .info-text h2 {
    font-size: 30px;
  }

  .apartment-types .container .apartment-types-content .tab-btns {
    justify-content: center;
  }
  .apartment-types .container .apartment-types-content .tab-content-container .tab-content {
    flex-direction: column;
    padding-left: 0;
  }
  .apartment-types .container .apartment-types-content .tab-content-container .tab-content .btn {
    font-size: 14px;
    width: max-content;
    padding: 10px 25px;
    white-space: nowrap;
    margin: 50px auto 0;
  }
  .apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-left {
    width: 100%;
  }
  .apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-left h2 {
    font-size: 25px;
    text-align: center;
    margin-top: 10px;
    order: 1;
  }
  .apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-left h2 span {
    font-size: 25px;
    padding-right: 5px;
    font-family: "Mulish";
  }
  .apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-left h2 br {
    display: none;
  }
  .apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-left h2::after {
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
  }
  .apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-left p {
    text-align: center;
    order: 2;
  }
  .apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-left .btn {
    display: none;
  }
  .apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right {
    width: 100%;
    order: 3;
  }
  .apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right .apartmentTypesSlider .item a {
    height: 250px;
  }
  .apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right .apartmentTypesSliderThumb {
    height: 40px;
    width: 75%;
  }
  .apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right .apartmentTypesSliderThumb .owl-nav {
    width: 135%;
  }
  .apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right .apartmentTypesSliderThumb .owl-nav .owl-prev, .apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right .apartmentTypesSliderThumb .owl-nav .owl-next {
    width: 25px;
    height: 25px;
    background-size: 15px;
  }
  .apartment-types .container .apartment-types-content .tab-content-container .tab-content .content-right .btn {
    display: block;
  }

  .commonArea .items .item {
    width: 80%;
    margin: 0 auto 40px;
    padding: 10px;
    height: 400px;
  }
  .commonArea .items .item .img-area span {
    left: 15px;
    font-size: 14px;
  }
  .commonArea .items .item .text-area span {
    font-size: 16px;
    padding: 10px 5px 10px;
  }
  .commonArea .items .item .text-area p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px 10px;
  }
  .commonArea .items .owl-nav {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    position: absolute;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 110%;
  }
  .commonArea .items .owl-nav .owl-next, .commonArea .items .owl-nav .owl-prev {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: url(../images/icons/right-arrow.svg?v=1) no-repeat #B18F61;
    background-size: 20px;
    background-position: center;
  }
  .commonArea .items .owl-nav .owl-prev {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
  }

  .location::after {
    height: 60%;
  }
  .location .container {
    flex-direction: column;
  }
  .location .container .map-area {
    width: 100%;
    order: 4;
  }
  .location .container .map-area iframe {
    width: 100%;
    height: 300px;
  }
  .location .container .location-info {
    width: 100%;
    display: contents;
  }
  .location .container .location-info small {
    order: 1;
    margin-top: 0;
    text-align: center;
  }
  .location .container .location-info h2 {
    order: 2;
    font-size: 25px;
    margin: 0;
    padding: 5px 0;
    text-align: center;
  }
  .location .container .location-info p {
    order: 3;
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
  }
  .location .container .location-info .location-info-list {
    order: 5;
    width: 100%;
  }
  .location .container .location-info .location-info-list ul {
    width: 100%;
    margin: 25px auto 0;
  }
  .location .container .location-info .location-info-list ul li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #B18F61;
    padding: 5px 0;
    color: white;
  }
  .location .container .location-info .location-info-list ul li::before {
    content: "■";
    color: #B18F61;
    margin-right: 10px;
    flex-shrink: 0;
    font-size: 1.1em;
  }
  .location .container .location-info .location-info-list ul li span:first-child {
    flex: 1;
  }

  .faqs {
    padding: 50px 0;
  }
  .faqs .text-content small {
    font-size: 16px;
    font-weight: 900;
  }
  .faqs .text-content h2 {
    font-size: 25px;
  }
  .faqs .faq {
    background-color: white;
    padding: 25px;
  }
  .faqs .faq .item {
    min-height: 85px;
  }
  .faqs .faq .item.active thead tr th:nth-child(2) {
    padding: 15px 0 15px 15px;
  }
  .faqs .faq .item thead tr th:nth-child(2) {
    padding: 5px 5px 5px 15px;
    font-size: 14px;
  }
  .faqs .faq .item thead tr th:last-child {
    width: 40px;
    height: 30px;
    padding: 3px;
  }
  .faqs .faq .item thead tr th:last-child svg {
    width: 20px;
    height: 20px;
  }
  .faqs .faq .item tbody {
    display: none;
  }
  .faqs .faq .item tbody tr td p {
    width: 100% !important;
  }
  .faqs .faq .item tbody tr td:last-child {
    padding: 15px 15px 30px;
  }

  .contact-form-wrapper {
    background-color: white;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .contact-form-wrapper::before {
    display: none;
  }
  .contact-form-wrapper .container {
    padding: 0;
  }
  .contact-form-wrapper .container .content {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  .contact-form-wrapper .container .content .img-area {
    width: 100%;
    height: auto;
    order: 4;
    margin: 30px 0 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
  }
  .contact-form-wrapper .container .content .img-area img {
    height: auto;
  }
  .contact-form-wrapper .container .content .form-inner {
    width: 100%;
    margin: 0 auto;
    display: contents;
  }
  .contact-form-wrapper .container .content .form-inner small {
    order: 1;
    font-size: 20px;
    color: #001A4E;
  }
  .contact-form-wrapper .container .content .form-inner h2 {
    order: 2;
    font-size: 44px;
    font-family: "Playfair Display";
    font-weight: 500;
    color: #B18F61;
  }
  .contact-form-wrapper .container .content .form-inner p {
    order: 3;
    font-size: 18px;
  }
  .contact-form-wrapper .container .content .form-inner .form {
    order: 5;
  }
  .contact-form-wrapper .container .content .form-inner .contact_form {
    margin-top: 25px;
    padding-bottom: 50px;
  }
  .contact-form-wrapper .container .content .form-inner .contact_form ul li.tel {
    margin-bottom: 20px;
  }
  .contact-form-wrapper .container .content .form-inner .contact_form ul li.tel input#Telefon {
    padding: 20px 20px 20px 90px !important;
  }
  .contact-form-wrapper .container .content .form-inner .contact_form ul li.tel .mobileCodeList + input#Telefon {
    padding: 20px 20px 20px 140px !important;
  }
  .contact-form-wrapper .container .content .form-inner .contact_form ul li .form-submit {
    margin-top: 45px;
    padding-bottom: 0;
    height: 30px;
  }

  footer {
    padding: 30px 0 100px;
  }
  footer .container {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
    grid-template-areas: "logo logo" "slogan slogan" "menu1 menu2" "menu1 menu2" "contact contact" "sinpas sinpas";
  }
  footer .container .left {
    display: contents;
  }
  footer .container .left a {
    grid-area: logo;
    border-bottom: none;
    padding-bottom: 0;
    margin: 0 auto;
  }
  footer .container .left p {
    grid-area: slogan;
    text-align: left;
    margin-top: 0;
    font-size: 11px;
    text-align: center;
    width: 100%;
  }
  footer .container .left p br {
    display: none;
  }
  footer .container ul:nth-of-type(1) {
    grid-area: menu1;
  }
  footer .container ul:nth-of-type(2) {
    grid-area: menu2;
  }
  footer .container ul li {
    padding: 10px 0;
    font-size: 12px;
  }
  footer .container ul li:first-child {
    display: block;
    border-bottom: 0;
    margin-bottom: 5px;
    font-weight: bold;
  }
  footer .container ul li a {
    font-size: 12px;
  }
  footer .container .right {
    grid-area: sinpas;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }
  footer .container .right a {
    width: 100px;
  }
  footer .container .contact {
    grid-area: contact;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  footer .container .contact .top {
    align-items: flex-end;
    margin-top: 20px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  footer .container .contact .top a {
    margin-right: 0 !important;
    font-size: 14px;
  }
  footer .container .contact .top a:last-child {
    margin-left: auto;
  }
  footer .container .contact .top a span {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  footer .container .contact .top a span span:first-child {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: black;
  }
  footer .container .contact .bottom {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  footer .container .contact .bottom a {
    padding-right: 0;
  }
  footer .container .contact .bottom svg {
    width: 30px;
    height: 30px;
  }

  .openForm {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    padding: 15px;
    transform: none !important;
    -webkit-transform: none !important;
    transform-origin: center center !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    z-index: 5;
  }
  .openForm svg {
    flex-shrink: 0;
    display: block;
    width: 25px;
  }
  .openForm svg g path#Path_8 {
    fill: #B18F61;
  }
  .openForm span {
    display: block;
    white-space: nowrap;
    line-height: 1;
  }

  .form-holder {
    width: 100%;
    right: -100%;
    top: unset;
    bottom: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .form-holder .form-close {
    left: 0px;
    top: 0px;
  }

  .cookie-table {
    min-width: 100%;
  }

  .cookie-table, .cookie-table thead, .cookie-table tbody, .cookie-table th, .cookie-table td, .cookie-table tr {
    display: block;
  }

  .cookie-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .cookie-table tr {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }

  .cookie-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 40%;
    text-align: left;
    white-space: normal;
  }

  .cookie-table td:last-child {
    border-bottom: none;
  }

  .cookie-table td::before {
    position: absolute;
    top: 12px;
    left: 15px;
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    color: #333;
  }

  .cookie-table td:nth-of-type(1)::before {
    content: "Çerez Adı";
  }

  .cookie-table td:nth-of-type(2)::before {
    content: "Açıklama";
  }

  .cookie-table td:nth-of-type(3)::before {
    content: "Kategori";
  }

  .cookie-table td:nth-of-type(4)::before {
    content: "Domain";
  }

  .cookie-table td:nth-of-type(5)::before {
    content: "Saklanma Süresi";
  }

  .cookie-table td:nth-of-type(6)::before {
    content: "Çerez Türü";
  }
}