@charset "UTF-8";
/* Colors */ /* 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;
  }
}
/*Genel css*/
.owl-carousel.off {
  display: block;
}
.owl-carousel.off.newsMobileSlider, .owl-carousel.off.eventsMobileSlider {
  display: flex;
}
.owl-carousel .owl-dots {
  margin-top: 0;
  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;
}

.slider {
  position: relative;
  height: 100vh;
  background-image: url("../img/bg-texture.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0c2538;
}
.slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/canakkale-sehitligi.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
  z-index: 0;
  opacity: 0.5;
}
.slider::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 450px;
  height: 30%;
  width: 100%;
  background: linear-gradient(0deg, rgb(12, 37, 56) 0%, rgb(12, 37, 56) 20%, rgba(12, 37, 56, 0) 100%);
}
.slider img {
  max-width: 100%;
}
.slider .canakkale-gecilmez.mobile {
  display: none;
}
.slider .imgAbide {
  position: absolute;
  bottom: -100px;
  left: -1%;
  height: 89vh;
  width: auto;
  z-index: 0;
}
.slider .detail-button {
  position: absolute;
  display: flex;
  text-decoration: none;
  width: 2.601vw;
  height: 2.601vw;
}
.slider .detail-button .toggle {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 2.601vw;
  height: 2.601vw;
  border-radius: 50%;
  background-color: #AD0F0A;
  transition: all 0.3s linear;
}
.slider .detail-button .toggle:hover {
  transform: rotate(180deg);
}
.slider .detail-button .toggle .icon-plus {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.11vw;
}
.slider .detail-button .message {
  position: absolute;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.601vw;
  width: 0px;
  max-width: 300px;
  font-size: 0px;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 0 25px 25px 0;
  background-color: #8C0000;
  left: 1.3vw;
  overflow: hidden;
  transition: all 500ms ease;
  font-family: "VisbyCF";
}
.slider .detail-button:hover .message {
  width: 10.417vw;
  overflow: hidden;
  font-size: 0.8855vw;
}
.slider .detail-button.sehid-bul {
  z-index: 99;
  top: 20%;
  left: 17%;
}
.slider .detail-button.virtual {
  z-index: 99;
  top: 46%;
  left: 38%;
}
.slider .detail-button.virtual2 {
  top: 24%;
  left: 80%;
  z-index: 999;
}
.slider .slider-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: column;
  padding: 0px 0 10vh 0;
  z-index: 9;
  width: 40vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
.slider .slider-right img {
  margin-bottom: 50px;
}
.slider .slider-right .slider-videos {
  position: relative;
  width: 100%;
  height: 15.322vh;
}
.slider .slider-right .slider-videos .slider-carousel {
  position: absolute;
  left: 0;
  width: 140%;
}
.slider .slider-right .slider-videos .slider-carousel .owl-item {
  padding: 0 10px 8px;
}
.slider .slider-right .slider-videos .slider-carousel .owl-item .items {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 7.142vw;
  background: linear-gradient(90deg, rgb(12, 37, 56) 0%, rgb(29, 113, 184) 100%);
  border-radius: 10px;
  padding: 6px;
}
.slider .slider-right .slider-videos .slider-carousel .owl-item .items img {
  opacity: 1;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  border-radius: 10px;
}
.slider .slider-right .slider-videos .slider-carousel .owl-item .items .icon-play {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.386vw;
  height: 3.386vw;
  background-color: #8C0000;
  border-radius: 50%;
  transform: translate(-50%, 120%);
  transition: all 0.3s ease-in-out;
  font-size: 1.40625vw;
  top: 50%;
  left: 50%;
}
.slider .slider-right .slider-videos .slider-carousel .owl-item .items .icon-play:before {
  color: #FFFFFF;
}
.slider .slider-right .slider-videos .slider-carousel .owl-item .items::before {
  content: "";
  position: fixed;
  width: 80%;
  height: 80%;
  background-color: #030a10;
  opacity: 0.5;
  border-radius: 10px;
  transform: rotate(4deg);
  z-index: -1;
  top: 1.30209vw;
  left: 1.822918vw;
}
.slider .slider-right .slider-videos .slider-carousel .owl-item .items:hover {
  box-shadow: 0 0 0 4px #0e364f;
}
.slider .slider-right .slider-videos .slider-carousel .owl-item .items:hover .icon-play {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider .slider-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 2.05vh;
  z-index: 9;
  padding-left: 0;
}
.slider .slider-bottom .scroll-down {
  position: relative;
  left: -3vw;
  top: 0.51vh;
}
.slider .slider-bottom .scroll-down:hover {
  cursor: pointer;
}
.slider .slider-bottom .scroll-down .icon-scroll {
  width: 1.862vw;
  height: 2.762vw;
  border-radius: 1.5625vw;
  border: 3px solid #ffffff;
  display: flex;
  justify-content: center;
  margin: auto;
  min-width: 30px;
  position: relative;
  min-height: 44px;
}
.slider .slider-bottom .scroll-down .icon-scroll:before {
  content: "";
  position: absolute;
  width: 5.95px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  margin-top: 5px;
  -webkit-animation: catab-scrolldown ease 1.5s infinite;
          animation: catab-scrolldown ease 1.5s infinite;
}
.slider .slider-bottom .socials ul {
  display: flex;
  align-items: center;
}
.slider .slider-bottom .socials ul li {
  margin-left: 0.8vw;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.slider .slider-bottom .socials ul li a {
  color: #FFFFFF;
  font-size: 1.0417vw;
}
.slider .slider-bottom .socials ul li a i:before {
  transition: all 0.3s ease-in-out;
}
.slider .slider-bottom .socials ul li:hover {
  margin-top: -6px;
}
.slider .slider-bottom .socials ul li:hover a {
  color: #AD0F0A;
}
.slider .slider-bottom .socials ul li:hover a i::before {
  color: #AD0F0A;
}

h1 {
  font-size: 3.44vw;
  font-family: "VisbyCF", sans-serif;
  font-weight: 700;
}

.visits {
  position: relative;
  padding: 5.10416vw 0;
  margin-top: -2px;
}
.visits .head .title {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.visits .head .title h1 {
  color: #CA9E67;
  margin-right: 1.19791vw;
}
.visits .head .title a {
  display: flex;
  align-items: center;
  font-size: 1.25vw;
  font-weight: 400;
  font-family: "SofiaPro", serif;
  color: #CA9E67;
  transition: all 0.3s ease-in-out;
}
.visits .head .title a:hover {
  opacity: 0.8;
}
.visits .head .title a i {
  margin-right: 14px;
}
.visits .head .title a i.icon-map {
  font-size: 0.9933vw;
}
.visits .head .content {
  font-size: 1.09375vw;
  font-weight: 400;
  font-family: "SofiaPro", sans-serif;
  color: #FFFFFF;
  padding-left: 0;
  padding-top: 0.364583vw;
  line-height: 1.25vw;
  letter-spacing: 0.01px;
}
.visits .visit-carousel {
  display: block;
  margin-top: 3.33333vw;
  width: 100%;
  height: 20.313vw;
  padding: 0;
}
.visits .visit-carousel .owl-item .items {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 20.313vw;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.visits .visit-carousel .owl-item .items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c2538;
  background: linear-gradient(0deg, rgba(12, 37, 59, 0.6) 0%, rgba(125, 125, 125, 0) 100%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.visits .visit-carousel .owl-item .items:hover:before {
  background: #0c2538;
  background: linear-gradient(0deg, rgba(12, 37, 59, 0.6) 0%, rgba(125, 125, 125, 0) 26%);
}
.visits .visit-carousel .owl-item .items:hover h3 {
  opacity: 1;
}
.visits .visit-carousel .owl-item .items:hover h3 i {
  margin-left: 10px;
}
.visits .visit-carousel .owl-item .items:hover .imageFrame img {
  transform: scale(1.1);
}
.visits .visit-carousel .owl-item .items .imageFrame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.visits .visit-carousel .owl-item .items .imageFrame img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s linear;
  z-index: 0;
  width: 100%;
  min-height: 100%;
}
.visits .visit-carousel .owl-item .items h3 {
  position: absolute;
  left: 20px;
  bottom: 32px;
  font-size: 1.563vw;
  font-family: "VisbyCF", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  width: 65%;
  z-index: 1;
  opacity: 0.8;
}
.visits .visit-carousel .owl-item .items h3 span {
  display: block;
}
.visits .visit-carousel .owl-item .items h3 i {
  transition: all 0.3s ease-in-out;
}
.visits .visit-carousel .owl-dots {
  margin-top: 56px;
  text-align: left;
}
.visits .visit-carousel .owl-dots .owl-dot {
  margin: 0px 5px;
  background: #FFFFFF;
  border: 3px solid transparent;
  width: 18px;
  height: 18px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: all 300ms ease;
}
.visits .visit-carousel .owl-dots .owl-dot.active, .visits .visit-carousel .owl-dots .owl-dot:hover, .visits .visit-carousel .owl-dots .owl-dot:focus {
  background: none;
  border: 3px solid #8C0000;
}
.visits .visit-carousel .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
.visits .visits-ribbons {
  position: absolute;
  width: 120vw;
  left: -50px;
  z-index: 1;
  min-width: 110vh;
  top: 97%;
}

.routes {
  height: 100vh;
  max-height: 49.18535vw;
  padding-top: 6.27615vw;
}
.routes .routes-left {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.routes .routes-left .tabsTitle {
  padding-top: 1.8828vw;
  width: 19.6652vw;
}
.routes .routes-left .tabsTitle .tabButton {
  max-width: 15.7292vw;
  font-size: 1.25vw;
  margin: 0.99vw 0;
  padding: 0.78451vw 1.30753vw;
}
.routes .routes-left .tabs .tabsContent {
  padding-right: 0;
  width: calc(100% - 19.6652vw);
}
.routes .routes-left .tabs .tabsContent .tabContent {
  padding: 2.75062vw 0 0.94895vw 2.09205vw;
}
.routes .routes-left .tabs .tabsContent .tabContent.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.routes .routes-left .tabs .tabsContent .tabContent .paragraph {
  font-size: 1.094vw;
  line-height: 1.824vw;
}
.routes .routes-left .tabs .tabsContent .tabContent .moreButton {
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.routes .routes-left .tabs .tabsContent .tabContent .moreButton span {
  font-size: 1.094vw;
  line-height: 1.824vw;
  color: #8C0000;
  font-family: "SofiaPro", sans-serif;
  display: block;
  margin-top: -6px;
  transition: all 0.3s linear;
  margin-right: 7px;
}
.routes .routes-left .tabs .tabsContent .tabContent .moreButton:hover {
  opacity: 0.8;
}
.routes .routes-left .tabs .tabsContent .tabContent .icon-arrow {
  color: #8C0000;
  font-size: 1.4vw;
  transition: all 0.3s linear;
}
.routes .routes-left .title h1 {
  color: #8C0000;
}
@media only screen and (max-width: 768px) {
  .routes .routes-left .title {
    text-align: center;
  }
}
.routes .routes-right {
  position: relative;
  padding-top: 0.209205vw;
  right: -1.8305vw;
}
.routes .routes-right img {
  width: 100%;
}
.routes .routes-right img.routes-compass {
  position: absolute;
  left: 1.35983vw;
  top: 19%;
  -webkit-animation: catab-rotating 5s linear infinite;
          animation: catab-rotating 5s linear infinite;
  width: 30%;
  min-width: 160px;
}

.head .content {
  font-size: 1.0938vw;
  font-weight: 400;
  font-family: "SofiaPro", sans-serif;
  color: #878787;
  line-height: 1.29vw;
}

.nature {
  position: relative;
  height: 100vh;
  margin-top: -6.01218vw;
  max-height: 56.48535vw;
  z-index: 1;
  min-height: 56.25vw;
}
.nature .natureCarouselArea .natureCarousel .owl-stage {
  margin: 0 auto;
}
.nature > .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nature > .container:before {
  content: "";
  background: url("../img/nature-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  position: absolute;
  width: 94vw;
  height: 100%;
  top: -2.0833333vw;
  right: -20vw;
  display: block;
  z-index: -1;
}
.nature > .container > .row {
  width: 100vw;
}
.nature .bg {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-124px, -523px);
  max-height: 978px;
  z-index: -1;
}
@-webkit-keyframes leave {
  0% {
    opacity: 0;
    width: 0;
  }
  40% {
    opacity: 0;
    width: 0;
  }
  70% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes leave {
  0% {
    opacity: 0;
    width: 0;
  }
  40% {
    opacity: 0;
    width: 0;
  }
  70% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
.nature .leaf-container {
  position: absolute;
  width: 94vw;
  height: 100%;
  overflow: hidden;
  padding-top: 12.91218vw;
}
.nature .leaf-container img {
  position: absolute;
}
.nature .leaf-container img:nth-child(1) {
  transform: translate(495px, 1px);
  max-width: 8.90625vw;
  max-height: 7.29166666vw;
  -webkit-animation: leave 9s linear infinite;
          animation: leave 9s linear infinite;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
  width: 0;
}
.nature .leaf-container img:nth-child(2) {
  transform: translate(401px, 231px);
  max-width: 5.2604166vw;
  max-height: 9.3229166666vw;
  -webkit-animation: leave 6s linear infinite;
          animation: leave 6s linear infinite;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  width: 0;
}
.nature .leaf-container img:nth-child(3) {
  transform: translate(522px, 425px);
  max-width: 9.0625vw;
  max-height: 5.05208333vw;
  -webkit-animation: leave 7s linear infinite;
          animation: leave 7s linear infinite;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  width: 0;
}
.nature .leaf-container img:nth-child(4) {
  transform: translate(825px, 15px);
  max-width: 10.5208333vw;
  max-height: 9.6875vw;
  -webkit-animation: leave 10s linear infinite;
          animation: leave 10s linear infinite;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  width: 0;
}
.nature .leaf-container img:nth-child(5) {
  transform: translate(994px, -23px) scale(0.5) rotate(154deg);
  max-width: 107px;
  max-height: 100px;
  -webkit-animation: leave 4s linear infinite;
          animation: leave 4s linear infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  width: 0;
}
.nature .leaf-container img:nth-child(6) {
  transform: translate(1182px, -28px) scale(0.6) rotate(203deg);
  max-width: 5.57291666vw;
  max-height: 6.3541666vw;
  -webkit-animation: leave 8s linear infinite;
          animation: leave 8s linear infinite;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  width: 0;
}
.nature .leaf-container img:nth-child(7) {
  transform: translate(1028px, 139px) scale(0.7) rotate(239deg);
  max-width: 6.25vw;
  max-height: 7.23958333vw;
  -webkit-animation: leave 5s linear infinite;
          animation: leave 5s linear infinite;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  width: 0;
}
.nature .leaf-container img:nth-child(8) {
  transform: translate(830px, 12px) scale(0.7) rotate(181deg);
  max-width: 7.44791666vw;
  max-height: 6.875vw;
  -webkit-animation: leave 3s linear infinite;
          animation: leave 3s linear infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  z-index: -1;
  width: 0;
}
.nature .bg-mobile {
  display: none;
  position: absolute;
  top: 60%;
  left: -45%;
  transform: translate(0px, -55%);
}
@media only screen and (max-width: 768px) {
  .nature .bg-mobile {
    display: block;
  }
}
.nature .head {
  z-index: 1;
  padding-top: 51px;
  padding-left: 4px;
  padding-right: 9vw;
  z-index: 2;
  width: 22vw;
}
.nature .head .title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.nature .head .title h1 {
  color: #298792;
  margin-right: 32px;
}
.nature .nature-list {
  position: relative;
  transition: all 0.3s linear;
  width: 58vw;
}
.nature .nature-list > .container {
  padding: 0 !important;
  z-index: 4;
  display: flex;
  align-items: center;
}
.nature .nature-list .box {
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  max-width: 261vw;
  margin: 0 auto;
  text-align: center;
}
.nature .nature-list .box .image {
  position: relative;
  border-radius: 50%;
  border: 0.313807vw solid #b3cbde;
  overflow: hidden;
  width: 13.542vw;
  max-width: 100%;
  height: 13.542vw;
}
.nature .nature-list .box .image:hover img {
  transform: scale(1.1);
}
.nature .nature-list .box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.nature .nature-list .box .icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0.73221vw;
  bottom: calc(100% - 13.1799vw);
  width: 3.661087vw;
  height: 3.661087vw;
  border-radius: 2.91666vw;
  background-color: #CA9E67;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nature .nature-list .box .icon i {
  position: absolute;
  transition: all 0.4s linear;
  top: 50%;
  left: 0;
  right: 0;
  margin: -0.575313vw auto;
  font-size: 1vw;
}
.nature .nature-list .box .icon:hover i {
  left: calc(100% - 1.56903vw);
}
.nature .nature-list .box h3 {
  font-family: "VisbyCF", sans-serif;
  font-size: 1.45625vw;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 1.04602vw;
  max-width: 13.2845vw;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  text-align: center;
}

.sehidimi-bul {
  position: relative;
  margin-top: -3vw;
  padding: 0;
}
.sehidimi-bul > .container {
  display: flex;
  align-items: center;
  height: auto;
  padding-right: 0 !important;
}
.sehidimi-bul > .container > .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.sehidimi-bul .bg-flag {
  width: 42.70833vw;
  height: 42.70833vw;
  position: absolute;
  left: -3vw;
  top: -11vw;
  z-index: -2;
}
.sehidimi-bul .head {
  z-index: 1;
  width: 27vw;
}
.sehidimi-bul .head .title {
  display: flex;
  align-items: center;
}
.sehidimi-bul .head .title h1 {
  color: #8C0000;
  margin-right: 32px;
}
.sehidimi-bul .head .content {
  display: flex;
  flex-flow: column;
  max-width: 500px;
  margin-top: 1rem;
}
.sehidimi-bul .head .content a {
  font-family: "VisbyCF", sans-serif;
  font-weight: 700;
  color: #8C0000;
  margin-top: 45px;
  font-size: 1.44vw;
  margin-top: 2.34375vw;
}
.sehidimi-bul .head .content a i {
  font-size: 1.25vw;
}
.sehidimi-bul .koca-seyit {
  position: absolute;
  width: 46.5vw;
  left: 50%;
  margin-left: -27.95vw;
  z-index: 9;
  top: -11vw;
}
.sehidimi-bul .koca-seyit img {
  width: 100%;
}
.sehidimi-bul .child-banner {
  position: relative;
  width: 47vw;
  right: -8vw;
}
.sehidimi-bul .child-banner:before {
  content: "";
  background: url("../img/child-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  right: -2vw;
  top: -5vw;
  z-index: -1;
  height: 40.7vw;
  width: 23vw;
}
.sehidimi-bul .child-banner .cocuk-kulubu {
  z-index: 1;
  width: 100%;
}
.sehidimi-bul .child-banner .child-bg {
  position: absolute;
  top: 50%;
  right: -75%;
}
.sehidimi-bul .child-banner .icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.64583vw;
  height: 3.64583vw;
  border-radius: 1.82291vw;
  background-color: #ffcc30;
  z-index: 2;
  color: #FFFFFF;
  left: 20vw;
  top: 20vw;
}

.events-and-news {
  position: relative;
  padding: 40px 0;
  z-index: 9;
}
.events-and-news .head {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.events-and-news .head h1 {
  margin-right: 46px;
}
.events-and-news .head a {
  font-weight: 400;
  font-family: "SofiaPro", sans-serif;
  color: #CA9E67;
  transition: all 0.3s ease-in-out;
  font-size: 1.25vw;
}
.events-and-news .head a i {
  margin-right: -0.364583vw;
  font-size: 1.1vw;
}
.events-and-news .head a:hover {
  color: #0C2538;
}
.events-and-news .head a:hover .catab-icon {
  color: #0C2538;
}
.events-and-news .events .head h2 {
  color: #362720;
}
.events-and-news .events .box {
  width: 18.75vw;
  height: 18.75vw;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 35%, rgba(203, 187, 160, 0.5) 100%);
  border-radius: 100%;
  display: flex;
  align-items: center;
  margin-right: 1.04602vw;
  margin-bottom: 1.04602vw;
  padding: 0 0.52301vw 0 0;
}
.events-and-news .events .box:hover i {
  transform: translate(121%, 0);
}
.events-and-news .events .box:hover .imageFrame img {
  transform: rotate(90deg);
}
.events-and-news .events .box:last-child {
  margin-right: 0px;
}
.events-and-news .events .box:first-child img {
  left: 0.52301vw;
}
.events-and-news .events .box img {
  width: 3.3995vw;
  height: 3.3995vw;
  margin-right: 0.52301vw;
  position: relative;
  left: 1.30753vw;
  transition: all 0.3s linear;
}
.events-and-news .events .box .detail {
  width: 84%;
  padding: 0 0 0 1.098326vw;
}
.events-and-news .events .box .detail h4 {
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  color: #281b15;
  margin-bottom: 1.56903vw;
  font-size: 1vw;
}
.events-and-news .events .box .detail p {
  font-weight: 400;
  font-family: "SofiaPro", sans-serif;
  color: #878787;
  font-size: 1.09375vw;
  line-height: 1.25vw;
}
.events-and-news .events .box i {
  margin-top: 0.815899vw;
  color: #CA9E67;
  transition: all 0.3s linear;
  font-size: 1.09375vw;
}
.events-and-news .news {
  padding-left: 36px;
}
.events-and-news .news .head h1 {
  color: #0C2538;
  margin-right: 7.1rem;
}
.events-and-news .news .box {
  position: relative;
  width: 18.75vw;
  height: 18.75vw;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.04602vw;
  margin-bottom: 1.04602vw;
  transition: all 0.3s linear;
}
.events-and-news .news .box:hover .imageFrame img {
  transform: scale(1.1);
}
.events-and-news .news .box:last-child {
  margin-right: 0px;
}
.events-and-news .news .box::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: linear-gradient(0deg, #0c2538 0%, rgba(12, 37, 56, 0.4) 35%, rgba(12, 37, 56, 0) 100%);
}
.events-and-news .news .box .imageFrame {
  width: 18.75vw;
  height: 18.75vw;
  border-radius: 50%;
  overflow: hidden;
}
.events-and-news .news .box .imageFrame img {
  min-height: 100%;
  transition: all 0.3s linear;
}
.events-and-news .news .box .desc {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 77%;
  height: 100%;
  position: absolute;
  text-align: center;
  padding-bottom: 0.523012vw;
}
.events-and-news .news .box .detail {
  position: absolute;
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  width: 70%;
  z-index: 2;
  text-align: center;
  bottom: 1.830543vw;
}
.events-and-news .news .box .detail h4 {
  font-size: 1.45vw;
  line-height: 1.5vw;
}
.events-and-news .news .box i {
  margin-top: 0.1150627vw;
  color: #ffffff;
  z-index: 9;
  font-size: 1.05vw;
}
.events-and-news .news .box .date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0.470711vw;
  right: -0.993723vw;
  width: 3.13807vw;
  height: 5.23012vw;
  background-color: #CA9E67;
  border-radius: 1.569037vw;
  z-index: 1;
  text-align: center;
  font-weight: 500;
  font-family: "SofiaPro", sans-serif;
  color: #FFFFFF;
  font-size: 1.09375vw;
  line-height: 1.25vw;
}
.events-and-news .news .box .date span {
  display: block;
}

#tabDropDownButton {
  display: none;
}

@media screen and (max-width: 1366px) {
  .slider .detail-button .toggle {
    width: 45px;
    height: 45px;
  }
  .slider .detail-button .toggle .icon-plus {
    font-size: 14px;
  }
  .slider .detail-button .message {
    height: 45px;
  }
  .routes {
    max-height: 49.18535vw;
    padding-top: 0.17615vw;
  }
  .routes .routes-right {
    padding-top: 0;
    height: 100%;
    right: -7.8305vw;
  }
  .routes .routes-right img {
    height: 100%;
  }
  .routes .routes-right img.routes-compass {
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .events-and-news .events {
    padding: 0;
  }
  .events-and-news .events .box {
    height: 340px;
    width: 340px;
  }
  .events-and-news .events .box .desc {
    width: calc(100% - 85px);
  }
  .events-and-news .events .box .imageFrame {
    width: 65px;
    height: 65px;
  }
  .events-and-news .events .box .imageFrame img {
    width: 100%;
    height: 100%;
  }
  .events-and-news .events .box .detail p {
    font-size: 12px;
    line-height: 16px;
  }
  .events-and-news .events .box .detail h4 {
    font-size: 14px;
    line-height: 16px;
  }
  .events-and-news .events .box i {
    font-size: 14px;
    padding-left: 10px;
  }
  .events-and-news .news {
    padding: 0;
  }
  .events-and-news .news .box {
    height: 340px;
    width: 340px;
  }
  .events-and-news .news .box .desc {
    padding-bottom: 10px;
  }
  .events-and-news .news .box .imageFrame {
    height: 100%;
    width: 100%;
  }
  .events-and-news .news .box .date {
    top: 9px;
    right: -19px;
    width: 60px;
    height: 100px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 16px;
  }
  .events-and-news .news .box .detail {
    bottom: 35px;
  }
  .events-and-news .news .box .detail h4 {
    font-size: 14px;
    line-height: 16px;
  }
  .events-and-news .news .box i {
    margin-top: 2.2px;
    font-size: 14px;
  }
  .events-and-news .news .head h1 {
    margin-right: 46px;
  }
  .events-and-news .head a {
    font-size: 14px;
  }
  .routes {
    padding-top: 40px;
    max-height: 53.08535vw;
  }
  .routes .routes-left .tabsTitle {
    width: 160px;
  }
  .routes .routes-left .tabsTitle .tabButton {
    min-width: 160px;
  }
  .routes .routes-left .tabs .tabsContent {
    width: calc(100% - 160px);
  }
  .routes .routes-left .tabs .tabsContent .tabContent .paragraph {
    font-size: 14px;
    line-height: 20px;
  }
  .routes .routes-right img.routes-compass {
    top: 13.3%;
    height: auto;
  }
  .nature .leaf-container {
    right: 0;
  }
  .slider .slider-bottom .socials ul li a {
    font-size: 22px;
  }
  .head .content {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 991px) {
  .routes {
    padding-top: 130px;
  }
  .routes .routes-left .tabs .tabsContent {
    padding-right: 175px;
  }
  .routes .routes-left .tabs .tabsContent .tabContent {
    padding: 48px 0 43px 40px;
  }
  .routes .routes-left .tabs .tabsContent .tabContent .moreButton span {
    font-size: 1.494vw;
  }
  .routes .routes-right {
    padding-top: 0;
    height: 100%;
    right: -7.8305vw;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    z-index: -1;
    top: -73px;
  }
  .routes .routes-right img {
    height: 580px;
    width: auto;
    opacity: 0.2;
  }
  .routes .routes-right img.routes-compass {
    height: auto;
    width: auto;
    left: auto;
    right: 7.8305vw;
    top: 14%;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #tabDropDownButton {
    border: 1px solid #8A8A8A;
    border-radius: 8px;
    width: 173px;
    height: 38px;
    color: #8A8A8A;
    font-family: "VisbyCF";
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 30px;
    position: absolute;
    padding-left: 18px;
    right: 0;
    top: -35px;
    padding-top: 4px;
  }
  #tabDropDownButton:after {
    font-family: "catab-icon";
    content: "\e900";
    font-size: 12px;
    color: #8A8A8A;
    transform: rotate(90deg);
    position: absolute;
    right: 13px;
  }
  section {
    width: 100%;
  }
  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .slider {
    height: 100vh;
  }
  .slider:after {
    height: 53%;
    background: linear-gradient(0deg, #0c2538 0%, #0c2538 61%, rgba(12, 37, 56, 0) 100%);
  }
  .slider > .container {
    height: calc(100% - 10px);
  }
  .slider > .container > .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 100px;
    padding-top: 115px;
  }
  .slider .imgAbide {
    height: calc(89vh - 77px);
    width: auto;
    z-index: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .slider .detail-button.sehid-bul {
    top: 35%;
    left: 11%;
  }
  .slider .canakkale-gecilmez.mobile {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .slider .slider-right {
    width: 120vw;
    bottom: 20px;
  }
  .slider .slider-right .canakkale-gecilmez {
    display: none;
  }
  .slider .slider-right .slider-videos {
    height: 160px;
    width: 100vw;
    left: -25%;
    right: -25%;
  }
  .slider .slider-right .slider-videos .slider-carousel .owl-item .items {
    height: 160px;
    background: linear-gradient(90deg, #0c2538 0%, #1d71b8 3%);
  }
  .slider .slider-right .slider-videos .slider-carousel .owl-item .items:before {
    width: 89%;
    height: 90%;
  }
  .slider .slider-right .slider-videos .slider-carousel .owl-item .items .icon-play {
    width: 65px;
    height: 65px;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
  }
  .slider .slider-bottom .scroll-down .icon-scroll {
    width: 35.75px;
    height: 52.5px;
    border-radius: 30px;
  }
  .slider .slider-bottom .socials ul li {
    margin-left: 12px;
  }
  .slider .slider-bottom .socials ul li a {
    font-size: 18px;
  }
  .visits .head {
    position: relative;
    padding-bottom: 20px;
  }
  .visits .head .title {
    display: block;
    text-align: center;
  }
  .visits .head .title a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
    font-size: 1.6rem !important;
  }
  .visits .head .title a i.icon-map {
    font-size: 16px;
  }
  .visits .head .content {
    display: block;
    text-align: center;
    font-size: 1.75rem;
    margin: 10px auto;
    line-height: 2.3rem;
  }
  .visits .visitSliderArea {
    width: 120%;
    margin: 20px auto;
    left: -10%;
    right: -10%;
  }
  .visits .visit-carousel {
    width: 120%;
    left: -10%;
    right: -10%;
    height: 290px;
  }
  .visits .visit-carousel .owl-item .items {
    height: 290px;
  }
  .visits .visit-carousel .owl-item .items h3 {
    font-size: 14px;
    line-height: 16px;
  }
  .visits .visit-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
  }
  .visits .visit-carousel .owl-dots .owl-dot {
    width: 9.82px;
    height: 9.89px;
  }
  .visits .visit-carousel .owl-dots .owl-dot.active, .visits .visit-carousel .owl-dots .owl-dot:hover, .visits .visit-carousel .owl-dots .owl-dot:focus {
    width: 13.97px;
    height: 14.07px;
  }
  .visits .visits-ribbons {
    bottom: -80px;
  }
  .routes {
    max-height: initial;
    height: auto;
  }
  .routes .routes-left .title {
    text-align: left;
  }
  .routes .routes-left > .content.tabs {
    position: relative;
  }
  .routes .routes-left .tabsTitle {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.3s linear;
    position: absolute;
    top: 3px;
    right: 0;
    width: 173px;
  }
  .routes .routes-left .tabsTitle.ddOpened {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0 62px 64px -14px rgba(12, 37, 56, 0.35);
  }
  .routes .routes-left .tabsTitle .tabButton {
    margin: 0;
    border-top: 1px solid #8A8A8A;
    min-width: initial;
    border-radius: 0;
    font-size: 12px;
    max-width: initial;
    padding: 10px 5px;
  }
  .routes .routes-left .tabsTitle .tabButton:first-child {
    border-top: none;
  }
  .routes .routes-left .tabsTitle .tabButton:after {
    display: none;
  }
  .routes .routes-left .tabs .tabsContent {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .routes .routes-left .tabs .tabsContent .tabContent {
    padding-left: 0;
  }
  .routes .routes-left .tabs .tabsContent .tabContent .icon-arrow {
    font-size: 16px;
    margin-top: 10px;
  }
  .routes .routes-left .tabs .tabsContent .tabContent .paragraph {
    font-size: 14px;
    line-height: 17px;
  }
  .routes .routes-left .tabs .tabsContent .tabContent .moreButton span {
    font-size: 12px;
    margin-top: 7px;
  }
  .routes .routes-right img {
    display: none;
  }
  .routes .routes-right img.routes-compass {
    left: 20px;
    z-index: -1;
    opacity: 0.3;
    display: block;
  }
  .nature {
    min-height: 544px;
  }
  .nature > .container {
    display: block;
  }
  .nature > .container:before {
    right: -45.2vw;
    width: 160vw;
    height: 112%;
    background-position: top right;
    top: 0;
  }
  .nature > .container > .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center !important;
    padding-top: 70px;
  }
  .nature:before {
    content: "";
    background: url("../img/leaf-mobile.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -1.2vw;
    width: 261px;
    height: 204px;
    transform: rotate(-7deg);
    top: 6px;
  }
  .nature .head {
    display: flex;
    align-items: center;
    width: 100vw;
    padding-top: 0;
  }
  .nature .head .title h1 {
    color: #ffffff;
    font-size: 30px;
  }
  .nature .head .content {
    font-size: 14px;
    color: #ffffff;
    line-height: 16.2px;
  }
  .nature .bg-mobile {
    display: none;
  }
  .nature .leaf-container {
    display: none;
  }
  .nature .nature-list {
    padding-top: 10px;
    margin-top: 0;
    width: 100vw;
    padding: 10px 20px 0 20px;
  }
  .nature .nature-list > .container > .row {
    justify-content: center;
  }
  .nature .nature-list .box {
    max-width: initial;
  }
  .nature .nature-list .box:first-child {
    margin: 0 auto;
  }
  .nature .nature-list .box .icon {
    bottom: 56px;
    left: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  .nature .nature-list .box .icon i {
    font-size: 12px;
    margin: -6px auto;
  }
  .nature .nature-list .box .image {
    width: 25vw;
    height: 25vw;
    border: 6px solid #b3cbde;
  }
  .nature .nature-list .owl-dots {
    margin-top: 30px;
    text-align: center;
  }
  .nature .nature-list .owl-dots .owl-dot {
    margin: 0px 5px;
    background: #FFFFFF;
    border: 3px solid rgba(0, 0, 0, 0);
    width: 18px;
    height: 18px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    transition: all 300ms ease;
  }
  .nature .nature-list .owl-dots .owl-dot.active, .nature .nature-list .owl-dots .owl-dot:hover, .nature .nature-list .owl-dots .owl-dot:focus {
    background: none;
    border: 3px solid #CA9E67;
  }
  .nature .nature-list .owl-dots .owl-dot:first-child {
    margin-left: 0;
  }
  .nature .bg {
    top: -179px;
    left: -2%;
    right: 0;
    margin: 0 auto;
    transform: scale(1.1);
  }
  .nature .owl-carousel .owl-dots .owl-dot {
    width: 9.82px;
    height: 9.89px;
  }
  .nature .owl-carousel .owl-dots .owl-dot.active, .nature .owl-carousel .owl-dots .owl-dot:hover, .nature .owl-carousel .owl-dots .owl-dot:focus {
    width: 13.97px;
    height: 14.07px;
  }
  .sehidimi-bul {
    z-index: 1;
    margin-top: 0;
  }
  .sehidimi-bul > .container > .row {
    flex-direction: column;
  }
  .sehidimi-bul .bg-flag {
    transform: none;
    top: -19px;
    left: 26%;
  }
  .sehidimi-bul .koca-seyit {
    z-index: -1;
    width: 90vw;
    left: -37vw;
    margin-left: 0;
    top: -25vw;
  }
  .sehidimi-bul .head {
    padding-left: 42%;
    width: 100vw;
    margin-top: 85px;
  }
  .sehidimi-bul .head .title h1 {
    font-size: 30px;
  }
  .sehidimi-bul .head .content {
    font-size: 14px;
    line-height: 18px;
  }
  .sehidimi-bul .head .content a {
    font-size: 14px;
  }
  .sehidimi-bul .head .content a i {
    font-size: 10px;
  }
  .sehidimi-bul .child-banner {
    position: relative;
    justify-content: flex-end;
    width: 100vw;
    right: -20vw;
  }
  .sehidimi-bul .child-banner:before {
    right: 20vw;
    height: 75vw;
    top: -37px;
  }
  .sehidimi-bul .child-banner .icon {
    margin: 0 0 0 -45px;
    right: auto;
    left: 50%;
    top: 41vw;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    bottom: 100px;
  }
  .sehidimi-bul .child-banner .cocuk-kulubu {
    transform: none;
    margin-top: 10px;
    position: relative;
  }
  .sehidimi-bul .child-banner .child-bg {
    display: none;
  }
  .events-and-news .news .head h1 {
    color: #AD0F0A;
    font-size: 30px;
  }
  .events-and-news .news .head a {
    color: #AD0F0A;
  }
  .events-and-news .news .box .imageFrame {
    height: 110px;
    width: 110px;
  }
  .events-and-news .news .owl-carousel .owl-dots .owl-dot.active, .events-and-news .news .owl-carousel .owl-dots .owl-dot:hover, .events-and-news .news .owl-carousel .owl-dots .owl-dot:focus {
    border: 3px solid #AD0F0A;
  }
  .events-and-news .events .box i.icon-arrow {
    background-color: #CA9E67;
  }
  .events-and-news .events .box .detail {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0;
  }
  .events-and-news .events .box .detail h4 {
    margin-bottom: 0;
  }
  .events-and-news .events .box .desc i {
    top: 6px;
    color: #ffffff;
    padding-left: 0;
  }
  .events-and-news .events .box .imageFrame {
    width: 110px;
    height: 110px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
    border: 5px solid #ffffff;
    border-radius: 50%;
    background-color: #7D623F;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .events-and-news .events .box .imageFrame img {
    box-shadow: none;
    border: none;
    width: auto;
    height: auto;
    left: auto;
    margin: 0;
    filter: invert(100%);
  }
  .events-and-news .events .owl-carousel .owl-dots .owl-dot.active, .events-and-news .events .owl-carousel .owl-dots .owl-dot:hover, .events-and-news .events .owl-carousel .owl-dots .owl-dot:focus {
    border: 3px solid #7D623F;
  }
  .events-and-news .events .box,
.events-and-news .news .box {
    height: 110px;
    width: 100%;
    display: flex;
    align-items: center;
    background: none;
  }
  .events-and-news .events .box:before,
.events-and-news .news .box:before {
    display: none;
  }
  .events-and-news .events .box img,
.events-and-news .news .box img {
    width: 110px;
    height: 110px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
    border: 5px solid #ffffff;
    border-radius: 50%;
  }
  .events-and-news .events .box .detail,
.events-and-news .news .box .detail {
    text-align: left;
    width: 100%;
    position: relative;
    bottom: 0;
  }
  .events-and-news .events .box .desc,
.events-and-news .news .box .desc {
    position: relative;
    flex-direction: column-reverse;
    width: 100%;
    flex: 1;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 0;
  }
  .events-and-news .events .box .desc h4,
.events-and-news .news .box .desc h4 {
    color: #868686;
    font-size: 14px;
    font-family: "SofiaPro";
    font-weight: 500;
  }
  .events-and-news .events .box .date,
.events-and-news .news .box .date {
    position: relative;
    width: 100%;
    height: auto;
    color: #868686;
    font-size: 14px;
    font-family: "SofiaPro";
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    top: auto;
    right: 0;
    margin-top: 10px;
  }
  .events-and-news .events .box .date span,
.events-and-news .news .box .date span {
    display: inline-block;
  }
  .events-and-news .events .box i,
.events-and-news .news .box i {
    background-color: #8C0000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -13px;
    top: 46px;
  }
  .events-and-news .news .box .date {
    display: inline-block;
    text-align: left;
  }
  .events-and-news .head {
    justify-content: space-between;
  }
  .events-and-news .head h1 {
    color: #7D623F;
    font-size: 30px;
  }
  .events-and-news .head a {
    font-size: 14px;
    color: #7D623F;
    font-family: "VisbyCF";
    font-weight: 700;
  }
  .events-and-news .head a i {
    color: #7D623F;
    font-size: 10px;
    margin-right: 5px;
  }
  .owl-carousel .owl-dots .owl-dot {
    width: 9.82px;
    height: 9.89px;
  }
  .owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
    width: 13.97px;
    height: 14.07px;
    border: 3px solid #7D623F;
  }
}
@media screen and (max-width: 680px) {
  .nature:before {
    top: 11px;
  }
  .nature > .container:before {
    width: 157vw;
    height: 97%;
    background-position: top right;
    top: 17px;
  }
  .nature .nature-list > .container {
    margin-right: 0;
  }
  .nature .nature-list > .container > .row {
    width: 100%;
  }
  .nature .nature-list .box h3 {
    font-size: 14px;
    line-height: 16px;
  }
  .nature .bg {
    left: -7%;
    top: -248px;
    transform: scale(1);
  }
  .visits .visits-ribbons {
    bottom: -66px;
  }
}
@media only screen and (max-width: 600px) {
  .slider .abide {
    width: 95%;
  }
  .slider .slider-left .detail-button.virtual {
    transform: translate(24px, 10px);
  }
  .slider .slider-bottom .scroll-down {
    left: 0;
  }
  .visits {
    padding-bottom: 0;
  }
  .visits .visitSliderArea {
    margin-bottom: 0;
  }
  .visits .visit-carousel {
    height: 250px;
  }
  .visits .visit-carousel .owl-item .items {
    height: 200px;
  }
  .nature {
    min-height: 100%;
    max-height: 100%;
    height: 485px;
  }
  .nature:before {
    top: 1px;
  }
  .nature > .container:before {
    width: 942px;
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .slider .slider-left .detail-button {
    z-index: 999;
  }
  .slider .slider-left .detail-button.sehid-bul {
    transform: none;
    top: 15%;
    left: 27%;
  }
  .slider .slider-left .detail-button.virtual {
    transform: none;
    top: auto;
    left: 37%;
    bottom: 29%;
  }
  .slider .slider-left .detail-button.virtual2 {
    transform: translate(-58px, 176px);
    transform: none;
    right: 14%;
    top: 36%;
  }
  .slider .slider-left .detail-button .toggle .icon-plus {
    font-size: 2.4833rem;
  }
  .slider .slider-right .slider-videos {
    height: 120px;
  }
  .slider .slider-right .slider-videos .slider-carousel .owl-item .items {
    height: 110px;
  }
  .slider .slider-right .slider-videos .slider-carousel .owl-item .items:before {
    top: 18px;
  }
  .slider .slider-right .slider-videos .slider-carousel .owl-item .items .icon-play {
    width: 50px;
    height: 50px;
  }
  .slider .slider-bottom .socials ul li a {
    font-size: 16px;
  }
  .slider .slider-bottom .scroll-down {
    left: 10px;
    top: 0;
  }
  .slider .slider-bottom .scroll-down .icon-scroll {
    width: 30.75px;
    height: 43.5px;
  }
  .events-and-news {
    padding-top: 0;
  }
  .nature:before {
    top: -12px;
  }
  .sehidimi-bul .head {
    margin-top: 20px;
  }
  .sehidimi-bul .child-banner .icon {
    width: 45px;
    height: 45px;
    top: 49vw;
    margin-left: -109px;
  }
  .sehidimi-bul .child-banner:before {
    right: 19vw;
    top: 17px;
  }
  .sehidimi-bul .child-banner .cocuk-kulubu {
    width: 120%;
    right: 20vw;
  }
  h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 420px) {
  .nature:before {
    transform: rotate(-1.6deg);
    top: -31px;
  }
  .nature > .container:before {
    right: -276px;
    top: 3px;
    width: 765px;
    height: 100%;
  }
  .nature > .container > .row {
    padding-top: 10px;
  }
  .nature .nature-list .box .icon {
    bottom: 41px;
    left: 0px;
  }
  .sehidimi-bul {
    margin-top: -23vw;
  }
  .sehidimi-bul .head .title h1 {
    font-size: 23px;
  }
  .sehidimi-bul .koca-seyit {
    width: 100vw;
    left: -39vw;
    top: -23vw;
  }
}
@media only screen and (max-width: 380px) {
  .nature .nature-list .box .icon {
    left: 18px;
  }
  .events-and-news .box {
    width: 280px;
    height: 280px;
  }
  .slider > .container > .row {
    padding-bottom: 83px;
  }
  .slider .abide {
    transform: translate(0px, -11px);
  }
  .slider .slider-bottom .scroll-down {
    left: 0;
  }
}/*# sourceMappingURL=home.css.map */