/* WHOLE PAGE STYLES */

body {
  font-family: "Poppins", sans-serif !important;
  max-width: 100% !important;
}

a {
  color: inherit !important;
  text-decoration: none !important;
}

* {
  box-sizing: border-box !important;
}

h4 {
  transition: color 0.3s ease-in;
}

/* UTILITIES */
.box-shadow {
  box-shadow: 0 2px 8px 5px rgba(0, 0, 0, 0.1);
}

.active {
  color: #e1323e !important;
}

.rounded-custom-bottom {
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
}

.rounded-custom-top {
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
}

.rounded-custom-top-bottom {
  border-radius: 150px;
}

.min-height-60vh {
  min-height: 60vh;
}

.navbar-scrolled {
  background-color: #0171f9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 2px 8px 5px rgba(0, 0, 0, 0.1);
}
.category-btn {
  transition: color 0.3s ease-in;
}

.category-btn:hover {
  color: #e1323e !important;
}

.card-subtitle {
  font-size: 12px !important;
}

h4 {
  font-size: 15px !important;
}

.icon-container {
  height: 40px !important;
  width: 40px !important;
  transition: background-color 0.3s ease-in;
}

.card:hover .icon-container {
  background-color: #0171f9 !important;
}

/* COLORS */
.red-bg {
  background-color: #ee626b;
}

.red-text {
  color: #ee626b;
}

/* NAVBAR */
.signin {
  border-radius: 20px;
  transition: background-color 0.3s ease-in;
}

.signin:hover {
  background-color: #e1323e;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar {
  transition: all 0.5s;
}

/* MAIN-BANNER */
.main-banner {
  min-height: 130vh;
  background-image: url("./images/banner-bg.jpg");
  background-position: center;
  background-size: cover;
}

.main-banner .row {
  min-height: 130vh;
  padding-block: 120px;
}

.btn {
  transition: background-color 0.3s ease-in;
}

.btn:hover {
  background-color: #0171f9 !important;
}

.price-tag {
  top: 15px;
  right: 15px;
}

.discount-tag {
  width: 100px;
  height: 100px;
  bottom: 10px;
  left: 10px;
}

/* FEATURES */
.features .icon-container {
  width: 90px !important;
  height: 90px !important;
  transition: background-color 0.3s ease-in;
}

.features {
  margin-top: -80px;
  z-index: 1 !important;
}

.features .card {
  cursor: pointer;
}

.features .card:hover .icon-container {
  background-color: #ee626b !important;
}

/* TRENDING SECTION */
.trending-section .card:hover h3 {
  color: #0171f9 !important;
}

/* MOST PLAYED */
.most-played .btn {
  margin-bottom: -50px;
}

.most-played .card:hover .btn {
  background-color: #0171f9 !important;
}

.most-played .card:hover h4 {
  color: #0171f9 !important;
}

/* CTA SECTION */

/* FOOTER */
footer {
  background-image: url("./images/footer-bg.jpg");
  font-size: 14px !important;
}

/* BANNER */
.banner {
  min-height: 60vh;
  background-image: url("./images/page-heading-bg.jpg");
  background-position: center;
  background-size: cover;
}

.banner .row {
  padding-block: 100px;
}

/* -------------PRODUCT PAGE --------------- */
.product-section .separator {
  height: 1px;
  background-color: rgb(236, 236, 236);
}

.review-section button.active {
  border: none !important;
  background-color: transparent !important;
  color: #0171f9 !important;
}

/* -------------CONTACT PAGE --------------- */
.contact-section input:focus,
.contact-section textarea:focus {
  border: none !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8) !important;
}

.contact-section textarea {
  height: 20vh !important;
}

/* -------------SHOP PAGE --------------- */
.shop-section button.is-active {
  background-color: #ee626b !important;
  color: #fff !important;
}

/* MEDIA QUERIES */
@media screen and (min-width: 992px) {
  /* home page - HEADER */
  .discount-tag {
    bottom: -5% !important;
    left: -5% !important;
  }

  .w-lg-75-custom {
    width: 75% !important;
  }

  .navbar-collapse {
    background-color: transparent !important;
  }

  .nav-link {
    color: white !important;
    border-radius: 20px !important;
    transition: background-color 0.3s ease-in;
  }

  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .active {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
  }

  /* cta section */
  .cta-section::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("./images/cta-bg.jpg");
    max-width: 550px;
    max-height: 510px;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .cta-section form button {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    width: auto !important;
  }

  .cta-section {
    margin-top: 148px !important;
  }
}

@media screen and (min-width: 1200px) {
  /* PRODUCT PAGE */
  .product-section .input-group {
    width: 50% !important;
  }
}
