/*
 * Override CSS
 * Author: Joffrey Tornea, Web Developer, ABBE/Bequik
 * 2022-2023
 */

 @font-face {
  font-family: 'Avenir Rounded Bold';
  src: url('https://reception.abbe.com.ph/asset/fonts/AVENIRNEXTROUNDEDSTD-BOLD.TTF');
}

@font-face {
  font-family: 'Avenir Rounded Bold Italic';
  src: url('https://reception.abbe.com.ph/asset/fonts/AVENIRNEXTROUNDEDSTD-BOLDIT.TTF');
}

@font-face {
  font-family: 'Avenir Rounded Demi';
  src: url('https://reception.abbe.com.ph/asset/fonts/AVENIRNEXTROUNDEDSTD-DEMI.TTF');
}

@font-face {
  font-family: 'Avenir Rounded Demi Italic';
  src: url('https://reception.abbe.com.ph/asset/fonts/AVENIRNEXTROUNDEDSTD-DEMIIT.TTF');
}

@font-face {
  font-family: 'Avenir Rounded Italic';
  src: url('https://reception.abbe.com.ph/asset/fonts/AVENIRNEXTROUNDEDSTD-ITALIC.TTF');
}

@font-face {
  font-family: 'Avenir Rounded Medium';
  src: url('https://reception.abbe.com.ph/asset/fonts/AVENIRNEXTROUNDEDSTD-MED.TTF');
}

@font-face {
  font-family: 'Avenir Rounded Medium Italic';
  src: url('https://reception.abbe.com.ph/asset/fonts/AVENIRNEXTROUNDEDSTD-MEDIT.TTF');
}

@font-face {
  font-family: 'Avenir Rounded Regular';
  src: url('https://reception.abbe.com.ph/asset/fonts/AVENIRNEXTROUNDEDSTD-REG.TTF');
}

:root {
	--main-theme-orange: #ffca00;
	--main-theme-dark-bg: #171717;
	--main-theme-light-gray: #eff1f4;
  --main-theme-dark-orange: #cc8033;
}

* {
  box-sizing: border-box;
  font-family: 'Avenir Rounded Regular', serif;
}

html, body {
  overflow-x: hidden;
}

body {
  background: #e3e3e3;
  overflow-y: auto;
}

h1, h2, h3, h4, h5 {
  font-family: 'Avenir Rounded Bold', serif;
}

#loaderModal {
  background: linear-gradient(45deg, rgb(254 186 18 / 50%), rgb(254 186 18 / 90%));
}

#loaderModal img {
  max-width: 250px;
}

#loaderModal .modal-dialog {
  transform: translate(10px, 300px);
}

#loaderModal .modal-content {
  background: transparent;
  border: 0;
}

#loaderModal .spinner-border {
  width: 5rem;
  height: 5rem;
}

#comingSoonModal .modal-body h2 {
  padding: 5rem;
  font-family: 'Avenir Rounded Medium', serif !important;
  font-size: 2.5em;
}

section.hero-section {
  padding: 2rem;
  margin: 2rem;
  border-radius: 10px;
  background-image: linear-gradient(45deg,rgb(159 108 0 / 50%),rgb(255 188 45 / 90%)),url(https://reception.abbe.com.ph/asset/office-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 70vh;
}

section.hero-section h1 {
  font-size: 5em;
  font-weight: bold;
}

.header-logo img.ab_logo {
  width: 220px;
  height: 84px;
}

.header-logo img.bq_logo {
  max-width: 150px;
}

.header-text {
  transform: translate(0px, 100px);
}

.nav-buttons a {
  color: #000;
  text-decoration: none;
  padding: 1rem;
  border: 2px solid #333331;
  border-radius: 50px;
}

.nav-buttons a:hover {
  background: linear-gradient(45deg, #e5994b, #ffc330);
}

.nav-buttons a:last-child {
  float: right;
}

section.home-content h1 {
  font-size: 4em;
}

section.home-content .current__activity {
  display: none;
}

section.home-content #bg-cover {
  background: linear-gradient(to left, rgb(51 51 41 / 90%), rgb(51 51 41 / 90%)), url(https://reception.abbe.com.ph/asset/abbe-bg-img-cover.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.home-content #bg-cover img {
  width: 300px;
}

section.home-content #bg-cover h2 {
  font-size: 5em;
  color: #feba12;
  font-family: 'Avenir Rounded Regular', serif;
}

section.home-content button#reception__checkin {
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  flex-direction: row;
  border-radius: 10px;
  text-transform: uppercase;
  width: 350px;
  margin: 1rem;
  color: #333331;
  border-radius: 50px;
  padding: .5rem 2rem;
  font-weight: bold;
  font-family: 'Avenir Rounded Bold';
}

section.home-content button#reception__checkin:hover {
  background: linear-gradient(45deg, #e5994b, #ffc330);
}

section.home-content button.reception__button i {
  font-size: 2em;
  margin: 1rem;
}

section.home-content a#reception__checkout {
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  flex-direction: row;
  border-radius: 10px;
  text-transform: uppercase;
  width: 350px;
  margin: 1rem;
  color: #333331;
  border-radius: 50px;
  padding: 1rem 2rem;
  font-weight: bold;
  font-family: 'Avenir Rounded Bold';
}

section.home-content a#reception__checkout:hover {
  background: linear-gradient(45deg, #595957, #757474);
}

section.home-content a#reception__checkout i {
  font-size: 2em;
  margin: 1rem;
}

section.checkin-form form p {
  font-size: 0.8em;
}

section.checkin-form form input, section.checkin-form form select {
  border: 2px solid #333331;
}

section.checkin-form form input[type="checkbox"] {
  margin: 1rem;
}

section.checkin-form form button#submit {
  background: transparent !important;
  border: 2px solid #333331 !important;
  padding: 1rem 2rem !important;
  border-radius: 50px !important;
  color: #333331;
  width: 100% !important;
}

section.checkin-form form button#submit:hover {
  background: linear-gradient(45deg, #e5994b, #ffc330) !important;
}

/* section.checkin-form #checkout_screen {
  display: none;
} */

section.checkin-form #checkout_screen img {
  max-width: 40%;
  margin: 1rem;
}

section.checkin-form #checkout_screen p {
  font-size: 1.8em;
}

section.checkin-form #checkout_screen a.btn {
  background: transparent;
  border-radius: 50px;
  border: 2px solid #333331;
  padding: 1rem 2rem;
}

section.checkin-form #checkout_screen a.btn:hover {
  background: linear-gradient(45deg, #e5994b, #ffc330);
}

section.checkout-section .checkout-bg-0 {
  display: none;
}

section.checkout-section .checkout-bg-0 img {
  max-width: 50%;
}

section.checkout-section .checkout-bg-0 p {
  font-weight: bold;
}

section.checkout-section #checkout-wrapper img {
  max-width: 60%;
  margin: 2rem;
}

section.checkout-section #checkout-wrapper p {
  font-size: 1.8em;
}

section.checkout-section #checkout-wrapper a.btn {
  background: transparent;
  padding: 1rem 2rem;
  border-radius: 50px;
  border: 2px solid #333331;
}

section.checkout-section #checkout-wrapper a.btn:hover {
  background: linear-gradient(45deg, #e5994b, #ffc330);
}

section.checkout-section button#logoutButton {
  border-radius: 50px;
  padding: 1rem 2rem;
  background: transparent;
  margin-top: 2rem;
}

section.checkout-section button#logoutButton:hover {
  background: linear-gradient(45deg, #e5994b, #ffc330);
}

section.home-content button#reception_advance_checkin {
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  flex-direction: row;
  border-radius: 10px;
  text-transform: uppercase;
  width: 350px;
  margin: 1rem;
  color: #333331;
  border-radius: 50px;
  padding: 1rem 2rem;
  font-weight: bold;
  font-family: 'Avenir Rounded Bold';
}

section.home-content button#reception_advance_checkin i {
  font-size: 2em;
  margin: 1rem;
}

section.home-content button#reception_advance_checkin:hover {
  background: linear-gradient(45deg, #e5994b, #ffc330);
}

footer {
  position: absolute;
  bottom: 0;
  z-index: 999;
  width: 100%;
  font-family: 'Avenir Rounded Regular', serif;
  color: #333331 !important;
}

footer a {
  color: #feba12;
  text-decoration: none;
  font-family: 'Avenir Rounded Bold', serif;
}

/* Media Queries */

@media screen and (max-width: 992px) {

  footer {
    position: relative;
  }
  
  section.hero-section {
    min-height: 50vh;
  }

  section.hero-section h1 {
    font-size: 3em;
  }

  section.home-content button {
    margin: 1rem;
  }

}

@media screen and (max-width: 600px) {

  section.home-content #bg-cover {
    height: 50vh !important;
  }

  section.home-content #bg-cover h2 {
    font-size: 3em;
  }

  section.checkin-form form .form-consent {
    flex-direction: column !important;
  }

  section.checkin-form .form-consent input[type="checkbox"] {
    height: 20px;
    width: 20px;
  }

  .nav-buttons a {
    font-size: 0.8em;
  }

  .header-logo img.ab_logo {
    width: 120px;
    height: 46px;
  }

  .header-logo img.bq_logo {
    max-width: 90px;
  }

  .header-text {
    transform: translate(0px, 60px);
  }

  #reception_form {
    max-width: 80%;
    margin: 0 auto;
  }

  section.checkout-section #checkout-wrapper p {
    font-size: 1em;
  }

}
