/* General Css Start (404 page, cookie style etc) */

body,
html {
  transition: 0s;
}

body {
  /* background: #EDEDED; */
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Aller", serif;
}

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

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-track {
  background: #e1e1e1;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

main {
  padding-top: 200px;
}

main.no-pad {
  padding-top: 0;
}

@media only screen and (max-width: 1366px) {
  main {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 1200px) {
  main {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 767px) {
  main {
    padding-top: 97px;
  }
}

.glitch-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: repeat center/cover;
  z-index: -5;
  opacity: 0.8;
  pointer-events: none;
  background-color: #f4ebe2;
  background-image: unset !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Special Page */

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

ul.pagination .page-item .page-link {
  background: none;
  border: 1px solid #393233;
  border-radius: 0;
  color: #a3a3a3;
  box-shadow: none;
  outline: 0 !important;
  transition: 0.4s;
}

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

ul.pagination .page-item.active .page-link {
  border: 2px solid #393233;
  color: #fff;
}

ul.pagination .page-item .page-link:hover {
  background: #393233;
}

/* Bootstrap Pagination */

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

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

.page.nf404 .svg svg {
  width: 100%;
}

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

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

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

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

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

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

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

/* 404 Page*/

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

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

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

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

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

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

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

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

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

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

/* Cookie */

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

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

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

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

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

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

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

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

/* Form Alert Style */

/* S-Select */
.s-select {
  min-width: 200px !important;
  width: max-content !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.s-select button {
  background: none;
  outline: 0 !important;
  box-shadow: none !important;
  font-weight: normal;
  font-size: 20px;
  color: #192955;
  border: 0;
  border-bottom: 1px solid rgb(25 41 85 / 35%) !important;
  border-radius: 0;
  background: none !important;
  line-height: 1;
  height: 60px;
  padding: 18px 0 0 0;
}

.s-select button:after {
  border: none;
  width: 20px;
  height: 10px;
  background: no-repeat center/contain;
  background-image: url(../img/select-arrow.svg);
  position: absolute;
  right: 0;
  top: 55%;
  transition: 0.4s;
  transform: translateY(-50%);
}

.s-select.show .dropdown-menu {
  margin-top: -2px;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.s-select.show .dropdown-menu ul {
}

.s-select.show .dropdown-menu ul li {
}

.s-select.show .dropdown-menu ul li a {
  color: #000000;
  transition: 0.4s;
}

.s-select.show .dropdown-menu ul li a span {
}

.s-select.show .dropdown-menu ul li.selected a {
  background: #000000;
  color: #fff;
}

.s-select.show .dropdown-menu ul li a:hover,
.s-select.show .dropdown-menu ul li a:focus {
  background: #ededed;
}

.s-select.show button:hover {
  background: none;
}

.s-select.show .dropdown-menu ul li.selected a:hover,
.s-select.show .dropdown-menu ul li.selected a:focus {
  background: #000000;
}

.s-select.show button:after {
  transform: translateY(-50%) rotate(-180deg);
}

.s-select button:after {
}

.s-select.show button:after {
  opacity: 0.8;
}

.s-select button {
  background: none;
  outline: 0 !important;
  box-shadow: none !important;
  border: 0;
  border: 0 !important;
  border-radius: 55px;
  padding: 20px 0;
  background: none !important;
  line-height: 1;
  height: 60px;
  font-weight: 300;
  font-size: 20px;
  color: #000;
}

.bootstrap-select .dropdown-toggle .filter-option * {
  height: 100%;
  display: flex;
  align-items: center;
}

.s-select button[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.s-select.show .dropdown-menu {
  padding-top: 0;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0 !important;
  box-shadow: none !important;
}

/* S-Select */

/* General Css End */

/* Header */

header {
  display: flex;
  justify-content: space-between;
  padding: 80px 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 9;
  align-items: center;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}

header.line:before {
  content: "";
  position: absolute;
  left: calc(20% - 1px);
  height: 100%;
  width: 1px;
  background: #c0c0c0;
}

header.no-border {
  border-bottom: none;
}

header .logo {
}

header .logo svg {
  width: 120px;
  height: 100%;
}

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

header .menu-links .link-item {
  font-weight: normal;
  font-size: 20px;
  color: rgb(0 0 0 / 60%);
}

header .menu-links .link-item.active {
  color: #000;
}

header .menu-links .link-item:hover {
  color: #000;
}

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

header .navs .search-btn {
  position: relative;
  cursor: pointer;
}

header .navs .search-btn svg {
}

header .navs .search-btn svg:nth-child(3) {
  display: none;
}

header .navs .search-btn span {
  position: absolute;
  top: 48%;
  left: 49%;
  transform: translate(-50%, -50%);
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #000;
}

header .navs .lang {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: -15px;
  cursor: pointer;
}

header .navs .lang .lang-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 25px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 9px;
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  will-change: transform;
}

header .navs .lang:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

header .navs .lang .lang-dropdown a {
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #000;
  transition: 0.4s;
}

header .navs .lang .lang-dropdown a.in-active {
  opacity: 0.4;
}

header .navs .lang svg {
}

header .navs .basket-btn {
  position: relative;
  cursor: pointer;
}

header .navs .basket-btn span {
  position: absolute;
  left: 8px;
  top: 16px;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #000;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

header .navs .basket-btn svg {
  fill: none;
  stroke: #292d32;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}

header .navs .mobile-menu-btn {
  width: 30px;
  height: 13px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  display: none;
}

header .navs .mobile-menu-btn span {
  width: 100%;
  height: 1px;
  background: #000;
  transition: 0.4s;
}

.mobile-menu-open header .navs .mobile-menu-btn span:nth-child(1) {
  transform: translate(0px, 5px) rotate(-40deg);
}

.mobile-menu-open header .navs .mobile-menu-btn span:nth-child(2) {
  transform: translate(0px, -7px) rotate(40deg);
}

@media only screen and (max-width: 1440px) {
  header {
    padding: 80px 60px;
  }

  header.line:before {
    left: calc(18% - 1px);
  }
}

@media only screen and (max-width: 1366px) {
  header {
    padding: 45px 50px;
  }

  header .menu-links .link-item {
    font-size: 17px;
  }

  header .menu-links {
    gap: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  header .navs .mobile-menu-btn {
    display: flex;
  }

  header .menu-links {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  header {
    padding: 30px 20px;
  }

  header .navs .lang {
    display: none;
  }

  header .navs {
    gap: 25px;
  }

  header .navs .search-btn svg:nth-child(1),
  header .navs .search-btn span {
    display: none;
  }

  header .navs .search-btn svg:nth-child(3) {
    display: block;
    fill: none;
    stroke: #292d32;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
    width: 30px;
    height: 30px;
    margin-top: 4px;
  }

  header .navs .basket-btn svg {
    width: 30px;
    height: 36px;
  }

  header .navs .basket-btn span {
    transform: scale(0.8);
    left: 6px;
    top: 14px;
  }
}

/* Header */

/* Home Entry */

.entry {
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.entry:before {
  content: "";
  position: absolute;
  left: 25%;
  height: 100%;
  width: 1px;
  background: rgb(0 0 0 / 20%);
  display: none;
}

.entry .top {
  display: flex;
  padding: 70px 100px 0;
  align-items: center;
  height: -webkit-fill-available;
}

.swip-pagi {
  position: absolute;
  top: 92px;
  left: 65%;
  font-weight: normal;
  font-size: 15px;
  color: #000;
  width: max-content;
  height: max-content;
  bottom: unset;
  gap: 10px;
  line-height: 1;
  display: flex;
}

.swip-pagi span:not(.line) {
  width: 20px;
  color: #fff;
}

.swip-pagi span:nth-child(1) {
  font-weight: bold;
}

.swip-pagi .line {
  color: #fff;
  font-size: 21px;
  margin-top: -3px;
  margin-left: -2px;
}

.entry .top .timer {
  position: absolute;
  top: 102px;
  left: 35%;
  width: 170px;
  border-bottom: 1px solid #fff;
}

.entry .top .timer .time-line {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 5px;
  background: #fff;
  width: 0;
  transition: 0.4s;
  transition-timing-function: cubic-bezier(1, 1, 0, 0);
}

.entry .top .timer .time-line.active {
  transition: 7s;
  width: calc(100%);
  transition-timing-function: cubic-bezier(1, 1, 0, 0);
}

.entry .top .links {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 394px;
}

.entry .top .links .link-item {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}

.entry .top .links .link-item span {
  font-weight: bold;
  font-size: 15px;
  margin-right: 15px;
}

.entry .top .swiper.p-img {
  width: 650px;
  margin-top: auto;
  margin-left: 0;
  margin-bottom: -55px;
  z-index: 1;
  /* background: #ededed; */
  max-height: 43vw;
  width: 47.7%;
  margin: unset;
}

.entry .top .swiper.p-img .swiper-slide {
  /* background: #ededed; */
  /* opacity: 1 !important; */
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}

.entry .top .swiper.p-img .swiper-slide img {
  width: 96%;
  height: max-content;
  margin: 0 auto;
  max-height: 38vw;
  object-fit: contain;
  /* margin: unset; */
  margin-top: 11.6375vw;
}

.entry .top .swiper.slide-exp {
  width: 490px;
}

.entry .top .swiper.slide-exp .swiper-slide {
  display: flex;
  flex-direction: column;
  padding-left: 70px;
}

.entry .top .swiper.slide-exp .swiper-slide .link {
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 43px;
}

.entry .top .swiper.slide-exp .swiper-slide .link svg {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  margin-left: 20px;
}

.entry .top .swiper.slide-exp .swiper-slide .p-name {
  font-weight: bold;
  font-size: 41px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 60px;
}

.entry .top .swiper.slide-exp .swiper-slide .mid {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.entry .top .swiper.slide-exp .swiper-slide .mid .discound {
  white-space: nowrap;
  padding: 30px 45px;
  border: 1px solid #707070;
}

.entry .top .swiper.slide-exp .swiper-slide .mid p {
  width: 200px;
  margin-left: 35px;
  margin-bottom: 0;
}

.entry .top .swiper.slide-exp .swiper-slide .out-link {
  font-weight: bold;
  font-size: 15px;
  color: #000;
  border-bottom: 1px solid #707070;
  width: max-content;
  padding: 15px 48px;
}

.entry .top .swiper.slide-exp .swiper-slide .price {
  display: flex;
  align-items: center;
}

.entry .top .swiper.slide-exp .swiper-slide .price span {
  font-weight: normal;
  font-size: 40px;
  color: #000;
}

.entry .top .swiper.slide-exp .swiper-slide .price .old {
  font-size: 17px;
  opacity: 0.5;
  text-decoration: line-through;
  margin-left: 45px;
}

.entry .top .slide-exp-cont {
  position: relative;
}

.entry .bottom {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
}

.entry .bottom .scroll {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.3em;
  color: #000;
  background: #fff;
  padding: 55px 0;
}

.entry .bottom .scroll svg {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  margin-top: -17px;
  margin-right: 15px;
}

.entry .bottom .products {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 345px;
  transition: 0.5s;
}

.entry .bottom .products .span {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 32px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.entry .bottom .products .p-item {
  font-weight: normal;
  font-size: 15px;
  color: #fff;
  width: 100%;
  padding: 25px 0;
  padding-left: 40px;
  position: relative;
  transition: 0.4s;
  display: flex;
  align-items: center;
  height: auto;
  line-height: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.entry .bottom .products .p-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #fff;
  transition: 0.4s;
}

.entry .bottom .products .p-item:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
  width: 21px;
  height: 11px;
  border-radius: 15px;
  border: 1px solid #707070;
  transition: 0.4s;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}

.entry .bottom .products .p-item:hover:after {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.entry .bottom .discorver {
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  position: relative;
  z-index: 1;
  position: absolute;
}

.entry .bottom .discorver svg {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  margin-left: 35px;
  transition: 0.4s;
}

@media screen and (max-height: 800px) {
  .entry .bottom .products .p-item {
    padding: 12.5px 0 12.5px 40px;
  }
}

/* Home Entry */

/* Home Categories */

.home-categories {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  padding-bottom: 150px;
}

.home-categories:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: -90px;
  background: #fff;
  width: 80%;
  z-index: -1;
}

.home-categories .left {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.home-categories .left .tab-links {
  position: relative;
  margin-bottom: 60px;
}

.home-categories .left .tab-links .swiper {
  width: 100%;
  padding-left: 100px;
}

.home-categories .left .tab-links .swiper .swiper-slide {
  font-weight: bold;
  font-size: 40px;
  color: #0000;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: rgb(0 0 0 / 70%);
  transition: 0.4s;
  cursor: pointer;
}

.home-categories .left .tab-contents {
  padding-left: 100px;
  position: relative;
  height: 545px;
}

.home-categories .left .tab-contents .content-item {
  position: absolute;
  left: 100px;
  top: 0;
  width: -webkit-fill-available;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.4s;
}

.home-categories .left .tab-contents .content-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.home-categories .left .tab-contents .content-item .swiper.p-slider {
  width: 100%;
}

.home-categories
  .left
  .tab-contents
  .content-item
  .swiper.p-slider
  .swiper-slide {
}

.home-categories .left .tab-links .swiper .swiper-slide.swiper-slide-active {
  color: #000;
}

.home-categories .left .tab-links:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background: linear-gradient(270deg, #ffffff 45%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

.swip-infos {
  display: flex;
  align-items: center;
  margin-top: 45px;
}

.swip-infos .swip-part-line {
  border-bottom: 1px solid #000;
  margin-right: 25px;
}

.swip-infos .swip-pagi {
  position: unset;
}

.swip-navs {
  position: absolute;
  animation: inherit;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 40px;
  z-index: 2;
}

.swip-navs div {
  cursor: pointer;
  display: block !important;
}

.swip-navs div svg {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.product-item {
  display: flex;
  flex-direction: column-reverse;
  border: 1px solid #a2a2a2;
  background: none;
  padding: 25px;
  overflow: hidden;
}

.product-item.fill {
  background: #f5f4f4;
  border: none;
}

.product-item .badge {
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  background: #000;
  padding: 10px 20px;
  border-radius: 45px;
  /* margin-bottom: 20px; */
  white-space: unset;
  width: max-content;
  max-width: 100%;
}

.product-item .p-name {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  width: 95%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.product-item .colors {
  width: 100px;
  height: 20px;
  border-radius: 100px;
  display: flex;
  gap: 7px;
  margin-top: 20px;
}

.product-item .colors .color {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  transition: 0.4s;
}

.product-item .colors .color:hover {
  border: 1px solid black;
  transition: 0.4s;
}

.product-item .img {
  width: 100%;
  height: 300px;
  background: no-repeat center bottom/contain;
}

.swip-part-line {
  flex: 1;
}

.swip-part-line .line {
  height: 3px;
  width: 0;
  background: black;
  transition: 0.4s;
}

.home-categories > .img {
  width: 45%;
  height: 38vw;
  background: no-repeat center/cover;
}

/* Home Categories */

/* Good Together */

.good-together {
  padding: 0 100px;
}

.good-together .title {
  font-weight: normal;
  font-size: 113px;
  color: #000;
  margin-bottom: 55px;
}

.good-together .top {
  position: relative;
}

.good-together .top .swiper {
  height: 620px;
  padding-right: 360px;
}

.good-together .top .swiper .swiper-slide {
  background: no-repeat center/cover;
}

.good-together .top .tab-contents {
  position: absolute;
  z-index: 2;
  background: #ededed;
  top: 0;
  right: 10%;
  padding: 140px 60px 60px;
  width: 570px;
  height: 485px;
}

.good-together .top .tab-contents .content-item {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scale(1.2);
}

.good-together .top .tab-contents .content-item.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.good-together .top .tab-contents .content-item .name {
  font-weight: bold;
  font-size: 41px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 55px;
  padding-right: 45px;
}

.lined-link {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  padding: 0px 0px 15px 25px;
  border-bottom: 1px solid #707070;
  position: relative;
}

.lined-link svg {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  margin-left: 20px;
  transition: 0.4s;
}

.lined-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 1px;
  background: #707070;
}

.lined-link:hover svg {
  margin-left: 25px;
}

.lined-link:hover {
  color: #000;
}

.lined-link + .lined-link {
  margin-left: 75px;
}

.good-together .swip-infos {
}

.good-together .top .tab-contents .swip-navs {
  left: 60px;
  top: 70px;
}

/* Good Together */

/* Best Serie */

.best-serie {
  display: flex;
  margin-top: 255px;
  justify-content: space-between;
}

.best-serie .left {
  width: 45%;
  position: relative;
}

.best-serie .left:before {
  content: "";
  position: absolute;
  left: -210px;
  top: -100px;
  width: 900px;
  height: 900px;
  border: 1px solid;
  border-radius: 100%;
  z-index: -1;
  opacity: 0.2;
}

.best-serie .left .img {
  width: 100%;
  background: no-repeat center/contain;
  height: 1060px;
}

.best-serie .right {
  flex: 1;
  position: relative;
  overflow: hidden;
  margin: 0 9vw;
}

.best-serie .right .title {
  font-weight: bold;
  font-size: 4.4vw;
  color: #000;
  padding-right: 6vw;
}

.best-serie .right .swip-infos {
  max-width: 85%;
  margin-bottom: 65px;
}

.best-serie .right .swip-infos .swip-part-line {
}

.best-serie .right .swip-infos .swip-pagi {
}

.best-serie .right .swiper {
}

.best-serie .right .swiper .swiper-slide {
}

.best-serie .right .swiper .swiper-slide .product-item {
}

/* Best Serie */

/* Home About */

.home-about {
  padding-left: 200px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.home-about:before {
  content: "";
  position: absolute;
  left: 100px;
  right: 100px;
  bottom: -100px;
  height: 200px;
  background: #ededed;
}

.home-about .left {
  width: 60%;
  padding-top: 65px;
  position: relative;
}

.home-about .left span {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.3em;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  margin-bottom: 130px;
}

.home-about .left p {
  font-weight: normal;
  font-size: 2.3vw;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  padding-right: 185px;
}

.home-about .right {
  width: 40%;
}

.home-about .right .img {
  width: 100%;
  height: 580px;
  background: no-repeat center/contain;
  margin-bottom: 95px;
}

.home-about .right p {
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 85px;
  padding-right: 11vw;
  position: relative;
}

.home-about .right .links {
}

.home-about .right .links a {
}

.home-about .left span:before {
  content: "";
  position: absolute;
  left: 210px;
  top: 50%;
  transform: translateY(-50%);
  right: -150px;
  height: 1px;
  background: rgb(0 0 0 / 20%);
}

/* Home About */

/* Home Stats */

.home-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 270px 0 250px 0;
  position: relative;
  margin: -10px 0 -125px;
}

.home-stats .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: no-repeat center/cover;
  background-attachment: fixed;
}

.home-stats .bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 50%);
}

.home-stats svg {
  width: 900px;
  height: 266px;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 1300px;
  /* stroke-dashoffset: 1300px; */
}

.home-stats .stats {
  display: flex;
  gap: 150px;
  margin-top: 180px;
}

.home-stats .stats .stat-item {
}

.home-stats .stats .stat-item span {
  font-weight: normal;
  font-size: 25px;
  color: #fff;
  line-height: 1;
  margin-bottom: 25px;
  display: block;
}

.home-stats .stats .stat-item p {
  font-weight: normal;
  font-size: 65px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  line-height: 1;
}

/* Home Stats */

/* Home Brands */

.home-brands {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-brands .swiper {
  width: 100%;
  padding: 0 100px;
}

.home-brands .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 85px;
}

.home-brands .swiper .swiper-slide img {
  /* max-width: 70%;
    max-height: 70%; */
}

/* Home Brands */

/* Home Responsive */

@media only screen and (max-width: 1680px) {
  .entry .bottom .scroll {
    width: 20%;
  }

  .entry:before {
    left: 20%;
  }

  .entry .top .links {
    width: 227px;
  }

  .entry .top .swiper.p-img {
    /* width: 570px; */
    margin: 0 0 0 12px;
  }

  .home-categories .left {
    padding-top: 65px;
  }

  .home-categories:before {
    width: 80.3%;
  }

  .home-about:before {
    left: 50px;
    right: 50px;
  }
}

@media only screen and (max-width: 1600px) {
  .entry .top .swiper.p-img {
    width: 603px;
    margin-bottom: -22px;
  }

  .entry .top .swiper.slide-exp .swiper-slide .p-name {
    font-size: 33px;
    margin-bottom: 40px;
  }

  .entry .top .swiper.slide-exp .swiper-slide .mid p {
    font-size: 13px;
  }

  .entry .top .swiper.slide-exp .swiper-slide .mid .discound {
    padding: 25px 40px;
  }

  .entry .top .swiper.slide-exp .swiper-slide .link {
    margin-bottom: 25px;
  }

  .entry .top .swiper.slide-exp .swiper-slide .mid {
    margin-bottom: 40px;
  }

  .home-categories > .img {
    width: 40%;
  }

  .home-categories .left {
    width: 55%;
  }

  .home-categories:before {
    width: 82.55%;
  }

  .good-together .title {
    font-size: 90px;
  }

  .home-about {
    padding-left: 100px;
  }

  .home-about .right .img {
    margin-bottom: 40px;
  }

  .home-stats svg {
    width: 730px;
    height: 230px;
  }

  .home-stats .stats {
    margin-top: 150px;
  }

  .entry .top .swiper.p-img .swiper-slide img {
    max-height: 35vw;
  }
}

@media only screen and (max-width: 1440px) {
  .entry .top .swiper.p-img .swiper-slide img {
    max-height: 35vw;
  }

  .entry .top {
    padding: 70px 60px 0;
  }

  .entry .top .slide-exp-cont {
    margin-right: 0;
  }

  .entry .top .swiper.slide-exp .swiper-slide {
    padding-left: 50px;
  }

  .entry .top .slide-exp-cont:after {
    width: 60px;
    left: -60px;
  }

  .home-categories .left .tab-links .swiper .swiper-slide {
    font-size: 35px;
  }

  .home-categories:before {
    width: 77.6%;
  }

  .home-categories .left .tab-contents .content-item .swiper.p-slider {
    padding-right: 160px;
  }

  .good-together .top .tab-contents .content-item .name {
    font-size: 35px;
  }

  .good-together .top .tab-contents {
    height: 420px;
  }

  .good-together .top .swiper {
    height: 510px;
  }

  .best-serie .left .img {
    height: 700px;
  }

  .best-serie .left:before {
    width: 700px;
    height: 700px;
  }

  .best-serie .right .title {
    font-size: 4vw;
  }

  .best-serie {
    align-items: end;
  }

  .best-serie .left {
    width: 40%;
  }

  .best-serie .right {
    width: 55%;
  }

  .home-about {
    margin-top: 85px;
  }

  .home-about .right {
    width: 45%;
  }

  .home-about .left {
    width: 55%;
  }
}

@media only screen and (max-width: 1366px) {
  .entry .top .links {
    gap: 25px;
  }

  .entry .top .swiper.p-img {
    width: 420px;
  }

  .entry .top .timer {
    top: 66px;
  }

  .swip-pagi {
    top: 57px;
  }

  .entry .top .swiper.slide-exp .swiper-slide .p-name {
    font-size: 27px;
    margin-bottom: 35px;
  }

  .entry .top .swiper.slide-exp .swiper-slide .link {
    font-size: 18px;
  }

  .entry .top .swiper.slide-exp .swiper-slide .mid .discound {
    padding: 17px 40px;
  }

  .entry .top .swiper.slide-exp .swiper-slide .price span {
    font-size: 30px;
  }

  .entry .top .swiper.slide-exp .swiper-slide .price .old {
    font-size: 15px;
  }

  .home-categories {
    padding-bottom: 80px;
  }

  .good-together .title {
    font-size: 70px;
  }

  .home-categories:before {
    width: 80%;
    bottom: -60px;
  }

  .good-together {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .entry .top {
    flex-direction: column;
    padding: 120px 60px 0 290px;
    justify-content: center;
  }

  .entry .top .links {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
  }

  .entry .top .swiper.p-img {
    width: 600px;
    margin: 0 auto 70px;
    max-height: unset;
  }

  .entry .top .slide-exp-cont {
    width: 90%;
  }

  .entry:before {
    left: 25%;
  }

  .entry .bottom .products {
    width: 480px;
    padding: 0;
  }

  .entry .bottom .scroll {
    width: 25%;
  }

  .entry .bottom .products .p-item {
    display: block !important;
  }

  .entry .bottom .products .swiper {
    padding-left: 75px;
  }

  .entry .bottom .products .swiper .swiper-wrapper {
    align-items: center;
  }

  .entry .bottom .products:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 160px;
    background: linear-gradient(90deg, white 20%, #ffffff00 100%);
    z-index: 2;
  }

  .entry .top .timer {
    width: 150px;
    left: 30%;
  }

  .swip-pagi {
    left: 53%;
  }

  .home-categories {
    flex-direction: column;
    align-items: start;
  }

  .home-categories .left {
    width: 70%;
  }

  .home-categories > .img {
    margin-left: auto;
    width: 60%;
    height: 40vw;
  }

  .good-together .top .swiper {
    padding-right: 160px;
  }

  .good-together .top .tab-contents .content-item .name {
    font-size: 32px;
  }

  .good-together .top .tab-contents {
    height: 360px;
    padding: 120px 60px 60px;
  }

  .good-together .top .tab-contents .swip-navs {
    top: 50px;
  }

  .best-serie .left:before {
    left: -270px;
  }

  .best-serie .right .title {
    padding-right: 14vw;
  }

  .home-about {
    padding-left: 50px;
  }

  .home-about .left p {
    padding-right: 80px;
  }

  .home-about .left {
    width: 45%;
  }

  .home-about .right {
    width: 55%;
  }

  .home-about:before {
    left: 25px;
    right: 25px;
  }

  .home-about .right .img {
    height: 470px;
  }

  .home-stats svg {
    width: 62vw;
    height: auto;
  }

  .home-stats .stats .stat-item span {
    font-size: 20px;
  }

  .home-stats .stats .stat-item p {
    font-size: 61px;
  }

  .home-stats .stats {
    gap: 100px;
    margin-top: 120px;
  }
}

@media only screen and (max-width: 900px) {
  .entry .top .swiper.p-img {
    width: 580px;
  }

  .entry .top .links {
    display: none;
  }

  .entry .top {
    padding: 180px 60px 0;
  }

  .entry:before {
    display: none;
  }

  .entry .top .timer {
    left: 50px;
    top: 135px;
  }

  .entry {
    height: max-content;
  }

  .entry .bottom .scroll {
    display: none;
  }

  .entry .bottom .products .span {
    left: 25px;
  }

  .entry .top .slide-exp-cont {
    margin-bottom: 45px;
  }

  .swip-pagi {
    left: unset;
    right: 50px;
    top: 123px;
  }

  .home-categories .left {
    width: 85%;
  }

  .home-categories:before {
    width: 95%;
    bottom: -35px;
  }

  .home-categories .left .tab-links .swiper {
    padding-left: 50px;
  }

  .home-categories .left .tab-links .swiper .swiper-slide {
    font-size: 32px;
  }

  .home-categories .left .tab-contents {
    padding-left: 50px;
  }

  .home-categories .left .tab-contents .content-item {
    left: 50px;
  }

  .home-categories > .img {
    width: 79%;
    margin-left: 50px;
    height: 45vw;
  }

  .home-categories {
    padding-bottom: 120px;
  }

  .good-together .title {
    font-size: 60px;
    line-height: 1;
  }

  .good-together .top .tab-contents {
    position: unset;
    width: 100%;
    padding: 110px 20px 60px;
    height: 340px;
  }

  .good-together .top {
    display: flex;
    flex-direction: column-reverse;
  }

  .good-together .top .swiper {
    width: 100%;
    height: 310px;
    padding-right: 90px;
  }

  .good-together .top .tab-contents .swip-navs {
    left: 20px;
  }

  .good-together .top .tab-contents .content-item .name {
    margin-bottom: 40px;
  }

  .lined-link {
    font-size: 18px;
  }

  .best-serie {
    flex-direction: column;
    align-items: center;
    margin-top: 135px;
  }

  .best-serie .left {
    width: 60%;
  }

  .best-serie .left:before {
    width: 600px;
    height: 600px;
    left: 0%;
    transform: translate(-50%, -50%);
    top: 40%;
  }

  .best-serie .right {
    width: 100%;
    padding: 0 65px;
    margin-top: -80px;
    padding: 0 32px;
  }

  .best-serie .right .swiper {
    margin: 0 -65px;
    padding: 0 65px;
  }

  .home-about .right .links {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }

  .home-about .left p {
    padding-right: 60px;
  }

  .home-about .right .img {
    height: 310px;
    margin-top: 65px;
  }

  .home-about .right p {
    padding-right: 30px;
  }

  .home-brands {
    height: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .entry .top .timer {
    left: 25px;
    top: 120px;
  }

  .swip-pagi {
    right: 25px;
    top: 110px;
  }

  .entry .top {
    padding: 150px 25px 0;
  }

  .entry .top .swiper.p-img {
    width: calc(100% + 50px);
    margin: 0 -50px 0px;
  }

  .entry .top .swiper.p-img .swiper-slide {
    padding: 25px;
  }

  .entry .top .slide-exp-cont:after {
    display: none;
  }

  .entry .top .slide-exp-cont {
    width: 100%;
  }

  .entry .top .swiper.slide-exp {
    width: 100%;
  }

  .entry .top .swiper.slide-exp .swiper-slide {
    padding-left: 30px;
  }

  .entry .top .swiper.slide-exp .swiper-slide .link {
    font-size: 17px;
  }

  .entry .top .swiper.slide-exp .swiper-slide .p-name {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .entry .top .swiper.slide-exp .swiper-slide .mid {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .entry .top .swiper.slide-exp .swiper-slide .mid .discound {
    width: 100%;
    text-align: center;
  }

  .entry .top .swiper.slide-exp .swiper-slide .mid p {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 15px;
  }

  .entry .top .swiper.slide-exp .swiper-slide .price {
    flex-direction: column;
    justify-content: center;
  }

  .entry .top .swiper.slide-exp .swiper-slide .price .old {
    margin-left: 0;
    margin-top: 5px;
  }

  .entry .bottom .products .span {
    writing-mode: unset;
    transform: translate(-50%, -50%) rotate(0deg);
    top: 0;
    left: 50%;
    background: none;
  }

  .entry .bottom .discorver {
    display: none;
  }

  .entry .bottom .products {
    width: 100%;
  }

  .entry .bottom .products .swiper {
    padding: 0px 40px 0px 15px;
  }

  .entry .bottom .products:before {
    display: none;
  }

  .entry .top .swiper.slide-exp .swiper-slide .out-link {
    margin: 0 auto;
  }

  .home-categories:before {
    width: 100%;
    bottom: -25px;
  }

  .home-categories .left {
    width: 100%;
    padding-top: 20px;
    display: none;
  }

  .home-categories .left .tab-links .swip-navs {
    display: none;
  }

  .home-categories .left .tab-links .swiper {
    padding-left: 25px;
    padding-right: 95px;
  }

  .home-categories .left .tab-contents {
    padding-left: 0;
  }

  .home-categories .left .tab-contents .content-item {
    left: 0;
  }

  .home-categories .left .tab-contents .content-item .swiper.p-slider {
    padding: 0 45px;
  }

  .home-categories .left .tab-links .swiper .swiper-slide {
    font-size: 27px;
  }

  .home-categories .left .tab-links:before {
    display: none;
  }

  .home-categories .left .tab-links {
    margin-bottom: 35px;
  }

  .home-categories .left .tab-contents .swip-infos {
    width: 85%;
    margin: 30px auto 0;
  }

  .home-categories > .img {
    width: 90%;
    margin: 0 auto;
    height: 60vw;
  }

  .home-categories {
    padding-bottom: 85px;
    margin-top: 50px;
  }

  .swip-navs div svg {
    width: 35px;
    height: 35px;
  }

  .lined-link {
    font-size: 16px;
  }

  .good-together {
    padding: 0 25px;
  }

  .good-together .title {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .good-together .top .tab-contents .swip-navs {
    top: 30px;
    left: 5px;
  }

  .good-together .top .tab-contents {
    padding: 75px 5px 0px;
    height: 280px;
  }

  .good-together .top .tab-contents .content-item .name {
    padding-right: 0;
    font-size: 25px;
    margin-bottom: 35px;
  }

  .good-together .top .swiper {
    width: calc(100% + 50px);
    height: 220px;
    padding-right: 30px;
    margin: -25px;
  }

  .best-serie .left .img {
    height: 320px;
  }

  .best-serie .left {
    width: 70%;
  }

  .entry .top .swiper.p-img .swiper-slide img {
    object-fit: cover;
    width: 100%;
    max-height: 180px;
    height: 100%;
  }

  .best-serie .left:before {
    width: 360px;
    height: 360px;
  }

  .best-serie .right {
    margin-top: 30px;
    padding: 0 1.5rem;
  }

  .best-serie .right .title {
    font-size: 27px;
    padding-right: 30px;
  }

  .best-serie .right .swip-infos {
    margin-bottom: 40px;
  }

  .best-serie .right .swiper {
    padding: 0 40px;
    margin: 0 -30px;
  }

  .product-item .p-name {
  }

  .home-about {
    padding-left: 0;
    flex-direction: column;
    padding: 0 25px;
  }

  .home-about .left {
    width: 100%;
    padding-top: 0;
  }

  .home-about .left span {
    margin-bottom: 35px;
  }

  .home-about .left p {
    padding: 0;
    font-size: 13px;
  }

  .home-about .left span:before {
    left: 170px;
    right: 0;
  }

  .home-about .right {
    width: 100%;
  }

  .home-about .right .img {
    height: 260px;
    margin-top: 30px;
  }

  .home-about .right p {
    padding-right: 0;
    font-size: 14px;
    margin-bottom: 60px;
  }

  .home-about .right .links {
    flex-direction: column;
    display: flex;
  }

  .lined-link + .lined-link {
    margin-left: 0;
    margin-top: 35px;
  }

  .home-about:before {
    bottom: -150px;
  }

  .home-stats svg {
    width: 85vw;
  }

  .home-stats .stats {
    margin-top: 70px;
    width: 100%;
  }

  .home-stats {
    padding: 240px 0 130px 0;
    margin: -10px 0 -70px;
  }

  .home-stats .stats .stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-stats .stats .swiper {
    padding: 0 75px;
  }

  .home-brands {
    height: 130px;
  }

  .product-item .img {
    height: 240px;
  }

  .good-together .top .tab-contents .content-item {
    transform: translateY(20px);
  }
  .best-serie {
    margin-top: 40px;
  }
}

/* Home Responsive */

/* Footer */

footer {
  margin-top: 80px;
}

footer .sliding-text {
  display: flex;
  overflow: hidden;
}

footer .sliding-text .wrapper {
  display: flex;
  transform: translateX(-110px);
}

footer .sliding-text .text-item {
  font-weight: bold;
  font-size: 80px;
  text-align: left;
  color: #fff0;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #000;
  position: relative;
  margin: 0;
  white-space: nowrap;
}

footer .sliding-text .text-item > span {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  overflow: hidden;
  transition: 0.4s;
  pointer-events: none;
}

footer .sliding-text .text-item > span > span {
  transform: translateX(100%);
  display: block;
  color: #000;
  transition: 0.4s;
}

footer .sliding-text .text-item:hover span {
  transform: translateX(0px);
}

footer .sliding-text .text-item + .text-item:before {
  content: "";
  position: absolute;
  left: 60px;
  height: 1px;
  background: #000000;
  width: 70px;
  top: 50%;
  transform: translateY(-50%);
}

footer .sliding-text .text-item + .text-item {
  padding-left: 200px;
}

footer .sliding-text .text-item + .text-item > span {
  left: 200px;
}

footer .footer-cnt {
  display: flex;
  border-top: 1px solid rgb(0 0 0 / 20%);
  margin-top: 30px;
}

footer .footer-cnt .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  padding: 80px 110px 60px;
  border-right: 1px solid rgb(0 0 0 / 20%);
}

footer .footer-cnt .left .e-news {
  margin-bottom: 95px;
}

footer .footer-cnt .left .e-news p {
  font-weight: normal;
  font-size: 33px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 45px;
}

footer .footer-cnt .left .e-news form {
}

footer .footer-cnt .left .e-news form .top-side {
  display: flex;
  margin-bottom: 20px;
}

footer .footer-cnt .left .e-news form .top-side input {
  background: none;
  border: 0;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  padding-bottom: 10px;
  width: 315px;
}

footer .footer-cnt .left .e-news form .top-side .buttons {
  display: flex;
  border: 1px solid #707070;
  outline: 0;
  box-shadow: none;
}

footer .footer-cnt .left .e-news form .top-side .buttons button {
  border: 0;
  font-size: 15px;
  text-align: center;
  color: #000;
  padding: 5px 10px;
  position: relative;
}

footer .footer-cnt .left .e-news form .policy {
}

footer .footer-cnt .left .e-news form .policy input {
  width: 1px;
  height: 1px;
  position: absolute;
}

footer .footer-cnt .left .e-news form .policy label {
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #000;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}

footer .footer-cnt .left .e-news form .policy label a {
  text-decoration: underline;
  color: #000;
}

footer .footer-cnt .left .e-news form .policy label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  top: 0;
  border: 1px solid #707070;
  transition: 0.4s;
}

footer .footer-cnt .left .e-news form .policy label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 12px;
  height: 12px;
  border: 1px solid #707070;
  background: #000;
  opacity: 0;
}

footer .footer-cnt .left .e-news form .policy input:checked ~ label:before {
  transform: scale(0.6);
  background: #000;
}

footer .footer-cnt .left .e-news form .top-side input::placeholder {
  color: #000;
}

footer
  .footer-cnt
  .left
  .e-news
  form
  .top-side
  .buttons
  button
  + button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #707070;
  transform: skewX(-18deg);
}

footer .footer-cnt .left > a {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 33px;
  color: #000;
}

footer .footer-cnt .left a svg {
  fill: none;
  stroke: #292d32;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
  margin-right: 15px;
}

footer .footer-cnt .right {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .footer-cnt .right .infos {
  display: flex;
  justify-content: space-around;
  padding: 75px 0;
}

footer .footer-cnt .right .infos .p-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 110px;
  width: 540px;
}

footer .footer-cnt .right .infos .p-categories span {
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 25px;
  color: #000;
}

footer .footer-cnt .right .infos .p-categories .p-item {
  font-weight: normal;
  font-size: 15px;
  color: #000;
  width: 105px;
  padding-left: 40px;
  position: relative;
  transition: 0.4s;
  display: flex;
  align-items: center;
}

footer .footer-cnt .right .infos .p-categories .p-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #707070;
  transition: 0.4s;
}

footer .footer-cnt .right .infos .p-categories .p-item:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
  width: 21px;
  height: 11px;
  border-radius: 15px;
  border: 1px solid #707070;
  transition: 0.4s;
  background: #000;
  opacity: 0;
  visibility: hidden;
}

footer .footer-cnt .right .infos .p-categories .p-item:hover:after {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  visibility: visible;
}

footer .footer-cnt .right .infos .social {
  display: flex;
  flex-direction: column;
}

footer .footer-cnt .right .infos .social span {
  font-weight: normal;
  font-size: 25px;
  color: #000;
  margin-bottom: 50px;
}

footer .footer-cnt .right .infos .social .social-item {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 15px;
  color: #000;
}

footer .footer-cnt .right .infos .social .social-item svg {
  margin-right: 20px;
}

footer .footer-cnt .right .infos .social .social-item + .social-item {
  margin-top: 15px;
}

footer .footer-cnt .right .signature {
  display: flex;
  justify-content: space-around;
  padding: 50px 0;
  border-top: 1px solid rgb(0 0 0 / 20%);
}

footer .footer-cnt .right .signature .cc {
  font-weight: normal;
  font-size: 15px;
  color: #000;
}

footer .footer-cnt .right .signature .cc strong {
}

footer .footer-cnt .right .signature .policys {
  display: flex;
}

footer .footer-cnt .right .signature .policys .policy-item {
  font-weight: normal;
  font-size: 15px;
  color: #000;
}

footer .footer-cnt .right .signature .policys .policy-item + .policy-item {
  padding-left: 15px;
  position: relative;
}

footer
  .footer-cnt
  .right
  .signature
  .policys
  .policy-item
  + .policy-item:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 1px;
  height: 15px;
  background: gray;
  transform: skewX(-20deg);
  opacity: 0.7;
}

footer .footer-cnt .right .signature .design {
  display: flex;
}

footer .footer-cnt .right .signature .design span {
  white-space: nowrap;
  font-weight: normal;
  font-size: 15px;
  color: #000;
}

footer .footer-cnt .right .signature .design img {
  margin-left: 10px;
}

@media only screen and (max-width: 1200px) {
  footer .sliding-text .text-item {
    font-size: 60px;
  }

  footer .sliding-text .wrapper {
    transform: translateX(-300px);
  }

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

  footer .footer-cnt .left {
    width: 100%;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
  }

  footer .footer-cnt .right {
    width: 100%;
  }

  footer .footer-cnt .left .e-news {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 900px) {
  footer .sliding-text .wrapper {
    transform: translateX(-200px);
  }

  footer .sliding-text .text-item {
    font-size: 40px;
  }

  footer .sliding-text .text-item + .text-item {
    padding-left: 150px;
  }

  footer .sliding-text .text-item + .text-item:before {
    width: 50px;
    left: 45px;
  }

  footer .footer-cnt .left {
    padding: 60px 60px;
  }

  footer .footer-cnt .right .infos {
    padding: 75px 40px;
  }

  footer .footer-cnt .right .infos .p-categories {
    width: 480px;
    gap: 50px 60px;
  }

  footer .footer-cnt .right .infos .p-categories .p-item {
  }
}

@media only screen and (max-width: 767px) {
  footer .sliding-text .text-item {
    font-size: 30px;
  }

  footer .sliding-text .text-item + .text-item {
    padding-left: 70px;
  }

  footer .sliding-text .text-item + .text-item:before {
    width: 20px;
    left: 25px;
  }

  footer .sliding-text .wrapper {
    transform: translateX(-210px);
  }

  footer .footer-cnt .left {
    padding: 50px 30px;
  }

  footer .footer-cnt .left .e-news p {
    font-size: 24px;
    margin-bottom: 40px;
  }

  footer .footer-cnt .left .e-news form .policy label {
    font-size: 12px;
  }

  footer .footer-cnt .left .e-news form .policy label:before {
    width: 18px;
    height: 18px;
  }

  footer .footer-cnt .left .e-news form .policy label:after {
    left: 3px;
    top: 3px;
  }

  footer .footer-cnt .left .e-news {
    margin-bottom: 35px;
  }

  footer .footer-cnt .left > a {
    font-size: 25px;
  }

  footer .footer-cnt .left a svg {
    width: 35px;
  }

  footer .footer-cnt .right .infos .p-categories {
    display: none;
  }

  footer .footer-cnt .right .infos {
    padding: 35px 40px;
  }

  footer .footer-cnt .right .signature {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
  }

  footer .footer-cnt .right .infos .social span {
    margin-bottom: 10px;
    width: 100%;
    font-size: 24px;
  }

  footer .footer-cnt .right .infos .social {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 13px 10%;
  }

  footer .footer-cnt .right .infos .social .social-item {
    width: 45%;
  }

  footer .footer-cnt .right .infos .social .social-item + .social-item {
    margin-top: 0;
  }
}

/* Footer */

/* Mobile Menu */

.mobile-menu {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  background: #ededed;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 99;
  width: 100%;
  max-width: 100%;
  bottom: 0;
  min-height: 100vh;
  padding-bottom: 0;
  border-top: 1px solid #0000000a;
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  .mobile-menu {
    display: block;
    top: 134px;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-menu {
    width: 100%;
    top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .mobile-menu .mobile-nav-title h3 {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-menu .mobile-nav-title h3 {
    display: block;
    top: 50px;
    left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  header .hamburger-menu {
    right: 20px;
  }
}

@media only screen and (max-height: 500px) and (orientation: landscape) {
  .mobile-menu .hamburger-menu {
    right: 5rem;
  }
}

@-webkit-keyframes menuListAnimate {
  0% {
    margin-top: 40px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes menuListAnimate {
  0% {
    margin-top: 40px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.mobile-menu .mobile-nav {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  max-height: 100vh;
  padding-bottom: 200px;
  overflow-y: auto;
}

.mobile-menu:before,
.mobile-menu:after {
  content: "";
  position: absolute;
  left: -100%;
  right: unset;
  top: -190px;
  width: 400px;
  height: 400px;
  border: 1px solid #000;
  border-radius: 100%;
  z-index: -1;
  opacity: 0.1;
  transition: 0.4s;
  transition-delay: 0s;
}

.mobile-menu:after {
  top: unset;
  bottom: 0;
  left: unset;
  right: -100%;
}

.mobile-menu.open:before {
  left: -50%;
  transition-delay: 0.4s;
}

.mobile-menu.open:after {
  right: -50%;
  transition-delay: 0.4s;
}

.mobile-menu .mobile-nav .user-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.mobile-menu .mobile-nav .user-menu ul li {
  flex: 1 1 33%;
  text-align: center;
  margin-bottom: 30px;
}

.mobile-menu .mobile-nav .user-menu {
  margin-bottom: -20px;
  margin-top: 20px;
}

.mobile-menu .mobile-nav .user-menu > div a {
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  color: #fff;
}

.mobile-menu .mobile-nav .user-menu > div {
  margin-left: 40px;
  margin-bottom: 30px;
}

.mobile-menu .mobile-nav .user-menu ul li:last-child {
  display: flex;
  justify-content: center;
  border-left: none;
  background: #1c6031;
  padding: 12px 0;
}

.mobile-menu .mobile-nav .user-menu > div a svg {
  width: 20px;
  height: 16px;
}

.mobile-menu .mobile-nav .user-menu ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu .mobile-nav .user-menu ul li:last-child a svg path {
  fill: #2aa850;
}

.mobile-menu .mobile-nav .user-menu ul li a {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu .mobile-nav .user-menu ul li:last-child a {
  color: #fff;
}

.mobile-menu .mobile-nav .user-menu ul li a span svg {
  width: 25px;
  height: 20px;
  margin-right: 10px;
}

.mobile-menu .mobile-nav .user-menu ul li a span svg path {
  fill: #fff;
}

.mobile-menu .mobile-nav .user-menu ul li a + a {
  margin-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 50px;
}

.mobile-menu .mobile-nav::-webkit-scrollbar {
  width: 0px;
}

.mobile-menu .mobile-nav .language-item {
  padding: 10px 40px 0;
  margin-top: 15px;
}

.mobile-menu .mobile-nav .language-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  padding-left: 0;
}

.mobile-menu .mobile-nav .language-item ul li.lang-active a {
  color: black;
}

.mobile-menu .mobile-nav .language-item ul li + li {
  margin-left: 10px;
  padding-left: 10px;
}

.mobile-menu .mobile-nav .language-item ul li a {
  padding: 5px;
  margin: 0;
  font-size: 15px;
  color: #00000063;
  font-weight: 500;
}

.mobile-menu .mobile-nav > ul {
  position: relative;
  padding: 10px 0px;
  width: 100%;
}

.mobile-menu .mobile-nav > ul > li:first-child > a {
}

.mobile-menu .mobile-nav > ul > li:first-child > a:before,
.mobile-menu .mobile-nav > ul > li:first-child > a:after {
  top: 30%;
}

.mobile-menu .mobile-nav > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 35px;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  text-align: left;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 10px;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
  align-items: center;
  transition: 0.4s;
}

.mobile-menu .mobile-nav ul li a.bid-btn {
  margin-top: 20px;
  opacity: 0.7;
}

.mobile-menu .mobile-nav ul li a.sub-item.active {
  color: #0000007a;
}

.mobile-menu .mobile-nav ul li a.sub-item.active:before,
.mobile-menu .mobile-nav ul li a.sub-item.active:after {
  background: #0000007a;
}

.mobile-menu .mobile-nav ul li a.sub-item.active:before {
  height: 0;
}

.mobile-menu .mobile-nav ul li a.sub-item.active:after {
  height: 10px;
}

.mobile-menu .mobile-nav ul li a.sub-item:before,
.mobile-menu .mobile-nav ul li a.sub-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 1px;
  height: 15px;
  background: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mobile-menu .mobile-nav ul li a.sub-item:before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-menu .mobile-nav ul li a.sub-item:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.mobile-menu .mobile-nav ul li a i {
  margin-left: 10px;
}

.mobile-menu .mobile-nav ul li ul {
  background: #ffffff;
  padding: 10px 0;
  display: none;
}

.mobile-menu .mobile-nav ul li ul li a {
  border-top: none;
  font-size: 15px;
  padding: 15px 55px;
  font-weight: 500;
  justify-content: flex-start;
  color: #000000;
}

.mobile-menu .mobile-nav ul li ul li a.sub-item:before,
.mobile-menu .mobile-nav ul li ul li a.sub-item:after {
  right: 30px;
}

.mobile-menu .mobile-nav ul li ul li ul {
  background: #ffffff;
}

.mobile-menu .mobile-nav ul li ul li ul li a {
  padding: 15px 35px;
}

.mobile-menu .mobile-nav ul li ul li ul li a.sub-item:before,
.mobile-menu .mobile-nav ul li ul li ul li a.sub-item:after {
  right: 40px;
}

.mobile-menu .mobile-nav ul li ul li ul li ul {
  background: #071625;
}

.mobile-menu .mobile-nav > ul > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .mobile-nav ul li ul li ul li ul a {
  padding: 15px 50px;
}

.mobile-menu .mobile-nav ul li.active {
  position: relative;
  z-index: 34;
}

.mobile-menu.open {
  right: 0;
}

.mobile-menu-open header .hamburger-menu .line:nth-child(1) {
  -webkit-transform: translate(-2px, 10px) rotate(45deg);
  transform: translate(-2px, 10px) rotate(45deg);
}

.mobile-menu-open header .hamburger-menu .line:nth-child(2) {
  opacity: 0;
  width: 0;
  transform: translateX(-10px);
}

.mobile-menu-open header .hamburger-menu .line:nth-child(3) {
  -webkit-transform: translate(-1px, -12px) rotate(-45deg);
  transform: translate(-1px, -12px) rotate(-45deg);
}

.mobile-menu.open .mobile-nav > ul > li {
  -webkit-animation: menuListAnimate 0.5s ease-in-out 0s both;
  animation: menuListAnimate 0.5s ease-in-out 0s both;
}

.mobile-menu.open .mobile-nav > ul > li + li {
  -webkit-animation: menuListAnimate 0.5s ease-in-out 0.1s both;
  animation: menuListAnimate 0.5s ease-in-out 0.1s both;
}

.mobile-menu.open .mobile-nav > ul > li + li + li {
  -webkit-animation: menuListAnimate 0.5s ease-in-out 0.2s both;
  animation: menuListAnimate 0.5s ease-in-out 0.2s both;
}

.mobile-menu.open .mobile-nav > ul > li + li + li + li {
  -webkit-animation: menuListAnimate 0.5s ease-in-out 0.3s both;
  animation: menuListAnimate 0.5s ease-in-out 0.3s both;
}

.mobile-menu.open .mobile-nav > ul > li + li + li + li + li {
  -webkit-animation: menuListAnimate 0.5s ease-in-out 0.4s both;
  animation: menuListAnimate 0.5s ease-in-out 0.4s both;
}

.mobile-menu.open .mobile-nav > ul > li + li + li + li + li + li {
  -webkit-animation: menuListAnimate 0.5s ease-in-out 0.5s both;
  animation: menuListAnimate 0.5s ease-in-out 0.5s both;
}

.mobile-menu.open .mobile-nav > ul > li + li + li + li + li + li + li {
  -webkit-animation: menuListAnimate 0.5s ease-in-out 0.6s both;
  animation: menuListAnimate 0.5s ease-in-out 0.6s both;
}

.mobile-menu.open .mobile-nav > ul > li + li + li + li + li + li + li + li {
  -webkit-animation: menuListAnimate 0.5s ease-in-out 0.7s both;
  animation: menuListAnimate 0.5s ease-in-out 0.7s both;
}

.mobile-menu.open
  .mobile-nav
  > ul
  > li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li {
  -webkit-animation: menuListAnimate 0.5s ease-in-out 0.8s both;
  animation: menuListAnimate 0.5s ease-in-out 0.8s both;
}

.mobile-menu.open
  .mobile-nav
  > ul
  > li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li {
  -webkit-animation: menuListAnimate 0.5s ease-in-out 0.9s both;
  animation: menuListAnimate 0.5s ease-in-out 0.9s both;
}

.mobile-menu.open
  .mobile-nav
  > ul
  > li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li {
  -webkit-animation: menuListAnimate 0.5s ease-in-out 1s both;
  animation: menuListAnimate 0.5s ease-in-out 1s both;
}

body.mobile-menu-open .mobile-menu {
  right: 0;
}

body.mobile-menu-open .header .header-wrapper {
  background: white;
}

body.mobile-menu-open .hamburger-button .mobile-menu-btn span {
  background: #000;
}

body.mobile-menu-open .header .header-wrapper .menu-area .lang a {
  color: #000;
}

body.mobile-menu-open .header .header-wrapper .logo {
  background: #000;
}

body.mobile-menu-open .header .header-wrapper .logo a svg {
  fill: white;
}

.header .header-wrapper .logo a svg {
  transition: 0.4s;
}

@media only screen and (max-width: 767px) {
  .mobile-menu .mobile-nav .language-item {
    padding: 10px 22px 0;
  }

  .mobile-menu {
    top: 95px;
  }

  .mobile-menu .mobile-nav > ul {
    padding: 0;
  }

  .mobile-menu .mobile-nav > ul li a {
    padding: 15px;
  }

  .mobile-menu .mobile-nav ul li ul li a {
    padding: 10px 25px;
  }

  .mobile-menu .mobile-nav {
    top: 25px;
    padding-bottom: 250px;
  }

  .mobile-menu .mobile-nav .user-menu > div {
    margin-left: 25px;
    margin-bottom: 35px;
  }

  .mobile-menu .mobile-nav .user-menu ul li a {
    flex-direction: column;
    padding: 0 20px;
  }

  .mobile-menu .mobile-nav .user-menu ul li a span svg {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .mobile-menu .mobile-nav .user-menu ul li:last-child a {
    flex-direction: row;
    padding: 0;
  }

  .mobile-menu .mobile-nav .user-menu ul li:last-child a svg {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .mobile-menu .mobile-nav .user-menu > div a svg {
    height: 15px;
    width: 15px;
    margin-top: -4px;
    margin-right: 8px;
  }

  .mobile-menu .mobile-nav .user-menu ul li a + a {
    margin-left: 40px;
    padding-left: 40px !important;
  }

  .mobile-menu .mobile-nav .user-menu ul li:last-child {
    margin-left: -10px;
  }

  .header-fixed header .hamburger-menu {
    top: 0.9rem;
  }

  .mobile-menu-open header .hamburger-menu {
    right: 1.9rem;
  }
}

/* Mobile Menu  */

/* About Page */

.about-us-page {
}

.about-us-page .about-top {
  margin-top: 200px;
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
}

.about-us-page .about-top .left,
.about-us-page .about-top .right {
  width: 20%;
}

.about-us-page .about-top .left .img,
.about-us-page .about-top .right .img {
  width: 100%;
  height: 30vw;
  background: no-repeat center/cover;
}

.about-us-page .about-top .mid {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.about-us-page .about-top .mid .cnt {
  display: flex;
  flex-direction: column;
}

.about-us-page .about-top .mid .cnt h1 {
  font-weight: bold;
  font-size: 38px;
  color: #000;
  margin-bottom: 60px;
}

.about-us-page .about-top .mid .cnt p {
  font-weight: normal;
  font-size: 15px;
  color: #000;
}

.about-us-page .about-top .mid .cnt p + p {
  margin-top: 15px;
}

.about-us-page .about-top .mid .cnt .scroll {
  margin-top: 70px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.3em;
  color: #000;
  cursor: pointer;
}

.about-us-page .about-top .mid .cnt .scroll svg {
  margin-right: 20px;
}

.about-us-page .about-top .mid .img {
  width: 100%;
  height: 260px;
  background: no-repeat center/cover;
  margin-top: 215px;
}

.about-us-page .about-top .right {
}

.about-us-page .about-top .right .img {
  margin-top: 125px;
}

.about-us-page .stats {
  margin-top: 155px;
  overflow: hidden;
}

.about-us-page .stats .swiper {
  margin: 0 -130px;
}

.about-us-page .stats .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
}

.about-us-page .stats .swiper .swiper-slide span {
  font-weight: normal;
  font-size: 25px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 10px;
}

.about-us-page .stats .swiper .swiper-slide p {
  font-weight: bold;
  font-size: 80px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  line-height: 1;
}

.about-us-page .about-faq {
  padding-bottom: 160px;
  background: no-repeat center/cover;
  position: relative;
}

.about-us-page .about-faq .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: no-repeat center/cover;
  background-attachment: fixed;
}

.about-us-page .about-faq .cnt {
  width: 950px;
  margin-left: auto;
  background: #ededed;
  padding: 90px 120px 90px 130px;
  margin-top: 165px;
}

.about-us-page .about-faq .cnt > .title {
  font-weight: bold;
  font-size: 60px;
  text-align: left;
  color: #ffffff00;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #000;
  line-height: 1.3;
  margin-bottom: 115px;
}

.about-us-page .about-faq .cnt .faq-items {
  display: flex;
  flex-direction: column;
  width: 500px;
  gap: 20px;
}

.about-us-page .about-faq .cnt .faq-items .item:last-child .title p {
  border: 0;
}

.about-us-page .about-faq .cnt .faq-items .item {
}

.about-us-page .about-faq .cnt .faq-items .item .title {
  display: flex;
  align-items: center;
}

.about-us-page .about-faq .cnt .faq-items .item .title span {
  font-weight: normal;
  font-size: 25px;
  color: #000;
  margin-bottom: 10px;
}

.about-us-page .about-faq .cnt .faq-items .item .title p {
  margin: 0;
  margin-left: 25px;
  font-weight: normal;
  font-size: 25px;
  color: #000;
  width: 55%;
  border-bottom: 1px solid rgb(0 0 0 / 30%);
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
}

.about-us-page .about-faq .cnt .faq-items .item .title p:before,
.about-us-page .about-faq .cnt .faq-items .item .title p:after {
  content: "";
  position: absolute;
  background: #a5a5a5;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  transition: 0.4s;
}

.about-us-page .about-faq .cnt .faq-items .item .title p:before {
  width: 20px;
  height: 1px;
}

.about-us-page .about-faq .cnt .faq-items .item .title p:after {
  width: 1px;
  height: 20px;
  right: 10px;
}

.about-us-page .about-faq .cnt .faq-items .item .title p.active:after {
  transform: translateY(-50%) rotate(-90deg);
}

.about-us-page .about-faq .cnt .faq-items .item .item-exp {
  font-weight: normal;
  font-size: 15px;
  color: #000;
  padding: 40px 0 80px;
  display: none;
}

.about-bottom {
  display: flex;
  width: 1320px;
  margin: 120px auto;
  justify-content: space-between;
  align-items: center;
}

.about-bottom .title {
  width: 45%;
  font-weight: bold;
  font-size: 80px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
}

.about-bottom .right {
  width: 40%;
}

.about-bottom .right p {
  font-weight: normal;
  font-size: 15px;
  color: #000;
}

.corporate-links {
  display: flex;
  margin-left: 100px;
  margin-top: 55px;
  justify-content: space-between;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.corporate-links .link-list {
  display: flex;
  gap: 50px;
}

.corporate-links .link-list .link-item {
  font-weight: 300;
  font-size: 20px;
  color: #000;
  padding-bottom: 15px;
  position: relative;
}

.corporate-links .link-list .link-item.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 5px;
  background: #000;
}

.corporate-links .link-tree {
}

.corporate-links .link-tree .breadcrumb {
  display: flex;
  padding-right: 100px;
}

.corporate-links .link-tree .breadcrumb .breadcrumb-item {
  padding-left: 20px;
  margin-left: 20px;
}

.corporate-links
  .link-tree
  .breadcrumb
  .breadcrumb-item
  + .breadcrumb-item:before {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../img/link-tree-arrow.svg) center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3px;
}

.corporate-links .link-tree .breadcrumb .breadcrumb-item a,
.corporate-links .link-tree .breadcrumb .breadcrumb-item {
  font-weight: 300;
  font-size: 20px;
  color: #000;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .about-us-page .about-top .left,
  .about-us-page .about-top .right {
    width: 23%;
  }
}

@media only screen and (max-width: 1440px) {
  .about-us-page .about-top .mid .img {
    margin-top: 125px;
  }
}

@media only screen and (max-width: 1200px) {
  .corporate-links {
    margin-left: 60px;
  }

  .corporate-links .link-tree {
    display: none;
  }

  .about-us-page .about-top {
    margin-top: 185px;
    padding: 0 365px 0 245px;
    overflow: hidden;
    position: relative;
  }

  .about-us-page .about-top .left,
  .about-us-page .about-top .right {
    position: absolute;
  }

  .about-us-page .about-top .left {
    left: -75px;
  }

  .about-us-page .about-top .right {
    right: -75px;
  }

  .about-us-page .about-top .mid {
    width: 100%;
  }

  .about-us-page .about-top .mid .img {
    height: 250px;
  }

  .about-us-page .about-faq .cnt {
    width: 820px;
  }

  .about-us-page .about-faq .cnt > .title {
    font-size: 50px;
  }

  .about-bottom {
    flex-direction: column;
    width: 90%;
    text-align: center;
  }

  .about-bottom .title {
    width: 100%;
    font-size: 59px;
    margin-bottom: 35px;
  }

  .about-bottom .right {
    width: 80%;
  }
}

@media only screen and (max-width: 900px) {
  .about-us-page .about-faq .cnt {
    width: 80%;
    padding: 60px 60px 90px 90px;
  }

  .about-us-page .about-top {
    margin-top: 145px;
    padding: 0 195px 0 165px;
  }

  .about-us-page .about-top .mid .img {
    margin-top: 80px;
    height: 220px;
  }

  .about-us-page .stats .swiper .swiper-slide span {
    font-size: 21px;
  }

  .about-us-page .stats .swiper .swiper-slide p {
    font-size: 65px;
  }

  .about-us-page .about-faq .cnt > .title {
    font-size: 43px;
  }

  .about-us-page .about-faq .cnt .faq-items {
    width: 100%;
  }

  .about-bottom .title {
    font-size: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .corporate-links .link-list {
    overflow-x: scroll;
    padding-left: 25px;
    padding-right: 60px;
  }

  .corporate-links .link-list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
  }

  .corporate-links .link-list .link-item {
    font-size: 16px;
  }

  .corporate-links {
    margin-left: 0;
    margin-top: 50px;
  }

  .about-us-page .about-top {
    margin-top: 115px;
    padding: 0 45px 0 55px;
  }

  .about-us-page .about-top .left {
    left: 0px;
    opacity: 0.3;
  }

  .about-us-page .about-top .left .img,
  .about-us-page .about-top .right .img {
    height: 240px;
  }

  .about-us-page .about-top .right {
    right: -50px;
  }

  .about-us-page .about-top .mid .cnt .scroll {
    margin-top: 35px;
  }

  .about-us-page .about-top .mid .img {
    margin-top: 45px;
    height: 180px;
  }

  .about-us-page .stats {
    margin-top: 110px;
  }

  .about-us-page .stats .swiper .swiper-slide span {
    font-size: 15px;
    text-align: center;
  }

  .about-us-page .stats .swiper .swiper-slide p {
    text-align: center;
    font-size: 63px;
  }

  .about-us-page .about-faq .cnt {
    margin-top: 80px;
    width: 100%;
    padding: 15px 35px;
  }

  .about-us-page .about-faq .cnt > .title {
    font-size: 28px;
    margin-bottom: 75px;
  }

  .about-us-page .about-faq .cnt .faq-items .item .title span {
    font-size: 20px;
  }

  .about-us-page .about-faq .cnt .faq-items .item .title p {
    font-size: 21px;
    width: 70%;
  }

  .about-us-page .about-faq .cnt .faq-items .item .item-exp {
    font-size: 14px;
    padding: 30px 0 30px;
  }

  .about-us-page .about-faq {
    padding-bottom: 230px;
  }

  .about-bottom {
    margin: 60px auto;
    width: 85%;
  }

  .about-bottom .title {
    font-size: 36px;
  }

  .about-bottom .right {
    width: 100%;
  }

  .about-us-page .about-faq .cnt .faq-items {
    margin-bottom: 35px;
  }

  .about-us-page .about-top .mid .cnt p {
    line-height: 1.8;
    color: #000c;
  }
}

/* About Us */

/* History */

.history {
}

.history .about-bottom {
}

.history .year-list {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

.history .year-list .year-item {
  font-weight: bold;
  font-size: 25px;
  color: #000;
  display: flex;
  align-items: center;
  opacity: 0.3;
  transition: 0.4s;
  cursor: pointer;
}

.history .history-info {
  margin-top: 195px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.history .history-info .left {
  width: 50%;
  position: relative;
}

.history .history-info .left .swiper.h-img {
  width: 100%;
  height: 610px;
}

.history .history-info .left .swiper.h-img .swiper-slide {
  background: no-repeat center/cover;
}

.history .history-info .left .swiper.h-year {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(35%, -90%) rotate(270deg);
  height: 145px;
  width: 445px;
  pointer-events: none;
}

.history .history-info .left .swiper.h-year .swiper-slide {
  font-weight: bold;
  font-size: 186px;
  color: #ededed;
  line-height: 0.8;
}

.history .history-info .right {
  width: 50%;
  padding-right: 85px;
  position: relative;
}

.history .history-info .right .year-contents {
  width: 425px;
  margin: 0 auto;
  position: relative;
}

.history .history-info .right .year-contents .content-item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translateY(30px);
  transition-delay: 0s;
}

.history .history-info .right .year-contents .content-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.4s;
}

.history .history-info .right .year-contents .content-item .title {
  font-weight: bold;
  font-size: 38px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 55px;
}

.history .history-info .right .year-contents .content-item .exp {
  font-weight: normal;
  font-size: 15px;
  color: #000;
}

.history .history-info .right .year-contents .content-item .exp p {
}

.history .history-info .right .swiper.next-img {
  width: 525px;
  height: 400px;
  position: absolute;
  top: 50%;
  transform: translate(75%, -50%);
  right: 0;
  pointer-events: none;
}

.history .history-info .right .swiper.next-img .swiper-slide {
  background: no-repeat center/cover;
}

.history .year-list .year-item:after {
  content: "";
  width: 35px;
  height: 2px;
  background: black;
  display: block;
  margin-left: 15px;
  margin-right: 15px;
}

.history .year-list .year-item + .year-item {
}

.history .year-list .year-item.active {
  opacity: 1;
}

.history .year-list .year-item:last-child:after {
  display: none;
}

@media only screen and (max-width: 1680px) {
  .history .history-info .right {
    padding-right: 130px;
  }
}

@media only screen and (max-width: 1440px) {
  .history .history-info {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1366px) {
  .history .history-info {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 1200px) {
  .history .year-list {
    width: 90%;
    justify-content: center;
  }

  .history .history-info .left .swiper.h-img {
    height: 400px;
  }

  .history .history-info .left {
  }

  .history .history-info .right .swiper.next-img {
    width: 460px;
    height: 300px;
    transform: translate(85%, -50%);
  }

  .history .history-info .left .swiper.h-year .swiper-slide {
    font-size: 120px;
  }

  .history .history-info .left .swiper.h-year {
    width: 300px;
    height: 90px;
  }

  .history .history-info .right .year-contents {
    width: 360px;
  }

  .history .history-info .right {
    padding-right: 75px;
  }
}

@media only screen and (max-width: 900px) {
  .about-bottom {
  }

  .history .about-bott {
  }

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

  .history .history-info .left {
    width: 80%;
    margin-right: auto;
    margin-bottom: 55px;
  }

  .history .history-info .right .year-contents .content-item .title {
    margin-bottom: 20px;
  }

  .history .history-info .right {
    width: 100%;
  }

  .history .history-info .right .year-contents {
    margin-left: 55px;
  }

  .history .history-info .right .swiper.next-img {
    width: 540px;
    height: 330px;
    transform: translate(65%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .history .about-bottom .title {
  }

  .history .year-list {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: start;
    padding: 0 60px 0 30px;
  }

  .history .year-list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
  }

  .history .history-info {
    margin-top: 35px;
  }

  .history .history-info .left {
    width: 90%;
  }

  .history .history-info .left .swiper.h-img {
    height: 260px;
  }

  .history .history-info .left .swiper.h-year .swiper-slide {
    font-size: 75px;
  }

  .history .history-info .left .swiper.h-year {
    width: 190px;
    height: 57px;
  }

  .history .history-info .right .swiper.next-img {
    display: none;
  }

  .history .history-info .right .year-contents {
    width: 85%;
    margin: 0 auto;
  }

  .history .history-info .right {
    padding: 0;
  }

  .history .history-info .right .year-contents .content-item .title {
    font-size: 27px;
  }

  .history .history-info .right .year-contents .content-item .exp {
    font-size: 14px;
  }
}

/* History */

/* Human Resources */

.hr-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 99.9vh;
  z-index: -1;
  opacity: 0.2;
  background: no-repeat center/cover;
}

.hr-page {
  display: flex;
  min-height: calc(100vh - 302px);
}

.hr-page .left {
  width: 50%;
  font-weight: bold;
  font-size: 4.4vw;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  line-height: 1.3;
  padding: 70px 90px;
  display: flex;
  align-items: center;
}

.hr-page .right {
  width: 50%;
  height: auto;
  background: #fff;
  position: relative;
}

.hr-page .right .select-position {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 85px 115px;
  width: 840px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.hr-page .right .select-position .wrapper {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.hr-page .right .select-position .title {
  font-weight: bold;
  font-size: 38px;
  color: #000;
  margin-bottom: 55px;
}

.hr-page .right .select-position .position-list {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 25px;
  color: #000;
  cursor: pointer;
}

.hr-page .right .select-position .position-list:hover {
  opacity: 1;
}

.hr-page .right .select-position .position-list + .position-list {
  margin-top: 25px;
}

.hr-page .right .select-position .position-list span {
  font-size: 25px;
  padding-bottom: 15px;
  opacity: 0.5;
  transition: 0.4s;
}

.hr-page .right .select-position .position-list p {
  margin: 0;
  margin-left: 35px;
  border-bottom: 1px solid rgb(0 0 0 / 40%);
  padding-bottom: 15px;
  flex: 1;
  position: relative;
  opacity: 0.5;
  transition: 0.4s;
  padding-right: 30px;
}

.hr-page .right .select-position .position-list:hover p,
.hr-page .right .select-position .position-list:hover span {
  opacity: 1;
}

.hr-page .right .select-position .position-list p:before {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  background: url(../img/hr-arrow.svg) no-repeat center/contain;
  width: 9px;
  height: 15px;
}

.hr-page .right .form-side {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  padding: 80px 100px;
  transform: translateY(30px);
  transition: 0.4s;
}

.hr-page .right .form-side .go-back {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 25px;
  color: #000;
  margin-bottom: 55px;
}

.hr-page .right .form-side .go-back svg {
  fill: #40456a;
  margin-right: 15px;
  cursor: pointer;
}

.hr-page .right .form-side .go-back span {
}

.hr-page .right .form-side form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hr-page .right .form-side form .form-item {
  width: 32%;
  position: relative;
}

.hr-page .right .form-side form .form-item.full {
  width: 100%;
  position: relative;
  margin-bottom: 45px;
  cursor: pointer;
}

.hr-page .right .form-side form .form-item.full input {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.hr-page .right .form-side form .form-item.full label {
  position: relative;
  z-index: 2;
  background: #fff;
  font-weight: 300;
  font-size: 15px;
  color: #40456a;
  margin: 0;
  height: 50px;
  top: -2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 25px;
  border-bottom: 1px solid rgb(112 112 112 / 20%);
  cursor: pointer;
}

.hr-page .right .form-side form .form-item.full span {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  right: 25px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  color: #40456a;
  gap: 15px;
  background: #fafafa;
  padding: 10px 20px;
  border-radius: 45px;
  z-index: 2;
  transition: 0.4s;
  pointer-events: none;
}

.hr-page .right .form-side form .form-item.full span svg {
  fill: #40456a;
  transition: 0.4s;
}

.hr-page .right .form-side form .form-item input:not([type="file"]),
.hr-page .right form .captcha-holder .captcha input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgb(112 112 112 / 20%);
  font-weight: 300;
  font-size: 15px;
  color: #40456a;
  padding: 15px 15px;
  box-shadow: none !important;
  outline: 0 !important;
}

.hr-page .right .form-side form .captcha-holder {
  width: 64%;
  display: flex;
  justify-content: space-between;
}

.hr-page .right .form-side form .captcha-holder .captcha {
  width: 48%;
  position: relative;
}

.hr-page .right .form-side form .captcha-holder .captcha img {
  height: 100%;
  max-height: unset;
  border: 0;
  border-bottom: 1px solid rgb(112 112 112 / 20%);
}

.hr-page .right .form-side form .captcha-holder .captcha a {
  background: #40456a;
}

.hr-page .right .form-side form .captcha-holder .captcha input {
  height: 100%;
}

.hr-page .right .form-side form .form-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 115px;
}

.hr-page .right .form-side form .form-bottom .policy {
  position: relative;
}

.hr-page .right .form-side form .form-bottom .policy input {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.hr-page .right .form-side form .form-bottom .policy label {
  margin: 0;
  background: #fff;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 35px;
  color: #576c7c;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

.hr-page .right .form-side form .form-bottom .policy label a {
  color: #7893a7;
}

.hr-page .right .form-side form .form-bottom button {
  border: 0;
  box-shadow: none;
  outline: 0;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px 35px;
  border-radius: 35px;
}

.hr-page .right .form-side form .form-bottom button svg {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
  margin-left: 25px;
}

.hr-page .right .form-side form .form-bottom .policy label:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #9da1b5;
  z-index: 2;
}

.hr-page .right .form-side form .form-bottom .policy label:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #9da1b5;
  z-index: 2;
  transform: scale(0);
  transition: 0.2s;
}

.hr-page
  .right
  .form-side
  form
  .form-bottom
  .policy
  input:checked
  ~ label:after {
  transform: scale(1);
}

.hr-page .right .form-side form .form-item.full label:before,
.hr-page .right .form-side form .form-item.full label:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: rgb(112 112 112 / 20%);
  left: 0;
  bottom: 0;
}

.hr-page .right .form-side form .form-item.full label:after {
  left: unset;
  right: 0;
}

.hr-page .right .form-side form .form-item:not(.full):before,
.hr-page .right .form-side form .form-item:not(.full):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: rgb(112 112 112 / 20%);
  left: 0;
  bottom: 0;
}

.hr-page .right .form-side form .form-item:not(.full):after {
  left: unset;
  right: 0;
}

.hr-page .right .form-side form .captcha-holder .captcha:before,
.hr-page .right .form-side form .captcha-holder .captcha:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: rgb(112 112 112 / 20%);
  left: 0;
  bottom: 0;
  z-index: 1;
}

.hr-page .right .form-side form .captcha-holder .captcha:after {
  left: unset;
  right: 0;
}

.hr-page .right .form-side form .form-item.full span:hover,
.hr-page .right .form-side form .form-item.full label:hover ~ span {
  background: #40456a;
  color: #fff;
}

.hr-page .right .form-side form .form-item.full span:hover svg,
.hr-page .right .form-side form .form-item.full label:hover ~ span svg {
  fill: #fff;
}

.hr-page .right .form-side.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.hr-page .right .select-position.active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1600px) {
  .hr-page {
    min-height: 100vh;
  }

  .hr-bg {
    height: 138vh;
  }
}

@media only screen and (max-width: 1366px) {
  .hr-bg {
    height: 145.8vh;
  }

  .hr-page .right .form-side {
    padding: 80px 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .hr-page {
    flex-direction: column;
  }

  .hr-page .left {
    width: 100%;
    text-align: center;
    font-size: 65px;
    padding: 140px 90px;
  }

  .hr-page .right {
    height: 53vh;
    width: 100%;
  }

  .hr-bg {
    height: 118.5vh;
  }
}

@media only screen and (max-width: 900px) {
  .hr-page .left {
    font-size: 50px;
    padding: 110px 90px;
  }

  .hr-page .right .select-position {
    width: 100%;
    padding: 85px 85px;
  }

  .hr-page .right {
    height: 62vh;
  }
}

@media only screen and (max-width: 767px) {
  .hr-page .left {
    font-size: 31px;
    padding: 70px 29.9px;
  }

  .hr-page .right .select-position {
    padding: 45px 25px;
  }

  .hr-page .right .select-position .title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
  }

  .hr-page .right .select-position .position-list span {
    font-size: 20px;
  }

  .hr-page .right .select-position .position-list p {
    margin-left: 20px;
    font-size: 19px;
  }

  .hr-page .right {
    height: 95vh;
  }

  .hr-page .right .form-side {
    padding: 45px 25px;
  }

  .hr-page .right .form-side .go-back {
    font-size: 19px;
    margin-bottom: 45px;
  }

  .hr-page .right .form-side form .form-item.full label {
    font-size: 12px;
    padding: 0px 15px;
  }

  .hr-page .right .form-side form .form-item.full span {
    right: 10px;
    font-size: 12px;
  }

  .hr-page .right .form-side form .form-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .hr-page .right .form-side form .form-item.full {
    margin-bottom: 20px;
  }

  .hr-page .right .form-side form .captcha-holder {
    width: 100%;
  }

  .hr-page .right .form-side form .form-bottom {
    margin-top: 50px;
    flex-direction: column;
  }

  .hr-page .right .form-side form .form-bottom .policy label {
    line-height: 1.3;
    padding-left: 40px;
  }

  .hr-page .right .form-side form .form-bottom button {
    justify-content: center;
    margin-top: 25px;
  }
}

/* Human Resources */

/* Files Page */

.files {
  padding: 210px 12vw 110px;
}

.files .title {
  font-weight: normal;
  font-size: 3.7vw;
  text-align: center;
  color: #000;
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding-top: 55px;
  margin-bottom: 135px;
}

.files .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 270px;
  height: 6px;
  background: #106ab6;
}

.files .page-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 155px;
}

.files .page-top p {
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  margin-bottom: 0;
}

.files .page-top span {
  font-weight: 300;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.55);
}

.files .file-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.files .file-list .file-item {
  width: 25%;
  display: flex;
  justify-content: center;
}

.files .file-list .file-item .item-content {
  position: relative;
  height: 338px;
  width: 252px;
  padding: 15px 40px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.files .file-list .file-item .item-content > svg > path {
  transition: 0.4s;
  color: rgb(0 0 0 / 20%);
}

.files .file-list .file-item .item-content > svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.files .file-list .file-item .item-content .type {
  font-weight: normal;
  font-size: 19px;
  color: #000000;
}

.files .file-list .file-item .item-content .name {
  font-weight: normal;
  font-size: 15px;
  line-height: 34px;
  color: #000;
}

.files .file-list .file-item .item-content .view {
  opacity: 0.5;
  display: flex;
  align-items: center;
  transition: 0.4s;
  font-weight: normal;
  font-size: 15px;
  line-height: 34px;
  color: #000;
}

.files .file-list .file-item .item-content .view svg {
  margin-right: 10px;
  fill: none;
  stroke: #0000005c;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}

.files .file-list .file-item:nth-child(n + 5) {
  margin-top: 125px;
}

.files .file-list .file-item:hover .item-content .view {
  opacity: 1;
}

@media only screen and (hover: hover) {
  .files .file-list .file-item .item-content:hover > svg > path {
    stroke: #000000;
  }
}

@media only screen and (max-width: 1440px) {
  .files {
    padding: 240px 10vw 165px;
  }

  .files .file-list .file-item {
    width: 33.3333%;
  }

  .files .file-list .file-item:nth-child(n + 4) {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .files {
    padding: 150px 8vw 85px;
  }

  .files .page-top {
    margin-bottom: 110px;
  }

  .files .page-top p {
    font-size: 19px;
  }

  .files .page-top span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .files .file-list .file-item {
    width: 50%;
  }

  .files .file-list .file-item:nth-child(n + 3) {
    margin-top: 65px;
  }

  .files .title:before {
    width: 150px;
    height: 4px;
  }

  .files .title {
    padding-top: 40px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .files {
    padding: 80px 4vw 65px;
  }

  .files .page-top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 75px;
  }

  .files .page-top p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
  }

  .files .file-list .file-item {
    width: 100%;
  }

  .files .file-list .file-item + .file-item {
    margin-top: 55px;
  }

  .files .title {
    font-size: 24px;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 65px;
  }

  .files .title:before {
    width: 100px;
    height: 3px;
  }
}

/* File Page */

/* Policys */

.policy-page {
  margin-top: 145px;
}

.policy-page .polict-list {
  padding-left: 100px;
  display: flex;
  overflow: hidden;
  align-items: center;
}

.policy-page .polict-list > p {
  font-weight: bold;
  font-size: 4.4vw;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 34%;
  transition: 0.4s;
  margin: 0;
}

.policy-page .polict-list .links {
  display: flex;
  align-items: center;
  gap: 20px;
  transform: translateX(200px);
  transition: 0.4s;
  width: 66%;
}

.policy-page .polict-list .links .wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.policy-page .polict-list .links .link-item {
  font-weight: bold;
  font-size: 40px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #fff;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 45px;
  width: 33%;
  opacity: 0.6;
  transition: 0.4s;
}

.policy-page .polict-list .links .link-item.active {
  opacity: 1;
}

.policy-page .policy-content {
  margin-top: 145px;
}

.policy-page .policy-content .img {
  margin: 0 100px;
  height: 40vw;
  background: no-repeat center/cover;
}

.policy-page .policy-content .cnt {
  margin-top: 115px;
  padding-left: 215px;
  display: flex;
  justify-content: space-between;
}

.policy-page .policy-content .cnt .left {
  width: 32%;
}

.policy-page .policy-content .cnt .left .title {
  font-weight: bold;
  font-size: 3vw;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  line-height: 1.3;
  margin-bottom: 65px;
}

.policy-page .policy-content .cnt .left p {
  font-weight: normal;
  font-size: 15px;
  color: #000;
}

.policy-page .policy-content .cnt .right {
  width: 40%;
}

.policy-page .policy-content .cnt .right ul {
  display: flex;
  flex-direction: column;
}

.policy-page .policy-content .cnt .right ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  padding: 25px 20px 25px 70px;
}

.policy-page .policy-content .cnt .right ul li .ico {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
}

.policy-page .policy-content .cnt .right ul li .ico svg {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
}

.policy-page .policy-content .cnt .right ul li .name {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

.policy-page .policy-content .cnt .right ul li p {
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #000;
  opacity: 0.5;
  margin: 0;
}

.policy-page .polict-list .links .link-item:hover {
  opacity: 1;
}

.policy-page .policy-content .cnt .right ul li + li {
  border-top: 1px solid rgb(0 0 0 / 20%);
}

@media only screen and (hover: hover) {
  .policy-page .polict-list .links:hover {
    transform: translateX(-130px);
  }
}

@media only screen and (max-width: 1680px) {
  .policy-page .policy-content .cnt {
    padding-left: 170px;
  }
}

@media only screen and (max-width: 1366px) {
  .policy-page .polict-list > p {
    font-size: 4.3vw;
  }

  .policy-page .policy-content .cnt .left {
    width: 35%;
  }

  .policy-page .policy-content .cnt .right {
    width: 45%;
  }

  .policy-page .polict-list {
    padding-left: 60px;
    justify-content: space-between;
  }

  .policy-page .polict-list .links {
    transform: unset;
    width: 60%;
  }

  .policy-page .polict-list .links {
    margin-right: 0;
    padding-right: 115px;
  }

  .policy-page .policy-content {
    margin-top: 125px;
  }

  .policy-page .policy-content .img {
    margin: 0 60px;
  }

  .policy-page .policy-content .cnt {
    padding-left: 105px;
  }

  .policy-page .policy-content .cnt .left {
    width: 40%;
  }
}

@media only screen and (max-width: 1200px) {
  .policy-page .polict-list {
    flex-direction: column;
    padding: 0;
  }

  .policy-page {
    margin-top: 110px;
  }

  .policy-page .polict-list > p {
    width: 100%;
    text-align: center;
    font-size: 6vw;
    padding: 0 45px;
  }

  .policy-page .polict-list .links {
    width: 100%;
    padding-left: 55px;
    margin-top: 35px;
    padding-right: 215px;
  }

  .policy-page .polict-list .links .link-item {
    height: 200px;
  }

  .policy-page .policy-content .cnt {
    flex-direction: column;
    padding: 0 100px;
    margin-top: 80px;
  }

  .policy-page .policy-content .cnt .left {
    width: 100%;
    margin-bottom: 55px;
  }

  .policy-page .policy-content .cnt .left .title {
    font-size: 5vw;
    text-align: center;
    margin-bottom: 45px;
  }

  .policy-page .policy-content .cnt .left p {
    text-align: center;
  }

  .policy-page .policy-content .cnt .right {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .policy-page {
    margin-top: 80px;
  }

  .policy-page .polict-list > p {
    padding: 0 50px;
    font-size: 37px;
    line-height: 1.3;
  }

  .policy-page .polict-list .links {
    padding: 0 30px 0 14px;
  }

  .policy-page .polict-list .links .link-item {
    font-size: 28px;
    height: 150px;
  }

  .policy-page .policy-content {
    margin-top: 90px;
  }

  .policy-page .policy-content .img {
    margin: 0 20px;
    height: 195px;
  }

  .policy-page .policy-content .cnt {
    margin-top: 45px;
    padding: 0 30px;
  }

  .policy-page .policy-content .cnt .left .title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .policy-page .policy-content .cnt .left {
    margin-bottom: 35px;
  }

  .policy-page .polict-list .links .wrapper {
    gap: 0;
  }
}

/* Policys */

/* Brands */

.brands {
  display: flex;
  justify-content: space-between;
  padding: 0 140px 0 150px;
  margin-top: 115px;
}

.brands .left {
  width: 32%;
}

.brands .left .title {
  font-weight: bold;
  font-size: 2.8vw;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  line-height: 1.4;
}

.brands .left p {
  font-weight: normal;
  font-size: 15px;
  color: #000;
  margin-top: 65px;
}

.brands .left .link {
  margin-top: 125px;
  display: inline-block;
  font-weight: bold;
  font-size: 33px;
  text-align: center;
  color: #000;
  border: 1px solid #707070;
  padding: 20px 25px 20px 35px;
  position: relative;
  border-left: 0;
  /* border-left: 1px solid #ff000000; */
  border-radius: 18px;
}

.brands .left .link svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: none;
  stroke: #292d32;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
}

.brands .right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.brands .right .brand-item {
  width: 33.3333%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c7c7c761;
  height: 180px;
}

.brands .right img {
  max-width: 80%;
  max-height: 50%;
}

.brands .right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ececec;
}

.brands .left .sticky-hodler {
  position: sticky;
  top: 15vh;
}

@media only screen and (max-width: 1440px) {
  .brands {
    padding: 0 100px;
  }

  .brands .left .link {
    margin-top: 65px;
  }
}

@media only screen and (max-width: 1366px) {
  .brands .left .sticky-hodler {
    top: 10vh;
  }
}

@media only screen and (max-width: 1200px) {
  .brands {
    padding: 0 60px;
  }

  .brands .right .brand-item {
    width: 50%;
  }

  .brands .left {
    width: 40%;
  }

  .brands .left .link {
    font-size: 27px;
  }
}

@media only screen and (max-width: 900px) {
  .brands {
    margin-top: 90px;
    flex-direction: column;
  }

  .brands .left {
    width: 100%;
  }

  .brands .left .title {
    font-size: 38px;
  }

  .brands .left p {
    margin-top: 35px;
  }

  .brands .left .link {
    margin-top: 45px;
    font-size: 21px;
    margin-left: 20px;
  }

  .brands .right {
    margin-top: 65px;
    width: 100%;
  }

  .brands .right .brand-item {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 767px) {
  .brands {
    margin-top: 55px;
    padding: 0 30px;
  }

  .brands .left .title {
    font-size: 29px;
  }

  .brands .left p {
    margin-top: 25px;
  }

  .brands .left .link {
    margin-top: 25px;
  }

  .brands .right .brand-item {
    width: 50%;
    height: 140px;
  }

  .brands .right img {
    max-width: 60%;
  }

  .brands .right {
    margin-top: 50px;
  }
}

/* Brands */

/* News List */

.news {
  display: flex;
  justify-content: center;
  margin: 125px 0 209px;
}

.news .sticky-holder .title {
  font-weight: bold;
  font-size: 55px;
  line-height: 54px;
  text-align: right;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding-bottom: 34px;
  height: 350px;
  position: sticky;
  top: 50px;
  margin-right: 125px;
}

.news .sticky-holder .title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 6px;
  background: #000;
}

.news .list {
  width: 950px;
  display: flex;
  flex-direction: column;
  gap: 105px;
}

.news .list .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news .list .list-item .img {
  width: 40%;
  min-height: 230px;
  height: 100%;
  background: no-repeat center/cover;
  display: flex;
  align-items: end;
  justify-content: end;
  overflow: hidden;
  position: relative;
}

.news .list .list-item .img span {
  font-weight: bold;
  font-size: 125px;
  color: #ededed;
  line-height: 1;
  position: absolute;
  transform: translate(10px, 20px);
  transition: 0.4s;
  top: 45%;
  left: 62%;
}

.news .list .list-item .right {
  width: 50%;
  position: relative;
}

.news .list .list-item .right .date {
  font-weight: normal;
  font-size: 15px;
  color: #ededed;
  width: max-content;
  background: #000;
  padding: 5px 15px;
  margin-bottom: 15px;
}

.news .list .list-item .right .title {
  font-weight: bold;
  font-size: 38px;
  color: #000;
  line-height: 1.3;
}

.news .list .list-item .right p {
  font-weight: normal;
  font-size: 15px;
  color: #000;
  margin-top: 25px;
  margin-bottom: 0;
  position: relative;
}

.news .list .list-item .right:before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgb(0 0 0 / 20%);
}

.news .list .list-item:last-child .right:before {
  display: none;
}

.news .list .list-item:hover .img span {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.news .list .list-item .img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transition: 0.4s;
  opacity: 0;
}

.news .list .list-item:hover .img:before {
  opacity: 0.6;
}

@media only screen and (max-width: 1200px) {
  .news .list {
    width: 800px;
  }

  .news .sticky-holder .title {
    font-size: 40px;
    margin-right: 45px;
  }

  .news .list .list-item .img span {
    left: 57%;
  }
}

@media only screen and (max-width: 900px) {
  .news {
    flex-direction: column;
    margin: 105px 40px 130px;
  }

  .news .sticky-holder .title {
    writing-mode: unset;
    transform: unset;
    height: unset;
    text-align: left;
    padding-bottom: 0;
    padding-left: 35px;
    margin-bottom: 55px;
  }

  .news .sticky-holder .title:before {
    right: 0;
    width: 6px;
    height: 100%;
  }

  .news .list {
    width: 100%;
  }

  .news .list .list-item .right .title {
    font-size: 28px;
  }

  .news .list .list-item .right p {
    font-size: 14px;
  }

  .news .list .list-item .img span {
    font-size: 90px;
    left: 61%;
    top: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .news {
    margin: 75px 25px 80px;
  }

  .news .sticky-holder .title {
    font-size: 30px;
    padding-left: 25px;
  }

  .news .sticky-holder .title:before {
    width: 4px;
  }

  .news .list .list-item {
    flex-direction: column;
  }

  .news .list .list-item .img {
    width: 100%;
  }

  .news .list .list-item .right {
    width: 100%;
    margin-top: 35px;
  }

  .news .list .list-item .right:before {
    bottom: -50px;
  }
}

/* News List */

/* News Detail */

.news-detail {
  display: flex;
  align-items: center;
  padding-right: 75px;
  position: relative;
}

.news-detail .left {
  width: 50%;
}

.news-detail .left .img {
  width: 100%;
  height: 750px;
  background: no-repeat center/cover;
}

.news-detail .right {
  width: 430px;
  margin: 0 auto;
}

.news-detail .right .date {
  font-weight: normal;
  font-size: 15px;
  color: #ededed;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #000;
  width: max-content;
  padding: 8px 20px;
  margin-bottom: 35px;
}

.news-detail .right .title {
  font-weight: bold;
  font-size: 3vw;
  color: #000;
  line-height: 1.3;
  margin-bottom: 45px;
}

.news-detail .right .cnt {
}

.news-detail .right .cnt p {
  font-weight: normal;
  font-size: 15px;
  color: #000;
}

.news-detail .next {
  position: absolute;
  right: 0;
  height: 50%;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  transition: 0.2s;
}

.news-detail .next svg {
}

.news-detail .next:hover {
  width: 100px;
}

@media only screen and (max-width: 1200px) {
  .news-detail {
    flex-direction: column;
  }

  .news-detail .left {
    width: 90%;
    margin-right: auto;
  }

  .news-detail .left .img {
    height: 610px;
  }

  .news-detail .right {
    margin-top: 55px;
    width: 80%;
  }

  .news-detail .next {
    top: 55px;
    height: 500px;
  }
}

@media only screen and (max-width: 900px) {
  .news-detail .next {
    height: 400px;
    top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .news-detail {
    padding-right: 0;
  }

  .news-detail .left {
    width: 100%;
  }

  .news-detail .next {
    display: none;
  }

  .news-detail .left .img {
    height: 280px;
  }

  .news-detail .right {
  }

  .news-detail .right .date {
    font-size: 11px;
  }

  .news-detail .right .title {
    font-size: 29px;
    margin-bottom: 25px;
  }

  .news-detail .right .cnt p {
    font-size: 13px;
  }
}

/* News Detail */

/* Contact */

.map {
  position: sticky;
  top: 0px;
  z-index: -1;
  height: calc(100vh + 200px);
  margin-top: -200px;
  transform: translate(-35%, 0px);
  width: 160%;
  overflow: hidden;
}

.map .map-scope {
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.map:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 450px;
  background: linear-gradient(180deg, #ededed, #ffffff00);
  z-index: 2;
  pointer-events: none;
}

.contact {
  /* overflow: hidden; */
}

.contact .contact-top {
  height: calc(100vh - 199.5px);
  display: flex;
  align-items: end;
  justify-content: end;
  margin-top: calc(-100vh - 0px);
  /* padding-bottom: 550px; */
}

.contact .contact-top .cnt {
  width: 1050px;
  background: #ededed;
  padding: 60px 0 80px 60px;
}

.contact .contact-top .cnt .tab-links {
  width: 100%;
  display: flex;
  gap: 45px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  margin-bottom: 55px;
}

.contact .contact-top .cnt .tab-links .link-item {
  font-weight: 300;
  font-size: 20px;
  color: #000;
  position: relative;
  cursor: pointer;
}

.contact .contact-top .cnt .tab-contents {
}

.contact .contact-top .cnt .tab-contents .tab-content {
  display: none;
}

.contact .contact-top .cnt .tab-contents .tab-content.active {
  display: block;
}

.contact .contact-top .cnt .tab-contents .tab-content .contact-items {
  display: flex;
  gap: 155px;
  margin-bottom: 105px;
}

.contact .contact-top .cnt .tab-contents .tab-content .contact-items .item {
  display: flex;
}

.contact
  .contact-top
  .cnt
  .tab-contents
  .tab-content
  .contact-items
  .item
  .left {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

.contact
  .contact-top
  .cnt
  .tab-contents
  .tab-content
  .contact-items
  .item
  .left
  svg {
}

.contact
  .contact-top
  .cnt
  .tab-contents
  .tab-content
  .contact-items
  .item
  .left
  span {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
}

.contact
  .contact-top
  .cnt
  .tab-contents
  .tab-content
  .contact-items
  .item
  .right {
}

.contact
  .contact-top
  .cnt
  .tab-contents
  .tab-content
  .contact-items
  .item
  .right
  ul {
  display: flex;
  flex-direction: column;
  margin-top: -20px;
}

.contact
  .contact-top
  .cnt
  .tab-contents
  .tab-content
  .contact-items
  .item
  .right
  ul
  li {
  display: flex;
  align-items: center;
}

.contact
  .contact-top
  .cnt
  .tab-contents
  .tab-content
  .contact-items
  .item
  .right
  ul
  li
  span {
  font-weight: normal;
  font-size: 10px;
  color: #000;
  width: 15px;
  margin-right: 25px;
}

.contact
  .contact-top
  .cnt
  .tab-contents
  .tab-content
  .contact-items
  .item
  .right
  ul
  li
  a {
  font-weight: normal;
  font-size: 20px;
  color: #000;
  padding: 10px 0;
}

.contact .contact-top .cnt .tab-contents .tab-content .adres {
  display: flex;
}

.contact .contact-top .cnt .tab-contents .tab-content .adres .left {
  width: 270px;
}

.contact .contact-top .cnt .tab-contents .tab-content .adres .left span {
  font-weight: bold;
  font-size: 25px;
  color: #000;
  margin-bottom: 10px;
  display: block;
}

.contact .contact-top .cnt .tab-contents .tab-content .adres .left address {
  font-weight: normal;
  font-size: 13px;
  color: #000;
  margin: 0;
}

.contact .contact-top .cnt .tab-contents .tab-content .adres a {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 33px;
  color: #000;
  gap: 20px;
  border: 1px solid #707070;
  width: max-content;
  height: max-content;
  padding: 15px 55px;
  border-radius: 55px;
  margin-left: 135px;
}

.contact .contact-top .cnt .tab-contents .tab-content .adres a svg {
}

.contact .form {
  width: 1050px;
  margin-left: auto;
  background: #ededed;
  padding: 110px 170px 100px 70px;
}

.contact .form .title {
  font-weight: bold;
  font-size: 25px;
  color: #000;
  margin-bottom: 35px;
}

.contact .form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 26px;
}

.contact .form form .form-item {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.contact .form form .form-item span {
  font-weight: normal;
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
}

.contact .form form .form-item input,
.contact .form form .form-item textarea {
  background: none;
  border: 1px solid #707070;
  box-shadow: none;
  outline: 0;
  height: 55px;
}

.contact .contact-top .cnt .tab-links .link-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 4px;
  background: #000;
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}

.contact .contact-top .cnt .tab-links .link-item.active:before {
  opacity: 1;
  visibility: visible;
}

.contact
  .contact-top
  .cnt
  .tab-contents
  .tab-content
  .contact-items
  .item
  .left:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 25px;
  width: 3px;
  background: #000;
}

.contact
  .contact-top
  .cnt
  .tab-contents
  .tab-content
  .contact-items
  .item
  .right
  ul
  li
  + li
  a {
  border-top: 1px solid rgb(0 0 0 / 20%);
}

.contact .form form .form-item.full {
  width: 100%;
}

.contact .form form .form-item textarea {
  height: 200px;
  resize: none;
}

.contact .form form .form-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
}

.contact .form form .form-bottom .policy {
  position: relative;
}

.contact .form form .form-bottom .policy input {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.contact .form form .form-bottom .policy label {
  margin: 0;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 35px;
  color: #000000;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

.contact .form form .form-bottom .policy label a {
  color: #000000;
}

.contact .form form .form-bottom button {
  border: 0;
  box-shadow: none;
  outline: 0;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px 35px;
  border-radius: 35px;
}

.contact .form form .form-bottom button svg {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
  margin-left: 35px;
}

.contact .form form .form-bottom .policy label:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #9da1b5;
  z-index: 2;
}

.contact .form form .form-bottom .policy label:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #9da1b5;
  z-index: 2;
  transform: scale(0);
  transition: 0.2s;
}

.contact .form form .form-bottom .policy input:checked ~ label:after {
  transform: scale(1);
}

@media only screen and (max-width: 1200px) {
  .contact .contact-top .cnt {
    width: 90%;
  }

  .contact .form {
    width: 90%;
  }

  .map {
    transform: translate(0, 0);
    height: calc(100vh + 0px);
    margin-top: -300px;
    width: 100%;
  }

  .contact .contact-top {
    margin-top: -63vh;
  }
}

@media only screen and (max-width: 900px) {
  .contact .contact-top .cnt {
    width: 100%;
    background: none;
    padding: 60px 30px 80px 30px;
  }

  .map {
    position: unset;
    margin: 0;
    height: 540px;
  }

  .contact .contact-top {
    margin-top: 0;
    align-items: start;
    justify-content: start;
    height: unset;
  }

  .contact .contact-top .cnt .tab-contents .tab-content .adres a {
    font-size: 23px;
  }

  .contact .form {
    width: 100%;
    background: none;
    padding: 50px 100px 60px;
  }

  .contact .form form .form-bottom button svg {
    margin-left: 20px;
  }

  .map:before {
    height: 0;
  }
}

@media only screen and (max-width: 767px) {
  .map {
    height: 331px;
  }

  .contact .contact-top .cnt .tab-links .link-item {
    font-size: 16px;
  }

  .contact .contact-top .cnt .tab-contents .tab-content .contact-items {
    flex-direction: column;
    gap: 60px;
    margin-bottom: 55px;
  }

  .contact .contact-top .cnt .tab-contents .tab-content .adres {
    flex-direction: column;
  }

  .contact .contact-top .cnt .tab-contents .tab-content .adres .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .contact .contact-top .cnt .tab-contents .tab-content .adres a {
    margin: 30px auto 0;
    font-size: 20px;
  }

  .contact .form {
    padding: 20px 40px 0px;
  }

  .contact .form .title {
    text-align: center;
  }

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

  .contact .form form .form-bottom {
    flex-direction: column;
  }

  .contact .form form .form-bottom .policy label {
    line-height: 1.4;
  }

  .contact .form form .form-bottom button {
    margin-top: 25px;
    width: 100%;
    justify-content: center;
  }
}

/* Contact */

/* Product List */

.products-page {
  display: flex;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  /* overflow: hidden; */
  width: 100%;
}

.product-sidebar {
  width: 100%;
  padding: 55px 0px 65px 100px;
  border-right: 1px solid rgb(0 0 0 / 20%);
  height: 100vh;
  position: sticky;
  top: 0;
}

.products-page .sticky-holder.active {
  opacity: 1;
  visibility: visible;
}

.product-sidebar p {
  font-weight: 300;
  font-size: 20px;
  color: #000;
  margin: 0;
  padding-bottom: 6px;
  width: max-content;
  border-bottom: 5px solid #000;
}

.product-sidebar .p-categories {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-height: calc(100vh - 171px);
  overflow-y: auto;
  padding-bottom: 200px;
}

.product-sidebar .p-categories > li {
}

.product-sidebar .p-categories > li > a {
}

.product-sidebar .p-categories > li > a {
  font-weight: normal;
  font-size: 15px;
  color: #000;
  width: 85%;
  padding-left: 40px;
  position: relative;
  transition: 0.4s;
  margin-bottom: 5px;
  display: block;
}

.product-sidebar .p-categories > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #707070;
  transition: 0.4s;
}

.product-sidebar .p-categories > li > a:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
  width: 21px;
  height: 11px;
  border-radius: 15px;
  border: 1px solid #707070;
  transition: 0.4s;
  background: #000;
  opacity: 0;
  visibility: hidden;
}

.product-sidebar .p-categories > li > a:hover:after {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.product-sidebar .p-categories > li > ul {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  padding-top: 35px;
  padding-left: 15px;
  border-left: 1px solid #707070;
  position: relative;
  display: none;
}

.product-sidebar .p-categories > li > ul > li {
}

.product-sidebar .p-categories > li > ul > li > a {
  font-weight: normal;
  font-size: 15px;
  color: #000;
  opacity: 0.5;
  position: relative;
  padding-left: 25px;
}

.products-page .right {
  width: 80%;
  flex: 1;
}

.products-page .right .top-nav {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
  height: 96px;
  align-items: center;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  overflow-x: clip;
  position: sticky;
  top: 0;
  backdrop-filter: blur(10px);
  background: white;
}

.products-page .right .top-nav span {
}

.products-page .right .top-nav span strong {
}

.products-page .right .top-nav .cat-info {
  cursor: pointer;
}

.products-page .right .product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 90px 100px 140px 100px;
  background: white;
}

.products-page .right .product-list .filter-btn {
  display: none;
}

.products-page .right .product-list .product-item {
  width: calc(25% - 19px);
}

.product-sidebar:before {
  content: "";
  position: absolute;
  left: 100px;
  top: 95px;
  right: 0;
  height: 1px;
  background: rgb(0 0 0 / 20%);
}

.product-sidebar .p-categories > li > ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 60px;
  height: 1px;
  background: #707070;
}

.product-sidebar .p-categories > li > ul:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: -4px;
  border-radius: 10px;
  background: #000;
  bottom: 0;
}

.product-sidebar .p-categories > li > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #707070;
  border-radius: 35px;
}

.product-sidebar .p-categories > li > ul > li > a:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 35px;
  background: #000;
  opacity: 0;
  transition: 0.4s;
}

.product-sidebar .p-categories > li > ul > li > a:hover:after {
  opacity: 1;
}

.product-sidebar .p-categories > li > ul > li.active > a:after {
  opacity: 1;
}

.product-sidebar .p-categories > li > ul > li.active > a {
  opacity: 1;
}

.product-sidebar .p-categories > li.active > a:after {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.mobile-sort {
  display: none;
}

.category-info {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  height: 100%;
  overflow: hidden;
  transform: translateY(-100%);
  transition: 0.4s;
}

.category-info.active {
  transform: translateY(0);
}

.category-info .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0000009c;
  z-index: -1;
  transform: translateY(-50%);
  transition: 0.4s;
  transition-delay: 0s;
  opacity: 0;
}

.category-info.active .bg {
  transform: translateY(0px);
  transition-delay: 0.05s;
  opacity: 1;
}

.category-info .close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: #000;
  transition: 0.4s;
  cursor: pointer;
}

.category-info .cnt {
  background: #fff;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 215px 0 105px;
  max-height: 80%;
}

.category-info .cnt .left {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.category-info .cnt .left p {
  margin: 0;
  font-weight: bold;
  font-size: 41px;
  color: #000;
}

.category-info .cnt .right {
  width: 530px;
  padding-left: 100px;
  position: relative;
  margin-left: 185px;
  height: 440px;
  overflow-y: auto;
}

.category-info .cnt .right .title {
  font-weight: 300;
  font-size: 25px;
  color: #000;
  margin-bottom: 60px;
}

.category-info .cnt .right p {
  font-weight: normal;
  font-size: 15px;
  color: #000;
}

.category-info .cnt .left:before {
  content: "";
  position: absolute;
  right: -170px;
  top: -100%;
  bottom: 0;
  width: 1px;
  background: #707070;
  height: 390px;
}

.category-info .cnt .left:after {
  content: "";
  position: absolute;
  right: -170px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  background: #707070;
  height: 1px;
}

.products-page .sticky-holder {
  width: 20%;
}

.products-page .sticky-holder .close {
  display: none;
}

@media only screen and (max-width: 1600px) {
  .products-page .right .product-list .product-item {
    width: calc(25% - 19px);
  }
}

@media only screen and (max-width: 1440px) {
  .product-sidebar {
    padding: 55px 10px 65px 50px;
  }

  .products-page .sticky-holder {
    width: 18%;
  }

  .products-page .right .top-nav {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .products-page .right .product-list .product-item {
    width: calc(50% - 18px);
  }

  .products-page .sticky-holder {
    width: 25%;
  }

  .products-page .right {
    width: 75%;
  }

  header.line:before {
    left: calc(25% - 1px);
  }

  .products-page .right .product-list {
    padding: 90px 50px 140px;
  }

  .category-info .cnt {
    flex-direction: column;
  }

  .category-info .cnt .left {
    width: 610px;
    text-align: center;
  }

  .category-info .cnt .left p {
    font-size: 60px;
    line-height: 1.3;
  }

  .category-info .cnt .right {
    margin: 0;
    padding: 0;
    margin-top: 165px;
    width: 730px;
  }

  .category-info .cnt .left:before {
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    bottom: -60px;
    top: unset;
  }

  .category-info .cnt .left:after {
    left: 50%;
    transform: translateX(-50%);
    height: 64px;
    width: 1px;
    bottom: -124px;
    top: unset;
  }

  .category-info .cnt .right .title {
    font-size: 31px;
  }

  .category-info .cnt .right p {
    font-size: 19px;
  }
}

@media only screen and (max-width: 900px) {
  .products-page .sticky-holder {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
  }

  .products-page .right {
    width: 100%;
  }

  header.line:before {
    display: none;
  }

  .products-page .right .product-list .filter-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    color: #000;
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 15px 0;
    border-left: 0;
    border-right: 0;
  }

  .products-page .sticky-holder .close {
    display: block;
    font-weight: 300;
    font-size: 20px;
    color: #000;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    z-index: 2;
  }

  .product-sidebar {
    padding: 105px 0px 65px 50px;
  }

  .product-sidebar:before {
    top: 145px;
  }

  .product-sidebar .p-categories {
    padding-bottom: 100px;
  }

  .category-info .cnt .left p {
    font-size: 37px;
  }

  .category-info .cnt {
    padding: 135px 0 105px;
    max-height: 90%;
  }

  .category-info .cnt .left:before {
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
  }

  .category-info .cnt .right {
    width: 85%;
    height: 400px;
  }

  .category-info .cnt .right .title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 35px;
  }

  .category-info .cnt .right p {
    font-size: 17px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .products-page .right .top-nav {
    flex-direction: row;
    padding: 25px 25px;
    background: none;
    backdrop-filter: none;
    height: unset;
    will-change: transform;
    background: #eaeaea;
  }

  .products-page .right .product-list {
    padding: 50px 10px 70px;
    gap: 20px 10px;
  }

  .products-page .right .product-list > span {
    text-align: center;
    width: 100%;
    color: #8c8c8c;
  }

  .products-page .right .product-list .product-item {
    width: 48%;
    margin: 0 auto;
  }

  .products-page .right .top-nav span {
    font-size: 19px;
  }

  .s-select button {
    padding: 0 !important;
    height: unset;
  }

  .products-page .right .top-nav .cat-info {
    font-size: 18px;
    color: #000;
  }

  .products-page .right .top-nav .dropdown {
    display: none;
  }

  .products-page .right .top-nav .buttons {
    display: flex;
    gap: 15px;
  }

  .products-page .right .top-nav .buttons .mobile-button {
  }

  .products-page .right .top-nav .buttons svg {
    width: 30px;
    height: 25px;
    stroke: #000;
    fill: none;
  }

  .products-page .right .product-list .filter-btn {
    display: none;
  }

  .product-sidebar {
    padding: 85px 0px 55px 40px;
  }

  .product-sidebar:before {
    top: 125px;
  }

  .product-sidebar p {
  }

  .product-sidebar .p-categories {
    margin-top: 55px;
  }

  .category-info .cnt {
    padding: 95px 0 0;
  }

  .category-info .cnt .left {
    width: 90%;
  }

  .category-info .cnt .left p {
    font-size: 26px;
  }

  .category-info .cnt .left:before {
    bottom: -30px;
  }

  .category-info .cnt .left:after {
    height: 30px;
    bottom: -59px;
  }

  .category-info .cnt .right {
    margin-top: 95px;
  }

  .category-info .cnt .right .title {
    font-size: 20px;
  }

  .category-info .cnt .right p {
    font-size: 13px;
  }

  .mobile-sort {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    transform: translateY(-100%);
    transition: 0.4s;
  }

  .mobile-sort .cnt {
    position: relative;
    z-index: 1;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0 50px;
  }

  .mobile-sort .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000000c4;
    z-index: -1;
    transform: translateY(-100%);
    transition: 0.4s;
  }

  .mobile-sort .cnt .close-btn {
    margin-bottom: 55px;
  }

  .mobile-sort .cnt .sort-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  .mobile-sort .cnt .sort-item .item {
    font-size: 25px;
    color: #000;
    padding: 10px 0px;
    position: relative;
    margin: 0 30px;
  }

  .mobile-sort .cnt .close-btn svg {
    width: 25px;
    height: 25px;
  }

  .mobile-sort .cnt .sort-item .item + .item {
    border-top: 1px solid #0000001f;
  }

  .mobile-sort.active {
    transform: translateX(0px);
  }

  .mobile-sort.active .bg {
    transform: translateY(0px);
  }
}

/* Product List */

/* Product Detail */

.product-detail {
  display: flex;
  justify-content: space-between;
}

.product-detail .left {
  width: 40%;
}

.product-detail .left .stkicy-area {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.product-detail .left .quick-cat {
  position: absolute;
  left: 50px;
  top: 50%;
  cursor: pointer;
  z-index: 2;
}

.product-detail .left .stkicy-area .quick-categories {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  z-index: 2;
  background: #ebebeb;
  transform: translateX(-100%);
  transition: 0.4s;
}

.product-detail .left .stkicy-area .quick-categories.active {
  transform: translateX(0);
}

.product-detail .left .stkicy-area .quick-categories .product-sidebar {
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.product-detail .left .stkicy-area .p-img {
  height: 630px;
  width: 630px;
  margin-bottom: 30px;
}

.product-detail .left .stkicy-area .p-img .swiper-slide {
}

.product-detail .left .stkicy-area .p-img .swiper-slide .img {
  width: 100%;
  height: 100%;
  background: no-repeat center/contain;
}

.product-detail .left .stkicy-area .p-thumb {
  width: 441px;
}

.product-detail .left .stkicy-area .p-thumb .swiper-slide {
  padding: 25px;
  border: 1px solid #bfbfbf;
  border-radius: 175px;
  transition: 0.4s;
  height: 125px;
  cursor: pointer;
}

.product-detail
  .left
  .stkicy-area
  .p-thumb
  .swiper-slide.swiper-slide-thumb-active {
  background: #fff;
  border-color: #fff;
}

.product-detail .left .stkicy-area .p-thumb .swiper-slide .img {
  background: no-repeat center/contain;
  width: 100%;
  height: 100%;
}

.product-detail .mid {
  width: 31%;
  padding-top: 95px;
}

.product-detail .mid .main-info {
  display: flex;
  flex-direction: column;
}

.product-detail .mid .main-info .top {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}

.product-detail .mid .main-info .top span {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #000;
  display: flex;
  align-items: center;
  padding: 6px 20px;
  border-radius: 25px;
}

.product-detail .mid .main-info .top h1 {
  font-weight: normal;
  font-size: 36px;
  color: #000;
  margin-left: 20px;
  margin-bottom: 0;
}

.product-detail .mid .main-info .top .brand {
  margin-left: auto;
  border: 1px solid #707070;
  padding: 8px 25px;
  border-radius: 35px;
}

.product-detail .mid .main-info .top .brand img {
}

.product-detail .mid .main-info .title {
  font-weight: bold;
  font-size: 60px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 65px;
}

.product-detail .mid .main-info .exp {
  font-weight: normal;
  font-size: 15px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 75px;
  padding-right: 95px;
}

.product-detail .mid .main-info .links {
  display: flex;
}

.product-detail .mid .main-info .links .add-basket {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  gap: 10px;
  border: 1px solid #707070;
  padding: 16px 45px;
  border-radius: 35px;
  cursor: pointer;
  transition: 0.4s;
  justify-content: center;
}

.product-detail .mid .main-info .links .add-basket:hover {
  background: #000;
  color: #fff;
  transform: scale(0.95);
}

.product-detail .mid .main-info .links .add-basket svg line {
  transition: 0.4s;
}

.product-detail .mid .main-info .links .add-basket:hover svg line {
  stroke: #fff;
}

.product-detail .mid .main-info .links .add-basket svg {
}

.product-detail .mid .main-info .links .more {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.3em;
  color: #000;
  margin-left: 45px;
  cursor: pointer;
}

.product-detail .mid .main-info .links .more svg {
  margin-top: -20px;
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  transition: 0.4s;
}

.product-detail .mid .main-info .links .more:hover svg {
  transform: translateY(5px);
}

.product-detail .mid .tab-side {
  margin-top: 145px;
}

.product-detail .mid .tab-side .tab-links {
  display: flex;
  justify-content: space-between;
}

.product-detail .mid .tab-side .tab-links .link-item {
  font-weight: normal;
  font-size: 15px;
  color: #000;
  opacity: 0.5;
  transition: 0.4s;
  cursor: pointer;
}

.product-detail .mid .tab-side .tab-content {
  margin-top: 75px;
  position: relative;
}

.product-detail .mid .tab-side .tab-content .content-item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
  transform: translateY(30px);
  transition-delay: 0s;
}

.product-detail .mid .tab-side .tab-content .content-item-features {
  width: 100%;
}

.product-detail .mid .tab-side .tab-content .content-item-features ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 10px 0;
  padding: 20px;
  border: 1px solid #000;
}

.product-detail .mid .tab-side .tab-content .content-item-img {
}

.product-detail .mid .tab-side .tab-content .content-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.4s;
}

.product-detail .mid .tab-side .tab-content .content-item .cnt {
}

.product-detail .mid .tab-side .tab-content .content-item .cnt .title,
.product-detail .mid .tab-side .tab-content .content-item .cnt h1 {
  font-weight: 300;
  font-size: 25px;
  color: #000;
  margin-bottom: 55px;
}

.product-detail .mid .tab-side .tab-content .content-item .cnt p {
}

.product-detail .mid .tab-side .tab-content .content-item .cnt h2,
.product-detail .mid .tab-side .tab-content .content-item .cnt h3,
.product-detail .mid .tab-side .tab-content .content-item .cnt h4,
.product-detail .mid .tab-side .tab-content .content-item .cnt h5,
.product-detail .mid .tab-side .tab-content .content-item .cnt h6 {
  font-weight: bold;
  font-size: 15px;
  color: #000;
  margin: 60px 0;
}

.product-detail .right {
  width: 15%;
}

.product-detail .right .social {
  height: 75%;
  display: flex;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  align-items: center;
  justify-content: center;
  gap: 25px;
  border-top: 1px solid rgb(0 0 0 / 20%);
}

.product-detail .right .social span {
  font-weight: bold;
  font-size: 15px;
  color: #000;
}

.product-detail .right .social .social-item {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #000;
}

.product-detail .right .ask-qst {
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail .right .ask-qst span {
  font-weight: normal;
  font-size: 55px;
  line-height: 23px;
  color: #000;
}

.product-detail .right .ask-qst span:nth-child(2) {
  font-size: 25px;
  width: 53px;
  font-weight: bold;
  margin-left: 20px;
}

.product-detail .mid .tab-side .tab-links .link-item.active {
  opacity: 1;
}

.product-detail .right .sticky-area {
  display: flex;
  flex-direction: column;
  height: 100vh;
  border-left: 1px solid rgb(0 0 0 / 20%);
  position: sticky;
  top: 0;
}

@media only screen and (max-width: 1550px) {
  .product-detail .left .stkicy-area .p-img {
    width: 510px;
    height: 510px;
  }

  .product-detail .mid {
    width: 36%;
  }

  .product-detail .mid .main-info .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .product-detail .left .stkicy-area .quick-categories,
  .product-detail .left .stkicy-area .quick-cat {
    display: none;
  }

  .product-detail .mobile-flex {
    width: 85%;
  }

  .product-detail .left {
    width: 100%;
    margin: 130px 0;
  }

  .product-detail .left .stkicy-area {
    height: max-content;
  }

  .product-detail .mid {
    width: 90%;
    margin: 0px auto 0;
    padding-top: 45px;
  }

  .product-detail .left .stkicy-area .p-img {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .product-detail .left .stkicy-area .p-img {
    height: 430px;
    margin-bottom: 45px;
  }

  .product-detail .mid .tab-side {
    padding-right: 115px;
  }

  .product-detail .right .ask-qst {
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
  }

  .product-detail .right .ask-qst span:nth-child(2) {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail .right {
    display: none;
  }

  .product-detail .mobile-flex {
    width: 100%;
  }

  .product-detail .left {
    margin: 60px 0 0;
  }

  .product-detail .left .stkicy-area .p-thumb {
    width: 375px;
    padding: 0 15px;
  }

  .product-detail .left .stkicy-area .p-thumb .swiper-slide {
    height: 95px;
  }

  .product-detail .left .stkicy-area .p-img {
    height: 250px;
  }

  .product-detail .mid .main-info .top span {
    font-size: 11px;
    margin-right: calc(100% - 65px);
    margin-bottom: 25px;
  }

  .product-detail .mid .main-info .top {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .product-detail .mid .main-info .top h1 {
    margin-left: 0;
    font-size: 30px;
  }

  .product-detail .mid .main-info .top .brand img {
    width: 65px;
  }

  .product-detail .mid .main-info .title {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .product-detail .mid .main-info .exp {
    padding-right: 40px;
    margin-bottom: 40px;
  }

  .product-detail .mid .main-info .links {
    flex-direction: column;
    gap: 35px;
  }

  .product-detail .mid .main-info .links .more {
    margin-left: 0;
    justify-content: center;
  }

  .product-detail .mid .tab-side {
    margin-top: 95px;
    padding: 0;
  }

  .product-detail .mid .tab-side .tab-content {
    margin-top: 50px;
  }

  .product-detail .mid .tab-side .tab-content .content-item .cnt .title,
  .product-detail .mid .tab-side .tab-content .content-item .cnt h1 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .product-detail .mid .tab-side .tab-content .content-item .cnt p {
    font-size: 14px;
  }

  .product-detail .mid .tab-side .tab-content .content-item .cnt h2,
  .product-detail .mid .tab-side .tab-content .content-item .cnt h3,
  .product-detail .mid .tab-side .tab-content .content-item .cnt h4,
  .product-detail .mid .tab-side .tab-content .content-item .cnt h5,
  .product-detail .mid .tab-side .tab-content .content-item .cnt h6 {
    margin: 40px 0;
  }
}

/* Product Detail */

/* Basket */

.site-basket {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  visibility: hidden;
}

.site-basket .bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000000ad;
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0s;
}

.site-basket .cnt {
  width: 610px;
  margin-left: auto;
  background: #fff;
  height: 100%;
  padding: 60px 30px 50px 90px;
  position: relative;
  display: flex;
  flex-direction: column;
  transform: translateX(120%);
  transition: 0.4s;
  transition-delay: 0s;
  will-change: transform;
}

.site-basket .cnt .back-btn {
  position: absolute;
  right: 107%;
  cursor: pointer;
}

.site-basket .cnt > .title {
  font-weight: bold;
  font-size: 60px;
  color: #000;
  line-height: 1;
  margin-bottom: 45px;
}

.site-basket .basket-screen {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
}

.site-basket .basket-screen .wrapper {
  max-height: calc(100vh - 270px);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding-bottom: 200px;
  padding-top: 30px;
  overflow-x: clip;
  gap: 55px;
}

.site-basket .basket-screen .wrapper .wrapper-item {
  display: flex;
  position: relative;
  align-items: center;
}

.site-basket .basket-screen .wrapper .wrapper-item .img {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  border: 1px solid #707070;
  background: #fff;
}

.site-basket .basket-screen .wrapper .wrapper-item .img img {
}

.site-basket .basket-screen .wrapper .wrapper-item .mid {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  width: 240px;
}

.site-basket .basket-screen .wrapper .wrapper-item .mid span {
  font-weight: normal;
  font-size: 15px;
  color: #000;
  border: 1px solid #707070;
  width: max-content;
  padding: 3px 20px;
  border-radius: 35px;
  margin-bottom: 10px;
}

.site-basket .basket-screen .wrapper .wrapper-item .mid p {
  font-weight: normal;
  font-size: 20px;
  color: #000;
  line-height: 1.3;
  margin: 0;
}

.site-basket .basket-screen .wrapper .wrapper-item .qty {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  margin-left: auto;
  transition: 0.4s;
}

.site-basket .basket-screen .wrapper .wrapper-item .qty input {
  border: 0;
  width: 60px;
  text-align: center;
  padding: 0;
  margin: 0;
  outline: 0;
  box-shadow: none;
}

.site-basket
  .basket-screen
  .wrapper
  .wrapper-item
  .qty
  input::-webkit-outer-spin-button,
.site-basket
  .basket-screen
  .wrapper
  .wrapper-item
  .qty
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.site-basket .basket-screen .wrapper .wrapper-item .qty input {
  -moz-appearance: textfield;
}

.site-basket .basket-screen .wrapper .wrapper-item .qty .qty-plus,
.site-basket .basket-screen .wrapper .wrapper-item .qty .qty-minus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.site-basket .basket-screen .wrapper .wrapper-item .qty .qty-plus svg {
  transform: rotate(-90deg);
  stroke: #a2a2a2;
}

.site-basket .basket-screen .wrapper .wrapper-item .qty .qty-minus {
}

.site-basket .basket-screen .wrapper .wrapper-item .qty .qty-minus svg {
  transform: rotate(90deg);
  stroke: #a2a2a2;
}

.site-basket .basket-screen .wrapper .wrapper-item .qty .piece {
  user-select: none;
  flex-direction: column;
  display: flex;
  width: max-content;
}

.site-basket .basket-screen .wrapper .wrapper-item .qty .piece span {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: rgba(88, 88, 88, 0.38);
}

.site-basket .basket-screen .wrapper .wrapper-item .qty .piece input {
  background: none;
  font-weight: bold;
  font-size: 15px;
  color: #585858;
  text-align: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgb(0 0 0 / 20%);
  border-radius: 100%;
}

.site-basket .basket-screen .wrapper .wrapper-item .delete {
  width: unset;
  position: absolute;
  right: -40px;
  transition: 0.4s;
  cursor: pointer;
  transition-delay: 0s;
}

.site-basket .basket-screen .wrapper .wrapper-item .delete svg {
}

.site-basket .cnt .form-screen {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  top: 205px;
  width: 75%;
  left: 90px;
  height: calc(100% - 256px);
}

.site-basket .cnt .form-screen form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 100%;
}

.site-basket .cnt .form-screen .form-item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px 0;
  margin-left: 16px;
}

.site-basket .cnt .form-screen .form-item label {
  font-weight: normal;
  font-size: 20px;
  color: #000;
  line-height: 1;
  margin: 0;
  width: 105px;
}

.site-basket .cnt .form-screen .form-item input {
  border: 0;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  box-shadow: none;
  outline: 0;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  color: #000;
  padding: 0 15px 5px 15px;
  margin-top: -5px;
}

.site-basket .cnt .form-screen form button {
}

.site-basket .basket-screen .button,
.site-basket .cnt .form-screen form button {
  margin-top: auto;
  transform: translateY(50%);
  padding-left: 95px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  background: none;
  border: 0;
  outline: 0;
}

.site-basket .basket-screen .button svg,
.site-basket .cnt .form-screen form button svg {
  margin-left: 20px;
  transition: 0.4s;
}

.site-basket .basket-screen .button:hover svg,
.site-basket .cnt .form-screen form button:hover svg {
  transform: translateX(15px);
}

.site-basket .cnt:before {
  content: "";
  position: absolute;
  left: 110px;
  top: 165px;
  width: 1px;
  background: #707070;
  bottom: 50px;
}

.site-basket .basket-screen .button:before,
.site-basket .cnt .form-screen form button:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background: #000;
}

.site-basket .basket-screen .wrapper .wrapper-item:hover .qty {
  transform: translateX(-40px);
}

.site-basket .basket-screen .wrapper .wrapper-item:hover .delete {
  right: 0;
  transition-delay: 0.1s;
}

.site-basket .basket-screen .button:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 200px;
  background: linear-gradient(0deg, white, #ffffff00);
  z-index: 2;
  opacity: 0;
}

.site-basket.active {
  visibility: visible;
}

.site-basket.active .bg {
  opacity: 1;
  transition-delay: 0.3s;
}

.site-basket.active .cnt {
  transform: translateX(0px);
  transition-delay: 0.1s;
}

.site-basket.form-active .basket-screen {
  opacity: 0;
  visibility: hidden;
}

.site-basket.form-active .cnt .form-screen {
  opacity: 1;
  visibility: visible;
}

.site-basket .cnt .form-screen .form-item .input-holder:before,
.site-basket .cnt .form-screen .form-item .input-holder:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 15px;
  width: 1px;
  background: rgb(0 0 0 / 20%);
  z-index: 2;
}

.site-basket .cnt .form-screen .form-item .input-holder {
  flex: 1;
  position: relative;
  margin-left: 10px;
  display: flex;
}

.site-basket .cnt .form-screen .form-item .input-holder:after {
  left: unset;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .site-basket .cnt {
    width: 100%;
  }

  .site-basket .cnt {
    padding: 30px 20px;
  }

  .site-basket .cnt > .title {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .site-basket .cnt:before {
    left: 40px;
    bottom: 30px;
    top: 120px;
  }

  .site-basket .basket-screen .wrapper .wrapper-item .mid span {
    font-size: 11px;
  }

  .site-basket .basket-screen .wrapper .wrapper-item .mid p {
    font-size: 15px;
  }

  .site-basket .basket-screen .wrapper .wrapper-item .img {
    width: 60px;
    height: 60px;
    padding: 10px;
  }

  .site-basket .basket-screen .wrapper .wrapper-item .mid {
    width: 150px;
  }

  .site-basket .basket-screen .wrapper .wrapper-item .delete {
    position: static;
    margin-left: 15px;
  }

  .site-basket .cnt .form-screen {
    left: 20px;
    height: calc(100% - 171px);
    width: 85%;
    top: 140px;
  }

  .site-basket .cnt .back-btn {
    right: 10px;
  }

  .site-basket .cnt .back-btn svg path {
    stroke: #000;
  }

  .site-basket .cnt .back-btn svg {
    width: 35px;
    height: 34px;
  }
}

/* Basket */

/* Search */

.site-basket .cnt .search-input {
  width: 80%;
  margin-bottom: 65px;
}

.site-basket .cnt .search-input input {
  width: 100%;
  padding: 12px 25px 10px 25px;
  border-radius: 45px;
  font-weight: normal;
  font-size: 15px;
  color: #000;
  border: 1px solid #000;
}

.site-basket .cnt .result-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}

.site-basket .cnt .result-wrap .r-wrap-item {
}

.site-basket .cnt .result-wrap .r-wrap-item + .r-wrap-item {
  margin-top: 35px;
}

.site-basket .cnt .result-wrap .r-wrap-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 5.5vw;
}

.site-basket .cnt .result-wrap .r-wrap-item .item-top span {
  font-weight: bold;
  font-size: 15px;
  color: #000;
}

.site-basket .cnt .result-wrap .r-wrap-item .item-top .swip-btns {
  display: flex;
  gap: 15px;
}

.site-basket .cnt .result-wrap .r-wrap-item .item-top .swip-btns .prev {
}

.site-basket .cnt .result-wrap .r-wrap-item .item-top .swip-btns .prev svg {
}

.site-basket .cnt .result-wrap .r-wrap-item .item-top .swip-btns .next {
}

.site-basket .cnt .result-wrap .r-wrap-item .item-top .swip-btns .next svg {
}

.site-basket .cnt .result-wrap .r-wrap-item .item-bottom {
}

.site-basket .cnt .result-wrap .r-wrap-item .item-bottom .swiper {
}

.site-basket
  .cnt
  .result-wrap
  .r-wrap-item
  .item-bottom
  .swiper:not(.product-slider)
  .swiper-slide {
  font-weight: normal;
  font-size: 25px;
  color: #000;
  border: 1px solid #707070;
  border-radius: 45px;
  padding: 12px 25px 10px 25px;
  width: auto;
  margin-bottom: 1px;
}

.site-basket
  .cnt
  .result-wrap
  .r-wrap-item
  .item-bottom
  .swiper
  .swiper-slide.fill {
}

.site-basket .cnt .result-wrap .r-wrap-item .item-bottom .product-slider {
  padding-right: 175px;
}

.site-basket.search .cnt:before {
  display: none;
}

.site-basket.search .cnt {
  padding-bottom: 0;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .site-basket
    .cnt
    .result-wrap
    .r-wrap-item
    .item-bottom
    .swiper:not(.product-slider)
    .swiper-slide {
    font-size: 18px;
  }

  .site-basket .cnt .result-wrap .r-wrap-item .item-bottom .product-slider {
    padding-right: 70px;
  }

  .site-basket.search .cnt .back-btn {
    top: 33px;
  }

  .site-basket .cnt .search-input {
    margin-bottom: 40px;
  }
}

/* Entrance */

.entrance {
}

.entrance .logos {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8vw;
  gap: 145px;
}

.entrance .logos .logo-item {
  opacity: 0.3;
  transition: 0.4s;
}

.entrance .logos .logo-item.active {
  opacity: 1;
}

.entrance .logos .logo-item svg {
}

.entrance .parallax-texts {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.entrance .parallax-texts .text-item {
  position: absolute;
  top: 0;
  width: auto;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  width: 80vw;
  transition: 0s;
  flex-direction: column;
  line-height: 1.1;
}

.entrance .parallax-texts .text-item span {
  font-weight: bold;
  font-size: 8vw;
  color: #0000;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #000;
  transition: 0.4s;
}

.entrance .parallax-texts .text-item.active span {
  color: #000;
}

.entrance .parallax-texts .text-item.active {
  color: #000;
}

.entrance .parallax-texts .overflow-div:nth-child(2) {
  right: 0;
  width: 50%;
  border-left: 1px solid #707070;
}

.entrance .parallax-texts .overflow-div:nth-child(1) {
  left: 0;
  width: 50%;
}

.entrance .parallax-texts .overflow-div {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  /* transform: skewX(-20deg); */
  perspective-origin: center;
  perspective: 700px;
  transition: 0.4s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.entrance .parallax-texts .overflow-div:nth-child(2) .text-item {
  right: 40vw;
  transform: skewX(20deg) translate(50%, 0px);
}

.entrance .parallax-texts .overflow-div:nth-child(1) .text-item {
  left: 30vw;
  transform: skewX(20deg) translate(-50%, 0px);
}

@media only screen and (max-width: 1200px) {
  .entrance .parallax-texts .text-item span {
    color: #000;
    display: block;
    font-size: 13vw;
    line-height: 1.5;
  }

  .entrance .parallax-texts {
    flex-direction: column;
    padding-top: 225px;
  }

  .entrance .parallax-texts .overflow-div {
    position: static;
    transform: unset;
    height: 50%;
    width: 100% !important;
    overflow: visible;
  }

  .entrance .parallax-texts .text-item {
    position: static;
    transform: unset !important;
    height: 100%;
    width: 100%;
  }

  .entrance .parallax-texts .overflow-div:nth-child(2):before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0px;
    right: -30px;
    height: 1px;
    background: #707070;
    transform: rotate(-17deg);
  }

  .entrance .logos .logo-item {
    opacity: 1;
  }
}

@media only screen and (max-width: 900px) {
  .entrance .logos {
    gap: 70px;
  }

  .entrance .parallax-texts {
    padding-top: 85px;
  }
}

/* COLOR BOX */
.product-colors {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 75px;
}

.product-colors .color-box {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11px;
}

.product-colors .color-box .color {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.product-colors .color-box p {
  margin-bottom: 0;
  font-size: 20px;
  color: #000;
}

.product-colors .color-box:not(:nth-child(4n + 4)) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .product-colors {
    row-gap: 30px;
  }

  .product-colors .color-box {
    width: 50%;
  }

  .product-colors .color-box:not(:nth-child(4n + 4)) {
    border-right: unset;
  }
}

.back-to-top {
  position: fixed;
  right: 50px;
  bottom: 70px;
  padding: 12px;
  border-radius: 100px;
  border: 1px solid #000000;
  z-index: 2;
  cursor: pointer;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  backdrop-filter: blur(3px);
}

.back-to-top:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 1024px) {
  .back-to-top {
    display: none !important;
  }
}

.back-to-top svg {
  transform: rotate(-90deg);
  transition: 0.4s;
}

.back-to-top svg.back-to-top-icon-2 {
  position: absolute;
  transform: rotate(-90deg) translateX(-100px);
}

.back-to-top:hover svg:nth-child(1) {
  transform: rotate(-90deg) translateX(100px);
}

.back-to-top:hover svg:nth-child(2) {
  transform: rotate(-90deg) translateX(0);
}

/* HEADLINE START */

.entry .top .swiper.p-img.headline-swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: -webkit-fill-available;
  z-index: -1;
  margin: 0;
}

.entry .top .swiper.p-img.headline-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 0;
  max-height: 100%;
}

.entry .top .swiper.p-img.headline-swiper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 40%);
  z-index: 2;
}

.entry .top {
  padding: 70px 0 0 100px;
  justify-content: space-between;
  overflow: hidden;
}

.entry.headline .top .links {
}

.entry.headline .scroll {
  position: absolute;
  bottom: 0;
  left: 100px;
  color: white;
  display: flex;
  align-items: end;
  gap: 20px;
  bottom: 80px;
  cursor: pointer;
}

.entry.headline .scroll svg {
  transition: 0.4s;
}

.entry .bottom .products .p-item:last-child {
  border: 0;
}

header.headline-control .logo svg path,
header.headline-control .logo svg rect {
  fill: #fff;
}

header.headline-control .navs .search-btn svg path,
header.headline-control .navs .search-btn svg g {
  stroke: #fff;
}

header.headline-control .navs .search-btn {
  color: #fff;
}

header.headline-control .navs .search-btn span {
  color: #fff;
}

header.headline-control .navs .lang svg path {
  stroke: #ffff;
}

header.headline-control .navs .basket-btn svg {
  stroke: #fff;
}

header.headline-control .navs .basket-btn span {
  background: #fff;
  color: #000;
}

.entry.headline:before {
  background: rgba(255, 255, 255, 0.5);
}

.entry.headline .bottom .discorver {
  bottom: -100px;
}

.entry.headline .top .slide-exp-cont {
  position: absolute;
  bottom: 0;
  left: 30%;
}

.entry.headline .top .slide-exp-cont .swiper.slide-exp {
  width: 780px;
}

.entry.headline .top .swiper.slide-exp .swiper-slide .p-name {
  font-size: 71px;
}

.entry.headline .top .slide-exp-cont-nav.swiper-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: absolute;
  z-index: 4;
  left: 23.2%;
  bottom: 26%;
}

.entry.headline .top .slide-exp-cont-nav.swiper-nav .swiper-nav-btn {
  display: flex;
  width: 76px;
  height: 76px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
}

.entry.headline .top .slide-exp-cont-nav.swiper-nav::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 115%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 100vh;
}

.entry.headline .top .slide-exp-cont-nav.swiper-nav::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 115%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 100vh;
  z-index: -1;
}

.bottom.headline-bottom-device {
  display: none;
}

.entry.headline .top .swiper.slide-exp .swiper-slide .p-name {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
}

header.headline-control .navs .mobile-menu-btn span {
  background: #fff;
}

@media screen and (min-width: 1200px) {
  .entry.headline .bottom::before {
    content: "";
    background: #0000003b;
    position: absolute;
    height: 250svh;
    top: -100%;
    left: 100%;
    right: 0;
    backdrop-filter: blur(10px);
    transition: 0.3s;
  }

  .entry.headline .bottom:hover::before {
    left: -100px;
  }
}

@media screen and (max-width: 1680px) {
  .entry.headline .top .slide-exp-cont .swiper.slide-exp {
    width: 570px;
  }

  .entry.headline .top .swiper.slide-exp .swiper-slide .p-name {
    font-size: 45px;
  }
}

@media screen and (max-width: 1199px) {
  .entry.headline .bottom {
    display: none;
  }

  .entry.headline .bottom.headline-bottom-device {
    display: flex;
    flex-direction: row;
  }

  .entry .bottom .products {
    width: 480px;
    padding: 0;
  }

  .entry .bottom .scroll {
    width: 25%;
  }

  .entry .bottom .products .p-item {
    display: block !important;
    /* max-width: 200px !important; */
  }

  .entry .bottom .products .swiper {
    padding-left: 75px;
  }

  .entry .bottom .products .swiper .swiper-wrapper {
    align-items: center;
  }

  .entry .bottom .products:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 160px;
    background: linear-gradient(90deg, white 20%, #ffffff00 100%);
    z-index: 2;
  }

  .entry.headline .top .slide-exp-cont {
    bottom: 20%;
    left: 20%;
  }

  .entry.headline .top .slide-exp-cont-nav.swiper-nav .swiper-nav-btn {
    width: 56px;
    height: 56px;
  }

  .entry.headline .top .swiper.slide-exp .swiper-slide .p-name {
    font-size: 40px;
  }

  .entry.headline .scroll {
    display: none;
  }

  .entry.headline .bottom .products:before {
    background: none;
    content: none;
  }

  .entry.headline .bottom .products .span {
    padding-left: 60px;
    margin-bottom: 0;
  }

  .entry .bottom .products .swiper {
    padding-left: 60px;
  }

  .entry.headline .top .slide-exp-cont-nav.swiper-nav {
    left: 27%;
    bottom: 25%;
  }

  .entry.headline .bottom .products {
    flex-direction: row;
    white-space: nowrap;
    gap: 2rem;
    padding: 0 50px;
    overflow-x: auto;
    width: 100%;
  }

  .entry.headline .bottom .products::-webkit-scrollbar {
    display: none;
  }

  .entry .bottom .products .span {
    display: none;
  }

  .mobile-menu {
    display: block;
    top: 120px;
  }

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

  ::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .entry.headline {
    height: 70svh;
    overflow: hidden;
  }

  .entry.headline .top .slide-exp-cont-nav.swiper-nav {
    left: 6%;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
  }

  .entry.headline .top .slide-exp-cont {
    left: 10%;
    top: 50%;
    bottom: unset;
    transform: translateY(-43%);
  }

  .entry.headline .top .slide-exp-cont-nav.swiper-nav::after,
  .entry.headline .top .slide-exp-cont-nav.swiper-nav::before {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .entry.headline .top .swiper.slide-exp .swiper-slide .p-name {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .entry.headline .top .slide-exp-cont .swiper.slide-exp {
    width: 100%;
    padding: 0 5vw;
  }

  .entry.headline .top .swiper.slide-exp .swiper-slide .p-name {
    font-size: 24px;
  }

  .entry .top .swiper.p-img.headline-swiper {
    margin: unset;
    max-width: 100%;
    width: 100%;
  }

  .entry.headline .top .slide-exp-cont-nav.swiper-nav::after,
  .entry.headline .top .slide-exp-cont-nav.swiper-nav::before {
    content: none;
  }

  .entry.headline .top .slide-exp-cont {
    left: 0;
    max-width: 100%;
  }

  .entry.headline .top .slide-exp-cont-nav.swiper-nav {
    flex-direction: row;
    top: 72%;
    left: 5vw;
    gap: 1rem;
  }

  .entry .top .swiper.p-img .swiper-slide {
    padding: 0;
  }

  .entry .top .swiper.slide-exp .swiper-slide {
    padding-left: 0;
  }

  .entry.headline .bottom .products {
    padding: 0 32px;
  }
}

/* HEADLINE END */

@media (hover: hover) {
  .entry.headline .top .slide-exp-cont-nav.swiper-nav .swiper-nav-btn:hover {
    transform: scale(0.8);
  }

  .entry.headline .scroll:hover svg {
    transform: translateY(5px);
  }

  .entry .bottom .discorver:hover svg {
    transform: translateX(10px);
  }
}

.logo-absolute {
  position: absolute;
  top: 80px;
  left: 100px;
}

.logo-absolute svg {
  fill: white;
}

@media screen and (max-width: 1199px) {
  .logo-absolute {
    left: 60px;
  }
}

@media screen and (max-width: 991px) {
  .logo-absolute {
    left: 110px;
    top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .logo-absolute {
    left: 20px;
  }
}

.entry .bottom .products.second-page {
  position: absolute;
  top: 0;
  right: -100%;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.entry .bottom .products.second-page.active {
  opacity: 1;
  right: 0;
  visibility: visible;
  pointer-events: all;
}

.entry .bottom .products.no-active {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.entry .bottom .products .span span {
  cursor: pointer;
}

.headline-bottom-device .close-icon {
  display: flex;
  align-items: center;
}

.headline-bottom-device .close-icon svg {
  stroke: white;
}

/* Home-entrance start */
.home-entrance {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.home-entrance-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-entrance-bg-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #0000005c;
}

.home-entrance-bg-center-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 70px;
  overflow: hidden;
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 40px; */
  /* justify-content: space-between; */
}

.home-entrance-bg-center-text img {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  width: 220px;
  height: 70px;
  object-fit: contain;
  top: 0;
  transform: translateY(-100%);
  transition: 0.8s;
}

.home-entrance-bg-center-text img.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0) !important;
}

.home-entrance-bg-center-side {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  height: 50vh;
  justify-content: space-between;
  top: 25vh;
}

.home-entrance-bg-center-side a {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-size: 3.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: transparent;
}

.home-entrance a {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-size: 3.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: transparent;
  cursor: pointer;
  background: linear-gradient(to right, white 0%, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  background-position: 100% 0;
  transition: background-position 0.5s ease-in-out;
}

.home-entrance a:hover {
  background-position: 0 0;
  /* Soldan saÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸a dolmasÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±nÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± saÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸lar */
}

.home-entrance-bg-top-left-corner {
  position: absolute;
  /* transform: rotate(-45deg); */
  top: 10vh;
  left: 8vh;
  display: flex;
  flex-direction: column;
}

.home-entrance-bg-top-right-corner {
  position: absolute;
  /* transform: rotate(45deg); */
  top: 10vh;
  right: 8vh;
  display: flex;
  flex-direction: column;
}

.home-entrance-bg-bottom-left-corner {
  position: absolute;
  /* transform: rotate(45deg); */
  bottom: 10vh;
  left: 8vh;
  display: flex;
  flex-direction: column;
}

.home-entrance-bg-bottom-right-corner {
  position: absolute;
  /* transform: rotate(-45deg); */
  bottom: 10vh;
  right: 8vh;
  display: flex;
  flex-direction: column;
}

.home-entrance-bg-bottom-left-corner a:first-child,
.home-entrance-bg-bottom-right-corner a:first-child,
.home-entrance-bg-top-right-corner a:first-child,
.home-entrance-bg-top-left-corner a:first-child {
  padding-bottom: 3px;
  border-bottom: 1px solid white;
  margin-bottom: 3px;
}

.home-entrance-bg-center-text img:last-child {
  transform: translateY(100%);
}

.home-entrance-bg-full-img {
  position: absolute;
  inset: 0;
}

.home-entrance-bg-full-img div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  opacity: 0;
  transform: scale(1.2);
}

.home-entrance-bg-full-img div.active {
  opacity: 1;
  transform: scale(1);
}

@media only screen and (max-width: 991px) {
  .home-entrance-bg-center-text img {
    width: 100%;
    height: 60px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .home-entrance-bg-center-text img:first-child {
    border-bottom: 1px solid white;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .home-entrance-bg-center-text {
    width: 120px;
    height: 120px;
  }

  .home-entrance a {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .home-entrance-bg-img {
    background-image: unset !important;
  }
}

.home-entrance-mobil {
  display: none;
}

@media only screen and (max-width: 767px) {
  .home-entrance-mobil {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 40px;
    background: #000;
    height: 100vh;
    position: relative;
    overflow-x: hidden;
  }

  .home-entrance {
    display: none;
  }

  .home-entrance-mobil-header {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .home-entrance-mobil-header div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    padding-bottom: 25px;
  }

  .home-entrance-mobil-header div.active {
    opacity: 1;
    border-bottom: 2px solid white;
  }

  .home-entrance-mobil-header img {
    width: 50%;
    height: 25px;
    object-fit: contain;
  }

  .home-entrance-mobil-content {
    position: absolute;
    top: 94px;
    height: calc(100svh - 94px);
    padding-left: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }

  .home-entrance-mobil-content span {
    color: #fff;
    text-align: center;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .home-entrance-mobil-content a {
    width: 100%;
    display: block;
    /* padding: 30px 0; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .home-entrance-mobil-content a:before {
    content: "";
    position: absolute;
    left: 49%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, transparent 30%);
    z-index: 9999;
  }

  .home-entrance-mobil-content a div {
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    /* z-index: -1; */
    left: 50%;
    top: 0;
    opacity: 0.4;
  }

  .home-entrance-mobil-content.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .home-entrance-mobil-content a p {
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-right: 30px;
  }
}

/* Home-entrance end */

.glitch-bg.product {
  background: white !important;
}

.site-container {
  padding: 80px 100px;
  @media screen and (max-width: 991px) {
    padding: 60px 20px;
  }
  @media screen and (max-width: 767px) {
    padding: 40px 20px;
  }
}

section.categories {
  background-color: #ededed;
}

section.categories li a {
  color: #707070;
  font-family: Aller;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
}
section.categories li a span {
  font-style: normal;
  font-weight: 700;
  margin-right: 1.25rem;
}
section.categories .arrow {
  margin-top: 250px;
  @media screen and (max-width: 1440px) {
    margin-top: 200px;
  }
  @media screen and (max-width: 1199px) {
    width: 60px;
    margin-top: 150px;
  }
  @media screen and (max-width: 991px) {
    width: 50px;
    margin: 100px 0;
  }
  @media screen and (max-width: 767px) {
    width: 40px;
    margin: 30px 0 50px;
  }
}
section.categories .flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 2.5rem;
  @media screen and (max-width: 1440px) {
    gap: 2rem;
  }
  @media screen and (max-width: 1199px) {
    gap: 1.5rem;
  }
  @media screen and (max-width: 991px) {
    gap: 1rem;
    flex-direction: column;
    align-items: stretch;
  }
  @media screen and (max-width: 767px) {
    gap: 0rem;
  }
}
section.categories .flex .product-labels {
  min-width: 300px;
  position: sticky;
  top: 80px;
  @media screen and (max-width: 1440px) {
    min-width: 250px;
  }
  @media screen and (max-width: 1199px) {
    min-width: 220px;
  }
  @media screen and (max-width: 991px) {
    position: static;
    min-width: 200px;
  }
  @media screen and (max-width: 767px) {
    min-width: 180px;
  }
}
section.categories .flex .categories-main {
  flex: 1;
  position: relative;
  overflow: hidden;
}
section.categories .flex .product-labels strong {
  text-transform: uppercase;
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-bottom: 2.4rem;
}
section.categories .flex .product-labels li {
  margin-bottom: 0.6rem;
}
section.categories .categories-main .categories-title {
  color: #000;
  font-family: Aller;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3rem;
  @media screen and (max-width: 1440px) {
    font-size: 6rem;
  }
  @media screen and (max-width: 1199px) {
    font-size: 4.5rem;
  }
  @media screen and (max-width: 991px) {
    font-size: 3.5rem;
  }
  @media screen and (max-width: 767px) {
    font-size: 2rem;
  }
}
section.categories .categories-main .highlights {
  margin-bottom: 5rem;
}
section.categories .categories-main .highlights .highlights-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 4rem;
  @media screen and (max-width: 991px) {
    padding-right: 20px;
  }
}
section.categories .categories-main .highlights .highlights-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
section.categories .categories-main .highlights .highlights-header strong {
  color: #000;
  font-family: Aller;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  @media screen and (max-width: 991px) {
    font-size: 14px;
  }
}
section.categories .categories-main .highlights .highlights-header .arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}
section.categories .categories-main .highlights .category-list-swiper {
  /* max-width: calc(100vw - 300px - 2.5rem); */
  position: relative;
  overflow: hidden;
  width: 100%;
}
section.categories
  .categories-main
  .highlights
  .category-list-swiper
  .swiper-slide:last-of-type {
  padding-right: 4rem;
  @media screen and (max-width: 991px) {
    padding-right: 20px;
  }
}

section.categories
  .categories-main
  .highlights
  .category-list-swiper
  .category-card {
  width: 100%;
  padding: 1.5rem 1.75rem;
  gap: 1.8rem;
  display: flex;
  border-radius: 100px;
  align-items: flex-start;
  justify-content: space-between;
  background-color: white;
  @media screen and (max-width: 991px) {
    padding: 1.25rem 1.5rem;
    gap: 1.5rem;
  }
}

section.categories
  .categories-main
  .highlights
  .category-list-swiper
  .category-card
  img {
  width: 100px;
  height: 75px;
  border-radius: 100px;
  object-fit: cover;
  @media screen and (max-width: 1199px) {
    width: calc(100px * 0.9);
    height: calc(75px * 0.9);
  }
  @media screen and (max-width: 991px) {
    width: calc(100px * 0.8);
    height: calc(75px * 0.8);
  }
  @media screen and (max-width: 767px) {
    width: calc(100px * 0.75);
    height: calc(75px * 0.75);
  }
}

section.categories
  .categories-main
  .highlights
  .category-list-swiper
  .category-card
  strong {
  color: #000;
  font-family: Aller;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  @media screen and (max-width: 1440px) {
    font-size: 21px;
  }
  @media screen and (max-width: 1199px) {
    font-size: 19px;
  }
}

section.categories .category-grid {
  display: grid;
  padding-right: 4rem;
  width: 100%;
  gap: 4.5rem;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  @media screen and (max-width: 991px) {
    padding-right: 20px;
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
  }
}

section.categories .category-grid .category-item {
  display: block;
  width: 100%;
  height: 100%;
}
section.categories .category-grid .category-item .category-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
section.categories .category-grid .category-item .category-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0;
  transform: translateY(100%);
  transition: all 300ms ease;
}
section.categories .category-grid .category-item .category-image img {
  width: 100%;
  height: 100%;
}
section.categories .category-grid .category-item .category-detail {
  padding: 1.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  z-index: 2;
  transition: all 300ms ease;
}
section.categories .category-grid .category-item:hover .category-image::before {
  opacity: 1;
  transform: translateY(0);
}
section.categories .category-grid .category-item:hover .category-detail {
  position: relative;
  margin: -150px 2rem 0;
  border-bottom: 0;
  border-top: 1px solid white;
}
section.categories .category-grid .category-item:hover .category-detail h3 a {
  color: white;
}
section.categories .category-grid .category-item:hover .category-detail span {
  color: white;
}
section.categories .category-grid .sub-categories {
  padding: 1.75rem 2.5rem;
  display: grid;
  gap: 1.5rem;
  column-gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  max-height: 0px;
  opacity: 0;
  overflow: auto;
  transition: all 300ms ease;
}
section.categories .category-grid .category-item:hover .sub-categories {
  max-height: 185px;
  opacity: 1;
}
section.categories .category-grid .sub-categories a {
  display: flex;
  padding: 0.75rem 0;
  color: #000;
  font-family: Aller;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media screen and (max-width: 991px) {
    font-size: 13px;
  }
}
section.categories .category-grid .sub-categories .seperator {
  border-bottom: 1px solid black;
  opacity: 0.2;
}
section.categories .category-grid .sub-categories a span {
  margin-right: 1rem;
}
section.categories .category-grid .sub-categories a svg {
  margin-left: auto;
}
section.categories .category-grid .category-item .category-detail h3 a {
  color: #000;
  font-family: Aller;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 320px;
  display: -webkit-box;
  transition: all 300ms ease;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  @media screen and (max-width: 1440px) {
    font-size: 32px;
  }
  @media screen and (max-width: 1199px) {
    font-size: 28px;
  }
  @media screen and (max-width: 991px) {
    font-size: 25px;
  }
  @media screen and (max-width: 767px) {
    font-size: 21px;
  }
}
section.categories .category-grid .category-item .category-detail .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
  text-align: right;
}
section.categories .category-grid .category-item .category-detail span {
  color: #000;
  font-family: Aller;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
  transition: all 300ms ease;
  @media screen and (max-width: 1440px) {
    font-size: 1.25rem;
  }
  @media screen and (max-width: 1199px) {
    font-size: 1.25rem;
  }
  @media screen and (max-width: 991px) {
    font-size: 1.2rem;
  }
  @media screen and (max-width: 767px) {
    font-size: 1.1rem;
  }
}
