@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("./cdrstrap.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", serif;
  transition: all 0.3s ease-in-out;
}

body {
  background-color: #fdfdfd;
  top: 0 !important;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(0, 0, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(238, 114, 4, 0.75);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 2px;
  /* Handle on hover */
}
::-webkit-scrollbar-thumb:hover {
  background: #EE7204;
}

.mm-menu.mm-theme-dark {
  z-index: 9999;
  background-color: #002731;
}

.mm-menu.mm-offcanvas {
  z-index: 999 !important;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar .mm-prev:not(.mm-close) {
  background: #ee7204 !important;
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn.mm-prev::before {
  border-color: #2c2b2b;
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn.mm-close::before {
  border-color: #ee7204;
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn.mm-close::after {
  border-color: #ee7204;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar .mm-close:not(.mm-prev) {
  background: transparent !important;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > * {
  border: 2px solid #ffffff;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > .mm-close {
  border: 2px solid #ee7204;
}

#mm-blocker {
  z-index: 11;
}

.mm-clear:before, .mm-close:before {
  right: 1px;
}

.mm-clear:after, .mm-close:after {
  right: 20px;
}

@media (max-width: 1024px) {
  .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
  }
  .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) img.header-home-img {
    filter: invert(1);
    height: 28px;
  }
  .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) img {
    height: 28px;
  }
}
@media (max-width: 1960px) {
  .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) img {
    height: 28px;
  }
}
.web-none {
  display: none;
}
@media (max-width: 1024px) {
  .web-none {
    display: block;
  }
}

.mobil-none {
  display: block;
}
@media (max-width: 1960px) {
  .mobil-none {
    width: 50px;
  }
}
@media (max-width: 1024px) {
  .mobil-none {
    display: none;
  }
}

header {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: sticky;
  z-index: 10;
  background-color: #fff;
  border-bottom: 2px solid rgba(0, 39, 49, 0.2);
}
header * {
  font-family: "Inter", serif;
}
header .bottom {
  width: 100%;
}
header .bottom nav {
  background: rgba(255, 255, 255, 0.2);
}
header .bottom nav .max-width {
  width: 100%;
  height: 90px;
  max-height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  header .bottom nav .max-width {
    height: 110px;
  }
}
@media (max-width: 768px) {
  header .bottom nav .max-width {
    height: 80px;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width {
    gap: 25px;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
header .bottom nav .max-width a.logo {
  height: 90px;
  max-height: 90px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 768px) {
  header .bottom nav .max-width a.logo {
    height: 80px;
    width: 100%;
    max-height: 80px;
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  header .bottom nav .max-width a.logo {
    height: 80px;
    width: 100%;
    max-height: 80px;
    max-width: 150px;
  }
}
header .bottom nav .max-width a.logo img.logo {
  max-height: 70%;
}
header .bottom nav .max-width .right {
  display: flex;
  justify-content: end;
  align-items: center;
  width: calc(100% - 200px);
  gap: 30px;
}
header .bottom nav .max-width .right ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 30px;
  width: 100%;
}
@media (max-width: 1024px) {
  header .bottom nav .max-width .right ul {
    display: none;
  }
}
header .bottom nav .max-width .right ul li {
  color: #103d47;
  font-weight: 600;
  position: relative;
  line-height: 25px;
  padding: 10px 0;
}
header .bottom nav .max-width .right ul li:hover a {
  color: #ee7204;
}
header .bottom nav .max-width .right ul li:hover ul {
  padding: 5px 7px;
}
header .bottom nav .max-width .right ul li:hover ul.altmenu {
  opacity: 1;
  visibility: visible;
  width: fit-content;
  overflow: unset;
  animation: alt-menu-onhover 0.5s ease-in-out;
  top: 45px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
header .bottom nav .max-width .right ul li:hover ul.altmenu li {
  padding: 0 7px;
}
header .bottom nav .max-width .right ul li:hover ul.altmenu li img {
  width: 23px;
  height: 23px;
  opacity: 1;
  visibility: visible;
}
header .bottom nav .max-width .right ul li a {
  color: #103d47;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width .right ul li ul.altmenu {
  animation: alt-menu-outhover 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  top: 25px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  z-index: 3;
  width: 0;
  min-width: 0;
  overflow: hidden;
  gap: 0;
}
header .bottom nav .max-width .right ul li ul.altmenu li {
  width: 100%;
  min-height: 39px;
  max-height: 39px;
  height: max-content;
  display: flex;
  justify-content: start;
  align-items: center;
  background: #ffffff;
  color: #002731;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header .bottom nav .max-width .right ul li ul.altmenu li:nth-last-child(1) {
  border-bottom: none;
}
header .bottom nav .max-width .right ul li ul.altmenu li:hover a {
  color: #ee7204;
}
header .bottom nav .max-width .right ul li ul.altmenu li img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
header .bottom nav .max-width .right ul li ul.altmenu li a {
  color: #002731;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 15px;
  justify-content: flex-start;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width .right ul li.header-sponsorluk {
  background-color: #e28337;
  padding: 2px 10px;
  border-radius: 14.5px;
  margin-right: -23px;
}
header .bottom nav .max-width .right ul li.header-sponsorluk a {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
header .bottom nav .max-width .right ul li.sosyal-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  overflow: hidden;
}
header .bottom nav .max-width .right ul li.sosyal-link.instagram {
  margin-right: -23px;
}
header .bottom nav .max-width .right ul li.sosyal-link a {
  background-color: #e28337;
  padding: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
header .bottom nav .max-width .right ul li.sosyal-link a img {
  width: 100%;
  float: left;
}
header .bottom nav .max-width .right ul li.sosyal-link .altmenu2 {
  position: absolute;
  top: 24px;
  left: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0;
  flex-direction: column;
}
header .bottom nav .max-width .right ul li.sosyal-link .altmenu2 li {
  padding: 0;
}
header .bottom nav .max-width .right ul li.sosyal-link .altmenu2 li a {
  cursor: pointer;
  padding: 0;
}
header .bottom nav .max-width .right ul li.sosyal-link .altmenu2 li a img {
  width: 0;
  height: 0;
}
header .bottom nav .max-width .right ul li.sosyal-link:hover {
  overflow: unset;
}
header .bottom nav .max-width .right ul li.sosyal-link:hover .altmenu2 {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width .right ul li.sosyal-link:hover .altmenu2 li {
  display: flex;
}
header .bottom nav .max-width .right ul li.sosyal-link:hover .altmenu2 li a {
  background-color: #e28337;
  padding: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
header .bottom nav .max-width .right ul li.sosyal-link:hover .altmenu2 li a img {
  width: 100%;
  height: 100%;
  float: left;
}
header .bottom nav .max-width #close {
  color: #ffffff;
  right: 0;
  font-size: 24px;
}
header .bottom nav .max-width #close img {
  width: 25px;
  height: 25px;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width #close {
    display: block !important;
    color: #000000;
  }
  header .bottom nav .max-width #close i {
    font-size: 32px;
    background: #232323;
    color: #ffffff;
    width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width #close i {
    font-size: 34px;
  }
}

.owl-carousel .item img.web-slider {
  display: block !important;
}
.owl-carousel .item img.mobil-slider {
  display: none !important;
}
@media (max-width: 768px) {
  .owl-carousel .item img.web-slider {
    display: none !important;
  }
  .owl-carousel .item img.mobil-slider {
    display: block !important;
  }
}
.owl-carousel.owl-main-slider {
  padding: 0 25px;
}
@media (max-width: 768px) {
  .owl-carousel.owl-main-slider {
    padding: 0 10px;
  }
}
.owl-carousel.owl-main-slider .item img.web-slider {
  border-radius: 50px;
  overflow: hidden;
}

.main-space {
  margin-top: 55px !important;
  margin-bottom: 65px !important;
}
@media (max-width: 500px) {
  .main-space {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.max-width {
  max-width: 1440px !important;
  margin: 0 auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media (max-width: 500px) {
  .max-width {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.content-space {
  padding: 55px 0 65px 0;
}
@media (max-width: 1024px) {
  .content-space {
    padding: 50px 0 50px;
  }
}
@media (max-width: 500px) {
  .content-space {
    padding: 45px 0 55px;
  }
}

.rl-no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tb-no-pad {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@keyframes alt-menu-onhover {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes alt-menu-outhover {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.mobil-yuzen-alan {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

@media (max-width: 425px) {
  .mobil-yuzen-alan {
    height: 82px !important;
  }
}
@media (max-width: 375px) {
  .mobil-yuzen-alan {
    height: 72px !important;
  }
}
@media (max-width: 320px) {
  .mobil-yuzen-alan {
    height: 62px !important;
  }
}
@media (max-width: 500px) {
  header nav .max-width {
    justify-content: center;
  }
  .mobil-yuzen-alan {
    opacity: 1;
    visibility: visible;
    height: 90px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    z-index: 1000;
  }
  .mobil-yuzen-alan a {
    height: 90px;
    width: calc((100% - 40px) / 3);
  }
}
.sabitheader {
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}

.el-yazi {
  font-family: "Sour Gummy", serif !important;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: #103d47;
}
@media (max-width: 768px) {
  .el-yazi {
    font-size: 34px;
  }
}
@media (max-width: 500px) {
  .el-yazi {
    font-size: 30px;
  }
}
.el-yazi font {
  font-family: "Sour Gummy", serif !important;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #103d47;
}

h2.anasayfa-h2 {
  text-align: center;
  font-size: 48px;
  color: #103d47;
  font-weight: 800;
  margin-top: 10px;
}
@media (max-width: 768px) {
  h2.anasayfa-h2 {
    font-size: 42px;
  }
}
@media (max-width: 500px) {
  h2.anasayfa-h2 {
    font-size: 40px;
    margin-top: 0;
  }
}

p, ul, ul li, a {
  font-size: 18px;
  font-family: "Manrope", serif;
  line-height: 26px;
  font-weight: 500;
}

.incele {
  font-size: 16px;
  color: #929292;
}

.anasayfa-etkinlikler {
  background-image: url("../../images/user/site/karnaval-izlenimleri-bg.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  margin-top: 65px;
}
.anasayfa-etkinlikler .owl-etkinlikler {
  margin-top: 40px;
}

.owl-etkinlikler .owl-stage {
  margin: 10px 0;
}
.owl-etkinlikler .owl-stage .owl-item {
  border-radius: 20px;
  overflow: hidden;
  background-color: #79a241;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  padding: 5px;
}
.owl-etkinlikler .owl-stage .owl-item img {
  border-radius: 15px;
  overflow: hidden;
}
.owl-etkinlikler .owl-stage .owl-item:hover {
  transform: scale(1.02);
}

.anasayfa-karnaval-bilgileri {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 768px) {
  .anasayfa-karnaval-bilgileri {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.anasayfa-karnaval-bilgileri .owl-karnaval-bilgileri {
  margin-top: 40px;
}
.anasayfa-karnaval-bilgileri .owl-karnaval-bilgileri .item {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.anasayfa-karnaval-bilgileri .owl-karnaval-bilgileri .item figure {
  background-color: #fdd496;
  padding: 10px;
  border-radius: 15px;
}
.anasayfa-karnaval-bilgileri .owl-karnaval-bilgileri .item figure img {
  width: 100%;
  float: left;
  border-radius: 10px;
}
.anasayfa-karnaval-bilgileri .owl-karnaval-bilgileri .item h3 {
  color: #103d47;
  font-size: 22px;
  line-height: 30px;
  min-height: 60px;
}
@media (max-width: 1366px) {
  .anasayfa-karnaval-bilgileri .owl-karnaval-bilgileri .item h3 {
    font-size: 20px;
    line-height: 28px;
    min-height: 60px;
  }
}
@media (max-width: 500px) {
  .anasayfa-karnaval-bilgileri .owl-karnaval-bilgileri .item h3 {
    min-height: unset;
  }
}
.anasayfa-karnaval-bilgileri .owl-karnaval-bilgileri .item .incele {
  font-size: 16px;
  color: #929292;
}
.anasayfa-karnaval-bilgileri .owl-karnaval-bilgileri .owl-dots {
  margin-top: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 500px) {
  .anasayfa-karnaval-bilgileri .owl-karnaval-bilgileri .owl-dots {
    gap: 5px;
    margin-top: 20px !important;
  }
}
.anasayfa-karnaval-bilgileri .owl-karnaval-bilgileri .owl-dots button.owl-dot span {
  background-color: transparent;
  border: 1px solid #103d47;
  width: 18px;
  height: 18px;
  margin: 0;
}
@media (max-width: 500px) {
  .anasayfa-karnaval-bilgileri .owl-karnaval-bilgileri .owl-dots button.owl-dot span {
    width: 12px;
    height: 12px;
  }
}
.anasayfa-karnaval-bilgileri .owl-karnaval-bilgileri .owl-dots button.owl-dot.active span {
  background-color: #103d47;
}

.anasayfa-duyurular {
  background-image: url("../../images/user/site/duyurular-bg.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
}
@media (max-width: 1440px) {
  .anasayfa-duyurular {
    background-size: auto 100%;
  }
}
@media (max-width: 600px) {
  .anasayfa-duyurular {
    background-image: url("../../images/user/site/duyurular-bg-2.jpg");
    background-size: auto 100%;
  }
}
@media (max-width: 1024px) {
  .anasayfa-duyurular {
    background-size: auto 100%;
  }
}
.anasayfa-duyurular .owl-duyurular {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .anasayfa-duyurular .owl-duyurular {
    margin-top: 35px;
  }
}
.anasayfa-duyurular .owl-duyurular .item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 3px solid #e28337;
  display: block;
}
.anasayfa-duyurular .owl-duyurular .item img {
  width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
  border-radius: 27px;
}
.anasayfa-duyurular .owl-duyurular .item h3 {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/user/site/icons/alttan-siyah.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 15px 15px 25px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.anasayfa-duyurular .owl-duyurular .owl-item.active.center {
  z-index: 3;
  transform: scale(1.4);
}
.anasayfa-duyurular .owl-duyurular .owl-item.active.center h3 {
  bottom: 0;
}
.anasayfa-duyurular .owl-duyurular .owl-item {
  transition: transform 0.5s, opacity 0.5s;
  opacity: 1;
}
.anasayfa-duyurular .owl-duyurular .owl-stage {
  min-height: 575px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .anasayfa-duyurular .owl-duyurular .owl-stage {
    min-height: 435px;
  }
}
@media (max-width: 768px) {
  .anasayfa-duyurular .owl-duyurular .owl-stage {
    min-height: 425px;
  }
}

.anasayfa-adanadan-bilgiler .max-width {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.anasayfa-adanadan-bilgiler .max-width p {
  margin-top: 25px;
  text-align: center;
}
.anasayfa-adanadan-bilgiler .max-width .adana-bilgileri {
  margin-top: 25px;
}
.anasayfa-adanadan-bilgiler .max-width .incele {
  font-size: 18px;
  color: #e28337;
  font-weight: bolder;
}
.anasayfa-adanadan-bilgiler .max-width .incele:hover {
  color: #78a241;
}

.adana-bilgileri {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 25px;
  flex-wrap: wrap;
}
.adana-bilgileri .bilgi {
  max-width: calc((100% - 50px) / 3);
  width: 100%;
  background-image: url("../../images/user/site/icons/adana-bilgileri-bg.svg");
  background-color: #e28337;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  border-radius: 25px;
  gap: 35px;
  -webkit-box-shadow: 5px 3px 10px 0px rgba(89, 89, 89, 0.5);
  -moz-box-shadow: 5px 3px 10px 0px rgba(89, 89, 89, 0.5);
  box-shadow: 5px 3px 10px 0px rgba(89, 89, 89, 0.5);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .adana-bilgileri .bilgi {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 768px) {
  .adana-bilgileri .bilgi {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .adana-bilgileri .bilgi {
    max-width: 100%;
  }
}
.adana-bilgileri .bilgi figure {
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adana-bilgileri .bilgi figure svg {
  max-width: 75px;
}
.adana-bilgileri .bilgi figure svg path, .adana-bilgileri .bilgi figure svg rect {
  fill: #79a342;
}
.adana-bilgileri .bilgi h2, .adana-bilgileri .bilgi h3 {
  font-size: 37px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
}
.adana-bilgileri .bilgi .incele {
  color: #fdfdfd;
  font-size: 18px;
  font-weight: 500;
}
.adana-bilgileri .bilgi:hover {
  background-image: url("../../images/user/site/icons/adana-bilgileri-bg-2.svg");
  background-color: #819f4d;
}
.adana-bilgileri .bilgi:hover figure svg path, .adana-bilgileri .bilgi:hover figure svg rect {
  fill: #e28337;
}

.anasayfa-nisanda-adanada {
  padding: 0 25px;
  position: relative;
}
@media (max-width: 768px) {
  .anasayfa-nisanda-adanada {
    padding: 0 10px;
  }
}
.anasayfa-nisanda-adanada figure {
  width: 100%;
  overflow: hidden;
  border-radius: 50px;
}
@media (max-width: 1024px) {
  .anasayfa-nisanda-adanada figure {
    min-height: 400px;
  }
}
.anasayfa-nisanda-adanada figure img {
  width: 100%;
  float: left;
}
@media (max-width: 1280px) {
  .anasayfa-nisanda-adanada figure img {
    width: auto;
    height: 100%;
  }
}
.anasayfa-nisanda-adanada .max-width {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .anasayfa-nisanda-adanada .max-width {
    margin-top: 0;
    justify-content: center;
    align-items: center;
  }
}
.anasayfa-nisanda-adanada .max-width .text {
  max-width: 45%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 75px 50px 50px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  border-radius: 30px;
  -webkit-box-shadow: 5px 3px 10px 0px rgba(89, 89, 89, 0.3);
  -moz-box-shadow: 5px 3px 10px 0px rgba(89, 89, 89, 0.3);
  box-shadow: 5px 3px 10px 0px rgba(89, 89, 89, 0.3);
}
@media (max-width: 1280px) {
  .anasayfa-nisanda-adanada .max-width .text {
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .anasayfa-nisanda-adanada .max-width .text {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .anasayfa-nisanda-adanada .max-width .text {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .anasayfa-nisanda-adanada .max-width .text {
    max-width: 80%;
    padding: 35px 25px 25px 25px;
    gap: 25px;
  }
}
@media (max-width: 360px) {
  .anasayfa-nisanda-adanada .max-width .text {
    max-width: 95%;
    padding: 20px 15px 15px 15px;
    gap: 20px;
  }
}
.anasayfa-nisanda-adanada .max-width .text .el-yazi {
  font-size: 50px;
  line-height: 70px;
  text-align: center;
}
@media (max-width: 1280px) {
  .anasayfa-nisanda-adanada .max-width .text .el-yazi {
    font-size: 46px;
  }
}
@media (max-width: 600px) {
  .anasayfa-nisanda-adanada .max-width .text .el-yazi {
    font-size: 44px;
  }
}
@media (max-width: 400px) {
  .anasayfa-nisanda-adanada .max-width .text .el-yazi {
    font-size: 36px;
  }
}
.anasayfa-nisanda-adanada .max-width .text .el-yazi font {
  font-size: 70px;
  text-align: center;
}
@media (max-width: 1280px) {
  .anasayfa-nisanda-adanada .max-width .text .el-yazi font {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .anasayfa-nisanda-adanada .max-width .text .el-yazi font {
    font-size: 44px;
  }
}
@media (max-width: 400px) {
  .anasayfa-nisanda-adanada .max-width .text .el-yazi font {
    font-size: 36px;
  }
}
.anasayfa-nisanda-adanada .max-width .text p {
  font-size: 19px;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 600px) {
  .anasayfa-nisanda-adanada .max-width .text p {
    font-size: 16px;
    line-height: 26px;
  }
}
.anasayfa-nisanda-adanada .max-width .text .incele {
  font-size: 20px;
  line-height: 20px;
  color: #e28337;
  padding: 7px 25px;
  border-radius: 34px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .anasayfa-nisanda-adanada .max-width .text .incele {
    font-size: 16px;
  }
}

.anasayfa-izlenimler {
  margin-top: 155px;
  background-image: url("../../images/user/site/karnaval-izlenimleri-bg.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
@media (max-width: 1024px) {
  .anasayfa-izlenimler {
    margin-top: 55px;
  }
}
@media (max-width: 1024px) {
  .anasayfa-izlenimler .content-space {
    padding-top: 0;
  }
}
.anasayfa-izlenimler .izlenimler {
  margin-top: 50px;
}
.anasayfa-izlenimler .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0;
}
.anasayfa-izlenimler .incele {
  color: #103d47;
  margin: 75px auto 0 auto;
  font-weight: bold;
}
.anasayfa-izlenimler .incele:hover {
  color: #e28337;
}
.anasayfa-izlenimler .owl-carousel.izlenimler .owl-stage {
  display: flex;
  justify-content: start;
  align-items: stretch;
}
.anasayfa-izlenimler .owl-carousel.izlenimler .item {
  padding-left: 25px;
  padding-bottom: 50px;
  position: relative;
  height: 100%;
}
.anasayfa-izlenimler .owl-carousel.izlenimler .item.left {
  padding-left: 0;
  padding-right: 25px;
}
.anasayfa-izlenimler .owl-carousel.izlenimler .item.left .yorum-yapan {
  top: 0;
  left: unset;
  right: 0;
  border-radius: 0 25px 0 25px;
  box-shadow: -5px 5px 5px -3px rgba(0, 0, 0, 0.4);
}
.anasayfa-izlenimler .owl-carousel.izlenimler .item.left .yorum-yapan:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: unset;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #a44a05;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
.anasayfa-izlenimler .owl-carousel.izlenimler .item.left .content .yorum-ikon {
  left: 25px;
  right: unset;
  top: 25px;
}
.anasayfa-izlenimler .owl-carousel.izlenimler .item .yorum-yapan {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 25px 0 25px 0;
  background-color: #f38128;
  color: #ffffff;
  font-size: 26px;
  line-height: 34px;
  padding: 15px 15px 15px 25px;
  max-width: 200px;
  box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.4);
}
.anasayfa-izlenimler .owl-carousel.izlenimler .item .yorum-yapan:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #a44a05;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.anasayfa-izlenimler .owl-carousel.izlenimler .item .content {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 150px 50px 100px 50px;
  position: relative;
  height: 100%;
}
.anasayfa-izlenimler .owl-carousel.izlenimler .item .content .yorum-ikon {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 60px;
  height: 60px;
}
.anasayfa-izlenimler .owl-carousel.izlenimler .item .content .yorum-ikon img {
  height: 100%;
  float: left;
}
.anasayfa-izlenimler .owl-carousel.izlenimler .item .content .yorum {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #103d47;
}
.anasayfa-izlenimler .owl-carousel.izlenimler .item .tirnak-ikon {
  background-color: #002731;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.anasayfa-izlenimler .owl-carousel.izlenimler .item .tirnak-ikon img {
  height: 40px;
  width: auto;
  float: left;
}

.izlenimler {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.izlenimler .izlenim {
  max-width: calc((100% - 50px) / 2);
  width: 100%;
  background-color: #ffffff;
  border-radius: 50px;
  margin-bottom: 50px;
  -webkit-box-shadow: 5px 3px 10px 0px rgba(89, 89, 89, 0.3);
  -moz-box-shadow: 5px 3px 10px 0px rgba(89, 89, 89, 0.3);
  box-shadow: 5px 3px 10px 0px rgba(89, 89, 89, 0.3);
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .izlenimler .izlenim {
    max-width: calc(100% - 25px);
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .izlenimler .izlenim.left {
    margin-right: 10px;
    margin-left: 0;
  }
}
.izlenimler .izlenim.left .bilgi {
  flex-direction: row-reverse;
}
.izlenimler .izlenim.left .bilgi .yorum-yapan {
  margin-left: unset;
  margin-right: -25px;
  border-radius: 0 25px 0 25px;
  flex-direction: row-reverse;
  -webkit-box-shadow: -5px 5px 5px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -5px 5px 5px -3px rgba(0, 0, 0, 0.4);
  box-shadow: -5px 5px 5px -3px rgba(0, 0, 0, 0.4);
}
.izlenimler .izlenim.left .bilgi .yorum-yapan:before {
  bottom: -25px;
  left: unset;
  right: 0;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
.izlenimler .izlenim.left .bilgi .baloncuk {
  margin-right: 0;
  margin-left: 25px;
}
.izlenimler .izlenim .bilgi {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 75px;
}
@media (max-width: 360px) {
  .izlenimler .izlenim .bilgi {
    gap: 30px;
  }
}
.izlenimler .izlenim .bilgi .yorum-yapan {
  margin-left: -25px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  gap: 15px;
  background-color: #e28337;
  padding: 15px 25px 15px 25px;
  border-radius: 25px 0 25px 0;
  -webkit-box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.4);
}
.izlenimler .izlenim .bilgi .yorum-yapan:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #c7671b;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.izlenimler .izlenim .bilgi .yorum-yapan figure {
  width: 75px;
  height: 75px;
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .izlenimler .izlenim .bilgi .yorum-yapan figure {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .izlenimler .izlenim .bilgi .yorum-yapan figure {
    width: 50px;
    height: 50px;
  }
}
.izlenimler .izlenim .bilgi .yorum-yapan figure img {
  width: 100%;
  float: left;
}
.izlenimler .izlenim .bilgi .yorum-yapan .adsoyad {
  font-size: 30px;
  font-weight: bolder;
  line-height: 40px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .izlenimler .izlenim .bilgi .yorum-yapan .adsoyad {
    font-size: 26px;
    font-weight: bolder;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .izlenimler .izlenim .bilgi .yorum-yapan .adsoyad {
    font-size: 22px;
    font-weight: bolder;
    line-height: 32px;
  }
}
.izlenimler .izlenim .bilgi .baloncuk {
  width: 60px;
  height: 60px;
  margin-right: 25px;
}
@media (max-width: 1024px) {
  .izlenimler .izlenim .bilgi .baloncuk {
    width: 45px;
    height: 45px;
  }
}
.izlenimler .izlenim .bilgi .baloncuk img {
  width: 100%;
  float: left;
}
.izlenimler .izlenim .yorum {
  padding: 25px 50px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  color: #103d47;
  margin-bottom: 50px;
}
@media (max-width: 360px) {
  .izlenimler .izlenim .yorum {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 26px;
  }
}
.izlenimler .izlenim .ikon {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.izlenimler .izlenim .ikon figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #103d47;
  border: 3px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .izlenimler .izlenim .ikon figure {
    width: 84px;
    height: 84px;
  }
}
.izlenimler .izlenim .ikon figure img {
  width: 38px;
  height: auto;
  float: left;
}
@media (max-width: 768px) {
  .izlenimler .izlenim .ikon figure img {
    width: 30px;
  }
}
.izlenimler .izlenim:hover .bilgi .yorum-yapan {
  background-color: #79a241;
}
.izlenimler .izlenim:hover .bilgi .yorum-yapan:before {
  background-color: #4b691f;
}

footer {
  border-top: 2px solid rgba(16, 61, 71, 0.3);
}
footer .max-width {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  footer .max-width {
    align-items: center;
  }
}
footer .max-width .item {
  max-width: calc((100% - 150px) / 4);
  width: 100%;
}
@media (max-width: 768px) {
  footer .max-width .item {
    max-width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 600px) {
  footer .max-width .item {
    max-width: 100%;
  }
}
footer .max-width .item1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .max-width .item1 .footer-logo {
  width: 70%;
}
@media (max-width: 1024px) {
  footer .max-width .item1 .footer-logo {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  footer .max-width .item1 .footer-logo {
    width: 75%;
  }
}
footer .max-width .item1 .footer-logo img {
  width: 100%;
  float: left;
}
footer .max-width .item2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
footer .max-width .item2 .slogan {
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
  color: #103d47;
  text-align: center;
}
footer .max-width .item2 .karnaval-tarihi {
  color: #e28337;
  font-size: 26px;
  line-height: 36px;
  font-weight: 800;
  text-align: center;
}
footer .max-width .item2 .yer {
  font-size: 22px;
  text-align: center;
  line-height: 32px;
  color: #103d47;
  font-weight: 800;
}
footer .max-width .item3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
footer .max-width .item3 h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
  color: #103d47;
  text-align: center;
}
footer .max-width .item3 .incele {
  background-color: #e28337;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 800;
  line-height: 22px;
  color: #ffffff;
  width: max-content;
  border-radius: 20px;
}
footer .max-width .item3 .incele a {
  color: #efefef;
  font-weight: bolder;
}
footer .max-width .item3 .incele:hover {
  background-color: #103d47;
}
footer .max-width .item4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
footer .max-width .item4 h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
  color: #103d47;
  text-align: center;
}
footer .max-width .item4 p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  color: #103d47;
}
footer .max-width .item4 .sosyal-links {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 7px;
}
footer .max-width .item4 .sosyal-links a {
  width: 40px;
  height: 40px;
  background-color: #e28337;
  padding: 10px;
  border-radius: 50%;
}
footer .max-width .item4 .sosyal-links a img {
  width: 100%;
  float: left;
}
footer .max-width .item4 .sosyal-links a:hover {
  background-color: #103d47;
}

.copyright {
  background-color: #e28337;
  padding: 25px 0;
}
.copyright .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  color: #ffffff;
}
@media (max-width: 500px) {
  .copyright .max-width {
    justify-content: start;
    flex-direction: column;
    gap: 20px;
  }
}
.copyright .max-width .copyright-left p {
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 500px) {
  .copyright .max-width .copyright-left p {
    text-align: center;
  }
}
.copyright .max-width .copyright-left p b {
  color: #ffffff;
}
.copyright .max-width .copyright-left a {
  color: #ffffff;
  font-weight: 800;
}
.copyright .max-width .copyright-right {
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 500px) {
  .copyright .max-width .copyright-right {
    text-align: center;
  }
}
.copyright .max-width .copyright-right b {
  color: #ffffff;
}

.normal-sayfa {
  min-height: 630px;
}
.normal-sayfa .max-width {
  min-height: 350px;
}
.normal-sayfa .max-width.sponsorluk h2 {
  width: 100%;
  text-align: center;
  color: #103d47;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px;
}
.normal-sayfa .max-width.menulu {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width.menulu {
    flex-direction: column;
  }
}
.normal-sayfa .max-width.menulu .text {
  max-width: calc(100% - 350px);
  width: 100%;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width.menulu .text {
    max-width: 100%;
  }
}
.normal-sayfa .max-width h1 {
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 25px;
  color: #103d47;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .normal-sayfa .max-width h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 600px) {
  .normal-sayfa .max-width h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.normal-sayfa .max-width h2 {
  font-size: 30px;
  line-height: 40px;
  color: #103d47;
  font-family: "Made", sans-serif;
  font-weight: 600;
}
.normal-sayfa .max-width h3 {
  font-size: 28px;
  line-height: 38px;
  color: #103d47;
  font-family: "Made", sans-serif;
  font-weight: 600;
}
.normal-sayfa .max-width h4 {
  font-size: 26px;
  line-height: 36px;
  color: #103d47;
  font-family: "Made", sans-serif;
  font-weight: 600;
}
.normal-sayfa .max-width h5 {
  font-size: 24px;
  line-height: 34px;
  color: #103d47;
  font-family: "Made", sans-serif;
  font-weight: 600;
}
.normal-sayfa .max-width h6 {
  font-size: 22px;
  line-height: 32px;
  color: #103d47;
  font-family: "Made", sans-serif;
  font-weight: 600;
}
.normal-sayfa .max-width p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 26px;
  margin-bottom: 15px;
}
.normal-sayfa .max-width b, .normal-sayfa .max-width strong {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 26px;
}
.normal-sayfa .max-width ul {
  margin-top: 20px;
}
.normal-sayfa .max-width ul li {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.85);
  position: relative;
}
.normal-sayfa .max-width figure.normal {
  width: 100%;
  margin: 15px 0;
}
.normal-sayfa .max-width figure.normal img {
  width: 100%;
}
.normal-sayfa .max-width figure.xnormal {
  max-width: 300px;
  width: 100%;
  float: right;
  cursor: pointer;
  overflow: hidden;
  margin: 0 0 15px 15px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
@media (max-width: 768px) {
  .normal-sayfa .max-width figure.xnormal {
    max-width: 250px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width figure.xnormal {
    float: unset;
    max-width: 100%;
    height: unset;
    margin-bottom: 25px;
    margin-left: 0;
  }
}
.normal-sayfa .max-width figure.xnormal:hover img {
  transform: scale(1.05);
}
.normal-sayfa .max-width figure.xnormal img {
  width: 100%;
  height: auto;
  float: left;
}
.normal-sayfa .max-width .container {
  width: 100%;
  height: max-content;
  margin-bottom: 25px;
  min-height: 200px;
}

.sidemenu {
  max-width: 350px;
  width: 100%;
  margin-top: 75px;
  background-color: #103d47;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 0;
}
@media (max-width: 500px) {
  .sidemenu {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .sidemenu {
    margin-top: 0;
  }
}
.sidemenu a {
  font-size: 18px;
  color: #efefef;
  background-color: #103d47;
  padding: 10px;
  width: 100%;
  letter-spacing: 0.5px;
  box-shadow: rgb(243, 129, 40) 0px 1px 1px 0px;
}
.sidemenu a:hover {
  color: #efefef;
  background-color: #f38128;
}
.sidemenu a.active {
  color: #efefef;
  background-color: #f38128;
}
.sidemenu a.parentPage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #103d47;
  background-color: #002731;
}
.sidemenu a.parentPage:hover {
  background-color: #cc5d00;
}

.sayfa-icerigi {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 15px;
  background-color: rgba(0, 0, 0, 0.85);
  font-family: "Made", sans-serif;
  margin-bottom: 25px;
  max-width: calc(100% - 325px);
  width: 100%;
}
@media (max-width: 500px) {
  .sayfa-icerigi {
    max-width: 100%;
  }
}
.sayfa-icerigi span {
  font-size: 22px;
  line-height: 30px;
  border-bottom: 2px solid #e28337;
  width: 100%;
  color: #efefef;
  text-align: center;
}
.sayfa-icerigi ul {
  padding-left: 30px;
}

.galeri {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.galeri figure.galeri-figure {
  max-width: calc((100% - 30px) / 4);
  width: 100%;
  overflow: hidden;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
}
.galeri figure.galeri-figure img {
  width: 100%;
  float: left;
}

.breadcrumb {
  box-shadow: rgba(243, 129, 40, 0.3) 0px -50px 36px -28px inset;
  background-color: #103d47;
  color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-block: 25px;
  font-family: "Akhand", sans-serif;
  letter-spacing: 1.3px;
  padding-left: 15px;
  padding-right: 15px;
}
.breadcrumb a, .breadcrumb .breadcrumb-link {
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .breadcrumb a, .breadcrumb .breadcrumb-link {
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
  }
}
.breadcrumb a i, .breadcrumb .breadcrumb-link i {
  width: 22px;
  height: 22px;
  font-size: 22px;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .breadcrumb a i, .breadcrumb .breadcrumb-link i {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
}

.gecmis-seneler {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  flex-wrap: wrap;
}
.gecmis-seneler .sene {
  max-width: calc((100% - 40px) / 3);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0;
  flex-direction: column;
  box-shadow: rgba(60, 64, 67, 0.4) 0px 1px 2px 0px, rgba(60, 64, 67, 0.25) 0px 2px 6px 2px;
}
.gecmis-seneler .sene .text {
  padding: 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 100% !important;
  width: 100%;
}
.gecmis-seneler .sene .text h2, .gecmis-seneler .sene .text h3 {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #002731;
  width: 100%;
}
.gecmis-seneler .sene figure {
  background-color: #f38128;
  width: 100%;
  overflow: hidden;
}
.gecmis-seneler .sene figure img {
  width: 100%;
  float: left;
}
.gecmis-seneler .sene:hover .text {
  background-color: #e28337;
}
.gecmis-seneler .sene:hover .text h2, .gecmis-seneler .sene:hover .text h3 {
  color: #efefef;
}
.gecmis-seneler .sene:hover figure {
  background-color: #103d47;
}
@media (max-width: 768px) {
  .gecmis-seneler .sene {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .gecmis-seneler .sene {
    max-width: 100%;
  }
}

.surdurulebilirlik-raporlari {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.surdurulebilirlik-raporlari .sene {
  max-width: calc((100% - 40px) / 3);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0;
  flex-direction: column;
  box-shadow: rgba(60, 64, 67, 0.4) 0px 1px 2px 0px, rgba(60, 64, 67, 0.25) 0px 2px 6px 2px;
}
.surdurulebilirlik-raporlari .sene .text {
  padding: 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 100% !important;
  width: 100%;
}
.surdurulebilirlik-raporlari .sene .text h2, .surdurulebilirlik-raporlari .sene .text h3 {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #002731;
  width: 100%;
}
.surdurulebilirlik-raporlari .sene figure {
  background-color: #f38128;
  width: 100%;
  overflow: hidden;
}
.surdurulebilirlik-raporlari .sene figure img {
  width: 100%;
  float: left;
}
.surdurulebilirlik-raporlari .sene:hover .text {
  background-color: #e28337;
}
.surdurulebilirlik-raporlari .sene:hover .text h2, .surdurulebilirlik-raporlari .sene:hover .text h3 {
  color: #efefef;
}
.surdurulebilirlik-raporlari .sene:hover figure {
  background-color: #103d47;
}
@media (max-width: 768px) {
  .surdurulebilirlik-raporlari .sene {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .surdurulebilirlik-raporlari .sene {
    max-width: 100%;
  }
}

.fotograf-arsivi {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.fotograf-arsivi .arsiv {
  max-width: calc((100% - 60px) / 4);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0;
  flex-direction: column;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 5px 36px -5px inset;
}
@media (max-width: 1280px) {
  .fotograf-arsivi .arsiv {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .fotograf-arsivi .arsiv {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .fotograf-arsivi .arsiv {
    max-width: 100%;
  }
}
.fotograf-arsivi .arsiv .baslik {
  padding: 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.fotograf-arsivi .arsiv .baslik h2, .fotograf-arsivi .arsiv .baslik h3 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #002731;
}
.fotograf-arsivi .arsiv figure {
  background-color: #f38128;
  width: 100%;
  overflow: hidden;
}
.fotograf-arsivi .arsiv figure img {
  width: 100%;
  float: left;
}
.fotograf-arsivi .arsiv:hover .text {
  background-color: #e28337;
}
.fotograf-arsivi .arsiv:hover .text h2, .fotograf-arsivi .arsiv:hover .text h3 {
  color: #efefef;
}
.fotograf-arsivi .arsiv:hover figure {
  background-color: #103d47;
}
.fotograf-arsivi .arsiv:hover figure img {
  transform: scale(1.03) rotate(1deg);
}

.galeri-sayfasi {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  flex-wrap: wrap;
}
.galeri-sayfasi figure {
  max-width: calc((100% - 30px) / 4);
  width: 100%;
  cursor: pointer;
}
.galeri-sayfasi figure img {
  width: 100%;
  float: left;
}

.videolar {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
.videolar .video {
  max-width: calc((100% - 60px) / 4);
  width: 100%;
  background-color: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 5px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1024px) {
  .videolar .video {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .videolar .video {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .videolar .video {
    max-width: 100%;
  }
}
.videolar .video figure {
  width: 100%;
  height: auto;
}
.videolar .video figure img {
  width: 100%;
  float: left;
}
.videolar .video h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 0 10px;
  text-align: center;
  width: 100%;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videolar .video a {
  font-size: 18px;
  line-height: 26px;
  font-weight: bolder;
  color: #e28337;
  width: 100%;
  text-align: center;
}

.sss.tedavi-alani-linkleri {
  margin-top: 25px;
  margin-bottom: 25px;
}
.sss .accordion {
  margin-top: 15px;
}
.sss .accordion .item {
  max-height: 58px;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .sss .accordion .item {
    max-height: 50px;
  }
}
@media (max-width: 768px) {
  .sss .accordion .item {
    max-height: 46px;
  }
}
@media (max-width: 400px) {
  .sss .accordion .item {
    max-height: 72px;
  }
}
.sss .accordion .item .question {
  background-color: #e28337;
  min-height: 58px;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 1px;
}
.sss .accordion .item .answer {
  padding: 10px;
}
.sss .accordion .item.open {
  max-height: 500px; /* Yeterince büyük bir değer seçin */
}
.sss .accordion .item.open .question {
  background-color: #f38128;
}
.sss .accordion .item.open .question i {
  transform: rotate(90deg);
}

.popup {
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup.content-space {
  padding: 50px 0;
}
.popup .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .max-width img {
  max-width: 70%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 500px) {
  .popup .max-width img {
    max-width: 85%;
  }
}
@media (max-width: 400px) {
  .popup .max-width img {
    max-width: 90%;
  }
}
.popup .max-width img.web-popup {
  display: block;
}
@media (max-width: 768px) {
  .popup .max-width img.web-popup {
    display: none;
  }
}
.popup .max-width img.mobil-popup {
  display: none;
}
@media (max-width: 768px) {
  .popup .max-width img.mobil-popup {
    display: block;
  }
}

.lezzetler {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;
}
.lezzetler .lezzet {
  max-width: calc((100% - 50px) / 3);
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.lezzetler .lezzet:hover {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.lezzetler .lezzet:hover figure img {
  transform: scale(1.05);
}
.lezzetler .lezzet:hover .baslik {
  letter-spacing: 1px;
}
.lezzetler .lezzet figure {
  width: 100%;
  overflow: hidden;
}
.lezzetler .lezzet figure img {
  width: 100%;
  float: left;
}
.lezzetler .lezzet .baslik {
  font-size: 22px;
  line-height: 32px;
  min-height: 52px;
  color: #f38128;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .lezzetler .lezzet {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 500px) {
  .lezzetler .lezzet {
    max-width: 100%;
  }
}

.gorulecek-yerler {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  flex-wrap: wrap;
}
.gorulecek-yerler .yer {
  max-width: calc((100% - 40px) / 3);
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0;
  flex-direction: column;
}
.gorulecek-yerler .yer:hover {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.gorulecek-yerler .yer:hover figure img {
  transform: scale(1.05);
}
.gorulecek-yerler .yer figure {
  width: 100%;
  overflow: hidden;
}
.gorulecek-yerler .yer figure img {
  width: 100%;
  float: left;
}
.gorulecek-yerler .yer .baslik {
  font-size: 22px;
  line-height: 32px;
  min-height: 74px;
  color: #103d47;
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1366px) and (min-width: 1280px) {
  .gorulecek-yerler .yer .baslik {
    font-size: 19px;
  }
}
.gorulecek-yerler .yer .yol-tarifi-al {
  width: 100%;
  background-color: #f38128;
  color: #efefef;
  padding: 5px 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.gorulecek-yerler .yer .yol-tarifi-al:before {
  position: absolute;
  content: "";
  width: 0;
  height: 50%;
  top: 0;
  left: 0;
  background-color: #002731;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.gorulecek-yerler .yer .yol-tarifi-al:after {
  position: absolute;
  content: "";
  width: 0;
  height: 50%;
  bottom: 0;
  right: 0;
  background-color: #002731;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.gorulecek-yerler .yer .yol-tarifi-al:hover:before, .gorulecek-yerler .yer .yol-tarifi-al:hover:after {
  width: 100%;
}
@media (max-width: 768px) {
  .gorulecek-yerler .yer {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .gorulecek-yerler .yer {
    max-width: 100%;
  }
}

.gezilecek-yerler {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;
}
.gezilecek-yerler .yer {
  max-width: calc((100% - 25px) / 2);
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.gezilecek-yerler .yer:hover {
  box-shadow: rgba(0, 0, 0, 0.34) 0px 3px 8px;
}
.gezilecek-yerler .yer:hover figure img {
  transform: scale(1.05);
}
.gezilecek-yerler .yer:hover .baslik {
  letter-spacing: 1px;
}
.gezilecek-yerler .yer figure {
  width: 100%;
  overflow: hidden;
}
.gezilecek-yerler .yer figure img {
  width: 100%;
  float: left;
}
.gezilecek-yerler .yer .baslik {
  font-size: 22px;
  line-height: 32px;
  min-height: 52px;
  color: #f38128;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .gezilecek-yerler .yer {
    max-width: 100%;
  }
}

.gezilecek-yerler-ic {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.gezilecek-yerler-ic .yer {
  width: 100%;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  gap: 20px;
  position: relative;
}
.gezilecek-yerler-ic .yer figure {
  flex: 0 0 45%;
  overflow: hidden;
}
.gezilecek-yerler-ic .yer figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gezilecek-yerler-ic .yer .aciklama {
  flex: 1;
  padding: 10px;
}
.gezilecek-yerler-ic .yer .aciklama p {
  font-size: 14px;
  line-height: 22px;
}
.gezilecek-yerler-ic .yer .yol-tarifi-al {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #002731;
  color: #efefef;
  padding: 5px 10px;
  text-align: center;
  width: 45%;
  border-top: 1px solid #f38128;
  z-index: 1;
}
.gezilecek-yerler-ic .yer .yol-tarifi-al:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #f38128;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.gezilecek-yerler-ic .yer .yol-tarifi-al:hover {
  color: #002731;
}
.gezilecek-yerler-ic .yer .yol-tarifi-al:hover:before {
  height: 100%;
}

.adana-cevresinde-bir-hafta {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.adana-cevresinde-bir-hafta .cevre {
  width: 100%;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  gap: 20px;
  position: relative;
  cursor: pointer;
}
.adana-cevresinde-bir-hafta .cevre .gun {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #002731;
  color: #efefef;
  font-size: 16px;
  font-weight: bold;
  padding: 7px;
  line-height: 22px;
}
.adana-cevresinde-bir-hafta .cevre figure {
  flex: 0 0 45%;
  overflow: hidden;
}
.adana-cevresinde-bir-hafta .cevre figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.adana-cevresinde-bir-hafta .cevre .aciklama {
  flex: 1;
  padding: 10px;
  margin-top: 36px;
}
.adana-cevresinde-bir-hafta .cevre .aciklama p {
  font-size: 14px;
  line-height: 22px;
}
.adana-cevresinde-bir-hafta .cevre:hover .gun {
  background-color: #e28337;
}

.duyurular {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.duyurular .duyuru {
  max-width: calc((100% - 50px) / 3);
  width: 100%;
  position: relative;
  border: 3px solid #f38128;
  border-radius: 20px;
  overflow: hidden;
}
.duyurular .duyuru figure {
  width: 100%;
  overflow: hidden;
}
.duyurular .duyuru figure img {
  width: 100%;
  float: left;
}
.duyurular .duyuru .baslik {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/user/site/icons/alttan-siyah.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 15px 15px 25px 15px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 600px) {
  .duyurular .duyuru .baslik {
    font-size: 18px;
    line-height: 26px;
  }
}
.duyurular .duyuru:hover .baslik {
  bottom: -100%;
}
@media (max-width: 768px) {
  .duyurular .duyuru {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 600px) {
  .duyurular .duyuru {
    max-width: 100%;
  }
}

.etkinlikler {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.etkinlikler .etkinlik {
  max-width: calc((100% - 50px) / 3);
  width: 100%;
  position: relative;
  border: 3px solid #103d47;
  border-radius: 20px;
  overflow: hidden;
}
.etkinlikler .etkinlik figure {
  width: 100%;
  overflow: hidden;
}
.etkinlikler .etkinlik figure img {
  width: 100%;
  float: left;
}
.etkinlikler .etkinlik:hover {
  transform: scale(1.07);
}
@media (max-width: 768px) {
  .etkinlikler .etkinlik {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 600px) {
  .etkinlikler .etkinlik {
    max-width: 100%;
  }
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none;
}

#google_translate_element2 {
  display: none;
}

.yetkili-ajanslar {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.yetkili-ajanslar .ajans {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.yetkili-ajanslar .ajans.ulusal {
  max-width: 100%;
  width: 100%;
}
.yetkili-ajanslar .ajans.ulusal figure {
  max-width: 33.3333333333%;
  width: 100%;
}
.yetkili-ajanslar .ajans.ulusal figure img {
  width: 100%;
}
@media (max-width: 1024px) {
  .yetkili-ajanslar .ajans.ulusal figure {
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .yetkili-ajanslar .ajans.ulusal figure {
    max-width: 100%;
  }
}
.yetkili-ajanslar .ajans.ulusal .bilgiler {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-direction: row;
  flex-wrap: wrap;
}
.yetkili-ajanslar .ajans.ulusal .bilgiler a {
  background-color: #79b02d;
  color: #ffffff;
  padding: 10px 15px;
  min-width: 200px;
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .yetkili-ajanslar .ajans.ulusal .bilgiler a {
    width: 100%;
  }
}
.yetkili-ajanslar .ajans.bolgesel {
  max-width: calc((100% - 50px) / 3);
  width: 100%;
}
@media (max-width: 1024px) {
  .yetkili-ajanslar .ajans.bolgesel {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 600px) {
  .yetkili-ajanslar .ajans.bolgesel {
    max-width: 100%;
  }
}
.yetkili-ajanslar .ajans.bolgesel .bilgiler {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-direction: column;
}
.yetkili-ajanslar .ajans.bolgesel .bilgiler a {
  max-width: 100%;
  width: 100%;
  color: #ffffff;
  padding: 10px 15px;
  background-color: #103d47;
  text-align: center;
  border-radius: 20px;
}
.yetkili-ajanslar .ajans figure {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.yetkili-ajanslar .ajans figure img {
  width: 100%;
  float: left;
}
.yetkili-ajanslar .ajans .bilgiler a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.yetkili-ajanslar .ajans .bilgiler a i {
  font-size: 18px;
  margin-right: 10px;
}

.bilgilendirme {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 7px;
}
.bilgilendirme input[type=checkbox] {
  width: 20px;
}
.bilgilendirme label {
  color: #002731;
  font-family: "Made", sans-serif;
}
.bilgilendirme label a {
  color: #002731;
  font-weight: bold;
}

input {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #002731;
  border: 1px solid #908c83;
  border-radius: 3px;
}
input:focus {
  border: 1px solid #908c83;
}
input[type=submit] {
  max-width: 25%;
  width: 100%;
  background-image: url("../../images/user/site/footer-bg.png");
  color: #efefef;
}

select {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 12px;
  background-image: url("../../images/user/site/takip-edin-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #002731;
  border: 1px solid #908c83;
  border-radius: 3px;
}
select option {
  color: black;
}

::placeholder {
  color: #002731;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #002731;
}

textarea {
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  background-image: url("../../images/user/site/takip-edin-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #002731;
  border: 1px solid #908c83;
  border-radius: 3px;
  font-family: "Made", sans-serif;
}

input[type=submit] {
  background-color: #e28337;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
}

form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 50px;
}
form input {
  max-width: calc((100% - 10px) / 2);
  width: 100%;
}
@media (max-width: 768px) {
  form input {
    max-width: 100%;
  }
}
form .item {
  max-width: calc((100% - 10px) / 2);
  width: 100%;
}
@media (max-width: 768px) {
  form .item {
    max-width: 100%;
  }
}
form .item100 {
  max-width: 100%;
  width: 100%;
}

.resmi-destekci-sponsorlar {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.resmi-destekci-sponsorlar .sponsor {
  max-width: calc((100% - 75px) / 4);
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.resmi-destekci-sponsorlar .sponsor:hover figure img {
  transform: scale(1.03);
}
.resmi-destekci-sponsorlar .sponsor:hover h2.aciklama {
  background-color: #002731;
  color: #efefef;
}
.resmi-destekci-sponsorlar .sponsor figure {
  width: 100%;
  overflow: hidden;
  background-color: #103d47;
}
.resmi-destekci-sponsorlar .sponsor figure img {
  width: 100%;
  float: left;
}
.resmi-destekci-sponsorlar .sponsor h2.aciklama {
  font-size: 20px;
  line-height: 26px;
  min-height: 72px;
  font-weight: 500;
  padding: 10px;
  color: #f38128;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .resmi-destekci-sponsorlar .sponsor {
    max-width: calc((100% - 50px) / 3);
  }
}
@media (max-width: 768px) {
  .resmi-destekci-sponsorlar .sponsor {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 500px) {
  .resmi-destekci-sponsorlar .sponsor {
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
}

.resmi-destekciler {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.resmi-destekciler .destekci-turu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-direction: column;
  margin-bottom: 75px;
  padding: 50px 50px 25px 50px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
@media (max-width: 768px) {
  .resmi-destekciler .destekci-turu {
    padding: 50px 25px 25px 25px;
  }
}
@media (max-width: 500px) {
  .resmi-destekciler .destekci-turu {
    padding: 35px 15px 15px 15px;
  }
}
.resmi-destekciler .destekci-turu h2 {
  font-size: 36px;
  line-height: 48px;
  color: #e28337;
}
.resmi-destekciler .destekci-turu .destekciler {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
}
.resmi-destekciler .destekci-turu .destekciler .destekci {
  max-width: calc((100% - 120px) / 5);
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
@media (max-width: 1280px) {
  .resmi-destekciler .destekci-turu .destekciler .destekci {
    max-width: calc((100% - 90px) / 4);
  }
}
@media (max-width: 1024px) {
  .resmi-destekciler .destekci-turu .destekciler .destekci {
    max-width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 500px) {
  .resmi-destekciler .destekci-turu .destekciler .destekci {
    max-width: calc((100% - 30px) / 2);
  }
}
.resmi-destekciler .destekci-turu .destekciler .destekci figure {
  width: 100%;
  overflow: hidden;
}
.resmi-destekciler .destekci-turu .destekciler .destekci figure img {
  width: 100%;
  float: left;
}

.basin-odasi {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;
}
.basin-odasi .basin {
  margin-top: 25px;
  max-width: calc((100% - 25px) / 2);
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 2px 8px rgba(0, 0, 0, 0.25), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  position: relative;
}
.basin-odasi .basin figure {
  width: 100%;
  overflow: hidden;
}
.basin-odasi .basin figure img {
  width: 100%;
  float: left;
}
.basin-odasi .basin .baslik {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #103d47;
  color: #efefef;
  padding: 7px 15px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
.basin-odasi .basin .baslik:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #f38128;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: -1;
}
.basin-odasi .basin .baslik:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #f38128;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: -1;
}
.basin-odasi .basin:hover .baslik {
  color: #103d47;
}
.basin-odasi .basin:hover .baslik:before, .basin-odasi .basin:hover .baslik:after {
  width: 50%;
}

.basin-odasi2 {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;
}
.basin-odasi2 .basin {
  margin-top: 25px;
  max-width: calc((100% - 50px) / 3);
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 2px 8px rgba(0, 0, 0, 0.25), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  position: relative;
}
@media (max-width: 500px) {
  .basin-odasi2 .basin {
    max-width: 100%;
  }
}
.basin-odasi2 .basin figure {
  width: 100%;
  overflow: hidden;
}
.basin-odasi2 .basin figure img {
  width: 100%;
  float: left;
}
.basin-odasi2 .basin .baslik {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #103d47;
  color: #efefef;
  padding: 7px 15px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
.basin-odasi2 .basin .baslik:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #f38128;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: -1;
}
.basin-odasi2 .basin .baslik:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #f38128;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: -1;
}
.basin-odasi2 .basin:hover .baslik {
  color: #103d47;
}
.basin-odasi2 .basin:hover .baslik:before, .basin-odasi2 .basin:hover .baslik:after {
  width: 50%;
}

.yazili-basin {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.yazili-basin .basin {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  padding: 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  color: #f38128;
}

.not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  width: 100%;
  background-image: url("../../images/site/page-not-found.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 768px;
}
@media (max-width: 1024px) {
  .not-found {
    min-height: 600px;
  }
}
@media (max-width: 768px) {
  .not-found {
    background-image: url("../../images/site/page-not-found-m.jpg");
  }
}
.not-found h1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  padding-top: 75px;
}

.not-found-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.not-found-2 figure {
  width: 100%;
}
.not-found-2 figure img {
  float: left;
  width: 100%;
}
.not-found-2 figure img.web {
  display: block;
}
@media (max-width: 768px) {
  .not-found-2 figure img.web {
    display: none;
  }
}
.not-found-2 figure img.mobil {
  display: none;
}
@media (max-width: 768px) {
  .not-found-2 figure img.mobil {
    display: block;
  }
}
.not-found-2 h1 {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  margin-bottom: -50px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .not-found-2 h1 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .not-found-2 h1 {
    bottom: 55%;
  }
}
@media (max-width: 500px) {
  .not-found-2 h1 {
    bottom: 60%;
    transform: translate(-50%, -60%);
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .not-found-2 h1 {
    bottom: 62%;
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .not-found-2 h1 {
    bottom: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: -15px;
    font-size: 14px;
  }
}

.langHiddenClass {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

.videolarx {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 25px;
}
.videolarx .videox {
  max-width: calc((100% - 50px) / 3) !important;
  width: 100%;
  position: relative;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
@media (max-width: 500px) {
  .videolarx .videox {
    max-width: 100%;
  }
}
.videolarx .videox .video-ikonx {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videolarx .videox figure {
  width: 100%;
}
.videolarx .videox figure img {
  width: 100%;
  float: left;
}
.videolarx .videox h2 {
  font-size: 18px;
  line-height: 26px;
  color: #263145;
  padding: 5px;
  text-align: center;
  min-height: 62px;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */
