/* Created by Metha Willia */
/* Fonts */
/* Variable */
@font-face {
  font-family: "AxiataBook";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AxiataBook.eot?") format("eot"), url("../fonts/AxiataBook.svg#AxiataBook") format("svg"), url("../fonts/AxiataBook.woff") format("woff"); }

@font-face {
  font-family: "AxiataBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/AxiataBold.eot?") format("eot"), url("../fonts/AxiataBold.svg#AxiataBold") format("svg"), url("../fonts/AxiataBold.woff") format("woff"); }

/* External */
:root {
  overscroll-behavior: none; }

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  margin: 0; }

a:focus,
a:active {
  outline: none;
  text-decoration: none; }

* {
  box-sizing: border-box; }

*:focus {
  outline: none; }

html,
body {
  min-width: 0 !important;
  scroll-behavior: smooth;
  padding: 0 !important;
  height: 100%; }

body {
  font-size: 14px;
  font-family: "AxiataBook", sans-serif;
  line-height: 1.5 !important;
  color: #000000;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  margin-bottom: 16px;
  line-height: 1.2 !important;
  font-family: "AxiataBook", sans-serif; }

h1,
.h1 {
  font-size: 3em !important; }

h2,
.h2 {
  font-size: 4.6em !important; }

h3,
.h3 {
  font-size: 3em !important; }

h4,
.h4 {
  font-size: 2.9em !important; }

h5,
.h5 {
  font-size: 2.6em !important; }

h6,
.h6 {
  font-size: 1.8em !important; }

p,
.p,
.psmall,
.pxsmall,
.pxxsmall {
  margin: 0;
  margin-bottom: 16px;
  line-height: 1.5 !important; }

p,
.p {
  font-size: 1em !important; }

.psmall {
  font-size: 0.9em !important; }

.pxsmall {
  font-size: 0.8em !important; }

.pxxsmall {
  font-size: 0.7em !important; }

.proj-textregular {
  font-family: "AxiataBook", sans-serif; }

.proj-textbold {
  font-family: "AxiataBold", sans-serif; }

.proj-text {
  color: #000000 !important; }

.proj-textprimary {
  color: #0f1fac !important; }

.bg-img {
  background-image: url("../media/bg-img.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100%;
  background-attachment: fixed; }

.frame-item {
  width: 100%;
  border-radius: 7px; }

.btn-download {
  border-radius: 26px;
  background: linear-gradient(180deg, #49B265 0%, #1F5F5B 99.56%), linear-gradient(180deg, #FDB346 -37.7%, #FE661B 99.56%); }

.item-scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  height: calc(100% - 340px); }

.wall {
  position: relative;
  width: 1080px;
  height: 1920px;
  background-size: cover; }

#custom-slider {
  position: relative;
  width: 100%;
  height: 100%; }

.product-prev,
.product-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5; }
  .product-prev img,
  .product-next img {
    display: block;
    width: 100%; }

.product-prev {
  left: 10%; }

.product-next {
  right: 10%; }

.product-overlay {
  position: absolute;
  z-index: 4;
  width: 100%; }

.product {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease-in-out;
  transform: translate(-50%, -50%); }
  .product img {
    height: 400px;
    transition: all 0.5s ease-in-out; }
  .product .active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0; }
  .product.p1 .active {
    opacity: 1;
    visibility: visible; }

.content {
  width: 540px; }

.form-control {
  color: #000 !important;
  transition: none !important;
  font-family: "AxiataBook", sans-serif !important;
  border: none !important;
  resize: none !important; }
  .form-control::placeholder {
    color: #BCBDE0 !important;
    opacity: 0.8 !important;
    font-family: "AxiataBook", sans-serif !important; }
  .form-control:focus {
    box-shadow: none !important;
    outline: 0 none !important;
    opacity: 0.9 !important; }

.bg-gradient {
  padding: 32px 24px !important;
  background: linear-gradient(0deg, #FF9C18 0%, #FF9C18 100%), linear-gradient(0deg, #FF8041 0%, #FF8041 100%), #FAA93F !important; }

.shadow {
  width: 180px;
  height: 26px;
  fill: rgba(0, 0, 0, 0.12);
  filter: blur(13.45787px); }

.btn-border {
  border: 6px solid rgba(0, 0, 0, 0.15);
  width: fit-content;
  border-radius: 100px; }

.btn {
  color: #fff !important;
  cursor: pointer;
  border-radius: 100px;
  font-size: 1em;
  font-family: "AxiataBold", sans-serif !important; }
  .btn.btn-custom {
    @apply text-[24px] rounded-[68px] text-[#fff];
    background: linear-gradient(180deg, #FF0D5E 0%, #690E96 99.56%) !important; }
  .btn.btn-primary {
    background: linear-gradient(180deg, #375ca4 0%, #292a67 100%) !important;
    border: none; }
  .btn.btn-light {
    border-radius: 30px;
    background: linear-gradient(181deg, #fff 0.7%, #b0b0b0 99.3%); }
  .btn.btn-reload {
    border-radius: 100px;
    background: linear-gradient(180deg, #8FC549 0%, #11532F 100%);
    color: #fff !important;
    border: none; }
  .btn:active {
    opacity: 0.6 !important;
    border-color: transparent !important; }

iframe {
  height: calc(100vh - 240px);
  width: 100vw;
  padding: 80px; }

.gender {
  border-radius: 90px;
  background: linear-gradient(180deg, #511F69 0%, #2D0D3D 99.56%);
  backdrop-filter: blur(10.8px); }

.gender.active {
  border: none;
  background: linear-gradient(180deg, #FF0D5E 0%, #690E96 99.56%) !important; }

.hijab.active {
  border-radius: 100%;
  border: 6px solid #FFA100;
  box-shadow: 0px -8px 24px 0px #FFA100 inset, 0px 8px 24px 0px #FFA100 inset, 0px 0px 24px 0px #FFA100; }

.modal-body {
  margin: 2em; }
  .modal-body img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.modal {
  --bs-modal-bg: transparent !important; }

.modal-content {
  background: linear-gradient(225deg, rgba(101, 95, 62, 0.647), rgba(101, 95, 62, 0.651)) padding-box, linear-gradient(315deg, #ffffff33 0%, #ffffffb8 100%) border-box;
  backdrop-filter: blur(4px);
  border: 4px solid transparent; }

.modal-backdrop.show {
  opacity: 0.6 !important; }

.modal-footer {
  justify-content: center;
  border-top: none;
  padding-top: 0;
  padding-bottom: 2em; }

.modal-close {
  position: absolute;
  right: -20px;
  top: -20px;
  color: #fff;
  background-image: url("../media/icon-close.png");
  width: 60px;
  height: 60px;
  background-position: center;
  border-radius: 100%;
  border: none;
  background-size: cover;
  cursor: pointer; }

.photo {
  aspect-ratio: 8/10; }

.swiper-slide.swiper-slide-fully-visible.swiper-slide-active img.nonactive {
  display: none !important; }

.swiper-slide.swiper-slide-fully-visible.swiper-slide-active img.active {
  display: block !important; }

.swiper-slide.swiper-slide-visible img.nonactive {
  display: block !important; }

.swiper-slide.swiper-slide-visible img.active {
  display: none !important; }

[swiper_scale_active] .swiper-slide {
  text-align: center;
  font-size: 18px;
  border-radius: 20px;
  border-color: transparent;
  overflow: hidden;
  height: auto !important; }
  [swiper_scale_active] .swiper-slide.bg-none {
    background: transparent;
    width: 36%;
    height: auto;
    margin: 0 auto; }

.swiper-button-next, .swiper-button-prev {
  border-radius: 80px;
  background: rgba(234, 0, 41, 0.8);
  width: 100px;
  height: 100px;
  top: 46% !important;
  color: #fff;
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center center; }
  .swiper-button-next::after, .swiper-button-prev::after {
    content: none; }

.swiper-button-next {
  right: -6% !important;
  background-image: url("../media/swiper-right.png"); }

.swiper-button-prev {
  left: -6% !important;
  background-image: url("../media/swiper-left.png"); }

.pos-rel {
  position: relative; }

.pt-100 {
  padding-top: 80px !important; }

.swal2-title {
  font-size: 2em !important; }

.loading {
  display: flex;
  color: white;
  font-size: 3em;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .loading span {
    padding: 0 20px;
    line-height: 100px;
    background: linear-gradient(180deg, #FF0D5E 0%, #690E96 99.56%) !important;
    animation: metha_animate 2s infinite; }

@keyframes metha_animate {
  50% {
    box-shadow: 0 20px 0 #eee;
    transform: translateY(-35px); } }

@media only screen and (max-width: 600px) {
  [swiper_scale_active] .swiper-slide {
    border-radius: 10px; } }

[swiper_scale_active] .swiper-slide img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  aspect-ratio: 4 / 6 !important; }

/* CUSTOM CSS "TRICK" => the link should work only on the active slide  */
[swiper_scale_active] .swiper-slide:not(.swiper-slide-active) a {
  pointer-events: none; }

.btn-keluar {
  position: absolute;
  top: 40px;
  left: 80px;
  z-index: 99999999; }

.bg-nodata {
  border-radius: 33.08px;
  border: 4.962px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.4);
  width: 985px;
  height: 531px;
  backdrop-filter: blur(9.924px); }

.swiper-3d {
  width: 40% !important; }

.container {
  max-width: 62rem; }

.video-capture-container {
  height: 100%; }
  .video-capture-container video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.canvas-image-container canvas {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover; }

@media only screen and (max-width: 1100px) {
  .swiper-3d {
    width: 48% !important; } }

@media only screen and (max-width: 1080px) {
  .product-next {
    right: 4% !important; }
  .product-prev {
    left: 4% !important; }
  .product {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease-in-out;
    transform: translate(-50%, -50%); }
    .product img {
      height: 700px;
      transition: all 0.5s ease-in-out; }
    .product .active {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      visibility: hidden;
      opacity: 0; }
    .product.p1 .active {
      opacity: 1;
      visibility: visible; }
  .swiper-button-next, .swiper-button-prev {
    border-radius: 80px;
    background: rgba(234, 0, 41, 0.8);
    width: 100px;
    height: 100px;
    top: 46% !important;
    color: #fff;
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: center center; }
    .swiper-button-next::after, .swiper-button-prev::after {
      content: none; }
  .swiper-button-next {
    right: -2% !important;
    background-image: url("../media/swiper-right.png"); }
  .swiper-button-prev {
    left: -2% !important;
    background-image: url("../media/swiper-left.png"); }
  [swiper_scale_active] .swiper-slide.bg-none {
    width: 90%; }
  .btn-keluar {
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 16px; }
  .swiper-3d {
    width: 94% !important; }
  .swiper-button-next {
    width: 100px;
    height: 100px;
    right: 4%; }
  .swiper-button-prev {
    width: 100px;
    height: 100px;
    left: 4%; }
  .btn.btn-primary, .btn.btn-light, .btn.btn-reload {
    width: 150px; }
  .modal-body {
    margin: 1em; }
  .modal-dialog {
    --bs-modal-margin: 1.5rem; }
  .photo {
    aspect-ratio: 6 / 6; }
  .modal-footer {
    padding-bottom: 1em !important; }
  .modal-close {
    width: 40px;
    height: 40px; }
  .bg-img {
    background-image: url("../media/bg-mobile.jpg"); } }

@media only screen and (width: 1080px) and (height: 1920px) {
  .item-scroll {
    overflow-y: scroll;
    height: calc(100% - 360px) !important; }
  .product-next {
    right: 4% !important; }
  .product-prev {
    left: 4% !important; } }

@media only screen and (width: 1920px) and (height: 1080px) {
  .item-scroll {
    overflow-y: scroll;
    height: calc(100% - 190px) !important;
    margin-top: 30px; }
  .product-next {
    right: 4% !important; }
  .product-prev {
    left: 4% !important; } }

@media only screen and (max-width: 2560px) {
  iframe {
    height: calc(100vh - 160px);
    padding: 0 40px; } }

@media only screen and (max-width: 991px) {
  iframe {
    padding: 0;
    width: 90%;
    height: 100vh; }
  .item-scroll {
    overflow-y: scroll;
    height: calc(100vh - 212px); }
  .product {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease-in-out;
    transform: translate(-50%, -50%); }
    .product img {
      height: 280px;
      transition: all 0.5s ease-in-out; }
    .product .active {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      visibility: hidden;
      opacity: 0; }
    .product.p1 .active {
      opacity: 1;
      visibility: visible; }
  .container {
    max-width: 54rem; }
  .swiper-3d {
    width: 90% !important; }
  .swiper-button-next, .swiper-button-prev {
    top: 46% !important;
    background-size: 30px auto; }
  .swiper-button-next {
    right: 0 !important;
    background-image: url("../media/swiper-right.png"); }
  .swiper-button-prev {
    left: 0 !important;
    background-image: url("../media/swiper-left.png"); } }

@media only screen and (max-width: 575px) {
  .product-next {
    right: 2% !important; }
  .product-prev {
    left: 2% !important; }
  .product {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease-in-out;
    transform: translate(-50%, -50%); }
    .product img {
      height: 230px;
      transition: all 0.5s ease-in-out; }
    .product .active {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      visibility: hidden;
      opacity: 0; }
    .product.p1 .active {
      opacity: 1;
      visibility: visible; }
  [swiper_scale_active] .swiper-slide.bg-none {
    width: 84%; }
  .container {
    max-width: 54rem; }
  .swiper-3d {
    width: 80% !important; }
  .swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 54% !important;
    background-size: 30px auto; }
  .swiper-button-next {
    right: 0 !important;
    background-image: url("../media/swiper-right.png"); }
  .swiper-button-prev {
    left: 0 !important;
    background-image: url("../media/swiper-left.png"); } }

@media only screen and (max-width: 375px) {
  .product-next {
    right: 2% !important; }
  .product-prev {
    left: 2% !important; }
  .product {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease-in-out;
    transform: translate(-50%, -50%); }
    .product img {
      height: 200px;
      transition: all 0.5s ease-in-out; }
    .product .active {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      visibility: hidden;
      opacity: 0; }
    .product.p1 .active {
      opacity: 1;
      visibility: visible; }
  [swiper_scale_active] .swiper-slide.bg-none {
    width: 84%; }
  .container {
    max-width: 54rem; }
  .swiper-3d {
    width: 80% !important; }
  .swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 54% !important;
    background-size: 30px auto; }
  .swiper-button-next {
    right: 0 !important;
    background-image: url("../media/swiper-right.png"); }
  .swiper-button-prev {
    left: 0 !important;
    background-image: url("../media/swiper-left.png"); } }
