/* General Css Start (404 page, cookie style etc) */
::-webkit-scrollbar {
  display: none;
}

body,
html {
  transition: 0s;
}

body {
  background: #15111e;
  font-family: "Syne", sans-serif;
  overflow-x: hidden;
}

a:hover {
  text-decoration: none;
  outline: 0 !important;
}

::-webkit-scrollbar {
  width: 0;
}

/* Special Page */
section.page.single-page {
  padding: 300px 180px 100px;
  color: #fff;
}

section.page.single-page h2 {
  margin-bottom: 95px;
  font-size: 58px;
  font-weight: bold;
  color: white;
}

section.page.single-page p,
section.page.single-page tr,
section.page.single-page td,
section.page.single-page th {
  font-size: 20px;
  color: #808080;
}

section.page.single-page ol {
  padding: 0;
  list-style: none;
}

section.page.single-page ol li {
  color: #808080;
  padding: 5px 0;
  font-size: 20px;
  padding-left: 30px;
  position: relative;
}

section.page.single-page ol li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}

section.page.single-page p strong {
  font-weight: 300;
  color: white;
}

@media only screen and (max-width: 1199px) {
  section.page.single-page {
    padding: 260px 80px 70px;
  }

  section.page.single-page h2 {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  section.page.single-page {
    padding: 160px 20px 40px;
    font-size: 13px;
  }

  section.page.single-page h2 {
    font-size: 23px;
    margin-bottom: 35px;
  }

  section.page.single-page p strong {
    font-size: 15px;
  }
}

/* Special Page */
/* Bootstrap Pagination */
ul.pagination {
  border-radius: 0;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

ul.pagination .page-item .page-link {
  padding: 17px 22px;
  background: white;
  border-radius: 100px;
  width: 3vw;
  height: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5vw;
  color: #000;
  border: none !important;
}

ul.pagination .page-item+.page-item {
  margin-left: 10px;
}

/* Bootstrap Pagination */
/* 404 Page */
.page.nf404 {
  padding-top: 260px;
  padding-bottom: 100px;
}

.page.nf404 .page404-content {
  text-align: center;
}

.page.nf404 .page404-content .svg svg {
  width: 100%;
}

.page.nf404 .svg path {
  fill: #ffffff;
}

.nf404 h2 {
  font-size: 57px;
  color: white;
  font-weight: 600;
  margin: 30px 0;
}

.nf404 h3 {
  color: white;
  font-weight: 400;
  font-size: 21px;
}

.page.nf404 a {
  transition: 0.4s;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 0.3);
  border-radius: 40px;
  height: 60px;
  font-size: 15px;
  color: white;
  margin-top: 50px;
}

.page.nf404 a svg {
  margin-right: 15px;
  stroke: white;
}

.page.nf404 a:hover {
  background: white;
  color: #000;
}

.page.nf404 a:hover svg {
  stroke: #000;
}

/* 404 Page*/
/* Cookie */
body .cc-window {
  bottom: 50px !important;
  left: 50% !important;
  max-width: 460px;
  height: 93px;
  border-radius: 100px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(34, 41, 48, 0.8);
  padding: 0 30px !important;
  -webkit-transform: translateX(-50%) translateZ(100px);
  -ms-transform: translateX(-50%) translateZ(100px);
  transform: translateX(-50%) translateZ(100px);
  -webkit-transition: none;
  flex-direction: row !important;
  -o-transition: none;
  transition: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99999;
}

body .cc-window .cc-message {
  font-size: 15px;
  color: #fff;
  line-height: normal;
  margin: 0 !important;
}

body .cc-window .cc-message a {
  transition: 0.4s;
  opacity: 1;
}

body .cc-compliance a.cc-btn.cc-dismiss {
  transition: 0.4s;
  width: 56px;
  height: 56px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  border: 1px solid #e8d7ac;
  border-radius: 100px;
  position: relative;
  padding: 0;
  color: transparent;
  display: block;
}

body .cc-compliance a.cc-btn.cc-dismiss:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/svg/check-icon.svg);
  width: 20px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body .cc-compliance a.cc-btn.cc-dismiss:hover {
  background: #e8d7ac;
}

body .cc-banner.cc-theme-edgeless .cc-message a.cc-link:hover {
  color: #e8d7ac;
  text-decoration: underline;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  body .cc-window {
    width: 100%;
    max-width: 100% !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%) scale(0.9);
    -ms-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9);
    bottom: 30px !important;
    height: 110px;
    padding: 0 30px !important;
  }

  .cc-floating.cc-theme-edgeless .cc-message {
    margin: 0 !important;
  }
}

/* Cookie */
/* Form Alert Style */
.form-alert {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.form-alert .alert {
  display: flex;
  color: #fff;
  background: #00000094;
  border-color: rgb(255 255 255 / 34%);
  margin-bottom: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0;
}

.form-alert .alert .icon {
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: #ffc107;
  font-size: 24px;
}

.form-alert .alert .message {
  display: flex;
  align-items: center;
}

.form-alert .alert .message strong,
.form-alert .alert .message b {
  margin-right: 13px;
}

.form-alert .alert .message button.close {
  height: 100%;
  color: #fff;
  padding: 0;
  display: flex;
  padding: 9px;
  opacity: 1;
  outline: 0;
  box-shadow: none;
}

.form-alert .alert .message button.close span:before {}

.form-alert .alert .message button.close span {
  opacity: 1;
}

/* Form Alert Style */
/* General Css End */
/* Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}

.header {
  margin: 42px 5.78vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid rgb(255 255 255 / 10%);
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 1;
  position: fixed;
  width: calc(100vw - 11.56vw);
}

.header .header-menu {
  display: flex;
  gap: 40px;
  
  justify-content: end;
}

.header .header-menu ul {
  display: flex;
  gap: 40px;
  align-items: center;
}

.header .header-menu .social-media {
  display: flex;
  flex-direction: column;
  counter-reset: section;
  /* display: none; */
}

header .header-search {
  cursor: pointer;
  opacity: .5;
  transition: ease-in 250ms;
}

header .header-search span {
  display: none;
}

header .header-search.active {
  opacity: 1;
}

header .header-search:hover {
  opacity: 1;
}

header .header-search-mobile {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 0 30px;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 20%);
  display: none;
}

header .header-search-mobile input {
  background: transparent;
  border: 0;
  border-bottom: 2px solid white;
  padding-bottom: 1rem;
  color: rgba(255, 255, 255, 60%);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  flex: 1;
}

header .header-search-mobile .mobile-search-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #E8D7AC;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header-menu ul li a {
  font-size: 15px;
  line-height: 1.1;
  color: #e8d7ac;
  font-weight: 300;
  position: relative;
}

.header .header-menu ul li a:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: -5px;
  left: 0;
  background: #e8d7ac;
  height: 1px;
  transition: 0.4s;
}

.header .header-menu ul li:hover>a:before {
  width: 100%;
}

.header .header-menu ul .header-contact a {
  /* background: #e8d7ac; */
  border-radius: 100px;
  color: #e8d7ac;
  font-weight: 300;
}

.header .social-media span {
  color: #e8d7ac;
  font-size: 15px;
  border: 1px solid #e8d7ac;
  padding: 0px 15px;
  border-radius: 100px;
  background: #e8d7ac;
  color: black;
  transition: 0.4s;
}

.header .social-media span:hover {
  scale: 1.1;
}

/*.header .header-menu .social-media a::before {
color: #e8d7ac;
counter-increment: section;
content: "" counter(section) "";
border-radius: 50%;
border: 1px solid #e8d7ac;
font-size: 9px;
text-align: center;
line-height: 15px;
width: 15px;
height: 15px;
display: flex;
justify-content: center;
align-items: center;
font-weight: 200;
}*/
.header .social-media a {
  display: flex;
  align-items: center;
  gap: 5px;
}

header .header ul li.dropdown ul.dropdown-menu {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 20px 10px 20px 30px;
  justify-content: center;
  /* transition: 0.3s; */
  margin-left: -30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

header .header .header-menu ul .dropdown .dropdown-menu li {
  margin-bottom: 0.625rem;
}

header .header .header-menu ul .dropdown .dropdown-menu li a {
  color: #fff;
  font-weight: 400;
  transition: 0.3s;
}

header .header .header-menu ul .dropdown .dropdown-menu li a:hover {
  color: #e8d7ac;
}

header .header .header-menu ul .dropdown .dropdown-menu svg {
  position: absolute;
  pointer-events: none;
  user-select: none;
  left: 15px;
  top: -18px;
}

.header .hamburger-menu {
  display: none;
  cursor: pointer;
}

.header-search {}

.header-search svg {}

.header-search svg path {}

.search-container {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100svh;
  background: rgba(21, 17, 30, 0.82);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  z-index: -1;
  display: none;
}

body.search-active {
  overflow: hidden;
}

.search-container .search-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 7.78vw;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 14vw;
  height: 100%;
}

.search-container .search-wrapper .search-text {
  color: #FFF;
  font-size: 5vw;
  font-weight: 700;
  line-height: normal;
  max-width: 80%;
  transition: .5s;
}

.search-container .search-wrapper .search-input input:hover {
  border-color: white;
}

.search-container .search-wrapper .search-input {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding-bottom: 20px;
  transition: .7s;
  border-top: 1px solid rgba(255, 255, 255, 20%);
  margin-top: 7vw;
  padding-top: 5vw;
}

.search-container.searched .search-wrapper .search-input {
  border: 0;
  margin: 0;
  padding-top: 0;
  gap: 2rem;
}

.search-container .search-wrapper .search-input input {
  color: rgba(255, 255, 255, 0.60);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 38.4px */
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 50%);
  flex: 1;
  padding-bottom: 1rem;
  transition: ease-in 250ms;
  border-radius: 0;
}

.search-container .search-wrapper .search-input .search-button {
  width: clamp(75px, 6.6vw, 128px);
  height: clamp(75px, 6.6vw, 128px);
  flex-shrink: 0;
  background: #E8D7AC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: .7s;
}

.search-container.searched .search-wrapper .search-input .search-button {
  width: clamp(55px, 6.6vw, 100px);
  height: clamp(55px, 6.6vw, 100px);
}

.search-container .search-wrapper .search-input .search-button:hover {
  transform: scale(0.9);
}

.search-container .search-wrapper .search-input .search-button svg {
  transition: .7s;
  width: clamp(30px, 2.7vw, 52px);
  height: clamp(30px, 2.7vw, 52px);
}

.search-container .search-wrapper .search-input .search-button svg path {}

.search-container .search-wrapper .result-list {
  padding-top: 5vw;
  overflow-y: scroll;
  max-height: 700px;
  display: flex;
  flex-direction: column;
  gap: 13vw;
  transition: .7s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.search-container.searched .search-wrapper .result-list {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.search-container.searched .search-wrapper .search-text {
  transform: translateY(-150%);
  opacity: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
}

.search-container.searched .search-wrapper .result-container {
  transform: translateY(-40%);
}

.search-container .search-wrapper .result-container {
  transition: .7s;
}

.search-container .search-wrapper .result-list .list-item {
  display: flex;
  gap: 4vw;
  position: relative;
  height: 100%;
}

.search-container .search-wrapper .result-list .list-item:last-child {
  padding-bottom: 100px;
}

.search-container .search-wrapper .result-list .list-item .item-category {
  color: var(--white);
  font-size: clamp(18px, 1.3vw, 25px);
  line-height: normal;
  position: sticky;
  top: 0;
  height: max-content;
}

.search-container .search-wrapper .result-list .list-item .item-container {
  flex: 1;
  height: 100%;
  padding-bottom: 20px;
}

.search-container .search-wrapper .result-list .list-item .item-container .item-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 6vw;
}

.search-container .search-wrapper .result-list .list-item .item-container .item-header span {
  color: var(--white);
  font-size: clamp(20px, 2.34vw, 45px);
  line-height: normal;
  text-decoration-line: underline;
}

.search-container .search-wrapper .result-list .list-item .item-container .item-header a {
  color: var(--white);
  font-size: clamp(16px, 1.3vw, 25px);
  line-height: 1;
  transition: ease-in 250ms;
  position: relative;
}

.search-container .search-wrapper .result-list .list-item .item-container .item-header a:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: -5px;
  left: 0;
  background: white;
  height: 1px;
  transition: 0.4s;
}

.search-container .search-wrapper .result-list .list-item .item-container .item-header a:hover::before {
  width: 100%;
}

.search-container .search-wrapper .result-list .list-item .item-container .item-body {
  display: flex;
  gap: 33px;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.search-container .search-wrapper .result-list .list-item .item-container .item-body a {
  width: calc(33% - 19px);
}

.search-container .search-wrapper .result-list .list-item .item-container .item-body a img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}

.search-container .search-wrapper .result-list .list-item .item-container .item-body a .item-title-container {
  margin-top: -3.4vw;
  padding: 0 30px;
}

.search-container .search-wrapper .result-list .list-item .item-container .item-body a .item-title-container .item-title {
  color: var(--white);
  font-size: clamp(32px, 3.3vw, 64px);
  font-weight: 700;
  line-height: normal;
  transition: .4s;
  transform-origin: left;
}

.search-container .search-wrapper .result-list .list-item .item-container .item-body a:hover .item-title {
  transform: scale(0.8);
}

.search-container .search-wrapper .result-list .list-item .item-container .item-body a .item-title-container .item-detail {
  color: var(--white);
  font-family: Syne;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: .5;
}

.search-container .search-wrapper .result-list .list-item .item-container .item-body a .item-title-container .item-detail span {
  opacity: .5;
}

header .language-mobile {
  display: none;
}
.mobile-menu-right-area {
    display: none;
}
@media screen and (max-width: 1440px) {
  .search-container.searched .search-wrapper .result-container {
    transform: translateY(-25%);
  }
}

@media screen and (max-width:1199px) {
  .search-container.searched .search-wrapper .result-container {
    transform: translateY(-15%);
  }

  .search-container .search-wrapper .result-list .list-item .item-container .item-body a {
    width: calc(50% - 17px);
  }

  .search-container .search-wrapper .result-list .list-item:last-child {
    padding-bottom: 100px;
  }
}


@media screen and (max-width: 991px) {
  .header .header-menu ul {
    gap: 25px;
  }

  .search-container .search-wrapper {
    padding-top: 175px;
  }

  .search-container.searched .search-wrapper .result-container {
    transform: translateY(-15%);
  }

  .search-container .search-wrapper .result-list .list-item {
    flex-direction: column;
  }

  .search-container .search-wrapper .result-list .list-item .item-category {
    position: unset;
  }

  .search-container .search-wrapper .result-list .list-item .item-container .item-body a .item-title-container .item-detail {
    font-size: 14px;
  }

  .search-container .search-wrapper .result-list .list-item .item-container .item-body a .item-title-container {
    margin-top: -5.3vw;
  }

  .search-container .search-wrapper .search-input {
    padding-top: 75px;
    margin-top: 75px;
    gap: 1rem;
  }

  .header .header-menu {
    gap: 20px;
    width: 100%;
    justify-content: end;
  }
}


@media screen and (min-width: 768px) {
  header .header ul li.dropdown:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin: 0;
    border-left: 0;
    border-right: 0;
    padding: 20px 24px;
    width: 100%;
  }

  header .language-mobile {
    display: block;
  }

  .search-container .search-wrapper .result-list .list-item:last-child {
    padding-bottom: 150px;
  }

  .header-search svg path {
    stroke: #e8d7ac;
  }

  header .header-search {
    opacity: 1;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 32px;
    color: #e8d7ac;
  }

  .header-search svg {
    width: 32px;
    height: 32px;
  }

  .search-container .search-wrapper {
    padding: clamp(100px, 27vw, 200px) 24px 0;
    margin: 0;
  }

  .search-container .search-wrapper .search-input {
    padding-top: 40px;
    margin-top: 50px;
    gap: 1rem !important;
  }

  .search-container .search-wrapper .search-text {
    font-size: 38px;
  }

  .search-container.searched .search-wrapper .result-container {
    transform: translateY(-17%);
  }

  header .header-search-mobile {
    display: flex;
  }

  .header form {
    display: none;
  }

  .header .header-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: start;
    background: rgb(21 17 30);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: calc(100vh - 82px);
    padding-bottom: 100px;
    overflow: hidden;
    /* padding-bottom: 3rem; */
  }

  .search-container .search-wrapper .search-input input {
    width: 100%;
  }

  body.mobile-menu-active {
    overflow: hidden;
  }

  .header .header-menu ul {
    flex-direction: column;
    width: 100%;
    margin-top: 60px;
    gap: 0;
  }

  .header .header-menu ul li a {
    font-size: 32px;
    min-width: 160px;
    text-align: center;
  }

  header .header .header-menu ul .dropdown .dropdown-menu li a {
    font-size: 19px;
  }

  .header .header-menu ul li {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
  }

  .header .header-menu ul li.dropdown a {
    margin-bottom: 5px;
  }

  .header .header-menu ul li:last-child {
    margin-bottom: 0;
  }

  header .header ul li.dropdown ul.dropdown-menu {
    background: none;
    backdrop-filter: none;
    border: none;
    margin: 0;
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: unset;
    display: none;
    z-index: 2;
    top: unset;
    pointer-events: all;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(12px);
    padding: 20px 30px;
    width: 160px;
  }

  header .header ul li.dropdown ul.dropdown-menu.mobil-active {
    background: none;
    backdrop-filter: none;
    border: none;
    margin: 0;
    padding: 25px 0 0;
    text-align: center;
    position: unset;
    visibility: visible;
    opacity: 1;
  }

  header .header .header-menu ul .dropdown .dropdown-menu svg {
    /* display: none; */
  }

  .dropdown {
    text-align: center;
  }

  .header .hamburger-menu {
    display: block;
  }

  .header .hamburger-menu.active span {
    margin-bottom: 0;
  }

  .header .header-menu .social-media span {
    font-size: 16px;
    display: none;
  }

  .header .hamburger-menu.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .header .hamburger-menu.active span:first-child {
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
  }

  .header .hamburger-menu.active span:last-child {
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: 50%;
  }

  .header .hamburger-menu span {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 100px;
    margin-bottom: 7px;
    transition: 0.3s;
  }

  header .mobile-menu-right-area {
    display: flex;
    gap: 13px;
    align-items: center;
  }

  .header .hamburger-menu span:last-child {
    margin-bottom: 0;
  }

  .search-container .search-wrapper .result-list .list-item .item-container .item-body a {
    width: 100%;
  }
}

/* HEADER END */

/* Slider */
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #15111e;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.page-loader svg {
  transform: rotate(0deg);
  transform-origin: center;
  animation: loader 4s both infinite;
}

.main-slider .slide-text .slide-big-text:nth-child(1) svg {
  animation: loader 10s both infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.main-slider {
  background-position: bottom;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 4000px;
  margin-top: 0px;
}

.main-slider .main-slider-container {
  position: sticky;
  top: 0px;
  height: 100vh;
  background: #15111e;
}

.main-slider .main-slide-bg {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  mix-blend-mode: exclusion;
  z-index: 1;
}

.last-word {
  display: none;
}

.cd-headline {
  font-size: 20px;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* --------------------------------

xslide

-------------------------------- */
.cd-headline.slide span {
  display: block;
  letter-spacing: 1px;
}

.cd-headline.slide .cd-words-wrapper {
  /* overflow: hidden; */
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 1s;
  -moz-animation: slide-in 1s;
  animation: slide-in 1s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 1s;
  -moz-animation: slide-out 1s;
  animation: slide-out 1s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}

@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.main-slider .slide-text {
  text-align: center;
  height: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 24px;
}

.main-slider .slide-text .slide-big-text {
  color: #e8d7ac;
  font-size: 6vw;
  font-weight: bold;
  line-height: 1.2;
}

.main-slider .slide-text .slide-link-list {
  display: flex;
}

.main-slider .main-slider-left-text {
  color: #e8d7ac;
  font-size: 15px;
  left: 110px;
}

.main-slider .main-slider-right-text {
  color: #e8d7ac;
  font-size: 15px;
  right: 110px;
}

.main-slider .main-slider-text {
  display: inline-block;
  position: absolute;
  bottom: 65px;
}

.main-slider .slide-text .slide-link-list span {
  color: #e8d7ac;
  border: 1px solid #e8d7ac;
  border-radius: 100px;
  padding: 20px 30px;
  font-size: 20px;
  margin-left: -17px;
  background: #161120;
}

.main-slider .slide-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  /* margin-left: -14vw; */
}

.main-slider .slide-text .slide-big-text:nth-child(1) {
  display: block;
  width: 100%;
  text-align: center;
  min-width: calc(100vw - 24px);
}

.homepage-image {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  pointer-events: none;
  text-align: center;
  width: calc(100% - 560px);
  height: 23vw;
  max-width: 61vw;
  margin: 0 auto;
  transform: translate(0px, 50%);
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.homepage-image div {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

/* Stage Area */
.stage-area {
  position: absolute;
  top: 55%;
  left: 5.78vw;
  right: 5.78vw;
  transform: translate(0px, -50%);
  z-index: -1;
  opacity: 0;
}

.stage-area h1 {
  font-weight: 700;
  font-size: 6.5vw;
  max-width: 70%;
  color: #e8d7ac;
}

.stage-area img {
  width: 13vw;
  margin-top: -30px;
  opacity: 0;
}

.projects .projects-header {
  display: flex;
  align-items: center;
}

.projects .projects-header .projects-line {
  background: #e8d7ac;
  opacity: 0.2;
  width: 100%;
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.projects .projects-header h1 {
  color: #e8d7ac;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}

.projects .projects-header h1::before {
  content: "[";
  padding-right: 3px;
}

.projects .projects-header h1::after {
  content: "]";
  padding-left: 3px;
}

/* Card Slider */
.card-slider-wrapper {
  padding: 200px 9vw 50px 90px;
  display: flex;
  align-items: flex-start;
  gap: 8vw;
}

.card-slider-wrapper .card-slider-left-area {
  flex-basis: 33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 100px;
  position: sticky;
  top: 100px;
  height: calc(100vh - 100px);
  gap: 50px;
}

.card-slider-wrapper .card-slider .card-slider-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}

.card-slider-wrapper .card-slider-left-area>span {
  color: white;
  font-size: 25px;
  line-height: 1.2;
  max-width: 55%;
}

.card-slider-right-area p {
  color: white;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
}

.card-slider-right-area span {
  color: white;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
}

.projects-wrapper {
  margin-top: 20px;
}

.projects .project-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 0;
}

.project-detail .project-detail-button {
  padding: 10px 30px;
  background: white;
  border-radius: 100px;
  display: flex;
  align-items: center;
}

.project-detail .project-number {
  color: #e8d7ac;
  font-weight: bold;
  font-size: 55px;
}

.project-detail .project-name {
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  max-width: 20%;
  width: 20%;
}

.project-detail .project-text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  flex-basis: 30%;
}

.project-breadcrumb-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.project-breadcrumb-wrapper .project-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
}

.project-breadcrumb-wrapper .project-breadcrumb a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #fff;
}

.project-breadcrumb-wrapper .project-breadcrumb a:not(:last-child)::after {
  content: '/';
  position: relative;
}

.project-breadcrumb-wrapper .project-year {
  font-size: 16px;
  color: #fff;
}

.project-breadcrumb-wrapper .project-breadcrumb a.active {
  color: #e4d3aa;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.card-slider-right-area {
  display: flex;
  flex-direction: column;
  gap: 87px;
  flex: 1;
}

.card-slider-wrapper .card-slider-left-area .card-area-button a .card-area-button-text {
  transition: 0.2s 0s;
  position: absolute;
  transform: scale(0);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 1.3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-slider-wrapper .card-slider-left-area .card-area-button-plus {
  transition: 0.2s 0.1s;
  display: flex;
}

.card-slider-wrapper .card-slider-left-area .card-area-button {
  border: 1px solid white;
  color: white;
  border-radius: 100px;
  display: inline-block;
}

.card-slider-wrapper .card-slider-left-area .card-area-button a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  position: relative;
  padding: 15px 5vw;
}

.card-slider-wrapper .card-slider-left-area .card-area-button a:hover .card-area-button-plus {
  transform: scale(0) rotate(196deg);
  transition-delay: 0s;
}

.card-slider-wrapper .card-slider-left-area .card-area-button a:hover .card-area-button-text {}

.card-slider-wrapper .card-slider-left-area .card-area-button a:hover .card-area-button-text {
  transform: scale(1);
  transition-delay: 0.1s;
}

.card-slider-left-area .swiper {
  width: 25vw;
  height: 17vw;
}

.card-slider-left-area .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.card-slider-left-area .swiper-slide:nth-child(1n) {
  background-color: rgb(206, 17, 17);
}

.card-slider-left-area .swiper-slide:nth-child(2n) {
  background-color: rgb(0, 140, 255);
}

.card-slider-left-area .swiper-slide:nth-child(3n) {
  background-color: rgb(10, 184, 111);
}

.card-slider-left-area .swiper-slide:nth-child(4n) {
  background-color: rgb(211, 122, 7);
}

.card-slider-left-area .swiper-slide:nth-child(5n) {
  background-color: rgb(118, 163, 12);
}

.card-slider-left-area .swiper-slide:nth-child(6n) {
  background-color: rgb(180, 10, 47);
}

.card-slider-left-area .swiper-slide:nth-child(7n) {
  background-color: rgb(35, 99, 19);
}

.card-slider-left-area .swiper-slide:nth-child(8n) {
  background-color: rgb(0, 68, 255);
}

.card-slider-left-area .swiper-slide:nth-child(9n) {
  background-color: rgb(218, 12, 218);
}

.card-slider-left-area .swiper-slide:nth-child(10n) {
  background-color: rgb(54, 94, 77);
}

/* Footer */
.footer-left-area {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
  border-right: 1px solid rgb(255 255 255 / 20%);
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.footer-right-area {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.footer-left-area .footer-logo {
  padding: 60px 5vw;
  border-top: 1px solid rgb(255 255 255 / 20%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 284px;
}

.footer-left-area .footer-logo a svg {
  width: 15vw;
}

.footer-left-area .footer-social-media {
  padding: 85px 100px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  border-top: 1px solid rgb(255 255 255 / 20%);
}

.footer-left-area .footer-social-media img {
  width: 42px;
}

.footer-right-area .footer-contact {
  padding: 100px 5vw 100px 5vw;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgb(255 255 255 / 20%);
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.footer-right-area .footer-contact h6 {
  font-size: 2.2vw;
  font-weight: 700;
  color: white;
}

.footer-right-area .footer-contact h6 a {
  color: white;
  transition: 0.4s;
}

.footer-right-area .footer-contact h6 a:hover {
  color: #e8d7ac;
}

.footer-right-area .footer-contact span {
  font-size: 15px;
  color: white;
  margin-bottom: 12px;
}

.footer-right-area .footer-subscribe {
  padding: 40px 5vw;
  display: flex;
  gap: 3.5vw;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.footer-wrapper .footer-subscribe-form .contact-wrapper-item-form-element {
  background: rgb(217 217 217 / 20%);
  border: none;
  color: rgb(255 255 255 / 30%);
  font-size: 25px;
  font-weight: 400;
  border-radius: 44px;
  padding: 20px 40px;
  height: 100%;
  width: 100%;
  transition: ease-in 250ms;
  border: 1px solid transparent;
}

.footer-wrapper .footer-subscribe-form .contact-wrapper-item-form-element:hover {
  border-color: #e8d7ac;
}

.footer-wrapper .footer-subscribe-form .contact-wrapper-item-form-element:focus {
  border: 1px solid #e8d7ac;
}

.footer-wrapper .footer-subscribe-form button {
  border: none;
  background: transparent;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translate(0, -50%);
}

.footer-wrapper .footer-subscribe-form form {
  position: relative;
}

.footer-right-area .footer-subscribe h6 {
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.footer-right-area .footer-subscribe .footer-subscribe-text {
  flex-basis: 50%;
}

.footer-right-area .footer-subscribe span {
  color: rgb(255 255 255 / 50%);
}

.footer-wrapper {
  display: flex;
}

.footer-right-area .footer-subscribe .footer-subscribe-text .footer-subscribe-text-info {
  display: block;
  width: 60%;
}

.footer-bottom {
  display: flex;
  color: white;
  font-size: 15px;
  justify-content: space-between;
  padding: 40px 100px;
  align-items: center;
  border-top: 1px solid rgb(255 255 255 / 20%);
}

.footer-bottom a {
  color: white;
}

.footer-bottom a:hover {
  color: #e8d7ac;
}

.footer-bottom div {
  display: flex;
  gap: 32px;
}

@media only screen and (max-width: 991px) {
  .footer-right-area .footer-subscribe {
    flex-direction: column;
    padding: 40px 24px;
    align-items: flex-start;
  }

  .footer-left-area .footer-logo {
    min-height: 210px;
  }

  .footer-left-area .footer-social-media {
    padding: 115px 24px;
    margin: auto 0;
    gap: 10px;
  }

  .footer-bottom {
    padding: 40px 24px;
  }

  .footer-right-area .footer-contact span {
    font-size: 20px;
  }

  .footer-right-area .footer-contact {
    padding: 73.5px 24px;
  }

  .footer-left-area .footer-logo svg {
    height: 87px;
  }

  .footer-right-area .footer-contact h6 {
    font-size: 20px;
  }

  .footer-right-area .footer-subscribe .footer-subscribe-text .footer-subscribe-text-info {
    width: 90%;
  }

  .footer-right-area .footer-subscribe h6 {
    margin-bottom: 20px;
  }

  .footer-wrapper .footer-subscribe-form .contact-wrapper-item-form-element {
    height: 60px;
    width: 28vw !important;
    font-size: 15px;
    padding: 20px;
  }

  .card-slider-wrapper {
    flex-direction: column;
    padding: 0 50px 50px 50px;
  }

  .card-slider-wrapper .card-slider-left-area {
    width: 100%;
    padding-bottom: 10px;
    position: inherit;
    padding-left: 40px;
  }

  .card-slider-wrapper .card-slider-left-area {}

  .main-slider .slide-links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }

  .main-slider .slide-text .slide-big-text:nth-child(1) {
    margin-bottom: 30px;
  }

  .main-slider .slide-text .slide-big-text svg {
    width: 70px;
  }

  .card-slider-left-area .swiper {
    width: 70vw;
    height: 45vw;
  }

  .card-slider-wrapper .card-slider-left-area>span {
    font-size: 28px;
    max-width: 75%;
    margin-bottom: 25px;
  }

  .card-slider-right-area p {
    font-size: 25px;
    max-width: 85%;
  }

  .homepage-image {
    width: 100%;
    height: 250px;
    bottom: 120px;
  }

  .homepage-image {
    width: 500px;
    height: 250px;
    bottom: 290px;
  }

  .main-slider .main-slider-left-text {
    left: 24px;
  }

  .main-slider .main-slider-right-text {
    right: 24px;
  }

  .main-slider {
    height: 100vh;
    margin-bottom: 150px;
    margin-top: 100px;
    overflow: hidden;
  }

  .card-slider-wrapper .card-slider-left-area .card-area-button {
    margin-top: 20px;
  }

  .card-slider-wrapper .card-slider-left-area .card-area-button a {
    padding: 8px 60px;
  }

  .card-slider-wrapper .card-slider-left-area .card-area-button-plus svg {
    width: 40px;
    height: 40px;
  }

  .projects {
    margin-top: 35px;
  }

  .card-slider-right-area {
    gap: 20px;
  }

  .card-slider-right-area span {
    font-size: 18px;
  }

  .projects .projects-header h1 {
    font-size: 28px;
  }

  .project-detail .project-number {
    font-size: 35px;
  }

  .main-slider .slide-text {
    margin-top: -110px;
    justify-content: flex-start;
    padding-top: 70px;
  }

  .full-text {
    margin-top: 55px;
  }

  .stars .stars-right-area {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .stars-item-text {
    flex: 1;
  }

  .stars .stars-left-area span {
    font-size: 18px !important;
  }

  .stars {
    padding-top: 150px !important;
  }

  .production-list-container {
    width: auto;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .production-list-container::-webkit-scrollbar {
    display: none;
  }

  .production-list .production-list-wrapper .production-list-item .production-list-item-mini-text {
    padding-top: 85px !important;
    font-size: 20px !important;
  }

  .production-list .production-list-wrapper .production-list-item span {
    font-size: 18px !important;
  }

  .production-list .production-list-wrapper .production-list-item h1 {
    font-size: 25px !important;
    max-height: 310px !important;
    overflow: hidden;
  }

  .production-list {
    padding-bottom: 0 !important;
  }

  .production-list .production-list-header {
    padding-bottom: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider .slide-text {
    margin-top: 0px;
    justify-content: flex-start;
    height: unset;
  }

  .stars .stars-left-area svg {
    width: 25px;
    height: 25px;
  }

  .main-slider .main-slider-text {
    display: none;
  }

  .card-slider-right-area p {
    font-size: 22px;
    line-height: 1.3;
  }

  .stars {
    flex-direction: column;
    padding-top: 60px !important;
    padding-bottom: 70px !important;
  }

  .full-text {
    margin-top: 20px;
  }

  .stars .stars-left-area span {}

  .stars .stars-left-area {
    gap: 30px;
  }

  .stars .stars-left-area a {
    width: 30%;
    padding: 10px 15px !important;
  }

  .stars .stars-right-area .stars-item h1 {
    font-size: 22px !important;
  }

  .stars .stars-right-area .stars-item span {
    font-size: 15px;
  }

  .stars .stars-right-area .stars-item svg {
    width: 50px;
  }

  .stars .stars-right-area {
    gap: 45px;
  }

  .stars-item-text {
    flex: 1;
  }

  .stars .stars-right-area .stars-item {
    gap: 20px;
  }

  .stars-item-icon {
    width: 100px;
  }

  .production-list .production-list-background-text {
    font-size: 40px !important;
  }

  .production-list-header .production-list-header-text {
    font-size: 32px !important;
    flex-wrap: wrap;
  }

  .production-list-header .production-list-header-text span {
    font-size: 25px !important;
  }

  .production-list .production-list-header {
    padding-bottom: 10px !important;
  }

  .brands-container {
    padding: 90px 0 50px !important;
  }

  .homepage-image {
    bottom: 50px;
    max-width: 100vw;
    width: 100%;
    position: unset;
    transform: unset;
    margin-top: 60px;
    /* display: none; */
  }

  .main-slider {
    margin-top: 15px;
    height: 50vh;
    margin-bottom: 50px;
  }

  .homepage-image div {
    position: unset;
    width: 100%;
    height: 100%;
  }

  .card-slider-wrapper .card-slider-left-area {
    margin-top: 30px;
    padding-left: 30px;
  }

  .main-slider .slide-text .slide-big-text svg {
    width: 40px;
    height: 40px;
  }

  .main-slider .slide-text .slide-big-text:nth-child(1) {
    margin-bottom: 10px;
    margin-top: 0;
  }

  .main-slider .slide-text .slide-link-list span {
    font-size: 13px;
    padding: 10px 20px;
  }

  .main-slider .main-slider-container {
    padding-top: 50px;
    height: auto;
  }

  .main-slider .slide-links {
    margin-top: 0;
  }

  .card-slider-wrapper {
    padding: 0 24px 50px;
  }

  .projects .project-detail {
    gap: 20px;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .projects-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .project-detail .project-number {
    flex: 1 0 0%;
  }

  .card-slider-right-area span {
    font-size: 16px;
    line-height: 1.3;
  }

  .footer-left-area {
    border: none;
  }

  .footer-wrapper {
    flex-direction: column;
    margin-top: 50px;
  }

  .footer-right-area .footer-contact {
    padding: 35px 24px;
  }

  .footer-right-area .footer-contact span {
    font-size: 20px;
  }

  .footer-right-area .footer-contact h6 {
    font-size: 16px;
  }

  .footer-right-area .footer-subscribe {
    padding: 35px 24px;
    flex-direction: column;
  }

  .footer-right-area .footer-subscribe .footer-subscribe-text .footer-subscribe-text-info {
    width: 80%;
    font-size: 15px;
  }

  .contact-section .contact-wrapper .contact-wrapper-header {
    margin-bottom: 50px;
    margin-top: -9vw;
  }

  .footer-wrapper .footer-subscribe-form .contact-wrapper-item-form-element {
    width: calc(100vw - 48px);
    font-size: 18px;
    padding: 20px 20px;
    height: 55px;
  }

  .footer-subscribe .footer-subscribe-form {}

  .footer-left-area .footer-social-media {
    padding: 35px 24px;
  }

  .footer-left-area .footer-social-media img {
    width: 30px;
  }

  .footer-left-area .footer-logo {
    display: none;
  }

  .footer-bottom {
    padding: 35px 24px;
    gap: 24px;
    flex-direction: column;
  }

  .footer-bottom span {
    font-size: 15px;
  }
}

/* Brands */
.brands-container {
  padding: 160px 0;
  overflow: hidden;
}

.brands-container .swiper {
  z-index: 0;
}

.brands-container .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands-container .swiper-slide {
  width: auto;
}

.brands-container .swiper-slide img {
  margin: 0 100px;
}

/* Production List */
.production-list .production-list-background-text {
  text-shadow: -1px -1px 0 #e8d7ac, 1px -1px 0 #e8d7ac, -1px 1px 0 #e8d7ac, 1px 1px 0 #e8d7ac;
  text-transform: uppercase;
  color: #15111e;
  font-size: 7vw;
  opacity: 0.5;
}

.production-list .production-list-header {
  padding: 0 0 120px 8vw;
  max-width: 85%;
}

.production-list-container {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.production-list-header .production-list-header-text {
  color: #e8d7ac;
  font-size: 5vw;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 3.5vw;
  text-transform: uppercase;
}

.production-list-header .production-list-header-text span {
  color: white;
  font-size: 1.5vw;
}

.production-list .production-list-wrapper {
  display: flex;
  padding-left: 45px;
  gap: 4.1vw;
}

.production-list .production-list-wrapper .production-list-item {
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  text-orientation: mixed;
}

.production-list .production-list-wrapper .production-list-item div {
  gap: 30px;
  display: flex;
  align-items: center;
}

.production-list {
  padding: 0px 0 20px 0;
  overflow: hidden;
}

.production-list .production-list-wrapper .production-list-item .production-list-item-mini-text {
  color: #ffffff;
  opacity: 0.2;
  font-size: 1.3vw;
  font-weight: 400;
  padding-top: 87px;
  padding-right: 10px;
}

.production-list .production-list-wrapper .production-list-item span {
  color: #e8d7ac;
  font-size: 0.8vw;
  display: flex;
  align-items: center;
}

.production-list .production-list-wrapper .production-list-item h1 {
  color: #fff;
  font-size: 2.2vw;
  font-weight: 700;
  max-width: 500px;
}

/* Stars */
.stars .stars-left-area span {
  font-size: 16px;
  color: white;
  /* max-width: 200px;*/
}

.stars-left-area a .card-area-button-plus {
  transition: 0.2s 0.1s;
  max-width: unset;
}

.stars-left-area a:hover .card-area-button-plus {
  transform: scale(0) rotate(196deg);
  transition-delay: 0s;
}

.stars-left-area a:hover .card-area-button-text {
  transform: scale(1);
  transition-delay: 0.1s;
}

.stars {
  display: flex;
  padding: 300px 6vw 140px;
  gap: 10vw;
  position: relative;
  background: #15111e;
}

.stars:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  transform: translate(0px, -100%);
  background: linear-gradient(to top, #15111e, #15111e00);
  pointer-events: none;
}

.stars .stars-left-area {
  flex-basis: 12%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stars .stars-left-area .stars-button {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  position: relative;
  padding: 15px 4.5vw;
  border: 1px solid white;
  border-radius: 100px;
}

.stars .stars-left-area a {
  border: 1px solid white;
  color: white;
  border-radius: 100px;
  display: inline-block;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  position: relative;
  padding: 15px 4.5vw;
}

.stars .stars-left-area .card-area-button-text {
  transition: 0.2s 0s;
  position: absolute;
  transform: scale(0);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 1.3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stars .stars-right-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5vw 5vw;
}

.stars .stars-right-area .stars-item {
  display: flex;
  gap: 40px;
}

.stars .stars-right-area .stars-item h1 {
  color: white;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.stars .stars-right-area .stars-item span {
  color: white;
  font-size: 16px;
  opacity: 0.6;
  font-weight: 400;
}

/* Full text */
.full-text {
  margin-top: 130px;
  padding-top: 20px;
  overflow: hidden;
}

.full-text .full-text-image-wrapper .full-text-image {
  background-repeat: no-repeat;
  height: 30vw;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: 2;
  position: relative;
  flex-basis: 18%;
}

.full-text .full-text-image-wrapper {
  display: flex;
  gap: 30px;
  margin-right: -20vw;
  justify-content: center;
  position: relative;
  margin-left: -20vw;
  margin-top: -5vw;
  align-items: center;
  z-index: 11;
}

.full-text .full-text-image-wrapper .full-text-image:first-child,
.full-text .full-text-image-wrapper .full-text-image:last-child {
  height: 25vw;
}

.full-text .full-text-image-wrapper:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 100px);
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(to top, #15111e 0%, rgba(21, 17, 30, 0) 100%);
  pointer-events: none;
}

.full-text .full-text-image-wrapper .full-text-image:nth-child(3) {
  flex-basis: 24%;
  height: 38vw;
}

.full-text .full-text-header {
  margin-top: -20px;
  color: #15111e;
  font-size: 7.5vw;
  padding: 0 6vw;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: -1px -1px 0 #e8d7ac, 1px -1px 0 #e8d7ac, -1px 1px 0 #e8d7ac, 1px 1px 0 #e8d7ac;
  display: block;
}

.full-text .full-text-header.active {
  color: #e8d7ac;
}

/* Contact */
.contact-section .contact-map iframe {
  width: 100%;
  height: 90vh;
}

.contact-section .contact-map {
  overflow: hidden;
}

.contact-section .contact-wrapper .contact-wrapper-header {
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  font-size: 18vw;
  margin-top: -7vw;
  text-align: center;
  z-index: 2;
  position: relative;
  max-width: 85vw;
  display: flex;
  margin-left: 7.5vw;
  margin-bottom: 120px;
}

.contact-section .contact-wrapper .contact-wrapper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.contact-section .contact-wrapper .contact-wrapper-button .contact-wrapper-buttons-link {
  color: #e8d7ac;
  font-size: 22px;
  font-weight: 400;
  padding: 20px 30px;
  border: 1px solid #e8d7ac;
  border-radius: 35px;
}

.contact-section .contact-wrapper .contact-wrapper-button .contact-wrapper-buttons-link.active {
  background: #e8d7ac;
  color: #15111e;
}

.footer-wrapper .footer-subscribe-form button:hover svg path {
  stroke: #e8d7ac;
}

.footer-wrapper .footer-subscribe-form button svg path {
  transition: 0.4s;
}

.contact-section .contact-wrapper .contact-wrapper-button .contact-wrapper-buttons-link:hover {
  background: #e8d7ac;
  color: #15111e;
}

.contact-section .contact-wrapper .contact-wrapper-item-info {
  color: white;
  display: flex;
  justify-content: space-between;
  width: 80%;
  position: relative;
  margin: 0 auto;
  gap: 50px;
}

.contact-section .contact-wrapper .contact-wrapper-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5vw;
  margin: 5vw auto;
}

.contact-section .contact-wrapper .contact-wrapper-item-info .contact-wrapper-item-number {
  color: white;
  font-size: 4.5vw;
  position: relative;
  transition: 0.4s;
  width: 50%;
  text-align: center;
}

.contact-section .contact-wrapper .contact-wrapper-item-info .contact-wrapper-item-number:hover {
  color: #e8d7ac;
}

.contact-section .contact-wrapper .contact-wrapper-item-info::after {
  content: "";
  position: absolute;
  width: 4.5vw;
  height: 1px;
  background: #fff;
  opacity: 0.4;
  transform: rotate(-65deg);
  bottom: 50%;
  right: calc(50% - 2.25vw);
}

.contact-section .contact-wrapper .contact-wrapper-item-info .contact-wrapper-item-mail {
  color: white;
  font-size: 3vw;
  transition: 0.4s;
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-section .contact-wrapper .contact-wrapper-item-info .contact-wrapper-item-mail:hover {
  color: #e8d7ac;
}

.contact-section .contact-wrapper .contact-wrapper-item-address {
  color: white;
  font-size: 2.2vw;
  max-width: 52%;
  text-align: center;
}

.contact-section .contact-wrapper .contact-wrapper-item-info .contact-wrapper-item-slash {
  font-size: 74px;
  opacity: 0.4;
}

.contact-section .contact-wrapper .contact-wrapper-item .contact-item-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px;
}

.contact-section .contact-wrapper .contact-wrapper-item .contact-item-button-wrapper .cotact-wrapper-item-line {
  opacity: 0.2;
  background: #fff;
  height: 1px;
  flex: 1;
}

.contact-section .contact-wrapper .contact-wrapper-item .contact-item-button-wrapper .contact-item-button-wrapper-text {
  gap: 40px;
  display: flex;
}

.contact-section .contact-wrapper .contact-wrapper-item .contact-item-button-wrapper .contact-item-button-wrapper-text .contact-item-button-wrapper-item {
  color: white;
  opacity: 0.4;
  font-size: 25px;
  font-weight: 400;
}

.contact-section .contact-wrapper .contact-wrapper-item .contact-item-button-wrapper .contact-item-button-wrapper-text .contact-item-button-wrapper-item.active {
  opacity: 1;
}

.contact-section .contact-wrapper .contact-wrapper-item .contact-item-button-wrapper .contact-item-button-wrapper-text .contact-item-button-wrapper-item.active:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e8d7ac;
  position: relative;
  display: block;
  margin-top: 5px;
}

.contact-section .contact-wrapper .contact-wrapper-item .contact-wrapper-item-form {
  display: flex;
  gap: 20px;
  flex-direction: column;
  max-width: 1050px;
  padding: 24px;
}

.contact-section .contact-wrapper .contact-wrapper-item .contact-wrapper-item-form .contact-wrapper-item-form-left-side {
  gap: 20px;
  width: 40%;
  display: flex;
  flex-direction: column;
}

.contact-section .contact-wrapper .contact-wrapper-item .contact-wrapper-item-form .contact-wrapper-item-form-right-side {
  flex: 1;
  height: auto;
  display: flex;
}

.contact-section .contact-wrapper .contact-wrapper-item .contact-wrapper-item-form .contact-wrapper-item-form-right-side textarea::placeholder {
  color: rgb(255 255 255 / 30%);
}

.contact-section .contact-wrapper .contact-wrapper-item .contact-wrapper-item-form .contact-wrapper-item-form-right-side textarea {
  border-radius: 44px;
  border: none;
  background: rgb(217 217 217 / 20%);
  resize: none;
  color: rgb(255 255 255 / 30%);
  width: 100%;
  padding: 30px 55px;
  font-size: 25px;
}

.contact-section .contact-wrapper-item-form-element {
  background: rgb(217 217 217 / 20%);
  border: none;
  color: rgb(255 255 255 / 30%);
  font-size: 25px;
  font-weight: 400;
  border-radius: 44px;
  padding: 20px 40px;
  height: 100%;
  transition: 0.4s;
}

.contact-section .contact-wrapper-item-form-element:focus,
.contact-section .contact-wrapper .contact-wrapper-item .contact-wrapper-item-form .contact-wrapper-item-form-right-side textarea:focus {
  border: 1px solid #e8d7ac;
  box-shadow: unset !important;
}

.contact-section .contact-wrapper .contact-wrapper-item .form-security-code {
  display: flex;
  width: 100%;
}

.contact-section .contact-wrapper .contact-wrapper-item .form-security-code .col.captcha {
  border-radius: 44px;
  border: none;
  flex-basis: 33%;
  margin: 0;
  padding-left: 0;
}

.contact-section .contact-wrapper .contact-wrapper-item .form-security-code .col.captcha #captcha_anasayfa_iletisim_input {
  border-radius: 44px;
}

.contact-section .contact-wrapper .contact-wrapper-item .contact-wrapper-item-form-kvkk-element {
  color: rgb(255 255 255 / 50%);
  width: 75%;
  text-align: center;
  font-size: 18px;
  margin: 10px auto 0 auto;
}

.contact-section .contact-wrapper .contact-wrapper-item .contact-wrapper-item-form-kvkk-element a {
  color: white;
}

.contact-section .contact-wrapper .contact-wrapper-item button {
  border: none;
}

.contact-section .contact-wrapper-item-form-element::placeholder {
  color: rgb(255 255 255 / 30%);
}

.contact-section .contact-wrapper .contact-wrapper-item .form-security-code .col.captcha button {
  width: 100%;
  font-size: 25px;
  color: rgb(255 255 255 / 30%);
  background: #444049;
  border-radius: 44px;
  height: 100%;
  transition: 0.4s;
}

.contact-section .contact-wrapper .contact-wrapper-item .form-security-code .col.captcha button:hover {
  color: white;
  transform: scale(1.02);
}

.contact-section .contact-wrapper .contact-wrapper-item .contact-wrapper-item-form .contact-wrapper-item-form-elements {
  display: flex;
  gap: 25px;
}

@media only screen and (max-width: 991px) {
  .contact-section .contact-wrapper .contact-wrapper-header {
    margin-bottom: 70px;
  }

  .contact-section .contact-wrapper .contact-wrapper-header {
    margin-bottom: 70px;
  }

  .contact-section .contact-wrapper-item-form-element {
    font-size: 20px;
  }

  .contact-section .contact-wrapper .contact-wrapper-item .contact-wrapper-item-form .contact-wrapper-item-form-right-side textarea {
    font-size: 20px;
  }

  .contact-section .contact-wrapper .contact-wrapper-item .form-security-code .col.captcha button {
    font-size: 22px;
  }

  .captcha a {
    right: 3.3vw;
  }

  .contact-section .contact-wrapper .contact-wrapper-item-address {
    font-size: 3.2vw;
    max-width: 75%;
  }
}

@media only screen and (max-width: 767px) {
  .homepage-image div {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.homepage-image {
    position: relative;
    margin: unset;
    width: 95%;
    margin: 0 auto;
    height: 320px;
    margin-top: 6rem;
}

.main-slider {
    height: auto;
    margin-bottom: 0;
}
  .full-text .full-text-header {
    font-weight: 600;
    text-shadow: none;
    line-height: 1.9;
  }

  .full-text .full-text-image-wrapper {
    gap: 10px;
  }

  .contact-section .contact-wrapper .contact-wrapper-button .contact-wrapper-buttons-link {
    font-size: 20px;
    padding: 12px 20px;
  }

  .contact-section .contact-wrapper-item-form-element {
    font-size: 15px;
    padding: 0 20px;
    width: 100%;
    height: 59px;
  }

  .contact-section .contact-wrapper .contact-wrapper-item .contact-wrapper-item-form .contact-wrapper-item-form-elements {
    flex-direction: column;
  }

  .contact-section .contact-wrapper .contact-wrapper-item .contact-wrapper-item-form .contact-wrapper-item-form-left-side {
    width: 100%;
  }

  .contact-section .contact-wrapper .contact-wrapper-item .contact-wrapper-item-form-kvkk-element {
    width: 100%;
    font-size: 15px;
  }

  .contact-section .contact-wrapper .contact-wrapper-item .form-security-code {
    flex-wrap: wrap;
    gap: 20px 0;
  }

  .contact-section .contact-wrapper .contact-wrapper-item .form-security-code .col.captcha {
    flex: 1 0 50%;
  }

  .contact-section .contact-wrapper .contact-wrapper-item .form-security-code .col.captcha button {
    padding: 10px;
    font-size: 20px;
    height: 60px;
  }

  .captcha a {
    right: 5vw;
  }

  .contact-section .contact-wrapper .contact-wrapper-item .contact-wrapper-item-form .contact-wrapper-item-form-right-side textarea {
    padding: 20px 30px;
    font-size: 16px;
    height: 170px;
    border-radius: 33px;
  }

  .captcha img.captcha_img {
    height: 59px;
  }

  .contact-section .contact-wrapper .contact-wrapper-item-info .contact-wrapper-item-number {
    font-size: 6vw;
  }

  .contact-section .contact-wrapper .contact-wrapper-item-address {
    max-width: 100%;
    font-size: 5vw;
  }

  .contact-section .contact-wrapper .contact-wrapper-item-info .contact-wrapper-item-mail {
    font-size: 6vw;
  }

  .contact-section .contact-wrapper .contact-wrapper-item .contact-wrapper-item-form {
    max-width: 100%;
  }

  .contact-section .contact-wrapper .contact-wrapper-item-info {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .contact-section .contact-wrapper .contact-wrapper-item-info::after {
    width: 6vw;
    right: calc(50% - 3vw);
  }

  .contact-section .contact-wrapper .contact-wrapper-item {
    margin: 10vw auto;
  }

  .contact-section .contact-wrapper .contact-wrapper-header {
    margin-bottom: 40px;
  }
}

/* Project List */
.project-list-slider-section .project-list-swiper-item {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.project-list-slider-section .project-list-swiper-item .project-list-swiper-item-image {
  width: 100vw;
  height: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 5.5vw;
  padding-bottom: 80px;
}

.project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper .project-list-swiper-item-text {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  padding-bottom: 50px;
}

.project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper .project-list-swiper-item-text span {
  font-size: 5vw;
  color: white;
  font-weight: 700;
  display: inline-block;
  max-width: 70%;
}

.project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper .project-list-arrow-area {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-top: 60px;
  width: 62%;
  align-items: flex-start;
}

.project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper .project-list-arrow-area .project-list-category {
  padding-left: 40px;
}

.project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper .project-list-arrow-area .project-list-category li {
  color: white;
  max-width: 200px;
}

.project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper .project-list-arrow-area .project-list-category::before {
  content: "";
  width: 12px;
  height: 12px;
  background: white;
  position: absolute;
  left: 0;
  top: 65px;
}

.project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper .project-list-arrow-area .project-list-category-header {
  font-size: 55px;
  color: white;
  max-width: 35%;
  flex: 1;
  font-style: normal;
  line-height: 1.2;
}

.project-list-section {
  margin-top: 215px;
  padding-left: 5.5vw;
  padding-right: 6vw;
}

.project-list-section .project-list-section-header {
  font-size: 2.8vw;
  color: white;
  max-width: 55%;
  margin-bottom: 8vw;
}

.project-list-section .project-list-category-wrapper .project-category-list .project-category-list-wrapper::-webkit-scrollbar {
  display: none;
}

.project-list-section .project-list-category-wrapper {
  display: flex;
  gap: 4vw;
  justify-content: flex-start;
  margin-bottom: 12vw;
}

.project-list-section .project-list-category-wrapper .project-category-list {
  height: 100%;
  position: sticky;
  top: 180px;
}

.project-list-section .project-list-category-wrapper .project-category-list .project-category-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  color: white;
}

.project-list-section .project-list-category-wrapper .project-category-list .project-category-list-wrapper .project-category-list-item {
  transition: 0.4s;
  max-width: 130px;
}

.project-list-section .project-list-category-wrapper .project-category-list .project-category-list-wrapper .project-category-list-item.active a{
  color: #e8d7ac;
}

.project-list-section .project-list-category-wrapper .project-category-list .project-category-list-wrapper .project-category-list-item a:hover {
  color: #e8d7ac;
}

.project-list-section .project-list-category-wrapper .project-category-list .project-category-list-wrapper .project-category-list-item a {
  color: white;
}

.project-list-section .project-list-category-wrapper .project-category-list .project-category-list-wrapper .project-category-list-item a.active {
    color: #e4d3aa;
}

.project-list-section .project-list-category-wrapper .project-list-wrapper {
  flex: 1;
}

.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item {
  display: flex;
  gap: 5vw;
  padding-bottom: 7vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 6vw;
}

.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-left-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 20%;
}

.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-left-side .project-list-item-header {
  font-size: 1.3vw;
  color: white;
  position: relative;
  padding-left: 20px;
}

.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-left-side .project-list-item-header::before {
  content: "";
  width: 17px;
  height: 17px;
  background: white;
  display: block;
  border-radius: 100px;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translate(0, -50%);
}

.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side {
  display: grid;
  gap: 1rem;
  flex: 1;
  grid-template-columns: repeat(5, 1fr);
}

.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side .project-list-item-right-side-header {
  font-size: 2.5vw;
  color: white;
  text-decoration-line: underline;
  max-width: 65%;
}

.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side .project-list-item-right-side-header-area {
  display: flex;
  justify-content: space-between;
}

.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side .project-list-item-right-side-header-area a {
  color: white;
  font-size: 1.3vw;
  height: fit-content;
  position: relative;
}

.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side .project-list-item-right-side-header-area a:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: white;
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}

.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side .project-list-item-right-side-header-area a:hover::before {
  opacity: 1;
  visibility: visible;
  background: #e8d7ac;
}

.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side .project-list-item-right-side-image-area img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side .project-list-item-right-side-image-area {
  display: flex;
  gap: 33px;
  position: relative;
}

.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side .project-list-item-right-side-image-area span {
  position: absolute;
  color: white;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-size: 15px;
  transition: 0.4s;
  width: 85%;
  text-align: center;
}

.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side .project-list-item-right-side-image-area::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgb(0 0 0 / 30%);
  transition: 0.4s;
}

.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side .project-list-item-right-side-image-area:hover:before,
.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side .project-list-item-right-side-image-area:hover span {
  content: "";
  opacity: 0;
}

.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item:last-child {
  border: none;
  padding-bottom: 0;
}

.project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item:first-child {
  padding-top: 0;
}

@media screen and (max-width: 1440px) {
  .project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side {
    grid-template-columns: repeat(4, 1fr);
  }

  .project-list-section .project-list-category-wrapper {
    gap: 5rem;
  }
}

@media screen and (max-width: 1199px) {
  .project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side {
    grid-template-columns: repeat(3, 1fr);
  }

  .project-list-section .project-list-category-wrapper {
    gap: 4rem;
  }
}


@media only screen and (max-width: 991px) {
  .project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-left-side .project-list-item-icon {
    max-width: 130px;
  }

  .project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item {
    flex-direction: column;
  }

  .project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-left-side {
    flex-direction: row;
    align-items: center;
  }

  .project-list-section .project-list-category-wrapper .project-category-list {
    flex-basis: 25%;
  }

  .project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side .project-list-item-right-side-header-area a {
    font-size: 15px;
    height: fit-content;
  }

  .project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-left-side .project-list-item-header {
    margin: 0;
  }

  .project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-list-section .project-list-category-wrapper {
    gap: 0rem;
  }
}

@media only screen and (max-width: 767px) {
  .project-list-section .project-list-category-wrapper {
    flex-direction: column;
    gap: 15vw;
  }

  .project-list-section .project-list-category-wrapper .project-category-list .project-category-list-wrapper {
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }

  .project-list-section .project-list-section-header {
    max-width: 100%;
    text-align: center;
    font-size: 19px;
  }

  .project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-left-side .project-list-item-header {
    font-size: 26px;
  }

  .project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side .project-list-item-right-side-header {
    font-size: 15px;
  }

  .project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-left-side .project-list-item-header::before {
    left: 2px;
    width: 10px;
    height: 10px;
  }

  .project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side .project-list-item-right-side-image-area {
    flex-direction: column;
    flex-basis: 100%;
    margin-right: 0;
  }

  .project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side .project-list-item-right-side-image-area img {
    max-width: 100%;
    height: 240px;
  }

  .project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item {
    gap: 12vw;
    padding-bottom: 12vw;
    padding-top: 12vw;
  }

  .project-list-section {
    padding: 0 24px;
  }
    .project-list-section .project-list-category-wrapper .project-list-wrapper .project-list-item .project-list-item-right-side {
    grid-template-columns: repeat(1, 1fr);
  }

  .project-list-section .project-list-category-wrapper .project-category-list {
    position:relative;
    top: 0;
  }
}

/* About Us */
.about-us-banner-section {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding-top: 30%;
  padding: 200px 130px 0;
  overflow: hidden;
  gap: 10vw;
}

.about-us-banner-section .about-us-banner-text {
  flex-basis: 10%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 85%;
  padding-top: 55px;
}

.about-us-banner-section .about-us-banner-big-text {
  flex: 1;
  color: white;
  z-index: 1;
}

.about-us-banner-section .about-us-banner-text .about-us-banner-text-header {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.about-us-banner-section .about-us-banner-big-text .about-us-banner-big-text-header {
  font-size: 9vw;
  line-height: 1.3;
}

.about-us-banner-section .about-us-banner-image {
  width: 30vw;
  height: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 55px;
  top: 0;
}

.about-us-banner-slider-section {
  display: flex;
  padding-left: 9vw;
  color: white;
  padding-top: 210px;
  padding-bottom: 100px;
  overflow: hidden;
}

.about-us-banner-slider-section .swiper-pagination-current {
  color: white;
}

.about-us-banner-slider-section .swiper-pagination {
  position: relative;
  flex: 0 0 25%;
  overflow: hidden;
  bottom: unset;
  left: unset;
  padding-top: 12px;
}

.about-us-banner-slider-section .mySwiper {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.about-us-banner-slider-section .about-us-banner-slider-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 32vw;
  position: relative;
}

.about-us-banner-slider-section .about-us-banner-slider-image a svg {
  padding-left: 0px;
}

.about-us-banner-slider-section .about-us-banner-slider-image a {
  background: white;
  position: absolute;
  right: 40px;
  width: 35px;
  height: 35px;
  bottom: 13px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-us-banner-slider-section .swiper-slide {
  transition: 0.4s;
  opacity: 0;
}

.about-us-banner-slider-section .swiper-slide-active,
.about-us-banner-slider-section .swiper-slide-next {
  opacity: 1;
}

.about-us-banner-slider-section .about-us-banner-slider-header {
  margin-bottom: 60px;
}

.about-us-banner-slider-section .mySwiper .about-us-banner-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  align-items: center;
}

.about-us-banner-slider-section .mySwiper .about-us-banner-footer .about-us-banner-breadcrumb {
  color: white;
  display: flex;
  gap: 10px;
}

.about-us-banner-slider-section .mySwiper .about-us-banner-footer .about-us-banner-breadcrumb a {
  color: white;
  font-size: 25px;
  opacity: 0.5;
}

.about-us-banner-slider-section .mySwiper .about-us-banner-footer .about-us-banner-breadcrumb a::after {
  content: " /";
}

.about-us-banner-slider-section .mySwiper .about-us-banner-footer .about-us-banner-breadcrumb a:last-child::after {
  opacity: 0;
}

.about-us-banner-slider-section .mySwiper .about-us-banner-footer .about-us-banner-footer-header {
  font-size: 30px;
}

.about-us-counting-section {
  display: flex;
  padding-left: 9vw;
  overflow: hidden;
  position: relative;
}

.about-us-counting-section .about-us-counting-text {
  flex-basis: 15%;
  padding-top: 40px;
}

.about-us-counting-section .about-us-counting-text span {
  width: 105px;
  display: block;
  color: white;
  font-size: 20px;
}

.about-us-counting-section .about-us-counting-area {
  flex: 1;
  overflow: hidden;
  padding-left: 7vw;
  padding-bottom: 6vw;
  z-index: 10;
  background: #15111e;
}

.about-us-counting-section .about-us-counting-area .about-us-counting-area-header {
  font-size: 5vw;
  color: #e8d7ac;
  max-width: 68%;
  display: block;
  padding-bottom: 5vw;
}

.about-us-counting-section .about-us-counting-area .about-us-counting-area-text {
  color: white;
  font-size: 15px;
  width: 24%;
  flex-basis: 24%;
}

.about-us-counting-section .about-us-counting-area .about-us-line-area {
  display: flex;
  gap: 6vw;
  align-items: center;
  padding-bottom: 4vw;
}

.about-us-counting-section .about-us-counting-area .about-us-line-area .about-us-line {
  flex-basis: 45%;
  height: 1px;
  background: rgb(255 255 255 / 20%);
}

.about-us-counting-section .about-us-counting-area .about-us-slider-count {
  color: white;
  font-variant-numeric: lining-nums proportional-nums;
  font-weight: 700;
  font-size: 5vw;
}

.about-us-counting-section .about-us-counting-area .about-us-slider-text {
  font-size: 20px;
  opacity: 0.5;
  color: white;
}

.about-us-full-bg-image {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -150px;
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.about-us-text-wrapper {
  display: flex;
  margin-left: 9vw;
  gap: 3vw;
  margin-bottom: 3.7vw;
}

.about-us-text-wrapper .about-us-text-wrapper-bg-image {
  flex-basis: 63%;
  height: 49vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -200px;
  width: 63%;
}

.about-us-text-wrapper .about-us-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 5vw;
  align-items: center;
}

.about-us-text-wrapper .about-us-text .about-us-text-header {
  color: #e8d7ac;
  font-weight: 400;
  font-size: 45px;
  width: 30vw;
  margin-bottom: 65px;
}

.about-us-text-wrapper .about-us-text .about-us-description {
  color: white;
  font-size: 25px;
  font-weight: 400;
  width: 30vw;
}

.about-us-text-wrapper .about-us-text .about-us-text-images {
  width: 100%;
  display: flex;
  gap: 42px;
  margin-top: 60px;
}

.about-us-text-wrapper .about-us-text .about-us-text-images .about-us-text-image {
  width: 50%;
  height: 20vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-us-full-bg-image span {
  position: absolute;
  bottom: -12vw;
  left: -2.5vw;
  font-size: 28vw;
  color: #15111e;
}

.about-us-footer-swiper {
  padding: 0 3.5vw 0 9vw;
}

.swiper.aboutUsLeftSwiper {
  max-height: 21vw;
}

span.about-us-swiper-left-date {
  color: #fff;
  font-size: 5vw;
}

.about-us-footer-swiper .about-us-footer-swiper-header {
  font-size: 17vw;
  color: white;
  padding-bottom: 43px;
  display: block;
  margin-top: -14vw;
}

.about-us-footer-swiper .about-us-footer-swiper-container {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 70px;
}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-left {
  width: 25%;
  padding-top: 8.56rem;
  overflow: hidden;
  border-top: 1px solid #fff;
}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-left .swiper {
  overflow: hidden;
  padding: 0px 0 10px;
}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-left .swiper .swiper-wrapper {
  flex-direction: column;
}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-left .swiper .swiper-wrapper .swiper-slide.slide-flex {
  display: flex;
  gap: 5.7vw;
  overflow: hidden;
}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-left .swiper .swiper-wrapper .swiper-slide {
  font-size: 5vw;
  color: #fff;
  opacity: 0.1;
  line-height: normal;
  width: auto !important;
  display: flex;
  align-items: center;
  user-select: none;
  font-variant-numeric: lining-nums proportional-nums;
}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-left .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  font-size: 9vw;
  opacity: 0.3;
  padding-top: 15px;
}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-middle {
  width: 37%;
  overflow: hidden;
  margin-right: 5.3vw;
  padding-top: 8.56rem;
  border-top: 1px solid #fff;
}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-middle .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  object-fit: contain;
}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right {
  width: 32%;
  position: relative;
  margin-top: -3.25vw;
  overflow: hidden;
  background: #15111e;
}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper {}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper .swiper-wrapper {}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper .swiper-wrapper .swiper-slide {
  transition: 0.4s;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper .swiper-wrapper .swiper-slide h1 {
  color: #e8d7ac;
  font-size: 2.4vw;
  font-weight: 400;
  margin-bottom: 3.45vw;
  max-width: 22.95vw;
}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper .swiper-wrapper .swiper-slide p {
  color: #fff;
  font-size: 1.3vw;
  max-width: 21.95vw;
  margin: 0;
}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper .about-us-pag {
  display: flex;
  gap: 25px;
  margin-top: 5.9vw;
}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper .about-us-pag .swiper-button-prev,
.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper .about-us-pag .swiper-button-next {
  background: none;
  padding: 1.05vw 2.6vw;
  border: 1px solid #c5b793;
  border-radius: 100px;
  position: unset;
  margin: 0;
  display: flex;
  width: fit-content;
  height: auto;
}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper .swiper-wrapper .about-us-pag .swiper-button-prev {}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper .swiper-wrapper .about-us-pag .swiper-button-prev svg {}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper .swiper-wrapper .about-us-pag .swiper-button-prev svg path {}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper .swiper-wrapper .about-us-pag .swiper-button-next {}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper .swiper-wrapper .about-us-pag .swiper-button-next svg {}

.about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper .swiper-wrapper .about-us-pag .swiper-button-next svg path {}

@media screen and (max-width: 1199px) {
  .about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-middle {
    width: 100%;
  }

  .about-us-footer-swiper .about-us-footer-swiper-container {}

  .about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-left {
    width: 100%;
    border-top: 1px solid #fff;
  }

  .about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right {
    flex: 0 0 50%;
    width: 100%;
    margin: 0;
    padding-top: 7.3vw;
  }

  .about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-left .swiper .swiper-wrapper .swiper-slide {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  .about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-middle {
    order: 3;
    flex: 0 0 100%;
    padding-top: unset;
    border-top: 0;
    margin-top: 30px;
    margin-bottom: 9.2vw;
  }

  .about-us-footer-swiper .about-us-footer-swiper-container {
    flex-wrap: wrap;
  }

  .about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-left {
    flex: 0 0 50%;
    border-top: 0;
  }

  .about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper .swiper-wrapper .swiper-slide h1 {
    font-size: 4vw;
    max-width: 100%;
  }

  .about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper .swiper-wrapper .swiper-slide p {
    font-size: 2.4vw;
    max-width: 100%;
  }

  .about-us-footer-swiper .about-us-footer-swiper-header {
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 991px) {
  .about-us-full-bg-image {
    height: 55vh;
  }

  .about-us-text-wrapper .about-us-text-wrapper-bg-image {
    margin-top: -80px;
  }

  .about-us-banner-slider-section .swiper-pagination {
    flex: unset;
    text-align: left;
  }

  .about-us-banner-section .about-us-banner-text svg {
    width: 100px;
  }

  .about-us-banner-section .about-us-banner-text {
    flex-basis: 30%;
  }

  .about-us-banner-section .about-us-banner-image {
    width: 50vw;
    right: 24px;
  }

  .about-us-banner-section {
    padding: 200px 50px 50px;
  }

  .about-us-banner-section .about-us-banner-big-text .about-us-banner-big-text-header {
    font-size: 7vw;
  }

  .about-us-banner-slider-section {
    padding-top: 30px;
    overflow: hidden;
  }

  .about-us-banner-slider-section .mySwiper .about-us-banner-footer .about-us-banner-footer-header {
    font-size: 18px;
  }

  .about-us-banner-slider-section .mySwiper .about-us-banner-footer .about-us-banner-breadcrumb a {
    font-size: 15px;
  }

  .about-us-banner-slider-section .about-us-banner-slider-header {
    margin-bottom: 40px;
  }

  .about-us-counting-section .about-us-counting-area .about-us-counting-area-text {
    width: 50%;
    flex: 1;
  }

  .about-us-counting-section .about-us-counting-area .about-us-line-area .about-us-line {
    flex-basis: 25%;
  }

  .about-us-counting-section .about-us-counting-area .about-us-counting-area-header {
    max-width: 85%;
  }

  .about-us-text-wrapper .about-us-text .about-us-description {
    font-size: 16px;
    width: 79%;
  }

  .about-us-text-wrapper .about-us-text .about-us-text-images {
    margin-top: 120px;
  }

  .about-us-text-wrapper .about-us-text .about-us-text-header {
    font-size: 30px;
    width: 79%;
    margin-bottom: 30px;
  }

  .about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-left {
    padding-top: 4rem;
  }

  .swiper.aboutUsLeftSwiper {
    max-height: 200px;
  }

  .about-us-banner-slider-section .mySwiper .about-us-banner-footer {
    flex-direction: column;
    margin-top: 20px;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .swiper.aboutUsLeftSwiper {
    max-height: 100px;
  }

  .about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper svg {
    width: 20px;
    height: 20px;
  }

  .about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper .swiper-wrapper .swiper-slide p {
    font-size: 13px;
  }

  .about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-right .swiper .swiper-wrapper .swiper-slide h1 {
    font-size: 17px;
  }

  .about-us-footer-swiper .about-us-footer-swiper-header {
    padding-bottom: 5px;
  }

  .about-us-footer-swiper {
    padding-left: 24px;
  }

  .about-us-footer-swiper .about-us-footer-swiper-container {
    margin-bottom: 50px;
  }

  .about-us-banner-section {
    flex-direction: column-reverse;
    gap: 20px;
    justify-content: flex-start;
    height: 90vh;
    padding: 100px 24px 50px;
    width: 85%;
  }

  .about-us-banner-section .about-us-banner-text {
    padding-top: 20px;
  }

  .about-us-banner-section .about-us-banner-big-text {
    flex: unset;
  }

  .about-us-banner-section .about-us-banner-text .about-us-banner-text-header {
    z-index: 2;
  }

  .about-us-text-wrapper {
    flex-direction: column;
    margin: 90px 24px 30px;
  }

  .about-us-text-wrapper .about-us-text-wrapper-bg-image {
    flex-basis: 100%;
    width: 100%;
  }

  .about-us-text-wrapper .about-us-text .about-us-text-header {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-us-text-wrapper .about-us-text .about-us-description {
    width: 100%;
  }

  .about-us-text-wrapper .about-us-text .about-us-text-images {
    margin-top: 30px;
    margin-bottom: 45px;
  }

  .about-us-full-bg-image {
    height: 50vh;
  }

  .about-us-counting-section .about-us-counting-area .about-us-line-area .about-us-line {
    display: none;
  }

  .about-us-banner-slider-section {
    padding-left: 24px;
    padding-bottom: 70px;
  }

  .about-us-banner-slider-section .mySwiper {
    max-width: 90%;
  }

  .about-us-banner-slider-section .about-us-banner-slider-header {
    font-size: 23px;
    overflow-x: hidden;
  }

  .about-us-banner-slider-section .about-us-banner-slider-image {
    height: 45vw;
  }

  .about-us-banner-slider-section .swiper-pagination {
    display: none;
  }

  .about-us-banner-slider-section .mySwiper .about-us-banner-footer {
    flex-direction: column;
    margin-top: 20px;
    align-items: flex-start;
  }

  .about-us-banner-slider-section .mySwiper .about-us-banner-footer .about-us-banner-breadcrumb a {
    font-size: 12px;
  }

  .about-us-counting-section .about-us-counting-text {
    display: none;
  }

  .about-us-counting-section .about-us-counting-area {}

  .about-us-counting-section {
    padding-left: 24px;
  }

  .about-us-counting-section .about-us-counting-area .about-us-line-area {
    width: 85%;
    padding-bottom: 25px;
  }

  @media screen and (max-width: 767px) {
    .about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-left {
      max-height: 250px;
      padding-top: 30px;
    }

    .about-us-footer-swiper .about-us-footer-swiper-container .about-us-footer-swiper-left .swiper .swiper-wrapper .swiper-slide {
      margin-bottom: 0;
    }
  }
}

/* NEWS */
.news-slider-section {
  margin-top: 250px;
  overflow: hidden;
}

.news-slider-section .news-slider-bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 31vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 5vw;
}

.news-slider-section .swiper {
  margin: 0 -30vw;
}

.news-list-section {
  padding: 0 15vw;
  display: flex;
  margin-top: 130px;
  gap: 3.5vw;
  position: relative;
  background: #16111d;
}

.news-list.hide {
  display: none;
}

.news-list-section .news-list {
  flex-basis: 72%;
}

.news-list-section .news-category-wrapper {
  flex: 1;
  height: fit-content;
}

.news-list-section .news-list .news-list-item {
  margin-bottom: 100px;
}

.news-list-section .news-list .news-list-item .news-list-item-image {
  width: 100%;
  height: 31vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.news-list-section .news-list .news-list-item .news-list-item-image .news-list-item-brand {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 5px 10px;
  top: 20px;
  left: 20px;
  font-weight: 700;
  font-size: 13px;
  font-style: normal;
}

.news-list-section .news-list .news-list-item-date-wrapper {
  margin: 24px 0 50px;
}

.news-list-section .news-list .news-list-item-date-wrapper .news-list-item-date {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
}

.news-list-section .news-list .news-list-item-date-wrapper .news-list-item-author {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 45px;
  position: relative;
  margin-left: 10px;
  text-transform: uppercase;
}

.news-slider-section .news-slider-bg-image .news-list-item-date-wrapper .news-list-item-author {
  color: rgba(255, 255, 255, 1);
  padding-left: 45px;
  position: relative;
  margin-left: 10px;
  text-transform: uppercase;
}

.news-list-section .news-list .news-list-item-date-wrapper .news-list-item-author::after {
  content: "";
  width: 10px;
  background: white;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
}

.news-list-section .news-list .news-list-item-date-wrapper .news-list-item-author::before {
  content: "";
  border-radius: 30px;
  background: #eff2fb;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  left: 20px;
}

.news-list-section .news-list .news-list-item .news-list-item-header {
  color: #fff;
  font-size: 2.3vw;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  margin-bottom: 15px;
}

.news-list-section .news-list .news-list-item .news-list-item-description {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-list-section .news-list .news-list-item .news-list-item-button {
  border-radius: 50px;
  background: #e8d7ac;
  padding: 1.2vw 2.2vw;
  display: inline-block;
  color: black;
  transition: 0.4s;
}

.news-list-section .news-list .news-list-item .news-list-item-button:hover {
  background: #d4c6a3;
  scale: 1.1;
}

.news-list-section .news-category-wrapper .news-category {
  margin-bottom: 50px;
}

.news-list-section .news-category-wrapper .news-category-header {
  font-size: 30px;
  color: white;
  margin-bottom: 30px;
  display: inline-block;
}

.news-list-section .news-category-wrapper .news-category .news-category-list {
  display: flex;
  flex-direction: column;
}

.news-list-section .news-category-wrapper .news-category .news-category-list .news-list-item-brand {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 11px;
  font-style: normal;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  transition: 0.4s;
}

.follow-item a:hover {
  opacity: 0.6;
}

.news-list-section .news-category-wrapper .news-category .news-category-list .news-list-item-brand:hover {
  opacity: 0.6;
}

.follow-item a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 18px;
  display: inline-flex;
  transition: 0.4s;
}

.news-list-section .news-category-wrapper .follow-wrapper {
  margin-bottom: 50px;
}

.news-list-section .news-category-wrapper .follow-wrapper .follow-header {
  color: white;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 39px;
}

.news-list-section .news-category-wrapper .follow-wrapper .follow-item-wrapper {
  display: flex;
  gap: 10px;
}

.news-list-section .news-category-wrapper .follow-wrapper .follow-item-wrapper .follow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.news-list-section .news-category-wrapper .follow-wrapper .follow-item-wrapper .follow-item .follow-item-count {
  color: white;
  opacity: 0.6;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
}

.news-list-section .news-category-wrapper .popular-post-section {}

.news-list-section .news-category-wrapper .popular-post-section .popular-post-header {
  font-size: 30px;
  color: white;
}

.news-list-section .news-category-wrapper .popular-post-section .popular-post-section-wrapper {
  margin-top: 30px;
}

.news-list-section .news-category-wrapper .popular-post-section .popular-post-section-wrapper .popular-post-item {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid rgb(221 221 221 / 10%);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.news-list-section .news-category-wrapper .popular-post-section .popular-post-section-wrapper .popular-post-item .popular-post-item-image {
  width: 90px;
  height: 90px;
  flex-basis: 90px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-list-section .news-category-wrapper .popular-post-section .popular-post-section-wrapper .popular-post-item .popular-post-item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-list-section .news-category-wrapper .popular-post-section .popular-post-section-wrapper .popular-post-item .popular-post-item-text a:hover {
  opacity: 0.6;
}

.news-list-section .news-category-wrapper .popular-post-section .popular-post-section-wrapper .popular-post-item .popular-post-item-text .popular-post-item-header {
  color: white;
  font-size: 18px;
  max-width: 75%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}

.news-list-section .news-category-wrapper .popular-post-section .popular-post-section-wrapper .popular-post-item .popular-post-item-text .popular-post-item-date-wrapper {
  display: flex;
  align-items: center;
}

.news-list-section .news-category-wrapper .popular-post-section .popular-post-section-wrapper .popular-post-item .popular-post-item-text .popular-post-item-date-wrapper .popular-post-item-date {
  color: white;
  opacity: 0.6;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
  margin-right: 10px;
}

.news-list-section .news-category-wrapper .popular-post-section .popular-post-section-wrapper .popular-post-item .popular-post-item-text .popular-post-item-date-wrapper .popular-post-item-comment {
  font-variant-numeric: lining-nums proportional-nums;
  color: white;
  opacity: 0.6;
  font-size: 12px;
  margin-left: 20px;
  position: relative;
}

.news-list-section .news-category-wrapper .popular-post-section .popular-post-section-wrapper .popular-post-item .popular-post-item-text .popular-post-item-date-wrapper .popular-post-item-comment:before {
  content: "";
  width: 10px;
  background: white;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: calc(50% - 0.5px);
}

.news-list-section .news-category-wrapper .popular-post-section .popular-post-section-wrapper .popular-post-item .popular-post-item-text .popular-post-item-date-wrapper .popular-post-item-comment svg {
  margin-right: 2px;
}

.news-list-section .news-category-wrapper .popular-post-section .popular-post-section-wrapper .popular-post-item:last-child {
  border: unset;
}

.news-list-section:before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  background: linear-gradient(to top, #15111e 70%, #fff0);
  left: 0;
  transform: translate(0px, -100%);
  pointer-events: none;
}

.line-background {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTQwIiBoZWlnaHQ9IjI5NiIgdmlld0JveD0iMCAwIDk0MCAyOTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgo8cmVjdCB3aWR0aD0iOTQwIiBoZWlnaHQ9IjI5NiIgZmlsbD0idXJsKCNwYXR0ZXJuMCkiIGZpbGwtb3BhY2l0eT0iMC4zIi8+CjxkZWZzPgo8cGF0dGVybiBpZD0icGF0dGVybjAiIHBhdHRlcm5Db250ZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB3aWR0aD0iMC4wMTI3NjYiIGhlaWdodD0iMC4wNDA1NDA1Ij4KPHVzZSB4bGluazpocmVmPSIjaW1hZ2UwXzM2NF8yNDU4IiB0cmFuc2Zvcm09InNjYWxlKDAuMDAxMDYzODMgMC4wMDMzNzgzOCkiLz4KPC9wYXR0ZXJuPgo8aW1hZ2UgaWQ9ImltYWdlMF8zNjRfMjQ1OCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUF3QUFBQU1DQVlBQUFCV2RWem5BQUFBQ1hCSVdYTUFBQllsQUFBV0pRRkpVaVR3QUFBQUFYTlNSMElBcnM0YzZRQUFBQVJuUVUxQkFBQ3hqd3Y4WVFVQUFBQTJTVVJCVkhnQjdjeXhFUUFnQ0VOUm5GeWNEVEpYTkJ0QVowSHUwcjM3eXdvRHNFbjYreW5oekdSRStPQlBzTmJCaWxzSEszNEJacjVyZ2RWQzdpQUFBQUFBU1VWT1JLNUNZSUk9Ii8+CjwvZGVmcz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: cover;
}

.news-category-wrapper .news-search-wrapper #search-input {
  color: white;
  border: none;
  outline: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 2px solid white;
  padding-bottom: 15px;
  flex: 1;
}

.news-category-wrapper .news-search-wrapper #aramatxt {
  color: white;
  border: none;
  outline: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 2px solid white;
  padding-bottom: 15px;
  flex: 1;
}

.news-list-section .news-category-wrapper .news-search-wrapper.line-background {
  padding: 30px 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 50px;
}

.news-search-icon {
  background: #e8d7ac;
  padding: 18px;
  border-radius: 100px;
}

.news-category-wrapper .news-search-wrapper #search-input::placeholder {
  color: rgb(255 255 255 / 60%);
}

.news-category-wrapper .news-search-wrapper #aramatxt::placeholder {
  color: rgb(255 255 255 / 60%);
}

.news-list-section .news-category-wrapper .news-search-wrapper.line-background form {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}

.news-list-pagination a {
  padding: 17px 22px;
  background: white;
  border-radius: 100px;
  width: 3vw;
  height: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5vw;
  color: #000;
}

.news-list-pagination {
  display: flex;
  gap: 10px;
  margin-bottom: 10vw;
}

.news-list-pagination .news-list-pagination-item {
  font-weight: 100;
}

.news-slider-section .news-slider-bg-image .news-list-item-brand {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  z-index: 2;
}

.news-slider-section .news-slider-bg-image .news-slider-header {
  color: white;
  font-size: 30px;
  z-index: 2;
  max-width: 470px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.news-slider-bg-image::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.news-slider-section .news-slider-bg-image .news-list-item-date-wrapper {
  z-index: 2;
  color: white;
}

.news-slider-section .news-slider-bg-image .news-list-item-date-wrapper .news-list-item-date {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  z-index: 5;
  position: relative;
}

.news-slider-section .news-slider-bg-image .news-list-item-date-wrapper .news-list-item-author::before {
  content: "";
  border-radius: 30px;
  background: #eff2fb;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  left: 20px;
}

.news-slider-section .news-slider-bg-image .news-list-item-date-wrapper .news-list-item-author::after {
  content: "";
  width: 10px;
  background: white;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
}

@media screen and (max-width: 1440px) {
  .news-list-section {
    padding: 0 10vw;
  }
}

@media screen and (max-width: 1200px) {
  .news-slider-section .news-slider-bg-image .news-slider-header {
    font-size: 20px;
    max-width: 70%;
    margin-bottom: 15px;
  }

  .news-list-section:before {
    display: none;
  }

  .news-slider-section .news-slider-bg-image .news-list-item-date-wrapper .news-list-item-date {
    font-size: 13px;
  }

  .news-slider-section .news-slider-bg-image .news-list-item-date-wrapper .news-list-item-author {
    font-size: 13px;
  }

  .news-slider-section .news-slider-bg-image .news-list-item-brand {
    font-size: 10px;
  }

  .news-list-section {
    padding: 0 7vw;
  }
}

@media screen and (max-width: 991px) {
  .news-list-section {
    flex-direction: column-reverse;
  }

  .new-list-section.news-list-section {
    flex-direction: column;
    gap: 0;
  }

  .new-list-section.news-list-section .new-category-wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .news-slider-section .news-slider-bg-image .news-slider-header {
    font-size: 28px;
  }

  .news-slider-section .news-slider-bg-image .news-list-item-brand {
    font-size: 19px;
  }

  .news-list-section {
    padding: 0 24px;
    margin-top: 70px;
    gap: 70px;
  }

  .news-list-section .news-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .news-list-section .news-list-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .news-list-section .news-category-wrapper .popular-post-section .popular-post-section-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .news-list-section .news-category-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }

  .news-list-section .news-category-wrapper .news-search-wrapper.line-background {
    flex: 1 0 100%;
    order: -1;
    margin-bottom: 40px;
  }

  .news-list-section .news-category-wrapper .news-category {
    flex: 1 0 40%;
    margin-bottom: 0;
  }

  .news-list-section .news-category-wrapper .follow-wrapper {
    flex: 1 0 calc(50% - 12px);
    order: -1;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }

  .news-slider-section {
    margin-top: 200px;
  }

  .news-list-section .news-category-wrapper .popular-post-section .popular-post-section-wrapper .popular-post-item:last-child {
    border-bottom: none;
  }

  .news-slider-section .news-slider-bg-image {
    height: 70vw;
    align-items: center;
  }

  .news-slider-section .swiper {
    margin: 0 -60vw;
  }

  .news-list-pagination {
    grid-column: span 2;
  }

  .news-list-section .news-list .news-list-item {
    margin-bottom: 50px;
  }

  .news-list-pagination a {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .news-list-section .news-category-wrapper .popular-post-section .popular-post-section-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .news-slider-section {
    margin-top: 160px;
  }

  .news-list-section .news-list .news-list-item .news-list-item-image {
    height: 55vw;
  }

  .news-list-section .news-list .news-list-item .news-list-item-button {
    padding: 10px 20px;
  }

  .news-list-section .news-list .news-list-item .news-list-item-image .news-list-item-brand {
    left: 5px;
    top: 5px;
  }

  .news-list-section .news-list .news-list-item {
    margin-bottom: 30px;
  }

  .news-list-section .news-category-wrapper .follow-wrapper .follow-header {
    margin-bottom: 15px;
  }

  .news-slider-section .news-slider-bg-image .news-list-item-brand {
    margin-right: 0;
  }

  .news-list-section .news-category-wrapper .follow-wrapper {
    align-items: unset;
  }

  .news-list-section .news-list .news-list-item-date-wrapper .news-list-item-author {
    font-size: 13px;
  }

  .news-list-section .news-list .news-list-item .news-list-item-header {
    font-size: 20px;
  }

  .news-list-section .news-list {
    grid-template-columns: repeat(1, 1fr);
    flex-basis: 100%;
    width: 100%;
  }

  .news-list-pagination {
    grid-column: unset;
  }

  .news-list-section .news-list .news-list-item-date-wrapper {
    margin: 24px 0 24px;
  }

  .news-list-section .news-list .news-list-item-date-wrapper .news-list-item-date {
    font-size: 13px;
  }

  .news-list-section .news-list .news-list-item .news-list-item-description {
    font-size: 15px;
  }

  .news-list-section .news-category-wrapper .news-category {
    margin-bottom: 0;
  }

  .news-list-section .news-category-wrapper .news-search-wrapper.line-background {
    margin-bottom: 0;
  }
}

/* News Detail */
.news-list-section .new-category-wrapper {
  margin-top: 215px;
}

.new-list-section.news-list-section {
  padding: 0 15vw 0 0;
  margin-top: 0;
}

.new-list-section.news-list-section .new-list {
  flex-basis: 72%;
  display: flex;
  flex-direction: column;
  margin-bottom: 150px;
}

.new-list-section.news-list-section .new-list .new-detail-image {
  width: 100%;
  height: 32vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.new-list-section.news-list-section .new-list .new-list-image-text-wrapper {
  background: #15111e;
  margin-left: 5.2vw;
  margin-top: -119px;
  z-index: 2;
  padding-left: 50px;
}

.new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-list-author-area {
  display: flex;
  align-items: center;
  height: 120px;
}

.new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-list-author-area .news-list-item-brand {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 11px;
  font-style: normal;
  display: inline-block;
  text-transform: uppercase;
}

.faded-line {
  width: 10px;
  display: inline-block;
  background: white;
  opacity: 0.2;
  height: 1px;
  margin: 0 10px;
}

.new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-list-author-area .new-list-author-area-date {
  color: white;
  opacity: 0.6;
  font-variant-numeric: lining-nums proportional-nums;
}

.new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-list-author-area .new-list-author-name {
  color: white;
  opacity: 0.6;
  font-variant-numeric: lining-nums proportional-nums;
}

.new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-description-wrapper {
  border-top: 1px solid rgb(255 255 255 / 10%);
  width: 80%;
  padding-top: 40px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.new-description-wrapper .new-description-header {
  color: white;
  font-size: 48px;
  display: block;
  margin-bottom: 41px;
}

.new-description-wrapper .new-description-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  padding-bottom: 30px;
  display: block;
}

.new-description-wrapper .new-description-text .new-description-text-color {
  color: #e8d7ac;
  text-decoration-line: underline;
}

.new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-description-author-text.line-background {
  display: flex;
  margin-top: 60px;
  flex-direction: column;
}

.new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-description-author-text.line-background .new-description-author-text-description {
  color: white;
  border-bottom: 2px solid white;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  text-transform: uppercase;
  padding-bottom: 18px;
  margin: 0 50px 40px;
}

.new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-description-author-text.line-background .new-description-author-name {
  padding: 0 50px 50px;
  color: white;
  font-size: 20px;
}

.new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-description-author-text.line-background svg {
  margin-left: 35px;
  margin-top: -20px;
}

.new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-description-wrapper .new-description-second-header {
  color: white;
  font-size: 30px;
  display: block;
  line-height: 1.2;
  margin: 40px 0;
}

.new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-tags {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-tags .new-tags-header {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-right: 12px;
}

.new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-tags .new-tags-item {
  font-size: 15px;
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
  color: rgb(255 255 255 / 60%);
}

.new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-tags .faded-line {
  opacity: 1;
  height: 2px;
}

@media screen and (max-width: 1440px) {
  .new-description-wrapper .new-description-header {
    font-size: 40px;
  }

  .new-description-wrapper .new-description-text {
    font-size: 17px;
  }

  .new-list-section.news-list-section .new-list .new-list-image-text-wrapper {
    padding-left: 30px;
  }

  .new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-description-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .new-list-section.news-list-section {
    padding: 0 24px;
  }

  .new-list-section.news-list-section .new-list .new-list-image-text-wrapper {
    padding: 24px;
    margin-left: 0;
    margin-top: 0;
  }

  .new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-description-wrapper {
    width: 100%;
  }

  .new-list-section.news-list-section .new-list {
    margin-bottom: 60px;
  }

  .new-list-section.news-list-section .new-list .new-detail-image {
    height: 70vw;
  }

  .new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-list-author-area {
    height: 75px;
  }
}

@media screen and (max-width: 767px) {
  .new-list-section.news-list-section .new-list .new-list-image-text-wrapper {
    padding: 0;
  }

  .new-list-section.news-list-section {
    margin-top: 130px;
  }

  .new-description-wrapper .new-description-header {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .new-description-wrapper .new-description-text {
    font-size: 15px;
  }

  .new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-description-author-text.line-background .new-description-author-text-description {
    margin: 0 24px 24px;
  }

  .new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-description-author-text.line-background .new-description-author-name {
    padding: 0 24px 24px;
  }

  .new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-description-author-text.line-background svg {
    margin-left: 11px;
  }

  .new-list-section.news-list-section .new-list {
    margin-bottom: 20px;
  }

  .new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-list-author-area {
    height: 90px;
  }

  .new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-description-wrapper {
    padding-top: 24px;
  }

  .new-list-section.news-list-section .new-list .new-list-image-text-wrapper .new-description-author-text.line-background {
    margin-top: 40px;
  }
}

/* Kariyer */
.career-wrapper {
  padding: 175px 5.78vw 25px;
  display: flex;
  gap: 60px;
  position: relative;
}

.career-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.03;
  filter: blur(10px);
}

.career-wrapper .career-filter-wrapper {
  flex-basis: 300px;
}

.career-wrapper .career-filter-wrapper .career-filter-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 30px;
  margin-bottom: 10px;
}

.career-filter-mobile-close-button:before {
  content: "";
  position: absolute;
  right: calc(50% - 12.5px);
  top: 8%;
  width: 25px;
  height: 3px;
  transform: rotate(45deg);
  z-index: 11;
  background: white;
}

.career-filter-mobile-close-button:after {
  content: "";
  position: absolute;
  right: calc(50% - 12.5px);
  top: 8%;
  width: 25px;
  height: 3px;
  transform: rotate(-45deg);
  z-index: 11;
  background: white;
}

.career-filter-mobile-close-button {
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.career-wrapper .career-filter-wrapper.active .career-filter-mobile-close-button {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.career-wrapper .career-filter-wrapper .career-filter-item .career-filter-header {}

.career-wrapper .career-filter-wrapper .career-filter-item .career-filter-header {
  font-size: 30px;
  color: #e8d7ac;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}

.career-wrapper .career-filter-wrapper .career-filter-item .career-filter-body {
  margin-top: 20px;
  color: white;
}

.career-wrapper .career-filter-wrapper .career-filter-item .career-filter-body .career-filter-body-item {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.career-wrapper .career-body-wrapper {
  flex: 1;
  color: white;
}

.career-wrapper .career-body-wrapper .career-body-header {
  justify-content: space-between;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  gap: 20px;
}

.career-wrapper .career-body-wrapper .career-body-header.career-body-couter {}

.career-wrapper .career-body-wrapper .career-body-header .career-body-couter {
  font-size: 25px;
  opacity: 0.6;
  font-variant-numeric: lining-nums proportional-nums;
  text-align: right;
  font-weight: 400;
  line-height: normal;
}

.career-body-section {}

.career-body-section .career-body-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}

.career-body-section .career-body-item .career-body-item-header {
  display: flex;
  margin-bottom: 36px;
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-image {
  background: #e8d7ac;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 3px;
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-text-header {}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-date-wrapper {
  opacity: 0.6;
  font-size: 15px;
  font-weight: 400;
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-count {}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-icon {
  cursor: pointer;
  transition: 0.5s;
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-text-left-side {
  margin-left: 15px;
}

.career-body-item-text-left-side {}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-date-wrapper .career-body-item-date-text {}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-date-wrapper .career-body-item-date {
  margin-left: 10px;
  position: relative;
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-date-wrapper .career-body-item-date:before {
  content: ".";
  position: absolute;
  left: -8px;
  top: -4px;
}

.career-body-item-wrapper {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
  margin-left: 70px;
  margin-bottom: 10px;
}

.career-body-item-wrapper .career-body-item-position {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.career-body-item-wrapper .career-body-item-position .career-body-item-button {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px 70px;
  height: fit-content;
  font-size: 25px;
  cursor: pointer;
  transition: 0.4s;
}

.career-body-item-wrapper .career-body-item-position .career-body-item-button:hover {
  color: #e8d7ac;
  border-color: #e8d7ac;
}

.career-body-item-wrapper .career-body-item-position .career-body-item-mid-text-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.career-body-item-wrapper .career-body-item-position .career-body-item-mid-text-wrapper .career-body-item-mid-green-circle {
  width: 11px;
  height: 11px;
  background: #4cff2f;
  border-radius: 100px;
}

.career-body-item-wrapper .career-body-item-position .career-body-item-mid-text-wrapper .career-body-item-mid-red-circle {
  width: 11px;
  height: 11px;
  background: #ff2f2f;
  border-radius: 100px;
}

.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .career-body-item-location-area {
  display: flex;
  opacity: 0.6;
  align-items: center;
}

.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .career-body-item-location-area .career-body-item-location-area-item {
  margin-right: 32px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-variant-numeric: lining-nums proportional-nums;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-location-area .career-body-item-location-area-item {
  margin-right: 32px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-variant-numeric: lining-nums proportional-nums;
  color: white;
}

.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .career-body-item-location-area .career-body-item-location-area-item:after {
  content: ".";
  position: absolute;
  right: -18px;
  top: -3px;
}

.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .career-body-item-location-area .career-body-item-location-area-item:last-child:after {
  display: none;
}

.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .career-body-item-location-area .career-body-item-location-area-item:last-child {
  margin-right: 0px;
}

.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .carrer-body-item-position-brand-area {
  font-size: 25px;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
  display: flex;
  gap: 10px;
  align-items: center;
}

.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .carrer-body-item-position-brand-area .career-body-item-brand {
  border-radius: 60px;
  background: #1dc52d;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 700;
}

.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .carrer-body-item-position-brand-area .career-body-item-brand-emergency {
  background: #c5811d;
  border-radius: 60px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 700;
}

.career-body-item-brand-emergency {
  background: #c5811d;
  border-radius: 60px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 700;
  color: white;
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-text-right-side {
  display: flex;
  align-items: center;
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-text-right-side .career-body-item-count {
  display: flex;
  flex-direction: column;
  text-align: right;
  border-right: 1px solid rgb(255 255 255 / 30%);
  padding-right: 30px;
  margin-right: 30px;
  gap: 3px;
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-text-right-side .career-body-item-count.career-body-item-count-text {}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-text-right-side .career-body-item-count .career-body-item-count-text {
  font-size: 25px;
  font-weight: 700;
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-text-right-side .career-body-item-count .career-body-item-text {
  opacity: 0.6;
  font-size: 15px;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-image .career-body-item-image-text {
  font-size: 45px;
  color: #1f1a21;
  font-weight: 700;
  letter-spacing: -9px;
  transform: rotate(-35deg);
  border-radius: 20px;
  display: inline-block;
  line-height: normal;
  margin-left: -6px;
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-image .career-body-item-image-text:before {}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-icon.closed {
  transform: rotate(180deg);
}

.career-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  display: none;
  gap: 10px;
  z-index: 11;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  background: linear-gradient(0deg, rgba(40, 37, 47, 0.4) 0%, rgba(40, 37, 47, 0.4) 100%) 50% / cover no-repeat;
}

.career-modal-wrapper .carrer-modal-section-wrapper {
  display: flex;
  gap: 20px;
}

.career-modal-wrapper .career-modal-text {
  background: #15111e;
  border-radius: 30px;
  z-index: 3;
  position: relative;
  max-height: 71vh;
  max-width: 465px;
  /* height: 670px; */
  overflow: hidden;
}

.career-modal-wrapper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section {
  display: flex;
  flex-direction: column;
  background: #15111e;
  border-radius: 30px;
  padding: 30px;
  gap: 25px;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-modal-header {
  font-size: 25px;
  color: white;
  line-height: normal;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-brand {
  border-radius: 60px;
  background: #1dc52d;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 700;
  color: white;
  margin-left: 7px;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-location-area {
  display: flex;
  opacity: 0.6;
  align-items: center;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-location-area .career-body-item-location-area-item:after {
  content: ".";
  position: absolute;
  right: -18px;
  top: -3px;
  opacity: 0.6;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-location-area .career-body-item-location-area-item:last-child:after {
  display: none;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-location-area .career-body-item-location-area-item:last-child {
  margin-right: 0;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-mid-text-wrapper {
  display: flex;
  align-items: center;
  width: max-content;
  border-radius: 40px;
  width: 100%;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-mid-text-wrapper .career-body-item-mid-text {
  color: white;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-mid-text-wrapper .career-body-item-mid-green-circle {
  width: 11px;
  height: 11px;
  background: #4cff2f;
  border-radius: 100px;
  display: inline-block;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-mid-text-wrapper .career-body-item-mid-red-circle {
  width: 11px;
  height: 11px;
  background: #ff2f2f;
  border-radius: 100px;
  display: inline-block;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-modal-header-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media only screen and (max-width: 1440px) {
  .career-body-item-wrapper .career-body-item-position .career-body-item-button {
    font-size: 20px;
    padding: 15px 30px;
  }

  .career-body-item-wrapper {
    margin-left: 40px;
  }
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container {
  color: white;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 86%;
  overflow-y: scroll;
  max-height: 52vh;
  padding-bottom: 25px;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container .career-body-item-container-header {
  font-weight: 700;
  font-style: normal;
  line-height: normal;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container .career-body-item-container-text {
  opacity: 0.6;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container ul {
  opacity: 0.6;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-mid-text-wrapper .career-body-item-button {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-mid-text-wrapper .career-body-item-line {
  flex: 1;
  background: #fff;
  height: 1px;
  width: 100%;
  opacity: 0.2;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container ul li {
  display: flex;
  align-items: flex-start;
  padding-left: 15px;
  position: relative;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: white;
  display: inline-block;
  margin-top: 7px;
  position: absolute;
  left: 0;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container ul+ul {
  margin-left: 30px;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container ul li {
  display: flex;
  align-items: flex-start;
  padding-left: 15px;
  position: relative;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: white;
  display: inline-block;
  margin-top: 7px;
  position: absolute;
  left: 0;
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container ul+ul {
  margin-left: 30px;
}

.career-modal-wrapper .career-modal-form {
  background: #15111e;
  z-index: 3;
  position: relative;
  max-width: 465px;
  height: 71vh;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 30px;
}

.career-modal-wrapper .career-modal-form .career-modal-close-btn {
  position: absolute;
  right: -42px;
  top: -42px;
  background: #e8d7ac;
  padding: 15px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.4s;
}

.career-modal-wrapper .career-modal-form .career-modal-close-btn:hover {
  scale: 0.8;
}

.career-modal-wrapper .captcha img.captcha_img {
  border-radius: 24px;
}

.career-modal-wrapper .career-modal-form .career-modal-form-header {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: white;
  padding-bottom: 40px;
  display: inline-block;
}

.career-modal-wrapper .career-modal-form form .upload-your-cv .upload-your-cv-wrapper {
  position: relative;
  cursor: pointer;
}

.career-modal-wrapper .career-modal-form form .upload-your-cv .upload-your-cv-wrapper>svg {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

.career-modal-wrapper .career-modal-form form .upload-your-cv .upload-your-cv-wrapper .cv-text {
  color: #fff;
  font-size: 25px;
  max-width: 25%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.career-modal-wrapper .career-modal-form form .upload-your-cv .upload-your-cv-wrapper .cv-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.career-modal-wrapper .career-modal-form form .upload-your-cv input {
  display: none;
}

.career-modal-wrapper .career-modal-form .form-item {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.career-modal-wrapper .career-modal-form .form-item input {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 40px 20px;
  background: #15111e;
  font-size: 20px;
  opacity: 0.5;
}

.career-modal-wrapper .career-modal-form .form-item .col.captcha {
  padding: 0;
}

.career-wrapper .career-filter-mobile-menu {
  display: none;
}

@media screen and (max-width: 1199px) {
  .career-wrapper {
    flex-direction: column;
  }

  .career-modal-wrapper .career-modal-form .career-modal-close-btn svg {
    width: 24px;
    height: 24px;
  }

  .career-modal-wrapper .career-modal-form .career-modal-close-btn {
    left: -36px;
    top: -24px;
    right: unset;
  }

  .career-wrapper .career-filter-mobile-menu {
    display: block;
  }

  .career-wrapper .career-filter-wrapper {
    display: none;
  }

  .career-wrapper .career-filter-mobile-menu .career-filter-mobile-menu-header {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 18px;
    cursor: pointer;
  }

  .career-wrapper .career-filter-mobile-menu .career-filter-mobile-menu-header .filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .career-wrapper .career-filter-mobile-menu .career-filter-mobile-menu-header .filter-btn svg {
    width: 3vw;
  }

  .career-wrapper .career-filter-mobile-menu .career-filter-mobile-menu-header .filter-btn svg path {}

  .career-wrapper .career-filter-mobile-menu .career-filter-mobile-menu-header .filter-btn .career-filter-header-text {
    font-size: 3vw;
    color: #fff;
    font-weight: 700;
  }

  .career-wrapper .career-filter-wrapper.active {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 70px 10vw 10vw;
    z-index: 999;
    overflow-y: scroll;
    width: 100vw;
  }
}

@media screen and (max-width: 991px) {
  .career-modal-wrapper {
    flex-direction: column;
    bottom: 0;
    padding-top: 30px;
    overflow: scroll;
  }

  .career-modal-wrapper .career-modal-text {
    height: auto;
  }

  .career-modal-wrapper .career-modal-form {
    height: auto;
  }

  .career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container {
    scroll-behavior: smooth;
    max-height: 35vh;
  }

  .career-modal-wrapper .career-modal-form .form-item input {
    padding: 25px 10px;
    font-size: 18px;
  }

  .career-modal-wrapper .career-modal-form form .upload-your-cv .upload-your-cv-wrapper {}

  .captcha img.captcha_img {
    height: 100% !important;
  }

  .form-button button {
    padding: 15px 70px !important;
    font-size: 18px !important;
  }

  .kvkk p {
    font-size: 16px;
  }

  .kvkk a {
    font-size: 15px;
  }

  .career-modal-wrapper .career-modal-form .career-modal-form-header {
    font-size: 22px;
    padding-bottom: 20px;
  }

  .career-modal-wrapper .carrer-modal-section-wrapper {
    margin-top: 280px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
  }

  .career-modal-wrapper .career-modal-form .career-modal-close-btn {
    right: -30px;
    top: -83vw;
    left: unset;
  }

  .career-modal-wrapper .career-modal-form .career-modal-close-btn svg {
    width: 30px;
    height: 30px;
  }

  .career-modal-wrapper .career-modal-form form .upload-your-cv .upload-your-cv-wrapper>svg {
    height: 80px;
  }

  .career-modal-wrapper .career-modal-form form .upload-your-cv .upload-your-cv-wrapper .cv-text {
    font-size: 19px;
  }

  .career-wrapper {
    padding-top: 170px;
  }

  span.career-body-couter {}

  .career-body-item-wrapper .career-body-item-position .career-body-item-button {
    padding: 10px 20px;
    font-size: 17px;
  }

  .career-body-item-wrapper {
    margin-left: 20px;
  }

  .career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .carrer-body-item-position-brand-area {
    font-size: 22px;
  }

  .career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .career-body-item-location-area .career-body-item-location-area-item {
    font-size: 13px;
  }

  .career-wrapper .career-body-wrapper .career-body-header .career-body-couter {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .career-body-item-position {
    flex-direction: column;
    gap: 20px;
  }

  .career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-location-area .career-body-item-location-area-item .career-body-item-location-text {
    font-size: 13px;
    line-height: 0;
  }

  .career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-location-area .career-body-item-location-area-item:after {
    top: -8px;
  }

  .career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container .career-body-item-container-text {
    font-size: 14px;
  }

  .career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container {
    max-width: 95%;
  }

  .career-modal-wrapper .career-modal-text {
    max-width: calc(100vw - 48px);
  }

  .career-modal-wrapper .career-modal-form {
    max-width: calc(100vw - 48px);
  }

  .career-modal-wrapper .captcha img.captcha_img {
    height: 52px !important;
    border-radius: 20px;
  }

  .career-modal-wrapper .career-modal-form .form-item input {
    font-size: 15px;
    padding-left: 15px;
  }

  .career-modal-wrapper .career-modal-form form .upload-your-cv .upload-your-cv-wrapper {
    width: 100%;
  }

  .career-modal-wrapper .career-modal-form form .upload-your-cv .upload-your-cv-wrapper>svg {
    width: 100%;
  }

  .career-modal-wrapper .carrer-modal-section-wrapper {
    margin-top: 430px;
  }

  .career-modal-wrapper .career-modal-form .career-modal-close-btn {
    top: -131vw;
    right: -14px;
    padding: 10px;
  }

  .career-wrapper .career-filter-wrapper.active {
    padding: 70px 24px 10vw;
  }

  .career-body-item-wrapper {
    margin-left: 0;
    padding: 24px;
  }

  .career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-text-right-side .career-body-item-count {
    padding-right: 15px;
    margin-right: 15px;
  }

  .career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .career-body-item-location-area .career-body-item-location-area-item .career-body-item-location-text {
    font-size: 13px;
    line-height: 0;
  }

  .career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .carrer-body-item-position-brand-area .career-body-item-brand {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .carrer-body-item-position-brand-area .career-body-item-position-header-wrapper-text {
    font-size: 18px;
  }

  .career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .carrer-body-item-position-brand-area .career-body-item-brand-emergency {
    font-size: 13px;
  }

  .career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .carrer-body-item-position-brand-area {}

  .career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .career-body-item-location-area .career-body-item-location-area-item:after {
    top: -8px;
  }

  .career-body-item-wrapper .career-body-item-position .career-body-item-button {
    font-size: 17px;
    padding: 10px 20px;
  }

  .career-body-section .career-body-item {
    margin-bottom: 35px;
  }

  .career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-text-left-side {
    margin-left: 0;
  }

  .career-body-section .career-body-item .career-body-item-header {
    margin-bottom: 20px;
  }

  .career-body-section .career-body-item .career-body-item-header .career-body-item-image {
    display: none;
  }

  .career-wrapper .career-body-wrapper .career-body-header .career-body-couter {
    font-size: 15px;
  }

  .career-wrapper .career-body-wrapper .career-body-header .career-body-header-text {
    font-size: 20px;
  }

  .career-wrapper .career-filter-mobile-menu .career-filter-mobile-menu-header .filter-btn svg {
    width: 5vw;
  }

  .career-wrapper .career-filter-mobile-menu .career-filter-mobile-menu-header .filter-btn .career-filter-header-text {
    font-size: 4vw;
  }

  .career-wrapper {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .career-body-item-wrapper .career-body-item-position .career-body-item-mid-text-wrapper {
    width: 100%;
  }

  .career-body-item-wrapper .career-body-item-position .career-body-item-button {
    display: inline-block;
  }

  .career-body-item-wrapper .career-body-item-position {
    justify-content: unset;
    align-items: flex-start;
  }
}

/* CAREER END */
.captcha img.captcha_img {
  height: 82px;
  max-height: 82px;
}

.form-button {}

.form-button button {
  background: #e8d7ac;
  padding: 20px 70px;
  width: 100%;
  border-radius: 20px;
  border: none;
  font-size: 25px;
}

.kvkk b {
  color: white;
}

.kvkk a {
  color: rgb(255 255 255 / 60%);
}

.kvkk {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.kvkk p {
  margin: 0;
}

.kvkk:before {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid white;
  margin-right: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
}

.checkbox-item input:checked~label:before {
  background: #e8d7ac;
}

footer {}

footer .footer-wrapper {
  display: flex;
  flex-direction: column;
}

footer .footer-wrapper .footer-top-area {
  display: flex;
  border-top: 1px solid rgb(255 255 255 / 20%);
}

footer .footer-wrapper .footer-top-area .footer-logo {
  flex: 0 0 30%;
  padding: 3.4vw 5vw;
  border-right: 1px solid rgb(255 255 255 / 20%);
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footer-wrapper .footer-top-area .footer-logo a {}

footer .footer-wrapper .footer-top-area .footer-logo a img {
  width: 100%;
}

footer .footer-wrapper .footer-contact {
  display: flex;
  flex: 0 0 30%;
  padding: 5vw;
  max-width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 20%);
  border-right: 1px solid rgba(255, 255, 255, 20%);
  flex-direction: column;
  gap: 2rem;
}

footer .footer-wrapper .footer-contact .contact-phone {
  display: flex;
  flex-direction: column;
}

footer .footer-wrapper .footer-contact .contact-phone span {
  color: #fff;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: clamp(20px, 1.3vw, 25px);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

footer .footer-wrapper .footer-contact .contact-phone a {
  color: #fff;
  /* font-variant-numeric: lining-nums tabular-nums; */
  transition: 0.4s;
  font-size: clamp(22px, 1.7vw, 32px);
  font-weight: 400;
  line-height: normal;
  opacity: .5;
}

footer .footer-wrapper .footer-contact .contact-phone a:hover {
  opacity: 1;
  color: #e8d7ac;
}

footer .footer-wrapper .footer-contact .contact-mail {
  display: flex;
  flex-direction: column;
}

footer .footer-wrapper .footer-contact .contact-mail span {
  color: #fff;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: clamp(20px, 1.3vw, 25px);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

footer .footer-wrapper .footer-contact .contact-mail a:hover {
  opacity: 1;
  color: #e8d7ac;
}

footer .footer-wrapper .footer-contact .contact-mail a {
  color: #fff;
  /* font-variant-numeric: lining-nums tabular-nums; */
  transition: 0.4s;
  font-size: clamp(22px, 1.7vw, 32px);
  font-weight: 400;
  line-height: normal;
  opacity: .5;
}

footer .footer-wrapper .footer-bottom-area {
  display: flex;
  border-top: 1px solid rgb(255 255 255 / 20%);
}

footer .footer-wrapper .footer-bottom-area .footer-social {
  flex: 0 0 30%;
  padding: 5vw;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

footer .footer-wrapper .footer-bottom-area .footer-social ul {
  display: flex;
  gap: 1rem;
}

footer .footer-wrapper .footer-bottom-area .footer-social span {
  color: #FFF;
  font-size: clamp(20px, 1.3vw, 25px);
  font-weight: 600;
  line-height: normal;
}

footer .footer-wrapper .footer-bottom-area .footer-social a {}

footer .footer-wrapper .footer-bottom-area .footer-social a svg {
  width: 3.23vw;
}

footer .footer-wrapper .footer-bottom-area .footer-social a:hover {
  transform: scale(0.8);
}

footer .footer-wrapper .footer-bottom-area .footer-social a svg path {}

footer .footer-wrapper .footer-bottom-area .footer-subscribe-form {
  display: flex;
  width: 100%;
  padding: 5vw;
  flex-direction: column;
  align-items: start;
}

footer .footer-wrapper .footer-bottom-area .footer-subscribe-form .subscribe-form-titles {
  width: 100%;
}

footer .footer-wrapper .footer-bottom-area .footer-subscribe-form .subscribe-form-titles .subscribe-form-text {
  color: #fff;
  font-size: clamp(20px, 1.3vw, 25px);
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: normal;
}

footer .footer-wrapper .footer-bottom-area .footer-subscribe-form .subscribe-form-titles .subscribe-form-desc {
  color: #fff;
  font-size: clamp(16px, 1.1vw, 21px);
  opacity: 0.5;
  line-height: normal;
  margin-bottom: 2rem;
  max-width: 23.4vw;
}

footer .footer-wrapper .footer-bottom-area .footer-subscribe-form form {}

footer .footer-wrapper .footer-bottom-area .footer-subscribe-form form .contact-wrapper-item-form-element {
  width: 23.4vw;
}

footer .footer-wrapper .footer-bottom-area .footer-subscribe-form form button {}

footer .footer-wrapper .footer-bottom-area .footer-subscribe-form form button svg path {}

@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-top-area .footer-logo {
    display: none;
  }

  footer .footer-wrapper .footer-top-area .footer-contact .contact-phone span {
    font-size: 20px;
  }

  footer .footer-wrapper .footer-top-area .footer-contact .contact-phone a {
    font-size: 15px;
  }

  footer .footer-wrapper .footer-top-area .footer-contact {
    flex: 1;
    padding: 34px 24px;
    max-width: 100%;
  }

  footer .footer-wrapper .footer-top-area .footer-contact .contact-mail span {
    font-size: 20px;
  }

  footer .footer-wrapper .footer-top-area .footer-contact .contact-mail a {
    font-size: 15px;
  }

  footer .footer-wrapper .footer-bottom-area {
    flex-direction: column;
  }

  footer .footer-wrapper .footer-bottom-area .footer-social a svg {
    width: 35px;
  }

  footer .footer-wrapper .footer-bottom-area .footer-social {
    justify-content: space-between;
    padding: 34px 24px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    border-right: 0;
  }

  footer .footer-wrapper .footer-bottom-area .footer-subscribe-form {
    flex-direction: column;
    padding: 34px 24px;
    padding: 24px !important;
  }

  footer .footer-wrapper .footer-bottom-area .footer-subscribe-form .subscribe-form-titles .subscribe-form-text {
    font-size: 20px;
  }

  footer .footer-wrapper .footer-bottom-area .footer-subscribe-form .subscribe-form-titles .subscribe-form-desc {
    font-size: 15px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  footer .footer-wrapper .footer-bottom-area .footer-subscribe-form form .contact-wrapper-item-form-element {
    width: 100% !important;
  }

  footer .footer-wrapper .footer-bottom-area .footer-subscribe-form form {
    width: 100%;
  }

  footer .footer-wrapper .footer-bottom-area .footer-social {
    padding: 24px !important;
  }
}

::-webkit-scrollbar {
  height: 1px;
}

/* Products Slider */
.product-slider-section {
  padding: 200px 0 100px;
  overflow: hidden;
}

.product-slider-section .product-slider-title {
  text-align: center;
}

.product-slider-section .product-slider-title img {
  width: 95%;
}

.product-slider-section .product-slider-container {
  margin-top: -22vw;
}

.product-slider-section .product-slider-container .product-slider-events {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 100px;
}

.product-slider-section .product-slider-container .product-slider-events .slide-btn {
  border-color: #c5b793;
}

.product-slider-section .product-slider-container .product-slider-events .swiper-button-prev svg {}

.product-slider-section .product-slider-container .product-slider-events .swiper-button-prev svg path {
  stroke: #c5b793;
}

.product-slider-section .product-slider-container .product-slider-events .product-slider-subtitle {
  flex: 1;
  text-align: center;
}

.product-slider-section .product-slider-container .product-slider-events .product-slider-subtitle svg {
  width: 80%;
  height: auto;
  margin-bottom: -2vw;
}

.product-slider-section .product-slider-container .product-slider-events .product-slider-subtitle svg path {}

.product-slider-section .product-slider-container .product-slider-events .swiper-button-next {}

.product-slider-section .product-slider-container .product-slider-events .swiper-button-next svg {}

.product-slider-section .product-slider-container .product-slider-events .swiper-button-next svg path {
  stroke: #c5b793;
}

.product-slider-section .product-slider-container .swiper {
  margin-top: 140px;
  padding: 0 100px;
}

.product-slider-section .product-slider-container .swiper .swiper-wrapper {}

.product-slider-section .product-slider-container .swiper .swiper-wrapper .swiper-slide:hover {
  border-color: #c5b793;
}

.product-slider-section .product-slider-container .swiper .swiper-wrapper .swiper-slide {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 50px 40px;
  height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  transition: 0.3s;
}

.product-slider-section .product-slider-container .swiper .swiper-wrapper .swiper-slide img {}

.product-slider-section .product-slider-container .swiper .swiper-wrapper .swiper-slide span {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .product-slider-section .product-slider-container .product-slider-events {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 991px) {
  .product-slider-section .product-slider-container .product-slider-events .slide-btn {
    width: 100px;
    height: 60px;
  }

  .product-slider-section .product-slider-container .product-slider-events .product-slider-subtitle svg {
    width: 100%;
  }

  .product-slider-section {
    padding: 100px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .product-slider-section .product-slider-container .swiper {
    padding: 0 40px;
    margin-top: 30px;
  }

  .product-slider-section .product-slider-container .product-slider-events .slide-btn {
    width: 60px;
    height: 40px;
  }

  .product-slider-section .product-slider-container .product-slider-events {
    padding: 0 12px;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .product-slider-section .product-slider-container .product-slider-events .slide-btn svg {
    height: auto;
    width: 24px;
  }

  .product-slider-section .product-slider-container .product-slider-events .product-slider-subtitle {
    order: -1;
    flex: 0 0 100%;
  }

  .product-slider-section .product-slider-container .swiper .swiper-wrapper .swiper-slide span {
    font-size: 20px;
  }

  .product-slider-section .product-slider-container .swiper .swiper-wrapper .swiper-slide img {
    height: 40px;
    width: auto;
  }

  .product-slider-section .product-slider-container .swiper .swiper-wrapper .swiper-slide {
    padding: 24px;
    height: 200px;
  }

  .product-slider-section {
    padding: 20px 0 50px;
  }

  .full-text {
    margin-top: 20px;
  }
}

/* Projects */
.project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper .project-list-arrow-area .project-list-category-header {
  max-width: 400px;
}

.project-list-slider-section {
  position: relative;
  overflow: hidden;
}

.project-list-slider-section .project-list-buttons {
  position: absolute;
  bottom: 150px;
  right: 5.78vw;
  display: flex;
  align-items: center;
  gap: 24px;
}

.slide-btn {
  position: static;
  margin: 0;
  background: #fff0;
  border: 1px solid #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 80px;
  transition: 0.3s;
}

.slide-btn:hover {
  background: #ffffff1c;
}

@media only screen and (max-width: 1199px) {
  .project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper .project-list-arrow-area {
    width: auto;
    padding-right: 50px;
  }

  .project-list-slider-section .project-list-buttons {
    bottom: 90px;
    left: 50px;
    right: auto;
    transform-origin: left bottom;
    transform: scale(0.9);
    z-index: 1;
  }
}

@media only screen and (max-width: 991px) {
  .project-list-slider-section .project-list-swiper-item {
    height: 70vh;
  }

  .project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper .project-list-arrow-area .project-list-category-header {
    font-size: 40px;
  }

  .slide-btn {
    width: 100px;
    height: 50px;
  }

  .project-list-section {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .project-list-section .project-list-category-wrapper .project-category-list .project-category-list-wrapper {
    justify-content: flex-start;
    font-size: 18px;
    flex-direction: row;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 4vw;
  }

  .project-list-slider-section .project-list-swiper-item {
    height: 150vw;
  }

  .project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper .project-list-arrow-area {
    padding: 0;
    flex-direction: column-reverse;
  }

  .project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper {
    padding: 24px;
    height: calc(100% - 60px);
  }

  .project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper .project-list-swiper-item-text span {
    font-size: 4vw;
    max-width: 50vw;
  }

  .project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper .project-list-swiper-item-text {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper .project-list-arrow-area .project-list-category {
    padding-left: 20px;
    font-size: 14px;
    position: relative;
    margin-top: 12px;
  }

  .project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper .project-list-arrow-area .project-list-category::before {
    top: 6px;
    width: 10px;
    height: 10px;
  }

  .project-list-slider-section .project-list-swiper-item .project-list-swiper-items-wrapper .project-list-arrow-area .project-list-category-header {
    font-size: 27px;
    max-width: 80vw;
  }

  .project-list-slider-section .project-list-buttons {
    left: 24px;
    transform: scale(1);
    gap: 12px;
    bottom: 20px;
  }

  .slide-btn {
    width: 70px;
    height: 40px;
  }

  .slide-btn svg {
    width: 30px;
  }
}

/* Project Detail */
.project-detail-hero {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 180px 150px 0;
}

.project-detail-hero .project-detail-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.project-detail-hero .project-detail-hero-bg img {
  opacity: 0.1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-detail-hero .project-detail-hero-image {
  position: relative;
  max-width: 45vw;
  width: 100%;
  z-index: 2;
}

.project-detail-hero .project-detail-hero-image img {
  width: 100%;
}

.project-detail-hero .project-detail-hero-content {
  flex: 1;
  position: relative;
  margin-left: -110px;
  margin-bottom: 220px;
  z-index: 2;
}

.project-detail-hero .project-detail-hero-content .content-category {
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  max-width: 440px;
  margin: 80px 0 65px;
}

.project-detail-hero .project-detail-hero-content .content-category span {
  position: relative;
}

.project-detail-hero .project-detail-hero-content .content-title {
  font-size: 4vw;
  color: #fff;
  font-weight: bold;
  z-index: 3;
  position: relative;
}

.project-detail-hero .project-detail-hero-info {
  background: #15111e;
  margin: -220px -65px 0;
  flex: 0 0 calc(100% + (65px * 2));
  padding: 55px 150px 120px;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.project-detail-hero .project-detail-hero-info .project-detail-hero-info-item {
  max-width: calc(50vw - 410px);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
  font-size: 15px;
}

.project-detail-hero .project-detail-hero-info .project-detail-hero-info-item .project-detail-hero-info-features {
  flex: 0.9;
  position: relative;
}

.project-detail-hero .project-detail-hero-info .project-detail-hero-info-item .project-detail-hero-info-features span {
  display: block;
}

.project-detail-hero .project-detail-hero-info .project-detail-hero-info-item .project-detail-hero-info-explore {}

.project-detail-hero .project-detail-hero-info .project-detail-hero-info-item .project-detail-hero-info-explore svg {
  cursor: pointer;
}

.project-detail-hero .project-detail-hero-info .project-detail-hero-info-item .project-detail-hero-info-explore svg path {}

.project-detail-hero .project-detail-hero-info .project-detail-hero-info-item .project-detail-hero-info-explore span {
  display: block;
  margin-top: 30px;
}

.project-detail-hero .project-detail-hero-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(21, 17, 30, 0) 0%, #15111e 100%);
  z-index: 1;
  pointer-events: none;
}

.project-detail-hero .project-detail-hero-content .content-category>span+span:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  background: #d9d9d9;
  opacity: 0.4;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

.project-detail-hero .project-detail-hero-content .content-category span+span {
  margin-left: 32px;
  padding-left: 32px;
}

.project-detail-hero .project-detail-hero-content .content-category:before {
  content: "";
  height: 1px;
  background: #fff;
  opacity: 0.3;
  flex: 1;
  margin-right: 45px;
}

.project-detail-hero .project-detail-hero-info .project-detail-hero-info-item .project-detail-hero-info-features:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -40px;
  width: 12px;
  height: 12px;
  background: #fff;
}

@media only screen and (max-width: 1700px) {
  .project-detail-hero .project-detail-hero-info {
    padding: 35px 120px 100px;
    margin-top: -185px;
  }
}

@media only screen and (max-width: 1470px) {
  .project-detail-hero .project-detail-hero-info {
    padding: 35px 60px 100px;
  }

  .project-detail-hero .project-detail-hero-info .project-detail-hero-info-item {
    max-width: calc(50vw - 320px);
  }

  .project-detail-hero .project-detail-hero-content .content-category {
    margin: 40px 0 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .project-detail-hero {
    padding: 180px 50px 0;
  }

  .project-detail-hero .project-detail-hero-info {
    flex: 0 0 calc(100% + (25px * 2));
    margin: -160px -25px 0;
    padding: 35px 60px 50px;
  }

  .project-detail-hero .project-detail-hero-info .project-detail-hero-info-item {
    max-width: calc(50vw - 160px);
  }

  .project-detail-hero .project-detail-hero-content {
    margin-left: -60px;
  }
}

@media only screen and (max-width: 991px) {
  .project-detail-hero .project-detail-hero-info .project-detail-hero-info-item {
    max-width: initial;
  }

  .project-detail-hero .project-detail-hero-content {
    margin-bottom: 0;
  }

  .project-detail-hero .project-detail-hero-info {
    padding: 70px 90px 50px;
    margin-top: -20px;
  }

  .project-detail-hero .project-detail-hero-content .content-category {
    max-width: 300px;
  }

  .project-detail-hero .project-detail-hero-content .content-title {
    font-size: 6vw;
  }

  .project-breadcrumb-wrapper .project-breadcrumb a.active {
    max-width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .project-detail-hero {
    padding: 150px 24px 0;
  }

  .project-detail-hero .project-detail-hero-image {
    max-width: 100%;
  }

  .project-detail-hero .project-detail-hero-content {
    margin: 0px 0 0;
  }

  .project-detail-hero .project-detail-hero-info {
    flex: 0 0 calc(100% + (12px * 2));
    margin: 20px -12px 0;
    padding: 24px 44px;
  }

  .project-detail-hero .project-detail-hero-info .project-detail-hero-info-item .project-detail-hero-info-features:before {
    left: -20px;
  }

  .project-detail-hero .project-detail-hero-info .project-detail-hero-info-item .project-detail-hero-info-explore {
    display: none;
  }

  .project-detail-hero .project-detail-hero-content .content-category {
    max-width: 90%;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .project-detail-hero .project-detail-hero-content .content-category:before {
    margin-right: 24px;
  }

  .project-detail-hero .project-detail-hero-content .content-title {
    font-size: 9vw;
  }
}

.project-detail-count {
  width: 100%;
  height: calc(100vh);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -200px;
  position: relative;
  z-index: 0;
}

.project-detail-count .project-detail-count-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgb(0 0 0 / 40%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.project-detail-count .project-detail-count-bg .project-detail-count-item {
  display: flex;
  flex-direction: column;
}

.project-detail-count .project-detail-count-bg .project-detail-count-item .project-detail-count-item-number {
  font-size: 5vw;
  color: white;
  font-weight: 700;
  font-variant-numeric: lining-nums proportional-nums;
}

.project-detail-count .project-detail-count-bg .project-detail-count-item .project-detail-count-item-text {
  font-size: 20px;
  color: white;
  text-align: center;
}

.project-detail-count .project-detail-info-wrapper {
  position: absolute;
  bottom: -80px;
  z-index: 2;
  width: 90%;
  left: 5%;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(21, 17, 30, 0.3);
  backdrop-filter: blur(47px);
  -webkit-backdrop-filter: blur(47px);
  padding: 40px 0;
  justify-content: space-between;
  overflow-x: auto;
}

.project-detail-count .project-detail-info-wrapper .project-detail-info-item {
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgb(255 255 255 / 20%);
  padding: 0 3.5vw;
  gap: 15px;
  flex: 1;
  align-items: center;
  white-space: nowrap;
}

.project-detail-count .project-detail-info-wrapper .project-detail-info-item .project-detail-info-item-text {
  opacity: 0.7;
  color: white;
  font-size: 15px;
  text-align: center;
}

.project-detail-count .project-detail-info-wrapper .project-detail-info-item .project-detail-info-item-number {
  font-weight: 400;
  font-size: 1.2vw;
  color: white;
  font-variant-numeric: lining-nums proportional-nums;
  text-align: center;
}

.project-detail-count .project-detail-info-wrapper .project-detail-info-item:last-child {
  border-right: 0;
}

.project-text-wrapper {
  margin-top: 200px;
  padding: 0 8vw;
  display: flex;
}

.project-text-wrapper .project-text-header {
  color: white;
  font-size: 4vw;
  display: block;
  width: 60%;
  font-weight: 700;
}

.project-text-wrapper .project-text-section {
  flex-basis: 39%;
  color: white;
}

.project-text-wrapper .project-text-section .project-text {
  margin-bottom: 4vw;
  display: block;
  font-size: 25px;
}

.project-text-wrapper .project-text-header-wrapper {
  flex: 1;
}

.project-arrows-section {
  display: flex;
  padding: 0 80px 50px;
  margin-top: 70px;
}

.project-arrows-section .project-left-arrows {
  flex-basis: 50%;
  display: flex;
  border-top: 1px solid rgb(255 255 255 / 20%);
  border-right: 1px solid rgb(255 255 255 / 20%);
  border-top-right-radius: 50px;
  padding-top: 60px;
  justify-content: space-evenly;
  padding-bottom: 50px;
  padding-right: 30px;
  align-items: center;
}

.project-arrows-section .project-right-arrows {
  flex-basis: 50%;
  display: flex;
  border-top: 1px solid rgb(255 255 255 / 20%);
  border-left: 1px solid rgb(255 255 255 / 20%);
  border-top-left-radius: 50px;
  flex-direction: row-reverse;
  padding-left: 30px;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 50px;
}

.project-arrows-section .project-right-arrows .project-right-arrows-text-wrapper {
  display: flex;
  flex-direction: column;
  flex-basis: 55%;
}

.project-arrows-section .project-left-arrows .project-left-arrows-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  flex-basis: 55%;
}

.project-arrows-section .project-left-arrows .project-left-arrows-text-wrapper .project-left-arrows-text-wrapper-body {
  font-size: 24px;
  color: white;
  opacity: 0.5;
  width: 80%;
  text-align: right;
}

.project-arrows-section .project-left-arrows .project-left-arrows-text-wrapper-header {
  color: white;
  font-size: 3.3vw;
  text-align: right;
}

.project-arrows-section .project-right-arrows .project-right-arrows-text-wrapper .project-right-arrows-text-wrapper-header {
  color: white;
  font-size: 3.3vw;
}

.project-arrows-section .project-right-arrows .project-right-arrows-text-wrapper .project-right-arrows-text-wrapper-body {
  font-size: 24px;
  color: white;
  opacity: 0.5;
  width: 80%;
}

.project-arrows-section a {
  flex-basis: 50%;
}

.project-icon-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 5.5vw;
  gap: 5vw;
  margin-top: 8.5vw;
}

.project-icon-wrapper .project-icon-wrapper-header {
  font-size: 5vw;
  color: white;
  max-width: 55%;
}

.project-icon-wrapper .project-icon-slider-wrapper {
  display: flex;
  gap: 10vw;
}

.project-icon-wrapper .project-icon-slider-wrapper .project-icon-slider-arrow-wrapper {
  flex: 1 0 19%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
  padding-top: 20px;
}

.project-icon-wrapper .project-icon-slider-wrapper .project-icon-slider-arrow-wrapper span {
  color: white;
  font-size: 25px;
}

.project-icon-wrapper .project-icon-slider-wrapper .mySwiper {
  overflow: hidden;
}

.project-icon-wrapper .project-icon-slider-wrapper .project-icon-slider-arrow-wrapper .project-icon-slider-arrows {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 25px;
}

.project-icon-wrapper .project-icon-slider-wrapper .project-icon-slider-arrow-wrapper .project-icon-slider-arrows .swiper-button-prev,
.project-icon-wrapper .project-icon-slider-wrapper .project-icon-slider-arrow-wrapper .project-icon-slider-arrows .swiper-button-next {
  background: none;
  padding: 20px 50px;
  border: 1px solid #c5b793;
  border-radius: 100px;
  position: unset;
  margin: 0;
  display: flex;
  width: fit-content;
  height: auto;
  transition: 0.4s;
}

.project-icon-wrapper .project-icon-slider-wrapper .project-icon-slider-arrow-wrapper .project-icon-slider-arrows div:hover {
  background: #c5b79342;
}

.project-icon-wrapper .project-icon-slider-wrapper .mySwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.project-icon-wrapper .project-icon-slider-wrapper .mySwiper .swiper-slide img {
  width: 125px;
  height: 125px;
  object-fit: contain;
}

.project-icon-wrapper .project-icon-slider-wrapper .mySwiper .swiper-slide .swiper-description {
  width: 87%;
  font-size: 25px;
  opacity: 0.4;
  color: #fff;
}

.project-icon-wrapper .project-icon-slider-wrapper .mySwiper .swiper-slide .swiper-header {
  font-size: 30px;
  color: white;
  max-width: 180px;
}

.project-media-gallery-wrapper {
  display: flex;
  padding: 0 7.5vw;
  gap: 30px;
  height: 35vw;
}

.project-media-gallery-wrapper .project-media-left-gallery {
  flex-basis: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 35vw;
}

.project-media-gallery-wrapper .project-media-left-gallery .project-media-left-gallery-item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-media-gallery-wrapper .project-media-left-gallery .project-media-left-gallery-item .project-media-left-gallery-item-play-button {
  padding: 2.5vw;
  border: 1px solid #fff;
  border-radius: 50%;
}

.project-media-gallery-wrapper .project-media-right-gallery {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 35vw;
  flex: 1;
  position: relative;
}

.project-media-gallery-wrapper .project-media-right-gallery .project-media-right-gallery-double-item {
  display: flex;
  gap: 34px;
  position: relative;
}

.project-media-gallery-wrapper .project-media-right-gallery img {
  height: calc(17.5vw + -16px);
  width: 100%;
  object-fit: cover;
  position: relative;
}

.project-media-gallery-wrapper .project-media-right-gallery .project-media-right-gallery-double-item a:nth-child(1) {
  display: block;
}

.project-media-gallery-wrapper .project-media-right-gallery .project-media-right-gallery-double-item a .see-more {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.project-media-gallery-wrapper .project-media-right-gallery .project-media-right-gallery-double-item a:nth-child(2) img {
  opacity: 0.2 !important;
}

.project-media-gallery-wrapper .project-media-right-gallery .project-media-right-gallery-double-item a .see-more .see-more-number {
  font-size: 3.2vw;
  color: white;
  font-variant-numeric: lining-nums proportional-nums;
  line-height: 1;
  position: relative;
  z-index: 2;
  display: block;
  font-weight: 700;
}

.project-media-gallery-wrapper .project-media-right-gallery .project-media-right-gallery-double-item a .see-more .see-more-all-view {
  color: white;
  font-size: 1.8vw;
  font-weight: 400;
}

.project-media-gallery-wrapper .project-media-right-gallery .project-media-right-gallery-double-item a:nth-child(2) {
  display: block;
}

.project-media-gallery-wrapper .project-media-right-gallery .project-media-right-gallery-double-item a {
  width: 100%;
  display: none;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .project-detail-count .project-detail-info-wrapper {
  }

  .project-media-gallery-wrapper .project-media-right-gallery .project-media-right-gallery-double-item a .see-more .see-more-number {
    font-size: 25px;
  }

  .project-media-gallery-wrapper .project-media-right-gallery .project-media-right-gallery-double-item {
    gap: 15px;
  }

  .project-media-gallery-wrapper .project-media-right-gallery .project-media-right-gallery-double-item a .see-more .see-more-all-view {
    font-size: 16px;
  }

  .project-detail-count .project-detail-info-wrapper .project-detail-info-item .project-detail-info-item-text {
    font-size: 20px;
  }

  .project-detail-count .project-detail-info-wrapper .project-detail-info-item .project-detail-info-item-number {
    font-size: 18px;
  }

  .project-detail-count .project-detail-count-bg .project-detail-count-item .project-detail-count-item-text {
    font-size: 25px;
  }

  .project-detail-count .project-detail-info-wrapper .project-detail-info-item {
    /* flex-basis: 33%; */
    padding: 0 50px;
  }

  .project-icon-wrapper .project-icon-slider-wrapper .project-icon-slider-arrow-wrapper .project-icon-slider-arrows .swiper-button-prev,
  .project-icon-wrapper .project-icon-slider-wrapper .project-icon-slider-arrow-wrapper .project-icon-slider-arrows .swiper-button-next {
    padding: 15px 30px;
  }

  .project-icon-wrapper .project-icon-slider-wrapper .project-icon-slider-arrow-wrapper span {
    font-size: 18px;
  }

  .project-icon-wrapper .project-icon-slider-wrapper .mySwiper .swiper-slide .swiper-header {
    font-size: 25px;
  }

  .project-icon-wrapper .project-icon-slider-wrapper .mySwiper .swiper-slide .swiper-description {
    font-size: 20px;
  }

  .project-text-wrapper {
    flex-direction: column;
    padding: 0 24px;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 50px;
  }

  .project-text-wrapper .project-text-header {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .project-text-wrapper .project-text-section .project-text {
    font-size: 18px;
  }

  .project-icon-wrapper .project-icon-wrapper-header {
    max-width: 75%;
  }

  .project-arrows-section {
    padding: 0 24px 50px;
  }

  .project-arrows-section .project-left-arrows svg {
    width: 60px;
  }

  .project-arrows-section .project-left-arrows .project-left-arrows-text-wrapper .project-left-arrows-text-wrapper-body {
    font-size: 18px;
  }

  .project-arrows-section .project-left-arrows .project-left-arrows-text-wrapper-header {
    font-size: 22px;
  }

  .project-arrows-section .project-right-arrows .project-right-arrows-text-wrapper .project-right-arrows-text-wrapper-body {
    font-size: 18px;
  }

  .project-arrows-section .project-right-arrows .project-right-arrows-text-wrapper .project-right-arrows-text-wrapper-header {
    font-size: 22px;
  }

  .project-arrows-section .project-left-arrows .project-left-arrows-text-wrapper {
    flex: 1;
  }

  .project-arrows-section .project-right-arrows svg {
    width: 60px;
  }

  .project-arrows-section .project-right-arrows .project-right-arrows-text-wrapper {
    flex: 1;
  }

  .project-detail-count {
    margin-top: -70px;
  }
}

@media only screen and (max-width: 767px) {
  .project-detail-count .project-detail-info-wrapper .project-detail-info-item {
    /* flex-basis: 50%; */
    padding: 0 3rem;
  }

  .project-media-gallery-wrapper .project-media-left-gallery .project-media-left-gallery-item {
    height: 35vh;
  }

  .project-icon-wrapper .project-icon-slider-wrapper .mySwiper .swiper-slide .swiper-description {
    font-size: 17px;
  }

  .project-icon-wrapper .project-icon-slider-wrapper .mySwiper .swiper-slide .swiper-header {
    font-size: 22px;
  }

  .project-media-gallery-wrapper .project-media-right-gallery .project-media-right-gallery-double-item a .see-more .see-more-number {
    font-size: 35px;
  }

  .project-media-gallery-wrapper .project-media-right-gallery .project-media-right-gallery-double-item a .see-more .see-more-all-view {
    font-size: 21px;
  }

  .project-detail-count .project-detail-info-wrapper .project-detail-info-item .project-detail-info-item-number {
    font-size: 15px;
  }

  .project-detail-count .project-detail-count-bg .project-detail-count-item {
    text-align: center;
  }

  .project-detail-count .project-detail-count-bg .project-detail-count-item .project-detail-count-item-text {
    font-size: 18px;
  }

  .project-detail-count .project-detail-count-bg .project-detail-count-item .project-detail-count-item-number {
    font-size: 20px;
  }

  .project-detail-count .project-detail-info-wrapper .project-detail-info-item .project-detail-info-item-text {
    font-size: 17px;
  }

  .project-detail-count .project-detail-info-wrapper {
    gap: 24px 0;
    bottom: -120px;
  }

  .project-detail-count .project-detail-count-bg {}

  .project-text-wrapper .project-text-header {
    font-size: 20px;
  }

  .project-text-wrapper .project-text-section .project-text {
    font-size: 15px;
  }

  .project-media-gallery-wrapper {
    flex-direction: column;
    height: 100%;
  }

  .project-media-gallery-wrapper .project-media-right-gallery img {
    height: 40vw;
  }

  .project-icon-wrapper .project-icon-wrapper-header {
    font-size: 23px;
    margin-top: 30px;
    max-width: 85%;
  }

  .project-icon-wrapper {
    gap: 5px;
  }

  .project-icon-wrapper .project-icon-slider-wrapper {
    flex-direction: column;
  }

  .project-icon-wrapper .project-icon-slider-wrapper .project-icon-slider-arrow-wrapper .project-icon-slider-arrows {
    flex-direction: unset;
  }

  .project-icon-wrapper .project-icon-slider-wrapper .project-icon-slider-arrow-wrapper .project-icon-slider-arrows .swiper-button-prev,
  .project-icon-wrapper .project-icon-slider-wrapper .project-icon-slider-arrow-wrapper .project-icon-slider-arrows .swiper-button-next {
    padding: 7px 30px;
    display: none;
  }

  .project-arrows-section .project-right-arrows {}

  .project-arrows-section {
    flex-direction: column;
  }

  .project-icon-wrapper .project-icon-slider-wrapper .project-icon-slider-arrow-wrapper span {
    width: 65%;
    font-size: 15px;
  }
}

/* Projeler */
#service {
  position: relative;
  /* overflow: hidden; */
}

.main-svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#service .service-wrapper {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#service .service-wrapper .service-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 100%;
}

#service .service-wrapper .service-content .service-content-button {
  color: #e8d7ac;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 14px;
  text-transform: uppercase;
  padding: 20px 60px;
  border-radius: 100px;
  border: 1px solid #e8d7ac;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  outline: 0;
}

#service .service-wrapper .service-content .service-content-text {
  color: #fff;
  font-size: 5.05vw;
  text-align: center;
  width: 44vw;
  line-height: normal;
  z-index: 1;
}

#service .service-sub-image {
  margin-top: -85px;
  display: flex;
  justify-content: center;
}

#service .service-sub-image img {
  height: auto;
  max-height: 83vw;
  width: 73.9vw;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  #service .service-wrapper .service-content .service-content-text {
    font-size: 70px;
    width: 50%;
  }

  #service .service-wrapper {
    height: 80vh;
  }

  .main-svg {
    position: absolute;
    left: 50%;
    top: -2%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .main-svg {
    top: -5%;
  }

  #service .service-wrapper .service-content .service-content-text {
    font-size: 40px;
    width: 83%;
  }

  #service .service-wrapper .service-content .service-content-button {
    padding: 15px 20px;
    font-size: 16px;
    letter-spacing: 8px;
  }
}

/* SERVICES START */
.services {
  margin-top: 10rem;
}

.services .services-wrapper {
  margin: 42px 5.78vw 90px;
  display: grid;
  gap: 42px;
  grid-template-columns: repeat(2, 1fr);
}

.services .services-wrapper .services-card {}

.services .services-wrapper .services-card a {}

.services .services-wrapper .services-card a img {
  width: 100%;
  height: 33vh;
  object-fit: cover;
  opacity: 1;
}

.services .services-wrapper .services-card a .services-card-body {
  padding: 0 34px;
  margin-top: -3.51vw;
}

.services .services-wrapper .services-card a .services-card-body .services-card-title {
  font-size: 5vw;
  color: #fff;
  line-height: normal;
  font-weight: 700;
  transform-origin: left;
  transition: 0.4s;
}

.services-card:hover .services-card-title {
  transform: scale(0.7);
}

.services .services-wrapper .services-card a .services-card-body .services-card-desc {
  color: #fff;
  font-size: 15px;
  font-variant-numeric: lining-nums proportional-nums;
  opacity: 0.5;
  margin-bottom: 2.93rem;
}

.services .services-wrapper .services-card a .services-card-body .services-car-subdesc {
  color: #fff;
  font-size: 15px;
  opacity: 0.5;
  max-width: 24vw;
}

@media screen and (max-width: 1440px) {
  .services .services-wrapper .services-card a .services-card-body .services-car-subdesc {
    max-width: 100%;
  }
}

@media screen and (max-width: 1199px) {

  .services .services-wrapper .services-card:nth-child(1),
  .services .services-wrapper .services-card:nth-child(3) {
    opacity: 1 !important;
    transform: unset !important;
  }

  .services .services-wrapper .services-card:nth-child(2),
  .services .services-wrapper .services-card:nth-child(4) {
    transform: unset !important;
    opacity: 1 !important;
  }
}



@media screen and (max-width: 991px) {
  .services .services-wrapper .services-card a .services-card-body .services-card-desc {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .services .services-wrapper {
    margin: 42px 5.78vw;
    display: flex;
    gap: 42px;
    flex-direction: column;
  }

  .services .services-wrapper .services-card a img {
    height: 216px;
  }

  .services .services-wrapper .services-card a img {
    height: 216px;
  }

  .services .services-wrapper .services-card a .services-card-body {
    padding: 0 24px;
    margin-top: -6.3vw;
  }

  .services .services-wrapper .services-card a .services-card-body .services-card-title {
    font-size: 40px;
    margin-bottom: 1rem;
  }

  .services .services-wrapper .services-card a .services-card-body .services-card-desc {
    margin-bottom: 15px;
  }
}

/* SERVICES END */
/* OUR SERVICES START */
.our-services-wrapper {
  margin-top: 300px;
  display: flex;
  justify-content: space-between;
  padding-left: 5.1vw;
  gap: 4vw;
  margin-bottom: 12.5vw;
  position: relative;
}

.our-services-wrapper .our-services-content {
  flex: 0 0 40%;
}

.our-services-wrapper .our-services-content .content-titles {}

.our-services-wrapper .our-services-content .content-titles .content-title {
  color: #fff;
  font-size: 3.4vw;
  line-height: normal;
  margin-bottom: 4rem;
}

.our-services-wrapper .our-services-content .content-titles .content-subtitle {
  color: #fff;
  font-size: 1.3vw;
  line-height: normal;
  margin-bottom: 5.3rem;
  max-width: 30.7vw;
}

.our-services-wrapper .our-services-content .content-list {}

.our-services-wrapper .our-services-content .content-list ul {
  list-style: none;
}

.our-services-wrapper .our-services-content .content-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35.5px;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1.8rem;
}

.our-services-wrapper .our-services-content .content-list ul li:last-child {
  border: 0;
}

.our-services-wrapper .our-services-content .content-list ul li .list-item-number {
  color: #e8d7ac;
  font-size: 2.9vw;
  font-weight: 700;
}

.our-services-wrapper .our-services-content .content-list ul li .list-item-title {
  color: #fff;
  font-size: 0.8vw;
  font-weight: 700;
  max-width: 7.8vw;
}

.our-services-wrapper .our-services-content .content-list ul li .list-item-desc {
  color: #fff;
  font-size: 0.8vw;
  max-width: 16vw;
}

.our-services-wrapper .ourservices-slider {
  flex: 0 0 60%;
}

.our-services-wrapper .our-services-slider .swiper-wrapper .swiper-slide img {
  object-fit: none;
  max-height: 700px;
}

.our-services-wrapper .our-services-slider.swiper {
  position: sticky;
  overflow: hidden;
  width: 100%;
  top: 170px;
  height: 100%;
}

.our-services-wrapper .swiper-pagination.swiper-pag {
  border-radius: 55px;
  background: #d9d9d9;
  /* padding: 55px; */
  position: absolute;
  top: 35%;
  left: 47%;
  transform: translate(0, 0%);
  width: 300px;
  height: 300px;
}

.our-services-wrapper .swiper-pagination.swiper-pag span:first-child {
  color: #000;
  font-size: 95px;
  font-weight: 700;
}

.our-services-wrapper .swiper-pagination.swiper-pag span:last-child {
  color: #000;
  font-size: 20px;
}

@media screen and (min-width: 1200px) {
  .our-services-wrapper .swiper-pagination.swiper-pag span:first-child {
    color: #000;
    font-size: 95px;
    font-weight: 700;
    position: absolute;
    left: 30px;
    top: 0px;
  }

  .our-services-wrapper .swiper-pagination.swiper-pag span:last-child {
    color: #000;
    font-size: 20px;
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .our-services-wrapper {
    padding-top: 100px;
    flex-direction: column-reverse;
    padding-right: 5.1vw;
    margin-top: unset;
    background: #15111e;
  }

  .our-services-wrapper .swiper-pagination.swiper-pag {
    width: 100px;
    height: 100px;
    border-radius: 25px;
    padding: 20px;
    top: 16%;
    left: 10px;
  }

  .our-services-wrapper .swiper-pagination.swiper-pag span:first-child {
    font-size: 25px;
  }

  .our-services-wrapper .our-services-content .content-titles .content-title {
    font-size: 45px;
    max-width: 70%;
    margin-bottom: 2rem;
  }

  .our-services-wrapper .our-services-content .content-titles .content-subtitle {
    font-size: 15px;
    max-width: 40%;
  }

  .our-services-wrapper .our-services-content .content-list ul li .list-item-title {
    font-size: 16px;
    max-width: 25%;
  }

  .our-services-wrapper .our-services-content .content-list ul li .list-item-desc {
    font-size: 14px;
    max-width: 27%;
  }
}

@media screen and (max-width: 991px) {
  .our-project-wrapper {
    margin-bottom: 65px !important;
  }

  .our-services-wrapper .swiper-pagination.swiper-pag {
    top: 12%;
  }

  .our-services-wrapper .our-services-content .content-titles .content-title {
    max-width: 90%;
  }

  .our-services-wrapper .our-services-content .content-titles .content-subtitle {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .our-services-wrapper .swiper-pagination.swiper-pag {
    top: 5%;
    width: 75px;
    height: 75px;
    padding: 20px 0;
  }

  .our-services-wrapper .swiper-pagination.swiper-pag span:first-child {
    font-size: 20px;
    position: relative;
    top: unset;
    left: unset;
  }

  .our-services-wrapper .swiper-pagination.swiper-pag span:last-child {
    font-size: 20px;
    position: relative;
    line-height: normal;
    right: unset;
    top: unset;
    bottom: unset;
  }

  .our-services-wrapper .our-services-content .content-titles .content-title {
    font-size: 25px;
    max-width: 100%;
  }

  .our-services-wrapper .our-services-content .content-titles .content-subtitle {
    max-width: 100%;
    margin-bottom: 3rem;
  }

  .our-services-wrapper .our-services-content .content-titles .content-subtitle p {
    line-height: 1.4;
    font-size: 15px;
  }

  .our-services-wrapper .our-services-content {
    margin-top: 1.5rem;
  }

  .our-services-wrapper .our-services-content .content-list ul li {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    margin-bottom: 15px;
  }

  .our-services-wrapper .our-services-content .content-list ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .our-services-wrapper .our-services-content .content-list ul li .list-item-title {
    max-width: 85%;
  }

  .our-services-wrapper .our-services-content .content-list ul li .list-item-desc {
    max-width: 85%;
  }

  .our-services-wrapper .our-services-content .content-list ul li .list-item-number {
    font-size: 25px;
  }
}

/* OUR SERVICES END */
/* INDUSTRY START */
.industry-wrapper {
  padding-left: 5.1vw;
  margin-bottom: 150px;
}

.industry-main-svg {
  position: absolute;
  left: 47%;
  top: -159px;
  transform: translateX(-50%);
}

.industry-wrapper .industry-content {}

.industry-wrapper .industry-content .industry-title {
  color: #fff;
  font-size: 5.05vw;
  font-weight: 700;
  line-height: normal;
  max-width: 61vw;
  margin-bottom: 6.5rem;
}

.industry-wrapper .industry-content .industry-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.industry-wrapper .industry-content .industry-list .list-main-title {
  color: #fff;
  font-size: 1.3vw;
  flex: 0 0 17%;
}

.industry-wrapper .industry-content .industry-list ul {
  list-style: none;
  display: flex;
  flex: 0 0 77%;
}

.industry-wrapper .industry-content .industry-list ul li {
  flex: 0 0 33%;
}

.industry-wrapper .industry-content .industry-list ul li svg {
  margin-bottom: 1.8rem;
}

.industry-wrapper .industry-content .industry-list ul li svg ellipse {}

.industry-wrapper .industry-content .industry-list ul li svg path {}

.industry-wrapper .industry-content .industry-list ul li .list-item-title {
  font-size: 30px;
  color: #fff;
  max-width: 10vw;
  margin-bottom: 1.8rem;
}

.industry-wrapper .industry-content .industry-list ul li .list-item-desc {
  color: #fff;
  font-size: 23px;
  opacity: 0.6;
  max-width: 16.6vw;
}

.industry-wrapper .industry-content hr {
  border-color: #fff;
  opacity: 0.2;
  margin-top: 9.3rem;
  margin-bottom: 4.75rem;
}

.industry-slider-wrapper {
  overflow: hidden;
}

.industry-slider-wrapper .industry-content {}

.industry-slider-wrapper .industry-content .industry-slider {
  position: relative;
  padding-left: 15vw;
}

.industry-slider-wrapper .industry-content .industry-slider .industry-pag {
  position: absolute;
  left: 0;
  bottom: 16px;
  z-index: 2;
}

.industry-slider-wrapper .industry-content .industry-slider .industry-pag .swiper-button-prev,
.industry-slider-wrapper .industry-content .industry-slider .industry-pag .swiper-button-next {
  background: none;
  padding: 20px 50px;
  border: 1px solid #c5b793;
  border-radius: 100px;
  position: unset;
  margin: 0;
  display: flex;
  width: fit-content;
  height: auto;
}

.industry-slider-wrapper .industry-content .industry-slider .industry-pag .swiper-button-prev {
  margin-bottom: 25px;
}

.industry-slider-wrapper .industry-content .industry-slider .industry-pag .swiper-button-next,
.industry-slider-wrapper .industry-content .industry-slider .industry-pag .swiper-button-prev {}

.industry-slider-wrapper .industry-content .industry-slider .swiper-wrapper {}

.industry-slider-wrapper .industry-content .industry-slider .swiper-wrapper .swiper-slide {
  transition: 0.4s;
  height: auto;
  min-height: 100%;
}

.industry-slider-wrapper .industry-content .industry-slider .swiper-wrapper .swiper-slide:last-child {
  padding-right: 25px;
}

.industry-slider-wrapper .industry-content .industry-slider .swiper-wrapper .swiper-slide.swiper-slide-prev {
  opacity: 0;
}

.industry-slider-wrapper .industry-content .industry-slider .swiper-wrapper .swiper-slide .slide-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 40px;
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.industry-slider-wrapper .industry-content .industry-slider .swiper-wrapper .swiper-slide .slide-card .card-title {
  color: #fff;
  font-size: 35px;
  margin-bottom: 5.9rem;
  flex: 1;
}

.industry-slider-wrapper .industry-content .industry-slider .swiper-wrapper .swiper-slide .slide-card .card-subtitle {
  color: #e8d7ac;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 5.09vw;
  font-weight: 700;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 20px;
}

.industry-slider-wrapper .industry-content .industry-slider .swiper-wrapper .swiper-slide .slide-card .card-desc {
  color: #fff;
  font-size: 1.3vw;
  opacity: 0.5;
}

@media screen and (max-width: 1660px) {
  .industry-wrapper .industry-content .industry-list ul li .list-item-desc {
    max-width: 90%;
  }

  .industry-wrapper .industry-content .industry-list ul li .list-item-title {
    max-width: 75%;
  }
}

@media screen and (max-width: 1199px) {
  .industry-wrapper .industry-content .industry-list .list-main-title {
    font-size: 23px;
    margin-bottom: 2rem;
  }

  .industry-slider-wrapper .industry-content .industry-slider .swiper-wrapper .swiper-slide .slide-card .card-desc {
    font-size: 1.2vw;
  }

  .industry-slider-wrapper .industry-content .industry-slider .swiper-wrapper .swiper-slide .slide-card .card-title {
    font-size: 25px;
  }

  .industry-slider-wrapper .industry-content .industry-slider .industry-pag .swiper-button-next,
  .industry-slider-wrapper .industry-content .industry-slider .industry-pag .swiper-button-prev {
    padding: 1.05vw 2.6vw;
  }

  .industry-wrapper .industry-content .industry-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .industry-wrapper .industry-content .industry-list {
    flex-direction: column;
  }

  .industry-wrapper .industry-content .industry-list ul li .list-item-title {
    max-width: 100%;
    font-size: 20px;
  }

  .industry-wrapper .industry-content .industry-list ul li svg {
    width: 100px;
    height: auto;
  }

  .industry-wrapper .industry-content .industry-list ul li .list-item-desc {
    max-width: 90%;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .industry-wrapper .industry-content .industry-title {
    margin-bottom: 4rem;
  }

  .industry-slider-wrapper {
    padding-right: 5.1vw;
    margin-bottom: 100px;
  }

  .industry-wrapper .industry-content hr {
    margin: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .industry-wrapper .industry-content .industry-list ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .industry-slider-wrapper .industry-content .industry-slider .swiper-wrapper .swiper-slide:last-child {
    padding-right: 0;
  }

  .industry-slider-wrapper .industry-content .industry-slider .swiper-wrapper .swiper-slide-active {}

  .industry-wrapper .industry-content .industry-title {
    font-size: 28px;
    max-width: 88%;
    margin-bottom: 3rem;
  }

  .industry-wrapper .industry-content .industry-list .list-main-title {
    max-width: 95%;
  }

  .industry-slider-wrapper .industry-content .industry-slider .swiper-wrapper .swiper-slide .slide-card .card-desc {
    font-size: 14px;
  }

  .industry-slider-wrapper .industry-content .industry-slider .swiper-wrapper .swiper-slide .slide-card .card-subtitle {
    font-size: 40px;
  }

  .industry-slider-wrapper .industry-content .industry-slider {
    padding-left: 0;
  }

  .industry-slider-wrapper .industry-content .industry-slider .industry-pag {
    top: -148px;
    right: 0;
    left: auto;
    bottom: auto;
  }

  .industry-slider-wrapper .industry-content .industry-slider .industry-pag .swiper-button-prev {
    margin-bottom: 15px;
  }
}

/* INDUSTRY END */
/* POPUP SLIDER START */
.popup-wrapper {
  height: auto;
  width: 100vw;
  overflow: hidden;
  margin-bottom: 70px;
}

.popup-wrapper .popup-content {}

.popup-wrapper .popup-content .popup-slider {}

.popup-wrapper .popup-content .popup-slider .swiper-wrapper {
  align-items: center;
}

.popup-wrapper .popup-content .popup-slider .swiper-wrapper .swiper-slide {
  max-height: 36.8vw;
}

.popup-wrapper .popup-content .popup-slider .swiper-wrapper .swiper-slide a {}

.popup-wrapper .popup-content .popup-slider .swiper-wrapper .swiper-slide a img {
  max-height: 46.8vw;
  min-height: 26.8vw;
  transition: 0.4s;
  width: 100%;
  object-fit: cover;
}

.popup-wrapper .popup-content .popup-slider .swiper-wrapper .swiper-slide:not(.swiper-slide-active) img {
  padding: 50px;
}

.popup-wrapper .popup-content .popup-slider .swiper-wrapper .swiper-slide a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 2.5vw;
  width: 8vw;
  height: 8vw;
  border: 1px solid #fff;
  border-radius: 50%;
}

.popup-wrapper .popup-content .popup-slider .swiper-wrapper .swiper-slide a svg path {}

@media only screen and (max-width: 767px) {
  .popup-wrapper .popup-content .popup-slider .swiper-wrapper .swiper-slide:not(.swiper-slide-active) img {
    padding: 25px;
  }

  .popup-wrapper .popup-content .popup-slider .swiper-wrapper .swiper-slide {
    max-height: 100%;
  }
}

/* POPUP SLIDER END */
/* OUR PROJECT START */
.our-project-wrapper {
  padding-left: 5.1vw;
  margin-bottom: 150px;
}

.our-project-wrapper .our-project-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9rem;
}

.our-project-wrapper .our-project-header .projects-fraction {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 45px;
}

.our-project-wrapper .our-project-header .projects-fraction .swiper-pagination-current {
  color: #fff;
}

.our-project-wrapper .our-project-header .projects-fraction .swiper-pagination-total {
  color: #fff;
  opacity: 0.2;
}

.our-project-wrapper .our-project-header .our-project-title {
  font-size: 5.1vw;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  flex: 0 0 50%;
}

.our-project-wrapper .our-project-header .project-header-pags {
  display: flex;
  align-items: center;
  gap: 40px;
}

.our-project-wrapper .our-project-header .projects-pag {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 2.4vw;
  margin-right: 50px;
}

.our-project-wrapper .our-project-header .projects-pag .swiper-pagination-current {
  color: #fff;
}

.our-project-wrapper .our-project-header .projects-pag .swiper-button-prev,
.our-project-wrapper .our-project-header .projects-pag .swiper-button-next {
  background: none;
  padding: 1.05vw 2.6vw;
  border: 1px solid #c5b793;
  border-radius: 100px;
  position: unset;
  margin: 0;
  display: flex;
  width: fit-content;
  height: auto;
}

.our-project-wrapper .our-project-header .projects-pag .swiper-pagination-total {
  color: #fff;
  opacity: 0.2;
}

.our-project-wrapper .projects-slider {
  overflow: hidden;
}

.our-project-wrapper .projects-slider .swiper-wrapper {}

.our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide {}

.our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide:last-child {
  padding-right: 25px;
}

.our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card {
  background: rgb(0 0 0 / 20%);
}

.our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-img {}

.our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-img img {
  height: 356px;
  object-fit: cover;
  width: 100%;
}

.our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-body {
  padding: 48px;
  margin-bottom: 15px;
  position: relative;
}

.our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-body .project-category {
  display: inline-flex;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 25px;
  margin-bottom: 2.5rem;
}

.our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-body .project-desc {
  color: #fff;
  font-size: 2vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}

.our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-body .project-svg {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 18px;
  position: absolute;
  right: 40px;
  top: -50px;
  transition: 0.4s;
}

.our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-body .project-svg svg {}

.our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-body .project-svg svg path {}

.our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-footer .project-name {
  color: #fff;
  font-size: 25px;
}

.our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-footer .project-date {
  color: #fff;
  font-size: 25px;
  font-variant-numeric: lining-nums proportional-nums;
}

@media screen and (max-width: 991px) {
  .our-project-wrapper .our-project-header .projects-fraction {
    gap: 10px;
  }

  .our-project-wrapper .our-project-header .our-project-title {
    flex-basis: 45%;
    font-size: 60px;
  }

  .our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-body .project-svg svg {
    height: 50px;
    width: 50px;
  }

  .our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-body .project-category {
    padding: 10px 20px;
    font-size: 20px;
  }

  .our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-footer .project-name {
    font-size: 18px;
  }

  .our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-footer .project-date {
    font-size: 18px;
  }

  .our-project-wrapper .our-project-header {
    flex-direction: column;
    align-items: start;
    margin-bottom: 3rem;
    gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .our-project-wrapper .our-project-header .our-project-title {
    font-size: 55px;
    max-width: 99%;
  }

  .our-project-wrapper .our-project-header .projects-fraction {
    font-size: 25px;
  }

  .our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-body {
    padding: 40px;
  }

  .our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-body .project-desc {
    font-size: 16px;
  }

  .our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-footer .project-name {
    font-size: 16px;
  }

  .our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-footer .project-date {
    font-size: 16px;
  }

  .our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-body .project-svg svg {
    width: 40px;
    height: 40px;
  }

  .our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-card-body .project-category {
    font-size: 18px;
  }

  .our-project-wrapper .projects-slider .swiper-wrapper .swiper-slide .project-card .project-img img {
    height: 250px;
  }

  .our-project-wrapper .our-project-header .project-header-pags {
    justify-content: space-between;
    width: 95%;
  }

  .our-project-wrapper .our-project-header .projects-pag .swiper-button-prev {
    margin-right: 10px;
  }
}

/* OUR PROJECT END */
/* FAQ START */
.faq-wrapper {
  padding-left: 5.1vw;
  margin-bottom: 150px;
  padding-right: 5.1vw;
}

.faq-wrapper .faq-content {
  position: relative;
}

.faq-wrapper .faq-content .faq-main-title {
  position: absolute;
  font-size: 19.6vw;
  transform: rotate(-90deg);
  color: #fff;
  left: 16.15%;
  top: 270px;
  line-height: normal;
}

.faq-wrapper .faq-content .faq-content-item {
  display: flex;
  justify-content: space-between;
}

.faq-wrapper .faq-content .faq-content-item .content-desc {
  color: #fff;
  font-size: 15px;
  max-width: 13.4vw;
  margin: 50px 110px;
}

.faq-wrapper .faq-content .faq-content-item .content-img {
  flex-shrink: 0;
}

.faq-wrapper .faq-content .faq-content-item .content-img.content-image-2 {
  position: relative;
  z-index: 1;
}

.faq-wrapper .faq-content .faq-content-item .content-img img {
  max-width: 58.75vw;
  max-height: 67vh;
  object-fit: cover;
  height: 67vh;
}

.faq-wrapper .faq-content .faq-content-item .content-img.content-image-2 img {
  max-width: 27.7vw;
  max-height: 35.9vw;
  margin-top: -50px;
  height: 15vw;
  object-fit: cover;
}

.faq-wrapper .faq-content .faq-content-item .content-questions {
  flex: 0 0 61%;
  margin-top: 12.5rem;
}

.faq-wrapper .faq-content .faq-content-item .content-questions .questions-list {}

.faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  margin-top: 15px;
}

.faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-answer {
  color: #fff;
  font-size: 25px;
  display: none;
  /* margin-bottom: 10px; */
}

.faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-answer.active {}

.faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-title {
  color: #fff;
  font-size: 2vw;
  max-width: 31.6vw;
}

.faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-svg {
  transition: 0.3s;
}

.faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-svg.active {
  transform: rotate(45deg);
}

.faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-svg svg {}

.faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-svg svg path {}

@media screen and (max-width: 1199px) {
  .faq-wrapper .faq-content .faq-content-item {
    flex-direction: column;
  }

  .faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-svg svg {
    width: 125px;
  }

  .faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-title {
    max-width: 45%;
  }

  .faq-wrapper .faq-content .faq-content-item .content-img.content-image-2 img {
    display: none;
  }

  .faq-wrapper .faq-content .faq-content-item .content-desc {
    display: none;
  }

  .faq-wrapper .faq-content .faq-content-item .content-img img {
    max-width: 100%;
    width: 100%;
    height: 40vh;
  }

  .faq-wrapper .faq-content .faq-content-item .content-questions {
    margin-top: 3rem;
  }

  .faq-wrapper .faq-content .faq-main-title {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
  }

  .industry-slider-wrapper {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-answer {
    font-size: 18px;
  }

  .faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-svg svg {
    width: 65px;
    height: 65px;
  }

  .faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-accordion {
    margin-bottom: 25px;
  }

  .faq-wrapper .faq-content .faq-main-title {
    font-size: 10vw;
  }

  .faq-wrapper {
    margin-bottom: 60px;
  }

  .faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-title {
    max-width: 70%;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-title {
    font-size: 16px;
  }

  .faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-svg svg {
    width: 75px;
  }

  .faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-answer {
    font-size: 16px;
  }

  .faq-wrapper .faq-content .faq-content-item .content-questions .questions-list .question-list-item .question-accordion {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}

/* FAQ END */
@media (hover: hover) {
  .project-card:hover .project-card-body .project-svg {
    transform: rotate(45deg);
  }

  .industry-slider-wrapper .industry-content .industry-slider .swiper-wrapper .swiper-slide .slide-card:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

/* RADIO & CHECKBOX START */
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
}

input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  background: #d9d9d9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  cursor: pointer;
}

input#kvkk {
  display: none;
}

input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  background: #d9d9d9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.biltek-signature {
  gap: 0 !important;
  align-items: center;
}

.biltek-signature #biltek-signature {
  height: 27px;
}

.news-list-section .news-category-wrapper .follow-wrapper .follow-item-wrapper .follow-item svg {
  width: 24px;
  height: 24px;
}

.project-brand {
  max-width: 70px;
  max-height: 25px;
}

.back-to-top {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 70px;
  background: #15111e;
  padding: 12px;
  border-radius: 100px;
  border: 1px solid #c5b793;
  z-index: 2;
  cursor: pointer;
  transition: 0.4s;
}

.back-to-top:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 1024px) {
  .back-to-top {
    display: none !important;
  }
}

.back-to-top svg {
  transform: rotate(-90deg);
}

.stage-area .services .services-wrapper .services-card a img {
  height: 25vh;
}

.stage-area .services .services-wrapper {
  margin: 0;
}

.our-services-detail-button {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  position: relative;
  padding: 15px 25px;
  width: 150px;
  border: 1px solid white;
  border-radius: 100px;
}

.our-services-detail-button:hover {
  scale: 1.1;
  color: white;
}

.z-index-first {
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  footer .footer-wrapper .footer-bottom-area .footer-social {
    gap: 1rem;
    padding: 36px 50px;
  }

  footer .footer-wrapper .footer-contact {
    gap: 1.5rem;
    padding: 32px 50px;
  }

  footer .footer-wrapper .footer-bottom-area .footer-subscribe-form form .contact-wrapper-item-form-element {
    padding: 12px 30px;
  }

  footer .footer-wrapper .footer-bottom-area .footer-subscribe-form {
    padding: 32px 50px;
  }

  footer .footer-wrapper .footer-bottom-area .footer-subscribe-form .subscribe-form-titles .subscribe-form-desc {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }

  .footer-bottom {
    padding: 40px 5.5vw;
  }
}

@media screen and (max-width: 991px) {
  footer .footer-wrapper .footer-bottom-area {
    flex-wrap: wrap;
  }

  footer .footer-wrapper .footer-bottom-area .footer-social {
    flex: 0 0 50%;
  }

  footer .footer-wrapper .footer-contact {
    flex: 0 0 50%;
    border-right: 0;
  }

  footer .footer-wrapper .footer-bottom-area .footer-subscribe-form {
    flex: 0 0 100%;
    border-top: 1px solid rgba(255, 255, 255, 20%);
  }

  footer .footer-wrapper .footer-bottom-area .footer-subscribe-form .subscribe-form-titles .subscribe-form-desc {
    max-width: 80%;
  }

  .footer-bottom div {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-contact {
    border: 0;
    padding: 24px;
  }
}

.services .services-wrapper .services-card:nth-child(2),
.services .services-wrapper .services-card:nth-child(4) {
  transform: translateX(150px);
  opacity: 0;
}

.services .services-wrapper .services-card:nth-child(1),
.services .services-wrapper .services-card:nth-child(3) {
  transform: translateX(-150px);
  opacity: 0;
}

.vertical-animate {
  animation: verticalMove 1.25s infinite ease-in-out;
}

@keyframes verticalMove {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

