
@import url('./variable.css');
@import url('./welcome-modal.css');
@import url('./upload-pichers-1.css');
@import url('./select-gender-1.css');
@import url('./skin-detail-1.css');
@import url('./form-1.css');
@import url('./age-calculator-1.css');
@import url('./basic-detail-modal-1.css');
@import url('./box-modal-1.css');
@import url('./skin-score-modal-1.css');
@import url('./picher-modal.css');
@import url('./skin-detail-1.css');
body {
  font-family: 'Glacial Indifference', sans-serif;
}
.welcome-section-modal .error-text{
  color: red;
}
/* WebKit scrollbar styles */
.pagination {
  position: fixed;
  top: 42px;
  right: 218px;
}

.pagination span {
  width: 20px;
  height: 20px;
  background: #8C5F1E;
  border: 0.06944vw solid #8C5F1E;
  margin: 0 0.3819vw;
  opacity: 1;
  z-index: 1111111;
  border-radius: 50%;
}

.modal.fullscreen-modal .modal-body::-webkit-scrollbar {
  width: 0;
}

.modal.fullscreen-modal .modal-body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0;
}

.modal.fullscreen-modal .modal-body::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 0;
  border: 0;
}

.modal.fullscreen-modal .modal-body::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

@font-face {
  font-family: 'Glacial Indifference';
  src: url('../fonts/GlacialIndifference-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Glacial Indifference';
  src: url('../fonts/GlacialIndifference-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

.cinzel-decorative-regular {
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
}

.cinzel-decorative-bold {
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-style: normal;
}

.cinzel-decorative-black {
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  font-style: normal;
}

.common-bg .modal-fullscreen {
  padding: 0 !important;
}

.common-bg .modal .modal-content {
  background: url('../assets/image/common-bg.png') no-repeat center;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 0;
  overflow: hidden;
  max-width: 100%;
  padding: 0 20px;
}
.modal.fullscreen-modal .modal-content{
  padding: 0 20px;
}
/* .logo-desktop img {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.6));
} */

.welcome-content .circle-image {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  padding: 14px;
  background: #F1D79E;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  background: #F1D79E;
  padding: 14px;
  border: 4px solid #8C5F1E;
}

.modal.fullscreen-modal .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100vh;
}
.modal-header {
  border: 0;
  padding: 16px 0;
  width: 100%;
  justify-content: center;
  align-items: baseline;
  min-height: 15vh;
}

.modal-footer {
  padding: 16px 0;
  width: 100%;
  min-height: 15vh;
  justify-content: center;
  align-items: center;
  border: 0;
}

.modal.fullscreen-modal .modal-body {
  /* padding: 0;
  text-align: center;
  display: flex;
  align-items: center; */
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  /* min-height: calc(100vh - 273px); */
    min-height: calc(100vh - 318px);
  height: 100vh;
}
.common-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.common-btn .btn-custom {
  background: linear-gradient(180deg, #8C5F1E 0%, #BD9041 50%, #EFC263 100%);
  color: var(--white);
  border-radius: 30px;
  border: 1px solid #503B29;
  font-size: 32px;
  font-weight: 400;
  font-family: var(--Glacial-Indifference);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease;
  height: 70px;
  min-width: 280px;
}

.common-btn .prev-btn {
  height: 70px;
  min-width: 127px;
}

.common-btn .prev-btn i {
  color: var(--black);
}

.common-btn .btn-custom:hover {
  background-color: #000;
  transform: scale(1.05);
}

.common-btn .btn-custom:hover i {
  color: var(--white);
}

.common-btn .btn-custom {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.modal .welcome-content .logo-desktop {
  margin: 0 0 60px;
}

.logo-desktop img {
  width: 294px;
  height: auto;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 28px;
  color: var(--white);
  cursor: pointer;
  z-index: 10;
  display: none;
  text-shadow: 4px 4px 4px rgb(0 0 0 / 25%);
}

.welcome-section-modal p {
  font-size: 32px;
  font-weight: 400;
  font-family: var(--Glacial-Indifference);
  color: #503B29;
  text-shadow: 4px 4px 4px rgb(0 0 0 / 25%);
  margin-bottom: 0;
}



.common-title h1 {
  font-size: 80px;
  font-weight: 400;
  color: #8C5F1E;
  text-shadow: 3px 3px 4px rgb(0 0 0 / 44%);
  transform: translateY(-50%);
  font-family: var(--Glacial-Indifference);
  margin: 0;
  display: contents;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(4);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.slide-up {
  transform: translateY(2px);
  opacity: 0;
  animation: slideUp 2.2s ease-out forwards;
}

@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-100px);
  animation: slideInLeft 2.2s ease-out forwards;
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-in-top-right {
  opacity: 0;
  transform: translate(100px, -100px);
  animation: slideInTopRight 1.5s ease-out forwards;
}

@keyframes slideInTopRight {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.slider-up-load {
  opacity: 0;
  transform: translateY(30px);
  animation: slideUpLoad 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes slideUpLoad {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.slider-down-load {
  opacity: 0;
  transform: translateY(30px);
  animation: slideUpLoad 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes slideDownLoad {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  100% {
    transform: translateY(30px);
    opacity: 1;
  }
}

.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 1s ease-out forwards;
}

@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.rotate-in {
  opacity: 0;
  transform: rotate(-30deg) scale(0.8);
  animation: rotateIn 2.8s ease-out forwards;
}

@keyframes rotateIn {
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}


.bounce-in {
  opacity: 0;
  transform: translateY(100px);
  animation: bounceIn 1.2s ease-out forwards;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  60% {
    opacity: 1;
    transform: translateY(-20px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}


.slide-in-bottom-right {
  opacity: 0;
  transform: translate(100px, 100px);
  animation: slideInBottomRight 1.3s ease-out forwards;
}

@keyframes slideInBottomRight {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.take-cemera img{
  width: 24px;
  height: 24px;
}
@media (max-width:1440px) {
   .modal.fullscreen-modal .modal-body {
        min-height: calc(100vh - 243px);
         padding: 8px 0;
    }
  .common-bg-section .fullscreen-modal-content {
    padding: 20px;
  }

  .modal .welcome-content .logo-desktop {
    margin: 0 0 45px;
  }

  .logo-desktop img {
    width: 220px;
    height: auto;
  }

  .common-btn {
    gap: 40px;
  }

  .common-btn .btn-custom {
    font-size: 24px;
    height: 52px;
    min-width: 210px;
  }

  .common-btn .prev-btn {
    height: 52px;
    min-width: 127px;
  }

  .welcome-content .circle-image {
    width: 480px;
    height: 480px;
    padding: 9px;
  }

  .welcome-content .circle-image img {
    padding: 9px;
  }

  .common-title h1 {
    font-size: 60px;
  }

  .welcome-section-modal p {
    font-size: 24px;

  }
}

@media (max-width:1280px) {
.modal.fullscreen-modal .modal-body {
        min-height: calc(100vh - 283px);
        padding: 20px 0;
      }
  .modal .welcome-content .logo-desktop {
    margin: 0 0 40px;
  }

  .logo-desktop img {
    width: 196px;
    height: auto;
  }

  .common-btn {

    gap: 30px;
  }

  .common-btn .btn-custom {
    font-size: 21px;
    height: 45px;
    min-width: 180px;
  }

  .common-btn .prev-btn {
    height: 45px;
    min-width: 100px;
  }

  .welcome-content .circle-image {
    width: 400px;
    height: 400px;
    padding: 7px;
  }

  .welcome-content .circle-image img {
    padding: 7px;
  }

  .common-title h1 {
    font-size: 53px;
  }

  .welcome-section-modal p {
    font-size: 21px;
  }

}

@media (max-width:1024px) {

.modal.fullscreen-modal .modal-body {
    min-height: calc(100vh - 30vh);
}
  .modal .welcome-content .logo-desktop {
    margin: 0 0 32px;
  }

  .logo-desktop img {
    width: 157px;
    height: auto;
  }

  .common-btn {

    gap: 28px;
  }

  .common-btn .btn-custom {
    height: 45px;
    min-width: 180px;
    font-size: 20px;
  }

  .common-btn .prev-btn {
    height: 45px;
    min-width: 100px;
  }

  .welcome-content .circle-image {
    width: 373px;
    height: 373px;
    padding: 9px;
  }

  .welcome-content .circle-image img {
    padding: 9px;
  }

  .common-title h1 {
    font-size: 43px;
  }

  .welcome-section-modal p {
    font-size: 20px;
  }

  .pagination span {
    width: 16px;
    height: 16px;
  }
}


@media (max-width:767px) {

  .modal .welcome-content .logo-desktop {
    margin: 0 0 64px;
  }

  .logo-desktop img {
    width: 170px;
    height: auto;
  }

  .common-btn {

    gap: 20px;
  }

  .common-btn .btn-custom {
    font-size: 16px;
    height: 40px;
    min-width: 160px;
  }

  .common-btn .prev-btn {
    height: 40px;
    min-width: 100px;
  }

  .welcome-content .circle-image {
    width: 279px;
    height: 279px;
    padding: 6px;
  }

  .welcome-content .circle-image img {
    padding: 6px;
    border: 3.98px solid #8C5F1E;
  }

  .common-title h1 {
    font-size: 32px;
  }

  .welcome-section-modal p {
    font-size: 16px;
  }



  .pagination span {
    width: 14px;
    height: 14px;
  }
  .pagination{
    display: none;
  }
}


@media (max-width:576px) {
   .modal.fullscreen-modal .modal-body {
        min-height: calc(100% - 43vh);
        
    }

  .pagination {

    right: 17px;
  }
  

  .common-btn {
    gap: 16px;
  }

  .common-btn .btn-custom {
    height: 40px;
    min-width: 160px;
  }

  .common-btn .prev-btn {
    height: 40px;
    min-width: 80px;
  }


.modal.fullscreen-modal .modal-content {
    padding: 0 15px;
}
  .circle-image img {
    padding: 4px;
  }

  .common-bg .modal .modal-content {
    background: url('../assets/image/mobile-bg.png') no-repeat center;
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  .common-title h1 {
    font-size: 22px;

  }

}

/* @import url('./welcome-modal.css');
@import url('./basic-detail-modal.css');
@import url('./select-gender.css');
@import url('./skin-detail.css');
@import url('./age-calculator.css');
@import url('./skin-detail.css');
@import url('./box-modal.css');
@import url('./upload-pichers.css');
@import url('./picher-modal.css');
@import url('./skin-resulat.css');
@import url('./skin-score-modal.css');
@import url('./form-detail.css');
@import url('./upload-picher.css');

body {
  font-family: 'Glacial Indifference', sans-serif;

}

@font-face {
  font-family: 'Glacial Indifference';
  src: url('../fonts/GlacialIndifference-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Glacial Indifference';
  src: url('../fonts/GlacialIndifference-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

.cinzel-decorative-regular {
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
}

.cinzel-decorative-bold {
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-style: normal;
}

.cinzel-decorative-black {
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  font-style: normal;
}
.modal-header
{
  justify-content: center;
  border: 0;
}
.modal-close{
  display: none;
}
 .modal .modal-dialog{
  max-width: 100%;
  text-align: center;
}
.logo-desktop img {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.6));
}

.logo-desktop img {
  width: 294px;
  height: auto;
}

.common-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.common-btn .btn-custom {
  background: linear-gradient(180deg, #8C5F1E 0%, #BD9041 50%, #EFC263 100%);
  color: var(--white);
  border-radius: 30px;
  border: 1px solid #503B29;
  font-size: 32px;
  font-weight: 400;
  font-family: var(--Glacial-Indifference);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease;
  height: 70px;
  min-width: 280px;
}

.common-btn .prev-btn {
  height: 70px;
  min-width: 127px;
}

.common-btn .prev-btn i {
  color: var(--black);
}

.common-btn .btn-custom:hover {
  background-color: #000;
  transform: scale(1.05);
}
.common-btn .btn-custom:hover i{
  color: var(--white);
}
.common-btn .btn-custom {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.circle-image {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  padding: 14px;
  background: #F1D79E;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  background: #F1D79E;
  padding: 14px;
  border: 4px solid #8C5F1E;
}

.modal-body{
  display: flex;
  align-items: center;
  justify-content: center;
}
.fade-in {
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(4);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.slide-up {
  transform: translateY(2px);
  opacity: 0;
  animation: slideUp 2.2s ease-out forwards;
}

@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-100px);
  animation: slideInLeft 2.2s ease-out forwards;
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-in-top-right {
  opacity: 0;
  transform: translate(100px, -100px);
  animation: slideInTopRight 1.5s ease-out forwards;
}

@keyframes slideInTopRight {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.slider-up-load {
  opacity: 0;
  transform: translateY(30px);
  animation: slideUpLoad 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes slideUpLoad {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.slider-down-load {
  opacity: 0;
  transform: translateY(30px);
  animation: slideUpLoad 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes slideDownLoad {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  100% {
    transform: translateY(30px);
    opacity: 1;
  }
}

.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 1s ease-out forwards;
}

@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.rotate-in {
  opacity: 0;
  transform: rotate(-30deg) scale(0.8);
  animation: rotateIn 2.8s ease-out forwards;
}

@keyframes rotateIn {
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}


.bounce-in {
  opacity: 0;
  transform: translateY(100px);
  animation: bounceIn 1.2s ease-out forwards;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  60% {
    opacity: 1;
    transform: translateY(-20px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}


.slide-in-bottom-right {
  opacity: 0;
  transform: translate(100px, 100px);
  animation: slideInBottomRight 1.3s ease-out forwards;
}

@keyframes slideInBottomRight {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
} */