.back-img {
  position: relative;
  bottom: 0;
  z-index: -1;
}

.custom-banner {
  position: relative;
  margin-top: 3rem; /* Adjust as needed due to navbar height*/
  margin-bottom: 4rem;
  overflow: hidden;
  z-index: 0;
  display: flex;
}

.custom-banner img {
  width: 100%;
  height: auto;
}

.position-text {
  position: absolute;
  padding-left: 3rem;
  margin-top: 10rem;
}

.position-text h1 {
  font-size: 3.5rem;
  margin-top: 1rem;
  font-weight: bold;
}
.position-text h3 {
  font-size: 2.5rem;
  margin-top: 1rem;
}

.gradient-text {
  /* background: linear-gradient(90deg, rgb(14, 13, 230), rgb(250, 195, 70)); */
  background: linear-gradient(90deg, #0d6de6, #ffeb3b);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* animation: shine 10s linear infinite; */
  background-size: 300% auto;
  animation: shine 10s linear infinite reverse;
}

@keyframes shine {
  to {
    background-position: 300% center;
  }
}

section {
  font-family: "ebrima", sans-serif;
  /* Add padding to the section */
}
.round-img {
  border-radius: 0.5em;
}


.qr-code {
  margin-top: 5rem;
}

.qr-code-img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.qr-code h1 {
  font-family: ebrima, sans-serif;
  font-size: 2rem;
  text-align: start;
  margin-top: 3rem;

}

.qr-code h3 {
  font-family: ebrima, sans-serif;
  font-size: 1.5rem;
  margin-top: 0rem;
  text-align: start;
}

.qr-code h4 {
  font-family: ebrima, sans-serif;
  font-size: 1.5rem;
  margin-top: 0rem;
  text-align: start;
}

.qr-divider {
  margin: 2rem 0;
  /* 2rem Space out the QR code section, 0 from left */
  color: black;
  border: 2px solid black;
  /* Add a border to the divider */
  width: 100%;
  /* Full width */
}

svg {
  margin-right: 0.5rem;
  vertical-align: middle;
}

.svg-icon {
  margin-right: 0.1rem;
  vertical-align: -0.6rem;
}

.divider {
  margin: 3rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* GOOGLE MAPS SIZE */
.location {
  height: auto;
  display: block;
  margin-top: 1rem;
  margin: auto;
  padding: 0.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;

  }

@media (max-width: 576px){

  .custom-banner {
    margin-top: 3.4rem;
    margin-bottom: 1rem;
    
  }
  .position-text {
    position: absolute;
    padding-left: 1rem;
    margin-top: 0.8rem;
  }
  .position-text h1 {
    font-size: 1rem;
    margin-top: 0rem;
    font-weight: bold;
  }
  .position-text h3 {
    font-size: .8rem;
    margin-top: 1rem;
  }

}
@media (min-width: 577px) and (max-width: 768px) {
  .custom-banner {
    margin-top: 3.4rem;
    margin-bottom: 1rem;
  }
  .position-text {
    position: absolute;
    padding-left: 1.5rem;
    margin-top: 2rem;
  }
  .position-text h1 {
    font-size: 1.5rem;
    margin-top: 0rem;
    font-weight: bold;
  }
  .position-text h3 {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .custom-banner {
    margin-top: 3.4rem;
    margin-bottom: 1rem;
  }
  .position-text {
    position: absolute;
    padding-left: 2rem;
    margin-top: 2rem;
  }
  .position-text h1 {
    font-size: 2rem;
    margin-top: 0rem;
    font-weight: bold;
  }
  .position-text h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (min-width: 993px) and (max-width: 1400px) {
  .custom-banner {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
  .position-text {
    position: absolute;
    padding-left: 3.5rem;
    margin-top: 3.5rem;
  }
  .position-text h1 {
    font-size: 2.5rem;
    margin-top: 0rem;
    font-weight: bold;
  }
  .position-text h3 {
    font-size: 2rem;
    margin-top: 2rem;
  }
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .custom-banner {
    margin-top: 4.2rem;
    margin-bottom: 2rem;
  }
  .position-text {
    padding-left: 3.5rem;
    margin-top: 7rem;
  }
  .position-text h1 {
    font-size: 2.5rem;
    margin-top: 0rem;
  }
  .position-text h3 {
    font-size: 2rem;
    margin-top: 3rem;
  }
}
@media (min-width: 1601px){
  .custom-banner {
    margin-top: 5rem;
    margin-bottom: 1rem;
  }
}