body {
  background:linear-gradient(to right,#25030D, #090910);
  color: #fff;
  font-family: "Quicksand";
  text-align: center;
  margin: 0;
}
h1,h2,h3,h4 {
  font-weight: bold;
  line-height: 1.5;
}

hr {
  border-style: dotted none none;
  border-width: 10px;
  color: #fff;
  height: 0;
  width: 10%;
  margin: 5rem auto 0;
}

/* Containers */

.container-fluid {
  padding: 3% 10% 5%;
  text-align: center;
  line-height: 1.5;
}

.carousel-container {
  padding: 7% 3% 7%;
}


/* Headings */

.big-heading {
  font-family: "Cinzel";
  font-size: 8rem;
  font-weight: 900;
  padding: 10% 0 0;
  line-height: 1.5;

}
.section-heading {
  font-size: 2.5rem;
  line-height: 1.5;
  padding: 1% 10% 3%;
}

/* Section */
.white-section {
  background-color: #EEEEEE;
  color: #0F0E0E;
}
.color-section {
  background:linear-gradient(to right,#25030D, #090910);
}

/* Nav Bar */

.navbar {
  padding: 0 0 3rem;
}
.navbar-brand {
  font-family: "Cinzel";
  font-size: 2rem;
  font-weight: bolder;
}

.nav-link {
  margin: 0 auto;
  font-weight: 100;
  font-size: 1.1rem;
}

/* Title */
#title .container-fluid {
    text-align: left;
    padding-bottom: 0;
}

#title .big-heading {
  position: relative; top: 10%;
  z-index: 1;
}

.sensation {
  margin: 7% 0 0;
  font-style: italic;
  text-decoration: underline;
}

.logo {
  position: relative; bottom: 10px;

}


/* Features */

#features .container-fluid {
  padding: 12% 15% 12%;
  margin: 0 auto;
}

.fa {
  padding: 0 0 3%;
}

.fa-solid {
  color: #FF1616;
}
.fa-solid:hover {
  color: #C80000;
}

#features h3:hover, #features p:hover {
    text-shadow: 3px 3px 20px black;

}

/* User Experience */

.customers-image {
  text-align: center;
  width: 70%;
}
.customers-text {
  font-size: 2rem;
  line-height: 1.5;
  width: 70%;
  margin: auto auto;
}

/* Pricing */
.carousel-indicators {
  position: absolute; bottom: 8.5rem;
  z-index: 1;
}

.arrows {
  position: relative; bottom: 350px;
      filter: invert(100%);
}

.pricing-image {
  text-align: center;
  width: 240px; height: 360px;
  object-fit:cover;
  border: 5px;
  border-style: double;
}
.pricing-texts {
  margin: 16px 0;
}

.pricing-value {
  font-size: 1.5rem;
  font-weight: bolder;
}

.old-price {
  text-decoration: line-through;
}

/* Discount */

#discounts .section-heading {
  padding: 3% 10% 1%;
  text-align: center;
}

.discount-container {
  position: relative;

}

.fade-container {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.discount-image {
  margin: 2rem 0;
  padding: 5px;
  transition: transform .2s;
  border: 3px solid #ddd;
  border-radius: 4px;
  opacity: 1;
  display: block;
  width: 100%;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.fade-container:hover .discount-image {
  opacity: 0.3;
  transform: scale(1.05);
  box-shadow: 0 0 3px 2px #25030DD0;
}

.fade-container:hover .middle {
  opacity: 1;
}
.button-text {
  position: relative;
  bottom: 12rem;

}

.cupoun {
  margin: 0 auto;
  text-align: center;
}

/* Contact */
#contact .section-heading {
  font-size: 4rem;
  font-family: "Cinzel";
  font-weight: 900;
  padding: 4rem 0;
}
.feel-the-power{
  background-image: url("files/contact-bg-2.png");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2% 3%;
}
.wear-it {
  color: #000;
  /* background-image: url("files/contact-bg-1.png"); */
  padding: 2% 3%;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  margin: 0 auto;


}
.wear-border {
    border: 5px ridge #25030D;
    border-radius: 4px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 1rem 0.5rem;
    box-shadow: 0 0 3px 2px #25030DD0;
    background-color: #ddddd;
}
.wear-border:hover {
  transition: transform .5s;
  transform: scale(1.08);
  box-shadow: 0 0 10px 8px #25030DD0;
}

.mailing {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 1rem 0;

}

/* footer */
#footer {
  padding: 2% 3%;
  text-align: center;

}

#footer h3 {
  padding: 0 0 0.5rem;
}

#footer .container-fluid {
  text-align: center;
  margin: 0 auto;
}
.social-icon {
  padding: 1rem;
  color: #fff;
}
.social-icon:hover {
  transition: transform .2s;
  transform: scale(1.18);
  color: #FF1616;
}

.col-lg label {
  line-height: 1.5;
  padding-bottom: 1rem;
}

.copyright {
  color: #ddd;
}

/* Responssiviness */

@media (max-width: 1028px) {
  #title {
    text-align: center;

  }
 .navbar {
    padding: 0 0 3.5rem;
    text-align: center;
  }
  .navbar-brand {
    font-size: 1.5rem;
  }

  .big-heading {
    font-size: 3rem;
    padding: 0 0 2%;
    text-align: center;
  }
  .section-heading {
    font-size: 1.5rem;
  }
  .sensation {
    margin: 10px 0 0;
    font-size: 1.5rem;
    font-style: italic;
    text-decoration: underline;
  }
  .title {
    margin: 0 auto;
    text-align: center;
  }
  .logo {
    margin-top: 5%;
    position: static;
    transform: rotate(0);
    max-width: 80%;
  }
  .customers-text {
    font-size: 1.5rem;
  }
}
