﻿@import url(bootstrap.min.css);
@import url(owl.carousel.css);
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css);
@import url(ekstra.css);
@import url(menu.css);

html {
  scroll-behavior: auto !important;
}

body {
  color: #FAF9F9;
  font-size: 16px;  
  background-repeat: repeat-y;
  font-family: "Nunito Sans", sans-serif;
}

body.light{
  background-image: url(../img/back-urunler.webp);
  background-repeat: repeat;
}

body.dubai{
  background-image: url(../img/back-dubai.webp);
}

::selection {
  color: white;
  background: #53000A;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.fade-in {
  opacity: 1;
  transform: translateY(0);
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", serif;
}

ul {
  list-style-type: none;
}

p,
ul {
  font-weight: 400;
  font-size: 14px;
}

a {
  text-decoration: none;
  display: inline-block;
  outline: 0
}

a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0
}

img {
  max-width: 100%;
  display: inline-block;
  width: auto;
}

.link {
  position: relative;
  color: #D5C2B8;
  font-size: 14px;
  letter-spacing: 3px;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.4s ease;
}

.link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #D5C2B8;
  transition: width 0.4s ease;
}

.link:hover {
  transform: scale(1.03) !important;
}

.link:hover::after {
  width: 0;
}



.buton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #fe0102, #b60000);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(254, 1, 2, 0.3);
}

.buton:hover {
  transform: scale(1.05) !important;
  box-shadow: 0 8px 25px rgba(254, 1, 2, 0.45);
}

.buton span {
  position: relative;
  z-index: 2;
}


.buton::after {
  content: "";
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: currentColor;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='m12 5 7 7-7 7'/></svg>") no-repeat center;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='m12 5 7 7-7 7'/></svg>") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: transform 0.3s ease;
}

.buton:hover::after {
  transform: translateX(5px);
}

.buton .shine {
  position: absolute;
  inset: 0;
  top: -2px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: translateX(-200%) skewX(-12deg);
  transition: transform 1s ease;
  z-index: 1;
}

.buton:hover .shine {
  transform: translateX(200%) skewX(-12deg);
}


.animate {
  opacity: 0;
  transition: all 0.8s ease-out;
}

.animate.fade-up {
  transform: translateY(40px);
}

.animate.fade-down {
  transform: translateY(-40px);
}

.animate.fade-left {
  transform: translateX(-40px);
}

.animate.fade-right {
  transform: translateX(40px);
}

.animate.show {
  opacity: 1;
  transform: translate(0, 0);
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #251611;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/preloader.png)
}


.main-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  align-items: center;
  display: flex;
}

.main-slider .icon {
  display: inline-block;
  animation: floatY 4s ease-in-out infinite;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}


.main-slider .scroll-icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
  transform: translateX(-50%);
  text-align: center;
}

.main-slider .scroll-icon .mouse {
  width: 40px;
  height: 65px;
  border: 2px solid #d5c2b8;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
}


.main-slider .scroll-icon .mouse::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 59%;
  background: #d5c2b8;
  transform: translateX(-50%);
}


.main-slider .scroll-icon .mouse::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 12px;
  height: 21px;
  border: 2px solid #d5c2b8;
  background: #1C0800;
  transform: translateX(-50%);
  border-radius: 10px;
  top: 12%;
  animation: mouseKnob 2.8s ease-in-out infinite;
}

@keyframes mouseKnob {
  0% {
    top: 12%;
    opacity: 1;
  }

  50% {
    top: 28%;
  }

  100% {
    top: 12%;
    opacity: 1;
  }
}

.main-slider .scroll-icon .arrow-wrap {
  width: 14px;
  height: 14px;
  margin: 0 auto;
  animation: arrowFloat 1.8s ease-in-out infinite;
}

.main-slider .scroll-icon .arrow {
  width: 14px;
  height: 14px;
  border-left: 2px solid #d5c2b8;
  border-bottom: 2px solid #d5c2b8;
  transform: rotate(-45deg);
}

@keyframes arrowFloat {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(6px);
    opacity: .7;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


.slow-scroll {
  scroll-behavior: smooth;
}


.main-slider .title p {
  width: 360px;
  max-width: 100%;
  color: #D5C2B8;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}

.about-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  align-items: flex-start;
  display: flex;
}

.about-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  transition: transform 1.2s ease, opacity 1s ease, filter 1.2s ease;
  transform: scale(1);
  opacity: 1;
  filter: brightness(1) blur(0px);
}

.about-background.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  transform: scale(1.04);
  opacity: 1;
  filter: brightness(1.15) blur(2px);
}

.about-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.about-content {
  margin-top:100px;
  position: relative;
  z-index: 2;
  color: #FAF9F9;
  text-align: center;
  width: 100%;
}

.about-content h3 {
  color: #FAF9F9;
  font-weight: 200;
  letter-spacing: 4px;
  font-size: 27px;
  font-family: "Nunito Sans", sans-serif;
}

.about-content h2 {
  color: #FAF9F9;
  font-weight: 500;
  font-size: 65px;
  font-style: italic;
}

.about-content p {
  padding-top: 20px;
  font-family: "Nunito Sans", sans-serif;
  color: #FAF9F9;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 1px;
}


.parallax-divider {
  position: relative;
  height: 443px;
  background-image: url('../img/divider.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -100px;
  z-index: 3;
}

.parallax-divider-content {
  position: relative;
  color: #FAF9F9;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  z-index: 2;
  padding: 70px 0 0;
}

.parallax-divider-content p {
  font-family: "Nunito Sans", sans-serif;
  color: #53000A;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 10px;
}

.parallax-divider-content p.hakkimizdaP{
    font-family: "Playfair Display", serif;
    font-size: 25px;
    letter-spacing: 0;
}


.parallax-divider-content p span {
  font-weight: 800;
}



.products-section {
  margin-top: -100px;
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.products-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.products-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-content {
  height: 100vh;
  position: relative;
  z-index: 2;
  color: #FAF9F9;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-content h2 {
  color: #FAF9F9;
  font-weight: 500;
  font-size: 65px;
}

.products-content p {
  padding-top: 20px;
  font-family: "Nunito Sans", sans-serif;
  color: #FAF9F9;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 1px;
}


.products-content .link {
  position: absolute;
  bottom: 13vh;
}


.packbar {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  align-items:center;
  display: flex;
}

.packbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../img/pack-bar.webp');
  background-repeat: no-repeat;
  background-position: 150% 0%;
  background-size: auto;
  transform-origin: center;
  animation: packbarBack 3s ease-in-out infinite;
  z-index: -1;
}

@keyframes packbarBack {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}


.packbar h3 {
  color: #FAF9F9;
  font-weight: 400;
  letter-spacing: 12px;
  font-size: 23px;
  font-family: "Nunito Sans", sans-serif;
}

.packbar h2 {
  color: #FAF9F9;
  font-weight: 500;
  font-size: 55px;
}

.packbar p {
  padding-top: 20px;
  font-family: "Nunito Sans", sans-serif;
  color: #FAF9F9;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 1px;
  padding-bottom: 50px;
}


.contact-section {
  color: #FAF9F9;
  text-align: center;
  border-radius: 10px;
  padding: 50px 20px;
}

.contact-box {
  background: rgb(250 249 249 / 5%);
  border-radius: 8px;
  padding: 25px 15px;
  transition: all 0.4s ease;
}

.contact-box i {
  font-size: 32px;
  color: #FAF9F9;
  margin-bottom: 15px;
  transition: all 0.4s ease;
}

.contact-box h5 {
  font-size: 25px;
  margin-bottom: 27px;
  color: #fff;
  letter-spacing: 0.5px;
}

.contact-box p {
  font-size: 17px;
  color: #FAF9F9;
}

.contact-box a {
  font-size: 17px;
  color: #FAF9F9;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-box a:hover {
  color: #fff;
}

.contact-box:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.contact-box:hover i {
  transform: scale(1.1);
}

.contact-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.contact-icons a {
  border:1px solid #FAF9F9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #FAF9F9;
  font-size: 18px;
  border-radius: 50%;
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-icons a:hover {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px rgba(206, 171, 106, 0.4);
}

.scroll-top-dis {
    position: relative;
    bottom: 0;
    right: 40px;
    width: 100%;
}
.scroll-top {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #251611;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  z-index: 99;
}

.scroll-top:hover {
  background: #251611;
  border-color: rgba(206, 171, 106, 0.5);
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(206, 171, 106, 0.4);
}

.scroll-top i {
  font-size: 15px;
  color: #fff;
}


/*---------------- HAKKIMIZDA ----------------*/

.video-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  margin:0;
}

@keyframes hoverEffect {
  0%, 100% {
    box-shadow: 0 0 0 rgba(206, 171, 106, 0);
    border-color: #fff;
  }
  50% {
    box-shadow: 0 0 15px rgba(206, 171, 106, 0.4);
    border-color: rgba(206, 171, 106, 0.5);
  }
}

.video-buton {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #fff;
  opacity: 1;
  transition: transform 0.3s ease;
  z-index: 99;
  animation: hoverEffect 2s ease-in-out infinite;
}

.video-wrapper:hover .video-buton,
.video-wrapper.active .video-buton {
  transform: scale(1.1);
  animation: hoverEffectStop 0.5s ease-out forwards;
}

@keyframes hoverEffectStop {
  to {
    box-shadow: 0 0 15px rgba(206, 171, 106, 0.4);
    border-color: rgba(206, 171, 106, 0.5);
  }
}

.video-buton i {
  font-size: 25px;
  color: #fff;
}

.video-text {
  opacity: 0;
  transform: translateX(-15px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.video-wrapper:hover .video-text,
.video-wrapper.active .video-text {
  opacity: 1;
  transform: translateX(0);
}


.hover-swap {
  width: 350px;
  height: 400px;
  display: inline-block;
  position: relative;
}

.hover-swap img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  transition: all .6s ease;
}


.hover-swap .img-default {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}


.hover-swap .img-hover {
  opacity: 0;
  transform: scale(1.1);
  z-index: 1;
}


.hover-swap:hover .img-default,
.hover-swap.active .img-default {
  opacity: 0;
  transform: scale(0.7);
}

.hover-swap:hover .img-hover,
.hover-swap.active .img-hover {
  opacity: 1;
  transform: scale(1);
  z-index: 3;
}


.hakkimizda-main{
  height: 80vh;
}

.hakkimizda-timeline {
  margin-top: -180px;
  padding: 50px 0;
  overflow: hidden;
}

.timeline-wrapper {
  position: relative;
}

.timeline-item {
  position: relative;
  padding-bottom: 60px;
  margin-left: 8px;
  padding-left: 50px;
}


.timeline-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 65px;
  bottom: -50px;
  width: 3px;
  background: #fff;
}

.timeline-item-son {
  position: relative;
  padding-bottom: 60px;
  margin-left: 8px;
  padding-left: 50px;
}

.timeline-item-son::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 70px;
  background: #fff;
}

.timeline-item .row>* {
  margin-left: 0!important;
  margin-right: 0!important;
  padding-left: 0!important;
  padding-right: 0!important;
}

.timeline-dot {
  position: absolute;
  left: -11px;
  top: 45px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
}

.timeline-content h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 18px;
  color: #fff;
  line-height: 1.2;
}

.timeline-content h2 {
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 6px;
  color: #fff;
  line-height: 1.2;
}

.hakkimizda-timeline p {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  margin:50px 0;
}


.timeline-stack {
  position: relative;
  width: 100%;
  margin: 100px 0 0 0;
}

.timeline-stack .item {
  position: absolute;
  transition: all .6s ease;
  cursor: pointer;
}

.timeline-stack .item-1 { z-index: 1; }
.timeline-stack .item-2 { z-index: 2; }
.timeline-stack .item-3 { z-index: 3; }

.timeline-stack .item-2 {
  left: 200px;
  top: 0;
  transform: rotate(2deg);
}

.timeline-stack .item-1 {
  left: 102px;
  top: 20px;
  transform: rotate(2deg);
}

.timeline-stack .item-3 {
  left: 245px;
  top: 45px;
  transform: rotate(2deg);
}

.timeline-stack:hover .item-1,
.timeline-stack.active .item-1 {
  transform: rotate(2deg) translate(-120px, 50px);
}

.timeline-stack:hover .item-3,
.timeline-stack.active .item-3 {
  transform: rotate(6deg) translate(140px, 34px);
}

.timeline-stack:hover .item-2,
.timeline-stack.active .item-2 {
  transform: rotate(2deg) scale(1.05);
}

.timeline-son-satir{
  margin-top:-200px;
}

.hakkimizda-bottom {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 120px 0;
}

.cizgi-anim {
  position: relative;
}

.cizgi-anim path {
  fill: none;
  stroke: #fff;
  stroke-width: 8;
  stroke-linecap: round;

  stroke-dasharray: var(--dash);
  stroke-dashoffset: calc(-1 * var(--dash));
}

.cizgi-anim path.CIZanimate {
  animation: draw-line 3s ease forwards;
}

@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}

.hakkimizda-bottom p{
  font-size:30px;
}
.hakkimizda-bottom .icon{
  position: relative;
  z-index:9;
  animation: hakk-icon 3s ease-in-out infinite;
}

@keyframes hakk-icon {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}


.ic-sayfa-w{
  height: 100vh;
}

.ic-sayfa-w .title{
  margin-top: 50px;
  color:#53000A;
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  font-size:35px;
}

.ic-sayfa-w .scroll-icon{
    position: relative;
    right: auto;
    transform:inherit;
    text-align: center;
    top: 50px;
    bottom:0;
}
.ic-sayfa-w .scroll-icon .mouse::after{
  background: #efe9e4;
  border: 2px solid #53000A;
}

.ic-sayfa-w .scroll-icon .mouse::before{
  background:#1C0800;
}

.ic-sayfa-w .scroll-icon .mouse{
  border: 2px solid #53000A;
}
.ic-sayfa-w .scroll-icon .arrow{
  border-left: 2px solid #53000A;
  border-bottom: 2px solid #53000A;
}

.urunler{
  margin: 0 0 50px 0;
}



.urunicon {
  position: relative;
  width: 651px;
  height: 448px;
  margin: 0 auto 100px;
  text-align: center;
}

.urunicon img {
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes anaGorselYaylanma {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  40% {
    transform: translate(-50%, -50%) scale(1.03);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.img-default {
  width: 355px;
  height: 293px;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 1;
  transition: transform 0.5s ease; 
}

.urunicon:hover .img-default {
  animation: anaGorselYaylanma 1s ease-in-out forwards;
}

.urunicon .item1 {
  width: 210px;
  height: 100px;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0.5); 
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.6s ease;
}

.urunicon:hover .item1, 
.urunicon.active .item1 {
  opacity: 1;
  transform: translate(-175%, -140%) scale(1);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}

.urunicon .item2 {
  width: 186px;
  height: 205px;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0.5); 
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.6s ease;
}

.urunicon:hover .item2, 
.urunicon.active .item2 {
  opacity: 1;
  transform: translate(-150%, -10%) scale(1);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
.urunicon .item3 {
  width: 224px;
  height: 212px;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0.5); 
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.6s ease;
}

.urunicon:hover .item3, 
.urunicon.active .item3 {
  opacity: 1;
  transform: translate(-30%, 45%) scale(1);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}

.urunicon .item4 {
  width: 102px;
  height: 111px;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0.5); 
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.6s ease;
}

.urunicon:hover .item4, 
.urunicon.active .item4 {
  opacity: 1;
  transform: translate(190%, -80%) scale(1);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}



.tab-container {
  width: 100%;
  margin: 0 auto;
}


.tab-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.tab-menu li {
  padding: 5px 10px;
  cursor: pointer;
  font-weight: 500;
  font-size: 30px;
  color: #ADADAD;
  transition: all 0.3s ease;
  position: relative;
  font-family: "Playfair Display", serif;
}

.tab-menu li:hover {
  color: #53000A;
  background: rgba(255, 255, 255, 0.3) !important;
}

.tab-menu li.active {
  color: #53000A;
}


.tab-item {
  display: none;
  padding: 20px;
  opacity: 0;
  text-align:center;
  color: #281F18;
  margin-top: 20px;
  overflow: visible !important;
}

.tab-item p{
  font-size: 26px;
  padding: 0 190px;
}

.tab-item.active {
  display: block;
  animation: fadeEffect 0.6s ease forwards;
}

@keyframes fadeEffect {
  from { opacity: 0; transform: translateY(10px);}
  to { opacity: 1; transform: translateY(0); }
}

.slider-wrapper-genel{position:relative;}


.urunler-slider {
  position: relative;
  height: 500px;
}

.urunler-slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}

.urunler-slider .swiper-slide img,
.urunler-slider .swiper-slide video {
  max-height: 350px;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.urunler-slider .slide-content {
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

.urunler-slider .slide-content a {
  font-size: 20px;
  color: #53000A;
  letter-spacing: 1px;
}

.urunler .swiper-button-prev,
.urunler .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #53000A !important;
  z-index: 100;
  font-weight: bold;
  transition: all 0.3s ease;
}

.urunler .swiper-button-prev:hover,
.urunler .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.urunler .swiper-button-prev {
  left:-70px;
}

.urunler .swiper-button-next {
  right:-70px;
}

.urunler .swiper-button-prev:after,
.urunler .swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
}

.urunler .swiper-pagination {
  bottom: 15px;
  z-index: 10;
}

.urunler .swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}


.urundetay{
  padding:200px 0 0;
}

.urundetay-img{
  width:300px;
  max-width:100%;
}

.urundetay h2{
  font-size:22px;
  color:#281F18;
  font-family: "Nunito Sans", sans-serif;
  padding-bottom: 20px;;
}

.urundetay h1{
  font-size:45px;
  color:#53000A;
  width:120px;
}

.urundetay p{
  font-style: italic;
  font-size:20px;
  color:#281F18;
  line-height: 32px;
}



.urundetay-icon {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 40px 0;
  cursor: pointer;
  overflow: visible;
}

.urundetay-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.6s ease;
}

.urundetay-icon .item1 {z-index: 5;opacity: 1;}
.urundetay-icon .item2 {z-index: 4;opacity: 0;}
.urundetay-icon .item3 {z-index: 3;opacity: 0;}
.urundetay-icon .item4 {z-index: 2;opacity: 0;}
.urundetay-icon .item5 {z-index: 1;opacity: 0;}

.urundetay-icon:hover .item1,
.urundetay-icon.active .item1 {
  transform: translateX(0);
  opacity: 1;
}

.urundetay-icon:hover .item2,
.urundetay-icon.active .item2 {
  transform: translateX(130px);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.8s ease;
  transition-delay: 0.05s;
}

.urundetay-icon:hover .item3,
.urundetay-icon.active .item3 {
  transform: translateX(260px);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.8s ease;
  transition-delay: 0.1s;
}

.urundetay-icon:hover .item4,
.urundetay-icon.active .item4 {
  transform: translateX(390px);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.8s ease;
  transition-delay: 0.15s;
}

.urundetay-icon:hover .item5,
.urundetay-icon.active .item5 {
  transform: translateX(520px);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.8s ease;
  transition-delay: 0.2s;
}

.digerurunler-baslik{
  font-size:37px;
  letter-spacing: 11px;
  color:#53000A;
}

.private-head{
  align-content:center;
  height:100vh;
  text-align: center;
  padding: 150px 0 0;
}


.private-head h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 12px;
  color: #fff;
  line-height: 2.5;
}

.private-head h1 {
  font-size: 65px;
  font-weight: 600;
  letter-spacing: 6px;
  color: #fff;
  line-height: 1.2;
  font-style: italic;
}


@keyframes privateItem1Yaylanma {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.private-icon {
  position: relative;
  margin: 50px auto 0;
  width: 427px;
  height: 299px;
  cursor: pointer;
  overflow: hidden;
}

.private-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  backface-visibility: hidden;
}

.private-icon .item1 {
  z-index: 2;
  transform-origin: center center;
}

.private-icon:hover .item1 {
  animation: privateItem1Yaylanma 0.6s ease-in-out forwards;
}

.private-icon .item2 {
  z-index: 1;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.6s ease-in-out;
}

.private-icon:hover .item2 {
  opacity: 1;
  transform: translateY(0);
}

.private-icon.active .item1 {
  animation: privateItem1Yaylanma 0.6s ease-in-out forwards;
}

.private-icon.active .item2 {
  opacity: 1;
  transform: translateY(0);
}

.private-aciklama p {
    font-size: 26px;
    font-weight: 400;
    color: #FAF9F9;
}


.private-slide {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.private-custom-pagination {
    position: absolute !important; 
    top: 0 !important;             
    left: 12px !important;
    z-index: 20;
    display: flex !important;
    gap: 10px;
    width: auto !important;        
    bottom: auto !important;
    transform: none !important;    
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.private-custom-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.3;
    width: 10px;
    height: 10px;
    margin: 0 !important;
    cursor: pointer;
    display: block;
}

.private-custom-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.private-text-content {
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    opacity: 1;
    transform: translateY(0);
    margin-top: 30px; 
}

.private-text-content.changing {
    opacity: 0;
    transform: translateY(20px);
}

.private-slide h3 {
    font-size: 52px;
    font-weight: 500;
    color: #FAF9F9;
    line-height: 1.2;
    margin-bottom: 0;
}

.private-slide h2 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 31px;
    font-weight: 400;
    letter-spacing: 7px;
    color: #FAF9F9;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: 10px;
}

.private-slide p {
    font-size: 22px;
    font-weight: 400;
    color: #dcdcdc;
    margin: 40px 0;
    line-height: 1.6;
    min-height: 150px;
}

.private-slide a {
    color: #FAF9F9;
    font-style: italic;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.private-slide a i {
    color: #fff;
    font-size: 14px;
}

.private-slide a:hover {
    padding-left: 10px;
}

#privateSwiper {
    width: 100%;
    overflow: hidden;
    padding-right: 0;
}

#privateSwiper .swiper-slide {
    opacity: 0.4;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: scale(0.9);
    width: auto; 
}

#privateSwiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 10;
}

#privateSwiper .swiper-slide img {
    max-width: 400px;
    height: 600px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}

#privateSwiper .swiper-slide-active img {
    filter: grayscale(0%);
}

@media (max-width: 768px) {
    .private-slide { padding: 40px 0; }
    .private-slide h3 { font-size: 32px; }
    .private-slide h2 { font-size: 20px; letter-spacing: 3px; }
    .private-slide p { font-size: 16px; margin: 20px 0; min-height: auto; }
    
    #privateSwiper .swiper-slide img {
        max-width: 100%;
        margin: 40px auto 0;
    }
    
    .col-md-6.order-md-2 { 
        margin-top: 30px; 
    }
    
    .private-custom-pagination {
        top: -30px !important;
        position: relative !important;
        margin-bottom: 20px !important;
    }
}


.private-urunler h2 {
  color: #FAF9F9;
  font-weight: 500;
  font-size: 65px;
}

.private-urunler p {
  padding-top: 20px;
  font-family: "Nunito Sans", sans-serif;
  color: #FAF9F9;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 1px;
}





.dubai-cikolatasi-main {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}


.dubai-cikolatasi-main .img-box {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

.dubai-cikolatasi-main .icon1 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: 0 auto;
}


.dubai-cikolatasi-main .icon2 {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: auto;
  max-width: 500px;
}

.dubai-hover .img-default, .dubai-hover .img-hover{
  width:350px!important;
  height:350px!important;
}


.dubai-cikolatasi-main .title {
    font-size: 50px;
    margin-bottom: 40px;
    font-weight: 600;
}

.dubai-cikolatasi-main p {
    font-size: 23px;
}

.dubai-urunler a{
  color: #FAF9F9;
  font-size: 20px;
  font-weight: 700;
}


.dubai-diger .digerurunler-baslik, .dubai-diger .urunler-slider .slide-content a,.dubai-diger .swiper-button-prev,.dubai-diger .swiper-button-next {
  color:#FAF9F9!important;
  background-color: transparent!important;
}

.footer-textbar{
  margin: 0 0 70px 0;
}

.footer-textbar h3{
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  margin-bottom:15px;
  letter-spacing: 15px;
}
.footer-textbar h2{
  font-style: italic;
  font-size: 50px;
}

.footer {
  color: #fff;
}

.footer img {
  width: 200px;
  max-width: 100%;
}

.footer p {
  font-size: 16px;
  margin-top:50px;
  font-weight: 400;
  color: #fff;
  line-height: 27px
}

.footer .footer-right {
  background-position: center;
}

.footer-bottom {
  padding: 20px 0 20px
}

.footer-bottom .copyright-text {
  font-weight: 400;
  font-size: 16px;
}


.footer-right {
  padding: 10px;
}

.footer-right .baslik {
  font-weight: 600;
  font-size: 16px;
  padding:0 0 13px 0;
}

.footer-right ul {
  list-style: none;
  padding: 0;
}


.footer-right ul li a,.footerlink {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  color: #fff;
  width: 100%;
  font-size: 16px;
}

.footer-right ul li a:hover,.footerlink:hover {
  color: #D5C2B8;
  padding-left:3px;
}

.ic-sayfa-footer, .ic-sayfa-footer p, .ic-sayfa-footer a, .ic-sayfa-footer.footer-right ul li a, .ic-sayfa-footer.copyright-text{
    color: #251611 !important;
}
.ic-sayfa-footer.footer-textbar h2,.ic-sayfa-footer.footer-textbar h3{
    color: #53000A !important;
}

.ic-sayfa-footer .contact-icons a{
    border: 1px solid #251611;
}

.ic-sayfa-footer .contact-icons a:hover {
    border-color: rgba(37, 22, 17, 0.5);
    box-shadow: 0 0 15px rgba(37, 22, 17, 0.4);
}

.ic-sayfa-footer .scroll-top:hover {
    border-color: rgba(37, 22, 17, 0.5);
    box-shadow: 0 0 15px rgba(37, 22, 17, 0.4);
}


@media (max-width: 480px) {
  .private-icon {
    width: 100%;
    height: auto;
    aspect-ratio: 427 / 299;
    margin-top: 40px;
  }
}

@media (max-width: 991.98px) {
    .main-slider .title p {
      width: auto;
      max-width: max-content;
      font-size: 16px;
    }
    .main-slider .scroll-icon {
      bottom:60px;
      right:5px;
    }
    .about-content h3 {
      font-size: 15px;
    }
    .about-content p {
      font-size: 15px;
    }
    .about-background.fixed {
      position:absolute!important;
    }

    .parallax-divider-content p{
      font-size: 25px;
      letter-spacing: 3px;
    }

    .packbar {
      align-items: end;
    }

    .packbar::before {
      background-position: 50% -50px;
      background-size: 170%;
    }

    .products-content h2, .about-content h2 {font-size:55px;}

    .footer-textbar {
        overflow: hidden;
        margin: 0 0 40px 0;
    }
    .footer-textbar h3{
      font-size: 30px;
      letter-spacing: 5px;
    }
    .footer-textbar h2{
      font-size: 35px;
    }
    .footer-bottom .copyright-text {
      font-size: 11px;
    }

    .video-wrapper {margin: 34px auto 0;}
    .hakkimizda-timeline {margin-top:0;padding-top: 0;}
    .timeline-content h3 {font-size:23px;letter-spacing: 8px;}
    .timeline-content h2 {font-size: 42px;}

    .timeline-item{
      margin-left: 0;
      padding-left: 15px;
    }
    .timeline-item::before {top:50px;}
    .timeline-item-son {padding-left:8px;}
    .hover-swap {
      width: 100%;
      height: 360px;
    }
    .timeline-stack{
      height: 200px;
      width: 100%;
      margin: 50px 0 20px;
      overflow: hidden;
    }
    .timeline-stack .item-1 {left: 33px;height: 171px;top: 0px;}
    .timeline-stack:hover .item-1 {
        transform: rotate(2deg) translate(-44px, 15px);
    }
    .timeline-stack .item-2 {left: 95px;width: 140px;}
    .timeline-stack .item-3 {left:0;left: 128px;height: 164px;top: 16px;}
    .timeline-stack:hover .item-3 {
        transform: rotate(6deg) translate(40px, 18px);
    }
    .timeline-son-satir{margin-top:0;}
    .timeline-item-son::before {display: none;}
    .timeline-item-son .timeline-dot {left: -15px;}
    .timeline-dot {
        position: absolute;
        left: -8px;
        top: 37px;
        width: 18px;
        height: 18px;
    }

    .parallax-divider-content p.hakkimizdaP {font-size:19px;}

    .ic-sayfa-w .title {
        font-size:23px;
    }
    .ic-sayfa-w .scroll-icon {
        top: 30px;
    }
    .urunicon {
      width: 350px;
      height: 240px;
      margin: 0 auto 50px;
    }

    .img-default {
      width: 190px;
      height: 158px;
    }

    .urunicon .item1 {
      width: 113px;
      height: 54px;
    }

    .urunicon .item2 {
      width: 100px;
      height: 110px;
    }

    .urunicon .item3 {
      width: 120px;
      height: 114px;
    }

    .urunicon .item4 {
      width: 55px;
      height: 60px;
    }


    .urundetay-icon {
      width: 65px;
      height: 65px;
      margin: 20px 0;
    }

    .urundetay-icon img {
      width: 65px;
      height: 65px;
    }

    .urundetay-icon:hover .item2,
    .urundetay-icon.active .item2 {
      transform: translateX(65px);
    }

    .urundetay-icon:hover .item3,
    .urundetay-icon.active .item3 {
      transform: translateX(130px);
    }

    .urundetay-icon:hover .item4,
    .urundetay-icon.active .item4 {
      transform: translateX(195px);
    }

    .urundetay-icon:hover .item5,
    .urundetay-icon.active .item5 {
      transform: translateX(260px);
    }

    

    .tab-menu {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    }

    .tab-menu li {
      font-size: 18px;
      white-space: nowrap;
      flex-shrink: 0;
      padding: 5px 15px;
    }

    .tab-item {
      padding: 10px 0;
    }

    .tab-item p {
      padding: 0 15px;
      font-size: 16px;
      line-height: 1.5;
    }

    .urunler-slider {
      height: auto;
      min-height: 300px;
      padding-bottom: 40px;
    }
    .urunler-slider .swiper-slide {

        height: 350px;
    }
    .urunler-slider .swiper-slide img,
    .urunler-slider .swiper-slide video {
      max-height: 250px;
    }

    .urunler .swiper-button-prev {
      left: 0; 
    }

    .urunler .swiper-button-next {
      right: 0;
    }

    .urunler .swiper-button-prev,
    .urunler .swiper-button-next {
      width: 35px;
      height: 35px;
      background-color: rgba(255, 255, 255, 0.6);
    }

    .urunler .swiper-button-prev:after,
    .urunler .swiper-button-next:after {
      font-size: 16px;
    }
    
    .urunler-slider .slide-content {
      bottom: 10px;
    }
    
    .urunler-slider .slide-content a {
      font-size: 16px;
    }
    .scroll-top-dis,.scroll-top {right:5px;}

    .private-head h2 {
      font-size: 30px;
      letter-spacing: 5px;
      line-height: 1.7;
      margin-bottom: 40px;
    }

    .private-head h1 {
      font-size: 60px;
      letter-spacing: 6px;
      line-height: 1.4;
      margin-bottom: 40px;
    }

.dubai-cikolatasi-main .icon2 {
    top: 60%;
    left: 20%;
    width: 200px !important;
}








.footer-textbar{
  margin: 0 0 70px 0;
}

.footer-textbar h3{
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  margin-bottom:15px;
  letter-spacing: 15px;
}
.footer-textbar h2{
  font-style: italic;
  font-size: 50px;
}

.footer {
  color: #fff;
}

.footer img {
  width: 200px;
  max-width: 100%;
}

.footer p {
  font-size: 16px;
  margin-top:50px;
  font-weight: 400;
  color: #fff;
  line-height: 27px
}

.footer .footer-right {
  background-position: center;
}

.footer-bottom {
  padding: 20px 0 20px
}

.footer-bottom .copyright-text {
  font-weight: 400;
  font-size: 16px;
}


.footer-right {
  padding: 10px;
}

.footer-right .baslik {
  font-weight: 600;
  font-size: 16px;
  padding:0 0 13px 0;
}

.footer-right ul {
  list-style: none;
  padding: 0;
}


.footer-right ul li a,.footerlink {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  color: #fff;
  width: 100%;
  font-size: 16px;
}

.footer-right ul li a:hover,.footerlink:hover {
  color: #D5C2B8;
  padding-left:3px;
}

.ic-sayfa-footer, .ic-sayfa-footer p, .ic-sayfa-footer a, .ic-sayfa-footer.footer-right ul li a, .ic-sayfa-footer.copyright-text{
    color: #251611 !important;
}
.ic-sayfa-footer.footer-textbar h2,.ic-sayfa-footer.footer-textbar h3{
    color: #53000A !important;
}

.ic-sayfa-footer .contact-icons a{
    border: 1px solid #251611;
}

.ic-sayfa-footer .contact-icons a:hover {
    border-color: rgba(37, 22, 17, 0.5);
    box-shadow: 0 0 15px rgba(37, 22, 17, 0.4);
}

.ic-sayfa-footer .scroll-top:hover {
    border-color: rgba(37, 22, 17, 0.5);
    box-shadow: 0 0 15px rgba(37, 22, 17, 0.4);
}


@media (max-width: 480px) {
  .private-icon {
    width: 100%;
    height: auto;
    aspect-ratio: 427 / 299;
    margin-top: 40px;
  }
}

@media (max-width: 991.98px) {
    .main-slider .title p {
      width: auto;
      max-width: max-content;
      font-size: 16px;
    }
    .main-slider .scroll-icon {
      bottom:60px;
      right:5px;
    }
    .about-content h3 {
      font-size: 15px;
    }
    .about-content p {
      font-size: 15px;
    }
    .about-background.fixed {
      position:absolute!important;
    }

    .parallax-divider-content p{
      font-size: 25px;
      letter-spacing: 3px;
    }

    .packbar {
      align-items: end;
    }

    .packbar::before {
      background-position: 50% -50px;
      background-size: 170%;
    }

    .products-content h2, .about-content h2 {font-size:55px;}

    .footer-textbar {
        overflow: hidden;
        margin: 0 0 40px 0;
    }
    .footer-textbar h3{
      font-size: 30px;
      letter-spacing: 5px;
    }
    .footer-textbar h2{
      font-size: 35px;
    }
    .footer-bottom .copyright-text {
      font-size: 11px;
    }

    .video-wrapper {margin: 34px auto 0;}
    .hakkimizda-timeline {margin-top:0;padding-top: 0;}
    .timeline-content h3 {font-size:23px;letter-spacing: 8px;}
    .timeline-content h2 {font-size: 42px;}

    .timeline-item{
      margin-left: 0;
      padding-left: 15px;
    }
    .timeline-item::before {top:50px;}
    .timeline-item-son {padding-left:8px;}
    .hover-swap {
      width: 100%;
      height: 360px;
    }
    .timeline-stack{
      height: 200px;
      width: 100%;
      margin: 50px 0 20px;
      overflow: hidden;
    }
    .timeline-stack .item-1 {left: 33px;height: 171px;top: 0px;}
    .timeline-stack:hover .item-1 {
        transform: rotate(2deg) translate(-44px, 15px);
    }
    .timeline-stack .item-2 {left: 95px;width: 140px;}
    .timeline-stack .item-3 {left:0;left: 128px;height: 164px;top: 16px;}
    .timeline-stack:hover .item-3 {
        transform: rotate(6deg) translate(40px, 18px);
    }
    .timeline-son-satir{margin-top:0;}
    .timeline-item-son::before {display: none;}
    .timeline-item-son .timeline-dot {left: -15px;}
    .timeline-dot {
        position: absolute;
        left: -8px;
        top: 37px;
        width: 18px;
        height: 18px;
    }

    .parallax-divider-content p.hakkimizdaP {font-size:19px;}

    .ic-sayfa-w .title {
        font-size:23px;
    }
    .ic-sayfa-w .scroll-icon {
        top: 30px;
    }
    .urunicon {
      width: 350px;
      height: 240px;
      margin: 0 auto 50px;
    }

    .img-default {
      width: 190px;
      height: 158px;
    }

    .urunicon .item1 {
      width: 113px;
      height: 54px;
    }

    .urunicon .item2 {
      width: 100px;
      height: 110px;
    }

    .urunicon .item3 {
      width: 120px;
      height: 114px;
    }

    .urunicon .item4 {
      width: 55px;
      height: 60px;
    }


    .urundetay-icon {
      width: 65px;
      height: 65px;
      margin: 20px 0;
    }

    .urundetay-icon img {
      width: 65px;
      height: 65px;
    }

    .urundetay-icon:hover .item2,
    .urundetay-icon.active .item2 {
      transform: translateX(65px);
    }

    .urundetay-icon:hover .item3,
    .urundetay-icon.active .item3 {
      transform: translateX(130px);
    }

    .urundetay-icon:hover .item4,
    .urundetay-icon.active .item4 {
      transform: translateX(195px);
    }

    .urundetay-icon:hover .item5,
    .urundetay-icon.active .item5 {
      transform: translateX(260px);
    }

    

    .tab-menu {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    }

    .tab-menu li {
      font-size: 18px;
      white-space: nowrap;
      flex-shrink: 0;
      padding: 5px 15px;
    }

    .tab-item {
      padding: 10px 0;
    }

    .tab-item p {
      padding: 0 15px;
      font-size: 16px;
      line-height: 1.5;
    }

    .urunler-slider {
      height: auto;
      min-height: 300px;
      padding-bottom: 40px;
    }
    .urunler-slider .swiper-slide {

        height: 350px;
    }
    .urunler-slider .swiper-slide img,
    .urunler-slider .swiper-slide video {
      max-height: 250px;
    }

    .urunler .swiper-button-prev {
      left: 0; 
    }

    .urunler .swiper-button-next {
      right: 0;
    }

    .urunler .swiper-button-prev,
    .urunler .swiper-button-next {
      width: 35px;
      height: 35px;
      background-color: rgba(255, 255, 255, 0.6);
    }

    .urunler .swiper-button-prev:after,
    .urunler .swiper-button-next:after {
      font-size: 16px;
    }
    
    .urunler-slider .slide-content {
      bottom: 10px;
    }
    
    .urunler-slider .slide-content a {
      font-size: 16px;
    }
    .scroll-top-dis,.scroll-top {right:5px;}

    .private-head h2 {
      font-size: 30px;
      letter-spacing: 5px;
      line-height: 1.7;
      margin-bottom: 40px;
    }

    .private-head h1 {
      font-size: 60px;
      letter-spacing: 6px;
      line-height: 1.4;
      margin-bottom: 40px;
    }
}