@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.cdnfonts.com/css/dk-woolwich'); 

*{
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  scrollbar-width: none;
  letter-spacing: -.2px;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  background-color: rgb(237, 237, 237) !important;
  /* padding-top: 50px; */
  scrollbar-width: none;
  -ms-overflow-style: none;
  min-height: 100vh;
  /* color: #c7c8cd !important; */
  font-family: 'Montserrat', sans-serif;
  height: 2000px;
  margin: 0 auto !important;
  scroll-behavior: smooth;
  scroll-padding-top: 50px; /* Mengatur jarak dari atas saat scrolling */
  transition: scroll-behavior 0.5s ease;
}

.s-body{
  /* max-width: 70vw !important; */
  margin-top: 4rem;
}

/* Hide the scrollbar for Chrome, Safari, and Opera */
body::-webkit-scrollbar {
  display: none;
}


/********************************** NAVBAR ***********************************/

.navbar{
  background-color: none;
  padding: .5rem 0 !important;
  transition: background-color 0.3s ease-in-out, padding 1s ease-in-out !important; /* Menambahkan efek transisi untuk perubahan padding */
  border-radius: 1rem;
  border: 1px solid color(srgb 0.681 0.6662 0.6406);
  margin: 0 0 1rem 0;
}

.nav-link:focus-visible{
  box-shadow: none !important;
}

.navbar .container-fluid .navbar-toggler{
  border: none;
}

.navbar-brand{
  padding: 0 0 0 .5rem;
}

.navbar-brand img{
  width: 100px;
}

.nav-mob-logo{
  display: none;
}

.navbar ul{
  display: flex;
  align-items: center;
}

.navbar ul .s-order {
  color: whitesmoke;
  border-radius: 1rem;
  font-weight: 700;
  background: linear-gradient(120deg, #16544c, rgb(65, 143, 154) 51.68%, #305b57);
  background-size: 200% auto;
  animation: gradientAnimation 2s linear infinite alternate;
  transform: scale(.95);
  transition: transform 0.3s ease-in-out, padding 1s ease-in-out !important;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.navbar ul .s-order:hover {
  transform: scale(1);
}


.navbar ul li a {
  color: #000000c7;
  padding: .5rem 1rem !important;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
}



/* .navbar ul li:not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) a{
  font-weight: inherit;
  font-size: 1.1rem;
} */



.s-social a:not(:last-child){
  padding-right: 1.5rem;
  font-size: 1.3rem;
  line-height: 1;
}

.s-social a{
  font-size: 1.3rem;
  align-items: center;
justify-content: center;
display: flex;
}

.s-social .s-bell{
  transform: scale(1.2);
}

.custom-toggler {
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1;
}

.icon-bar {
  width: 25px;
  height: 3px;
  background-color: #f7f7f7;
  margin: 5px 0;
  transition: 0.4s;
}

.custom-toggler.open .icon-bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.custom-toggler.open .icon-bar:nth-child(2) {
  opacity: 0;
}

.custom-toggler.open .icon-bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}


/* HAMBURGER MOBILE */
.navbar.fixed-top.navbar-scrolled {
  background-color: color(srgb 0.0343 0.3696 0.49);
  padding: .3rem 0 !important;
}


/* WHY SHERO WHY SHERO WHY SHERO WHY SHERO  WHY SHERO WHY SHERO*/

.carousel-inner-grid-one {
  border-radius: 2rem !important;
}

.s-grid-one  .welcome{
  padding: 0;
}

.s-grid-one img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}

.s-grid-one .left-welcome{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* padding: .2rem; */
}

.s-grid-one .right-welcome{
  position: relative;
  padding: .2rem;

}

.s-grid-one .left-welcome #left-welcome-top-img{
  padding: .2rem;
}

.s-grid-one .left-welcome-bottom{
  position: relative;
  padding: .2rem;
}

.s-grid-one .left-welcome-bottom .s-link-welcome{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .2rem .2rem .2rem .8rem;
  margin: 1rem;
}

.s-grid-one .left-welcome-bottom .s-link-welcome .s-welcome-bottom{
  margin-right: 1rem;
  line-height: .8rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: white;
  opacity: .9;
}

.s-grid-one .right-welcome .s-link-welcome{
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 1rem;
  background-color: whitesmoke;
  padding: .2rem .2rem .2rem .8rem;
  border-radius: 50px;
  cursor: pointer;
}

.s-grid-one .right-welcome .s-link-welcome:hover{
  bottom: .3rem;
  transition: all 0.4s ease;
}

.s-grid-one .right-welcome a{
  text-decoration: none;
  color: color(srgb 0.1568 0.1569 0.1569);
}

.s-grid-one .right-welcome .s-link-welcome .s-learn{
  margin-right: 1rem;
  line-height: .8rem;
}

.s-grid-one .right-welcome .s-link-welcome i{
  background-color: color(srgb 0.1568 0.1569 0.1569);
  color: whitesmoke;
  border-radius: 50%;
  padding: 0.5rem;
  line-height: 0.8;
  font-size: .8rem;
}

.s-grid-one .s-text-front h2{
  color: color(srgb 0.1568 0.1569 0.1569);
  font-size: 2.5rem;
  padding: 2rem 3rem;
  margin: 2rem 0;
  font-weight: 600;
  line-height: 1.5;
}

.s-grid-one .s-text-front{
  position: relative;
}

.s-grid-one .s-text-front h2 span{
  background-color: gold;
}


/* TYPING EFFECT */
.semuaada{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 4rem; */
  text-align: center;
  padding: 5rem 0 3rem 0;
  /* max-height: 300px; */
}

.semuaada h3{
  margin-bottom: 0rem;
  font-weight: 300;
  letter-spacing: 3.83px;
  font-size: 1.5rem;
}

#hanyashero-container {
  position: relative;
  height: 63px;
  margin-bottom: .6rem;
}

#hanyashero-border {
  position: absolute;
  top: 0.1rem;
  right: 0;
  bottom: 1.4rem;
  left: 0;
  border-right: 4px solid #ad120a;
  animation: blink .5s infinite;
  }

#hanyashero {
  font-weight: 400;
  font-size: 3.2rem;
  /* font-family: 'DK Woolwich'; */
  word-spacing: -.2rem;
  line-height: .85;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  padding-right: 1rem;
  color: #282828;
  /* opacity: .9; */
  text-transform: uppercase;
}

@keyframes blink {
  0%, 100% {
    opacity: 0.6; /* Tampak */
  }
  50% {
    opacity: 0; /* Hilang */
  }
}

/* READY TO WEAR */
.s-nav-wrapper {
  /* overflow-x: auto; */
  max-width: 700px; /* Atur lebar maksimum untuk menghindari scroll horizontal */
  display: flex;
  align-items: center;
}

.s-nav-wrapper ul {
  overflow-x: auto;

}

.s-nav-wrapper .nav-pills{
  padding: .5rem 0;
}

.s-ready-nav .geser{
  line-height: 0;
  padding: 0 .5rem;
}

.s-nav-wrapper ul::-webkit-scrollbar {
  display: none;
}

.nav-pills {
  flex-wrap: nowrap !important; /* Hindari wrap item menu */
}

.nav-pills .nav-item {
  flex: 0 0 auto; /* Hindari perubahan ukuran item menu */
}


.s-ready-nav{
  position: relative;
  margin-bottom: 2rem;
}

.s-ready-nav h3{
  font-weight: 800;
  font-size: 2rem;
  padding-right: 1rem;
  color: #282828;
  /* opacity: .9; */
  line-height: .9;
}

.s-ready-nav .nav-pills .nav-link{
  border-radius: 50px;
  color: #282828;
  font-weight: 600;
  font-size: 1.5rem;
  padding: .3rem 1rem;
  border: 1px solid black;
}


.s-ready-nav .nav-pills .nav-item:not(:last-child){
  margin-right: .5rem !important;
}

.s-ready-nav .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #282828 !important;
  border-radius: 50px;
  border: none;
  color: whitesmoke;
}


.s-ready-nav .flash{
  width: 1.3rem;
  padding: 0;
}

.s-ready .s-wear{
  margin-bottom: 2.5rem;
  position: relative;
}

.s-ready .s-wear #s-price{
  background-color:rgb(222, 223, 223);
  position: absolute;
  transform: rotate(3deg);
  padding: 0 .4rem;
}

.s-ready .s-wear h4{
  padding: .5rem 0 0 0;
  margin-bottom: 0;
}

.s-ready .s-wear-img{
  position: relative;
  /* z-index: 2; */
  overflow: hidden;
  border-radius: 10px;
  border-radius: 2rem;
}

/* .s-ready .s-wear .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 20, 51, 0.8);
  padding: 30px;
  display: flex;
  align-items: flex-end;
  transition: all 0.4s ease;
  opacity: 0;
} */

.s-ready .s-wear-img img{
  width: 100%;
  /* height: 100%; */
  border-radius: 2rem;
  transition: all 0.8s ease;
}

/* .s-ready .s-wear:hover .overlay{
  opacity: 1;
} */

.s-ready .s-wear-img:hover img{
  transform: scale(1.1) rotate(3deg);
}

.s-ready .s-wear #s-status{
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  text-transform: uppercase;
  background-color: whitesmoke;
  padding: .3rem 1rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: .7rem;
}

/* MODAL ORDER MODAL ORDER MODAL ORDER */
.orderpop{
  z-index: 9999; /* Sesuaikan angka sesuai kebutuhan */
}

.orderpop .modal-dialog{
  top: 40%;
}

.swal2-popup.orderpop{
  display: grid;
  width: 400px;
  border-radius: 2rem;
}

.swal2-actions.orderpop{
  width: 100% !important;
}

.swal2-confirm.orderpop{
  background: linear-gradient(120deg, #16544c, rgb(65, 143, 154) 51.68%, #305b57);
  background-size: 200% auto;
  animation: gradientAnimation 2s linear infinite alternate;
  transition: transform 0.3s ease-in-out, padding 1s ease-in-out !important;
  border-radius: 1rem;
  width: 70%;
}

.swal2-confirm.orderpop:hover{
  background: linear-gradient(120deg, #16544c, rgb(65, 143, 154) 51.68%, #305b57) !important;
  transform: scale(1.01);
}

#orderModal .modal-dialog,
#lokasiCek .modal-dialog,
#siapaShero .modal-dialog
{
  max-width: 450px;
  margin: 0 auto;
}
#orderModal .modal-content,
#lokasiCek .modal-content,
#siapaShero .modal-content
{
  border: none;
  position: relative;
  border-radius: 2rem;
  padding: 0rem 1rem 1rem 1rem;
  background: whitesmoke;
}

#orderModal .modal-header,
#lokasiCek .modal-header,
#siapaShero .modal-header
{
  padding: .3rem 1rem !important;
  border: none;
  display: block;
}

#orderModal .modal-title,
#lokasiCek .modal-title,
#siapaShero .modal-title
{
 font-size: 2rem !important;
 line-height: 1;
 padding: 2rem 1rem 0rem 1rem ;
 text-align: center;
 /* font-family: 'DK Woolwich';; */
 width: 100%;
 font-weight: 800;
 text-transform: uppercase;
 letter-spacing: 1px;
}

#orderModal .order-close,
#lokasiCek .order-close,
#siapaShero .order-close
{
  color: #f7f7f7;
  transform: scale(1.3);
  cursor: pointer;
  position: absolute;
  top: -30px;
  left: 50%;
  translate: -50%;
}

#orderModal .order-submit,
#lokasiCek .order-submit,
#siapaShero .order-submit
{
  position: relative;
  background: linear-gradient(120deg, #16544c, rgb(65, 143, 154) 51.68%, #305b57);
  border: none;
  width: 100%;
  color: #f7f7f7;
  padding: .7rem 0;
  font-size: 1.3rem;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-left: 1.2rem;
  border-radius: 1rem;
  background-size: 200% auto;
  animation: gradientAnimation 2s linear infinite alternate;
  transition: transform 0.3s ease-in-out, padding 1s ease-in-out !important;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

#orderModal .order-submit:hover,
#lokasiCek .order-submit:hover,
#siapaShero .order-submit:hover
{
  transform: scale(1.01);
}

#orderModal .order-submit span,
#lokasiCek .order-submit span
{
  font-weight: 600;
}

#orderModal .order-submit .s-arrow-submit,
#lokasiCek .order-submit .s-arrow-submit
{
  position: absolute;
  right: 2rem;
  transform: scale(1.4);
}

#orderModal .order-submit #order-small,
#lokasiCek .order-submit #order-small
{
  line-height: 1;
  font-size: .8rem;
  padding-top: .3rem;
  opacity: .8;
}

#orderModal .modal-body .form-floating input{
  border-radius: 1rem;
}




/* TESTI TESTI TESTI TESTI TESTI TESTI */
/* TESTI TESTI TESTI TESTI TESTI TESTI */
.s-testi{
  position: relative;
  margin: 5rem 0 6rem 0;
  padding: 2rem;
  background-color: rgba(196, 196, 196, 0.316);
  transform: rotate(-0deg) scale(.97);
  border-radius: 2rem;
  transition: transform 0.3s ease;
}

.s-testi:hover{
  transform: scale(1);
}

.s-testi:before {
  content: '';
  display: block;
  width: 100%; /* Ukuran lebar sesuai dengan parent */
  height: 100%; /* Ukuran tinggi sesuai dengan parent */
  position: absolute; /* Letakkan di atas parent */
  top: 0; /* Geser ke posisi atas parent */
  left: 0; /* Geser ke posisi kiri parent */
  background-color: whitesmoke; /* Warna latar */
  z-index: -1; /* Agar berada di belakang parent */
  transform: rotate(-1deg);
  border-radius: 2rem;
}

.s-testi .row{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s-testi .col-md-4,
.s-testi .col-md-8
{
 transform: rotate(-1deg);
}

.s-testi .row{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s-testi h2{
  font-weight: 800;
  font-size: 5.5rem;
  padding-top: 1rem;
  padding-right: 1rem;
  font-family: 'DK Woolwich';
  word-spacing: -.2rem;
  color: #282828;
  /* opacity: .9; */
  line-height: .96;
  text-transform: uppercase;
}

.s-testi .s-quote{
  position: absolute;
  font-weight: 800;
  bottom: 1.6rem;
  transform: scale(2);
  right: 1rem;
  z-index: 3;
}

.s-testi #testishero .carousel-item img{
  width: 40px;
  border-radius: 50px;
  margin-right: 1rem;
}

.s-testi #testishero .carousel-item p{
  color: #282828;
  font-size: 1.7rem;
  line-height: 1.3;
}

.s-testi #testishero .carousel-item .s-tester span:first-child{
  font-weight: 600;
  color: #282828;
}

.s-testi #testishero .carousel-item .s-tester span:last-child{
  /* font-weight: 600; */
  color: #282828;
  opacity: .7;
}


/* VIDEO VIDEO VIDEO VIDEO VIDEO */
.s-video {
  width: 100%;
  height: 0;
  padding-top: 42.553%;
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
}

.s-video #muteButton{
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  background-color: transparent;
  fill: white;
  color: white;
  font-size: 1.6rem;
}

.s-video video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: auto;
}


/* FAQ FAQ FAQ FAQ FAQ */
.s-faq{
  margin: 4rem 0 3rem 0;
}

#accordion{
  border-radius: 0.5rem !important;
  /* padding: 0 10rem 10rem 10rem; */
}

.helptitle{
  text-align: center;
  margin-bottom: 1.5rem;
  /* background-color: color(srgb 0.93 0.93 0.93); */
}

.helptitle h2{
  font-weight: 800;
  font-size: 2rem;
  padding-right: 1rem;
  color: #282828;
  /* opacity: .9; */
  line-height: 1;
  text-transform: uppercase;
}

.helptitle #small-order{
  color: #282828;
}


/* .cardHeaderEdit:nth-last-child(1){
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
} */

.lastHeader{
  border-bottom: 0 !important;
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.accordionLinkEdit{
  text-decoration: none !important;
  color: color(srgb 0.2943 0.3346 0.3894) !important;
}

#accordion .card {
  margin-bottom: 1rem;
  background-color: whitesmoke;
  border-radius: 1rem;
}

.cardBodyEdited{
  color: var(--shero-text-dark) !important;
}

#accordion .card-header {
  border: none;
  position: relative;
  padding: 1.3rem 1rem;
  /* background-color: transparent; */
  border-radius: 1rem;
}

.accordion-title{
  color: inherit !important;
  opacity: .8;
}

/* #accordion .card-body {
  padding-top: 0;
} */

#accordion .accordion-link {
  width: 100%;
  text-align: left;
}

#accordion .arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

#accordion .accordion-link[aria-expanded="true"] .arrow {
  transform: translateY(-50%) rotate(180deg);
}

.lebarFormFaq{
  width: 100% !important;
  padding: 0 !important;
}


/* FOOTER FOOTER FOOTER FOOTER */
.footer{
  /* background-color: #f75485; */
  margin: 0rem !important;
  color: #f7f7f7;
  border: none !important;
  padding: 4rem 2rem 2rem 2rem;
}

.footer .s-help a{
  padding: 1rem;
  text-transform: uppercase;
}

.footer .s-help a:not(:last-child) {
  padding-right: 1rem; /* Tambahkan padding di sisi kanan kecuali pada link terakhir */
  position: relative; /* Set posisi relatif untuk menempatkan garis */
}

.footer .s-help a:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: .3rem;
  right: 0;
  height: 40%; /* Tinggi garis */
  width: 2px; /* Lebar garis */
  background-color: grey;
  opacity: .3;
  transform: translateY(-50%);
}


.footer h5{
  font-weight: 300;
  letter-spacing: 1px;
 }
 
 .footer img{
   width: 100px;
 }
 
 .footer p{
   margin-bottom: 0;
   font-weight: 300;
   font-size: 1rem;
 }
 
 .footer .text-muted{
   font-size: .675em !important;
   color: inherit !important;
 }
 
 .footer a{
   text-decoration: none !important;
   color: inherit;
 }




/* MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE */
@media screen and (max-width: 992px){
  .nav-mob-logo{
    display: block;
    margin: 0 auto;
    width: 200px;
    margin-bottom: 3rem;
  }

  .nav-mob-logo{
    display: block;
    margin: 0 auto;
    width: 200px;
    margin-bottom: 3rem;
  }

  .navbar ul li a{
    padding: 1rem 0 !important;
    font-size: 2rem;
  }



  .navbar ul li:not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) a{
    font-weight: inherit;
    font-size: 2.2rem;
  }

  .navbar ul{
    height: 100%;
    justify-content: center;
  }

    /* OPEN MENU */
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* Atur lebar menu sesuai keinginan */
    height: 100vh;
    padding: 3rem 2rem;
    background-color: color(srgb 0.9701 0.3299 0.5201); /* Sesuaikan dengan warna latar belakang menu */
    animation: slideIn 0.3s ease-in-out; /* Gunakan animasi slideIn dengan durasi 0.3 detik */
    display: none; /* Mulai dengan keadaan tidak terlihat */
  }
    
    .navbar-collapse.show {
      display: block; /* Tampilkan menu saat kelas 'show' ditambahkan */
    }
    
    @keyframes slideIn {
      from {
        transform: translateX(-100%); /* Mulai dari luar layar kiri */
      }
      to {
        transform: translateX(0); /* Posisi akhir saat menu ditampilkan */
      }
    }
}


@media screen and (max-width: 576px){
  .navbar.fixed-top{
    padding: 0.5rem 0 !important;
  }

  .navbar .container-fluid{
    padding: 0 1rem;
  }

  .navbar-brand img{
    width: 150px;
  }

  .semuaada{
    padding: 3rem 0;
  }

  .semuaada h3{
    font-size: 1.2rem;
    letter-spacing: 1.1px;
  }

  #hanyashero{
    font-size: 3.5rem;
  }

  #hanyashero-container{
    height: 60px;
  }

  #hanyashero-border{
    position: absolute;
    top: .4rem;
    right: 0;
    bottom: 0;
    left: 0;
    border-right: 4px solid #ffa718;
  }
}

@media screen and (max-width: 390px){
  .semuaada h3{
    letter-spacing: .6px;
    font-size: 1rem;
  }

  #hanyashero{
    font-size: 3rem;
  }
}