* {
  color: #343a40;
  background-color: #f8fafc;
  font-family: "Lato", sans-serif;
  margin: 0;
}

body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
}

.seperate {
  padding-top: 7em;
}

.main {
  position: relative;
  max-width: 100%;
}

.main--container {
  max-width: 80%;
  height: 50vh;
  margin: auto;
}

.front-page-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80vw;
  height: 50vh;
  margin-top: 1em;
}

.text {
  text-align: center;
  position: absolute;
  padding: 0.25em 0 0.25em 0;
  font-size: 4em;
  font-stretch: expanded;
  width: 90vw;
  top: 50%;
  right: 50.4%;
  background: none;
  color: #343a40;
  transform: translate(50.52%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  background-size: auto;
  resize: none;
}

.general--information {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 1em;
  height: 27vh;
  gap: 10em;
  align-content: space-between;
  border-bottom: solid #343a40 0.2em;
  border-radius: 200px;
}

.general--information--img {
  width: 20em;
  display: inline-block;
  padding-left: 2em;
  animation: fadeIn ease 3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.general--information--heading {
  max-width: 55%;
}

.general--information--heading--text {
  font-family: "Tangerine", cursive;
  font-size: 4em;
}

.general--information--author {
  text-align: end;
  margin-right: 5em;
  margin-top: 0.5em;
  font-weight: 700;
}

.front--intro {
  display: block;
}

.intro {
  font-size: 8em;
  text-align: center;
}

.front--info {
  display: flex;
  flex-wrap: wrap;
  gap: 5em;
  justify-content: space-evenly;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 5em;
  height: 28em;
}

.front--intro--first {
  margin: 2em 0;
  display: flex;
  flex-wrap: wrap;
  background: rgba(52, 58, 64, 0.2);
  justify-content: space-between;
}

.front--info--first--text {
  margin: 1em;
  padding: 1em;
  color: #343a40;
  background: rgba(52, 58, 64, 0.01);
  font-size: 1.4em;
  line-height: 1.8;
  letter-spacing: 2px;
  width: 55%;
}

.front--info--first--text--bulgaria {
  background: rgba(52, 58, 64, 0.01);
  color: #343a40;
  text-transform: uppercase;
}

.front--info--first--img {
  width: 500px;
  height: 300px;
  object-fit: cover;
  margin-top: 3em;
  margin-right: 1.8em;
}

.intro {
  border-top: solid #343a40 4px;
  border-radius: 200px;
  font-size: 3em;
}

.front--info--el {
  margin: 1em;
  border: solid #343a40 0.3em;
  border-top-right-radius: 2em;
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 2em;
  width: 20%;
  overflow: hidden;
  height: 94%;
  box-shadow: 1em 1em 1em 0.3em rgba(52, 58, 64, 0.2);
  transform: translate(0.05em, -0.05em);
}

.front--info--el:hover {
  animation-name: enlarge;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.front--info--el:not(:hover) {
  animation-name: decrement;
  animation-duration: 0.25s;
  animation-direction: reverse;
}

@keyframes enlarge {
  100% {
    box-shadow: 0.7em 0.5em 0.7em 0.2em rgba(52, 58, 64, 0.25);
    transform: translate(0.2em, -0.2em);
  }
}

@keyframes decrement {
  100% {
    box-shadow: 0.7em 0.5em 0.7em 0.2em rgba(52, 58, 64, 0.25);
    transform: translate(0.2em, -0.2em);
  }
  0% {
    box-shadow: 1em 1em 1em 0.3em rgba(52, 58, 64, 0.2);
    transform: translate(0.05em, -0.05em);
  }
}

.front--info--wrapper {
  height: 79.7%;
  display: block;
}

.additional--content {
  display: none;
  height: 79.7%;
  margin: 1em 1em 0 1em;
  margin-bottom: -1em;
}

.additional--content--text:first-child::first-letter {
  color: #76ba99;
  font-weight: bold;
  font-size: 3.5em;
  float: left;
  line-height: 60px;
  padding-right: 8px;
  margin-top: -3px;
}

.el--header {
  height: 50%;
  border-bottom: #343a40 solid 0.2em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  background: #000;
}

.el--header--text {
  background: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 0.15em;
  border-bottom: solid #343a40 0.2em;
  padding: 0.2em;
  margin: 0 0.5em 0 0.5em;
}
.el--header--img {
  max-width: 100%;
  max-height: 100%;
  width: 50em;
  border-top-right-radius: 1.6em;
  height: -webkit-fill-available;
}

.el--center {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.5em;
  padding: 0.5em 0.5em;
  text-transform: uppercase;
  border-bottom: 0.2em solid #343a40;
}

.el--center i {
  flex-wrap: wrap;
  align-content: center;
  font-size: 1.5em;
  color: #76ba99;
}

.el--info--mountain {
  text-transform: none;
}

.el--button {
  display: flex;
  flex-direction: column;
  height: 4em;
  transform: translate(0, 0.7em);
}

.el--button button {
  font-size: 1.5em;
  border: none;
  background: #343a40;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  height: 4em;
}

@media screen and (max-width: 768px) {
  .main--container {
    width: 100%;
    height: 45vh;
    margin: 0;
  }
  .seperate {
    padding-top: 5em;
  }
  .front-page-img {
    width: 100vw;
    height: 40vh;
  }
  .text {
    font-size: 26px;
    width: 100vw;
    top: 45%;
  }
  .general--information {
    height: 20vh;
    border: none;
  }
  .front--info--first--text {
    width: 95vw;
    margin: 0;
    font-size: 16px;
  }
  .general--information {
    display: none;
  }
  .front--info--first--img {
    width: 300px;
    height: 150px;
    margin: 0 auto 10px auto;
  }
  .intro {
    border: none;
    font-size: 26px;
  }
  .front--info {
    gap: 0;
    width: auto;
    margin: 20px 0;
    height: auto;
  }
  .front--info--el {
    width: 85vw;
    height: 100%;
  }
  .additional--content {
    height: 310px;
  }
  .front--info--wrapper {
    height: 310px;
  }
  .front--info-el--wrapper {
    height: 150px;
  }
}
