html,
body {
  height: 100%;
  font-size: calc(1rem+1.2vw);
}

.full-height {
  min-height: 100%;
}
a, a:hover, a:visited{

  text-decoration: none;
  
}

body {
  background-color: #f4f4f4;
  font-family: Calibri, Arial, sans-serif;
}

.header {
  background-color: #800000;
  color: white;
  padding: 20px;
  text-align: center;
}

.dcolor{
  color:#3b250e;
}
.header img {
  max-height: 80px;
  margin-right: 10px;
}

.bg-orange {
  background-color: #3b250e;
}

.container {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-label {
  color: #800000;
}

h1 {
  color: #f5e6d3;
}

h2 {
  color: #800000;
  margin-bottom: 20px;
}

h4{
  color:#ff8000;
}
.btn-primary {
  background-color: #ff8000;
  border: none;
}

.btn-primary:hover {
  background-color: #ff9933;
}

.btn-success {
  background-color: #28a745;
}

.province_bg {
  background-color: #f3eee9;
}
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}
.panel {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.panel.active {
  display: block;
  opacity: 1;
}
.navbar, .footer-menu {
  background-color: #3b250e;
}

.navbar-brand, .nav-link, .nav-link:visited {
  color: #fff;
}
.navbar-brand:hover, .nav-link:hover, .nav-link:focus {
    color: #f5e6d3;
}

 .hero {
  background: url("../images/classic-beautiful-velvet-curtains.jfif") no-repeat
    center center;
  height: 400px;
  color: #800000;
  font-weight: 600;
  text-shadow: 2px 2px #f5e6d3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero h1{
    color:#800000;
}
.shopnow{
    text-shadow: none;
}

.product-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.order-details {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
}

.velvet-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

footer {
  background-color: #800000;
  color: white;
  padding: 10px 0;
  text-align: center;
  margin-top: 30px;
}

footer a {
  color: #ff9933;
  text-decoration: none;
  margin: 0 10px;
}

footer a:hover {
  color: #ffcc80;
}
.footer-menu {
    margin-top:-10px;
}

.buyNowBtn{
 background-color: #ff9933;
 color: #800000;
}

.buyNowBtn:hover{
  background-color: #ffcc80;
}
.loader {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #800000; /* Spinner color */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.navbar-toggler-icon{
  background-color: #f8f9fa;
}

@media (max-width: 767px) {
  #navbar {
    width: fit-content;
    float: inline-end;
    align-items: flex-end;
  }
}