@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800;900&display=swap&family=Roboto+Condensed');

/* Bootstrap Overrides */

:root {
  /* --primary: #4380C0; */
  /* --secondary: #F9EE56;  */
  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'Roboto Condensed', sans-serif;
}

html, body {
  font-family: var(--font-primary);
}

.form-control {
  border-style: none;
  border-radius: 0;
}

label {
  font-family: var(--font-secondary);
  font-weight: 600;
  font-size: 12pt;
  transition: all 0.5s ease-in-out;
}

input, select, textarea {
  font-family: var(--font-secondary);
  font-size: 12pt;
}

.form-control:focus {
  box-shadow: unset;
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-primary);
  font-weight: 900;
  color: black;
}

a {
  color: var(--secondary-color) !important;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.modal-dialog a {
  color: var(--primary-color) !important;
}

h2 {
  font-size: 32pt;
}

h3 {
  font-weight: 600;
}

.custom-control-label:before{
  background-color:white;
  border: 1px solid black;
  border-radius: 0px !important;
  width: 2rem;
  height: 2rem;
}

.custom-control-label::after {
  border: 1px solid black;
  border-radius: 0px !important;
  width: 2rem;
  height: 2rem;
}

.store-desktop {
  /*position: absolute;*/
  left: 0;
  /*bottom: -25px;*/
  padding: 1rem 0.5rem;
  background-color: white;
  /*border-radius: 20px;*/
  /*max-height: 200px;*/
  box-shadow: 2px 2px rgba(23, 23, 23, 0.5);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color: var(--primary-color);
}

.form-up {
	background-color: var(--background-color) !important;
	margin-top: -30vh;
	z-index:1;
}

.navbar-brand img {
  height: 60px;
}

/* Custom CSS */

.text-black {
  color: black;
}

.navbar {
  background-color: black !important;
}

.navbar-collapse {
  background-color: transparent;
  z-index: 999;
}

.nav-link {
  text-decoration: none;
  color: white !important;
  transition: color 0.5s ease-in-out;
}

.nav-item.active .nav-link {
  text-decoration: none;
  color: white !important;
}

.nav-link:hover {
  text-decoration: none;
  /* color: var(--secondary-color) !important; */
}

.language-code {
  /* border: 1px solid var(--secondary-color);
  color: var(--secondary-color); */
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid white;
  color: white !important;
  padding: 0.5rem;
  background-color: transparent;
  font-size: 14pt;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.language-code:hover {
  background-color: white;
  /* background-color: var(--secondary-color); */
  color: black !important;
}

.language-code.selected {
  background-color: var(--secondary-color);
  color: black;
}

.hamburger {
  z-index: 9999;
  margin-right: 1rem;
  margin-top: 1rem;
  transition: all 0.5s ease-in-out;
}

.hamburger-inner {
  width: 45px;
  height: 6px;
  border-radius: 2px;
  margin-top: -10px;
}

.hamburger-inner:before, .hamburger-inner:after {
  left: 5px;
  width: 40px;
  height: 6px;
  border-radius: 2px;
}

.hamburger-inner:before {
  top: -12px;
}

.hamburger-inner:after {
  bottom: -12px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #fff;
}

.hamburger-inner.dark, .hamburger-inner.dark:after, .hamburger-inner.dark:before {
  background-color: #fff;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
  left: 0;
  width: 40px;
}

.divider {
  height: 10px;
  width: 100%;
  background-color: var(--secondary-color);
  z-index: 999;
}

.form-set {
  background-color: white;
  border: 1px solid black !important;
  transition: all 0.5s ease-in-out;
  height: 80px;
}

.form-set:focus-within label{
  font-size: .9rem;
}

.form-divide {
  height: 1px; 
  width: 100%;
  border-bottom: 1px solid white;
  opacity: 0.9;
}

.form-submit-group {
  background-color: var(--primary-color);
  min-width: 280px;
  position: relative;
}

.form-submit {
  font-family: var(--font-primary);
  color: white; 
  font-weight: 900 !important; 
  font-size: 22pt !important; 
  background-color: transparent !important;
  border-style: solid;
  border: none !important;
  position: relative !important;
  z-index: 2;
  transition: color 0.5s ease-in-out;
}

.submit-bar {
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--secondary-color);
  z-index: 1;
  transition: height 0.5s ease-in-out;
}

.form-submit:focus {
  background-color: unset;
  border-color: unset;
  outline: unset;
  box-shadow: unset;
}

.form-submit-group:hover .submit-bar {
  height: 100%;
}

.form-submit-group:hover .form-submit {
  color: black;
}

.checkcontainer .error {
  position: relative;
  margin-left: 35px;
  text-align: left;
  top: 10px;
}

.image-divider {
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  height: 500px;
}

.hero {
  top: 0; 
  left: 0; 
  height: 90vh; 
  background-size: cover; background-position: center;
}

.hero-content h1 {
  width: 50vw; 
  top: 50%; 
  right: 0; 
  transform: translateY(-50%); 
  font-size: 4.5rem;
  line-height: 4.25rem; 
  font-weight: 900; 
  background-color: rgba(255, 255, 255, 0.4); 
  color: black;
}

.hero-bottom-container {
  bottom: 0; 
  left: 0; 
  background-color: rgba(255, 255, 255, 0.8);
}

.hero-bottom img {
  max-height: 80px;
  max-width: 150px;
}

.scroll-down {
  background-color: black;
}

.scroll-content h4 {
  font-weight: 900;
}

.offers-container {
  background-size: cover; 
  background-position: right;
}

.offers {
  height: 100%;
  margin-top: 10px; 
  margin-bottom: 10px; 
  /*
  border-top: 2px solid black; 
  border-bottom: 2px solid black; 
  background-color: rgba(0,0,0,0.2);
  */
}

.offers h1 {
  font-size: 4.5rem; 
  font-weight: 900; 
  color: black;
}

.offers h4 {
  font-weight: 900; 
  color: black;
}

.promos-container {
  background-color: black; 
  border-top: 4px solid #E2CE5A;
}

.redeem-btn {
  height: 80px; 
  vertical-align: center; 
  box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}

.redeem-btn a {
  display: inline-block; 
  text-decoration: none;
  padding: 0.5rem;
}

.inner-border {
  height: 100%; 
  /* margin: 10px;  */
  display: flex;
  transition: all 0.2s ease-in-out; 
}

.redeem-btn:hover .inner-border {
  border: 2px solid white !important;
  background-color: white;
  color: black;
}

.ourbrands-container {
  border-bottom: 4px solid #E2CE5A; 
  background-image: url('/bank/content/images/WoodBackground.jpg'); 
  background-size: cover; 
  background-position: bottom center;
}

.ourbrands {
  background-color: rgba(0,0,0,0.6);
}

a.card {
  text-decoration: none;
}

a.card:after {
  content: '';
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color:rgba(28, 28, 28, 0);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

a.card:hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color:rgba(28, 28, 28, 0.8);
  opacity: 0.3;
}

.map-content {
  position: absolute;
  top: 0;
  right: calc(0px + 25%);
  z-index: 5;
  pointer-events: none;
  max-width: 350px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 1rem;
  pointer-events: none;
}

.province-img {
  max-height: 400px;
}

.dropdown-item {
  color: black !important;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
  .hero-content h1 {
    width: 60vw; 
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .hero-bottom img {
    max-height: 70px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
	
	.form-up {
	margin-top: 0;
	}

  .navbar-brand img {
    height: 75px;
  }

  .navbar-collapse {
    /* background-color: var(--secondary-color); */
  }

  .nav-item {
    color: black;
  }

  .nav-item.active .nav-link, .nav-link:hover {
    text-decoration: none;
    text-align: center;
    /* color: var(--primary-color) !important; */
  }
  
  .language-code {
    /* border: 1px solid var(--secondary-color);
    color: var(--secondary-color); */
    border: 1px solid white;
    color: black;
    background-color: transparent;
    font-size: 14pt;
    transition: all 0.5s ease-in-out;
  }
  
  .language-code:hover {
    /* background-color: var(--secondary-color); */
    background-color: white;
    color: black !important;
  }
  
  .language-code.selected {
    background-color: var(--secondary-color);
    color: black;
  }

  .snack-deliveries {
    margin-top: -12em;
  }

  .image-divider {
    background-size: unset;
  }

  .hero {
    height: 77vh;
  }

  .hero-content h1 {
    font-size: 4rem;
    line-height: 3.75rem;
  }

  .hero-bottom img {
    max-height: 50px;
  }

  .offers h1 {
    font-size: 4rem;
  }

  .map-content {
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    pointer-events: none;
    max-width: unset;
    width: 100%;
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .store-mobile {
    position: absolute;
    left: 50%;
    top: -35px;
    padding: 0.5rem;
    background-color: white;
    border-radius: 20px;
    max-height: 150px;
    box-shadow: 2px 2px rgba(23, 23, 23, 0.5);
    transform: translate(-50%, -50%);
  }

  .province-img {
    max-height: 250px;
  }
}

.contact-btn {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  text-decoration: none;
  font-size: 16pt;
  font-weight: 900;
  transition: all 0.5s ease-in-out;
}

.contact-btn:hover {
  background-color: white;
  color: black;
  border: 1px solid white;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .hero-content h1 {
    width: 95vw; 
    font-size: 2.25rem;
    line-height: 2.0rem;
  }

  .offers h1 {
    font-size: 3.5rem;
  }
}
