@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*, *: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;
  font-display: swap;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  box-shadow: none;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 12px auto;
  padding-right: 30px;
}

body {
  font-family: "Montserrat";
  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 {
  color: inherit;
}
a.link {
  text-decoration: underline;
  font-weight: bold;
}
a.link:hover {
  color: #414042 !important;
  text-decoration: underline;
}

html.is-locked,
body.is-locked {
  overflow: hidden !important;
  height: 100vh !important;
  touch-action: none !important;
  overscroll-behavior: none !important;
}

.font-nexa-regular {
  font-family: "Montserrat" !important;
  font-style: normal !important;
}

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

.mt-50 {
  margin-top: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

ul.list {
  margin: 5px 15px;
  list-style-type: disc;
}
ul.list li {
  list-style-type: disc;
  color: #414042;
}

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

.hidden {
  display: none !important;
}

.fancybox-container {
  z-index: 9999999999;
}

.fancybox-content {
  max-height: unset;
}

header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 100px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9;
}
header a {
  color: white;
  display: block;
  width: 100%;
}
header a:hover {
  color: white;
}
header.dark {
  top: 0;
  background-color: #ece7dd;
}
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: "Montserrat";
  font-weight: bold;
}
header .hamburger-menu {
  display: none;
}
header .menuBtn {
  display: none;
}

.head {
  height: 100vh;
}
.head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

#contact_form_2 {
  text-align: center !important;
}
#contact_form_2 .row {
  flex-direction: column;
}
#contact_form_2 .row .col-lg-6 {
  width: 100% !important;
}

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;
  font-size: 20px !important;
}
main.small-content section ul.line li {
  list-style-type: "- ";
  color: #414042 !important;
  font-size: 20px !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: 25px;
}

.text-area {
  text-align: center;
  margin: 100px auto;
  line-height: 40px;
}
.text-area.mt-600 {
  margin: 500px auto 100px;
}
.text-area h1, .text-area h2, .text-area strong, .text-area .title {
  font-family: "ArnoPro";
  display: block;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 6px;
  color: #853735;
  margin-bottom: 50px;
  font-weight: 600;
  font-style: italic;
}
.text-area h1.font-regular, .text-area h2.font-regular, .text-area strong.font-regular, .text-area .title.font-regular {
  font-family: "Montserrat" !important;
  font-weight: 500;
  font-size: 40px;
  font-style: normal;
  line-height: 40px;
}
.text-area h1.font-regular.letter-spacing, .text-area h2.font-regular.letter-spacing, .text-area strong.font-regular.letter-spacing, .text-area .title.font-regular.letter-spacing {
  letter-spacing: 2px;
}
.text-area h1.not-ithalic, .text-area h2.not-ithalic, .text-area strong.not-ithalic, .text-area .title.not-ithalic {
  font-style: normal !important;
}
.text-area h1.arno-pro, .text-area h2.arno-pro, .text-area strong.arno-pro, .text-area .title.arno-pro {
  font-family: "ArnoPro Normal";
  font-style: normal !important;
  font-weight: 500;
  letter-spacing: 3px;
}
.text-area p {
  color: #414042;
  font-size: 26px;
  width: 70%;
  margin: 0 auto;
}
.text-area p span {
  color: #853735;
  font-family: "Montserrat";
  font-weight: 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, .image-wrapper h2, .image-wrapper h3 {
  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;
  font-size: 35px;
  line-height: 35px;
}
.plaj-content .beaches a:hover {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
  border-top: 5px solid #853735;
  border-bottom: 5px solid #853735;
}
.plaj-content .beaches a.active {
  font-size: 38px;
  line-height: 38px;
  font-weight: bold;
  border-top: 4px solid #853735;
  border-bottom: 4px solid #853735;
}
.plaj-content .beaches a.active:hover {
  font-size: 42px;
  line-height: 42px;
  border-top: 5px solid #853735;
  border-bottom: 5px 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;
  color: white;
  background-color: #853735;
  width: 100%;
  text-align: center;
  margin: 30px auto;
  padding: 80px 0 60px;
}
.expectations h2 strong {
  display: block;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 55px;
}
.expectations h2 span {
  display: block;
  font-family: "ArnoPro";
  font-size: 55px;
  letter-spacing: 5px;
}
.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: "Montserrat";
  width: 60%;
}
.expectations .expectations-slider .item p span {
  color: #853735;
  display: block;
  font-family: "Montserrat";
  font-weight: 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(https://cdn.sinpasyts.com/sinpasreserve/assets/img/icon/left-arrow.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  display: block;
}
.owl-nav .owl-next::after {
  content: "";
  background: url(https://cdn.sinpasyts.com/sinpasreserve/assets/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 25px;
}
.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 h2.normal {
  font-family: "ArnoPro Normal";
}
.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 h3 {
  font-size: 40px;
  color: #853735;
  font-weight: bold;
}
.apartment-types .apartments-slider .item .text-col .top h3 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(https://cdn.sinpasyts.com/sinpasreserve/assets/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(https://cdn.sinpasyts.com/sinpasreserve/assets/img/icon/right-arrow-white.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.blogSlider {
  width: 100%;
  position: relative;
  height: calc(100vh - var(--header-height));
  overflow: hidden;
}
.blogSlider .item {
  width: 100%;
  height: 100vh;
  position: relative;
}
.blogSlider .item img {
  filter: brightness(0.5);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogSlider .item .content {
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translateX(-50%) translateY(-47%);
  padding: 10px;
  color: white;
}
.blogSlider .item .content h2 {
  font-family: "ArnoPro Normal";
  font-size: 50px;
  font-style: normal !important;
}
.blogSlider .item .content p {
  font-size: 24px;
}
.blogSlider .item .content a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: max-content;
}
.blogSlider .item .content a span {
  padding: 10px 50px 6px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: white;
  color: #414042;
  font-weight: bold;
}
.blogSlider .owl-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 90%;
}
.blogSlider .owl-nav .owl-prev::after {
  background: url(https://cdn.sinpasyts.com/sinpasreserve/assets/img/icon/left-arrow-white.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
.blogSlider .owl-nav .owl-next::after {
  background: url(https://cdn.sinpasyts.com/sinpasreserve/assets/img/icon/right-arrow-white.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
.blogSlider .owl-dots {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.blogSlider .owl-dots .owl-dot {
  width: 35px;
  height: 5px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #a59e9a;
  margin: 0 10px;
}
.blogSlider .owl-dots .owl-dot.active {
  height: 7px;
  width: 50px;
  background-color: #fff;
}

.blogContentHead {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--header-height));
  overflow: hidden;
}
.blogContentHead img {
  width: 100%;
  filter: brightness(0.5);
}
.blogContentHead .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 75%;
  padding: 0;
  color: white;
}
.blogContentHead .content h1 {
  font-family: "ArnoPro Normal";
  font-size: 50px;
  font-style: normal !important;
  max-width: 600px;
  margin: 0;
}

.blogs-wrapper {
  width: 75%;
  margin: 50px auto;
}
.blogs-wrapper .category {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.blogs-wrapper .category a {
  margin: 0 15px;
  background-color: #b4a58c;
  color: white;
  font-weight: bold;
  padding: 10px 30px 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-wrap: nowrap;
}
.blogs-wrapper .category a.active {
  background-color: #853735;
}
.blogs-wrapper .blogs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blogs-wrapper .blogs .item {
  width: 48%;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
  display: block;
}
.blogs-wrapper .blogs .item:hover {
  border: 1px solid #853735;
}
.blogs-wrapper .blogs .item:hover::after {
  background: rgba(235, 227, 213, 0.5);
  height: 100%;
}
.blogs-wrapper .blogs .item:hover img {
  filter: blur(2px) grayscale(20%);
  opacity: 0.6;
}
.blogs-wrapper .blogs .item:hover p {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 100%;
  color: #853735;
  bottom: auto;
}
.blogs-wrapper .blogs .item:hover p span {
  display: block;
}
.blogs-wrapper .blogs .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.blogs-wrapper .blogs .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogs-wrapper .blogs .item p {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 30px 70px;
  z-index: 2;
}
.blogs-wrapper .blogs .item p strong {
  display: block;
  font-size: 35px;
  font-family: "ArnoPro Normal";
  margin-bottom: 10px;
}
.blogs-wrapper .blogs .item p span {
  display: none;
}

.breadcrumb {
  width: 75%;
  margin: 50px auto;
}
.breadcrumb a {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 5px;
  position: relative;
  margin: 0 20px 0 0;
}
.breadcrumb a:last-child::after {
  content: "";
}
.breadcrumb a::after {
  content: ">";
  position: absolute;
  right: -15px;
}

.blog-content {
  width: 75%;
  margin: 50px auto;
}
.blog-content h1 {
  font-family: "ArnoPro Normal";
  font-size: 50px;
  color: #853735;
}
.blog-content h2 {
  color: #853735;
  font-size: 25px;
  margin: 30px 0;
}
.blog-content p {
  font-size: 20px;
  margin: 30px 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.blog-content ul {
  margin: -10px 40px;
}
.blog-content ul.mb {
  margin: -10px 40px 20px;
}
.blog-content ul li {
  font-size: 20px;
  list-style-type: disc;
}
.blog-content img {
  width: auto;
  margin: 0 auto;
  display: block;
}

.sss-title {
  font-family: "Montserrat";
  font-weight: bold;
}

.blog-sss .item {
  margin-bottom: 30px;
}
.blog-sss .item strong {
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: bold;
}
.blog-sss .item p {
  margin: 20px 0;
}

.blog-detail-slider {
  width: 85%;
  margin: 50px auto;
}
.blog-detail-slider .item {
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  display: block;
  height: 400px;
}
.blog-detail-slider .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-detail-slider .item:hover {
  border: 1px solid #853735;
}
.blog-detail-slider .item:hover::after {
  background: rgba(235, 227, 213, 0.5);
  height: 100%;
}
.blog-detail-slider .item:hover img {
  filter: blur(2px) grayscale(20%);
  opacity: 0.6;
}
.blog-detail-slider .item:hover p {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 100%;
  color: #853735;
  bottom: auto;
}
.blog-detail-slider .item:hover p span {
  display: block;
}
.blog-detail-slider .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.blog-detail-slider .item p {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 40px;
  z-index: 2;
}
.blog-detail-slider .item p strong {
  display: block;
  font-size: 35px;
  font-family: "ArnoPro Normal" !important;
  margin-bottom: 10px;
}
.blog-detail-slider .item p span {
  font-size: 18px;
  display: none;
}
.blog-detail-slider .owl-nav {
  width: 112%;
  justify-content: space-between;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
}

.devremulk-slider {
  position: relative;
}
.devremulk-slider .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  top: 22%;
  text-align: center;
}
.devremulk-slider .content h1, .devremulk-slider .content h2 {
  color: #853735;
  font-size: 60px;
  font-family: "ArnoPro Normal";
}
.devremulk-slider .owl-nav {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  top: 60%;
  width: 85%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.devremulk-slider .owl-nav .owl-prev::after {
  background: url(https://cdn.sinpasyts.com/sinpasreserve/assets/img/icon/left-arrow-white.png) no-repeat;
  background-size: contain;
}
.devremulk-slider .owl-nav .owl-next::after {
  background: url(https://cdn.sinpasyts.com/sinpasreserve/assets/img/icon/right-arrow-white.png) no-repeat;
  background-size: contain;
}

.makes-unique {
  background-color: #fff;
  padding: 50px;
}
.makes-unique h2 {
  text-align: center;
  color: #853735;
  font-size: 44px;
  font-family: "ArnoPro Normal";
  margin-bottom: 50px;
  display: block;
}
.makes-unique .items-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.makes-unique .items-wrapper .item {
  background-color: #ece7dd;
  width: calc((100% / 3) - 50px);
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.makes-unique .items-wrapper .item .img-area {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background-color: #fff;
  border: 7px solid #ece7dd;
  position: absolute;
  top: -30px;
  left: -30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.makes-unique .items-wrapper .item .img-area img {
  width: 75%;
  height: 75%;
  object-fit: contain;
}
.makes-unique .items-wrapper .item .content {
  padding: 50px 30px 15px;
}
.makes-unique .items-wrapper .item .content h3 {
  color: #853735;
  font-size: 20px;
  font-family: "Montserrat";
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.makes-unique .items-wrapper .item .content p {
  font-size: 20px;
}

.avantage {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 85%;
  margin: 50px auto;
}
.avantage .img-col {
  width: 50%;
}
.avantage .text-col {
  width: 50%;
  padding: 0 50px;
}
.avantage .text-col h2 {
  font-family: "ArnoPro Normal";
  font-size: 40px;
  color: #853735;
  display: block;
  margin: 30px 0 20px;
  font-weight: bold;
}
.avantage .text-col p {
  font-size: 22px;
}

#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: 10px !important;
}
.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: "Montserrat";
  font-weight: bold;
  margin: 0 0 10px;
}
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: "Montserrat";
  font-weight: bold;
}
footer .footer-content ul li a:hover {
  color: inherit;
}

.sikca-sorulan-sorular {
  width: 85%;
  margin: 0 auto;
}
.sikca-sorulan-sorular h1 {
  color: #853735 !important;
}
.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 h2 {
  color: #853735;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  padding: 20px 0 0;
  line-height: 33px;
  border-bottom: 1px solid #853735;
  font-family: "Montserrat";
  font-weight: bold;
}
.sikca-sorulan-sorular .list-item p {
  margin-top: 20px;
  font-size: 18px;
}

body[data-role=details] .detail-content {
  width: 83%;
  margin: 40px auto;
}
body[data-role=details] .detail-content p {
  color: #414042;
  font-size: 22px;
}

.devremulk-detail-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.devremulk-detail-header h1 {
  font-size: 45px;
}
.devremulk-detail-header h1 span {
  display: block;
  font-size: 28px;
}
.devremulk-detail-header .info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border: 1px solid #853735;
}
.devremulk-detail-header .info p {
  color: #41455f !important;
  text-align: center;
  border-right: 1px solid #853735;
  padding: 0 30px;
  font-size: 20px;
  margin: 0;
}
.devremulk-detail-header .info p:last-child {
  border-right: 0;
}
.devremulk-detail-header .info p span {
  display: block;
}

.present .item {
  border-top: 1px solid #853735;
  padding: 25px 30px;
}
.present .item:last-child {
  border-bottom: 1px solid #853735;
}
.present .item strong {
  font-size: 22px;
  color: #853735;
}
.present .item p {
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 500;
}

.devremulk-detail-wrapper {
  margin: 100px auto 100px !important;
}
.devremulk-detail-wrapper h2 {
  color: #853735;
  text-align: center;
  font-family: "ArnoPro";
  font-size: 50px;
}
.devremulk-detail-wrapper .devremulk-detail-apartment-types {
  margin: 0 auto;
}
.devremulk-detail-wrapper .devremulk-detail-apartment-types .owl-stage-outer {
  padding: 20px 10px;
}
.devremulk-detail-wrapper .devremulk-detail-apartment-types .item {
  width: 475px;
  overflow: hidden;
  border: 1px solid #853735;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.devremulk-detail-wrapper .devremulk-detail-apartment-types .item:hover span {
  color: #414042 !important;
}
.devremulk-detail-wrapper .devremulk-detail-apartment-types .item span {
  padding: 20px;
  display: block;
  background-color: white;
  font-size: 18px;
  font-weight: 500;
}
.devremulk-detail-wrapper .devremulk-detail-apartment-types .owl-nav {
  justify-content: space-between;
  width: 110%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  pointer-events: none;
}
.devremulk-detail-wrapper .devremulk-detail-apartment-types .owl-nav .owl-next, .devremulk-detail-wrapper .devremulk-detail-apartment-types .owl-nav .owl-prev {
  background-color: white;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  pointer-events: all;
}
.devremulk-detail-wrapper .devremulk-detail-apartment-types .owl-nav .owl-next::after {
  content: "";
  display: block;
  background: url(../img/icon/right-arrow-long.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}
.devremulk-detail-wrapper .devremulk-detail-apartment-types .owl-nav .owl-prev::after {
  content: "";
  display: block;
  background: url(../img/icon/left-arrow-long.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

.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;
}

a.cookie-content {
  text-decoration: underline;
}
a.cookie-content:hover {
  color: #414042;
}

.fancybox-content {
  max-width: 85%;
  max-height: 85%;
}

#cerez-kullanimi {
  z-index: 999999;
}
#cerez-kullanimi ul {
  margin: 20px 0 20px 20px;
}
#cerez-kullanimi ul li {
  list-style-type: disc;
}
#cerez-kullanimi ul li ul {
  margin: 10px 10px 10px;
}

.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;
}

#izinKampanya-error, #aydinlatma-metni-error, #izinKvkk-error {
  color: transparent;
}

@media screen and (max-width: 1800px) {
  .devremulk-detail-apartment-types .item {
    width: 425px !important;
  }
  .devremulk-detail-apartment-types .item span {
    font-size: 16px;
  }
}
@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 h3 {
    font-size: 35px;
  }
  .apartment-types .apartments-slider .item .text-col .top h3 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;
  }

  .blogs-wrapper {
    width: 85%;
  }

  .blog-detail-slider .item p {
    padding: 20px;
    font-size: 16px !important;
  }
  .blog-detail-slider .item p strong {
    display: block;
    font-size: 35px !important;
  }
}
@media screen and (max-width: 1600px) {
  .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 .expectations-slider .item {
    width: 85%;
  }

  .form-wrapper {
    width: 90%;
  }

  .apartment-types .apartments-slider .item .text-col .top h3 {
    font-size: 30px;
  }
  .apartment-types .apartments-slider .item .text-col .top h3 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;
  }

  .blogs-wrapper .item p {
    padding: 20px 40px !important;
    font-size: 15px;
  }
  .blogs-wrapper .item p strong {
    font-size: 28px !important;
  }

  .blog-detail-slider .item p {
    font-size: 14px;
    padding: 15px;
  }
  .blog-detail-slider .item p strong {
    font-size: 22px;
  }

  .blogSlider .item .content {
    transform: translateX(-50%) translateY(-52%);
  }

  .makes-unique .items-wrapper {
    width: 85%;
  }
  .makes-unique .items-wrapper .item {
    width: calc((100% / 3) - 40px);
  }

  .avantage .text-col {
    padding: 0 0 0 50px;
  }
  .avantage .text-col h2 {
    font-size: 35px;
  }
  .avantage .text-col p {
    font-size: 19px;
  }

  .devremulk-detail-apartment-types .item {
    width: 350px !important;
    margin: 0 15px 0 0px;
  }
  .devremulk-detail-apartment-types .item span {
    font-size: 14px !important;
  }
  .devremulk-detail-apartment-types .owl-nav {
    width: 112% !important;
  }
}
@media screen and (max-width: 1420px) {
  .blogSlider .item .content {
    transform: translateX(-50%) translateY(-45%);
  }
}
@media screen and (max-width: 1400px) {
  .devremulk-detail-apartment-types .item {
    width: 300px !important;
  }
  .devremulk-detail-apartment-types .item span {
    font-size: 12px;
  }
  .devremulk-detail-apartment-types .owl-nav {
    width: 112%;
  }
}
@media screen and (max-width: 1345px) {
  .devremulk-detail-header {
    flex-direction: column;
  }
  .devremulk-detail-header .info {
    width: max-content;
    margin: 20px 0;
  }
  .devremulk-detail-header .info p {
    padding: 25px;
  }
}
@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 .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: 1250px) {
  .thx_con .top {
    position: relative;
  }
  .thx_con .top img {
    height: 70vh;
  }
  .thx_con .top p {
    font-size: 25px;
  }
  .thx_con .top p span {
    font-size: 22px;
  }
  .thx_con .top p strong {
    font-size: 40px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1185px) {
  header ul li {
    padding: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #window-foot-bar {
    width: 100%;
  }

  .lead-form-popup {
    display: block;
    width: 100% !important;
    text-align: center;
  }

  .p-lg-3 {
    padding: 0rem !important;
  }

  .devremulk-slider .content {
    top: 50%;
    text-align: center;
  }
  .devremulk-slider .content h1, .devremulk-slider .content h2 {
    font-size: 35px;
  }
  .devremulk-slider .owl-nav {
    top: 50%;
  }

  .makes-unique .items-wrapper {
    width: 90%;
    flex-direction: column;
  }
  .makes-unique .items-wrapper .item {
    width: 100%;
    margin-bottom: 75px;
  }
  .makes-unique .items-wrapper .item:last-child {
    margin-bottom: 0;
  }

  .avantage {
    flex-direction: column;
  }
  .avantage .img-col {
    width: 100%;
  }
  .avantage .text-col {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .avantage .text-col h2 {
    font-size: 35px;
  }
  .avantage .text-col p {
    font-size: 19px;
  }

  .sikca-sorulan-sorular {
    margin: 140px auto 100px !important;
  }
  .sikca-sorulan-sorular h1 {
    font-size: 30px !important;
  }
  .sikca-sorulan-sorular .mt-50 {
    margin-top: 25px !important;
  }

  .fancybox-content {
    max-width: 90%;
    max-height: 90%;
    padding: 40px 15px;
  }

  header {
    padding: 20px;
  }
  header.dark .menuBtn span {
    background-color: #8F6D50;
  }
  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 {
    height: auto;
  }

  .text-area {
    margin: 50px auto;
    line-height: 30px;
  }
  .text-area.mt-600 {
    margin: 280px auto 100px;
  }
  .text-area h1, .text-area h2, .text-area strong, .text-area .title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .text-area h1.font-regular, .text-area h2.font-regular, .text-area strong.font-regular, .text-area .title.font-regular {
    font-size: 23px;
    line-height: 23px;
  }
  .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, .image-wrapper h2, .image-wrapper h3 {
    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: 13px;
    width: 30%;
    white-space: nowrap;
    text-align: center;
    padding: 10px 0 0;
  }
  .plaj-content .beaches a.active {
    font-size: 15px;
    padding: 10px 0 5px;
  }

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

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

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

  .owl-nav {
    top: 103%;
    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%;
    text-align: center;
    padding-right: 0;
  }
  .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: 103%;
    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;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
  }
  .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;
  }

  .cookie {
    width: 90%;
  }

  #cerez-kullanimi {
    width: 95%;
    word-break: break-all;
  }
  #cerez-kullanimi.fancybox-content {
    padding: 40px 10px !important;
  }

  .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: 45%;
    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ü";
  }

  .blogSlider .item {
    height: 85vh;
  }
  .blogSlider .item img {
    object-fit: cover;
    height: 100%;
  }
  .blogSlider .item .content {
    width: 70%;
    left: 50%;
    top: 64%;
    height: 300px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .blogSlider .item .content h2 {
    font-size: 25px;
  }
  .blogSlider .item .content p {
    font-size: 16px;
  }
  .blogSlider .item .content a {
    margin-top: auto;
  }
  .blogSlider .item .content a span {
    padding: 8px 25px 5px;
    font-size: 14px;
  }
  .blogSlider .owl-nav .owl-prev::after {
    width: 35px;
    height: 35px;
  }
  .blogSlider .owl-nav .owl-next::after {
    width: 35px;
    height: 35px;
  }
  .blogSlider .owl-dots .owl-dot {
    width: 25px;
    height: 5px;
  }
  .blogSlider .owl-dots .owl-dot.active {
    width: 30px;
  }

  .blogContentHead .content h1 {
    font-size: 35px;
    width: 100%;
    text-align: center;
  }

  .blogs-wrapper .category {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blogs-wrapper .category a {
    width: 48%;
    font-size: 12px;
    text-align: center;
    margin: 0 0 10px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blogs-wrapper .blogs .item {
    width: 100% !important;
    height: 250px;
  }
  .blogs-wrapper .blogs .item::after {
    height: 100%;
  }
  .blogs-wrapper .blogs .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .blogs-wrapper .blogs .item p {
    font-size: 14px;
    padding: 10px 30px 0 !important;
  }
  .blogs-wrapper .blogs .item p strong {
    font-size: 22px !important;
  }

  .blog-content {
    width: 90%;
  }
  .blog-content h1 {
    font-size: 30px;
  }
  .blog-content p, .blog-content strong {
    font-size: 18px;
  }

  .breadcrumb {
    width: 90%;
    margin: 50px auto 0;
  }
  .breadcrumb a {
    font-size: 12px;
  }
  .breadcrumb a::after {
    top: 0;
  }

  .blog-detail-slider {
    width: 75%;
  }
  .blog-detail-slider .item {
    height: 400px;
  }
  .blog-detail-slider .item::after {
    height: 100%;
  }
  .blog-detail-slider .item p {
    font-size: 13px;
  }
  .blog-detail-slider .item p strong {
    font-size: 22px;
  }
  .blog-detail-slider .owl-nav {
    width: 130%;
  }

  body[data-role=details] .detail-content {
    width: 90%;
    margin: 40px auto;
  }
  body[data-role=details] .detail-content p {
    color: #414042;
    font-size: 20px;
  }

  .present .item {
    padding: 25px;
  }
  .present .item strong {
    font-size: 20px;
    color: #853735;
  }
  .present .item p {
    margin: 10px 0 0;
    font-size: 18px;
  }

  .devremulk-detail-header h1 {
    font-size: 2rem;
  }
  .devremulk-detail-header .info {
    flex-direction: column;
    width: 100%;
  }
  .devremulk-detail-header .info p {
    border-right: 0;
    border-bottom: 1px solid #853735;
  }
  .devremulk-detail-header .info p:last-child {
    border-bottom: 0;
  }

  .devremulk-detail-wrapper {
    margin: 50px auto 150px !important;
  }
  .devremulk-detail-wrapper h2 {
    font-size: 26px;
  }
  .devremulk-detail-wrapper .devremulk-detail-apartment-types .owl-item {
    padding-right: 15px;
  }
  .devremulk-detail-wrapper .devremulk-detail-apartment-types .item {
    width: 70% !important;
    margin: 0 auto;
  }
  .devremulk-detail-wrapper .devremulk-detail-apartment-types .owl-nav {
    width: 100% !important;
  }
  .devremulk-detail-wrapper .devremulk-detail-apartment-types .owl-nav .owl-next, .devremulk-detail-wrapper .devremulk-detail-apartment-types .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
  }
  .devremulk-detail-wrapper .devremulk-detail-apartment-types .owl-nav .owl-next::after {
    width: 15px;
    height: 15px;
  }
  .devremulk-detail-wrapper .devremulk-detail-apartment-types .owl-nav .owl-prev::after {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 850px) {
  .text-area.mt-600 {
    margin: 200px auto 100px;
  }
}
@media screen and (max-width: 600px) {
  .text-area.mt-600 {
    margin: 150px auto 100px;
  }
}