@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,800;1,700&family=Roboto:ital,wght@0,300;0,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@font-face {
  font-family: monument;
  font-weight: 400;
  src: url("assets/fonts/Monument Extended/MonumentExtended-Regular.otf")
    format("truetype");
}

html,
body,
* {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
}

.page-layout {
  width: 100%;
  height: 100vh;
}

@media (min-width: 768px) {
  .page-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    place-items: center;
  }
}

.left-side {
  margin: 60px;
  font-family: monument;
}

.left-side .images .coming-soon-badge {
  border-radius: 50%;
  border: 1px solid #d4ff59;
  font-weight: 500;
  letter-spacing: -0.04em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  position: absolute;
}

.left-side .content h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 51.42px;
  margin: 0;
}

.mailchimp-form .wrapper-form .label-email {
  font-family: monument;
  font-weight: 400;
}

.left-side .images {
  position: relative;
}
.mailchimp-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 49px 0 -4px;
}

.mailchimp-form .wrapper-form .label-email {
  font-family: monument;
  text-align: center;
  font-weight: 400;
}

.mailchimp-form .wrapper-form .input-btn {
  display: flex;
  align-items: flex-end;
  margin: 5px 0 10px 0;
}

.mailchimp-form .wrapper-form .input-btn input[type="email"] {
  width: calc(100% - 115px);
  height: 30px;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #000000;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.mailchimp-form .wrapper-form .input-btn input[type="email"]::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #636161;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.mailchimp-form .wrapper-form .input-btn input[type="submit"] {
  width: 115px;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: #9f9f9f;
  line-height: 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.mailchimp-form .wrapper-form .input-btn input[type="submit"]:hover {
  color: #000;
}

.links-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.links-icons .icon {
  width: 40px;
  border-radius: 50rem;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  aspect-ratio: 1;
}

.links-icons .icon:hover {
  background-color: #000;
}

.links-icons .icon .logo {
  width: 23px;
  height: 23px;
}

.links-icons .icon:hover .logo {
  filter: invert(90%) sepia(21%) saturate(1480%) hue-rotate(14deg)
    brightness(105%) contrast(103%);
}

@media (max-width: 627px) {
  .left-side .content h3 {
    font-size: 19px;
  }
  .privacy-policay .text img {
    width: 12px;
    height: 8px;
  }
  .privacy-policay .text span {
    font-size: 13px;
  }
  .privacy-policay a {
    font-size: 13px;
    margin-left: 6px;
  }
  .carousel-arrow {
    position: absolute;
    transform: rotate(180deg);
    bottom: 235px;
    z-index: 9;
    right: 3px;
    width: 45px !important;
  }
}

@media (max-width: 717px) {
  .left-side .content .images img {
    width: 390px;
  }
}

@media (max-width: 585px) {
  .left-side .content h3 {
    font-size: 12px;
  }
  .left-side .content .images img {
    width: 200px !important;
  }
  .left-side .content .images .coming-soon-badge {
    height: 47px;
    right: 40px;
    top: 17px;
  }
  .wrapper-form .label-email {
    font-size: 27px !important;
  }
  .privacy-policay .text img {
    width: 8px;
    height: 8px;
  }
  .privacy-policay .text span {
    font-size: 10px;
  }
  .privacy-policay a {
    font-size: 9px;
    margin-left: 6px;
  }
  .carousel-arrow {
    position: absolute;
    transform: rotate(180deg);
    bottom: 235px;
    z-index: 9;
    right: 3px;
    width: 45px !important;
  }
}

@media (max-width: 470px) {
  .left-side .content h3 {
    font-size: 11px;
  }
  .left-side .content .images img {
    width: 195px !important;
  }
  .left-side .content .images .coming-soon-badge {
    right: 25px !important;
    top: 7px !important;
  }
  .wrapper-form .label-email {
    font-size: 22px !important;
  }
  .privacy-policay .text img {
    width: 9px;
    height: 8px;
  }
  .privacy-policay .text span {
    font-size: 10px;
  }
  .privacy-policay a {
    font-size: 8px;
    margin-left: 3px;
  }
  .swiper-slide {
    height: 227px !important;
  }
  .carousel-arrow {
    position: absolute;
    transform: rotate(180deg);
    bottom: 235px;
    z-index: 9;
    right: 3px;
    width: 45px !important;
  }
}

.privacy-policay {
  display: flex;
  align-items: center;
}

.marque-1,
.marque-2 {
  width: 133vw !important;
  background-color: #000;
  position: fixed;
  z-index: 999;
  height: 40px;
}

.marque-1 {
  top: 0;
  transform: rotate(0deg);
  left: -30px;
  width: 121vw;
  display: none;
}

.marque-2 {
  width: 120vw;
  left: 0;
  bottom: 0;
  transform: rotate(0deg);
}

.inside-marque {
  width: 200%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
  animation: scroll 10s linear infinite;
}

.text-marque span {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  font-family: monument;
}
.text-marque {
  float: left;
  text-align: center;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-marque span:not(:last-child) {
  margin-right: 200px;
}

.text-marque span .soon {
  margin-left: 12px;
}

@keyframes scroll {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}
.left-side .content h3,
input {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.mySwiper {
  position: relative;
}
.swiper-slide .button {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  z-index: 999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 28px;
  font-size: 14px;
  border-radius: 30px;
  cursor: pointer;
  max-width: 200px;
  width: 25%;
  text-align: center;
}

.button.men {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.button.women {
  background-color: #121212;
}
.button.beauty {
  color: #0a0a0a;
  background-color: transparent;
  border: 1px solid #0a0a0a;
}

.mySwiper img {
  width: 44vw;
  height: 230px;
  object-fit: cover;
}

.swiper-slide {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}

@media (min-width: 1280px) {
  .mySwiper {
    height: 810px;
  }
  .mySwiper img {
    width: 500px;
    height: 485px;
  }
}

.left-side .images .coming-soon-badge {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

@media (max-width: 600px) {
  .left-side {
    margin: 42px;
  }
  .left-side .content .images img {
    width: 390px;
  }
  .left-side .images .coming-soon-badge {
    position: absolute;
    right: 42px;
    top: 20px;
    font-size: 11px;
    width: 89px;
    height: 49px;
  }
  .marque-1,
  .marque-2 {
    height: 30px;
  }
  .mySwiper img {
    height: 304px;
  }
  .carousel-arrow {
    bottom: 182px;
  }
}

@media (max-width: 440px) {
  .left-side .content h3 {
    font-size: 14px;
  }
  .left-side .content .images img {
    width: 284px !important;
  }
  .left-side .content .images .coming-soon-badge {
    position: absolute;
    width: 74px;
    height: 35px;
    right: 0 !important;
    top: 15px !important;
    font-size: 10px;
  }

  .wrapper-form .label-email {
    font-size: 17px !important;
  }
  .privacy-policay .text img {
    width: 10px;
    height: 10px;
  }
  .privacy-policay .text span {
    font-size: 10px;
  }
  .privacy-policay a {
    font-size: 8px;
    margin-left: 6px;
  }
  .swiper-wrapper {
    height: 306px !important;
  }
  .swiper-slide .button {
    left: 50%;
    top: 72%;
    transform: translate(-50%, -50%);
    padding: 4px 20px;
    font-size: 11px;
  }
  .carousel-arrow {
    position: absolute;
    transform: rotate(180deg);
    bottom: 217px;
    z-index: 9;
    right: 3px;
    width: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-layout {
    padding: 20px 0;
  }
  .left-side {
    margin-top: 40px;
  }
  .right-side {
    margin-top: 41px;
  }
  .left-side .content h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 51.42px;
    margin: 0;
  }
  .left-side .images img {
    width: 295px !important;
  }

  .left-side .images .coming-soon-badge {
    width: 74px;
    height: 38px;
    font-size: 12px;
    right: -4px;
    bottom: -20px;
  }
  .mailchimp-form {
    margin-top: 17px;
  }
  .mailchimp-form .wrapper-form .label-email {
    text-align: center;
  }
  .privacy-policay span {
    font-size: 9px;
  }
  .privacy-policay a {
    font-size: 13px;
    margin-top: 3px;
  }
  .mySwiper {
    height: 729px;
    z-index: 9999;
    overflow: hidden !important;
    position: relative;
    left: -30px;
    top: 6px;
  }

  .swiper-slide {
    height: 364.5px !important ;
  }
  .mySwiper img {
    width: 280px !important;
    height: 343px;
    object-fit: cover;
  }
  .carousel-arrow {
    position: absolute;
    transform: rotate(180deg);
    right: 243px;
    bottom: 50px;
    z-index: 9;
  }
  .marque-1,
  .marque-2 {
    height: 43px;
  }
}

@media (width: 768px) and (height: 1024px) {
  .carousel-arrow {
    position: absolute;
    transform: rotate(180deg);
    right: 243px;
    bottom: 200px;
    z-index: 9;
  }
}

@media (max-width: 420px) {
  .left-side .content h3 {
    font-size: 13px;
  }
  .left-side .content .images img {
    width: 255px !important;
  }
  .wrapper-form .label-email {
    font-size: 16px !important;
  }
  .mailchimp-form .wrapper-form .input-btn input[type="email"]::placeholder {
    font-size: 12px;
  }
  .privacy-policay .text span {
    font-size: 10px;
  }
  .privacy-policay a {
    font-size: 11px;
    margin-left: 6px;
  }
}

@media (max-width: 375px) and (min-height: 570px) and (max-height: 690px) {
  .left-side .content h3 {
    font-size: 11px;
  }
  .left-side .content .images img {
    width: 209px !important;
  }
  .left-side .content .images .coming-soon-badge {
    width: 65px;
    height: 30px;
    right: 14px !important;
    top: 11px !important;
  }
  .mailchimp-form {
    margin: 22px 0 -4px;
  }
  .wrapper-form .label-email {
    font-size: 14px !important;
  }
  .privacy-policay .text span {
    font-size: 9px;
  }
  .privacy-policay a {
    font-size: 8px;
    margin-top: 5px;
  }
  .mailchimp-form .wrapper-form .input-btn input[type="email"]::placeholder {
    font-size: 10px;
  }

  .links-icons .icon .logo {
    width: 17px;
  }
  .carousel-arrow {
    bottom: 40px;
  }
}

@media (max-width: 375px) and (min-height: 700px) {
  .left-side .content h3 {
    font-size: 11px !important;
  }
  .left-side .content .images img {
    width: 205px !important;
  }
  .wrapper-form .label-email {
    font-size: 14px !important;
  }
  .mailchimp-form .wrapper-form .input-btn input[type="email"]::placeholder {
    font-size: 10px;
  }
  .privacy-policay .text span {
    font-size: 8px;
  }
}

@media (min-width: 1025px) {
  /*.page-layout::before {
    content: " ";
    position: absolute;
    width: calc(100% + 20px);
    height: 1px;
    background-color: #000;
    top: 26%;
    transform: rotate(11deg);
  }
  .page-layout::after {
    content: " ";
    position: absolute;
    width: 98%;
    height: 1px;
    background-color: #000;
    bottom: 15%;
    transform: rotate(12deg);
    left: -91px;
  }*/
  .left-side .images .coming-soon-badge {
    width: 88px;
    height: 44px;
    font-size: 14px;
    letter-spacing: -0.04em;
    padding-left: 5px;
    right: -14px;
    bottom: -20px;
  }
  .mailchimp-form {
    width: 371px;
  }
  .mailchimp-form .wrapper-form .label-email {
    font-size: 18px;
  }
  .left-side .images img {
    width: 438px !important;
  }
  .privacy-policay .text span {
    font-size: 10px;
  }
  .privacy-policay a {
    font-size: 11px;
    margin-top: 3px;
  }
  .carousel-arrow {
    position: absolute;
    transform: rotate(180deg);
    right: 453px;
    bottom: 154px;
    z-index: 9;
  }
  .marque-1,
  .marque-2 {
    height: 36px !important;
  }
  .right-side {
    margin-top: 22px;
  }
  .swiper-slide {
    height: 405px !important;
  }
  .mySwiper img {
    width: 306px !important;
    height: 380px !important;
  }
}

@media (max-width: 350px) {
  .left-side .content h3 {
    font-size: 10px !important;
  }
  .left-side .content .images img {
    width: 179px !important;
  }
  .left-side .content .images .coming-soon-badge {
    width: 58px;
    height: 29px;
    right: 25px !important;
    top: 15px !important;
  }
  .wrapper-form .label-email {
    font-size: 13px !important;
  }
  .mailchimp-form {
    margin: 25px 0 -4px;
  }
  .privacy-policay .text span {
    font-size: 7px;
  }
  .privacy-policay a {
    margin-top: 5px;
  }

  .links-icons .icon .logo {
    width: 15px;
    height: 23px;
  }
  .carousel-arrow {
    position: absolute;
    bottom: 275px;
    width: 37px !important;
  }
  .text-marque span {
    font-size: 12px;
  }
}
.hide-mobile {
  font-family: inherit;
  font-size: inherit;
}
@media (max-width: 430px) {
  .hide-mobile {
    display: none;
  }
}
