:root {
  --gradient: linear-gradient(90deg, #000000 8.91%, #000000 100%);
}

.timer-wrapper {
  justify-content: center;
  align-items: center;
  padding: 0px 0px !important;
  margin-top: 5px;
}

.text-dark {
  color: black;
}

.banner-top {
  text-align: center;
  color: white;
  padding: 0 !important;
  font-family: "Inter", sans-serif;
}

.banner-top .top-bar {
  background-color: #000000;
  padding: 15px 0;
}

.banner-top .top-bar p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.banner-top .bottom-bar {
  background-color: #ACF4A1;
  padding: 8px;
}

.banner-top .order-text {
  color: black;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.banner-top .code {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 5px 24px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.yellow-text {
  color: #ACF4A1;
}

.fw-normal {
  font-weight: 400;
}

.banner-top .timer {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-left: 10px;
  margin-right: 10px;
}

.timer div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.timer .box {
  background-color: black;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  width: 32px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.timer .label {
  font-size: 12px;
  color: black;
  font-weight: 700;
  line-height: 20px;
}

/* Desktop banner */
.desktop-banner .bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.desktop-banner .timer {
  margin-top: 0;
}

/* Desktop banner */
.desktop-banner .bottom-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.desktop-banner .timer {
  margin-top: 0;
  margin-left: 10px;
}

/* Mobile banner */
.mobile-banner {
  display: none;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
  .desktop-banner {
    display: none;
  }

  .banner-top .top-bar p {
    font-size: 16px;
  }

  .banner-top .code {
    font-size: 18px;
    height: 34px;
  }

  .mobile-banner {
    display: block;
  }

  .banner-top .bottom-bar {
    display: block;
    text-align: center;
  }
  
	.banner-top .order-text {
		font-size: 16px;
	}

}

@media (max-width: 390px) {
  .banner-top .code {
    font-size: 15px;
  }

  .banner-top .order-text {
    font-size: 15px;
  }

  .banner-top .code {
    padding: 5px 15px;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 320px) {
  .banner-top .code {
    font-size: 14px;
    height: 32px;
  }

  .banner-top .order-text {
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
  }

  .banner-top .code {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

/* .d-flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
} */

.timer-container {
  font-size: 14px;
}

@media screen and (max-width: 391px) {
  .timer-container {
    font-size: 11px !important;
  }
}