/* Generic for all sites */

:root {
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05));    
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0;
    --bs-navbar-brand-padding-y: 20px;
    background-color: #fff;
}

.navbar-nav {
    --bs-nav-link-padding-y: 0.575rem;
}

.btn-light {
    background-color: #e4e4e4;
}

.mt8em {
    margin-top: 5.4rem; /* TODO: Make it reactive */
}

.logo-dark, .logo-light {
    max-width: 14rem;
}

@media (min-width: 576px) {
    .logo-dark, .logo-light {
        max-width: 20rem;
    }
}

.navbar-toggler .toggler-icon {
    color: #000 !important;
}

.swiper-slide {
    height: auto;
}

.textonleftimageonright-section, 
#features-section{
    background-color: #f0f0f0 !important;
}

.footer {
    background-color: #000 !important;
}

.footer p {
    color: #fff;
}

.footer .footer-title-01 {
    margin-bottom: 15px;
}

.nav .icon-sm {
    background-color: initial !important;
}

.icon-sm {
    background-color: #FF9E05 !important;
    margin-top: 3em;
}

.swiper-pagination-bullet {
    background-color: #0066ff !important;
}

#call-to-action {
    /* background-image: url(/media/ih1mtrm0/bg-banner-1.jpeg) !important; */
    background-image: url(/media/anqmkz2q/mps-login.jpeg) !important;
    background-blend-mode: initial;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.heading-section {
    /* background-image: url(/media/ih1mtrm0/bg-banner-1.jpeg) !important; */
    background-image: url(/media/anqmkz2q/mps-login.jpeg) !important;
    background-blend-mode: initial;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.h-40 {
    height: 40vh !important;
}
.icon-text-button {
    position: fixed;
    top: 70%;
    left: 26%;
}

.bg-black {
        --bs-bg-opacity: 0.8;
}

.swiper-pagination-bullet {
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.5);
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-inactive-opacity,1) !important;
}

.card-body{
    height: 100%;
}

.heading-section h1, .heading-section p {
    color: white;
}

/* Reseller Site */

#reseller-body {
    --bs-primary-rgb: 134, 11, 124;
    --bs-link-color-rgb: 2,2,2;
    --bs-link-hover-color-rgb: 134, 11, 124;
}

#reseller-body .btn-primary {
    background-color: #860b7c !important;
    border-color: #860b7c !important;
}

#reseller-body #header-carousel .container .svg_img,
#reseller-body .section .svg_img{
    color: #860b7c !important;
}

#reseller-body #header-carousel, 
#reseller-body .bg-header-background-colour {
    background-color: #222 !important;
}

#reseller-body .btn-instagram {
    --bs-btn-bg: #860b7c;
    --bs-btn-border-color: #860b7c; 
    --bs-btn-hover-bg: #860b7c;
    --bs-btn-hover-border-color: #860b7c;
}

/* Fulfiller Site */

#fulfiller-body {
    --bs-primary-rgb: 255, 153, 0;
    --bs-link-color-rgb: 2,2,2;
    --bs-link-hover-color-rgb: 255, 153, 0;
}

#fulfiller-body .btn-primary {
    background-color: #FF9900 !important;
    border-color: #FF9900 !important;
}

#fulfiller-body #header-carousel {
    background-color: #FF9900 !important;
}

#fulfiller-body #header-carousel .container .svg_img,
#fulfiller-body .section .svg_img{
    color: #FF9900 !important;
}

#fulfiller-body #header-carousel, 
#fulfiller-body .bg-header-background-colour {
    background-color: #222 !important;
}

#fulfiller-body .btn-instagram {
    --bs-btn-bg: #FF9900;
    --bs-btn-border-color: #FF9900; 
    --bs-btn-hover-bg: #FF9900;
    --bs-btn-hover-border-color: #FF9900;
}

/* Partner Site */

#partner-body {
    --bs-primary-rgb: 114, 191, 68;
    --bs-link-color-rgb: 2,2,2;
    --bs-link-hover-color-rgb: 114, 191, 68;
}

#partner-body .btn-primary {
    background-color: #72bf44 !important;
    border-color: #72bf44 !important;
}

#partner-body #header-carousel {
    background-color: #72bf44 !important;
}

#partner-body #header-carousel .container .svg_img,
#partner-body .section .svg_img {
    color: #72bf44 !important;
}

#partner-body #header-carousel, 
#partner-body .bg-header-background-colour {
    background-color: #222 !important;
}

#partner-body .btn-instagram {
    --bs-btn-bg: #72bf44;
    --bs-btn-border-color: #72bf44; 
    --bs-btn-hover-bg: #72bf44;
    --bs-btn-hover-border-color: #72bf44;
}

/* Lightbox */

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  z-index: 99999;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.modal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.modal .mySlides {
  display: none;
  text-align: center;
  padding: 0 30px;
}

.modal .mySlides img {
  width: auto !important;
  max-height: 70vh;
}

.modal .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.modal .prev,
.modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 1);
}

/* Position the "next button" to the right */
.modal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.modal .prev:hover,
.modal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}

@media (min-width: 576px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}