html {
  height: 100%;
  width: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  background-color: #ffffff;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: Lato, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  word-wrap: break-word;
  min-height: 100%;
  height: 100%;
}

#wrapper {
  float: left;
  width: 100%;
  -webkit-transition: -webkit-transform 500msease;
  -moz-transition: transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500msease;
  padding-top: 126px;
  height: 100%;
}

#wrapper.hasbg {
  padding-top: 0 !important;
}

.swiper-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fashion-slider {
  --fashion-slider-title-font-size: 60px;
}

@media (max-width: 480px) {
  .fashion-slider {
    --fashion-slider-title-font-size: 60px;
  }
}

:root {
  --fashion-slider-font-family: Lato, Helvetica, Arial, sans-serif;
  ;
  --fashion-slider-button-side-offset: 32px;
  --fashion-slider-button-mobile-side-offset: 24px;
  --fashion-slider-button-mobile-bottom-offset: 16px;
  --fashion-slider-title-font-size: 80px;
  --fashion-slider-title-line-height: 1.2;
}

.fashion-slider {
  width: 100%;
  height: 100%;
  font-family: var(--fashion-slider-font-family);
}

.fashion-slider-no-transition {
  transition-duration: 0ms !important;
  transition-delay: 0ms !important;
  transition-property: none !important;
}

.fashion-slider-no-transition *:not(.swiper-wrapper) {
  transition-duration: 0ms !important;
  transition-delay: 0ms !important;
  transition-property: none !important;
}

.fashion-slider-no-transition .swiper-wrapper {
  transition-delay: 0ms !important;
}

.fashion-slider .swiper {
  width: 100%;
  height: 100%;
  transition: 1s background-color 1.3s;
}

.fashion-slider .swiper-wrapper {
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

.fashion-slider .swiper-slide {
  display: flex;
  width: 100% !important;
  height: 100%;
}

.fashion-slider-title {
  transition-delay: 1s;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-top: 30vh;
  padding-left: 1vw;
}

.fashion-slider-title-text {
  font-weight: 400;
  font-size: var(--fashion-slider-title-font-size);
  line-height: var(--fashion-slider-title-line-height);
  font-family: var(--fashion-slider-font-family);
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 2px #fff;
}

.fashion-slider-scale {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0.6, 0.6);
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  opacity: 0.9;
  overflow: hidden;
}

.fashion-slider-scale img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2, 1.2) translateX(50%);
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-property: transform;
}

.fashion-slider-button {
  transition: 0.5s;
  outline: none;
  position: absolute;
  width: 140px;
  z-index: 10;
  bottom: var(--fashion-slider-button-mobile-bottom-offset);
  transform: translateY(-50%);
  cursor: pointer;
}

.fashion-slider-button svg {
  display: block;
  transition: 0.5s;
}

.fashion-slider-button .fashion-slider-svg-circle-wrap {
  transition: 0.5s;
  transform-origin: -20px 40px;
  opacity: 1;
}

.fashion-slider-button circle {
  transition: 0.5s;
  stroke-width: 2px;
  stroke: #fff;
  fill: none;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 1;
  transform-origin: 0px 0px 0px;
}

.fashion-slider-button .fashion-slider-svg-arrow {
  transition: 0.5s;
  fill: #fff;
  transform: rotateY(180deg) translate(-55px, 36.1px) scale(1.75);
}

.fashion-slider-button-prev {
  left: var(--fashion-slider-button-side-offset);
}

.fashion-slider-button-next {
  right: var(--fashion-slider-button-side-offset);
}

.fashion-slider-button-disabled {
  opacity: 0.2;
  cursor: default;
}

.fashion-slider-button .fashion-slider-svg-wrap {
  transform: translateY(353px);
}

.fashion-slider-button-next .fashion-slider-svg-wrap {
  transform: translateY(353px) rotateY(180deg);
  transform-origin: 80px 0px 0px;
}

.fashion-slider-button .fashion-slider-svg-line {
  transition: 0.5s;
  stroke: #fff;
  stroke-width: 2;
  transform: translate(50px, 42px);
}

.fashion-slider-button-prev:not(.fashion-slider-button-disabled):hover svg {
  transform: translateX(-16px);
}

.fashion-slider-button-next:not(.fashion-slider-button-disabled):hover svg {
  transform: translateX(16px);
}

.fashion-slider-button:not(.fashion-slider-button-disabled):hover .fashion-slider-svg-circle-wrap {
  transform: scale(1.1);
}

.fashion-slider-button:not(.fashion-slider-button-disabled):hover circle {
  stroke-dasharray: 4px;
  stroke-dashoffset: 4px;
  opacity: 1;
}

.fashion-slider-button:not(.fashion-slider-button-disabled):hover .fashion-slider-svg-arrow {
  transform: rotateY(180deg) translate(-40px, 36.1px) scale(1.75);
}

.fashion-slider-button:not(.fashion-slider-button-disabled):hover .fashion-slider-svg-line {
  transform: translate(35px, 42px) scaleX(0.5);
}


.fashion-content {
  background: rgb(37, 37, 47, 0.9);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  width: 500px;
  min-height: 250px;
  max-height: 250px;
  overflow-y: auto;
  border-radius: 10px;
}

.title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.title {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1em;
  color: white;
  width: 85%;
}

.description {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  line-height: 1.8;
  word-wrap: break-word;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: rgb(37, 37, 47, 0.7);
}

::-webkit-scrollbar {
  width: 12px;
  background: rgb(37, 37, 47, 0.7);
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #cfa670;
}

.lang-content {
  color: white;
  display: flex;
  gap: 10px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.lang-content>a {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: white;
  text-decoration: none;
  display: block;
}

.logo {
  width: 140px;
  height: 140px;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 100;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
    width: 100px;
    height: 100px;
  }

  .fashion-slider-button {
    height: 80px;
    top: 60px;
    width: 100px;
  }

  .fashion-slider-button-prev {
    left: var(--fashion-slider-button-mobile-side-offset);
  }

  .fashion-slider-button-next {
    right: var(--fashion-slider-button-mobile-side-offset);
  }

  .fashion-slider-title {
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 0px;
    padding-left: 0px;
  }

  .fashion-content {
    width: 60%;
    padding: 15px;
    position: absolute;
    bottom: 20px;
  }

  .title-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .title {
    font-size: 1.8em;
    text-align: center;
  }

  .description {
    text-align: center;
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  .fashion-slider-title {
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 0px;
    padding-left: 0px;
  }

  .fashion-content {
    width: 90%;
    padding: 10px;
    padding-top: 20px;
    bottom: 10px;
    height: 200px;
    border-radius: 10px;
  }
}