
.title-upload {
  display: block;
}
.welcome-info-header {
    position: relative;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.5; 
}

.black-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: black;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    margin-right: 80px;
    transition: background-color 0.3s ease;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.5; 
}

@font-face {
  font-family: 'Teodor';
  src: local('Inter Thin'), local('Inter-Thin'),
    url('../fonts/Teodor-Thin.woff2') format('woff2'),
    url('../fonts/Teodor-Thin.woff') format('woff'),
    url('../fonts/Teodor-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'TTHoves';
  src: local('TTHoves Light'), local('TTHoves-Light'),
    url('../fonts/TTHoves-Light.woff2') format('woff2'),
    url('../fonts/TTHoves-Light.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

.ai-key-features-preview .slider-nav-features .slick-list .slick-slide { 
  height: auto!important; 
}

@font-face {
  font-family: 'TTHoves-Regular';
  src: local('TTHoves Regular'), local('TTHoves Light'),
    url('../fonts/TTHoves-Regular.woff2') format('woff2'),
    url('../fonts/TTHoves-Regular.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: 'TTHoves', sans-serif;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Teodor';
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}

.bg-video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.bg-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.btn-primary-contact {
  background: #181818;
  border-radius: 100px;
  width: 100%;
  max-width: 125px;
  height: 39px;
  color: #fff !important;
  font-size: 13px !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  cursor: pointer;
}

.btn-primary {
  background: #181818;
  border-radius: 100px;
  width: 100%;
  max-width: 270px;
  height: 48px;
  color: #fff !important;
  font-size: 13px !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  cursor: pointer;
}

.btn-primary:hover {
  opacity: 0.85;
  transition: all ease 0.3s;
}

body {
  overflow: auto;
  height: auto;
  min-height: 100vh;
  position: unset;
  display: flex;
  flex-direction: column;
}

body.hidden {
  overflow: hidden;
  height: 100vh;
  position: fixed;
}

/* dressx-ai-welcome */

.dressx-ai-welcome {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.dressx-ai-welcome .container {
  height: 100%;
}

.dressx-ai-welcome-wrap {
  display: flex;
  align-items: center;
}

.dressx-ai-welcome .title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.dressx-ai-welcome h4 {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #181818;
  margin-bottom: 30px;
  max-width: 512px;
}

.dressx-ai-welcome h1 {
  font-family: 'Teodor';
  font-style: normal;
  font-weight: 300;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #181818;
  position: relative;
}

.dressx-ai-welcome h1 sub {
  font-family: 'TTHoves';
  font-size: 12px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  right: -35px;
}

.welcome-info {
  margin-left: 70px;
}

.welcome-info img {
  max-width: 308px;
}

.slider-video {
  max-width: 633px;
  max-height: 100vh;
  overflow: hidden;
}

.slider-video .video-slide {
  height: 100vh;
}

.slider-video .video-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ai-key-features */

.ai-key-features {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.ai-key-features .container {
  max-width: 990px;
}

.ai-key-features h2 {
  color: #000000;
  font-weight: 300;
  font-size: 35px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 30px;
}

.features-items {
  display: flex;
  margin-bottom: 25px;
}

.features-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 85px;
}

.features-item p {
  font-family: 'Teodor';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.15;
  text-align: center;
  color: #000000;
}

.features-item .icon {
  width: 44px;
  height: 100%;
  display: flex;
  align-items: center;
}

.ai-key-features-preview {
  margin-bottom: 60px;
}

.ai-key-features .btn-primary {
  margin: 0 auto;
}

.slider-for-features .slider-for-features-item.slick-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider-for-features .slider-for-features-item img {
  max-width: 455px;
}

.slider-for-features .slider-for-features-item img:nth-of-type(2) {
  max-width: 12px;
}

.slider-nav-features img.slick-slide {
  width: 75px !important;
  margin: 0.5px;
  cursor: pointer;
}

.slider-nav-features img.slick-current {
  border-bottom: 2px solid #000;
}

/* DRESSX AI use cases */
.ai-use-cases {
  position: relative;
  z-index: 1;
}

.ai-use-cases h2 {
  color: #000000;
  font-weight: 300;
  font-size: 35px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 25px;
}

.ai-use-cases .container {
  padding: 0 20px;
}

.use-case-item {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 8.64px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8.64px);
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 25px;
  max-width: 1120px;
}

.use-case-item:last-child {
  margin-bottom: 0;
}

.use-case-item .left-part {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 430px;
}

.use-case-item .right-part {
  display: flex;
  align-items: center;
}

.use-case-item .right-part img {
  max-width: 228px;
  margin-left: 25px;
}

.use-case-item .left-part .socials {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.use-case-item .left-part .socials img {
  max-width: 33px;
  margin-right: 10px;
  margin-left: 10px;
}

.use-case-item .left-part .socials a:last-of-type img {
  max-width: 30px;
  margin-right: 0;
}

.use-case-item .left-part h2 {
  text-align: left;
  margin-bottom: 20px;
}

.use-case-item p {
  font-family: 'Teodor';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  color: #181818;
  margin-bottom: 20px;
}

.use-case-item .left-part .numb {
  font-family: 'Teodor';
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  color: #181818;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D0D1D9;
  border-radius: 50%;
  margin-bottom: 20px;
}

.right-part-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right-part-item p {
  text-align: center;
  height: 52px;
  margin-bottom: 10px;
}

.use-case-item .right-part .right-part-item img {
  max-width: 270px;
  margin: 0;
}

.use-case-item .right-part .stripe {
  max-width: 13px;
  margin: 0 30px;
}

.use-case-item .right-part-avatars img {
  border: 5px solid rgba(255, 255, 255, 0.4);
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.15));
  backdrop-filter: blur(12px);
  border-radius: 1000px;
  max-width: 217px;
  margin: 12px;
}

/* choosing-your-look */

.choosing-your-look {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 40px;
}

.choosing-your-look h2 {
  color: #000000;
  font-weight: 300;
  font-size: 35px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 40px;
}

.choosing-your-look .choose-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  justify-content: space-between;
}

.choosing-your-look .choose-item {
  max-width: 335px;
  margin-bottom: 50px;
  transition: all ease 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.choosing-your-look .choose-item img {
  margin-bottom: 35px;
  transition: all ease 0.5s;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  width: 100%;
  max-width: 240px;
  height: 48px;
  color: #181818;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: all ease 0.5s;
  padding: 0 20px;
}

.btn-secondary p {
  width: 100%;
  text-align: center;
}

.choosing-your-look .choose-item:hover img {
  transform: scale(1.2);
  transition: all ease 0.5s;
}

.choosing-your-look .choose-item:hover .btn-secondary {
  background: rgba(255, 255, 255, 0.6);
  opacity: 0.5;
  backdrop-filter: blur(10px);
  transition: all ease 0.5s;
}

.btn-secondary svg {
  width: 0;
  transition: all ease 0.3s;
}

.btn-secondary-stipe {
  margin: 20px auto;
}

.btn-secondary.btn-secondary-stipe svg {
  width: 16px;
  transition: all ease 0.3s;
}

.choosing-your-look .choose-item:hover svg {
  width: 12px;
  opacity: 0.5;
  transition: all ease 0.3s;
}

/* testing-ai */

.testing-ai {
  position: relative;
  z-index: 1;
  height: 100vh;
}

.testing-ai .welcome-info img {
  max-width: 200px;
}

.testing-ai .welcome-info h2 {
  font-size: 35px;
  position: relative;
}

.testing-ai .welcome-info {
  width: 100%;
  height: 67px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  margin-left: 0;
}

.testing-ai .welcome-info h2 sub {
  font-family: 'TTHoves';
  font-size: 12px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  right: -35px;
}

.testing-ai .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
}

.main-testing-info {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: calc(100% - 67px);
  padding: 20px 50px;
}

.main-testing-info img {
  width: 570px;
}

.main-testing-info .animate-text {
  margin-left: 70px;
  height: 350px;
  overflow: hidden;
}

.main-testing-info .animate-text div.imVisible2:last-of-type p {
  animation: none !important;
}

.main-testing-info .animate-text div.imVisible:last-of-type p {
  animation: none !important;
}

.main-testing-info .animate-text div.imVisible2 p {
  font-family: 'Teodor';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  color: #181818;
  padding: 8px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 8px 8px 8px 0px;
  width: fit-content;
  margin-bottom: 5px;
  opacity: 1;
  height: auto;
  transition: all ease 0.5s;
}

.main-testing-info .animate-text div.imVisible p {
  font-family: 'Teodor';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  color: #181818;
  padding: 8px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 8px 8px 8px 0px;
  width: fit-content;
  margin-bottom: 5px;
  opacity: 1;
  height: auto;
  transition: all ease 0.5s;
  animation-duration: 2s;
  animation-name: toGrey;
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.main-testing-info .animate-text .dots.imVisible2 {
  animation-name: toGreyFade;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}


.main-testing-info .animate-text .dots.imVisible {
  animation-name: toGreyFade;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes toGrey {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
    border-radius: 8px;
  }
}

@keyframes toGreyFade {
  0% {
    opacity: 1;
    height: auto;
  }

  100% {
    opacity: 0;
    height: 0;
  }
}

.picture__image {
  margin-bottom: 20px;
}

.main-testing-info .animate-text div p {
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  backdrop-filter: blur(10px);
  border-radius: 8px;
  height: 0;
  transition: all ease 0.5s;
}

.main-testing-info .animate-text div a,
.main-testing-info .animate-text div label {
  height: 0;
  opacity: 0;
  transition: all ease 0.5s;
}
.main-testing-info .animate-text div label{
  pointer-events: none;
}

.main-testing-info .animate-text div.imVisible2 a,
.main-testing-info .animate-text div.imVisible2 label {
  height: 48px;
  opacity: 1;
  transition: all ease 0.5s;
}
.main-testing-info .animate-text div.imVisible2 label {
  pointer-events:all
}

.main-testing-info .animate-text div.imVisible a,
.main-testing-info .animate-text div.imVisible label {
  height: 48px;
  opacity: 1;
  transition: all ease 0.5s;
}
.main-testing-info .animate-text div.imVisible label {
  pointer-events:all
}
.animate-images {
  max-width: 570px;
  width: 100%;
}

.animate-text .button {
  cursor: pointer;
}

.fade {
  display: none !important;
  pointer-events: none !important;
}

.animate-text .button.fade {
  display: none;
}

.animate-images video {
  width: 100%;
  height: 100%;
}

.animate-text {
  max-width: 510px;
  width: 100%;
}

.preview-upload-photo {
  display: none;
}

.images-wrap.two-el .showPic {
  max-width: 270px !important;
}

.images-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.fadePic {
  display: none !important;
}

.showPic img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.showPic {
  overflow: hidden;
  display: block !important;
  position: relative;
  transition: all ease 0.5s;
  animation-duration: 1s;
  opacity: 0;
  animation-name: showPic;
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  border-radius: 8px;
  max-width: 485px !important;
  width: 100%;
  height: 100%;
  margin: auto;
}

@keyframes showPic {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.image-1 {
  display: none;
  position: relative;
}

.check-image::before {
  content: '';
  background: url('../images/Checkmark.png');
  background-size: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.uncheck-image::before {
  content: '';
  background: url('../images/uncheck.png');
  background-size: 100%;
  width: 48px;
  height: 49px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.upload-form {
  display: none;
}

.message {
  display: none;
  font-family: 'Teodor';
  font-size: 45px;
  color: #181818;
}

.message span {
  font-size: 20px;
  margin-top: 15px;
  text-align: center;
}

.message svg {
  margin-bottom: 23px;
}

.message.show-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* .message.show-message{
  height: 100%;
} */
.upload-form.showForm {
  display: block;
}

.upload-form button {
  border: none;
  margin: auto;
  font-size: 12px;
  cursor: pointer;
  font-family: 'TTHoves';
}

.upload-form ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 40px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}


[type="radio"]:not(:checked)+label {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-family: 'Teodor';
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  color: #181818;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #181818;
  margin: 0 5px;
}

[type="radio"]:checked+label {
  background: #181818;
  color: #FFFFFF;
  border: 1px solid #181818;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-family: 'Teodor';
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  display: none;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  display: none;
}

[type="radio"]:not(:checked)+label:after {
  display: none;
}

[type="radio"]:checked+label:after {
  display: none;
}

.upload-form span {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-family: 'Teodor';
  font-size: 25px;
  color: #181818;
}

.height-auto {
  height: 100% !important;
}

.btn-change {
  display: none;
}

.btn-change svg {
  width: 28px !important;
}

.btn-change.show {
  display: flex;
}

.product-list {
  display: flex;
  list-style: none;
}

.product-list.show {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  overflow-y: scroll;
}

.product-list {
  display: none;
  list-style: none;
}

.product-list li {
  width: 48%;
  padding: 15px;
}

.upload-photo-buttons {
  display: flex;
}

.product-list img {
  width: 200px;
  margin: auto;
}

.product-list .choose-item .btn-primary {
  opacity: 0 !important;
}

.product-list .choose-item {
  transition: all ease 0.3s;
}

.product-list .choose-item:hover {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  transition: all ease 0.3s;
}

.product-list .choose-item:hover a {
  opacity: 1 !important;
}

.text-right-anim.show-list {
  padding: 20px 0 80px;
}

/* .text-right-anim.show-list .animate-text {
  height: 640px !important;
} */

/* create look */
.create-look {
  position: relative;
  text-align: center;
  flex-grow: 1;
}

.create-look .container {
  /* padding: 0 8px */
}

.create-look .create-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.create-look h2 {
  color: #181818;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 48px;
}

.create-look .subtitle {
  font-family: 'Teodor';
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  color: #181818;
  margin-bottom: 8px;
}

.create-look .items-wrap {
  padding: 10vw 0;
  max-width: 580px;
  margin: 0 auto 12.5vw;
}
.create-look .items-wrap .swiper-wrapper {
  align-items: center;
  height: 34vw;
  max-height: 200px;
  margin-left: -10px;
}

.create-look .items-wrap .swiper-slide {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: auto;
}

.create-look .items-wrap .swiper-slide img {
  height: 100%;
  object-fit: contain;
}

.create-look .items-wrap .swiper-slide-active {
  outline: 1px solid black;
  transition: all 0.3s ease;
  width: 24vw!important;
  max-width: 150px;
  margin-left: 8px;
}

.create-look .btn-primary {
  margin: 0 auto 32px;
  position: relative;
}

.create-look .create-items .prompt {
  text-transform: uppercase;
  font-family: "TTHoves";
  font-size: 13px;
  color: #181818;
  letter-spacing: 0.26px;
  margin-top: 12px;
  text-align: center;
  padding-bottom: 16px;
}

.create-look .create-result {
  margin: 0 auto;
}

.create-look .create-result .result-image {
  width: 100%;
  height: 100%;
}

.create-look .create-result .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.create-look .create-result .buttons a {
  max-width: 272px;
}

.create-look .image {
  max-width: 556px;
  position: relative;
  margin: 0 auto 16px;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
}

.create-look .image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.create-look .image .loading-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
}
.create-look .image .loading-gif video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.create-look .image.error {
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.create-look .image.error .error-msg {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.create-look .image .error-msg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
}


.create-look .btn-secondary {
  margin: 0 auto;
  font-family: 'TTHoves';
}
.create-look .btn-secondary svg {
  width: auto;
}

.create-look .swiper-scrollbar {
  height: 1px;
  background: white;
}
.create-look .swiper-scrollbar .swiper-scrollbar-drag {
  background: #181818;
}

.create-look .loader {
  font-family: 'Teodor';
  color: #181818;
  font-size: 20px;
  line-height: 1.3;
  white-space: nowrap;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}

.create-look .loader .progress {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.create-look .loader .progress-bar {
  background: white;
  width: 100%;
  height: 1px;
  margin: 8px 0;
  position: relative;
}

.create-look .loader .progress-bar .fill {
  background: black;
  height: 100%;
  width: 0%;
}

.create-look .loader.processing .progress-bar:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  background: black;
  left: 50%;
  transform: translateX(-50%);
  animation: pulse 5s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    width: 0%;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

.create-look .loader .progress .loader-value {
  color: black;
  font-family: "TTHoves";
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}

.create-look .result-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.create-look .result-buttons .btn-wrap {
  max-width: 270px;
  width: 100%;
}

.create-look .create-upload {
  width: 100%;
}

.create-look .create-upload .choose-photo {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 556px;
  background-color: rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 0 auto 16px;
}

.create-look .create-upload .choose-photo h3 {
  color: #181818;
  text-align: center;
  font-family: "Teodor";
  font-size: 28px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.56px;
  margin-bottom: 8px;
}

.create-look .create-upload .choose-photo p {
  color: #181818;
  text-align: center;
  font-family: "TTHoves";
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.create-look .create-upload label {
  display: block;
  margin: 0 auto 32px;
  width: 56px;
  height: 56px;
  background-image: url('/static/assets/images/plus.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.create-upload-choose-photo label {
  margin-bottom: 0 !important;
}

.create-upload-choose-photo input[type=file] {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.create-upload-choose-photo .images {
  display: none;
}

.btn-primary-no-important {
  display: block;
}

#dressx_me {
  display: none;
}

.create-wrap .create-upload .banner-desktop {
  max-width: 640px;
  width: 100%;
}

.create-look .create-upload label:hover {
  opacity: 0.85;
}

.create-look .create-upload input[type=file] {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.create-look .create-upload .images {
  display: flex;
  align-items: center;
  gap: 4px;
}

.create-look .create-upload .images a {
  display: block;
  width: 80px;
  height: 80px;
}

.create-look .create-upload .images a:hover {
  opacity: 0.5;
}

.create-look .create-upload .images a img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.create-look .create-upload .btn-secondary {
  width: 100%;
  max-width: 556px;
}

.create-look .create-feedback .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.create-look .create-feedback .buttons button {
  margin: 0;
}

.create-look .create-feedback .buttons .btn-secondary {
  max-width: 140px;
  justify-content: center;
  text-align: center;
}

.phototips-modal .popup-content {
  width: calc(100% - 16px);
  max-width: 844px;
  padding: 26px;
  max-height: 80vh;
  overflow-y: scroll;
  display: block;
}

.phototips-modal .phototips-wrapper {
  max-width: 430px;
  margin: 0 auto;
}
.phototips-modal .popup-content h2 {
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 1;
}
.phototips-modal .popup-content p {
  font-family: 'Teodor';
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
}
.phototips-modal .phototips-slider {
  margin-bottom: 16px;
  padding-bottom: 16px;
  overflow: visible;
}

.phototips-modal .phototips-slider .swiper-slide {
  border-radius: 4px;
  overflow: hidden;
  height: 35vh;
  max-height: 345px;
}
.phototips-modal .phototips-slider .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) {
  transform: scale(0.9);
  transform-origin: left;
  opacity: 0.5;
}
.phototips-modal .phototips-slider .swiper-slide.swiper-slide-prev {
  transform-origin: right!important;
  opacity: 0.5;
}

.phototips-modal .phototips-slider .swiper-slide img {
  height: 100%;
  object-fit: cover;
}

.phototips-modal .phototips-slider .swiper-scrollbar {
  height: 1px;
  background: #D0D1D9;
  bottom: 0;
}

.phototips-modal .phototips-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: #181818;
}

.phototips-modal .phototips-list-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 24px;
  font-family: "Teodor";
  margin-bottom: 20px;
}

.phototips-modal .phototips-list-wrap .phototips-list .phototips-list-title {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 20px;
}
.phototips-modal .phototips-list-wrap .phototips-list .phototips-list-title h3 {
  font-weight: 300;
}
.phototips-modal .phototips-list-wrap .phototips-list .phototips-list-title img {
  width: 26px;
  height: 26px;
}
.phototips-modal .phototips-list-wrap .phototips-list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.phototips-modal .phototips-list-wrap .phototips-list ul li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.3;
  list-style: none;
}
.phototips-modal .phototips-list-wrap .phototips-list ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.phototips-modal .phototips-list-wrap .phototips-list.do ul li::before {
  background-image: url("/static/assets/images/check.svg");
}
.phototips-modal .phototips-list-wrap .phototips-list.dont ul li::before {
  background-image: url("/static/assets/images/x.svg");
}

.phototips-modal .btn-primary {
  text-decoration: none;
  max-width: 270px;
  display: flex;
}

@media screen and (min-height: 992px) {
  .phototips-modal .popup-content {
    padding: 36px;
  }
  .phototips-modal .phototips-wrapper {
    max-width: 508px;
  }
  .phototips-modal .popup-content h2 {
    font-size: 35px;
  }
  .phototips-modal .popup-content p {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .phototips-modal .phototips-list-wrap {
    margin-bottom: 32px;
  }
  .phototips-modal .phototips-list-wrap .phototips-list .phototips-list-title {
    margin-bottom: 16px;
    font-size: 25px;
  }
  .phototips-modal .phototips-list-wrap .phototips-list .phototips-list-title img {
    width: 32px;
    height: 32px;
  }
  .phototips-modal .phototips-list-wrap .phototips-list ul li {
    padding-left: 30px;
    font-size: 20px;
  }
  .phototips-modal .phototips-list-wrap .phototips-list ul li::before {
    width: 24px;
    height: 24px;
  }
}


@media screen and (min-width: 768px) {
  .create-look .subtitle {
    margin-bottom: 20px;
  }
  .create-look .items-wrap {
    padding: 28px 0;
    margin: 0 auto 10px;
  }
  .create-look .items-wrap .swiper-slide-prev {
    margin-right: auto!important;
  }
  .create-look .image .loading-gif {
    width: 110px;
    height: 110px;
  }
  .create-look .result-buttons {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .create-look .subtitle {
    margin-bottom: 32px;
  }
  .create-look .create-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .create-look .btn-primary {
    margin-bottom: 0;
  }
  .create-look .items-wrap .swiper-slide-active {
    margin-left: 12px;
  }
  .create-look .create-upload .btn-secondary {
    max-width: 272px;
  }
  .create-look .create-upload .btn-secondary:hover {
    opacity: 0.5;
  }
}

footer {
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  position: relative;
  z-index: 110;
  padding: 50px 80px;
}

.footer-links-ul ul {
  list-style: none;
}

.footer-links-ul {
  display: flex;
  justify-content: space-between;
}

.footer_social ul {
  display: flex;
}

.footer_social a {
  margin-bottom: 0 !important;
}

.footer_logo img {
  margin-bottom: 15px;
  max-width: 126px;
}

.footer_logo p {
  color: #686868;
  text-transform: uppercase;
  font-size: 11px;
}

.footer-links-ul h5 {
  font-family: 'Teodor';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #686868;
}

.footer-links-ul ul li a {
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #181818;
  display: block;
}

.footer_social li {
  max-width: 16px;
  margin-right: 15px;
}

.footer_social li:last-of-type {
  margin-right: 0;
}

.animate-text.flex-start {
  justify-content: flex-start !important;
}
.button-upload-photo.flex{
  display: flex;
  flex-direction: column-reverse;
}
.button-upload-photo .error p{
  position: relative;
  padding-left: 50px !important;
  animation: none;
}
.button-upload-photo .error p:before{
  content: '';
  position: absolute;
  left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cg clip-path='url(%23clip0_1519_11763)'%3E%3Ccircle cx='16' cy='16' r='11.5' stroke='%23F94040'/%3E%3Cpath d='M16.45 19.6H15.55L15.4 16V11.5H16.6V16L16.45 19.6ZM16.675 22H15.325V20.65H16.675V22Z' fill='%23F94040'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1519_11763'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 23px;
  top: 50%;
  transform: translateY(-50%);
  height: 23px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.popup {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.popup-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
}

.popup-content {
  position: fixed;
  background: #fff;
  width: 532px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  padding: 50px 66px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.close-popup {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  /* Set margin-right for screens wider than 768px */

  .close-popup {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .popup-content{
    width: 100%;
    padding: 20px !important;
  }
  .popup-content h2{
    font-size: 30px;
  }
  
}

.login-modal {
  display: none;
}

.popup-content h2 {
  font-weight: 300;
  font-size: 45px;
  letter-spacing: -0.02em;
  color: #181818;
  margin-bottom: 30px;
  text-align: center;
}

.popup-content a {
  font-size: 12px;
  letter-spacing: 0.01em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #181818;
  display: block;
}

.popup-content .google-login {
  border-radius: 100px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 13px;
  padding: 16px 0;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  text-decoration: none;
}

.popup-content .google-login img {
  width: 20px;
  margin-right: 15px;
}

.popup-content .login-email {
  margin-bottom: 33px;
  display: block;
  text-align: center;
}

.popup-content .dont-have-acc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content .dont-have-acc p {
  font-size: 12px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #686868;
  margin-right: 5px;
}

.popup-content form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}

.popup-content .input {
  background: #F5F5F5;
  border: none;
  outline: none;
  width: 100%;
  height: 61px;
  padding: 0 15px;
  font-size: 13px;
  color: #686868;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.popup-content .input::placeholder {
  font-size: 13px;
  color: #686868;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.popup-content .forgot-pass {
  text-align: center;
  margin-bottom: 30px;
}

.popup-content .btn-primary {
  width: 100%;
  border: none;
  max-width: unset;
  margin-top: 15px;
}

#resetModal p {
  font-size: 16px;
  color: #181818;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px;
}

.video-wrap-anim {
  width: 570px;
  height: 570px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(white, white);
}

.video-wrap-anim video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coming-soon-section .main-testing-info {
  justify-content: center;
}

.coming-soon-section .main-testing-info .animate-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 0;
}

.coming-soon-section .main-testing-info .animate-text.flex-center {
  justify-content: center;
  height: 100%;
}

.coming-soon-right {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  height: 100%;
  padding: 110px 0 80px;
  margin-left: 75px;
}

.sign-up-wrap {
  width: 100%;
}

.coming-soon-right .sign-up-wrap a {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #000000;
}

.coming-soon-right .sign-up-wrap a img {
  width: 20px;
}

.coming-soon-right .sign-up-wrap form {
  display: flex;
  align-items: center;
}

.coming-soon-right .sign-up-wrap p {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 20px;
  color: #181818;
  font-family: 'Teodor';
}

.coming-soon-right .sign-up-wrap input {
  background: #FFFFFF;
  border-radius: 8px;
  color: #686868;
  height: 49px;
  outline: none;
  display: flex;
  align-items: center;
  padding: 0 15px;
  width: 100%;
  border: 0;
}

.coming-soon-right .sign-up-wrap input::placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #686868;
}

.imVisible .socials-coming-soon {
  display: flex;
  align-items: center;
}

.imVisible2 .socials-coming-soon {
  display: flex;
  align-items: center;
}

.socials-coming-soon {
  display: none;
  margin-top: 22px;
  list-style: none;
}

.socials-coming-soon img {
  width: 24px;
  margin: 0 12px;
}

.subscribe-btn {
  display: none;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 13px;
}

.subscribe-btn.valid {
  display: block;
}

.succes-message {
  display: none;
}

.sign-up-wrap form {
  position: relative;
}

.email-access.successEmail {
  display: none !important;
}

.sign-up-wrap.success .succes-message {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.sign-up-wrap.success .sign-up-wrap-title {
  display: none;
}

.succes-message svg {
  margin-right: 10px;
}

.loader.hide {
  display: none !important;
}

.loader {
  position: relative;
}

.preloder-line {
  height: 2px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  background: #fff;
  animation: scroll 2s ease-in-out infinite;
}

.welcome-info-header {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  /* position: fixed; */
  left: 0;
  top: 0;
  margin: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 15px;
  transition: transform 0.3s ease-in-out;
  /* transform: translateY(-100%); */
}
.welcome-info-header.show {
  transform: translateY(0);
}
.welcome-info-header .title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.welcome-info-header .title img{
  max-width: 189px;
}

.welcome-info-aside {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 80px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.btn-dragient {
  border-radius: 32px;
  background: linear-gradient(90deg, #FDD7D8 0%, #FDD7F1 51.82%, #F3D9FE 100%);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(12px);
  padding: 11px 24px;
  display: flex;
}

.btn-dragient span {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.42px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #FF0004 0%, #F0A 50.38%, #AE00FF 100.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.welcome-info-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.profile-title {
  color: #181818;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.28px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3;
  text-underline-offset: 2px;
}
.profile-title:hover {
  text-decoration: underline;
}
.profile-popup {
  position: absolute;
  right: 0;
  bottom: -100%;
  transform: translateY(100%);
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
  padding: 24px;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  white-space: nowrap;
  display: none;
}
.profile-popup.active {
  display: flex;
}
.profile-popup .email {
  color: #A0A1A9;
}
.profile-popup .logout {
  color:#181818;
}

.welcome-info-header h2 {
  font-family: 'Teodor';
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #181818;
  position: relative;
}

.welcome-info-header h2 sub {
  font-family: 'TTHoves';
  font-size: 12px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  right: -35px;
}

.progress-bar-wrap {
  display: flex; color: #000000; width: 100%;
}

.progress-bar-wrap .progress-bar {
  width: calc(100% - 38px) 
}

.progress-bar-wrap .progress-bar p {
  font-family: 'Teodor';
  font-style: normal;
  font-weight: 300;
  font-size: 20px
  ;line-height: 26px;
  color: #181818;
}

.progress-bar-wrap .progress-bar .line {
  width: 100%;
  height: 2px;
  margin-top: 8px;
  background: white;
}

.progress-bar-wrap .progress-bar .line .fill-line {
  width: 25%;
  height: 100%;
  background: #181818;
}

.progress-bar-wrap .btn {
  width: 38px;
  margin-left: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
}

.modal.data-form-wrap {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
  z-index: 1000000000;
}

.data-form {
  padding: 50px 66px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}

.data-form .close-modal {
  position: absolute;
  top: 23px;
  right: 23px;
  cursor: pointer;
}

.data-form h2 {
  width: 400px;
  font-family: 'Teodor';
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #181818;
}

.data-form input {
  width: 350px;
  height: 19px;
  padding: 22px 15px;
  margin-bottom: 12px;
  font-family: 'TTHoves';
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  background: #F5F5F5;
  text-transform: uppercase;
  border: none;
}

.data-form textarea {
  width: 350px;
  height: 118px;
  padding: 22px 15px;
  margin-bottom: 12px;
  font-family: 'TTHoves';
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  background: #F5F5F5;
  margin-bottom: 30px;
  text-transform: uppercase;
  border: none;
}

.data-form .btn {
  width: 350px;
  height: 50px;
  background: #181818;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  line-height: 8px;
}

@keyframes scroll {
  0% {
    width: 4%;
  }

  50% {
    width: 40%;
  }

  100% {
    width: 4%;
  }
}

.qr-code img{
  display: none;
}
.imVisible2 .qr-code img{
  display: block;
}
.qr-code span{
  text-align: center;
}
.qr-code-main{
  padding: 10px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 8px 8px 8px 0px;
  margin-bottom: 15px;
}
.imVisible2 .qr-code{
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 8px 8px 8px 0px;
  background: unset !important;
  padding: 0 !important;
}
.qr-code .loader-info{
  display: none;
}
.imVisible2 .qr-code .loader-info{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 12px;
  color: #181818;
}
.loader-info .loader{
  width: fit-content;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  width: 65%;
}
.loader-info .preloder-line{
  background: #181818;
  animation: scrollLoad 2s ease-in-out infinite;
}
@keyframes scrollLoad {
  0% {
    width: 4%;
  }

  50% {
    width: 90%;
  }

  100% {
    width: 4%;
  }
}
.qr-code img{
  max-width: 158px;
}
.qr-code p{
  text-align: center;
}
.qr-code span img{
  max-width: 120px;
  margin: 40px auto 0;
}

.qr-code-mobile{
  display: none;
}
.send-btn.disabled{
  color: #181818;
  background: #e6ff7d;
}
.send-btn.disabled{
  color: #181818;
  background: #e6ff7d;
}
.send-btn.hide{
  display: none;
}
.send-btn.show{
  display: block;
}
@media (max-width: 1200px) {
  .slider-video {
    max-width: 50%;
  }

  .slider-video .video-slide {
    min-height: auto;
  }

  .welcome-info img {
    max-width: 220px;
  }

  .use-case-item .right-part img {
    max-width: 188px;
  }
  .welcome-info-header {
    justify-content: space-between;
  }
  .welcome-info-aside {
    margin-right: 15px;
  }
}

.create-wrap .create-upload .banner-mobile {
  display: none;
  width: 100%;
  height: 100%;
  max-height: 750px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .use-case-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .use-case-item .left-part {
    align-items: center;
    margin-bottom: 20px;
  }

  .choosing-your-look .choose-items {
    justify-content: space-around;
  }

  .slider-for-features .slider-for-features-item.slick-slide {
    justify-content: space-between;
  }

  .slider-for-features .slider-for-features-item img {
    max-width: 335px;
  }

  .welcome-info {
    margin-left: 30px;
  }

  .create-look .result-buttons {
    flex-direction: row;
  }
}

@media (max-width: 1024px) {
  .create-wrap .create-upload .banner-desktop {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .title-upload {
    display: none;
  }
  
  .create-wrap .create-upload .banner-mobile {
    display: block;
  }
}

@media screen and (max-height: 850px) {

  [type="radio"]:not(:checked)+label,
  [type="radio"]:checked+label {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .video-wrap-anim {
    width: 450px;
    height: 450px;
    margin: auto;
  }

  .showPic {
    max-width: 400px !important;
  }
  .preview-upload-photo.showPic{
    max-width: 330px !important;
  }
  .coming-soon-right {
    padding: 20px 0 !important;
  }

  .upload-form span {
    font-size: 25px;
    margin-bottom: 12px;
  }

  .upload-form ul {
    margin-bottom: 20px;
  }
}

@media screen and (max-height: 700px) {

  .showPic {
    max-width: 340px !important;
  }
  .preview-upload-photo.showPic{
    max-width: 250px !important;
  }

  .video-wrap-anim {
    width: 400px;
    height: 400px;
  }
 
}

@media screen and (max-height: 585px) {

  .showPic {
    max-width: 270px !important;
  }
}
@media screen and (max-height: 485px) {

  .showPic {
    max-width: 220px !important;
  }
}
@media (max-width: 768px) {
  .btn-primary-contact {
    display: none !important;
  }
  .welcome-info-header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .welcome-info-header .title {
    max-width: 99px;
    gap: 5px;
    margin-left: 10px;
  }

  .welcome-info-header h2 {
    font-size: 18.2px;
  }
  .welcome-info-header h2 sub {
    font-size: 10px;
    top: 1px;
    right: -27px;
  }
  .btn-dragient span,
  .profile-title {
    font-size: 12px;
  }

  .welcome-info-aside {
    position: static;
    transform: translateY(0);
    gap: 5px;
    margin-right: 0;
  }
  .btn-dragient {
    padding: 8px 12px;
  }
  .welcome-info-profile {
    gap: 5px;
  }

  .qr-code-main{
    display: none;
  }
  .loader-info .loader{
    width: 50%;
  }
  .qr-code{
    width: 100% !important;
  }
  .loader-info {
    margin-top: 15px;
  }
  #popupLogin .popup-content h2{
    max-width: 290px;
    margin: 0 auto 30px;
  }
  .data-form {
    padding: 50px 66px;
    position: relative;
    left: 0;
    top: calc(50% - 300px);
    transform: unset;
    width: auto;
  }
  .testing-ai{
    height: 100%;
  }
  .qr-code{
    display: none;
  }
  .imVisible2 .qr-code-mobile{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 8px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 8px 8px 8px 0px;
  }
  .qr-code-mobile img{
    max-width: 115px;
  }
  .qr-code-mobile span{
    font-size: 18px;
  }
  .check-image::before {
    width: 30px;
    height: 30px;
  }
  .use-case-item .left-part h2, .use-case-item p{
    text-align: center;
  }
  .qr-code{
    flex-wrap: wrap;
  }
  .animate-text.flex-start {
    height: 275px !important;
  }

  .uncheck-image::before {
    width: 30px;
    height: 30px;
  }

  .images-wrap {
    height: auto;
  }

  .message {
    margin-top: 25px;
  }

  .upload-form.showForm {
    margin-top: 20px;
  }

  .product-list .choose-item a {
    opacity: 1 !important;
  }

  .product-list.show {
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-left: 60px;
  }

  .product-list img {
    width: 130px;
  }

  [type="radio"]:not(:checked)+label,
  [type="radio"]:checked+label {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }

  .upload-form span {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .upload-form ul {
    margin-bottom: 20px;
  }

  .features-items {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .main-testing-info .animate-text div.imVisible a {
    margin: auto;
  }

  .main-testing-info .animate-text div.imVisible2 a {
    margin: auto;
  }

  .showPic {
    width: 170px !important;
    height: auto;
  }

  .images-wrap.two-el .showPic {
    max-width: 170px !important;
  }

  .features-item {
    width: 50%;
  }

  .main-testing-info {
    flex-wrap: wrap;
  }

  .testing-ai .welcome-info {
    top: 0 !important;
    bottom: unset;
    width: 100%;
    padding: 0;
  }

  .video-wrap-anim {
    width: 320px;
    height: 320px;
    margin: auto;
  }

  .coming-soon-section .main-testing-info {
    padding: 0 20px;
    height: auto;
    height: 100%;
    align-items: unset;
  }

  .coming-soon-right {
    margin-left: 0;
    padding: 0;
    height: auto;
  }

  .testing-ai.coming-soon-section .animate-images {
    margin-top: 95px;
  }

  .coming-soon-section .sign-up-wrap {
    margin-bottom: 20px;
  }

  .main-testing-info .animate-text {
    height: 185px;
    margin-bottom: 70px;
    justify-content: center;
  }

  .main-testing-info .animate-text div.imVisible2 label {
    margin: auto;
  }

  .coming-soon-section .main-testing-info .animate-text div.imVisible2 p {
    text-align: center;
    animation-duration: 1s;
    margin: 3px auto;

  }

  .coming-soon-section .main-testing-info .animate-text div.imVisible2 p br {
    display: none;
  }

  .main-testing-info .animate-text div.imVisible label {
    margin: auto;
  }

  .coming-soon-section .main-testing-info .animate-text div.imVisible p {
    text-align: center;
    animation-duration: 1s;
    margin: 3px auto;

  }

  .coming-soon-section .main-testing-info .animate-text div.imVisible p br {
    display: none;
  }

  .socials-coming-soon {
    justify-content: center;
  }

  @keyframes toGrey {
    0% {
      opacity: 1;

    }

    100% {
      opacity: 0.3;
    }
  }

  .footer-links-ul {
    flex-direction: column;
  }

  .footer-column:first-of-type {
    order: 1;
  }

  .footer-links-ul h5 {
    display: none;
  }

  .footer_social {
    margin: 20px 0 30px;
  }

  footer {
    padding: 30px 20px;
  }
}

@media (max-width: 650px) {
  .loader{
    margin: auto;
  }
  .slider-video {
    max-width: 100%;
    height: 100vh;
  }

  .slider-video .slick-list {
    height: 100vh !important;
  }

  .slider-video .slick-track {
    height: 100vh !important;
  }

  .welcome-info {
    background: linear-gradient(0deg, #F4F4F4 43.54%, rgba(244, 244, 244, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    right: 0;
    padding: 70px 35px 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .dressx-ai-welcome h1 {
    font-size: 37px;
  }

  .dressx-ai-welcome h4 {
    font-size: 20px;
    text-align: center;
    max-width: 302px;
  }

  .btn-primary {
    max-width: 247px;
    font-size: 12px;
  }

  .slider-for-features .slider-for-features-item img {
    max-width: 190px;
  }

  .slider-nav-features img.slick-slide {
    width: 50px !important;
  }

  .use-case-item .right-part img {
    max-width: 258px;
    margin: 0;
  }

  .use-case-item .right-part.gallery {
    padding-left: calc(100vw - 324px);
    padding-right: calc(100vw - 324px);
    width: 100vw;
  }

  .use-case-item .right-part img:first-of-type {
    margin: 0 auto;
  }

  .use-case-item .right-part {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-right: -20px;
    margin-left: -20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .right-part-avatars img:first-child {
    margin-bottom: 35px;
  }

  .use-case-item {
    background: unset;
    box-shadow: unset;
    backdrop-filter: unset;
    padding: 0;
  }

  .use-case-item .right-part .stripe {
    margin: 0 15px !important;
  }

  .right-part-item p {
    order: 2;
    font-size: 20px;
  }

  .right-part-item p br {
    display: none;
  }

  .use-case-item .right-part .right-part-item img {
    margin: 0 !important;
    width: 270px !important;
    height: 415px;
  }

  .use-case-item .right-part .right-part-avatars img:first-of-type {
    margin: 0;
  }

  .use-case-item .right-part .right-part-avatars img {
    width: 150px;
  }

  .choosing-your-look .choose-item img {
    width: 300px;
  }

  .use-case-item .right-part.right-part-try {
    margin-right: -30px;
    width: calc(100% + 30px);
  }

  .choosing-your-look .choose-items {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    justify-content: space-between;
  }

  
  .slider-images-footer .slick-list.draggable {
    padding: 0 !important;
  }

  .slider-images-footer .slick-track {
    /* width: fit-content !important; */
    transform: none !important;
    margin: 0 !important;
  }
}

@media (max-width: 400px) {
  .features-items {
    justify-content: space-around;
  }

  .features-item {
    width: 150px;
  }

  .welcome-info-profile {
    flex-direction: column-reverse;
  }
  .profile-popup {
    bottom: -75%;
  }
  .profile-title {
    font-size: 10px;
  }
  .welcome-info-aside {
    gap: 0;
  }
}

/* Popup Size guide */
.sizeGuide-modal .popup-content, .defineSize-modal .popup-content, .demo-modal .popup-content {
  width: calc(100% - 16px);
  max-width: 580px;
  padding: 40px;
  max-height: 90vh;
  overflow-y: auto;
  display: block;
}

.defineSize-modal .popup-content, .demo-modal .popup-content {
  padding: 40px 16px;
}

.sizeGuide-modal h2, .defineSize-modal h2, .demo-modal h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 16px;
}

.sizeGuide-modal p:not(form), .defineSize-modal p, .demo-modal p {
  color: #111111;
  text-align: center;
}

.defineSize-modal p, .demo-modal p  {
  margin-bottom: 32px;
}

.sizeGuide-modal .btn-primary, .defineSize-modal .btn-primary, .demo-modal .btn-primary {
  text-decoration: none;
  max-width: 270px;
  margin: 0 auto;
}

.sizeGuide-modal form {
  margin-top: 32px;
}

.sizeGuide-modal p {
  color: #111111;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: auto;
}

.sizeGuide-modal .radio-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
}

/* Radio in popup */
.sizeGuide-modal .radio-container {
  display: flex;
  border-right: 1px solid #000000;
}

.sizeGuide-modal .radio-container label {
  display: flex;
  align-items: center;
}


.sizeGuide-modal .radio-container input[type="radio"] {
  display: none;
}

.sizeGuide-modal .radio-container .radio-button {
  width: 96px;
  height: 48px;
  border: 1px solid #000000;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.sizeGuide-modal .radio-container input[type="radio"]:checked + .radio-button {
  background-color: #000000;
  color: #ffffff;
}


.sizeGuide-modal .form__group {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.sizeGuide-modal .form__group.error-message .form__input {
  border-bottom: 1px solid #F94040;
}
.sizeGuide-modal .form__group.error-message .form__input::placeholder {
  color: #F94040;
}
.sizeGuide-modal .error-notify {
  color: #F94040;
  padding-top: 8px;
  text-transform: uppercase;
  font-size: 11px;
  display: none;
}
.sizeGuide-modal .form__group.error-message + .error-notify {
  display: block;
}


.sizeGuide-modal .form__input {
  width: 100%;
  max-width: 356px;
  height: 61px;
  background-color: #F5F5F5;
  padding: 15px 22px;
  border: none;
  font-size: 16px;
  color: #515052;
  outline: none;
}
.sizeGuide-modal .form__input::placeholder {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #515052;
}

.sizeGuide-modal .label_checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000000;
  font-size: 16px;
}

.sizeGuide-modal .custom-checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #686868;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
}

.sizeGuide-modal .custom-checkbox:checked::before {
  content: url("/static/assets/images/input-checked.png");
  font-size: 14px;
  background: #181818;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.create-look .result-buttons .mobile-label {
  display: none;
}

/* POPUP 27.09.24 */
/* SING UP */
.sing-up-popup {
  width: calc(100% - 16px);
  max-width: 500px;
  padding: 40px;
  max-height: 90vh;
  overflow-y: auto;
  display: block;
}

.prev-step {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
}

.sing-up-popup .popup-content {
  max-width: 500px;
  min-height: 500px;
  background:rgba(255, 255, 255, 0.80);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(12px);
}

.sing-up-popup .phototips-wrapper {
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
}

.new-input {
  width: 100%;
  max-width: 350px;
  height: 61px;
  background-color: white;
  padding: 20px 15px 0;
  color:#181818;
  border: none;
  border-bottom: 1px solid transparent;
  font-size: 16px;
  line-height: 135%;
  outline: transparent;
}
.new-input.input-password {
  padding-right: 50px;
}

.input-container {
  position: relative;
}

.new-placeholder {
  font-size: 13px !important;
  line-height: 130%; /* 16.9px */
  letter-spacing: 0.26px;
  text-transform: uppercase;
  color:#686868;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 16px;
  pointer-events: none;
  transition: 0.3s ease all;
}

/* Анимация при фокусе на инпуте */
.new-input:focus,
.new-input:not(:placeholder-shown) {
  border-bottom-color:#4C0DCE;
}

.new-input:focus + label,
.new-input:not(:placeholder-shown) + label {
  top: 14px;
}

.sing-up-popup h2 {
  margin-bottom: 24px;
}

.sing-up-popup .popup-content .btn-primary {
  display: flex;
  margin-top: 24px;
  text-decoration: none;
}

.sing-up-popup.check-popup h2 {
  margin-bottom: 9px;
}

.sing-up-popup.check-popup .phototips-wrapper {
  max-width: 418px;
}

.check-popup .popup-content {
  padding-right: 20px;
  padding-left: 20px;
}

.your-error {
  display: none;
  padding-top: 8px;
  color:#F94040;
  font-size: 11px;
  font-weight: 400;
  line-height: 130%; /* 14.3px */
  text-transform: uppercase;
}

.value-is-invalid .new-placeholder {
  color: #F94040;
}
.value-is-invalid .your-error {
  display: block;
}
.value-is-invalid .new-input {
  border-bottom-color:#F94040;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.condition-password {
  padding-top: 9px;
  color: #686868;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 14.3px */
  text-transform: uppercase;
}

.toggle-password {
  width: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}

.sing-up-text {
  color: #181818;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.36px;
  opacity: 0.8;
}

.forgot-password {
  padding-top: 24px;
  color: #181818;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 14.3px */
}

.underline-title {
  position: relative;
}

.underline-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 2px; /* Толщина подчеркивания */
  background: linear-gradient(90deg, #FF0004 0%, #F0A 50.38%, #AE00FF 100.77%);
}
.buttons-block {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.btn-icon {
  color: #181818;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.12px;
  text-transform: uppercase;

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 40px;
  background:rgba(255, 255, 255, 0.60);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(12px);
  padding: 6px 8px;
  min-height: 48px;
  transition: all .3s;
}
.btn-icon svg {
  position: absolute;
  left: 8px;
}
.btn-icon:hover {
  background:rgba(255, 255, 255, 1);
  text-decoration-line: underline;
}
.sing-up-popup .loved-result-popup {
  max-width: 600px;
  min-height: 480px;
  width: 100%;
}
.loved-result-popup .phototips-wrapper {
  max-width: 100%;
}
.main-block {
  min-height: 60px;
  border-radius: 8px;
  padding: 2px;
  background: linear-gradient(90deg, #FF0004 0%, #F0A 50.38%, #AE00FF 100.77%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.main-block .inner-block {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 12px;
  width: 100%;
  border-radius: 6px;
  min-height: 56px;
}
.main-block span {
  background: var(--red-pink-gradient, linear-gradient(90deg, #FF0004 0%, #F0A 50.38%, #AE00FF 100.77%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.744px;
}

@media (max-width: 575px) {
  .sizeGuide-modal .radio-buttons {
    flex-direction: column;
  }
  .sizeGuide-modal p {
    margin-left: auto;
  }

  .sizeGuide-modal .form__group {
    flex-direction: column-reverse;
    align-items: start;
  }

  .sizeGuide-modal .form__input {
    max-width: none;
  }


  .create-look .items-wrap {
    padding: 1vw 0 3.6vw 0;
    margin-bottom: 2.5vw;
  }
  .create-look .create-wrap {
    gap: 14px;
  }

  .create-look .items-wrap .swiper-wrapper {
    height: auto;
  }

  .create-look .items-wrap .swiper-slide {
    max-width: 72px;
  }

  .create-look .items-wrap .swiper-slide-active {
    max-width: 88px;
    margin-left: 8px;
  }
  
  .create-look .result-buttons a p {
    display: none;
  }

  .create-look .result-buttons {
    justify-content: space-around;
  }

  .create-look .result-buttons .mobile-label {
    display: block;
    text-transform: uppercase;
    color: #181818;
    font-size: 14px;
    padding-top: 8px;
    text-align: center;
  }

  .create-look .result-buttons .btn-wrap {
    max-width: 110px;
    width: 100%;
  }

  .create-look .result-buttons .btn-secondary {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
