@font-face {
  font-family: "AbrilTextExtraBoldItalic";
  src: url("../fonts/AbrilText-ExtraBoldItalic.otf") format("opentype");
}

/* Video border radius */
.video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.video-wrapper .thumb {
  border-radius: 100px 100px 0 0;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home-slider-video {
  object-fit: cover;
  border-radius: 100px 100px 0 0;
  transform: scale(1.1); /* Video'yu biraz büyüt */
}

/* Mobil responsive düzenlemeler */
@media (max-width: 768px) {
  .video-wrapper .thumb {
    border-radius: 50px 50px 0 0; /* Mobilde daha küçük border radius */
    margin: 0 auto; /* Yatayda ortala */
    max-width: 90%; /* Mobilde genişliği sınırla */
  }

  #home-slider-video {
    border-radius: 50px 50px 0 0;
    transform: scale(1.05); /* Mobilde daha az büyüt */
  }
}

@media (max-width: 480px) {
  .video-wrapper .thumb {
    border-radius: 30px 30px 0 0; /* Çok küçük ekranlarda daha da küçük */
    max-width: 95%;
  }

  #home-slider-video {
    border-radius: 30px 30px 0 0;
    transform: scale(1.02);
  }
}

@font-face {
  font-family: "GothamBold";
  src: url("../fonts/gotham-bold.otf") format("opentype");
}

@font-face {
  font-family: "GothamBoldItalic";
  src: url("../fonts/Gotham-BoldItalic.otf") format("opentype");
}

@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/Gotham-Medium.otf") format("opentype");
}

@font-face {
  font-family: "GothamMediumItalic";
  src: url("../fonts/Gotham-MediumItalic.otf") format("opentype");
}

@font-face {
  font-family: "GothamCondBlackItalic";
  src: url("../fonts/GothamCond-BlackItalic.otf") format("opentype");
}

@font-face {
  font-family: "MontserratBlack";
  src: url("../fonts/Montserrat-Black.ttf") format("truetype");
}

@font-face {
  font-family: "MontserratBlackItalic";
  src: url("../fonts/Montserrat-BlackItalic.ttf") format("truetype");
}

@font-face {
  font-family: "MontserratBold";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "MontserratExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "MontserratMedium";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "MontserratItalic";
  src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "MontserratRegular";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "MontserratSemiBoldItalic";
  src: url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "MyriadProRegular5";
  src: url("../fonts/MyriadPro-Regular 5.otf") format("opentype");
}

@font-face {
  font-family: "RossanovaBlackItalic";
  src: url("../fonts/Rossanova-BlackItalic.otf") format("opentype");
}
.body-wrapper {
  background-color: #000000f2;
}

.blog-area .pagination {
}
.pagination-box {
  display: flex;
  justify-content: center;
}

.topbaslik {
  font-size: 32px !important;
  margin-top: -2px;
  margin-left: 5px;
  margin-bottom: -15px;
  font-family: "MontserratItalic";
  text-transform: uppercase;
}

.page-numbers {
  width: 60px;
  height: 60px;
  border: 1px solid var(--border);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  width: 75px !important;
  margin-bottom: 120px;
}

.car-box a:hover {
  color: #fff;
}

.trslider-top {
  color: #000 !important;
  font-size: 69px !important;
}

.trslider-top strong {
  font-family: "MontserratItalic" !important;
}

.prev {
  width: 80px;
}

.page-numbers:hover {
  color: #fff !important;
}
.language a {
  text-transform: uppercase;
}
.main-menu li a {
  font-family: "GothamMedium", sans-serif !important;
}

.main-menu li a:hover {
  color: white !important;
}

.footer-p1 {
  color: white; /* Rengi beyaz yapar */
}

.p1 {
  color: white; /* Rengi beyaz yapar */
}

.mt-15 {
  color: white;
}

.title-wrapper .section-title p {
  font-size: 60px;
  margin-top: -17px;
}
.project-box img {
  transition: transform 0.3s ease; /* animasyon geçişi */
}
.blog-posts .card-body {
  background: #000000 !important;
  border-radius: 0 0 7px 7px;
}
.project-box:hover img {
  transform: scale(1.1); /* %5 büyütme */
}
.section-title {
  color: #000 !important;
  font-family: "GothamBoldItalic", sans-serif !important;
}

.section-subtitle {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-top: -3px;
  font-family: "MontserratBold";
}

/* Masaüstü varsayılan */
.slider-title2 {
  font-size: 50px !important;
  font-width: 120px;
  line-height: 1.3 !important;
  font-family: "MontserratSemiBoldItalic", sans-serif !important;
  margin-top: 40px !important;
  text-transform: uppercase;
}
.featured-post-area .featured-posts {
  display: grid;
  gap: 45px !important;
  grid-template-columns: repeat(2, 1fr);
}
.hero-area .section-title {
  color: var(--white);
  font-size: 145px;
  font-family: "MontserratBlackItalic" !important;
  text-transform: uppercase;
}

.report-area .section-title {
  max-width: 580px;
  margin-inline: auto;
}

.hero-area .section-content {
  display: grid;
  gap: 28px 83px;
  align-items: flex-end;
}

.footer-social-media {
  display: flex;
  justify-content: center; /* YATAY ORTALA */
  gap: 15px; /* ikonlar arası boşluk */
  padding: 0;
  list-style: none;
}

.footer-social-media li {
  display: inline-block;
}

.footer-social-media a {
  font-size: 18px;
  transition: color 0.3s;
}

.footer-social-media a:hover {
  color: white !important; /* hover rengi */
}

.foot-menu a:hover {
  color: white !important;
}

.excerpt p {
  color: #fff;
}

.wakeup {
  width: 35%;
}

.sticky-active .modalbtn {
  color: #ce9f51 !important;
}

.blog-area .section-title {
  max-width: 420px;
}

.blog-area .blogs-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 35px;
}

.blog-area .blogs-wrapper-box {
  margin-top: 90px;
}

.modal.show .modal-dialog {
  transform: none;
  margin-top: 10%;
}

.mt-30 {
  margin-top: 30px;
}

.box-download {
  width: 100%;
}

.modal-header {
  border-bottom: #000;
}
.wakeup-section {
  display: flex;
  justify-content: space-around;
}

.report-area .section-header {
  text-align: center;
}
.mr-20 {
  margin-right: 20px;
}

.border-default {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.report-area .section-content-box {
  margin-top: 82px;
}

.has_text_move_anim {
  font-family: "GothamBoldItalic" !important;
  font-size: 60px !important;
  text-transform: uppercase;
}

.footer-area .newsletter-text {
  margin-top: 29px;
}
.project-area .section-header .text {
  font-family: "MontserratSemiBoldItalic" !important;
}

.content .text-default {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
  font-family: "MontserratBlackItalic" !important;
}
@media only screen and (max-width: 1919px) {
  .hero-area .section-title {
    font-size: 80px !important;
    margin-top: 20px;
    margin-bottom: -14px;
    font-family: "MontserratBlackItalic" !important;
  }
}

@media only screen and (max-width: 1919px) {
  .report-area .section-content-box {
    margin-top: 72px;
  }
}

@media only screen and (max-width: 1399px) {
  .report-area .section-content-box {
    margin-top: 52px;
  }
}

.report-area .section-content {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 340px;
  justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
  .report-area .section-content {
    grid-template-columns: 1fr 290px;
  }
}

@media only screen and (max-width: 1199px) {
  .report-area .section-content {
    grid-template-columns: 1fr 270px;
  }
}

@media only screen and (max-width: 991px) {
  .report-area .section-content {
    grid-template-columns: 1fr;
  }
}

.report-area .report-graph {
  max-width: 860px;
}

.report-area .satisfaction-box .number {
  font-size: 250px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  line-height: 0.75;
}

@media only screen and (max-width: 1399px) {
  .report-area .satisfaction-box .number {
    font-size: 200px;
  }
}

@media only screen and (max-width: 1199px) {
  .report-area .satisfaction-box .number {
    font-size: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .report-area .satisfaction-box .number {
    font-size: 150px;
  }
}

@media (max-width: 575px) {
  .report-area .satisfaction-box .number {
    font-size: 100px;
  }
}

.report-area .satisfaction-box .number .icon {
  font-size: 30px;
  margin-inline-start: 2px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .report-area .satisfaction-box .number .icon {
    font-size: 20px;
  }
}

.report-area .satisfaction-box .info {
  font-size: 22px;
  line-height: 1.23;
  color: var(--secondary);
  font-weight: 400;
  margin-top: 42px;
}

.footer-nav-list {
  color: white;
}

@media only screen and (max-width: 1199px) {
  .report-area .satisfaction-box .info {
    margin-top: 22px;
    font-size: 18px;
  }
}

.report-area .satisfaction-box .info span {
  color: var(--primary);
}

.report-area .satisfaction-box .info br {
  display: block;
}

.project-area .section-title {
  max-width: 330px;
}

.project-area .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .project-area .section-header {
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .project-area .section-header {
    grid-template-columns: 1fr;
  }
}

.project-area .section-header .text {
  max-width: 450px;
}

.project-area .nav-icon {
  width: 70px;
  height: 70px;
  font-size: 20px;
  border: 1px solid rgb(255 255 255);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  color: var(--primary);
}

@media only screen and (max-width: 1919px) {
  .project-area .nav-icon {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}

.project-area .nav-icon:hover {
  background-color: var(--theme);
  color: var(--black);
  border-color: rgba(0, 0, 0, 0);
}

.dark .project-area .nav-icon:hover {
  color: var(--black);
}

.project-area .slider-nav {
  display: flex;
  gap: 20px;
}

.dir-rtl .project-area .slider-nav {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
  .project-area .slider-nav {
    display: none;
  }
}

.project-area .projects-wrapper-box {
  margin-top: 90px;
}

@media only screen and (max-width: 1919px) {
  .project-area .projects-wrapper-box {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 1399px) {
  .project-area .projects-wrapper-box {
    margin-top: 50px;
  }
}

.project-area .projects-wrapper-box .swiper {
  margin: -30px;
  padding: 30px;
}

@media only screen and (max-width: 991px) {
  .project-area .projects-wrapper-box .swiper {
    margin: 0;
    padding: 0;
  }
}

.project-box {
  display: inline-block;
  position: relative;
}

.project-box:hover .thumb {
  transform: scale(1.09);
}

@media only screen and (max-width: 991px) {
  .project-box:hover .thumb {
    transform: none;
  }
}

.project-box:hover .wc-btn-circle {
  margin-bottom: 0;
  opacity: 1;
}

.project-box .thumb {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s;
}

.project-box .thumb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(18, 18, 18, 0) 38.85%,
    #121212 100%
  );
  top: 0;
  inset-inline-start: 0;
}

.project-box .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-box .tag {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.35);
  color: var(--black);
}

.project-box .meta {
  position: absolute;
  top: 0px;
  inset-inline-start: 0px;
  margin: 40px;
}

@media only screen and (max-width: 1919px) {
  .project-box .meta {
    margin: 30px;
  }
}

.project-box .title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  color: var(--white);
  font-family: "MontserratBlackItalic" !important;
}

.header-area.sticky {
  background-color: #000;
}

.header-area.sticky a {
  color: #fff !important;
  text-decoration: none;
}

.header-area.sticky a:hover {
  color: #ce9f51 !important;
}
.text-default {
  font-family: "GothamBold" !important;
  color: #ce9f51 !important;
}

.text-default p {
  color: white;
}

.problem-area .section-subtitle {
  font-family: "GothamBold" !important;
  font-size: 36px;
}

.text-wrapper {
  color: white;
  font-family: "MontserratItalic" !important;
  font-size: 18px;
  margin-bottom: 20px;
}

.incontent {
  font-family: "GothamBoldItalic" !important;
  font-size: 42px;
}

.incontent ol li {
  list-style: auto;
  margin-left: 14px;
  font-size: 18px;
}

.incontent ul li {
  list-style: auto;
  margin-left: 14px;
  font-size: 18px;
}

.formula {
  display: flex !important;
}

.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--primary);
  padding: 0 13px;
  text-transform: uppercase;
}

.fs-90 {
  font-size: 90px !important;
}

.text-wrapper p {
  font-family: "Montserrat-MediumItalic" !important;
}

.section-title-one {
  font-size: 160px;
}

@media only screen and (max-width: 1919px) {
  .project-box .title {
    font-size: 18px;
  }
}

.project-box .title a:hover {
  color: var(--white);
}

.project-box .content {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  overflow: hidden;
  background: black;
  width: 100%;
  margin: 0;
  clip-path: polygon(
    0% 20%,
    /* Sol üst eğim başlangıç noktası */ 100% 0%,
    /* Sağ üst eğim bitiş noktası */ 100% 100%,
    /* Sağ alt köşe (düz alt kenar) */ 0% 100%
      /* Sol alt köşe (düz alt kenar) */
  );
  padding: 60px 35px 35px 35px;
}

.site-logo.sticky-logo {
  display: none;
}
.blog-area {
  background-color: #000;
}
.header-area.sticky .header-area__inner {
  height: 90px !important;
}

.sticky-active .site-logo.default-logo {
  display: none;
}

.sticky-active .site-logo.sticky-logo {
  display: inline;
}

.work-area {
  background-color: #000;
}

.bg-black .alink {
  color: white !important;
}
.bg-black .alink:hover {
  color: #ce9f51; /* ya da yine white kalabilir */
}

.project-box .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ce9f51;
  z-index: 99;
  margin-top: 30px;
  rotate: 176deg;
}
.text-white p {
  color: #fff;
}

.featured-area .section-title {
  max-width: 100% !important;
  font-family: "GothamBoldItalic" !important;
}

@media only screen and (max-width: 1919px) {
  .project-box .content {
    margin: 30px;
  }
}

.project-box .wc-btn-circle {
  margin-top: 28px;
  width: 60px;
  height: 60px;
  background-color: var(--theme);
  color: var(--black);
  margin-bottom: -88px;
  opacity: 0;
  transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
  .project-box .wc-btn-circle {
    margin-bottom: 0;
    opacity: 1;
  }
}

.project-box .wc-btn-circle i {
  transform: rotate(-45deg);
}

.pricing-area .section-title {
  max-width: 610px;
}

.pricing-area .section-header {
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr 480px;
}

@media only screen and (max-width: 1199px) {
  .pricing-area .section-header {
    grid-template-columns: 1fr 400px;
  }
}

@media only screen and (max-width: 991px) {
  .pricing-area .section-header {
    grid-template-columns: 1fr;
  }
}

.pricing-area .accordion .accordion-button {
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  padding-top: 18px;
  padding-bottom: 18px;
  padding-inline-start: 0;
  padding-inline-end: 0;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  text-align: start;
  font-weight: 500;
}

.pricing-area .accordion .accordion-button .section-subtitle {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 10px;
  background-color: var(--white);
}

@media only screen and (max-width: 1399px) {
  .pricing-area .accordion .accordion-button {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .pricing-area .accordion .accordion-button br {
    display: none;
  }
}

.pricing-area .accordion .accordion-button::after {
  content: "+";
  color: var(--primary);
  background-image: none;
  line-height: 1;
  width: auto;
  height: auto;
  font-size: 25px;
  margin-inline-start: 50px;
  margin-inline-start: auto;
  margin-inline-end: 0;
}

.pricing-area .accordion .accordion-button:not(.collapsed) {
  pointer-events: none;
}

.pricing-area .accordion .accordion-button:not(.collapsed)::after {
  content: "-";
}

.pricing-area .accordion .accordion-item {
  border-bottom: 1px solid #b8b8b8;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.dark .pricing-area .accordion .accordion-item {
  border-color: #464646;
}

.pricing-area .accordion .accordion-item:not(:first-child) {
  margin-top: 0px;
}

.pricing-area .accordion .accordion-item:first-child {
  border-top: 1px solid #b8b8b8;
}

.dark .pricing-area .accordion .accordion-item:first-child {
  border-color: #464646;
}

.pricing-area .accordion .accordion-body {
  font-size: 18px;
  line-height: 1.44;
  padding-inline-start: 0px;
  padding-inline-end: 0px;
  padding-bottom: 24px;
  padding-top: 0;
  color: var(--secondary);
}

@media only screen and (max-width: 991px) {
  .pricing-area .accordion .accordion-body {
    padding-bottom: 23px;
  }
}

.pricing-area .pricing-wrapper-box {
  margin-top: 100px;
}

@media only screen and (max-width: 1919px) {
  .pricing-area .pricing-wrapper-box {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1399px) {
  .pricing-area .pricing-wrapper-box {
    margin-top: 60px;
  }
}

.pricing-area .pricing-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 991px) {
  .pricing-area .pricing-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .pricing-area .pricing-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pricing-box {
  background-color: var(--white);
  padding: 47px 50px 50px;
  box-shadow: 0px 30px 200px rgba(16, 25, 56, 0.08);
  border-radius: 5px;
}

.dark .pricing-box {
  background-color: #1c1c1c;
}

@media only screen and (max-width: 1199px) {
  .pricing-box {
    padding: 27px 30px 30px;
  }
}

.pricing-box .tag {
  font-size: 18px;
  color: var(--primary);
  display: inline-block;
  line-height: 1;
}

.pricing-box .feature-list {
  margin-top: 39px;
  min-height: 171px;
}

@media only screen and (max-width: 767px) {
  .pricing-box .feature-list {
    min-height: auto;
  }
}

.pricing-box .feature-list li {
  display: flex;
  align-items: center;
}

.pricing-box .feature-list li:not(:first-child) {
  margin-top: 15px;
}

.pricing-box .feature-list li img {
  margin-inline-end: 10px;
}

.dir-rtl .pricing-box .feature-list li img {
  transform: rotateY(180deg);
}

.pricing-box .price {
  font-size: 60px;
  line-height: 1;
  margin-top: 17px;
}

@media only screen and (max-width: 1399px) {
  .pricing-box .price {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .pricing-box .price {
    font-size: 40px;
  }
}

.pricing-box .wc-btn-primary {
  margin-top: 50px;
}

@media only screen and (max-width: 1199px) {
  .pricing-box .wc-btn-primary {
    margin-top: 40px;
  }
}

.dark .pricing-box .wc-btn-primary:hover {
  color: var(--black);
}

.fun-fact-area .section-title {
  max-width: 520px;
  margin-inline: auto;
}

.fun-fact-area .section-header {
  text-align: center;
}

.counter-wrapper-box {
  margin-top: 61px;
}

@media only screen and (max-width: 1399px) {
  .counter-wrapper-box {
    margin-top: 41px;
  }
}

.counter-wrapper {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 991px) {
  .counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .counter-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.counter-box {
  text-align: center;
}

.counter-box .number {
  font-size: 100px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  padding: 0 30px;
  display: inline-block;
  background-image: url(../imgs/shape/img-s-55.webp);
  background-size: 100% 100%;
  background-position: center;
}

@media only screen and (max-width: 1399px) {
  .counter-box .number {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .counter-box .number {
    font-size: 50px;
    padding: 0 20px;
  }
}

.counter-box .text {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-top: 10px;
}

@media only screen and (max-width: 1399px) {
  .counter-box .text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .counter-box .text {
    font-size: 18px;
  }
}

.work-area [dir="rtl"] {
  direction: rtl;
}

.work-area .works-wrapper {
  display: grid;
  gap: 10px;
}

.work-slider-active .swiper-slide {
  width: auto;
}

.work-slider-active .swiper-wrapper {
  transition-timing-function: linear;
}

.work-box {
  position: relative;
  max-width: 880px;
}

@media only screen and (max-width: 1919px) {
  .work-box {
    max-width: 780px;
  }
}

@media only screen and (max-width: 1399px) {
  .work-box {
    max-width: 680px;
  }
}

@media only screen and (max-width: 1199px) {
  .work-box {
    max-width: 580px;
  }
}

@media only screen and (max-width: 991px) {
  .work-box {
    max-width: 480px;
  }
}

@media only screen and (max-width: 767px) {
  .work-box {
    max-width: 380px;
  }
}

.work-box:hover .content {
  opacity: 1;
  visibility: visible;
}

.work-box .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 45px 45px 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  direction: ltr;
}

.work-box .icon {
  position: absolute;
  inset-inline-end: 45px;
  top: 45px;
}

.work-box .title {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--black);
}

.work-box .meta {
  font-size: 14px;
  display: inline-block;
  margin-top: 8px;
  color: var(--black-2);
}

/* Başlıklar başlangıçta görünür ve düzgün konumda olacak */
.slider-title,
.slider-title2 {
  opacity: 1; /* Başlangıçta tamamen görünür */
  transform: translateY(0); /* Başlangıçta normal konumda */
  transition: opacity 1.5s ease, transform 1.5s ease; /* Geçiş süresi */
}

/* Fade-out animasyonu (yavaşça kaybolma) */
.slider-title.fade-out,
.slider-title2.fade-out {
  opacity: 0;
  transform: translateY(-20px); /* Yavaşça yukarı kaybolma */
}

/* Fade-in animasyonu (yavaşça belirginleşme) */
.slider-title.fade-in {
  display: block;
  opacity: 1; /* Tam görünür hale gelsin */
  transform: translateY(0); /* Yavaşça aşağı inerek görünsün */
}

/* Hidden sınıfı, sadece gizlemek için */
.slider-title2.hidden {
  display: none;
}

.fz-14 {
  font-size: 14px;
}
.box-download {
  background-color: #000;
  text-align: center;
  padding: 30px;
  color: #ffffffad;
  font-size: 14px;
}

.btn-cancel {
  background-color: #fff;
  border-radius: 9px;
  float: right;
  left: 10%;
}

.box-download {
  box-shadow: 12px -10px 2px 0px inset #ce9f51;
  border-radius: 20px;
  min-height: 350px;
}

.modal {
  background-color: #12121200;
}

.btn-download {
  background-color: #ce9f51 !important;
  border-radius: 9px;
  padding: 10px;
  float: right;
  margin: 15px;
  color: #000 !important;

  left: 10%;
}

.ilk-kelime {
  color: #ce9f51 !important;
}

.incontent strong span {
  font-family: "GothamBoldItalic" !important;
}

.blog-area .blogs-wrapper .blog img {
  height: auto;
  object-fit: cover;
  max-height: 300px;
}

.blog-area .blogs-wrapper .blog img {
  min-height: 300px;
  object-fit: cover;
  max-height: 300px;
}

/* Orta ekranlar (laptop, 1024px ve altı) */
@media (max-width: 1024px) {
  .hero-area .section-title {
    color: var(--white);
    font-size: 70px;

    text-transform: uppercase;
  }
  .slider-title2 {
    font-size: 42px !important;
    margin-top: 35px !important;
  }
}

/* Mobil (480px ve altı) */
@media (max-width: 480px) {
  .hero-area .section-title {
    color: var(--white);
    font-size: 24px;

    text-transform: uppercase;
  }
  .slider-title2 {
    font-size: 26px !important;
    line-height: 1.1 !important;
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 1919px) {
  .project-box .content {
    margin: 0 !important;
  }
}

.hero-area-inner {
  padding-top: 110px;
  padding-bottom: 60px;
}

.copyright-area-inner {
  display: flex;
  gap: 20px 60px;
  justify-content: space-around;
  align-items: center;
  padding: 51px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Tablet (768px ve altı) */
@media (max-width: 768px) {
  .hero-area .section-title {
    color: var(--white);
    font-size: 35px !important;

    text-transform: uppercase;
  }
  .slider-title2 {
    font-size: 34px !important;
    line-height: 1.2 !important;
    margin-top: 30px !important;
  }

  .hero-area .video-wrapper .thumb {
    width: 365px;
    text-align: center;
  }

  .blog-area .blogs-wrapper .blog img {
    min-height: auto;
    object-fit: cover;
    max-height: 300px;
  }
}
