@import "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Quicksand:wght@300..700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap";

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

@font-face {
  font-family: "roboto-thin";
  src: url("../../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "roboto-light";
  src: url("../../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "roboto-medium";
  src: url("../../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "roboto-regular";
  src: url("../../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "roboto-bold";
  src: url("../../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "roboto-black";
  src: url("../../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "retro";
  src: url("../../fonts/RetroSignature.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "moon";
  src: url("../../fonts/Moon-Walk.ttf") format("truetype");
  font-feature-settings: "kern", "liga", "case";
}

@font-face {
  font-family: "mairo";
  src: url("../../fonts/Mairo.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1360px;
  }
}

@media (min-width: 2000px) {
  .container {
    max-width: 1800px;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

.h-100 {
  height: 100% !important;
}

.h-50 {
  height: 50% !important;
}

.obj-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.obj-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 3.5rem !important;
}

.p-7 {
  padding: 4rem !important;
}

.p-8 {
  padding: 4.5rem !important;
}

.p-9 {
  padding: 5rem !important;
}

.p-10 {
  padding: 5.5rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-6 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.px-7 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-8 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.px-9 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-10 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-8 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-9 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-10 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 3.5rem !important;
}

.m-7 {
  margin: 4rem !important;
}

.m-8 {
  margin: 4.5rem !important;
}

.m-9 {
  margin: 5rem !important;
}

.m-10 {
  margin: 5.5rem !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-6 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.mx-7 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-8 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.mx-9 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mx-10 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important;
}

.m-auto {
  margin: 0 auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-8 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-9 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-10 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.t1 {
  font-size: 3.6rem;
}

.t2 {
  font-size: 2.8rem;
}

.t3 {
  font-size: 2.4rem;
}

.t4 {
  font-size: 2rem;
}

.t5 {
  font-size: 1.6rem;
}

.t6 {
  font-size: 1.4rem;
}

.t7 {
  font-size: 1.2rem;
}

.t8 {
  font-size: 1rem;
}

.t9 {
  font-size: 0.8rem;
}

.t10 {
  font-size: 0.6rem;
}

.t1-sm {
  font-size: 3.2rem;
}

.t2-sm {
  font-size: 2.4rem;
}

.t3-sm {
  font-size: 2rem;
}

.t4-sm {
  font-size: 1.6rem;
}

.t5-sm {
  font-size: 1.4rem;
}

.t6-sm {
  font-size: 1.2rem;
}

.t7-sm {
  font-size: 1rem;
}

.t8-sm {
  font-size: 0.8rem;
}

.t9-sm {
  font-size: 0.6rem;
}

.t10-sm {
  font-size: 0.4rem;
}

@media (min-width: 768px) {
  .t1-md {
    font-size: 3.6rem;
  }

  .t2-md {
    font-size: 2.8rem;
  }

  .t3-md {
    font-size: 2.4rem;
  }

  .t4-md {
    font-size: 2rem;
  }

  .t5-md {
    font-size: 1.6rem;
  }

  .t6-md {
    font-size: 1.4rem;
  }

  .t7-md {
    font-size: 1.2rem;
  }

  .t8-md {
    font-size: 1rem;
  }

  .t9-md {
    font-size: 0.8rem;
  }

  .t10-md {
    font-size: 0.6rem;
  }
}

@media (min-width: 992px) {
  .t1-lg {
    font-size: 4rem;
  }

  .t2-lg {
    font-size: 3.2rem;
  }

  .t3-lg {
    font-size: 2.8rem;
  }

  .t4-lg {
    font-size: 2.4rem;
  }

  .t5-lg {
    font-size: 2rem;
  }

  .t6-lg {
    font-size: 1.6rem;
  }

  .t7-lg {
    font-size: 1.4rem;
  }

  .t8-lg {
    font-size: 1.2rem;
  }

  .t9-lg {
    font-size: 1rem;
  }

  .t10-lg {
    font-size: 0.8rem;
  }
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.5rem;
}

.gap-2 {
  gap: 1rem;
}

.gap-3 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 2rem;
}

.gap-5 {
  gap: 2.5rem;
}

.gap-6 {
  gap: 3rem;
}

.d-flex {
  display: flex;
}

.justify-start {
  justify-content: flex-start;
}

.space-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.flex-row {
  flex-direction: row;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

@media (max-width: 576px) {
  .flex-row-sm {
    flex-direction: row;
  }

  .flex-column-sm {
    flex-direction: column;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .flex-row-md {
    flex-direction: row;
  }

  .flex-column-md {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .flex-row-lg {
    flex-direction: row;
  }

  .flex-column-lg {
    flex-direction: column;
  }
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.taj {
  text-align: justify;
}

.hero-slide.absolute {
  width: 100%;
  min-height: 80vh;
  height: 80vh;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow: hidden;
  background-color: #052837;
  top: 0;
  left: 0;
}

.hero-slide.absolute .owl-stage-outer,
.hero-slide.absolute .owl-stage,
.hero-slide.absolute .owl-item {
  height: 100%;
}

.hero-slide.absolute .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
}

.hero-slide.absolute .owl-theme .owl-nav .owl-prev,
.hero-slide.absolute .owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 28px;
  color: #beb3a6;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0) !important;
}

.hero-slide.absolute .owl-theme .owl-nav .owl-prev:hover,
.hero-slide.absolute .owl-theme .owl-nav .owl-next:hover {
  color: #fff;
}

.hero-slide.absolute .owl-theme .owl-nav .owl-prev:active,
.hero-slide.absolute .owl-theme .owl-nav .owl-next:active {
  color: rgba(255, 255, 255, 0.5);
}

.hero-slide.absolute .slide-content.absolute.w-100.h-100.d-flex.justify-center.align-center {
  top: 0;
  left: 0;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
  z-index: 500;
  text-align: center;
}

.hero-slide.absolute .slide-content.absolute.w-100.h-100.d-flex.justify-center.align-center .title-bold.slide-effect {
  opacity: 0;
  transform: translateY(-25px);
  transition: 0.7s;
  font-size: 47px;
  font-weight: 700;
  color: #beb3a6;
}

.hero-slide.absolute .slide-content.absolute.w-100.h-100.d-flex.justify-center.align-center .title-thin.slide-effect {
  opacity: 0;
  transform: translateY(-25px);
  transition: 0.7s;
  transition-delay: 0.2s;
  font-size: 47px;
  font-weight: 300;
  color: #fff;
}

.hero-slide.absolute .slide-content.absolute.w-100.h-100.d-flex.justify-center.align-center .cta-btn.slide-effect {
  opacity: 0;
  transform: translateY(-25px);
  transition: 0.7s;
  transition-delay: 0.4s;
  border: 1px solid #fff;
  color: #fff;
  width: 150px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 2rem;
}

.hero-slide.absolute .slide-content.absolute.w-100.h-100.d-flex.justify-center.align-center a {
  color: #fff;
  width: 100%;
  height: 100%;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-slide.absolute .slide-content.absolute.w-100.h-100.d-flex.justify-center.align-center a:hover {
  background-color: #fff;
  transition: 0.4s ease;
  color: #083447 !important;
}

.title-bold.slide-effect.active-slide {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.title-thin.slide-effect.active-slide {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.cta-btn.slide-effect.active-slide {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.slide-overlay.w-100.h-100.absolute {
  background-color: rgba(5, 40, 55, 0.7);
  top: 0;
  left: 0;
}

.scrollMouse {
  position: absolute;
  top: 63vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  animation: scrollAnimation 1s infinite alternate;
}

@keyframes scrollAnimation {
  0% {
    margin-top: -10px;
  }

  100% {
    margin-top: 0;
  }
}

.hero-sub.container.d-flex.flex-column.align-center.gap-6 {
  font-family: "Nunito Sans", sans-serif;
}

.hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  padding-bottom: 0;
}

.hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title h2 {
  color: #beb3a6;
  font-weight: 900 !important;
  font-size: 22px;
  letter-spacing: 3px;
  font-variant: small-caps !important;
  margin-bottom: 1.4rem;
  font-family: "Nunito Sans", sans-serif;
}

.hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title .hero-sub-content {
  font-size: 1.6rem;
  text-align: center;
  text-align: center;
  letter-spacing: 0.6px;
  font-weight: 300;
  padding: 0 220px;
}

.hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title .big-brand-title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  font-size: 130px;
  letter-spacing: 20px;
  color: #fff;
  filter: drop-shadow(0 0 0.5px #cdaf76) drop-shadow(0 0 0.5px #cdaf76);
  margin-top: 10px;
}

.sub-videos.container {
  min-height: 550px;
  height: 550px;
  margin-bottom: 50px;
  padding: 2rem;
}

.sub-videos.container video {
  filter: grayscale(1);
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.d-flex.w-50.h-100.gap-4 .reels-wrapper.relative.h-100 {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.d-flex.w-50.h-100.gap-4 .reels-wrapper.relative.h-100 video {
  width: 100%;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.d-flex.w-50.h-100.gap-4 .reels-wrapper.relative.h-100::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 52, 71, 0.7);
  pointer-events: none;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.d-flex.w-50.h-100.gap-4 .reels-wrapper.relative.h-100 .reels-content.absolute {
  bottom: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 120px;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  transition: 0.5s;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.d-flex.w-50.h-100.gap-4 .reels-wrapper.relative.h-100 .play-icon.absolute {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
  transition: 0.4s;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.d-flex.w-50.h-100.gap-4 .reels-wrapper.relative.h-100 .content-title {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
  max-width: 20ch;
  line-height: 1.2;
  letter-spacing: 1px;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.d-flex.w-50.h-100.gap-4 .reels-wrapper.relative.h-100 .content-description {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  max-width: 30ch;
  line-height: 1.2;
  letter-spacing: 0.4px;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.d-flex.w-50.h-100.gap-4 .reels-wrapper.relative.h-100 img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.d-flex.w-50.h-100.gap-4 .reels-wrapper.relative.h-100:hover .play-icon.absolute {
  opacity: 0.3;
  margin-top: -3px;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.d-flex.w-50.h-100.gap-4 .reels-wrapper.relative.h-100:hover .reels-content.absolute {
  transform: translateY(-20px);
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 {
  background-color: #083447;
  border-radius: 20px;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-left.w-50.d-flex.flex-column {
  justify-content: center;
  height: 100%;
  align-items: start;
  padding-left: 20px;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-left.w-50.d-flex.flex-column .box-left-title {
  font-size: 25px;
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
  max-width: 15ch;
  margin-bottom: 0.6rem;
  letter-spacing: 1px;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-left.w-50.d-flex.flex-column .box-left-thin-title {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  max-width: 16ch;
  letter-spacing: 0.4px;
  margin-bottom: 1.3rem;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-left.w-50.d-flex.flex-column .box-left-cta.d-flex.align-center {
  color: #fff;
  gap: 1rem;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-left.w-50.d-flex.flex-column .box-left-cta.d-flex.align-center .icon {
  width: 50px;
  height: 50px;
  background-color: #e6e0d8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.4s;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-left.w-50.d-flex.flex-column .box-left-cta.d-flex.align-center .cta-text {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 1.2;
  transition: 0.4s;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-left.w-50.d-flex.flex-column .box-left-cta.d-flex.align-center:hover .icon {
  background-color: #fff;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-left.w-50.d-flex.flex-column .box-left-cta.d-flex.align-center:hover .cta-text {
  color: #beb3a6;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right {
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles {
  width: 100%;
  height: 100%;
  z-index: 500;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .left-top-circle {
  top: 14px;
  left: 35px;
  animation: actionCircle 10s alternate infinite;
  transition-delay: 2s;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .left-top-circle .absolute-personal-name {
  top: -10px !important;
  left: -70px !important;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .left-top-circle .absolute-personal-name:after {
  left: 80% !important;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .left-top-circle img {
  width: 120px;
  height: 120px;
  border: 6px solid #fff;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .left-bottom-circle {
  bottom: 20px;
  left: 55px;
  animation: actionCircle 7s alternate infinite;
  transition-delay: 1.5s;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .left-bottom-circle .absolute-personal-name {
  top: -20px !important;
  left: -70px !important;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .left-bottom-circle .absolute-personal-name:after {
  left: 65% !important;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .left-bottom-circle img {
  width: 100px;
  height: 100px;
  border: 6px solid #fff;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .center-big-circle {
  top: 4rem;
  left: 13.4rem;
  z-index: 5;
  animation: actionCircle 9s alternate infinite;
  transition-delay: 1s;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .center-big-circle .absolute-personal-name {
  top: -20px !important;
  left: 50px !important;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .center-big-circle .absolute-personal-name:after {
  left: 35% !important;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .center-big-circle img {
  width: 150px;
  height: 150px;
  border: 6px solid #fff;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .right-top-circle {
  top: 10px;
  right: 65px;
  z-index: 0;
  animation: actionCircle 6s alternate infinite;
  transition-delay: 1.5s;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .right-top-circle .absolute-personal-name {
  top: -20px !important;
  left: 20px !important;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .right-top-circle .absolute-personal-name:after {
  left: 34% !important;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .right-top-circle img {
  width: 100px;
  height: 100px;
  border: 6px solid #fff;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .right-bottom-circle {
  bottom: 20px;
  right: 55px;
  z-index: -1;
  animation: actionCircle 8s alternate infinite;
  transition-delay: 2s;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .right-bottom-circle .absolute-personal-name {
  top: 15px !important;
  left: 60% !important;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .right-bottom-circle .absolute-personal-name:after {
  left: 25% !important;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50 .box-right .relative.circle-profiles .right-bottom-circle img {
  width: 120px;
  height: 120px;
  border: 6px solid #fff;
  border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.w-50.h-100.d-flex.flex-column.gap-4 .boxes.w-100.h-50:nth-child(2) {
  background-color: #f7f7f7;
}

.sub-videos.container .text-boxes .text-box {
  font-size: 27px;
  flex-direction: column;
  text-align: center;
  padding: 0 120px;
  font-weight: 200;
}

.sub-videos.container .content-wrapper-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 9999;
  cursor: pointer;
}

.sub-videos.container .content-wrapper-circle .absolute-personal-name {
  position: absolute;
  top: 10%;
  right: -30px;
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: 300;
  width: -moz-max-content;
  width: max-content;
  z-index: 20000;
  color: #d3d3d3;
  padding: 1.5rem 2rem;
  background-color: #fff;
  color: var(--primary);
  border-radius: 5px;
  flex-direction: column;
  display: none;
  line-height: 1.2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.sub-videos.container .content-wrapper-circle .absolute-personal-name::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  z-index: 20000;
}

@keyframes actionCircle {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(-4px, -4px);
  }

  50% {
    transform: translate(4px, 4px);
  }

  75% {
    transform: translate(-4px, 4px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.content-wrapper-circle:hover .absolute-personal-name {
  display: flex !important;
}

.slider {
  width: 90%;
  margin: 40px auto 0;
  display: flex;
  margin-top: -80px;
}

.slide {
  transform: scale(0.8);
  height: 500px;
  transition: all ease 0.8s;
  opacity: 0.8;
  position: relative;
}

.slide p {
  color: #fff;
}

.owl-item.active.center .slide {
  transform: scale(1);
  opacity: 1;
}

.owl-item.active.center .slide img {
  transform: scale(1.1);
}

.center-slider.container.d-flex.flex-column {
  padding: 50px 0;
  gap: 30px;
}

.center-slider.container.d-flex.flex-column .owl-nav {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #beb3a6 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  transition: 0.4s;
}

.center-slider.container.d-flex.flex-column .owl-nav:hover {
  color: #083447 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.center-slider.container.d-flex.flex-column .owl-nav .owl-prev,
.center-slider.container.d-flex.flex-column .owl-nav .owl-next {
  background-color: rgba(0, 0, 0, 0) !important;
}

.center-slider.container.d-flex.flex-column .owl-nav .owl-prev:hover,
.center-slider.container.d-flex.flex-column .owl-nav .owl-next:hover {
  color: #083447 !important;
}

.center-slide-header.d-flex.flex-column.align-center {
  line-height: 1;
}

.center-slide-header.d-flex.flex-column.align-center .center-slide-bold-title {
  font-size: 40px;
  font-weight: 900;
}

.center-slide-header.d-flex.flex-column.align-center .center-slide-thin-title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
}

.center-slide .content-img {
  height: 500px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.7s;
}

.center-slide .content-bg {
  background-color: #f7f7f7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  margin: auto;
  height: 300px;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: end;
  border-radius: 30px;
  padding: 2rem;
  font-size: 15px;
  font-weight: 700;
}

.effective-slider {
  height: 90vh;
  min-height: 600px;
  width: 90%;
  margin: auto;
  border-radius: 40px;
  overflow: hidden;
  background-color: #083447;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.effective-slider:after {
  position: absolute;
  content: "";
  top: 0;
  left: 100px;
  width: 100%;
  height: 100%;
  background-image: url(../images/contbg.png);
  background-blend-mode: overlay;
  opacity: 0.1;
  filter: brightness(0) invert(0);
  animation: dottedOn 5s linear infinite;
  background-repeat: no-repeat;
  background-position: right center;
}

@keyframes dottedOn {
  0% {
    transform: rotateX(0deg) scale(0.9);
  }

  50% {
    transform: rotateX(3deg) scale(1);
  }

  100% {
    transform: rotateX(0deg) scale(0.9);
  }
}

.effective-slider .effective-slide-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.effective-slider .effective-slide-content .effective-slider-wrapper {
  width: 100%;
  height: 100%;

}

.effective-slider .effective-slide-content .effective-slider-wrapper .owl-nav {
  position: absolute;
  bottom: 21.5px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 2rem;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .owl-nav .owl-prev,
.effective-slider .effective-slide-content .effective-slider-wrapper .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #beb3a6;
  color: #083447;
  font-size: 20px;
  z-index: 18000;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .owl-nav .owl-prev:hover,
.effective-slider .effective-slide-content .effective-slider-wrapper .owl-nav .owl-next:hover {
  background-color: #083447 !important;
  color: #beb3a6 !important;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 15rem;
  height: 140px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #04212e 100%);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}

.effective-slider .effective-slide-content .effective-slider-wrapper .owl-dots:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.583);
  bottom: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .owl-dots .owl-dot span {
  width: 2px !important;
  height: 15px !important;
  margin: 5px 7px !important;
  margin-top: 15px !important;
  background: #d6d6d6 !important;
  display: block !important;
  -webkit-backface-visibility: visible !important;
  transition: all 0.4s;
  border-radius: 30px !important;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .owl-dots .owl-dot.active span {
  background-color: #beb3a6 !important;
  height: 30px !important;
  margin-top: 0px !important;
  position: relative;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .owl-dot:nth-child(1) span {
  position: relative;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .owl-dot:nth-child(1) span:after {
  position: absolute;
  content: "PRODUCTION";
  font-family: "Quicksand", sans-serif;
  width: -moz-max-content;
  width: max-content;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  left: 50%;
  bottom: -40px;
  transform: translate(-50%, -50%);
}

.effective-slider .effective-slide-content .effective-slider-wrapper .owl-dot:nth-child(2) span {
  position: relative;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .owl-dot:nth-child(2) span:after {
  position: absolute;
  content: "ORGANIZATION";
  font-family: "Quicksand", sans-serif;
  width: -moz-max-content;
  width: max-content;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  left: 50%;
  bottom: -40px;
  transform: translate(-50%, -50%);
}

.effective-slider .effective-slide-content .effective-slider-wrapper .owl-dot:nth-child(3) span {
  position: relative;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .owl-dot:nth-child(3) span:after {
  position: absolute;
  content: "QUALITY";
  font-family: "Quicksand", sans-serif;
  width: -moz-max-content;
  width: max-content;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  left: 50%;
  bottom: -40px;
  transform: translate(-50%, -50%);
}

.effective-slider .effective-slide-content .effective-slider-wrapper .owl-dot:nth-child(4) span {
  position: relative;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .owl-dot:nth-child(4) span:after {
  position: absolute;
  content: "CORPORATE CULTURE";
  font-family: "Quicksand", sans-serif;
  width: -moz-max-content;
  width: max-content;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  left: 50%;
  bottom: -40px;
  transform: translate(-50%, -50%);
}

.effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 {
  height: 100% !important;

}

.effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-left-w-40 {
  width: 60%;
  height: 100%;

}

.effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-left-w-40 .img-container.w-100.h-100 {
  height: 90vh !important;
  position: relative;


}

.effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-left-w-40 .img-container.w-100.h-100:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100%;
  background: #fff;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #0b3547 100%);
  z-index: 999;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-left-w-40 .img-container.w-100.h-100 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(1) !important;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-left-w-40 .img-container.w-100.h-100 video {
  filter: grayscale(1) !important;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60 {
  width: 40%;
  padding-left: 4rem;
  height: 100%;
  position: relative;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60:before {
  position: absolute;
  content: "";
  top: -70px;
  left: -627px;
  width: 100%;

  height: 100%;
  min-height: 600px;
  background: #fff;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgb(8, 52, 71) 100%);
  z-index: 9999;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60 .item-right-header.d-flex.flex-column.align-center {
  color: #beb3a6;
  text-align: left;
  align-items: start !important;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60 .item-right-header.d-flex.flex-column.align-center .bold-title {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  max-width: 20ch;
  margin-bottom: 1rem;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60 .item-right-header.d-flex.flex-column.align-center .thin-title {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
  color: #798793;
  margin-bottom: 2rem;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60 .item-right-content.d-flex.flex-column.align-center {
  color: #fff;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60 .item-right-content.d-flex.flex-column.align-center .item-text {
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 3px;
  line-height: 2;
  padding-right: 60px;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60 .item-right-content.d-flex.flex-column.align-center .btn-container {
  width: 120px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  margin-top: 5rem;
  align-self: start;
  overflow: hidden;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60 .item-right-content.d-flex.flex-column.align-center .btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  transition: 0.4s;
  font-weight: 600;
}

.effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60 .item-right-content.d-flex.flex-column.align-center .btn:hover {
  background-color: #ede9e3;
  color: #716755;
}

.header {
  z-index: 18000;
  height: 80px;
  font-family: "Quicksand", sans-serif;
  position: relative;
}

@media (max-width: 1100px) {
  .header.h-bg {
    background-color: #072634;
  }
}

@media (min-width: 1100px) {
  .header:hover {
    background-color: #fff;
  }

  .header:hover .head-logo {
    filter: brightness(1) invert(0);
  }

  .header:hover .header h1 a img {
    filter: brightness(1) invert(0);
  }

  .header:hover .menu-link-item {
    color: #083447 !important;
  }

  .header:hover .menu-link-item:after {
    color: #083447 !important;
  }

  .header:hover .menu-link-btn {
    background-color: #083447 !important;
    color: #beb3a6 !important;
  }

  .header:hover .btn-lang {
    color: #083447 !important;
    border-color: #083447 !important;
  }
}

.header .head-logo {
  height: 80px;
  width: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  filter: brightness(0) invert(1);
  transition: 0.3s;
  z-index: 9999;
}

.header .header h1 a img {
  height: 80px;
  width: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  filter: brightness(0) invert(1);
  transition: 0.3s;
  z-index: 9999;
}

.header .navigation.d-flex.align-center.gap-6 {
  padding-right: 0rem;
}

.header .navigation.d-flex.align-center.gap-6 .header-menu-links.d-flex.align-center.gap-6 {
  gap: 3.5rem;
  z-index: 9999;
}

.header .navigation.d-flex.align-center.gap-6 .header-menu-links.d-flex.align-center.gap-6 .menu-link-item {
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  transition: 0.4s;
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .navigation.d-flex.align-center.gap-6 .header-menu-links.d-flex.align-center.gap-6 .menu-link-item:hover {
  color: #beb3a6 !important;
}

.header .navigation.d-flex.align-center.gap-6 .header-menu-links.d-flex.align-center.gap-6 .menu-link-item:hover:after {
  color: #beb3a6 !important;
}

.header .navigation.d-flex.align-center.gap-6 .header-menu-links.d-flex.align-center.gap-6 .menu-link-item:nth-child(2),
.header .navigation.d-flex.align-center.gap-6 .header-menu-links.d-flex.align-center.gap-6 .menu-link-item:nth-child(3),
.header .navigation.d-flex.align-center.gap-6 .header-menu-links.d-flex.align-center.gap-6 .menu-link-item:nth-child(4) {
  margin-right: 0.7rem;
}

.header .navigation.d-flex.align-center.gap-6 .header-menu-links.d-flex.align-center.gap-6 .menu-link-item:nth-child(2)::after,
.header .navigation.d-flex.align-center.gap-6 .header-menu-links.d-flex.align-center.gap-6 .menu-link-item:nth-child(3)::after,
.header .navigation.d-flex.align-center.gap-6 .header-menu-links.d-flex.align-center.gap-6 .menu-link-item:nth-child(4)::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
  display: flex !important;
}

.header .navigation.d-flex.align-center.gap-6 .header-menu-links.d-flex.align-center.gap-6 .menu-link-item:nth-child(5)::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
  display: flex !important;
}

.header .navigation.d-flex.align-center.gap-6 .btn-group.d-flex.align-center {
  gap: 2rem;
  z-index: 9999;
}

.header .navigation.d-flex.align-center.gap-6 .btn-group.d-flex.align-center .menu-link-btn.d-flex.align-center {
  font-size: 1.2rem;
  color: #083447;
  font-weight: 700;
  gap: 1rem;
  width: 125px;
  height: 48px;
  background-color: #fff;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}

.header .navigation.d-flex.align-center.gap-6 .btn-group.d-flex.align-center .menu-link-btn.d-flex.align-center .icon {
  font-size: 1.7rem;
  color: #beb3a6;
  transition: 0.4s;
}

.header .navigation.d-flex.align-center.gap-6 .btn-group.d-flex.align-center .menu-link-btn.d-flex.align-center .product-catalogs {
  max-width: 10ch;
  line-height: 1.2;
  transition: 0.4s;
}

.header .navigation.d-flex.align-center.gap-6 .btn-group.d-flex.align-center .menu-link-btn.d-flex.align-center:hover {
  background-color: #beb3a6;
}

.header .navigation.d-flex.align-center.gap-6 .btn-group.d-flex.align-center .menu-link-btn.d-flex.align-center:hover .icon {
  color: #fff;
  transform: translateY(-5px);
}

.header .navigation.d-flex.align-center.gap-6 .btn-group.d-flex.align-center .menu-link-btn.d-flex.align-center:hover .product-catalogs {
  color: #fff;
  transform: translateX(3px);
}

.header .navigation.d-flex.align-center.gap-6 .btn-group.d-flex.align-center .btn-lang {
  width: 53px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.open-menu-contents {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
  position: absolute;
  top: 40px !important;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding: 50px 20px;
  z-index: 9999;

  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  transition: 0.3s;

}

@media (max-width: 767px) {
  .open-menu-contents {
    display: none;
  }
}

.relative.content-item-wrapper {
  width: 100%;
  height: 100%;
}

.open-menu-contents.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
  transform: translateY(0) !important;
  z-index: 999 !important;
}

.open-menu-contents .menu-item {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: 0.3s;
  transition-delay: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.open-menu-contents .menu-item.active {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.open-menu-contents .menu-item h1 {
  font-size: 24px;
  color: #333;
}

.open-bg {
  background-color: #fff;
  border-radius: 20px;
}

.menu-item-content-corporate.d-flex.align-center {
  width: 100%;
  height: 100%;
  padding: 2rem 7rem;
  justify-content: space-between;
  gap: 60px;
}

.menu-item-content-corporate.d-flex.align-center .img-container {
  width: 40%;
  height: 100%;
}

.menu-item-content-corporate.d-flex.align-center .img-container img {
  width: 100%;
  height: 100%;
  max-height: 350px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(100%);
}

.menu-item-content-corporate.d-flex.align-center .menu-item-content-body.d-flex {
  width: 60%;
  height: 100%;
  justify-content: space-between;
}

.menu-item-content-corporate.d-flex.align-center .menu-item-content-body.d-flex .content-body-list-card {
  font-family: "Lato", sans-serif;
}

.menu-item-content-corporate.d-flex.align-center .menu-item-content-body.d-flex .content-body-list-card .list-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #beb3a6;
}

.menu-item-content-corporate.d-flex.align-center .menu-item-content-body.d-flex .content-body-list-card a {
  font-size: 1.4rem;
  color: #083447;
  text-decoration: none;
  margin-bottom: 1rem;
  transition: 0.4s;
  font-weight: 500;
}

.menu-item-content-corporate.d-flex.align-center .menu-item-content-body.d-flex .content-body-list-card a:hover {
  color: #beb3a6;
  transform: translateX(3px);
}

.all-services-cta {
  bottom: -7rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  border: 1px solid #beb3a6;
  color: #beb3a6;
  padding: 1.3rem 2.6rem;
  border-radius: 10px;
  font-weight: bold;
  transition: 0.3s;
}

.all-services-cta:hover {
  background-color: #beb3a6;
  color: #fff;
}

.header-menu-slider-wrapper {
  width: 80%;
  overflow: hidden;
  padding: 1rem 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -50px;
}

.header-menu-slider-wrapper .owl-nav {
  width: 110%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #beb3a6;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0) !important;
}

.header-menu-slider-wrapper .owl-nav .owl-prev:hover,
.header-menu-slider-wrapper .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #083447;
}

.header-menu-slider-wrapper .item {
  transition: 0.3s;
  margin-right: 5px;
}

.header-menu-slider-wrapper .item .slide-item-text {
  width: 100%;
  text-align: center;
  color: #083447;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 1rem;
  font-size: 1.4rem;
}

.header-menu-slider-wrapper img {
  min-height: 25vh;
  height: 25vh;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
  transition: 0.3s;
}

.header-menu-body-text {
  width: 30%;
  font-family: "Lato", sans-serif;
}

.header-menu-body-text .text-title {
  font-size: 1.7rem;
  font-weight: 900 !important;
  color: #beb3a6;
  margin-bottom: 1rem;
  letter-spacing: 1.5px;
}

.header-menu-body-text .text-body {
  font-size: 1.4rem;
  color: #083447;
  line-height: 1.6;
  letter-spacing: 0.6px;
  font-weight: 300;
}

.header {
  max-height: 80px;
}

.page-header {
  width: 100%;

  border-radius: 0 0 90px 90px;
  background-image: url("fabric.jpeg");
  background-position: center;
  background-size: cover;
  position: relative;
}

.page-header .page-header-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 32px;
  font-family: "Quicksand", sans-serif;
  font-weight: 900;
  color: #beb3a6;
  letter-spacing: 5px;
  height: 100%;
  margin-top: -6.5rem;
  pointer-events: none;
}

.section-footer {
  background-color: #083447;
}

.section-footer .footer-top.w-100.d-flex.justify-center.align-center {
  gap: 4rem;
  padding: 40px 0;
}

.section-footer .footer-top.w-100.d-flex.justify-center.align-center .footer-top-img {
  width: 15%;
}

.section-footer .footer-bottom {
  width: 100%;
  min-height: 35rem;
  height: 49rem;
  display: flex;
  font-family: "Quicksand", sans-serif;
}

.section-footer .footer-bottom .footer-bottom-left-45 {
  width: 38%;
  height: 100%;
  background-color: #f7f7f7;
  padding: 5% !important;
}

.section-footer .footer-bottom .footer-bottom-left-45 .footer-bottom-left-item {
  display: flex;
  flex-direction: column;
}

.section-footer .footer-bottom .footer-bottom-left-45 .footer-bottom-left-item .item-title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 1.4rem;
}

.section-footer .footer-bottom .footer-bottom-left-45 .footer-bottom-left-item .item-text {
  font-size: 15px;
  line-height: 2;
  max-width: 75%;
}

.section-footer .footer-bottom .footer-bottom-left-45 .footer-bottom-left-item .contact-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  font-size: 14px;
}

.section-footer .footer-bottom .footer-bottom-left-45 .footer-bottom-left-item .contact-links a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 500;
  text-decoration: underline;
  transition: 0.4s;
}

.section-footer .footer-bottom .footer-bottom-left-45 .footer-bottom-left-item .contact-links a i {
  font-size: 16px;
}

.section-footer .footer-bottom .footer-bottom-left-45 .footer-bottom-left-item .contact-links a:hover {
  text-decoration: none;
  color: #beb3a6;
}

.section-footer .footer-bottom .footer-bottom-right-55 {
  width: 62%;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 5% 3%;
  justify-content: space-evenly;
  gap: 3rem;
}

.section-footer .footer-bottom .footer-bottom-right-55 .footer-right-item.d-flex.flex-column {
  height: 100%;
  gap: 1.4rem;
}

.section-footer .footer-bottom .footer-bottom-right-55 .footer-right-item.d-flex.flex-column .item-title {
  font-size: 18px;
  font-weight: 900;
}

.section-footer .footer-bottom .footer-bottom-right-55 .footer-right-item.d-flex.flex-column .item-links.d-flex.flex-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.section-footer .footer-bottom .footer-bottom-right-55 .footer-right-item.d-flex.flex-column .item-links.d-flex.flex-column a {
  font-size: 14px;
  transition: 0.4s;
}

.section-footer .footer-bottom .footer-bottom-right-55 .footer-right-item.d-flex.flex-column .item-links.d-flex.flex-column a:hover {
  color: #beb3a6;
}

.section-footer .footer-sub {
  background-color: #e6e0d8;
  padding: 3rem 7rem;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #beb3a6;
  font-family: "Quicksand", sans-serif;
}

.section-footer .footer-sub .sub-copyright {
  letter-spacing: 1px;
  font-weight: 300;
  color: #beb3a6;
}

.section-footer .footer-sub .madeby {
  transition: 0.3s;
}

.section-footer .footer-sub .madeby:hover {
  color: #716755;
}

.bg-container {
  background-color: #f7f7f7;
  border-radius: 45px;
  margin-bottom: 70px;
}

.tab-slider-header.d-flex.flex-column.align-center {
  padding: 70px 0;
  line-height: 1;
  text-align: center;
}

.tab-slider-header.d-flex.flex-column.align-center .header-bold-title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 1px;
}

.tab-slider-header.d-flex.flex-column.align-center .header-thin-title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
}

.tab-container {
  padding-top: 50px;
}

.tab-navigation-container {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
}

.tab-navigation-container .tab-item {
  width: 130px;
  height: 50px;
  border-radius: 10px;
  background-color: #798793;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.tab-navigation-container .tab-item .text {
  max-width: 14ch;
  line-height: 1.2;
}

.tab-item.active {
  background-color: #ede9e3;
  color: #716755;
}

.click-tab-slider-container {
  overflow: hidden;
  min-height: 330px;
}

.content-click-tab-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  overflow: hidden;
  padding: 1rem 10rem;
  z-index: 9999;
}

.content-click-tab-item .item {
  padding: 0.5rem;
  height: 250px;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-click-tab-item .item .item-content {
  width: 95%;
  height: 95%;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.content-click-tab-item .item .item-content img {
  border-radius: 16px;
  height: 80%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-click-tab-item .item .item-content .text-card {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
  line-height: 1.2;
}

.content-click-tab-item .item .item-content .title {
  font-size: 1.5rem;
  font-weight: 600;
  align-self: center;
  text-transform: capitalize;
}

.content-click-tab-item .item .item-content .small-text {
  font-size: 1.2rem;
}

.content-click-tab-item .owl-nav {
  position: absolute;
  width: 108%;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #beb3a6;
  z-index: -1;
}

.content-click-tab-item.w-100 {
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
}

.content-click-tab-item.w-100.active {
  opacity: 1 !important;
  visibility: visible !important;
}

.footer-top-slider.w-100.d-flex.flex-column.justify-center {
  padding: 50px 0;
}

.footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-header.d-flex.flex-column.align-center.w-100 {
  margin-bottom: 7rem;
}

.footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-header.d-flex.flex-column.align-center.w-100 .footer-top-slider-bold-title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
}

.footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-header.d-flex.flex-column.align-center.w-100 .footer-top-slider-thin-title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
}

.footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-wrapper.owl-carousel.owl-theme {
  transform: translateX(10%);
}

.footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-wrapper.owl-carousel.owl-theme .owl-nav {
  transform: translateX(-10%);
  margin-top: 50px;
  font-size: 30px;
  color: #beb3a6 !important;
}

.footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-wrapper.owl-carousel.owl-theme .item {
  padding: 2rem 3rem;
  background-color: #f7f7f7;
  height: 150px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-wrapper.owl-carousel.owl-theme .item:hover {
  background-color: rgba(8, 52, 71, 0.1);
  cursor: pointer;
}

.footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-wrapper.owl-carousel.owl-theme .item .item-title {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0.8rem;
  line-height: 1.2;
}

.footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-wrapper.owl-carousel.owl-theme .item .item-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  max-width: 100%;
}

.section-map.container.relative {
  background-color: #d9d2ca;
  border-radius: 100px;
  height: 80vh;
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-map.container.relative .map-img.absolute {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 53%;
  left: 60%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.section-map.container.relative .map-left-content {
  display: flex;
  flex-direction: column;
  font-family: "Quicksand", sans-serif;
  padding-left: 5%;
  z-index: 500;
}

.section-map.container.relative .map-left-content .map-content-title {
  font-size: 30px;
  font-weight: 900;
  color: #716755;
  line-height: 1.2;
  max-width: 20ch;
  margin-bottom: 1.4rem;
}

.section-map.container.relative .map-left-content .map-thin-title {
  font-size: 25px;
  font-weight: 300;
  color: #716755;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}

.section-map.container.relative .map-left-content .map-text {
  font-size: 21px;
  font-weight: 500;
  color: #716755;
  line-height: 1.2;
  max-width: 410px;
}

.product-info.d-flex.flex-column.align-center.container {
  padding: 50px 0;
}

.product-info.d-flex.flex-column.align-center.container .product-info-header.d-flex.flex-column.align-center {
  margin-bottom: 4rem;
  line-height: 1;
}

.product-info.d-flex.flex-column.align-center.container .product-info-header.d-flex.flex-column.align-center .product-info-bold-title {
  font-size: 40px;
  font-weight: 900;
}

.product-info.d-flex.flex-column.align-center.container .product-info-header.d-flex.flex-column.align-center .product-info-thin-title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
}

.product-info.d-flex.flex-column.align-center.container .product-info-content.d-flex.align-start .content-card-item.d-flex.align-center {
  padding: 2rem 3rem;
  gap: 1rem;
  flex: 1 1 22.5%;
  transition: 0.4s;
  cursor: pointer;
}

.product-info.d-flex.flex-column.align-center.container .product-info-content.d-flex.align-start .content-card-item.d-flex.align-center img {
  width: 70px;
}

.product-info.d-flex.flex-column.align-center.container .product-info-content.d-flex.align-start .content-card-item.d-flex.align-center .content-desc.d-flex.flex-column {
  gap: 0.7rem;
}

.product-info.d-flex.flex-column.align-center.container .product-info-content.d-flex.align-start .content-card-item.d-flex.align-center .desc-title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  max-width: 40ch;
}

.product-info.d-flex.flex-column.align-center.container .product-info-content.d-flex.align-start .content-card-item.d-flex.align-center .desc-body {
  font-weight: 300;
  font-size: 1.3rem;
  max-width: 30ch;
}

.product-info.d-flex.flex-column.align-center.container .product-info-content.d-flex.align-start .content-card-item.d-flex.align-center:hover {
  background-color: #f7f7f7;
  border-radius: 20px;
}

.brand-packet.container {
  margin-top: 150px;
  margin-bottom: 50px;
}

.brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative {
  background-color: #f8f6f5;
  justify-content: center;
  height: 250px;
  border-radius: 45px;
}

.brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .img-container.relative {
  position: relative;
  width: 25%;
  height: 100%;
  margin-left: -15%;
}

.brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .img-container.relative img {
  width: 450px;
  min-width: 450px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: -200px;
  left: 0;
  z-index: 999;
  filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.1));
}

.brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .content-body {
  width: 40.3%;
  height: 100%;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .content-body .body-title-bold {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
}

.brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .content-body .body-title-thin {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 1.2rem;
}

.brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .content-body .body-desc {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

.brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .brand-packet-cta {
  border: 1px solid #083447;
  border-radius: 10px;
  color: #083447;
  font-weight: 700;
  font-size: 13px;
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  transition: 0.4s;
  z-index: 500;
}

.brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .brand-packet-cta:hover {
  background-color: #083447;
  color: #fff;
}

.brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .brand-absolute-img.absolute {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.seperator.w-100.relative {
  min-width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
}

.seperator.w-100.relative .left-cat.absolute {
  left: 0px;
  bottom: 20%;
  width: 450px;
}

.seperator.w-100.relative .sleepcat.absolute {
  -o-object-fit: contain;
  object-fit: contain;
  right: 0;
  width: 750px;
}

.seperator.w-100.relative .seperator-content {
  padding-left: 13%;
  display: flex;
  flex-direction: column;
}

.seperator.w-100.relative .seperator-content .content-bold-title {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
}

.seperator.w-100.relative .seperator-content .content-thin-title {
  font-size: 34px;
  font-weight: 300;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 1px;
  line-height: 1.2;
}

.seperator.w-100.relative .seperator-content .content-text {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 1px;
  max-width: 45ch;
  line-height: 1.7;
  text-align: left;
  margin-top: 1rem;
}

.seperator.w-100.relative .seperator-content .cta-btn {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 1px;
  border: 1px solid #083447;
  padding: 1rem 2rem;
  border-radius: 10px;
  z-index: 999;
  transition: 0.4s;
}

.seperator.w-100.relative .seperator-content .cta-btn:hover {
  background-color: #083447;
  color: #fff;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-button svg path {
  fill: #083447 !important;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container .play-icon.absolute img {
  opacity: 0;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background-color: #083447;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #fff;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-toolbar button:not(:last-child) {
  display: none !important;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: rgba(0, 0, 0, 0);
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: rgba(0, 0, 0, 0);
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation {
  position: absolute;
  right: 50px;
  bottom: 70px;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 65px;
  opacity: 0;
  position: relative;
  cursor: pointer;
  width: 50px;
}

.fancybox-navigation .fancybox-button:not(:last-child) {
  margin-right: 10px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

.fancybox-caption {
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 65%,
      rgba(0, 0, 0, 0.075) 75.5%,
      rgba(0, 0, 0, 0.037) 82.85%,
      rgba(0, 0, 0, 0.019) 88%,
      rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #fff;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: rgba(0, 0, 0, 0);
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.row.about-page-content {
  margin-top: 30px;
}

.row.about-page-content .col-12.col-md-6 {
  padding: 30px 50px;
}

.row.about-page-content .col-12.col-md-6 .column-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.row.about-page-content .col-12.col-md-6 .column-text-wrapper .about-inner-main-title {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
}

.row.about-page-content .col-12.col-md-6 .column-text-wrapper .about-inner-main-title:nth-child(2) {
  font-weight: 300;
  margin-bottom: 20px;
}

.row.about-page-content .col-12.col-md-6 .column-text-wrapper .about-inner-description {
  font-size: 17px;
  font-weight: 200;
  line-height: 1.3;
  letter-spacing: 0.4px;
}

.row.about-page-content .col-12.col-md-6 .about-page-img-wrapper img {
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-page-sub-content {
  padding: 30px 50px;
}

.about-page-sub-content .about-inner-description {
  font-size: 17px;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.4px;
}

.explore-page-content {
  margin-top: 500vh;
}

.explore-page-content .zoomer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.explore-page-content .zoomer .wrapper,
.explore-page-content .zoomer .content {
  position: relative;
  width: 100%;
  z-index: 0;
  overflow-x: hidden;
}

.explore-page-content .zoomer .wrapper .section,
.explore-page-content .zoomer .content .section {
  width: 100vw;
  min-height: 100vh;
}

.explore-page-content .zoomer .wrapper .section.hero::after,
.explore-page-content .zoomer .content .section.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 26, 51, 0.7);
  background-image: radial-gradient(circle,
      rgba(255, 255, 255, 0.089) 2px,
      transparent 1px);
  background-size: 8px 8px;
  z-index: 1;
}

.explore-page-content .zoomer .content .section.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.explore-page-content .zoomer .zoomer-image-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  perspective: 500px;
  overflow: hidden;
}

.explore-page-content .zoomer .zoomer-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.section.explore-row {
  background-color: #ed1c25;
  position: relative;
}

.section.explore-row:after {
  position: absolute;
  content: "";
  top: -386px;
  left: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(0deg, #ed1c25 0%, rgba(255, 255, 255, 0) 100%);
}

.section.explore-row .row.explore-rower {
  padding-top: 100px;
}

.section.explore-row .row.explore-rower .col-12.col-md-6 .explore-header-title {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
}

.blog-page-wrapper {
  padding: 40px 0;
  color: #083447;
  margin-top: 30px;
  position: relative;
}

.blog-page-wrapper .bgopacity {
  position: absolute;
  top: 0vh;
  right: 0%;
  transform: translateX(20%);
  z-index: -1;
  opacity: 0.03;
  width: 600px;
}

.blog-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.blog-header .blog-title.wow.fadeInDown {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 6px;
  line-height: 1;
}

.blog-header .blog-thin-title.wow.fadeInDown {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.blog-items-wrapper {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.blog-items-wrapper .blog-item {
  flex: 1 1 22.5%;
  min-width: 250px;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  transition: 0.4s;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
  padding: 7px;
  max-width: 300px;
}


.blog-items-wrapper .blog-item:hover {
  background-color: rgba(245, 245, 245, 0.8941176471);
}

.blog-items-wrapper .blog-item:hover img {
  transform: scale(1.05);
}

.blog-items-wrapper .blog-item:hover video {
  transform: scale(1.05);
}

.blog-items-wrapper .blog-item:hover .blog-item-image-wrapper.video:before {
  background-color: #fff;
}

.blog-items-wrapper .blog-item .blog-item-image-wrapper {
  width: 100%;
  height: 50%;
  border-radius: 12px;
  overflow: hidden;
}

.blog-items-wrapper .blog-item .blog-item-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}

.blog-items-wrapper .blog-item .blog-item-image-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
  position: relative;
}

.blog-items-wrapper .blog-item .blog-item-image-wrapper.video {
  position: relative;
}

.blog-items-wrapper .blog-item .blog-item-image-wrapper.video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.blog-items-wrapper .blog-item .blog-item-image-wrapper.video:before {
  content: "ï‹";
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2431372549);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: 0.4s;
}

.blog-items-wrapper .blog-item i {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 12px;
  border: 1px solid rgba(204, 204, 204, 0.262745098);
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-items-wrapper .blog-item .blog-body {
  height: 40%;
  display: flex;
  padding: 15px;
  flex-direction: column;
  gap: 8px;
}

.blog-items-wrapper .blog-item .blog-body .blog-body-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.blog-items-wrapper .blog-item .blog-body .blog-desc-limit-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
}

.blog-items-wrapper .blog-item .read-more-btnc {
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  font-size: 13px;
  color: #083447;
  font-weight: 600;
}

.see-other-blogs .footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-header.d-flex.flex-column.align-center.w-100 {
  margin-bottom: 4rem !important;
}

.see-other-blogs .owl-nav {
  position: absolute !important;
  transform: translateX(-10%);
  margin-top: 50px;
  font-size: 30px;
  top: -150px !important;
  right: 130px !important;
  color: #beb3a6 !important;
}

.see-other-blogs .item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  padding: 20px !important;
  gap: 12px;
}

.see-other-blogs .item .item-img {
  width: 30%;
  height: 100%;
}

.see-other-blogs .item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.see-other-blogs .item .item-text-wrapper {
  width: 70%;
}

.see-other-blogs .item .item-text-wrapper .item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
}

.see-other-blogs .blog-header {
  text-align: center;
  margin-top: 40px;
}

.see-other-blogs .blog-header .blog-title.wow.fadeInDown {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 6px;
  line-height: 1;
}

.see-other-blogs .blog-header .blog-thin-title.wow.fadeInDown {
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
}

.videos-page-wrapper {
  margin-top: 50px;
  width: 100%;
}

.videos-page-wrapper .videos-page-top {
  width: 100%;
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container {
  width: 100%;
  display: grid;
  grid-template-columns: calc(65% - 30px) 35%;
  gap: 30px;
}

@media (max-width: 1280px) {
  .videos-page-wrapper .videos-page-top .videos-grid-layout-container {
    grid-template-columns: calc(55% - 30px) 45%;
  }
}

@media (max-width: 1080px) {
  .videos-page-wrapper .videos-page-top .videos-grid-layout-container {
    grid-template-columns: calc(50% - 30px) 50%;
  }
}

@media (max-width: 992px) {
  .videos-page-wrapper .videos-page-top .videos-grid-layout-container {
    grid-template-columns: 1fr;
  }
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .video-wrapper {
  grid-template-columns: 1/-1;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .video-wrapper:hover .video-control-play-pause-button {
  opacity: 1;
}

@media (max-width: 500px) {
  .videos-page-wrapper .videos-page-top .videos-grid-layout-container .video-wrapper {
    height: 30vh;
  }
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .video-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 47, 63, 0.4274509804);
  border-radius: 10px;
  pointer-events: none;
  z-index: 500;
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links {
  grid-template-columns: 1/-1;
  height: 60vh;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 1rem;
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-title {
  font-size: 1.5rem;
  font-weight: 900;
  font-family: "Quicksand", sans-serif;
  width: 100%;
  height: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  background-color: #f7f7f7;
  border-radius: 12px;
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-list {
  width: 100%;
  padding: 10px 0;
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 49vh;
  overflow-y: auto;
  padding-right: 1.5rem;
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-list ul::-webkit-scrollbar {
  width: 6px;
  border-radius: 30px;
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-list ul::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  border-radius: 30px;
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-list ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 12px;
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-list ul .other-video-links-list-item {
  width: 100%;
  height: calc(33.3333333333% - 10px);
  min-height: calc(33.3333333333% - 10px);
  padding: 1rem;
  background-color: #f7f7f7;
  border-radius: 12px;
  transition: 0.4s;
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-list ul .other-video-links-list-item:hover {
  background-color: rgba(38, 47, 63, 0.1882352941);
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-list ul .other-video-links-list-item:hover .video-play-icon {
  background-color: #e6e0d8;
}

@media (max-width: 992px) and (min-width: 650px) {
  .videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-list ul .other-video-links-list-item {
    height: calc(50% - 10px);
    min-height: calc(50% - 10px);
  }
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-list ul .other-video-links-list-item a {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 12px;
  width: 100%;
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-list ul .other-video-links-list-item .other-video-links-list-video-wrapper {
  width: 40%;
  height: 100%;
  position: relative;
}

@media (max-width: 500px) {
  .videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-list ul .other-video-links-list-item .other-video-links-list-video-wrapper {
    width: 70%;
  }
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-list ul .other-video-links-list-item .other-video-links-list-video-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 47, 63, 0.4274509804);
  border-radius: 10px;
  z-index: 500;
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-list ul .other-video-links-list-item .other-video-links-list-video-wrapper video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-list ul .other-video-links-list-item .video-desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-list ul .other-video-links-list-item .video-desc-title {
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}

.videos-page-wrapper .videos-page-top .videos-grid-layout-container .other-video-links-list ul .other-video-links-list-item .video-desc-date {
  font-size: 0.9rem;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
}

.video-control-play-pause-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e0d8;
  transition: 0.4s;
  cursor: pointer;
}

@media (min-width: 992px) {
  .video-control-play-pause-button {
    opacity: 0;
  }
}

.video-control-play-pause-button .fas.fa-play {
  font-size: 30px;
  color: #262f3f;
}

.video-control-play-pause-button .fas.fa-pause {
  font-size: 30px;
  color: #262f3f;
  display: none;
}

video::-webkit-media-controls {
  z-index: 9999 !important;
}

.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(230, 224, 216, 0.5137254902);
  transition: 0.4s;
  cursor: pointer;
}

.video-play-icon .fas.fa-play {
  font-size: 20px;
  color: #262f3f;
}

.videos-page-middle {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}

.videos-page-middle .videos-page-middle-title {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Quicksand", sans-serif;
  background-color: #f7f7f7;
  padding: 1rem;
  border-radius: 12px;
  padding: 1rem 2rem;
  max-width: 55vw;
}

@media (max-width: 992px) {
  .videos-page-middle .videos-page-middle-title {
    max-width: 100% !important;
  }
}

.videos-page-middle .videos-page-middle-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  line-height: 1.8;
  padding: 1rem;
  border-radius: 12px;
  padding: 1rem 2rem;
  max-width: 55vw;
}

@media (max-width: 992px) {
  .videos-page-middle .videos-page-middle-subtitle {
    max-width: 100% !important;
  }
}

.videos-page-bottom {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 70px;
  width: 100%;
}

.videos-page-bottom .videos-page-bottom-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

.videos-page-bottom .videos-page-bottom-header .videos-page-bottom-title {
  font-size: 3rem;
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
  line-height: 0.9;
  border-radius: 12px;
  max-width: 55vw;
}

.videos-page-bottom .videos-page-bottom-header .videos-page-bottom-sub-title {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.8;
}

.videos-page-bottom .videos-page-bottom-video-list {
  width: 100%;
}

.videos-page-bottom .videos-page-bottom-video-list ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1280px) {
  .videos-page-bottom .videos-page-bottom-video-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .videos-page-bottom .videos-page-bottom-video-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.videos-page-bottom .videos-page-bottom-video-list ul .other-video-links-list-item {
  width: 100%;
  min-height: 140px !important;
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 1rem;
  transition: 0.4s;
}

@media (max-width: 992px) {
  .videos-page-bottom .videos-page-bottom-video-list ul .other-video-links-list-item {
    max-height: 200px !important;
  }
}

.videos-page-bottom .videos-page-bottom-video-list ul .other-video-links-list-item:hover {
  background-color: rgba(38, 47, 63, 0.1882352941);
}

.videos-page-bottom .videos-page-bottom-video-list ul .other-video-links-list-item:hover .video-play-icon {
  background-color: #e6e0d8;
}

.videos-page-bottom .videos-page-bottom-video-list ul .other-video-links-list-item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  gap: 10px;
}

.videos-page-bottom .videos-page-bottom-video-list ul .other-video-links-list-item a .other-video-links-list-video-wrapper {
  width: 55%;
  height: 100%;
  position: relative;
}

.videos-page-bottom .videos-page-bottom-video-list ul .other-video-links-list-item a .other-video-links-list-video-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 47, 63, 0.4274509804);
  border-radius: 10px;
  z-index: 500;
}

.videos-page-bottom .videos-page-bottom-video-list ul .other-video-links-list-item a .other-video-links-list-video-wrapper video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.videos-page-bottom .videos-page-bottom-video-list ul .other-video-links-list-item a .video-desc {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.videos-page-bottom .videos-page-bottom-video-list ul .other-video-links-list-item a .video-desc .video-desc-title {
  font-size: 1.2rem;
  font-weight: 900;
  font-family: "Quicksand", sans-serif;
  max-width: 98%;
}

.videos-page-bottom .videos-page-bottom-video-list ul .other-video-links-list-item a .video-desc .video-desc-date {
  font-size: 0.9rem;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
}

.page-wrapper {
  width: 100%;
  margin-top: 50px;
}

.page-wrapper .page-grid-container {
  display: grid;
  gap: 30px;
  grid-template-areas: "content";
}

@media (max-width: 1280px) {
  .page-wrapper .page-grid-container {}
}

@media (max-width: 992px) {
  .page-wrapper .page-grid-container {
    grid-template-rows: auto auto;
    grid-template-areas: "content" "sidebar";
  }
}

.page-wrapper .page-grid-container .page-sidebar {
  grid-area: sidebar;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-wrapper .page-grid-container .page-sidebar .page-sidebar-menu-wrapper {
  background-color: #f7f7f7;
  padding: 2rem 3rem;
  border-radius: 20px;
  width: 100%;
}

.page-wrapper .page-grid-container .page-sidebar .page-sidebar-menu-wrapper .menu-header {
  width: 100%;
}

.page-wrapper .page-grid-container .page-sidebar .page-sidebar-menu-wrapper .menu-header .menu-header-title {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.page-wrapper .page-grid-container .page-sidebar .page-sidebar-menu-wrapper .menu-items {
  width: 100%;
}

.page-wrapper .page-grid-container .page-sidebar .page-sidebar-menu-wrapper .menu-items ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.page-wrapper .page-grid-container .page-sidebar .page-sidebar-menu-wrapper .menu-items ul li {
  width: 100%;
}

.page-wrapper .page-grid-container .page-sidebar .page-sidebar-menu-wrapper .menu-items ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  transition: 0.4s;
}

.page-wrapper .page-grid-container .page-sidebar .page-sidebar-menu-wrapper .menu-items ul li a:hover {
  color: #beb3a6;
}

.page-wrapper .page-grid-container .page-sidebar .page-sidebar-menu-wrapper .menu-items ul .accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1rem;
  padding-left: 1.3rem;
  position: relative;
  border-bottom: 1px solid rgba(38, 47, 63, 0.1803921569);
  margin-bottom: 10px;
  cursor: pointer;
}

.page-wrapper .page-grid-container .page-sidebar .page-sidebar-menu-wrapper .menu-items ul .accordion-trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
  width: 10px;
  height: 10px;
  background-color: rgba(38, 47, 63, 0.6196078431);
  z-index: 1;
}

.page-wrapper .page-grid-container .page-sidebar .page-sidebar-menu-wrapper .menu-items ul .accordion-trigger.active {
  font-weight: 900 !important;
}

.page-wrapper .page-grid-container .page-sidebar .page-sidebar-menu-wrapper .menu-items ul .accordion-trigger.active:before {
  background-color: red;
}

.page-wrapper .page-grid-container .page-sidebar .page-sidebar-menu-wrapper .menu-items ul .accordion-sub-links {
  width: 100%;
  padding-left: 1.3rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s;
}

.page-wrapper .page-grid-container .page-sidebar .page-sidebar-menu-wrapper .menu-items ul .accordion-sub-links.active {
  max-height: 1000px;
  transition: 0.7s;
}

.page-wrapper .page-grid-container .page-sidebar .page-sidebar-menu-wrapper .menu-items ul .accordion-sub-links ul {
  display: flex;
  flex-direction: column;
}

.page-wrapper .page-grid-container .page-content {
  grid-area: content;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.page-sidebar-contact-box {
  width: 100%;
  border-radius: 20px;
  background-color: #f7f7f7;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1.2rem;
}

.page-sidebar-contact-box .sidebar-contact-box-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(38, 47, 63, 0.7647058824);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(38, 47, 63, 0.0862745098);
}

.page-sidebar-contact-box .sidebar-contact-box-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-sidebar-contact-box .sidebar-contact-box-links .phone-link {
  font-size: 1.4rem;
  font-weight: 600;
  color: #262f3f;
  gap: 10px;
  display: flex;
  align-items: center;
  transition: 0.4s;
}

.page-sidebar-contact-box .sidebar-contact-box-links .phone-link:hover {
  color: #beb3a6;
  font-weight: bold;
}

.page-sidebar-contact-box .sidebar-contact-box-links .mail-link {
  font-size: 1.4rem;
  font-weight: 600;
  color: #262f3f;
  gap: 10px;
  display: flex;
  align-items: center;
  transition: 0.4s;
}

.page-sidebar-contact-box .sidebar-contact-box-links .mail-link:hover {
  color: #beb3a6;
  font-weight: bold;
}

.page-sidebar-contact-box .contact-now-btn {
  width: 100%;
  height: 60px;
  margin-top: 1.5rem;
}

.page-sidebar-contact-box .contact-now-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-color: #262f3f;
  border-radius: 14px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 0.4s;
}

.page-sidebar-contact-box .contact-now-btn a:hover {
  background-color: #f7f7f7;
  color: #262f3f;
  border: 1px solid #262f3f;
}

.page-content .page-content-row {
  width: 100%;
  display: flex;
  background: #f8f8f8;
  border-radius: 23px;
  align-items: center;
  gap: 40px;
  font-family: "Quicksand", sans-serif;
}

.page-content .page-content-row .page-content-img-wrapper {
  width: 47%;
}

.page-content .page-content-row .page-content-img-wrapper .page-content-img {
  width: 100%;
  border-radius: 20px;
}

.page-content .page-content-row .page-content-text-wrapper {
  width: 40%;
  padding-right: 2rem;
}

.page-content .page-content-row .page-content-text-wrapper .page-content-title {
  font-size: 4rem;
  font-weight: 900;
  color: #262f3f;
  margin-bottom: 2.4rem;
  line-height: 53px;
  text-transform: uppercase;
}

.page-content .page-content-row .page-content-text-wrapper .page-content-text {
  font-size: 1.7rem;
  font-weight: 600;
  color: #768090;
}

.page-content-description {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 30px;
}

.page-content-description .page-content-description-title {
  font-size: 2rem;
  font-weight: 900;
  color: #262f3f;
  margin-bottom: 0.4rem;
  text-transform: capitalize;
  font-family: "Quicksand", sans-serif;
}

.page-content-description .page-content-description-text {
  font-size: 1.7rem;
  font-weight: 400;
  color: #262f3f;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.page-content-description .page-content-description-text img {
  border-radius: 35px;
}

.product-page-tab-btns-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.product-page-tab-btns-header .tab-btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  cursor: pointer;
  width: 200px;
  height: 50px;
  border: 1px solid rgba(38, 47, 63, 0.4235294118);
  color: #262f3f;
  border-radius: 30px;
  transition: 0.4s;
  position: relative;
}

.product-page-tab-btns-header .tab-btn-item:after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  transition: 0.4s;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.product-page-tab-btns-header .tab-btn-item .icon-wrapper {
  width: 30px;
  height: 30px;
}

.page-content-description-text iframe {
  width: 100%;
  height: 553px;


}

.product-page-tab-btns-header .tab-btn-item .icon-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(0);
}

.product-page-tab-btns-header .tab-btn-item .text-wrapper {
  font-size: 1.2rem;
  font-weight: 700;
}

.product-page-tab-btns-header .tab-btn-item.active {
  background-color: #262f3f;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #f7f7f7;
}

.product-page-tab-btns-header .tab-btn-item.active img {
  filter: brightness(0) invert(1);
}

.product-page-tab-btns-header .tab-btn-item.active:after {
  display: block;
}

.tab-content-row {
  width: 100%;
  margin-top: 2rem;
}

.tab-content-row .product-page-products-grid-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 1280px) {
  .tab-content-row .product-page-products-grid-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .tab-content-row .product-page-products-grid-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tab-content-row .product-page-products-grid-layout {
    grid-template-columns: 1fr;
  }
}

.tab-content-row .product-page-products-grid-layout .product-page-product-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  background-color: #f7f7f7;
  border-radius: 30px;
  align-items: center;
  padding: 2rem;
  padding-bottom: 3rem;
}

.tab-content-row .product-page-products-grid-layout .product-page-product-item .product-page-product-item-image {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tab-content-row .product-page-products-grid-layout .product-page-product-item .product-page-product-item-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-bottom: 10px;
}

.tab-content-row .product-page-products-grid-layout .product-page-product-item .product-link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(38, 47, 63, 0.4235294118);
  width: 150px;
  height: 40px;
  font-weight: 600;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

.tab-content-row .product-page-products-grid-layout .product-page-product-item .product-link:hover {
  background-color: #262f3f;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #f7f7f7;
}

.tab-content-row .product-page-products-grid-layout .product-page-product-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tab-content-row .product-page-products-grid-layout .product-page-product-item .content-title {
  font-size: 1.5rem;
  font-weight: 900;
  font-family: "Quicksand", sans-serif;
}

.tab-content-row .product-page-products-grid-layout .product-page-product-item .content-desc {
  font-size: 1.1rem;
  font-weight: 400;
  max-width: 80%;
  text-align: center;
}

.tab-content-row {
  display: none;
}

.tab-content-row.active {
  display: block;
}

.product-page-item-grid-layout {
  width: 100%;
  margin-bottom: 2rem;
  display: grid;
  gap: 30px;
  grid-template-rows: repeat(3, 1fr);
}

@media (max-width: 1280px) {
  .product-page-item-grid-layout {
    margin-top: 60px;
  }
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 {
  display: grid;
  grid-template-columns: 3fr 3fr 1fr;
  grid-template-areas: "content image icons";
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2:nth-child(even) {
  grid-template-columns: 1fr 3fr 3fr;
  grid-template-areas: "icons image content";
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2:nth-child(odd) .product-info-wrapper {
  align-items: end;
  text-align: right;
}

@media (max-width: 992px) {
  .product-page-item-grid-layout .product-grid-row-column-3-3-2 {
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "content image icons";
  }
}

@media (max-width: 500px) {
  .product-page-item-grid-layout .product-grid-row-column-3-3-2 {
    grid-template-columns: 1fr !important;
    grid-template-areas: "content" "image" "icons";
  }
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 .product-info-wrapper {
  grid-area: content;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

@media (max-width: 992px) {
  .product-page-item-grid-layout .product-grid-row-column-3-3-2 .product-info-wrapper {
    justify-content: start;
  }
}

@media (max-width: 500px) {
  .product-page-item-grid-layout .product-grid-row-column-3-3-2 .product-info-wrapper {
    align-items: center;
    text-align: center;
  }
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 .product-info-wrapper .small-title {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
}

@media (max-width: 660px) {
  .product-page-item-grid-layout .product-grid-row-column-3-3-2 .product-info-wrapper .small-title {
    font-size: 1.5rem;
  }
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 .product-info-wrapper .big-brand-title {
  font-size: 5rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 18ch;
}

@media (max-width: 660px) {
  .product-page-item-grid-layout .product-grid-row-column-3-3-2 .product-info-wrapper .big-brand-title {
    font-size: 3rem;
  }
}

@media (max-width: 500px) {
  .product-page-item-grid-layout .product-grid-row-column-3-3-2 .product-info-wrapper .big-brand-title {
    font-size: 2.5rem;
    max-width: 95%;
  }
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 .product-info-wrapper .product-description {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.4px;
}

@media (max-width: 500px) {
  .product-page-item-grid-layout .product-grid-row-column-3-3-2 .product-info-wrapper .product-description {
    text-align: justify;
  }
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 .product-info-wrapper .see-all-btn {
  background-color: #083447;
  color: #fff;
  border: none;
  max-width: 200px;
  padding: 1rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 1.5rem;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 0.4s;
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 .product-info-wrapper .see-all-btn:hover {
  background-color: #fff;
  color: #083447;
  border: 1px solid #083447;
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 .img-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .product-page-item-grid-layout .product-grid-row-column-3-3-2 .img-wrapper {
    grid-column: 1/-1;
    align-items: start;
  }
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 500px;
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 .icon-set-flex-column {
  grid-area: icons;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: start;
  width: 100%;
  height: 100%;
  max-height: 400px;
  align-self: center;
  overflow-y: auto;
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 .icon-set-flex-column::-webkit-scrollbar {
  display: none;
}

@media (max-width: 992px) {
  .product-page-item-grid-layout .product-grid-row-column-3-3-2 .icon-set-flex-column {
    justify-content: start;
  }
}

@media (max-width: 500px) {
  .product-page-item-grid-layout .product-grid-row-column-3-3-2 .icon-set-flex-column {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: start;
    gap: 1.6rem;
    margin-top: 1.2rem;
  }
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 .icon-set-flex-column .icon-set-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 .icon-set-flex-column .icon-set-item:hover .icon-wrapper {
  background-color: #d6d6d6;
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 .icon-set-flex-column .icon-set-item:hover .icon-wrapper img {
  opacity: 1;
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 .icon-set-flex-column .icon-set-item:hover .icon-set-text {
  font-weight: bold;
  color: #262f3f;
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 .icon-set-flex-column .icon-wrapper {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(38, 47, 63, 0.8274509804);
  padding: 2rem;
  border-radius: 12px;
  background-color: #f7f7f7;
  transition: 0.4s;
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 .icon-set-flex-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page-item-grid-layout .product-grid-row-column-3-3-2 .icon-set-flex-column .icon-set-text {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  transition: 0.4s;
}

@media (max-width: 500px) {
  .product-page-item-grid-layout .product-grid-row-column-3-3-2 .icon-set-flex-column .icon-set-text {
    max-width: 12ch;
    text-align: center;
  }
}

#urun-detay {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

#urun-detay .detay-top-row {
  width: 100%;
  height: 100%;
  display: flex;
}

#urun-detay .detay-top-row .col-img {
  width: 50%;
  height: calc(100vh - 70px);
  position: sticky !important;
  top: 0px;
  transition: 0.5s;
  background-color: rgba(30, 29, 30, 0.0588235294) !important;
}

#urun-detay .detay-top-row .col-img img {
  width: 100%;
  height: 550px !important;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
}

#urun-detay .detay-top-row .col-img .zoom-images {
  position: absolute;
  bottom: 2rem;
  left: 4rem;
  z-index: 999;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0.4;
}

#urun-detay .detay-top-row .col-img .zoom-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#urun-detay .detay-top-row .col-img .detay-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  padding-top: 0;
  margin-top: -50px;
}

#urun-detay .detay-top-row .col-img .detay-slider img {
  height: 400pximportant;
}

#urun-detay .detay-top-row .col-img .detay-slider .next-arrow,
#urun-detay .detay-top-row .col-img .detay-slider .prev-arrow {
  position: absolute;
  bottom: 2rem;
  z-index: 999;
  padding: 1.3rem;
  cursor: pointer;
}

#urun-detay .detay-top-row .col-img .detay-slider .next-arrow {
  right: 2rem;
}

#urun-detay .detay-top-row .col-img .detay-slider .prev-arrow {
  right: 7rem;
}

#urun-detay .detay-top-row .col-img .detay-slider svg {
  width: 50px;
  opacity: 0.5;
}

#urun-detay .detay-top-row .col-img .detay-slider .slick-dots {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 0;
}

#urun-detay .detay-top-row .col-img .detay-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 70px;
  background-color: #acacac;
  max-height: 2px;
  overflow: hidden;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  margin: 0 0 !important;
}

#urun-detay .detay-top-row .col-img .detay-slider .slick-dots li.slick-active {
  width: 100%;
  height: 100%;
  background: #000;
}

#urun-detay .detay-top-row .col-img .detay-slider .slick-dots li button::before {
  opacity: 0 !important;
}

#urun-detay .detay-top-row .col-details {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 50px 70px;
}

#urun-detay .detay-top-row .col-details .product-small-title {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.829);
  margin-top: 0.8rem;
}

#urun-detay .detay-top-row .col-details .product-title {
  font-size: 2rem;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 600;
  margin-top: -0.8rem;
}

#urun-detay .detay-top-row .col-details .product-desc {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  color: color(c-oblack);
  line-height: 1.5;
  max-width: 100%;
  line-height: 1.8;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}

#urun-detay .detay-top-row .col-details .product-icon-box {
  display: flex;
  gap: 1.5rem;
  margin-top: 50px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}

#urun-detay .detay-top-row .col-details .product-icon-box .icon-item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding-top: 1.2rem;
  text-align: center;
  position: relative;
  gap: 0.4rem;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

#urun-detay .detay-top-row .col-details .product-icon-box .icon-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(30, 29, 30, 0.0392156863);
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(100%);
  transition: 0.6s;
}

#urun-detay .detay-top-row .col-details .product-icon-box .icon-item:hover:after {
  transform: translateY(0);
}

#urun-detay .detay-top-row .col-details .product-icon-box .icon-item:hover .icon-text {
  color: color(c-origin-black);
}

#urun-detay .detay-top-row .col-details .product-icon-box .icon-item img {
  filter: brightness(0) invert(0);
  width: 32px;
  height: 32px;
}

#urun-detay .detay-top-row .col-details .product-icon-box .icon-item .icon-text {
  font-weight: 500;
  color: color(c-black);
  font-size: 12px;
  text-wrap: wrap;
  max-width: 10ch;
  line-height: 1.1;
}

#urun-detay .detay-top-row .col-details .information {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 50px;
}

#urun-detay .detay-top-row .col-details .information .info-title {
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  color: color(c-black);
  font-weight: 600;
}

#urun-detay .detay-top-row .col-details .information .info-text {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  color: color(c-oblack);
  line-height: 1.5;
  max-width: 100%;
  line-height: 1.8;
}

#urun-detay .detay-top-row .col-details .information .packages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  width: 100%;
  height: 100px;
  padding: 1rem 3rem;
  border-radius: 10px;
  background-color: #2b292b;
  margin-top: 2rem;
}

#urun-detay .detay-top-row .col-details .information .packages .pack-title {
  font-size: 1.4rem;
  color: #f7f7f7;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.5px;
  color: color(c-origin-white);
  font-weight: 600;
}

#urun-detay .detay-top-row .col-details .information .packages .packs {
  display: flex;
  font-weight: bold;
  letter-spacing: 1px;
  gap: 1.5rem;
  font-size: 20px;
  color: #757575;
  width: 50%;
  justify-content: space-between;
}

#urun-detay .detay-top-row .col-details .information .packages .pack-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #f7f7f7;
  color: #f7f7f7;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.4s;
}

#urun-detay .detay-top-row .col-details .information .packages .pack-item:hover {
  background-color: #f7f7f7;
  color: #2b292b;
}

#urun-detay .detay-top-row .col-details .more-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 50px;
}

#urun-detay .detay-top-row .col-details .more-info .more-info-title {
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  color: color(c-black);
  font-weight: 600;
}

#urun-detay .detay-top-row .col-details .more-info .more-info-text {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  color: color(c-oblack);
  line-height: 1.5;
  max-width: 100%;
  line-height: 1.8;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}

#urun-detay .detay-top-row .col-details .more-info .more-info-text table {
  border: 0px;
  background: #fbfbfb;
}

#urun-detay .detay-top-row .col-details .more-info .more-info-text td {
  border: 2px solid #fff;
}

#urun-detay .detay-top-row .col-details .more-info .more-info-text tr {
  height: 47px;
  border: 2px solid #fff;
}

#urun-detay .detay-top-row .col-details .other-products-wrapper {
  margin-top: 5rem;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 3rem;
  width: 100%;
  border-radius: 20px;
}

#urun-detay .detay-top-row .col-details .other-products-wrapper .other-title-top {
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  color: color(c-oblack);
  font-weight: 600;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  width: -moz-max-content;
  width: max-content;
}

#urun-detay .detay-top-row .col-details .other-products-wrapper .other-products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#urun-detay .detay-top-row .col-details .other-products-wrapper .other-products .other-product-item {
  display: flex;
  width: 50%;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}

#urun-detay .detay-top-row .col-details .other-products-wrapper .other-products .other-product-item img {
  width: 80%;
  height: 80%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 20px;
  transition: 0.5s;
}

#urun-detay .detay-top-row .col-details .other-products-wrapper .other-products .other-product-item .other-title {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  color: color(c-oblack);
  font-weight: 500;
  transition: 0.4s;
  margin-bottom: 1.5rem;
}

#urun-detay .detay-top-row .col-details .other-products-wrapper .other-products .other-product-item:hover .other-title {
  color: color(c-black);
}

#urun-detay .detay-top-row .col-details .other-products-wrapper .other-products .other-product-item:hover img {
  background-color: rgba(30, 29, 30, 0.8745098039);
}

.accordion-wrapper-area {
  margin-top: 5rem;
  width: 100%;
  max-width: 800px;
  padding: 12px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 30px;
  cursor: pointer;
  transition: color 0.3s ease;
  border-radius: 20px;
  box-shadow: 0 0 50px #00000017;
}

.accordion-title:hover {
  color: #757575;
}

.accordion-title-text {
  font-size: 1.6rem;
  font-weight: 500;
}

.accordion-title-icon {
  display: flex;
  align-items: center;
}

.accordion-title-icon .fas {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.accordion-title-icon .close-accordion {
  display: none;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;

}

.accordion-item.active .accordion-content {
  box-shadow: 0 0 40px #0000001c;
  margin-top: 10px;
  border-radius: 20px;
  margin: auto;
  margin-top: 7px;
}

.accordion-content-text {
  padding: 20px;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: rgba(235, 232, 232, 0.1803921569);
}

.accordion-item.active .accordion-title-icon .open-accordion {
  display: none;
}

.accordion-item.active .accordion-title-icon .close-accordion {
  display: inline-block;
}

.accordion-item.active .accordion-content {
  max-height: 200px;
  transition: max-height 0.3s ease;
}

.detay-mid-row {
  width: 100%;
  height: auto;
  margin-top: 40px;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
}

.detay-mid-row .vertical-col {
  width: 100%;
  height: 100%;
  display: flex;
  height: 500px;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.detay-mid-row .vertical-col:nth-child(odd) {
  flex-direction: row-reverse;
  text-align: right;
  padding-left: 100px;
}

.detay-mid-row .vertical-col:nth-child(odd) .mid-row-text {
  align-items: end !important;
}

.detay-mid-row .vertical-col:nth-child(even) {
  padding-right: 100px;
}

.detay-mid-row .vertical-col .col-img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detay-mid-row .vertical-col .col-img img {
  width: 65%;
  height: 80%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.detay-mid-row .vertical-col .col-img video {
  width: 65%;
  height: 80%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.detay-mid-row .vertical-col .mid-row-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 60%;
}

.detay-mid-row .vertical-col .mid-row-text .mid-row-title {
  font-size: 2rem;
  letter-spacing: 5px;
  color: #48444a;
  font-weight: 300;
  font-style: italic;
}

.detay-mid-row .vertical-col .mid-row-text .mid-row-text-2 {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  color: rgba(64, 60, 60, 0.7);
  line-height: 1.5;
  max-width: 48ch;
  line-height: 2.2;
  letter-spacing: 1.3px;
  font-weight: 300;
}

.other-product-item.all i {
  transition: 0.4s;
}

.other-product-item.all:hover .other-title {
  color: color(c-black);
}

.other-product-item.all:hover .other-title i {
  padding-left: 0.5rem;
}

.modal-detay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20000;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}

.modal-contentt {
  position: relative;
  margin: auto;
  width: 80%;
  height: 80%;
}

.slider-modal {
  width: 100%;
  height: 100%;
}

.modal-counter {
  position: absolute;
  bottom: -100px;
  left: 300px;
  font-weight: bold;
  font-size: 20px;
  color: #6d6a6a;
}

.modal-counter>span {
  color: #000;
}

.close-detay {
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 50px;
  color: #312f2f;
  cursor: pointer;
  z-index: 999;
}

.modal-detay .slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-detay .slick-initialized .slick-slide img {
  width: 80vw;
  height: 80vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-contentt img:hover {
  cursor: zoom-in !important;
}

.modal-detay .slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 80%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  background: 0 0;
}

#urun-detay .slick-next:before,
#urun-detay .slick-prev:before {
  font-family: slick;
  font-size: 30px;
  line-height: 1;
  opacity: 0 !important;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-detay .slick-next svg,
.slick-prev svg {
  width: 40px !important;
  max-width: 40px !important;
}

#urun-detay .detay-top-row .col-img .zoom-images img {
  height: -moz-max-content !important;
  height: max-content !important;
}

@media (max-width: 1280px) {
  #urun-detay .detay-top-row .col-details {
    padding: 50px 30px;
  }

  #urun-detay .detay-top-row .col-details .product-icon-box {
    width: 100%;
  }

  .packages {
    flex-direction: column;
    height: auto !important;
    padding: 3rem 0 !important;
  }

  #urun-detay .detay-top-row .col-details .information .packages .packs {
    width: 100%;
    justify-content: center;
  }

  .product-icon-box {
    justify-content: start !important;
  }
}

@media (max-width: 900px) {
  #urun-detay .detay-top-row .col-details .information .packages {
    flex-direction: column;
  }

  #urun-detay .detay-top-row .col-details .other-products-wrapper .other-title-top {
    width: 100%;
  }

  #urun-detay .detay-top-row .col-details .other-products-wrapper {
    padding-left: 0;
  }

  .product-icon-box {
    justify-content: center !important;
  }

  .detay-top-row {
    width: 100%;
    flex-direction: column;
  }

  #urun-detay .detay-top-row .col-img {
    width: 100%;
    margin: auto;
    height: 55vh;
    position: relative;
    top: 0;
    background-color: rgba(0, 0, 0, 0) !important;
  }

  #urun-detay .detay-top-row .col-details .information .packages .packs {
    width: -moz-max-content;
    width: max-content;
    justify-content: center;
  }

  #urun-detay .detay-top-row .col-img .detay-slider {
    padding: 0;
  }

  #urun-detay .slick-list {
    width: 100%;
    height: 100%;
  }

  #urun-detay .slick-track {
    height: 100%;
  }

  #urun-detay .slick-slide {
    height: 100%;
    width: 100%;
  }

  #urun-detay .detay-top-row .col-img .detay-slider img {
    width: 100%;
    min-width: 300px;
    height: 359px !important;
    -o-object-fit: contain;
    object-fit: contain;
  }

  #urun-detay .detay-top-row .col-details .product-icon-box {
    justify-content: space-evenly;
  }

  #urun-detay .detay-top-row .col-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 50px 70px;
  }
}

@media (max-width: 899px) {
  #urun-detay .detay-top-row .col-details .information .packages {
    flex-direction: row;
    align-self: center;
  }

  .detay-mid-row .vertical-col:nth-child(odd) {
    padding-left: 2rem;
  }

  .detay-mid-row .vertical-col .col-img video {
    width: 95%;
  }
}

@media (max-width: 600px) {
  #urun-detay .detay-top-row .col-details {
    padding: 50px 30px;
  }

  .detay-mid-row .vertical-col {
    flex-direction: column !important;
    height: auto;
    padding-bottom: 1.5rem;
    text-align: center !important;
  }

  .detay-mid-row .vertical-col .col-img video {
    max-height: 350px;
  }

  .detay-mid-row .vertical-col:nth-child(odd) .mid-row-text {
    align-items: center !important;
  }

  .detay-mid-row .vertical-col:nth-child(even) {
    padding-right: 0 !important;
  }

  .detay-mid-row {
    gap: 20px;
  }

  .detay-mid-row .vertical-col:nth-child(odd) {
    padding-left: 0;
  }

  .detay-mid-row .vertical-col .mid-row-text {
    width: 90%;
    align-items: center;
  }

  #urun-detay .detay-top-row .col-details .other-products-wrapper {
    padding: 0 !important;
  }

  .detay-mid-row {
    margin-top: 0 !important;
  }
}

@media (max-width: 530px) {
  .p-reviews .p-reviews-header .p-reviews-brand-title {
    font-size: 2.6rem !important;
  }

  .p-reviews .p-reviews-header .p-reviews-light-title {
    font-size: 4rem !important;
    padding: 0 1rem !important;
  }

  .p-reviews .p-reviews-partition {
    padding: 1rem !important;
  }

  .p-reviews .partition-column {
    min-width: 95% !important;
  }

  .p-reviews .p-reviews-header {
    margin-bottom: 2rem !important;
  }

  .p-reviews .partition-column {
    height: -moz-max-content !important;
    height: max-content !important;
  }
}

@media (max-width: 500px) {
  .accordion-title-icon {
    display: none;
  }

  #urun-detay .detay-top-row .col-img .detay-slider .slick-dots li {
    width: 15px !important;
  }

  #urun-detay .detay-top-row .col-img .zoom-images {
    bottom: 3rem !important;
  }

  #urun-detay .detay-top-row .col-details .information .info-text {
    max-width: 100%;
  }

  .accordion-title-text {
    text-align: left;
  }

  #urun-detay .detay-top-row .col-details .information .packages .pack-item {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 500px) {
  #urun-detay .detay-top-row .col-img {
    height: 300px;
  }

  .packages {
    padding: 1rem !important;
  }
}

@media (max-width: 340px) {
  .packages {
    flex-direction: column !important;
  }
}

.relative-header {
  position: relative;
  padding: 1.3rem 2rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
}

.relative-header>* {
  color: #fff;
}

#urun-detay .detay-top-row .col-details .product-icon-box {
  display: flex;
  gap: 1.5rem;
  margin-top: 50px;
  background-color: rgba(153, 153, 153, 0.1098039216);
  align-items: center;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3rem 2rem;
  border-radius: 20px;
  border-bottom: none;
}

#urun-detay .detay-top-row .col-details .product-icon-box .icon-item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding-top: 1.2rem;
  text-align: center;
  position: relative;
  gap: 0.4rem;
  background-color: #fff;
  border: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

#urun-detay .detay-top-row .col-details .product-icon-box .icon-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
}

.absolute-detay-slider-item-controls-btns {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 999;
  border: none;
}

.absolute-detay-slider-item-controls-btns .control-item {
  width: 60px;
  height: 60px;
  display: flex;
  font-size: 13px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-radius: 50%;
  cursor: pointer;
  font-family: "Reddit Sans", sans-serif;
  transition: 0.4s;
}

.absolute-detay-slider-item-controls-btns .control-item.show {
  width: 60px;
  height: 60px;
  color: #2b292b;
  display: flex;
  justify-content: center;
  align-items: center;
  border: initial;
  font-weight: bold;
  background-color: #fff !important;
}

.absolute-detay-slider-item-controls-btns .control-item:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
}

.slider-modal .slick-list {
  overflow: visible !important;
}

.slider-modal .slick-list .slick-slide {
  margin-top: 40px;
}

.modal-prev-arrow {
  width: 40px;
  position: absolute;
  bottom: -100px;
  left: 45%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0) !important;
  border: none !important;
  outline: none !important;
}

.modal-prev-arrow:hover {
  color: #757575;
}

.modal-next-arrow {
  width: 40px;
  position: absolute;
  bottom: -100px;
  right: 45%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0) !important;
  border: none !important;
  outline: none !important;
}

.modal-next-arrow:hover {
  color: #757575 !important;
}

.detay-slider .owl-carousel .owl-nav button.owl-next,
.detay-slider .owl-carousel .owl-nav button.owl-prev,
.detay-slider .owl-carousel button.owl-dot {
  background: rgba(0, 0, 0, 0) !important;
  border: none !important;
  outline: none !important;
}

.detay-slider .owl-carousel .owl-nav button.owl-next:hover,
.detay-slider .owl-carousel .owl-nav button.owl-prev:hover,
.detay-slider .owl-carousel button.owl-dot:hover {
  color: #757575 !important;
}

.detay-slider .owl-nav {
  position: absolute;
  margin-top: 10px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  right: 20px;
  font-size: 20px;
}

.detay-slider .owl-nav button {
  background: rgba(0, 0, 0, 0) !important;
  border: none !important;
  outline: none !important;
}

.detay-slider .owl-nav button:hover {
  color: #9fa7f0 !important;
}

.detay-slider .owl-dots {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: none;
}

.modalZ {
  position: fixed;
  z-index: 24000;
  right: 0;
  top: 0;
  width: 50%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.6s;
}

@media (max-width: 900px) {
  .modalZ {
    width: 100%;
  }
}

.modalZ.show {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0%) !important;
}

.modal-content {
  transition: transform 0.3s;
  max-width: 100%;
  max-height: 100%;
}

.modalZ img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  display: block !important;
}

.closeZ {
  position: fixed;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 24001;
}

.relative-area {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-magnifier-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.img-magnifier-glass {
  position: absolute;
  transform: translate(-50%, -50%);
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none !important;
  width: 200px;
  height: 200px;
  display: none;
  pointer-events: none;
  z-index: 24002;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
}

.bentonite-page-wrapper {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}

.bentonite-page-wrapper .bentonite-page-top-icon-set {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .bentonite-page-wrapper .bentonite-page-top-icon-set {
    order: 1;
  }
}

.bentonite-page-wrapper .bentonite-page-top-icon-set .bentonite-page-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 110px;
  height: 130px;
  padding: 14px;
  background-color: rgba(5, 39, 56, 0);
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.0588235294);
}

.bentonite-page-wrapper .bentonite-page-top-icon-set .bentonite-page-icon:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1215686275);
  cursor: pointer;
}

.bentonite-page-wrapper .bentonite-page-top-icon-set .bentonite-page-icon:nth-child(1) .icon-wrapper {
  background-color: #ff73b2;
}

.bentonite-page-wrapper .bentonite-page-top-icon-set .bentonite-page-icon:nth-child(2) .icon-wrapper {
  background-color: #02b137;
}

.bentonite-page-wrapper .bentonite-page-top-icon-set .bentonite-page-icon:nth-child(3) .icon-wrapper {
  background-color: #43ccd2;
}

.bentonite-page-wrapper .bentonite-page-top-icon-set .bentonite-page-icon:nth-child(4) .icon-wrapper {
  background-color: #8d70b7;
}

.bentonite-page-wrapper .bentonite-page-top-icon-set .bentonite-page-icon:nth-child(5) .icon-wrapper {
  background-color: #fef200;
}

.bentonite-page-wrapper .bentonite-page-top-icon-set .bentonite-page-icon:nth-child(6) .icon-wrapper {
  background-color: #027927;
}

.bentonite-page-wrapper .bentonite-page-top-icon-set .bentonite-page-icon:nth-child(7) .icon-wrapper {
  background-color: #24d366;
}

.bentonite-page-wrapper .bentonite-page-top-icon-set .bentonite-page-icon:nth-child(8) .icon-wrapper {
  background-color: #ed1c25;
}

.bentonite-page-wrapper .bentonite-page-top-icon-set .bentonite-page-icon .icon-wrapper {
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d9d9d9;
  border-radius: 50%;
}

.bentonite-page-wrapper .bentonite-page-top-icon-set .bentonite-page-icon .bentonite-page-icon-text {
  font-size: 13px;
  color: rgba(7, 38, 56, 0.8705882353);
  margin-top: 10px;
  text-align: center;
  line-height: 1.1;
  font-weight: 600;
}

.bentonite-page-wrapper .bentonite-page-top-icon-set .bentonite-page-icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.bentonite-page-info-row {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  padding: 50px 0px;
  margin-top: 50px;
}

@media (max-width: 1150px) {
  .bentonite-page-info-row {
    padding: 50px 20px;
  }
}

@media (max-width: 992px) {
  .bentonite-page-info-row {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-top: 0;
  }
}

.bentonite-page-info-img-wrapper {
  width: 40%;
  display: flex;
  justify-content: end;
  align-items: center;
}

@media (max-width: 1150px) {
  .bentonite-page-info-img-wrapper {
    width: 100%;
  }
}

.bentonite-page-info-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.bentonite-page-info-wrapper {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}

@media (max-width: 1150px) {
  .bentonite-page-info-wrapper {
    width: 100%;
  }
}

.bentonite-page-info-wrapper .info-title {
  font-size: 3.3rem;
  line-height: 0.9;
  max-width: 17ch;
  color: #272b3f;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
}

.bentonite-page-info-wrapper .info-text {
  font-size: 1.35rem;
  letter-spacing: 0.5px;
  line-height: 1.5;
  max-width: 90%;
  line-height: 1.8;
}

@media (max-width: 1150px) {
  .bentonite-page-info-wrapper .info-text {
    max-width: 100%;
  }
}

.bentonite-page-info-wrapper .info-text .size-up {
  font-size: 1.7rem;
  font-weight: 800;
  color: rgba(39, 43, 63, 0.8431372549);
  margin-bottom: 1rem;
  line-height: 1.5;
}

@media (max-width: 1150px) {
  .bentonite-row {
    flex-direction: column;
    gap: 30px;
  }
}

.bentonite-products-table {
  margin-top: 50px;
}

.bentonite-products-table .table-item {
  display: grid;
  grid-template-columns: 2fr 3fr 3fr;
  gap: 30px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(201, 199, 199, 0.4705882353);
}

@media (max-width: 992px) {
  .bentonite-products-table .table-item {
    grid-template-columns: 1fr;
  }
}

.bentonite-products-table .table-item:last-child {
  border-bottom: none;
}

.bentonite-products-table .table-item .table-item-info-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: "Quicksand", sans-serif;
}

.bentonite-products-table .table-item .table-item-info-col .info-title {
  font-size: 2rem;
  letter-spacing: 0.5px;
  color: #272b3f;
  font-weight: 600;
  line-height: 1.2;
}

.bentonite-products-table .table-item .table-item-info-col .title-size {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  color: #272b3f;
  line-height: 1.2;
  font-weight: 900;
}

.bentonite-products-table .table-item .table-item-info-col .features {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 1rem;
}

.bentonite-products-table .table-item .table-item-info-col .features-box {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  height: 40px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.bentonite-products-table .table-item .table-item-info-col .features-box .popover-features-description {
  position: absolute;
  top: 0;
  left: 103%;
  min-height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(204, 204, 204, 0.6509803922);
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.4s;
}

@media (max-width: 992px) {
  .bentonite-products-table .table-item .table-item-info-col .features-box .popover-features-description {
    display: none;
  }
}

.bentonite-products-table .table-item .table-item-info-col .features-box .popover-features-description:before {
  content: "";
  position: absolute;
  top: 20%;
  right: 100%;
  margin-top: -5px;
  border-top: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid #ccc;
  border-bottom: 7px solid rgba(0, 0, 0, 0);
}

.bentonite-products-table .table-item .table-item-info-col .features-box .popover-features-description ul {
  width: 100%;
  height: 100%;
  align-items: center;
}

.bentonite-products-table .table-item .table-item-info-col .features-box .popover-features-description ul li {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  color: #272b3f;
  font-weight: 600;
  margin-bottom: 5px;
}

.bentonite-products-table .table-item .table-item-info-col .features-box .popover-features-description ul li:nth-child(2) {
  font-weight: 400;
  font-size: 1rem;
  list-style: circle outside;
  margin-left: 10px;
}

.bentonite-products-table .table-item .table-item-info-col .features-box:hover {
  cursor: pointer;
}

.bentonite-products-table .table-item .table-item-info-col .features-box:hover .box-title {
  background-color: #fff;
}

.bentonite-products-table .table-item .table-item-info-col .features-box:hover .box-desc {
  background-color: #e3e7e8;
}

.bentonite-products-table .table-item .table-item-info-col .features-box:hover .popover-features-description {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bentonite-products-table .table-item .table-item-info-col .features-box .box-title {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  color: #272b3f;
  font-weight: 600;
  padding-left: 10px;
  line-height: 1.2;
  height: 100%;
  display: flex;
  align-items: center;
  width: 50%;
  background-color: #e3e7e8;
  transition: 0.4s;
}

.bentonite-products-table .table-item .table-item-info-col .features-box .box-desc {
  width: 50%;
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #272b3f;
  line-height: 1.2;
  height: 100%;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: end;
  font-weight: 400;
  border-left: 1px solid rgba(0, 0, 0, 0.1019607843);
  transition: 0.4s;
}

.bentonite-products-table .table-item .table-item-image-wrapper {
  width: 100%;
  max-height: 300px;
}

.bentonite-products-table .table-item .table-item-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bentonite-products-table .table-item .table-item-desc-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.bentonite-products-table .table-item .table-item-desc-col .desc-title {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  color: #272b3f;
  font-weight: 600;
  line-height: 1.2;
}

.bentonite-products-table .table-item .table-item-desc-col .desc-text {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  color: #272b3f;
  line-height: 1.6;
}

@media (max-width: 1280px) {
  .header .navigation.d-flex.align-center.gap-6 .header-menu-links.d-flex.align-center.gap-6 .menu-link-item {
    font-size: 1.3rem;
  }

  .header .navigation.d-flex.align-center.gap-6 .btn-group.d-flex.align-center .menu-link-btn.d-flex.align-center .product-catalogs {
    font-size: 1.1rem;
  }

  .header .navigation.d-flex.align-center.gap-6 .btn-group.d-flex.align-center .btn-lang {
    font-size: 1.1rem;
  }

  .header .navigation.d-flex.align-center.gap-6 .btn-group.d-flex.align-center .menu-link-btn.d-flex.align-center {
    display: none;
  }
}

@media (max-width: 1100px) {
  .header .navigation.d-flex.align-center.gap-6 .header-menu-links.d-flex.align-center.gap-6 {
    display: none;
  }

  .header .navigation.d-flex.align-center.gap-6 .btn-group.d-flex.align-center .menu-link-btn.d-flex.align-center {
    display: flex;
  }
}

@media (max-width: 500px) {
  .header .navigation.d-flex.align-center.gap-6 .btn-group.d-flex.align-center .menu-link-btn.d-flex.align-center {
    display: none;
  }

  .hero-slide.absolute .slide-content.absolute.w-100.h-100.d-flex.justify-center.align-center .title-bold.slide-effect {
    font-size: 36px;
  }

  .hero-slide.absolute .slide-content.absolute.w-100.h-100.d-flex.justify-center.align-center .title-thin.slide-effect {
    font-size: 30px;
  }

  .hero-slide.absolute {
    min-height: 50vh;
    height: 50vh;
  }

  .seperator {
    min-height: 40vh !important;
  }

  .header .navigation.d-flex.align-center.gap-6 .btn-group.d-flex.align-center .btn-lang {
    width: 40px;
    height: 40px;
  }

  .header .head-logo {
    width: 140px;
  }
}

@media (max-width: 1280px) {
  .hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title .hero-sub-content {
    padding: 0 120px;
  }

  .hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title .big-brand-title {
    font-size: 100px;
  }

  .box-right {
    display: none;
  }

  .product-info.d-flex.flex-column.align-center.container .product-info-content.d-flex.align-start .content-card-item.d-flex.align-center {
    flex-direction: column;
    align-items: center !important;
    text-align: center !important;
    min-width: 300px;
  }

  .content-desc {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .product-info-content {
    flex-wrap: wrap;
  }

  .product-info.d-flex.flex-column.align-center.container .product-info-content.d-flex.align-start .content-card-item.d-flex.align-center .desc-title {
    max-width: 30ch;
  }

  .brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .img-container.relative img {
    left: -100px;
  }

  .brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative {
    justify-content: end;
    padding-right: 3rem;
  }

  .brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .content-body {
    width: 53%;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60 .item-right-header.d-flex.flex-column.align-center .bold-title {
    max-width: 30ch;
    font-size: 20px;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60 .item-right-header.d-flex.flex-column.align-center .thin-title {
    font-size: 18px;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60 .item-right-content.d-flex.flex-column.align-center .item-text {
    font-size: 13px;
  }

  .seperator.w-100.relative .sleepcat.absolute {
    width: 450px;
    z-index: -1;
  }

  .section-map.container.relative .map-img.absolute {
    left: 50%;
  }

  .section-map.container.relative .map-left-content .map-text {
    display: none;
  }

  .section-map.container.relative {
    align-items: end;
    padding-bottom: 3rem;
  }

  .section-footer .footer-bottom .footer-bottom-right-55 .footer-right-item.d-flex.flex-column .item-title {
    font-size: 12px;
    line-height: 1.2;
  }

  .section-footer .footer-bottom .footer-bottom-right-55 .footer-right-item.d-flex.flex-column .item-links.d-flex.flex-column a {
    font-size: 13px;
  }
}

@media (max-width: 1280px) and (min-width: 1024px) {
  .slide .content-bg {
    bottom: 61px !important;
    height: 216px !important;
  }
}

@media (max-width: 1200px) {
  .sub-videos.container .text-boxes .text-box {
    font-size: 22px;
    padding: 0 20px;
  }

  .section-map.container.relative {
    height: 59vh;
  }
}

@media (max-width: 1024px) {
  .content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .content-col-w-50 {
    width: 70% !important;
  }

  .sub-videos.container {
    height: auto;
  }

  .boxes {
    min-height: 250px;
    display: flex;
    align-items: center;
  }

  .slider {
    margin-top: -20px !important;
  }
}

@media (max-width: 992px) {
  .content-col-w-50 {
    width: 97% !important;
  }

  .sub-videos.container {
    height: auto;
  }

  .boxes {
    min-height: 250px;
    display: flex;
    align-items: center;
  }

  .sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.d-flex.w-50.h-100.gap-4 .reels-wrapper.relative.h-100 .content-title {
    font-size: 14px;
  }

  .sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.d-flex.w-50.h-100.gap-4 .reels-wrapper.relative.h-100 .content-description {
    font-size: 12px;
  }

  .sub-videos.container .content-wrapper.w-100.h-100.d-flex.gap-4 .content-col-w-50.d-flex.w-50.h-100.gap-4 .reels-wrapper.relative.h-100 .reels-content.absolute {
    padding-left: 12px;
    max-width: 95%;
  }

  .brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .content-body {
    margin-left: 120px;
  }

  .brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .img-container.relative img {
    min-width: 100%;
    margin-bottom: -60px !important;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .owl-dots .owl-dot span:after {
    font-size: 11px;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-left-w-40 {
    width: 50%;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60 {
    width: 50%;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-607 {
    padding-left: 1rem;
  }

  .seperator.w-100.relative .sleepcat.absolute {
    opacity: 0.3;
  }

  .section-footer .footer-bottom {
    height: auto;
    flex-direction: column;
  }

  .section-footer .footer-bottom .footer-bottom-left-45 {
    width: 100%;
  }

  .section-footer .footer-bottom .footer-bottom-right-55 {
    width: 100%;
    align-items: start;
    justify-content: space-between;
  }
}

@media (max-width: 992px) {
  .hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title .hero-sub-content {
    padding: 0 50px;
  }

  .hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title {
    width: 100%;
  }

  .hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title .big-brand-title {
    font-size: 70px;
  }

  .brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative {
    height: 560px;
  }

  .brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .img-container.relative img {
    top: -268px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 550px;
  }

  .brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .img-container.relative {
    height: 25%;
  }

  .brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .img-container.relative {
    position: initial;
  }

  .brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .content-body {
    margin-left: 0;
    width: 90%;
    height: 34%;
  }

  .footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-wrapper.owl-carousel.owl-theme .item .item-title {
    font-size: 13px;
  }

  .footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-wrapper.owl-carousel.owl-theme .item .item-text {
    font-size: 12px;
    line-height: 1.3;
  }
}

@media (max-width: 768px) {
  .hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title .big-brand-title {
    font-size: 34px;
  }

  .product-info-bold-title {
    font-size: 24px !important;
  }

  .product-info-thin-title {
    font-size: 18px !important;
  }

  .center-slide-bold-title {
    font-size: 24px !important;
  }

  .center-slide-thin-title {
    font-size: 18px !important;
  }

  .header-bold-title {
    font-size: 24px !important;
  }

  .header-thin-title {
    font-size: 18px !important;
  }

  .section-map.container.relative .map-img.absolute {
    top: 35%;
  }

  .section-map.container.relative .map-left-content .map-content-title {
    font-size: 20px;
    margin-bottom: 0;
  }

  .section-map.container.relative .map-left-content .map-thin-title {
    font-size: 17px;
  }

  .content-bold-title {
    font-size: 24px !important;
  }

  .content-thin-title {
    font-size: 18px !important;
  }

  .footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-header.d-flex.flex-column.align-center.w-100 .footer-top-slider-bold-title {
    font-size: 18px !important;
    max-width: 85%;
    text-align: center;
  }

  .footer-top-slider-thin-title {
    font-size: 18px !important;
  }

  .footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-header.d-flex.flex-column.align-center.w-100 {
    margin-bottom: 2rem;
  }

  .footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-wrapper.owl-carousel.owl-theme .owl-nav {
    margin-top: 13px !important;
  }

  .content-click-tab-item {
    padding: 1rem !important;
  }

  .brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .img-container.relative img {
    top: -248px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 550px;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60 .item-right-content.d-flex.flex-column.align-center .item-text {
    display: none;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60:before {
    display: none;
  }

  .effective-slider:after {
    display: none;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-left-w-40 {
    width: 80%;
  }

  .seperator.w-100.relative .left-cat.absolute {
    display: none;
  }
}

@media (max-width: 600px) {
  .hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title .hero-sub-content {
    padding: 0 20px;
  }

  .slider {
    margin-top: -70px !important;
  }

  .tab-slider-header.d-flex.flex-column.align-center {
    padding: 20px 0;
  }

  .hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title .big-brand-title {
    font-size: 24px;
  }

  .sub-videos.container {
    margin-bottom: 0;
  }

  .product-info.d-flex.flex-column.align-center.container {
    padding: 20px 0;
  }

  .brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .img-container.relative img {
    top: -200px !important;
  }

  .brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .content-body .body-title-bold {
    font-size: 19px;
  }

  .brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative {
    padding-right: 0 !important;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60 {
    padding-left: 1.5rem !important;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .owl-dots {
    display: none !important;
  }

  .seperator.w-100.relative .seperator-content .content-text {
    font-size: 13px !important;
  }

  .seperator.w-100.relative .seperator-content {
    padding-left: 0;
    width: 90%;
    margin: auto;
  }

  .sep-mob {
    min-height: 300px !important;
    height: 300px !important;
  }

  .section-footer .footer-bottom .footer-bottom-right-55 .footer-right-item.d-flex.flex-column .item-links.d-flex.flex-column {
    display: none;
  }

  .section-footer .footer-bottom .footer-bottom-right-55 {
    width: 100%;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
  }

  .section-footer .footer-sub {
    padding: 3rem 2rem;
  }

  .section-footer .footer-top.w-100.d-flex.justify-center.align-center {
    padding: 22px 0;
  }
}

@media (max-width: 500px) {
  .brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .img-container.relative img {
    top: -120px !important;
  }

  .brand-packet.container .brandpacket-content.w-100.d-flex.align-center.relative .brand-packet-cta {
    margin-left: 0 !important;
  }

  .bg-container {
    margin-bottom: 0;
  }

  .tab-navigation-container .tab-item .text {
    font-size: 8px;
  }
}

@media (max-width: 1100px) {
  .page-header .page-header-title {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 900;
    color: #beb3a6;
    letter-spacing: 5px;
    height: 100%;
    margin-top: -10rem;
    pointer-events: none;
  }

  .page-header {
    height: 80px;
    border-radius: 0 0 20px 20px;
  }
}

@media (max-width: 768px) {
  .page-header .page-header-title {
    display: none;
  }
}

@media (max-width: 1280px) {
  .row.about-page-content .col-12.col-md-6 {
    padding: 2rem;
  }

  .about-page-sub-content {
    padding: 2rem;
  }
}

@media (max-width: 992px) {
  .row.about-page-content {
    flex-direction: column !important;
  }

  .row.about-page-content .col-12.col-md-6 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row.about-page-content .col-12.col-md-6 .column-text-wrapper .about-inner-main-title {
    font-size: 22px;
  }

  .row.about-page-content .col-12.col-md-6 .column-text-wrapper .about-inner-description {
    font-size: 15px;
  }

  .about-page-sub-content .about-inner-description {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .row.about-page-content {
    flex-direction: column !important;
  }

  .row.about-page-content .col-12.col-md-6 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row.about-page-content .col-12.col-md-6 .column-text-wrapper .about-inner-main-title {
    font-size: 18px;
  }

  .row.about-page-content .col-12.col-md-6 .column-text-wrapper .about-inner-description {
    font-size: 14px;
  }

  .about-page-sub-content .about-inner-description {
    font-size: 13px;
  }

  .row.about-page-content {
    margin-top: 0px;
  }
}

@media (max-width: 570px) {
  .bentonite-page-info-wrapper .info-title {
    font-size: 2rem;
  }

  .bentonite-page-info-wrapper .info-text .size-up {
    font-size: 1.5rem;
  }

  .bentonite-page-info-wrapper .info-text {
    font-size: 1.3rem;
  }

  .bentonite-page-info-row {
    padding-bottom: 0 !important;
  }

  .blog-page-wrapper {
    margin-top: 0;
  }

  .blog-header .blog-title.wow.fadeInDown {
    font-size: 17px;
    max-width: 80%;
  }

  .blog-header .blog-thin-title.wow.fadeInDown {
    font-size: 14px;
    max-width: 80%;
  }

  .blog-items-wrapper {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .page-header .page-header-title {
    display: none;
  }

  .see-other-blogs .owl-nav {
    right: auto !important;
    top: auto !important;
    left: 40% !important;
    transform: translateX(-50%) !important;
    bottom: -70px !important;
  }

  .see-other-blogs .footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-header.d-flex.flex-column.align-center.w-100 {
    margin-bottom: 2rem !important;
  }

  .blog-header {
    align-items: start !important;
    text-align: left;
  }

  .see-other-blogs .blog-header .blog-thin-title.wow.fadeInDown {
    text-align: left;
  }
}

@media (max-width: 570px) {
  .blog-page-wrapper {
    margin-top: 0;
  }

  .blog-header .blog-title.wow.fadeInDown {
    font-size: 17px;
    max-width: 80%;
  }

  .blog-header .blog-thin-title.wow.fadeInDown {
    font-size: 14px;
    max-width: 80%;
  }

  .blog-items-wrapper {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .product-page-tab-btns-header .tab-btn-item {
    width: 150px;
  }

  .product-page-tab-btns-header .tab-btn-item .text-wrapper {
    font-size: 0.9rem;
  }

  .product-page-tab-btns-header .tab-btn-item .icon-wrapper {
    width: 24px;
    height: 24px;
  }

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

  .page-wrapper .page-grid-container .page-content {
    gap: 0;
  }
}

@media (max-width: 992px) {
  .page-content-row {
    flex-direction: column;
  }

  .page-content .page-content-row .page-content-img-wrapper {
    width: 100%;
  }

  .page-content .page-content-row .page-content-text-wrapper {
    width: 100%;
  }

  .page-content .page-content-row .page-content-text-wrapper .page-content-title {
    font-size: 1.5rem;
  }

  .page-content-description .page-content-description-title {
    font-size: 1.3rem;
  }

  .videos-page-middle .videos-page-middle-title {
    font-size: 1.5rem;
    text-align: center;
  }

  .videos-page-bottom .videos-page-bottom-header .videos-page-bottom-title {
    font-size: 1.8rem;
    max-width: 80vw;
  }

  .videos-page-bottom .videos-page-bottom-header .videos-page-bottom-sub-title {
    font-size: 1.6rem;
  }

  .content-click-tab-item .owl-nav {
    width: 111%;
  }
}

@media (max-width: 900px) {
  #urun-detay .detay-top-row .col-img {
    position: relative !important;
  }
}

@media (max-width: 500px) {
  #urun-detay .detay-top-row {
    margin-top: 100px;
  }

  .videos-page-wrapper {
    margin-top: 20px;
  }
}

.hamburger-menu {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1100px) {
  .hamburger-menu {
    display: none;
  }
}

.hamburger-menu img {
  cursor: pointer;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.mobile-menu {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  padding-top: 100px;
  height: 100vh;
  z-index: 9999;
  background-color: #083447;
  transition: 0.3s cubic-bezier(0.4, 0.3, 0.1, 1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  overflow-y: auto !important;
}

.mobile-menu.open {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media (max-width: 1100px) {
  .mobile-menu {
    width: 100%;
  }
}

.mobile-menu .page-sidebar {
  grid-area: sidebar;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: 100%;
}

.mobile-menu .page-sidebar .page-sidebar-menu-wrapper {
  width: 90%;
  height: auto;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.mobile-menu .page-sidebar .page-sidebar-menu-wrapper .menu-header {
  width: 100%;
}

.mobile-menu .page-sidebar .page-sidebar-menu-wrapper .menu-header .menu-header-title {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #beb3a6;
}

.mobile-menu .page-sidebar .page-sidebar-menu-wrapper .menu-items {
  width: 100%;
}

.mobile-menu .page-sidebar .page-sidebar-menu-wrapper .menu-items ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.mobile-menu .page-sidebar .page-sidebar-menu-wrapper .menu-items ul li {
  width: 100%;
}

.mobile-menu .page-sidebar .page-sidebar-menu-wrapper .menu-items ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  transition: 0.4s;
  color: #fff;
}

.mobile-menu .page-sidebar .page-sidebar-menu-wrapper .menu-items ul li a:hover {
  color: #beb3a6;
}

.mobile-menu .page-sidebar .page-sidebar-menu-wrapper .menu-items ul .accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1rem;
  padding-left: 1.3rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1843137255);
  margin-bottom: 10px;
  cursor: pointer;
}

.mobile-menu .page-sidebar .page-sidebar-menu-wrapper .menu-items ul .accordion-trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.1843137255);
  z-index: 1;
}

.mobile-menu .page-sidebar .page-sidebar-menu-wrapper .menu-items ul .accordion-trigger.active {
  font-weight: 900 !important;
}

.mobile-menu .page-sidebar .page-sidebar-menu-wrapper .menu-items ul .accordion-trigger.active:before {
  background-color: red;
}

.mobile-menu .page-sidebar .page-sidebar-menu-wrapper .menu-items ul .accordion-sub-links {
  width: 100%;
  padding-left: 1.3rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s;
}

.mobile-menu .page-sidebar .page-sidebar-menu-wrapper .menu-items ul .accordion-sub-links.active {
  max-height: 1000px;
  transition: 0.7s;
}

.mobile-menu .page-sidebar .page-sidebar-menu-wrapper .menu-items ul .accordion-sub-links ul {
  display: flex;
  flex-direction: column;
}

.mobile-menu .page-sidebar-contact-box {
  width: 90%;
  border-radius: 20px;
  background-color: #f7f7f7;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin: auto;
  margin-top: 1.2rem;
}

.mobile-menu .page-sidebar-contact-box .sidebar-contact-box-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(38, 47, 63, 0.7647058824);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(38, 47, 63, 0.0862745098);
}

.mobile-menu .page-sidebar-contact-box .sidebar-contact-box-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-menu .page-sidebar-contact-box .sidebar-contact-box-links .phone-link {
  font-size: 1.4rem;
  font-weight: 600;
  color: #262f3f;
  gap: 10px;
  display: flex;
  align-items: center;
  transition: 0.4s;
}

.mobile-menu .page-sidebar-contact-box .sidebar-contact-box-links .phone-link:hover {
  color: #beb3a6;
  font-weight: bold;
}

.mobile-menu .page-sidebar-contact-box .sidebar-contact-box-links .mail-link {
  font-size: 1.4rem;
  font-weight: 600;
  color: #262f3f;
  gap: 10px;
  display: flex;
  align-items: center;
  transition: 0.4s;
}

.mobile-menu .page-sidebar-contact-box .sidebar-contact-box-links .mail-link:hover {
  color: #beb3a6;
  font-weight: bold;
}

.mobile-menu .page-sidebar-contact-box .contact-now-btn {
  width: 100%;
  height: 60px;
  margin-top: 1.5rem;
}

.mobile-menu .page-sidebar-contact-box .contact-now-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-color: #262f3f;
  border-radius: 14px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 0.4s;
}

.mobile-menu .page-sidebar-contact-box .contact-now-btn a:hover {
  background-color: #f7f7f7;
  color: #262f3f;
  border: 1px solid #262f3f;
}

body {
  font-family: "Nunito Sans", sans-serif;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #083447;
}

#main-page {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hideOverFlowX {
  overflow-x: hidden !important;
}

.showOverFlowX {
  overflow-x: visible !important;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

.open-menu-contents {
  min-height: 60vh;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #083447 !important;
}

@media (min-width: 1700px) {
  .section-map.container.relative .map-img.absolute {
    left: 55% !important;
  }
}

.general-loading-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #083447;
  z-index: 20000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-out;
  opacity: 1;
}

.general-loading-wrapper.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loading-text {
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 15px;
  line-height: 1;
  text-align: center;
  font-weight: 200;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s, transform 0.5s;
}

.loading-text.active {
  opacity: 1;
  transform: translateY(0);
}

.fixed-form-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  min-width: 800px;
  height: 100vh;
  min-height: 700px;
  background-color: rgba(7, 38, 52, 0.7);
  z-index: 40000 !important;
  font-weight: 700;
  display: flex;
  justify-content: end;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s 0.2s ease;
}

.fixed-form-wrapper.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s 0s ease;
}

.fixed-form-wrapper.active .form-container {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: 0.4s 0s linear;
}

.fixed-form-wrapper .form-container {
  background-color: #fff;
  width: 55%;
  height: 100%;
  padding: 40px 60px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.4s 0.2s linear;
}

.fixed-form-wrapper .form-header {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.fixed-form-wrapper .form-header .form-close-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #072634;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s ease;
}

.fixed-form-wrapper .form-header .form-close-button:hover {
  background-color: #072634;
  color: #fff;
}

.form-wrapper {
  width: 100%;
}

.form-wrapper form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-wrapper form .form-row {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-bottom: 2rem;
}

.form-wrapper form .form-row .input-wrapper-relative {
  flex: 1 1 calc(50% - 14px);
  position: relative;
  height: 60px;
}

.form-wrapper form .form-row .input-wrapper-relative input:not([type="checkbox"]) {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 12px;
  border: 1px solid rgba(7, 38, 52, 0.4);
  font-size: 17px;
  padding: 1.3rem;
  padding-left: 50px;
}

.form-wrapper form .form-row .input-wrapper-relative .absolute-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-wrapper form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("ok-ikonu.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}

.form-wrapper form select::-ms-expand {
  display: none;
}

.form-wrapper form .form-row .input-wrapper-relative select {
  width: 100%;
  height: 100%;
  display: flex;
  flex: 1;
  border-radius: 12px;
  border: 1px solid rgba(7, 38, 52, 0.4);
  font-size: 17px;
  padding: 1.3rem;
  padding-left: 50px;
}

.form-wrapper form .form-row .input-wrapper-relative .absolute-right-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-wrapper form a {
  display: flex;
  color: #072634;
  margin-left: 5px;
  font-weight: 800 !important;
}

.form-wrapper form button {
  width: 50%;
  height: 60px;
  background-color: #072634;
  color: #fff;
  border: none;
  font-size: 18px;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.4s ease;
  margin-top: 2rem;
}

.form-wrapper form button:hover {
  background-color: #053d57;
  color: #fff;
}

.form-wrapper .form-row:has(textarea) {
  height: 200px !important;
  align-items: start;
}

.form-wrapper .form-row:has(textarea) textarea {
  width: 100%;
  height: 100%;
  resize: none;
  height: 200px;
  padding: 20px;
  padding-left: 50px;
  font-size: 17px;
  border: 1px solid rgba(7, 38, 52, 0.4);
  border-radius: 12px;
}

.input-wrapper-relative:has(input[type="checkbox"]) {
  align-items: start !important;
  height: -moz-max-content !important;
  height: max-content !important;
}

.input-wrapper-relative:has(input[type="checkbox"]) .form-row {
  margin-bottom: 0 !important;
}

.input-wrapper-relative input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.input-wrapper-relative label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 400;
  transition: color 0.2s ease;
}

.input-wrapper-relative label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.input-wrapper-relative label:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transition: all 0.2s ease;
}

.input-wrapper-relative label:hover:before {
  border-color: #2196f3;
}

.input-wrapper-relative input[type="checkbox"]:checked+label:before {
  background: #2196f3;
  border-color: #2196f3;
}

.input-wrapper-relative input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.input-wrapper-relative input[type="checkbox"]:focus+label:before {
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.2);
}

.input-wrapper-relative input[type="checkbox"]:disabled+label {
  opacity: 0.6;
  cursor: not-allowed;
}

.page-header.inner-video-header {
  height: 50vh !important;
  min-height: 370px !important;
}

.page-header.inner-video-header {
  position: relative;
}

.page-header.inner-video-header .default-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 90px 90px;
}

.page-header.inner-video-header .page-header-title {
  position: absolute;
  top: 100px;
  left: 0;

  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 500;
}

.page-header.inner-video-header .default-video-wrapper .video-wrapper {
  width: 100%;
  height: 100%;
}

.page-header.inner-video-header .default-video-wrapper .video-wrapper .video-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.page-header.inner-video-header .default-video-wrapper .video-wrapper .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #062634c4;
}

.page-header.inner-video-header .default-video-wrapper .video-wrapper source {}

.module-page-content-other-images {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  margin-bottom: 5rem;
}

.module-page-content-other-images .module-page-content-other-images-title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #262f3f;
  text-align: left;
  margin-bottom: 1rem;
  font-family: "Quicksand", sans-serif;
  padding-bottom: 8px;
  border-bottom: 5px solid #262f3f9b;
  width: max-content;
}

.module-page-content-other-images .module-page-content-other-images-wrapper {
  display: flex;
  width: 100%;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.module-page-content-other-images .module-page-content-other-images-wrapper .other-img-item {
  flex: 1;
  min-width: 300px;
  max-width: 324px;
  height: 220px;

  display: flex;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  position: relative;
  justify-content: center;
  align-items: center;
}

.module-page-content-other-images .module-page-content-other-images-wrapper .other-img-item img {
  width: 94%;
  height: 92%;
  object-fit: cover;
  transition: 0.3s;
  border-radius: 12px;
}

.module-page-content-other-images .module-page-content-other-images-wrapper .other-img-item .img-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  height: 92%;
  background-color: #262f3f66;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 0.3s;
  border-radius: 12px;
}

.module-page-content-other-images .module-page-content-other-images-wrapper .other-img-item .img-overlay-text {}

.module-page-content-other-images .module-page-content-other-images-wrapper .other-img-item .img-overlay-text i {
  position: absolute;
  bottom: 20px;
  left: 20px;

  font-size: 2.5rem;
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  font-weight: 900;
}

.module-page-content-other-images .module-page-content-other-images-wrapper .other-img-item:hover .img-overlay-text i {
  opacity: 1;
}

@media (max-width: 800px) {
  .module-page-content-other-images .module-page-content-other-images-wrapper .other-img-item {
    min-width: 200px;
    max-width: 100%;
  }
}

.reels-owl-slider .item {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  position: relative;
  height: 475px !important;
}

.reels-owl-slider .item video {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}

.reels-owl-slider .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 40, 55, 0.7);
  top: 0;
  left: 0;
}

.reels-owl-slider .item .reels-content.absolute {
  bottom: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 120px;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  transition: 0.5s;
}

.reels-owl-slider .item .play-icon.absolute {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
  transition: 0.4s;
}

.reels-owl-slider .item .content-title {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
  max-width: 20ch;
  line-height: 1.2;
  letter-spacing: 1px;
}

.reels-owl-slider .item .content-description {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  max-width: 30ch;
  line-height: 1.2;
  letter-spacing: 0.4px;
}

.reels-owl-slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin-top: 40px;
}

.reels-owl-slider .owl-dots .owl-dot span {
  width: 20px;
  height: 13px;
  background-color: #73777e;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.4s;
}

.reels-owl-slider .owl-dots .owl-dot.active span {
  background-color: #262f3f;
  width: 60px;
  height: 13px;
}

.reels-owl-slider .owl-dots .owl-dot span:hover {
  background-color: #262f3f;
}

#video-modal {
  display: none;
  position: fixed;
  top: 50%;
  right: 20px;
  width: 375px;
  height: 640px;
  transform: translateY(-50%);
  background: #262f3f;
  z-index: 2000;
  border-radius: 20px;
  overflow: hidden;
}

#video-modal.open {
  display: flex;
  align-items: center;
  justify-content: center;
}

#video-modal video {
  width: 95%;
  height: 95%;
  border-radius: 12px !important;
  margin: auto;
  object-fit: cover;
}

#video-modal .modal-close,
#video-modal .modal-prev,
#video-modal .modal-next {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1000;
}

#video-modal .modal-close,
#video-modal .modal-prev,
#video-modal .modal-next {
  transition: background 0.3s;
}

#video-modal .modal-close:hover,
#video-modal .modal-prev:hover,
#video-modal .modal-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

#video-modal .modal-close {
  top: 10px;
  right: 10px;
}

#video-modal .modal-prev {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

#video-modal .modal-next {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}


.fixed-btns {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.fixed-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 22px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fixed-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.whatsapp-btn {
  background-color: #25d366;
  /* Primary rengi */
  position: relative;
}

/* WhatsApp iÃ§in pulse efekti */
.whatsapp-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #25d366;
  z-index: -1;
  animation: whatsapp-pulse 2s infinite;
  opacity: 0.6;
}

@keyframes whatsapp-pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  70% {
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.phone-btn {
  background-color: #BEB3A6;
  /* Secondary rengi */
}

.scroll-btn {
  background-color: #04212e;
  /* Overlay rengi */
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.scroll-btn.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* Button active animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(8, 52, 71, 0.5);
  }

  /* Primary rengini kullan */
  70% {
    box-shadow: 0 0 0 10px rgba(8, 52, 71, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(8, 52, 71, 0);
  }
}

.fixed-btn:active {
  animation: pulse 1s;
  transform: translateY(0);
}

.hero-slide-wrapper video {
  filter: grayscale(100%);
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  height: 80px;
  /* daha kompakt bir yÃ¼kseklik */
}

.fixed-header.visible {
  transform: translateY(0);
}

.fixed-header .head-logo {
  height: 50px;
  /* logo boyutunu kÃ¼Ã§Ã¼lt */
  transform: translateX(65px);
}

/* menÃ¼ Ã¶ÄŸelerini daha kompakt yap */
.fixed-header .header-menu-links {
  font-size: 0.9em;
}

.fixed-header .menu-link-btn {
  padding: 12px;
  font-size: 13px;
  display: flex;
  gap: 6px;
  align-items: center;
  border: 1.2px solid #58585a94;
  border-radius: 14px;
  transition: .3s;
}

.fixed-header .menu-link-btn:hover {
  background-color: #052837;
  color: white;
  border: 1.2px solid #052837;
}

.fixed-header .fixed-btn-lang {
  font-size: 0.85em;
  padding: 12px;
  font-size: 13px;
  display: flex;
  gap: 6px;
  align-items: center;

  background-color: #052837;
  color: white;
  border-radius: 14px;
  transition: .3s;
}

.fixed-header .fixed-btn-lang:hover {
  background-color: #031720;
  color: white;

}


.mobile-menu-trigger-bar.absolute-trigger {
  position: absolute !important;
}

.mobile-menu-trigger-bar.absolute-trigger .bar {
  background-color: white !important;
}

@media(max-width:600px) {
  .header nav h1 {
    margin-left: 70px;
  }
}

/* Mobile Menu Trigger */
.mobile-menu-trigger-bar {
  width: 50px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  z-index: 9999;
  gap: 2px;

}

.mobile-menu-trigger-bar .bar {
  width: 30px;
  height: 4px;
  background-color: #262f3f;
  border-radius: 8px;
  transition: transform 0.3s ease;

}

.mobile-menu-trigger-bar .bar:nth-child(2) {
  margin-right: -8px;
  transition-delay: 0.3s;
}

.mobile-menu-trigger-bar.open {
  transform: translateY(-35%) rotate(90deg);
  margin-top: -10px;

}


.mobile-menu-trigger-bar.open .bar:nth-child(1) {
  transform: rotate(45deg) translateX(10px) translateY(4px);
}

.mobile-menu-trigger-bar.open .bar:nth-child(2) {
  opacity: 0;

}

.mobile-menu-trigger-bar.open .bar:nth-child(3) {
  transform: rotate(-45deg) translateX(10px) translateY(-4px);
}


/* Mobile Menu Container */
.mobile-menu-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateX(-100%);
  max-width: 360px;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  overflow-y: auto;
  transition: all 0.4s;

  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: start;
}

@media(max-width:660px) {
  .mobile-menu-container {
    bottom: auto;
    top: 0 !important;
  }

  .mobile-menu-container .mobile-menu-content {
    max-height: calc(100vh - 80px) !important;
    overflow-y: auto !important;
  }
}

.mobile-menu-container.active {
  transform: translateX(0);
}

/* Mobile Friendly Adjustments */
@media screen and (max-width: 991px) {
  .mobile-menu-trigger-bar {
    display: flex;
  }

  /* Hide desktop menu */
  .header-menu-links {
    display: none !important;
  }

  /* Adjust header layout */
  .navigation {
    justify-content: flex-end;
  }

  .btn-group {
    display: none !important;
  }
}






/* Mobile Menu Header */
.mobile-menu-container .mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0px;
  border-bottom: 1px solid #f0f0f0;
  display: none;
}

.mobile-menu-container .mobile-logo {
  max-width: 150px;
}

.mobile-menu-container .mobile-logo img {
  max-width: 100%;
  height: auto;
}

.mobile-menu-container .mobile-menu-close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile-menu-container .mobile-menu-close:hover {
  background-color: #e0e0e0;
}

.mobile-menu-container .mobile-menu-close i {
  font-size: 18px;
  color: #333;
}

/* Mobile Menu Content */
.mobile-menu-container .mobile-menu-content {
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start !important;
  padding-top: 0px !important;
  position: relative;
}

/* Mobile Navigation */
.mobile-menu-container .mobile-menu-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.mobile-menu-container .mobile-menu-nav li {
  border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-container .mobile-menu-nav li .direct-link {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  font-size: 13px;
}

.mobile-menu-container .mobile-menu-nav li .direct-link:hover {
  color: #0077cc;
}

/* Accordion Headers */
.mobile-menu-container .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile-menu-container .accordion-header span {
  font-weight: 700;
  color: #333;
  font-size: 13px;
}

.mobile-menu-container .accordion-header i {
  transition: transform 0.3s ease;
  color: #666;
  font-size: 13px;
}

.mobile-menu-container .accordion-header.active i {
  transform: rotate(180deg);
}

/* Accordion Content */
.mobile-menu-container .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background-color: #f9f9f9;
  border-radius: 6px;
}

.mobile-menu-container .submenu-section {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.mobile-menu-container .submenu-section:last-child {
  border-bottom: none;
}

.mobile-menu-container .submenu-title {
  font-weight: 600;
  color: #444;
  margin-bottom: 10px;
  font-size: 15px;
}

.mobile-menu-container .submenu-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-container .submenu-section li {
  border: none;
  margin-bottom: 8px;
}

.mobile-menu-container .submenu-section li a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: 5px 0;
  transition: color 0.2s ease;
}

.mobile-menu-container .submenu-section li a:hover {
  color: #0077cc;
}

/* Services, Brands, Products Mobile Display */
.mobile-menu-container .services-mobile,
.mobile-menu-container .brands-mobile,
.mobile-menu-container .products-mobile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 15px;
}

.mobile-menu-container .service-item,
.mobile-menu-container .brand-item,
.mobile-menu-container .product-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mobile-menu-container .service-item:hover,
.mobile-menu-container .brand-item:hover,
.mobile-menu-container .product-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.mobile-menu-container .service-item img,
.mobile-menu-container .brand-item img,
.mobile-menu-container .product-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.mobile-menu-container .service-item span,
.mobile-menu-container .brand-item span,
.mobile-menu-container .product-item span {
  padding: 10px;
  font-size: 13px;
  color: #333;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
}

.mobile-menu-container .all-services-link,
.mobile-menu-container .all-brands-link {
  grid-column: 1 / -1;
  text-align: center;
  background-color: #0277cc;
  color: white;
  padding: 12px;
  margin-top: 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease;
}

.mobile-menu-container .all-services-link:hover,
.mobile-menu-container .all-brands-link:hover {
  background-color: #e5e5e5;
}

/* CTA Buttons */
.mobile-menu-container .mobile-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}

.mobile-menu-container .mobile-cta-btn {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.mobile-menu-container .catalog-btn {
  background-color: #f5f5f5;
  color: #333;
}

.mobile-menu-container .catalog-btn:hover {
  background-color: #e5e5e5;
}

.mobile-menu-container .info-btn {
  background-color: #0077cc;
  color: #fff;
}

.mobile-menu-container .info-btn:hover {
  background-color: #005fa3;
}

.mobile-menu-container .mobile-cta-btn i {
  margin-right: 10px;
  font-size: 18px;
}

/* Footer Contact Info */
.mobile-menu-container .mobile-footer-info {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  margin-top: 10px;
}

.mobile-menu-container .mobile-contact-info {
  margin-bottom: 20px;
}

.mobile-menu-container .info-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  font-size: 16px;
}

.mobile-menu-container .contact-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-menu-container .contact-links a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #666;
  font-size: 14px;
  transition: color 0.3s ease;
}

.mobile-menu-container .contact-links a:hover {
  color: #0077cc;
}

.mobile-menu-container .contact-links a i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
}

.mobile-menu-container .contact-links .whatsapp i {
  background-color: #25D366;
  color: white;
}

.mobile-menu-container .contact-links .phone i {
  background-color: #0077cc;
  color: white;
}

.mobile-menu-container .contact-links .mail i {
  background-color: #ea4335;
  color: white;
}

/* Language Selector */
.mobile-menu-container .language-selector {
  background-color: #f5f5f5;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  font-weight: 800;
}

.mobile-menu-container .language-selector span {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

/* Copyright */
.mobile-menu-container .mobile-copyright {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #999;
  font-size: 12px;
}

.mobile-menu-container .mobile-copyright a {
  color: #999;
  text-decoration: none;
}

.mobile-menu-container .mobile-copyright strong {
  color: #666;
}



@media screen and (max-width: 768px) {

  /*    .mobile-menu-container .services-mobile,
  .mobile-menu-container .brands-mobile,
  .mobile-menu-container .products-mobile {
      grid-template-columns: 1fr;
  } */
  .fixed-form-wrapper.active .form-container {
    overflow-y: auto;
    padding-bottom: 50px;
  }

  .fixed-form-wrapper.active .form-container::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.05);
  }

  .fixed-form-wrapper.active .form-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }

  .fixed-form-wrapper.active .form-container::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .fixed-form-wrapper.active .form-container::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }

  .fixed-form-wrapper.active .form-container::-webkit-scrollbar-track:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .fixed-form-wrapper.active .form-container::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }


  .mobile-menu-container {

    max-width: 100%;
    width: 100%;
    height: 100vh !important;
    z-index: 39000;

  }

  .mobile-menu-container .mobile-menu-header {
    display: flex;

    background-color: white;
  }

  .mobile-menu-container .mobile-footer-info {
    padding-bottom: 40px !important;
  }

  .mobile-menu-trigger-bar {
    left: 20px;
  }

  .mobile-menu-trigger-bar.open * {

    transition: none !important;
  }

  .fixed-header .head-logo {
    height: 45px;
    transform: translateX(35px);
  }

  .absolute-header-content .page-top-title {
    text-align: left;
    line-height: 1.2;
    font-size: 3rem;
  }

  .page-header.inner-video-header .default-video-wrapper {

    border-radius: 0 0 20px 20px;
  }
}

/* Body Lock when Menu Open */
body.menu-open {
  overflow: hidden;
}

.mobile-menu-container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.05);


}

.mobile-menu-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.mobile-menu-container::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.mobile-menu-container::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.mobile-menu-container::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.mobile-menu-container::-webkit-scrollbar-corner {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.mobile-menu-container::-webkit-scrollbar-corner:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.mobile-menu-container::-webkit-scrollbar-button {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.mobile-menu-container::-webkit-scrollbar-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.mobile-menu-container::-webkit-scrollbar-button:vertical:decrement {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.mobile-menu-container::-webkit-scrollbar-button:vertical:increment {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.mobile-menu-container::-webkit-scrollbar-button:horizontal:decrement {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.mobile-menu-container::-webkit-scrollbar-button:horizontal:increment {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.mobile-menu-container::-webkit-scrollbar-button:vertical:decrement:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

#contactForm {
  padding: 20px;
  padding-left: 10px;
}

.contact-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-heading h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;

  color: #333;
  font-size: 48px;
  letter-spacing: -1.5px;
}


.contact-heading p {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.8rem;
  /* Daha bÃ¼yÃ¼k aÃ§Ä±klama metni */
  margin: auto;
  max-width: 585px;
  width: 100%;
  color: #999;
}

.contact-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  /* Kartlar arasÄ±nda daha fazla boÅŸluk */
  margin: 50px 0 80px;
  /* Ãœst ve alt marjini artÄ±rÄ±yorum */
}

.contact-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
  padding: 40px 30px;
  /* Daha fazla iÃ§ boÅŸluk */
  width: 380px;
  /* Daha geniÅŸ kartlar */
  text-align: center;
  transition: transform 0.3s ease;
  font-family: 'Quicksand', sans-serif;
  cursor: pointer;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.contact-card h3 {
  font-weight: 600;
  font-size: 2.2rem;
  /* Daha bÃ¼yÃ¼k kart baÅŸlÄ±ÄŸÄ± */
  margin-bottom: 25px;
  color: #333;
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  /* Daha bÃ¼yÃ¼k ikon alanÄ± */
  height: 120px;
  /* Daha bÃ¼yÃ¼k ikon alanÄ± */
  border-radius: 50%;
  margin: 0 auto 20px;
  background-color: #f8f8f8;
}

.contact-icon i {
  font-size: 3.5rem;
  /* Daha bÃ¼yÃ¼k ikon */
  color: #e63946;
}

.contact-detail {
  font-size: 1.8rem;
  color: #999;
  margin-bottom: 30px;
  font-weight: 600;
  min-height: 60px;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  color: #50b2ec;
  font-weight: 500;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;

  padding: 5px 15px;
}

.contact-link:hover {
  color: #c1121f;
  text-decoration: none;
  background-color: #50b2ec;
  color: white;
}

.contact-link i {
  margin-left: 8px;
  font-size: 1.4rem;
  /* Daha bÃ¼yÃ¼k ok ikonu */
}

@media (max-width: 1200px) {
  .contact-card {
    width: 340px;
  }
}

@media (max-width: 992px) {
  .contact-cards-container {
    flex-direction: column;
    align-items: center;
  }

  .contact-card {
    width: 100%;
    max-width: 450px;
    /* Mobilde daha bÃ¼yÃ¼k maksimum geniÅŸlik */
  }
}

/* Contact Form Styles */
.contact-form-section {
  margin: 5rem 0;
}

.contact-form-container {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-top: 70px !important;
}

.contact-image-container {
  height: 100%;
}

.contact-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-form {
  padding: 4rem 3rem;
}

.form-group {
  margin-bottom: 2rem;
}

.input-icon-wrap {
  position: relative;
}

.input-icon-left {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  color: #e63946;
  font-size: 1.8rem;
}

.form-control {
  width: 100%;
  padding: 1.5rem 1.5rem 1.5rem 4.5rem;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.8rem;
  /* 1.6rem'den 1.8rem'e Ã§Ä±karÄ±ldÄ± (yaklaÅŸÄ±k 2px artÄ±ÅŸ) */
  font-weight: 500;
  /* Normal'den bir Ã¼st seviyeye Ã§Ä±karÄ±ldÄ± */
}

.form-control::placeholder {
  font-weight: 500;
  /* Placeholder yazÄ±larÄ± iÃ§in font kalÄ±nlÄ±ÄŸÄ±nÄ± artÄ±rdÄ±k */
}

textarea.form-control {
  padding: 1.5rem;
  resize: none;
  min-height: 15rem;
  border-radius: 8px;
}

.form-check-group {
  margin-bottom: 2.5rem;
}

.form-check {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}

.form-check-input {
  margin-top: 0.5rem;
  margin-right: 1rem;
  min-width: 1.8rem;
  min-height: 1.8rem;
}

.form-check-label {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.4rem;
  color: #666;
}

.kvkk-label {
  color: #e63946;
}

.btn-message-send {
  background-color: #e63946;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 1.5rem 3rem;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s;
}

.btn-message-send:hover {
  background-color: #c1121f;
}

@media (max-width: 992px) {
  .contact-image-container {
    display: none;
  }
}

/* Ã–zelleÅŸtirilmiÅŸ Checkbox Stilleri */
.custom-checkbox {
  margin-bottom: 2rem;
  position: relative;
  font-family: 'Quicksand', sans-serif;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox label {
  padding-left: 3.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  color: #666;
  position: relative;
  display: inline-block;
  line-height: 2.2rem;
  font-weight: 500;
  /* Normal'den bir Ã¼st seviyeye Ã§Ä±karÄ±ldÄ± */
}

.checkbox-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
}

.custom-checkbox input[type="checkbox"]:checked~label .checkbox-icon {
  background-color: #e63946;
  border-color: #e63946;
  border-radius: 50%;
}

.custom-checkbox input[type="checkbox"]:checked~label .checkbox-icon:after {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  color: white;
  font-size: 1.4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kvkk-text {
  color: #e63946;
  font-weight: 600;
  /* Zaten kalÄ±n olan kvkk metni daha da kalÄ±nlaÅŸtÄ±rÄ±ldÄ± */
}

/* Mevcut form stilleri gÃ¼ncelleme */
.form-control {
  width: 100%;
  padding: 1.5rem 1.5rem 1.5rem 4.5rem;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.8rem;
  /* 1.6rem'den 1.8rem'e Ã§Ä±karÄ±ldÄ± (yaklaÅŸÄ±k 2px artÄ±ÅŸ) */
  font-weight: 500;
  /* Normal'den bir Ã¼st seviyeye Ã§Ä±karÄ±ldÄ± */
}

textarea.form-control {
  padding: 1.5rem;
  resize: none;
  min-height: 15rem;
  border-radius: 8px;
}

.btn-message-send {
  background-color: #e63946;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 1.5rem 3rem;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.8rem;
  /* 1.6rem'den 1.8rem'e Ã§Ä±karÄ±ldÄ± (yaklaÅŸÄ±k 2px artÄ±ÅŸ) */
  font-weight: 700;
  /* 600'den 700'e Ã§Ä±karÄ±ldÄ± */
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s;
}

@media(max-width:660px) {
  .contact-heading {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .contact-heading h2 {
    font-size: 30px !important;
  }

  .contact-cards-container {
    margin-bottom: 10px !important;
  }
}

.mobile-menu-trigger-bar.absolute-trigger {
  display: none;
}

@media(max-width:1280px) {
  .mobile-menu-trigger-bar.absolute-trigger {
    display: flex;
  }
}


.page-content-description-text .media-left {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  object-fit: cover;
  border-radius: 20px;
}

.page-content-description-text .media-right {
  display: inline-block;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  object-fit: cover;
  border-radius: 20px;

}

.page-content-description-text .media-center {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  object-fit: cover;
  border-radius: 20px;

}


.effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60:before {
  display: none;
}

@media(max-width:768px) {
  .effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-left-w-40 .img-container.w-100.h-100:after {
    width: 100.5%;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-left-w-40 {
    width: 50%;
  }

}

@media(max-width:600px) {
  .effective-slider {
    min-height: auto;
    height: 430px;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-left-w-40 .img-container.w-100.h-100 {
    height: 100% !important;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 {
    height: 430px !important;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .item.d-flex.align-center.w-100.h-100 .item-right-w-60 {
    padding-left: 1.5rem !important;
    height: 430px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .owl-nav .owl-prev,
  .effective-slider .effective-slide-content .effective-slider-wrapper .owl-nav .owl-next {
    width: 36px;
    height: 36px;
  }

  .effective-slider .effective-slide-content .effective-slider-wrapper .owl-nav {
    bottom: 0 !important;
  }

  .seperator.w-100.relative {
    height: auto !important;
  }

  .section-map.container.relative {
    height: 400px;
    border-radius: 20px !important;
    width: 95%;
    margin: auto;
  }
}

.absolute-header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding-top: 50px;
}

.absolute-header-content .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.absolute-header-content .page-top-title {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  font-weight: 900;
  font-family: 'Quicksand', sans-serif;
  color: #beb3a6;
}

.absolute-header-content .page-top-short-content {
  font-size: 1.8rem;
  font-weight: 500;
  color: #f7f7f7;
  margin-bottom: 20px;
  font-family: 'Quicksand', sans-serif;
  text-align: left;
  max-width: 70%;
}

@media(max-width:1280px) {
  .header nav h1 {
    margin-left: 70px !important;
  }
}

@media(max-width:580px) {
  .absolute-header-content .page-top-short-content {
    display: none;
  }

  .absolute-header-content .container {
    justify-content: center;
    align-items: center;
  }

  .absolute-header-content .page-top-title {
    font-size: 2.4rem !important;
    text-align: center;
    justify-content: center;
  }

  .page-header.inner-video-header {
    height: 250px !important;
    min-height: 250px !important;
  }
}

.blog-items-wrapper.blog-type-2 .blog-item .blog-item-image-wrapper img {
  object-fit: contain;
}

.blog-items-wrapper.blog-type-2 .blog-item .blog-item-image-wrapper {
  width: 100%;
  height: 70%;
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
}

.menu-item-content-corporate {
  padding: 30px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.menu-item-content-corporate .corporate-menu-header {
  margin-bottom: 25px;
  text-align: center;
}

.menu-item-content-corporate .corporate-menu-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.menu-item-content-corporate .corporate-menu-header p {
  font-size: 16px;
  color: #666;
}

/* Ana konteyner dÃ¼zeni */
.menu-item-content-corporate .corporate-menu-container {
  display: flex;
  gap: 25px;
}

/* Grid alanÄ± - %70 geniÅŸlik */
.menu-item-content-corporate .corporate-menu-grid {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* Resim alanÄ± - %30 geniÅŸlik */
.menu-item-content-corporate .corporate-menu-image {
  width: 30%;
  position: relative;
  border-radius: 18px;
  overflow: hidden;

}

.menu-item-content-corporate .corporate-menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.menu-item-content-corporate .corporate-menu-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  filter: grayscale(1) !important;
}

.menu-item-content-corporate .corporate-menu-image:hover img {
  transform: scale(1.05);
}

.menu-item-content-corporate .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgb(40 63 73) 100%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.menu-item-content-corporate .overlay-content {
  color: white;
}

.menu-item-content-corporate .overlay-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.menu-item-content-corporate .overlay-content p {
  font-size: 14px;
  margin-bottom: 15px;
  opacity: 0.9;
}

.menu-item-content-corporate .learn-more-btn {
  display: inline-block;
  padding: 8px 15px;
  background: #beb3a6;
  color: white;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.menu-item-content-corporate .learn-more-btn:hover {
  background: white;
  color: #beb3a6;
}

.menu-item-content-corporate .corporate-menu-category {
  background: #f8f9fa;
  border-radius: 24px;
  padding: 20px;
  transition: all 0.3s ease;
}



.menu-item-content-corporate .category-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.menu-item-content-corporate .category-icon {
  width: 40px;
  height: 40px;
  background: #beb3a6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.menu-item-content-corporate .category-icon i {
  color: white;
  font-size: 18px;
}

.menu-item-content-corporate .category-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin: 0;
}

.menu-item-content-corporate .category-links {
  display: flex;
  flex-direction: column;
}

.menu-item-content-corporate .menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #444;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 13px;
  font-weight: 600;
}

.menu-item-content-corporate .menu-link:last-child {
  border-bottom: none;
}

.menu-item-content-corporate .menu-link:hover {
  color: #beb3a6;
  padding-left: 5px;
}

.menu-item-content-corporate .menu-link i {
  font-size: 12px;
  opacity: 0;
  transition: all 0.3s ease;
}

.menu-item-content-corporate .menu-link:hover i {
  opacity: 1;
  transform: translateX(3px);
}

.menu-item-content-corporate .corporate-menu-footer {
  margin-top: 25px;
  text-align: center;
}

.menu-item-content-corporate .view-all-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: #beb3a6;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 700;
}

.menu-item-content-corporate .view-all-btn:hover {
  background: #beb3a6;
  transform: translateY(-2px);

}

.menu-item-content-corporate .view-all-btn i {
  margin-left: 10px;
  transition: all 0.3s ease;
}

.menu-item-content-corporate .view-all-btn:hover i {
  transform: translateX(3px);
}

/* Responsive ayarlar */
@media (max-width: 1200px) {
  .menu-item-content-corporate .corporate-menu-container {
    flex-direction: column;
  }

  .menu-item-content-corporate .corporate-menu-grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .menu-item-content-corporate .corporate-menu-image {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 768px) {
  .menu-item-content-corporate .corporate-menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-item-content-corporate .corporate-menu-image {
    height: 250px;
  }
}

.menu-item-content-services {
  padding: 30px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.menu-item-content-services .menu-header {
  margin-bottom: 25px;
  text-align: center;
}

.menu-item-content-services .menu-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.menu-item-content-services .menu-header p {
  font-size: 16px;
  color: #666;
}

/* Services MenÃ¼ Slider Stilleri */
.menu-item-content-services .services-menu-container {
  display: flex;
  gap: 25px;
}

.menu-item-content-services .services-slider-wrapper {
  width: 70%;
  position: relative;
  padding-bottom: 40px;
}

.menu-item-content-services .services-owl .owl-stage-outer {
  padding: 10px 0;
}

.menu-item-content-services .service-slide-item {
  padding: 0 10px;
}

.menu-item-content-services .service-card {


  width: 100%;
  transition: all 0.3s ease;
  background: white;
}

.menu-item-content-services .service-card:hover {
  transform: translateY(-5px);

}

.menu-item-content-services .service-image {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.menu-item-content-services .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.menu-item-content-services .service-card:hover .service-image img {
  transform: scale(1.1);
}

.menu-item-content-services .service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 64, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu-item-content-services .service-card:hover .service-overlay {
  opacity: 1;
}

.menu-item-content-services .view-service-btn {
  width: 45px;
  height: 45px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #beb3a6;
  font-size: 18px;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.menu-item-content-services .service-card:hover .view-service-btn {
  transform: translateY(0);
}

.menu-item-content-services .service-content {
  padding: 20px;
  background: #f7f7f7;
}

.menu-item-content-services .service-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
  font-weight: 600;
}

.menu-item-content-services .learn-more {
  font-size: 14px !important;
  color: #beb3a6;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.menu-item-content-services .learn-more:after {
  content: "";
  margin-left: 5px;
  transition: transform 0.2s ease;
}

.menu-item-content-services .learn-more:hover:after {
  transform: translateX(3px);
}

/* SaÄŸ panel stilleri */
.menu-item-content-services .services-info-panel {
  width: 30%;
  background: #f7f7f7;
  padding: 25px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-item-content-services .info-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 600;
}

.menu-item-content-services .info-text p {
  margin-bottom: 20px;
  line-height: 23px !important;
  color: #555;
  font-size: 14px !important;

}

.menu-item-content-services .view-all-services {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: #beb3a6;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px !important;
  transition: all 0.3s ease;
}

.menu-item-content-services .view-all-services:hover {
  background: #beb3a6;
  transform: translateY(-2px);

}

.menu-item-content-services .view-all-services i {
  margin-left: 10px;
  transition: all 0.3s ease;
}

.menu-item-content-services .view-all-services:hover i {
  transform: translateX(3px);
}

/* Ã–zel Navigasyon ButonlarÄ± */
.menu-item-content-services .owl-nav-custom {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 10px;
}

.menu-item-content-services .service-prev,
.menu-item-content-services .service-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border: none;
  border-radius: 50%;
  color: #444;
  cursor: pointer;
  transition: all 0.3s ease;
}

.menu-item-content-services .service-prev:hover,
.menu-item-content-services .service-next:hover {
  background: #beb3a6;
  color: white;
}

/* Responsive Ayarlar */
@media (max-width: 1200px) {
  .menu-item-content-services .services-menu-container {
    flex-direction: column;
  }

  .menu-item-content-services .services-slider-wrapper,
  .menu-item-content-services .services-info-panel {
    width: 100%;
  }
}

.menu-item-content-brands {
  padding: 30px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.menu-item-content-brands .menu-header {
  margin-bottom: 25px;
  text-align: center;
}

.menu-item-content-brands .menu-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.menu-item-content-brands .menu-header p {
  font-size: 16px;
  color: #666;
}

/* Brands MenÃ¼ Slider Stilleri */
.menu-item-content-brands .brands-container {
  display: flex;
  gap: 25px;
}

.menu-item-content-brands .brands-slider-wrapper {
  width: 70%;
  position: relative;
  padding-bottom: 40px;
}

.menu-item-content-brands .brands-owl .owl-stage-outer {
  padding: 10px 0;
}

.menu-item-content-brands .brand-slide-item {
  padding: 0 !important;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;

}

.menu-item-content-brands .brand-card {

  background-color: #f7f7f7;
  transition: all 0.3s ease;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  height: 100%;

}

.menu-item-content-brands .brand-card:hover {
  transform: translateY(-5px);

}

.menu-item-content-brands .brand-image {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #f8f9fa;
}

.menu-item-content-brands .brand-image img {
  max-width: 100%;
  max-height: 150px;
  transform: scale(1.6);
  object-fit: contain;
  margin-bottom: -16px !important;
  transition: transform 0.3s ease;
}

.menu-item-content-brands .brands-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.menu-item-content-brands .brand-card:hover .brand-image img {
  transform: scale(1.65);
}

.menu-item-content-brands .brand-detail {
  padding: 20px;
}

.menu-item-content-brands .brand-detail h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.menu-item-content-brands .explore-brand {
  display: inline-flex;
  align-items: center;
  color: #beb3a6;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

.menu-item-content-brands .explore-brand i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.menu-item-content-brands .explore-brand:hover i {
  transform: translateX(3px);
}

.menu-item-content-brands .brands-all-link {
  position: absolute;
  bottom: -10px;
  left: 0;
}

.menu-item-content-brands .all-brands-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 25px;
  background: #beb3a6;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.menu-item-content-brands .all-brands-btn:hover {
  background: #beb3a6;
  transform: translateY(-2px);

}

.menu-item-content-brands .all-brands-btn i {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.menu-item-content-brands .all-brands-btn:hover i {
  transform: translateX(3px);
}

/* Ã–zel Navigasyon ButonlarÄ± */
.menu-item-content-brands .owl-nav-custom {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 10px;
}

.menu-item-content-brands .brand-prev,
.menu-item-content-brands .brand-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border: none;
  border-radius: 50%;
  color: #444;
  cursor: pointer;
  transition: all 0.3s ease;
}

.menu-item-content-brands .brand-prev:hover,
.menu-item-content-brands .brand-next:hover {
  background: #beb3a6;
  color: white;
}

/* SaÄŸ taraf gÃ¶rsel alanÄ± */
.menu-item-content-brands .brands-image {
  width: 30%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.menu-item-content-brands .brands-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  filter: grayscale(1);
}

.menu-item-content-brands .brands-image:hover img {
  transform: scale(1.05);
}

.menu-item-content-brands .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgb(40 63 73) 100%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.menu-item-content-brands .overlay-content {
  color: white;
}

.menu-item-content-brands .overlay-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.menu-item-content-brands .overlay-content p {
  font-size: 14px;
  margin-bottom: 15px;
  opacity: 0.9;
}

/* Responsive Ayarlar */
@media (max-width: 1200px) {
  .menu-item-content-brands .brands-container {
    flex-direction: column;
  }

  .menu-item-content-brands .brands-slider-wrapper,
  .menu-item-content-brands .brands-image {
    width: 100%;
  }

  .menu-item-content-brands .brands-image {
    height: 300px;
  }
}

.menu-item-content-products {
  padding: 30px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.menu-item-content-products .menu-header {
  margin-bottom: 25px;
  text-align: center;
}

.menu-item-content-products .menu-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.menu-item-content-products .menu-header p {
  font-size: 16px;
  color: #666;
}

/* Products MenÃ¼ Stilleri */
.menu-item-content-products .products-menu-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 25px;
}

.menu-item-content-products .products-main-content {
  width: 70%;
}

.menu-item-content-products .product-categories {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  display: none;
}

.menu-item-content-products .category-tab {
  padding: 10px 18px;
  background: #f8f9fa;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}

.menu-item-content-products .category-tab:hover,
.menu-item-content-products .category-tab.active {
  background: #beb3a6;
  color: white;
}

.menu-item-content-products .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px;
  margin-bottom: 25px;
}

.menu-item-content-products .product-card {
  border-radius: 24px;
  overflow: hidden;
  background-color: #f7f7f7;
  transition: all 0.3s ease;
  height: 300px;
}

.menu-item-content-products .product-card:hover {
  transform: translateY(-5px);

}

.menu-item-content-products .product-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.menu-item-content-products .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.menu-item-content-products .product-card:hover .product-image img {
  transform: scale(1.1);
}

.menu-item-content-products .product-actions {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  display: flex;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  transition: bottom 0.3s ease;
  display: none;
}

.menu-item-content-products .product-card:hover .product-actions {
  bottom: 0;
}

.menu-item-content-products .product-actions a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  padding: 8px;
  transition: all 0.3s ease;
}

.menu-item-content-products .product-actions a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.menu-item-content-products .product-actions i {
  font-size: 18px;
  margin-bottom: 5px;
}

.menu-item-content-products .product-actions span {
  font-size: 12px;
}

.menu-item-content-products .product-details {
  padding: 15px;
  background: #f7f7f7;
}

.menu-item-content-products .product-details h3 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

.menu-item-content-products .product-category {
  font-size: 13px;
  color: #beb3a6;
}

/* Katalog Ä°ndirme Buton Stilleri */
.menu-item-content-products .catalog-download-section {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.menu-item-content-products .download-catalog-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  background: #beb3a6;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: none
}

.menu-item-content-products .download-catalog-btn:hover {
  background: #beb3a6;
  transform: translateY(-2px);

}

.menu-item-content-products .download-catalog-btn i {
  margin-right: 10px;
  font-size: 18px;
}

/* SaÄŸ taraf gÃ¶rsel alanÄ± */
.menu-item-content-products .products-image {
  width: 30%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 300px;
}

.menu-item-content-products .products-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  filter: grayscale(1);
}

.menu-item-content-products .products-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  filter: grayscale(1);
}

.menu-item-content-products .products-image:hover img {
  transform: scale(1.05);
}

.menu-item-content-products .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgb(40 63 73) 100%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.menu-item-content-products .overlay-content {
  color: white;

}

.menu-item-content-products .overlay-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.menu-item-content-products .overlay-content p {
  font-size: 14px;
  margin-bottom: 15px;
  opacity: 0.9;
}

.menu-item-content-products .browse-products-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #beb3a6;
  color: white;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.menu-item-content-products .browse-products-btn:hover {
  background: white;
  color: #beb3a6;
}

/* Responsive Ayarlar */
@media (max-width: 1200px) {
  .menu-item-content-products .products-menu-container {
    flex-direction: column !important;
  }

  .menu-item-content-products .products-main-content,
  .menu-item-content-products .products-image {
    width: 100%;
  }

  .menu-item-content-products .products-image {
    height: 300px;
    margin-top: 25px;
  }
}

@media (max-width: 992px) {
  .menu-item-content-products .products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 576px) {
  .menu-item-content-products .products-grid {
    grid-template-columns: 1fr !important;
  }
}

.page-header {
  height: 250px;

}

.page-header .page-header-title {
  height: 100%;
}

.menu-item-content-services .service-slide-item {
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100% !important;
  padding: 0 !important;
}

@media(max-width:600px) {
  .header nav {
    justify-content: center !important;
  }

  .header nav h1 {
    margin-left: 0px !important;
  }

  .effective-slider.relative {
    display: none !important;
  }

  .fixed-header nav {
    justify-content: center !important;
  }

  .fixed-header nav h1 {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }

  .fixed-header .head-logo {
    transform: translateX(0) !important;
  }

  .footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-wrapper {
    max-width: 96% !important;
    margin: auto;
  }

  .footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-wrapper.owl-carousel.owl-theme {
    transform: translateX(0) !important;

  }

  .footer-top-slider.w-100.d-flex.flex-column.justify-center .footer-top-slider-wrapper.owl-carousel.owl-theme .owl-nav {
    transform: translateX(0) !important;
  }

  .section-footer .footer-top.w-100.d-flex.justify-center.align-center .footer-top-img {
    width: 25%;
  }

  .brands-mobile img {
    object-fit: contain !important;
  }
}

@media (max-width: 500px) {
  .hero-slide.absolute .slide-content.absolute.w-100.h-100.d-flex.justify-center.align-center .title-thin.slide-effect {

    max-width: 80%;

    text-align: center;
  }

  .fixed-btns {
    bottom: 60px !important;
  }

  #urun-detay .detay-top-row .col-details .product-icon-box .icon-item {
    width: 80px;
    height: 80px;
  }

  #urun-detay .detay-top-row .col-details .product-icon-box .icon-item .icon-text {
    font-size: 10px;
  }

  #urun-detay .detay-top-row .col-details .product-icon-box {
    padding: 2rem 1rem;
  }
}

@media screen and (max-width: 768px) {
  .mobile-menu-container .mobile-menu-header {
    display: flex;

    width: 100%;
    background-color: white !important;
  }

  .mobile-menu-container .mobile-menu-content {
    padding-top: 10px;
  }

  .fixed-form-wrapper {
    width: 100%;
    min-width: 100%;
  }

  .fixed-form-wrapper .form-container {
    width: 100%;
    padding: 10px;
  }

  .form-header .title {
    font-size: 20px;
    line-height: 1.2;
  }

  .form-wrapper form .form-row {
    flex-direction: column;
  }

  .form-wrapper form .form-row .input-wrapper-relative {
    width: 100%;
  }

  .input-wrapper-relative label {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .form-wrapper form .form-row .input-wrapper-relative .absolute-icon {
    top: 25px !important;
  }
}

@media(min-width:1280px) {
  .mobile-menu-container .mobile-menu-content {
    padding: 80px 12px !important;
    padding-bottom: 100px !important;
  }
}

@media(max-width:1480px) {
  .header .navigation.d-flex.align-center.gap-6 .header-menu-links.d-flex.align-center.gap-6 {
    gap: 2rem;
    z-index: 9999;
  }
}

/*# sourceMappingURL=main.css.map */
.has-dropdown {
  position: relative;
}

.has-dropdown .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  padding: 12px 0;
  margin: 0;
  list-style: none;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

  transition: all .3s ease;
  z-index: 99;

  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.has-dropdown:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.has-dropdown .sub-menu li a {
  display: block;
  padding: 10px 16px;
  color: #1d1d1d;
  text-decoration: none;
  transition: .2s;
  font-size: 14px;
}

.has-dropdown .sub-menu li a:hover {
  background: #f5f5f5;
  color: #000;
}

.has-dropdown>a::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
  display: flex !important;
}

.lang {}

.lang a {
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #fff;
  color: #083447;
  font-size: 10px;
  margin-right: 3px;
  border-radius: 8px;
}