@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, select, button,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: North;
  src: url("/assets/style/font/North Avellion DEMO.ttf");
}
/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black;
}

:root {
  --swiper-theme-color:$basecolor;
  --swiper-navigation-size:60px;
  --swiper-pagination-color: white;
}

:root {
  --width:90%;
}

.mw-container {
  width: 100%;
  height: auto;
  z-index: 0;
}

.mw-center {
  width: 95%;
  max-width: 1200px;
  margin: 0px auto;
}
@media (max-width: 1024px) {
  .mw-center {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .mw-center {
    width: 90%;
  }
}

.mw-uppercase {
  text-transform: uppercase;
}

.mw-lovercase {
  text-transform: lowercase;
}

.mw-clear {
  float: none;
  clear: both;
}

.mw-arabic-direction {
  direction: rtl;
}

.mw-d-none {
  display: inherit;
}
@media (max-width: 1024px) {
  .mw-d-none.none-large {
    display: none;
  }
}
@media (max-width: 768px) {
  .mw-d-none.none-medium {
    display: none;
  }
}
@media (max-width: 640px) {
  .mw-d-none.none-small {
    display: none;
  }
}

.mw-d-show {
  display: none;
}
@media (max-width: 1024px) {
  .mw-d-show.show-large {
    display: inherit;
  }
}
@media (max-width: 768px) {
  .mw-d-show.show-medium {
    display: inherit;
  }
}
@media (max-width: 640px) {
  .mw-d-show.show-small {
    display: inherit;
  }
}

.color-white {
  color: white;
}

.color-main {
  color: #161616;
}

.color-main {
  color: #161616;
}

.color-base {
  color: #9B2828;
}

.color-back {
  color: #333;
}

.mw-text-size-8 {
  font-size: 8px;
}

.mw-text-size-9 {
  font-size: 9px;
}

.mw-text-size-10 {
  font-size: 10px;
}

.mw-text-size-11 {
  font-size: 11px;
}

.mw-text-size-12 {
  font-size: 12px;
}

.mw-text-size-13 {
  font-size: 13px;
}

.mw-text-size-14 {
  font-size: 14px;
}

.mw-text-size-15 {
  font-size: 15px;
}

.mw-text-size-16 {
  font-size: 16px;
}

.mw-text-size-17 {
  font-size: 17px;
}

.mw-text-size-18 {
  font-size: 18px;
}

.mw-text-size-19 {
  font-size: 19px;
}

.mw-text-size-20 {
  font-size: 20px;
}

.mw-text-size-21 {
  font-size: 21px;
}

.mw-text-size-22 {
  font-size: 22px;
}

.mw-text-size-23 {
  font-size: 23px;
}

.mw-text-size-24 {
  font-size: 24px;
}

.mw-text-size-25 {
  font-size: 25px;
}

.mw-text-size-26 {
  font-size: 26px;
}

.mw-text-size-27 {
  font-size: 27px;
}

.mw-text-size-28 {
  font-size: 28px;
}

.mw-text-size-29 {
  font-size: 29px;
}

.mw-text-size-30 {
  font-size: 30px;
}

.mw-text-size-31 {
  font-size: 31px;
}

.mw-text-size-32 {
  font-size: 32px;
}

.mw-text-size-33 {
  font-size: 33px;
}

.mw-text-size-34 {
  font-size: 34px;
}

.mw-text-size-35 {
  font-size: 35px;
}

.mw-text-size-36 {
  font-size: 36px;
}

.mw-text-size-37 {
  font-size: 37px;
}

.mw-text-size-38 {
  font-size: 38px;
}

.mw-text-size-39 {
  font-size: 39px;
}

.mw-text-line-through {
  text-decoration: line-through;
}

.mw-fw-100 {
  font-weight: 100;
}

.mw-fw-200 {
  font-weight: 200;
}

.mw-fw-300 {
  font-weight: 300;
}

.mw-fw-400 {
  font-weight: 400;
}

.mw-fw-500 {
  font-weight: 500;
}

.mw-fw-600 {
  font-weight: 600;
}

.mw-fw-700 {
  font-weight: 700;
}

.mw-fw-800 {
  font-weight: 800;
}

.mw-fw-900 {
  font-weight: 900;
}

.mw-bg-maincolor {
  background-color: rgba(22, 22, 22, var(--bgcolor-percent));
}

.mw-bg-basecolor {
  background-color: rgba(155, 40, 40, var(--bgcolor-percent));
}

.mw-bg-image {
  position: relative;
  width: 100%;
  height: auto;
}
.mw-bg-image.bg-image-cover {
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat;
}
.mw-bg-image.bg-image-contain {
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-repeat: no-repeat;
}
.mw-bg-image.bg-image-1 {
  background-position: center;
  background-size: 10%;
  -webkit-background-size: 10%;
  -moz-background-size: 10%;
  background-repeat: no-repeat;
}
.mw-bg-image.bg-image-2 {
  background-position: center;
  background-size: 20%;
  -webkit-background-size: 20%;
  -moz-background-size: 20%;
  background-repeat: no-repeat;
}
.mw-bg-image.bg-image-3 {
  background-position: center;
  background-size: 30%;
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  background-repeat: no-repeat;
}
.mw-bg-image.bg-image-4 {
  background-position: center;
  background-size: 40%;
  -webkit-background-size: 40%;
  -moz-background-size: 40%;
  background-repeat: no-repeat;
}
.mw-bg-image.bg-image-5 {
  background-position: center;
  background-size: 50%;
  -webkit-background-size: 50%;
  -moz-background-size: 50%;
  background-repeat: no-repeat;
}
.mw-bg-image.bg-image-6 {
  background-position: center;
  background-size: 60%;
  -webkit-background-size: 60%;
  -moz-background-size: 60%;
  background-repeat: no-repeat;
}
.mw-bg-image.bg-image-7 {
  background-position: center;
  background-size: 70%;
  -webkit-background-size: 70%;
  -moz-background-size: 70%;
  background-repeat: no-repeat;
}
.mw-bg-image.bg-image-8 {
  background-position: center;
  background-size: 80%;
  -webkit-background-size: 80%;
  -moz-background-size: 80%;
  background-repeat: no-repeat;
}
.mw-bg-image.bg-image-9 {
  background-position: center;
  background-size: 90%;
  -webkit-background-size: 90%;
  -moz-background-size: 90%;
  background-repeat: no-repeat;
}
.mw-bg-image.bg-image-10 {
  background-position: center;
  background-size: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-repeat: no-repeat;
}
.mw-bg-image.bg-image-effect-1 {
  position: relative;
}
.mw-bg-image.bg-image-effect-1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: rgba(22, 22, 22, 0.1);
}
.mw-bg-image.bg-image-effect-2 {
  position: relative;
}
.mw-bg-image.bg-image-effect-2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: rgba(22, 22, 22, 0.2);
}
.mw-bg-image.bg-image-effect-3 {
  position: relative;
}
.mw-bg-image.bg-image-effect-3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: rgba(22, 22, 22, 0.3);
}
.mw-bg-image.bg-image-effect-4 {
  position: relative;
}
.mw-bg-image.bg-image-effect-4::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: rgba(22, 22, 22, 0.4);
}
.mw-bg-image.bg-image-effect-5 {
  position: relative;
}
.mw-bg-image.bg-image-effect-5::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: rgba(22, 22, 22, 0.5);
}
.mw-bg-image.bg-image-effect-6 {
  position: relative;
}
.mw-bg-image.bg-image-effect-6::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: rgba(22, 22, 22, 0.6);
}
.mw-bg-image.bg-image-effect-7 {
  position: relative;
}
.mw-bg-image.bg-image-effect-7::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: rgba(22, 22, 22, 0.7);
}
.mw-bg-image.bg-image-effect-8 {
  position: relative;
}
.mw-bg-image.bg-image-effect-8::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: rgba(22, 22, 22, 0.8);
}
.mw-bg-image.bg-image-effect-9 {
  position: relative;
}
.mw-bg-image.bg-image-effect-9::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: rgba(22, 22, 22, 0.9);
}
.mw-bg-image.bg-image-effect-10 {
  position: relative;
}
.mw-bg-image.bg-image-effect-10::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: #161616;
}

.mw-bg-after-color-1 {
  position: relative;
}
.mw-bg-after-color-1::after {
  content: "";
}

.mw-bg-after-color-2 {
  position: relative;
}
.mw-bg-after-color-2::after {
  content: "";
}

.mw-bg-after-color-3 {
  position: relative;
}
.mw-bg-after-color-3::after {
  content: "";
}

.mw-bg-after-color-4 {
  position: relative;
}
.mw-bg-after-color-4::after {
  content: "";
}

.mw-bg-after-color-5 {
  position: relative;
}
.mw-bg-after-color-5::after {
  content: "";
}

.mw-bg-after-color-6 {
  position: relative;
}
.mw-bg-after-color-6::after {
  content: "";
}

.mw-bg-after-color-7 {
  position: relative;
}
.mw-bg-after-color-7::after {
  content: "";
}

.mw-bg-after-color-8 {
  position: relative;
}
.mw-bg-after-color-8::after {
  content: "";
}

.mw-bg-after-color-9 {
  position: relative;
}
.mw-bg-after-color-9::after {
  content: "";
}

.mw-bg-after-color-10 {
  position: relative;
}
.mw-bg-after-color-10::after {
  content: "";
}

.mw-fl-l {
  float: left;
}

.mw-fl-r {
  float: right;
}

.mw-d-block {
  display: block;
}

.mw-d-flex {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

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

.mw-d-flex-wrap-none {
  flex-wrap: nowrap;
}

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

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

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

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

.mw-justify-content-around {
  justify-content: space-around;
}

@media (max-width: 768px) {
  .mw-d-flex-m.center {
    justify-content: center;
  }
  .mw-d-flex-m.end {
    justify-content: flex-end;
  }
  .mw-d-flex-m.start {
    justify-content: flex-start;
  }
  .mw-d-flex-m .between {
    justify-content: space-between;
  }
}

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

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

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

.mw-align-content-start {
  align-content: flex-start;
}

.mw-align-content-between {
  align-content: space-between;
}

.mw-align-content-around {
  align-content: space-around;
}

.mw-align-content-end {
  align-content: flex-end;
}

.mw-flex-col-1 {
  width: 7.25%;
}

.mw-flex-col-2 {
  width: 15.5%;
}

.mw-flex-col-3 {
  width: 23.75%;
}

.mw-flex-col-4 {
  width: 32%;
}

.mw-flex-col-5 {
  width: 40.25%;
}

.mw-flex-col-6 {
  width: 48.5%;
}

.mw-flex-col-7 {
  width: 57%;
}

.mw-flex-col-8 {
  width: 63%;
}

.mw-flex-col-9 {
  width: 73.25%;
}

.mw-flex-col-10 {
  width: 81.5%;
}

.mw-flex-col-11 {
  width: 89.75%;
}

.mw-flex-col-12 {
  width: 98%;
}

.mw-d-grid {
  display: flex;
}
.mw-d-grid > div {
  width: 100%;
}
@supports (display: grid) {
  .mw-d-grid {
    display: -moz-grid;
    display: grid;
  }
}

.mw-grid-gap-1 {
  grid-gap: 10px;
}

.mw-grid-gap-2 {
  grid-gap: 20px;
}

.mw-grid-gap-3 {
  grid-gap: 30px;
}

.mw-grid-gap-4 {
  grid-gap: 40px;
}

.mw-grid-gap-5 {
  grid-gap: 50px;
}

.mw-grid-gap-6 {
  grid-gap: 60px;
}

.mw-grid-gap-7 {
  grid-gap: 70px;
}

.mw-grid-gap-8 {
  grid-gap: 80px;
}

.mw-grid-gap-9 {
  grid-gap: 90px;
}

.mw-grid-gap-10 {
  grid-gap: 100px;
}

.mw-grid-auto-row {
  grid-auto-rows: auto;
}

.mw-grid-col-xxs-l {
  grid-template-columns: 1fr 3fr;
}

.mw-grid-col-xs-l {
  grid-template-columns: 1fr 2fr;
}

.mw-grid-col-s-m {
  grid-template-columns: 2fr 3fr;
}

.mw-grid-col-m-s {
  grid-template-columns: 3fr 2fr;
}

.mw-grid-col-l-xs {
  grid-template-columns: 2fr 1fr;
}

.mw-grid-col-l-xxs {
  grid-template-columns: 3fr 1fr;
}

.mw-grid-responsive.col {
  grid-template-columns: 1fr;
}

.mw-grid-col {
  grid-template-columns: var(--col);
}
@media (max-width: 768px) {
  .mw-grid-col {
    grid-template-columns: 1fr;
  }
}

.mw-grid-col-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 768px) {
  .mw-grid-col-1.none-responsive {
    grid-template-columns: repeat(1, 1fr);
  }
}

.mw-grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .mw-grid-col-2.none-responsive {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mw-grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .mw-grid-col-3.none-responsive {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mw-grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .mw-grid-col-4.none-responsive {
    grid-template-columns: repeat(4, 1fr);
  }
}

.mw-grid-col-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  .mw-grid-col-5.none-responsive {
    grid-template-columns: repeat(5, 1fr);
  }
}

.mw-grid-col-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 768px) {
  .mw-grid-col-6.none-responsive {
    grid-template-columns: repeat(6, 1fr);
  }
}

.mw-grid-col-7 {
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 768px) {
  .mw-grid-col-7.none-responsive {
    grid-template-columns: repeat(7, 1fr);
  }
}

.mw-grid-col-8 {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 768px) {
  .mw-grid-col-8.none-responsive {
    grid-template-columns: repeat(8, 1fr);
  }
}

.mw-grid-col-9 {
  grid-template-columns: repeat(9, 1fr);
}
@media (max-width: 768px) {
  .mw-grid-col-9.none-responsive {
    grid-template-columns: repeat(9, 1fr);
  }
}

.mw-grid-col-10 {
  grid-template-columns: repeat(10, 1fr);
}
@media (max-width: 768px) {
  .mw-grid-col-10.none-responsive {
    grid-template-columns: repeat(10, 1fr);
  }
}

.mw-grid-col-11 {
  grid-template-columns: repeat(11, 1fr);
}
@media (max-width: 768px) {
  .mw-grid-col-11.none-responsive {
    grid-template-columns: repeat(11, 1fr);
  }
}

.mw-grid-col-12 {
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 768px) {
  .mw-grid-col-12.none-responsive {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (max-width: 768px) {
  .mw-grid-col-md-1.none-responsive {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .mw-grid-col-md-2.none-responsive {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .mw-grid-col-md-3.none-responsive {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .mw-grid-col-md-4.none-responsive {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .mw-grid-col-md-5.none-responsive {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 768px) {
  .mw-grid-col-md-6.none-responsive {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 768px) {
  .mw-grid-col-md-7.none-responsive {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (max-width: 768px) {
  .mw-grid-col-md-8.none-responsive {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (max-width: 768px) {
  .mw-grid-col-md-9.none-responsive {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (max-width: 768px) {
  .mw-grid-col-md-10.none-responsive {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (max-width: 768px) {
  .mw-grid-col-md-11.none-responsive {
    grid-template-columns: repeat(11, 1fr);
  }
}

@media (max-width: 768px) {
  .mw-grid-col-md-12.none-responsive {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (max-width: 1024px) {
  .mw-grid-col-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .mw-grid-col-5 {
    grid-template-columns: repeat(4, 1fr);
  }
  .mw-grid-col-6 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 768px) {
  [class*=mw-grid-col-] {
    grid-template-columns: repeat(2, 1fr);
  }
  .mw-grid-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .mw-grid-col-xs-l {
    grid-template-columns: 1fr;
  }
  .mw-grid-col-s-m {
    grid-template-columns: 1fr;
  }
  .mg-grid-col-m-s {
    grid-template-columns: 1fr;
  }
  .mw-grid-responsive-col {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  [class*=mw-grid-col-] {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mw-p-1 {
  padding: 10px;
  box-sizing: border-box;
}

.mw-px-1 {
  padding: 0px 10px;
}

.mw-py-1 {
  padding: 10px 0px;
}

.mw-p-2 {
  padding: 20px;
  box-sizing: border-box;
}

.mw-px-2 {
  padding: 0px 20px;
}

.mw-py-2 {
  padding: 20px 0px;
}

.mw-p-3 {
  padding: 30px;
  box-sizing: border-box;
}

.mw-px-3 {
  padding: 0px 30px;
}

.mw-py-3 {
  padding: 30px 0px;
}

.mw-p-4 {
  padding: 40px;
  box-sizing: border-box;
}

.mw-px-4 {
  padding: 0px 40px;
}

.mw-py-4 {
  padding: 40px 0px;
}

.mw-p-5 {
  padding: 50px;
  box-sizing: border-box;
}

.mw-px-5 {
  padding: 0px 50px;
}

.mw-py-5 {
  padding: 50px 0px;
}

.mw-p-6 {
  padding: 60px;
  box-sizing: border-box;
}

.mw-px-6 {
  padding: 0px 60px;
}

.mw-py-6 {
  padding: 60px 0px;
}

.mw-p-7 {
  padding: 70px;
  box-sizing: border-box;
}

.mw-px-7 {
  padding: 0px 70px;
}

.mw-py-7 {
  padding: 70px 0px;
}

.mw-p-8 {
  padding: 80px;
  box-sizing: border-box;
}

.mw-px-8 {
  padding: 0px 80px;
}

.mw-py-8 {
  padding: 80px 0px;
}

.mw-p-9 {
  padding: 90px;
  box-sizing: border-box;
}

.mw-px-9 {
  padding: 0px 90px;
}

.mw-py-9 {
  padding: 90px 0px;
}

.mw-p-10 {
  padding: 100px;
  box-sizing: border-box;
}

.mw-px-10 {
  padding: 0px 100px;
}

.mw-py-10 {
  padding: 100px 0px;
}

.mw-mc {
  margin: 0px auto;
}

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

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

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

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

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

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

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

.mw-mb-8 {
  margin-bottom: 80px;
}

.mw-mb-9 {
  margin-bottom: 90px;
}

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

.mw-m-1 {
  margin: 10px;
}

.mw-m-2 {
  margin: 20px;
}

.mw-m-3 {
  margin: 30px;
}

.mw-m-4 {
  margin: 40px;
}

.mw-m-5 {
  margin: 50px;
}

.mw-m-6 {
  margin: 60px;
}

.mw-m-7 {
  margin: 70px;
}

.mw-m-8 {
  margin: 80px;
}

.mw-m-9 {
  margin: 90px;
}

.mw-m-10 {
  margin: 100px;
}

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

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

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

.mw-mt-4 {
  margin-top: 40px;
}

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

.mw-mt-6 {
  margin-top: 60px;
}

.mw-mt-7 {
  margin-top: 70px;
}

.mw-mt-8 {
  margin-top: 80px;
}

.mw-mt-9 {
  margin-top: 90px;
}

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

.mw-ml-1 {
  margin-left: 10px;
}

.mw-mr-1 {
  margin-right: 10px;
}

.mw-ml-2 {
  margin-left: 20px;
}

.mw-mr-2 {
  margin-right: 20px;
}

.mw-ml-3 {
  margin-left: 30px;
}

.mw-mr-3 {
  margin-right: 30px;
}

.mw-ml-4 {
  margin-left: 40px;
}

.mw-mr-4 {
  margin-right: 40px;
}

.mw-ml-5 {
  margin-left: 50px;
}

.mw-mr-5 {
  margin-right: 50px;
}

.mw-ml-6 {
  margin-left: 60px;
}

.mw-mr-6 {
  margin-right: 60px;
}

.mw-ml-7 {
  margin-left: 70px;
}

.mw-mr-7 {
  margin-right: 70px;
}

.mw-ml-8 {
  margin-left: 80px;
}

.mw-mr-8 {
  margin-right: 80px;
}

.mw-ml-9 {
  margin-left: 90px;
}

.mw-mr-9 {
  margin-right: 90px;
}

.mw-ml-10 {
  margin-left: 100px;
}

.mw-mr-10 {
  margin-right: 100px;
}

.mw-grid-col-1-2-1 {
  grid-template-columns: 1fr 2fr 1fr;
}

.mw-pointer {
  cursor: pointer;
}

.mw-pointer-none {
  pointer-events: none;
}

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

.text-right {
  text-align: right;
}

.mw-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.mw-image.image-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.mw-image.image-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.mw-image.image-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.mw-h-5 {
  height: 50px;
}

.mw-h-10 {
  height: 100px;
}

.mw-h-15 {
  height: 150px;
}

.mw-h-20 {
  height: 200px;
}

.mw-h-25 {
  height: 250px;
}

.mw-h-30 {
  height: 300px;
}

.mw-h-35 {
  height: 350px;
}

.mw-h-40 {
  height: 400px;
}

.mw-h-45 {
  height: 450px;
}

.mw-h-50 {
  height: 500px;
}

.mw-w-5 {
  width: 50px;
}

.mw-w-10 {
  width: 100px;
}

.mw-w-15 {
  width: 150px;
}

.mw-w-20 {
  width: 200px;
}

.mw-w-25 {
  width: 250px;
}

.mw-w-30 {
  width: 300px;
}

.mw-w-35 {
  width: 350px;
}

.mw-w-40 {
  width: 400px;
}

.mw-w-45 {
  width: 450px;
}

.mw-w-50 {
  width: 500px;
}

.mw-w-100 {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}
html .el-loading-spinner .path {
  stroke: #161616;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #232323;
  overflow-x: hidden;
  background-color: white;
}
body * {
  box-sizing: border-box;
}
body a {
  color: #161616;
  text-decoration: none;
}

.popup-overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all linear;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

#app .app__button {
  position: fixed;
  bottom: -100px;
  transition: 0.3s all linear;
  z-index: 997;
}
#app .app__button.left {
  left: 20px;
}
#app .app__button.right {
  right: 20px;
}
#app .app__button.active {
  bottom: 20px;
}
#app .app__button.location {
  bottom: 120px;
}
#app .app__button.instagram {
  bottom: 70px;
}
#app .app__button:hover {
  cursor: pointer;
}
#app .app__button:hover i {
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.3), 0px 0px 0px 8px rgba(0, 0, 0, 0.2), 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  background-color: #494949;
}
#app .app__button:hover .app__button--inner {
  opacity: 1;
  visibility: visible;
  left: calc(100% + 2px);
}
#app .app__button--icon {
  width: 45px;
  height: 45px;
  background-color: #161616;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: 0.3s all linear;
}
#app .app__button--inner {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  padding: 10px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  border-radius: 10px;
  background-color: #494949;
  transition: 0.3s all linear;
}
#app .cookies__container {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding: 10px 0px;
  background-color: rgba(22, 22, 22, 0.6);
  z-index: 998;
}
#app .cookies__container.cookie-in-enter-active, #app .cookies__container.cookie-in-leave-active {
  transition: 0.4s all linear;
}
#app .cookies__container.cookie-in-enter, #app .cookies__container.cookie-in-leave-to {
  bottom: -100px;
}
#app .cookies__container--inner {
  width: 100%;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .cookies__container--inner span {
  max-width: 80%;
  color: white;
  font-size: 12px;
}
#app .cookies__container--inner button {
  background-color: #9B2828;
  color: white;
  font-size: 12px;
  padding: 10px 20px;
  cursor: pointer;
}
#app .dialog-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .dialog-container.in-enter, #app .dialog-container.in-leave {
  opacity: 0;
}
#app .dialog-container.in-enter-active, #app .dialog-container.in-leave-active {
  transition: 0.2s all linear;
}
#app .dialog-container .dialog-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: white;
  z-index: 100;
  font-size: 25px;
  cursor: pointer;
}
#app .dialog-container .dialog-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
#app .dialog-container .dialog-inner a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.errors__container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.errors__container--inner {
  position: relative;
}
.errors__container--inner img {
  width: 100%;
  max-width: 700px;
}
.errors__container--inner h1 {
  font-weight: 900;
  font-size: 85px;
  color: #c9c9c9;
  text-align: center;
}
.errors__container--inner p {
  line-height: 25px;
  text-align: center;
}

.full_screen_video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.full_screen_video.active {
  opacity: 100;
  visibility: visible;
}
.full_screen_video_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.full_screen_video_inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full_screen_video_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  z-index: 99;
  padding: 20px;
}
.full_screen_video_top a {
  font-size: 16px;
  color: white;
}
.full_screen_video_top a:not(:last-child) {
  margin-right: 10px;
}
.full_screen_video_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  z-index: 999;
}
.full_screen_video_bottom p {
  font-size: 20px;
  color: white;
}

header {
  position: relative;
  width: 100%;
}
header .infinity-scroll-container {
  width: 300%;
  height: 60px;
  background-color: #e1e1e1;
}
header .infinity-scroll-container .infinity-scroll {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  animation-name: infiniteScroll;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
header .infinity-scroll-container .infinity-scroll div {
  font-size: 25px;
  font-weight: 900;
  white-space: nowrap;
}
@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
header .slider__container {
  position: relative;
  height: calc(100vh - 60px);
  overflow: hidden;
}
@media (max-width: 768px) {
  header .slider__container {
    height: 400px;
  }
}
header .slider__container .video-container {
  position: fixed;
  width: 100%;
  height: calc(100vh - 60px);
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  header .slider__container .video-container {
    height: 400px;
  }
}
header .slider__container .video-container .video-embed {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
header .slider__container .video-container .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
header .slider__container .video-container .video-overlay div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .slider__container .video-container .video-overlay div span {
  font-weight: 500;
  color: white;
  font-size: 100px;
  font-family: "North";
  text-align: center;
}
@media (max-width: 768px) {
  header .slider__container .video-container .video-overlay div span {
    font-size: 70px;
  }
}
header .slider__container .swiper-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100vh - 60px);
  z-index: 0;
}
@media (max-width: 768px) {
  header .slider__container .swiper-container {
    height: 400px;
  }
}
@media (max-width: 768px) {
  header .slider__container .swiper-container .swiper-pagination {
    display: none;
  }
}
header .slider__container .swiper-container .swiper-slide {
  position: relative;
}
header .slider__container .swiper-container .swiper-slide.swiper-slide-active .swiper_text h1, header .slider__container .swiper-container .swiper-slide.swiper-slide-active .swiper_text span {
  opacity: 1;
  margin-left: 0px;
}
header .slider__container .swiper-container .swiper-slide.swiper-slide-active .swiper_text h2 {
  opacity: 1;
  margin-left: 0px;
}
header .slider__container .swiper-container .swiper-slide.swiper-slide-active .swiper_text a {
  opacity: 1;
}
header .slider__container .swiper-container .swiper-slide .swiper_text {
  position: absolute;
  padding: 10px;
  top: 0%;
  left: 0%;
  width: 100%;
  z-index: 250;
}
header .slider__container .swiper-container .swiper-slide .swiper_text h1, header .slider__container .swiper-container .swiper-slide .swiper_text span {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
  color: white;
  transition: 0.6s all linear 1.4s;
}
@media (max-width: 768px) {
  header .slider__container .swiper-container .swiper-slide .swiper_text h1, header .slider__container .swiper-container .swiper-slide .swiper_text span {
    font-size: 20px;
  }
}
header .slider__container .swiper-container .swiper-slide .swiper_text h2 {
  color: white;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 200;
  transition: 0.6s all linear 1s;
  margin-bottom: 20px;
}
header .slider__container .swiper-container .swiper-slide .swiper_text a {
  transition: 0.2s all ease-in-out;
  padding: 10px 20px;
  background-color: white;
  font-size: 11px;
  font-weight: bold;
  border-radius: 10px;
  letter-spacing: 2px;
}
header .slider__container .swiper-container .swiper-slide .swiper_image {
  position: relative;
  width: 100%;
  height: 100%;
}
header .slider__container .swiper-container .swiper-slide .swiper_image::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(transparent 0%, rgba(255, 255, 255, 0.4));
  transition: 0.4s all linear;
}
header .slider__container .swiper-container .swiper-slide .swiper_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .slider__container .swiper-container .swiper-slide .swiper_image:hover::after {
  opacity: 0;
}
header .nav__container {
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 100;
  background-color: white;
}
header .nav__container--inner {
  position: relative;
  display: flex;
  height: 100px;
  justify-content: space-between;
  align-items: center;
}
header .nav__container--inner .logo {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .nav__container--inner input[name=search]:checked + .search {
  height: 80px;
}
header .nav__container--inner .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  height: 0px;
  overflow: hidden;
  transition: 0.2s all linear;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.1);
}
header .nav__container--inner .search--inner {
  width: 100%;
  padding: 20px;
  display: flex;
}
header .nav__container--inner .search--inner input {
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 0px;
  border-bottom: 1px #161616 solid;
  outline: none;
  font-size: 17px;
}
header .nav__container--inner .search--inner .button {
  background-color: #161616;
  color: white;
  width: 60px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .nav__container--inner .menus {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .nav__container--inner .menus .nav-menu {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
header .nav__container--inner .menus .nav-menu.main-menu {
  margin-right: 20px;
}
@media (max-width: 768px) {
  header .nav__container--inner .menus .nav-menu.main-menu {
    display: none;
  }
}
header .nav__container--inner .menus .nav-menu > li {
  position: relative;
  display: flex;
  transition: 0.2s all linear;
  padding: 5px;
  border-radius: 10px;
  align-items: center;
  color: #161616;
}
header .nav__container--inner .menus .nav-menu > li.bg-color {
  background-color: #161616;
  color: white;
}
header .nav__container--inner .menus .nav-menu > li span, header .nav__container--inner .menus .nav-menu > li label, header .nav__container--inner .menus .nav-menu > li a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
}
header .nav__container--inner .menus .nav-menu > li input {
  display: none;
}
header .nav__container--inner .menus .nav-menu > li input:checked + .nav-menu__dropdown {
  opacity: 1;
  visibility: visible;
}
header .nav__container--inner .menus .nav-menu > li input:checked + .nav-menu__dropdown .nav-menu__dropdown--inner {
  right: 0px;
}
header .nav__container--inner .menus .nav-menu__dropdown {
  position: fixed;
  visibility: hidden;
  background-color: rgba(22, 22, 22, 0.6);
  padding: 10px;
  color: white;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
  transition: 0.5s all ease-in-out;
}
header .nav__container--inner .menus .nav-menu__dropdown--inner {
  position: absolute;
  width: 100%;
  max-width: 350px;
  height: 100%;
  top: 0px;
  right: -100%;
  padding: 50px;
  background-color: #161616;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  transition: 0.5s all ease-in-out;
}
header .nav__container--inner .menus .nav-menu__dropdown--inner .close {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;
  height: 25px;
}
header .nav__container--inner .menus .nav-menu__dropdown--inner .close:hover {
  cursor: pointer;
}
header .nav__container--inner .menus .nav-menu__dropdown--inner .close span {
  width: 25px;
  height: 2px;
  background-color: white;
  transition: 0.4s all ease-in-out;
  transform-origin: inherit;
}
header .nav__container--inner .menus .nav-menu__dropdown--inner .close span:nth-child(1) {
  transform: rotate(-45deg);
}
header .nav__container--inner .menus .nav-menu__dropdown--inner .close span:nth-child(2) {
  transform: rotate(45deg);
  margin-top: -2px;
}
header .nav__container--inner .menus .nav-menu__dropdown--inner h1 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  color: white;
}
header .nav__container--inner .menus .nav-menu__dropdown--inner li, header .nav__container--inner .menus .nav-menu__dropdown--inner a {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 10px 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #afafaf;
}
header .nav__container--inner .menus .nav-menu__dropdown--inner li:not(:last-child), header .nav__container--inner .menus .nav-menu__dropdown--inner a:not(:last-child) {
  border-bottom: 1px #232323 solid;
}
header .nav__container--inner .menus .nav-menu .menu-button {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 5px;
}
@media (min-width: 768px) {
  header .nav__container--inner .menus .nav-menu .menu-button {
    display: none;
  }
}
header .nav__container--inner .menus .nav-menu .menu-button:hover {
  cursor: pointer;
}
header .nav__container--inner .menus .nav-menu .menu-button:hover span {
  width: 35px;
}
header .nav__container--inner .menus .nav-menu .menu-button:hover span:nth-child(1) {
  width: 35px;
}
header .nav__container--inner .menus .nav-menu .menu-button:hover span:nth-child(3) {
  transform: translate(0px);
  width: 35px;
}
header .nav__container--inner .menus .nav-menu .menu-button span {
  display: block;
  width: 35px;
  height: 2px;
  background-color: #161616;
  transition: 0.2s all linear;
}
header .nav__container--inner .menus .nav-menu .menu-button span:not(:last-child) {
  margin-bottom: 5px;
}
header .nav__container--inner .menus .nav-menu .menu-button span:nth-child(1) {
  width: 25px;
}
header .nav__container--inner .menus .nav-menu .menu-button span:nth-child(3) {
  transform: translateX(-10px);
  width: 25px;
}
header .breadcrumbs__container {
  position: relative;
}
header .breadcrumbs__container--inner {
  padding: 16px 0px;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  border-top: 1px #f6f6f6 solid;
  border-bottom: 1px #f6f6f6 solid;
}
header .breadcrumbs__container--inner li:not(header .breadcrumbs__container--inner li:last-child) {
  margin-right: 10px;
}
header .breadcrumbs__container--inner li i {
  margin-right: 10px;
}
header .breadcrumbs__container--inner li a {
  font-size: 11px;
  text-transform: uppercase;
}

section {
  position: relative;
  background-color: white;
}
section .aboutus__container {
  padding: 30px 0px;
  position: relative;
}
section .aboutus__container--inner {
  display: grid;
  grid-template-columns: 60% 1fr;
  grid-gap: 40px;
}
@media (max-width: 768px) {
  section .aboutus__container--inner {
    grid-template-columns: 1fr;
  }
}
section .aboutus__container--inner .image {
  position: relative;
}
section .aboutus__container--inner .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section .aboutus__container--inner .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
section .aboutus__container--inner .content h1 {
  font-size: 80px;
  font-family: "North";
  margin-bottom: 30px;
}
section .aboutus__container--inner .content p {
  line-height: 25px;
}
section .slider__container {
  width: 100%;
  height: 300px;
  margin: 50px 0px;
  overflow: hidden;
}
@media (max-width: 768px) {
  section .slider__container .swiper-pagination {
    display: none;
  }
}
section .slider__container .swiper-slide {
  position: relative;
}
section .slider__container .swiper-slide.swiper-slide-active .swiper_text h1 {
  opacity: 1;
  margin-left: 0px;
}
section .slider__container .swiper-slide.swiper-slide-active .swiper_text h2 {
  opacity: 1;
  margin-left: 0px;
}
section .slider__container .swiper-slide.swiper-slide-active .swiper_text a {
  opacity: 1;
}
section .slider__container .swiper-slide .swiper_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  padding: 20px;
  z-index: 250;
}
section .slider__container .swiper-slide .swiper_text h1 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
  transition: 0.6s all linear 1.4s;
}
section .slider__container .swiper-slide .swiper_text h2 {
  color: white;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.6s all linear 1s;
  margin-bottom: 20px;
}
section .slider__container .swiper-slide .swiper_text a {
  transition: 0.2s all ease-in-out;
  padding: 5px 10px;
  background-color: #161616;
  color: white;
  font-size: 11px;
  letter-spacing: 2px;
}
section .slider__container .swiper-slide .swiper_image {
  position: relative;
  width: 100%;
  height: 100%;
}
section .slider__container .swiper-slide .swiper_image::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(transparent 0%, rgba(255, 255, 255, 0.4));
  transition: 0.4s all linear;
}
section .slider__container .swiper-slide .swiper_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section .slider__container .swiper-slide .swiper_image:hover::after {
  opacity: 0;
}
section .comments__container {
  width: 100%;
  overflow: hidden;
  padding: 30px 0px;
}
section .comments__container .swiper-pagination {
  position: relative;
}
section .comments__container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 3px;
  border-radius: 5px;
  transition: 0.3s all linear;
}
section .comments__container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #161616;
  width: 16px;
}
section .comments__container .swiper-slide {
  position: relative;
}
section .comments__container .swiper-slide .swiper_text {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
section .comments__container .swiper-slide .swiper_text .avatar {
  width: 80px;
  height: 80px;
}
section .comments__container .swiper-slide .swiper_text .avatar img {
  background-color: #f9f9f9;
  padding: 5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
section .comments__container .swiper-slide .swiper_text .text {
  flex: 1;
}
section .comments__container .swiper-slide .swiper_text .text .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section .comments__container .swiper-slide .swiper_text .text .name h1 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: 0.6s all linear 1.4s;
}
section .comments__container .swiper-slide .swiper_text .text p {
  font-family: "Heebo", sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: 0.6s all linear 1s;
  line-height: 20px;
  margin-bottom: 20px;
}
section .comments__container .swiper-slide .swiper_text .text a {
  transition: 0.2s all ease-in-out;
  padding: 5px 10px;
  background-color: #161616;
  color: white;
  font-size: 11px;
  letter-spacing: 2px;
}
section .products__container {
  position: relative;
}
section .products__container--inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
section .products__container--inner:nth-child(odd) {
  direction: rtl;
}
section .products__container--inner .image {
  position: relative;
}
section .products__container--inner .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section .products__container--inner .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
section .products__container--inner .content h2 {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
section .products__container--inner .content h1 {
  font-size: 40px;
  margin-bottom: 30px;
}
section .products__container--inner .content p {
  line-height: 25px;
  margin-bottom: 30px;
}
section .products__container--inner .content a {
  font-size: 11px;
  letter-spacing: 2px;
}
section .section__container {
  position: relative;
}
section .section__container--title {
  position: relative;
  margin-bottom: 50px;
}
section .section__container--title h3 {
  font-weight: 700;
  font-size: 35px;
}
section .section__container--title h2 {
  font-weight: 700;
}
section .section__container.gray-bg {
  background-color: #f6f6f6;
  padding: 50px 0px;
}
section .section__container .list-title {
  position: relative;
}
section .section__container .list-title h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
section .section__container .not__find {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 250px;
}
section .section__container .not__find .icons {
  position: relative;
  width: 120px;
  height: 120px;
  border: 2px #c9c9c9 solid;
  border-radius: 50%;
  margin-bottom: 20px;
}
section .section__container .not__find .icons i {
  position: absolute;
  font-size: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section .section__container .not__find .icons i.fa-search {
  font-size: 30px;
  animation: notfind 7s infinite linear;
}
section .section__container .not__find .icons i.fa-couch {
  color: #c9c9c9;
}
@keyframes notfind {
  0% {
    top: 50%;
    left: 50%;
  }
  10% {
    top: 55%;
    left: 40%;
  }
  20% {
    top: 40%;
    left: 60%;
  }
  30% {
    top: 45%;
    left: 55%;
  }
  40% {
    top: 40%;
    left: 60%;
  }
  50% {
    top: 52%;
    left: 57%;
  }
  60% {
    top: 38%;
    left: 76%;
  }
  70% {
    top: 58%;
    left: 56%;
  }
  80% {
    top: 42%;
    left: 60%;
  }
  90% {
    top: 62%;
    left: 30%;
  }
  100% {
    top: 50%;
    left: 50%;
  }
}
section .section__container--collections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  position: relative;
  align-items: baseline;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  section .section__container--collections {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
  section .section__container--collections .list-item {
    grid-column: auto;
    margin-bottom: 20px;
  }
}
section .section__container--collections .list-item {
  position: relative;
  height: 300px;
  overflow: hidden;
  transition: 0.6s all ease-in-out;
}
@media (max-width: 768px) {
  section .section__container--collections .list-item {
    height: 200px;
  }
  section .section__container--collections .list-item:nth-child(1) {
    grid-column: 1;
  }
}
section .section__container--collections .list-item:hover .list-image img {
  transform: scale(1.1);
}
section .section__container--collections .list-item .list-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: white;
  padding: 20px;
  z-index: 40;
}
section .section__container--collections .list-item .list-text h1 {
  font-size: 20px;
  font-weight: 700;
}
section .section__container--collections .list-item .list-text h2 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
section .section__container--collections .list-item .list-image {
  position: relative;
  width: 100%;
  height: 100%;
}
section .section__container--collections .list-item .list-image::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: radial-gradient(transparent, rgba(255, 255, 255, 0.3));
  z-index: 10;
}
section .section__container--collections .list-item .list-image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s all ease-in-out;
  z-index: 5;
}
section .section__container--catalog {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
section .section__container--catalog .catalog-title {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
section .section__container--catalog .catalog-title h1 {
  position: relative;
  display: inline;
  font-size: 120px;
  font-family: "North";
  font-weight: 400;
}
section .section__container--catalog .catalog-title h1::after {
  content: attr(data-title);
  font-family: "North";
  font-weight: 400;
  font-size: 120px;
  top: 6px;
  right: -32px;
  position: absolute;
  text-align: right;
  width: 100%;
  height: 100%;
  z-index: 20;
}
@media (max-width: 768px) {
  section .section__container--catalog .catalog-title h1 {
    font-size: 60px;
  }
  section .section__container--catalog .catalog-title h1::after {
    top: 3px;
    right: -15px;
    font-size: 60px;
  }
}
section .section__container--catalog .catalog-picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
section .section__container--catalog .catalog-picture img {
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  section .section__container--catalog .catalog-picture img {
    height: 300px;
  }
}
section .section__container--catalog .catalog-content {
  position: relative;
  max-width: 70%;
}
section .section__container--catalog .catalog-content p {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 30px;
}
section .section__container--catalog .catalog-content a {
  position: relative;
  font-size: 11px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 40px;
  padding: 3px 0px;
  transition: 0.2s all ease-in-out;
}
section .section__container--catalog .catalog-content a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -40px;
  width: 25px;
  height: 0.5px;
  background-color: #161616;
  transition: 0.2s all ease-in-out;
}
section .section__container--catalog .catalog-content a:hover {
  margin-right: 0px;
}
section .section__container--catalog .catalog-content a:hover::after {
  right: 0px;
  width: 100%;
}
section .section__container--products {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  position: relative;
}
@media (max-width: 768px) {
  section .section__container--products {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}
section .section__container--products .list-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
section .section__container--products .list-title h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}
section .section__container--products .list-title h2 {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section .section__container--products .list-items {
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media (max-width: 768px) {
  section .section__container--products .list-items {
    grid-template-columns: 1fr;
    grid-gap: 0px;
    margin-bottom: 20px;
  }
}
section .section__container--products .list-items .swiper-container {
  width: 100%;
  height: 400px;
}
section .section__container--products .list-items .item-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  padding: 10px;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 10px -10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  section .section__container--products .list-items .item-container {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
section .section__container--products .list-items .item-container:hover .item-image img {
  transform: scale(1.1);
}
section .section__container--products .list-items .item-container .item-image {
  position: relative;
  width: 40%;
  overflow: hidden;
}
@media (max-width: 768px) {
  section .section__container--products .list-items .item-container .item-image {
    width: 100%;
  }
}
section .section__container--products .list-items .item-container .item-image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s all ease-in-out;
  z-index: 5;
}
section .section__container--products .list-items .item-container .item-content {
  width: 60%;
  position: relative;
  padding: 20px;
  background-color: white;
}
@media (max-width: 768px) {
  section .section__container--products .list-items .item-container .item-content {
    width: 100%;
  }
}
section .section__container--products .list-items .item-container .item-content h1, section .section__container--products .list-items .item-container .item-content span {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
section .section__container--products .list-items .item-container .item-content p {
  width: 100%;
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 10px;
}
section .section__container--products .list-items .item-container .item-content a {
  position: relative;
  display: flex;
  justify-content: flex-end;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 3px 0px;
}
section .section__container--products .list-items .item-container .item-content a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0.5px;
  bottom: 0px;
  left: 0px;
  background-color: #161616;
  transition: 0.3s all linear;
}
section .section__container--products .list-items .item-container .item-content a:hover::after {
  width: 100%;
}
section .section__container--products .list-items .item-container .item-content .list-price {
  font-size: 12px;
  color: #969696;
  text-decoration: line-through;
  margin-bottom: 5px;
}
section .section__container--products .list-items .item-container .item-content .price {
  font-weight: 600;
  font-size: 16px;
}
section .section__container--newsletter {
  position: relative;
  padding: 60px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  section .section__container--newsletter {
    flex-direction: column;
  }
}
section .section__container--newsletter .newsletter-content {
  position: relative;
  width: 100%;
  margin-right: 50px;
}
@media (max-width: 768px) {
  section .section__container--newsletter .newsletter-content {
    width: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
}
section .section__container--newsletter .newsletter-content h1 {
  font-size: 16px;
  font-weight: 600;
}
section .section__container--newsletter .newsletter-input {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section .section__container--newsletter .newsletter-input input {
  width: calc(100% - 150px);
  height: 40px;
  font-size: 13px;
  background-color: white;
  border: 1px #161616 solid;
  border-right: 0px;
  outline: none;
  padding: 5px 10px;
}
section .section__container--newsletter .newsletter-input button {
  width: 150px;
  height: 40px;
  border: 1px #161616 solid;
  font-size: 12px;
  background-color: #161616;
  color: white;
  letter-spacing: 2px;
  transition: 0.3s all ease-in-out;
}
section .section__container--newsletter .newsletter-input button:hover {
  cursor: pointer;
  background-color: transparent;
  color: #161616;
}
section .section__container--newsletter .newsletter-input .newsletter-message {
  position: absolute;
  top: calc(100% + 10px);
  left: 0px;
  font-size: 12px;
}
section .section__container--product-detail {
  position: relative;
}
section .section__container--product-detail .header {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  section .section__container--product-detail .header {
    grid-template-columns: 1fr;
  }
}
section .section__container--product-detail .header.list-model {
  padding: 20px 0px;
}
section .section__container--product-detail .header.list-model:not(:last-child) {
  border-bottom: 1px #f6f6f6 solid;
}
@media (min-width: 768px) {
  section .section__container--product-detail .header.list-model:nth-of-type(odd) {
    grid-template-columns: 1fr 30%;
  }
  section .section__container--product-detail .header.list-model:nth-of-type(odd) .header--content {
    grid-column: 2;
  }
  section .section__container--product-detail .header.list-model:nth-of-type(odd) .header--image {
    grid-row: 1;
  }
}
section .section__container--product-detail .header--image {
  width: 100%;
  height: 400px;
}
@media (max-width: 768px) {
  section .section__container--product-detail .header--image {
    height: 250px;
  }
}
section .section__container--product-detail .header--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section .section__container--product-detail .header--image img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
section .section__container--product-detail .header--image .model-image {
  -o-object-fit: contain;
     object-fit: contain;
}
section .section__container--product-detail .header--content {
  position: relative;
}
section .section__container--product-detail .header--content h1 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 900;
}
section .section__container--product-detail .header--content h2 {
  font-size: 11px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
section .section__container--product-detail .header--content .price {
  position: relative;
}
section .section__container--product-detail .header--content .price .list-price {
  display: inline;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  text-decoration: line-through;
  color: #afafaf;
}
section .section__container--product-detail .header--content .price .list-price::after {
  content: "₺";
  position: absolute;
  right: -15px;
  font-weight: 400;
  top: 10px;
  font-size: 20px;
}
section .section__container--product-detail .header--content .price .last-price {
  display: inline;
  position: relative;
  font-weight: 800;
  font-size: 30px;
}
section .section__container--product-detail .header--content .price .last-price::after {
  content: "₺";
  position: absolute;
  right: -15px;
  font-weight: 400;
  top: 10px;
  font-size: 20px;
}
section .section__container--product-detail .header--content .price .sale {
  display: inline-block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 11px;
  color: white;
  background-color: #9B2828;
  border-radius: 20px;
  padding: 7px 10px;
}
section .section__container--product-detail .header--content p {
  line-height: 30px;
}
section .section__container--product-detail .header--content a {
  font-size: 11px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  letter-spacing: 2px;
  margin: 10px 0px;
}
section .section__container--product-detail .header--content .articles {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin: 20px 0px;
}
section .section__container--product-detail .header--content .articles li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0px;
}
section .section__container--product-detail .header--content .articles li span:nth-child(1) {
  min-width: 120px;
}
section .section__container--product-detail .body {
  position: relative;
}
section .section__container--product-detail .body--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  grid-gap: 30px;
}
@media (max-width: 768px) {
  section .section__container--product-detail .body--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  section .section__container--product-detail .body--list {
    grid-template-columns: 1fr;
  }
}
section .section__container--product-detail .body--list input {
  display: none;
}
section .section__container--product-detail .body--list input:checked + .fullscreen-gallery {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
section .section__container--product-detail .body--list input:checked + .fullscreen-gallery .fullscreen-gallery--inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
section .section__container--product-detail .body--list .fullscreen-gallery {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all linear;
}
section .section__container--product-detail .body--list .fullscreen-gallery .close-button {
  position: absolute;
  top: 50px;
  right: 50px;
  color: white;
  cursor: pointer;
}
section .section__container--product-detail .body--list .fullscreen-gallery .close-button span {
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: white;
  transform: rotate(45deg);
}
section .section__container--product-detail .body--list .fullscreen-gallery .close-button span:nth-child(2) {
  transform: rotate(-45deg);
}
section .section__container--product-detail .body--list .fullscreen-gallery--inner {
  position: relative;
  width: 100%;
  height: 80%;
  transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all linear 0.2s;
  overflow: hidden;
}
section .section__container--product-detail .body--list .fullscreen-gallery--inner .swiper-container {
  width: 100%;
  height: 100%;
  --swiper-navigation-size: 35px;
}
section .section__container--product-detail .body--list .fullscreen-gallery--inner .swiper-container .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section .section__container--product-detail .body--list .fullscreen-gallery--inner .swiper-container .swiper-slide .swiper-image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section .section__container--product-detail .body--list .fullscreen-gallery--inner .swiper-container .swiper-slide .swiper-image img {
  padding: 10px;
  background-color: white;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  section .section__container--product-detail .body--list .fullscreen-gallery--inner .swiper-container .swiper-slide .swiper-image img {
    width: 95%;
    padding: 0px;
    background: none;
  }
}
section .section__container--product-detail .body--list .fullscreen-gallery--inner .swiper-container .swiper-pagination-fraction {
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
}
section .section__container--product-detail .body--list .fullscreen-gallery--inner .swiper-container .swiper-button-next, section .section__container--product-detail .body--list .fullscreen-gallery--inner .swiper-container .swiper-button-prev {
  color: white;
  font-size: 30px;
}
section .section__container--product-detail .body--list .list-gallery {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  section .section__container--product-detail .body--list .list-gallery {
    height: auto;
    margin-bottom: 10px;
  }
}
section .section__container--product-detail .body--list .list-gallery:hover {
  cursor: pointer;
}
section .section__container--product-detail .body--list .list-gallery:hover img {
  transform: scale(1.1);
}
section .section__container--product-detail .body--list .list-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s all linear;
}
section .section__container--product-detail .body--list .list-item {
  position: relative;
  padding: 20px;
  z-index: 10;
  background-color: #f6f6f6;
  border-radius: 20px;
  border: 5px transparent solid;
  transition: 0.3s all linear;
}
section .section__container--product-detail .body--list .list-item:hover {
  border-color: #f6f6f6;
  background-color: transparent;
}
section .section__container--product-detail .body--list .list-item .image {
  width: 100%;
  height: 250px;
  background-color: white;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section .section__container--product-detail .body--list .list-item .image {
    height: 150px;
  }
}
section .section__container--product-detail .body--list .list-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  section .section__container--product-detail .body--list .list-item .image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
section .section__container--product-detail .body--list .list-item h1 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
section .section__container--product-detail .body--list .list-item h2 {
  font-size: 11px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #7c7c7c;
  text-transform: uppercase;
}
section .section__container--product-detail .body--list .list-item ul {
  margin-bottom: 20px;
}
section .section__container--product-detail .body--list .list-item ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 768px) {
  section .section__container--product-detail .body--list .list-item ul li {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
section .section__container--product-detail .body--list .list-item ul li div {
  width: 50%;
}
@media (max-width: 768px) {
  section .section__container--product-detail .body--list .list-item ul li div {
    width: 100%;
  }
  section .section__container--product-detail .body--list .list-item ul li div:nth-child(1) {
    font-weight: 600;
  }
}
section .section__container--product-detail .collections {
  position: relative;
  margin-bottom: 50px;
}
section .section__container--product-detail .collections--body {
  display: flex;
  flex-direction: column;
  transition: 0.3s all linear;
}
section .section__container--product-detail .collections--body:hover {
  background-color: #f6f6f6;
}
section .section__container--product-detail .collections--body:nth-of-type(even) {
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  section .section__container--product-detail .collections--body:nth-of-type(even) {
    flex-direction: column;
  }
}
section .section__container--product-detail .collections--body .image {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
section .section__container--product-detail .collections--body .image.free {
  height: auto;
}
section .section__container--product-detail .collections--body .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section .section__container--product-detail .collections--body .image .sale {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #9B2828;
  font-size: 20px;
  font-weight: 600;
  color: white;
  z-index: 190;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .section__container--product-detail .collections--body .text {
  position: relative;
  margin-bottom: 20px;
}
section .section__container--product-detail .collections--body .text h3 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 900;
}
section .section__container--product-detail .collections--body .text h2 {
  font-size: 11px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
section .section__container--product-detail .collections--body .text p {
  line-height: 30px;
}
section .section__container--product-detail .collections--body .text > a {
  font-size: 11px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  letter-spacing: 2px;
  margin: 10px 0px;
}
section .section__container--product-detail .collections--body .text .price {
  position: relative;
}
section .section__container--product-detail .collections--body .text .price .list-price {
  display: inline;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  text-decoration: line-through;
  color: #afafaf;
}
section .section__container--product-detail .collections--body .text .price .list-price::after {
  content: "₺";
  position: absolute;
  right: -15px;
  font-weight: 400;
  top: 5px;
  font-size: 15px;
}
section .section__container--product-detail .collections--body .text .price .last-price {
  display: inline;
  position: relative;
  font-weight: 800;
  font-size: 30px;
}
section .section__container--product-detail .collections--body .text .price .last-price::after {
  content: "₺";
  position: absolute;
  right: -15px;
  font-weight: 400;
  top: 10px;
  font-size: 20px;
}
section .section__container--product-detail .collections--body .text .price .sale {
  font-weight: 400;
  font-size: 13px;
  color: #9B2828;
}
section .section__container--contact {
  position: relative;
  margin-bottom: 50px;
}
section .section__container--contact .map-container {
  width: 100%;
  height: 300px;
}
section .section__container--contact .map-container input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 7px;
  background-color: #969696;
  border-radius: 10px;
  border: 0px;
  outline: none;
  cursor: pointer;
  margin-bottom: 10px;
  --slider_w: 14px;
  --slider_h: 14px;
  --slider_radius: 50%;
}
section .section__container--contact .map-container input::-webkit-slider-thumb {
  width: var(--slider_w);
  height: var(--slider_h);
  border-radius: var(--slider_radius);
  -webkit-appearance: none;
  appearance: none;
  background: #161616;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
section .section__container--contact .map-container input::-webkit-slider-thumb:hover {
  background-color: #9B2828;
}
section .section__container--contact .map-container .map {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  transition: 0.2s all linear;
}
section .section__container--contact .map-container .map:hover {
  filter: grayscale(0);
}
section .section__container--content {
  position: relative;
}
section .section__container--content.with-side {
  display: grid;
  grid-template-columns: 70% 1fr;
  grid-gap: 30px;
}
@media (max-width: 768px) {
  section .section__container--content.with-side {
    grid-template-columns: 1fr;
  }
}
section .section__container--content.with-side .side-container {
  width: 100%;
  padding: 15px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  section .section__container--content.with-side .side-container {
    grid-column: 1/span 2;
    grid-row: 1;
  }
}
section .section__container--content.with-side .side-container input {
  display: none;
}
section .section__container--content.with-side .side-container input:checked + .side-title i {
  transform: rotate(180deg);
}
section .section__container--content.with-side .side-container input:checked + .side-title + .side-body {
  max-height: 100vh;
}
section .section__container--content.with-side .side-container .side-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
section .section__container--content.with-side .side-container .side-title h1 {
  font-size: 20px;
  font-weight: 600;
}
section .section__container--content.with-side .side-container .side-title i {
  transition: 0.3s all linear;
  display: none;
}
@media (max-width: 768px) {
  section .section__container--content.with-side .side-container .side-title i {
    display: inherit;
  }
}
section .section__container--content.with-side .side-container .side-body {
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all linear;
}
@media (min-width: 768px) {
  section .section__container--content.with-side .side-container .side-body {
    max-height: 100vh;
  }
}
section .section__container--content.with-side .side-container .side-body a {
  display: block;
  font-size: 13px;
  padding: 10px 0px;
}
section .section__container--content.with-side .side-container .side-body a:not(:last-child) {
  border-bottom: 1px #efefef solid;
}
section .section__container--content.with-side .side-container .side-body a.active {
  font-weight: 600;
}
section .section__container--content .content-container {
  position: relative;
}
section .section__container--content .content-container h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
section .section__container--content .content-container h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
section .section__container--content .content-container .hr {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  border-bottom: 1px #f1f1f1 solid;
}
section .section__container--content .content-container p {
  line-height: 25px;
}
section .section__container--content .content-container a {
  display: block;
  padding: 5px 0px;
}
section .section__container--content .content-container a.active {
  font-weight: 600;
}
section .section__container--content .content-container .stores__container {
  width: 100%;
  position: relative;
}
section .section__container--content .content-container .stores__container--item {
  padding: 10px 0px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  section .section__container--content .content-container .stores__container--item {
    flex-direction: column;
  }
}
section .section__container--content .content-container .stores__container--item .left {
  width: 320px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
@media (max-width: 768px) {
  section .section__container--content .content-container .stores__container--item .left {
    margin-bottom: 20px;
    margin-right: 0px;
    max-width: 100%;
  }
}
section .section__container--content .content-container .stores__container--item .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section .section__container--content .content-container .stores__container--item .right {
  width: 100%;
  flex: 1;
}
section .section__container--content .content-container .stores__container--item h1 {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
section .section__container--content .content-container .stores__container--item p {
  line-height: 25px;
}
section .section__container--content .content-container .stores__container--item a {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 600;
}
section .section__container--content .content-container .stores__container--item:not(:last-child) {
  border-radius: #e2e2e2;
}
section .section__container--content .content-container .comments__container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  section .section__container--content .content-container .comments__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
section .section__container--content .content-container .comments__container li {
  display: flex;
  gap: 20px;
}
section .section__container--content .content-container .comments__container .avatar {
  width: 80px;
  height: 80px;
}
section .section__container--content .content-container .comments__container .avatar img {
  background-color: #f9f9f9;
  padding: 5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
section .section__container--content .content-container .comments__container .text {
  flex: 1;
}
section .section__container--content .content-container .comments__container .text .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section .section__container--content .content-container .comments__container .text .name span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: 0.6s all linear 1.4s;
  display: block;
}
section .section__container--content .content-container .comments__container .text p {
  font-family: "Heebo", sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: 0.6s all linear 1s;
  line-height: 20px;
  margin-bottom: 20px;
}
section .section__container--content .content-container .comments__container .text a {
  transition: 0.2s all ease-in-out;
  padding: 5px 10px;
  background-color: #161616;
  color: white;
  font-size: 11px;
  letter-spacing: 2px;
}
section .section__container--form .form__container {
  width: 100%;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 70% 1fr;
  grid-gap: 30px;
}
@media (max-width: 768px) {
  section .section__container--form .form__container {
    grid-template-columns: 1fr;
  }
}
section .section__container--form .form__container--elements {
  position: relative;
}
section .section__container--form .form__container--elements .form-group {
  padding: 5px 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
section .section__container--form .form__container--elements .form-group label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 5px;
}
section .section__container--form .form__container--elements .form-group input, section .section__container--form .form__container--elements .form-group select, section .section__container--form .form__container--elements .form-group textarea {
  background-color: white;
  border: 0px;
  border-bottom: 1px #969696 solid;
  padding: 10px;
  font-size: 13px;
  line-height: 25px;
  outline: none;
  transition: 0.3s all ease-in-out;
}
section .section__container--form .form__container--elements .form-group input:hover, section .section__container--form .form__container--elements .form-group select:hover, section .section__container--form .form__container--elements .form-group textarea:hover {
  border-color: #161616;
}
section .section__container--form .form__container--elements .form-group textarea {
  min-height: 100px;
  max-height: 200px;
  resize: vertical;
}
section .section__container--form .form__container--elements .form-group button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 5px 20px;
  background-color: #161616;
  color: white;
  border-radius: 10px;
  cursor: pointer;
}
section .section__container--form .form__container--elements .form-group button span {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}
section .section__container--form .form__container--elements .form-group .status__container {
  padding: 10px;
  background-color: #efefef;
  margin-top: 10px;
  border-radius: 10px;
}
section .section__container--form .form__container--elements .form-group .status__container--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
section .section__container--form .form__container--elements .form-group .status__container--header h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
section .section__container--form .form__container--elements .form-group .status__container--header i {
  cursor: pointer;
}
section .section__container--form .form__container--elements .form-group .status__container hr {
  border: 0px;
  border-bottom: 1px solid #e2e2e2;
}
section .section__container--form .form__container--elements .form-group .status__container h2 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 12px;
}
section .section__container--form .form__container--elements .form-group .status__container p {
  line-height: 25px;
  font-size: 12px;
}
section .section__container--form .form__container--right-side {
  position: relative;
}
section .section__container--form .form__container--right-side .contact-info {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
section .section__container--form .form__container--right-side .contact-info.whatsapp-talk {
  padding: 10px;
  background-color: #f9f9f9;
}
section .section__container--form .form__container--right-side .contact-info p {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
}
section .section__container--form .form__container--right-side .contact-info textarea {
  width: 100%;
  height: 100px;
  border: 1px #969696 solid;
  transition: 0.3s all ease-in-out;
  margin-bottom: 20px;
  background-color: transparent;
  outline: none;
  font-size: 12px;
  padding: 5px;
}
section .section__container--form .form__container--right-side .contact-info textarea:hover {
  border-color: #161616;
}
section .section__container--form .form__container--right-side .contact-info button {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #161616;
  color: white;
  cursor: pointer;
}
section .section__container--form .form__container--right-side .contact-info button span {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

footer {
  padding: 50px 0px;
  background-color: #161616;
}
footer .footer__container {
  position: relative;
  display: grid;
  grid-template-columns: 50% 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 768px) {
  footer .footer__container {
    grid-template-columns: 1fr;
  }
}
footer .footer__container--items {
  position: relative;
}
footer .footer__container--items .footer-title {
  font-size: 17px;
  font-weight: 600;
  color: white;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
footer .footer__container--items .footer-content {
  position: relative;
}
footer .footer__container--items .footer-content .item {
  padding: 10px 0px;
}
footer .footer__container--items .footer-content .item > p {
  width: 100px;
}
footer .footer__container--items .footer-content .item p, footer .footer__container--items .footer-content .item span {
  font-size: 12px;
  color: #7c7c7c;
  line-height: 25px;
}
footer .footer__container--items .footer-content .catalog-item {
  position: relative;
}
footer .footer__container--items .footer-content .catalog-item a {
  display: block;
  font-size: 13px;
  color: #7c7c7c;
  padding: 10px 0px;
}
footer .footer__container--items .footer-content .catalog-item a:not(:last-child) {
  border-bottom: 1px #232323 solid;
}
footer .copyright__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #969696;
  font-size: 11px;
  margin-top: 20px;
}
footer .copyright__container .mw {
  opacity: 0.4;
}
footer .copyright__container .mw img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .copyright__container .mw a {
  color: #969696;
  text-decoration: none;
}/*# sourceMappingURL=app.css.map */