@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url(../fonts/font.css);
:root {
  --container-width: 1620px;
  --container-width-2: 1024px;
  --container-width-3: 768px;
  --container-width-4: 480px;
  --container-width-5: 1366px;
  --gap: 30px;
  --display: clamp(42px, 6.25vw, 120px);
  --h1: clamp(32px, 3.75vw, 72px);
  --h2: clamp(28px, 2.5vw, 48px);
  --h3: clamp(24px, 1.875vw, 36px);
  --h4: clamp(22px, 1.563vw, 30px);
  --h5: clamp(18px, 1.25vw, 24px);
  --h6: clamp(16px, 1.042vw, 20px);
  --p: clamp(14px, 0.938vw, 16px);
  --li: clamp(14px, 0.938vw, 16px);
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style: none;
  box-sizing: border-box;
  outline: none;
  border: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.2;
  scroll-behavior: smooth;
  font-family: "Jost", serif !important;
  background-color: #fff;
  color: #121212;
  user-select: none;
}

section {
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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

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

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

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

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

.mt0 {
  margin-top: 40px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb0 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

img {
  width: 100%;
  height: auto;
}

::selection {
  color: #fff;
  background-color: #e2420d;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

a {
  transition: 0.3s all ease-in-out;
  color: inherit;
  cursor: pointer;
}
a:hover {
  color: inherit;
}

p {
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}

img {
  max-width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
}

button {
  background-color: transparent;
  border: 0;
}

.page-padding {
  padding: 70px 0;
}

.bg-theme {
  background: #e2420d;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 40px !important;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.type {
  color: #404040;
}
.type strong {
  font-weight: bold;
}
.type p {
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
  opacity: 0.7;
}

.context {
  line-height: 1.5;
  color: #404040;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 75px;
  word-wrap: break-word;
  margin-bottom: 22px;
}

.search-title h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  padding: 0 0 20px 0;
}

.search-data {
  width: 100%;
  max-height: 250px;
  height: 100%;
  padding: 2rem 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}

.img-search {
  width: 270px;
  margin-right: 30px;
  overflow: hidden;
}

.img-search a {
  width: 100%;
  height: 100%;
  display: block;
}

.img-search .figure-img-search {
  width: 100%;
  object-fit: contain;
  transition: all 0.2s;
  max-width: 260px;
  height: 200px;
}

.search-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 270px);
  min-height: 200px;
  height: 100%;
  overflow: hidden;
}

.search-text aside {
  line-height: 1;
  margin-bottom: 12px;
}

.search-text aside a {
  display: inline-flex;
  align-items: center;
  color: #e2420d !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}

.search-text aside a::before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  border: 1px solid #e2420d;
  background: transparent;
  margin-right: 9px;
  border-radius: 50%;
}

.search-text h4 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.4em;
}

.search-text h4 a {
  color: #000;
}

.grid-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .grid-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.container.custom {
  max-width: 1670px;
}

.home-section {
  width: 100%;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  width: calc(100% - 30px);
  margin: 0 auto;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 105px;
}

.light-content {
  color: #fff;
}

.bg-dark-1 {
  background-color: #000 !important;
}

.bg-gradient-dark {
  background-image: linear-gradient(
    244deg,
    rgba(0, 0, 0, 0) 33.61%,
    rgba(255, 0, 0, 0.4) 73.83%
  );
  border-radius: 30px;
}

.opacity-07 {
  opacity: 0.7 !important;
}

.end-0 {
  right: 0 !important;
}

.start-0 {
  left: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.top-0 {
  top: 0 !important;
}

.position-absolute {
  position: absolute !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.min-height-100vh {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

.home-content {
  width: 100%;
  position: relative;
  text-align: center;
}

.btn-mod.btn-small {
  padding: 7px 15px 6px;
}

.btn-mod.btn-border-w {
  border-color: rgba(255, 255, 255, 0.98);
}

.btn-mod.btn-circle {
  border-radius: 30px;
}

.btn-mod.btn-border-w {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

.btn-mod.btn-small {
  height: auto;
  padding: 6px 15px;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.light-content a {
  color: rgba(255, 255, 255, 0.8);
}

.btn-mod,
a.btn-mod {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 13px;
  color: #fff;
  background: var(--color-dark-1);
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.065em;
  border-radius: 0;
  box-shadow: none;
  transition: var(--transition-default);
  cursor: pointer;
}

.btn-animate-y {
  position: relative;
  display: block;
  overflow: hidden;
}

.btn-animate-y-1 {
  display: block;
  transition: all 0.37s cubic-bezier(0.15, 0.7, 0.78, 1), opacity 0.37s linear;
}

.size-18 {
  font-size: 18.5px !important;
}

.btn-animate-y-2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.37s cubic-bezier(0.15, 0.7, 0.78, 1), opacity 0.37s linear;
}

.btn-mod:hover .btn-animate-y-1,
a:not(.no-hover):hover .btn-animate-y-1 {
  opacity: 0;
  transform: translate(0, -100%);
}

.btn-mod:hover .btn-animate-y-2,
a:not(.no-hover):hover .btn-animate-y-2 {
  opacity: 1;
  transform: translate(0, 0);
}

@media only screen and (max-width: 1366px) {
  .hs-title-1 {
    font-size: calc(1.5rem + 3vw) !important;
  }
}
.hs-title-1 {
  margin-top: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.085;
  letter-spacing: -0.035em;
}

.scroll-down {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #010101 !important;
  font-size: 22px;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scroll-down-anim 1.15s infinite;
}

@keyframes scroll-down-anim {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.scroll-down:before {
  display: block;
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05),
    0px 1px 1px 0px rgba(0, 0, 0, 0.03), 0px 3px 5px 0px rgba(0, 0, 0, 0.03);
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.68, -3, 0.27, 5);
}

.scroll-down i {
  position: relative;
  top: 1px;
  z-index: 2;
}

.scroll-down:hover:before {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08),
    0px 1px 1px 0px rgba(0, 0, 0, 0.06), 0px 3px 5px 0px rgba(0, 0, 0, 0.06);
  transform: translate(-50%, -50%) scale(1.25);
}

.success-form {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #e2420d;
  align-items: center;
  font-family: "Source Sans 3", serif;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: none;
  visibility: hidden;
  opacity: 0;
  font-weight: 500;
  width: 100%;
  letter-spacing: 0.7px;
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
  grid-area: span 1/2 span;
}

.success-form .check {
  position: unset !important;
  font-size: 20px !important;
  flex-shrink: 0;
  color: #e2420d !important;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
}

.success-form.active {
  visibility: visible;
  opacity: 1;
  display: flex;
}

.type {
  color: #404040;
}
.type strong {
  font-weight: bold;
}

.type h3 {
  font-size: 1.925rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.contact {
  padding: 70px 15px;
  width: calc(100% - 30px);
  margin: 15px auto 0 auto;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}

.form {
  display: grid;
  grid-auto-rows: auto;
  grid-gap: 25px;
}

.form .item.full {
  grid-column: 1 / span 2;
}

.form .item {
  position: relative;
}

.form-control-wrap {
  position: relative;
}

.form.contact .item input[type="text"],
.form.contact .item input[type="email"],
.form.contact .item input[type="tel"],
.form.contact .item textarea,
.form.contact .item select {
  height: 60px;
}

.form .item input[type="text"],
.form .item input[type="email"],
.form .item input[type="tel"],
.form .item textarea,
.form .item select {
  width: 100%;
  height: 55px;
  padding: 0;
  background-color: #fff;
  color: #0d0d0d;
  transition: 0.25s ease all;
  border-bottom: 1px solid #ddd !important;
  border: 0;
  border-radius: 0 !important;
}
.form .item input[type="text"]:hover,
.form .item input[type="email"]:hover,
.form .item input[type="tel"]:hover,
.form .item textarea:hover,
.form .item select:hover {
  border-color: #e2420d !important;
}

.form .item textarea {
  padding: 20px;
  height: 150px;
  resize: none;
  appearance: none;
}

.form .item input[type="text"]:focus,
.form .item input[type="email"]:focus,
.form .item input[type="tel"]:focus,
.form .item textarea:focus,
.form .item select:focus {
  border-color: #e2420d;
  box-shadow: unset !important;
}

.form-right {
  padding: 0 20px;
}

@media only screen and (max-width: 991px) {
  .contact-content {
    padding-top: 40px !important;
  }

  .contact-content .contact-text {
    padding-top: 50px !important;
  }

  .contact-content .contact-text ul {
    padding: 50px;
  }

  .contact-content .contact-text .head {
    justify-content: flex-start;
    padding: 30px 50px;
    margin-top: 0;
    background: rgba(244, 244, 244, 0.9);
    overflow: hidden;
  }

  .contact-content .row.row-changed .contact-text .head h1:before {
    margin-left: 30px !important;
  }

  .contact-content .contact-text .head h1 {
    font-size: 28px;
  }

  .contact-content .row.row-changed .contact-text .head {
    margin-left: 0 !important;
  }

  .contact-content .contact-text .head h1:before {
    right: initial;
    width: 100vw;
    left: 100%;
    margin-left: 30px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-content .contact-text ul {
    padding: 24px;
  }

  .form .item:not(.full) {
    grid-column: 1 / span 2;
  }
}
.contact-form-box {
  position: relative;
  z-index: 100;
  padding: 30px;
}

.contact-form-box .section-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .google-map {
    position: relative;
  }

  .google-map {
    height: 400px;
  }

  .contact-form-box {
    padding: 0 0 30px 0;
  }
}
.contact-info-item {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.contact-info-item .contact-image .image-anime {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.contact-info-item .contact-image .image-anime img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-out;
}

.contact-info-item:hover .contact-image .image-anime:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.contact-info-item:hover .contact-image img {
  transform: scale(1.1);
}

.contact-info-item .contact-info-content {
  background: #fff;
  padding: 20px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 30px;
  z-index: 3;
  overflow: hidden;
  word-break: break-all;
}

.contact-info-item .contact-info-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-info-item .contact-info-content p {
  margin-bottom: 0;
  font-size: 18px;
  word-break: break-all;
}

.contact-info-item .contact-info-content ul {
  padding: 10px 0;
  margin: 0;
  list-style: none;
}

.contact-info-item .contact-info-content ul li {
  display: inline-block;
  margin-right: 4px;
}

.contact-info-item .contact-info-content ul li a {
  display: block;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2420d;
  color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease-out;
}

.contact-info-item .contact-info-content ul li a:hover {
  background: #121212;
  color: #fff;
}

.contact-info-item .contact-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 20px;
  background: #e2420d;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.contact-info-item .contact-icon img {
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .contact-information {
    gap: 40px;
  }

  .contact-title h3 {
    font-size: 23px !important;
  }

  .social-medias h4 {
    font-size: 22px !important;
  }

  .type h3 {
    font-size: 1.325rem;
  }

  .form-wrapper p {
    font-size: 16px;
  }
}
.google-map {
  width: 100%;
  height: 500px;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 16px;
}
.google-map iframe {
  width: 100%;
  height: 100%;
}

.contact-information {
  padding: 60px 40px;
  border-radius: 30px;
  background-color: transparent;
  border: 2px solid #3d3d3d;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact-information {
    padding: 60px 20px !important;
  }
}
.contact-information ul.ul-contact li {
  display: flex;
  align-items: center;
  padding: 13px 0;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  user-select: none;
}
.contact-information ul.ul-contact li a {
  color: #000;
}
.contact-information ul.ul-contact li .icon {
  margin-right: 20px;
}
.contact-information ul.ul-contact li .icon svg {
  display: block;
  transition: 0.4s;
  transform: translateY(0);
  width: 24px;
  height: 24px;
}
.contact-information ul.ul-contact li .icon svg .colorless {
  transition: 0.4s;
  fill: #000;
}
.contact-information ul.ul-contact li .icon svg .colored {
  transition: 0.4s;
  fill: #000;
}

.contact-title {
  position: relative;
  padding-left: 30px;
}
.contact-title::before {
  content: "";
  height: 100%;
  width: 5px;
  background-color: #e2420d;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-title h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}
.contact-title p {
  color: #575756;
  font-size: 16px;
  line-height: 24px;
}

.ul-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .ul-contact {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .ul-contact {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ul-contact li {
  padding: 20px !important;
  border-radius: 20px;
  justify-content: center !important;
  border: 1px solid #061525;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ul-contact li:hover {
  background-color: #061525;
  color: #fff;
}
.ul-contact li:hover a {
  color: #fff !important;
}
.ul-contact li:hover svg path {
  fill: #fff !important;
}
@media screen and (max-width: 1000px) {
  .ul-contact li:last-child {
    grid-column: span 2;
  }
}
@media screen and (max-width: 768px) {
  .ul-contact li:last-child {
    grid-column: 1;
  }
}

.social-medias {
  padding-top: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.social-medias h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  color: #000;
  margin-bottom: 20px;
}
.social-medias ul {
  display: flex;
  gap: 10px;
}
.social-medias ul li a {
  width: 50px;
  height: 50px;
  font-size: 25px;
  background-color: transparent;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 10px;
  background-color: #061525;
  transition: all 0.3s linear;
}
.social-medias ul li a:hover {
  background-color: #3f3f3f;
  color: #fff;
}

a.mapBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  border: 1px solid #061525;
  background-color: transparent;
  border-radius: 9999rem;
  padding: 18px 35px;
  color: #061525;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
a.mapBtn svg path {
  fill: #061525;
}
a.mapBtn span {
  display: block;
  z-index: 2;
}
a.mapBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  z-index: 1;
  background-color: #fff;
}
a.mapBtn:hover {
  color: #000;
}
a.mapBtn:hover::before {
  transform: scaleX(1);
}
a.mapBtn:hover svg path {
  fill: #000;
}

.contact-panel {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contact-panel.active {
  display: block;
  opacity: 1;
  visibility: visible;
  height: max-content;
}

.contact-information .tabs {
  display: flex;
  align-items: center;
  column-gap: 45px;
  position: relative;
}
.contact-information .tabs::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  left: 0;
  bottom: 0;
}
.contact-information .tabs .tab-item {
  padding-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 21px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.contact-information .tabs .tab-item.active {
  color: #fff;
}
.contact-information .tabs .tab-item.active::after {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

footer .image img {
  filter: brightness(0) invert(1);
  height: auto;
}
footer .wrapper {
  border-radius: 16px;
  overflow: hidden;
  background-image: radial-gradient(
    ellipse at 50% 50%,
    rgba(162, 58, 58, 0.9),
    #a23a3a 75%
  );
  width: calc(100% - 30px);
  margin: 0 16px;
  margin-bottom: 10px;
  padding-bottom: 65px;
}

.foot-top-info {
  display: grid;
  grid-template-columns: 5fr 260px 5fr;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 55px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1536px) {
  .foot-top-info {
    grid-template-columns: 5fr 200px 5fr;
  }
}
@media (max-width: 768px) {
  .foot-top-info {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.foot-contact {
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
}

@media (max-width: 1536px) {
  .foot-contact {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .foot-contact {
    gap: 20px;
    padding: 30px;
    justify-content: center;
  }
}
.foot-contact .item {
  position: relative;
}

.content {
  display: flex;
  justify-content: center;
  gap: 20px;
  text-decoration: none;
}
.content svg path {
  stroke: #fff;
  opacity: 0.6;
  transition-duration: 0.3s;
}
.content:hover svg path {
  opacity: 1;
}

.icon {
  font-size: 34px;
  height: 34px;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.45s;
}

@media (max-width: 1024px) {
  .icon {
    font-size: 24px;
    height: 24px;
  }
}
.text-field p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  transition: color 0.35s, transform 0.35s;
}

.text-field p:hover {
  color: white;
  transform: translateX(3px);
}

.inner-content {
  max-width: 220px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .inner-content {
    max-width: 350px;
  }

  .foot-contact {
    flex-direction: column;
  }

  .footer-menu-inner .title-field {
    margin-bottom: 0 !important;
  }
}
.logo-field a {
  display: flex;
  justify-content: start;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.social-media-field {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 640px) {
  .social-media-field {
    justify-content: center;
  }
}
.social-media-field ul {
  display: flex;
  gap: 20px;
}

@media (max-width: 1024px) {
  .social-media-field ul {
    gap: 10px;
  }
}
.social-media-field a {
  display: flex;
  position: relative;
  padding: 10px;
  border-radius: 50%;
  transition-duration: 0.45s;
  position: relative;
  color: #fff;
  font-size: 20px;
  opacity: 0.6;
}
.social-media-field a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 2px solid transparent;
  transition-duration: 0.4s;
}
.social-media-field a:hover {
  color: #fff;
  opacity: 1;
}
.social-media-field a:hover::before {
  width: 45px;
  height: 45px;
  border-color: #fff;
}

.social-media-field a:hover .icon {
  color: #fff;
}

.wrapper-bottom {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1280px) {
  .wrapper-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .wrapper-bottom {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.footer-menu-inner {
  position: relative;
}

.footer-menu-item {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
  transition: border-color 350ms;
  padding: 50px;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
}

.footer-menu-inner:hover .footer-menu-item {
  border-color: rgba(255, 255, 255, 0.8);
}

.title-field {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 0 !important;
}

.prod-box-img {
  aspect-ratio: 1/1;
  height: 26px;
  transition: all 350ms;
  filter: brightness(0) invert(1) opacity(0.5);
}

.footer-menu-item:hover .prod-box-img {
  opacity: 1;
  filter: brightness(0) invert(1) opacity(0.9);
}

.title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.footer-menu-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-menu-list li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  transition: color 350ms;
  position: relative;
  padding-left: 25px;
}

.footer-menu-list li a:hover {
  color: #fff;
}

.footer-menu-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  transition: background-color 350ms;
}

.footer-menu-list li a:hover::after {
  background: #fff;
  /* Secondary color */
}

@media (max-width: 640px) {
  .footer-menu-item {
    padding: 20px;
    gap: 20px;
  }

  .prod-box-img {
    height: 20px;
  }

  .title {
    font-size: 16px;
  }

  .footer-menu-list {
    display: none;
  }
}
@media (max-width: 1536px) {
  .footer-menu-item {
    padding: 40px;
  }

  .title {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  .title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .foot-top-info {
    padding-bottom: 30px !important;
    gap: 0 !important;
    padding-top: 40px !important;
  }

  .content {
    align-items: center;
    gap: 15px !important;
  }
  .content svg {
    width: 20px;
    height: 20px;
  }

  .inner-content {
    order: 1;
  }
  .inner-content img {
    max-width: 130px;
    margin: 0 auto;
    display: block;
  }

  .foot-contact {
    order: 2;
  }

  .social-media-field {
    order: 3;
  }

  .text-field p {
    font-size: 16px !important;
  }

  .footer-menu-item {
    padding: 20px !important;
  }
}
header {
  position: relative;
  transition-duration: 0.45s;
  z-index: 80;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrapper .logo-wrapper {
  max-width: 280px;
  position: relative;
  margin-bottom: -55px;
  width: 100%;
  transition-duration: 0.45s;
}
header .wrapper .logo-wrapper .logo-area {
  max-width: 280px;
  width: 100%;
  transition-duration: 0.45s;
  background-color: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 115px;
}
header .wrapper .logo-wrapper .logo-area img {
  max-width: 180px;
  width: 100%;
  object-fit: contain;
}
header .wrapper .menu-area {
  width: fit-content;
  height: 105px;
}
header .wrapper .tools-area {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

header .menu-area ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100%;
  padding: 0 35px;
  background-color: white;
  border: none;
  list-style: none;
}

header .menu-area ul li {
  position: relative;
  height: 100%;
  transition-duration: 0.35s;
}

header .menu-area ul li a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 20px;
  height: 100%;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: black;
  border-top: 4px solid transparent;
  transition-duration: 0.35s;
}
header .menu-area ul li a i {
  font-size: 20px;
  transition-duration: 0.15s !important;
}

header .menu-area ul li a:hover {
  /* background-color: #f9f9f9; */
  /* border-top-color: #e2420d; */
  color: #e2420d;
}
header .menu-area ul li a:hover i {
  transition-duration: 0.35s;
  transform: rotate(180deg);
}

header .menu-area ul li .icon {
  display: block;
  height: 8px;
  line-height: none;
}

header .menu-area ul li a:hover .icon {
  transform: rotate(180deg);
  color: #e53e3e;
}

header .menu-area ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 30px 20px;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 20px 20px;
  min-width: 320px;
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none;
  transition: all 0.35s;
}
header .menu-area ul li .sub-menu ul {
  display: block !important;
  padding: 0 !important;
}

header .menu-area ul li:hover .sub-menu {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

header .menu-area ul li .sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  color: black;
  text-decoration: none;
  border-radius: 20px;
  background-color: transparent;
  transition: all 0.35s;
  border-top: unset !important;
}

header .menu-area ul li .sub-menu li a:hover {
  background-color: #e2420d;
  color: #fff;
}

.menu-trigger {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  width: fit-content;
  z-index: 2;
}
.menu-trigger .icon {
  width: 40px;
  gap: 10px;
  display: flex;
  flex-shrink: 0;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  height: 35px;
}
.menu-trigger .icon .line {
  width: 70%;
  transition-duration: 0.35s;
  height: 2px;
  background-color: #121212;
}
.menu-trigger .icon .line:nth-child(2) {
  width: 100%;
}
.menu-trigger .text {
  letter-spacing: 4.8px;
  color: #e2420d;
  font-weight: 600;
  font-size: 1rem;
  line-height: normal;
  transition-duration: 0.35s;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .menu-trigger .text {
    display: none;
  }
}
.menu-trigger.active .line:nth-child(1) {
  transform: rotate(45deg) translateY(15px) translateX(5px);
}
.menu-trigger.active .line:nth-child(2) {
  width: 0;
}
.menu-trigger.active .line:nth-child(3) {
  transform: rotate(-45deg) translateY(-11px);
}
.menu-trigger.active .text {
  margin-top: 10px;
}

.side-menu-wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: all 0.5s;
}

.side-menu-wrapper {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: translateX(100%);
  transform-origin: left center;
  transition: all 0.5s;
  visibility: hidden;
  z-index: 999999;
}

.side-menu-overlay.side-menu-toggler {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000090;
  opacity: 0.9;
  height: 100%;
  width: 100%;
}

.side-menu-wrapper.expanded .side-menu-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.5s;
}

.side-menu-toggler span {
  height: 1px;
  display: inline-block;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.5s;
}

.side-menu-toggler span:last-child {
  transform: translateY(-50%) rotate(-45deg);
}

.side-menu-toggler {
  position: absolute;
  right: 20px;
  height: 40px;
  width: 40px;
  top: 40px;
}

.side-menu-content {
  width: 100%;
  max-width: 420px;
  background-color: #fff;
  text-align: center;
  padding: 120px 30px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.5s;
  height: 100vh;
  margin-left: auto;
}

.side-menu-logo-box {
  margin-bottom: 10px;
}
.side-menu-logo-box img {
  width: 180px;
  object-fit: contain;
}

.side-menu-container p {
  margin-bottom: 30px;
  color: #5a5a5a;
  margin: 0 0 16px;
  font-size: 16px;
}

.side-menu-toggler:hover span {
  transform: translateY(-50%) rotate(0deg);
}

.side-menu-container h4 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
  color: #0f1011;
}

.side-menu-container ul {
  margin-bottom: 40px;
}
.side-menu-container ul li {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.side-menu-container ul li i {
  line-height: 0;
  font-size: 20px;
  position: relative;
}

ul.side-menu-social-media {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  margin-bottom: 40px;
}
ul.side-menu-social-media li {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
ul.side-menu-social-media li a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #061525;
  color: #fff;
  position: relative;
  transition: all 0.5s;
  border: 1px solid #061525;
}

ul.side-menu-social-media li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0%;
  width: 0%;
  border-radius: 100%;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 0;
}

ul.side-menu-social-media li a:hover {
  color: #061525;
}

ul.side-menu-social-media li a:hover::before {
  height: 100%;
  width: 100%;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
.icon-wrapper {
  position: absolute;
  bottom: 10px;
  right: -20px;
  width: 20px;
  height: 25px;
  transition-duration: 0.45s;
  z-index: 3;
  background-color: transparent;
  filter: brightness(0) invert(1);
}

.icon-wrapper img {
  width: 100%;
  height: 100%;
  transition-duration: 0.45s;
  object-fit: contain;
  object-position: center;
}

header .button-field {
  margin-top: 0 !important;
}

.gradient-background {
  position: absolute;
  top: 0px;
  left: -200px;
  width: 700px;
  height: 200px;
  border-radius: 50%;
  transition-duration: 0.45s;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #e2420d 0%,
    rgba(249, 190, 0, 0) 100%
  );
  opacity: 0.15;
  z-index: 5;
  pointer-events: none;
  transition: opacity 0.45s ease-in-out;
}

@media (max-width: 768px) {
  .gradient-background {
    width: 300px;
    height: 100px;
    left: -100px;
  }
}
.group-is-fixed .gradient-background {
  opacity: 0;
}

.icon-wrapper-left {
  position: absolute;
  bottom: 10px;
  left: -20px;
  width: 20px;
  height: 25px;
  transition-duration: 0.45s;
  z-index: 3;
  background-color: transparent;
  filter: brightness(0) invert(1);
}

.icon-wrapper-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition-duration: 0.45s;
  object-position: center;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(7, 37, 68, 0.1);
}
header.sticky .wrapper .logo-wrapper {
  margin-bottom: unset !important;
}
header.sticky .wrapper .logo-wrapper .logo-area {
  border-radius: unset !important;
}
header.sticky .wrapper .logo-wrapper .logo-area .icon-wrapper-left {
  display: none !important;
}
header.sticky .wrapper .logo-wrapper .logo-area .icon-wrapper {
  display: none !important;
}
header.sticky .wrapper .logo-wrapper .logo-area .gradient-background {
  display: none !important;
}
header.sticky .wrapper .logo-wrapper .logo-area img {
  height: 80px;
}

.hidden {
  transform: translateY(-100%);
}

@media screen and (max-width: 1680px) {
  header .menu-area ul li a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1440px) {
  header .menu-area ul li a {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1500px) {
  .tools-area .custom-btn-v2 {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .menu-area {
    display: none;
  }

  header .wrapper {
    height: 105px;
  }

  header .wrapper .tools-area {
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 900px) {
  .icon-wrapper-left {
    display: none;
  }

  .icon-wrapper {
    display: none;
  }

  header .wrapper .logo-wrapper .logo-area {
    height: max-content;
    border-radius: 0 !important;
    justify-content: flex-start !important;
    padding-left: 20px;
  }

  .menu-trigger {
    display: none;
  }

  .gradient-background {
    width: 300px;
    height: 300px;
    left: 00;
    top: unset !important;
    bottom: -200px;
  }

  header .wrapper .logo-wrapper {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  header .wrapper .logo-wrapper .logo-area img {
    max-width: 150px;
  }

  .tools-area .custom-btn-v2 {
    display: none;
  }
}
#top-bar__navigation-toggler {
  color: #000;
  position: relative;
  top: 3px;
  outline: none;
  transition: all 0.2s linear;
}

.hide-object-desktop {
  display: none;
}

.trigger {
  width: 65px;
  cursor: pointer;
  transition: transform 400ms;
  user-select: none;
  transform: scaleY(0.7);
  overflow: visible;
  height: 100%;
}

.trigger .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 3;
  stroke-linecap: round;
}

.trigger .line.bottom {
  stroke-dasharray: 30 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.trigger .line.top {
  stroke-dasharray: 40 160;
}

.trigger .line.middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

#top-bar__navigation-toggler.active .trigger {
  transform: rotate(45deg);
}

#top-bar__navigation-toggler.active .trigger .line.top {
  stroke-dashoffset: -64px;
}

#top-bar__navigation-toggler.active .trigger .line.middle {
  transform: rotate(90deg);
}

#top-bar__navigation-toggler.active .trigger .line.bottom {
  stroke-dashoffset: -64px;
}

@media screen and (max-width: 1280px) {
  .hide-object-desktop {
    display: inline-flex !important;
  }
}
.menu-wrapper {
  --top: 105px !important;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  height: calc(100vh - var(--top));
  transform: translateY(var(--top)) translateX(-200%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
  padding-left: 30px;
  position: fixed;
  transition-duration: 0.6s;
  z-index: 70;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .menu-wrapper {
    max-width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrapper {
    max-width: 100%;
  }
}
.menu-wrapper.active {
  transform: translateY(var(--top)) translateX(0);
}

.inner-background {
  background: transparent;
  padding: 16px;
  z-index: 2;
  position: absolute;
  left: 0;
  width: 11px;
  height: 0;
  transition: height 450ms;
}

.inner-bg {
  background-color: #121212;
  width: 11px;
  height: 100%;
}

.mobile-heading {
  display: none;
  gap: 30px;
}

.close-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.icon-container {
  width: 34px;
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.line {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 9999px;
  height: 3px;
  transition: all 350ms;
}

.first-line {
  transform-origin: center;
}

.middle-line {
  width: 66%;
}

.last-line {
  transform-origin: center;
}

.menu-text {
  color: #e2420d;
  font-weight: 500;
  font-size: 22px;
}

.menu-divider {
  height: 1px;
  width: 100%;
  background-color: rgba(226, 66, 13, 0.25);
  z-index: 2;
}

.menu-list {
  z-index: 3;
}

.menu-item {
  position: relative;
}

.menu-link {
  display: block;
  padding: 15px 5px;
  color: #121212;
  font-weight: 500;
  font-size: 21px;
  text-decoration: none;
  transition: all 350ms;
  position: relative;
}
.menu-link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(226, 66, 13, 0.15);
  transition-duration: 0.3s;
}
.menu-link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e2420d;
  transition-duration: 0.3s;
}
.menu-link:hover {
  color: #e2420d;
}
.menu-link:hover::after {
  width: 100%;
}

.menu-item {
  border-bottom: 0;
}

.partner-login-button {
  background-color: #e2420d;
  transition-duration: 0.4s;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 30px;
  text-align: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 15px;
  max-width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.partner-login-button::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100px;
  background-color: #121212;
  height: 100px;
  transition-duration: 0.4s;
  border-radius: 10px;
  transform: translate(-50%, -50%) scale(0, 0);
}
.partner-login-button:hover::before {
  width: 200%;
  height: 200%;
  transform: translate(-50%, -50%) scale(1, 1);
}

.partner-login-button:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.icon-container {
  position: relative;
  display: flex;
  align-items: center;
}

.icon-lock {
  font-size: 16px;
  height: 16px;
  line-height: 1;
  transition: all 350ms;
  color: white;
  position: relative;
}

.button-text {
  color: white;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}

.social-media-section {
  position: relative;
  z-index: 3;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
  text-decoration: none;
}

.contact-icon {
  color: #e2420d;
  font-size: 19px;
  height: 19px;
  display: block;
  transition: transform 350ms ease;
}

.contact-text {
  color: #e2420d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  transition: transform 350ms ease;
}

.contact-link:hover .contact-text {
  transform: translateX(3px);
}

.social-media-info {
  font-size: 16px;
  font-weight: 500;
  color: #e2420d;
  margin-bottom: 15px;
}

.social-media-list {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-media-item {
  position: relative;
}

.social-media-link {
  display: grid;
  place-items: center;
  background-color: #f9f9f9;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  transition: background-color 350ms ease, color 350ms ease;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.social-media-link:hover {
  background-color: #121212;
  color: #fff;
}
.social-media-link:hover svg {
  stroke: #fff;
}

.icon {
  height: 19px;
  line-height: 1;
  stroke: rgba(226, 66, 13, 0.55);
}

.custom-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  max-width: 300px;
  height: auto;
  min-height: 50px;
  padding: 0 40px;
  background-color: white;
  color: black;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 9999px;
  position: relative;
  overflow: hidden;
  transition: all 0.45s ease;
}

.custom-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: left 0.45s ease;
  z-index: 1;
}

.custom-button:hover::before {
  left: 0;
}

.custom-button div {
  position: relative;
  z-index: 2;
  transition: color 0.35s ease;
}

.custom-button:hover div {
  color: white;
}

.primary-btn2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #121212;
  padding: 18px 32px;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: all 0.6s;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
}
.primary-btn2:hover svg {
  transform: rotate(-45deg);
}

.primary-btn2 svg {
  fill: #fff;
  transition: all 0.6s;
}

.banner-area {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 125px);
  width: 100%;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  border-radius: 20px;
  margin-top: 105px;
}

.banner-area .swiper-slide:not(.bottom-content .swiper-slide) {
  height: 100vh;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
}

.banner-area .swiper-slide:not(.bottom-content .swiper-slide)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

.banner-area .box-table {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
  height: auto;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table .sahpe {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
  width: 100%;
  background-size: cover;
  opacity: 0.6;
}

.banner-area .carousel-item {
  position: relative;
}

.banner-area .content {
  padding-top: 100px;
  position: relative;
  width: 100%;
  max-width: 700px;
  z-index: 9;
}
.banner-area .content h4 {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}
.banner-area .content h2 {
  line-height: 1;
  font-weight: 600;
  font-size: 70px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.banner-area .content h2 strong {
  font-weight: 600;
  display: block;
  color: #fff;
}
.banner-area .content p {
  font-size: 20px;
  line-height: 32px;
  animation-delay: 0.11s;
}

.slider-button .btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  letter-spacing: 1px;
  border-radius: inherit;
  border: none;
  padding: 15px 40px;
  color: #ffffff !important;
  background-color: #104cba;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-area .carousel-item a,
.banner-area .carousel-item button {
  animation-delay: 0.15s;
}

.banner-area .content a {
  margin-right: 5px;
  margin-top: 5px;
}

.banner-area .content .btn {
  margin-top: 20px;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.banner-area .content p {
  font-size: 20px;
  line-height: 32px;
  animation-delay: 0.11s;
  color: #fff;
}

.banner-area .navigation {
  z-index: 15;
  height: max-content !important;
  display: flex;
  align-items: center;
  gap: 15px;
}

.banner-area .navigation .promo-carousel-prev,
.banner-area .navigation .promo-carousel-next {
  cursor: pointer;
  outline: unset !important;
  height: 50px;
  width: 50px;
  backdrop-filter: blur(10px);
  font-size: 23px;
  background-color: rgba(130, 130, 130, 0.05);
  transition: 0.25s ease-in-out;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: grid;
  place-items: center;
  opacity: 0.6;
}
.banner-area .navigation .promo-carousel-prev i,
.banner-area .navigation .promo-carousel-next i {
  transition: 0.25s ease transform;
}

.banner-area .navigation .promo-carousel-prev:hover,
.banner-area .navigation .promo-carousel-next:hover {
  opacity: 1;
}
.banner-area .navigation .promo-carousel-prev:hover i,
.banner-area .navigation .promo-carousel-next:hover i {
  transform: translateX(5px);
}

.banner-area .navigation .promo-carousel-prev:hover i {
  transform: translateX(-5px);
}

@media screen and (max-width: 768px) {
  .banner-area .swiper-slide:not(.bottom-content .swiper-slide) {
    height: 55vh;
  }

  .banner-area .content h2 {
    font-size: 40px;
  }

  .banner-area .content p {
    display: none !important;
  }
}
@media screen and (max-width: 568px) {
  .banner-area .swiper-slide:not(.bottom-content .swiper-slide) {
    height: 35vh;
  }

  .banner-area .content h2 {
    font-size: 30px;
  }
}
.swiper_hero .swiper-slide {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.bottom-slide {
  background-color: rgba(53, 54, 58, 0.3);
  position: absolute;
  width: 100%;
  max-width: 1000px;
  bottom: 0;
  left: 0;
  border-top-right-radius: 120px;
  height: max-content;
  padding: 60px 60px;
  z-index: 5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1140px) {
  .bottom-slide {
    border-top-right-radius: 0 !important;
    max-width: 100% !important;
  }
}
.bottom-slide .bottom-content {
  flex-shrink: 0;
  width: 100%;
  max-width: 600px;
}
.bottom-slide .bottom-content .swiper {
  width: 100%;
  overflow: hidden;
}
.bottom-slide .bottom-content .swiper-slide {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  height: max-content !important;
  transition: all 0.4s ease-in-out;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}
.bottom-slide .bottom-content .swiper-slide .title-slide h2 {
  font-size: 35px;
  white-space: nowrap;
}

.bottom-content .swiper-slide.swiper-slide-thumb-active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.down-scroll {
  z-index: 10;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
@media screen and (max-width: 1140px) {
  .down-scroll {
    display: none !important;
  }
}

.down-scroll span {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 5px;
}

.down-scroll span svg {
  display: block;
}

.down-scroll span svg line {
  animation: lines 3s ease-in-out infinite;
}

@keyframes lines {
  0% {
    transform: translate(1043.5px, 922.5px);
  }
  50% {
    transform: translate(1043.5px, 932.5px);
  }
  100% {
    transform: translate(1043.5px, 922.5px);
  }
}
.slide-thumb {
  overflow: hidden;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 1140px) {
  .bottom-slide .bottom-content .swiper-slide .title-slide h2 {
    font-size: 25px;
  }
}
.carousel-navigation {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .carousel-navigation {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .carousel-navigation {
    gap: 10px;
  }
}
.carousel-prev,
.carousel-next {
  position: relative;
  pointer-events: auto;
  transition: opacity 0.35s ease;
}

.carousel-prev.swiper-button-disabled,
.carousel-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.navigation-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  font-size: 20px;
  height: 60px;
  background-color: rgba(130, 130, 130, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  position: relative;
  transition: all 0.35s ease;
}

@media (max-width: 1024px) {
  .navigation-icon {
    width: 45px;
    height: 45px;
  }

  .hizmetler .carousel-next {
    right: 10px !important;
  }

  .hizmetler .carousel-prev {
    left: 10px !important;
  }

  .info-card .title {
    text-align: center;
    font-size: 24px !important;
  }
}
.navigation-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.main-circle {
  stroke-width: 2px;
  stroke-dasharray: 750;
  stroke-dashoffset: 750;
  stroke: none;
  fill: none;
}

.fillable {
  stroke-width: 2px;
  stroke-dasharray: 750;
  stroke-dashoffset: 750;
  stroke: #e2420d;
  fill: none;
  transition: stroke-dashoffset 1s ease-in-out;
}

.navigation-icon:hover .fillable {
  stroke-dashoffset: 530;
}

.icon-arrow-left,
.icon-arrow-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.25);
  font-size: 18px;
  height: 18px;
  transition: all 0.35s ease;
}

@media (max-width: 1024px) {
  .icon-arrow-left,
  .icon-arrow-right {
    font-size: 16px;
    height: 16px;
  }
}
@media (max-width: 768px) {
  .icon-arrow-left,
  .icon-arrow-right {
    font-size: 12px;
    height: 12px;
  }

  .bottom-slide {
    padding: 20px;
  }

  .bottom-slide .bottom-content .swiper-slide .title-slide h2 {
    font-size: 20px;
    max-width: 250px;
    white-space: normal;
    display: flex;
    align-items: center;
    min-height: 50px;
  }

  .about-index .image-field {
    height: 300px !important;
  }

  .swiperProductDetail .navigation div {
    padding: 10px !important;
  }

  .swiperProductDetail .navigation {
    max-width: calc(100% - 24px) !important;
  }

  .bottom-slide .bottom-content .swiper-slide {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding-left: 20px;
  }
}
.navigation-icon:hover .icon-arrow-left {
  color: #fff;
  transform: translateX(-3px);
}

.navigation-icon:hover .icon-arrow-right {
  color: #fff;
  transform: translateX(3px);
}

@media (max-width: 1000px) {
  .banner-area {
    height: max-content !important;
  }
}
.aim {
  background: #452073;
  border-radius: 30px;
  padding: 140px 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition-duration: 0.3s;
}
.aim .options {
  display: flex;
  justify-content: center;
  position: relative;
  transition-duration: 0.3s;
}
.aim .options::before {
  content: "";
  position: absolute;
  width: 155px;
  height: 2px;
  background-color: #e6e6e6;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.aim .options .option {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  opacity: 0.5;
  position: relative;
  display: block;
  transition-duration: 0.3s;
  cursor: pointer;
}
.aim .options .option::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  width: 0;
  height: 2px;
  background-color: #e2420d;
  transition-duration: 0.3s;
}
.aim .options .option + .option {
  margin-left: 230px;
}
.aim .options .option.active {
  color: #fff;
  opacity: 1;
  pointer-events: none;
}
.aim .sections {
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  color: #999;
  overflow: hidden;
  transition-duration: 0.3s;
  position: relative;
}
.aim .sections .section {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  opacity: 0;
  transition-duration: 0.3s;
  visibility: hidden;
  transform: translateY(10px);
  height: max-content;
}
.aim .sections .section.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.aim .sections .section.active .type p {
  opacity: 1;
}

.aim .options .option:nth-child(1)::after {
  right: -92px;
}

.aim .options .option.active::after {
  width: 60px;
}

.aim .options .option:nth-child(2)::after {
  left: -102px;
}

@media screen and (max-width: 991px) {
  .aim .options {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .aim .options .option::after {
    top: 123%;
  }

  .aim .options .option:nth-child(1)::after {
    left: 11px;
  }

  .aim .options .option:nth-child(2)::after {
    right: 8px;
    left: unset !important;
    top: -11px;
  }

  .aim .options .option {
    font-size: 2rem;
  }

  .aim .options .option + .option {
    margin-left: 0;
  }
}
.about-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
  /* translate-z-0 yerine */
  transform: translateZ(0);
  /* Yığılma kontrolü */
  margin: 0 auto;
  z-index: 0;
  pointer-events: none;
}
.about-image.right {
  left: unset !important;
  right: 0;
  top: unset !important;
  bottom: 0;
}

.image-content {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.general-img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  transition-duration: 0.3s;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 40px !important;
}
.general-img img {
  width: 100%;
  height: 100%;
}

.type h1,
.type h2,
.type h3,
.type h4,
.type h5,
.type h6 {
  font-weight: 600;
  margin-bottom: 10px;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .type h1,
  .type h2,
  .type h3,
  .type h4,
  .type h5,
  .type h6 {
    font-size: 21px;
  }
}

.about-type * {
  opacity: 0.7 !important;
  color: #fff;
}

.about-type *:not(p) {
  opacity: 1 !important;
  transition-duration: 0.3s;
}

.timeline-box {
  position: sticky;
  top: 2rem;
  padding-top: 1.375rem;
}
@media (max-width: 1024px) {
  .timeline-box {
    position: relative;
    top: 0;
    margin-bottom: 30px !important;
    padding-top: 0;
  }
  .timeline-box .timeline-item .timeline-image {
    max-width: 100% !important;
    height: 400px !important;
  }
}
.timeline-box .timeline-item {
  display: flex;
  flex-direction: row;
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(76px);
  overflow: hidden;
  border-radius: 0.625rem;
  padding: 1rem;
}
.timeline-box .timeline-item.active {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(60, 67, 221, 0.25);
}
@media (max-width: 1024px) {
  .timeline-box .timeline-item {
    flex-direction: column;
  }
}
.timeline-box .timeline-item .timeline-image {
  position: relative;
  aspect-ratio: 26 / 23;
  max-width: 450px;
  flex-shrink: 0;
}
.timeline-box .timeline-item .timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  mask-image: linear-gradient(90deg, black, transparent);
}
@media (max-width: 1024px) {
  .timeline-box .timeline-item .timeline-image img {
    mask-image: none;
    opacity: 0.5;
  }
}
.timeline-box .timeline-item .timeline-image .timeline-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
@media (max-width: 1024px) {
  .timeline-box .timeline-item .timeline-image .timeline-year {
    font-size: 2rem;
  }
}
.timeline-box .timeline-item .timeline-content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  justify-content: center;
  transition-duration: 0.3s;
}
.timeline-box .timeline-item .timeline-content h1,
.timeline-box .timeline-item .timeline-content h2,
.timeline-box .timeline-item .timeline-content h3,
.timeline-box .timeline-item .timeline-content h4,
.timeline-box .timeline-item .timeline-content h5,
.timeline-box .timeline-item .timeline-content h6 {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .timeline-box .timeline-item .timeline-content h1,
  .timeline-box .timeline-item .timeline-content h2,
  .timeline-box .timeline-item .timeline-content h3,
  .timeline-box .timeline-item .timeline-content h4,
  .timeline-box .timeline-item .timeline-content h5,
  .timeline-box .timeline-item .timeline-content h6 {
    font-size: 1.25rem;
  }
}
.timeline-box .timeline-item .timeline-content p {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1024px) {
  .timeline-box .timeline-item .timeline-content p {
    margin-top: 0.75rem;
  }
}

.about-timeline {
  position: relative;
  padding-bottom: 50px;
}

.about-title {
  text-align: center;
  padding: 2rem;
  z-index: 3;
  position: relative;
}
.about-title .title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #fff;
}
.about-title .title .highlight {
  font-weight: 500;
  color: #fff;
}
.about-title .subtitle {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #fff;
}
.about-title .subtitle .opacity-low {
  opacity: 0.6;
}

.title-img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-20%);
  object-fit: contain;
  object-position: top;
  pointer-events: none;
  opacity: 1;
}
@media (max-width: 640px) {
  .title-img {
    transform: scale(2);
    opacity: 0.5;
  }
}

.margin-border {
  width: calc(100% - 30px);
  margin: 0 auto;
  border-radius: 16px;
}

.bg-dark-color {
  background-color: #000;
}

.info-card.style-1 {
  background-color: transparent;
  border-radius: 30px;
  padding: 42px 48px;
  margin: 0 12px;
  transition-duration: 0.3s;
  border: 3px solid rgba(255, 255, 255, 0.7);
}
.info-card.style-1 .service-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 30px;
  border: 2px solid transparent;
  transition-duration: 0.35s;
  background-color: #fff;
}
.info-card.style-1 .service-image img {
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.5s ease-out;
}
.info-card.style-1 .service-image:hover img {
  transform: scale(1.1);
}
.info-card.style-1 .content-wrapper .desc {
  margin-top: 15px;
}
.info-card.style-1 .content-wrapper .view-more {
  margin-top: 15px;
}
.info-card.style-1 .content-wrapper .view-more a {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
  transition: all 0.5s ease-out;
}
.info-card.style-1 .content-wrapper .view-more a i {
  font-size: 17px;
  transform: rotate(-45deg);
  margin-left: 6px;
  transition: all 0.5s ease-out;
}
.info-card.style-1 .content-wrapper .view-more a:hover {
  color: #e2420d;
}
.info-card.style-1 .content-wrapper .view-more a:hover i {
  color: #e2420d;
  transform: rotate(0deg);
  margin-left: 5px;
}
.info-card.style-1:hover {
  border-color: #fff;
  background-color: #fff;
}
.info-card.style-1:hover .title a {
  color: #000;
}
.info-card.style-1:hover .view-more a {
  color: #000;
}
.info-card.style-1:hover .service-image {
  border-color: #000;
}

.info-card .title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 36.4px;
  letter-spacing: -0.42px;
  color: #fff;
  margin-top: 24px;
  text-transform: capitalize;
}
.info-card .title a {
  color: inherit;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card .desc {
    font-size: 15px;
    line-height: 28px;
  }
}
.hizmetler .carousel-prev,
.hizmetler .carousel-next {
  transform: translateY(-50%);
  position: absolute;
  top: 60%;
  z-index: 10;
}
.hizmetler .carousel-prev .navigation-icon,
.hizmetler .carousel-next .navigation-icon {
  background-color: #fff;
  backdrop-filter: unset !important;
}
.hizmetler .carousel-prev {
  left: 0;
}
.hizmetler .carousel-next {
  right: 0;
}

.bg-transparent {
  position: absolute;
  filter: invert(1);
  left: -300px;
  top: 0;
  isolation: isolate;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  transform: rotate(70deg);
  opacity: 0.1;
  max-height: 1200px;
}

.z-10 {
  z-index: 10;
}

.title-animation {
  display: inline;
  color: #687c8959;
  background-image: linear-gradient(270deg, white 33%, white 66%);
  background-clip: text;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0% 0%;
}

.text-anim p {
  display: inline;
  color: #687c8959;
  background-image: linear-gradient(270deg, white 33%, white 66%);
  background-clip: text;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0% 0%;
}

.text-anim-p.dark p {
  background-image: linear-gradient(270deg, #000000 33%, #000000 66%);
}

.section-active .title-animation {
  background-size: 100% 100%;
}

.title-box h2 {
  color: #687c8940;
  line-height: 40px;
  font-size: 36px;
}

.about-index.content {
  overflow: hidden;
  isolation: isolate;
}

.about-index {
  /* Responsive Stil */
}
.about-index .wrapper {
  position: relative;
  background-image: radial-gradient(
    ellipse at 50% 50%,
    rgba(82, 18, 18, 0.9),
    #521212 75%
  );
  border-radius: 20px;
  margin-left: auto;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 7fr);
  gap: 80px;
}
.about-index .gradient {
  position: absolute;
  left: 17%;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  height: max-content;
  pointer-events: none;
  right: unset;
  opacity: 1;
}
.about-index .image-feild {
  width: 600px;
  height: 600px;
}
.about-index .image-content-field {
  width: 100%;
  height: 100%;
  position: relative;
}
.about-index .image-content-field .content {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.about-index .video-story {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.about-index .button-field {
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 1600px) {
  .about-index .button-field {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .about-index .button-field {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-index .button-field {
    justify-content: center;
  }
}
.about-index .image-wrapper {
  position: relative;
  width: 100%;
  height: max-content;
  overflow: hidden;
  isolation: isolate;
  mask-image: url("../img/about-mask.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.about-index .image-field {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  isolation: isolate;
}
.about-index .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding-top: 0 !important;
}
@media (max-width: 1024px) {
  .about-index .container {
    padding: 45px 30px;
  }
  .about-index .image-wrapper {
    mask-image: none;
    border-radius: 20px;
  }
  .about-index .image-field {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .about-index .image-field {
    height: 500px;
  }
}
@media (max-width: 640px) {
  .about-index .image-field {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .about-index .image-field {
    height: 300px;
  }
  .about-index .button-x {
    width: 44px;
    height: 44px;
  }
  .about-index .icon-play {
    font-size: 14px;
    height: 14px;
  }
}

.text-field {
  margin: auto;
  position: relative;
  animation: reveal 1s;
}

.title-field {
  margin-bottom: 40px;
}

.page-title {
  font-size: 17px;
  color: #e2420d;
  letter-spacing: 7px;
  text-transform: uppercase;
  overflow: hidden;
  transition: transform 0.45s;
}

.editor {
  margin-top: 50px;
  font-size: 23px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.65);
  max-width: 100%;
}
.editor h1 {
  color: #fff !important;
  margin-bottom: 40px;
  font-size: clamp(30px, 4vw, 60px);
}
.editor p {
  line-height: 36px;
}

.button-field {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.project-counter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.count-bg {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid transparent;
}

.count-bg.active {
  border-color: rgba(255, 255, 255, 0.2);
}

.counter-effect {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.count {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.65);
}

.value {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.65);
  overflow: hidden;
  display: flex;
}

.counter-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 10px;
  text-align: center;
}

@keyframes reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.count-bg .gradient-counter {
  position: absolute;
  right: 0;
  top: 0;
  width: 370px;
  height: 200px;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 1;
}
.count-bg .image-field {
  width: 100%;
  height: 100%;
}
.count-bg .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.count-bg.active .gradient-counter {
  opacity: 1;
}

@media (max-width: 1536px) {
  .wrapper {
    gap: 150px;
  }
}
@media (max-width: 1280px) {
  .wrapper {
    gap: 100px;
  }
}
@media (max-width: 1024px) {
  .wrapper {
    grid-template-columns: 1fr;
    gap: 50px !important;
  }

  .title-field {
    margin-bottom: 20px !important;
  }

  .editor {
    margin-top: 30px !important;
  }

  .editor h1 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 475px) {
  .wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .project-counter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 !important;
  }
}
@media (max-width: 480px) {
  .project-counter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.video-story .button-x {
  width: 66px;
  height: 66px;
  border: 1px solid transparent;
  background-color: #e2420d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 2.8px 2.2px rgba(0, 75, 165, 0.034),
    0 6.7px 5.3px rgba(0, 75, 165, 0.048), 0 12.5px 10px rgba(0, 75, 165, 0.06),
    0 22.3px 17.9px rgba(0, 75, 165, 0.072),
    0 41.8px 33.4px rgba(0, 75, 165, 0.086), 0 100px 80px rgba(0, 75, 165, 0.12);
  transition: transform 450ms;
}

.video-story .button-x:hover {
  transform: scale(1.1);
}

.video-story .icon-play {
  font-size: 19px;
  height: 19px;
  color: #ffffff;
  transition: color 350ms;
  position: relative;
  z-index: 2;
}

.video-story .button-x:hover .icon-play {
  color: #333333;
}

.video-story .ripple {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #e2420d;
  border-radius: 50%;
  opacity: 0;
  animation: ripple-animation 1400ms infinite;
}

.video-story .ripple:nth-child(2) {
  animation-delay: 800ms;
}

.video-story .ripple:nth-child(3) {
  animation-delay: 1400ms;
}

@keyframes ripple-animation {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  25% {
    opacity: 0.5;
    transform: scale(1.7);
  }
  50% {
    opacity: 0.3;
    transform: scale(2.1);
  }
  75% {
    opacity: 0.15;
    transform: scale(2.5);
  }
  100% {
    opacity: 0;
    transform: scale(2.7);
  }
}
.my-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 19px 25px;
  min-width: 200px;
  border-radius: 9999px;
  overflow: hidden;
  background-color: rgba(217, 217, 217, 0.1);
  transition: background-color 0.45s ease;
}

.my-button:hover {
  background-color: #e2420d;
}

.my-button .icon {
  position: relative;
  font-size: 20px;
  display: block;
  color: #fff;
  transition: transform 0.25s ease, opacity 0.25s ease, color 0.35s ease;
}

.my-button:hover .icon::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #e2420d;
  transform: translate(-20px, 12px);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.my-button:hover .icon {
  color: #fff;
}

.my-button small {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.3s ease-in-out;
}

.my-button:hover small {
  color: #fff;
}

.my-button .bg-effect {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #e2420d;
  border-radius: 50%;
  transition: width 0.5s ease, height 0.5s ease;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.my-button:hover .bg-effect {
  width: 500px;
  height: 500px;
}

@media (max-width: 1280px) {
  .wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .about-index .image-content-field .content {
    display: none !important;
  }
}
.blog-content {
  background-color: #f7f7f7;
}
.blog-content .blog {
  display: block;
  width: 100%;
  height: 500px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  transition: border 0.3s;
}
.blog-content .blog:hover {
  border-color: #fff;
}
.blog-content .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.blog-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-content .content-blog {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  background: rgba(19, 19, 18, 0.5);
}
.blog-content .date-field {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-content .date-title {
  font-size: 16px;
  color: #fff;
}
.blog-content .date {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
.blog-content .title {
  font-size: 30px;
  font-weight: bold;
  color: white;
  transition: color 0.3s;
}
.blog-content .blog:hover .title {
  color: #fff;
}
.blog-content .text-field {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s, margin-top 0.3s;
}
.blog-content .blog:hover .text-field {
  max-height: 100px;
  margin-top: 10px;
}
.blog-content .text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
}
.blog-content .button-field {
  margin-top: 20px;
  justify-content: flex-start !important;
}
.blog-content .button {
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  transition: background 0.3s, color 0.3s;
}
.blog-content .button:hover {
  background: #e2420d;
  color: #fff;
  border-color: #e2420d;
}

.title-animation.dark {
  background-image: linear-gradient(270deg, #000000 33%, #000000 66%);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .blog-content .title {
    font-size: 21px !important;
    font-weight: 600;
  }
}
.referanslar {
  background-color: #f7f7f7;
}

.logo-carousel {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  --qode-grad-color-1: #ffffff00;
  --qode-grad-color-2: #fff;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(
      90deg,
      var(--qode-grad-color-1),
      var(--qode-grad-color-2) 35%,
      var(--qode-grad-color-2) 65%,
      var(--qode-grad-color-1)
    ),
    linear-gradient(
      to top,
      var(--qode-grad-color-2) 10px,
      var(--qode-grad-color-1) 10px
    );
}

.logo-carousel .swiper-wrapper {
  display: flex;
}

.logo-carousel .swiper-slide {
  flex-shrink: 0;
  transition: opacity 0.3s ease, filter 0.3s ease;
  filter: grayscale(100%);
  opacity: 0.5;
}

.logo-carousel .swiper-slide:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.logo-carousel .swiper-slide a {
  display: block;
  height: 60px;
  max-height: 52px;
}

.logo-carousel .swiper-slide img {
  width: 230px !important;
  height: 80px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.custom-btn-v2 {
  display: block;
}
.custom-btn-v2 .btn-container {
  position: relative;
  padding: 9px 24px;
  background-color: #d24a4a;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
  border-radius: 9999px;
  overflow: hidden;
  cursor: pointer;
}
.custom-btn-v2 .hover-bg {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e2420d;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.45s ease-in-out;
}
.custom-btn-v2 .btn-container:hover .hover-bg {
  width: 200%;
  height: 200%;
  right: 0;
  border-radius: 20px;
}
.custom-btn-v2 .text {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  position: relative;
  z-index: 10;
}
.custom-btn-v2 .icon {
  display: flex;
  height: max-content !important;
  font-size: 20px !important;
  transform: translateX(7px);
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  color: #fff;
  position: relative;
  z-index: 20;
}

.content-basvuru h3 {
  color: #0c215a;
  margin-bottom: 2rem;
  font-size: 36px;
  line-height: 1.365;
}
.content-basvuru hr {
  background-color: #e2420d;
  margin-bottom: 2rem;
}
.content-basvuru .type p {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  line-height: 1.625;
}

.video-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.video-wrapper .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 49.2%;
  /* 63/31 aspect ratio */
}
.video-wrapper .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #e2420d;
  width: max-content;
  margin: 30px auto 20px auto;
  padding: 10px 20px;
  text-decoration: none;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}
.play::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #121212;
  transition-duration: 0.3s;
}
.play:hover::before {
  width: 100%;
}

.play:hover .icon-wrapper-box {
  background-color: #e2420d;
}

.icon-wrapper-box {
  width: 45px;
  height: 45px;
  background-color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: 0.35s;
}

.icon-box {
  font-size: 20px;
  z-index: 3;
  color: #fff;
}
.icon-box svg {
  width: 22px;
  height: 22px;
}

.text {
  color: #fff;
  z-index: 3;
  font-size: 18px;
}

@media (max-width: 640px) {
  .play {
    padding: 5px 10px;
    gap: 10px;
  }

  .icon-wrapper-box {
    width: 35px;
    height: 35px;
  }

  .icon-box {
    font-size: 16px;
  }

  .text {
    font-size: 16px;
  }
}
.grid-degerler {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  row-gap: 120px;
  place-items: center;
  width: 100%;
  position: relative;
}
.grid-degerler .anim-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 88px;
  height: 88px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  transition: 0.35s ease-in-out;
}
.grid-degerler .anim-1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  transform: scaleY(0);
  transform-origin: bottom right;
  transition: transform 0.6s ease-in-out;
}
.grid-degerler .anim-1.is-active::before {
  transform: scaleY(1);
}
.grid-degerler .image {
  filter: brightness(0) invert(1);
  padding: 20px;
  max-width: 100%;
  transition: 0.35s ease-in-out;
  position: relative;
  z-index: 2;
  height: max-content !important;
}
.grid-degerler .group.is-active .image {
  filter: none;
}
.grid-degerler .check {
  background-color: #e2420d;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateX(-50%);
  transition: 0.35s ease-in-out;
}
.grid-degerler .check .icon {
  font-size: 15px !important;
  height: max-content !important;
  color: #fff;
}
.grid-degerler .group.is-active .check {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.grid-degerler .icon-check {
  font-size: 12px;
  height: 12px;
  color: white;
  display: block;
  line-height: 1;
  transition: 0.35s ease-in-out;
}
.grid-degerler .title {
  font-size: 15px;
  text-align: center;
  color: white;
  opacity: 0.5;
  font-family: var(--secondary-font);
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  transition: 0.35s ease-in-out;
}
.grid-degerler .group.is-active .title {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .grid-degerler .image {
    padding: 15px;
    object-fit: contain;
  }
  .grid-degerler .check {
    width: 20px;
    height: 20px;
  }
  .grid-degerler .icon-check {
    font-size: 9px;
    height: 9px;
  }
  .grid-degerler .title {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .grid-degerler .image {
    padding: 10px;
  }
  .grid-degerler .title {
    font-size: 11px;
  }
}
.line {
  width: 100%;
  height: 1px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
  align-self: center;
}
.line::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 3px;
  width: 100%;
  transform-origin: left center;
  transition-duration: 0.6s;
  background-color: #fff;
  transform: scaleX(0);
}

.line.is-active::before {
  transform: scaleX(1);
}

.degerler {
  position: relative;
  background-image: url(../img/values.jpg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 150px 0;
}
.degerler::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: radial-gradient(
    ellipse at 50% 50%,
    rgba(82, 18, 18, 0.9),
    #521212 75%
  );
}

.left-degerler {
  padding: 0 40px;
}
.left-degerler img {
  filter: brightness(0) invert(1);
  max-width: 200px;
  margin-bottom: 4em;
  display: block;
}
.left-degerler h3 {
  font-size: 36px;
  margin-bottom: 1em;
  line-height: 1.375;
  color: #fff;
}
.left-degerler hr {
  background-color: rgba(255, 255, 255, 0.25);
  margin-bottom: 2em;
  height: 1px;
  color: #fff;
}

.degerler .texts {
  margin-top: 80px;
}
.degerler .texts .text-desc {
  opacity: 0;
  height: 0;
  transition-duration: 0.6s;
}
.degerler .texts .text-desc p {
  color: #fff !important;
  opacity: 0.7;
}
.degerler .texts .text-desc.is-active {
  opacity: 1;
  height: max-content;
}

.section-boxes .item {
  padding: 30px 40px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #dedede;
  position: relative;
  min-height: 170px;
}
.section-boxes .item .item-line::before {
  content: "";
  position: absolute;
  transition: 0.8s;
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 1px;
  background: #e2420d;
}
.section-boxes .item .item-line::after {
  content: "";
  position: absolute;
  transition: 0.8s;
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 1px;
  height: 0;
  background: #e2420d;
}
.section-boxes .item h2 {
  font-size: 30px;
  font-weight: 600;
  color: #e2420d;
  margin-bottom: 30px;
}
.section-boxes .item p {
  font-size: 18px;
  line-height: 1.5;
  color: #4b4b4b;
  margin-bottom: 25px;
}
.section-boxes .item p:nth-last-child(1) {
  margin-bottom: 0;
}
.section-boxes .item:hover:before {
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
}
.section-boxes .item:hover:after {
  height: calc(100% + 2px);
  max-height: calc(100% + 2px);
}
.section-boxes .item:hover .item-line::before {
  width: calc(100% + 2px);
}
.section-boxes .item:hover .item-line::after {
  height: calc(100% + 2px);
}
.section-boxes .item-1:before {
  content: "";
  position: absolute;
  transition: 0.8s;
  top: -1px;
  left: -1px;
  width: 70%;
  max-width: 290px;
  height: 1px;
  background: #e2420d;
}
.section-boxes .item-1:after {
  content: "";
  position: absolute;
  transition: 0.8s;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 80%;
  max-height: 280px;
  background: #e2420d;
}

.section-boxes.referans .item {
  display: grid;
  place-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  height: auto !important;
}
.section-boxes.referans .item .item-line {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-boxes.referans .item img {
  width: 150px;
  object-fit: contain;
  transition: all 0.6s ease-in-out;
  height: 60px;
}
.section-boxes.referans .item:hover img {
  transform: scale(1.08);
}

.columns-grid {
  columns: 3;
}

.gallery-box {
  overflow: hidden;
  border-radius: 16px;
  max-height: 650px;
}
.gallery-box img {
  width: 100%;
  height: 100%;
}

.gallery-box .move-bottom-top,
.portfolio-box .move-bottom-top {
  transform: translateY(15px);
  opacity: 0;
}

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

.top-0px {
  top: 0;
}

.left-0px {
  left: 0;
}

.transition,
.transition-inner-all * {
  transition: all 0.4s;
}

.gallery-box i {
  opacity: 0;
  visibility: hidden;
  font-size: 35px;
  color: #fff;
}

.gallery-box:hover img {
  opacity: 0.2;
  transform: scale(1) translateZ(0);
}

.gallery-box:hover .move-bottom-top,
.gallery-box:hover .move-top-bottom,
.portfolio-box:hover .move-bottom-top,
.portfolio-box:hover .move-top-bottom {
  transform: translateY(0);
  opacity: 1;
}

.gallery-box:hover i {
  opacity: 1;
  visibility: visible;
}

.bg-base-color,
.down-section-line .section-line:before,
.header-cart-icon .cart-count {
  background-color: #e2420d;
}

.img-blog {
  overflow: hidden;
  border-radius: 10px;
  height: 350px;
}
.img-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.sec-title h2 {
  color: #000;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -1.3px;
  margin-bottom: 0;
  margin-top: -5px;
  position: relative;
}

.swiperProductDetail {
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.swiperProductDetail .navigation {
  position: absolute;
  width: 100%;
  max-width: calc(100% - 30px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  pointer-events: none;
  margin: 0 auto;
}
.swiperProductDetail .navigation svg {
  width: 23px;
  height: 23px;
  fill: #e2420d;
  transition-duration: background 0.45s;
}

.swiperProductDetail .navigation div {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  color: #fff;
  cursor: pointer;
  transition: background 0.45s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding: 24px;
}

.swiperProductDetail .navigation div:hover {
  background: #e2420d;
}
.swiperProductDetail .navigation div:hover svg {
  fill: #fff !important;
}

.swiperProductDetail .swiper-wrapper {
  display: flex;
}

.swiperProductDetail .swiper-slide {
  position: relative;
}

.swiperProductDetail .swiper-slide a {
  display: block;
  width: 100%;
  height: 552px;
  position: relative;
}

.swiperProductDetail .swiper-slide a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.45s;
  pointer-events: none;
}

.swiperProductDetail .swiper-slide-active a::before {
  background: transparent;
}

.swiperProductDetail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-custom {
  font-weight: 500 !important;
  line-height: 1.3;
  font-size: 18px !important;
}

@media (max-width: 1200px) {
  .columns-grid {
    columns: 2;
  }
}
@media (max-width: 768px) {
  .columns-grid {
    columns: 1;
  }

  .grid-degerler {
    place-items: unset !important;
    padding-left: 15px;
  }

  .blog-content {
    padding: 0 15px !important;
  }
  .blog-content .top-title {
    padding-top: 40px;
    padding-left: 20px;
  }
  .blog-content .top-title .mb-5 {
    margin-bottom: 13px !important;
  }

  .degerler {
    padding: 80px 0;
  }

  .left-degerler img {
    max-width: 150px;
    margin-bottom: 2em;
  }

  .type p {
    font-size: 17px !important;
  }

  p {
    font-size: 17px !important;
  }

  .degerler .texts .text-desc {
    padding: 0 15px;
  }

  .info-card.style-1 {
    padding: 42px 20px;
  }

  .info-card .title {
    font-size: 21px !important;
    line-height: 26.4px;
  }

  .info-card.style-1 .content-wrapper .view-more a {
    font-size: 17px !important;
  }

  .blog-content .blog {
    height: 400px;
  }

  .grid-degerler .anim-1 {
    width: 65px;
    height: 65px;
  }

  .title-animation {
    color: #000;
  }

  .count {
    font-size: 25px;
  }

  .value {
    font-size: 40px;
  }

  .count-bg {
    min-height: 140px;
  }

  .title-animation:not(.dark) {
    color: #fff;
  }

  .left-degerler h3 {
    font-size: 25px;
  }

  .left-degerler {
    padding: 0 15px;
  }

  .title-box h2 {
    font-size: 24px;
  }

  .editor h1 {
    font-size: 26px;
  }

  .title-field .page-title {
    letter-spacing: 1px !important;
  }

  .editor {
    margin-top: 10px !important;
  }

  .about-title .title {
    font-size: 1.5rem !important;
  }

  .hizmetler .title-box {
    text-align: left !important;
  }

  .hs-title-1 {
    font-size: 2rem !important;
  }

  .content-basvuru h3 {
    font-size: 28px !important;
  }

  .swiperProductDetail .swiper-slide a {
    height: 400px !important;
  }

  .hizmet-img {
    height: 350px !important;
  }

  .contact {
    padding: 0 0 70px 0 !important;
    margin: unset !important;
    width: 100% !important;
  }

  .blog.detay.page-padding {
    padding: 0 0 70px 0 !important;
  }

  .blog-content .sec-title {
    margin-bottom: 1.5rem !important;
  }
  .blog-content .sec-title h2 {
    font-size: 28px !important;
    padding: 24px 0 0 7px;
  }

  .timeline-box {
    margin-bottom: 30px !important;
  }

  .hizmetler.page-padding:not(.index) {
    padding: 40px 0 !important;
  }

  .text-custom {
    font-weight: 400 !important;
  }
}
.hizmet-img {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 16px;
  border: 2px solid #a23a3a;
}
.hizmet-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.border-radius-16 {
  border-radius: 20px;
}

@media (max-width: 768px) {
  .hizmetler.index {
    padding: 50px 0 !important;
  }
  .hizmetler.index .title-box {
    padding: 0 0 0 20px;
  }
}

.language {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.language .inner {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.language .inner .wrapper-lang {
  display: block;
  position: relative;
  padding-right: 24px;
  width: fit-content;
}
.language .inner .wrapper-lang::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 24px;
  border-radius: 50px;
  border: 1px solid #283271;
  transition: 0.3s ease all;
}
.language .inner .wrapper-lang::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 4px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #283271;
  transition: 0.3s ease all;
}
.language .inner .wrapper-lang span {
  display: block;
  font-size: 1.125rem;
  color: #283271;
  position: relative;
  transition: 0.3s ease all;
  text-transform: uppercase;
}
.language .inner .other {
  padding: 20px 30px;
  border-radius: 15px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  transform: perspective(1000px) translateX(-50%) translateY(-10px)
    rotateX(15deg) translateZ(0);
  pointer-events: none;
  transition: 0.3s ease all;
  backface-visibility: hidden;
  box-shadow: 0 0 60px -20px rgba(0, 0, 0, 0.1);
}
.language .inner .other a {
  display: block;
  color: #6a6a6a;
  font-size: 1rem;
  line-height: 1.5;
  transition: 0.3s ease all;
  width: 24px;
  text-align: center;
}
.language .inner .other a + a {
  margin-top: 5px;
}
.language .inner .other a:hover {
  color: #283271;
  font-weight: 500;
}
.language .inner:hover .other {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0) translateZ(0);
  pointer-events: visible;
}
.language .inner:hover .wrapper {
  box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.1);
}
.language .inner:hover .wrapper::before {
  transform: translateY(8px);
}

header .custom-btn-v2 {
  display: inline-block;
  margin: auto 0;
}

.counters-content {
  display: none;
}

.about-index .text-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 1280px) {
  .counters-content {
    display: none !important;
  }
  .about-index .image-field {
    height: 450px;
  }
  .about-index .image-wrapper {
    mask-image: none;
    border-radius: 20px;
  }
  .referans.page-padding {
    padding: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .section-boxes.referans .item .item-line {
    display: none !important;
  }
  .section-boxes .item-1:before {
    content: unset !important;
  }
  .section-boxes .item-1:after {
    content: unset !important;
  }
  .section-boxes.referans .item {
    margin-bottom: 0 !important;
    border-radius: 20px;
  }
  .section-boxes.referans .item:hover {
    border-color: #a23a3a;
  }
}

@media screen and (max-width: 567px) {
  .section-boxes .item {
    min-height: 100px;
  }
  .info-card.style-1 .service-image img {
    object-fit: contain !important;
  }
}

/*# sourceMappingURL=style.css.map */
