@font-face
{font-family:FH Total Display wf;
  src:url(../../fonts/FHTotalDisplay-Thin.woff) 
  format("woff");
  font-style:normal;
  font-weight:100}
  @font-face{font-family:FH Total Display wf;src:url(../../fonts/FHTotalDisplay-ThinItalic.woff2) format("woff2");font-style:italic;font-weight:100}



@font-face{font-family:Suisse Intl wf;src:url(../../fonts/SuisseIntl-Light.woff2) format("woff2");font-style:normal;font-weight:300}@font-face{font-family:Suisse Intl wf accent-override;src:url(../../fonts/SuisseIntl-Light.woff2) format("woff2");font-style:normal;font-weight:300;ascent-override:120%}@font-face{font-family:Suisse Intl wf;src:url(../../fonts/SuisseIntl-Medium.woff2) format("woff2");font-style:normal;font-weight:500}@font-face{font-family:Suisse Intl wf;src:url(../../fonts/SuisseIntl-MediumItalic.woff2) format("woff2");font-style:italic;font-weight:500}

@font-face{font-family:Times Now wf;src:url(../../fonts/TimesNow-SemiLightItalic.woff2) format("woff2");font-style:italic;font-weight:200}

.scrolling-text-2 p {
 font-family: 'Suisse Intl wf', sans-serif;

}

.scrolling-text-2 p em{
  font-family: "Times Now wf", serif;
      font-weight: 200;
    font-size: 1.25714286em;
   
}

.family-suisse {
   font-family: 'Suisse Intl wf', sans-serif!important;
   font-weight: 200;
}



.slider-text p {
        max-width: 32rem;

}
.slider:before {
        content: "";
        position: absolute;
        left:0;
        top:0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.253);
        z-index:1;
}
@media (min-width: 1024px) {
  .custom-lg-w-3-4 {
    width: 60%;
  }
}       



.grayscale {
  filter: grayscale(1);
  transition: 300ms all;
}
.grayscale:hover {
  filter: grayscale(0);
}
.bg-marquee, .scroll-cursor__main, .button-transition  {
  background-color: #02403a!important;
}

.break-keep {
  color: #02403a!important;
}
.links a {
  color: #02403a!important;
}
.text-white {
  color:#fff!important;
}
.subpage header {
  background-color: #fff2ea!important;
}

.pb-0 {
  padding-bottom:0;
}
.mb-0 {
  margin-bottom:0!important;
}

.border-\[\#FFDBC6\]{
  border-color:#07423d!important;
}
@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.object-position-top {
  object-position: top;
}
.h-\[450px\] {
    max-height: 450px;
}

.blog__post-title h3 {
      font-size: 1.5em!important;
}

.blog_title_area {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.h-400px {
  max-height: 400px;
}
.w-400px {
  max-width: 400px;
}


.pt-5 {
  padding-top:5rem!important;
} 
.mt-5 { 
  margin-top:5rem!important;
}


.pt-10rem {
  padding-top:10rem;
}

@media (min-width: 1280px) {
    .xl\:pt-\[10\%\] {
        padding-top: 10%;
    }
}

.line-clamp-2 {
      -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.mb-other {
  margin-bottom:20px;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

  .reveal-left {
    transform: translateX(0%);
  }

  .reveal-right {
    transform: translateX(0%);
  }

  .revealed .reveal-left {
    transform: translateX(-100%);
  }

  .revealed .reveal-right {
    transform: translateX(100%);
  }

  .revealed .reveal-image {
    opacity: 1;
  }


  .js-parallax-img img {
        width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: -webkit-clip-path 1.2s .1s cubic-bezier(.25, .46, .45, .94);
    transition: clip-path 1.2s .1s cubic-bezier(.25, .46, .45, .94);
    transition: clip-path 1.2s .1s cubic-bezier(.25, .46, .45, .94), -webkit-clip-path 1.2s .1s cubic-bezier(.25, .46, .45, .94);

  }

    .js-parallax-img video {
        width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: -webkit-clip-path 1.2s .1s cubic-bezier(.25, .46, .45, .94);
    transition: clip-path 1.2s .1s cubic-bezier(.25, .46, .45, .94);
    transition: clip-path 1.2s .1s cubic-bezier(.25, .46, .45, .94), -webkit-clip-path 1.2s .1s cubic-bezier(.25, .46, .45, .94);

  }

      .js-parallax-img iframe {
         position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78%; /* 16:9 aspect ratio için */
    height: 100%;
    transform: translate(-50%, -50%);
  }
  .word .char {
    line-height:1.3;
  }
    .js-parallax-img::before {
              width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: -webkit-clip-path 1.2s .1s cubic-bezier(.25, .46, .45, .94);
    transition: clip-path 1.2s .1s cubic-bezier(.25, .46, .45, .94);
    transition: clip-path 1.2s .1s cubic-bezier(.25, .46, .45, .94), -webkit-clip-path 1.2s .1s cubic-bezier(.25, .46, .45, .94);
    }

.-observed img {
    animation: ost-scale 3s 0s cubic-bezier(.25, .46, .45, .94) forwards;
    -webkit-clip-path: inset(0 0 0% 0);
    clip-path: inset(0 0 0% 0);
}

.-observed video {
    animation: ost-scale 3s 0s cubic-bezier(.25, .46, .45, .94) forwards;
    -webkit-clip-path: inset(0 0 0% 0);
    clip-path: inset(0 0 0% 0);
}
.-observed iframe { animation: ost-scale 3s 0s cubic-bezier(.25, .46, .45, .94) forwards;
    -webkit-clip-path: inset(0 0 0% 0);
    clip-path: inset(0 0 0% 0);}
.-observed:before {
    animation: ost-scale 3s 0s cubic-bezier(.25, .46, .45, .94) forwards;
    -webkit-clip-path: inset(0 0 0% 0);
    clip-path: inset(0 0 0% 0);
}
  
  @keyframes ost-scale {
    0% {
    transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
  }
  .js-parallax-img:before {
    z-index:11
  }



.ua-visuals-area {
  padding: 100px 20px;
  overflow: hidden;
}

.ua-visuals-inner {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1600px;   /* Daha geniş container */
  margin: 0 auto;
  flex-wrap: wrap;     /* Satır atlamaya izin ver */
}

.ua-visual {
  width: 350px;        /* Daha büyük görseller */
  position: relative;
  transition: transform 1s ease;
  flex-shrink: 0;      /* Küçülmesin */
}

/* Başlangıçta yukarı-aşağı kaydırma */
.ua-visual:nth-child(odd) {
  transform: translateY(-80px);
}
.ua-visual:nth-child(even) {
  transform: translateY(80px);
}

/* Scroll ile hizalama */
.ua-visual.observed {
  transform: translateY(0);
}

.ua-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 1200px) {
  .ua-visuals-inner {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .ua-visuals-inner {
    flex-wrap: wrap;
  }
  .ua-visual {
    width: 45%;
    margin: auto;
  }
}

@media (max-width: 640px) {
  .ua-visual {
    width: 90%;
    margin: auto;
  }
}


.translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important;
}
.ua-visual img {
  height:100%!important;
  width: 100%!important;
  object-fit: cover!important;
}
.ua-visual:before {
  border-radius: 8px;
}

.max-w-full {
  max-width: 100%!important;
}

.scrolling-text-2-inner {
  transition: transform 0.1s linear;
  will-change: transform;
}
.scrolling-text-2-inner:nth-child(1) .scrolling-text-2-fragment {
    transform: translate(calc((var(--scroll-progress) - .5) * -50%));
}

.scrolling-text-2-inner:nth-child(2) .scrolling-text-2-fragment {
    transform: translate(calc((var(--scroll-progress) - .5) * 50%));
}
.scrolling-text-2-inner {
    display: flex
;
    justify-content: center;
    font-size: 3.15rem;
    line-height: 1;
    color: var(--light-brown);
}
.scrolling-text-2.-multi .scrolling-text-2-fragment {
    gap: .3em;
}

.scrolling-text-2-fragment {
    flex-shrink: 0;
    display: flex
;
    align-items: center;
}



.sa-items {
    border-bottom: 1px solid rgba(94, 71, 64, .5);
}
.sa-item {
    transition: opacity 1.2s;
    transition: opacity 1s .1s cubic-bezier(.35, 0, 0, 1), transform 1s .1s cubic-bezier(.35, 0, 0, 1), border-color .15s;
}



.sa-item-header {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    gap: .9em;
    padding-bottom: 1.35rem;
    padding-top: 1.35rem;
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(94, 71, 64, .5);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

@media (min-width: 1024px), (min-width: 768px) and (orientation: portrait) {
    .sa-item-header {
        padding-bottom: 1.72rem;
        padding-top: 1.72rem;
    }
}
@media (min-width: 1024px), (min-width: 768px) and (orientation: portrait) {
    .h2, .sj-item-title, .sa-item-title {
        font-size: 2rem;
    }
}

@media (pointer: fine) {
    .sa-item-title {
        transition: color .15s;
    }
}




@media (pointer: fine) {
    .sa-item-icon {
        transition: color .15s;
    }
}
.sa-item-icon {
    display: grid
;
    align-items: center;
    opacity: .5;
    width: 1rem;
    height: 1rem;
}

@media (min-width: 1024px), (min-width: 768px) and (orientation: portrait) {
    .sa-item-icon {
        width: 1.6rem;
        height: 1.6rem;
    }
}
.sa-item-icon:before, .sa-item-icon:after {
    content: "";
    grid-area: 1 / 1;
    width: 100%;
    height: 1px;
    background-color: currentColor;
} 

.sa-item-icon:after {
    transform: rotate(90deg);
    transition: opacity .15s;
}


.sa-item-content {
    display: grid
;
    grid-template-rows: 0fr;
    position: relative;
    opacity: 0;
    transition: grid-template-rows .5s cubic-bezier(.165, .84, .44, 1), opacity .5s, margin-bottom .5s;
}

@media (min-width: 1024px), (min-width: 768px) and (orientation: portrait) {
    .sa-item-content {
        top: -3.76rem;
    }
}
.sa-item-content-inner {
    overflow: hidden;
}

.sa-item-content-inner-2 {
    display: flex
;
    justify-content: space-between;
}

@media (min-width: 1024px), (min-width: 768px) and (orientation: portrait) {
    .sa-item-content-inner-2 {
        padding-right: 3.6rem;
    }
}
@media (min-width: 1024px), (min-width: 768px) and (orientation: portrait) {
    .sa-item-text {
        max-width: 29em;
        margin-top: 4.16rem;
        padding-bottom: 0;
    }
}
@media (min-width: 1024px), (min-width: 768px) and (orientation: portrait) {
    .sa-item-text:only-child {
        max-width: 35.44em;
        margin-left: auto;
    }
}
.sa-item:not(.-expanded) .sa-item-text {
    opacity: 0;
    transition-delay: 0s;
}




.sa-item-text ul:not([class]) {
    display: flex
;
    flex-direction: column;
    gap: 1.28em;
    margin-left: 0;
}





.sa-item--text ul:not([class]) li {
    padding-left: calc(1.6em + max(.16em, 4px));
    position: relative;
}

@media (min-width: 1024px), (min-width: 768px) and (orientation: portrait) {
  .sa-item-text  ul:not([class]) li {
        padding-left: calc(1.8em + max(.16em, 4px));
    }
}

.sa-item-text ul:not([class]) li:before {
    content: "";
    flex-shrink: 0;
    width: max(.16em, 4px);
    height: max(.16em, 4px);
    position: absolute;
    top: 0;
    left: .1em;
    margin-top: .5em;
    background-color: #a8463f;
    border-radius: 50%;
}

.sa-item.-expanded .sa-item-icon:after {
    opacity: 0;
}

@media (min-width: 1024px), (min-width: 768px) and (orientation: portrait) {
    .sa-item.-expanded .sa-item-content {
        margin-bottom: -1.6rem;
    }
}

.sa-item.-expanded .sa-item-content {
    grid-template-rows: 1fr;
    opacity: 1;
}


@media (min-width: 1024px), (min-width: 768px) and (orientation: portrait) {
    .sof-title {
        margin-bottom: 1.2em;
    }
}


@media (min-width: 1024px), (min-width: 768px) and (orientation: portrait) {
    .sof-columns {
        gap: 2em;
    }
}

.sof-columns {
    display: flex
;
    justify-content: space-between;
    gap: 2rem;
    
}

.sof-details {
    transition: opacity 1.2s;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

.sof-image-container {
    overflow: hidden;
    position: relative;
    width: 70%;
}


.sof-image-container iframe:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px;
}

.sof-image-container  iframe {
    width: 100%;
}

.sa-item:not(.-observed) {
    opacity: 0;
}


.other-fonts h2 {
  font-family: "FH Total Display wf", serif;
}
.sof p:not(.sof-details p) {
  font-size: 1.2rem !important;
}

@media (max-width: 767px) {
  .sof-columns {
        flex-direction: column;
  }
  .sof-image-container {
    width:100%;
  }
  .sof-image-container iframe {
    height: 400px;

}
.ua-visuals-area  {
  padding:0!important;
  margin-top:2rem!important;
}
    .ua-visual {
      width:100%;
    }
      article h2 {
  font-size:2rem!important;
}
}

.first, .second {
text-align: justify;
}

.linkedin-area {
      background-color: #153b98;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 15px;
}