html {
  overflow-x: hidden !important;
}

html * {
  box-sizing: border-box;
}


body {
  min-width: unset;
  padding: 0%;
  margin: 0%;
  background: #fff;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  text-align: justify;
  text-transform: uppercase;
  color: #000;
  mix-blend-mode: normal;
  overflow-x: hidden !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}


/* SUBSCRIBE ANIMATION */

.marquee-section {
  position: relative;
  height: 10em;
  margin-bottom: 30px;
}

.marquee-section,
.marquee-section * {
  overflow: hidden;
}

.marquee {
  white-space: nowrap;
}

.marquee-div {
  position: absolute;
  animation: move-left-to-right linear 16.5s infinite;
  top: 0;
}

.marquee-div-2 {
  position: absolute;
  animation: move-right-to-left linear 16.5s infinite;
  top: 4em;
  margin-bottom: 40px;
}

/* use this one to move from left to right direction */
@keyframes move-left-to-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

/* use this one to move from right to left direction */

@keyframes move-right-to-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* END */

/* COMING SOON ANIMATION */

#coming-soon {
  margin-top: calc(30vh + 60px);
  margin-bottom: 25vh;
}

#coming-soon h1 {
  font-size: 10em;
}

/* END */

/* SHOP SLIDER */

.card-wrapper {
  width: 42vw;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.33%, rgba(0, 0, 0, 0.5) 100%);
  padding: 1px;
}

.card-wrapper div {
  width: 100%;
  height: 62vw;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.nav-collection-mob img {
  width: 100%;
  height: auto;
}

.history-img img {
  max-height: 128px;
  width: auto;
}

.card-wrapper div img {
  width: 100%;
  height: auto;
  padding: 0;
  position: absolute;
  top: 0;
}

.slick-dots li button::before {
  font-size: 16px;
}

.shop-title {
  width: 100%;
  text-align: center;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 50%, #eee 63.62%, #eee 100%);
  padding: 50vw 0 26px 0;
  margin: 0;
  z-index: 100;
}

.shop-button {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  border: 0;
  color: #000;
  background-color: #fff;
}

/* END */

/* COLLECTION SLIDER */

.collection-wrapper .slick-slide {
  margin: 10px;
}

.collection-wrapper div {
  border: 0;
}

/* END */

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: rgba(0, 0, 0, 0.5);
}

a img:hover {
  opacity: 0.7;
}

a:active {
  text-decoration: underline;
}

input[type=submit]:disabled,
#partner-btn:disabled,
#submit:disabled {
  background: #838383;
  border: 0;
  color: #fff;
  pointer-events: none;
}

input::placeholder,
textarea::placeholder {
  color: #000;
}

#partnership-subject {
  display: none;
}

#header-mob {
  display: block;
  margin-top: 60px;
}

#header-desktop {
  display: none;
}

.middle {
  font-size: 12px;
  line-height: 12px;
}

.width {
  width: 50%;
  align-self: center;
}

.login,
#navigation {
  display: none;
}

.desktop-hidden {
  display: none;
}

.lock-scroll {
  overflow: hidden;
}

.nav-wrapper {
  display: none;
  box-sizing: border-box;
  max-height: 100vh;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  top: 40px;
  overflow-y: scroll;
}

#login-mob {
  margin: 42px 30% 0 30%;
  text-align: center;
}

#navigation-mob-wrapper {
  height: 100%;
  padding-bottom: 60px;
}

#navigation-mob,
.nav-shop-mob,
.nav-collection-mob {
  display: flex;
  flex-direction: column;
  list-style: none;
  text-decoration: none;
  gap: 10px;
  margin: 0;
  font-size: 14px;
  padding: 20px 10px;
}

.navigation li {
  position: relative;
}

.nav-shop-mob li,
.nav-collection-mob li,
#navigation-mob li {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #000;
}

#navigation-mob .no-border {
  border: 0;
}

header {
  box-sizing: border-box;
  height: 40px;
  background: #fff;
  align-items: center;
  z-index: 100;
}

nav {
  height: 100%;
  align-items: center;
  border-bottom: 1px solid #838383;
}

.padding-side {
  padding: 0 10px;
}

.no-margin {
  margin: 0;
}

.margin-top {
  margin-top: 40px;
}

.m-top {
  margin-top: 32px;
}

.m-top-l {
  margin-top: 70px;
}

.m-top-s {
  margin-top: 5px;
}

.m-top-m {
  margin-top: 20px;
}

.flex-wrapper {
  display: flex;
}

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

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

h1 {
  box-sizing: border-box;
  font-size: 5em;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
}

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

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

.column {
  flex-direction: column;
}

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

#header-wrapper {
  width: 100%;
  display: block;
  justify-content: unset;
  margin: 0;
  padding: 0;
  flex-direction: column;
}

.btn {
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
  width: 264px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 10px;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  z-index: 10;
}

.btn:hover {
  opacity: 0.7;
}

#subscribe-btn {
  height: 36px;
}

.btn:active,
.login-btn:active,
#subscribe-btn:active,
#partner-btn:active,
#submit:active {
  background-color: #000;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.btn-small {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 5px;
  align-self: stretch;
  height: 23px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  margin: 14px 0 0 0;
}

.btn-small:active {
  background-color: #000;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.border {
  border: 1px solid #838383;
}

.grid {
  display: grid;
  grid-template-columns: auto auto;
  text-align: left;
}

.grid-cell {
  padding: 22px 10px;
}

#animation {
  min-width: 40vw;
  min-height: 45vw;
  max-width: 214px;
  background: url(../images/look_3.gif) 0 0 no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  grid-row-start: 1;
  grid-row-end: 4;
}

#animation-grid {
  margin-top: 40px;
  border: 1px solid #838383;
}

#grid-cell-2 {
  border-left: 0;
  border-top: 1px solid #838383;
  border-bottom: 1px solid #838383;
}

.text-light {
  color: #ababab;
  margin-left: 20px;
}

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

.gap {
  gap: 30px;
}

.border-top {
  border-top: 1px solid #000;
}

.border-bottom {
  border-bottom: 1px solid #000;
}

.p-small {
  padding-top: 5px;
}

.prev-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto;
  flex-wrap: nowrap;
  gap: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

#prev-1-grid {
  width: 50vw;
  height: 40vw;
  object-fit: cover;
  grid-column-start: 1;
  grid-column-end: 4;
  padding-right: 0;
  padding-bottom: 10px;
}

#prev-1-grid img {
  width: 50vw;
  height: 40vw;
  object-fit: cover;
}

.clip {
  max-width: unset;
  max-height: unset;
  width: 30vw;
  height: 30vw;
  position: relative;
  overflow: hidden;
}

#prev-item-3-mob {
  display: none;
}

#prev-items-wrapper {
  gap: unset;
  width: 100%;
  justify-content: space-between;
}

.prev-img {
  width: 100%;
  height: 32vw;
  max-width: unset;
  max-height: unset;
  object-fit: cover;
  position: absolute;
  bottom: 0;
}

.mob-hidden {
  display: block;
}

#white.mob-hidden {
  display: flex;
}

#prev-text-wrap {
  grid-area: 1 / 4 / 2 / 7;
  border-left: 0;
  padding: 10px 0 0 10px;
}

#row-2-item1 {
  grid-area: 2 / 1 / 3 / 7;
  display: flex;
  width: 100%;
  padding-top: 20px;
  justify-content: space-between;
}

.prev-collection-text {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  text-align: justify;
  color: #000;
  margin: 0;
  text-transform: none;
}

.m-bottom-small {
  margin-bottom: 2px;
}

.history-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 224px;
}

.history-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46%;
  height: auto;
}

.history-img-1 {
  width: 54%;
}

#img-1-bgr {
  background: url(../images/bgr-processed.png) 0 0 no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

#img-2-bgr {
  width: 46%;
  height: 50vw;
  background: url(../images/alla.png) 0 0 no-repeat;
  background-size: 44vw 51vw;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

#portrait {
  max-width: 310px;
  height: auto;
  align-self: center;
  margin-top: 5px;
}

.history-heading {
  font-size: 4em;
  line-height: 1em;
  text-align: center;
  margin: 22px 0;
}

.campaign-heading {
  font-size: 2em;
  line-height: 2em;
  text-align: center;
}

#campaign-wrapper-r {
  display: none;
}

.campaign-img-bgr-1-center {
  width: 48vw;
  height: 81vw;
  background: url(../images/look_6.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: right 20% bottom 50%;
  overflow: hidden;
}

.ss-prev-img {
  width: 48vw;
  object-fit: cover;
}

.m-right {
  margin-right: 10px;
}

.m-left {
  margin-left: 10px;
}

.align-bottom {
  align-self: flex-end;
}

.pading-t-b-10 {
  padding: 10px 0;
}

.wrap {
  flex-wrap: wrap;
  gap: 12px 0;
}

.mag-card-1 {
  box-sizing: border-box;
  width: 46vw;
  height: 55vw;
  background-color: #dadada;
}

.self-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.p-mag-2 {
  padding: 5vw 12vw 0 12vw;
}

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

h2.h2-flex {
  font-size: 1em;
}

.padding-side-l {
  padding-left: 10px;
  padding-right: 5px;
}

.padding-side-r {
  padding-right: 10px;
  padding-left: 5px;
}

#white {
  background-color: #fff;
  justify-content: center;
  align-items: self-start;
}

.navigation li ul {
  display: none;
  background: #fff;
}

#nav-toggle,
#shop-toggle,
#collection-toggle {
  display: none;
}

#shop-toggle:checked + ul,
#collection-toggle:checked + ul {
  display: block;
}

#nav-toggle:checked ~ .nav-wrapper {
  display: block;
}

form input {
  text-transform: capitalize;
}

#partner-btn {
  background: #fff;
}

nav.desktop-hidden {
  display: none !important;
}

nav.mob-hidden {
  display: flex !important;
}

.m-left-20 {
  margin-left: 20px;
}

.overf-hidden {
  overflow: hidden;
}

#btn-instagram {
  width: 100%;
  font-size: 2.1em;
}

.uppercase {
  text-transform: uppercase;
}

.subscribe input {
  background: none;
  outline: none;
  border: 0;
}

.subscribe {
  box-sizing: border-box;
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  gap: 10px;
  height: 36px;
  border: 1px solid #eeefef;
}

.lyst-style {
  list-style: none;
  margin-top: 20px;
  padding: 0;
}

.gap-13 {
  gap: 13px;
}

.gap-20 {
  gap: 20%;
}

.gap-5 {
  gap: 5px;
}

#footer {
  margin: 50px 0 20px 0;
  display: grid;
  gap: 20px;
  text-align: left;
}

#footer-item-1 {
  grid-area: 1 / 1 / 2 / 3;
}

#footer-item-2 {
  grid-area: 2 / 1 / 3 / 2;
}

#footer-item-3 {
  grid-area: 2 / 2 / 3 / 3;
}

#footer-item-4 {
  grid-area: 3 / 1 / 4 / 3;
}

.toggle-desktop-wropper {
  display: none;
}

#small-heading-text {
  display: flex;
  justify-content: space-between;
}

#history-wrapper {
  flex-direction: column;
}

#dress-white {
  display: none;
}

#dress {
  display: none;
}

#dress-mob {
  display: block;
}

#campaign-wrapper {
  display: block;
}

.campaign-img-bgr-1-l {
  display: none;
}

.campaign-img-bgr-1-r {
  display: none;
}

.look-num-hidden {
  display: none;
}

.swiper-container {
  width: calc(100vw - 20px);
  z-index: 10;
  overflow: hidden;
  margin-top: 10px;
}

#looks-wrapper {
  display: flex;
  width: 500vw;
}

.swiper-slide {
  width: 100vw;
}

#campaign-text {
  padding-left: 10px;
}

#campaign-text-wrapper {
  padding: 0;
}


/* POPUP LOGIN */

.popup-wrapper {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 2000;
  height: auto;
  background-color: #fff;
  padding: 20px 60px 60px 60px;
}

.show {
  display: block;
}

.popup-wrapper::-webkit-scrollbar {
  display: none;
}

.login-popup {
  height: auto;
}

.login-popup form {
  display: flex;
  flex-direction: column;
}

.login-popup form input {
  height: 50px;
  margin-bottom: 14px;
  margin-top: 5px;
}

.underline {
  text-decoration: underline;
}

.popup-list {
  list-style-position: inside;
  padding-left: 0;
  margin-top: 30px;
}

.popup-list :nth-child(1) {
  list-style-type: none;
}

.bottom-0 {
  margin-bottom: 0;
}

.form-font {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
}

.custom-margin {
  margin-bottom: 40px;
}

.form-small-text {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  text-transform: capitalize;
}

.opacity {
  opacity: 0.5;
}

.login-popup button {
  background-color: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  align-content: center;
  padding: 0 45px;
}

.side-lined-text {
  display: flex;
  flex-direction: row;
}

.side-lined-text::before,
.side-lined-text::after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid;
  margin: auto;
}

.side-lined-text::before {
  margin-right: 10px;
}

.side-lined-text::after {
  margin-left: 10px;
}

/* END */


/* CONTACT US FORM */

.contact-layout, .partner-layout {
  padding: 40px 5% 20px 5%;
}

.contact-layout h1,
.partner-layout h1  {
  text-align: center;
  font-size: 4em;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 30px 30px 30px 30px auto auto auto;
  gap: 12px;
}

#contact-firstName {
  grid-area: 1 / 1 / 2 / 2;
}

#contact-lastName {
  grid-area: 1 / 2 / 2 / 3;
}

#contact-email {
  grid-area: 2 / 1 / 3 / 3;
}

#contact-phone {
  grid-area: 3 / 1 / 4 / 3;
}

#contact-subject {
  grid-area: 4 / 1 / 5 / 3;
}

#contact-comment {
  grid-area: 5 / 1 / 6 / 3;
  height: 100px;
}

.contact-paragraph p,
#contact-paragraph p {
  margin-top: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 6px;
  line-height: 7px;
  text-align: justify;
  color:  #838383;
}

#contact-paragraph {
  grid-area: 6 / 1 / 7 / 3;
  border: 0;
}

#submit {
  grid-area: 7 / 1 / 8 / 3;
  justify-self: center;
}

.form-btn {
  background-color: #fff;
  text-transform: uppercase;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 25px;
  color: #000;
}

/* BECOME PARTNER */

.partner-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 30px 30px 30px auto auto;
  gap: 12px;
}

.partner-layout h2 {
  text-align: center;
  margin-bottom: 30px;
}

#partner-heading {
  font-size: 30px;
}

.form-grid div {
  border: 1px solid #838383;
}

#partner-name {
  grid-area: 1 / 1 / 2 / 2;
}

#partner-surname {
  grid-area: 1 / 2 / 2 / 3;
}

#partner-email {
  grid-area: 2 / 1 / 3 / 3;
}

#partner-tel {
  grid-area: 3 / 1 / 4 / 3;
}

#partner-paragraph {
  grid-area: 4 / 1 / 5 / 3;
}

#partner-btn {
  grid-area: 5 / 1 / 6 / 3;
  justify-self: center;
}

#campaign {
  display: none;
}

#alla-wrapper {
  width: 100%;
  height: 100%;
}

.text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10%;
  gap: 10px;
  padding-bottom: 0;
}

.small-text {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.5em;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  text-align: justify;
  color: #fff;
  text-transform: none;
}

.text-white {
  color: #fff;
  text-align: center;
  margin: 0;
}

.logo {
  position: absolute;
  display: block;
  left: calc(50vw - 70px);
}

@media only screen and (min-width: 481px) {
  /* POPUP LOGIN */

  .popup-wrapper {
    height: 100vh;
    padding: 63px 60px 135px 60px;
    right: 0;
    left: auto;
    overflow-y: scroll !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #campaign {
    display: block;
  }

  .login-popup {
    height: 150vh;
  }

  .form-font {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
  }

  /* END */

  /* CONTACT US FORM */

  .contact-layout {
    padding: 86px 20% 58px 20%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: justify;
  }

  h1,
  .h1-style {
    box-sizing: border-box;
    font-size: 4em;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
  }

  .contact-layout h1 {
    text-align: center;
    font-size: 3em;
  }

  .form-grid {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 50px 50px 50px auto auto;
    gap: 12px;
  }

  .form-grid div {
    border: 1px solid #838383;
  }

  #contact-firstName {
    grid-area: 1 / 1 / 2 / 2;
  }

  #contact-lastName {
    grid-area: 1 / 2 / 2 / 3;
  }

  #contact-subject {
    grid-area: 1 / 3 / 2 / 4;
  }

  #contact-email {
    grid-area: 2 / 1 / 3 / 3;
  }

  #contact-phone {
    grid-area: 3 / 1 / 4 / 3;
  }

  #contact-comment {
    grid-area: 2 / 3 / 4 / 4;
    resize: none;
    height: unset;
  }

  .contact-paragraph p,
  #contact-paragraph p {
    margin-top: 10px;
    font-size: 10px;
    line-height: 11px;
    font-family: 'Inter', sans-serif;
  }

  #contact-paragraph {
    grid-area: 4 / 1 / 5 / 4;
    margin: 40px 0 60px 0;
    border: 0;
  }

  #submit {
    justify-self: center;
    grid-area: 5 / 1 / 6 / 4;
  }

  /* BECOME PARTNER */

  .partner-layout .contact-paragraph {
    margin: 0;
  }

  .partner-layout {
    padding: 86px 15% 58px 15%;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #partner-heading {
    font-size: 3em;
  }

  .partner-layout h2 {
    margin-bottom: 50px;
  }
  

  .partner-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 50px 50px 50px auto auto;
    gap: 12px;
    margin: 0;
  }

  #partner-paragraph {
    margin: 40px 0 60px 0;
    border: 0;
  }

  .collection-wrapper {
    display: flex;
    gap: 20px;
    margin: 20px;
  }

  .collection-wrapper div {
    border: 1px solid rgba(0, 0, 0, 0.5);
  }

  .card-wrapper {
    width: 21vw;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.33%, rgba(0, 0, 0, 0.5) 100%);
    padding: 1px;
  }

  .card-wrapper div {
    width: 100%;
    height: 28vw;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }

  .history-img img {
    max-height: 406px;
    width: auto;
  }

  .alla-text-hidden {
    display: none;
  }

  .text-wrapper:hover .alla-text-hidden {
    display: block;
  }

  .card-wrapper div img {
    width: 100%;
    height: auto;
    padding: 0;
    position: absolute;
    top: 0;
  }

  .slick-dots li button::before {
    font-size: 16px;
  }

  .shop-title {
    width: 100%;
    text-align: center;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 50%, #eee 63.62%, #eee 100%);
    padding: 18vw 0 26px 0;
    margin: 0;
    z-index: 100;
  }

  .shop-button {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    border: 0;
    background-color: #fff;
  }

  nav.desktop-hidden {
    display: flex !important;
  }

  nav.mob-hidden {
    display: none !important;
  }

  .navigation li ul {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .navigation li:hover ul {
    display: flex;
  }

  html {
    overflow-x: visible !important;
  }

  body {
    box-sizing: border-box;
    max-width: 1400px;
    padding: 0%;
    margin: 0%;
    background: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    text-align: justify;
    text-transform: uppercase;
    color: #000;
    mix-blend-mode: normal;
    overflow-x: visible !important;
  }

  .btn-small {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    width: unset;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 10px;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    align-self: stretch;
  }

  .nav-wrapper {
    box-sizing: border-box;
    min-width: 513px;
    height: auto;
    max-height: unset;
    position: absolute;
    top: 100%;
    padding: 40px 93px 65px 93px;
    background-color: #fff;
    overflow: unset;
    font-size: 24px;
  }

  .nav-shop-mob {
    display: flex;
    flex-direction: column;
  }

  .nav-collection-mob li,
  .navigation.nav-shop-mob li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #000;
    align-self: stretch;
  }

  #navigation li {
    padding: 0;
    border-bottom: 0;
  }

  #navigation li .nav-shop-mob li {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #000;
  }

  #nav-collection-desktop.nav-wrapper {
    width: calc(100vw - 80px);
    background-color: #fff;
    flex-direction: row;
    overflow: unset;
    font-size: 1em;
    padding: 40px 34px 65px 34px;
    text-justify: none;
    text-align: center;
    right: 0;
    left: -35px;
  }

  #nav-collection-desktop img {
    width: 100%;
    height: auto;
  }

  #login-mob {
    margin: 42px 30% 0 30%;
    text-align: center;
  }

  #history-wrapper {
    flex-direction: row-reverse;
  }

  #history-wrapper-2 {
    justify-content: flex-start;
    position: relative;
  }

  #portrait {
    max-width: 41vw;
    height: auto;
    align-self: center;
    margin-top: 5px;
  }

  .history-grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
  }

  .history-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: auto;
  }

  .history-img-1 {
    width: 50%;
  }

  #img-1-bgr {
    background: url(../images/bgr-processed.png) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

  #img-2-bgr {
    position: relative;
    width: 50%;
    height: 386px;
    background: url(../images/bgr-2.png) 0 0 no-repeat;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  #dress-mob {
    display: none;
  }

  #dress-white {
    color: #fff;
    display: block;
    position: absolute;
    left: 10px;
    text-align: left;
  }

  #dress {
    width: 100%;
    display: flex;
    margin-right: 10px;
    justify-content: flex-end;
  }

  #alla-wrapper {
    width: 48%;
    height: 386px;
    position: absolute;
    right: 0;
    background: url(../images/alla.png) 0 0 no-repeat;
    background-size: 331px 388px;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: unset;
    justify-content: center;
  }

  .text-wrapper {
    align-self: flex-start;
    padding: 10px;
  }

  #header-wrapper {
    display: grid;
    grid-template-columns: auto auto;
  }

  #header-img {
    grid-area: 1 / 2 / 2 / 3;
    justify-content: end;
  }

  #small-heading-text {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
  }

  #since-text-left {
    grid-area: 1 / 2 / 2 / 3;
    text-align: center;
  }

  #since-text {
    grid-area: 1 / 3 / 2 / 4;
    text-align: right;
  }

  .toggle-desktop-wropper {
    display: block;
    position: relative;
    height: 78px;
    width: 150px;
    border-radius: 78px;
    background: url(../images/pattern_2.svg) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 5.71188px 5.71188px 10.3852px rgba(0, 0, 0, 0.4);
  }

  .toggle-desktop {
    display: block;
    height: 78px;
    width: 150px;
    background: url(../images/pattern_2.svg) 0 0 no-repeat;
    background-size: cover;
    z-index: 10;
    animation: move-desktop 20s infinite;
  }

  @keyframes move-desktop {
    0%,
    5% {
      opacity: 1;
      background-image: url(../images/pattern_2.svg);
    }

    15% {
      opacity: 1;
      transform: translate(0, 0);
      background-image: url(../images/pattern_1.svg);
    }

    20% {
      transform: translate(600px, 0);
      opacity: 1;
    }

    21% {
      opacity: 0;
    }

    50% {
      background-image: url(../images/pattern_1.svg);
      transform: translate(0, 0);
      opacity: 0;
    }

    51% {
      background-image: url(../images/pattern_2.svg);
      opacity: 0;
    }

    52%,
    57% {
      transform: translate(0, 0);
      opacity: 1;
    }

    62% {
      transform: translate(600px, 0);
      opacity: 1;
    }

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

  #header-mob {
    display: block;
  }

  #toggle-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 70px;
  }

  #h1-2023 {
    align-self: flex-start;
  }

  .padding-side {
    padding: 0 20px;
  }

  header {
    height: 60px;
  }

  nav {
    box-sizing: border-box;
    height: 60px;
    align-items: center;
    justify-content: stretch;
  }

  #hamburger {
    display: none;
  }

  #navigation {
    display: flex;
    flex-direction: row;
    font-size: 12px;
    height: 100%;
    width: unset;
    margin: 0;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    text-decoration: none;
    gap: 10px;
    align-self: flex-start;
    position: static;
    background: none;
  }

  .desktop-hidden {
    display: block;
  }

  .bag,
  .login {
    display: block;
  }

  .login-btn {
    display: flex;
    flex-direction: row;
    width: 116px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    align-self: center;
    height: 24px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    cursor: pointer;
  }

  .logo {
    position: absolute;
    display: block;
    left: calc(50vw - 82px);
  }

  .menu-r-wrapper {
    height: 100%;
    align-self: flex-end;
    align-items: center;
    gap: 20px;
  }

  .grid {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    text-align: left;
    gap: 0;
  }

  .grid-cell {
    padding: 24px 26px 0 26px;
  }

  #animation-grid {
    margin-top: 76px;
  }

  #animation {
    width: 40vw;
    height: 44vw;
    min-width: unset;
    min-height: unset;
    max-width: 548px;
    max-height: 616px;
    grid-row-end: 3;
  }

  #grid-item-3 {
    display: flex;
    flex-direction: column;
    grid-column-start: 2;
    grid-column-end: 4;
    justify-content: center;
    border-top: 1px solid #838383;
  }

  #grid-cell-2 {
    border-left: 1px solid #838383;
    border-top: 0;
    border-bottom: 0;
  }


  /* SHOP */

  /*
    #shop-wrapper {
        font-size: 16px;
        line-height: 17px;
        width: 100%;
        justify-content: space-between;
        gap: 20px;
    }



    .shop-card-wrapper {
        height: 32vw;
        max-width: unset;
        max-height: 490px;
    }

    .shop-btn {
        box-sizing: border-box;
        width: calc(100% - 2px);
        z-index: 3;
        position: absolute;
        bottom: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        gap: 5px;
        height: 40px;
        background: #fff;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
    }
    */

  .prev-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    flex-wrap: nowrap;
    gap: 0;
  }

  #prev-1-grid {
    width: unset;
    height: unset;
    grid-column-start: 1;
    grid-column-end: 4;
    padding-right: 20px;
    padding-bottom: 10px;
  }

  #prev-1-grid img {
    width: 100%;
    height: 24vw;
    max-height: 338px;
    object-fit: contain;
  }

  .clip {
    width: 24vw;
    height: 25vw;
    max-width: 341px;
    max-height: 346px;
    position: relative;
    overflow: hidden;
  }

  .prev-img {
    width: 24vw;
    height: 32vw;
    max-width: 350px;
    max-height: 450px;
    object-fit: cover;
    position: absolute;
    bottom: -10px;
  }

  .prev-collection-text {
    font-size: 24px;
    line-height: 29px;
  }

  #prev-text-wrap {
    grid-area: 1 / 4 / 2 / 5;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    padding: 20px 0 0 20px;
  }

  #row-2-item1 {
    grid-area: 2 / 1 / 3 / 5;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
  }

  /*
    #prev-item-3 {
      display: flex;
      grid-area: 2 / 4 / 3 / 5;
      padding-top: 20px;
    }
  */
  #prev-item-3-mob {
    display: block;
  }

  #prev-items-wrapper {
    width: unset;
    justify-content: unset;
    gap: 20px;
  }

  #campaign-wrapper,
  #campaign-wrapper-r {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
    overflow: unset;
  }

  /* left section */
  .side-image {
    width: 11vw;
    height: 576px;
    transition: all 0.2s ease-in-out;
  }

  .center-image {
    width: 13vw;
    height: 697px;
    transition: all 0.2s ease-in-out;
  }

  .side-image:hover {
    transform: scale(1.1);
  }

  .center-image:hover {
    transform: scale(1.1);
  }

  .campaign-img-bgr-1-l {
    display: block;
    background: url(../images/look_7.jpg) 0 0 no-repeat;
    background-size: 500px;
    background-position: 50% 80%;
    overflow: hidden;
  }

  .campaign-img-bgr-1-r {
    display: block;
    background: url(../images/look_9.jpg) 0 0 no-repeat;
    background-size: 310px;
    background-position: 50% 30%;
    overflow: hidden;
  }

  .campaign-img-bgr-1-center {
    background: url(../images/look_6.jpg) 0 0 no-repeat;
    background-size: 500px;
    background-position: right 20% bottom 50%;
    overflow: hidden;
  }

  /* right section */
  .campaign-img-bgr-2-l {
    display: block;
    background: url(../images/look_10.jpg) 0 0 no-repeat;
    background-size: 400px;
    background-position: center;
    overflow: hidden;
  }

  .campaign-img-bgr-2-r {
    display: block;
    background: url(../images/look_12.jpg) 0 0 no-repeat;
    background-size: 550px;
    background-position: 70% 50%;
    overflow: hidden;
  }

  .campaign-img-bgr-2-center {
    background: url(../images/look_11.jpg) 0 0 no-repeat;
    background-size: 550px;
    background-position: center;
    overflow: hidden;
  }

  #campaign-text {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding-left: 0;
  }

  #campaign-text-wrapper {
    padding: 0 20px;
  }

  #reincarnation-text {
    font-size: 12px;
    line-height: 14.52px;
    text-align: left;
    margin-left: 50%;
  }

  #reancarnation-heading {
    text-align: left;
    margin-left: 50%;
  }

  #text-xs {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    margin-top: 40px;
  }

  .campaign-img-s-p {
    box-sizing: border-box;
    margin: 60px 15%;
  }

  .ss-prev-img {
    width: 24vw;
    object-fit: cover;
  }

  .look-num-hidden {
    display: block;
  }

  .mag-card-1 {
    box-sizing: border-box;
    width: calc(33% - 14px);
    height: 37vw;
    max-height: 526px;
    background-color: #dadada;
  }

  .p-mag-2 {
    padding: 5% 25% 0 25%;
  }

  /* Swiper reincarnation */
  .swiper-container {
    width: 100%;
    overflow: hidden;
    z-index: 10;
    margin-top: 18px;
  }

  #looks-wrapper {
    display: flex;
    width: unset;
    gap: 20px;
  }

  .swiper-slide {
    width: auto;
    border: 1px solid rgba(0, 0, 0, 0.5);
  }

  .look-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    margin-left: 18px;
  }

  #btn-instagram {
    width: fit-content;
    padding: 0 40px;
    font-size: unset;
    align-self: center;
  }

  #footer {
    display: grid;
    gap: 60px;
    font-size: 12px;
  }

  #mastermind {
    padding-right: 40px;
    text-align: left;
    margin-bottom: 110px;
  }

  #mastermind .history-heading {
    padding-top: 126px;
    padding-bottom: 56px;
    text-align: left;
  }

  .subscribe {
    width: 100%;
  }

  .gap-13 {
    gap: 8px;
  }

  #footer-item-2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #footer-item-3 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #footer-item-1 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #footer-item-4 {
    grid-area: 3 / 1 / 4 / 4;
  }

  input.prev-collection-text {
    font-size: 12px;
  }

  .mob-hidden {
    display: none;
  }

  #white.mob-hidden {
    display: none;
  }

  h2,
  .h2-style {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
  }

  .m-bottom-small {
    margin-bottom: 6px;
  }

  .margin-top {
    margin-top: 90px;
  }

  .m-top {
    margin-top: 45px;
  }

  .m-top-l {
    margin-top: 70px;
  }

  .m-top-s {
    margin-top: 10px;
  }

  .m-top-m {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  h1,
  .h1-style {
    font-size: 4.3em;
  }

  .toggle-desktop-wropper {
    display: block;
    height: 53px;
    width: 102px;
  }

  .toggle-desktop {
    display: block;
    height: 53px;
    width: 102px;
  }

  .history-img img {
    max-height: 277px;
  }

  #img-2-bgr {
    height: 266px;
  }

  #alla-wrapper {
    width: 48%;
    height: 266px;
    background-size: 227px 266px;
  }

  .alla-text-hidden {
    display: block;
  }

  .side-image {
    width: 11vw;
    height: 395px;
    max-width: 106px;
  }

  .center-image {
    width: 13vw;
    height: 478px;
    max-width: 128px;
  }

  .campaign-img-bgr-1-l {
    background-size: 350px;
  }

  .campaign-img-bgr-1-r {
    background-size: 280px;
  }

  .campaign-img-bgr-1-center {
    background-size: 350px;
  }

  /* right section */
  .campaign-img-bgr-2-l {
    background-size: 250px;
  }

  .campaign-img-bgr-2-r {
    background-size: 350px;
  }

  .campaign-img-bgr-2-center {
    background-size: 350px;
  }

  #campaign-text {
    font-size: 10px;
    line-height: 12px;
  }

  #campaign-text-wrapper .campaign-heading {
    font-size: 14px;
    line-height: 15px;
  }

  .margin-top {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  
  .contact-layout {
    padding: 40px 5% 20px 5%;
    font-size: 2vw;
  }

  .form-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 30px 30px 30px 30px auto auto auto;
  }

  .contact-layout h1 {
    text-align: center;
  }

  #contact-firstName {
    grid-area: 1 / 1 / 2 / 2;
  }
  
  #contact-lastName {
    grid-area: 1 / 2 / 2 / 3;
  }
  
  #contact-email {
    grid-area: 2 / 1 / 3 / 3;
  }
  
  #contact-phone {
    grid-area: 3 / 1 / 4 / 3;
  }
  
  #contact-subject {
    grid-area: 4 / 1 / 5 / 3;
  }
  
  #contact-comment {
    grid-area: 5 / 1 / 6 / 3;
  }

  #contact-paragraph {
    grid-area: 6 / 1 / 7 / 3;
    border: 0;
  }
  
  #submit {
    grid-area: 7 / 1 / 8 / 3;
    justify-self: center;
  }

  .contact-paragraph p,
  #contact-paragraph p {
    font-size: 12px;
    line-height: 15px;
  }

  .partner-layout .contact-paragraph {
    margin: 0;
  }

  .partner-layout {
    padding: 40px 5% 20px 5%;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

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

  .partner-form-grid {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    gap: 12px;
    margin: 0;
  }

  #partner-heading {
    font-size: 30px;
  }

  .form-grid div {
    border: 1px solid #838383;
  }

  #partner-name {
    grid-area: 1 / 1 / 2 / 2;
  }

  #partner-surname {
    grid-area: 1 / 2 / 2 / 3;
  }

  #partner-email {
    grid-area: 2 / 1 / 3 / 3;
  }

  #partner-tel {
    grid-area: 3 / 1 / 4 / 3;
  }

  #navigation {
    gap: 5px;
  }

  .toggle-desktop-wropper {
    display: block;
    height: 40px;
    width: 77px;
  }

  .toggle-desktop {
    display: block;
    height: 40px;
    width: 77px;
  }

  #small-heading-text {
    grid-template-columns: 1fr 2fr 1fr;
  }

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

  .history-img img {
    max-height: 201px;
  }

  #img-2-bgr {
    height: 199px;
  }

  #alla-wrapper {
    width: 170px;
    height: 199px;
    background-size: cover;
  }

  .alla-text-hidden {
    display: block;
  }

  .small-text {
    font-size: 0.4em;
    line-height: 1.2em;
  }

  .side-image {
    width: 10vw;
    height: 300px;
    max-width: 81px;
  }

  .center-image {
    width: 12vw;
    height: 362px;
    max-width: 98px;
  }

  .history-heading {
    font-size: 3.5em;
    line-height: 1em;
    text-align: center;
    margin: 22px 0;
  }

  .mag-card-1 {
    max-height: 273px;
  }

  #campaign-wrapper,
  #campaign-wrapper-r {
    gap: 10px;
  }

  .campaign-img-bgr-1-l {
    background-size: 250px;
  }

  .campaign-img-bgr-1-r {
    background-size: 200px;
  }

  .campaign-img-bgr-1-center {
    background-size: 280px;
  }

  /* right section */
  .campaign-img-bgr-2-l {
    background-size: 200px;
  }

  .campaign-img-bgr-2-r {
    background-size: 300px;
  }

  .campaign-img-bgr-2-center {
    background-size: 280px;
  }

  #campaign-text {
    font-size: 10px;
    line-height: 12px;
  }
}

@media only screen  and (min-width: 481px) and (max-width: 1000px) {
  body {
    font-size: 14px;
    line-height: 15px;
  }

  .logo {
    width: 144px;
    height: auto;
  }

  .padding-side {
    padding: 0 10px;
  }

  .prev-collection-text {
    font-size: 10px;
    line-height: 12px;
  }

  #mastermind .history-heading {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  h2,
  .h2-style {
    font-size: 14px;
    line-height: 15px;
  }

  .btn-small {
    display: flex;
    flex-direction: row;
    font-size: 10px;
    line-height: 10px;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 5px;
    align-self: stretch;
    height: 23px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    margin: 14px 0 0 0;
  }

  .shop-title,
  .shop-button {
    font-size: 8px;
    line-height: 10px;
  }

  @keyframes move-desktop {
    0%,
    5% {
      opacity: 1;
      background-image: url(../images/pattern_2.svg);
    }

    15% {
      opacity: 1;
      transform: translate(0, 0);
      background-image: url(../images/pattern_1.svg);
    }

    20% {
      transform: translate(400px, 0);
      opacity: 1;
    }

    21% {
      opacity: 0;
    }

    50% {
      background-image: url(../images/pattern_1.svg);
      transform: translate(0, 0);
      opacity: 0;
    }

    51% {
      background-image: url(../images/pattern_2.svg);
      opacity: 0;
    }

    52%,
    57% {
      transform: translate(0, 0);
      opacity: 1;
    }

    62% {
      transform: translate(400px, 0);
      opacity: 1;
    }

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