@font-face {
  font-family: Intro;
  src: url(./fonts/Intro-Trial-BdAlt.woff2);
  font-weight: 900;
}
@font-face {
  font-family: Intro;
  src: url(./fonts/Intro-Trial-SmBdAlt.woff2);
  font-weight: 800;
}
@font-face {
  font-family: Intro;
  src: url(./fonts/Intro-Trial-SmBd.woff2);
  font-weight: 700;
}
@font-face {
  font-family: Intro;
  src: url(./fonts/Intro-Trial-RgAlt.woff2);
  font-weight: 600;
}
@font-face {
  font-family: Intro;
  src: url(./fonts/Intro-Trial-MdAlt.woff2);
  font-weight: 500;
}
@font-face {
  font-family: Intro;
  src: url(./fonts/Intro-Trial-Md.woff2);
  font-weight: 400;
}
@font-face {
  font-family: Intro;
  src: url(./fonts/Intro-Trial-LtAlt.woff2);
  font-weight: 300;
}
/* @font-face {
  font-family: Intro;
  src: url(./fonts/Intro-Trial-LtA.woff2);
  font-weight: 200;
} */
@font-face {
  font-family: Intro;
  src: url(./fonts/Intro-Trial-ExLt.woff2);
  font-weight: 100;
}

/* Font-Awsome */
/* 400 */
@font-face {
  font-family: FontAwsome;
  src: url(./fonts/Font\ Awesome\ 6\ Pro-Regular-400.otf);
  font-weight: 400;
}
/* 300 */
@font-face {
  font-family: FontAwsome;
  src: url(./fonts/Font\ Awesome\ 6\ Pro-Light-300.otf);
  font-weight: 300;
}

.font-awsome {
  font-size: 5em;
  font-weight: 300;
  font-family: FontAwsome;
  font-style: normal;
}
* {
  font-family: Intro, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  text-decoration: none;
}
body {
  color: white;
  background-color: black;
  margin: 0;
  scroll-behavior: smooth;
  list-style: none;
}
h1 {
  font-size: 2.5em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.3rem;
}
h2 {
  font-size: 2.2em;
  font-weight: 800;
  text-align: center;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1em;
  font-weight: 800;
  text-transform: uppercase;
}
p {
  font-size: 1em;
  font-weight: 100;
}
a {
  color: white;
  font-size: 1em;
}
ul {
  font-weight: 100;
  padding-top: 10px;
  list-style: none;
}

header {
  font-size: 1em;
  background-color: black;
  padding: 10px 16px;
}
header a {
  float: left;
  display: block;
}
.header-cont {
  display: flex;
  align-items: center;
}
.logo {
  width: 12%;
}
.mobile-elements {
  display: flex;
  align-items: center;
}
.header-nav > ul,
li {
  display: flex;
}
.header-cont a {
  color: white;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  padding: 14px 16px;
}

.topnav-right > ul {
  display: flex;
}

.image-gallery {
  position: relative;
  margin: auto;
}

.dot {
  display: none;
}

.active {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.image-slider {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.image-mobile {
  display: none;
}

.centered {
  position: absolute;
  top: 45%;
  left: 20%;
  transform: translate(-50%, -50%);
}
.centered > h2 {
  margin: 8px 0px;
}
.slider-btns {
  width: 100%;
}
.slider-btn {
  color: black;
  background-color: white;
  padding: 10px 16px;
  border-radius: 25px;
  border-style: none;
  transition: 0.1s;
}
.btn1 {
  float: left;
  width: 48%;
}
.btn2 {
  float: right;
  width: 48%;
}
.slider-btn:hover {
  color: white;
  background-color: black;
  border: solid white 1px;
  transition: 0.1s;
}
.scroll {
  font-size: 2em;
  position: absolute;
  top: 93%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.main {
  width: 100%;
}
.containers-align {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.container-01 {
  margin: auto;
  padding: 30px 0px;
  width: 100%;
}
.column {
  display: flex;
  text-align: left;
  width: 80%;
  margin: auto;
}
.column-align {
  margin: auto;
  width: 90%;
}
.column-1 {
  float: left;
  width: 50%;
}
aside {
  float: right;
  width: 50%;
}
.articles {
  display: flex;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 50px;
  line-height: 22px;
}

.article-align {
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.article-align > h2 {
  margin-bottom: 10vh;
}
article {
  float: left;
  width: 25%;
}

.article-inside {
  width: 90%;
}

.button-read {
  font-size: 18px;
  font-weight: 200;
  color: black;
  background-color: white;
  border-style: none;
  padding: 10px 20px;
  border-radius: 15px;
  cursor: pointer;
}

.footer {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  background-color: #0e0e0e;
}
.footer-1 {
  margin: 50px 0;
}
.footer-img {
  margin: auto;
}
.logo-footer {
  display: block;
  width: 15%;
  margin: auto;
}
.footer-info {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 90%;
  margin-top: 25px;
}
.li-href {
  cursor: pointer;
}
.footer-container {
  float: left;
  width: 50%;
}
.footer-inside {
  margin: auto;
  width: 70%;
}
.footer-inside > ul,
li {
  font-weight: 100;
  padding-left: 15px;
  padding-top: 0;
  line-height: 1.5em;
}
.map {
  width: 100%;
  height: 50vh;
}
.copyright {
  font-weight: 100;
  text-align: center;
  color: white;
  background-color: #0e0e0e;
  display: flex;
  justify-content: center;
  margin: auto;
}
.footer-01 {
  width: 100%;
}
.footer-02 {
  width: 100%;
}
.footer-copyright {
  font-size: 1em;
}
.footer-copyright-logo {
  font-size: 0.8em;
}
.header-cont .icon {
  display: none;
}
.icon,
.logo-mobile {
  display: none;
}
form {
  margin-top: 50px;
  margin-bottom: 75px;
  margin: auto;
}
.book {
  width: 50%;
  margin-top: 50px;
  margin-bottom: 75px;
}
.form-head {
  font-size: 1.8em;
}
.form-align {
  display: flex;
  justify-content: center;
}
.container {
  text-align: left;
  padding: 16px;
}
label {
  margin-left: 5px;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="time"],
textarea {
  width: 95%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
  border-radius: 25px;
}

input[type="text"]:focus,
input[type="password"]:focus {
  background-color: #ddd;
  outline: none;
  border-radius: 25px;
}
.registerbtn {
  background-color: white;
  color: black;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  border-radius: 25px;
}

.registerbtn:hover {
  color: white;
  background-color: black;
  border: solid white 1px;
  border-radius: 25px;
}
.section-1 {
  text-align: center;
}

.terms {
  color: white;
  transition: 0.1s;
}
.terms:hover {
  opacity: 0.5;
}
#message {
  display: none;
  color: white;
  position: relative;
  padding: 10px;
  margin-top: 10px;
}
#message p {
  padding: 10px 35px;
  font-size: 1em;
}
.valid {
  color: white;
}
.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}
.invalid {
  color: red;
}
.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}

@media screen and (max-width: 650px) {
  h1 {
    font-size: 2em;
    letter-spacing: 0.3rem;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 2em;
  }
  h4 {
    font-size: 1.2em;
  }
  ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  .header-nav > ul,
  li {
    justify-content: center;
  }
  .logo {
    display: none;
  }
  .logo-mobile {
    display: flex;
    width: 30%;
  }
  .mobile-header {
    margin: auto;
    color: white;
  }
  header {
    width: auto;
    padding: 20px 16px;
  }
  .mobile-elements {
    display: flex;
    flex-direction: column;
  }
  header a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  header a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 24px 18px;
    font-size: 4px;
  }
  header .header-nav {
    display: none;
  }
  .header-nav {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .header-1 {
    display: block;
    align-items: center;
  }
  .image-slider {
    display: none;
  }
  .image-mobile {
    display: block;
    width: 100%;
  }
  .centered {
    left: 50%;
  }
  .slider-btns {
    display: flex;
    flex-direction: column;
  }
  .btn1,
  .btn2 {
    float: none;
    width: 100%;
    font-size: 1.1em;
  }
  .btn1 {
    margin-bottom: 10px;
  }
  .containers-align {
    flex-direction: column;
    margin: auto;
  }
  .column {
    margin: auto;
    width: auto;
    justify-content: center;
    flex-direction: column;
  }
  .column-1,
  aside {
    float: none;
    width: 100%;
    text-align: center;
  }
  .column-1 {
    margin-bottom: 25px;
  }
  article {
    float: none;
    width: 100%;
    margin: 90px 0px;
    display: flex;
    justify-content: center;
  }
  .article-align > h2 {
    font-size: 2.2em;
    margin-bottom: 0px;
    line-height: normal;
  }
  .articles {
    padding-top: 25px;
  }
  .footer-info {
    flex-direction: column;
  }
  .logo-footer {
    width: 40%;
  }
  .footer-container {
    float: none;
    width: 100%;
  }
  .footer-inside > ul li {
    display: flex;
    padding: 0px;
    justify-content: left;
  }
  .footer-inside {
    width: 80%;
  }
  .footer-inside > p {
    padding-left: 10px;
  }
  .copyright > p {
    font-size: 0.9em;
  }
  .map {
    height: 30vh;
  }
  form {
    width: 90%;
  }
  .book {
    width: 80%;
  }
  .form-head {
    font-size: 1.8em;
  }
}

@media only screen and (min-width: 650px) and (max-width: 768px) {
  h1 {
    font-size: 2em;
    letter-spacing: 0.3rem;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 2em;
  }
  h4 {
    font-size: 1.2em;
  }
  ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  .header-nav > ul,
  li {
    justify-content: center;
  }
  .logo {
    display: none;
  }
  .logo-mobile {
    display: flex;
    width: 20%;
  }
  .mobile-header {
    margin: auto;
    color: white;
  }
  header {
    width: auto;
    padding: 20px 16px;
  }
  .mobile-elements {
    display: flex;
    flex-direction: column;
  }
  header a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  header a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 24px 18px;
    font-size: 4px;
  }
  header .header-nav {
    display: none;
  }
  .header-nav {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .header-1 {
    display: block;
    align-items: center;
  }
  .centered {
    left: 50%;
  }
  .button-read {
    font-size: 1em;
  }
  .centered > h2 {
    font-size: 2.5em;
  }
  .containers-align {
    flex-direction: column;
    margin: auto;
  }
  .column {
    margin: auto;
    width: auto;
    justify-content: center;
    flex-direction: column;
  }
  .column-1,
  aside {
    float: none;
    width: 100%;
    text-align: center;
  }
  .column-1 {
    margin-bottom: 25px;
  }
  article {
    float: none;
    width: 100%;
    margin: 90px 0px;
    display: flex;
    justify-content: center;
  }
  .article-align > h2 {
    font-size: 2.2em;
    margin-bottom: 0px;
    line-height: normal;
  }
  .articles {
    padding-top: 25px;
  }
  /* .footer-info {
    flex-direction: column;
  } */
  .logo-footer {
    width: 30%;
  }
  .footer-container {
    float: none;
    width: 100%;
  }
  .footer-inside > ul li {
    display: flex;
    padding: 0px;
    justify-content: left;
  }
  .footer-inside {
    width: 90%;
  }
  .footer-inside > p {
    padding-left: 10px;
  }
  .copyright > p {
    font-size: 1em;
  }
  form {
    width: 60%;
  }
  .book {
    width: 80%;
  }
  .form-head {
    font-size: 1.8em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 2em;
    letter-spacing: 0.3rem;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 2em;
  }
  h4 {
    font-size: 1.2em;
  }
  ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  .header-nav > ul,
  li {
    justify-content: center;
  }
  .logo {
    display: none;
  }
  .logo-mobile {
    display: flex;
    width: 20%;
  }
  .mobile-header {
    margin: auto;
    color: white;
  }
  header {
    width: auto;
    padding: 20px 16px;
  }
  .mobile-elements {
    display: flex;
    flex-direction: column;
  }
  header a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  header a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 24px 18px;
    font-size: 4px;
  }
  header .header-nav {
    display: none;
  }
  .header-nav {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .header-1 {
    display: block;
    align-items: center;
  }
  .centered {
    left: 50%;
  }
  .button-read {
    font-size: 1em;
  }
  .centered > h2 {
    font-size: 2.5em;
  }
  .containers-align {
    flex-direction: column;
    margin: auto;
  }
  .column {
    margin: auto;
    width: auto;
    justify-content: center;
    flex-direction: column;
  }
  .column-1,
  aside {
    float: none;
    width: 100%;
    text-align: center;
  }
  .column-1 {
    margin-bottom: 25px;
  }
  article {
    float: none;
    width: 100%;
    margin: 90px 0px;
    display: flex;
    justify-content: center;
  }
  .article-align > h2 {
    font-size: 2.2em;
    margin-bottom: 0px;
    line-height: normal;
  }
  .articles {
    padding-top: 25px;
  }
  .footer-inside > ul li {
    display: flex;
    padding: 0px;
    justify-content: left;
  }
  .footer-inside {
    width: 90%;
  }
  .footer-inside > p {
    padding-left: 10px;
  }
  .copyright > p {
    font-size: 1em;
  }
  .book {
    width: 80%;
  }
}
