* {
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  scroll-behavior: smooth; }

* {
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  scroll-behavior: smooth; }

#app {
  width: 100%;
  min-height: 100%;
  position: absolute;
  transition: all 0.5s ease;
  top: 0; }

#app.hidden {
  opacity: 0;
  transform: translateY(-20px); }

/* ==========BASIC STYLLING============= */
* {
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth; }

h1, h2, h3, h4, h5 h6 {
  margin-top: 0;
  margin-bottom: 0.5em; }

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #56595a; }

/* ===HERO STYLING=== */
.home {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
  height: 100%;
  width: 100%;
  z-index: 5;
  padding: 0; }

.landing-hero {
  object-fit: contain;
  height: 85vh;
  width: auto;
  padding-top: 2em; }

.home-text {
  align-self: center; }
  .home-text h2 {
    margin: 0;
    margin-bottom: 0.3em; }
  .home-text p {
    margin: 0; }

.aboutUs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 15% 0; }
  .aboutUs h2 {
    color: #1f1f1f;
    text-align: left;
    margin: 0; }
  .aboutUs p {
    color: #1f1f1f;
    line-height: 1.8; }

.info {
  align-self: center; }

.aboutImg {
  height: 50vh;
  width: auto;
  align-self: center;
  padding: 0; }

.Page-QuickLinks {
  margin: 7.5% 0; }
  .Page-QuickLinks h2 {
    color: white;
    margin: 0;
    text-align: center;
    margin-bottom: 5%; }

.links {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  gap: 80px; }
  .links .icon {
    height: 10vh;
    width: 10vh;
    margin-bottom: 10%; }
  .links .quick--link {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    transform: scale(1);
    padding: 0 20px;
    transition: all 0.3s ease; }
    .links .quick--link:hover {
      transition: all 0.3s ease;
      transform: scale(1.05) !important;
      cursor: pointer; }
    .links .quick--link h5 {
      color: #1b1d1f;
      text-align: center;
      margin: 0; }
    .links .quick--link h6 {
      font-weight: 200;
      text-align: center; }

.login-home {
  background-image: url(../images/home-services.png);
  background-size: cover; }

.login-position {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%; }

.login-bar {
  background: white;
  padding: 2%;
  width: auto;
  filter: drop-shadow(40px 40px 60px rgba(0, 0, 0, 0.5));
  height: auto; }
  .login-bar h4 {
    color: #1f1f1f;
    margin: 0 0 0.3em 0; }

.login {
  background-color: #b82026;
  color: white; }
  .login:hover {
    transition: transform .5s ease;
    background-color: #1f1f1f; }

.loginRow {
  display: flex;
  flex-direction: row; }
  .loginRow p {
    color: #1f1f1f;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin: 0 0 0 1em;
    align-self: center; }
  .loginRow a {
    color: #1f1f1f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600; }
  .loginRow .field {
    margin-bottom: 0em; }

@media screen and (max-width: 1025px) {
  .aboutUs {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    margin: 10%; }
    .aboutUs h2 {
      color: #1f1f1f;
      text-align: left;
      margin: 0; }
    .aboutUs p {
      color: #1f1f1f;
      line-height: 1.5; }
  .aboutImg {
    height: 40vh;
    width: 40vh;
    place-self: center;
    grid-row: 2;
    grid-column: 1; }
  .Page-QuickLinks {
    padding: 10% 5%;
    background-color: #1b1d1f; }
  .icon {
    height: 20vh;
    width: 20vh;
    margin: 5% 0; }
  .link1 {
    align-self: center;
    justify-self: center;
    display: grid;
    grid-column: 1;
    grid-row: 1; }
  .link2 {
    align-self: center;
    justify-self: center;
    display: grid;
    grid-column: 1;
    grid-row: 2; }
  .link3 {
    align-self: center;
    justify-self: center;
    display: grid;
    grid-column: 1;
    grid-row: 3; } }

@media screen and (max-width: 768px) {
  .home-text {
    padding: 5%;
    width: 90vw; } }

* {
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  scroll-behavior: smooth; }

/* ==========NOTIFICATION STYLING ============= */
#notifications {
  position: fixed;
  top: 100px;
  right: 30px;
  width: 300px; }

.notification-entry {
  font-family: "Poppins", sans-serif;
  padding: 1em;
  text-align: center;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  position: relative; }

.none {
  display: none; }

.mobile-template {
  display: none; }

@media only screen and (max-width: 1024px) {
  .page-content {
    display: none; }
  .mobile-template {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 100vh;
    width: 100%;
    padding: 6em; }
    .mobile-template .mobile-icon {
      height: 20vh;
      width: 20vh; }
    .mobile-template h2 {
      text-align: center;
      margin: 0 0 0.2em 0; }
    .mobile-template p {
      text-align: center;
      margin: 0 0 1em 0; } }

.width-100 {
  width: 100%; }

.template--404 {
  height: 60vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.cover {
  height: 50vh;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  align-items: center; }
  .cover .overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
    .cover .overlay .hero-text {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }

.hero-image {
  width: 100%;
  height: 100vh; }

.fixed-content {
  position: absolute;
  top: 0;
  width: 100%; }

.rental-image {
  background-image: url(../images/hero-image.jpg);
  background-size: cover; }

.contact-image {
  background-image: url(../images/hero-image-createAccount.jpg);
  background-size: cover; }

.login-image {
  background-image: url(../images/hero-image-login.jpg);
  background-size: cover;
  display: grid;
  justify-content: center;
  align-content: center; }
  .login-image h2 {
    color: white;
    text-align: center; }

.save-image {
  background-image: url(../images/hero-image.jpg);
  background-size: cover; }

.cover-center {
  height: 60vh;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  justify-content: center; }

.contact-image {
  background-image: url(../images/hero-image-contact.jpg);
  background-size: cover; }

.hero-text h2 {
  margin: 0;
  color: white;
  font-weight: 500;
  text-align: center; }

.hero-text p {
  margin: 0;
  color: white; }

.hero-text-center {
  margin-left: 0; }
  .hero-text-center h2 {
    margin: 0;
    color: white;
    font-weight: 400; }

#map {
  height: 100%;
  width: 100%; }

.contact--details {
  margin: 2.5% 5%; }
  .contact--details p {
    text-align: center; }

.page-content-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin: -10% 0 10% 0;
  background-color: #fff;
  position: relative; }
  .page-content-contact h4 {
    color: #b82026; }
  .page-content-contact .clm-1 {
    padding: 4em; }
  .page-content-contact .clm-2 {
    padding: 4em; }

.contact-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2em;
  margin-top: 2.5em; }
  .contact-row .contact-icon {
    width: 35px;
    height: 35px; }
  .contact-row p {
    margin: 0; }

.createAccount-Page h4 {
  text-align: center; }

#form-create-account {
  width: 100%; }

.createAccount-Column {
  display: grid;
  grid-template-columns: 47.5% 5% 47.5%; }

#Dropdown {
  font-size: 1em;
  padding: 0.8em;
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 1em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff; }

#Dropdown:focus {
  border-color: #b82026;
  outline: none;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.07); }

.firstName {
  grid-column: 1; }

.lastName {
  grid-column: 3; }

.mobile {
  grid-column: 1; }

.dob {
  grid-column: 3; }

.row_six {
  display: flex;
  flex-direction: row; }
  .row_six p {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0 1em;
    align-self: center; }
  .row_six a {
    color: #1b1d1f;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px; }

.content-login {
  background-color: #fff;
  height: auto;
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.15); }
  .content-login .form-padding {
    padding: 2em; }

.center-account {
  display: grid;
  justify-content: center;
  align-content: center; }
  .center-account .content-createAccount {
    background-color: #fff;
    height: auto;
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.15); }
    .center-account .content-createAccount .form-padding {
      padding: 2em; }

.login-image h4 {
  text-align: center; }

.row-three {
  display: flex;
  flex-direction: row; }
  .row-three p {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0 1em;
    align-self: center; }
  .row-three a {
    color: #56595a;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px; }

.your-profile {
  background-color: #1f1f1f; }
  .your-profile h2 {
    color: white;
    margin: 2% 5%; }

.myPic {
  width: 15vh;
  height: 15vh; }

.myProfile {
  display: grid;
  grid-template-columns: 25% 1fr;
  column-gap: 40px;
  background: #fff;
  transform: scale(1);
  transition: all 0.3s ease;
  margin-top: -10%;
  margin-bottom: 20%;
  padding: 3em; }

.user {
  display: grid;
  grid-template-rows: auto auto auto;
  row-gap: 10px;
  justify-items: center;
  align-items: center; }
  .user h3 {
    color: #b82026; }
  .user h5 {
    margin: 0; }

.userProfile {
  display: grid;
  grid-template-rows: auto auto; }

.userProfileContent {
  display: grid;
  grid-template-rows: auto auto auto auto;
  align-items: center; }
  .userProfileContent h4 {
    margin: 0; }
  .userProfileContent p {
    margin: 0; }

.user_row_two {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 20px; }

.user_row_three {
  display: grid;
  grid-template-columns: 1fr 1fr; }

@media screen and (max-width: 1025px) {
  .hero-image {
    max-width: 100%;
    height: 80vh; } }

* {
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  scroll-behavior: smooth; }

.filter-grid {
  padding: 4em 4em 0 4em; }
  .filter-grid h4 {
    color: #b82026; }

#rentals-list {
  padding: 4em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px; }

.background-grey {
  background-color: #f8f8f8; }

.page-content-main {
  margin: -10% 0 10% 0;
  background-color: #fff;
  position: relative; }

.rental-entry {
  width: 100%;
  display: grid;
  background: #fff;
  transition: transform 0.3s ease-in-out, box-shadow 0.5s ease-in-out;
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.05);
  will-change: transform, box-shadow; }
  .rental-entry .content {
    flex-grow: 1; }
  .rental-entry .rental-cover {
    max-width: 100%;
    /*Full Width*/
    height: auto; }
  .rental-entry h5 {
    margin: 0; }
  .rental-entry:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    cursor: pointer; }
    .rental-entry:hover .view-rental-modal-btn {
      border: 2.5px solid #b82026;
      background-color: #ffffff;
      color: #b82026;
      transition: ease-in 0.3s; }
    .rental-entry:hover h5 {
      color: #1b1d1f; }
    .rental-entry:hover .float-right {
      transform: translateX(6px);
      transition: ease-in 0.3s; }

#rentals-list-filters {
  display: grid;
  grid-template-columns: auto auto auto auto auto 1fr;
  column-gap: 50px; }

.row_one {
  padding: 2.5% 5%;
  display: grid;
  align-items: center;
  min-height: 100px; }

.row_two {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 2.5% 5%; }

.column {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 100%;
  align-items: center; }

.row_three {
  display: grid;
  grid-template-columns: auto;
  padding: 2.5% 5%; }

.loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: red;
  animation: pulse 1s infinite;
  border-radius: 50%;
  margin: 20px auto; }

@keyframes pulse {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/* ==========RENTAL MODAL STYLING ============= */
.modal {
  position: relative;
  z-index: 200; }
  .modal::-webkit-scrollbar {
    display: none; }

.content-modal {
  padding: 0 4em; }

.landing-modal {
  display: grid;
  grid-template-rows: 70vh auto auto;
  align-items: center;
  height: 100vh;
  width: 100%;
  padding-top: 5%; }

.rental-icon {
  height: 40px;
  width: 40px; }

.rental-icon-modal {
  height: 60px;
  width: 60px; }

.rental-cover-modal {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px; }

.modal-content {
  margin: 0;
  padding: 0; }

.modal {
  position: fixed;
  width: 100%;
  overflow-y: auto;
  background: #fff;
  height: 100%; }
  .modal ::-webkit-scrollbar {
    display: none; }

.modal-row-1 {
  display: flex;
  justify-content: space-between; }

.modal-row-2 {
  display: grid;
  grid-template-columns: 15% 15% 15% 55%; }

.modal-row-3 {
  display: grid;
  grid-template-columns: 60% 40%;
  column-gap: 50px; }
  .modal-row-3 .column-one {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto 1fr; }
  .modal-row-3 .column-two p {
    line-height: 2;
    padding: 0 0 0.4em 0; }

.modal-column-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-right: 1.5em; }
  .modal-column-1 h3 {
    margin-left: 1em; }

.modal-column-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-right: 1.5em; }
  .modal-column-2 h3 {
    margin-left: 1em; }

.modal-column-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-right: 1.5em; }
  .modal-column-3 h3 {
    margin-left: 1em; }

.modal-column-4 {
  display: grid;
  align-items: center;
  padding: 2%;
  margin-right: 1.5em; }

.map-modal {
  margin-top: 5%;
  width: 100%;
  height: 500px; }

* {
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  scroll-behavior: smooth; }

h1 {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  font-size: 8vh; }
  @media only screen and (max-width: 1024px) {
    h1 {
      font-size: 7vh; } }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 6.5vh; } }

h2 {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 700;
  color: #404040;
  font-size: 7.5vh; }
  @media only screen and (max-width: 1024px) {
    h2 {
      font-size: 6.5vh; } }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 6vh; } }

h3 {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 300;
  font-size: 3vh;
  margin: 0; }
  @media only screen and (max-width: 1024px) {
    h3 {
      font-size: 2.5vh; } }
  @media only screen and (max-width: 768px) {
    h3 {
      font-size: 2vh; } }

h4 {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  font-size: 4vh; }
  @media only screen and (max-width: 1024px) {
    h4 {
      font-size: 3.5vh; } }
  @media only screen and (max-width: 768px) {
    h4 {
      font-size: 3vh; } }

h5 {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 300;
  font-size: 2.6vh; }
  @media only screen and (max-width: 1600px) {
    h5 {
      font-size: 3vh; } }
  @media only screen and (max-width: 768px) {
    h5 {
      font-size: 2vh; } }

h6 {
  font-family: "Poppins", sans-serif;
  line-height: 2;
  font-weight: 100;
  font-size: 1.8vh; }
  @media only screen and (max-width: 1600px) {
    h6 {
      font-size: 2.2vh; } }
  @media only screen and (max-width: 768px) {
    h6 {
      font-size: 1.2vh; } }

a {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 200;
  text-decoration: none;
  font-size: 20px; }
  @media only screen and (max-width: 1600px) {
    a {
      font-size: 15px; } }
  @media only screen and (max-width: 1024px) {
    a {
      font-size: 20px; } }
  a:hover {
    color: #b82026; }

.login-style {
  font-size: 2.5vh; }
  @media only screen and (max-width: 1600px) {
    .login-style {
      font-size: 3vh; } }
  @media only screen and (max-width: 1024px) {
    .login-style {
      font-size: 3.5vh; } }

p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 2.5vh; }
  @media only screen and (max-width: 1600px) {
    p {
      font-size: 2.8vh; } }
  @media only screen and (max-width: 1024px) {
    p {
      font-size: 2vh; } }

strong {
  font-weight: 400; }

* {
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  scroll-behavior: smooth; }

/* ==========FORM STYLING============= */
.field {
  margin-bottom: 1em; }

.inline-form {
  width: 100%;
  min-width: 380px; }

.input {
  font-size: 1.2em;
  padding: 0.8em;
  border: 1px solid #ddd;
  width: 100%; }

.input:focus {
  border-color: #b82026;
  outline: none;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.07); }

fieldset p {
  margin: 0; }

.input {
  font-size: 1em;
  border: 1px solid #ddd;
  width: 100%; }

.input:focus {
  border-color: #b82026;
  outline: none;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.07); }

fieldset {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1em; }

textarea {
  height: 150px; }

.input_textbox {
  font-size: 1em;
  padding: 0.8em;
  border: 1px solid #ddd;
  width: 100%;
  font-family: 'Muli', sans-serif; }

.input_textbox:focus {
  border-color: #b82026;
  outline: none;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.07); }

* {
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  scroll-behavior: smooth; }

.button {
  display: inline-block;
  padding: 0.8em 2em;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  border: none;
  border-radius: 2px;
  transition: transform .5s ease;
  width: fit-content;
  min-width: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer; }
  .button:hover {
    background: #1b1d1f; }

button:focus {
  outline: none;
  outline-offset: -4px; }

.submit-btn {
  background: #b82026;
  color: #fff; }
  .submit-btn:hover {
    background: #1b1d1f;
    color: #fff; }

.view-rental-page {
  margin-top: 5%;
  background: #b82026;
  color: #fff;
  padding: 1em 2em; }
  .view-rental-page:hover .float-right {
    transition: ease-in 0.3s;
    transform: translateX(6px); }

.float-right {
  margin: 0 0 0 1.2em; }

.view-rental-modal-btn {
  margin: 5%;
  background: #b82026;
  border: 2.5px solid #b82026;
  color: #fff;
  padding: 0.6em 2em; }

.sav-btn {
  background: #b82026;
  color: #fff; }
  .sav-btn:hover {
    background: #1b1d1f;
    color: #fff; }

.send-btn {
  background: #b82026;
  color: #fff;
  width: 100%; }
  .send-btn:hover {
    background: #1b1d1f;
    color: #fff; }

.login-btn {
  background: #b82026;
  color: #fff;
  width: 100%; }
  .login-btn:hover {
    background: #1b1d1f;
    color: #fff; }

.create-account-page {
  background: #fff;
  border: 2px solid #b82026;
  color: #b82026;
  width: 100%; }
  .create-account-page:hover {
    background: #fff;
    border: 2px solid #1b1d1f;
    color: #1b1d1f;
    font-weight: 500; }

.edit-btn {
  background: white;
  color: #1b1d1f;
  border: 2px solid #1b1d1f; }
  .edit-btn:hover {
    background: #b82026;
    border: 2px solid #b82026;
    color: white; }

.delete-btn {
  background: #1b1d1f;
  color: white;
  margin-left: 2em; }
  .delete-btn:hover {
    background: #b82026;
    color: white; }

.login-style {
  background: #b82026;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border: none;
  transition: all 0.2s ease;
  cursor: pointer; }
  .login-style .hover {
    background: #1b1d1f; }

.filter-btn {
  background: white;
  color: #1f1f1f;
  transition: transform 0.3s ease-in-out, box-shadow 0.2s ease-in-out;
  will-change: transform, box-shadow;
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1); }
  .filter-btn:hover {
    background: #1b1d1f;
    color: #fff;
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease; }

.filter-btn.is-active {
  border: 2px solid #b82026 !important;
  background-color: #b82026;
  color: white; }

.modal-close-btn {
  position: absolute;
  z-index: 500;
  top: 25px;
  right: 25px;
  display: inline-block;
  padding: 0.8em 2em;
  text-align: center;
  background: #fff;
  border-radius: 2px;
  border: 2px solid #b82026;
  color: #b82026;
  transition: all 0.2s ease;
  cursor: pointer;
  outline: none;
  font-size: 2; }
  .modal-close-btn:hover {
    background: #b82026;
    color: #fff;
    transition: transform .5s ease; }

@media only screen and (max-width: 1600px) {
  .button {
    font-size: 15px; } }

@media only screen and (max-width: 768px) {
  .button {
    font-size: 22px;
    width: 100%; } }

* {
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  scroll-behavior: smooth; }

body {
  overflow-x: hidden; }

/* ==========WEBSITE HEADER============= */
header {
  position: fixed; }

.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  padding: 0 5%; }
  .page-header .logo-img {
    height: 75px;
    width: auto;
    justify-items: flex-start; }
    .page-header .logo-img .logo {
      height: 2; }
  .page-header #main-nav .nav__list {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    gap: 15px;
    justify-items: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0; }
    .page-header #main-nav .nav__list .nav__item {
      display: block;
      height: 100%;
      position: relative; }
      .page-header #main-nav .nav__list .nav__item a {
        display: flex;
        height: 100%;
        align-items: center;
        position: relative;
        color: #1b1d1f;
        padding: 2em 1.2em;
        text-decoration: none;
        font-weight: 400;
        text-transform: uppercase; }
        .page-header #main-nav .nav__list .nav__item a.active {
          font-weight: 500;
          color: #b82026; }
          .page-header #main-nav .nav__list .nav__item a.active::after {
            transform: scaleX(1) !important;
            bottom: 0 !important; }
        .page-header #main-nav .nav__list .nav__item a:hover {
          color: #b82026; }
          .page-header #main-nav .nav__list .nav__item a:hover::after {
            transform: scaleX(1) !important;
            top: 0 !important; }
        .page-header #main-nav .nav__list .nav__item a::after {
          content: "";
          position: absolute;
          width: 100%;
          border-top: 2px solid #b82026;
          top: 0;
          left: 0;
          transform: scaleX(0);
          transform-origin: left;
          transition: all .5s; }
  .page-header .burger {
    display: none; }
  .page-header .burger div {
    width: 25px;
    height: 2px;
    background-color: #1b1d1f;
    margin: 5px;
    transition: all 0.3s ease; }
  .page-header .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
    background-color: white; }
  .page-header .toggle .line2 {
    opacity: 0; }
  .page-header .toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
    background-color: white; }

* {
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  scroll-behavior: smooth; }

@media screen and (max-width: 1024px) {
  .burger {
    display: block;
    z-index: 80;
    cursor: pointer;
    grid-column: 3;
    place-self: center;
    justify-self: end;
    transition: ease all .3s; }
  #main-nav {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    z-index: 30;
    margin: 0;
    background-color: #404040;
    opacity: 0;
    transition: all ease .3s; }
  ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #main-nav.open {
    visibility: visible;
    opacity: 1;
    width: 100vw;
    transition: all ease .3s;
    display: flex;
    flex-direction: row; }
    #main-nav.open a {
      padding: 3%;
      color: white; }
    #main-nav.open .login-style {
      margin: 2.5%; }
  .burger div.open {
    background-color: white; } }

* {
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  scroll-behavior: smooth; }

footer {
  background-color: #1b1d1f; }

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 80px; }
  .footer-content h5 {
    font-weight: 400; }

.margin-5 {
  padding: 5% 0; }

.active-btn {
  pointer-events: auto;
  opacity: 1 !important;
  animation: fadeIn ease 0.6s;
  -webkit-animation: fadeIn ease 0.6s;
  -moz-animation: fadeIn ease 0.6s;
  -o-animation: fadeIn  ease 0.6s;
  -ms-animation: fadeIn ease 0.6s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 200;
  background-color: #b82026;
  color: white;
  border: 0;
  padding: 1em 1.2em;
  opacity: 0; }
  .back-to-top:hover {
    background-color: #404040;
    cursor: pointer;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25); }
  .back-to-top:focus {
    outline: 0; }

.footer-row h5 {
  color: white;
  text-transform: uppercase; }

.footer-row h6 {
  color: white; }

.footer-row a:hover {
  cursor: pointer; }

.pl {
  padding-left: 20px; }

.pr {
  padding-right: 20px; }

.m-0 {
  margin: 0; }

.m-2 {
  margin-top: 0;
  margin-bottom: 2.3em; }

.m-1 {
  margin-top: 0;
  margin-bottom: 0.5em; }

.flex {
  display: flex;
  width: 100%; }

.align-left {
  text-align: left;
  width: 100%; }

.align-right {
  text-align: right;
  width: 100%;
  padding-right: 15px; }

* {
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  scroll-behavior: smooth; }

.container {
  max-width: 1600px;
  padding: 0 5%;
  margin: 0 auto; }
  @media only screen and (max-width: 1800px) {
    .container {
      padding: 0 7.5%; } }
  @media only screen and (max-width: 768px) {
    .container {
      max-width: 90%;
      padding: 0 60px; } }
