@charset "UTF-8";
:root {
  --pembe: #CA7795;
  --pbg: #CA7795;
  --beyaz: #fff;
  --pbeyaz: #fff;
  --bg: #fff;
  --siyah: #000;
  --psiyah: #000;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  user-select: none;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-family: "Play", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--siyah);
  background: var(--bg);
}
@media (min-width: 0) {
  html,
body {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  html,
body {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  html,
body {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  html,
body {
    font-size: 18px;
  }
}

input,
textarea,
select {
  font-family: "Play", sans-serif;
}

.bg {
  background-position: center center !important;
  background-attachment: scroll !important;
  background-size: cover !important;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../icons/fa-regular-400.eot");
  src: url("../icons/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../icons/fa-regular-400.woff2") format("woff2"), url("../icons/fa-regular-400.woff") format("woff"), url("../icons/fa-regular-400.ttf") format("truetype"), url("../icons/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../icons/fa-solid-900.eot");
  src: url("../icons/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../icons/fa-solid-900.woff2") format("woff2"), url("../icons/fa-solid-900.woff") format("woff"), url("../icons/fa-solid-900.ttf") format("truetype"), url("../icons/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../icons/fa-brands-400.eot");
  src: url("../icons/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../icons/fa-brands-400.woff2") format("woff2"), url("../icons/fa-brands-400.woff") format("woff"), url("../icons/fa-brands-400.ttf") format("truetype"), url("../icons/fa-brands-400.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@media (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 3px;
    border-radius: 3px;
  }

  ::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: var(--bg);
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: var(--pbg);
  }
}
.anaslider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.anaslider .swiper-wrapper {
  height: 100%;
}
.anaslider .swiper-pagination {
  bottom: 130px;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .anaslider .swiper-pagination {
    bottom: 120px;
  }
}
@media (max-width: 1200px) {
  .anaslider .swiper-pagination {
    bottom: 90px;
  }
}
@media (max-width: 576px) {
  .anaslider .swiper-pagination {
    bottom: 60px;
  }
}
.anaslider .swiper-pagination-bullet {
  width: 22px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2) !important;
  margin: 0 5px !important;
  transition: 0.5s;
  opacity: 1;
  border-radius: 10px;
}
@media (max-width: 1400px) {
  .anaslider .swiper-pagination-bullet {
    height: 5px;
  }
}
.anaslider .swiper-pagination-bullet-active {
  width: 44px;
  background: var(--pembe) !important;
}

.header {
  display: grid;
  grid-template-columns: calc((100% / 2) - 125px) 250px calc((100% / 2) - 125px);
  height: 100px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1400px) {
  .header {
    grid-template-columns: calc((100% / 2) - 110px) 220px calc((100% / 2) - 110px);
    height: 80px;
  }
}
@media (max-width: 1200px) {
  .header {
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0 10px;
  }
}

.hsol {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .hsol {
    width: auto;
  }
}

.hsag {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-around;
  padding: 0 25px;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .hsag {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .hsag {
    width: auto;
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .hsag {
    padding: 0;
  }
}

.logo {
  padding: 0 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .logo {
    max-width: 180px;
  }
}
@media (max-width: 576px) {
  .logo {
    max-width: 140px;
  }
}
.logo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.menu-header-menu-container {
  width: 100%;
  padding: 0 25px;
  height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .menu-header-menu-container {
    padding: 0 10px;
  }
}
@media (max-width: 1200px) {
  .menu-header-menu-container {
    position: fixed;
    left: 0;
    top: 0;
    background: var(--siyah);
    max-width: 270px;
    padding: 0;
    transform: translateX(-350px);
    transition: 300ms transform;
  }
}
.menu-header-menu-container > ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .menu-header-menu-container > ul {
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px 0;
    overflow: auto;
  }
}
.menu-header-menu-container > ul > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .menu-header-menu-container > ul > li {
    height: auto;
    width: 100%;
    flex-direction: column;
  }
}
.menu-header-menu-container > ul > li > a {
  color: var(--siyah);
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 0;
  height: 100%;
}
@media (max-width: 1400px) {
  .menu-header-menu-container > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .menu-header-menu-container > ul > li > a {
    color: var(--beyaz);
    width: 100%;
    justify-content: center;
    padding: 10px 0;
  }
}
.menu-header-menu-container > ul > li:hover > a {
  color: var(--pembe);
}
.menu-header-menu-container > ul > li ul {
  position: absolute;
  left: 0;
  top: 130%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  background: var(--pembe);
  padding: 10px;
  transition: 0.5s;
}
@media (max-width: 1400px) {
  .menu-header-menu-container > ul > li ul {
    padding: 4px;
  }
}
@media (max-width: 1200px) {
  .menu-header-menu-container > ul > li ul {
    top: 0 !important;
    pointer-events: all;
    position: relative !important;
    opacity: 1 !important;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.menu-header-menu-container > ul > li ul::before {
  content: "";
  border: 12px solid transparent;
  border-bottom: 12px solid var(--pembe);
  position: absolute;
  left: 50px;
  top: -20px;
}
@media (max-width: 1400px) {
  .menu-header-menu-container > ul > li ul::before {
    left: 20px;
  }
}
@media (max-width: 1200px) {
  .menu-header-menu-container > ul > li ul::before {
    left: 50%;
    margin-left: -12px;
  }
}
.menu-header-menu-container > ul > li ul li {
  white-space: nowrap;
  color: var(--beyaz);
}
@media (max-width: 1200px) {
  .menu-header-menu-container > ul > li ul li {
    width: 100%;
    white-space: normal;
  }
}
.menu-header-menu-container > ul > li ul li a {
  color: var(--beyaz);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
@media (max-width: 1400px) {
  .menu-header-menu-container > ul > li ul li a {
    padding: 8px 12px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .menu-header-menu-container > ul > li ul li a {
    padding: 10px;
    font-size: 14px;
    z-index: 1;
    position: relative;
    border-radius: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.menu-header-menu-container > ul > li ul li a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-size: 14px;
  border: 0;
  text-decoration: none;
  margin-right: 11px;
}
@media (max-width: 1400px) {
  .menu-header-menu-container > ul > li ul li a::before {
    font-size: 12px;
    margin-right: 7px;
  }
}
@media (max-width: 1200px) {
  .menu-header-menu-container > ul > li ul li a::before {
    font-size: 10px;
    margin-right: 7px;
    display: none;
  }
}
.menu-header-menu-container > ul > li ul li a:hover {
  background: rgba(255, 255, 255, 0.16);
}
.menu-header-menu-container > ul > li:hover ul {
  opacity: 1;
  pointer-events: all;
  top: 100%;
}

.menu-item-has-children > a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-size: 14px;
  border: 0;
  text-decoration: none;
  margin-left: 9px;
}
@media (max-width: 1200px) {
  .menu-item-has-children > a::after {
    display: none;
  }
}

.mac {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .mac {
    display: none;
  }
}
.mac em {
  width: 25px;
  height: 3px;
  border-radius: 2px;
  background: var(--siyah);
  margin: 2px 0;
}

.butonlar {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .butonlar {
    margin-left: 20px;
  }
}
@media (max-width: 992px) {
  .butonlar {
    margin-left: 15px;
  }
}
@media (max-width: 576px) {
  .butonlar:first-child {
    margin-left: 0;
  }
}
.butonlar span {
  display: flex;
  align-items: center;
  /*&::after{
    content: "";
    width: 1px;
    height: 34px;
    margin-left: 29px;
    background: #eee;
  }*/
}
@media (max-width: 992px) {
  .butonlar span {
    border: 1px solid var(--pembe);
    width: 35px;
    height: 35px;
    justify-content: center;
    border-radius: 100%;
  }
}
.butonlar span i {
  font-size: 16px;
  color: var(--siyah);
}
@media (max-width: 1400px) {
  .butonlar span i {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .butonlar span i {
    color: var(--pembe);
  }
}
.butonlar span b {
  margin-left: 12px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .butonlar span b {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .butonlar span b {
    display: none;
  }
}
.butonlar span b a {
  color: var(--siyah);
}
.butonlar span b a:hover {
  color: var(--pembe);
}

.sosyal {
  display: flex;
  height: 100%;
  align-items: center;
  /*&::after{
    content: "";
    width: 1px;
    height: 34px;
    margin-left: 29px;
    background: #eee;
  }*/
}
@media (max-width: 1200px) {
  .sosyal {
    margin-left: 20px;
  }
}
@media (max-width: 576px) {
  .sosyal {
    display: none;
  }
}
.sosyal a {
  width: 34px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--siyah);
}
@media (max-width: 1400px) {
  .sosyal a {
    width: auto;
    padding: 0 7px;
    font-size: 14px;
  }
}
.sosyal a:hover {
  color: var(--pembe);
}

.info {
  position: relative;
}
.info::before {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  font-size: 13px;
  transform: translateX(-50%);
  bottom: -43px;
  background: var(--pembe);
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  color: var(--beyaz);
  padding: 0 20px;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .info::before {
    padding: 0 8px;
    font-size: 12px;
    font-weight: 700;
  }
}
.info::after {
  content: "";
  border: 5px solid transparent;
  border-bottom: 5px solid var(--pembe);
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
.info:hover::before {
  bottom: -28px;
  opacity: 1;
}
.info:hover::after {
  bottom: 0;
  opacity: 1;
}

.dil {
  height: 100%;
  position: relative;
}
.dil ul {
  position: absolute;
  right: 0;
  top: 120%;
  background: var(--pembe);
  transition: 300ms all;
  min-width: 100%;
  pointer-events: none;
  opacity: 0;
}
.dil ul li {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}
.dil ul li a {
  padding: 10px 15px;
  color: var(--beyaz);
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.dil ul li a::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 300ms all;
  background: rgba(255, 255, 255, 0.2);
}
.dil ul li a:hover::before {
  width: 100%;
}
.dil span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dil span b {
  font-size: 18px;
  font-weight: 400;
  color: var(--siyah);
}
.dil span i {
  font-size: 14px;
  margin-left: 11px;
}
.dil:hover ul {
  opacity: 1;
  top: 100%;
  pointer-events: all;
}

.hmalan {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .hmalan {
    width: auto;
  }
  .hmalan em {
    width: 0;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    transition: 300ms all;
  }
  .hmalan.hmaktif em {
    width: 100%;
  }
  .hmalan.hmaktif .menu-header-menu-container {
    transform: translateX(0);
  }
}

.slideralani {
  width: 100%;
  position: relative;
}

.sic {
  width: 100%;
  height: 847px;
  position: relative;
}
@media (max-width: 1400px) {
  .sic {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .sic {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .sic {
    height: 430px;
  }
}
@media (max-width: 576px) {
  .sic {
    height: 330px;
  }
}
.sic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
}

.aileri {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: var(--beyaz);
  z-index: 1;
  transition: 300ms color;
}
@media (max-width: 1400px) {
  .aileri {
    width: 60px;
    height: 60px;
    font-size: 18px;
    right: 15px;
  }
}
@media (max-width: 992px) {
  .aileri {
    width: 40px;
    height: 40px;
    font-size: 14px;
    right: 10px;
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .aileri {
    width: 35px;
    right: 0;
    border-radius: 10px 0 0 10px;
  }
}
.aileri:hover {
  color: var(--pembe);
}

.ageri {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: var(--beyaz);
  z-index: 1;
  transition: 300ms color;
}
@media (max-width: 1400px) {
  .ageri {
    width: 60px;
    height: 60px;
    font-size: 18px;
    left: 15px;
  }
}
@media (max-width: 992px) {
  .ageri {
    width: 40px;
    height: 40px;
    font-size: 14px;
    left: 10px;
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .ageri {
    width: 35px;
    left: 0;
    border-radius: 0 10px 10px 0;
  }
}
.ageri:hover {
  color: var(--pembe);
}

.sliderorta {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: 0;
  top: 0;
}

.soic {
  width: 100%;
  max-width: 700px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .soic {
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .soic {
    max-width: 550px;
  }
}
@media (max-width: 576px) {
  .soic {
    padding: 0 15px 40px;
    max-width: 350px;
  }
}
.soic img {
  max-width: 50%;
  max-height: 150px;
}
.soic span {
  font-size: 104px;
  font-weight: 400;
  line-height: 90px;
  color: var(--beyaz);
  margin-top: 10px;
}
@media (max-width: 1400px) {
  .soic span {
    font-size: 80px;
    line-height: 65px;
  }
}
@media (max-width: 992px) {
  .soic span {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .soic span {
    font-size: 36px;
    line-height: 30px;
    margin-top: 5px;
  }
}

.stitle {
  font-size: 76px;
  font-weight: 400;
  line-height: 68px;
  text-transform: uppercase;
  color: var(--pembe);
  margin-top: 32px;
  position: relative;
}
@media (max-width: 1400px) {
  .stitle {
    font-size: 59px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .stitle {
    font-size: 44px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .stitle {
    font-size: 27px;
    line-height: 24px;
  }
}
.stitle::before {
  content: attr(data-yazi);
  position: absolute;
  left: 7px;
  top: -55px;
  white-space: nowrap;
  font-size: 28px;
  color: var(--beyaz);
  text-transform: capitalize;
}
@media (max-width: 1400px) {
  .stitle::before {
    font-size: 20px;
    top: -42px;
  }
}
@media (max-width: 992px) {
  .stitle::before {
    font-size: 16px;
    top: -32px;
  }
}
@media (max-width: 576px) {
  .stitle::before {
    font-size: 14px;
    top: -25px;
    left: 0;
  }
}

.rezervasyon {
  max-width: 730px;
  width: 100%;
  margin: -61px auto 0;
}
.rezervasyon .wpcf7{
  width: 100%;
}
.rezervasyon .wpcf7 form{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .rezervasyon {
    max-width: 600px;
    margin: -41px auto 0;
  }
}
@media (max-width: 768px) {
  .rezervasyon {
    max-width: 550px;
  }
}
@media (max-width: 576px) {
  .rezervasyon {
    max-width: 100%;
    padding: 0 15px;
    margin: -30px auto 0;
  }
}

.ralan {
  width: calc(50% - 15px);
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .ralan {
    width: calc(50% - 10px);
  }
}
@media (max-width: 576px) {
  .ralan {
    width: 100%;
    margin-bottom: 5px;
  }
}
.ralan .wpcf7-not-valid-tip {
  position: absolute;
  pointer-events: none;
  font-size: 13px;
  font-weight: 700;
  color: orangered;
  right: 0;
  top: 0;
  text-align: right;
  padding-right: 7px;
  padding-top: 5px;
  text-transform: uppercase;
}

.ralan .wpcf7-form-control-wrap{
  display: block;
}

.tarih .wpcf7-not-valid-tip {
  position: absolute;
  pointer-events: none;
  font-size: 13px;
  font-weight: 700;
  color: orangered;
  right: 0;
  top: 0;
  text-align: right;
  padding-right: 7px;
  padding-top: 5px;
  text-transform: uppercase;
}

.tarih .wpcf7-form-control-wrap{
  display: block;
  position: static;
}

.arezervasyon {
  position: relative;
  z-index: 1;
}

.tarih {
  width: 100%;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pembe);
  flex-direction: column;
}
@media (max-width: 992px) {
  .tarih {
    height: 100px;
  }
}
@media (max-width: 576px) {
  .tarih {
    position: relative;
    height: 80px;
  }
}
.tarih p:first-child {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: var(--psiyah);
}
@media (max-width: 992px) {
  .tarih p:first-child {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .tarih p:first-child {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    pointer-events: none;
  }
}
.tarih p:first-child i {
  font-size: 16px;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .tarih p:first-child i {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .tarih p:first-child i {
    font-size: 12px;
    margin-right: 5px;
  }
}

input[type=date] {
  position: relative;
  padding: 0 10px;
  text-transform: uppercase;
}

input[type=date]:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: var(--pbeyaz);
  font-size: 18px;
  border: 0;
  text-decoration: none;
  transform: rotate(-45deg);
  transition: 300ms all;
  position: absolute;
  right: 0;
}

input[type=date]:hover:after {
  color: var(--psiyah);
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
  cursor: pointer;
}

input[type=date]::-webkit-inner-spin-button {
  z-index: 0;
  display: none;
}

input[type=date]::-webkit-clear-button {
  display: none;
}

.calendar {
  background: none;
  border: 0;
  font-size: 24px;
  color: var(--pbeyaz);
  text-align: center;
  margin-top: 14px;
}
@media (max-width: 992px) {
  .calendar {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .calendar {
    font-size: 22px;
    margin-top: 0;
  }
}

.rtarih {
  width: calc(50% - 15px);
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .rtarih {
    width: calc(50% - 10px);
  }
}
@media (max-width: 576px) {
  .rtarih {
    width: 100%;
    padding-bottom: 5px;
  }
}

.rgrup {
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0;
  transition: 1500ms all;
}
.rgrup.rgaktif {
  height: auto;
  max-height: 750px;
}

.rtext {
  width: 100%;
  height: 78px;
  background: #000;
  color: #fff;
  border: 0;
  padding: 0 47px;
  line-height: 78px;
  font-size: 18px;
  font-weight: 400;
  transition: 300ms all;
  border-left: 0 solid var(--pembe);
}
@media (max-width: 992px) {
  .rtext {
    padding: 0 25px;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .rtext {
    padding: 0 20px;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
  }
}
.rtext::placeholder {
  color: #fff;
}
.rtext:focus {
  border-left: 5px solid var(--pembe);
}
.rtext:focus::placeholder {
  opacity: 0;
}

.rbalan {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 21px;
  position: relative;
}
@media (max-width: 992px) {
  .rbalan {
    padding-top: 10px;
  }
}

.rbuton {
  padding: 0 48px;
  line-height: 66px;
  cursor: pointer;
  border: 0;
  background: var(--pbg);
  color: var(--pbeyaz);
  height: 66px;
  font-size: 24px;
  border-radius: 33px;
  transition: 300ms background;
}
@media (max-width: 992px) {
  .rbuton {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
  }
}
@media (max-width: 576px) {
  .rbuton {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
}
.rbuton:hover {
  background: var(--siyah);
}

@media (max-width: 992px) {
  .nice-select {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nice-select .option {
    font-size: 15px;
    line-height: 35px;
    min-height: 35px;
  }
}
@media (max-width: 576px) {
  .nice-select {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nice-select .option {
    font-size: 14px;
    line-height: 33px;
    min-height: 33px;
  }
}
.baslik {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 992px) {
  .baslik {
    padding: 40px 0;
  }
}
.baslik img {
  max-width: 80px;
  height: auto;
}
@media (max-width: 992px) {
  .baslik img {
    max-width: 50px;
  }
}
.baslik p {
  font-size: 24px;
  font-weight: 400;
  color: var(--siyah);
  margin-top: 6px;
}
@media (max-width: 992px) {
  .baslik p {
    font-size: 18px;
  }
}

.btitle {
  font-size: 40px;
  font-weight: 700;
  color: var(--siyah);
  margin-top: 18px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .btitle {
    font-size: 30px;
    margin-top: 20px;
  }
}

.urun {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  .urun {
    padding-bottom: 15px;
  }
}
.urun p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 7px;
  line-height: 21px;
  color: #949494;
  max-height: 42px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .urun p {
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
  }
}
@media (max-width: 576px) {
  .urun p {
    display: none;
  }
}
.urun b {
  font-size: 24px;
  color: var(--pembe);
  margin-top: 9px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .urun b {
    font-size: 16px;
  }
}

.uresim {
  width: 100%;
  padding-bottom: 112%;
  position: relative;
  overflow: hidden;
}
.uresim::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--pembe);
  opacity: 0.59;
  transition: 300ms all;
  pointer-events: none;
  z-index: 1;
}
.uresim img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 500ms all;
}
.uresim:hover::before {
  width: 100%;
}
.uresim:hover img {
  transform: scale(1.1);
  transition: 3500ms all;
}

.uslider {
  width: 100%;
  overflow: hidden;
}

.usi {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 36%;
  right: -13px;
  transform: translateY(-50%);
  border-radius: 10px;
  background: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--beyaz);
  z-index: 1;
  transition: 300ms all;
}
@media (max-width: 1400px) {
  .usi {
    width: 46px;
    height: 46px;
    font-size: 18px;
    right: -8px;
  }
}
@media (max-width: 992px) {
  .usi {
    width: 40px;
    height: 40px;
    font-size: 14px;
    right: -5px;
    top: 32%;
  }
}
@media (max-width: 576px) {
  .usi {
    display: none;
  }
}
.usi:hover {
  background: var(--pembe);
}

.usg {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 36%;
  left: -13px;
  transform: translateY(-50%);
  border-radius: 10px;
  background: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--beyaz);
  z-index: 1;
  transition: 300ms all;
}
@media (max-width: 1400px) {
  .usg {
    width: 46px;
    height: 46px;
    font-size: 18px;
    right: -8px;
  }
}
@media (max-width: 992px) {
  .usg {
    width: 40px;
    height: 40px;
    font-size: 14px;
    right: -5px;
  }
}
@media (max-width: 576px) {
  .usg {
    display: none;
  }
}
.usg:hover {
  background: var(--pembe);
}

.urunslider {
  width: 100%;
  position: relative;
}

.utitle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 24px;
  font-weight: 400;
  color: var(--siyah);
  text-align: center;
}
@media (max-width: 992px) {
  .utitle {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .utitle {
    font-size: 14px;
  }
}
.utitle a {
  color: var(--siyah);
}
.utitle a:hover {
  color: var(--pembe);
}
.utitle::before {
  content: "";
  width: 74px;
  height: 5px;
  border-radius: 3px;
  background: var(--pembe);
  margin: 32px 0 24px;
}
@media (max-width: 992px) {
  .utitle::before {
    width: 40px;
    margin: 20px 0;
  }
}
@media (max-width: 576px) {
  .utitle::before {
    width: 30px;
    margin: 15px 0;
  }
}

.aurunler {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .aurunler {
    padding-bottom: 40px;
  }
}

.otelimiz {
  width: 100%;
  position: relative;
  z-index: 0;
  padding-bottom: 130px;
}
@media (max-width: 768px) {
  .otelimiz {
    padding-bottom: 60px;
  }
}
.otelimiz::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #eee;
  opacity: 0.77;
  z-index: -1;
}

.tab {
  width: 100%;
  padding: 0;
}
.tab ul {
  max-width: 100%;
  overflow: auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .tab ul {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
}
.tab ul li {
  width: 150px;
  height: 112px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: var(--pbg);
  color: var(--pbeyaz);
  font-size: 16px;
  position: relative;
  cursor: pointer;
  z-index: 0;
  overflow: hidden;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .tab ul li {
    width: 130px;
    height: 100px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .tab ul li {
    width: 120px;
    height: 80px;
    font-size: 14px;
  }
}
.tab ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  transition: 300ms all;
  z-index: -1;
}
.tab ul li:hover::before {
  opacity: 0.1;
}
.tab ul li i {
  font-size: 30px;
}
@media (max-width: 992px) {
  .tab ul li i {
    font-size: 24px;
  }
}
.tab ul li b {
  font-weight: 400;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .tab ul li b {
    margin-top: 10px;
  }
}
.tab ul li.taktif {
  background: #fff;
  color: var(--pembe);
}

.tic {
  width: 100%;
  padding: 40px;
  background: #fff;
  display: flex;
  align-items: center; 
  display: none;
}
@media (max-width: 1200px) {
  .tic {
    align-items: flex-start;
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .tic {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .tic {
    padding: 20px;
  }
}
.tic.goster {
  display: flex;
}

.tsol {
  width: 440px;
  height: 385px;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .tsol {
    width: 380px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .tsol {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .tsol {
    height: 200px;
  }
}
.tsol img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sag {
  width: 100%;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .sag {
    margin-left: 30px;
  }
}
@media (max-width: 992px) {
  .sag {
    margin-left: 0;
  }
}
.sag h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--pembe);
  margin-bottom: 11px;
}
@media (max-width: 1200px) {
  .sag h5 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.sag p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .sag p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}

.sag h4, .sag h3, .sag h2, .sag h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .sag h4, .sag h3, .sag h2, .sag h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

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

.ahakkimizda {
  padding-top: 125px;
  padding-bottom: 65px;
}
@media (max-width: 1200px) {
  .ahakkimizda {
    padding-top: 90px;
  }
}
@media (max-width: 992px) {
  .ahakkimizda {
    padding-top: 70px;
  }
}
@media (max-width: 576px) {
  .ahakkimizda {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.ahic {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 34px 25px 0;
}
@media (max-width: 1400px) {
  .ahic {
    padding: 20px 25px 0;
  }
}
@media (max-width: 1200px) {
  .ahic {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .ahic {
    margin-top: 45px;
  }
}
@media (max-width: 576px) {
  .ahic {
    padding: 0;
    margin-top: 25px;
  }
}
.ahic span {
  font-size: 28px;
  font-weight: 400;
  color: var(--siyah);
}
@media (max-width: 1400px) {
  .ahic span {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .ahic span {
    font-size: 18px;
  }
}
.ahic img {
  margin: 21px 0 26px;
}
@media (max-width: 1200px) {
  .ahic img {
    max-width: 50px;
  }
}
.ahic p {
  font-size: 18px;
  font-weight: 400;
  line-height: 171%;
  color: var(--siyah);
  margin-bottom: 25px;
}
@media (max-width: 1400px) {
  .ahic p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .ahic p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 170%;
  }
}
.ahic a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 39px;
  padding: 0 35px;
  border-radius: 20px;
  background: var(--pbg);
  color: var(--pbeyaz);
  margin-top: 20px;
}
.ahic a:hover {
  background: #000;
}
.ahic a i {
  font-size: 12px;
  margin-right: 9px;
}

.htitle {
  font-size: 36px;
  font-weight: 700;
  color: var(--pembe);
  line-height: 39px;
  margin-top: 7px;
}
@media (max-width: 1200px) {
  .htitle {
    font-size: 28px;
    line-height: 31px;
  }
}

.awic {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.awic a {
  margin: 10px;
  position: relative;
  top: 0;
}
@media (max-width: 992px) {
  .awic a {
    margin: 5px;
  }
}
.awic a:hover {
  top: -5px;
}
.awic a img {
  display: block;
  max-width: 200px;
  max-height: 250px;
}
@media (max-width: 1200px) {
  .awic a img {
    max-width: 150px;
    max-height: 200px;
  }
}
@media (max-width: 992px) {
  .awic a img {
    max-width: 100px;
    max-height: 150px;
  }
}

.dortlu {
  width: 25%;
  padding-bottom: 28.2vw;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 992px) {
  .dortlu {
    width: 50%;
    padding-bottom: 35vw;
  }
}
@media (max-width: 576px) {
  .dortlu {
    width: 100%;
    padding-bottom: 50vw;
  }
}
.dortlu a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.dortlu a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.49;
  z-index: 1;
}
.dortlu a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 500ms all;
}
.dortlu span {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  border: 2px solid var(--pembe);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  bottom: 53px;
  left: 50%;
  transform: translateX(-50%) translateY(150px);
  color: var(--pembe);
  font-size: 18px;
  z-index: 3;
  transition: 300ms all;
}
@media (max-width: 1200px) {
  .dortlu span {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .dortlu span {
    display: none;
  }
}
.dortlu:hover span {
  transform: translateX(-50%) translateY(0);
}
.dortlu:hover a img {
  transform: scale(1.1);
  transition: 3500ms all;
}

.dortlualan {
  display: flex;
  padding-top: 125px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .dortlualan {
    padding-top: 60px;
  }
}

.dtitle {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  pointer-events: none;
  font-size: 30px;
  line-height: 122%;
  color: var(--beyaz);
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .dtitle {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .dtitle {
    font-size: 20px;
  }
}
.dtitle::after {
  content: "";
  width: 74px;
  height: 5px;
  border-radius: 3px;
  background: var(--pbg);
  margin-top: 20px;
}

.fbilgi {
  padding: 55px 30px 44px;
}
@media (max-width: 1400px) {
  .fbilgi {
    padding: 40px 20px 40px;
  }
}
@media (max-width: 576px) {
  .fbilgi {
    padding: 30px 20px 10px;
  }
}
.fbilgi p {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 14px;
  color: var(--siyah);
}
@media (max-width: 1400px) {
  .fbilgi p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.fbilgi p a {
  color: var(--siyah);
}
.fbilgi p a:hover {
  color: var(--pembe);
}
.fbilgi p i {
  width: 37px;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--pembe);
}
@media (max-width: 1400px) {
  .fbilgi p i {
    font-size: 14px;
    width: 30px;
  }
}
.fbilgi .sosyal {
  margin-top: 30px;
}
.fbilgi .sosyal .info::before {
  top: -55px;
  bottom: auto;
}
.fbilgi .sosyal .info::after {
  top: -27px;
  bottom: auto;
  border-bottom: 5px solid transparent;
  border-top: 5px solid var(--pembe);
}
.fbilgi .sosyal .info:hover::before {
  top: -40px;
  opacity: 1;
}
.fbilgi .sosyal .info:hover::after {
  top: -12px;
  opacity: 1;
}

.ftitle {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: var(--siyah);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .ftitle {
    font-size: 16px;
  }
}
.ftitle::after {
  content: "";
  width: 36px;
  height: 5px;
  border-radius: 3px;
  background: var(--pembe);
  margin: 23px 0;
}
@media (max-width: 1400px) {
  .ftitle::after {
    margin: 15px 0;
    height: 4px;
  }
}

.fmenu {
  width: 100%;
  padding: 55px 0 44px;
}
@media (max-width: 1400px) {
  .fmenu {
    padding: 40px 20px 40px;
  }
}
@media (max-width: 576px) {
  .fmenu {
    padding: 20px;
  }
}
.fmenu ul {
  width: 100%;
}
@media (max-width: 576px) {
  .fmenu ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.fmenu ul li {
  width: 100%;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .fmenu ul li {
    width: 50%;
  }
}
.fmenu ul li a {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  color: var(--siyah);
  display: inline-block;
}
@media (max-width: 1400px) {
  .fmenu ul li a {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
  }
}
.fmenu ul li a:hover {
  color: var(--pembe);
}

.bbg {
  background: var(--pembe);
}

.footer {
  width: 100%;
}
.footer .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.footer .container-fluid .row {
  --bs-gutter-x: 0;
}

.bulten {
  width: 100%;
  padding: 50px 72px;
}
@media (max-width: 1400px) {
  .bulten {
    padding: 40px 30px 40px;
  }
}
@media (max-width: 576px) {
  .bulten {
    padding: 20px;
  }
}
.bulten p {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  margin-top: 9px;
  color: var(--pbeyaz);
  margin-bottom: 36px;
  position: relative;
}
@media (max-width: 1400px) {
  .bulten p {
    margin-bottom: 25px;
  }
}

.fbtitle {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: var(--pbeyaz);
  text-transform: uppercase;
}

.bform {
  width: 100%;
  position: relative;
}
.bform .ajax-loader {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 16px !important;
  right: 20px;
  background-image: none;
  background: url(../images/loading.svg) center center;
  background-size: 100%;
  pointer-events: none;
}

.balan {
  width: 100%;
  position: relative;
  margin-bottom: 14px;
}
.balan .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 700;
  color: red;
  position: absolute;
  right: 10px;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}

.btext {
  width: 100%;
  height: 43px;
  background: #fff;
  color: #000;
  line-height: 43px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  border: 0;
}
.btext::placeholder {
  color: #000;
  opacity: 0.7;
}
.btext:focus::placeholder {
  opacity: 0;
}

.bbuton {
  height: 43px;
  line-height: 43px;
  padding: 0 45px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #000;
  cursor: pointer;
  border: 0;
  transition: 300ms all;
  margin-top: 8px;
}
@media (max-width: 576px) {
  .bbuton {
    margin-top: 0;
  }
}
.bbuton:hover {
  background: #fff;
  color: #000;
}

.fmo ul li {
  width: 100%;
}

.alt {
  width: 100%;
  border-top: 1px solid #EBEBEB;
  padding: 28px 50px 28px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .alt {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .alt {
    flex-direction: column;
    text-align: center;
  }
}
.alt p {
  font-size: 16px;
  color: #808080;
}
.alt a {
  margin-left: auto;
}
@media (max-width: 768px) {
  .alt a {
    margin-left: 0;
    margin-top: 15px;
  }
}
.alt svg {
  color: #ccc;
  transition: 300ms all;
}
.alt svg:hover {
  color: #2684FE;
}

.icust {
  padding: 80px 0 190px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
@media (max-width: 576px) {
  .icust {
    padding: 40px 0 130px;
  }
}
.icust img {
  max-width: 70px;
}
.icust::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #000;
  opacity: 0.55;
}

.ititle {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: var(--beyaz);
  margin-top: 18px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .ititle {
    font-size: 30px;
    margin-top: 8px;
  }
}

.band {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 11px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .band {
    margin-top: 5px;
  }
}
.band a {
  font-size: 16px;
  font-weight: 400;
  color: var(--beyaz);
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .band a {
    font-size: 14px;
  }
}
.band a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-size: 12px;
  border: 0;
  text-decoration: none;
  margin: 0 12px;
}
@media (max-width: 576px) {
  .band a::after {
    font-size: 10px;
    margin: 0 8px;
  }
}
.band b {
  font-size: 16px;
  font-weight: 400;
  color: var(--beyaz);
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .band b {
    font-size: 14px;
  }
}

.icerik {
  width: 100%;
  margin-top: -105px;
}
@media (max-width: 576px) {
  .icerik {
    margin-top: -80px;
  }
}

.icerikler {
  position: relative;
  z-index: 1;
}

.odalar {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
}
@media (max-width: 992px) {
  .odalar {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}
@media (max-width: 576px) {
  .odalar {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
  }
}

.sayfalama {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.sayfalama div a {
  height: 55px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  color: #B6B6B6;
  background: #EEEEEE;
  margin: 0 15px;
  font-size: 24px;
}
@media (max-width: 576px) {
  .sayfalama div a {
    height: 40px;
    width: 40px;
    margin: 0 5px;
    font-size: 18px;
  }
}
.sayfalama .ileri a {
  background: var(--pbg);
  color: var(--pbeyaz);
  width: 188px;
}
@media (max-width: 576px) {
  .sayfalama .ileri a {
    width: 100px;
  }
}
@media (max-width: 576px) {
  .sayfalama {
    margin-top: 30px;
  }
}

.galeris {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 992px) {
  .galeris {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 576px) {
  .galeris {
    grid-gap: 10px;
  }
}

.glr {
  width: 100%;
  padding-bottom: 72%;
  position: relative;
  cursor: pointer;
}
.glr::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--pbg);
  opacity: 0.79;
  z-index: 1;
  pointer-events: none;
  transition: 300ms all;
  opacity: 0;
}
.glr::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #fff;
  font-size: 35px;
  border: 0;
  text-decoration: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  transition: 300ms all;
  opacity: 0;
}
.glr img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.glr:hover::before {
  opacity: 0.79;
}
.glr:hover::after {
  opacity: 1;
}

.drez {
  margin: -17px auto 0;
}
@media (max-width: 992px) {
  .drez {
    margin: 5px auto 0;
  }
}
@media (max-width: 576px) {
  .drez {
    margin: 10px auto 0;
  }
}
.drez .rgrup {
  max-height: 750px;
}

.page {
  width: 100%;
  padding: 60px;
  background: #EEE;
  margin-bottom: -125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 992px) {
  .page {
    margin-bottom: -60px;
  }
}
@media (max-width: 576px) {
  .page {
    padding: 20px;
  }
}
.page p {
  font-size: 18px;
  line-height: 170%;
  color: var(--siyah);
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .page p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 25px;
  }
}
.page p a {
  color: var(--pembe);
}
.page h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--pembe);
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .page h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.page h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--pembe);
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .page h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.page h5 {
  font-size: 18px;
  line-height: 170%;
  font-weight: 700;
  color: var(--pembe);
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .page h5 {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 25px;
  }
}
.page h6 {
  font-size: 14px;
  font-weight: 700;
  color: var(--pembe);
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .page h6 {
    font-size: 12px;
    margin-bottom: 25px;
  }
}
.page h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--pembe);
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .page h2 {
    font-size: 27px;
    margin-bottom: 25px;
  }
}
.page h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--pembe);
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .page h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.page span {
  font-size: 18px;
  line-height: 170%;
  font-weight: 700;
  color: var(--pembe);
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .page span {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 25px;
  }
}

.contact {
  width: 100%;
  margin-bottom: -125px;
  margin-top: -90px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .contact {
    margin-bottom: -60px;
  }
}

.iletisimform {
  width: 40%;
  background: var(--pbg);
  padding: 101px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .iletisimform {
    padding: 60px 15px;
  }
}
@media (max-width: 1200px) {
  .iletisimform {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .iletisimform {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .iletisimform {
    padding: 15px;
  }
}

.iformalan {
  max-width: 540px;
  width: 100%;
}
@media (max-width: 1400px) {
  .iformalan {
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  .iformalan {
    max-width: 100%;
  }
}

.iftitle {
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  color: var(--pbeyaz);
  display: flex;
  flex-direction: column;
}
.iftitle::after {
  content: "";
  width: 36px;
  height: 5px;
  background: var(--pbeyaz);
  margin: 24px 0 40px;
  border-radius: 3px;
}
@media (max-width: 576px) {
  .iftitle::after {
    margin: 20px 0 30px;
  }
}

.iform {
  width: 100%;
}

.ialan {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .ialan {
    margin-bottom: 5px;
  }
}
.ialan .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 700;
  color: red;
  position: absolute;
  right: 10px;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}

.itext {
  width: 100%;
  height: 45px;
  background: #fff;
  color: #000;
  line-height: 45px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  border: 0;
}
.itext::placeholder {
  color: #000;
  opacity: 0.7;
}
.itext:focus::placeholder {
  opacity: 0;
}

.iarea {
  width: 100%;
  height: 120px;
  background: #fff;
  color: #000;
  line-height: 21px;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  border: 0;
}
.iarea::placeholder {
  color: #000;
  opacity: 0.7;
}
.iarea:focus::placeholder {
  opacity: 0;
}

.ibutons {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.ibuton {
  height: 50px;
  line-height: 50px;
  padding: 0 42px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #000;
  cursor: pointer;
  border: 0;
  transition: 300ms all;
}
.ibuton:hover {
  background: #fff;
  color: #000;
}

.iletisimbilgi {
  padding-top: 92px;
  width: 26%;
}
@media (max-width: 1200px) {
  .iletisimbilgi {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .iletisimbilgi {
    width: 100%;
    padding-top: 0;
  }
}

.ibilgi {
  width: 100%;
  padding: 76px 86px;
}
@media (max-width: 1400px) {
  .ibilgi {
    padding: 50px 50px 0;
  }
}
@media (max-width: 576px) {
  .ibilgi {
    padding: 25px 15px;
  }
}
.ibilgi .iftitle {
  color: var(--siyah);
}
.ibilgi .iftitle::after {
  background: var(--pembe);
}
.ibilgi .sosyal {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .ibilgi .sosyal {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .ibilgi .sosyal {
    display: flex;
  }
}
.ibilgi .sosyal .info::before {
  top: -55px;
  bottom: auto;
}
.ibilgi .sosyal .info::after {
  top: -27px;
  bottom: auto;
  border-bottom: 5px solid transparent;
  border-top: 5px solid var(--pembe);
}
.ibilgi .sosyal .info:hover::before {
  top: -40px;
  opacity: 1;
}
.ibilgi .sosyal .info:hover::after {
  top: -12px;
  opacity: 1;
}

.iadres {
  width: 100%;
}
.iadres p {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
  color: var(--siyah);
}
@media (max-width: 1400px) {
  .iadres p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.iadres p a {
  color: var(--siyah);
}
.iadres p a:hover {
  color: var(--pembe);
}
.iadres p i {
  width: 37px;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--pembe);
}
@media (max-width: 1400px) {
  .iadres p i {
    font-size: 14px;
    width: 30px;
  }
}

.harita {
  padding-top: 92px;
  width: 34%;
}
@media (max-width: 1200px) {
  .harita {
    padding-top: 0;
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .harita {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .harita {
    margin-top: 20px;
    height: 280px;
  }
}

.haritaic {
  width: 100%;
  height: 100%;
}
.haritaic iframe {
  width: 100% !important;
  height: 100% !important;
}

.dslider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.dslider .swiper-wrapper {
  height: 100%;
}
.dslider .swiper-pagination {
  bottom: 38px;
  pointer-events: none;
}
@media (max-width: 576px) {
  .dslider .swiper-pagination {
    bottom: 15px;
  }
}
.dslider .swiper-pagination-bullet {
  width: 22px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2) !important;
  margin: 0 5px !important;
  transition: 0.5s;
  opacity: 1;
  border-radius: 10px;
}
@media (max-width: 1400px) {
  .dslider .swiper-pagination-bullet {
    height: 5px;
  }
}
.dslider .swiper-pagination-bullet-active {
  width: 44px;
  background: var(--pembe) !important;
}

.dsic {
  width: 100%;
  height: 540px;
  position: relative;
}
@media (max-width: 1400px) {
  .dsic {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .dsic {
    height: 480px;
  }
}
@media (max-width: 992px) {
  .dsic {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .dsic {
    height: 250px;
  }
}

.dileri {
  width: 57px;
  height: 57px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 15px 0 0 15px;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: var(--beyaz);
  z-index: 1;
  transition: 300ms color;
}
@media (max-width: 576px) {
  .dileri {
    width: 35px;
    font-size: 18px;
  }
}
.dileri:hover {
  color: var(--pembe);
}

.dgeri {
  width: 57px;
  height: 57px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 0 15px 15px 0;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: var(--beyaz);
  z-index: 1;
  transition: 300ms color;
}
@media (max-width: 576px) {
  .dgeri {
    width: 35px;
    font-size: 18px;
  }
}
.dgeri:hover {
  color: var(--pembe);
}

.dsag {
  width: 100%;
  padding-top: 183px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 992px) {
  .dsag {
    padding-top: 30px;
  }
}
.dsag p {
  font-size: 17px;
  font-weight: 400;
  color: #949494;
  margin-top: 7px;
}
.dsag span {
  font-size: 24px;
  margin-top: 38px;
  font-weight: 400;
  color: var(--pembe);
}
@media (max-width: 992px) {
  .dsag span {
    margin-top: 25px;
  }
}
.dsag a {
  padding: 0 37px;
  height: 57px;
  line-height: 57px;
  background: var(--pembe);
  color: var(--pbeyaz);
  font-size: 18px;
  font-weight: 400;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .dsag a {
    margin-top: 40px;
  }
}
.dsag a:hover {
  background: #000;
}

.detitle {
  font-size: 24px;
  font-weight: 400;
  color: var(--siyah);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.detitle::before {
  content: "";
  width: 74px;
  height: 5px;
  border-radius: 3px;
  background: var(--pbg);
  margin-bottom: 24px;
}

.daciklama {
  width: 100%;
  padding: 40px 0;
}
.daciklama p {
  font-size: 18px;
  line-height: 170%;
  color: var(--siyah);
}
@media (max-width: 576px) {
  .daciklama p {
    font-size: 16px;
  }
}

.dozellik {
  width: 100%;
}
.dozellik ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.dozellik ul li {
  width: 50%;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 14px;
  color: var(--siyah);
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .dozellik ul li {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .dozellik ul li {
    font-size: 15px;
  }
}
.dozellik ul li::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: var(--pembe);
  font-size: 16px;
  border: 0;
  text-decoration: none;
  width: 37px;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .dozellik ul li::before {
    width: 30px;
    font-size: 14px;
  }
}

.dotitle {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 700;
  color: var(--siyah);
  text-transform: uppercase;
}
.dotitle::after {
  content: "";
  width: 36px;
  height: 5px;
  border-radius: 3px;
  background: var(--pbg);
  margin-top: 24px;
  margin-bottom: 36px;
}

.detay {
  width: 100%;
  padding-bottom: 50px;
}
@media (max-width: 576px) {
  .detay {
    padding-bottom: 0;
  }
}

.wpcf7-response-output{
  padding: 10px 15px;
  border-radius: 10px;
  border: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: var(--siyah);
  width: 100%;
  text-align: center;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px 15px;
  border: 0 solid #00a0d2;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: 0;
  background: #41C74F;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: 0;
  background: #EE6969;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: 0;
  background: #FFAC2E;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: 0;
  background: #FFE400;
}
@media(max-width:576px){
  .wpcf7-response-output {
    font-size: 14px;
    line-height: 18px;
  }
}
div.wpcf7 .ajax-loader{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 37px;
  right: 20px;
  background-image: none;
  background: url(../images/loading.svg) center center;
  background-size: 100%;
  pointer-events: none;
}
.balan .wpcf7-form-control-wrap{
  display: block;
}
.ibutons .ajax-loader{
  top: 57px !important;
  right: 1px !important;
}
.benial {
  position: fixed;
  left: 50px;
  bottom: 50px;
  z-index: 99;
  background: #171B27;
  height: 60px;
  padding: 0 25px;
  border-radius: 30px;
}
@media (max-width: 576px) {
  .benial {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    height: 50px;
  }
}
@media (min-width: 576px) {
  .benial {
    animation: ba 3s infinite;
  }
}
.benial span {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}
.benial span svg {
  color: #2684FE;
  width: 25px;
  height: 31px;
  margin-left: 15px;
}

@keyframes ba {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}