@charset "UTF-8";
/* config */ /* Reset */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 12px !important;
  font-size: calc(0.75em + 1vmin) !important;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 0px;
}

h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 0px;
}

h3 {
  font-size: 16px;
  line-height: 1.5vw;
  margin-bottom: 0px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
}

.clear {
  clear: both;
}

/* Fonts */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
}
.preloader .preloader-spin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.preloader .preloader-spin div {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #8C0000;
  transform-origin: 30px 30px;
  box-sizing: content-box;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Fonts */
/* SofiaPro */
@font-face {
  font-family: SofiaPro;
  font-weight: 400;
  src: url("../fonts/Sofia-Pro-Light-Az.otf") format("opentype");
}
@font-face {
  font-family: "catab-icon";
  src: url("../fonts/catab/catab-icon.eot?ru5d1r");
  src: url("../fonts/catab/catab-icon.eot?ru5d1r#iefix") format("embedded-opentype"), url("../fonts/catab/catab-icon.ttf?ru5d1r") format("truetype"), url("../fonts/catab/catab-icon.woff?ru5d1r") format("woff"), url("../fonts/catab/catab-icon.svg?ru5d1r#catab-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: SofiaPro;
  font-weight: 500;
  src: url("../fonts/Sofia-Pro-Regular-Az.otf") format("opentype");
}
@font-face {
  font-family: SofiaPro;
  font-weight: 600;
  src: url("../fonts/Sofia-Pro-Semi-Bold-Az.otf") format("opentype");
}
@font-face {
  font-family: SofiaPro;
  font-weight: 700;
  src: url("../fonts/Sofia-Pro-Bold-Az.otf") format("opentype");
}
@font-face {
  font-family: SofiaPro;
  font-weight: 800;
  src: url("../fonts/Sofia-Pro-Black-Az.otf") format("opentype");
}
/* VisbyCF */
@font-face {
  font-family: VisbyCF;
  font-weight: 400;
  src: url("../fonts/VisbyCF-Light.otf") format("opentype");
}
@font-face {
  font-family: VisbyCF;
  font-weight: 500;
  src: url("../fonts/VisbyCF-Medium.otf") format("opentype");
}
@font-face {
  font-family: VisbyCF;
  font-weight: 700;
  src: url("../fonts/VisbyCF-Bold.otf") format("opentype");
}
@font-face {
  font-family: VisbyCF;
  font-weight: 800;
  src: url("../fonts/VisbyCF-ExtraBold.otf") format("opentype");
}
/* Colors */
.catab-bg-primary {
  background-color: #AD0F0A;
}

.catab-color-primary {
  color: #AD0F0A;
}

.catab-bg-dark-primary {
  background-color: #8C0000;
}

.catab-color-dark-primary {
  color: #8C0000;
}

.catab-bg-secondary {
  background-color: #0C2538;
}

.catab-color-secondary {
  color: #0C2538;
}

.catab-bg-light {
  background-color: #FFFFFF;
}

.catab-color-light {
  color: #FFFFFF;
}

.catab-bg-gold {
  background-color: #CA9E67;
}

.catab-color-gold {
  color: #CA9E67;
}

.catab-bg-mid-gold {
  background-color: #CBBBA0;
}

.catab-color-mid-gold {
  color: #CBBBA0;
}

.catab-bg-lighter-gold {
  background-color: #FFF4D6;
}

.catab-color-lighter-gold {
  color: #FFF4D6;
}

.catab-bg-dark {
  background-color: #000000;
}

.catab-color-dark {
  color: #000000;
}

.catab-bg-text {
  background-color: #878787;
}

.catab-color-text {
  color: #878787;
}

.catab-bg-dark-secondary {
  background-color: #151515;
}

.catab-color-dark-secondary {
  color: #151515;
}

.catab-bg-brown {
  background-color: #261C1A;
}

.catab-color-brown {
  color: #261C1A;
}

/* Icons */
.catab-icon {
  font-family: "catab-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  transition: all 0.3s ease-in-out;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-refresh:before {
  content: "\e924";
}

.icon-gecmisetkinlik:before {
  content: "\e922";
}

.icon-etkinlik:before {
  content: "\e923";
}

.icon-instagram:before {
  content: "\e913";
  color: #fff;
}

.icon-facebook:before {
  content: "\e914";
  color: #fff;
}

.icon-twitter:before {
  content: "\e915";
  color: #fff;
}

.icon-youtube:before {
  content: "\e916";
  color: #fff;
}

.icon-spring:before {
  content: "\e920";
  color: #fff;
}

.icon-voice-face:before {
  content: "\e91f";
  color: #fff;
}

.icon-event-check:before {
  content: "\e91a";
  color: #fff;
}

.icon-event-cross:before {
  content: "\e91b";
  color: #fff;
}

.icon-volume:before {
  content: "\e917";
  color: #fff;
}

.icon-volume_1:before {
  content: "\e918";
  color: #fff;
}

.icon-volume-arc:before {
  content: "\e919";
  color: #fff;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-credit-card:before {
  content: "\e902";
}

.icon-donation:before {
  content: "\e903";
}

.icon-map:before {
  content: "\e904";
}

.icon-delete-filter:before {
  content: "\e905";
}

.icon-play:before {
  content: "\e906";
}

.icon-plus:before {
  content: "\e907";
}

.icon-slider-arrow:before {
  content: "\e908";
}

.icon-whatsapp:before {
  content: "\e90b";
}

.icon-documents:before {
  content: "\e90c";
}

.icon-phone:before {
  content: "\e90d";
}

.icon-virtual:before {
  content: "\e90e";
}

.icon-voice:before {
  content: "\e90f";
}

.icon-earth:before {
  content: "\e910";
}

.icon-turkey-flag:before {
  content: "\e911";
}

.icon-map-pin:before {
  content: "\e912";
}

.icon-email2:before {
  content: "\e921";
}

.icon-map-pin1:before {
  content: "\e91d";
}

.icon-map-pin2:before {
  content: "\e91e";
}

.icon-clock:before {
  content: "\e91c";
}

.icon-share-2:before {
  content: "\e901";
}

.icon-cross:before {
  content: "\e909";
}

.icon-location2:before {
  content: "\e948";
}

.icon-file-pdf:before {
  content: "\eadf";
}

.icon-search:before {
  content: "\e90a";
}

/* Animation */
@-webkit-keyframes catab-rotating {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes catab-rotating {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes page-gradient {
  0% {
    opacity: 0.4;
    bottom: -40%;
    right: -40%;
  }
  50% {
    opacity: 0;
    bottom: -50%;
    right: -50%;
  }
  100% {
    opacity: 0.4;
    bottom: -40%;
    right: -40%;
  }
}
@keyframes page-gradient {
  0% {
    opacity: 0.4;
    bottom: -40%;
    right: -40%;
  }
  50% {
    opacity: 0;
    bottom: -50%;
    right: -50%;
  }
  100% {
    opacity: 0.4;
    bottom: -40%;
    right: -40%;
  }
}
@-webkit-keyframes child-bg {
  0% {
    background-position-x: 20vw;
  }
  50% {
    background-position-x: 15vw;
  }
  100% {
    background-position-x: 20vw;
  }
}
@keyframes child-bg {
  0% {
    background-position-x: 20vw;
  }
  50% {
    background-position-x: 15vw;
  }
  100% {
    background-position-x: 20vw;
  }
}
@-webkit-keyframes catab-scrolldown {
  from {
    top: 5px;
  }
  to {
    top: 10px;
  }
  100% {
    opacity: 0;
  }
}
@keyframes catab-scrolldown {
  from {
    top: 5px;
  }
  to {
    top: 10px;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes catab-audio {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(-3px);
  }
}
/* Generals */
:root {
  --animate-delay: 0.4s;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #FFFFFF;
  overflow-y: scroll;
  overflow-x: hidden !important;
  scrollbar-color: darkgrey #eeeaea !important;
  scrollbar-width: thin !important;
  scrollbar-gutter: stable !important;
  width: 100vw;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  /*Scroll*/
}
body.corporatePage {
  overflow: hidden;
  scrollbar-gutter: initial !important;
}
body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-track {
  background-color: #eeeaea;
}
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 0;
}
body ::-webkit-scrollbar {
  width: 4px;
}
body ::-webkit-scrollbar-track {
  background-color: #eeeaea;
}
body ::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 0;
}

main {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}

.container {
  padding-left: 10vw !important;
  padding-right: 10vw !important;
  max-width: 100% !important;
  height: 100%;
}

@media screen and (max-width: 1366px) {
  .container {
    padding-left: 3.125vw !important;
    padding-right: 3.125vw !important;
  }
  .container > .row {
    margin: 0;
  }
}
/* Components */
/* Headers */
header {
  position: absolute;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s linear;
}
header .head-content {
  padding-left: 0;
  padding-right: 0;
}
header.fixed {
  position: fixed;
  top: 0;
  background-color: rgba(12, 37, 56, 0.8);
  box-shadow: 0 14px 21px -1px rgba(12, 37, 56, 0.71);
}
header.fixed .head-content {
  padding: 10px 0;
}

.head-content {
  position: relative;
  background: none;
  padding: 2.08333vw 0 0 0;
}

.logo {
  width: 10.625vw;
  min-width: 1.2rem;
  z-index: 1;
  margin: 0 auto;
}

.menu {
  width: 100vw;
  height: 100vh;
  background-image: url("../img/menubg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  right: -100vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s linear;
  transition-property: opacity, right;
  transition-duration: 4s, 0.3s;
}
.menu.change {
  right: 0;
}
.menu .menu-area {
  height: calc(100vh - 135px);
  padding-top: 7.1125vw;
  display: flex;
  align-items: center;
}
.menu .menu-area .menu-row {
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  /*Scroll*/
}
.menu .menu-area .menu-row::-webkit-scrollbar {
  width: 2px;
  overflow: hidden;
}
.menu .menu-area .menu-row::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.menu .menu-area .menu-row::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 0;
}
.menu .menu-area .menu-row h2 {
  font-size: 2.4843vw;
  font-family: "VisbyCF", sans-serif;
  font-weight: 700;
  color: #AD0F0A;
  line-height: 1.35375vw;
}
.menu .menu-area .menu-row .corporate h2 {
  color: #CA9E67;
}
.menu .menu-area .menu-row .nav-list {
  display: flex;
  justify-content: space-between;
  margin-top: 1.875vw;
}
.menu .menu-area .menu-row .nav-list li {
  flex: 1;
}
.menu .menu-area .menu-row .nav-list li:first-child {
  flex: 2;
}
.menu .menu-area .menu-row .nav-list li.double-column .menu-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
}
.menu .menu-area .menu-row .nav-list li.double-column .menu-list div {
  flex: 0 0 45%;
  margin-top: 0.75vw;
  padding-left: 1.0625vw;
}
.menu .menu-area .menu-row .nav-list li.double-column .menu-list div:first-child {
  padding-left: 0.375vw;
}
.menu .menu-area .menu-row .nav-list li .menu-list > li {
  margin-top: 2.1875vw;
  padding-left: 0.375vw;
}
.menu .menu-area .menu-row .menu-logos {
  max-width: 15.104166vw;
}
.menu .menu-area .menu-row .menu-logos .locations {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-evenly;
}
.menu .menu-area .menu-row .menu-logos .locations a {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  font-size: 0.84375vw;
  font-weight: 600;
  font-family: "SofiaPro", sans-serif;
  color: #FFFFFF;
  text-decoration: underline !important;
  -webkit-text-decoration-color: #8C0000 !important;
          text-decoration-color: #8C0000 !important;
  align-items: flex-start;
}
.menu .menu-area .menu-row .menu-logos .locations a img {
  margin-bottom: 0.833333vw;
  height: 3.64583vw;
}
.menu .menu-area .menu-row .menu-logos .locations a:hover {
  color: #CA9E67;
}
.menu .menu-lists {
  margin-top: 9.375vw;
}
.menu .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  margin-top: 2.083333vw;
  position: absolute;
  padding: 2.083333vw 0;
  width: calc(100% - 20vw);
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.menu .bottom .pay-icon {
  font-size: 0.84375vw;
  font-weight: 600;
  font-family: "SofiaPro", sans-serif;
  color: #FFFFFF;
  margin: 0 0.833333vw;
  display: flex;
  align-items: center;
}
.menu .bottom .pay-icon i {
  font-size: 1.875vw;
  margin-right: 0.625vw;
}
.menu .bottom .pay-icon:hover {
  color: #CA9E67;
}
.menu .bottom .socials {
  display: flex;
  justify-content: end;
  align-items: center;
}
.menu .bottom .socials .language {
  font-size: 0.84375vw;
  font-weight: 600;
  font-family: "SofiaPro", sans-serif;
  color: #FFFFFF;
  margin-right: 0.625vw;
}
.menu .bottom .socials .language:hover {
  color: #CA9E67;
}
.menu .bottom .socials ul {
  display: flex;
  align-items: center;
}
.menu .bottom .socials ul li {
  margin-left: 0.78125vw;
}
.menu .bottom .socials ul li a {
  color: #FFFFFF;
  font-size: 0.875vw;
  transition: all 300ms ease;
  transition: all 0.3s ease-in-out;
}
.menu .bottom .socials ul li a i::before {
  transition: all 0.3s ease-in-out;
}
.menu .bottom .socials ul li a:hover i:before {
  color: #AD0F0A;
}
.menu .nav-item {
  list-style: none;
  margin: 0.5208333vw;
}
.menu .nav-item a {
  position: relative;
}
.menu .nav-item a:hover {
  color: #FFFFFF;
}
.menu .nav-item a.returnpage {
  color: rgb(21, 218, 21);
}
.menu .nav-item .sub-menu {
  padding-left: 1.25vw;
  padding-top: 0.3125vw;
  padding-bottom: 0.625vw;
}
.menu .nav-item .sub-menu a {
  font-size: 0.9925vw;
  font-weight: 600;
  font-family: "SofiaPro", sans-serif;
  color: #FFFFFF;
  opacity: 0.6;
  line-height: 1.375vw;
  transition: all 300ms ease;
}
.menu .nav-item .sub-menu a.returnpage {
  color: rgb(21, 218, 21);
}
.menu .nav-item .sub-menu a:hover, .menu .nav-item .sub-menu a:focus {
  color: #FFFFFF;
  opacity: 1;
}
.menu .nav-item:hover .nav-link17, .menu .nav-item:focus .nav-link17 {
  color: #CA9E67;
}
.menu .nav-item:hover .nav-link17:hover, .menu .nav-item:focus .nav-link17:hover {
  color: #FFFFFF;
}

.hamburger-menu-outer {
  position: relative;
  width: 2.601vw;
  height: 2.601vw;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  z-index: 1;
  padding-right: 2.61506vw;
}
.hamburger-menu-outer span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8c0000;
  left: -4.948vw;
  color: #FFFFFF;
  font-size: 1.18vw;
  font-weight: 600;
  font-family: "SofiaPro", sans-serif;
  transition: all 0.3s linear;
  width: 4.948vw;
  height: 2.601vw;
}
.hamburger-menu-outer:hover span {
  background-color: #AD0F0A;
}
.hamburger-menu-outer:hover .hamburger-menu {
  background-color: #8C0000;
}
@media screen and (max-width: 768px) {
  .hamburger-menu-outer {
    width: 0px;
  }
  .hamburger-menu-outer span {
    font-size: 0rem;
    display: none;
  }
}

.hamburger-menu {
  position: absolute;
  width: 2.601vw;
  height: 2.601vw;
  background-color: #AD0F0A;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 4px 7px 6px 12px;
  right: 0px;
  text-align: right;
  align-items: center;
  transition: all 0.3s linear;
}
.hamburger-menu.change .line, .hamburger-menu.active .line {
  background-color: transparent;
  transition: all 0.3s linear;
}
.hamburger-menu.change .line:before, .hamburger-menu.active .line:before {
  transform: rotate(45deg);
  top: 1px;
}
.hamburger-menu.change .line:after, .hamburger-menu.active .line:after {
  transform: rotate(-45deg);
  bottom: -1px;
}
.hamburger-menu .line {
  width: 0.834vw;
  height: 0.1045vw;
  background-color: #fff;
  transition: all 0.5s;
  position: relative;
}
.hamburger-menu .line:before, .hamburger-menu .line:after {
  content: "";
  height: 0.1045vw;
  width: 1.198vw;
  position: absolute;
  background-color: #fff;
  right: 0;
  transition: all 0.3s linear;
}
.hamburger-menu .line:before {
  top: -0.46875vw;
}
.hamburger-menu .line:after {
  bottom: -0.4166665vw;
}

.nav-link17 {
  font-size: 1.109375vw;
  font-weight: 600;
  font-family: "SofiaPro", sans-serif;
  color: #FFFFFF;
}

.nav-link17:hover {
  color: #fff;
}

.nav-link17::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.5s;
}

.nav-link17::after {
  bottom: 0;
  transform-origin: left;
}

.nav-link17::before {
  top: 0;
  transform-origin: left;
}

.nav-link17:hover::before,
.nav-link17:hover:after {
  transform: scaleX(1);
}

/* Search Bar Start */
.search-box {
  z-index: 1;
  background: #AD0F0A;
  width: 2.601vw;
  height: 2.601vw;
  border-radius: 0px;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.3s linear;
}
.search-box.active {
  overflow: visible;
  width: auto;
}
.search-box.active .search-btn {
  background-color: #FFFFFF;
  color: #AD0F0A;
}
.search-box .search-btn {
  background: #AD0F0A;
  width: 2.601vw;
  height: 2.601vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.146vw;
  transition: all 0.3s ease-in-out;
}
.search-box .search-btn:hover {
  background-color: #FFFFFF;
  color: #AD0F0A;
}
.search-box .search-input {
  outline: none;
  border: none;
  background: #8C0000;
  color: #dbc5b0;
  font-size: 0.833333vw;
  font-family: "VisbyCF", sans-serif;
  font-weight: 700;
  height: 100%;
  flex: 1;
  padding: 0 0.62761vw;
  width: 14.323vw;
  position: absolute;
  left: 2.601vw;
}
.search-box .search-input::-moz-placeholder {
  color: #dbc5b0;
  font-weight: 400;
}
.search-box .search-input:-ms-input-placeholder {
  color: #dbc5b0;
  font-weight: 400;
}
.search-box .search-input::placeholder {
  color: #dbc5b0;
  font-weight: 400;
}
.search-box .closeSearch {
  position: absolute;
  left: 16.9271vw;
  width: 2.601vw;
  height: 2.601vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #AD0F0A;
  color: #ffffff;
  font-family: "SofiaPro";
  font-size: 1.08vw;
  font-weight: 700;
  transition: all 0.3s linear;
}
.search-box .closeSearch:hover {
  cursor: pointer;
  color: #AD0F0A;
  background: #ffffff;
}

/* Search Bar End */
.weather {
  display: flex;
  align-items: center;
}
.weather .content {
  color: #FFFFFF;
  line-height: 1;
  margin-left: 0.52083vw;
  display: flex;
  flex-direction: column;
}
.weather .content .degree {
  font-family: "SofiaPro", sans-serif;
  font-size: 1.875vw;
  font-weight: 600;
}
.weather .content .degree span {
  font-weight: 400;
  font-family: "SofiaPro", sans-serif;
  font-size: 1.510375vw;
}
.weather .content span {
  font-weight: 500;
  font-family: "SofiaPro", sans-serif;
  font-size: 0.83333333vw;
}

@media only screen and (max-width: 1366px) {
  .hamburger-menu-outer {
    width: 45px;
    height: 45px;
    padding-right: 45px;
  }
  .hamburger-menu-outer span {
    width: 95px;
    height: 45px;
    left: -95px;
  }
  .hamburger-menu {
    width: 45px;
    height: 45px;
  }
  .hamburger-menu .line {
    width: 16px;
    height: 2px;
  }
  .hamburger-menu .line:before, .hamburger-menu .line:after {
    width: 23px;
    height: 2px;
  }
  .hamburger-menu .line:before {
    top: -9px;
  }
  .hamburger-menu .line:after {
    bottom: -9px;
  }
  .logo {
    width: 130px;
  }
  .search-box {
    width: 45px;
    height: 45px;
  }
  .search-box .search-btn {
    width: 45px;
    height: 45px;
  }
  .search-box .search-input {
    left: 45px;
  }
  .search-box .closeSearch {
    width: 45px;
    height: 45px;
  }
  .menu .nav-item .sub-menu a {
    font-size: 14px;
    line-height: 18px;
  }
  .menu .menu-area {
    padding-top: 130px;
  }
  .menu .menu-area .menu-row {
    margin-top: 0;
  }
  .menu .menu-area .menu-row h2 {
    font-size: 1.675rem;
    line-height: 3rem;
  }
  .menu .menu-area .menu-row .menu-logos .locations a img {
    margin-bottom: 7px;
    width: 100%;
  }
  .menu .menu-area .menu-row .nav-list li.double-column .menu-list div {
    margin-top: 1rem;
  }
  .menu .bottom {
    padding: 20px 0;
    margin-top: 20px;
    width: calc(100% - 10vw);
  }
  .menu .bottom .pay-icon i {
    font-size: 24px;
    margin-right: 8px;
  }
  .menu .bottom .socials .language {
    font-size: 1.25rem;
  }
  .menu .bottom .socials ul li a {
    font-size: 1.2rem;
  }
  .weather > img {
    width: 50px;
  }
  .weather .content span {
    font-size: 0.8333rem;
  }
  .weather .content .degree {
    font-size: 2.4rem;
  }
  .nav-link17 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .hamburger-menu-outer span {
    font-size: 1.25rem;
  }
  .search-box .search-btn {
    font-size: 22px;
  }
  .menu .menu-area .menu-row .menu-logos .locations a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  header.activemenu .head-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 81.27px;
    left: 0;
    top: 0;
    background: #0C2538;
    z-index: 1;
  }
  .menu > div.container {
    overflow-y: scroll;
    height: auto !important;
  }
  .menu .nav-item .sub-menu {
    padding-top: 7px;
    padding-bottom: 0;
    padding-left: 0;
  }
  .menu .menu-area {
    padding-top: 120px;
  }
  .menu .menu-area .menu-row h2 {
    font-size: 2.675rem;
    text-align: center;
  }
  .menu .menu-area .menu-row .nav-list {
    flex-direction: column;
    margin-top: 0;
  }
  .menu .menu-area .menu-row .nav-list li.double-column .menu-list {
    flex-direction: column;
    align-items: center;
  }
  .menu .menu-area .menu-row .nav-list li.double-column .menu-list > div {
    margin-top: 0;
  }
  .menu .menu-area .menu-row .nav-list li .menu-list {
    text-align: center;
  }
  .menu .menu-area .menu-row .nav-list li .menu-list > li {
    margin-top: 1rem;
  }
  .menu .menu-area .menu-row .menu-logos {
    max-width: initial;
  }
  .menu .menu-area .menu-row .menu-logos .locations {
    height: auto;
    flex-direction: row;
  }
  .menu .menu-area .menu-row .menu-logos .locations a {
    flex: 1;
    align-items: center;
  }
  .menu .bottom {
    width: 100%;
    position: relative;
  }
  .menu .bottom .pay-icon {
    font-size: 11px;
  }
  .menu .bottom .socials .language {
    font-size: 12px;
  }
  .menu .bottom .socials ul li {
    margin-left: 10px;
  }
  .menu .bottom .socials ul li a {
    font-size: 16px;
  }
  .weather .content span {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .search-box {
    left: -24px;
  }
  .search-box.active {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
  }
  .search-box.active:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.8;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .search-box.active .search-input {
    width: calc(100% - 90px);
  }
  .search-box.active .closeSearch {
    left: auto;
    right: 0;
  }
  header {
    padding: 0 15px;
  }
  header .head-content {
    height: 101px;
  }
  header .logo {
    left: -30px;
    position: relative;
  }
  .hamburger-menu-outer {
    right: 0;
    position: absolute;
  }
  .menu .menu-area .menu-row .menu-logos .locations {
    flex-direction: column;
  }
  .menu .menu-area .menu-row .menu-logos .locations a {
    font-size: 12px;
    margin: 10px 0;
  }
  .menu .menu-area .menu-row .menu-logos .locations a img {
    height: 38px;
  }
  .menu .nav-item {
    margin: 15px 0;
  }
  .menu .bottom {
    flex-direction: column;
  }
  .menu .bottom .pay-icon {
    margin-left: 18px;
  }
  .menu .bottom .socials {
    justify-content: center;
    margin: 30px 0 20px 0;
  }
  .menu .bottom > div {
    justify-content: center !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 576px) {
  header {
    padding: 0 25px;
  }
  header .head-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .search-box .search-input {
    font-size: 11px;
  }
}
/* Footers */
footer {
  background: #0C2538;
  position: relative;
  width: 100vw;
}
footer .top {
  position: absolute;
  height: 4.16875vw;
  width: 100%;
  background-color: #8C0000;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 3.66108vw 3.66108vw 0px;
  top: 0;
}
footer .top img {
  position: absolute;
  left: 50%;
  top: -11%;
  transform: translate(-50%, 0%);
}
footer .top img.mobileLogo {
  display: none;
}
footer .bottom {
  background-color: #0C2538;
  position: relative;
  width: 100%;
  background-image: url("../img/footer-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 0.523012vw;
}
footer .bottom .container {
  z-index: 2;
  position: relative;
}
footer .bottom .container .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 14.0625vw;
  margin: 0 auto;
  position: relative;
  top: -1.7vw;
}
footer .bottom .container .logo img {
  width: 8.7343vw;
}
footer .bottom .container .locations {
  max-width: 54.393305vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.184vw;
  margin-bottom: 3.138vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .bottom .container .locations a {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}
footer .bottom .container .locations a img {
  height: 3.138vw;
}
footer .socials {
  display: flex;
  justify-content: center;
  padding-bottom: 2.35355vw;
}
footer .socials ul {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 0;
}
footer .socials ul li {
  margin-left: 0.78451vw;
}
footer .socials ul li:first-child {
  margin-left: 0px;
}
footer .socials ul li a {
  color: #FFFFFF;
  font-size: 1.04602vw;
  transition: all 300ms ease;
}
footer .socials ul li a i:before {
  transition: all 0.3s ease-in-out;
}
footer .socials ul li a:hover {
  color: #AD0F0A;
}
footer .socials ul li a:hover i:before {
  color: #AD0F0A;
}
footer .copyright {
  display: flex;
  justify-content: center;
  font-family: "SofiaPro", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 0.7217573222vw;
  text-align: center;
  padding-bottom: 2.09205vw;
}
footer .copyright span {
  display: block;
}
footer .locations {
  margin-top: 3.138vw;
}
footer .mainPN {
  display: none;
}
footer.noneFooter {
  display: none !important;
}

/*Alt sayfalar Footer*/
.subPage.onlyMobileFooter footer {
  display: none;
}
.subPage footer .top {
  position: relative;
  box-shadow: none;
}
.subPage footer .top > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subPage footer .top .logos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 27.1354166vw;
  margin-left: -7.322175vw;
}
.subPage footer .top .logos a {
  transition: all 0.3s ease-in-out;
  padding: 0 15px;
}
.subPage footer .top .logos a:hover {
  opacity: 0.8;
}
.subPage footer .top .logo {
  width: 7.5569vw;
  margin: 0;
}
.subPage footer .top .logo img {
  top: 0;
  transform: scale(1);
}
.subPage footer .top .socials {
  padding: 0;
}
.subPage footer .top .socials a:hover i:before {
  color: #0C2538;
}
.subPage footer .top img {
  position: relative;
  left: auto;
  transform: none;
}
.subPage footer .bottom {
  background-image: none;
  height: 3.817991vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subPage footer .bottom .container {
  height: auto;
}
.subPage footer .bottom .container .logo {
  display: none;
}
.subPage footer .bottom .container .locations {
  display: none;
}
.subPage footer .bottom .container .socials {
  display: none;
}
.subPage footer .bottom .container .copyright {
  padding: 0;
  color: rgba(255, 255, 255, 0.44);
}
.subPage footer .mainPN {
  display: block;
}

@media screen and (max-width: 1366px) {
  .subPage footer .top {
    height: 105px;
  }
  .subPage footer .bottom {
    height: 73px;
  }
}
@media screen and (max-width: 1200px) {
  .subPage footer .copyright {
    font-size: 12px;
    display: block;
    text-align: center;
  }
  footer .socials ul li a {
    font-size: 16px;
  }
  footer .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .subPage footer .top {
    height: 105px;
  }
  .subPage footer .top .logo {
    width: 215px;
  }
  .subPage footer .top .logo img {
    top: 0px;
  }
  .subPage footer .top .logos {
    max-width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .subPage.onlyMobileFooter footer {
    display: block;
  }
  .subPage footer .top {
    height: auto;
    background-color: #0C2538;
  }
  .subPage footer .top:before {
    content: "";
    width: 100%;
    height: 30px;
    background-color: #8C0000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .subPage footer .top > .container {
    display: block;
  }
  .subPage footer .top .logo {
    display: block;
    margin: 0 auto;
    width: 79px;
  }
  .subPage footer .top .logo img {
    top: -13px;
    display: none;
  }
  .subPage footer .top .logo img.mobileLogo {
    display: block;
    width: 100%;
  }
  .subPage footer .top .logos {
    margin: 25px auto;
  }
  .subPage footer .top .socials a:hover i:before {
    color: #8C0000;
  }
  footer .top {
    height: 91px;
  }
  footer .bottom {
    width: 100vw;
  }
  footer .bottom .container .logo {
    height: 213px;
  }
  footer .bottom .container .logo img {
    width: 142px;
  }
  footer .bottom .container .locations {
    max-width: initial;
    width: 100vw;
  }
  footer .bottom .container .locations a {
    width: 33vw;
  }
  footer .bottom .container .locations a img {
    height: 45px;
  }
  footer .socials ul li {
    margin-left: 12px;
  }
  footer .socials ul li a {
    font-size: 16px;
  }
  footer .copyright {
    font-size: 11px;
    line-height: 13px;
  }
}
@media screen and (max-width: 600px) {
  footer .copyright {
    display: block;
    padding: 30px 0;
    margin: 0 auto;
  }
  footer .copyright span {
    display: inline;
    padding: 0;
    margin: 0;
  }
  footer .bottom .container .locations a {
    margin: 10px auto;
    transform: scale(0.7);
    width: 33%;
  }
  .subPage footer .top .logos {
    max-width: 100%;
  }
  .subPage footer .top .logos a {
    display: block;
    transform: scale(1);
  }
  .subPage footer .top .logos a img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .subPage footer .top .logos {
    max-width: 95%;
  }
}
@media screen and (max-width: 380px) {
  footer .bottom .container .locations a {
    transform: scale(0.5);
  }
}
/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.708333vw 0 0 0;
}
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.291666vw;
  height: 2.291666vw;
  font-size: 1.09375vw;
  border-radius: 1.1458333vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
}
.pagination a:hover, .pagination a.active {
  background-color: #AD0F0A;
  color: #FFFFFF;
}
.pagination.type2 a {
  color: #0C2538;
}
.pagination.type2 a:hover, .pagination.type2 a.active {
  background-color: #CA9E67;
  color: #FFFFFF;
}

@media screen and (max-width: 1200px) {
  .pagination a {
    font-size: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
  }
}
/* tab menü */
.content {
  display: flex;
}
.content .tabs ul {
  padding-left: 0;
}
.content .tabs ul li {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 1.75rem;
  font-weight: 600;
  font-family: "SofiaPro", sans-serif;
  color: rgb(127, 109, 87);
  max-width: 305px;
  min-width: 250px;
  margin: 16px 0;
  padding: 13px 25px;
  transition: all 300ms ease;
  background-color: #ffffff;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
.content .tabs ul li:after {
  content: "";
  position: absolute;
  right: -2px;
  top: -2px;
  transition: all 300ms ease;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transition: all 300ms ease;
  z-index: -1;
  background: rgb(127, 109, 87);
  background: linear-gradient(308deg, rgb(127, 109, 87) 74%, rgb(255, 255, 255) 86%);
  border-bottom-right-radius: 32px;
  border-top-right-radius: 32px;
}
.content .tabs ul li:hover, .content .tabs ul li.active {
  color: #8C0000;
}
.content .tabs ul li:hover:after, .content .tabs ul li.active:after {
  background: rgb(127, 109, 87);
  background: linear-gradient(308deg, rgb(140, 0, 0) 74%, rgb(255, 255, 255) 86%);
}
@media only screen and (max-width: 1200px) {
  .content .tabs ul li {
    max-width: 205px;
    min-width: 150px;
    font-size: 1.25rem;
    padding: 8px 14px;
  }
}
@media only screen and (max-width: 768px) {
  .content .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.content .tabs-detail {
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  color: #878787;
  font-weight: 400;
  font-family: "SofiaPro", sans-serif;
}
.content .tabs-detail [data-routes-content] {
  display: none;
}
.content .tabs-detail [data-routes-content].active {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .content .tabs-detail {
    font-size: 1.1rem;
  }
}

.tabs .tabsTitle .tabButton {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 1.75rem;
  font-size: 1.09375vw;
  font-weight: 600;
  font-family: "SofiaPro", sans-serif;
  color: rgb(127, 109, 87);
  max-width: 305px;
  min-width: 250px;
  margin: 16px 0;
  padding: 13px 25px;
  transition: all 300ms ease;
  background-color: #ffffff;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  outline: 0;
}
.tabs .tabsTitle .tabButton:after {
  content: "";
  position: absolute;
  right: -2px;
  top: -2px;
  transition: all 300ms ease;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transition: all 300ms ease;
  z-index: -1;
  background: rgb(127, 109, 87);
  background: linear-gradient(308deg, rgb(127, 109, 87) 74%, rgb(255, 255, 255) 86%);
  border-bottom-right-radius: 32px;
  border-top-right-radius: 32px;
}
.tabs .tabsTitle .tabButton:hover, .tabs .tabsTitle .tabButton.active {
  color: #8C0000;
  outline: 0;
}
.tabs .tabsTitle .tabButton:hover:after, .tabs .tabsTitle .tabButton.active:after {
  background: rgb(127, 109, 87);
  background: linear-gradient(308deg, rgb(140, 0, 0) 74%, rgb(255, 255, 255) 86%);
}
.tabs .tabsContent {
  display: flex;
  align-items: center;
  width: 100%;
}
.tabs .tabsContent .tabContent {
  display: none;
  width: 100%;
}
.tabs .tabsContent .tabContent.active {
  display: block;
}
.tabs .tabsContent .tabContent .paragraph {
  font-size: 1.375rem;
  color: #878787;
  font-weight: 400;
  font-family: "SofiaPro", sans-serif;
}

/* accordion menü */
/*Accordion Menü*/
.accMenuList {
  margin-top: 4.1666rem;
}
.accMenuList .mobileLink {
  display: none;
}
.accMenuList > li > a:before {
  content: "+";
  color: #ffffff;
  font-size: 1.14583333vw;
  font-family: "VisbyCF";
  font-weight: 500;
  margin-right: 9px;
}
.accMenuList li.selected > a {
  color: #CA9E67;
}
.accMenuList li a {
  position: relative;
  font-family: "SofiaPro";
  font-weight: 500;
  color: #ffffff;
  font-size: 0.901484375vw;
  line-height: 1.25vw;
}
.accMenuList li .subMenuList {
  padding: 0 20px 20px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s linear;
}
.accMenuList li .subMenuList.selected {
  height: auto;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.accMenuList li .subMenuList li.selected > a {
  opacity: 1;
}
.accMenuList li .subMenuList li a {
  opacity: 0.5;
  transition: all 0.3s linear;
}
.accMenuList li .subMenuList li:hover a {
  opacity: 1;
}

@media screen and (max-width: 1366px) {
  .accMenuList li a {
    font-size: 14px;
    line-height: 16px;
  }
  .accMenuList li a:before {
    font-size: 24px;
  }
}
/*Fancybox Custom Css*/
.fancybox-bg {
  background: rgba(12, 37, 56, 0.9);
}

button.fancybox-button.fancybox-close-small {
  width: 52px;
  height: 52px;
  background-color: #AD0F0A;
  opacity: 1;
  top: -72px;
  right: -20px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
button.fancybox-button.fancybox-close-small:before {
  content: "kapat";
  font-family: "SofiaPro", sans-serif;
  color: #FFFFFF;
  font-size: 1.8333rem;
  font-weight: 600;
  background-color: #8C0000;
  position: absolute;
  right: 100%;
  padding: 0 25px;
  height: 52px;
  display: flex;
  align-items: center;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
button.fancybox-button.fancybox-close-small:hover {
  background-color: #8C0000;
}
button.fancybox-button.fancybox-close-small:hover:before {
  background-color: #AD0F0A;
}

.fancybox-slide--iframe .fancybox-content {
  border: 20px solid #ffffff;
}

@media screen and (max-width: 768px) {
  .fancybox-slide--iframe .fancybox-content {
    width: 90% !important;
  }
}
@media screen and (max-width: 480px) {
  .fancybox-slide--iframe .fancybox-content {
    width: 100% !important;
  }
  .fancybox-slide {
    padding: 20px !important;
  }
}
/*Form Css*/
form {
  height: 100%;
}
form.form_group {
  margin: 0 -25px;
}
form label {
  text-align: left;
  display: block;
  font-family: "SofiaPro";
  font-weight: 600;
  font-size: 0.90625vw;
  color: #0C2538;
  margin: 0 0 13px 0;
}
form label small {
  color: #AD0F0A;
  padding-left: 2px;
}
form label.text-center {
  text-align: center;
}
form input[type=text],
form input[type=email],
form textarea {
  width: 100%;
  height: 2.44791vw;
  outline: 0;
  background: none;
  font-family: "SofiaPro";
  font-weight: 400;
  border-radius: 8px;
  padding-left: 24px;
  color: #868686;
  font-size: 0.83333333vw;
  background-color: #EBEBEB;
  border: none;
}
form button {
  width: 100%;
  height: 2.6041666vw;
  border: none;
  outline: 0;
  color: #ffffff;
  font-size: 0.625vw;
}
form textarea {
  height: auto;
  padding-top: 12px;
}
form .error_message {
  background-color: #ffffff;
}
form .inputColumn {
  position: relative;
}

.form_row {
  display: flex;
  align-items: center;
  width: 100%;
}
.form_row .form-column {
  width: 50%;
}

.form-column {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 10px 0;
}
.form-column:first-child {
  margin-top: 0;
}

.error_message {
  position: absolute;
  color: #d60000;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  font-family: "SofiaPro";
  transition: all 0.3s linear;
  font-weight: 500;
  font-size: 0.733333vw;
  background: linear-gradient(180deg, rgb(255, 255, 255) 70%, rgba(235, 235, 235, 0.71) 50%);
}
.error_message.error {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  bottom: calc(100% - 7px);
}

/*Button*/
.secondaryButton {
  font-family: "SofiaPro";
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  background-color: #AD0F0A;
  border: 1px solid #AD0F0A;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  min-width: 117px;
  border-radius: 8px;
  height: 38px;
}
.secondaryButton:hover {
  cursor: pointer;
  color: #AD0F0A;
  background-color: #ffffff;
}

.button {
  font-family: "GilroyBlack";
  font-size: 14px;
  color: #171717;
  border: 3px solid rgba(0, 0, 0, 0.09);
  height: 1.979166666vw;
  min-width: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.button:first-child {
  margin-left: 0;
}
.button .customIcon {
  color: #171717;
  font-size: 25px;
  margin-right: 30px;
}
.button:hover {
  border: 3px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1200px) {
  form label {
    font-size: 14px;
  }
  form input[type=text],
form input[type=email],
form textarea {
    height: 47px;
    font-size: 12px;
  }
  form button {
    height: 50px;
    font-size: 12px;
  }
  form textarea {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  form {
    display: block;
    padding: 20px 0;
  }
  form label {
    color: #868686;
    font-size: 16px;
  }
  form .form-column {
    padding-left: 0;
    margin: 15px 0;
  }
  form .form-column.buttonColumn {
    max-width: initial;
  }
  .form_row {
    display: block;
    margin: 0;
  }
  .form_row .form_col {
    width: 100%;
  }
  .eBultenForm form .form-column {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  form.form_group {
    padding: 20px 0;
  }
  .form_row {
    padding: 20px 0;
  }
}
/* Audio Player */
.audioplayer {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 1.25vw;
  border-radius: 0.208333vw;
  margin: 0.625vw 0;
  background: rgba(255, 255, 255, 0);
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: #AD0F0A;
  border: 1px solid #AD0F0A;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a:after {
  content: "\e906";
  justify-content: center;
  font-family: "catab-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  transition: all 0.3s ease-in-out;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  font-size: 0.625vw;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background: #FFFFFF;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover a:after {
  color: #AD0F0A;
}

.audioplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6145833vw;
  height: 1.6145833vw;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.audioplayer-playpause a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.audioplayer-playing .audioplayer-playpause {
  background: rgba(253, 79, 26, 0);
  border: 1px solid #AD0F0A;
}
.audioplayer-playing .audioplayer-playpause:hover {
  background: rgba(235, 79, 26, 0.1);
}
.audioplayer-playing .audioplayer-playpause a {
  content: "";
  display: flex;
  justify-content: space-between;
  width: 0.625vw;
  height: 0.7291666vw;
}
.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
  content: "";
  width: 0.20833333vw;
  height: 0.7291666vw;
  background-color: #AD0F0A;
}

.audioplayer-time {
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: #FFFFFF;
  font-family: "VisbyCF", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.audioplayer-time-current {
  margin-left: 24px;
}

.audioplayer-time-duration {
  margin-right: 24px;
}

.audioplayer-time-seperator {
  color: #FFFFFF;
  font-family: "VisbyCF", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0 5px;
}

.audioplayer-bar {
  position: relative;
  display: flex;
  margin: 0 12px;
  height: 12px;
  flex-basis: 0;
  flex-grow: 1;
  width: 154px;
  cursor: pointer;
}
.audioplayer-bar::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 100%;
  height: 3.5px;
  background-color: #1E3E51;
}
.audioplayer-bar > div {
  position: absolute;
  left: 0;
  top: 5px;
}

.audioplayer-bar-loaded {
  z-index: 1;
  height: 3.5px;
  background: #AD0F0A;
  opacity: 0.4;
}

.audioplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 2;
  height: 3.5px;
  background: #8C0000;
}
.audioplayer-bar-played::after {
  display: flex;
  position: absolute;
  content: "";
  box-sizing: border-box;
  top: -5px;
  right: -1px;
  margin-right: -5px;
  width: 12px;
  height: 12px;
  background-color: #AD0F0A;
  border-radius: 6px;
}

.audioplayer-volume {
  display: flex;
  align-items: center;
  width: 24px;
  position: relative;
  padding: 10px 0;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.audioplayer-volume-button {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.audioplayer-volume-button a {
  display: flex;
  position: relative;
}
.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
  font-size: 13px;
  font-family: "catab-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  transition: all 0.3s ease-in-out;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
}
.audioplayer-volume-button a:before {
  content: "\e918";
  margin-right: 3px;
}
.audioplayer-volume-button a:after {
  content: "\e919";
}
.audioplayer-volume-button:hover a:before, .audioplayer-volume-button:hover a:after {
  color: #AD0F0A;
}

.audioplayer-mute .audioplayer-volume-button a:before {
  content: "\e918";
  color: #8C0000;
  font-weight: 600;
}
.audioplayer-mute .audioplayer-volume-button a:after {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.audioplayer-volume-adjust {
  display: flex;
  align-items: center;
  margin-left: 8px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  top: 6px;
  right: 0;
}
.audioplayer-volume-adjust > div {
  position: relative;
  display: flex;
  width: 50px;
  height: 3.5px;
  cursor: pointer;
  background-color: #1E3E51;
}
.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 3.5px;
  background-color: #8C0000;
}

/* responsive | you can change the max-width value to match your theme */
@media screen and (max-width: 1366px) {
  .audioplayer-playpause {
    width: 25px;
    height: 25px;
  }
  .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a:after {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .audioplayer {
    padding: 0 20px;
  }
}
@media screen and (max-width: 679px) {
  .audioplayer-volume-adjust {
    display: none;
  }
}
/* Pages */
/* Sehitlerimiz */
.page-sehitlerimiz .title h2 {
  font-size: 1.953125vw;
  font-family: "VisbyCF", sans-serif;
  font-weight: 700;
  color: #CA9E67;
  margin-right: 32px;
  margin-right: 1.666666666vw;
  margin-bottom: 0px;
}
.page-sehitlerimiz .filter {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  /* The search field when it gets focus/clicked on */
}
.page-sehitlerimiz .filter #countyDropDown.selectArea .select .options {
  padding: 60px 24px 20px;
}
.page-sehitlerimiz .filter .sehitlerimizInputArea {
  height: 50px;
  position: absolute;
  top: 100%;
  z-index: 9999;
}
.page-sehitlerimiz .filter .sehitlerimizInputArea .icon-cross {
  position: absolute;
  right: 5px;
  top: 13px;
  color: #0C2538;
}
.page-sehitlerimiz .filter #sehitlerimizIlInput {
  box-sizing: border-box;
  background-image: url("searchicon.png");
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
  background: #ffffff;
  padding: 0 25px;
  color: #878787;
}
.page-sehitlerimiz .filter #sehitlerimizIlInput::-moz-placeholder {
  color: #878787;
}
.page-sehitlerimiz .filter #sehitlerimizIlInput:-ms-input-placeholder {
  color: #878787;
}
.page-sehitlerimiz .filter #sehitlerimizIlInput::placeholder {
  color: #878787;
}
.page-sehitlerimiz .filter #myIsehitlerimizIlInputnput:focus {
  outline: 3px solid #ddd;
}
.page-sehitlerimiz .filter .sehit-name-search-bttn {
  font-size: 0.8333333vw;
  color: #FFFFFF;
}
.page-sehitlerimiz .filter .icon-cross {
  font-size: 1.233333vw;
  color: #FFFFFF;
  padding-right: 15px;
}
.page-sehitlerimiz .filter .input {
  display: flex;
  align-items: center;
  height: 2.604166666vw;
  border-radius: 1.30208333vw;
  background: none;
  border: 1px solid #FFFFFF;
  padding: 0 1.25vw;
  display: flex;
  flex-direction: row;
  margin-right: 0.5208333vw;
}
.page-sehitlerimiz .filter .input:last-child {
  margin-right: 0px;
}
.page-sehitlerimiz .filter .input input {
  flex-grow: 1;
  background: none;
  font-size: 0.859375vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 2.604166666vw;
  vertical-align: middle;
  border: none;
  overflow-x: hidden;
  width: 100%;
}
.page-sehitlerimiz .filter .input input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.3;
}
.page-sehitlerimiz .filter .input input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.3;
}
.page-sehitlerimiz .filter .input input::placeholder {
  color: #FFFFFF;
  opacity: 0.3;
}
.page-sehitlerimiz .filter .input input:focus {
  outline: none;
}
.page-sehitlerimiz .filter .input select {
  flex-grow: 1;
  background: none;
  vertical-align: middle;
  border: none;
  overflow-x: hidden;
  -webkit-appearance: none;
}
.page-sehitlerimiz .filter .input .select2-container--default {
  height: 100%;
  position: relative;
}
.page-sehitlerimiz .filter .input .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  height: 100%;
  position: relative;
}
.page-sehitlerimiz .filter .input .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 0.859375vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 2.60416666vw;
  height: 2.60416666vw;
}
.page-sehitlerimiz .filter .input .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #FFFFFF;
  opacity: 0.3;
  white-space: normal;
  word-break: break-all;
}
.page-sehitlerimiz .filter .input .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 1.04166666vw;
  top: 0;
  right: 0;
}
.page-sehitlerimiz .filter .input .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background: transparent;
  background-image: url("/assets/img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
}
.page-sehitlerimiz .filter .input .select2-container--default .select2-selection--single .select2-selection__clear {
  height: 100%;
  margin-right: 1.5625vw;
  padding-right: 0px;
}
.page-sehitlerimiz .filter .input .select2-container--default .select2-selection--single .select2-selection__clear span {
  color: #CA9E67;
  font-size: 0.8125vw;
}
.page-sehitlerimiz .filter .input img {
  width: 1.04166666vw;
  height: 1.04166666vw;
  margin-left: 0.520833333vw;
}
.page-sehitlerimiz .filter .input.sehit-name {
  width: 30%;
}
.page-sehitlerimiz .filter .input.state {
  width: 40%;
}
.page-sehitlerimiz .filter .input.city {
  width: 24%;
  min-width: 210px;
}
@media only screen and (max-width: 768px) {
  .page-sehitlerimiz .filter {
    flex-direction: column;
    align-items: baseline;
  }
  .page-sehitlerimiz .filter .input {
    margin: 8px 0px;
  }
  .page-sehitlerimiz .filter .input.sehit-name {
    width: 100%;
  }
  .page-sehitlerimiz .filter .input.state {
    width: 100%;
  }
  .page-sehitlerimiz .filter .input.city {
    width: 100%;
  }
}
.page-sehitlerimiz .sehit-actions {
  padding: 2.60416666vw 0;
}
.page-sehitlerimiz .sehit-actions ul {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.page-sehitlerimiz .sehit-actions ul li {
  font-size: 0.859375vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  opacity: 0.3;
  margin-right: 1.5625vw;
}
.page-sehitlerimiz .sehit-actions ul li i {
  font-size: 0.6875vw;
  margin-left: 6px;
}
.page-sehitlerimiz .sehit-actions .pdf-icon {
  display: flex;
  justify-content: end;
}
.page-sehitlerimiz .sehit-actions .pdf-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8C0000;
  height: 2.60416666vw;
  width: 100%;
  max-width: 240px;
  border-radius: 1.30208333vw;
  font-size: 0.859375vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
}
.page-sehitlerimiz .sehit-actions .pdf-icon a .catab-icon {
  margin-right: 16px;
  font-size: 20px;
}
@media only screen and (max-width: 998px) {
  .page-sehitlerimiz .sehit-actions .pdf-icon {
    justify-content: center;
  }
}
.page-sehitlerimiz .sehit-table .top {
  padding: 0 !important;
}
.page-sehitlerimiz .sehit-table .top .row {
  margin: 0 !important;
}
@media only screen and (max-width: 998px) {
  .page-sehitlerimiz .sehit-table .top {
    display: none;
  }
}
.page-sehitlerimiz .sehit-table .top .table-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.60416666vw;
  background-color: white;
  border-radius: 1.30208333vw;
  font-size: 0.859375vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  color: #0C2538;
}
.page-sehitlerimiz .sehit-table .lists {
  margin-top: 20px;
}
.page-sehitlerimiz .sehit-table .lists .row {
  margin: 0 !important;
}
.page-sehitlerimiz .sehit-table .lists .list {
  width: 100%;
  height: 2.60416666vw;
  border-radius: 1.30208333vw;
  transition: all 300ms ease;
}
.page-sehitlerimiz .sehit-table .lists .list:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.05);
}
.page-sehitlerimiz .sehit-table .lists .list:hover {
  background-color: #CA9E67;
}
@media only screen and (max-width: 998px) {
  .page-sehitlerimiz .sehit-table .lists .list:hover {
    background-color: transparent;
    border: 1px solid #CA9E67;
  }
}
.page-sehitlerimiz .sehit-table .lists .list .column {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-sehitlerimiz .sehit-table .lists .list .column .list-head {
  margin-right: 10px;
  color: #FFFFFF;
  opacity: 0.5;
  display: none;
}
.page-sehitlerimiz .sehit-table .lists .list .column .list-content {
  font-size: 0.84375vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media only screen and (max-width: 998px) {
  .page-sehitlerimiz .sehit-table .lists .list .column {
    flex-direction: column;
    align-items: baseline;
    margin: 5px 0px;
  }
  .page-sehitlerimiz .sehit-table .lists .list .column .list-head {
    margin-right: 0;
    display: block;
  }
  .page-sehitlerimiz .sehit-table .lists .list .column.name .list-content {
    font-size: 1.35rem;
    color: #CA9E67;
  }
}
@media only screen and (max-width: 998px) {
  .page-sehitlerimiz .sehit-table .lists .list {
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 8px;
    border-radius: 4px;
    height: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .page-sehitlerimiz .sehit-table .lists .list {
    margin-right: 0px;
    margin-left: 0px;
  }
  .page-sehitlerimiz .sehit-table .lists .list .column.firka {
    order: 1;
  }
  .page-sehitlerimiz .sehit-table .lists .list .column.alay {
    order: 2;
  }
  .page-sehitlerimiz .sehit-table .lists .list .column.rutbe {
    order: 3;
  }
  .page-sehitlerimiz .sehit-table .lists .list .column.father {
    order: 4;
  }
  .page-sehitlerimiz .sehit-table .lists .list .column.name {
    order: 5;
  }
  .page-sehitlerimiz .sehit-table .lists .list .column.city {
    order: 6;
  }
  .page-sehitlerimiz .sehit-table .lists .list .column.birthday {
    order: 7;
  }
}

@media screen and (max-width: 1200px) {
  .page-sehitlerimiz .title h2 {
    font-size: 1.953125vw;
  }
  .page-sehitlerimiz .filter .sehit-name-search-bttn {
    font-size: 17px;
  }
  .page-sehitlerimiz .filter .input {
    height: 40px;
    border-radius: 20px;
    padding: 0 24px;
    margin-right: 10px;
  }
  .page-sehitlerimiz .filter .input input {
    font-size: 12px;
    line-height: 40px;
  }
  .page-sehitlerimiz .filter .input .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
  }
  .page-sehitlerimiz .filter .input .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px;
  }
  .page-sehitlerimiz .filter .input .select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 25px;
  }
  .page-sehitlerimiz .filter .input .select2-container--default .select2-selection--single .select2-selection__clear span {
    font-size: 12px;
  }
  .page-sehitlerimiz .filter .input img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .page-sehitlerimiz .filter .icon-cross {
    font-size: 26px;
    padding-right: 0;
  }
  .page-sehitlerimiz .sehit-actions {
    padding: 40px 0;
  }
  .page-sehitlerimiz .sehit-actions ul li {
    font-size: 12px;
    margin-right: 25px;
  }
  .page-sehitlerimiz .sehit-actions ul li i {
    font-size: 12px;
  }
  .page-sehitlerimiz .sehit-actions .pdf-icon a {
    height: 40px;
    border-radius: 20px;
    font-size: 10px;
  }
  .page-sehitlerimiz .sehit-table .top .table-head {
    height: 40px;
    border-radius: 20px;
    font-size: 12px;
  }
  .page-sehitlerimiz .sehit-table .lists .list {
    height: 40px;
    border-radius: 20px;
  }
  .page-sehitlerimiz .sehit-table .lists .list .column .list-content {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .page-sehitlerimiz .sehit-table .lists .list {
    height: auto;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .page-sehitlerimiz .filter .sehit-name-search-bttn {
    position: absolute;
    right: 0;
    top: 9px;
  }
  .page-sehitlerimiz .filter #clearSearch {
    position: absolute;
    top: 4px;
    right: 8px;
  }
}
@media screen and (max-width: 600px) {
  .page-sehitlerimiz .sehit-actions ul {
    flex-direction: column;
    align-items: flex-end;
  }
  .page-sehitlerimiz .sehit-actions ul li {
    margin: 5px 0;
  }
}
@media screen and (max-width: 480px) {
  .page-sehitlerimiz .sehit-actions {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }
  .page-sehitlerimiz .sehit-actions ul {
    width: 100%;
  }
  .page-sehitlerimiz .sehit-actions > div {
    width: 100%;
  }
}
/* Çocuk Kulubü */
.child {
  background-image: url("../img/child/child-main-bg.jpg");
  background-blend-mode: darken;
  background-position-x: 20vw;
  background-position-y: -25vh;
  background-repeat: no-repeat;
  -webkit-animation: child-bg 12s ease infinite;
          animation: child-bg 12s ease infinite;
  display: flex;
  align-items: center;
}
.child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgb(178, 0, 0) 0%, rgb(178, 0, 0) 18%, rgba(178, 0, 0, 0) 100%);
}
.child::after {
  content: none;
}
.child.noPaddingPage .page-detail {
  padding-left: 0px;
  padding-right: 0px;
}
.child .page-head {
  padding: 0 0 50px 0 !important;
}
.child .title {
  text-align: center;
}
.child .title h1 {
  font-size: 1.953125vw;
  font-family: "VisbyCF", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.child .child-bottom-logo {
  display: flex;
  justify-content: center;
}
.child .child-bottom-logo img {
  margin-top: 2.34375vw;
  max-width: 8.8541666vw;
}
.child .child-logo {
  display: flex;
  align-items: center;
}
.child .child-logo img {
  width: 100%;
  max-width: 21.35416666vw;
}
.child .child-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.child .child-menu ul {
  padding-left: 0;
  width: 100%;
  max-width: 20.3125vw;
}
.child .child-menu ul li {
  width: 100%;
}
.child .child-menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.125vw;
  width: 100%;
  font-size: 1.09375vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 1.5625vw;
  margin-bottom: 1.3020833vw;
  transition: all 0.3s linear;
}
.child .child-menu ul li a:hover {
  background-color: #FFFFFF;
  color: #8C0000;
}
.child .child-image {
  display: flex;
  align-items: center;
  padding-top: 80px;
}
.child .child-image img {
  width: 110%;
}
@media only screen and (max-width: 998px) {
  .child .child-image {
    padding-top: 20px;
    justify-content: center;
  }
  .child .child-image img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1920px) {
  .child {
    background-position-x: -15vw;
  }
}
@media only screen and (max-width: 998px) {
  .child {
    background-position-y: center;
    background-size: cover;
  }
}
.child .child-song-card {
  display: flex;
  align-items: center;
  background-color: #c92424;
  border-radius: 18px;
  min-height: 150px;
  padding-left: 40px;
  transition: all 300ms ease;
  margin: 16px 6px;
}
@media only screen and (max-width: 1200px) {
  .child .child-song-card {
    padding-left: 20px;
  }
}
.child .child-song-card .icon {
  margin-right: 16px;
}
@media only screen and (max-width: 1200px) {
  .child .child-song-card .icon {
    width: 36px;
    margin-right: 10px;
  }
}
.child .child-song-card .song {
  color: #FFFFFF;
}
.child .child-song-card .song h3 {
  font-size: 0.859375vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.child .child-song-card .song .actions {
  font-size: 0.859375vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 500;
  transition: all 300ms ease;
  text-align: left;
}
.child .child-song-card .song .actions a {
  color: #FFFFFF;
  transition: all 300ms ease;
}
.child .child-song-card .song .actions a:hover {
  opacity: 1 !important;
}
.child .child-song-card .song .actions:hover span {
  opacity: 0.4;
}
.child .child-song-card .song .actions:hover a {
  opacity: 0.4;
}
.child .child-song-card:hover {
  background-color: #FFFFFF;
}
.child .child-song-card:hover .icon {
  filter: brightness(0) saturate(100%) invert(9%) sepia(100%) saturate(6582%) hue-rotate(25deg) brightness(89%) contrast(123%);
}
.child .child-song-card:hover .song {
  color: #b20000;
}
.child .child-song-card:hover .song a {
  color: #b20000;
}
.child .child-school-carousel .items {
  background-color: #FFFFFF;
}
.child .child-school-carousel .items .img-cover {
  width: 100%;
}
.child .child-school-carousel .items .actions {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-height: 95px;
}
.child .child-school-carousel .items .actions a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 30px 0;
  color: #b20000;
  font-size: 0.78125vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  transition: all 300ms ease-in-out;
}
.child .child-school-carousel .items .actions a img {
  margin-right: 8px;
}
.child .child-school-carousel .items .actions a:hover {
  opacity: 1 !important;
}
.child .child-school-carousel .items .actions:hover a {
  opacity: 0.2;
}
.child .child-school-carousel button.owl-next span, .child .child-school-carousel button.owl-prev span {
  font-size: 70px;
  padding: 0 15px;
}
.child .child-puzzle {
  position: relative;
}
.child .child-puzzle .selectArea {
  margin: 1.30208vw auto;
  height: 3.0208333vw;
  border-radius: 1.5625vw;
  z-index: 9999;
}
.child .child-puzzle .selectArea .styledSelect {
  font-family: "SofiaPro", sans-serif;
  font-size: 1.458125vw;
  color: #ffffff;
}
.child .child-puzzle .selectArea .styledSelect.active {
  color: #0C2538;
}
.child .child-puzzle .selectArea .options li:first-child {
  display: none;
}
.child .child-puzzle .puzzle-box {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  text-align: center;
  width: 835px;
}
.child .child-puzzle .puzzle-box.visible {
  overflow: visible;
  visibility: visible;
  opacity: 1;
  position: relative;
}
.child .child-puzzle .puzzle-box .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.child .child-puzzle .puzzle-box .caption span {
  font-family: "SofiaPro", sans-serif;
  font-size: 1.145833333vw;
  color: #ffffff;
  font-weight: 500;
}
.child .child-puzzle .puzzle-box .caption span.puzzle-name {
  font-weight: 600;
}
.child .child-puzzle .bottom-col {
  max-width: 20.83333vw;
  position: relative;
  margin: 0 auto;
}

.childPuzzleSlide {
  position: relative;
  left: -50vw;
  width: 150vw;
}
.childPuzzleSlide .puzzle-item {
  height: 100%;
  display: block;
  transition: all 0.3s ease-in;
}
.childPuzzleSlide .puzzle-item:hover {
  opacity: 0.8;
}
.childPuzzleSlide .owl-item {
  max-width: 390px;
  display: block;
  min-height: 256px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: block;
  transition: all 0.3s ease-in;
  height: 13.33333vw;
}
.childPuzzleSlide .owl-item:hover {
  opacity: 1;
}
.childPuzzleSlide .owl-item img {
  min-width: 100%;
  min-height: 100%;
  height: 13.33333vw;
}

.noPageBottom .child-bottom-logo {
  display: none;
}

@media screen and (min-height: 1200px) {
  .child {
    background-size: 100vw 135vh;
  }
}
@media screen and (max-height: 1200px) and (min-width: 2600px) {
  .child {
    background-size: 100vw 128vh;
  }
}
@media screen and (max-width: 1366px) {
  .child .child-puzzle .childPuzzleSlide .owl-item {
    max-width: 390px;
    border-radius: 20px;
  }
  .child .child-puzzle .selectArea {
    margin: 25px auto;
    height: 40px;
    border-radius: 30px;
  }
  .child .child-puzzle .selectArea .styledSelect {
    font-size: 18px;
    height: 40px;
    padding: 0 24px;
  }
  .child .child-puzzle .puzzle-box .caption span {
    font-size: 15px;
  }
  .child .child-puzzle .bottom-col {
    max-width: 290px;
  }
  .child .child-bottom-logo img {
    margin-top: 45px;
    max-width: 170px;
  }
}
@media screen and (max-width: 1200px) {
  .child .child-logo {
    margin-bottom: 20px;
  }
  .child .child-logo img {
    max-width: 410px;
    margin: 0 auto;
  }
  .child .child-menu ul {
    max-width: 290px;
  }
  .child .child-menu ul li a {
    font-size: 12px;
    height: 36px;
    border-radius: 20px;
    margin-bottom: 15px;
  }
  .child .child-song-card .song h3 {
    font-size: 12px;
    line-height: 16px;
  }
  .child .child-song-card .song .actions {
    font-size: 12px;
    line-height: 16px;
  }
  .child .title h1 {
    font-size: 16px;
  }
  .child .child-school-carousel .items .actions a {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  #container {
    width: 95vw !important;
    margin: 0 auto;
    transform: none !important;
    left: auto !important;
    top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .child {
    display: block;
  }
}
@media screen and (max-width: 620px) {
  .childPuzzleSlide {
    left: -50vw;
    width: 200vw;
  }
}
@media screen and (max-width: 420px) {
  .childPuzzleSlide .owl-item {
    min-height: 150px;
  }
}
/* Etkinlikler */
.eventButtonsArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

button.etk-btn {
  display: flex;
  align-items: center;
  padding-left: 2.0833333vw;
  padding-right: 1.3541666vw;
  margin-left: 11px;
  transition: all 0.3s linear;
}
button.etk-btn:first-child {
  margin-left: 0;
}
button.etk-btn .catab-icon {
  margin-right: 18px;
}
button.etk-btn .catab-icon:before {
  font-size: 1.5625vw;
}
button span {
  font-weight: 600;
  font-size: 0.90625vw;
  font-family: "SofiaPro";
}

.event-lists {
  padding-top: 5rem;
}

.etk-card {
  border-radius: 15px;
  font-size: 1.25rem;
  margin: 7.5px 0;
  align-items: center;
}
.etk-card .event-date {
  border-radius: 15px 0 0 15px;
  background-color: #AD0F0A;
  background-image: url("/assets/img/act-logo-back.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 152px;
  text-align: center;
  position: relative;
  width: 16.5%;
}
.etk-card > div {
  font-family: "SofiaPro", sans-serif;
  font-weight: 500;
  font-size: 1.09375vw;
  color: #9D9D9C;
}
.etk-card > div.event-date {
  font-weight: 500;
  color: #FFFFFF;
  font-size: 1.3541666vw;
}
.etk-card .event-name {
  padding-left: 2.6041666vw;
  padding-right: 0.625vw;
  width: 41.7%;
}
.etk-card .event-prop {
  width: 41.8%;
}
.etk-card .event-prop .event-clock {
  padding-right: 20px;
  min-width: 120px;
}
.etk-card .event-location {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1366px) {
  button.etk-btn .catab-icon:before {
    font-size: 25px;
  }
  button span {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  button span {
    font-size: 13px;
  }
  button.etk-btn .catab-icon:before {
    font-size: 18px;
  }
  .etk-card > div {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  button.etk-btn {
    border: none;
    padding: 0;
    margin-left: 30px;
  }
  button.etk-btn:first-child {
    margin-left: 0;
  }
  .etk-card {
    flex-direction: column;
    padding-bottom: 1.1333rem;
    overflow: hidden;
  }
  .etk-card > div {
    width: 100%;
    padding-left: 4.1666rem;
    padding: 1.1333rem 0 1.1333rem 4.1666rem;
  }
  .etk-card > div.event-date {
    border-radius: 0;
    padding-left: 0;
    width: 100%;
    font-size: 18px;
  }
  .etk-card > div.event-name {
    padding-top: 2.1333rem;
    font-size: 15px;
    width: 100%;
  }
  .etk-card > div.event-prop {
    width: 100%;
    justify-content: center;
    padding-left: 0;
  }
  .etk-card > div.event-prop > div {
    align-items: center;
    font-size: 15px;
  }
  .etk-card > div.event-prop > div .catab-icon {
    padding: 0 !important;
  }
  .eventButtonsArea {
    margin-top: 30px;
  }
  .event-lists {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .eventButtonsArea {
    flex-direction: column;
    align-items: flex-start;
  }
  .eventButtonsArea button.etk-btn {
    margin-left: 0;
  }
  .etk-card > div.event-prop {
    flex-direction: column;
    align-items: center;
  }
  .etk-card > div.event-prop .event-clock {
    margin-bottom: 20px;
    min-width: auto;
  }
}
/* Alan Kılavuz */
.alan-kilavuz .content {
  font-size: 0.859375vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.alan-kilavuz .content .paragraph.text-left {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.alan-kilavuz .content p {
  font-size: 0.859375vw;
  line-height: 1.25vw;
}
.alan-kilavuz .content h4 {
  font-size: 0.859375vw;
  font-weight: 600;
  margin-bottom: 0;
}
.alan-kilavuz .card-lists {
  margin-top: 90px;
}
.alan-kilavuz .card-lists > .container {
  padding: 0 !important;
}
.alan-kilavuz .card-lists .card-filter {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 60px;
}
.alan-kilavuz .card-lists .card-filter a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  font-size: 1vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 400;
  color: #CA9E67;
  border-radius: 21px;
  transition: all 300ms ease;
}
.alan-kilavuz .card-lists .card-filter a:hover, .alan-kilavuz .card-lists .card-filter a.active {
  background-color: #AD0F0A;
  color: #FFFFFF;
}
.alan-kilavuz .card-lists .cards {
  display: flex;
}
.alan-kilavuz .card-lists .cards .card-grid {
  display: flex;
  background-color: #FFFFFF;
  height: 115px;
  border-radius: 16px;
  font-size: 0.859375vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  color: #0C2538;
  overflow: hidden;
  margin-bottom: 20px;
}
.alan-kilavuz .card-lists .cards .card-grid img {
  width: 86px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.alan-kilavuz .card-lists .cards .card-grid .detail {
  display: flex;
  align-items: center;
  width: calc(100% - 141px);
  padding-left: 10px;
  padding-right: 16px;
}
.alan-kilavuz .card-lists .cards .card-grid .icons {
  width: 55px;
}
.alan-kilavuz .card-lists .cards .card-grid .icons .whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #AD0F0A;
  width: 100%;
  height: 50%;
  color: #FFFFFF;
}
.alan-kilavuz .card-lists .cards .card-grid .icons .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8C0000;
  width: 100%;
  height: 50%;
  color: #FFFFFF;
}

@media screen and (max-width: 1000px) {
  .alan-kilavuz .content p {
    font-size: 11px;
    line-height: 14px;
  }
  .alan-kilavuz .content h4 {
    font-size: 12px;
  }
  .alan-kilavuz .card-lists .card-filter a {
    font-size: 16px;
  }
  .alan-kilavuz .card-lists .cards .card-grid {
    font-size: 16.5px;
  }
}
/* Haberler */
.news-page h4 {
  font-size: 0.83333333vw;
  line-height: 1.25vw;
}
.news-page .news-frame {
  padding-top: 50px;
}
.news-page .news-frame .news-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.news-page .news-frame .news-items .item {
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  transition: all 0.3s linear;
  padding: 10px 5px;
  transition: all 0.3s linear;
  width: 20%;
  height: 13.75vw;
}
.news-page .news-frame .news-items .item .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  transition: all 0.3s linear;
}
.news-page .news-frame .news-items .item .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #0c2538;
  background: linear-gradient(0deg, #0c2538 0%, rgba(125, 125, 125, 0) 100%);
  background: -moz-linear-gradient(0deg, #0c2538 0%, rgba(125, 125, 125, 0) 100%);
  transition: all 0.3s linear;
}
.news-page .news-frame .news-items .item .image img {
  -o-object-fit: fill;
     object-fit: fill;
}
.news-page .news-frame .news-items .item .date {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 20px;
  width: 3.125vw;
  height: 5.20833vw;
  background-color: #CA9E67;
  border-radius: 1.5625vw;
  z-index: 1;
  text-align: center;
  font-size: 0.75vw;
  font-weight: 500;
  font-family: "SofiaPro", sans-serif;
  color: #FFFFFF;
}
.news-page .news-frame .news-items .item .detail {
  position: absolute;
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 1.55rem;
  width: 70%;
  z-index: 2;
  text-align: center;
  bottom: 20px;
}
.news-page .news-frame .news-items .item .detail i {
  font-size: 0.7291666vw;
}
.news-page .news-frame .news-items .item:hover .image:before {
  background: #0c2538;
  background: linear-gradient(0deg, #0c2538 0%, rgba(125, 125, 125, 0) 26%);
  background: -moz-linear-gradient(0deg, #0c2538 0%, rgba(125, 125, 125, 0) 26%);
}

@media screen and (max-width: 1366px) {
  .news-page .news-frame .news-items .item {
    height: 16.75vw;
  }
}
@media screen and (max-width: 1000px) {
  .news-page h4 {
    font-size: 12px;
    line-height: 15px;
  }
  .news-page .news-frame .news-items .item .date {
    width: 30px;
    height: 60px;
    font-size: 10px;
    border-radius: 25px;
  }
  .news-page .news-frame .news-items .item .detail {
    bottom: 14px;
    padding: 0 15px;
  }
  .news-page .news-frame .news-items .item .detail i {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .news-page .news-frame .news-items .item {
    width: 25%;
    height: 21.75vw;
  }
}
@media screen and (max-width: 768px) {
  .news-page .news-frame .news-items {
    justify-content: center;
  }
  .news-page .news-frame .news-items .item {
    flex: 0 0 50%;
    width: 50%;
    height: 236px;
    max-width: 254px;
  }
  .news-page .news-frame .news-items .item .date {
    width: 60px;
    height: 100px;
    font-size: 10.8px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 488px) {
  .news-page .news-frame .news-items {
    display: block;
  }
  .news-page .news-frame .news-items .item {
    width: 254px;
    height: 264px;
  }
}
/* İnteraktif Haritalar, Yürüyüş Güzergahı, Ziyaret */
.page-layout .page-detail {
  height: 100%;
}
.page-layout.catab-bg-lighter-gold .page-detail .default-title h2 {
  color: #0C2538;
}
.page-layout.maps-page {
  height: 100vh;
}
.page-layout.maps-page.hAuto {
  overflow: initial;
}
.page-layout.maps-page .paragraph {
  margin-top: 0.78125vw;
  color: #2A5068;
  font-family: "SofiaPro";
  font-weight: 500;
  font-size: 1.09375vw;
  padding-left: 6.4vw;
}
.page-layout.maps-page::after {
  display: none;
}
.page-layout.visit-page {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  min-height: initial;
}

.maps-page .mapsLocContent {
  height: calc(100% - 125px);
}
.maps-page > .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
.maps-page img.map-icon {
  width: 45px;
  transition: all 0.3s linear;
  filter: brightness(0) saturate(100%) invert(9%) sepia(100%) saturate(6582%) hue-rotate(25deg) brightness(50%) contrast(72%) grayscale(100%);
  margin-right: 15px;
}
.maps-page .item.selected img.map-icon,
.maps-page .visit-item.selected img.map-icon {
  filter: brightness(0) saturate(100%) invert(9%) sepia(100%) saturate(6582%) hue-rotate(25deg) brightness(89%) contrast(123%);
}
.maps-page .guzergah-liste,
.maps-page .interaktif-liste {
  height: calc(100% - 150px);
  padding-left: 6.4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  overflow-x: hidden;
}
.maps-page .guzergah-liste .item,
.maps-page .interaktif-liste .item {
  display: flex;
  color: #0C2538;
  font-size: 1.234375vw;
  font-family: "VisbyCF", sans-serif;
  font-weight: 700;
  position: relative;
  align-items: center;
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.4px;
  margin: 0.3rem 0;
}
.maps-page .guzergah-liste .item span,
.maps-page .interaktif-liste .item span {
  display: block;
  text-align: left;
}
.maps-page .guzergah-liste .item.selected, .maps-page .guzergah-liste .item:hover,
.maps-page .interaktif-liste .item.selected,
.maps-page .interaktif-liste .item:hover {
  color: #8C0000;
}
.maps-page .guzergah-liste .item.selected .routeOrder, .maps-page .guzergah-liste .item:hover .routeOrder,
.maps-page .interaktif-liste .item.selected .routeOrder,
.maps-page .interaktif-liste .item:hover .routeOrder {
  background: #8C0000;
}
.maps-page .guzergah-liste .item .routeOrder,
.maps-page .interaktif-liste .item .routeOrder {
  color: #ffffff;
  font-family: "VisbyCF", sans-serif;
  font-weight: 700;
  width: 2.2916666vw;
  height: 2.2916666vw;
  border-radius: 50%;
  background: #0C2538;
  text-align: center;
  margin-right: 17px;
  transition: all 0.3s ease-in-out;
  font-size: 1.0625vw;
  display: flex;
  line-height: initial;
  align-items: center;
  justify-content: center;
}
.maps-page .guzergah-liste {
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-color: darkgrey #eeeaea !important;
  scrollbar-width: thin !important;
  scrollbar-gutter: stable;
  justify-content: flex-start;
  /*Scroll*/
}
.maps-page .guzergah-liste::-webkit-scrollbar {
  width: 4px !important;
}
.maps-page .guzergah-liste::-webkit-scrollbar-track {
  background-color: #eeeaea;
}
.maps-page .guzergah-liste::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 0;
}
.maps-page .guzergah-icerik .itemsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.maps-page .guzergah-icerik .itemsContent .route-order {
  color: #ffffff;
  font-family: "VisbyCF", sans-serif;
  font-weight: 700;
  width: 1.666666vw;
  height: 1.666666vw;
  border-radius: 50%;
  background: #0C2538;
  text-align: center;
  margin-right: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625vw;
}
.maps-page .guzergah-icerik .itemsContent .route-order:hover {
  opacity: 0.8;
}
.maps-page .guzergah-icerik .itemsContent .route-order .catab-icon {
  font-size: 12px;
}
.maps-page .guzergah-icerik .itemsContent .item-content {
  position: relative;
  z-index: 9;
  width: 1.666666vw;
  height: 1.666666vw;
}
.maps-page .guzergah-icerik .itemsContent .item-content.active, .maps-page .guzergah-icerik .itemsContent .item-content:hover {
  z-index: 999;
}
.maps-page .guzergah-icerik .itemsContent .item-content.active .route-order, .maps-page .guzergah-icerik .itemsContent .item-content:hover .route-order {
  background-color: #8C0000;
}
.maps-page .guzergah-icerik .itemsContent .item-content:before {
  content: "";
  position: absolute;
  height: 2px;
  width: auto;
  background-color: red;
}
.maps-page .guzergah-icerik .itemsContent .item-content:nth-child(1) {
  transform: translate(-10vw, 26vh);
}
.maps-page .guzergah-icerik .itemsContent .item-content:nth-child(2) {
  transform: translate(-9vw, 16vh);
}
.maps-page .guzergah-icerik .itemsContent .item-content:nth-child(3) {
  transform: translate(-8vw, 6vh);
}
.maps-page .guzergah-icerik .itemsContent .item-content:nth-child(4) {
  transform: translate(-6vw, -4vh);
}
.maps-page .guzergah-icerik .itemsContent .item-content:nth-child(5) {
  transform: translate(-4vw, -13vh);
}
.maps-page .guzergah-icerik .itemsContent .item-content:nth-child(6) {
  transform: translate(-2vw, -24vh);
}
.maps-page .guzergah-icerik .itemsContent .item-content:nth-child(7) {
  transform: translate(2vw, -32vh);
}
.maps-page .guzergah-icerik .itemsContent .item-content:nth-child(8) {
  transform: translate(6vw, -32vh);
}
.maps-page .guzergah-icerik .itemsContent .item-content:nth-child(9) {
  transform: translate(9vw, -30vh);
}
.maps-page .guzergah-icerik .itemsContent .item-content:nth-child(10) {
  transform: translate(10vw, -26vh);
}
.maps-page .guzergah-icerik .itemsContent .item-content:nth-child(11) {
  transform: translate(9vw, -22vh);
}
.maps-page .interaktif-harita .route-order {
  color: #ffffff;
  font-family: "VisbyCF", sans-serif;
  font-weight: 700;
  width: 1.666666vw;
  height: 1.666666vw;
  border-radius: 50%;
  background: #0C2538;
  text-align: center;
  margin-right: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625vw;
}
.maps-page .interaktif-harita .route-order:hover {
  opacity: 0.8;
}
.maps-page .interaktif-harita .route-order .catab-icon {
  font-size: 12px;
}
.maps-page .interaktif-harita .item-content {
  position: relative;
  z-index: 9;
  width: 1.666666vw;
  height: 1.666666vw;
}
.maps-page .interaktif-harita .item-content.active, .maps-page .interaktif-harita .item-content:hover {
  z-index: 999;
}
.maps-page .interaktif-harita .item-content.active .route-order, .maps-page .interaktif-harita .item-content:hover .route-order {
  background-color: #8C0000;
}
.maps-page .interaktif-harita .item-content:before {
  content: "";
  position: absolute;
  height: 2px;
  width: auto;
  background-color: red;
}
.maps-page .interaktif-harita .item-content:nth-child(13) {
  transform: translate(10vw, 22vh);
}
.maps-page .interaktif-harita .item-content:nth-child(12) {
  transform: translate(19vw, -4vh);
}
.maps-page .interaktif-harita .item-content:nth-child(3) {
  transform: translate(9vw, 18vh);
}
.maps-page .interaktif-harita .item-content:nth-child(4) {
  transform: translate(19vw, 6vh);
}
.maps-page .interaktif-harita .item-content:nth-child(5) {
  transform: translate(19vw, -8vh);
}
.maps-page .interaktif-harita .item-content:nth-child(6) {
  transform: translate(10vw, 22vh);
}
.maps-page .interaktif-harita .item-content:nth-child(7) {
  transform: translate(17vw, -8vh);
}
.maps-page .interaktif-harita .item-content:nth-child(8) {
  transform: translate(9vw, 11vh);
}
.maps-page .interaktif-harita .item-content:nth-child(9) {
  transform: translate(19vw, 6vh);
}
.maps-page .interaktif-harita .item-content:nth-child(10) {
  transform: translate(10vw, 6vh);
}
.maps-page .interaktif-harita .item-content:nth-child(11) {
  transform: translate(10vw, -23vw);
}
.maps-page .interaktif-harita .item-content {
  display: none;
}
.maps-page .interaktif-harita .item-content.equal {
  display: block;
}
.maps-page .interaktif-harita .item-content.equal .route-order {
  background-color: #8C0000;
}
.maps-page .interaktif-harita .item-content.equal .route-order.img-icon {
  background-color: rgba(0, 0, 0, 0);
}
.maps-page .interaktif-harita .item-content.equal .route-order.img-icon img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(100%) saturate(6582%) hue-rotate(25deg) brightness(89%) contrast(123%);
}
.maps-page .interaktif-harita .item-content:hover:not(.equal) .route-order {
  background: #0C2538;
  opacity: 1;
}

.button.list-view-bttn {
  border: 1px solid #383838;
  width: 15.208333vw;
  height: 2.60416vw;
  min-width: 292px;
  font-family: "VisbyCF", sans-serif;
  font-weight: 700;
  font-size: 1.1458333vw;
  color: #383838;
  display: flex;
  align-items: center;
  padding: 0 2.0833333vw;
  border-radius: 1.5625vw;
  transition: all 0.3s linear;
  opacity: 1;
}
.button.list-view-bttn img {
  width: 23px;
  margin-right: 25px;
}
.button.list-view-bttn:hover {
  background-color: #AD0F0A;
  color: #ffffff;
  border: 1px solid #AD0F0A;
}
.button.list-view-bttn:hover img {
  filter: invert(1) brightness(1.5);
}

.visit-page {
  padding-top: 2.96875vw;
  padding-left: 0.885416666vw;
}

.visit-maps:before {
  content: "";
  background-image: url("../img/maps-bg.png");
  position: absolute;
  right: 0;
  top: -10.4166666vw;
  width: 50%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: -1;
}

.visit-list {
  display: flex;
  justify-content: space-between;
  padding-top: 3.0208333333vw !important;
  height: 100%;
}
.visit-list .visit-name-list {
  width: 15.10416666vw;
  margin-top: -0.41666666vw;
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
}
.visit-list .visit-name-list .map-icon {
  margin-right: 0.78125vw;
}
.visit-list .visit-name-list .visit-item {
  display: flex;
  align-items: center;
  margin: 2.083333333vw 0 0;
}
.visit-list .visit-name-list .visit-item:first-child {
  margin-top: 0;
}
.visit-list .visit-name-list .visit-item .title {
  font-size: 1.302083333vw;
  color: #383838;
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  transition: all 0.3s linear;
  letter-spacing: -1.1px;
  text-align: left;
}
.visit-list .visit-name-list .visit-item .title span {
  display: block;
}
.visit-list .visit-name-list .visit-item.selected .title, .visit-list .visit-name-list .visit-item:hover .title {
  color: #AD0F0A;
}
.visit-list .visit-name-list .visit-item.selected .map-icon, .visit-list .visit-name-list .visit-item:hover .map-icon {
  filter: brightness(0) saturate(100%) invert(9%) sepia(100%) saturate(6582%) hue-rotate(25deg) brightness(89%) contrast(123%);
}
.visit-list .visit-list-view {
  width: calc(100% - 15.10416666vw);
  padding-left: 5vw;
  margin-top: -6.25vw;
  z-index: 2;
}
.visit-list .visit-list-view .title {
  margin-bottom: 3.125rem;
  margin-left: 0.3125vw;
  text-align: left;
}
.visit-list .visit-list-view .list-view-list {
  display: none;
}
.visit-list .visit-list-view .list-view-list a {
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  font-size: 1.09375vw;
  color: #494031;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0.72916666vw 0;
  transition: all 0.3s linear;
}
.visit-list .visit-list-view .list-view-list a:first-child {
  margin-top: 0;
}
.visit-list .visit-list-view .list-view-list a:hover {
  color: #AD0F0A;
}
.visit-list .visit-list-view .list-view-list a:hover:before {
  color: #AD0F0A;
}
.visit-list .visit-list-view .list-view-list a:before {
  content: "+";
  font-family: "Font Awesome 5 Pro Light", sans-serif;
  font-weight: lighter;
  font-size: 1.90625vw;
  color: #494031;
  margin-right: 7px;
}
.visit-list .visit-list-view .list-view-list.selected {
  display: block;
}

.visit-map-list .visit-map-item {
  position: relative;
  width: 2.34375vw;
  height: 3.125vw;
  display: none;
}
.visit-map-list .visit-map-item:nth-child(1) {
  transform: translate(16vw, 11vw);
}
.visit-map-list .visit-map-item:nth-child(2) {
  transform: translate(12.91666vw, 12vw);
}
.visit-map-list .visit-map-item:nth-child(3) {
  transform: translate(2vw, 15vw);
}
.visit-map-list .visit-map-item:nth-child(4) {
  transform: translate(13vw, -4vw);
}
.visit-map-list .visit-map-item:nth-child(5) {
  transform: translate(17vw, -8vw);
}
.visit-map-list .visit-map-item:nth-child(6) {
  transform: translate(5vw, -5vw);
}
.visit-map-list .visit-map-item:nth-child(7) {
  transform: translate(10.41666vw, -7vw);
}
.visit-map-list .visit-map-item:nth-child(8) {
  transform: translate(10vw, 7vw);
}
.visit-map-list .visit-map-item:nth-child(9) {
  transform: translate(9vw, 7vw);
}
.visit-map-list .visit-map-item:nth-child(10) {
  transform: translate(4vw, 10vw);
}
.visit-map-list .visit-map-item:nth-child(11) {
  transform: translate(4vw, 3vw);
}
.visit-map-list .visit-map-item:nth-child(12) {
  transform: translate(-3.08334vw, 1vw);
}
.visit-map-list .visit-map-item:nth-child(13) {
  transform: translate(-1vw, 0vw);
}
.visit-map-list .visit-map-item:nth-child(14) {
  transform: translate(12vw, -5vw);
}
.visit-map-list .visit-map-item:nth-child(15) {
  transform: translate(7.01666vw, 4vw);
}
.visit-map-list .visit-map-item:nth-child(16) {
  transform: translate(23vw, 0vw);
}
.visit-map-list .visit-map-item:nth-child(17) {
  transform: translate(6vw, -11vw);
}
.visit-map-list .visit-map-item.selected {
  display: block !important;
}
.visit-map-list .visit-map-item.selected .map-icon {
  filter: brightness(0) saturate(100%) invert(9%) sepia(100%) saturate(6582%) hue-rotate(25deg) brightness(89%) contrast(123%);
}

.my-route {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #0C2538;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  padding: 0;
}
.my-route.active {
  padding-top: 4.21875vw;
  padding-bottom: 2.60416666vw;
  opacity: 1;
  visibility: visible;
  overflow: initial;
  height: auto;
}
.my-route > .container {
  padding: 0 7.34375 0 6.77083333vw;
}
.my-route .route-head {
  display: flex;
  align-items: center;
}
.my-route .route-head h2 {
  font-family: "VisbyCF", sans-serif;
  font-size: 2.60416666vw;
  font-weight: 700;
  color: #ffffff;
}
.my-route .route-head .route-time {
  font-size: 2.08333rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "SofiaPro", sans-serif;
  padding-left: 1.19791666vw;
}
.my-route .route-head .route-time b {
  font-weight: 600;
}
.my-route .my-route-list {
  padding-left: 1.71875vw;
}
.my-route .my-route-list .my-route-item {
  display: flex;
  justify-content: space-between;
  padding: 2.8125vw 0;
  position: relative;
}
.my-route .my-route-list .my-route-item:first-child {
  padding-top: 3.2291666vw;
}
.my-route .my-route-list .my-route-item:before {
  content: "\e911";
  font-family: "catab-icon";
  color: #ffffff;
  width: 1.666666666vw;
  height: 1.666666666vw;
  background-color: #AD0F0A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 23px;
  position: absolute;
  background-image: url("../img/turkey-icon-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -1.19791666vw;
  left: -1.666666666vw;
  z-index: 1;
}
.my-route .my-route-list .my-route-item:after {
  content: "";
  position: absolute;
  left: -18px;
  width: 0%;
  height: 100%;
  border-left: 1px dashed #CA9E67;
  top: -50%;
}
.my-route .my-route-list .my-route-item:first-child:after {
  display: none;
}
.my-route .my-route-list .my-route-item .details {
  display: flex;
  align-items: flex-start;
}
.my-route .my-route-list .my-route-item .details .thumb {
  width: 7.65625vw;
  border-radius: 50%;
  height: 7.29166666vw;
  padding-left: 0.364583vw;
  position: relative;
}
.my-route .my-route-list .my-route-item .details .thumb span {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.my-route .my-route-list .my-route-item .details .desc {
  padding-left: 1.92708333vw;
  padding-top: 0.3125vw;
  text-align: left;
}
.my-route .my-route-list .my-route-item .details .desc .title {
  font-family: "SofiaPro", sans-serif;
  font-size: 1.14583333vw;
  font-weight: 600;
  color: #CA9E67;
  display: block;
}
.my-route .my-route-list .my-route-item .details .desc .paragraph {
  padding-top: 1.14583333vw;
  width: 71%;
}
.my-route .my-route-list .my-route-item .details .desc .paragraph p {
  font-family: "SofiaPro", sans-serif;
  font-size: 1.09375vw;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.05px;
  line-height: 1.25vw;
}
.my-route .my-route-list .my-route-item .details .desc .icon-arrow {
  font-size: 1.25vw;
  margin-top: 0.5208333vw;
}
.my-route .my-route-list .my-route-item .details .desc .icon-arrow:before {
  color: #ffffff;
  transition: all 0.3s linear;
}
.my-route .my-route-list .my-route-item .details .desc .icon-arrow:hover:before {
  color: #CA9E67;
}
.my-route .my-route-list .my-route-item .route-buttons {
  min-width: 200px;
  width: 10.4166666vw;
}
.my-route .my-route-list .my-route-item .route-buttons a {
  border: 1px solid #ffffff;
  border-radius: 1.5625vw;
  font-family: "SofiaPro", sans-serif;
  font-size: 0.977875vw;
  font-weight: 600;
  color: #ffffff;
  height: 2.29166666vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.34375vw auto;
  padding: 0 1.3020833vw;
  transition: all 0.3s linear;
}
.my-route .my-route-list .my-route-item .route-buttons a span {
  padding-left: 0.5729166vw;
}
.my-route .my-route-list .my-route-item .route-buttons a:hover {
  background-color: #ffffff;
  color: #CA9E67;
}
.my-route .my-route-list .my-route-item .route-buttons a:hover i:before {
  color: #CA9E67;
}

/*Popover*/
.popover {
  min-width: 500px;
  height: 30.52083vw;
  border-radius: 0;
}

.compassLogo {
  position: absolute;
  right: 0;
  bottom: -100px;
  -webkit-animation: catab-rotating 5s linear infinite;
          animation: catab-rotating 5s linear infinite;
}

.popover-body {
  position: relative;
  height: 100%;
}
.popover-body .close {
  position: absolute;
  right: 0;
  top: -2.6041666vw;
  width: 2.6041666vw;
  height: 2.6041666vw;
  background-color: #AD0F0A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popover-body .close:hover {
  background-color: #8C0000;
  cursor: pointer;
}
.popover-body .close i {
  color: #ffffff;
  font-size: 1.041666vw;
}
.popover-body .content-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffffff;
  position: relative;
  padding: 2.025vw 1.5625vw 0;
  height: 95%;
  overflow: auto;
  overflow-x: hidden;
  scrollbar-color: darkgrey #eeeaea !important;
  scrollbar-width: thin !important;
  scrollbar-gutter: stable !important;
}
.popover-body .content-popup h3 {
  font-family: "VisbyCF", sans-serif;
  font-weight: 700;
  font-size: 1.82291666vw;
  color: #494031;
}
.popover-body .content-popup .paragraph {
  margin: 20px 0;
}
.popover-body .content-popup .paragraph p {
  font-family: "SofiaPro", sans-serif;
  font-weight: 500;
  font-size: 0.9375vw;
  color: #56472E;
  line-height: 1.25vw;
}
.popover-body .content-popup .audio-guide-bttn {
  border: 1px solid #56472E;
  border-radius: 30px;
  background-color: #ffffff;
  color: #56472E;
  width: 236px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SofiaPro", sans-serif;
  font-weight: 700;
  font-size: 0.6386375vw;
  margin-top: 30px;
  z-index: 99999;
}
.popover-body .content-popup .audio-guide-bttn i {
  color: #56472E;
  font-size: 1.71875vw;
}

#recommendedRoutes {
  width: 100vw;
  height: 5.46875vw;
  z-index: -999;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: #8C0000;
  min-height: 50px;
  position: absolute;
  bottom: 0;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 10vw !important;
  padding-right: 10vw !important;
}
#recommendedRoutes.active {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  box-shadow: 0 -8px 25px -1px rgba(12, 37, 56, 0.71);
}
#recommendedRoutes a {
  height: 2.60416666vw;
  border: 1px solid #FFFFFF;
  border-radius: 1.3020833vw;
  font-size: 1.171875vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 500;
  transition: all 400ms ease-in-out;
  width: auto;
  min-width: 117px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  margin-left: 1vw;
}
#recommendedRoutes a:first-child {
  margin-left: 0;
}
#recommendedRoutes a:hover {
  background-color: #FFFFFF;
  color: #0C2538;
}

.page-bottom {
  position: relative;
  z-index: 2;
}
.page-bottom .footer-actions {
  height: 5.46875vw;
  width: 100%;
  background-color: #8C0000;
  display: flex;
  align-items: center;
}
.page-bottom .footer-actions > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-bottom .footer-actions .weather {
  display: flex;
  align-items: center;
  position: relative;
}
.page-bottom .footer-actions .weather .content {
  color: #FFFFFF;
  line-height: 1;
  margin-left: 10px;
}
.page-bottom .footer-actions .weather .content h3 {
  font-weight: 600;
  font-family: "SofiaPro", sans-serif;
}
.page-bottom .footer-actions .weather .content h3 span {
  font-weight: 400;
  font-family: "SofiaPro", sans-serif;
}
.page-bottom .footer-actions .weather .content span {
  font-weight: 500;
  font-family: "SofiaPro", sans-serif;
}
.page-bottom .footer-actions .buttons-frame {
  display: flex;
  justify-content: center;
}
.page-bottom .footer-actions .buttons-frame .button {
  display: flex;
  align-items: center;
  height: 2.60416666vw;
  border-radius: 1.3020833vw;
  background: none;
  border: 1px solid #FFFFFF;
  padding: 0 2.395833333vw 0 1.7708333vw;
  display: flex;
  flex-direction: row;
  margin-right: 0.520833333vw;
  font-size: 1.171875vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  transition: all 400ms ease-in-out;
  width: auto;
  min-width: 117px;
  opacity: 1;
}
.page-bottom .footer-actions .buttons-frame .button:hover {
  opacity: 1;
}
.page-bottom .footer-actions .buttons-frame .button i {
  margin-right: 0.83333333vw;
  transition: none;
}
.page-bottom .footer-actions .buttons-frame .button i.icon-share-2:before {
  font-size: 1.510416666vw;
}
.page-bottom .footer-actions .buttons-frame .button img {
  margin-right: 0.833333333vw;
  width: 18.192vw;
}
.page-bottom .footer-actions .buttons-frame .button:last-child {
  margin-right: 0px;
}
.page-bottom .footer-actions .buttons-frame .button:hover {
  background-color: #FFFFFF;
  color: #0C2538;
}

.visitpageContent {
  height: 100%;
}
.visitpageContent > .container {
  padding: 0 0 0 10vw;
  height: calc(100% - 5.46875vw);
  margin: 0 auto;
}
.visitpageContent.noPageBottom > .container {
  height: 100%;
}

.page-head-mobile {
  display: none;
}

#filterMapList,
#fullScreenMapList {
  display: none;
}

@media screen and (max-width: 1366px) {
  .visitpageContent > .container {
    height: calc(100% - 105px);
  }
  .page-bottom .footer-actions {
    height: 105px;
  }
  .page-bottom .footer-actions .buttons-frame .button {
    height: 50px;
    font-size: 16px;
    border-radius: 25px;
  }
  .my-route.active {
    padding-top: 81px;
    padding-bottom: 50px;
  }
  .my-route .route-head .route-time {
    font-size: 24px;
  }
  .my-route .route-head h2 {
    font-size: 41px;
  }
  .my-route .my-route-list .my-route-item {
    padding: 24px 0;
  }
  .my-route .my-route-list .my-route-item:before {
    width: 32px;
    height: 32px;
    left: -32px;
    margin-top: -23px;
  }
  .my-route .my-route-list .my-route-item:first-child {
    padding-top: 62px;
  }
  .my-route .my-route-list .my-route-item .details .desc .title {
    font-size: 21px;
  }
  .my-route .my-route-list .my-route-item .details .desc .paragraph p {
    font-size: 21px;
    line-height: 24px;
  }
  .my-route .my-route-list .my-route-item .details .desc .icon-arrow {
    font-size: 24px;
    margin-top: 10px;
  }
  .my-route .my-route-list .my-route-item .details .thumb {
    width: 147px;
    height: 140px;
  }
  .my-route .my-route-list .my-route-item .route-buttons {
    min-width: 200px;
    width: 200px;
  }
  .my-route .my-route-list .my-route-item .route-buttons a {
    font-size: 18px;
    height: 44px;
    margin: 6.6px auto;
    border-radius: 30px;
  }
  .visit-list .visit-name-list .visit-item {
    margin: 20px 0 0;
  }
  .popover-body .content-popup .paragraph p {
    font-size: 12px;
    line-height: 16px;
  }
  .popover-body .content-popup .audio-guide-bttn {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .visit-list {
    margin-top: 58px;
    display: block;
    width: 37%;
  }
  .visit-list .visit-name-list {
    width: auto;
    margin-top: 0;
  }
  .visit-list .visit-name-list .visit-item {
    margin: 20px 0;
  }
  .visit-list .visit-name-list .visit-item .title {
    font-size: 1.6770625vw;
  }
  .visit-list .visit-list-view {
    margin-top: 30px;
    padding-left: 0;
    width: 45px;
    position: absolute;
    bottom: 115px;
    height: 45px;
    overflow: hidden;
    right: 44px;
  }
  .visit-list .visit-list-view.opened {
    height: 100%;
    width: 50%;
    padding-top: 236px;
  }
  .visit-list .visit-list-view .title {
    width: 45px;
    margin: 0;
    height: 45px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
  }
  .visit-list .visit-list-view .list-view-list a {
    margin: 15px 0;
    font-size: 20.25px;
  }
  .button.list-view-bttn {
    font-size: 0;
    min-width: 45px;
    width: 45px;
    padding: 0;
    border-radius: 0;
    height: 45px;
    background-color: #0C2538;
    border: none;
  }
  .button.list-view-bttn:hover {
    background-color: #AD0F0A;
    border: none;
  }
  .button.list-view-bttn img {
    margin: 0;
    filter: invert(100%) brightness(1.5);
  }
  .page-layout.maps-page:before {
    width: 100%;
    background-position: center center;
    background-size: cover;
    height: 100%;
    opacity: 0.4;
  }
  .visit-maps {
    width: 50%;
    display: block;
  }
  .visit-maps.removed {
    display: none;
  }
  .visit-maps.guzergah-icerik {
    width: auto;
  }
  .maps-page .guzergah-icerik .itemsContent .route-order {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(1) {
    transform: translate(2vw, 29vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(2) {
    transform: translate(3vw, 19vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(3) {
    transform: translate(4vw, 8vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(4) {
    transform: translate(5vw, -3vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(5) {
    transform: translate(7vw, -13vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(6) {
    transform: translate(9vw, -22vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(7) {
    transform: translate(11vw, -31vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(8) {
    transform: translate(15vw, -34vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(9) {
    transform: translate(19vw, -33vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(10) {
    transform: translate(21vw, -29vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(11) {
    transform: translate(23vw, -25vh);
  }
  .compassLogo {
    right: 90px;
    bottom: 120px;
  }
  .maps-page .guzergah-liste .item,
.maps-page .interaktif-liste .item {
    font-size: 12px;
  }
  .maps-page .guzergah-liste .item .routeOrder,
.maps-page .interaktif-liste .item .routeOrder {
    font-size: 12px;
    width: 30px;
    height: 30px;
  }
  .maps-page .guzergah-icerik .route-order,
.maps-page .interaktif-harita .route-order {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .maps-page .guzergah-icerik .route-order span,
.maps-page .interaktif-harita .route-order span {
    display: block;
    height: 14px;
  }
  .maps-page .guzergah-icerik .route-order .catab-icon,
.maps-page .interaktif-harita .route-order .catab-icon {
    font-size: 14px;
  }
  .popover-body .close {
    width: 24px;
    height: 24px;
    top: -24px;
  }
  .popover-body .close i {
    font-size: 16px;
  }
  #recommendedRoutes a {
    height: 3.704167vw;
    font-size: 1.471875vw;
    border-radius: 3.602083vw;
  }
}
@media screen and (max-width: 1024px) {
  .my-route > .container {
    padding: 0 30px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #filterMapList,
#fullScreenMapList {
    position: absolute;
    bottom: 100px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #filterMapList {
    background: #0C2538;
    right: 64px;
  }
  #fullScreenMapList {
    background: #8C0000;
    right: 30px;
  }
  #fullScreenMapList:after {
    content: "";
    width: 7.87px;
    height: 7.87px;
    background: url("../img/icons/arrow2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    bottom: -2px;
    right: 1px;
    transition: all 0.3s linear;
  }
  #fullScreenMapList:before {
    content: "";
    width: 7.87px;
    height: 7.87px;
    background: url("../img/icons/arrow2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-180deg);
    position: relative;
    left: 2px;
    top: -2px;
    transition: all 0.3s linear;
  }
  #fullScreenMapList.active:before {
    transform: rotate(-45deg);
    left: auto;
    top: auto;
  }
  #fullScreenMapList.active:after {
    transform: rotate(135deg);
    bottom: auto;
    right: auto;
  }
  .page-head-mobile {
    background-color: #ffffff;
    padding: 85px 40px 20px;
  }
  .page-head-mobile p {
    font-family: "SofiaPro";
    font-size: 16px;
    color: #868686;
  }
  .visit-page > .row {
    display: block;
  }
  .visit-page > .row.page-head {
    display: flex;
  }
  .compassLogo {
    display: none;
  }
  .visit-list {
    width: 100vw;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    display: none;
  }
  .visit-list .visit-name-list {
    background-color: #ffffff;
    width: 100%;
    padding: 36px 40px 0;
  }
  .visit-list .visit-name-list .map-icon {
    width: 28px;
  }
  .visit-list .visit-name-list .visit-item .title {
    font-size: 16px;
    font-weight: 300;
    color: #868686;
  }
  .visit-list .visit-name-list .visit-item .title span {
    display: inline;
    padding-left: 5px;
  }
  .visit-list .visit-name-list .visit-item .title span:first-child {
    padding-left: 0;
  }
  .visit-list .visit-list-view {
    display: none;
  }
  .visit-list .visit-list-view .title {
    display: none;
  }
  .visit-maps {
    width: 100%;
    height: calc(100% - 105px);
    min-height: calc(100vh - 245px);
    position: relative;
  }
  .visit-maps::before {
    width: 100%;
    top: -200px;
  }
  .visit-maps.interaktif-harita, .visit-maps.guzergah-icerik {
    height: 100%;
    min-height: calc(100vh - 245px);
  }
  .maps-page .mapsLocContent .paragraph.mapsNote {
    display: none;
  }
  .maps-page .interaktif-liste,
.maps-page .guzergah-liste {
    display: none;
    background: #ffffff;
    width: 100vw;
    padding: 20px 40px;
  }
  .maps-page .guzergah-icerik .itemsContent .route-order {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(1) {
    transform: translate(-9vw, 37vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(2) {
    transform: translate(-7vw, 26vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(3) {
    transform: translate(-5vw, 16vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(4) {
    transform: translate(-2vw, 6vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(5) {
    transform: translate(0vw, -4vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(6) {
    transform: translate(4vw, -13vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(7) {
    transform: translate(11vw, -19vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(8) {
    transform: translate(17vw, -18vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(9) {
    transform: translate(21vw, -14vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(10) {
    transform: translate(24vw, -9vh);
  }
  .maps-page .guzergah-icerik .itemsContent .item-content:nth-child(11) {
    transform: translate(27vw, -4vh);
  }
  .my-route .my-route-list {
    padding-left: 33px;
  }
  .my-route .my-route-list .my-route-item {
    display: block;
    padding: 24px 0;
  }
  .my-route .my-route-list .my-route-item:before {
    top: 120px;
    margin-top: 0;
  }
  .my-route .my-route-list .my-route-item:after {
    top: calc(-100% + 120px);
    margin-top: 0;
  }
  .my-route .my-route-list .my-route-item .route-buttons {
    margin: 10px auto;
    width: auto;
  }
  .my-route .my-route-list .my-route-item .details .desc .paragraph {
    width: 100%;
  }
  .my-route .my-route-list .my-route-item .details .desc .paragraph p {
    font-size: 15px;
  }
  .my-route .route-head h2 {
    font-size: 24px;
  }
  .my-route .route-head .route-time {
    font-size: 14px;
  }
  .page-layout.visit-page .page-detail .page-head .default-title {
    display: none;
  }
  .visitpageContent > .container {
    flex-direction: column-reverse;
    padding: 0 !important;
    height: auto;
  }
  .visitpageContent.filterList .visit-list {
    display: flex;
  }
  .visitpageContent.filterList .page-head-mobile {
    display: block;
  }
  .visitpageContent.filterList .interaktif-liste {
    display: block;
  }
  .visitpageContent.filterList .guzergah-liste {
    display: block;
  }
  .visitpageContent.fullScreen .visit-list {
    display: none;
  }
  .visitpageContent.fullScreen .page-head-mobile {
    display: none;
  }
  .visitpageContent.fullScreen .page-bottom {
    display: none;
  }
  .visitpageContent.fullScreen .visit-maps {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .visitpageContent.fullScreen .visit-maps:before {
    top: 0;
  }
  .visitpageContent.fullScreen #filterMapList,
.visitpageContent.fullScreen #fullScreenMapList {
    bottom: 35px;
  }
  .visitpageContent.noPageBottom .visit-maps:before {
    top: -200px;
  }
  .visitpageContent.noPageBottom.fullScreen .visit-maps:before {
    top: 0;
  }
  .page-bottom {
    position: absolute;
    top: calc(100vh - 244px);
    width: 100vw;
  }
  .page-bottom .footer-actions {
    justify-content: center;
  }
  .page-bottom .footer-actions .weather {
    display: none;
  }
  .page-bottom .footer-actions .buttons-frame {
    flex: none;
    width: 100%;
    justify-content: space-around;
  }
  .page-bottom .footer-actions .buttons-frame .button {
    border: none;
    width: auto;
    flex: none;
    font-size: 14px;
    font-weight: 400;
    min-width: initial;
    margin: 0;
    padding: 0;
  }
  .page-bottom .footer-actions .buttons-frame .button:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
  }
  .page-bottom .footer-actions .buttons-frame .button .catab-icon {
    margin-right: 9px;
  }
  .page-bottom .footer-actions .buttons-frame .button .catab-icon:before {
    font-size: 22px;
    color: #DA9997;
  }
  .page-bottom .footer-actions .buttons-frame .button .catab-icon.icon-share-2:before {
    font-size: 22px;
  }
  .visit-map-list .visit-map-item .map-icon {
    width: 28px;
  }
  .subPage .popover {
    min-width: 500px;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    transform: none !important;
    top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding-top: 50px;
    border: none;
    inset: 0 !important;
    min-width: initial;
    width: 100%;
    max-width: initial;
    height: 100%;
  }
  .subPage .popover .popover-body {
    width: 90%;
    height: calc(100vh - 400px);
    background-color: #ffffff;
    padding-top: 60px;
  }
  .subPage .popover .popover-body .content-popup {
    display: block;
    text-align: center;
  }
  .subPage .popover .popover-body .content-popup h3 {
    text-align: left;
    font-size: 24px;
  }
  .subPage .popover .popover-body .content-popup .audio-guide-bttn {
    display: inline-flex;
    height: auto;
    width: auto;
    border: none;
  }
  .subPage .popover .popover-body .content-popup .audio-guide-bttn i {
    font-size: 24px;
  }
  .subPage .popover .popover-body .content-popup .paragraph {
    padding-right: 20px;
  }
  .subPage .popover .popover-body .content-popup .paragraph p {
    padding: 0;
  }
  .subPage .popover .popover-body .close {
    width: 34px;
    height: 34px;
    top: 16px;
    right: 8px;
  }
  .subPage .popover .popover-body .close i {
    font-size: 20px;
  }
  .subPage .popover .popover-body .close:hover {
    cursor: pointer;
  }
  #recommendedRoutes a {
    height: 4.104167vw;
    font-size: 1.871875vw;
    border-radius: 3.602083vw;
  }
}
@media screen and (max-width: 480px) {
  .my-route .route-head {
    display: block;
    -webkit-text-emphasis: center;
            text-emphasis: center;
  }
  .my-route .route-head .route-time {
    padding-left: 0;
    padding-top: 10px;
    display: block;
  }
  .my-route .my-route-list .my-route-item .route-buttons {
    display: block;
  }
  .my-route .my-route-list .my-route-item .route-buttons a {
    display: inline-flex;
    width: auto;
    min-width: auto;
    padding: 0 0 0 12px;
    margin: 0;
    border: none;
    font-weight: 400;
  }
  .my-route .my-route-list .my-route-item .route-buttons a:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
  }
  .my-route .my-route-list .my-route-item .details {
    display: block;
    text-align: center;
  }
  .my-route .my-route-list .my-route-item .details .thumb {
    margin: 0 auto;
  }
  .my-route .my-route-list .my-route-item .details .desc {
    padding-left: 17px;
    text-align: center;
  }
  #recommendedRoutes a {
    height: 4.504167vw;
    font-size: 2.571875vw;
    border-radius: 3.602083vw;
  }
}
@media screen and (max-width: 412px) {
  .page-bottom .footer-actions .buttons-frame .button {
    padding: 0 5px;
    width: 33%;
  }
}
/* Deniz Savaşları*/
.deniz-savaslari {
  width: 100vw;
  height: 100%;
  padding-top: 8.17708333vw;
  background-image: url("../img/noise.gif");
}
.deniz-savaslari .deniz-zaferi {
  height: calc(100vh - 8.17708333vw);
  align-items: center;
  z-index: 1;
  position: relative;
  display: flex;
}
.deniz-savaslari .deniz-zaferi > div {
  z-index: 1;
  height: auto;
}
.deniz-savaslari .deniz-zaferi .head {
  padding-bottom: 7.1875vw;
}
.deniz-savaslari .deniz-zaferi .head .title span {
  font-family: "VisbyCF", sans-serif;
  font-weight: 700;
  display: block;
}
.deniz-savaslari .deniz-zaferi .head .title span.midd {
  font-size: 2.60416666vw;
  line-height: 2.566625vw;
  color: #FFFFFF;
}
.deniz-savaslari .deniz-zaferi .head .title span.large {
  font-size: 5.729125vw;
  line-height: 4.958125vw;
  color: #CBBBA0;
  padding-top: 10px;
}
.deniz-savaslari .deniz-zaferi .clip-text {
  position: absolute;
  right: -3.4895833333vw;
  z-index: -1;
  display: flex;
  height: 100vh;
  align-items: center;
}
.deniz-savaslari .deniz-zaferi .clip-text span {
  display: inline-block;
  position: relative;
}
.deniz-savaslari .deniz-zaferi .clip-text span:nth-child(1) {
  right: -296px;
  -webkit-text-fill-color: rgba(33, 33, 33, 0.8);
  background: url("../img/denizsavaslari/1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14.21875vw;
  height: 33.6458333vw;
}
.deniz-savaslari .deniz-zaferi .clip-text span:nth-child(2) {
  right: -205px;
  top: 51px;
  -webkit-text-fill-color: rgba(33, 33, 33, 0.6);
  background: url("../img/denizsavaslari/9.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 27.4479166vw;
  height: 35.15625vw;
}
.deniz-savaslari .deniz-zaferi .clip-text span:nth-child(3) {
  -webkit-text-fill-color: rgba(33, 33, 33, 0.4);
  top: 64px;
  right: -99px;
  background: url("../img/denizsavaslari/1-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15.520833333vw;
  height: 34.947916666vw;
}
.deniz-savaslari .deniz-zaferi .clip-text span:nth-child(4) {
  -webkit-text-fill-color: rgba(33, 33, 33, 0.2);
  background: url("../img/denizsavaslari/5.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25.6770833vw;
  height: 33.95833333vw;
}
.deniz-savaslari .deniz-zaferi .bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -1.9791666vw;
}
.deniz-savaslari .deniz-zaferi .bottom > div {
  display: flex;
  justify-content: space-between;
}
.deniz-savaslari .deniz-zaferi .bottom a {
  font-family: "SofiaPro", sans-serif;
  font-size: 1.14375vw;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.deniz-savaslari .deniz-zaferi .bottom a > span {
  margin-left: 20px;
  transition: all 0.3s linear;
}
.deniz-savaslari .deniz-zaferi .bottom a .icon-voice-face:before {
  color: #A48A7B;
}
.deniz-savaslari .deniz-zaferi .bottom a .icon-map-pin {
  font-size: 24px;
}
.deniz-savaslari .deniz-zaferi .bottom a .icon-map-pin::before {
  color: #A48A7B;
}
.deniz-savaslari .deniz-zaferi .bottom a:hover > span {
  color: #A48A7B;
}
.deniz-savaslari .deniz-zaferi .audio-guide .icon-voice-face {
  position: relative;
  left: 3px;
}
.deniz-savaslari .deniz-zaferi .audio-guide .icon-voice-face:before {
  font-size: 35px;
}
.deniz-savaslari .deniz-zaferi .audio-guide .icon-voice-face span.icon-spring {
  filter: brightness(0.6) sepia(5) hue-rotate(9deg) saturate(1);
  background-image: url("../img/icons/spring.svg");
  background-size: 9px 27px;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  position: absolute;
  left: -9px;
  width: 8px;
  top: 15px;
  background-size: contain;
  -webkit-animation: catab-audio 3s infinite;
          animation: catab-audio 3s infinite; /* IE 10+, Fx 29+ */
}
.deniz-savaslari .deniz-zaferi .audio-guide .icon-voice-face span.icon-spring:before {
  content: "";
  background-image: url("../img/icons/spring.svg");
  position: absolute;
  background-size: contain;
  width: 6px;
  height: 24px;
  left: -4px;
  top: -2px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: catab-audio 1.5s infinite;
          animation: catab-audio 1.5s infinite; /* IE 10+, Fx 29+ */
}
.deniz-savaslari .deniz-zaferi .audio-guide .icon-voice-face span.icon-spring:after {
  content: "";
  background-image: url("../img/icons/spring.svg");
  position: absolute;
  background-size: contain;
  width: 6px;
  height: 9px;
  right: -5px;
  top: 3px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: catab-audio 2s infinite;
          animation: catab-audio 2s infinite; /* IE 10+, Fx 29+ */
}
.deniz-savaslari .substance {
  position: relative;
  z-index: 2;
}
.deniz-savaslari .substance .head {
  display: flex;
  justify-content: space-between;
  padding: 3.28125vw 2.760375vw 6.09375vw 0;
}
.deniz-savaslari .substance .head .title span {
  font-size: 3.5744375vw;
  line-height: 3.5vw;
  font-family: "VisbyCF", sans-serif;
  color: #CBBBA0;
  font-weight: 700;
  padding-right: 20px;
  display: block;
}
.deniz-savaslari .substance .head .title span.first-title {
  padding-top: 3rem;
  line-height: 3.875vw;
}
.deniz-savaslari .substance .head .title span.big {
  font-size: 5.15625vw;
  line-height: 5.5625vw;
  padding-top: 1rem;
}
.deniz-savaslari .substance .head img {
  width: 100%;
}
.deniz-savaslari .substance .head .image-frame {
  position: relative;
}
.deniz-savaslari .substance .head .image-frame img {
  position: absolute;
  top: -5.03125vw;
}
.deniz-savaslari .substance .paragraph {
  padding-left: 4.83125vw;
  padding-right: 2.7083125vw;
  padding-bottom: 5.2083125vw;
  position: relative;
}
.deniz-savaslari .substance .paragraph blockquote {
  font-family: "SofiaPro", sans-serif;
  font-weight: 400;
  font-size: 1.041625vw;
  color: #C6C6C6;
  line-height: 1.25vw;
  letter-spacing: -0.6px;
}
.deniz-savaslari .substance .paragraph blockquote span {
  display: block;
}
.deniz-savaslari .substance .paragraph blockquote.text-right {
  text-align: right;
}
.deniz-savaslari .substance .paragraph blockquote.text-left {
  text-align: left;
}
.deniz-savaslari .substance .paragraph .quotes:before {
  content: "";
  background-image: url("../img/icons/paragraph-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 10.416666vw;
  height: 13.0208333vw;
  position: absolute;
  z-index: -1;
  top: -3.6458333vw;
  left: -2.76041666vw;
}
.deniz-savaslari .substance .paragraph .pt-11 {
  padding-top: 7.447875vw;
}
.deniz-savaslari .substance .paragraph .pt-8 {
  padding-top: 5.20625vw;
}
.deniz-savaslari .substance .paragraph .pb-8 {
  padding-bottom: 5.20625vw;
}
.deniz-savaslari .substance .paragraph img {
  width: 100%;
}
.deniz-savaslari .substance .paragraph img.zirhli {
  right: -65%;
  bottom: -10.46875vw;
  position: absolute;
  transition: all 0.3s linear;
  width: 163%;
}
.deniz-savaslari .substance .paragraph img.seyitonbasi {
  width: 169%;
  position: relative;
  left: -13.125vw;
  top: -2.5vw;
}
.deniz-savaslari .substance .paragraph p {
  font-size: 1.50625vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 400;
  color: #C6C6C6;
  text-align: left;
  line-height: 2.375vw;
  padding-right: 1.125vw;
}
.deniz-savaslari .substance .paragraph p.text-right {
  text-align: right;
}
.deniz-savaslari .substance .paragraph p mark {
  color: #CA9E67;
  background: none;
  background-color: rgba(0, 0, 0, 0);
}
.deniz-savaslari .substance .paragraph .nusretmayin img {
  width: 174%;
  margin-left: -25.578125vw;
  margin-top: -6.0416666vw;
}
.deniz-savaslari .substance .paragraph .nusretmayin blockquote {
  position: absolute;
  bottom: 3.8020833333vw;
}
.deniz-savaslari .substance .paragraph .canankkalebogazi {
  position: relative;
}
.deniz-savaslari .substance .paragraph .canankkalebogazi .canakkalebogaziBg {
  width: 50%;
}
.deniz-savaslari .substance .paragraph .canankkalebogazi .canakkalebogaziBg img {
  width: 100%;
  position: absolute;
  right: -115%;
  bottom: 98.3%;
  transform: scale(3.7);
  z-index: -1;
}
.deniz-savaslari .substance .paragraph .canankkalebogazi .canakkalebogaziBg blockquote {
  bottom: 50.3%;
  position: absolute;
  right: -3.125vw;
}
.deniz-savaslari .substance .paragraph .zirhli-frame blockquote {
  position: absolute;
  bottom: -7.1875vw;
  right: 2.7083333vw;
}

@media screen and (max-width: 1366px) {
  .deniz-savaslari .substance .head .image-frame img {
    top: -9.03125vw;
  }
  .deniz-savaslari .substance .paragraph .canankkalebogazi .canakkalebogaziBg img {
    right: -99%;
    transform: scale(2.9);
  }
  .deniz-savaslari .substance .paragraph .nusretmayin img {
    width: 54vw;
  }
  .deniz-savaslari .substance .paragraph img {
    width: 67%;
  }
  .deniz-savaslari .substance .paragraph img.zirhli {
    right: -8vw;
    width: 51vw;
  }
}
@media screen and (max-width: 1200px) {
  .deniz-savaslari .deniz-zaferi .clip-text span:nth-child(1) {
    right: -146px;
  }
  .deniz-savaslari .deniz-zaferi .clip-text span:nth-child(2) {
    right: -93px;
  }
  .deniz-savaslari .deniz-zaferi .clip-text span:nth-child(3) {
    right: -46px;
  }
}
@media screen and (max-width: 1024px) {
  .deniz-savaslari .deniz-zaferi {
    height: auto;
    padding-top: 85px;
    padding-bottom: 180px;
  }
  .deniz-savaslari .deniz-zaferi > div.container {
    height: 100%;
  }
  .deniz-savaslari .deniz-zaferi .clip-text {
    height: auto;
  }
  .deniz-savaslari .deniz-zaferi .clip-text span {
    font-size: 64rem;
  }
  .deniz-savaslari .deniz-zaferi .head .title span.large {
    font-size: 34px;
    line-height: 36px;
  }
  .deniz-savaslari .deniz-zaferi .head .title span.midd {
    font-size: 24px;
    line-height: 24px;
  }
  .deniz-savaslari .deniz-zaferi .bottom a {
    font-size: 14px;
  }
  .deniz-savaslari .substance .head {
    padding-top: 0;
  }
  .deniz-savaslari .substance .head .image-frame img {
    top: -90px;
  }
  .deniz-savaslari .substance .paragraph {
    padding-bottom: 0;
  }
  .deniz-savaslari .substance .paragraph p {
    font-size: 15px;
    line-height: 21px;
  }
  .deniz-savaslari .substance .paragraph .quotes:before {
    width: 150px;
    left: 10px;
  }
  .deniz-savaslari .substance .paragraph .nusretmayin img {
    margin-left: -164.1px;
    margin-top: 0;
  }
  .deniz-savaslari .substance .paragraph .nusretmayin blockquote {
    bottom: 0;
    font-size: 14px;
  }
  .deniz-savaslari .substance .paragraph .pb-8 {
    padding-bottom: 0;
  }
  .deniz-savaslari .substance .paragraph .pt-8 {
    padding-top: 115px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .deniz-savaslari .deniz-zaferi .bottom {
    width: 50vw;
  }
  .deniz-savaslari .substance {
    padding-bottom: 5rem;
  }
  .deniz-savaslari .substance .head {
    padding: 5.25rem 4.4166rem 1.75rem 0;
  }
  .deniz-savaslari .substance .head .title span {
    text-align: center;
  }
  .deniz-savaslari .substance .head .title span.first-title {
    font-size: 48px;
    line-height: 50px;
  }
  .deniz-savaslari .substance .head .image-frame img {
    position: relative;
    top: 0;
  }
  .deniz-savaslari .substance .paragraph {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .deniz-savaslari .substance .paragraph .pt-11 {
    padding-top: 0;
  }
  .deniz-savaslari .substance .paragraph .canankkalebogazi {
    position: absolute;
    bottom: 100%;
    right: -25%;
    z-index: -1;
    opacity: 0.4;
  }
  .deniz-savaslari .substance .paragraph .canankkalebogazi .canakkalebogaziBg blockquote {
    bottom: 29px;
    right: -102px;
    position: relative;
  }
  .deniz-savaslari .substance .paragraph .canankkalebogazi .canakkalebogaziBg img {
    right: auto;
    transform: scale(2.3);
    position: relative;
    left: 100%;
    bottom: 62px;
  }
  .deniz-savaslari .substance .paragraph .quotes:before {
    width: 87px;
    left: 10px;
    top: -29px;
    height: 80px;
  }
  .deniz-savaslari .substance .paragraph .nusretmayin {
    flex-direction: column !important;
    padding-bottom: 20px;
  }
  .deniz-savaslari .substance .paragraph .nusretmayin img {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .deniz-savaslari .substance .paragraph .nusretmayin blockquote {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .deniz-savaslari .substance .paragraph p {
    text-align: justify;
  }
  .deniz-savaslari .substance .paragraph p.text-right {
    text-align: justify;
  }
  .deniz-savaslari .substance .paragraph .zirhli-frame {
    text-align: center;
  }
  .deniz-savaslari .substance .paragraph .zirhli-frame img {
    width: 54%;
  }
  .deniz-savaslari .substance .paragraph .zirhli-frame img.zirhli {
    width: 100%;
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: -110px;
  }
  .deniz-savaslari .substance .paragraph .zirhli-frame blockquote {
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .deniz-savaslari .substance .paragraph img.seyitonbasi {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 660px) {
  .deniz-savaslari .deniz-zaferi {
    padding-bottom: 0;
    height: auto;
  }
  .deniz-savaslari .deniz-zaferi > div.container {
    display: block !important;
    height: auto;
  }
  .deniz-savaslari .deniz-zaferi .clip-text {
    display: none;
  }
  .deniz-savaslari .deniz-zaferi .bottom {
    width: 100vw;
  }
  .deniz-savaslari .deniz-zaferi .bottom a > span {
    margin-left: 10px;
  }
  .deniz-savaslari .deniz-zaferi .audio-guide .icon-voice-face:before {
    font-size: 25px;
  }
  .deniz-savaslari .deniz-zaferi .audio-guide .icon-voice-face span.icon-spring {
    height: 10px;
    left: -5px;
    width: 8px;
    top: 13px;
  }
  .deniz-savaslari .deniz-zaferi .audio-guide .icon-voice-face span.icon-spring:before {
    height: 16px;
    left: -1px;
    top: -3px;
  }
  .deniz-savaslari .deniz-zaferi .audio-guide .icon-voice-face span.icon-spring:after {
    height: 6px;
    right: -7px;
    top: 2px;
  }
  .deniz-savaslari .substance .head .title span.big {
    font-size: 3.25rem;
    line-height: 3.6rem;
  }
  .deniz-savaslari .substance .head .title span.first-title {
    font-size: 38px;
    line-height: 40px;
  }
  .deniz-savaslari .substance .paragraph .canankkalebogazi {
    bottom: 99%;
    right: -30%;
  }
  .deniz-savaslari .substance .paragraph .zirhli-frame blockquote {
    bottom: 45px;
    font-size: 12px;
    line-height: 14px;
  }
  .deniz-savaslari .substance .paragraph .zirhli-frame img.zirhli {
    margin-top: -55px;
  }
  .deniz-savaslari .substance .paragraph .pt-8 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .pt-5 {
    padding-top: 0 !important;
  }
  .pb-5 {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 414px) {
  .deniz-savaslari .substance .head {
    padding: 25px 0;
  }
  .deniz-savaslari .substance .head .title span.big {
    font-size: 18px;
    line-height: 20px;
  }
  .deniz-savaslari .substance .head .title span.first-title {
    font-size: 16px;
    line-height: 18px;
  }
  .deniz-savaslari .substance .paragraph p {
    padding-right: 0;
  }
  .deniz-savaslari .substance .paragraph.row {
    padding: 0;
    margin-right: -14px;
  }
  .deniz-savaslari .substance .paragraph .zirhli-frame blockquote {
    bottom: 25px;
  }
}
/* Deniz Savaşları*/
.tabs .tabsContent {
  align-items: flex-start;
  padding-top: 1.6666666vw;
}
.tabs .mediaTabsContent {
  width: 100%;
  padding-top: 2.525vw;
}

.medya-page .content {
  height: calc(100% - 48px);
}
.medya-page .tabs {
  display: flex;
  justify-content: space-between;
  padding-top: 0.625vw;
  height: 100%;
  width: 100%;
}
.medya-page .tabs .tabsTitle {
  padding-top: 1.25vw;
  padding-right: 3.125vw;
}
.medya-page .tabs .tabsTitle .tabButton {
  background-color: #0C2538;
  margin: 1.458333vw 0;
  padding: 0.78125vw 0.364583vw;
  min-width: 10.5729vw;
  letter-spacing: 0.03125vw;
  color: #FFFFFF;
  text-align: left;
}
.medya-page .tabs .tabsTitle .tabButton:after {
  background: #FFFFFF;
  background: linear-gradient(320deg, rgba(255, 255, 255, 0.5) 63%, rgba(255, 255, 255, 0) 74%);
}
.medya-page .tabs .tabsTitle .tabButton:hover, .medya-page .tabs .tabsTitle .tabButton.active {
  color: #CA9E67;
}
.medya-page .tabs .tabsTitle .tabButton:hover:after, .medya-page .tabs .tabsTitle .tabButton.active:after {
  background: #CA9E67;
  background: linear-gradient(320deg, rgba(202, 158, 103, 0.5) 63%, rgba(255, 255, 255, 0) 74%);
}
.medya-page .tabs .tabsContent {
  padding-top: 0;
}
.medya-page .tabs .tabsContent .tabContent > .row {
  margin: -0.9375vw auto;
}

.archivePage {
  background-image: url("../img/noise.gif");
  background-repeat: no-repeat;
  background-size: cover;
}
.archivePage .medya-page .content .tabs .tabsTitle .tabButton {
  background-color: rgba(0, 0, 0, 0);
  background: url("../img/arsiv-btn-bg.png") no-repeat right center;
  width: 10.3125vw;
  height: 2.916666vw;
  min-height: 56px;
  display: flex;
  align-items: center;
}
.archivePage .medya-page .content .tabs .tabsTitle .tabButton:hover {
  background: url("../img/arsiv-btn-bg-2.png") no-repeat right center;
}
.archivePage .medya-page .content .tabs .tabsTitle .tabButton:after {
  display: none;
}
.archivePage .medya-page .content .tabs .tabsTitle .tabButton.active {
  background: url("../img/arsiv-btn-bg-2.png") no-repeat right center;
}
.archivePage .medya-page .content .tabs .tabsTitle .tabButton.active:after {
  display: none;
}

.medya-section {
  padding-left: 0;
  padding-right: 0;
}
.medya-section .container {
  padding-left: 0;
  padding-right: 0;
  height: calc(100% - 62px);
}

.tanitimfilmleri .item {
  border-radius: 6px;
  display: block;
  position: relative;
  padding: 0.9375vw;
}
.tanitimfilmleri .item:hover a:after {
  opacity: 1;
}
.tanitimfilmleri .item:hover img {
  transform: scale(1.1);
}
.tanitimfilmleri .item:before {
  content: "";
  position: absolute;
  width: 83%;
  height: 80%;
  z-index: -1;
  transform: rotate(3deg);
  left: 0;
  margin: 0 auto;
  bottom: 0.46875vw;
  right: -0.625vw;
  border-radius: 0.625vw;
  background-color: rgba(29, 29, 27, 0.5);
}
.tanitimfilmleri .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.tanitimfilmleri .item a:after {
  content: "";
  background: url("../img/icons/play-icon.svg") no-repeat center center;
  background-size: auto;
  background-color: #8C0000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  opacity: 0;
  transition: all 0.3s linear;
  width: 3.385416vw;
  height: 3.385416vw;
  margin: -1.692708vw auto;
}
.tanitimfilmleri .item img {
  border-radius: 6px;
  width: 100%;
  transition: all 0.3s linear;
}

#gallery .item {
  padding: 0.9114583vw;
  transition: all 0.3s linear;
}
#gallery .item img {
  width: 100%;
}
#gallery .item a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
#gallery .item a:after {
  content: "\e90a";
  font-family: "catab-icon";
  font-size: 0.8854166vw;
  width: 2.239583vw;
  height: 2.239583vw;
  border-radius: 50%;
  background-color: #AD0F0A;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
#gallery .item a img {
  transition: all 0.3s linear;
}
#gallery .item .desc {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(12, 37, 56);
  background: linear-gradient(0deg, rgba(12, 37, 56, 0.4) 0%, rgba(12, 37, 56, 0) 100%);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s linear;
  padding: 0.833333vw;
}
#gallery .item .desc .title {
  font-family: "VisbyCF", sans-serif;
  font-size: 0.9375vw;
  font-weight: 700;
  color: #FFFFFF;
}
#gallery .item:hover a:after {
  top: 50%;
  margin-top: -1.1458333vw;
}
#gallery .item:hover .desc {
  background: rgb(12, 37, 56);
  background: linear-gradient(0deg, rgba(12, 37, 56, 0.4) 0%, rgba(12, 37, 56, 0) 21%);
}
#gallery .item:hover a img {
  transform: scale(1.1);
}

#yayinlar .cards {
  margin-top: 0.520833vw;
}
#yayinlar .cards .item {
  margin: 0.520833vw 0;
}

.audios {
  margin: 0 -0.885375vw;
}
.audios .audio-item {
  text-align: center;
  padding: 0.9895833vw 0.8854166vw;
  flex: 0 0 33%;
}
.audios .audio-item label {
  font-family: "VisbyCF", sans-serif;
  font-size: 1.154875vw;
  color: #FFFFFF;
  font-weight: 700;
}
.audios .audio-item .audio {
  height: 2.604166vw;
  border-radius: 1.5625vw;
  margin-top: 1.197875vw;
  background-color: #0B1F2B;
}

.audioplayer-settings {
  width: 0.208333vw;
  height: 0.78125vw;
  margin-left: 1.25vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audioplayer-settings:hover {
  cursor: pointer;
}
.audioplayer-settings:hover a.audioplayer-settings-button {
  background-color: #8C0000;
}
.audioplayer-settings:hover a.audioplayer-settings-button:before, .audioplayer-settings:hover a.audioplayer-settings-button:after {
  background-color: #8C0000;
}
.audioplayer-settings a {
  display: block;
}
.audioplayer-settings a.audioplayer-settings-button {
  width: 0.208333vw;
  height: 0.208333vw;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audioplayer-settings a.audioplayer-settings-button:before, .audioplayer-settings a.audioplayer-settings-button:after {
  content: "";
  width: 0.208333vw;
  height: 0.208333vw;
  position: absolute;
  background-color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.audioplayer-settings a.audioplayer-settings-button:before {
  top: 0;
}
.audioplayer-settings a.audioplayer-settings-button:after {
  bottom: -0.0520833vw;
}

@media screen and (max-width: 1366px) {
  .tanitimfilmleri .item a:after {
    width: 45px;
    height: 45px;
  }
  .audioplayer-settings {
    height: 15px;
    width: 4px;
    margin-left: 24px;
  }
  .audioplayer-settings a {
    display: block;
  }
  .audioplayer-settings a.audioplayer-settings-button {
    width: 4px;
    height: 4px;
  }
  .audioplayer-settings a.audioplayer-settings-button:before, .audioplayer-settings a.audioplayer-settings-button:after {
    width: 4px;
    height: 4px;
  }
}
@media screen and (max-width: 1200px) {
  #gallery .item {
    flex: 0 0 33%;
  }
  .audios .audio-item {
    flex: 0 0 50%;
  }
  .medya-page .tabs .tabsTitle .tabButton {
    min-width: 150px;
    font-size: 14px;
    min-height: 38px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  #gallery .item {
    flex: 0 0 48%;
  }
  .audios .audio-item {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 992px) {
  .mediaTabsContent .tabContent .item {
    width: 50%;
    padding: 18px;
  }
  .mediaTabsContent .tabContent .item:before {
    right: -12px;
    margin: 0 auto;
    bottom: 9px;
    border-radius: 6px;
  }
  .tanitimfilmleri .item:hover img {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .medya-page .content {
    display: block;
  }
  .medya-page .content .tabs {
    display: block;
  }
  .medya-page .content .tabs .mobilTabsScroll {
    width: 100%;
    overflow: scroll;
    overflow-y: hidden;
  }
  .medya-page .content .tabs .mobilTabsScroll::-webkit-scrollbar {
    width: 6px;
    overflow: hidden;
  }
  .medya-page .content .tabs .mobilTabsScroll::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
  }
  .medya-page .content .tabs .mobilTabsScroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    outline: 0;
  }
  .medya-page .content .tabs .tabsTitle {
    padding-right: 0;
    margin-bottom: 20px;
    padding-bottom: 8px;
    width: 200%;
    min-width: 790px;
  }
  .medya-page .content .tabs .tabsTitle .tabButton {
    margin: 0 2px;
    background: rgba(241, 245, 245, 0.2);
    border-radius: 40px;
    font-weight: 400;
    font-size: 16px;
    height: 41px;
    padding: 0 24px;
    line-height: 41px;
    text-align: center;
    min-width: 130px;
    max-width: initial;
    display: inline-flex;
    float: left;
  }
  .medya-page .content .tabs .tabsTitle .tabButton:first-child {
    margin-left: 15px;
  }
  .medya-page .content .tabs .tabsTitle .tabButton:after {
    display: none;
  }
  .medya-page .content .tabs .tabsTitle .tabButton.active {
    background: #CA9E67;
    color: #ffffff;
  }
  .medya-page .content .tabs .tabsContent {
    display: block;
    width: 96%;
    margin: 20px auto;
  }
  .audios {
    display: block;
  }
  .audios .audio-item {
    flex: none;
    width: 100%;
    margin-top: 10px;
  }
  #gallery .item {
    flex: 0 0 50%;
  }
  #gallery .item .desc {
    display: none;
  }
  #gallery .item a:after {
    top: 50%;
    margin: -22px auto;
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .tanitimfilmleri .item a:after {
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
  .mediaTabsContent .tabContent .item {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #gallery {
    padding-top: 15px;
  }
  #gallery .item {
    padding: 8.5px;
  }
}
/* General Page */
.dark-theme {
  background-color: #151515;
}

.fullScreen {
  height: 100vh;
}
.fullScreen > div {
  height: 100%;
}

.page-layout {
  position: relative;
  padding-top: 10.416666vw;
  min-height: 100vh;
  overflow: hidden;
  width: 100vw;
  padding-bottom: 2.6041666vw;
}
.page-layout.afterClosed::after {
  display: none;
}
.page-layout::after {
  content: "";
  position: absolute;
  bottom: -50%;
  right: -50%;
  height: 100%;
  width: 100%;
  background: radial-gradient(ellipse at center, rgb(174, 16, 10) 0%, rgba(174, 16, 10, 0.67) 33%, rgba(220, 32, 13, 0) 76%, rgba(246, 41, 14, 0) 100%);
  opacity: 0.4;
  -webkit-animation: page-gradient 8s ease infinite;
          animation: page-gradient 8s ease infinite;
}
.page-layout .return-button {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0.625vw;
  width: 2.604166vw;
  height: 2.604166vw;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.375vw;
  background-color: #8C0000;
  transform: rotate(180deg);
}
.page-layout .page-head {
  align-items: center;
  z-index: 1;
  margin: 0;
}
.page-layout .page-head .historbackButton {
  position: absolute;
  left: calc(-0.5 * var(--bs-gutter-x) - 6.51041666vw);
  cursor: pointer;
  z-index: 1;
  width: 2.6041666vw;
  height: 2.6041666vw;
  display: none !important;
}
.page-layout .page-head .head-left {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .page-layout .page-head .head-left {
    justify-content: center;
  }
}
.page-layout .page-head .head-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .page-layout .page-head .head-right {
    justify-content: center;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 576px) {
  .page-layout .page-head .head-right {
    justify-content: center;
  }
}
.page-layout .default-title {
  text-align: left;
  margin: 0 !important;
}
.page-layout .default-title h2 {
  font-size: 2.640625vw;
  font-family: "VisbyCF", sans-serif;
  font-weight: 700;
  color: #CA9E67;
  margin-right: 1.666666vw;
  margin-bottom: 0px;
  line-height: initial;
}
.page-layout .page-detail {
  position: relative;
  padding: 0 6.51041666vw;
  z-index: 1;
}
.page-layout .page-detail.medya-page {
  padding: 0 0 0 0;
  height: calc(100% - 62px);
}
.page-layout .page-detail.medya-page .default-title {
  padding-left: 13.645833vw;
}
.page-layout .page-detail .head-actions .button {
  display: flex;
  align-items: center;
  height: 2.60416666vw;
  border-radius: 1.302083333vw;
  background: none;
  border: 1px solid #FFFFFF;
  padding: 0 1.25vw;
  display: flex;
  flex-direction: row;
  margin-right: 0.5208333vw;
  font-size: 0.859375vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  transition: all 400ms ease-in-out;
  width: auto;
}
.page-layout .page-detail .head-actions .button i {
  margin-right: 16px;
}
.page-layout .page-detail .head-actions .button img {
  margin-right: 0.83333333vw;
  width: 0.9375vw;
}
.page-layout .page-detail .head-actions .button:last-child {
  margin-right: 0px;
}
.page-layout .page-detail .head-actions .button:hover {
  background-color: #FFFFFF;
  color: #0C2538;
}
.page-layout .page-detail .page-type-one .cards {
  display: flex;
}
.page-layout .page-detail .page-type-one .cards.noneGradient .card-grid:hover {
  background: #ffffff;
}
.page-layout .page-detail .page-type-one .cards .card-grid {
  display: flex;
  align-items: center;
  background-color: #8C0000;
  border-radius: 0.8333333vw;
  font-size: 0.859375vw;
  font-family: "VisbyCF", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  overflow: hidden;
  margin-bottom: 1.04166666vw;
  padding: 2.34375vw 1.04166666vw;
  position: relative;
  transition: all 300ms ease;
}
.page-layout .page-detail .page-type-one .cards .card-grid .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  mix-blend-mode: overlay;
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.833333333vw;
  transition: all 800ms ease;
}
.page-layout .page-detail .page-type-one .cards .card-grid i {
  font-size: 3.6458333vw;
  margin-right: 1.0416666vw;
}
.page-layout .page-detail .page-type-one .cards .card-grid .detail {
  display: flex;
  align-items: center;
  padding-left: 0.5208333vw;
  padding-right: 0.8333333vw;
  z-index: 1;
}
.page-layout .page-detail .page-type-one .cards .card-grid .detail.flex-column {
  align-items: flex-start;
}
.page-layout .page-detail .page-type-one .cards .card-grid .detail span {
  font-size: 1.154875vw;
}
.page-layout .page-detail .page-type-one .cards .card-grid:hover {
  background: rgb(255, 255, 255);
  color: #8C0000;
}
.page-layout .page-detail .page-type-one .cards .card-grid:hover .detail span {
  color: #878787;
}
.page-layout .page-detail .page-type-one .cards .card-grid:hover .icon-turkey-flag:before {
  color: #8C0000;
}
.page-layout .page-detail .catab-shadow {
  position: relative;
}
.page-layout .page-detail .catab-shadow:before {
  content: "";
  position: absolute;
  bottom: 7px;
  background-color: rgba(29, 29, 27, 0.2);
  width: 85%;
  height: 90%;
  left: 0;
  right: -16px;
  margin: 0 auto;
  transform: rotate(3deg);
  border-radius: 16px;
  z-index: -1;
}
.page-layout.visit-page .page-head {
  height: 62px;
  padding: 0 6.51041666vw !important;
}
.page-layout.visit-page .page-head .historbackButton {
  left: 0;
  padding-left: 0;
}
.page-layout.visit-page .page-detail {
  padding: 0;
}
.page-layout.visit-page .page-detail > .container {
  height: auto;
}
.page-layout.visit-page .page-detail > section {
  height: calc(100% - 62px);
}
.page-layout.child .page-head .historbackButton {
  left: 0;
}

.selectArea {
  position: relative;
  padding: 0 !important;
  display: flex;
  align-items: center;
  height: 2.60416666vw;
  border-radius: 1.30208333vw;
  background: none;
  border: 1px solid #FFFFFF;
  padding: 0 1.25vw;
  flex-direction: row;
  margin-right: 10px;
}
.selectArea .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.selectArea .select .s-hidden {
  visibility: hidden;
  padding-right: 10px;
}
.selectArea .select .styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.3);
  border: none;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  white-space: normal;
  word-break: break-all;
  font-size: 0.859375vw;
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1.25vw;
}
.selectArea .select .styledSelect:after {
  content: "\e908";
  position: absolute;
  font-size: 16px;
  color: #ffffff;
  font-family: "catab-icon";
  transform: rotate(90deg);
  top: 50%;
  margin-top: -9.75px;
  right: 28px;
}
.selectArea .select .styledSelect.active {
  background-color: #ffffff;
  color: #0C2538;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  width: calc(100% + 2px);
  left: -1px;
  right: -1px;
}
.selectArea .select .styledSelect.active:after {
  color: #0C2538;
}
.selectArea .select .options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: -1px;
  z-index: 999;
  background-color: white;
  padding: 18px 24px 20px;
  z-index: 999;
  width: calc(100% + 2px);
  box-shadow: -6px 22px 14px 0px rgba(34, 31, 25, 0.15);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  max-height: 200px;
  overflow-y: scroll;
}
.selectArea .select .options::-webkit-scrollbar {
  width: 0;
  overflow: hidden;
  opacity: 0;
}
.selectArea .select .options::-webkit-scrollbar-track {
  box-shadow: none;
  opacity: 0;
}
.selectArea .select .options::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 0;
  opacity: 0;
}
.selectArea .select .options li {
  padding: 7px 0;
  font-family: "SofiaPro", sans-serif;
  font-weight: 500;
  font-size: 17.21px;
  color: #878787;
  border-bottom: 1px solid rgba(181, 181, 181, 0.6);
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s linear;
}
.selectArea .select .options li:hover {
  color: #0C2538;
}
.selectArea.experience {
  border-left: 1px solid #b5b5b5;
  padding-left: 34px;
}
.selectArea.experience .pos {
  left: 64px;
}
.selectArea > img {
  margin-right: 10px;
  margin-bottom: -6px;
}
.selectArea select {
  font-size: 1.375rem;
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */ /* Safari and Chrome */
  -o-appearance: none; /* Safari and Chrome */
  appearance: none;
  width: 100%;
  margin-right: 37px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
}
.selectArea select option {
  font-size: 13.87px;
  color: #212121;
}
.selectArea .pos {
  position: absolute;
  bottom: 0;
  left: 30px;
  font-size: 13.87px;
  color: rgba(33, 33, 33, 0.7);
}

/*Fancybox-modal*/
.fancybox-content {
  border: 15px solid #ffffff;
}
.fancybox-content button.fancybox-button.fancybox-close-small {
  top: -67px;
  right: -16px;
}

.fancybox-navigation .fancybox-button {
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #AD0F0A;
  padding: 0;
  opacity: 1;
  transition: all 0.3s linear;
}
.fancybox-navigation .fancybox-button:hover {
  background-color: #8C0000;
}
.fancybox-navigation .fancybox-button:before {
  content: "\e908";
  font-family: "catab-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  transition: all 0.3s linear;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  margin-right: -10px;
  color: #FFFFFF;
}
.fancybox-navigation .fancybox-button > div {
  display: none;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 60px;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: 61px;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left:before {
  transform: rotate(180deg);
  margin-right: 0;
  margin-left: 0;
}

/*Arşiv ana Sayfa*/
.archiveHome .desc {
  text-align: center;
  padding-bottom: 6.6666rem;
}
.archiveHome .desc span {
  font-size: 3.7666rem;
  line-height: 4.5rem;
  color: #CA9E67;
  font-family: "VisbyCF";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2666rem;
}
.archiveHome .buttonLinks {
  display: flex;
  align-items: center;
  justify-content: center;
}
.archiveHome .buttonLinks .button {
  font-family: "SofiaPro";
  font-weight: 600;
  color: #ffffff;
  font-size: 1.1333rem;
  display: flex;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 30px;
  height: 52px;
  padding: 0 30px;
  transition: all 0.3s linear;
  margin-left: 10px;
}
.archiveHome .buttonLinks .button.archiveButton img {
  filter: invert(100%);
}
.archiveHome .buttonLinks .button:first-child {
  margin-left: 0;
}
.archiveHome .buttonLinks .button:hover {
  color: #CA9E67;
  border: 1px solid #CA9E67;
}
.archiveHome .buttonLinks .button:hover > img {
  filter: brightness(0) saturate(100%) invert(20.6%) sepia(100%) saturate(3666%) hue-rotate(39deg) brightness(109%) contrast(47%);
}
.archiveHome .buttonLinks .button:hover i {
  color: #CA9E67;
}
.archiveHome .buttonLinks .button > img {
  width: 30px;
  margin-right: 16px;
  transition: all 0.3s linear;
}
.archiveHome .buttonLinks .button i {
  color: #ffffff;
  margin-right: 16px;
  transition: all 0.3s linear;
}

/*Genel Buton Css*/
.button-info {
  background-color: #8C0000;
  justify-content: space-between;
  display: inline-flex;
  width: 320px;
  height: 50px;
  margin: 20px auto;
  border-radius: 30px;
  padding: 0 30px;
}
.button-info > span {
  display: inline-flex;
  align-items: center;
  font-family: "SofiaPro";
  font-weight: 500;
  color: #ffffff;
  font-size: 1.0333rem;
}
.button-info > span i {
  margin-right: 10px;
}

.button-actions {
  margin-top: 25px;
}
.button-actions.button-center {
  justify-content: center;
}
.button-actions .button {
  font-family: "SofiaPro";
  font-weight: 600;
  font-size: 0.95rem;
  color: #ffffff;
  border: 1px solid #ffffff;
  height: 50px;
  padding: 0 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.button-actions .button:hover {
  color: #CA9E67;
  border: 1px solid #CA9E67;
}
.button-actions .button:hover i {
  color: #CA9E67;
}
.button-actions .button:first-child {
  margin-left: 0;
}
.button-actions .button i {
  color: #ffffff;
  margin-right: 15px;
}
.button-actions .button.disabled {
  position: relative;
  cursor: auto;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.button-actions .button.disabled:hover {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.button-actions .button.disabled:hover i {
  color: rgba(255, 255, 255, 0.5);
}
.button-actions .button.disabled i {
  color: rgba(255, 255, 255, 0.5);
}

.paragraph.text-left {
  text-align: left;
}
.paragraph p {
  font-family: "SofiaPro";
  font-weight: 400;
  font-size: 0.90625vw;
  padding: 0.677083vw 0;
  text-align: justify;
  line-height: 1.5vw;
}
.paragraph p span {
  display: block;
}

/*Şehitler Abidesi Slider*/
.canakkale-circle-slider {
  height: 175px;
  position: relative;
  max-width: 984px;
  margin: 10px auto 100px auto;
}
.canakkale-circle-slider .owl-item .items {
  border-radius: 50%;
  background-color: #ffffff;
  padding: 10px;
  overflow: hidden;
  height: 175px;
  display: block;
  width: 175px;
  margin: 0 auto;
}
.canakkale-circle-slider .owl-item .items img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.canakkale-circle-slider .owl-item .items .icon-play {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-color: #8C0000;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  font-size: 1.65rem;
  top: 120%;
  left: 0;
  right: 0;
  margin: -32.5px auto;
}
.canakkale-circle-slider .owl-item .items .icon-play::before {
  color: #ffffff;
}
.canakkale-circle-slider .owl-item .items:hover .icon-play {
  top: 50%;
}
.canakkale-circle-slider .owl-item .items:hover img {
  opacity: 0;
  visibility: visible;
  overflow: hidden;
}
.canakkale-circle-slider .owl-carousel .owl-stage-outer {
  z-index: 9;
}
.canakkale-circle-slider .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: calc(100% + 70px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: -34px;
  background-color: #8C0000 !important;
  height: 52px;
  border-radius: 30px;
  margin-top: -26px;
  padding: 0 16px;
}
.canakkale-circle-slider .owl-carousel .owl-nav.disabled {
  display: none;
}
.canakkale-circle-slider .owl-carousel .owl-nav button {
  height: 100%;
  color: #ffffff;
}
.canakkale-circle-slider .owl-carousel .owl-nav button span {
  font-family: "catab-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  transition: all 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0px;
  display: block;
}
.canakkale-circle-slider .owl-carousel .owl-nav button span:before {
  content: "\e908";
  font-size: 22px;
  display: block;
  color: #6D0000;
  transition: all 0.3s linear;
}
.canakkale-circle-slider .owl-carousel .owl-nav button:hover span:before {
  color: #ffffff;
}
.canakkale-circle-slider .owl-carousel .owl-nav button.owl-prev span {
  padding-right: 16px;
}
.canakkale-circle-slider .owl-carousel .owl-nav button.owl-prev span:before {
  transform: rotate(180deg);
}
.canakkale-circle-slider .owl-carousel .owl-nav button.owl-next span {
  padding-left: 16px;
}

.owl-carousel .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  margin: 0px 5px;
  background: #E3E3E3;
  border: 3px solid transparent;
  width: 18px;
  height: 18px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: all 300ms ease;
}
.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
  background: none;
  border: 3px solid #8C0000;
}
.owl-carousel .owl-dots .owl-dot:first-child {
  margin-left: 0;
}

.noP {
  padding: 0 !important;
}

/*Media Query*/
@media screen and (max-width: 1400px) {
  .page-layout .page-detail.medya-page .page-head .historbackButton {
    left: 0;
    width: 45px;
    height: 45px;
    padding-left: 0;
  }
  .page-layout .page-detail.medya-page .page-head .historbackButton .return-button {
    width: 45px;
    height: 45px;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: 0;
    width: 45px;
    height: 45px;
    padding-left: 0;
  }
  .page-layout.visit-page .page-head .historbackButton .return-button {
    width: 45px;
    height: 45px;
  }
  .paragraph p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .audios .audio-item label {
    font-size: 16px;
  }
  .audios .audio-item .audio {
    height: 50px;
    border-radius: 30px;
  }
  .page-layout .default-title h2 {
    font-size: 36px;
  }
  .page-layout .page-head .historbackButton {
    width: 45px;
    height: 45px;
  }
  .page-layout .page-head .historbackButton .return-button {
    width: 45px;
    height: 45px;
  }
  .page-layout .page-detail .page-type-one .cards .card-grid {
    font-size: 16.5px;
    line-height: 17px;
    padding: 45px 20px;
    border-radius: 16px;
    margin-bottom: 20px;
    min-height: 160px;
  }
  .page-layout .page-detail .page-type-one .cards .card-grid i {
    font-size: 70px;
    margin-right: 20px;
  }
  .page-layout .page-detail .page-type-one .cards .card-grid .detail {
    padding-left: 10px;
    padding-right: 16px;
  }
  .page-layout .page-detail.medya-page .default-title {
    padding-left: 186px;
  }
}
@media screen and (max-width: 1200px) {
  .canakkale-circle-slider .owl-carousel .owl-nav {
    width: calc(100% + 50px);
    left: -24px;
  }
  .page-layout > .container {
    position: relative;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: -1px;
  }
  .page-layout .page-detail .page-head .historbackButton .return-button {
    font-size: 22px;
  }
  .page-layout .page-detail .head-actions .button {
    height: 35px;
    font-size: 12px;
    border-radius: 25px;
  }
  .page-layout .page-detail .page-type-one .cards .card-grid i {
    font-size: 40px;
    margin-right: 0;
  }
  .page-layout .page-detail .page-type-one .cards .card-grid .detail span {
    font-size: 11px;
  }
  .selectArea .select .styledSelect {
    font-size: 12px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 1000px) {
  .canakkale-circle-slider .owl-carousel .owl-item .items .icon-play {
    top: 50%;
  }
  .canakkale-circle-slider .owl-carousel .owl-item .items:hover img {
    opacity: 1;
    overflow: visible;
    visibility: hidden;
  }
  .canakkale-circle-slider .owl-carousel .owl-nav {
    z-index: 99;
    top: auto;
    bottom: -60px;
    margin: 0 auto;
    justify-content: center;
    display: none;
  }
  .canakkale-circle-slider .owl-carousel .owl-nav button {
    width: 50px;
    margin-top: 0;
    margin-left: 10px;
  }
  .canakkale-circle-slider .owl-carousel .owl-nav button:first-child {
    margin-left: 0;
  }
  .canakkale-circle-slider .owl-carousel .owl-nav button.owl-next span {
    padding-left: 0;
  }
  .canakkale-circle-slider .owl-carousel .owl-nav button.owl-prev span {
    padding-right: 0;
  }
  .canakkale-circle-slider .owl-carousel .owl-nav button span:before {
    color: #ffffff;
  }
  .page-layout .page-detail .page-type-one .cards .card-grid {
    min-height: initial;
    font-size: 12px;
  }
  .page-layout .page-detail .page-type-one .cards .card-grid i {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .page-layout {
    padding-top: 140px;
  }
  .page-layout > .container {
    padding-left: 0px !important;
    padding-right: 0 !important;
  }
  .page-layout .page-detail.medya-page .page-head .historbackButton {
    left: 15px;
    top: -60px;
  }
  .page-layout .page-detail.medya-page .page-head .default-title {
    padding-left: 16px;
  }
  .page-layout .page-detail .page-head {
    align-items: flex-start;
  }
  .page-layout .page-detail .page-head .head-left .default-title {
    padding-left: 0;
  }
  .page-layout .page-detail .page-head .historbackButton {
    left: -35px;
    top: -60px;
  }
  .page-layout .page-detail .page-head .historbackButton .return-button {
    position: absolute;
    top: 0;
    width: 45px;
    height: 45px;
    left: 0;
  }
  .page-layout .page-detail .default-title {
    flex-direction: column;
  }
  .page-layout .page-detail .default-title > div {
    width: 100%;
    justify-content: center;
  }
  .page-layout .page-detail .default-title h2 {
    margin-bottom: 0;
  }
  .page-layout.catab-bg-lighter-gold .page-detail .visit-page .historbackButton {
    left: -25px;
  }
  .page-layout.visit-page {
    min-height: 100vh;
    height: auto;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: -9px;
    top: -62px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 15px;
    top: -59px;
  }
  .archiveHome > .container {
    padding-left: 0 !important;
  }
  .archiveHome .buttonLinks {
    display: block;
  }
  .archiveHome .buttonLinks .button {
    margin: 10px 0;
    width: 96%;
  }
  .archiveHome .buttonLinks .button:first-child {
    margin: 10px 0;
  }
  .canakkale-circle-slider {
    padding-bottom: 50px;
  }
  .canakkale-circle-slider .owl-carousel .owl-nav {
    z-index: 99;
    top: auto;
    bottom: -60px;
    margin: 0 auto;
    justify-content: center;
  }
  .canakkale-circle-slider .owl-carousel .owl-nav button {
    width: 50px;
    margin-top: 0;
    margin-left: 10px;
  }
  .canakkale-circle-slider .owl-carousel .owl-nav button:first-child {
    margin-left: 0;
  }
  .canakkale-circle-slider .owl-carousel .owl-nav button.owl-next span {
    padding-left: 0;
  }
  .canakkale-circle-slider .owl-carousel .owl-nav button.owl-prev span {
    padding-right: 0;
  }
  .canakkale-circle-slider .owl-carousel .owl-nav button span:before {
    color: #ffffff;
  }
}
@media screen and (max-width: 760px) {
  .page-layout .page-detail .page-head .historbackButton {
    left: -34px;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: -9px;
    top: -62px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 14px;
  }
}
@media screen and (max-width: 720px) {
  .page-layout .page-detail.medya-page .page-head .historbackButton {
    left: 13px;
    top: -62px;
  }
  .page-layout .page-detail .page-head .historbackButton {
    left: -33px;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: -9px;
    top: -62px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 13px;
  }
}
@media screen and (max-width: 690px) {
  .page-layout .page-detail.medya-page .page-head .historbackButton {
    left: 11px;
  }
  .page-layout .page-detail .page-head .historbackButton {
    left: -32px;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: -9px;
    top: -62px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 12px;
  }
}
@media screen and (max-width: 660px) {
  .page-layout .page-detail .page-head .historbackButton {
    left: -31px;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: -9px;
    top: -62px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 11px;
  }
}
@media screen and (max-width: 635px) {
  .page-layout .page-detail.medya-page .page-head .historbackButton {
    left: 10px;
  }
  .page-layout .page-detail .page-head .historbackButton {
    left: -30px;
    top: -61px;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: -9px;
    top: -62px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 11px;
  }
}
@media screen and (max-width: 600px) {
  .page-layout .page-detail .page-head .historbackButton {
    left: -29px;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: -9px;
    top: -62px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 11px;
  }
}
@media screen and (max-width: 576px) {
  .page-layout .page-detail .default-title {
    padding: 0 25px 0 9px !important;
  }
  .page-layout .page-detail.medya-page {
    padding-left: 0 !important;
  }
  .page-layout .page-detail.medya-page section {
    padding: 0;
  }
  .page-layout .page-detail.medya-page .page-head .historbackButton {
    left: 19px;
  }
  .page-layout .page-detail.medya-page .page-head .default-title {
    padding: 0 19px 0 24px !important;
  }
  .page-layout .page-detail .page-head .historbackButton {
    left: -18px;
  }
  .page-layout .page-detail section {
    padding: 0 8px;
  }
  .page-layout .page-detail section .content {
    margin-left: -10px;
    padding: 0 7px 0 22px;
  }
  .page-layout.visit-page .page-detail section {
    padding: 0;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: 1px;
    top: -64px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 19px;
  }
  .button-actions {
    padding: 0 25px 0 9px;
  }
}
@media screen and (max-width: 535px) {
  .page-layout .page-detail .page-head .historbackButton {
    left: -17px;
    top: -63px;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: 1px;
    top: -64px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 17px;
    top: -62px;
  }
}
@media screen and (max-width: 480px) {
  .canakkale-circle-slider {
    width: 150%;
    max-width: initial;
    margin-left: -81px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .canakkale-circle-slider .owl-item {
    min-width: 150px;
  }
  .canakkale-circle-slider .owl-item .items {
    width: 150px;
    height: 150px;
  }
  .canakkale-circle-slider .owl-carousel .owl-dots {
    margin-left: -5%;
  }
  .page-layout .page-detail.medya-page .page-head .historbackButton {
    left: 15px;
    top: -63px;
  }
  .page-layout .page-detail .page-head .historbackButton {
    left: -15px;
    top: -64px;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: 1px;
    top: -64px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 16px;
  }
}
@media screen and (max-width: 440px) {
  .page-layout .page-detail .page-head .historbackButton {
    left: -13px;
    top: -64px;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: 1px;
    top: -64px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 15px;
    top: -62px;
  }
}
@media screen and (max-width: 414px) {
  .page-layout .page-detail.medya-page .page-head .historbackButton {
    left: 14px;
    top: -63px;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: 1px;
    top: -64px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 14px;
    top: -62px;
  }
}
@media screen and (max-width: 400px) {
  .page-layout .page-detail.medya-page .page-head .historbackButton {
    left: 13px;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: 1px;
    top: -64px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 13px;
    top: -62px;
  }
}
@media screen and (max-width: 390px) {
  .page-layout .page-detail .page-head .historbackButton {
    left: -12px;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: 1px;
    top: -64px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 14px;
    top: -62px;
  }
}
@media screen and (max-width: 380px) {
  .page-layout .page-detail .page-head .historbackButton {
    top: -64px;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: 1px;
    top: -64px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 14px;
    top: -62px;
  }
  .canakkale-circle-slider .owl-carousel .owl-dots {
    position: relative;
    bottom: 137px;
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .page-layout .page-detail .page-head .historbackButton {
    left: -11px;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: 1px;
    top: -64px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 13px;
    top: -62px;
  }
}
@media screen and (max-width: 370px) {
  .page-layout .page-detail.medya-page .page-head .historbackButton {
    left: 12px;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: 1px;
    top: -64px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 13px;
    top: -62px;
  }
}
@media screen and (max-width: 350px) {
  .canakkale-circle-slider {
    height: 200px;
  }
  .canakkale-circle-slider .owl-carousel .owl-nav {
    bottom: 73px;
  }
}
@media screen and (max-width: 330px) {
  .page-layout .page-detail.medya-page .page-head .historbackButton {
    left: 11px;
    top: -65px;
  }
  .page-layout.visit-page .page-head .historbackButton {
    left: 1px;
    top: -64px;
  }
  .page-layout.child .page-head .historbackButton {
    left: 13px;
    top: -62px;
  }
}
.container.contentColumn {
  padding-right: 0 !important;
}

.contentColumn {
  position: relative;
  padding-top: 3.125vw;
  padding-left: 2.91666666vw !important;
}
.contentColumn.notPad {
  padding-top: 0;
}

.corporateMain {
  height: 100vh;
  display: flex;
  justify-content: space-between;
}

.subPageFooter {
  display: none;
}

/*Sol Menü Alanı*/
a {
  display: block;
}

.leftColumn {
  width: 17.34375vw;
  padding: 78px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.leftColumn:after {
  content: "\e911";
  font-family: "catab-icon";
  font-size: 25.88541666vw;
  position: absolute;
  bottom: 77px;
  margin-top: -23px;
  right: 72px;
  z-index: -1;
  color: #ffffff;
  opacity: 3%;
}

.leftTopRow .logo {
  width: 10.625vw;
  min-width: 14.4px;
  z-index: 1;
  margin: 0;
}

.leftBottomRow .logo {
  margin: 0;
}
.leftBottomRow .mobileLogos {
  display: none;
}
.leftBottomRow .socials {
  margin-top: 46px;
}
.leftBottomRow .socials ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.leftBottomRow .socials ul li {
  margin-left: 12px;
}
.leftBottomRow .socials ul li a {
  color: #FFFFFF;
  font-size: 1.0417vw;
}
.leftBottomRow .socials ul li:first-child {
  margin-left: 0;
}
.leftBottomRow .copyright {
  font-family: "SofiaPro", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 13px;
  text-align: left;
  padding: 35px 0 0;
  line-height: 16.2px;
  display: block;
}
.leftBottomRow .copyright span {
  display: inline;
  padding: 0;
  margin: 0;
}

/*Sağ İçerik Alanı*/
h2 {
  font-family: "VisbyCF";
  font-size: 1.979125vw;
  color: #0C2538;
  font-weight: 800;
}

/*İçerik Alanı*/
.rightColumn {
  width: calc(100% - 17.34375vw);
  height: 100vh;
  overflow-y: auto;
  background-color: #ffffff;
  padding: 75px 65px 15px;
}
.rightColumn::-webkit-scrollbar {
  width: 4px;
  overflow: hidden;
}
.rightColumn::-webkit-scrollbar-track {
  background-color: #eeeaea;
}
.rightColumn::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: none;
}
.rightColumn.pt-none {
  padding-top: 0;
}

.contentTop {
  margin-bottom: 1.5625vw;
  height: 50vh;
  max-height: 490px;
}

/*Kurumsal Anasayfa Etkinlik*/
.eventBigItem {
  width: calc(100% - 24.8958333vw);
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 16px;
  height: 100%;
}
.eventBigItem .imageFrame {
  overflow: hidden;
  border-radius: 16px;
  height: 100%;
}
.eventBigItem .imageFrame img {
  height: 100%;
}
.eventBigItem:after {
  content: "";
  background: rgb(12, 37, 56);
  background: linear-gradient(90deg, rgb(12, 37, 56) 0%, rgba(12, 37, 56, 0) 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 16px;
  transition: all 0.3s linear;
}
.eventBigItem .title {
  position: absolute;
  bottom: 30px;
  left: 50px;
  font-family: "VisbyCF";
  font-weight: 700;
  font-size: 1.5625vw;
  line-height: 1.875vw;
  color: #ffffff;
  z-index: 2;
}
.eventBigItem img {
  transition: all 0.3s linear;
}
.eventBigItem:hover:after {
  background: linear-gradient(90deg, rgb(12, 37, 56) 0%, rgba(12, 37, 56, 0) 100%);
}
.eventBigItem:hover img {
  transform: scale(1.1);
}

/*Kurumsal Anasayfa yaklaşan etkinlikler*/
.upcomingEvents {
  width: 24.8958333vw;
  padding-left: 6.25vw;
}
.upcomingEvents .eventLists {
  padding-top: 20px;
}
.upcomingEvents .eventLists .eventItem {
  border-top: 1px solid #8C0000;
  padding: 25px 40px;
}
.upcomingEvents .eventLists .eventItem:first-child {
  border-top: none;
}
.upcomingEvents .eventLists .eventItem span {
  color: #0C2538;
  display: block;
  transition: all 0.3s linear;
}
.upcomingEvents .eventLists .eventItem .event-date {
  font-weight: 700;
  font-family: "VisbyCF";
  font-size: 1.301875vw;
}
.upcomingEvents .eventLists .eventItem .desc {
  font-family: "SofiaPro";
  font-size: 0.885vw;
  font-weight: 600;
  padding: 0 25px;
  line-height: 1.041625vw;
}
.upcomingEvents .eventLists .eventItem:hover span {
  color: #8C0000;
}

.eventsArea .event-lists {
  padding-left: 30px;
}
.eventsArea .etk-card .event-date {
  background-color: #0C2538;
  background-image: none;
  font-size: 1.09375vw;
}
.eventsArea .etk-card .event-date:after {
  content: "";
  background-image: url(/assets/img/act-logo-back.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.eventsArea .btn {
  border: 1px solid #0C2538;
  color: #0C2538;
}
.eventsArea .btn.etk-btn .icon-event-cross:before {
  color: #0C2538;
}
.eventsArea .btn.etk-btn .icon-event-check:before {
  color: #0C2538;
}

/*Kurumsal Kimlik*/
/*Standart Listeleme*/
/*Kurumsal haberler, Dökümanlar, Duyurular, Kurumsal Kimlik*/
.customTitle {
  display: flex;
  align-items: center;
}

.moreButton {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-family: "SofiaPro", sans-serif;
  color: #0C2538;
  transition: all 0.3s ease-in-out;
  font-size: 0.833vw;
  transition: all 0.3s linear;
  padding-left: 20px;
}
.moreButton .catab-icon {
  color: #0C2538;
  margin-left: 10px;
  display: block;
}
.moreButton:hover {
  color: #8C0000;
}
.moreButton:hover .catab-icon {
  color: #8C0000;
}

.boxesList {
  display: flex;
  align-items: center;
  margin: 1.25vw -1.92708333vw 1.7708333vw -1.92708333vw;
  position: relative;
  padding-left: 1.5625vw;
  flex-wrap: wrap;
}
.boxesList .boxItem {
  padding: 1.40625vw 1.92708333vw;
  flex: 0 0 25%;
}
.boxesList .boxItem > div {
  position: relative;
  padding: 0 20px 0 0;
  border-right: 1px solid rgba(140, 0, 0, 0.11);
  border-bottom: 1px solid rgba(140, 0, 0, 0.11);
  border-bottom-right-radius: 20px;
  height: 7.8125vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
}
.boxesList .boxItem:hover span {
  color: #8C0000;
}
.boxesList .boxItem:hover .icon-arrow {
  color: #8C0000;
}
.boxesList .boxItem > div > span {
  font-family: "SofiaPro";
  font-size: 1.04125vw;
  color: #0C2538;
  line-height: 1.25vw;
  width: 70%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.boxesList .boxItem .icon-arrow {
  position: absolute;
  color: #0C2538;
  bottom: -9px;
  font-size: 0.8854166vw;
  background: linear-gradient(90deg, #ffffff 25%, rgba(255, 255, 255, 0) 50%);
  width: 7.29166666vw;
  transition: all 0.3s ease-in-out;
  text-align: left;
  left: 0;
}
.boxesList .boxItem .other {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  padding-top: 20px;
}
.boxesList .boxItem .other .announcdate {
  font-family: "SofiaPro";
  font-weight: 500;
  font-size: 1.04125vw;
  color: #0C2538;
  line-height: 1.25vw;
  transition: all 0.3s ease-in-out;
}
.boxesList.half .boxItem {
  flex: 0 0 50%;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  align-items: flex-start;
}
.boxesList.half .boxItem > div {
  flex-direction: column;
  justify-content: center;
  margin: 0;
  align-items: flex-start;
}
.boxesList.half .boxItem > span {
  width: 85%;
}
.boxesList.type1 .boxItem {
  padding: 1.666666vw 1.9270833vw;
  margin: 0;
  min-height: 324px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  position: relative;
  width: 25%;
  flex: 0 0 25%;
  border: none;
}
.boxesList.type1 .boxItem > div {
  border-right: 1px solid rgba(140, 0, 0, 0.11);
  border-bottom: 1px solid rgba(140, 0, 0, 0.11);
  border-bottom-right-radius: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  height: 13.0208333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 1.9270833vw 1.041666vw 0;
}
.boxesList.type1 .boxItem:hover span {
  color: #8C0000;
}
.boxesList.type1 .boxItem:hover .icon-arrow {
  color: #8C0000;
}
.boxesList.type1 .boxItem:hover .imageFrame {
  border: 1px solid rgba(140, 0, 0, 0.1);
}
.boxesList.type1 .boxItem .imageFrame {
  border: 1px solid rgba(12, 37, 56, 0);
  background-color: rgba(12, 37, 56, 0.1);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 8.0729166vw;
  transition: all 0.3s linear;
}
.boxesList.type1 .boxItem .imageFrame img {
  max-width: 90%;
  max-height: 80%;
}
.boxesList.type1 .boxItem .imageFrame i {
  color: #EFF0F4;
  font-size: 3.64583333vw;
}
.boxesList.type1 .boxItem span {
  font-family: "SofiaPro";
  font-size: 1.04125vw;
  line-height: 1.25vw;
  color: #0C2538;
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.boxesList.type1 .boxItem .icon-arrow {
  position: absolute;
  color: #0C2538;
  bottom: -9px;
  font-size: 0.8854166vw;
  background: linear-gradient(90deg, #ffffff 25%, rgba(255, 255, 255, 0) 50%);
  width: 7.291666vw;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
.boxesList.type1.imgLogo .boxItem .imageFrame {
  background-color: rgba(12, 37, 56, 0.3);
}
.boxesList.type1.imgLogo .boxItem:hover .imageFrame {
  background-color: #8C0000;
}
.boxesList.type2 .boxItem .imageFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  height: 100%;
}
.boxesList.type2 .boxItem .imageFrame img {
  border-radius: 16px;
}
.boxesList.type2 .boxItem .imageFrame:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c2538;
  background: linear-gradient(90deg, #0c2538 0%, rgba(12, 37, 56, 0) 50%);
}
.boxesList.type2 .boxItem > div {
  justify-content: center;
}
.boxesList.type2 .boxItem > div .icon-arrow {
  left: 0;
}
.boxesList.type2 .boxItem:hover > div {
  border: 1px solid rgba(0, 0, 0, 0);
}
.boxesList.type2 .boxItem:hover span {
  color: #ffffff;
  z-index: 99;
  padding-left: 20px;
}
.boxesList.type2 .boxItem:hover .icon-arrow {
  color: #ffffff;
  bottom: 10px;
  padding-left: 20px;
  z-index: 9;
  background: none;
}
.boxesList.type2 .boxItem:hover .imageFrame {
  opacity: 1;
  visibility: visible;
}
.boxesList.type2 .boxItem > span {
  font-family: "SofiaPro";
  font-size: 1.04125vw;
  line-height: 1.25vw;
  color: #0C2538;
  width: 68%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.boxesList.type2 .boxItem span {
  width: 95%;
}
.boxesList.type2 .boxItem .icon-arrow {
  position: absolute;
  color: #0C2538;
  bottom: -9px;
  font-size: 0.8854166vw;
  background: linear-gradient(90deg, #ffffff 25%, rgba(255, 255, 255, 0) 50%);
  width: 7.291666vw;
  transition: all 0.3s ease-in-out;
  text-align: left;
}

/*Kurumsal Anasayfa Duyurular Slider*/
.announcements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.announcements:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background: #8C0000;
  top: 0;
  right: 0;
}
.announcements > .img-icon {
  width: 2.03125vw;
}
.announcements .announcementsList {
  position: relative;
  height: 4.16666666vw;
  width: calc(100% - 3.125vw);
  display: flex;
  align-items: center;
  border-left: 1px solid #8C0000;
  padding-left: 1.30208333vw;
}
.announcements .announcementsList .announItem {
  display: flex;
  align-items: center;
  height: 4.16666666vw;
}
.announcements .announcementsList .announItem span {
  font-family: "SofiaPro";
  font-weight: 600;
  color: #0C2538;
  font-size: 1.04125vw;
}
.announcements .announcementsList .slick-arrow {
  position: absolute;
  right: 0;
  left: auto;
  z-index: 9;
}
.announcements .announcementsList .slick-arrow::before {
  font-family: "catab-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  transition: all 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0C2538;
}
.announcements .announcementsList .slick-arrow.slick-prev {
  transform: rotate(-90deg);
  margin-top: -15px;
}
.announcements .announcementsList .slick-arrow.slick-prev::before {
  content: "\e908";
}
.announcements .announcementsList .slick-arrow.slick-next {
  transform: rotate(90deg);
  margin-top: 15px;
}
.announcements .announcementsList .slick-arrow.slick-next::before {
  content: "\e908";
}

/*Kurumsal Başkan*/
.content-header {
  padding-top: 2.86458333vw;
}

.back-arrow-button {
  transition: all 0.3s linear;
  position: absolute;
  left: 0;
}
.back-arrow-button i {
  transform: rotate(-180deg);
  color: #8C0000;
  font-size: 0.83333vw;
}
.back-arrow-button:hover {
  opacity: 0.8;
}

.contentContainer .contentCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentContainer > div {
  padding-top: 4.6875vw;
}
.contentContainer.flexCenter {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.paragraph {
  font-family: "SofiaPro";
  font-weight: 500;
  color: #9D9D9C;
  margin-top: 20px;
  padding-right: 4.3333rem;
  position: relative;
}
.paragraph:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background: #8C0000;
  bottom: -57px;
  left: 45px;
}
.paragraph p {
  padding: 0.729166vw 0;
  font-size: 0.896907vw;
  line-height: 1.301875vw;
  padding-left: 2.34375vw;
  color: #9D9D9C;
}

/*Haberler Detay Slider*/
.newsDetailsArea .newsDetailsSlider {
  max-width: 48.4375vw;
  margin: 0 auto;
}
.newsDetailsArea .newsDetailsSlider .slick-slide img {
  border-radius: 16px;
}
.newsDetailsArea .newsDetailsSlider.slick-slider .slick-prev,
.newsDetailsArea .newsDetailsSlider.slick-slider .slick-next {
  color: #0C2538;
  font-family: "SofiaPro";
  font-weight: 600;
  font-size: 1.04125vw;
  width: 200px;
  line-height: 1.25vw;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all -3s linear;
}
.newsDetailsArea .newsDetailsSlider.slick-slider .slick-prev:before,
.newsDetailsArea .newsDetailsSlider.slick-slider .slick-next:before {
  display: none;
}
.newsDetailsArea .newsDetailsSlider.slick-slider .slick-prev:after,
.newsDetailsArea .newsDetailsSlider.slick-slider .slick-next:after {
  color: #0C2538;
  font-family: "catab-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  transition: all 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  margin-top: 10px;
}
.newsDetailsArea .newsDetailsSlider.slick-slider .slick-prev:hover,
.newsDetailsArea .newsDetailsSlider.slick-slider .slick-next:hover {
  color: #8C0000;
}
.newsDetailsArea .newsDetailsSlider.slick-slider .slick-prev:hover:after,
.newsDetailsArea .newsDetailsSlider.slick-slider .slick-next:hover:after {
  color: #8C0000;
}
.newsDetailsArea .newsDetailsSlider.slick-slider .slick-prev {
  left: -220px;
  align-items: flex-end;
  text-align: right;
}
.newsDetailsArea .newsDetailsSlider.slick-slider .slick-prev:after {
  transform: rotate(180deg);
}
.newsDetailsArea .newsDetailsSlider.slick-slider .slick-next {
  right: -220px;
  text-align: left;
}
.newsDetailsArea .newsDetails {
  max-width: 48.4375vw;
  margin: 40px auto;
}
.newsDetailsArea .newsDetails .newsCaption {
  padding-left: 45px;
}
.newsDetailsArea .newsDetails .newsOtherProp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin: 45px auto;
}
.newsDetailsArea .newsDetails .newsOtherProp:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background: #8C0000;
  top: 50%;
  left: 0;
}
.newsDetailsArea .newsDetails .newsOtherProp .newsDate {
  font-family: "SofiaPro";
  font-weight: 500;
  font-size: 1.3666vw;
  color: #B2B2B2;
}
.newsDetailsArea .newsDetails .newsOtherProp .shareButton {
  display: flex;
  align-items: center;
  font-family: "SofiaPro";
  font-weight: 500;
  color: #B2B2B2;
  font-size: 1.3666vw;
  margin-left: 10px;
}
.newsDetailsArea .newsDetails .newsOtherProp .shareButton i {
  font-size: 0.8666vw;
  color: #0C2538;
}
.newsDetailsArea .newsDetails .paragraph:after {
  display: none;
}

.corporateHeader {
  display: none;
}

/*İletişim Sayfası*/
.contactArea {
  height: 100%;
}
.contactArea > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: calc(100% - 7.8125vw);
}
.contactArea .adresDetails {
  flex: 1;
  padding-right: 2.5vw;
}
.contactArea .adresDetails .adress,
.contactArea .adresDetails .phone,
.contactArea .adresDetails .email {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(12, 37, 56, 0.2);
  padding: 10px 0;
  min-height: 100px;
  justify-content: space-between;
}
.contactArea .adresDetails .adress .desc,
.contactArea .adresDetails .phone .desc,
.contactArea .adresDetails .email .desc {
  padding-left: 1.5625vw;
  flex: 1;
}
.contactArea .adresDetails .adress .desc span,
.contactArea .adresDetails .phone .desc span,
.contactArea .adresDetails .email .desc span {
  display: block;
  font-family: "SofiaPro";
  font-weight: 400;
  font-size: 0.90625vw;
  color: #0C2538;
}
.contactArea .adresDetails .adress .desc span.title,
.contactArea .adresDetails .phone .desc span.title,
.contactArea .adresDetails .email .desc span.title {
  font-size: 1.1875vw;
  font-weight: 700;
  padding-bottom: 10px;
}
.contactArea .adresDetails .adress .desc a,
.contactArea .adresDetails .phone .desc a,
.contactArea .adresDetails .email .desc a {
  display: block;
  font-family: "SofiaPro";
  font-weight: 600;
  font-size: 0.90625vw;
  color: #0C2538;
}
.contactArea .adresDetails .adress .desc a:hover,
.contactArea .adresDetails .phone .desc a:hover,
.contactArea .adresDetails .email .desc a:hover {
  color: #AD0F0A;
}
.contactArea .adresDetails .adress:before,
.contactArea .adresDetails .phone:before,
.contactArea .adresDetails .email:before {
  content: "";
}
.contactArea .adresDetails .adress:before {
  background: url("../img/icons/adress.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.770833vw;
  height: 1.40625vw;
}
.contactArea .adresDetails .adress a:hover {
  opacity: 0.8;
}
.contactArea .adresDetails .phone:before {
  background: url("../img/icons/phone2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.40625vw;
  height: 1.40625vw;
}
.contactArea .adresDetails .email:before {
  background: url("../img/icons/email.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.770833vw;
  height: 1.40625vw;
}
.contactArea .contactFormArea {
  flex: 1;
  padding-left: 2.5vw;
  padding-bottom: 2.604166666vw;
}
.contactArea .contactFormArea form {
  position: relative;
}
.contactArea .contactFormArea .secondaryButton {
  position: absolute;
  right: 1.3020833333vw;
  width: 6.09375vw;
  bottom: -0.8333333vw;
}
.contactArea .contactFormArea .secondaryButton .catab-icon {
  margin-left: 10px;
  font-size: 0.6770833333vw;
}

.mobileTitle {
  display: none;
}

/*Media Query*/
@media screen and (max-width: 1400px) {
  .newsDetailsArea .newsDetailsSlider.slick-slider .slick-next,
.newsDetailsArea .newsDetailsSlider.slick-slider .slick-prev {
    width: 120px;
  }
  .newsDetailsArea .newsDetailsSlider.slick-slider .slick-prev {
    left: -140px;
  }
  .newsDetailsArea .newsDetailsSlider.slick-slider .slick-next {
    right: -140px;
  }
}
@media screen and (max-width: 1366px) {
  .leftBottomRow .socials a {
    font-size: 14px;
  }
  .contentColumn {
    padding-left: 0;
  }
  .contentContainer > div {
    flex: 1;
    width: 100%;
  }
  .contentContainer > div .paragraph {
    padding-right: 2.666rem;
  }
  .contentContainer > div .paragraph p {
    padding-left: 25px;
  }
  .contentContainer > div.imageFrame {
    padding-left: 2.666rem;
  }
  .contentContainer > div.imageFrame img {
    width: 100%;
  }
  .eventBigItem {
    width: calc(100% - 24.8958333vw);
  }
  .eventBigItem .imageFrame {
    max-height: 370px;
  }
  .upcomingEvents {
    padding-left: 40px;
    width: 24.8958333vw;
  }
  .upcomingEvents .eventLists .eventItem {
    padding: 25px 18px;
  }
  .boxesList {
    margin: -15px -37px 40px -37px;
  }
  .boxesList.type1 .boxItem {
    padding: 32px 10px;
  }
  .boxesList.type1 .boxItem > div {
    height: 250px;
  }
  .boxesList.type1 .boxItem .imageFrame {
    height: 155px;
  }
  .boxesList.type2 .boxItem {
    padding: 27px 16px;
    flex: 0 0 25%;
  }
  .rightColumn {
    padding: 50px 45px 15px;
  }
  .contentTop {
    margin-bottom: 30px;
  }
  .announcements .announcementsList {
    height: 60px;
  }
  .announcements .announcementsList .announItem {
    height: 60px;
  }
  .announcements .announcementsList .announItem span {
    font-size: 14px;
  }
  .leftColumn {
    padding: 50px 30px;
    min-width: 285px;
  }
}
@media screen and (max-width: 1200px) {
  .boxesList {
    margin: 0 -10px;
    padding-left: 0;
  }
  .boxesList .boxItem {
    padding: 27px 10px;
  }
  .boxesList .boxItem > div {
    padding-bottom: 10px;
    height: 100%;
    min-height: 7.8125vw;
    padding-right: 10px;
  }
  .boxesList .boxItem > div > span {
    font-size: 14px;
    line-height: 16px;
    width: 98%;
  }
  .boxesList .boxItem .icon-arrow {
    font-size: 12px;
  }
  .boxesList .boxItem .other .announcdate {
    font-size: 12px;
  }
  .boxesList.type1 .boxItem .icon-arrow {
    font-size: 16px;
  }
  .boxesList.type2 .boxItem > div .icon-arrow {
    font-size: 14px;
  }
  .paragraph p {
    font-size: 12px;
    line-height: 14px;
  }
  .moreButton {
    font-size: 1.133vw;
  }
  .back-arrow-button i {
    font-size: 16px;
  }
  .etk-card .event-prop .event-clock {
    min-width: 75px;
  }
  /*İletişim Sayfası*/
  .contactArea > div {
    height: calc(100% - 150px);
  }
  .contactArea .adresDetails {
    padding-right: 36px;
    width: 50%;
  }
  .contactArea .adresDetails .adress .desc,
.contactArea .adresDetails .phone .desc,
.contactArea .adresDetails .email .desc {
    padding-left: 30px;
  }
  .contactArea .adresDetails .adress .desc span,
.contactArea .adresDetails .phone .desc span,
.contactArea .adresDetails .email .desc span {
    font-size: 13px;
  }
  .contactArea .adresDetails .adress .desc span.title,
.contactArea .adresDetails .phone .desc span.title,
.contactArea .adresDetails .email .desc span.title {
    font-size: 17px;
  }
  .contactArea .adresDetails .adress .desc a,
.contactArea .adresDetails .phone .desc a,
.contactArea .adresDetails .email .desc a {
    font-size: 13px;
  }
  .contactArea .adresDetails .adress:before {
    width: 34px;
    height: 27px;
  }
  .contactArea .adresDetails .phone:before {
    width: 27px;
    height: 27px;
  }
  .contactArea .adresDetails .email:before {
    width: 34px;
    height: 27px;
  }
  .contactArea .contactFormArea {
    padding-left: 36px;
    padding-bottom: 50px;
    width: 50%;
  }
  .contactArea .contactFormArea .secondaryButton {
    bottom: -16px;
    right: 25px;
    width: 117px;
  }
  .contactArea .contactFormArea .secondaryButton .catab-icon {
    font-size: 13px;
  }
  .newsDetailsArea .newsDetails {
    margin: 100px auto auto;
  }
  .newsDetailsArea .newsDetails .newsOtherProp .newsDate {
    font-size: 12px;
  }
  .newsDetailsArea .newsDetails .newsOtherProp .shareButton {
    font-size: 12px;
  }
  .newsDetailsArea .newsDetailsSlider.slick-slider .slick-next,
.newsDetailsArea .newsDetailsSlider.slick-slider .slick-prev {
    left: 50%;
    top: 100%;
    margin-top: 50px;
    flex-direction: row;
    align-items: center;
  }
  .newsDetailsArea .newsDetailsSlider.slick-slider .slick-prev {
    margin-left: -140px;
    flex-direction: row-reverse;
  }
  .newsDetailsArea .newsDetailsSlider.slick-slider .slick-prev:after {
    margin-right: 10px;
  }
  .newsDetailsArea .newsDetailsSlider.slick-slider .slick-next {
    right: auto;
  }
  .newsDetailsArea .newsDetailsSlider.slick-slider .slick-next:after {
    margin-left: 10px;
  }
}
@media screen and (min-height: 1000px) {
  .corporatePage .rightColumn > .contentColumn {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 1000px) {
  .contentContainer.flexCenter {
    flex-direction: column-reverse;
    height: auto !important;
  }
  .contentContainer > div {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
  }
  .contentContainer > div.eventsArea {
    padding-top: 43px;
  }
  .contentContainer > div .paragraph {
    padding-right: 0;
  }
  .contentContainer > div .paragraph p {
    padding-left: 0;
  }
  .contentContainer > div.imageFrame {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-top: 20px;
  }
  .contentContainer > div.imageFrame img {
    width: auto;
    margin: 0 auto;
  }
  .contentContainer h2 {
    position: absolute;
    top: 2.8125vw;
    text-align: center;
    width: calc(100% - 60px);
    padding: 0;
  }
  .contentContainer .newsDetails .newsCaption h2 {
    position: relative;
  }
  .rightColumn {
    padding: 70px 30px 15px;
    width: calc(100% - 220px);
  }
  .contentTop {
    display: block !important;
    height: auto;
    max-height: initial;
  }
  .eventBigItem {
    width: 100%;
  }
  .eventBigItem .title {
    font-size: 14px;
    line-height: 18px;
  }
  .upcomingEvents {
    margin: 40px 0 10px 0;
    padding-left: 0;
    width: 100%;
  }
  .upcomingEvents .eventLists {
    padding-top: 0;
  }
  .upcomingEvents .eventLists .eventItem .event-date {
    font-size: 18px;
  }
  .upcomingEvents .eventLists .eventItem .desc {
    font-size: 12px;
    line-height: 15px;
  }
  .boxesList {
    margin: 15px auto;
    padding-left: 0;
  }
  .boxesList .boxItem {
    padding: 27px 3px;
  }
  .boxesList .boxItem > div {
    min-height: 9.8125vw;
  }
  .boxesList.half .boxItem {
    padding: 27px 25px;
  }
  .boxesList.type2 .boxItem {
    padding: 27px 10px;
  }
  .boxesList.type2 .boxItem > div {
    padding-right: 10px;
  }
  .announcements .announcementsList {
    padding-right: 30px;
  }
  .announcements .announcementsList .announItem .announItem span {
    font-size: 12px;
  }
  .leftColumn {
    padding: 70px 15px;
    width: 220px;
  }
  .eventsArea .page-head {
    flex-direction: column;
  }
  .eventsArea .page-head h2 {
    top: -44px;
  }
  .leftBottomRow .copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contactArea .adresDetails {
    width: 100%;
  }
  .contactArea .contactFormArea {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .contactArea h2 {
    position: relative;
    top: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .contactArea > div {
    display: block;
    width: 100%;
  }
  .contactArea .contactFormArea {
    padding-left: 0;
  }
  .contactArea .contactFormArea .secondaryButton {
    bottom: 20px;
  }
  .contactArea .adresDetails {
    padding-right: 0;
  }
  .contactArea .adresDetails .adress > a {
    display: none;
  }
  .contactArea .adresDetails .adress,
.contactArea .adresDetails .email,
.contactArea .adresDetails .phone {
    border: none;
    display: block;
    text-align: center;
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .contactArea .adresDetails .adress:before,
.contactArea .adresDetails .email:before,
.contactArea .adresDetails .phone:before {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .contactArea .adresDetails .adress .desc,
.contactArea .adresDetails .email .desc,
.contactArea .adresDetails .phone .desc {
    padding-left: 0;
  }
  .contactArea .adresDetails .adress .desc span,
.contactArea .adresDetails .email .desc span,
.contactArea .adresDetails .phone .desc span {
    font-size: 16px;
    color: #868686;
  }
  .contactArea .adresDetails .adress .desc span.title,
.contactArea .adresDetails .email .desc span.title,
.contactArea .adresDetails .phone .desc span.title {
    display: none;
  }
  .contactArea .adresDetails .adress .desc a,
.contactArea .adresDetails .email .desc a,
.contactArea .adresDetails .phone .desc a {
    color: #868686;
    font-size: 16px;
  }
  .boxesList.type1 .boxItem {
    flex: 0 0 33%;
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
  .container.contentColumn {
    padding-top: 70px;
  }
  .moreButton {
    font-size: 1.933vw;
  }
  .eventsArea .event-lists {
    padding-top: 15px;
    padding-left: 0;
  }
  .eventsArea .eventButtonsArea .btn {
    border: none;
    color: rgba(12, 37, 56, 0.8);
  }
  .eventsArea .eventButtonsArea .btn:hover {
    border: none;
    color: rgba(12, 37, 56, 0.8);
  }
  .eventsArea .eventButtonsArea .btn span {
    font-weight: 400;
    font-size: 14px;
  }
  .eventsArea .eventButtonsArea .btn.etk-btn .icon-event-check:before,
.eventsArea .eventButtonsArea .btn.etk-btn .icon-event-cross:before {
    color: rgba(12, 37, 56, 0.8);
  }
  .eventsArea .eventButtonsArea .btn.etk-btn .catab-icon {
    margin-right: 7px;
  }
  .eventsArea .etk-card {
    border-right: 1px solid rgba(140, 0, 0, 0.11);
    border-bottom: 1px solid rgba(140, 0, 0, 0.11);
    border-radius: 0;
    border-bottom-right-radius: 20px;
    position: relative;
    overflow: visible;
    background-color: #ffffff !important;
    padding: 0 28px;
    margin: 32px auto;
  }
  .eventsArea .etk-card:first-child {
    margin-top: 0;
  }
  .eventsArea .etk-card > div {
    padding-left: 0;
  }
  .eventsArea .etk-card > div.event-name {
    color: #868686;
    font-size: 16px;
    padding-left: 0;
  }
  .eventsArea .etk-card > div .catab-color-secondary {
    color: #8C0000;
  }
  .eventsArea .etk-card:after {
    content: "\e900";
    font-family: "catab-icon";
    font-size: 17px;
    background: linear-gradient(90deg, #ffffff 25%, rgba(255, 255, 255, 0) 50%);
    width: 140px;
    position: absolute;
    bottom: -9px;
    left: 0;
  }
  .eventsArea .etk-card .event-date {
    background-color: #8C0000;
    font-size: 0;
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0;
  }
  .eventsArea .etk-card .event-date:after {
    background: url("../img/turkey-flag-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1;
    position: relative;
    height: 85px;
  }
  .corporateMain {
    height: auto;
  }
  .subPageFooter {
    display: block;
  }
  .corporateHeader {
    position: fixed;
    top: 0;
    background-color: #ffffff;
    z-index: 9999999;
    width: 100%;
    height: 100px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
  }
  .corporateHeader.active {
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
  }
  .corporateHeader .search-box {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
  }
  .corporateHeader .search-box .catab-icon {
    font-size: 18px;
  }
  .corporateHeader .search-box.active {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    height: 45px;
  }
  .corporateHeader .search-box.active:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.8;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .corporateHeader .search-box.active .search-btn {
    width: 45px;
    height: 45px;
  }
  .corporateHeader .search-box.active .search-input {
    width: calc(100% - 90px);
  }
  .corporateHeader .search-box.active .closeSearch {
    left: auto;
    right: 0;
  }
  .corporateHeader .search-btn {
    width: 34px;
    height: 34px;
  }
  .corporateHeader .hamburger-menu-outer {
    padding-right: 0;
    width: 34px;
    height: 34px;
  }
  .corporateHeader .hamburger-menu-outer .hamburger-menu {
    width: 34px;
    height: 34px;
    right: 20px;
  }
  .corporateHeader .hamburger-menu-outer .hamburger-menu .line {
    width: 13px;
  }
  .corporateHeader .hamburger-menu-outer .hamburger-menu .line:after {
    bottom: -7px;
    width: 16px;
  }
  .corporateHeader .hamburger-menu-outer .hamburger-menu .line:before {
    top: -7px;
    width: 16px;
  }
  .corporateHeader .hamburger-menu-outer.active .line:before {
    top: 0;
  }
  .corporateHeader .hamburger-menu-outer.active .line:after {
    top: 0;
    bottom: auto;
  }
  .corporateMobileLogo {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0 auto;
    left: -25px;
  }
  .corporateMobileLogo img {
    width: 150px;
    margin: 0 auto;
    transition: all 0.3s linear;
  }
  .corporateMobileLogo img.lightLogo {
    display: none;
    width: 150px;
    transition: all 0.3s linear;
  }
  .corporateMobileLogo.lightLogo img {
    display: none;
  }
  .corporateMobileLogo.lightLogo img.lightLogo {
    display: block;
  }
  .leftTopRow .logo {
    display: none;
  }
  .leftBottomRow {
    padding-bottom: 30px;
  }
  .leftBottomRow .logo {
    margin: 0 auto;
    display: none;
  }
  .leftBottomRow .socials {
    margin-top: 20px;
  }
  .leftBottomRow .socials ul {
    justify-content: center;
  }
  .leftBottomRow .copyright {
    display: block;
    text-align: center;
    padding-top: 20px;
  }
  .leftBottomRow .mobileLogos {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .leftColumn {
    right: 0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    overflow: hidden;
    height: 100vh !important;
    transition: all 0.3s linear;
    width: 0;
    z-index: -999999;
    top: 0;
    padding-top: 120px;
    padding-bottom: 0;
  }
  .leftColumn:after {
    font-size: 413px;
    bottom: 103px;
    opacity: 7.2%;
    right: auto;
    left: -26%;
  }
  .leftColumn.active {
    width: 100%;
    opacity: 1;
    visibility: visible;
    right: 0;
    z-index: 999999;
  }
  .leftColumn .leftMenuRow {
    height: calc(100% - 150px);
    overflow: auto;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftColumn .leftMenuRow::-webkit-scrollbar {
    width: 6px;
    overflow: hidden;
  }
  .leftColumn .leftMenuRow::-webkit-scrollbar-track {
    background-color: rgba(255, 215, 0, 0.1);
  }
  .leftColumn .leftMenuRow::-webkit-scrollbar-thumb {
    background-color: #CA9E67;
    outline: 0;
  }
  .accMenuList {
    text-align: center;
  }
  .accMenuList .mobileLink {
    display: block;
  }
  .accMenuList .mobileLink a {
    color: #AD0F0A;
    padding-bottom: 25px;
  }
  .accMenuList > li > a {
    color: #CA9E67;
  }
  .accMenuList > li > a:before {
    display: none;
  }
  .accMenuList li {
    padding: 3px 0;
  }
  .accMenuList li a {
    font-size: 16px;
  }
  .accMenuList li .subMenuList {
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: visible;
  }
  .accMenuList li .subMenuList li a {
    opacity: 1;
  }
  .corporateMain {
    display: block;
  }
  .rightColumn {
    width: 100%;
    padding: 120px 15px 15px 30px;
    overflow-y: hidden;
    overflow-x: hidden;
    height: auto;
  }
  .rightColumn.pt-none {
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
  }
  .contentContainer {
    padding: 0 20px;
  }
  .contentContainer h2 {
    top: 30px;
  }
  .contentContainer h2.mobileTitle {
    display: block;
    position: relative;
    top: 0;
  }
  .back-arrow-button {
    width: 34px;
    height: 34px;
    color: #FFFFFF;
    background-color: #8C0000;
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    position: fixed;
    top: 67px;
    left: 6px;
    z-index: 999999999;
    justify-content: center;
  }
  .back-arrow-button .icon-arrow {
    color: #fff;
    transform: none;
  }
  .back-arrow-button .icon-arrow:before {
    content: "\e908";
  }
  .upcomingEvents {
    width: 100%;
  }
  .boxesList {
    margin: 0 -14px 0 -9px;
    padding-left: 0;
  }
  .boxesList .boxItem {
    flex: 0 0 50%;
  }
  .boxesList .boxItem > div {
    height: 70px;
  }
  .boxesList.type1 .boxItem span {
    font-size: 12px;
    line-height: 15px;
  }
  .boxesList.type1 .boxItem .icon-arrow {
    font-size: 16px;
  }
  .boxesList.type2 .boxItem {
    flex: 0 0 50%;
  }
  .boxesList.type2 .boxItem .icon-arrow {
    color: #B6B6B6;
  }
  .boxesList.type2 .boxItem span {
    width: 100%;
    text-align: center;
    color: #868686;
    font-size: 16px;
    font-weight: 500;
  }
  .boxesList.type2 .boxItem > div {
    height: 234px;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .boxesList.type2 .boxItem .imageFrame {
    opacity: 1;
    visibility: visible;
    height: 150px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
  }
  .boxesList.type2 .boxItem .imageFrame img {
    width: 100%;
    border-radius: 0;
  }
  .boxesList.type2 .boxItem:hover > div {
    border-right: 1px solid rgba(140, 0, 0, 0.11);
    border-bottom: 1px solid rgba(140, 0, 0, 0.11);
    border-bottom-right-radius: 20px;
  }
  .boxesList.type2 .boxItem:hover span {
    color: #868686;
    padding-left: 0;
  }
  .boxesList.type2 .boxItem:hover .icon-arrow {
    color: #B6B6B6;
    bottom: -9px;
    padding-left: 0;
    background: #ffffff;
    background: linear-gradient(90deg, #ffffff 25%, rgba(255, 255, 255, 0) 50%);
  }
  .announcements > .img-icon {
    width: 24px;
  }
  .announcements .announcementsList {
    height: 100px;
    width: calc(100% - 38px);
  }
  .announcements .announcementsList .announItem {
    height: auto;
  }
  .newsDetailsArea {
    margin-left: -10px;
  }
  .newsDetailsArea .newsDetails {
    max-width: 100%;
  }
  .newsDetailsArea .newsDetailsSlider {
    max-width: 100%;
  }
  .newsDetailsArea .newsDetailsSlider.slick-slider .slick-prev,
.newsDetailsArea .newsDetailsSlider.slick-slider .slick-next {
    font-size: 11px;
    line-height: 14px;
  }
}
@media screen and (max-width: 600px) {
  .boxesList.type1 .boxItem {
    flex: 0 0 33%;
  }
  .boxesList.type2 {
    display: block;
  }
  .boxesList.type2 .boxItem {
    padding: 0;
    max-width: 313px;
    height: 234px;
    margin: 27px auto;
    float: none;
    width: 100%;
  }
  .boxesList.type2 .boxItem > div {
    padding-right: 28px;
  }
  .boxesList.type2 .boxItem > div .icon-arrow {
    left: -16px;
  }
  .boxesList.type2 .boxItem .imageFrame {
    height: 148px;
  }
}
@media screen and (max-width: 525px) {
  .contentContainer > div.imageFrame img {
    width: 100%;
  }
  .contentColumn {
    padding-right: 0;
  }
  .leftBottomRow .mobileLogos a {
    transform: scale(0.7);
  }
  .leftBottomRow .mobileLogos a img {
    width: 100%;
  }
  .eventBigItem .title {
    left: 15px;
  }
  .eventBigItem img {
    width: 100%;
  }
  .rightColumn {
    padding: 120px 15px 15px;
    overflow-y: hidden;
    height: auto;
  }
  .boxesList .boxItem {
    margin: 0 auto;
    width: 48%;
  }
  .boxesList .boxItem > span {
    width: 100%;
  }
  .boxesList.half .boxItem .other {
    padding-top: 10px;
  }
  .upcomingEvents .eventLists .eventItem {
    padding-left: 0;
  }
  .upcomingEvents .eventLists .eventItem .desc {
    padding-left: 0;
  }
  .announcements:before {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .boxesList .boxItem {
    flex: none;
    width: 100%;
    display: block;
  }
  .boxesList.type1 {
    display: block;
  }
  .boxesList.type1 .boxItem {
    min-width: 310px;
    text-align: center;
    height: 257px;
    min-height: initial;
    padding: 17px 10px;
    margin: 0 auto;
  }
  .boxesList.type1 .boxItem span {
    padding: 20px 0;
  }
  .boxesList.type1 .boxItem:first-child {
    padding-top: 0;
  }
  .boxesList.type1 .boxItem > div {
    justify-content: space-between;
    height: auto;
  }
  .boxesList.type1 .boxItem .imageFrame {
    margin: 0 auto;
  }
  .boxesList.half {
    display: block;
  }
  .boxesList.half .boxItem {
    padding: 15px 25px;
    width: 100%;
  }
  .boxesList.half .boxItem > div {
    padding-bottom: 0;
    height: auto;
    min-height: 90px;
  }
  .boxesList.type2 .boxItem {
    width: 90%;
  }
  .boxesList.type2 .boxItem > div {
    height: 206px;
  }
  .boxesList.type2 .boxItem .imageFrame {
    height: 131px;
  }
  .moreButton {
    font-size: 2.833vw;
  }
  .corporateMobileLogo img {
    width: 115px;
  }
  .corporateMobileLogo img.lightLogo {
    width: 115px;
  }
}/*# sourceMappingURL=kurumsal.css.map */