body {
  background-color: black;
  overflow-x: hidden;
}
.topbar {
  position: absolute;
  padding: 20px 50px;
  z-index: 10000;
  top: 0;
}

.logo {
  width: 80px !important;
  height: 40px;
}

.financialBox {
  height: auto;
  padding: 20px 20px 20px 20px;
  border: 0.5px solid rgb(70, 70, 70);
  border-radius: 10px;
  text-align: left;
  color: #fff;
}
.financialBox p {
  color: grey;
}

.carousel-inner {
  min-height: 300px;
}
.carousel-caption {
  bottom: 0;
  height: 100% !important;
}
.carousel-caption h5 {
  width: 200px;
}
.carousel-caption p {
  margin-top: 80px;
}
/* icon animation */

#nav-icon1 {
  width: 30px;
  height: 17.5px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  z-index: 1000;
  height: 3px;
  width: 35px;
  background: #ffffff;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
  width: 25px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
  width: 25px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 25px;
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  right: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* side nav  */
#navbar.openNav {
  display: block;
}

.sidebar {
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0.93);
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(11.9px);
  -webkit-backdrop-filter: blur(11.9px);
  border: 1px solid rgba(0, 0, 0, 0.227);
  min-width: auto;
  max-width: 50%;
  position: absolute;
  z-index: 100;
  text-align: right;
  padding: 10px 10%;
  right: 0;
  height: 100%;
  padding-top: 110px;
}

.sidebar a {
  color: white;
  opacity: 0.5;
  margin: 10px 10px;
  text-decoration: none;
}
.sidebar h1 {
  font-size: 35px;
  font-weight: bold;
}
.sidebar a:hover {
  opacity: 1;
  transition-duration: 0.5s;
}

/* Home paralex video */

figure {
  margin: 0;
  position: relative;
  text-align: center;
}

video {
  width: 80%;
  max-width: 100%;
}

.stretch {
  min-height: 2000px;
  background: rgb(0, 0, 0);
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  margin-top: 800px;
}

.hero-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: auto;
  width: auto;
  min-width: 100%;
  z-index: -9999;
}
figcaption {
  position: absolute;
  top: 20vh;
  color: #ffffff;
  z-index: 1;
  text-align: center;
  width: 100%;
}
figcaption h1 {
  font-size: 6vw;
  font-weight: bold;
  margin: 20px;
}

.sliderbtn-1 {
  padding: 15px 35px;
  text-decoration: none;
  color: black;
  border: 1px solid white;
  background-color: #ffffff;
  border-radius: 30px;
  margin: 10px 20px !important;
  font-size: larger;
  font-weight: 400;
}
.sliderbtn-2 {
  padding: 15px 35px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  border: 1px solid white;
  border-radius: 30px;
  margin: 10px 20px !important;
  font-size: larger;
  font-weight: 400;
}
.sliderbtn-2:hover {
  color: rgb(0, 0, 0);
  border: 1px solid white;
  background-color: #ffffff;
}
.sliderbtn-1:hover {
  color: rgb(0, 0, 0);
  border: 1px solid #e3e3e3;
  background-color: #e3e3e3;
}

/* slider test */
.carousel-caption {
  width: 100%;
  left: 0;
}
.carousel-indicators {
  margin-bottom: -10px;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 5px; /* change width */
  height: 5px; /* change height */
  padding: 0;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.carousel-indicators .active {
  width: 40px; /* change width */
  height: 5px; /* change height */
  cursor: pointer;
  background-color: #fff;
  opacity: 1;
  transition: width 0.6s ease-in-out;
  border-radius: 0px;
}
.carousel-caption {
  text-align: left;
  margin-top: 20px !important;
}

/* footer  */
.footer {
  background-color: black;
}

.col-md-4 ul {
  list-style: none;
}

.col-md-4 ul li {
  margin-top: 20px;
}

.col-md-4 ul li a {
  color: rgba(255, 255, 255, 0.54);
  text-decoration: none;
}
.col-md-4 ul li a:hover {
  color: rgb(255, 255, 255);
}
.footer__menu_title {
  color: #fff;
}
.copyright {
  border-top: 0.5px solid rgb(79, 79, 79);
  padding: 10px;
}
.microbit {
  color: #e3e3e3;
  text-decoration: none;
  text-align: right;
}

/* product slider */
@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
  .carousel-indicators {
    position: absolute;
    bottom: -10%;
    margin-left: 10%;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}
.card {
  margin: 5px;
}
.carousel-item {
  background-color: #000000 !important;
}

/*  - -------------------------     Design my own     ------------------------------ */

.frontCard {
  z-index: 1;
  width: 95%;
  height: 18rem;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(44, 28, 28, 0.3);
  background-image: url("../images/Cards/black.jpg");
  background-size: 100% 100%;
  color: grey;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  padding: 50px;
}

.frontCard_ {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.frontCard h4,
.frontCard p,
.frontCard a {
  /* background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: grey;
}

.cardChip {
  left: 0;
  width: 70px;
  height: 70px;
  margin-right: 70%;
  margin-bottom: -10px;
  z-index: 1000;
  position: relative;
}
.cardNumber {
  color: grey;
  font-size: 1.8vw;
}
.ribben {
  width: 100%;
  top: 20px;
  height: 50px;
  left: 0;
  background: radial-gradient(#000000, #282828);
}

.borderBackground {
  background-image: url(../images/border-image-white.webp);
  /* filter: grayscale(100%); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: absolute;
  top: -2px;
  margin: 0 auto;
  left: -1.5px;
  padding: 0px;
  margin: 0px;
  height: 100%;
  z-index: 1;
}
.borderBackground-golden {
  background-image: url(../images/border-image-golden.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: absolute;
  top: -2px;
  margin: 0 auto;
  left: -1.5px;
  padding: 0px;
  margin: 0px;
  height: 100%;
  z-index: 1;
}
.borderBackground-grey {
  background-image: url(../images/border-image-white.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: absolute;
  top: -2px;
  margin: 0 auto;
  left: -1.5px;
  padding: 0px;
  margin: 0px;
  height: 100%;
  z-index: 1;
}
.borderBackground-black {
  background-image: url(../images/border-image.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: absolute;
  top: -2px;
  margin: 0 auto;
  left: -1.5px;
  padding: 0px;
  margin: 0px;
  height: 100%;
  z-index: 1;
}

.borderBackground-2 {
  background-image: url(../images/border-image2-white.webp);
  background-size: 106% 105%;
  /* filter: grayscale(100%); */
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: absolute;
  top: 2px;
  margin: 0 auto;
  left: 0;
  padding: 0px;
  margin: 0px;
  height: 100%;
  z-index: 1;
}
.borderBackground-2 {
  background-image: url(../images/border-image2-white.webp);
  background-size: 106% 105%;
  /* filter: grayscale(100%); */
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: absolute;
  top: 2px;
  margin: 0 auto;
  left: 0;
  padding: 0px;
  margin: 0px;
  height: 100%;
  z-index: 1;
}
.borderBackground-2-golden {
  background-image: url(../images/border-image2-golden.webp);
  background-size: 106% 105%;
  /* filter: grayscale(100%); */
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: absolute;
  top: 2px;
  margin: 0 auto;
  left: 0;
  padding: 0px;
  margin: 0px;
  height: 100%;
  z-index: 1;
}
.borderBackground-2-white {
  background-image: url(../images/border-image2-white.webp);
  background-size: 106% 105%;
  /* filter: grayscale(100%); */
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: absolute;
  top: 2px;
  margin: 0 auto;
  left: 0;
  padding: 0px;
  margin: 0px;
  height: 100%;
  z-index: 1;
}
.borderBackground-2-black {
  background-image: url(../images/border-image2.webp);
  background-size: 106% 105%;
  /* filter: grayscale(100%); */
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: absolute;
  top: 2px;
  margin: 0 auto;
  left: 0;
  padding: 0px;
  margin: 0px;
  height: 100%;
  z-index: 1;
}
/* controls */
.list-group-item {
  width: 30%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.active-1 {
  background-color: #eedb76 !important;
  border-color: #eedb76 !important;
}
.form-control {
  border-radius: 10px !important;
  padding: 12px 20px;
}
label {
  margin: 5px;
  color: grey;
  font-size: 12px;
}

/* ------------------------     Best Seller     --------------------------- */
.icon-item {
  color: #fff;
  font-size: 50px;
  background-color: #191919;
  padding: 35px;
  border-radius: 80px;
}
.carousel-item .card {
  background-color: #000000;
  border: 0.5px solid grey;
  padding-top: 30px;
  width: 100%;
}
.card-img-overlay {
  color: #ffffff !important;
  position: relative;
  margin-top: 10px;
  font-size: larger;
  font-weight: bold;
  background-color: #000000 !important;
}

.carousel-item .card:hover {
  background-color: #404040;
  cursor: pointer;
}

@media only screen and (max-width: 900px) {
  .sidebar {
    max-width: 100% !important;
    width: 100% !important;
    /* background-color: #eee !important; */
  }
  #home-card {
    text-align: center !important;
  }
  .frontCard {
    z-index: 1;
    width: 98%;
    height: 14rem;
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(44, 28, 28, 0.3);
    color: grey;
    overflow: hidden;
    position: relative;
    padding: 10px;
  }

  /* previewLogo */
  .previewLogo {
    position: absolute;
    z-index: 9;
    width: 50%;
    height: 100px;
    border: 0px;
    display: none;
    resize: both;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    resize: both;
    overflow: auto;
  }

  .frontCard h4,
  .frontCard p {
    font-size: 24px;
  }

  .frontCard_ {
    padding: 10px;
  }
  .golden {
    margin: 0px;
  }
}

/* previewLogo */
.previewLogo {
  position: absolute;
  z-index: 9;
  width: 100px;
  height: 100px;
  border: 0px;
  top: 0;
  left: 0px;
  display: none;
  resize: both;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  resize: both;
  overflow: auto;
}
.crousel_controls {
  position: absolute;
  top: 50%;
  z-index: 100;
}

#deleteLogo {
  position: absolute;
  z-index: 99;
  background-color: red;
  padding: 6px;
  color: white;
  border-radius: 30px;
  left: 0px;
}
#moveable {
  position: absolute;
  z-index: 99;
  background-color: green;
  padding: 6px;
  color: white;
  border-radius: 30px;
  right: 0;
}
.resizeHandle {
  position: absolute;
  z-index: 99;
  background-color: green;
  padding: 6px;
  color: white;
  border-radius: 30px;
  right: 0px;
  bottom: 0px;
}
/* resizeable button */
/* #rbtn {
  height: 100px;
  width: 200px;
  position: relative;
  overflow: hidden;
  background: gray;
}
.resizer {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 10px;
  width: 10px;
  cursor: se-resize;
  background: green;
} */
.displayCard {
  min-width: 33vw;
}

@media only screen and (max-width: 500px) {
  .displayCard {
    min-width: 70vw;
  }
}
