@font-face {
  font-family: "Alternate";
  src: url("./fonts/Alternate.ttf") format("truetype");
}

.ml-0 {
  margin-left: 0;
}

.pl-0 {
  padding-left: 0;
}

.unstyled-list {
  list-style: none;
  text-align: left;
  padding-left: 0;
}

.unstyled-list div {
  font-size: 20px;
  transition: 0.3s;
  cursor: pointer;
}

.accordion-collapse {
  background-color: transparent;
}

.unstyled-list .onemli:hover {
  background-color: #abbfe2;
}
.unstyled-list .anayol:hover {
  background-color: #b7a15b;
}
.unstyled-list .avm:hover {
  background-color: #abbfe2;
}
.unstyled-list .universite:hover {
  background-color: #b7a15b;
}
.unstyled-list .havalimani:hover {
  background-color: #abbfe2;
}

.unstyled-list li::before {
  height: 50px;
  width: 50px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  font-size: 35px;
  content: "→";
  border-radius: 100%;
  margin-right: 10px;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  transition: all 0.3s;
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #000;
  background-color: rgba(255, 255, 255, 0.9); /* Hafif şeffaf arka plan */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); /* Hafif gölge */
}

.header.header.sticky .white-image {
  filter: none;
  height: 50px;
  width: 50px;
}

.header.sticky button,
.header.sticky .menu-item,
.header.sticky svg {
  color: #000 !important;
  fill: #000 !important;
}

.header.sticky .phone-icon svg {
  fill: #000;
}

.header.sticky .hamburger-menu div {
  background-color: #a07c50;
}

.phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-item {
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
  font-size: 36px;
  cursor: pointer;
  position: relative;
  font-family: "Alternate", sans-serif;
  transition: 0.3s;
}

.menu-item:hover {
  color: #b9b9b9;
}

.header .left-section {
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.header .right-section {
  padding-right: 20px;
  display: flex;
  align-items: center;
}

.white-image {
  filter: brightness(0) invert(1);
  width: 100px;
  height: 100px;
  margin: 10px 50px 10px 20px;
  transition: 0.3s;
}

.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sub-logo img {
  width: 100px;
  margin-bottom: 15px;
}

.hamburger-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  align-items: end;
}

.hamburger-menu-links {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  background-color: #333;
  z-index: 10;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  opacity: 0;
}

.hamburger-menu:hover .hamburger-menu-links {
  display: block;
  visibility: visible;
  opacity: 1;
}

.hamburger-menu-link {
  background-color: #00000070;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}

.hamburger-menu-link:hover {
  background-color: #555;
}

button {
  position: absolute;
  top: 50%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  user-select: none;
}

.hero-section button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.navigator-buttons {
  top: 85%;
  left: 70%;
  transform: translate(-50%, -50%);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.menu-item:hover .language-menu {
  display: block;
}

.relative {
  position: relative;
}

.language-item {
  font-size: 24px;
}

.hamburger-line-1 {
  background-color: #fff;
  height: 3px;
  margin: 3px 0;
  width: 35px;
}

.hamburger-line-2 {
  background-color: #fff;
  height: 3px;
  margin: 3px 0;
  width: 30px;
}

.hamburger-line-3 {
  background-color: #fff;
  height: 3px;
  margin: 3px 0;
  width: 25px;
}

.phone-icon {
  margin-right: 10px;
}

/* slider */
.main-carousel {
  width: 100vw;
  max-height: 100vh;
}

.main-carousel .carousel-cell {
  width: 100vw !important;
}

.main-carousel .carousel-cell img {
  width: 100%;
  object-fit: cover;
}

.main-carousel .flickity-button-icon {
  fill: #fff;
}

.main-carousel .flickity-prev-next-button.previous {
  left: auto;
  right: 150px;
  top: 90%;
}

.main-carousel .flickity-prev-next-button.next {
  right: 60px;
  top: 90%;
}

.main-carousel .flickity-button {
  background: hsla(0, 0%, 100%, 0.2);
}

.main-carousel .slider-info-button {
  position: absolute;
  top: 50%;
  right: 0px;
  color: white;
  padding: 10px 20px;
  border-radius: 2px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  background-color: #00000028;
  transition: 0.3s;
}

.main-carousel .slider-info-button:hover {
  background-color: #00000050;
}

.main-carousel .slider-info-button.white-hover {
  background-color: #ffffff0e;
}

.main-carousel .slider-info-button.white-hover:hover {
  background-color: #ffffff38;
}

.main-carousel .arrow-btn {
  background-color: #fff;
  color: #8b6933;
  border-radius: 100%;
  padding: auto;
  margin-right: 50px;
  height: 35px;
  width: 35px;
  padding-left: 7px;
  display: inline-block;
}
/* about section */

.about-section {
  background: #fff;
  text-align: right;
  padding: 150px 120px;
  border-radius: 8px;
  display: flex;
  gap: 20px;
  justify-content: center;
  background: url("./images/bg/about-bg.png") no-repeat right center;
}

.about-section .logo img {
  width: 120px;
  margin-bottom: 20px;
  margin-right: 50px;
}

.about-section .content h2 {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
}

.about-section .content p {
  font-size: 18px;
  color: #555;
  margin-bottom: 10px;
}

.about-section .highlight {
  font-size: 45px;
  font-weight: 700;
  color: #002c5f;
}

.about-section .about-link-area {
  text-align: center;
  width: 100%;
}

.about-section .about-link {
  color: #8b6933;
  text-decoration: none;
  font-family: "Alternate", sans-serif;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-section .arrow-btn {
  display: inline-block;
  background-color: #8b6933;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  border-radius: 100%;
  transition: background 0.3s;
  width: 30px;
  height: 32px;
  margin-left: 10px;
}

.about-section .btn:hover {
  background-color: #6d5125;
}

/* projects */

.section-title {
  font-size: 80px;
  margin-bottom: 50px;
  text-align: center;
  color: #ffffff;
  font-family: "Alternate", sans-serif;
}

.projects-section {
  position: relative;
  background-color: #000;
  background: linear-gradient(90deg, black, #636363),
    url(./images/bg/project-bg.png) no-repeat right center;
  text-align: center;
  padding: 120px 60px;
  min-height: 100vh;
  color: white;
}

.projects-section .projects-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.projects-section .carousel-cell {
  width: 200px;
  text-align: center;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0.5;
}

.projects-section .carousel-cell img {
  width: 100%;
  border-radius: 10px;
}

.projects-section .carousel-cell p {
  font-size: 16px;
  margin-top: 10px;
}

.projects-section .carousel-cell.active {
  width: 260px;
  opacity: 1;
  transform: scale(1.15);
}

.projects-section .content {
  display: none;
}

.projects-section .status {
  display: block;
  font-size: 14px;
  color: #fff;
  background: green;
  padding: 4px 8px;
  border-radius: 4px;
  margin-top: 5px;
}

.projects-section button {
  background: white;
  color: black;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
}

.projects-section .prev {
  left: -40px;
}

.projects-section .next {
  right: -40px;
}

.projects-section .project-info {
  margin-top: 30px;
  text-align: center;
}

.projects-section .logo {
  width: 150px;
  margin-bottom: 15px;
}

.projects-section .about-link {
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: background 0.3s;
}

.mari-footer-logo {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  max-width: 120px;
}

.projects-section .about-link .arrow-btn {
  background: #f1f1f1;
  color: #000;
  display: inline-block;
  border-radius: 100%;
  padding: 10px;
  margin-left: 10px;
  font-size: 24px;
  width: 55px;
}

.projects-section .about-link:hover {
  background: #f1f1f1;
  color: #002c5f;
}

.projects-section .arrow-btn {
  font-size: 18px;
}

.projects-section .carousel-cell {
  width: 30%;
  text-align: center;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0.5; /* Pasif olanlar gölgeli */
  transform: scale(0.9);
}

.projects-section .carousel-cell.active {
  width: 35%; /* Aktif olanı daha büyük yap */
  opacity: 1;
  transform: scale(1.2);
  z-index: 2;
}

.projects-section .carousel-cell img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s;
  padding: 20px;
}

.projects-section .carousel-cell.active img {
  transform: scale(1.1);
}

/* features */

.features-section {
  background: url("./images/bg/features-bg.png") no-repeat right top;
  padding: 100px 60px;
  min-height: 600px;
  background-color: #000;
}

.features-section h3 {
  font-family: "Alternate";
  font-size: 36px;
}

.features-section .card-content {
  background-color: transparent;
  color: #a07c50;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #ffffffb4;
}

.features-section .card {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
  transition: 0.5s;
  cursor: pointer;
}

.features-section .card:hover {
  scale: 1.08;
}

.mari-text {
  font-family: Arial, sans-serif;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 100%;
  line-height: 1.2;
  padding: 20px;
  color: white;
}

.mari {
  color: #a07c50;
  font-size: 76px;
}
.yasam {
  color: #fff;
  font-size: 76px;
}
.bir {
  color: #a07c50;
  font-size: 30px;
  rotate: 90deg;
  padding-top: 50px;
  padding-left: 20px;
}
.baska {
  color: #a07c50;
  font-size: 45px;
  padding-left: 300px;
}
.keyifli {
  color: #fff;
  font-size: 45px;
}

.h2-mari {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  color: #545454;
}

/* contact section */

.contact-section {
  background: #fff;
  text-align: left;
  padding: 150px 120px;
  border-radius: 8px;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 150px;
  background: url("./images/bg/contact-bg.png") no-repeat center center;
}

.contact-section .contact-direction {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 40px;
  cursor: pointer;
  color: #8b6933;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  transition: 0.5s;
}

.contact-section .accordion-item {
  border: none;
}

.contact-section .office-address {
  background-color: #ffffff54;
  text-align: left;
  filter: blur(1);
  border: solid 2px #8b6933;
  margin: auto;
  border-radius: 0;
  max-width: 600px;
}

.contact-section .accordion-button {
  background: #8b6933;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  height: 60px;
  cursor: pointer;
  border-radius: 0px !important;
  margin-top: 20px;
}

.contact-section .arrow-btn {
  background: #8b6933;
  color: white;
  border: none;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  border-radius: 100%;
}

.contact-section .contact-direction:hover {
  background: #8b6933;
  color: white;
}

.contact-section .accordion-button::after {
  filter: invert(1);
}

.contact-section .mail-link {
  color: #002856;
  text-decoration: none;
  font-size: 18px;
  display: block;
  margin-top: 20px;
}

/* map section */

.map-section {
  background: #fff;
  text-align: right;
  padding-right: 50px;
  border-radius: 8px;
  display: flex;
  min-height: calc(100vh - 90px);
  gap: 20px;
  justify-content: center;
  background: url("./images/bg/map-bg.png") no-repeat right center;
}

.map .accordion-button {
  font-weight: bold;
}

.map .accordion-button:focus {
  box-shadow: none;
}
.map-section .content {
  padding-top: 10%;
  text-align: center;
}

.map-section #map {
  min-height: 100vh;
  z-index: 1;
}

/* owl */

.owl .transition-all {
  -webkit-transition: all 0.2s linear 0.02s;
  -o-transition: all 0.2s linear 0.02s;
  -moz-transition: all 0.2s linear 0.02s;
  transition: all 0.2s linear 0.02s;
}

.owl .carousel-custom-main {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  font-size: 20px;
}

.owl a.owl-element {
  text-decoration: none;
  color: #333;
}

.owl .owl-element span {
  display: block;
  width: 200px;
  margin: 0 auto;
  line-height: 40px;
  margin-top: 5%;
  transition: all 0.4s ease;
  border: 1px solid transparent;
  background-color: #6666663f;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.owl .owl-item.center > .owl-element span {
  width: 220px;
  line-height: 65px;
  margin-top: 0%;
  background-color: #efefef;
  color: #ffffff;
}

.owl .owl-item.center > .owl-element span {
  background-color: #8b693341;
  color: #fff;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.owl-carousel .owl-item .project-on-image {
  cursor: pointer;
  position: absolute;
  top: 0%;
  height: 100%;
  background-color: #000000c2;
}

/* right-menu */
.right-menu {
  position: fixed;
  top: 0;
  right: -300px; /* Başlangıçta gizli */
  width: 300px;
  height: 100vh; /* Tam ekran yüksekliği */
  background: #333333ed;
  color: white;
  transition: right 0.3s ease;
}

.right-menu.active {
  right: -1px; /* Açılınca görünür hale gelsin */
}

.right-menu-item {
  font-size: 20px;
  color: #fff !important;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 2;
  margin-left: 0;
  padding-left: 20px;
  transition: 0.3s;
}

.right-menu-item:hover {
  background: #c29b81;
  background: linear-gradient(
    90deg,
    rgba(194, 155, 129, 1) 0%,
    rgba(163, 130, 108, 1) 50%
  );
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.right-menu-item a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
}

.carousel-custom-main {
  min-height: 380px;
}

.pt-auto {
  padding: 10px;
  padding-top: 50%;
}

.owl-nav {
  display: inline-block !important;
  position: absolute;
  margin-top: 20px;
  width: 200px;
  left: 10%;
}

.owl-stage-outer {
  min-height: 450px;
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #c2c2c298 !important;
  color: white;
  padding: 10px 20px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  width: 80px;
  height: 80px;
  transition: 0.3s;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #c2c2c298 !important;
  color: white;
  padding: 10px 20px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  transition: 0.3;
}

.project-status {
  display: none !important;
}

.center .project-status {
  display: block !important;
}

.owl-next span,
.owl-prev span {
  display: block;
  padding-bottom: 15px;
  font-size: 70px;
  line-height: 0.5;
  text-align: center;
}

.owl-next:hover,
.owl-prev:hover {
  background: #c2c2c2 !important;
  color: #6d5125 !important;
}

@media (max-width: 1200px) {
  .mobile-none {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .owl-prev {
    width: 50px;
    height: 50px;
  }

  .owl-prev span {
    font-size: 50px;
  }

  .owl-next {
    width: 50px;
    height: 50px;
  }

  .owl-next span {
    font-size: 50px;
  }

  .section-title {
    font-size: 56px;
  }

  .projects-section {
    padding: 70px 30px;
  }

  .menu-item.d-flex {
    font-size: 27px;
  }

  .hamburger-menu {
    margin-left: 0px;
  }

  .owl-nav {
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -15px;
  }

  .map-section #map {
    margin-left: 20px;
    margin-right: 20px;
  }

  .contact-section {
    background-image: none;
    background-color: #fff;
    margin-top: 0;
  }

  .header .right-section {
    padding-right: 0;
  }

  .h2-mari {
    padding-top: 30px;
  }

  .about-section {
    display: block;
    padding: 40px 60px;
  }

  .main-carousel .carousel-cell img {
    width: 100vw;
    height: 100vh;
    object-fit: fill;
  }

  .main-carousel .flickity-prev-next-button.previous,
  .main-carousel .flickity-prev-next-button.next {
    display: none;
  }

  .mari-text {
    display: none;
  }

  .features-section {
    padding: 100px 20px;
  }

  .features-section h3 {
    font-size: 16px;
    color: #000;
    padding-top: 4px;
  }

  .map-section {
    padding: 0px;
  }

  .map-section .col-12.col-sm-8 {
    padding: 0px;
  }
  .map-section .col-12.col-sm-4 {
    padding-top: 50px;
  }

  .header .left-section {
    padding-left: 0px;
  }

  .header {
    padding: 10px;
  }

  .white-image {
    width: 50px;
    height: 50px;
    margin: 10px 20px 10px 10px;
  }

  .right-menu {
    width: 250px !important;
  }
}

.contact-button i {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: fixed;
  top: 20%;
  right: 10px;
  background-color: #a3826c;
  color: white;
  padding: 10px 5px; /* Butonun içindeki boşluğu artırır */
  font-size: 20px; /* Yazı boyutunu artırır */
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
  z-index: 1000;
  font-family: "Montserrat", sans-serif;
  border-radius: 15px;
  font-style: normal;
}
.katolog-button i {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: fixed;
  top: calc(25% + 150px);
  right: 10px;
  background-color: #a3826c;
  color: white;
  padding: 10px 5px; /* Butonun içindeki boşluğu artırır */
  font-size: 20px; /* Yazı boyutunu artırır */
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
  z-index: 1000;
  font-family: "Montserrat", sans-serif;
  border-radius: 15px;
  font-style: normal;
}

.custom-header::before,
.custom-header::after {
  display: none !important;
}
