@charset "UTF-8";
@import url("./cdrstrap.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  font-family: "Manrope", sans-serif;
}

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: #ef5b22;
  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: #ef5b22;
}

.mm-menu.mm-theme-dark {
  z-index: 9999;
}

.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: #ef5b22 !important;
}

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

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

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

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

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

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

@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: 25px;
  }
  .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) img {
    height: 20px;
    filter: invert(1);
  }
}
.web-none {
  display: none;
}
@media (max-width: 1024px) {
  .web-none {
    display: block;
  }
}

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

body {
  background-color: #e8e8e8;
}

header {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: sticky;
  z-index: 10;
  background-color: #e8e8e8;
}
header .top {
  background-color: #0b1b28;
  min-height: 40px;
}
@media (max-width: 1024px) {
  header .top {
    display: none;
  }
}
header .top .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  height: 40px;
}
header .top .max-width .left {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
header .top .max-width .left a {
  font-size: 12px;
  color: #ffffff;
}
header .top .max-width .left a i {
  margin-right: 7px;
  color: #ffffff;
}
header .top .max-width .right {
  display: flex;
  justify-content: end;
  align-items: center;
}
header .top .max-width .right a figure {
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .top .max-width .right a figure img {
  width: 100%;
  float: left;
  filter: invert(1);
}
header .top .max-width .right a:hover figure img {
  filter: invert(0);
}
header .bottom {
  width: 100%;
}
header .bottom nav .headerin {
  width: 100%;
  height: 80px;
  max-height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  padding: 0 55px;
}
@media (max-width: 1024px) {
  header .bottom nav .headerin {
    height: 80px;
  }
}
@media (max-width: 768px) {
  header .bottom nav .headerin {
    height: 80px;
  }
}
@media (max-width: 500px) {
  header .bottom nav .headerin {
    gap: 25px;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
header .bottom nav .headerin a {
  cursor: pointer;
}
header .bottom nav .headerin a.logo {
  width: 100%;
  max-height: 80px;
  max-width: 240px;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (max-width: 768px) {
  header .bottom nav .headerin a.logo {
    width: 100%;
    max-height: 80px;
  }
}
header .bottom nav .headerin a.logo img.logo {
  width: 100%;
  float: left;
}
@media (max-width: 500px) {
  header .bottom nav .headerin a.logo img.logo {
    padding-top: 0;
    position: static;
  }
}
header .bottom nav .headerin .right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
header .bottom nav .headerin .right ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  width: 100%;
}
@media (max-width: 1280px) {
  header .bottom nav .headerin .right ul {
    display: none;
  }
}
header .bottom nav .headerin .right ul li {
  color: #000000;
  font-weight: 400;
  position: relative;
  line-height: 25px;
  padding: 10px 0;
}
header .bottom nav .headerin .right ul li.margin-right-minus {
  margin-right: -17px !important;
}
header .bottom nav .headerin .right ul li.social-link a img {
  border-radius: 50%;
}
header .bottom nav .headerin .right ul li.main-li:hover:not(.social-link) > a:before {
  width: calc(50% + 10px);
  height: 2px;
}
header .bottom nav .headerin .right ul li.main-li:hover:not(.social-link) > a:after {
  width: calc(50% + 10px);
}
header .bottom nav .headerin .right ul li:hover a {
  color: #a90000;
}
header .bottom nav .headerin .right ul li:hover ul {
  padding: 10px 15px;
}
header .bottom nav .headerin .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;
  padding: 0;
}
header .bottom nav .headerin .right ul li:hover ul.altmenu li {
  padding: 10px;
}
header .bottom nav .headerin .right ul li:hover ul.altmenu li img {
  width: 20px;
  height: 20px;
  opacity: 1;
  visibility: visible;
}
header .bottom nav .headerin .right ul li:hover ul.altmenu li a {
  padding: 0 10px;
  font-weight: 600;
}
header .bottom nav .headerin .right ul li.social-link:hover ul {
  margin-top: 0;
}
header .bottom nav .headerin .right ul li.social-link:hover ul.altmenu li {
  padding: 10px;
}
header .bottom nav .headerin .right ul li.social-link:hover ul.altmenu li a {
  padding: 0;
}
header .bottom nav .headerin .right ul li.social-link:hover ul.altmenu li:hover img {
  filter: invert(1);
}
header .bottom nav .headerin .right ul li.social-link:hover ul.altmenu li:hover a {
  color: #ffffff;
}
header .bottom nav .headerin .right ul li.social-link:hover ul.altmenu li:hover a span {
  color: #ffffff;
}
header .bottom nav .headerin .right ul li.main-li.header-etiket {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
header .bottom nav .headerin .right ul li.main-li.teklif-al-btn {
  background-color: #a90000;
  border: 1px solid #a90000;
  padding: 0;
}
header .bottom nav .headerin .right ul li.main-li.teklif-al-btn a {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  width: 100%;
  padding: 10px 15px;
  height: 100%;
}
header .bottom nav .headerin .right ul li.main-li.teklif-al-btn:hover {
  background-color: #ffffff;
}
header .bottom nav .headerin .right ul li.main-li.teklif-al-btn:hover a {
  color: #a90000;
}
header .bottom nav .headerin .right ul li.main-li.teklif-al-btn:hover a:before {
  width: 0;
  height: 0;
}
header .bottom nav .headerin .right ul li.main-li.teklif-al-btn:hover a:after {
  width: 0;
  height: 0;
}
header .bottom nav .headerin .right ul li.main-li form input {
  font-size: 14px;
  line-height: 14px;
  padding: 10px 15px;
  color: #000000;
  height: 38px;
  width: 200px;
}
header .bottom nav .headerin .right ul li.main-li form input:focus-visible {
  outline: none;
}
header .bottom nav .headerin .right ul li a {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .headerin .right ul li a:before {
  content: "";
  position: absolute;
  right: -10px;
  width: 0;
  height: 1px;
  bottom: 12px;
  background-color: #a90000;
  transform: scaleX(1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header .bottom nav .headerin .right ul li a:after {
  content: "";
  position: absolute;
  left: -10px;
  width: 0;
  height: 2px;
  background-color: #a90000;
  bottom: 12px;
  transform: scaleX(1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header .bottom nav .headerin .right ul li ul.altmenu {
  animation: alt-menu-outhover 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #EAEAEA;
  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 .headerin .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: #EAEAEA;
  color: #000000;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
header .bottom nav .headerin .right ul li ul.altmenu li:nth-last-child(1) {
  border-bottom: none;
}
header .bottom nav .headerin .right ul li ul.altmenu li:hover {
  background-color: #575757;
}
header .bottom nav .headerin .right ul li ul.altmenu li:hover a {
  color: #ffffff;
}
header .bottom nav .headerin .right ul li ul.altmenu li img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
header .bottom nav .headerin .right ul li ul.altmenu li a {
  color: #000000;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  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 .headerin .right a {
  text-decoration: none;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
header .bottom nav .headerin .right a.lang-link img {
  margin: 0;
  width: 18px;
  height: 18px;
}
header .bottom nav .headerin .right a.lang-link span {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 600;
}
header .bottom nav .headerin #close {
  padding: 9px 0 9px 12px;
  margin: 21px 0 21px 20px;
  color: #000000;
  right: 0;
  font-size: 24px;
}
@media (max-width: 1280px) {
  header .bottom nav .headerin #close {
    color: #000000;
  }
  header .bottom nav .headerin #close i {
    font-size: 32px;
    color: #000000;
    width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 500px) {
  header .bottom nav .headerin #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;
  }
}

.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: 768px) {
  .max-width {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.main-pad {
  padding: 0 25px;
}

.content-space {
  padding: 55px 0 65px 0;
}

.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%;
    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;
  background-color: rgb(255, 255, 255);
  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;
}
.sabitheader .bottom nav .max-width a.logo img.logo {
  padding-top: 0;
  position: static;
}

.breadcrumb {
  background-image: url("../../images/user/site/breadcrumb-bg.jpg");
  background-position: top left;
  background-size: 100%;
  background-color: rgba(255, 137, 91, 0.6);
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-block: 25px;
  letter-spacing: 1.3px;
  position: relative;
}
@media (max-width: 1366px) {
  .breadcrumb {
    background-size: auto 100%;
  }
}
.breadcrumb:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 72, 95, 0.6);
}
.breadcrumb .breadcrumb-list {
  z-index: 0;
}
.breadcrumb .breadcrumb-list a {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.breadcrumb .breadcrumb-list a i {
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #FFFFFF;
}

.current {
  color: #f7c000;
  font-weight: bold;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.owl-carousel-slider {
  position: relative;
}
.owl-carousel-slider .item {
  border-radius: 50px;
  overflow: hidden;
}
.owl-carousel-slider .item img.web-slider {
  border-radius: 30px;
}
.owl-carousel-slider .owl-nav {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  margin-bottom: 20px;
}
.owl-carousel-slider .owl-nav button {
  width: 60px !important;
  height: 60px !important;
  background-color: transparent !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: 1px solid #ffffff !important;
  border-radius: 50% !important;
}
.owl-carousel-slider .owl-nav button i {
  color: #ffffff;
  font-size: 30px;
}
.owl-carousel-slider .owl-nav button:hover {
  background-color: #ffffff !important;
}
.owl-carousel-slider .owl-nav button:hover i {
  color: #000000;
}

.owl-kesfet-galeri {
  position: relative;
}
.owl-kesfet-galeri .item {
  border-radius: 50px;
  overflow: hidden;
}
.owl-kesfet-galeri .item img.web-slider {
  border-radius: 30px;
}
.owl-kesfet-galeri .owl-nav {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  margin-bottom: 5px;
}
.owl-kesfet-galeri .owl-nav button {
  width: 30px !important;
  height: 30px !important;
  background-color: #006892 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: 1px solid #ffffff !important;
  border-radius: 50% !important;
}
.owl-kesfet-galeri .owl-nav button i {
  color: #ffffff;
  font-size: 20px;
}
.owl-kesfet-galeri .owl-nav button:hover {
  background-color: #ffffff !important;
}
.owl-kesfet-galeri .owl-nav button:hover i {
  color: #006892;
}

h2.anasayfa-h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: bolder;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  h2.anasayfa-h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 350px) {
  h2.anasayfa-h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
h2.h2-bg {
  width: 50%;
  padding: 10px 25px;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  font-size: 30px;
  line-height: 30px;
  font-weight: bolder;
  color: #ffffff;
}
h2.h2-bg.radius-left {
  border-top-left-radius: 42px;
}
h2.h2-bg.radius-right {
  border-top-right-radius: 42px;
}

.bg-turuncu {
  background-color: #ef5b22;
}

.bg-acikTuruncu {
  background-color: #f6921e;
}

.bg-mavi {
  background-color: #006892;
}

.bg-yesil {
  background-color: #00902c;
}

.bg-mor {
  background-color: #8e13cf;
}

.bg-koyupembe {
  background-color: #a90447;
}

.bg-kirmizi {
  background-color: #a90000;
}

.bg-sari {
  background-color: #fda200;
}

.tumunu-incele {
  font-size: 20px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 40px;
  color: #ffffff;
}

.ceyrek-daire {
  width: 120px;
  height: 120px;
  padding: 15px;
  position: absolute;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: start;
}
.ceyrek-daire img {
  max-width: 70%;
  width: 100%;
}
.ceyrek-daire.left-bottom {
  left: 0;
  border-radius: 0 0 0 100%;
  justify-content: end;
}
.ceyrek-daire.right-bottom {
  right: 0;
  border-radius: 0 0 100% 0;
  justify-content: start;
}

.adanada-ne-var .max-width {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.adanada-ne-var .max-width h2.anasayfa-h2 {
  margin-bottom: 0;
}
.adanada-ne-var .max-width .etkinlikler-tab-menu {
  margin-bottom: 0;
  margin-top: 15px;
}
.adanada-ne-var .max-width .etkinlikler {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 50px;
}
@media (max-width: 1366px) {
  .adanada-ne-var .max-width .etkinlikler {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .adanada-ne-var .max-width .etkinlikler {
    flex-direction: column;
  }
}
.adanada-ne-var .max-width .etkinlikler .main-etkinlik {
  max-width: calc(2 * (100% - 50px) / 3);
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 1366px) {
  .adanada-ne-var .max-width .etkinlikler .main-etkinlik {
    max-width: calc(2 * (100% - 30px) / 3);
  }
}
@media (max-width: 1280px) {
  .adanada-ne-var .max-width .etkinlikler .main-etkinlik {
    max-width: calc(6 * (100% - 30px) / 10);
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .adanada-ne-var .max-width .etkinlikler .main-etkinlik {
    max-width: 100%;
  }
}
.adanada-ne-var .max-width .etkinlikler .main-etkinlik .etkinlik-figure {
  width: 100%;
  overflow: hidden;
  border-bottom-left-radius: 250px;
  position: relative;
}
@media (max-width: 768px) {
  .adanada-ne-var .max-width .etkinlikler .main-etkinlik .etkinlik-figure {
    border-bottom-left-radius: 180px;
  }
}
@media (max-width: 500px) {
  .adanada-ne-var .max-width .etkinlikler .main-etkinlik .etkinlik-figure {
    border-bottom-left-radius: 0;
  }
}
.adanada-ne-var .max-width .etkinlikler .main-etkinlik .etkinlik-figure img {
  width: 100%;
  float: left;
}
.adanada-ne-var .max-width .etkinlikler .main-etkinlik .etkinlik-figure .text {
  position: absolute;
  bottom: 35px;
  left: 175px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (max-width: 500px) {
  .adanada-ne-var .max-width .etkinlikler .main-etkinlik .etkinlik-figure .text {
    left: 15px;
    bottom: 15px;
  }
}
.adanada-ne-var .max-width .etkinlikler .main-etkinlik .etkinlik-figure .text .baslik {
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 768px) {
  .adanada-ne-var .max-width .etkinlikler .main-etkinlik .etkinlik-figure .text .baslik {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .adanada-ne-var .max-width .etkinlikler .main-etkinlik .etkinlik-figure .text .baslik {
    font-size: 20px;
  }
}
.adanada-ne-var .max-width .etkinlikler .main-etkinlik .etkinlik-figure .text .zaman {
  color: #ef5b22;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 768px) {
  .adanada-ne-var .max-width .etkinlikler .main-etkinlik .etkinlik-figure .text .zaman {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .adanada-ne-var .max-width .etkinlikler .main-etkinlik .etkinlik-figure .text .zaman {
    font-size: 16px;
  }
}
.adanada-ne-var .max-width .etkinlikler .main-etkinlik .cd {
  width: 135px;
  height: 135px;
  background-color: #ef5b22;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  border-bottom-left-radius: 100%;
  padding: 20px 20px 0 0;
  justify-content: end;
  align-items: start;
  transform-origin: top right;
}
@media (max-width: 768px) {
  .adanada-ne-var .max-width .etkinlikler .main-etkinlik .cd {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 500px) {
  .adanada-ne-var .max-width .etkinlikler .main-etkinlik .cd {
    display: none;
  }
}
.adanada-ne-var .max-width .etkinlikler .main-etkinlik .cd img {
  max-width: 52%;
}
.adanada-ne-var .max-width .etkinlikler .main-etkinlik .buyutec-ikon {
  position: absolute;
  right: 0;
  bottom: 20px;
  background-color: #ef5b22;
  height: 50px;
  width: 90px;
  border-radius: 50px 0 0 50px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .adanada-ne-var .max-width .etkinlikler .main-etkinlik .buyutec-ikon {
    width: 50px;
    height: 35px;
  }
}
@media (max-width: 350px) {
  .adanada-ne-var .max-width .etkinlikler .main-etkinlik .buyutec-ikon {
    display: none;
  }
}
.adanada-ne-var .max-width .etkinlikler .main-etkinlik .buyutec-ikon img {
  width: 25px;
}
@media (max-width: 768px) {
  .adanada-ne-var .max-width .etkinlikler .main-etkinlik .buyutec-ikon img {
    width: 16px;
  }
}
.adanada-ne-var .max-width .etkinlikler .main-etkinlik:hover .cd {
  transform: rotate(10deg);
}
.adanada-ne-var .max-width .etkinlikler .main-etkinlik:hover .etkinlik-figure .text {
  position: absolute;
  bottom: 35px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.adanada-ne-var .max-width .etkinlikler .main-etkinlik:hover .etkinlik-figure .text .baslik {
  font-size: 0;
  font-weight: bold;
  color: #ffffff;
}
.adanada-ne-var .max-width .etkinlikler .main-etkinlik:hover .etkinlik-figure .text .zaman {
  color: #ef5b22;
  font-weight: bold;
  font-size: 0;
}
.adanada-ne-var .max-width .etkinlikler .main-etkinlik:hover .buyutec-ikon {
  width: 65px;
}
.adanada-ne-var .max-width .etkinlikler .etkinlik-list {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .adanada-ne-var .max-width .etkinlikler .etkinlik-list {
    max-width: calc(4 * (100% - 30px) / 10);
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .adanada-ne-var .max-width .etkinlikler .etkinlik-list {
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .adanada-ne-var .max-width .etkinlikler .etkinlik-list {
    gap: 20px;
  }
}
.adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}
@media (max-width: 1024px) {
  .adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 768px) {
  .adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik {
    flex-direction: column;
    align-items: center;
    gap: 0;
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
  }
}
.adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik:hover figure img {
  transform: scale(1.05);
}
.adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik figure {
  max-width: 175px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 1280px) {
  .adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik figure {
    max-width: 150px;
  }
}
@media (max-width: 500px) {
  .adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik figure {
    max-width: 100%;
  }
}
.adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik figure img {
  width: 100%;
  float: left;
}
.adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik .bilgi {
  max-width: calc(100% - 185px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik .bilgi {
    max-width: calc(100% - 150px);
  }
}
@media (max-width: 500px) {
  .adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik .bilgi {
    max-width: 100%;
    gap: 10px;
    background-color: #ffffff;
    padding: 15px;
  }
}
.adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik .bilgi .saat {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 5px;
  width: 100%;
}
.adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik .bilgi .saat .saat-text {
  width: 50px;
}
.adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik .bilgi .saat .before {
  max-width: calc(100% - 55px);
  width: 100%;
  position: relative;
}
.adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik .bilgi .saat .before:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #ef5b22;
}
.adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik .bilgi h2, .adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik .bilgi h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  color: #000000;
}
@media (max-width: 500px) {
  .adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik .bilgi h2, .adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik .bilgi h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik .bilgi .tarih-saat-bilgi {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
}
.adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik .bilgi .tarih-saat-bilgi .tarih {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.adanada-ne-var .max-width .etkinlikler .etkinlik-list .etkinlik .bilgi .tarih-saat-bilgi .saat-araligi {
  font-size: 16px;
  color: #ef5b22;
  font-weight: bold;
}
.adanada-ne-var .max-width .tumunu-incele {
  max-width: max-content;
  margin-top: 0;
  text-align: center;
}

.adanayi-kesfet.normal-sayfa .max-width {
  align-items: start;
  gap: 0;
}
.adanayi-kesfet.normal-sayfa .max-width h1 {
  margin-bottom: 0;
}
.adanayi-kesfet.normal-sayfa .max-width .text {
  margin: 25px 0;
}
.adanayi-kesfet.normal-sayfa .max-width .harita-yer {
  margin-top: 25px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 103, 145, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 103, 145, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 103, 145, 0.2);
}
.adanayi-kesfet .max-width {
  display: flex;
  justify-content: start;
  align-items: end;
  flex-direction: column;
  width: 100%;
}
.adanayi-kesfet .max-width .tumunu-incele {
  margin-top: 25px;
  align-self: center;
}
.adanayi-kesfet .max-width h2.h2-bg {
  max-width: calc(2 * (100% - 45px) / 4 + 15px);
  width: 100%;
  text-align: right;
  background-color: #006892;
  color: #ffffff;
}
@media (max-width: 768px) {
  .adanayi-kesfet .max-width h2.h2-bg {
    max-width: 100%;
  }
}
.adanayi-kesfet .max-width .yerler {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 15px;
  flex-wrap: wrap;
}
.adanayi-kesfet .max-width .yerler .yer {
  max-width: calc((100% - 45px) / 4);
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .adanayi-kesfet .max-width .yerler .yer {
    max-width: 100%;
  }
}
.adanayi-kesfet .max-width .yerler .yer.aktif {
  max-width: calc(2 * (100% - 45px) / 4 + 15px);
}
@media (max-width: 768px) {
  .adanayi-kesfet .max-width .yerler .yer.aktif {
    max-width: 100%;
  }
}
.adanayi-kesfet .max-width .yerler .yer.aktif figure {
  border-radius: 0 0 200px 0;
}
.adanayi-kesfet .max-width .yerler .yer.aktif figure.cd {
  width: 100px;
  height: 100px;
  background-color: #006892;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 0 100% 0;
  padding: 20px 0 0 20px;
  display: flex;
  justify-content: start;
  align-items: start;
  transform-origin: top left;
}
.adanayi-kesfet .max-width .yerler .yer.aktif figure.cd img {
  max-width: 52% !important;
  width: 100%;
  height: auto;
}
.adanayi-kesfet .max-width .yerler .yer.aktif .text {
  bottom: 30px;
  right: 125px;
  left: unset;
  transform-origin: bottom left;
  transform: rotate(0);
  width: calc(100% - 125px);
}
.adanayi-kesfet .max-width .yerler .yer.aktif .text h2, .adanayi-kesfet .max-width .yerler .yer.aktif .text h3 {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
}
@media (max-width: 768px) {
  .adanayi-kesfet .max-width .yerler .yer.aktif .text h2, .adanayi-kesfet .max-width .yerler .yer.aktif .text h3 {
    font-size: 22px;
  }
}
.adanayi-kesfet .max-width .yerler .yer.aktif .text .konum {
  font-size: 24px;
  color: #006892;
  text-align: right;
}
.adanayi-kesfet .max-width .yerler .yer figure {
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.adanayi-kesfet .max-width .yerler .yer figure img {
  height: 100%;
  float: left;
  object-fit: cover;
}
.adanayi-kesfet .max-width .yerler .yer figure.cd {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.adanayi-kesfet .max-width .yerler .yer figure.cd img {
  width: 0;
  height: 0;
}
.adanayi-kesfet .max-width .yerler .yer .text {
  width: calc(100% + 125px);
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 80px;
  transform-origin: bottom left;
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .adanayi-kesfet .max-width .yerler .yer .text {
    width: calc(100% + 260px);
  }
}
.adanayi-kesfet .max-width .yerler .yer .text h2, .adanayi-kesfet .max-width .yerler .yer .text h3 {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 768px) {
  .adanayi-kesfet .max-width .yerler .yer .text h2, .adanayi-kesfet .max-width .yerler .yer .text h3 {
    font-size: 28px;
  }
}
.adanayi-kesfet .max-width .yerler .yer .text .konum {
  font-size: 24px;
  color: #006892;
  text-align: left;
}

.yerler {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 15px;
}
@media (max-width: 768px) {
  .yerler {
    flex-wrap: wrap;
  }
}
.yerler .yer {
  max-width: calc((100% - 45px) / 4);
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .yerler .yer {
    max-width: 100%;
  }
}
.yerler .yer.aktif {
  max-width: calc(2 * (100% - 45px) / 4 + 15px);
}
@media (max-width: 768px) {
  .yerler .yer.aktif {
    max-width: 100%;
  }
}
.yerler .yer.aktif figure {
  border-radius: 0 0 200px 0;
}
.yerler .yer.aktif figure.cd {
  width: 100px;
  height: 100px;
  background-color: #006892;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 0 100% 0;
  padding: 20px 0 0 20px;
  display: flex;
  justify-content: start;
  align-items: start;
  transform-origin: top left;
}
.yerler .yer.aktif figure.cd img {
  max-width: 52% !important;
  width: 100%;
  height: auto;
}
.yerler .yer.aktif .text {
  bottom: 30px;
  right: 125px;
  left: unset;
  transform-origin: bottom left;
  transform: rotate(0);
  width: calc(100% - 125px);
}
.yerler .yer.aktif .text h3 {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
}
@media (max-width: 768px) {
  .yerler .yer.aktif .text h3 {
    font-size: 22px;
  }
}
.yerler .yer.aktif .text .konum {
  font-size: 24px;
  color: #006892;
  text-align: right;
}
.yerler .yer figure {
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.yerler .yer figure img {
  height: 100%;
  float: left;
  object-fit: cover;
}
.yerler .yer figure.cd {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.yerler .yer figure.cd img {
  width: 0;
  height: 0;
}
.yerler .yer .text {
  width: calc(100% + 125px);
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 80px;
  transform-origin: bottom left;
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .yerler .yer .text {
    width: calc(100% + 260px);
  }
}
.yerler .yer .text h3 {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 768px) {
  .yerler .yer .text h3 {
    font-size: 28px;
  }
}
.yerler .yer .text .konum {
  font-size: 24px;
  color: #006892;
  text-align: left;
}

.adana-turu {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .adana-turu {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.adana-turu .owl-adana-turu {
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .adana-turu .owl-adana-turu {
    border-radius: 0;
  }
}
.adana-turu .owl-adana-turu .item .image-wrapper {
  position: relative;
}
.adana-turu .owl-adana-turu .item .image-wrapper img {
  display: block;
}
.adana-turu .owl-adana-turu .item .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 74, 103, 0.35);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.adana-turu .owl-adana-turu .item .image-wrapper .text {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.adana-turu .owl-adana-turu .item .image-wrapper .text h2 {
  color: #fda200;
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .adana-turu .owl-adana-turu .item .image-wrapper .text h2 {
    font-size: 30px;
  }
}
.adana-turu .owl-adana-turu .item .image-wrapper .text h2 span {
  font-weight: bold;
  font-size: 42px;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .adana-turu .owl-adana-turu .item .image-wrapper .text h2 span {
    font-size: 34px;
  }
}
.adana-turu .owl-adana-turu .item:hover .image-wrapper::before {
  background-color: rgba(239, 91, 34, 0.4);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.adana-turu .owl-adana-turu .item:hover .image-wrapper .text h2 {
  color: #ffffff;
  font-size: 38px;
}
.adana-turu .owl-adana-turu .item:hover .image-wrapper .text h2 span {
  font-size: 44px;
}

.adanada-folklor.normal-sayfa .max-width .folklor-ic-sayfa {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
  margin-top: 25px;
  flex-direction: column;
}
.adanada-folklor .folklor {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
}
.adanada-folklor .folklor:nth-child(odd) h2 {
  left: 0;
  border-top-right-radius: 120px;
  text-align: right;
  padding: 20px 50px 20px 20px;
}
.adanada-folklor .folklor:nth-child(odd) .ceyrek-daire {
  left: 0;
  border-radius: 0 0 0 100%;
  justify-content: end;
}
@media (max-width: 500px) {
  .adanada-folklor .folklor:nth-child(odd) .ceyrek-daire {
    display: none;
  }
}
.adanada-folklor .folklor:nth-child(even) h2 {
  right: 0;
  border-top-left-radius: 120px;
  text-align: left;
  padding: 20px 20px 20px 50px;
}
.adanada-folklor .folklor:nth-child(even) .bilgi img.right {
  margin-left: 50%;
  border-radius: 220px 0 200px 220px;
}
@media (max-width: 768px) {
  .adanada-folklor .folklor:nth-child(even) .bilgi img.right {
    margin-left: 0;
    border-radius: 0;
  }
}
.adanada-folklor .folklor:nth-child(even) .bilgi .text {
  justify-content: start;
  border-radius: 100px 0 220px 0;
}
@media (max-width: 768px) {
  .adanada-folklor .folklor:nth-child(even) .bilgi .text {
    border-radius: 0 0 127px 0;
  }
}
.adanada-folklor .folklor:nth-child(even) .bilgi .bilgilendirme {
  align-items: end;
}
@media (max-width: 500px) {
  .adanada-folklor .folklor:nth-child(even) .bilgi .bilgilendirme {
    align-items: center;
  }
}
.adanada-folklor .folklor:nth-child(even) .bilgi .bilgilendirme p {
  text-align: right;
}
.adanada-folklor .folklor:nth-child(even) .ceyrek-daire {
  right: 0;
  border-radius: 0 0 100% 0;
  justify-content: start;
}
@media (max-width: 500px) {
  .adanada-folklor .folklor:nth-child(even) .ceyrek-daire {
    display: none;
  }
}
.adanada-folklor .folklor:nth-child(7n+1) h2, .adanada-folklor .folklor:nth-child(7n+1) .bilgi .tumunu-incele, .adanada-folklor .folklor:nth-child(7n+1) .ceyrek-daire {
  background-color: #00902c;
}
.adanada-folklor .folklor:nth-child(7n+1) .text {
  background-color: #cce3d3;
}
.adanada-folklor .folklor:nth-child(7n+2) h2, .adanada-folklor .folklor:nth-child(7n+2) .bilgi .tumunu-incele, .adanada-folklor .folklor:nth-child(7n+2) .ceyrek-daire {
  background-color: #8e13cf;
}
.adanada-folklor .folklor:nth-child(7n+2) .text {
  background-color: #d9cde0;
}
.adanada-folklor .folklor:nth-child(7n+3) h2, .adanada-folklor .folklor:nth-child(7n+3) .bilgi .tumunu-incele, .adanada-folklor .folklor:nth-child(7n+3) .ceyrek-daire {
  background-color: #a90447;
}
.adanada-folklor .folklor:nth-child(7n+3) .text {
  background-color: #e0cdd5;
}
.adanada-folklor .folklor:nth-child(7n+4) h2, .adanada-folklor .folklor:nth-child(7n+4) .bilgi .tumunu-incele, .adanada-folklor .folklor:nth-child(7n+4) .ceyrek-daire {
  background-color: #f6921e;
}
.adanada-folklor .folklor:nth-child(7n+4) .text {
  background-color: #d9d1c8;
}
.adanada-folklor .folklor:nth-child(7n+5) h2, .adanada-folklor .folklor:nth-child(7n+5) .bilgi .tumunu-incele, .adanada-folklor .folklor:nth-child(7n+5) .ceyrek-daire {
  background-color: #006892;
}
.adanada-folklor .folklor:nth-child(7n+5) .text {
  background-color: #d5e1e7;
}
.adanada-folklor .folklor:nth-child(7n+6) h2, .adanada-folklor .folklor:nth-child(7n+6) .bilgi .tumunu-incele, .adanada-folklor .folklor:nth-child(7n+6) .ceyrek-daire {
  background-color: #ef5b22;
}
.adanada-folklor .folklor:nth-child(7n+6) .text {
  background-color: #dcd0cc;
}
.adanada-folklor .folklor:nth-child(7n+7) h2, .adanada-folklor .folklor:nth-child(7n+7) .bilgi .tumunu-incele, .adanada-folklor .folklor:nth-child(7n+7) .ceyrek-daire {
  background-color: #a90000;
}
.adanada-folklor .folklor:nth-child(7n+7) .text {
  background-color: #dccece;
}
.adanada-folklor .folklor h2 {
  content: "";
  position: absolute;
  height: 76px;
  top: 0;
  max-width: 80%;
  width: 100%;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  z-index: 1;
}
@media (max-width: 1024px) {
  .adanada-folklor .folklor h2 {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .adanada-folklor .folklor h2 {
    position: relative;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .adanada-folklor .folklor h2 {
    font-size: 26px;
    line-height: 26px;
    height: 66px;
  }
}
.adanada-folklor .folklor h2.right {
  right: 0;
  border-top-left-radius: 120px;
  text-align: left;
  padding: 20px 20px 20px 50px;
}
.adanada-folklor .folklor h2.left {
  left: 0;
  border-top-right-radius: 120px;
  text-align: right;
  padding: 20px 50px 20px 20px;
}
.adanada-folklor .folklor .bilgi {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 50px;
  border-radius: 0 100px 0 250px;
}
@media (max-width: 768px) {
  .adanada-folklor .folklor .bilgi {
    flex-direction: column;
    gap: 0;
  }
}
.adanada-folklor .folklor .bilgi img {
  max-width: 50%;
  width: 100%;
  height: auto;
  border-radius: 0 220px 220px 200px;
  z-index: 2;
  -webkit-box-shadow: 5px 2px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 2px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 5px 2px 10px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .adanada-folklor .folklor .bilgi img {
    border-radius: 0 0 0 0;
    max-width: 100%;
    z-index: 0;
  }
}
.adanada-folklor .folklor .bilgi img.right {
  margin-left: 50%;
  border-radius: 220px 0 200px 220px;
}
@media (max-width: 768px) {
  .adanada-folklor .folklor .bilgi img.right {
    margin-left: 0;
    border-radius: 0;
  }
}
.adanada-folklor .folklor .bilgi .text {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 38px;
  width: 100%;
  height: calc(100% - 38px);
  border-radius: 0 100px 0 220px;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 768px) {
  .adanada-folklor .folklor .bilgi .text {
    position: relative;
    margin-top: 0;
    border-radius: 0 0 0 127px;
  }
}
.adanada-folklor .folklor .bilgi .text.right {
  justify-content: start;
  border-radius: 100px 0 220px 0;
}
@media (max-width: 768px) {
  .adanada-folklor .folklor .bilgi .text.right {
    border-radius: 0 0 127px 0;
  }
}
.adanada-folklor .folklor .bilgi .text.mor {
  background-color: #dfd2e5;
}
.adanada-folklor .folklor .bilgi .text.koyupembe {
  background-color: #e1d1d8;
}
.adanada-folklor .folklor .bilgi .text .bilgilendirme {
  max-width: 50%;
  padding: 50px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 25px;
}
.adanada-folklor .folklor .bilgi .text .bilgilendirme.right {
  align-items: end;
}
@media (max-width: 500px) {
  .adanada-folklor .folklor .bilgi .text .bilgilendirme.right {
    align-items: center;
  }
}
.adanada-folklor .folklor .bilgi .text .bilgilendirme.right p {
  text-align: right;
}
@media (max-width: 768px) {
  .adanada-folklor .folklor .bilgi .text .bilgilendirme {
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 500px) {
  .adanada-folklor .folklor .bilgi .text .bilgilendirme {
    max-width: 100%;
    align-items: center;
    padding: 25px;
  }
  .adanada-folklor .folklor .bilgi .text .bilgilendirme p {
    text-align: center !important;
  }
}
@media (max-width: 500px) {
  .adanada-folklor .folklor .ceyrek-daire {
    display: none;
  }
}

.adana-lezzetleri {
  padding-top: 0;
}
.adana-lezzetleri.normal-sayfa {
  padding-top: 55px !important;
}
.adana-lezzetleri.normal-sayfa .max-width {
  align-items: start;
  gap: 0;
}
.adana-lezzetleri.normal-sayfa .max-width h1 {
  margin-bottom: 0;
}
.adana-lezzetleri.normal-sayfa .max-width .text {
  margin: 25px 0;
}
@media (max-width: 1024px) {
  .adana-lezzetleri.normal-sayfa .max-width .text figure {
    max-width: 40%;
  }
}
@media (max-width: 500px) {
  .adana-lezzetleri.normal-sayfa .max-width .text figure {
    max-width: 100%;
  }
}
.adana-lezzetleri.normal-sayfa .max-width .text figure.normal {
  cursor: pointer;
  padding: 3px;
  overflow: hidden;
  border: 2px solid #a90000;
}
.adana-lezzetleri.normal-sayfa .max-width .text figure.normal:hover img {
  transform: scale(1.04);
}
.adana-lezzetleri.normal-sayfa .max-width .harita-yer {
  margin-top: 25px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 103, 145, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 103, 145, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 103, 145, 0.2);
}
.adana-lezzetleri .max-width {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  width: 100%;
}
.adana-lezzetleri .max-width .tumunu-incele {
  margin-top: 25px;
  align-self: center;
}
.adana-lezzetleri .max-width h2.h2-bg {
  max-width: calc(2 * (100% - 45px) / 4 + 15px);
  width: 100%;
  text-align: right;
  color: #ffffff;
}
@media (max-width: 768px) {
  .adana-lezzetleri .max-width h2.h2-bg {
    max-width: 100%;
  }
}
.adana-lezzetleri .max-width .yerler {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 15px;
}
@media (max-width: 768px) {
  .adana-lezzetleri .max-width .yerler {
    flex-wrap: wrap;
  }
}
.adana-lezzetleri .max-width .yerler .yer {
  max-width: calc((100% - 45px) / 4);
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .adana-lezzetleri .max-width .yerler .yer {
    max-width: 100%;
  }
}
.adana-lezzetleri .max-width .yerler .yer.aktif {
  max-width: calc(2 * (100% - 45px) / 4 + 15px);
}
@media (max-width: 768px) {
  .adana-lezzetleri .max-width .yerler .yer.aktif {
    max-width: 100%;
  }
}
.adana-lezzetleri .max-width .yerler .yer.aktif figure {
  border-radius: 0 0 0 200px;
}
.adana-lezzetleri .max-width .yerler .yer.aktif figure.cd {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 100%;
  padding: 20px 20px 0 0;
  display: flex;
  justify-content: end;
  align-items: start;
  transform-origin: top left;
  background-color: #a90000;
}
.adana-lezzetleri .max-width .yerler .yer.aktif figure.cd img {
  max-width: 52% !important;
  width: 100%;
  height: auto;
}
.adana-lezzetleri .max-width .yerler .yer.aktif .text {
  bottom: 30px;
  left: 125px;
  right: unset;
  transform-origin: bottom left;
  transform: rotate(0);
}
.adana-lezzetleri .max-width .yerler .yer.aktif .text h2, .adana-lezzetleri .max-width .yerler .yer.aktif .text h3 {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 768px) {
  .adana-lezzetleri .max-width .yerler .yer.aktif .text h2, .adana-lezzetleri .max-width .yerler .yer.aktif .text h3 {
    font-size: 22px;
  }
}
.adana-lezzetleri .max-width .yerler .yer.aktif .text .konum {
  font-size: 24px;
  color: #a90000;
  text-align: left;
}
.adana-lezzetleri .max-width .yerler .yer figure {
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.adana-lezzetleri .max-width .yerler .yer figure img {
  height: 100%;
  float: left;
  object-fit: cover;
}
.adana-lezzetleri .max-width .yerler .yer figure.cd {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.adana-lezzetleri .max-width .yerler .yer figure.cd img {
  width: 0;
  height: 0;
}
.adana-lezzetleri .max-width .yerler .yer .text {
  width: 100%;
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 80px;
  transform-origin: bottom left;
  transform: rotate(-90deg);
}
@media (max-width: 1024px) {
  .adana-lezzetleri .max-width .yerler .yer .text {
    width: calc(100% + 125px);
  }
}
@media (max-width: 768px) {
  .adana-lezzetleri .max-width .yerler .yer .text {
    width: calc(100% - 150px);
  }
}
.adana-lezzetleri .max-width .yerler .yer .text h2, .adana-lezzetleri .max-width .yerler .yer .text h3 {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 768px) {
  .adana-lezzetleri .max-width .yerler .yer .text h2, .adana-lezzetleri .max-width .yerler .yer .text h3 {
    font-size: 28px;
  }
}
.adana-lezzetleri .max-width .yerler .yer .text .konum {
  font-size: 24px;
  color: #a90000;
  text-align: left;
}

.adana-tarihi .max-width {
  display: flex;
  justify-content: start;
  align-items: end;
  flex-direction: column;
  width: 100%;
}
.adana-tarihi .max-width h2 {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .adana-tarihi .max-width h2 {
    width: 100%;
  }
}
.adana-tarihi .max-width .icerik {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .adana-tarihi .max-width .icerik {
    overflow: hidden;
  }
}
.adana-tarihi .max-width .icerik img {
  max-width: 80%;
  width: 100%;
  margin-left: 20%;
  float: left;
}
@media (max-width: 768px) {
  .adana-tarihi .max-width .icerik img {
    max-width: 90%;
  }
}
@media (max-width: 500px) {
  .adana-tarihi .max-width .icerik img {
    max-width: 100%;
    margin-left: 0;
  }
}
.adana-tarihi .max-width .icerik .text {
  position: absolute;
  width: 40%;
  height: calc(100% - 50px);
  margin: 25px 0;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding: 50px;
}
@media (max-width: 1024px) {
  .adana-tarihi .max-width .icerik .text {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .adana-tarihi .max-width .icerik .text {
    width: 75%;
    background-color: rgba(255, 255, 255, 0.8705882353);
    padding: 25px;
  }
}
@media (max-width: 500px) {
  .adana-tarihi .max-width .icerik .text {
    position: relative;
    width: 100%;
    margin: 0;
  }
}
.adana-tarihi .max-width .icerik .text img.tarihce {
  margin: 0;
  padding: 0;
  width: 30%;
  align-self: start;
}
@media (max-width: 1024px) {
  .adana-tarihi .max-width .icerik .text img.tarihce {
    width: 20%;
  }
}
@media (max-width: 500px) {
  .adana-tarihi .max-width .icerik .text img.tarihce {
    width: 40%;
  }
}
.adana-tarihi .max-width .icerik .text p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .adana-tarihi .max-width .icerik .text p {
    font-size: 16px;
  }
}
.adana-tarihi .max-width .icerik .text .tumunu-incele {
  font-size: 16px;
}

@media (max-width: 768px) {
  .anasayfa-haberler .max-width h2 {
    max-width: 100%;
    width: 100%;
  }
}

.haberler {
  display: flex;
  justify-content: start;
  align-self: stretch;
  flex-wrap: wrap;
  gap: 7px;
}
.haberler .item {
  max-width: calc((100% - 10px) / 3);
  width: 100%;
}
@media (max-width: 768px) {
  .haberler .item {
    max-width: calc((100% - 5px) / 2);
  }
}
@media (max-width: 500px) {
  .haberler .item {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .haberler .item.main {
    display: none;
  }
}
.haberler .item.main figure {
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 0 200px;
  height: 100%;
}
.haberler .item.main figure img {
  height: 100%;
  float: left;
}
.haberler .item figure {
  width: 100%;
}
.haberler .item figure img {
  width: 100%;
  float: left;
}
.haberler .haber {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
}
.haberler .haber .text {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 10px 20px;
}
.haberler .haber .text .tarih {
  color: #ef5b22;
  font-size: 18px;
  width: 100%;
  font-weight: bold;
}
.haberler .haber .text h2, .haberler .haber .text h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  min-height: 68px;
  color: #000000;
  width: 100%;
}
.haberler .haber .text .ikonlar {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.haberler .haber .text .ikonlar img {
  height: 30px;
}
.haberler .haber .text .tumunu-incele {
  height: 30px;
  font-size: 16px;
}

.adana-mevsim {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0 !important;
}
@media (max-width: 768px) {
  .adana-mevsim {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.adana-mevsim .owl-adana-turu {
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .adana-mevsim .owl-adana-turu {
    border-radius: 0;
  }
}
.adana-mevsim .owl-adana-turu .item .image-wrapper {
  position: relative;
}
.adana-mevsim .owl-adana-turu .item .image-wrapper img {
  display: block;
}
.adana-mevsim .owl-adana-turu .item .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 74, 103, 0.35);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.adana-mevsim .owl-adana-turu .item .image-wrapper .text {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.adana-mevsim .owl-adana-turu .item .image-wrapper .text h2 {
  color: #fda200;
  font-size: 26px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .adana-mevsim .owl-adana-turu .item .image-wrapper .text h2 {
    font-size: 30px;
  }
}
.adana-mevsim .owl-adana-turu .item .image-wrapper .text h2 span {
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .adana-mevsim .owl-adana-turu .item .image-wrapper .text h2 span {
    font-size: 34px;
  }
}
.adana-mevsim .owl-adana-turu .item:hover .image-wrapper::before {
  background-color: rgba(239, 91, 34, 0.4);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.adana-mevsim .owl-adana-turu .item:hover .image-wrapper .text h2 {
  color: #ffffff;
}

.takip-edin {
  background-color: #ef5b22;
}
.takip-edin .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  width: 100%;
  padding: 25px 0;
}
@media (max-width: 1024px) {
  .takip-edin .max-width {
    gap: 35px;
  }
}
@media (max-width: 500px) {
  .takip-edin .max-width {
    flex-direction: column;
    gap: 17px;
  }
}
.takip-edin .max-width .item {
  max-width: calc((100% - 100px) / 3);
  width: 100%;
}
@media (max-width: 1024px) {
  .takip-edin .max-width .item {
    max-width: calc((100% - 70px) / 3);
  }
}
@media (max-width: 768px) {
  .takip-edin .max-width .item {
    max-width: calc((100% - 35px) / 2);
  }
}
@media (max-width: 768px) {
  .takip-edin .max-width .item {
    max-width: 100%;
  }
}
.takip-edin .max-width img.item {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .takip-edin .max-width img.item {
    display: none;
  }
}
.takip-edin .max-width .takip-yazi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.takip-edin .max-width .takip-yazi h2 {
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
}
.takip-edin .max-width .takip-yazi img {
  height: 35px;
}
.takip-edin .max-width .sosyal-medya {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.takip-edin .max-width .sosyal-medya a {
  width: 40px;
  height: 40px;
  padding: 7px;
  border-radius: 100%;
  background-color: #ffffff;
}
.takip-edin .max-width .sosyal-medya a img {
  width: 100%;
  float: left;
}

footer {
  background-color: #006892;
}
footer .max-width {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  footer .max-width {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  footer .max-width {
    gap: 50px;
  }
}
footer .max-width .item {
  max-width: calc((100% - 120px) / 4);
  width: 100%;
}
@media (max-width: 1024px) {
  footer .max-width .item {
    max-width: calc((100% - 75px) / 4);
  }
}
@media (max-width: 768px) {
  footer .max-width .item {
    max-width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 500px) {
  footer .max-width .item {
    max-width: 100%;
  }
}
footer .max-width .item h2 {
  font-size: 24px;
  line-height: 24px;
  color: #fda200;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  footer .max-width .item h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 500px) {
  footer .max-width .item h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
footer .max-width .item h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  footer .max-width .item h3 {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  footer .max-width .item h3 {
    font-size: 20px;
  }
}
footer .max-width .item ul li {
  margin-bottom: 2px;
  padding-left: 15px;
  background-image: url("../../images/user/site/ucak.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left center;
}
@media (max-width: 500px) {
  footer .max-width .item ul li {
    background-size: 15px;
    padding-left: 20px;
    margin-bottom: 7px;
  }
}
footer .max-width .item ul li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
@media (max-width: 500px) {
  footer .max-width .item ul li a {
    font-size: 20px;
  }
}

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

/*
------------------------------------------
   İç Sayfalar
------------------------------------------
*/
.normal-sayfa.haber-detay h1 {
  max-width: 100%;
}
.normal-sayfa.adanada-mevsimler .max-width .mevsimler h2.mevsim-baslik {
  margin-top: 25px;
  color: #ffffff;
  max-width: calc(2 * (100% - 45px) / 4 + 15px);
  width: 100%;
  text-align: left;
  padding: 2px 7px 7px 25px;
  border-top-right-radius: 52px;
}
.normal-sayfa.adanada-mevsimler .max-width .mevsimler h2.mevsim-baslik:nth-of-type(1) {
  background-color: #ef5b22;
}
.normal-sayfa.adanada-mevsimler .max-width .mevsimler h2.mevsim-baslik:nth-of-type(2) {
  background-color: #006892;
}
.normal-sayfa.adanada-mevsimler .max-width .mevsimler h2.mevsim-baslik:nth-of-type(3) {
  background-color: #00902c;
}
.normal-sayfa.adanada-mevsimler .max-width .mevsimler h2.mevsim-baslik:nth-of-type(4) {
  background-color: #a90000;
}
.normal-sayfa h1 {
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
  max-width: calc(2 * (100% - 45px) / 4 + 15px);
  width: 100%;
  text-align: left;
  padding: 2px 7px 7px 25px;
  border-top-right-radius: 52px;
}
@media (max-width: 768px) {
  .normal-sayfa h1 {
    max-width: 100%;
  }
}
.normal-sayfa h2 {
  font-size: 30px;
  line-height: 46px;
  font-weight: bold;
  margin-top: 10px;
}
.normal-sayfa h2.galeri-h2 {
  font-size: 26px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 600;
  max-width: calc(2 * (100% - 45px) / 4 + 15px);
  width: 100%;
  text-align: left;
  padding: 2px 7px 7px 25px;
  border-top-right-radius: 52px;
}
@media (max-width: 768px) {
  .normal-sayfa h2.galeri-h2 {
    max-width: 100%;
  }
}
.normal-sayfa p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.normal-sayfa figure.normal {
  max-width: 30%;
  width: 100%;
  float: right;
  margin: 0 0 10px 10px;
}
.normal-sayfa figure.normal img {
  width: 100%;
  float: left;
}
@media (max-width: 1024px) {
  .normal-sayfa figure.normal {
    max-width: 40%;
  }
}
@media (max-width: 768px) {
  .normal-sayfa figure.normal {
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  .normal-sayfa figure.normal {
    max-width: 100%;
  }
}

.etkinlikler-tab-menu {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
  width: 100%;
  margin-bottom: 35px;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .etkinlikler-tab-menu {
    gap: 7px;
  }
}
.etkinlikler-tab-menu .t-menu {
  max-width: calc((100% - 45px) / 4);
  width: 100%;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  color: #ef5b22;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px 0;
  border: 2px solid #ef5b22;
  cursor: pointer;
}
@media (max-width: 768px) {
  .etkinlikler-tab-menu .t-menu {
    font-size: 18px;
    padding: 7px 0;
  }
}
@media (max-width: 500px) {
  .etkinlikler-tab-menu .t-menu {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 350px) {
  .etkinlikler-tab-menu .t-menu {
    font-size: 14px;
    padding: 5px 0;
  }
}
.etkinlikler-tab-menu .t-menu:hover {
  background-color: #ef5b22;
  color: #ffffff;
}

.etkinlik-listesi {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 35px;
}
@media (max-width: 1280px) {
  .etkinlik-listesi {
    max-width: calc(4 * (100% - 30px) / 10);
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .etkinlik-listesi {
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .etkinlik-listesi {
    gap: 20px;
  }
}
.etkinlik-listesi .etkinlik {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 10px;
  max-width: calc((100% - 25px) / 2);
  width: 100%;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 15px 0 0 15px;
}
@media (max-width: 1024px) {
  .etkinlik-listesi .etkinlik {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 768px) {
  .etkinlik-listesi .etkinlik {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .etkinlik-listesi .etkinlik {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .etkinlik-listesi .etkinlik {
    flex-direction: column;
    align-items: center;
    gap: 0;
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
  }
}
.etkinlik-listesi .etkinlik:hover figure img {
  transform: scale(1.05);
}
.etkinlik-listesi .etkinlik figure {
  max-width: 175px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 1280px) {
  .etkinlik-listesi .etkinlik figure {
    max-width: 150px;
  }
}
@media (max-width: 500px) {
  .etkinlik-listesi .etkinlik figure {
    max-width: 100%;
  }
}
.etkinlik-listesi .etkinlik figure img {
  width: 100%;
  float: left;
}
.etkinlik-listesi .etkinlik .bilgi {
  max-width: calc(100% - 185px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  padding: 5px 5px 5px 0;
}
@media (max-width: 1280px) {
  .etkinlik-listesi .etkinlik .bilgi {
    max-width: calc(100% - 150px);
  }
}
@media (max-width: 500px) {
  .etkinlik-listesi .etkinlik .bilgi {
    max-width: 100%;
    gap: 10px;
    background-color: #ffffff;
    padding: 15px;
  }
}
.etkinlik-listesi .etkinlik .bilgi .saat {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 5px;
  width: 100%;
}
.etkinlik-listesi .etkinlik .bilgi .saat .saat-text {
  width: 50px;
}
.etkinlik-listesi .etkinlik .bilgi .saat .before {
  max-width: calc(100% - 55px);
  width: 100%;
  position: relative;
  margin-right: 5px;
}
.etkinlik-listesi .etkinlik .bilgi .saat .before:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #ef5b22;
}
.etkinlik-listesi .etkinlik .bilgi h2, .etkinlik-listesi .etkinlik .bilgi h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #000000;
}
@media (max-width: 500px) {
  .etkinlik-listesi .etkinlik .bilgi h2, .etkinlik-listesi .etkinlik .bilgi h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .etkinlik-listesi .etkinlik .bilgi .tarih-saat-bilgi {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
}
.etkinlik-listesi .etkinlik .bilgi .tarih-saat-bilgi .tarih {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.etkinlik-listesi .etkinlik .bilgi .tarih-saat-bilgi .saat-araligi {
  font-size: 16px;
  color: #ef5b22;
  font-weight: bold;
}

.etkinlik-detay-sayfasi .max-width figure {
  float: left;
  margin: 0 15px 15px 0;
}
.etkinlik-detay-sayfasi .max-width figure.etkinlik {
  max-width: calc(4 * (100% - 25px) / 10);
  width: 100%;
}
.etkinlik-detay-sayfasi .max-width figure.etkinlik img {
  width: 100%;
  float: left;
}
.etkinlik-detay-sayfasi .max-width .etkinlik-tablo {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 2px;
  row-gap: 1px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.etkinlik-detay-sayfasi .max-width .etkinlik-tablo .sutun {
  max-width: calc((100% - 5px) / 2);
  width: 100%;
  border: 1px solid rgba(239, 91, 34, 0.2);
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font-weight: bolder;
}
.etkinlik-detay-sayfasi .max-width .etkinlik-tablo .sutun i {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.foto-galeri {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
}
.foto-galeri .galeri-figure {
  max-width: calc((100% - 60px) / 7);
  width: 100%;
  padding: 2px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.foto-galeri .galeri-figure img {
  float: left;
  width: 100%;
  border-radius: 0 0 75px 0;
}
.foto-galeri .galeri-figure .galeri-cd {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 0 0 100% 0;
  padding: 10px 0 0 10px;
  transform-origin: top right;
}
.foto-galeri .galeri-figure .galeri-cd i {
  color: #ffffff;
  font-size: 20px;
}
.foto-galeri .galeri-figure:hover img {
  border-radius: 0;
}
.foto-galeri .galeri-figure:hover .galeri-cd {
  transform: rotate(-90deg);
}

.faaliyetler {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
  width: 100%;
  flex-wrap: wrap;
}
.faaliyetler .faaliyet {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  max-width: calc((100% - 30px) / 3);
  width: 100%;
  gap: 0;
}
@media (max-width: 768px) {
  .faaliyetler .faaliyet {
    max-width: calc((100% - 15px) / 2);
    width: 100%;
  }
}
@media (max-width: 500px) {
  .faaliyetler .faaliyet {
    max-width: 100%;
    width: 100%;
  }
}
.faaliyetler .faaliyet figure {
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 75px 0;
}
.faaliyetler .faaliyet figure img {
  width: 100%;
  float: left;
}
.faaliyetler .faaliyet .text-faaliyet {
  padding: 10px;
  background-color: #006892;
  width: 100%;
  border-radius: 0 70px 0 0;
}
.faaliyetler .faaliyet .text-faaliyet h2 {
  font-size: 28px;
  line-height: 38px;
  margin-top: 0;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .faaliyetler .faaliyet .text-faaliyet h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

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