img {
  max-width: 100%;
}

@font-face {
  font-family: "Neue Haas Grotesk Pro";
  src: url("fonts/NeueHaasGroteskPro/NeueHaasDisplayThin.ttf")
    format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Pro";
  src: url("fonts/NeueHaasGroteskPro/NeueHaasDisplayThinItalic.ttf")
    format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Pro";
  src: url("fonts/NeueHaasGroteskPro/NeueHaasDisplayXThin.ttf")
    format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Pro";
  src: url("fonts/NeueHaasGroteskPro/NeueHaasDisplayXThinItalic.ttf")
    format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Pro";
  src: url("fonts/NeueHaasGroteskPro/NeueHaasDisplayLight.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Pro";
  src: url("fonts/NeueHaasGroteskPro/NeueHaasDisplayLightItalic.ttf")
    format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Pro";
  src: url("fonts/NeueHaasGroteskPro/NeueHaasDisplayRoman.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Pro";
  src: url("fonts/NeueHaasGroteskPro/NeueHaasDisplayRomanItalic.ttf")
    format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Pro";
  src: url("fonts/NeueHaasGroteskPro/NeueHaasDisplayMediu.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Pro";
  src: url("fonts/NeueHaasGroteskPro/NeueHaasDisplayMediumItalic.ttf")
    format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Pro";
  src: url("fonts/NeueHaasGroteskPro/NeueHaasDisplayBold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Pro";
  src: url("fonts/NeueHaasGroteskPro/NeueHaasDisplayBoldItalic.ttf")
    format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Pro";
  src: url("fonts/NeueHaasGroteskPro/NeueHaasDisplayBlack.ttf")
    format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Pro";
  src: url("fonts/NeueHaasGroteskPro/NeueHaasDisplayBlackItalic.ttf")
    format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-family: "Neue Haas Grotesk Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

header {
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}
header .mobile-header {
  text-align: right;
}
header .mobile-header .mobil-menu {
  font-size: 25px;
  cursor: pointer;
}
header .right-menu {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #000000;
}
header .right-menu .close-menu {
  margin-top: 37px;
  padding-left: 50px;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 100px;
  cursor: pointer;
}
header .right-menu .main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 50px;
  padding-right: 20px;
}
header .right-menu .main-menu li {
  margin-bottom: 35px;
}
header .right-menu .main-menu li a {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
header .right-menu .main-menu li.current a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #d8dc49;
  position: absolute;
  left: -23px;
  top: 0px;
  font-size: 16px;
}
header.fixed {
  background-color: #ffffff;
  border-bottom: #d8dc49 2px solid;
}
header .logo img {
  width: 45%;
}
header .logo .logo-dark {
  display: none;
}
header .logo .logo-light {
  display: inline-block;
}
header.fixed .logo .logo-dark {
  display: inline-block;
}
header.fixed .logo .logo-light {
  display: none;
}
header.fixed .logo img {
  width: 85%;
}

.pageloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
}
.pageloader .logo {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-animation: flickerAnimation 5s infinite;
  -moz-animation: flickerAnimation 5s infinite;
  -o-animation: flickerAnimation 5s infinite;
  animation: flickerAnimation 5s infinite;
}
.pageloader .logo img {
  width: 250px;
}

.slide {
  position: relative;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.page-title {
  font-size: 48px;
  font-weight: 500;
  position: relative;
}
.page-title span {
  position: relative;
  z-index: 2;
  padding-left: 38px;
}
.page-title:after {
  content: " ";
  display: inline;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #d8dc49;
  position: absolute;
  left: 0;
  top: -5px;
  z-index: 1;
}

.about-us {
  padding-top: 160px;
  padding-bottom: 210px;
}
.about-us .text {
  margin-top: 35px;
  font-size: 21px;
  text-align: center;
}
.about-us .promise {
  font-family: "Neue Haas Grotesk Pro", sans-serif;
  font-size: 30px;
  position: relative;
  margin-top: 50px;
}
.about-us .promise:before {
  color: #d8dc49;
  font-size: 60px;
  position: absolute;
  content: open-quote;
  top: -35px;
  margin-left: -27px;
}
.about-us .promise:after {
  color: #d8dc49;
  font-size: 60px;
  position: absolute;
  content: close-quote;
  top: 10px;
}

.customers .customer-list {
  margin-top: 50px;
  margin-bottom: 50px;
}
.customers .customer-list .items {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.customers .customer-list .items img {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 100%;
  object-fit: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.customers .customer-list .items img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.instagram {
  margin-top: 180px;
}
.works {
  margin-top: 180px;
}
.works .logos-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .works .logos-list {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (max-width: 768px) {
  .works .logos-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (min-width: 768px) {
  .works .logos-list .items {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .works .logos-list .items {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.works .filter-area {
  margin-top: 30px;
  margin-bottom: 50px;
}
.works .filter-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.works .filter-area ul li a {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.works .filter-area ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #d8dc49;
  transition: all 0.3s ease;
  z-index: -1;
}
.works .filter-area ul li a:hover:after {
  width: 100%;
}
.works .work-area .items {
  margin-bottom: 30px;
}

.works .work-area .items a {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.works .work-area .items a:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.works .work-area .items a img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.works .work-area .items a:hover img {
  transform: scale(1.1);
}

.works .work-area .items a .work-hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(216, 220, 73, 0.9);
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}
.works .work-area .items a .work-hover .content {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}
.works .work-area .items a .work-hover .content .title {
  text-align: center;
  font-size: 26px;
  color: #0e0e0e;
  font-weight: 700;
  border-bottom: 1px solid #d8dc49;
  padding-bottom: 5px;
}
.works .work-area .items a .work-hover .content .sub-title {
  color: #252525;
  text-align: center;
  font-size: 21px;
  margin-top: 5px;
}
.works .work-area .items a:hover .work-hover {
  opacity: 1;
}

.contact {
  margin-top: 35px;
  padding-bottom: 50px;
}
.contact .maps {
  margin-top: 50px;
}
.contact .maps #map {
  height: 450px;
}
.contact .content {
  margin-top: 30px;
}
.contact .content .frm-btn {
  font-size: 27px;
  font-weight: 500;
  position: relative;
  border: none;
  margin-top: 30px;
  background-color: transparent;
}
.contact .content .frm-btn span {
  position: relative;
  z-index: 2;
  padding-left: 3px;
}
.contact .content .frm-btn:after {
  content: " ";
  display: inline;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d8dc49;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.contact .text {
  font-size: 18px;
}
.contact .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}
.contact .social-list li a {
  color: #000000;
  font-size: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

/* NECİP */

.custom-input {
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}

.custom-input:focus {
  outline: 0;
  border: 0;
}

.whatsapp-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: #25d366;
  padding: 10px;
  border-radius: 50%;
}

.whatsapp-button img {
  width: 30px;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide picture {
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-button-next-2,
.swiper-button-prev-2 {
  color: #d8dc49 !important;
}

.swiper-button-next-2,
.swiper-button-prev-2 {
  z-index: 0 !important;
}

.swiper-pagination-bullet-active {
  background-color: #d8dc49 !important;
}

.hero-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: middle;
}

.hero-content .partners-logo {
  width: 700px;
  height: auto;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
}

.logo-hero {
  width: 35% !important;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}

.hero-content h2 {
  font-family: "Neue Haas Grotesk Pro", sans-serif !important;
  font-weight: 400;
  font-size: 48px;
  color: #fafafa;
}

.hero-content p {
  font-family: "Neue Haas Grotesk Pro", sans-serif;
}

.swiper-slide video {
  width: 100%;
}

.mobil-video {
  display: none;
}

@media (max-width: 600px) {
  .hero-content {
    width: 100%;
    padding: 0 15px;
  }

  .hero-content img {
    width: 200px;
    display: block;
    margin: 0 auto;
  }

  .hero-content h2 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .mobil-video {
    display: block;
  }

  .desktop-video {
    display: none;
  }
}

.swiper-button-prev-2 {
  left: -40px !important;
}

.swiper-button-next-2 {
  right: -40px !important;
}

@media (max-width: 1024px) {
  .swiper-button-prev-2,
  .swiper-button-next-2 {
    display: none !important;
  }
  .about-us .promise:after {
    top: auto;
  }
}

/* Desktop Menu Styles */
.desktop-menu ul li {
  margin-left: 30px;
}

.desktop-menu ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.desktop-menu ul li a:hover {
  color: #d8dc49;
}

/* Sticky Header State */
header.fixed .desktop-menu ul li a {
  color: #000000;
}

/* Responsive Fixes */
@media (max-width: 768px) {
  /* Section Titles */
  .page-title {
    font-size: 32px;
  }
  .page-title span {
    padding-left: 25px;
  }
  .page-title:after {
    width: 50px;
    height: 50px;
  }

  /* Hero Section Height */
  .swiper-slide {
    min-height: 80vh;
    height: auto;
  }
  .swiper-slide video {
    height: 80vh;
    object-fit: cover;
  }
  .hero-content {
    width: 100%;
    padding: 0 15px;
  }

  /* General Section Padding */
  .about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-us .promise {
    font-size: 20px;
  }
  .about-us .promise:before,
  .about-us .promise:after {
    font-size: 40px;
  }
  .works,
  .instagram {
    margin-top: 60px;
  }
  .customers .customer-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
