@font-face {
  font-family: 'American';
  src: url('https://azadventures-17cce.kxcdn.com/wp-content/themes/mgl-theme/assets/fonts/American-Brewery-Rough.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-padding-top: 175px;
}

* {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

h1, h2 {
  font-family: 'American';
  line-height: 1;
  color: #5da373;
}

h2 {
  font-size: 54px;
  color: #5da373;
}

p a {
  color: #5da373;
}

input {
  height: 50px;
}

.btn {
  color: white;
  text-transform: lowercase;
  font-family: 'American', serif;
  font-size: 1.2rem;
  font-weight: 800;
  background: #5da373;
  padding: 10px 25px;
  text-decoration: none;
  border-color: #5da373;
  border-radius: 0 !important;
}

.btn:hover {
  background: black;
  border-color: black;
}

.auth-pg {
  background-image: url('https://azadventures-17cce.kxcdn.com/wp-content/themes/mgl-theme/assets/images/bg1-darker.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  padding: 25px 10px;
}

.auth-pg .card {
  border-color: black;
  max-width: 500px;
}

.access-pg {
  background-image: url('https://azadventures-17cce.kxcdn.com/wp-content/themes/mgl-theme/assets/images/home/guide-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 25px 10px;
}

.access-pg header {
  background: black;
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.access-pg .logo {
  width: 200px;
  margin-top: -25px;
}

.access-pg main {
  padding: 25px 0;
  padding-top: 150px;
}

.access-pg section {
  padding: 25px 0;
}

.nav-link {
  color: white;
  font-size: 21px;
  padding: 0 25px;
}

.nav-link:hover {
  color: #5da373;
}

.list .card {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  gap: 35px;
}

.list .card > div {
  flex: 1;
}

.list .card > div:first-child {
  flex: .75;
}

.list img {
  width: 100%;
  height: auto;
}

.list .card-body {
  align-items: start;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 25px;
}

.list .card-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.list p a {
  color: #5da373;
  text-decoration: none;
  font-size: 16px;
}

.list .perk-desc {
  font-size: 18px;
}

.perk-code {
  color: white;
  text-transform: lowercase;
  font-size: 1.2rem;
  font-weight: 800;
  background: #5da373;
  padding: 10px 25px;
  text-decoration: none;
  border-color: #5da373;
  border-radius: 0 !important;
}

.btn-link {
  padding: 0;
  border: 0;
  color: #5da373;
  border-bottom: 1px solid;
  background: transparent;
  position: relative;
  z-index: 3;
}

.btn-link:hover {
  color: white;
}

.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.navbar-toggler {
  background: #5da373;
}

@media (max-width: 768px) {
  .list .card {
    flex-direction: column;
  }
  .access-pg .logo {
    width: 250px;
    margin-top: -25px;
  }
  .nav-link {
    padding-top: 15px;
    font-size: 28px;
  }
  .access-pg main {
    padding-top: 125px;
  }
  html {
    scroll-padding-top: 125px;
  }
  h2 {
    font-size: 36px;
  }
  .logo-container {
    padding-bottom: 0 !important;
  }
  .logo-container img {
    width: 100% !important;
  }
  .navbar-toggler {
    position: absolute;
    top: -50px;
    right: 0;
  }
  .list .card-body {
    padding: 0px 25px 25px 25px;
  }
  .list .card {
    gap: 25px;
  }
}