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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #1c1b17;
  font-family: 'Poppins', sans-serif;
}
body.menu-open #body-overlay {
  display: block;
}
body.menu-open .real-menu {
  left: 0;
}
a,
.nav-link {
  color: #1c1b17;
  text-decoration: none;
}
a:hover,
.nav-link:hover {
  color: #1c1b17;
}
.container {
  max-width: 100%;
}
.nobac {
  background: none;
  border: none;
  margin: 0 0.5rem;
}
.nav-con {
  padding: 0 4rem;
}
#navbarSupportedContent {
  display: flex;
  justify-content: space-between;
}
.desktop-view {
  justify-content: space-between;
  width: 50%;
}
.Upload-design {
  width: fit-content;
  padding: 0.5rem;
  border-radius: 10px;
  background-color: #1c1b17;
  border: 1px solid #1c1b17;
  color: #ffffff !important;
}
.Upload-design:hover {
  background-color: #ffffff;
  color: #1c1b17 !important;
  border: 1px solid #1c1b17;
  transition: 0.5s ease-in-out;
}
#body-overlay {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.real-menu {
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 4;
  width: 300px;
  height: 100%;
  padding: 0.5rem 1rem;
  box-shadow: 0 6px 12px rgba(107, 82, 82, 0.3);
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: ease 0.2s all;
}
#open-menu {
  border: none;
  background: none;
  font-size: 1.5rem;
  float: right;
  padding: 2rem;
  display: none;
}
.real-menu {
  animation-duration: 0.7s;
  animation-name: slidein;
}
.banner {
  background-color: #f8f8f8;
  background-image: url(./images/test-back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* height: 70vh; */
  padding: 0 4rem 3rem;
}
.banner .row {
  align-items: center;
}
.banner .row .left {
  max-width: 500px;

  /* margin: 0 auto; */
}
.banner .row .left h2 {
  font-weight: bolder;
  font-size: 40px;
}
.banner .row .left p {
  color: #707070;
  font-size: 16px;
  margin: 0 auto;
  font-weight: normal;
  margin: 1rem 0;
}
.banner .row .left .shop-now-btn {
  background-color: #1c1b17;
  color: #ffffff;
  border: 1px solid #1c1b17;
  padding: 0.7rem 2rem;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  margin-top: 1rem;
}
.banner .row .left .shop-now-btn:hover {
  background-color: #ffffff;
  color: #1c1b17;
  border: 1px solid #1c1b17;
  transition: 0.5s ease-in-out;
}
.banner .row .right {
  margin-left: auto;
  /* text-align: right; */
}
.banner .row .right img {
  margin-left: auto;
}
.latest-product {
  margin: 2rem auto;
  padding: 2rem 4rem;
}
.latest-product p {
  font-size: 20px;
  font-weight: bold;
  color: #1c1b17;
  margin-bottom: 1rem;
}
.latest-product .row {
  margin: 0 auto;
  justify-content: space-around !important;
  text-align: center;
}
.img-shop-now {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}
.img-shop-now:hover > .shop-now {
  opacity: 1;
}
.action-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #e31e24 !important;
  background-color: #ffffff;
  opacity: 0.9;
  width: 100%;
  padding: 1rem;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 9;
  text-align: center;
}

.img-shop-now img {
  width: 100%;
}
.js-is-visible {
  opacity: 1;
}
#load-more {
  width: fit-content;
  border: none;
  background: none;
  margin-top: 2rem;
}

.hiddenStyle {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.footer {
  background-color: #bf1519;
}
.footer .row {
  align-items: center;
}
.footer .row .left {
  text-align: center;
  margin: 0 auto;
}
.footer .row .left img {
  max-width: 250px;
  max-height: 240px;
}
.text-row {
  display: flex;
  align-items: center;
}
.fig-text {
  font-size: 90px;
  color: #ffffff;
  font-weight: bolder;
}
.dis-text {
  max-width: 180px;
  color: #ffffff;
}
.dis-text img {
  max-width: 100px;
  max-height: 100px;
}
#footer-c {
  background-color: #1c1b17;
  padding: 0.5rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
#footer-upload {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #1c1b17;
  padding: 0.5rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.product-details {
  background-color: #f8f8f8;
  padding: 3rem;
}
.product-details .left {
}
.product-details .preview-img img {
  margin: 1rem;
}
.product-details .main-img {
  width: 100%;
}
.product-details .main-img img {
  margin: 1rem auto;

  width: fit-content;
}
.product-details .middle {
}
.product-details .row .right {
  margin: 1rem 0;
}
.product-details .row .right .skill-text {
  font-size: 30px;
  font-weight: normal;
  color: #1c1b17;
}
.amount-text {
  font-size: 30px;
  width: 80%;
  font-weight: bold;
  color: #1c1b17;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 3rem;
}
.cloth-size p {
  margin: 2rem 0 0 0;
  font-size: 20px;
}
.cloth-size span {
  font-size: 20px;
  margin: 0 0.4rem;
  color: #1c1b17;
  cursor: pointer;
}
.cloth-size span:active {
  border: 1px solid #1c1b17;
}
.quant-text {
  margin: 2rem 0;
}
.quant-text span {
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 3px #00000029;
  border-radius: 5px;
  font-size: 20px;
  margin-left: 1rem;
  width: 35px;
  height: 35px;
  text-align: center;
}
.add-to-cart {
  display: block;
  width: 80%;
  background-color: #ffffff;
  color: #1c1b17;
  border: 1px solid #ffffff;
  box-shadow: 0px 3px 6px 3px #00000029;
  padding: 0.7rem 2rem;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  margin-top: 2rem;
}
.add-to-cart:hover {
  background-color: #1c1b17;
  color: #ffffff;
  border: 1px solid #1c1b17;
  transition: 0.5s ease-in-out;
}
.buy-now {
  display: block;
  width: 80%;
  background-color: #e31e24;
  color: #ffffff;
  border: 1px solid #e31e24;
  padding: 0.7rem 2rem;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  margin-top: 1rem;
}
.buy-now:hover {
  background-color: #ffffff;
  color: #e31e24;
  transition: 0.5s ease-in-out;
}
/* recommendation */
.recommendation {
  overflow: scroll;
  margin-top: 3rem;
  padding-left: 2rem;
}
.image-scroll {
  overflow: scroll;
}
.recommendation .recommend-text {
  font-size: 20px;
  color: #1c1b17;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.image-scroll::-webkit-scrollbar {
  display: none;
}
.recommendation .row {
  flex-wrap: nowrap;
}
.img-container-preview {
  width: fit-content;
  /* position: relative !important; */
}
/* Payment Info */
.payment-info .payment-row {
  height: 100vh;
}
.payment-info .left {
  padding: 4rem;
}
.payment-info .left .logo {
  text-align: center;
}
.payment-info .right {
  background-color: #f8f8f8;
  padding: 2rem;
}
.info-steps {
  text-align: center;
  margin: 1.5rem;
  font-size: 14px;
}
.info-steps span {
  margin: 0 0.5rem;
}
.contact-info {
  margin: 0 auto;
}
.contact-info p {
  margin: 1rem 0.8rem;
}
.form-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  /* gap: 1rem; */
}
.form-input {
  width: 100%;
  margin: 1rem;
  padding: 0.5rem;
  box-shadow: 0px 3px 6px 3px #00000029;
  border: none;
  outline: none !important;
}
.ship-add {
  width: 100%;
  margin: 1rem;
  padding: 0.5rem;
  box-shadow: 0px 3px 6px 3px #00000029;
  border: none;
  outline: none !important;
}
.checkout-buttons {
  position: relative;
  justify-content: space-between;
  margin: 1rem;
  padding: 1rem;
  border: 2px solid #c8c8c8;
}
.checkout-buttons > label {
  position: absolute;
  top: -8px;
  left: 40%;
  width: fit-content;
  background-color: #ffffff;
  color: #2e2e2e;
  font-size: 14px;
}
.checkout-buttons a i {
  margin: 0 0.3rem;
  color: #768c99;
}
.paystack {
  display: block;
  margin: 0.8rem;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  background-color: #ffffff;
  color: #1c3a4b;
  border: 1px solid #c8c8c8;
  text-align: center;
}
.paystack:hover {
  background-color: #1c3a4b;
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
.bank-transfer {
  display: block;
  margin: 0.8rem;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  background-color: #e31e24;
  color: #ffffff;
  border: 1px solid #e31e24;
  text-align: center;
}
.bank-transfer:hover {
  background-color: #ffffff;
  color: #e31e24;
  transition: 0.5s ease-in-out;
}
.payment-row .right {
  padding: 2rem;
  margin: 0 auto;
}
.back-to-shop {
  text-align: center;
  display: block;
}
.back-to-shop-mobile {
  display: none;
}
.checkout-details {
  /* position: relative; */
  margin: 1rem auto;
  padding: 1rem 0;
  border-bottom: 1px solid #c8c8c8;
}
#unit-img {
  position: relative;
}
#unit {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  right: -0.4rem;
  top: -0.5rem;
  color: #1c1b17;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #e31e24;
  background-color: #ffffff;
  text-align: center;
}
.upload-design {
  background-color: #f8f8f8;
  padding: 3rem;
}
.upload-design .left p:first-child {
  color: #1c1b17;
  font-size: 30px;
}

.file-box {
  max-width: 429px;
  height: 428px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #1c1b17;
  border: 3px dashed #707070 !important;
}
#upload-file {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  border: none;
  outline: none;
  opacity: 0;
  cursor: pointer;
  /* background-color: blanchedalmond; */
}
#color-selector {
  border: none;
  background-color: inherit;
  outline: none !important;
  font-size: 30px;
}
.cloth-img-div {
  max-width: 429px;
  height: 440px;
  margin-top: 1rem;
}
.cloth-img-div img {
  height: auto;
  width: 100%;
}
.add-btn-div {
  margin: 2rem auto;
}
.add-to-cart-btn {
  background-color: #e31e24;
  border: 1px solid #e31e24;
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  font-size: 14px;
  border-radius: 10px;
  width: 191px;
  text-align: center;
  /* margin-top: 1rem; */
}
.add-to-cart-btn:hover {
  background-color: #ffffff;
  color: #e31e24;
  border: 1px solid #e31e24;
  transition: 0.5s ease-in-out;
}
.transfer-details {
  margin-top: 5rem;
}
.transfer-details p:nth-child(2) {
  max-width: 396px;
}
.transfer-note {
  max-width: 396px;
  margin-top: 78px;
}
.transfer-note span {
  font-weight: 700;
}
.transfer-details .row {
  align-items: center;
}
.thank-you-row .right {
  background-image: url(./images/thank-you.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.thank-you .thank-you-row {
  height: 100vh;
  align-items: center;
}
.thank-you .left {
  padding: 4rem;
}
.thank-you .left .logo {
  text-align: center;
}
.thank-you .right {
  background-color: #f8f8f8;
  padding: 2rem;
}
.thank-you-note {
  margin-top: 3rem;
}
.thank-you a {
  display: block;
  margin-top: 5rem;
}
/* media query */
@media screen and (max-width: 768px) {
  .navbar {
    padding: 0;
  }
  .navbar-brand img {
    width: 80%;
  }
  .nav-con {
    padding: 0.2rem;
  }
  .text-row {
    flex-direction: column;
    text-align: center;
  }
  .fig-text {
    height: fit-content;
    margin-bottom: -1rem;
  }
  .dis-text {
    max-width: 100%;
  }
  .Upload-design {
    width: fit-content;
    padding: 0;
    border-radius: 0;
    background-color: #ffffff;
    border: none;
    color: #1c1b17 !important;
  }
  #open-menu {
    display: block;
  }
  .desktop-view {
    display: none;
  }
  .banner {
    padding: 1rem;
  }
  .banner .row {
    flex-direction: column-reverse;
  }
  .shop-now-btn {
    width: 100%;
    /* text-align: center; */
  }
  .banner .row .left h2 {
    max-width: 100%;
  }
  .latest-product {
    padding: 1rem;
    overflow: hidden;
  }
  .product-details {
    padding: 1rem;
  }
  .product-details .row .left {
    margin: 1rem auto;
    flex-direction: column-reverse;
  }
  .product-details .row .left .col-md-4 {
    display: flex;
    justify-content: space-between;
  }
  .product-details .preview-img img {
    margin: 1rem 0;
  }
  .product-details .middle {
    margin: 1rem auto;
  }
  .buy-now {
    width: 100%;
  }
  .add-to-cart {
    width: 100%;
  }
  .recommendation {
    padding: 1rem;
  }
  .payment-info .payment-row {
    height: fit-content;
    flex-direction: column-reverse;
  }
  .payment-info .left {
    padding: 2rem;
  }
  .info-steps {
    margin: 1rem 0;
    font-size: 12px;
  }
  .form-row {
    flex-direction: column;
  }
  .form-input {
    margin: 1rem auto;
  }
  .ship-add {
    min-width: fit-content;
    margin: 1rem auto;
  }
  .paystack {
    margin: 1rem auto;
  }
  .bank-transfer {
    margin: 1rem auto;
  }
  .back-cont-btn {
    flex-direction: column-reverse;
  }
  .add-to-cart-btn {
    width: 100%;
    margin: 1rem auto;
  }
  .back-to-shop {
    display: none;
  }
  .back-to-shop-mobile {
    display: block;
    text-align: center;
  }
  .back-btn {
    text-align: center;
  }
  .thank-you-row .left {
    padding: 2rem;
  }
  .thank-you-row .right {
    display: none;
  }
  .upload-design .row {
    flex-direction: column-reverse;
  }
  .checkout-buttons {
    margin: 0.3rem auto;
  }
  #footer-upload {
    position: static;
  }
  /* @keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
  75% {
    font-size: 300%;
    margin-left: 25%;
    width: 150%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
} */
}
