


/* ========= [ * page-home_1 ]  =========*/
/* --------------- side_menu_style4 --------------- */
.side_menu_style4 {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  background-color: #f6f6f6;
  padding: 0 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  }
  .side_menu_style4.show {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
    .side_menu_style4.show .side_shape {
      -webkit-transform: rotate(0) scale(1);
      -ms-transform: rotate(0) scale(1);
      transform: rotate(0) scale(1);
      opacity: 1; }
    .side_menu_style4.show .side_shape2 {
      -webkit-transform: rotate(180deg) scale(1);
      -ms-transform: rotate(180deg) scale(1);
      transform: rotate(180deg) scale(1);
      opacity: 1; }
    .side_menu_style4.show .main_links {
      text-align: center;
      -webkit-transform: scaleX(1) scaleY(1);
      -ms-transform: scaleX(1) scaleY(1);
      transform: scaleX(1) scaleY(1);
      opacity: 1;
      -webkit-filter: blur(0);
      filter: blur(0); }
  .side_menu_style4 .side_shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    -webkit-transform: rotate(-60deg) scale(0.5);
    -ms-transform: rotate(-60deg) scale(0.5);
    transform: rotate(-60deg) scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .side_menu_style4 .side_shape2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    -webkit-transform: rotate(120deg) scale(0.5);
    -ms-transform: rotate(120deg) scale(0.5);
    transform: rotate(120deg) scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .side_menu_style4 .links_group {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block; }
  .side_menu_style4 .main_links {
    text-align: center;
    -webkit-transform: scaleX(1.4) scaleY(1.8);
    -ms-transform: scaleX(1.4) scaleY(1.8);
    transform: scaleX(1.4) scaleY(1.8);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
    .side_menu_style4 .main_links .main_link {
      font-size: calc(3vw + 15px);
      font-weight: 400;
      margin: 10px 0;
      text-transform: uppercase;
      font-weight: 700; }
      .side_menu_style4 .main_links .main_link:hover {
        text-decoration: underline; }
  .side_menu_style4 .social_links a {
    font-size: 24px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    border-bottom: 3px solid transparent; }
    .side_menu_style4 .social_links a:hover {
      border-color: #000; }
  .side_menu_style4 .clss {
    font-size: 30px;
    position: absolute;
    top: 30px;
    right: 60px;
    cursor: pointer; }

.side_menu4_overlay {
  position: absolute;
  z-index: 90;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .side_menu4_overlay.show {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

.side_menu4_overlay2 {
  position: absolute;
  z-index: 80;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s; }
  .side_menu4_overlay2.show {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }

/* --------------- footer style1 --------------- */
.tc-navbar-style1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  padding: 0; 
  padding-right: 4vw;
  padding-left: 4vw;
  font-size: 14px;}
  .tc-navbar-style1 .content {
    padding: 20px 0; padding-right: 4vw;
    padding-left: 4vw;
    
    
   }
    .tc-navbar-style1 .content .navbar-brand {
      max-width: 200px;
      -webkit-margin-end: 100px;
      margin-inline-end: 100px;
      }
    .tc-navbar-style1 .content .navbar-nav .nav-link {
      font-size: 14px;
      color: #fff;
      opacity: 1;
      margin: 0 20px; }
      .tc-navbar-style1 .content .navbar-nav .nav-link:hover, .tc-navbar-style1 .content .navbar-nav .nav-link.active {
        color: #000000;
        }
    .tc-navbar-style1 .content .nav-side .icon {
      font-size: 14px;
      color: #fff; }

@media screen and (max-width: 991px) {
  .tc-navbar-style1 {
    position: relative;
    background-color: #333; }
    .tc-navbar-style1 .content {
      border: 0; }
      .tc-navbar-style1 .content .navbar-nav {
        margin: 20px 0; }
        .tc-navbar-style1 .content .navbar-nav .nav-link {
          margin: 0; } }

/* --------------- header style1 --------------- */
.tc-header-style1 .header-slider {
  position: relative;
  overflow: hidden; }
  .tc-header-style1 .header-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .tc-header-style1 .header-slider .swiper-slide-active {
    position: relative;
    z-index: 20; }
  .tc-header-style1 .header-slider .slider-controls {
    position: absolute;
    right: 40px;
    bottom: 130px;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff; }
    .tc-header-style1 .header-slider .slider-controls .swiper-button-next,
    .tc-header-style1 .header-slider .slider-controls .swiper-button-prev {
      position: static;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      -webkit-margin-start: 50px;
      margin-inline-start: 50px;
      font-size: 30px; }
      .tc-header-style1 .header-slider .slider-controls .swiper-button-next::after,
      .tc-header-style1 .header-slider .slider-controls .swiper-button-prev::after {
        color: #fff;
        position: relative; }
  .tc-header-style1 .header-slider .swiper-pagination {
    position: absolute;
    left: 4vw;
    bottom: 120px;
    color: #fff;
    z-index: 30;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    .tc-header-style1 .header-slider .swiper-pagination > span {
      font-size: 30px;
      font-weight: 100;
      display: block;
      margin: 10px 0; }

.tc-header-style1 .slider-card {
  position: relative; }
  .tc-header-style1 .slider-card .img {
    height: 650px;
    position: relative;
    min-height: 100vh; }
    .tc-header-style1 .slider-card .img::after {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 14%;
      pointer-events: none;
      }
  .tc-header-style1 .slider-card .info {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 20;
    color: #fff; }
    .tc-header-style1 .slider-card .info h1 {
      /* font-size: calc(12vw + 20px); */
      /* font-weight: 500; */
      /* line-height: 1; */
      /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
      }

@media screen and (max-width: 991px) {
  .tc-header-style1 .slider-card .img {
    height: 550px; }
  .tc-header-style1 .slider-card .info {
    bottom: 60px; }
  .tc-header-style1 .swiper-pagination {
    display: none; }
  .tc-header-style1 .header-slider .slider-controls {
    bottom: 165px;
    right: 0; }
    .tc-header-style1 .header-slider .slider-controls .swiper-button-prev::after,
    .tc-header-style1 .header-slider .slider-controls .swiper-button-next::after {
      font-size: 20px; } }

/* --------------- experience style1 --------------- */
.tc-experience-style1 {
  position: relative;
  padding: 150px 0 100px;
  background-color: #f6f6f6;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  margin-top: -40px;
  z-index: 10;
  }
  .tc-experience-style1 .c-line {
    position: absolute;
    top: 70px;
    left: 0;
    width: 90%;
    height: calc(100% - 140px);
    z-index: 10;
    pointer-events: none;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear; }
    .tc-experience-style1 .c-line.animated {
      -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
      clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); }
  .tc-experience-style1 .exp-num .num {
    font-size: 150px;
    color: var(--color-orange1);
    font-weight: 500; }
  .tc-experience-style1 .img {
    height: 550px;
    border-radius: 20px;
    overflow: hidden;
    /* -webkit-transform: rotate(30deg) scale(1.3); */
    -ms-transform: rotate(30deg) scale(1.3);
    /* transform: rotate(30deg) scale(1.3); */
    /* -webkit-transition: all 1s ease; */
    -o-transition: all 1s ease;
    transition: all 1s ease;
    /* -webkit-transition-delay: 0.4s; */
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
    }
    .tc-experience-style1 .img.animated {
      /* -webkit-transform: rotate(-15deg) scale(1); */
      -ms-transform: rotate(-15deg) scale(1);
      /* transform: rotate(-15deg) scale(1); */
      opacity: 1;
      }
  .tc-experience-style1 .rotate-txt {
    font-size: 12px;
    color: #666;
    -webkit-transform: rotate(90deg) translateX(30px);
    -ms-transform: rotate(90deg) translateX(30px);
    transform: rotate(90deg) translateX(30px);
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right; }

@media screen and (max-width: 991px) {
  .tc-experience-style1 {
    padding: 80px 0; }
    .tc-experience-style1 .c-line {
      -o-object-fit: contain;
      object-fit: contain; }
    .tc-experience-style1 .img {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      margin-bottom: 50px; }
    .tc-experience-style1 .exp-num .num {
      position: relative;
      margin-bottom: -175px;
      z-index: 10; } }

/* --------------- services style1 --------------- */
.tc-services-style1 {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), color-stop(#f6f6f699), to(transparent));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #f6f6f699, transparent);
  background-image: -o-linear-gradient(top, #f6f6f6, #f6f6f699, transparent);
  background-image: linear-gradient(to bottom, #f6f6f6, #f6f6f699, transparent); }
  .tc-services-style1 .title p {
    font-family: 'Roboto', sans-serif; /* Modern bir yazı tipi */
    font-size: 50px; /* Masaüstü için uygun boyut */
    font-weight: 700;
    color: #000; /* Tam siyah renk */
    opacity: 1; /* Görünürlük sağlandı */
    letter-spacing: 1.5px; /* Okunabilir aralık */
    text-transform: uppercase; /* Büyük harf stili */
    transition: all 0.5s ease;
    margin: 0;
  }

  /* Mobil uyumluluk */
@media (max-width: 768px) {
  .tc-services-style1 .title p {
    font-size: 18px; /* Daha küçük ekranlarda yazı boyutu */
    letter-spacing: 1px; /* Mobilde daha dar aralık */
    padding: 0 10px; /* Kenar boşlukları eklendi */
  }
} 
    .tc-services-style1 .title p.animated {
      letter-spacing: 4px;
      opacity: 1;
      }
  .tc-services-style1 .content {
    position: relative;
    z-index: 10; }
  .tc-services-style1 .service-card {
    padding: 20px 60px 20px 30px;
    -webkit-border-start: 1px solid #ccc;
    border-inline-start: 1px solid #ccc;
    display: block; }
    .tc-services-style1 .service-card:hover .arrow {
      background-color: #000;
      color: #fff; }
    .tc-services-style1 .service-card .icon {
      color: var(--color-orange1);
      margin-bottom: 20px;
      font-size: 30px; }
    .tc-services-style1 .service-card .img {
      height: 160px;
      border-radius: 5px;
      overflow: hidden;
      }
    .tc-services-style1 .service-card .arrow {
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      border-radius: 50%;
      margin-top: 40px;
      border: 1px solid #ccc;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .tc-services-style1 .ser-img {
    width: 100%;
    height: 1000px;
    margin-top: -550px; }
    .tc-services-style1 .ser-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: bottom;
      object-position: bottom; }

@media screen and (max-width: 991px) {
  .tc-services-style1 .service-card {
    border: 0;
    padding: 0;
    margin-top: 50px !important; } }

/* --------------- process style1 --------------- */
.tc-process-style1 {
  position: relative;
  padding: 150px 0;
  background-color: #fff;
  z-index: 10;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
  margin-bottom: 60px;
  }
  .tc-process-style1 .c-line {
    position: absolute;
    bottom: -66px;
    right: 88px;
    width: 500px;
    object-fit: contain;
    height: 500px;
    z-index: 10;
    pointer-events: none;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
    }
    .tc-process-style1 .c-line.animated {
      -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
      clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); }
  .tc-process-style1 .accordion-item {
    border: 0;
    border-radius: 0; }
    .tc-process-style1 .accordion-item .accordion-button {
      color: #000;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-top: 1px solid #ccc;
      border-radius: 0;
      padding: 30px; }
      .tc-process-style1 .accordion-item .accordion-button:not(.collapsed) {
        border-color: #000; }
        .tc-process-style1 .accordion-item .accordion-button:not(.collapsed) h3 {
          color: var(--color-orange1); }
      .tc-process-style1 .accordion-item .accordion-button h3 {
        font-size: 24px; }
      .tc-process-style1 .accordion-item .accordion-button .num {
        font-size: 24px;
        color: #999;
        font-weight: 200;
        -webkit-margin-end: 30px;
        margin-inline-end: 30px; }
    .tc-process-style1 .accordion-item .accordion-body {
      -webkit-padding-start: 85px;
      padding-inline-start: 85px;
      -webkit-padding-end: 50px;
      padding-inline-end: 50px;
      padding-top: 0;
      padding-bottom: 30px; }
      .tc-process-style1 .accordion-item .accordion-body .text {
        font-size: 15px;
        color: #666; }
  .tc-process-style1 .img {
    /* height: 550px; */
    border-radius: 10px;
    overflow: hidden;
    /* -webkit-transform: rotate(-30deg) scale(1.3); */
    -ms-transform: rotate(-30deg) scale(1.3);
    /* transform: rotate(-30deg) scale(1.3); */
    /* -webkit-transition: all 1s ease; */
    -o-transition: all 1s ease;
    /* transition: all 1s ease; */
    /* -webkit-transition-delay: 0.4s; */
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
    }
    .tc-process-style1 .img.animated {
      /* -webkit-transform: rotate(15deg) scale(1); */
      -ms-transform: rotate(15deg) scale(1);
      /* transform: rotate(15deg) scale(1); */
      opacity: 1;
      }

@media screen and (max-width: 991px) {
  .tc-process-style1 {
    padding: 80px 0; }
    .tc-process-style1 .accordion-item .accordion-button .num {
      display: none; }
    .tc-process-style1 .accordion-item .accordion-button h3 {
      font-size: 21px; }
    .tc-process-style1 .accordion-item .accordion-body {
      -webkit-padding-start: 30px;
      padding-inline-start: 30px; }
    .tc-process-style1 .img {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      margin-top: 50px;
      height: 350px; } }

/* --------------- projects style1 --------------- */
.tc-projects-style1 {
  overflow: hidden !important;
  padding-top: 80px;
  /* padding-bottom: 81px; */
  }
  .tc-projects-style1 .tabs-links .nav-pills .nav-link {
    background-color: transparent;
    padding: 0;
    -webkit-margin-end: 40px;
    margin-inline-end: 40px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0;
    text-transform: capitalize;
    color: #000; }
    .tc-projects-style1 .tabs-links .nav-pills .nav-link.active, .tc-projects-style1 .tabs-links .nav-pills .nav-link:hover {
      color: var(--color-orange1); }
  .tc-projects-style1 .projects {
    padding-bottom: 100px;
    border-bottom: 1px solid #ccc; }
    .tc-projects-style1 .projects .projects-content {
      position: relative; }
      .tc-projects-style1 .projects .projects-content * {
        cursor: none; }
      .tc-projects-style1 .projects .projects-content .float-cursor {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
        width: 160px;
        height: 160px;
        background-color: #fff;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-size: 16px;
        z-index: 10;
        -webkit-transition: all 0.02 linear;
        -o-transition: all 0.02 linear;
        transition: all 0.02 linear;
        pointer-events: none;
        -webkit-box-shadow: 0 0 30px #0001;
        box-shadow: 0 0 30px #0001; }
        .tc-projects-style1 .projects .projects-content .float-cursor.show {
          opacity: 1;
          -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); }
    .tc-projects-style1 .projects .project-card .img {
      height: 316px;
      border-radius: 10px;
      overflow: hidden;
      display: block;
      }
    .tc-projects-style1 .projects .project-card .info {
      padding-top: 40px; }
      .tc-projects-style1 .projects .project-card .info .tags {
        margin-bottom: 30px; }
        .tc-projects-style1 .projects .project-card .info .tags a {
          font-size: 12px;
          padding: 5px 10px;
          border: 1px solid #ccc;
          border-radius: 50px;
          -webkit-margin-end: 5px;
          margin-inline-end: 5px; }
      .tc-projects-style1 .projects .project-card .info .title {
        font-size: 35px;
        margin-bottom: 15px; }
        .tc-projects-style1 .projects .project-card .info .title a:hover {
          color: var(--color-orange1); }
      .tc-projects-style1 .projects .project-card .info .text {
        font-size: 14px;
        color: #666; }

@media screen and (max-width: 991px) {
  .tc-projects-style1 .projects {
    padding-bottom: 50px; }
    .tc-projects-style1 .projects .project-card .img {
      height: 350px; }
    .tc-projects-style1 .projects .project-card .info .title {
      font-size: 25px; } }

/* --------------- testimonials style1 --------------- */
.tc-testimonials-style1 {
  position: relative;
  padding: 150px 0; }
  .tc-testimonials-style1 .c-line {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25%;
    z-index: 5;
    pointer-events: none; }
  .tc-testimonials-style1 .lg-icon {
    font-size: 170px;
    -webkit-margin-start: -15px;
    margin-inline-start: -15px;
    display: block; }
  .tc-testimonials-style1 .tc-clients-style1 {
    position: relative;
    overflow: hidden; }
    .tc-testimonials-style1 .tc-clients-style1 .clients-slider1 {
      position: relative;
      overflow: hidden; }
    .tc-testimonials-style1 .tc-clients-style1 .author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 50px;
      margin-top: 80px;
      border-top: 1px solid #ccc; }
      .tc-testimonials-style1 .tc-clients-style1 .author .au-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-margin-end: 20px;
        margin-inline-end: 20px; }
    .tc-testimonials-style1 .tc-clients-style1 .slider-controls {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px 20px;
      border-radius: 30px;
      border: 1px solid #ccc;
      position: absolute;
      right: 0;
      bottom: 0;
      background: #fff;
      z-index: 10; }
      .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next,
      .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev {
        position: static;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        margin: 0; }
        .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next::after,
        .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev::after {
          color: #000;
          font-size: 12px; }
        .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next:hover::after,
        .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev:hover::after {
          color: var(--color-orange1); }
      .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination {
        position: static;
        margin: 0 10px; }
        .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination .swiper-pagination-bullet {
          width: 8px;
          height: 8px;
          margin: 0 5px; }
          .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
            width: 10px;
            height: 10px; }
  .tc-testimonials-style1 .marq-slider {
    position: relative;
    overflow: hidden;
    padding-top: 100px; }
    .tc-testimonials-style1 .marq-slider .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important;
      position: relative; }
      .tc-testimonials-style1 .marq-slider .swiper-wrapper .swiper-slide {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important; }
    .tc-testimonials-style1 .marq-slider a {
      font-size: 150px;
      font-weight: 500;
      -webkit-text-stroke: 1px #000;
      color: transparent; }
      .tc-testimonials-style1 .marq-slider a:hover {
        color: #000; }

@media screen and (max-width: 991px) {
  .tc-testimonials-style1 {
    padding: 50px 0; }
    .tc-testimonials-style1 .lg-icon {
      font-size: 120px; }
    .tc-testimonials-style1 .marq-slider a {
      font-size: 50px; } }

/* --------------- team style1 --------------- */
.tc-team-style1 {
  position: relative;
  padding: 150px 0;
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  z-index: 10;
  margin-top: -40px; }
  .tc-team-style1 .member-colmn {
    margin: auto; }
  .tc-team-style1 .team-card {
    position: relative;
    margin-bottom: 40px;
    display: block; }
    .tc-team-style1 .team-card:hover .img {
      -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
      transform: scale(0.95); }
      .tc-team-style1 .team-card:hover .img img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
      .tc-team-style1 .team-card:hover .img::after {
        opacity: 0.5; }
    .tc-team-style1 .team-card:hover .title {
      opacity: 1;
      top: 50%; }
    .tc-team-style1 .team-card:hover .img {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      overflow: hidden; }
      .tc-team-style1 .team-card:hover .img img {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .tc-team-style1 .team-card.team-text:hover .img {
      border-color: #000; }
    .tc-team-style1 .team-card.team-text .img {
      border: 1px solid #ccc; }
      .tc-team-style1 .team-card.team-text .img::after {
        display: none; }
    .tc-team-style1 .team-card.team-text .title {
      font-weight: 300;
      color: #000 !important;
      text-align: start;
      opacity: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 18px;
      text-transform: uppercase; }
      .tc-team-style1 .team-card.team-text .title .arrow {
        margin-top: 10px;
        display: block; }
    .tc-team-style1 .team-card .img {
      position: relative;
      width: 100%;
      border-radius: 50%;
      overflow: hidden;
      display: block;
      margin: auto;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .tc-team-style1 .team-card .img::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
        z-index: 1;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .tc-team-style1 .team-card .title {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 10;
      color: #fff;
      opacity: 0;
      text-align: center;
      width: 100%;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      line-height: 1.5;
      text-transform: capitalize; }
  .tc-team-style1 .numbers {
    padding-top: 50px; }
    .tc-team-style1 .numbers .number-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 40px;
      border-top: 1px solid #ccc;
      margin-top: 50px; }
      .tc-team-style1 .numbers .number-card .perc {
        font-size: 55px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-margin-end: 25px;
        margin-inline-end: 25px;
        font-weight: 500;
        line-height: 1;
        color: var(--color-orange1); }
      .tc-team-style1 .numbers .number-card p {
        font-size: 17px;
        color: #666;
        text-transform: capitalize;
        line-height: 1.5; }

/* --------------- awards style1 --------------- */
.tc-awards-style1 {
  position: relative;
  z-index: 10;
  padding: 150px 0;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
  background-color: #262929;
  color: #fff; }
  .tc-awards-style1 .awards-content .awards-list .award-row {
    padding: 30px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 15px;
    transition: all 0.3s ease; }
    .tc-awards-style1 .awards-content .awards-list .award-row:hover {
      background-color: var(--color-orange1); }

@media screen and (max-width: 991px) {
  .tc-awards-style1 {
    padding: 50px 0; }
    .tc-awards-style1 .awards-content .awards-list .award-row {
      background-color: #fff1;
      margin-bottom: 30px; } }

/* --------------- blog style1 --------------- */
.tc-blog-style1 {
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #f6f6f6, transparent);
  background-image: -o-linear-gradient(bottom, #f6f6f6, transparent);
  background-image: linear-gradient(to top, #f6f6f6, transparent);
  padding-bottom: 150px;
  }
  .tc-blog-style1 .swiper-button-next {
    color: #000;
    right: 3vw; }
    .tc-blog-style1 .swiper-button-next::after {
      font-size: 40px; }
  .tc-blog-style1 .swiper-button-prev {
    color: #000;
    left: 3vw; }
    .tc-blog-style1 .swiper-button-prev::after {
      font-size: 40px; }
  .tc-blog-style1 .blog-card {
    position: relative; }
    .tc-blog-style1 .blog-card .img {
      position: relative;
      height: 415px;
      border-radius: 10px;
      overflow: hidden;
      }
    .tc-blog-style1 .blog-card .info {
      padding-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 80%; }
      .tc-blog-style1 .blog-card .info .date {
        width: 25%;
        -ms-flex-negative: 0;
        flex-shrink: 0; }

@media screen and (max-width: 991px) {
  .tc-blog-style1 .blog-card .img {
    height: 350px; }
  .tc-blog-style1 .blog-card .info {
    display: block;
    width: 100%; }
    .tc-blog-style1 .blog-card .info .date {
      width: 100%;
      margin-bottom: 15px; } }

/* --------------- chat style1 --------------- */
.tc-chat-style1 {
  position: relative;
  padding: 150px 0;
  background-color: #f6f6f6; }
  .tc-chat-style1 .c-line {
    position: absolute;
    right: 0;
    bottom: 70px;
    width: 60%;
    pointer-events: none;
    height: 450px;
    pointer-events: none;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear; }
    .tc-chat-style1 .c-line.animated {
      -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
      clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); }
  .tc-chat-style1 .xl-text {
    font-size: 120px;
    font-weight: 500;
    position: relative;
    z-index: 10;
    line-height: 1;
    color: var(--color-orange1);
    margin-bottom: 20px; }

@media screen and (max-width: 991px) {
  .tc-chat-style1 .xl-text {
    font-size: 50px; } }

/* --------------- footer style1 --------------- */
.tc-footer-style1 .foot-social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 14px; }
  .tc-footer-style1 .foot-social a:hover {
    background-color: var(--color-orange1);
    border-color: var(--color-orange1);
    color: #fff; }

.tc-footer-style1 .footer-links a {
  font-size: 14px;
  color: #666;
  margin: 5px 0; }
  .tc-footer-style1 .footer-links a:hover {
    color: #000;
    text-decoration: underline; }

.tc-footer-style1 .foot {
  padding: 30px 0;
  border-top: 1px solid #ccc; }
  .tc-footer-style1 .foot .foot-links a {
    font-size: 14px;
    -webkit-margin-end: 4vw;
    margin-inline-end: 4vw; }
    .tc-footer-style1 .foot .foot-links a:last-of-type {
      margin: 0; }

.home-style1 .borderd {
  border-color: #ccc !important; }

.home-style1 .section-padding {
  padding-top: 100px;
  padding-bottom: 100px; }

.home-style1 .section-padding-x {
  padding-right: 4vw;
  padding-left: 4vw;
  }

.home-style1 .section-head-style1 .sub-title {
  font-size: 14px;
  color: #333;
  position: relative;
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .home-style1 .section-head-style1 .sub-title::before {
    position: absolute;
    content: "";
    left: 0;
    top: calc(50% - 4px);
    width: 30px;
    height: 8px;
    background-color: #888; }

.home-style1 .section-head-style1 h2 {
  font-size: 55px;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 1.1; }

@media screen and (max-width: 991px) {
  .home-style1 br {
    display: none; }
  .home-style1 .fsz-50 {
    font-size: 30px !important; }
  .home-style1 .fsz-45 {
    font-size: 25px !important; }
  .home-style1 .fsz-40 {
    font-size: 25px !important; }
  .home-style1 .mb-90 {
    margin-bottom: 40px !important; }
  .home-style1 .fsz-30 {
    font-size: 18px !important; }
  .home-style1 .mb-50 {
    margin-bottom: 30px !important; }
  .home-style1 .section-head-style1 .sub-title {
    margin-bottom: 15px !important; }
  .home-style1 .section-head-style1 h2 {
    font-size: 30px; }
  .home-style1 .mt-5 {
    margin-top: 2rem !important; }
  .home-style1 .section-padding {
    padding-top: 50px;
    padding-bottom: 50px; } }

html[lang="ar"] .home-style1 {
  direction: rtl;
  font-family: "Jost", sans-serif;
}
  html[lang="ar"] .home-style1 .tc-header-style1 .header-slider .swiper-pagination {
    left: auto;
    right: 4vw; }
  html[lang="ar"] .home-style1 .tc-header-style1 .header-slider .slider-controls {
    right: auto;
    left: 40px; }
  html[lang="ar"] .home-style1 .tc-header-style1 .header-slider .slider-card .info h1 {
    font-size: calc(10vw + 10px); }
  html[lang="ar"] .home-style1 .tc-experience-style1 .img.animated {
    -webkit-transform: rotate(15deg) scale(1);
    -ms-transform: rotate(15deg) scale(1);
    transform: rotate(15deg) scale(1); }
  html[lang="ar"] .home-style1 .tc-experience-style1 .c-line {
    left: auto;
    right: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  html[lang="ar"] .home-style1 .tc-services-style1 .title p.animated {
    letter-spacing: normal;
    font-size: 30px; }
  html[lang="ar"] .home-style1 .tc-process-style1 .img.animated {
    -webkit-transform: rotate(-15deg) scale(1);
    -ms-transform: rotate(-15deg) scale(1);
    transform: rotate(-15deg) scale(1); }
  html[lang="ar"] .home-style1 .tc-process-style1 .c-line {
    right: auto;
    left: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); }
  html[lang="ar"] .home-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls {
    left: 0;
    right: auto; }
  html[lang="ar"] .home-style1 .tc-testimonials-style1 .c-line {
    left: auto;
    right: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); }
  html[lang="ar"] .home-style1 .tc-chat-style1 .c-line {
    right: auto;
    left: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); }
  html[lang="ar"] .home-style1 .loader-wrap {
    direction: ltr; }





    .tc-about-style3 {
      padding: 140px 0;
      background-color: #f6f6f6;
      overflow: hidden;
      border-radius: 40px 40px 0 0;
      margin-top: -40px;
      position: relative;
      z-index: 10;
      }
      .tc-about-style3 .top-info {
        position: relative;
        overflow: hidden;
        padding-bottom: 140px; }
        .tc-about-style3 .top-info .numbers-boxes {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
          .tc-about-style3 .top-info .numbers-boxes .sm-card {
            padding: 30px;
            border: 1px solid #B4B4B4;
            display: inline-block;
            width: 220px;
            margin-top: 150px;
            -ms-flex-negative: 0;
            flex-shrink: 0; }
          .tc-about-style3 .top-info .numbers-boxes .md-card {
            position: relative;
            padding: 30px;
            border: 1px solid #B4B4B4;
            background-color: #fff;
            display: inline-block;
            margin-top: 373px;
            width: 300px;
            margin-left: -0.5px;
            -webkit-clip-path: polygon(calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%, 0 0);
            -ms-flex-negative: 0;
            flex-shrink: 0; }
            .tc-about-style3 .top-info .numbers-boxes .md-card::after {
              position: absolute;
              content: "";
              right: 79px;
              top: 0;
              height: 50%;
              width: 1px;
              background-color: #B4B4B4;
              -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
              -webkit-transform-origin: top;
              -ms-transform-origin: top;
              transform-origin: top; }
          .tc-about-style3 .top-info .numbers-boxes .lg-card {
            position: relative;
            padding: 50px;
            color: white;
            background-color: var(--color-yellow1);
            /* display: inline-block; */
            width: 100%;
            margin-left: -0.5px;
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 110px 100%, 0 calc(100% - 110px));
            clip-path: polygon(0 0, 100% 0, 100% 100%, 110px 100%, 0 calc(100% - 110px));
            }
            .tc-about-style3 .top-info .numbers-boxes .lg-card h2 {
              font-size: 120px;
              color: #ffffff;
              margin-top: 90px;
              }
        .tc-about-style3 .top-info .pattern {
          position: absolute;
          top: 180px;
          right: 0;
          height: 100%;
          width: 70%;
          -o-object-fit: contain;
          object-fit: contain;
          -o-object-position: top right;
          object-position: top right; }
      .tc-about-style3 .img-content {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-filter: blur(5px);
        filter: blur(5px);
        -webkit-transition: -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .8s ease-in-out 1.1s;
        transition: -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .8s ease-in-out 1.1s;
        -o-transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s;
        transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s;
        transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s, -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .8s ease-in-out 1.1s;
        position: relative; }
        .tc-about-style3 .img-content.animated {
          -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -webkit-filter: blur(0px);
          filter: blur(0px);
          }
        .tc-about-style3 .img-content .main-img {
          position: relative;
          height: 800px;
          width: 87%;
          margin-left: 13%;
          -webkit-clip-path: polygon(190px 0, 100% 0, 100% 100%, 0 100%, 0 190px);
          clip-path: polygon(190px 0, 100% 0, 100% 100%, 0 100%, 0 190px);
          /* -webkit-margin-start: calc((100% - 1320px) / 2); */
          /* margin-inline-start: calc((100% - 1320px) / 2); */
          -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
          }
    
    @media screen and (max-width: 991px) {
      .tc-about-style3 .top-info {
        padding-bottom: 50px; }
        .tc-about-style3 .top-info .numbers-boxes {
          display: block; }
          .tc-about-style3 .top-info .numbers-boxes .sm-card {
            margin-top: 50px; }
          .tc-about-style3 .top-info .numbers-boxes .md-card {
            margin-top: 30px; }
          .tc-about-style3 .top-info .numbers-boxes .lg-card {
            margin-top: 30px; }
      .tc-about-style3 .img-content {
        position: relative;
        padding: 0 15px; }
        .tc-about-style3 .img-content .main-img {
          -webkit-margin-start: 0;
          margin-inline-start: 0;
          -webkit-clip-path: polygon(110px 0, 100% 0, 100% 100%, 0 100%, 0 110px);
          clip-path: polygon(110px 0, 100% 0, 100% 100%, 0 100%, 0 110px);
          height: 400px; } }
    

      .head-features {
        margin-left: 13%;
        margin-top: 50px;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        }

   /* Mobil Görünüm İçin */
@media (max-width: 768px) {
  .head-features {
      flex-direction: column; /* Satır yerine sütun hizası */
      padding-left: 19%
  }
  .head-features p {
      width: auto; /* Genişlik sınırlaması kaldırılır */
      text-align: center; /* Yazıları ortalar */
      font-size: 18px; /* Yazı boyutunu büyüt */
      line-height: 1.8; /* Satır yüksekliğini artır */
      margin-bottom: 15px; /* Yazılar arasındaki boşluk artır */
      margin-left: 5%;
  }
}

             .head-features p {
          font-size: 18px;
          position: relative;
          /* font-size: 24px; */
          line-height: 36px;
          margin-top: 30px;
          -webkit-padding-end: 130px;
          padding-inline-end: 130px;
      }

      .head-features p::after {
        position: absolute;
        content: "";
        left: -29px;
        top: 38%;
        width: 8px;
        height: 8px;
        background-color: #59294a;
        border-radius: 50%;
    }

    .tc-process-style1 .accordion-item:first-child .accordion-button {
      border-top: none;
  }



/* --------------- about style7 --------------- */
.tc-about-style7 {
  position: relative;
  padding: 160px 0; }
  .tc-about-style7 .rotate-box {
    position: relative;
    width: 220px;
    height: 220px;
    display: block;
    margin: 0 auto 30px; }
    .tc-about-style7 .rotate-box .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 80px; }
    .tc-about-style7 .rotate-box .rotate-text {
      -webkit-animation: rotateText 20s linear infinite;
      animation: rotateText 20s linear infinite;
      font-weight: 300;
      text-transform: uppercase;
      position: absolute;
      left: 0;
      border-radius: 50%; }
    .tc-about-style7 .rotate-box .rotate-circle svg {
      width: 220px;
      height: 220px;
      fill: #000;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
  .tc-about-style7 .numbers .number-card {
    position: relative;
    margin-bottom: 75px; }
    .tc-about-style7 .numbers .number-card h2 {
      font-size: 60px;
      color: #59294a;
      font-weight: 400;
      margin-bottom: 15px;
      }
    .tc-about-style7 .numbers .number-card small {
      font-size: 16px;
      text-transform: uppercase;
      color: #666; }

@media screen and (max-width: 991px) {
  .tc-about-style7 {
    overflow: hidden; } }

/* --------------- services style7 --------------- */
.tc-services-style7 {
  position: relative; }
  .tc-services-style7 .content {
    position: relative;
    padding: 110px 0;
    border-top: 1px solid #ccc; }
    .tc-services-style7 .content .service-card {
      position: relative;
      margin-top: 50px;
      padding: 30px;
      border: 1px solid #ccc;
      display: block; }
      .tc-services-style7 .content .service-card:hover {
        border-top: 5px solid var(--color-green1); }
      .tc-services-style7 .content .service-card .top-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 60px; }
        .tc-services-style7 .content .service-card .top-info .icon {
          width: 65px;
          height: 65px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          border-radius: 50%;
          background-color: #F3F8E9;
          color: var(--color-green1);
          font-size: 18px; }
      .tc-services-style7 .content .service-card .text {
        min-height: 105px;
        font-size: 19px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end; }

@media screen and (max-width: 991px) {
  .tc-services-style7 {
    padding: 0 !important; }
    .tc-services-style7 .content {
      padding: 80px 0; } }


     .footer-logo
     {
      width: 262px;
    margin-bottom: 42px;
  }


  /* --------------- contact style2 --------------- */
.tc-contact-style2 {
  background-color: #f6f6f6;
  }
  .tc-contact-style2 .contact-form {
    padding: 110px 0;
    border-top: 1px solid #ccc; }
    .tc-contact-style2 .contact-form .form-group {
      position: relative;
      margin-top: 40px; }
      .tc-contact-style2 .contact-form .form-group label {
        font-size: 12px;
        text-transform: uppercase; }
      .tc-contact-style2 .contact-form .form-group .form-control {
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #ccc;
        color: #000;
        background-color: transparent;
        padding: 15px 0; }
        .tc-contact-style2 .contact-form .form-group .form-control:focus {
          border-color: #000; }
    .tc-contact-style2 .contact-form .upload_img_content {
      margin-top: 50px; }
      .tc-contact-style2 .contact-form .upload_img_content .file__input--file {
        display: none; }
      .tc-contact-style2 .contact-form .upload_img_content .file__input--label {
        cursor: pointer;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 200;
        display: block;
        margin: auto;
        font-weight: 600;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
        .tc-contact-style2 .contact-form .upload_img_content .file__input--label i {
          -webkit-margin-end: 10px;
          margin-inline-end: 10px; }
      .tc-contact-style2 .contact-form .upload_img_content .file__value_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .tc-contact-style2 .contact-form .upload_img_content .file__value_content .file__value {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 15px;
          margin-top: 15px;
          background-color: #fff;
          width: 31%;
          -webkit-margin-end: 2%;
          margin-inline-end: 2%; }
          .tc-contact-style2 .contact-form .upload_img_content .file__value_content .file__value .file__value--text {
            width: calc(100% - 30px);
            overflow: hidden; }
      .tc-contact-style2 .contact-form .upload_img_content .file__value--remove {
        cursor: pointer;
        -webkit-margin-start: 10px;
        margin-inline-start: 10px; }
    .tc-contact-style2 .contact-form .terms-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 20px; }
      .tc-contact-style2 .contact-form .terms-check .form-check-input {
        width: 20px;
        height: 20px;
        border-radius: 6px;
        margin: 0 15px 0 0;
        background-color: transparent;
        border: 1px solid #ccc; }
        .tc-contact-style2 .contact-form .terms-check .form-check-input:checked {
          background-color: var(--color-orange1);
          border-color: var(--color-orange1); }

@media screen and (max-width: 991px) {
  .tc-contact-style2 .contact-form {
    padding: 80px 0; } }



    /* --------------- header style5 --------------- */
.tc-header-style5 {
  position: relative;
  padding: 400px 0 110px;
  background-size: cover;
  overflow: hidden;
  color: white;
  z-index: 5;
  }
  .tc-header-style5::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    }
  .tc-header-style5 .main-content .title {
    border-bottom: 1px solid #9b9b9b;
    padding: 20px 0;
    }
    .tc-header-style5 .main-content .title h1 {
      font-size: 60px;
      font-weight: 400;
      text-transform: uppercase;
      white-space: nowrap;
      }
  .tc-header-style5 .btm-content {
    margin-top: 100px;
    }
    .tc-header-style5 .btm-content .circle-arrow {
      width: 120px;
      height: 120px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50%;
      border: 1px solid #ffffff;
      color: white;
      font-size: 30px;
      }
    .tc-header-style5 .btm-content .float-imgs .video-card {
      position: relative;
      height: 200px;
      background-color: #59294a;
      display: block;
      color: #ffffff;
      }
      .tc-header-style5 .btm-content .float-imgs .video-card p {
        position: absolute;
        left: 25px;
        bottom: 25px;
        z-index: 10;
        font-weight: 500; }
      .tc-header-style5 .btm-content .float-imgs .video-card .play-icon {
        position: absolute;
        top: 25px;
        right: 25px;
        z-index: 10;
        font-size: 20px; }
    .tc-header-style5 .btm-content .float-imgs .img-card {
      position: relative;
      height: 200px;
      display: block; }
      .tc-header-style5 .btm-content .float-imgs .img-card p {
        position: absolute;
        left: 25px;
        bottom: 25px;
        z-index: 10;
        font-weight: 500;
        color: white;
        }
      .tc-header-style5 .btm-content .float-imgs .img-card .play-icon {
        position: absolute;
        top: 25px;
        right: 25px;
        z-index: 10;
        font-size: 35px; }

@media screen and (max-width: 991px) {
  .tc-header-style5 {
    padding: 100px 0 430px; }
    .tc-header-style5 .main-content .title h1 {
      font-size: 20vw; }
    .tc-header-style5 .btm-content {
      margin-top: 80px; }
      .tc-header-style5 .btm-content .circle-arrow {
        margin-bottom: 50px; } }


        /* --------------- flawless style5 --------------- */
.tc-flawless-style5 {
  position: relative;
  padding: 200px 0; }
  .tc-flawless-style5 .flawless .flex-accordion {
    width: 100%;
    height: 650px;
    overflow: hidden; }
    .tc-flawless-style5 .flawless .flex-accordion .acc-list {
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
      padding: 0; }
      .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-filter: grayscale(1);
        filter: grayscale(1); }
        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li::after {
          position: absolute;
          content: "";
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-image: -webkit-gradient(linear, left top, right top, from(#000000a8), to(transparent));
          background-image: -webkit-linear-gradient(left, #000000a8, transparent);
          background-image: -o-linear-gradient(left, #000000a8, transparent);
          background-image: linear-gradient(to right, #411c36, transparent);
          pointer-events: none;
          }
        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .bg {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease; }
        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner {
          background-repeat: no-repeat;
          background-position: center center;
          overflow: hidden;
          display: inline-block;
          height: 100%;
          width: 100%;
          position: relative;
          z-index: 3; }
          .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title {
            width: 110px;
            height: 100%;
            position: relative;
            padding: 40px 15px;
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .numb {
              font-size: 72px;
              line-height: 1;
              color: white;
              /* font-family: 'Instrument Serif', serif; */
              }
            .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .txt {
              font-size: 14px;
              line-height: 24px;
              letter-spacing: 0.02em;
              text-transform: uppercase;
              -webkit-transform: rotate(-90deg) translateY(40px);
              -ms-transform: rotate(-90deg) translateY(40px);
              transform: rotate(-90deg) translateY(40px);
              -webkit-transform-origin: left;
              -ms-transform-origin: left;
              transform-origin: left;
              text-align: start;
              color: white;
              }
          .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body {
            position: absolute;
            top: 0;
            left: 110px;
            width: calc(100% - 110px);
            height: 100%;
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .text-title {
              font-size: 36px;
              line-height: 36px;
              text-transform: uppercase;
              font-weight: 500;
              padding-top: 40px;
              color: white;
              }
            .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .float-arrow {
              width: 120px;
              height: 120px;
              border-radius: 50%;
              background-color: #59294a;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              font-size: 50px;
              color: #000;
              position: absolute;
              left: calc(50% - 60px);
              top: calc(50% - 60px);
              }
              .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .float-arrow:hover {
                background-color: #000;
                color: var(--color-brown1); }
        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }
          .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .bg {
            -webkit-filter: brightness(1);
            filter: brightness(1); }
          .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .panel-inner .acc-title {
            cursor: inherit; }
          .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .panel-inner .acc-body {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            visibility: visible; }
        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:not(.is-open) {
          width: 100px; }
          .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:not(.is-open) .acc-title {
            cursor: pointer; }
  .tc-flawless-style5 .numbers {
    margin-top: 150px; }
    .tc-flawless-style5 .numbers .number-card {
      margin-top: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .tc-flawless-style5 .numbers .number-card h2 {
        font-size: 48px;
        color: #9e4682;
        font-weight: 400;
        -webkit-margin-end: 30px;
        margin-inline-end: 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        }
      .tc-flawless-style5 .numbers .number-card p {
        font-size: 14px;
        text-transform: uppercase;
        color: #999; }

@media screen and (max-width: 991px) {
  .tc-flawless-style5 {
    padding: 100px 0; }
    .tc-flawless-style5 .flawless .flex-accordion {
      height: inherit;
      width: 100%; }
      .tc-flawless-style5 .flawless .flex-accordion .acc-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li {
          width: 100%;
          height: 500px; }
          .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li::after {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#000000a8), to(transparent));
            background-image: -webkit-linear-gradient(top, #000000a8, transparent);
            background-image: -o-linear-gradient(top, #000000a8, transparent);
            background-image: linear-gradient(to bottom, #000000a8, transparent); }
          .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title {
            width: 100%;
            height: 100px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            padding: 0 30px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .numb {
              font-size: 50px; }
            .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .txt {
              -webkit-transform: rotate(0) translateY(0);
              -ms-transform: rotate(0) translateY(0);
              transform: rotate(0) translateY(0);
              -webkit-transform-origin: center;
              -ms-transform-origin: center;
              transform-origin: center;
              text-align: end; }
          .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body {
            top: 100px;
            left: 0;
            width: 100%;
            height: calc(100% - 100px);
            padding: 0 30px; }
            .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .float-arrow {
              width: 80px;
              height: 80px;
              font-size: 30px;
              position: static;
              margin-top: 50px; }
        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:not(.is-open) {
          height: 100px;
          width: 100%; }
    .tc-flawless-style5 .numbers {
      margin-top: 50px; } }



      /* --------------- about style6 --------------- */
.tc-about-style6 {
  position: relative;
  border-radius: 40px 40px 0px 0px;
  margin-top: -40px;
  z-index: 10;
  background-color: #f6f6f6;
  }
  .tc-about-style6 .float-imgs {
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 100%;
    height: 75%;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
    .tc-about-style6 .float-imgs img {
      position: absolute;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      transition: all 0.1s ease; }
      .tc-about-style6 .float-imgs img:nth-of-type(1) {
        width: 170px;
        height: 150px;
        left: 10%;
        top: 8%; }
      .tc-about-style6 .float-imgs img:nth-of-type(2) {
        width: 200px;
        height: 300px;
        right: 0;
        top: 10%; }
      .tc-about-style6 .float-imgs img:nth-of-type(3) {
        width: 120px;
        height: 150px;
        right: calc(4% + 200px);
        top: 21%; }
      .tc-about-style6 .float-imgs img:nth-of-type(4) {
        width: 350px;
        height: 250px;
        left: 0;
        top: 40%; }
      .tc-about-style6 .float-imgs img:nth-of-type(5) {
        width: 270px;
        height: 220px;
        right: calc(5% + 250px);
        bottom: 0; }
  .tc-about-style6 .features-items {
    padding: 0 30px;
    /* position: relative; */
    }
    .tc-about-style6 .features-items .row .col-lg-3:last-of-type .feat-item::after {
      display: none; }
    .tc-about-style6 .features-items .feat-item {
      position: relative;
      text-align: center;
      padding: 50px 20px; }
      .tc-about-style6 .features-items .feat-item::after {
        position: absolute;
        content: "";
        right: 0;
        top: calc(50% - 3px);
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #000; }
      .tc-about-style6 .features-items .feat-item p {
        font-size: 15px;
        line-height: 24px;
        text-transform: uppercase; }
  .tc-about-style6 .info {
    position: relative;
    text-align: center;
    padding: 100px 0 150px;
    z-index: 10;
    border-bottom: 1px solid #ccc;
    }
    .tc-about-style6 .info h2 {
      font-size: 50px;
      line-height: 80px;
      text-transform: uppercase;
      color: #000;
      font-weight: 400;
      margin-bottom: 50px;
      }
    .tc-about-style6 .info p {
      font-size: 16px;
      line-height: 23px;
      color: #666;
      width: 50%;
      margin-left: 25%;
      }

@media screen and (max-width: 991px) {
  .tc-about-style6 .features-items {
    padding-top: 50px; }
    .tc-about-style6 .features-items .feat-item {
      padding: 15px; }
      .tc-about-style6 .features-items .feat-item::after {
        display: none; }
  .tc-about-style6 .info {
    padding: 100px 0; }
    .tc-about-style6 .info h2 {
      font-size: 50px;
      line-height: 60px; }
  .tc-about-style6 .float-imgs {
    display: none; } }




/* --------------- services style5 --------------- */
.tc-services-style5 {
  position: relative;
  /* background-color: #1F2528; */
  padding-bottom: 200px;
  }
  .tc-services-style5 .content {
    position: relative;
    padding: 200px 0px 0px;
    /* border-bottom: 1px solid #373E43; */
    }
  .tc-services-style5 .services {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tc-services-style5 .services .service-card {
      display: block;
      position: relative;
      width: 20%;
      padding: 75px 30px 30px;
      border: 1px solid #dadada;
      margin: -0.5px;
      }
      .tc-services-style5 .services .service-card:hover .icon {
        border-color: #9e4682;
        }
      .tc-services-style5 .services .service-card .num {
        position: absolute;
        top: 25px;
        right: 25px;
        font-size: 14px;
        color: #ccc; }
      .tc-services-style5 .services .service-card .icon {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 1px solid #b4b4b4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 30px;
        color: #9e4682;
        margin: 0 auto 50px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        }
      .tc-services-style5 .services .service-card .info h6 {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-weight: 500; }
      .tc-services-style5 .services .service-card .info p {
        color: #899fae; }

@media screen and (max-width: 991px) {
  .tc-services-style5 .content {
    padding: 100px 0; }
    .tc-services-style5 .content .services .service-card {
      width: 50%;
      padding: 50px 15px 20px; }
      .tc-services-style5 .content .services .service-card .icon {
        height: 80px;
        width: 80px;
        font-size: 25px;
        margin-bottom: 30px; }
      .tc-services-style5 .content .services .service-card .info h6 {
        font-size: 16px; } }





        #gallery {
          line-height:0;
          -webkit-column-count:5; /* split it into 5 columns */
          -webkit-column-gap:5px; /* give it a 5px gap between columns */
          -moz-column-count:5;
          -moz-column-gap:5px;
          column-count:5;
          column-gap:5px;
       }

       #gallery img {
        width: 100% !important;
        height: auto !important;
        margin-bottom:5px; /* to match column gap */
        filter: grayscale(100%);
        transition: filter 2s;
     }

     @media (max-width: 1200px) {
      #gallery {
       -moz-column-count:    4;
       -webkit-column-count: 4;
       column-count:         4;
      }
   }

   @media (max-width: 1000px) {
    #gallery {
     -moz-column-count:    3;
     -webkit-column-count: 3;
     column-count:         3;
    }
 }

 @media (max-width: 800px) {
  #gallery {
   -moz-column-count:    2;
   -webkit-column-count: 2;
   column-count:         2;
  }
}
@media (max-width: 400px) {
  #gallery {
   -moz-column-count:    1;
   -webkit-column-count: 1;
   column-count:         1;
  }
}

#gallery img:hover {
  filter:none;
}





.tarihce {
  position: relative;
  height: 720px;
  max-width: 100%;
  margin-top: 200px;
  margin-bottom: 200px;
}
.tarihce .content {
  display: flex;
}
.tarihce .content .left {
  display: flex;
  flex-direction: column;
  flex: 1 1 65%;
}
.tarihce .content .right {
  flex: 1 1 35%;
}
.tarihce .timeline {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 13rem;
  height: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tarihce .timeline-line {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #bebaba;
}
.tarihce .timeline-line:before {
  content: "";
  position: absolute;
  left: 0;
  width: var(--timeline-width, 0%); /* Dinamik olarak width değerini buradan alacak */
  height: 100%;
  background: #82406e;
  transition: 350ms ease all;
}
.tarihce .timeline-dot {
  position: relative;
  z-index: 1;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  border: 2px solid #bebaba;
  background: #82406e;
  transition: 350ms ease all;
}
.tarihce .films-info {
  position: relative;
}
.tarihce .film-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  transform: translate(50px);
  opacity: 0;
  transition: 350ms ease all;
}
.tarihce .film-info .title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.tarihce .film-info .description {
  font-size: 20px;
  line-height: 1.5;
  max-width: 27rem;
}
.tarihce .films-image {
  position: relative;
  overflow: hidden;
  width: 29rem;
  border-radius: 10px;
  height: 33rem;
}


.tarihce .films-image-wrapper {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 350ms ease all;  /* Görsel kaydırma efekti */
}

.tarihce .film-image {
  position: relative;
  width: 100%; /* Her görselin genişliği %100 olacak */
  height: 100%;
  background-size: cover; /* Resimler düzgün yerleşecek */
  background-position: center;
}


.tarihce .arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.4rem;
  height: 2.18rem;
}
.tarihce .arrow.right {
  left: 3.4rem;
}
.tarihce .arrow label {
  position: relative;
  opacity: 1;
  /* pointer-events: none; */
}
.tarihce .films-date {
  position: absolute;
  bottom: 6rem;
  left: 0;
}
.tarihce .film-date {
  position: absolute;
  bottom: 0;
  left: 0;
  /* font-family: Righteous; */
  font-size: 77px;
  color: #82406e;
  transition: 350ms ease all;
}
.tarihce .film-date.d {
  left: 14rem;
}
.tarihce .film-date.a {
  left: 23rem;
}
.tarihce .film-date:not(.fixed) {
  transform: translate(50px);
  opacity: 0;
}

.tarihce input{
  display: none;
}

 .tc-inner-header-style1 {
  position: relative;
  padding-bottom: 40px;
 }
  .inner-pages-style1 .tc-inner-header-style1 h1 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 500;
    line-height: 300px;
    letter-spacing: -0.05em;
    color: #000;
   }

   .tc-navbar-style1 .content .navbar-nav .nav-link {
    font-size: 20px;
    color: #ffffff;
    opacity: 1;
    margin: 0 20px;
}

.tc-navbar-style1 .content .nav-side .icon {
    font-size: 20px;
    color: #ffffff;
}

/* Mobil görünüm */
 @media (max-width: 768px) {
      .tc-navbar-style1 .content .navbar-nav .nav-link {
       font-size: 20px; /* Aynı değer */
       color: #ffffff; /* Aynı değer */
       opacity: 1;     /* Aynı değer */
      margin: 0 20px; /* Aynı değer */
}

.tc-navbar-style1 .content .nav-side .icon {
  font-size: 20px; /* Aynı değer */
  color: #ffffff; /* Aynı değer */
}
}