html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.375em;
  font-weight: 100;
}

h3 {
  font-size: 1.125em;
}

p {
  font-size: 1em;
}

@media (min-width: 40em) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2em;
    font-weight: 100;
  }
  h3 {
    font-size: 1.6875em;
  }
  p, span {
    font-size: 1.125em;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-ac-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-as-c {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

body {
  overflow-x: hidden;
}

.center-button {
  text-align: center;
}

.left-align-h2 h2 {
  text-align: left;
}

.hero {
  position: relative;
}

.hero .hero-image {
  background-image: url("images/explore/africa/Africa_Banner_kq8vr6_c_scale,w_2282.jpg");
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: contrast(0.5) hue-rotate(-16deg);
          filter: contrast(0.5) hue-rotate(-16deg);
  background-attachment: fixed;
}

.hero .hero-image-2 {
  background-image: url("images/explore/morocco/Morocco_lfla8l_c_scale,w_1280.jpg");
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: contrast(0.5) hue-rotate(-16deg);
          filter: contrast(0.5) hue-rotate(-16deg);
  -webkit-filter: none;
          filter: none;
  background-attachment: fixed;
}

.hero .hero-image-3 {
  background-image: url("images/explore/africa_banner/African_Banner_2_rxr3ix_c_scale,w_1920.jpg");
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: contrast(0.5) hue-rotate(-16deg);
          filter: contrast(0.5) hue-rotate(-16deg);
  -webkit-filter: none;
          filter: none;
  background-attachment: fixed;
}

.hero .hero-content {
  padding: 0 10%;
  position: absolute;
  color: white;
  top: 35%;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero .hero-content div {
  width: 100px;
  height: 6px;
  background-color: white;
  border-radius: 25px;
  margin: 20px auto;
}

.main {
  padding: 10%;
}

.main h1 {
  color: #8b4940;
  text-align: center;
}

.main h2 {
  color: #8b4940;
}

.main .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main button {
  margin-top: 60px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 14px 20px;
  background: transparent;
  border-radius: 15px;
  border: 2px solid transparent;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #8b4940;
  color: #8b4940;
}

@media (min-width: 40em) {
  .main button {
    font-size: 1.5rem;
  }
}

.main button:hover {
  background-color: #be665a;
  cursor: pointer;
}

.main button:focus,
.main button input:focus {
  outline: none;
}

.main button:hover {
  color: white;
}

.main .underline {
  width: 100px;
  height: 6px;
  background-color: #8b4940;
  border-radius: 25px;
  margin: 20px auto;
  margin-bottom: 90px;
}

.main p {
  color: #666666;
}

.main p:first-of-type {
  color: #63666a;
  font-weight: 600;
}

.form {
  color: #63666a;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form .input {
  background-color: #e6e6e6;
  border: none;
  border-bottom: 2px solid #8b4940;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.form .col-1 {
  padding: 10%;
  background-color: #e6e6e6;
}

.form .col-1 button {
  margin-top: 60px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 14px 20px;
  background: #8b4940;
  border-radius: 15px;
  border: 2px solid #8b4940;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}

@media (min-width: 40em) {
  .form .col-1 button {
    font-size: 1.5rem;
  }
}

.form .col-1 button:hover {
  background-color: #be665a;
  cursor: pointer;
}

.form .col-1 button:focus,
.form .col-1 button input:focus {
  outline: none;
}

.form .col-2 {
  padding: 10%;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #8b4940;
}

.form .col-2 .flex-helper {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form .col-2 div {
  padding: 0 10px;
  margin-top: 30px;
}

.form .col-2 div p {
  margin-bottom: 5px;
}

.form .col-2 .first {
  border-left: 15px solid #8b4940;
  padding-left: 40px;
}

.form .col-2 img {
  height: 40px;
  width: 40px;
  padding: 10px;
  border-radius: 50%;
  background-color: white;
}

.form .col-2 .second {
  border-left: 15px solid #63666a;
  color: #666666;
  padding-left: 40px;
}

.form .col-2 .second img {
  padding: 1px;
  border-radius: 0;
  height: 40px;
  width: 40px;
  background-color: #f0f0f0;
}

@media (min-width: 40em) {
  .hero .hero-content div {
    width: 200px;
  }
  .main h2 {
    color: #8b4940;
  }
  .main .underline {
    width: 200px;
  }
  .form .col-2 .flex-helper {
    padding-left: 0;
  }
  .form .first, .form .second {
    width: 50%;
    padding-left: 40px;
  }
  .form .flex-helper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer {
    text-align: center;
  }
}

@media (min-width: 64em) {
  .hero .hero-content div {
    width: 300px;
  }
  .main {
    margin: 100px 0;
    text-align: left;
  }
  .main p {
    text-align: left;
  }
  .main .underline {
    width: 300px;
  }
  .main .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main .flex div {
    padding: 10px;
  }
  .main .flex p {
    text-align: left;
  }
  .form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .form .col-1 {
    width: 50%;
  }
  .form .col-2 {
    width: 50%;
  }
  .form .col-2 .flex-helper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form .col-2 .flex-helper div {
    padding: 0 20px;
  }
  .form .col-2 .flex-helper .first, .form .col-2 .flex-helper .second {
    width: 50%;
    padding-left: 40px;
  }
}
/*# sourceMappingURL=explore.css.map */