@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: rgba(8, 57, 92, 0.9);
  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: #045663;
  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: #045663;
}

.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: #0072bb !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(8, 57, 92, 0.6);
  top: 0;
  left: 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: #045663;
  font-weight: 900 !important;
  font-size: 22px;
  letter-spacing: 3px;
 text-transform: uppercase;
  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.w-50.h-100.d-flex.flex-column.gap-4
  .boxes.w-100.h-50 {
  background-color: #0072bb;
  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: #045663;
}

.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;
}

.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: #045663 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  transition: 0.4s;
}

.center-slider.container.d-flex.flex-column .owl-nav:hover {
  color: #0072bb !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: #0072bb !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;
}

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

.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: 90vh;
  width: 100%;
  background-color: #0072bb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

.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: 90vh;
}

.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: #045663;
  color: #0072bb;
  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: #0072bb !important;
  color: #045663 !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: #045663 !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%;
  height: 100%;
  background: #fff;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, #04212e 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;
}

.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: -25vh;
  left: -200px;
  width: 200px;
  height: 90vh;
  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: #045663;
  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 {
  }
}

@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: #0072bb !important;
  }

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

  .header:hover .menu-link-btn {
    background-color: #0072bb !important;
    color: #045663 !important;
  }

  .header:hover .btn-lang {
    color: #0072bb !important;
    border-color: #0072bb !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: #045663 !important;
}

.header
  .navigation.d-flex.align-center.gap-6
  .header-menu-links.d-flex.align-center.gap-6
  .menu-link-item:hover:after {
  color: #045663 !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 {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
}

.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: #0072bb;
  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: #045663;
  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: #045663;
}

.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: 80px!important;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8745098039);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  padding: 50px 20px;
  z-index: 9999;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  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: #045663;
}

.menu-item-content-corporate.d-flex.align-center
  .menu-item-content-body.d-flex
  .content-body-list-card
  a {
  font-size: 1.4rem;
  color: #0072bb;
  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: #045663;
  transform: translateX(3px);
}

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

.all-services-cta:hover {
  background-color: #045663;
  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: #045663;
  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: #0072bb;
}

.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: #0072bb;
  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: #045663;
  margin-bottom: 1rem;
  letter-spacing: 1.5px;
}

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

.header {
  max-height: 120px;
}

.page-header {
  width: 100%;
  height: 30vh;
  min-height: 300px;
  border-radius: 0 0 90px 90px;
  background-image: url("../images/sub-videos-banner.jpg");
  background-position: center;
  background-blend-mode: multiply;
  background-size: cover;
  position: relative;
  background-color: #106460;
}

.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: #fff;
  letter-spacing: 5px;
  height: 100%;
  margin-top: -6.5rem;
  pointer-events: none;
}

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

.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: 6%;
}

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

.section-footer .footer-bottom .footer-bottom-left-45 {
  width: 45%;
  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: #045663;
}

.section-footer .footer-bottom .footer-bottom-right-55 {
  width: 55%;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 5%;
  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: #045663;
}

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

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

.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: #045663;
  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: #045663 !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 {
}

.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 #0072bb;
  border-radius: 10px;
  color: #0072bb;
  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: #0072bb;
  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: auto!important;
  min-height: 600px;
  display: flex;
  align-items: center;
  gap: 50px;
}

.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 {

  display: flex;
  flex-direction: column;
}
@media(min-width:1100px){
  .seperator.w-100.relative .seperator-content{
    margin-left: 50px;
  }
}

.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 #0072bb;
  padding: 1rem 2rem;
  border-radius: 10px;
  z-index: 999;
  transition: 0.4s;
}

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

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

.fancybox-active {
  height: auto;
}

.fancybox-button svg path {
  fill: #0072bb !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: #0072bb;
  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: #0072bb;
  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: space-between;
  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;
}

.blog-items-wrapper .blog-item:last-child {
  margin-right: auto;
}

.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: #0072bb;
  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: #045663 !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;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  grid-template-areas: "sidebar content";
}

@media (max-width: 1280px) {
  .page-wrapper .page-grid-container {
    grid-template-columns: 1fr 2fr;
  }
}

@media (max-width: 992px) {
  .page-wrapper .page-grid-container {
    grid-template-columns: 1fr;
    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: #045663;
}

.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: #045663;
  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: #045663;
  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;
  align-items: center;
  gap: 40px;
  font-family: "Quicksand", sans-serif;
}

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

.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: 2rem;
  font-weight: 900;
  color: #262f3f;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

.page-content .page-content-row .page-content-text-wrapper .page-content-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #262f3f;
}

.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.4rem;
  font-weight: 400;
  color: #262f3f;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.page-content-description .page-content-description-text p, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 12px;
}

.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;
}

.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: 150px;
  -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: #0072bb;
  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: #0072bb;
  border: 1px solid #0072bb;
}

.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 - 100px);
  position: sticky !important;
  top: 0px;
  transition: 0.5s;
}

#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: 45px;
  height: 45px;
}

#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: 8ch;
  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 .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;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.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-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;
  background-color: #0d4442;
  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-around;
  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;
  display: none!important;
}

.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: #045663;
    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;
  }
}

body {
  font-family: "Nunito Sans", sans-serif;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #0072bb;
}

#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: #0072bb !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: #0072bb;
  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);
}

body {
  overflow-x: hidden;
}
.hero-slide.absolute
  .slide-content.absolute.w-100.h-100.d-flex.justify-center.align-center
  .title-thin.slide-effect {
  font-size: 30px;
  max-width: 650px;
  line-height: 1.2;
}
.sub-videos .content-wrapper {
  flex-direction: row-reverse;
}
.sub-videos .content-col-w-50:nth-child(2) {
  flex-direction: column-reverse !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 {
  background-size: cover;
  background-position: right center;
}
.hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title h2 {
  font-size: 28px;
}
.hero-sub.container.d-flex.flex-column.align-center.gap-6
  .hero-sub-title
  .hero-sub-content {
  font-size: 1.8rem;
  padding: 0 110px;
  margin-bottom: 1.4rem;
}
.product-info-content {
  gap: 1.3rem;
}
.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;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  gap: 1.7rem;
  text-align: center;
  background-color: rgba(150, 212, 234, 0.1294117647);
  height: 300px;
  border-radius: 20px;
  transition: 0.4s;
}
.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: rgba(150, 212, 234, 0.3411764706);
}
.data-deep-img-material-1,
.data-deep-img-material-2,
.data-deep-img-material-3 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s linear;
  will-change: transform;
}
.data-deep-img-material-1 img,
.data-deep-img-material-2 img,
.data-deep-img-material-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.data-deep-img-material-1 {
  left: 0;
}
.data-deep-img-material-2 {
  left: 50%;
  transform: translateX(-50%);
}
.data-deep-img-material-3 {
  right: 0;
}
@media (max-width: 992px) {
  #urun-detay .detay-top-row {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  #urun-detay .detay-top-row {
    margin-top: 7px;
  }
  .detay-slider .owl-nav {
    position: absolute;
    margin-top: 10px;
    bottom: -20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
  }
}
.absolute-big-fish-container {
  position: absolute;
  top: 20%;
  right: 0;
  animation: downAndUp 2s infinite alternate;
}
.absolute-big-fish-container .big-fish-img {
  max-width: 950px;
  -o-object-fit: contain;
  object-fit: contain;
}
@keyframes downAndUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes upAndDown {
  0% {
    transform: translateY(-30px) scale(1);
  }
  100% {
    transform: translateY(0) scale(0.7);
  }
}
.absolute-shadow-img-container {
  position: absolute;
  top: 70%;
  right: 0;
  animation: upAndDown 2s infinite alternate;
  display: flex;
  align-items: center;
  justify-content: end;
}
.absolute-shadow-img-container .shadow-img {
  max-width: 900px;
}
.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 {
  pointer-events: none !important;
}
.general-loading-wrapper {
  background-color: #0072bb !important;
}
.loading-img img {
  filter: brightness(0) invert(1);
}
.hero-slide.absolute {
  background-color: #0072bb !important;
}
.slide-overlay.w-100.h-100.absolute {
  background-color: rgba(0, 99, 117, 0.38);
}
.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 {
  background-color: rgba(2, 65, 77, 0.32);
}
.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 {
  display: 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 {
  background-color: #343640;
  padding: 20px;
}
.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 {
  max-width: 90% !important;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.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 {
  max-width: 90% !important;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reels-wrapper a:hover .reels-content {
  margin: 0 !important;
  transform: 0 !important;
}
.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 {
  background-color: #666978;
}
.bg-container {
  width: 90%;
}
.content-click-tab-item .item {
  height: 400px;
}
.click-tab-slider-container {
  min-height: 460px;
}
.tab-navigation-container .tab-item {
  height: 60px;
  width: auto;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
}
.tab-navigation-container .tab-item {
  background-color: #0072bb;
}
.tab-navigation-container .tab-item.active {
  background-color: #02645d;
  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:nth-child(2) {
  background-color: #0072bb;
  color: #fff;
}
body {
  color: #47484a;
}
.hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title h2 {
  font-size: 32px;
  color: #0072bb;
}
.hero-slide.absolute
  .slide-content.absolute.w-100.h-100.d-flex.justify-center.align-center
  .title-bold.slide-effect {
  color: #eaf7f8;
  margin-bottom: 1rem;
}
.section-footer .footer-sub {
  background-color: #0072bb;
  color: #fff;
}
.section-footer .footer-bottom .footer-bottom-left-45 {
  background-color: #f0f7f9;
}
.menu-item-content-corporate.d-flex.align-center
  .menu-item-content-body.d-flex
  .content-body-list-card
  a {
  color: #343640;
}
.header-menu-body-text .text-body {
  color: #343640;
}
.header-menu-slider-wrapper img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  min-height: 250px !important;
  height: 250px !important;
}
.open-menu-contents {
  height: 540px !important;
  min-height: 540px !important;
}
.section-footer .footer-sub .sub-copyright {
  color: #eaf7f8;
}
.section-map.container.relative {
  overflow: hidden;
  background-color: #0581a8;
}
.section-map.container.relative .map-img.absolute {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.2;
}
.section-map.container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.section-map.container.relative .map-left-content .map-content-title {
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  max-width: 25ch;
  font-size: 50px;
}
.section-map.container.relative .map-left-content .map-thin-title {
  font-size: 32px;
  color: #fff;
}
.section-map.container.relative .map-left-content .map-text {
  color: #fff;
  max-width: 600px;
}
.page-wrapper
  .page-grid-container
  .page-sidebar
  .page-sidebar-menu-wrapper
  .menu-items
  ul
  .accordion-trigger.active:before {
  background-color: #0072bb;
}
#urun-detay .detay-top-row .col-details .information .packages .packs {
  justify-content: start;
}
#urun-detay .detay-top-row .col-img {
  width: 50%;
  height: calc(100vh - 100px);
  min-height: 700px;
  position: sticky !important;
  top: 0px;
  transition: 0.5s;
}
#urun-detay .detay-top-row .col-img .detay-slider img {
  height: 400px !important;
}
#urun-detay .detay-top-row .col-img {
  height: 500px;
}
#urun-detay .detay-top-row .col-img {
  min-height: auto;
}
#urun-detay .detay-top-row .col-img .detay-slider {
  margin-top: 0 !important;
}
@media (max-width: 1280px) {
  #urun-detay .detay-top-row .col-details .information .packages {
    display: none;
  }
}
@media (max-width: 1100px) {
  .page-header {
    height: 150px;
    min-height: 150px;
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 992px) {
  .absolute-detay-slider-item-controls-btns {
    left: -30px;
  }
  #urun-detay .detay-top-row .col-img {
    width: 90%;
  }
  #urun-detay .detay-top-row .col-img {
    position: initial !important;
  }
  #urun-detay .detay-top-row .col-img {
    height: 400px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #urun-detay .detay-top-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #urun-detay .detay-top-row .col-img {
    height: 400px !important;
  }
  #urun-detay .detay-top-row .col-img img {
    height: 400px !important;
  }
  .section-footer
    .footer-top.w-100.d-flex.justify-center.align-center
    .footer-top-img {
    width: 6%;
    min-width: 50px;
  }
}
.header-menu-slider-wrapper .owl-nav {
  z-index: -1;
}
.tab-content-row .product-page-products-grid-layout .product-page-product-item {
  padding: 1rem;
  padding-bottom: 1.2rem;
}
.tab-content-row
  .product-page-products-grid-layout
  .product-page-product-item
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: cover;
  border-radius: 24px;
}
.tab-content-row
  .product-page-products-grid-layout
  .product-page-product-item
  .product-page-product-item-image {
  height: 287px;
}
.tab-content-row .product-page-products-grid-layout .product-page-product-item {
  padding-bottom: 2rem;
}
.page-wrapper {
  padding-bottom: 50px;
}
@media (max-width: 1700px) {
  .absolute-big-fish-container .big-fish-img {
    max-width: 750px;
  }
}
.seperator.w-100.relative {
  min-width: 100%;
  height: 80vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  gap: 50px;
  
}
@media(max-width:1480px){
  .seperator.w-100.relative {
    padding-right: 50px;
  }
}
@media(max-width:1280px){
  .seperator.w-100.relative .seperator-content .content-bold-title{
    font-size: 22px;
  }
  .seperator.w-100.relative .seperator-content .content-thin-title{
    font-size: 24px;
  }
  .seperator.w-100.relative .seperator-content .content-text{

    font-size: 16px;
  }
}

@media(max-width:1100px){
  .seperator.w-100.relative {
    display: flex;
    flex-direction: column;
    height: auto!important;
    padding-right: 0;
    gap: 10px;
  }
  .seperator.w-100.relative .content-img {
    
    max-width: 95%;
    margin-right: auto;
}
.seperator.w-100.relative .seperator-content {
  max-width: 90%;
 
  width: 100%;
  margin: auto;
}
.seperator.w-100.relative .seperator-content .content-text{
  max-width: 90%;
}
}
.seperator.w-100.relative .content-img{
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  overflow: hidden;

}
.seperator.w-100.relative .content-img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1480px) {
  .absolute-big-fish-container {
    top: 60%;
  }
}
@media (max-width: 992px) {
  .absolute-big-fish-container {
    top: 80%;
    z-index: 9999;
  }
  .seperator.w-100.relative {
    height: 70vh;
    min-height: 500px;
  }
  .absolute-big-fish-container .big-fish-img {
    max-width: 750px;
    width: 100%;
    padding-left: 70px;
  }
  .particle {
    display: none;
  }
  .absolute-shadow-img-container {
    display: none;
  }
}
@media (max-width: 600px) {
  .seperator.w-100.relative .seperator-content {
    padding-left: 0;
    width: 90%;
    height: 100%;
    padding-top: 30px;
    margin: auto;
  }
  .seperator.w-100.relative {
    height: 270px;
    min-height: 270px !important;
  }
  .absolute-big-fish-container {
    top: 95%;
    z-index: 9999;
  }
}
.seperator.w-100.relative .seperator-content .cta-btn {
  z-index: 12000 !important;
}
@media (max-width: 680px) {
  .hero-slide.absolute
    .slide-content.absolute.w-100.h-100.d-flex.justify-center.align-center
    .title-bold.slide-effect {
    font-size: 32px;
  }
  .product-info.d-flex.flex-column.align-center.container
    .product-info-header.d-flex.flex-column.align-center {
    max-width: 95%;
  }
  .section-map.container.relative .map-left-content {
    padding-right: 20px;
  }
  .hero-slide.absolute
    .slide-content.absolute.w-100.h-100.d-flex.justify-center.align-center
    .title-thin.slide-effect {
    font-size: 18px;
    max-width: 75%;
  }
  .hero-slide.absolute .owl-theme .owl-nav button {
    color: #fff !important;
  }
}
@media (max-width: 500px) {
  .hero-slide.absolute {
    min-height: 500px;
    height: 50vh;
  }
}
@media (max-width: 500px) {
  .seperator {
    min-height: 400px !important;
  }
}
@media (max-width: 992px) {
  .hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title {
    width: 100%;
    text-align: center;
  }
  .hero-sub.container.d-flex.flex-column.align-center.gap-6
    .hero-sub-title
    .hero-sub-content {
    padding: 0 0;
  }
}
@media (max-width: 660px) {
  .hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .hero-sub.container.d-flex.flex-column.align-center.gap-6
    .hero-sub-title
    .hero-sub-content {
    font-size: 15px;
  }
}
@media (max-width: 660px) {
  .hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title {
    width: 90%;
  }
  .hero-sub.container.d-flex.flex-column.align-center.gap-6 .hero-sub-title h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 1024px) {
  .content-col-w-50 {
    width: 70% !important;
    height: 550px !important;
  }
}
@media (max-width: 992px) {
  .sub-videos .content-wrapper {
    flex-direction: column;
  }
  .content-col-w-50 {
    width: 100% !important;
  }
  .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 {
    line-height: 1.3;
  }
  .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 {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .content-col-w-50:nth-child(1) {
    height: auto !important;
    flex-direction: column;
  }
  .content-col-w-50:nth-child(1) a {
    display: flex !important;
    aspect-ratio: 1/1;
  }
  .tab-navigation-container .tab-item {
    min-width: 130px;
  }
  .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-blend-mode: overlay;
    background-color: #001c1a;
  }
  .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 {
    min-width: 50px;
  }
}
@media (max-width: 1100px) {
  .tab-navigation-container {
    max-width: 85%;
    width: 85%;
    justify-content: start;
    overflow-x: auto;
    margin: auto;
    gap: 0.6rem;
  }
  .tab-navigation-container::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 500px) {
  .tab-navigation-container .tab-item .text {
    font-size: 12px;
    line-height: 1.3;
  }
  .content-click-tab-item .owl-nav {
    top: auto;
    padding: 0 40px;
    justify-content: space-between;
    padding-top: 20px;
  }
  .content-click-tab-item {
    overflow: visible;
  }
}
@media (max-width: 1200px) {
  .product-info.d-flex.flex-column.align-center.container
    .product-info-header.d-flex.flex-column.align-center {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .product-info.d-flex.flex-column.align-center.container
    .product-info-header.d-flex.flex-column.align-center
    .product-info-bold-title {
    font-size: 30px;
  }
  .product-info.d-flex.flex-column.align-center.container
    .product-info-header.d-flex.flex-column.align-center
    .product-info-thin-title {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .section-map.container.relative .map-left-content {
    padding-bottom: 13%;
  }
  .section-map.container.relative .map-left-content .map-text {
    display: flex;
  }
  .page-header .page-header-title {
    display: none;
  }
}
@media (max-width: 600px) {
  .product-info.d-flex.flex-column.align-center.container {
    margin-top: 40px;
  }
  .section-map.container.relative .map-left-content .map-content-title {
    font-size: 32px;
  }
  .section-map.container.relative .map-left-content .map-thin-title {
    font-size: 20px;
  }
  .section-map.container.relative .map-left-content .map-text {
    font-size: 15px;
  }
  .section-map.container.relative .map-left-content {
    padding-bottom: 18%;
  }
  .section-map.container.relative {
    height: 480px;
  }
  .section-map.container.relative {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
.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;
  }
}
.scrollMouse {
  top: auto !important;
  bottom: 40px !important;
  z-index: 12000;
}
@media (min-width: 660px) {
  .section-map.container.relative {
    min-height: 550px;
    overflow-x: hidden;
  }
}
.page-header .page-header-title {
  font-size: 24px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 28000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mobile-menu.active {
  visibility: visible;
  opacity: 1;
}
.mobile-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mobile-menu.active .mobile-menu-overlay {
  opacity: 1;
}
.mobile-menu-container {
  position: absolute;
  top: 0;
  left: -320px;
  width: 320px;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  overflow-y: auto;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
}
.mobile-menu.active .mobile-menu-container {
  left: 0;
  transition: left 0.4s cubic-bezier(0.77, 0.2, 0.05, 0.9);
}
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.mobile-menu-header .logo img {
  height: 40px;
  width: auto;
}
.close-menu .close-btn {
  font-size: 30px;
  cursor: pointer;
  color: #333;
  transition: color 0.3s;
}
.close-menu .close-btn:hover {
  color: #0072bb;
}
.mobile-menu-body {
  padding: 20px 0;
}
.mobile-main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-main-menu .menu-item {
  border-bottom: 1px solid #f1f1f1;
}
.mobile-main-menu .menu-item a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s;
}
.mobile-main-menu .menu-item a:hover {
  background-color: #f9f9f9;
  color: #0072bb;
}
.mobile-main-menu .has-children .accordion-toggle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-main-menu .has-children .accordion-toggle i {
  transition: transform 0.3s ease;
}
.mobile-main-menu .has-children.active .accordion-toggle i {
  transform: rotate(180deg);
}
.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background-color: #f7f7f7;
}
.mobile-main-menu .has-children.active .sub-menu {
  max-height: 300px;
}
.sub-menu li a {
  padding-left: 40px !important;
  font-size: 15px;
}
.mobile-menu-contact {
  padding: 20px;
  border-top: 1px solid #eee;
  margin-top: 20px;
}
.mobile-menu-contact h4 {
  margin-bottom: 15px;
  color: #333;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.contact-item i {
  color: #0072bb;
  margin-top: 3px;
  margin-right: 15px;
}
.contact-item a,
.contact-item p {
  color: #666;
  text-decoration: none;
  margin: 0;
}
.contact-item a:hover {
  color: #0072bb;
}
.mobile-social-links {
  display: flex;
  justify-content: center;
  padding: 20px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}
.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  color: #333;
  transition: all 0.3s;
}
.social-icon:hover {
  background-color: #0072bb;
  color: #fff;
}
.hamburger-menu {
  display: none;
}
.hamburger-menu .bar-icon {
  font-size: 24px;
  color: #fff;
}
@media (max-width: 1100px) {
  .hamburger-menu {
    display: flex;
  }
  .header nav {
    min-height: 80px;
  }
  .header .container {
    max-width: 95% !important;
    width: 100% !important;
  }
  .header nav h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header
    .navigation.d-flex.align-center.gap-6
    .btn-group.d-flex.align-center
    .menu-link-btn.d-flex.align-center {
    display: none;
  }
}
.mobile-menu-contact,
.mobile-social-links {
  font-size: 14px;
}

.detay-slider {
  background-color: #f5f5f5;
  height: 650px !important;
  border-radius: 24px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.detay-slider .item {
  height: 600px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detay-slider .item img {
  height: 580px !important;
  max-height: 580px !important;
}
#urun-detay .detay-top-row .col-img .detay-slider img {
  height: 600px !important;
}
@media (max-width: 992px) {
  #urun-detay .detay-top-row .col-img {
    height: 650px !important;
  }
}
@media (max-width: 500px) {
  .detay-slider .owl-nav {
    position: absolute;
    margin-top: 10px;
    bottom: -80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    right: 2rem;
    left: auto;
    font-size: 20px;
  }
}
.mt-20 {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .absolute-detay-slider-item-controls-btns {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    top: 400px;
    transform: translateY(-50%);
    left: 70px !important;
    z-index: 999;
    border: none;
  }
  .absolute-detay-slider-item-controls-btns .control-item {
    width: 50px;
    height: 50px;
  }
  .absolute-detay-slider-item-controls-btns .control-item.show {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 600px) {
  .absolute-detay-slider-item-controls-btns {
    left: 44px !important;
  }
}
@media (max-width: 500px) {
  .absolute-detay-slider-item-controls-btns {
    left: 30px !important;
  }
}
@media (max-width: 440px) {
  .absolute-detay-slider-item-controls-btns {
    left: 30px !important;
  }
  #urun-detay .detay-top-row .col-img .detay-slider {
    margin-top: 0 !important;
    max-height: 450px;
  }
  #urun-detay .detay-top-row .col-img {
    height: 650px !important;
    max-height: 500px;
  }
  .detay-slider .owl-nav {
    bottom: -60px;
    right: -15px !important;
  }
  .absolute-detay-slider-item-controls-btns {
    top: 670px;
    flex-direction: row;
  }
  .absolute-detay-slider-item-controls-btns .control-item {
    width: 45px;
    height: 45px;
  }
  .absolute-detay-slider-item-controls-btns .control-item.show {
    width: 45px;
    height: 45px;
  }
}
.contact-row {
  display: flex;
  flex-direction: column;
}
.contact-row .rower {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 2rem;
}
.contact-row .rower .contact-col a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 160px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
}
.contact-row .rower .contact-col a:hover .action {
  background-color: #0581a8;
}
.contact-row .rower .contact-col .icon {
  font-size: 30px;
}
.contact-row .rower .contact-col .action {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #02645d;
  padding: 7px 24px;
  border-radius: 12px;
  height: 40px;
  color: #fff;
  margin-top: 10px;
  transition: 0.3s;
}
.contact-row .rower .contact-col .action .text {
  font-size: 12px;
}
.contact-row .rower .contact-col .action .icon {
  font-size: 11px;
}
.contact-row .social-medias {
  margin-top: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.contact-row .social-medias .social-media-item {
  font-size: 24px;
  border: 1px solid #02645d;
  color: #02645d;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.contact-row .social-medias .social-media-item:hover {
  border-color: #0581a8;
  color: #f7f7f7;
  background-color: #0581a8;
}
.contact-row .contact-map-wrapper {
  margin-top: 40px;
  width: 100%;
}
.contact-row .contact-map-wrapper .contact-map {
  width: 100%;
}
.contact-row .contact-map-wrapper .contact-map #map {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
.contact-page .page-content .page-content-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
.contact-page
  .page-content
  .page-content-row
  .page-content-text-wrapper
  .page-content-title {
  font-size: 3rem;
}
.contact-page
  .page-content
  .page-content-row
  .page-content-text-wrapper
  .page-content-text {
  font-size: 16px;
}
@media (max-width: 768px) {
  .contact-row .rower {
    flex-direction: column;
  }
  .contact-row .rower .contact-col {
    width: 100%;
  }
  .contact-row .rower .contact-col a {
    width: 100%;
  }
  .contact-map-wrapper .contact-map #map {
    height: 300px;
  }
}


@media(min-width:1700px){
  .hero-sub.container.d-flex.flex-column.align-center.gap-6{
    margin-top: 50px;
  }
  .section-footer .footer-bottom {
   height: 450px !important;
  }
}
.footer-top-slider.w-100.d-flex.flex-column.justify-center{
  overflow-x: hidden;
}
@media (max-width: 600px) {
  .seperator.w-100.relative {
      height: 400px;
      min-height: 400px !important;
  }
}

.brand-items .blog-item-image-wrapper {
  width: 100%;
  height: 50%;
  border-radius: 12px;
  overflow: hidden;
  background: #05a89d;
  display: flex
;
  justify-content: center;
  align-items: center;
}

.brand-items .blog-item .blog-item-image-wrapper img {
  width: 80%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: contain;
  transition: 0.4s;
  margin: auto;
}
.brand-items .blog-desc-limit-clamp-3 {
  color: #777;
}

.header:hover .menu-link-btn {
  color: #fff !important;

}
.header:hover .menu-link-btn i{
  color: #fff !important;
}
@media (max-width: 767px) { .contact-address > ul > li:not(:last-child) { margin-bottom: 10px; } }

.contact-address__item { background-color: #fff; -webkit-box-shadow: 0 10px 35px rgba(87, 117, 140, 0.1); box-shadow: 0 10px 35px rgba(87, 117, 140, 0.1); }

.contact-address__item:not([class*="ui-style-size-"]) { padding: 25px; border-radius: 15px; }

.contact-address__item:not([class*="ui-style-size-"]) .contact-address__header iframe { height: 220px; border-radius: 11px; }

.contact-address__item:not([class*="ui-style-size-"]) .contact-address__information { padding-top: 20px; }

.contact-address__item:not([class*="ui-style-size-"]) .contact-address__information .title { font-size: 18px; letter-spacing: -0.5px; }

.contact-address__item:not([class*="ui-style-size-"]) .contact-address__information ul { margin-top: 15px; }

.contact-address__item:not([class*="ui-style-size-"]) .contact-address__information ul li:not(:last-child) { margin-bottom: 15px; }

.contact-address__item:not([class*="ui-style-size-"]) .contact-address__information .item .icon { width: 50px; height: 50px; font-size: 20px; }

.contact-address__item:not([class*="ui-style-size-"]) .contact-address__information .item .desc .small-title { font-size: 11px; }

.contact-address__item.ui-style-size-large { border-radius: 15px; }

@media (min-width: 480px) { .contact-address__item.ui-style-size-large { padding: 40px; } }

@media (max-width: 479px) { .contact-address__item.ui-style-size-large { padding: 10px; } }

.contact-address__item.ui-style-size-large .contact-address__header iframe { height: 300px; border-radius: 15px; }

.contact-address__item.ui-style-size-large .contact-address__information { padding-top: 25px; }

.contact-address__item.ui-style-size-large .contact-address__information .title { font-size: 22px; letter-spacing: -0.75px; }

.contact-address__item.ui-style-size-large .contact-address__information ul { margin-top: 25px; row-gap: 25px; }

@media (min-width: 1200px) { .contact-address__item.ui-style-size-large .contact-address__information ul li.col-12 .item .text { padding-right: 75px; } }

.contact-address__item.ui-style-size-large .contact-address__information .item .icon { width: 60px; height: 60px; font-size: 24px; }

.contact-address__item.ui-style-size-large .contact-address__information .item .desc .small-title { font-size: 12px; }

.contact-address__header iframe { width: 100%; display: block; }

.contact-address__information .title { color: #111; font-weight: 800; }

.contact-address__information .item { -webkit-box-align: center; -ms-flex-align: center; align-items: center;display: flex; }

.contact-address__information .item .icon {display: inline-flex; background-color: #f2f7fc; border-radius: 11px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: rgba(125, 151, 173, 0.75); }

.contact-address__information .item .desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 20px; }

.contact-address__information .item .desc .small-title { text-transform: uppercase; color: rgba(125, 151, 173, 0.6); line-height: 1; font-weight: 700; letter-spacing: .075em; }

.contact-address__information .item .desc .text { color: #57758c; line-height: 1.4; margin-top: 3px; font-size: 14px; }

.contact-map { background: #fff; padding: 25px; border-radius: 11px; -webkit-box-shadow: 0 10px 35px rgba(87, 117, 140, 0.1); box-shadow: 0 10px 35px rgba(87, 117, 140, 0.1); margin-top: 30px; }

.contact-map iframe { width: 100%; height: 550px; }

.contact-form__left .photo { border-top-left-radius: 11px; border-bottom-left-radius: 11px; overflow: hidden; }

@media (min-width: 768px) { .contact-form__left .photo { height: 680px; } }

@media (max-width: 767px) { .contact-form__left .photo { height: auto; } }

.contact-form__left .photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
svg {
    width: 1em;
    height: 1em;
}
.contact-form__right { background: #fff; -webkit-box-shadow: 0 10px 35px rgba(87, 117, 140, 0.1); box-shadow: 0 10px 35px rgba(87, 117, 140, 0.1); border-top-right-radius: 11px; border-bottom-right-radius: 11px; height: 100%; padding: 75px; }
@media (min-width: 1200px) {
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}