/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lobster&display=swap);
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss (1) ***!
  \**********************************************************************************************************************************************************/
/*Variables*/
@font-face {
  font-family: "Kalam";
  src: url(../images/design/Kalam-Regular.831aaa.ttf) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(../images/design/Lato-Regular.9d883d.ttf) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(../images/design/Lato-Bold.636be8.ttf) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*Components*/
h1, .h1 {
  font-size: 40px;
  font-family: "Kalam", sans-serif;
  color: #6F688F;
  line-height: 50px;
  font-weight: normal;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  h1, .h1 {
    line-height: 68px;
    font-size: 60px;
  }
}

h2, .h2 {
  font-size: 28px;
  line-height: 40px;
  font-family: "Kalam", sans-serif;
  color: #6F688F;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  color: #6F688F;
  text-align: center;
  font-family: "Kalam", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 48px;
    line-height: 53px;
  }
}

.button {
  width: 155px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #E0DBF5;
  background-color: #322B55;
  color: #E0DBF5;
  font-size: 20px;
  position: relative;
  transition: all 0.25s ease-in-out;
}

.button:hover {
  background-color: #E0DBF5;
  color: #6F688F;
}

.form-input {
  width: 100%;
  max-width: 320px;
  height: 50px;
  border-radius: 50px;
  padding-left: 20px;
  font-size: 20px;
  color: #6F688F;
  background-color: #E0DBF5;
  outline: none;
  position: relative;
  margin: 10px;
}
@media screen and (min-width: 992px) {
  .form-input {
    margin: 0;
  }
}

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

.text-right {
  text-align: right;
}

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

.audio {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.audio--playing {
  margin-top: 110px;
}

.audio audio {
  display: none;
}

.audio__details {
  width: 290px;
  background-color: white;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #6F688F;
  overflow: hidden;
  font-size: 16px;
  padding: 0 10px;
  transition: all 0.5s ease-in-out;
  height: 91px;
  position: absolute;
  bottom: 100%;
}

.audio__controls {
  position: relative;
  height: 50px;
  width: 100%;
  max-width: 320px;
  background-color: white;
  border-radius: 10px;
}

.audio__button {
  background: transparent;
  cursor: pointer;
  align-items: center;
  padding: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.audio__button--hidden {
  opacity: 0;
  pointer-events: none;
}

.audio__details--hidden {
  height: 0;
}

.audio__title {
  font-family: "Lato";
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.audio__artist {
  text-align: center;
  margin-bottom: 10px;
}

.audio__bar-outer {
  background-color: #E5E3EE;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
}

.audio__bar-inner {
  background-color: #322B55;
  width: 0;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
}

.audio__time-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.scroll-button {
  background-color: #6F688F;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.15);
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .scroll-button {
    bottom: 50px;
    right: 50px;
  }
}
.scroll-button--hidden {
  opacity: 0;
}
.scroll-button img {
  width: 52px;
  height: 52px;
  margin-left: -1px;
  display: block;
}

/*Layouts*/
html, body, .content {
  height: 100%;
}

.content {
  position: absolute;
  background-color: #E5E3EE;
  height: 0;
  width: 0;
  overflow: hidden;
  animation: content 1.5s;
  animation-direction: normal;
  animation-iteration-count: 1;
  border-radius: 50%;
  animation-fill-mode: forwards;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 1.3s;
}

.content > * {
  opacity: 0;
  animation: fade-in 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 2.8s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 100%;
  }
}
@keyframes content {
  0% {
    width: 0;
    height: 0;
  }
  99% {
    width: 3000px;
    height: 3000px;
    border-radius: 50%;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: visible;
  }
}
.box {
  width: 100%;
  height: 100%;
  background-color: #322B55;
  display: flex;
  justify-content: center;
  align-items: center;
}

.typewriter {
  overflow: hidden;
  border-right: 0.15rem solid #E0DBF5;
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: 2px;
  animation: typing 1s steps(20, end) 1, blink-caret 0.5s step-end infinite;
  color: #E0DBF5;
  text-align: center;
  font-family: "Lobster", sans-serif;
  font-size: 40px;
  line-height: 50px;
  max-width: 270px;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 270px;
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #E0DBF5;
  }
}
.logo {
  width: 200px;
  height: 115px;
}

.header {
  position: relative;
  z-index: 1;
}
.header__container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .header__container {
    justify-content: space-between;
  }
}

.header-contact {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-contact {
    display: block;
  }
}

.header-contact__icon {
  background-color: #6F688F;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  transition: all 1.5s linear;
}

.header-contact__image {
  width: 25px;
  height: 25px;
  transition: all 1.5s linear;
  z-index: 1;
  position: relative;
}

.header-contact__item {
  color: #6F688F;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 280px;
  position: relative;
  min-height: 40px;
  margin: 10px;
}

.header-contact__text {
  opacity: 0;
  padding-left: 15px;
  transition: all 0.5s linear;
  transition-delay: 1.5s;
}

.header-contact__item:hover .header-contact__text {
  opacity: 1;
}

.header-contact__item:hover .header-contact__icon {
  right: 100%;
}

.header-contact__item:hover .header-contact__image {
  transform: rotate(-360deg);
}

.header-contact__icon::after {
  content: "";
  height: 100%;
  background-color: #E5E3EE;
  left: -200px;
  width: 200px;
  position: absolute;
}

.header-navbar {
  height: 80px;
  background: rgba(111, 104, 143, 0.5);
  color: white;
  display: none;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .header-navbar {
    display: flex;
  }
}

.header-navbar__link {
  color: white;
  padding: 10px;
}

.header-navbar__list {
  display: flex;
  justify-content: center;
  width: 100%;
}

.header-navbar__item {
  padding: 40px;
}

.footer {
  background-color: #322b55;
}
.footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .footer__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer-contact {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer-contact {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
  }
}
.footer-contact .logo {
  display: none;
}
@media screen and (min-width: 992px) {
  .footer-contact .logo {
    display: block;
  }
}
.footer__socials {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer__socials img {
  margin: 20px 16px 0 0;
}

.contact-info {
  color: #E0DBF5;
  line-height: 40px;
  margin-top: 30px;
  font-size: 16px;
  font-style: normal;
}

address {
  line-height: 40px;
}

.mail-address,
.telephone-number {
  color: #E0DBF5;
  font-style: normal;
  font-size: 16px;
}

.footer-bottom {
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 0 !important;
  flex-direction: column;
  padding-top: 0 !important;
}
@media screen and (min-width: 992px) {
  .footer-bottom {
    flex-direction: row;
  }
}

.footer-bottom__copyright {
  color: #6F688F;
  margin-left: 40px;
  order: 2;
  margin: 10px 0;
}
@media screen and (min-width: 992px) {
  .footer-bottom__copyright {
    order: 1;
  }
}

.footer-bottom__list {
  display: flex;
  order: 1;
}
@media screen and (min-width: 992px) {
  .footer-bottom__list {
    order: 2;
  }
}

.footer-bottom__link {
  color: #6F688F;
  margin: 0 30px;
}

.footer-newsletter {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .footer-newsletter {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.footer-newsletter__form {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .footer-newsletter__form {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
  }
}

.footer-newsletter__form .button {
  margin-left: 10px;
}

.footer-newsletter__label {
  color: #E0DBF5;
  font-size: 16px;
  position: relative;
  display: block;
  text-align: center;
  margin: 10px;
}
@media screen and (min-width: 992px) {
  .footer-newsletter__label {
    margin-bottom: 10px;
  }
}

/*Modules*/
.hero-banner__image {
  width: 100%;
  max-width: 100%;
  min-height: 250px;
  object-fit: cover;
}

.benefits-banner {
  background: #6F688F;
}
.benefits-banner__list {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .benefits-banner__list {
    flex-direction: row;
  }
}
.benefits-banner__item {
  max-width: 285px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  padding: 30px 0;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .benefits-banner__item {
    width: 33.33333%;
    padding: 65px 0;
    font-size: 20px;
    line-height: 25px;
  }
}
.benefits-banner__item img {
  margin-bottom: 20px;
  width: 90px;
}

.introduction {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .introduction {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .introduction > div {
    width: 50%;
  }
}
.introduction__description {
  color: #6F688F;
  font-size: 18px;
  line-height: 25px;
}
@media screen and (min-width: 992px) {
  .introduction__description {
    font-size: 23px;
    line-height: 28px;
  }
}
.introduction__image {
  max-width: 100%;
}
.introduction .h1 {
  max-width: 600px;
}

.events {
  background-color: white;
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .events {
    padding: 120px 0;
  }
}
.events__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .events__container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.events__headline {
  text-align: center;
}
.events__text {
  font-size: 16px;
  color: #6f688f;
}
.events__list {
  order: 2;
}
@media screen and (min-width: 992px) {
  .events__list {
    order: 1;
    width: 50%;
  }
}
.events__item {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  margin-top: 30px;
  column-gap: 23px;
}
@media screen and (min-width: 992px) {
  .events__item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    margin-top: 30px;
    column-gap: 23px;
  }
}
.events__rectangle {
  position: relative;
  display: flex;
  padding-top: 65px;
  padding-right: 65px;
  order: 1;
}
@media screen and (min-width: 992px) {
  .events__rectangle {
    order: 2;
  }
}
.events__rectangle:after {
  content: "";
  position: absolute;
  background-color: #e5e3ee;
  width: calc(100% - 65px);
  height: calc(100% - 65px);
  top: 0;
  right: 0;
}
.events__rectangle img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.events__image {
  display: none;
}
@media screen and (min-width: 992px) {
  .events__image {
    width: 93px;
    height: 93px;
    border-radius: 100%;
    background-color: #E5E3EE;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-row: 1/3;
    align-self: self-end;
    position: relative;
    z-index: 1;
  }
}

.rating {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .rating {
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 75px;
  }
}
.rating__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .rating__container {
    flex-direction: row;
  }
}
.rating__rectangle {
  position: relative;
  width: auto;
  display: flex;
  padding-top: 65px;
  padding-right: 65px;
}
.rating__icons {
  max-width: 59px;
  max-height: 59px;
  margin: 0 28px;
  order: 2;
}
@media screen and (min-width: 992px) {
  .rating__icons {
    order: 0;
    margin: 25px 19px;
  }
}
.rating__stars {
  display: flex;
  justify-content: flex-end;
}
.rating__recommendations {
  margin-top: 35px;
}
@media screen and (min-width: 992px) {
  .rating__recommendations {
    width: 50%;
  }
}
.rating__rectangle:after {
  content: "";
  position: absolute;
  background-color: #B9B5C9;
  width: calc(100% - 65px);
  height: calc(100% - 65px);
  top: 0;
  right: 0;
}
.rating__rectangle img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.rating__speechbubble {
  border-radius: 5px;
  background: #FFF;
  padding: 25px 20px;
  position: relative;
  margin-top: 40px;
}
.rating__speechbubble:after {
  top: calc(100% - 15px);
  left: 0;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 33px;
  margin-left: 25px;
}
.rating__text {
  color: #6F688F;
  font-family: Lato;
  font-size: 20px;
}
.rating__headline {
  max-width: 500px;
  margin: 0 auto;
}

.work__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .work__container {
    flex-direction: row;
  }
}
.work__media {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .work__media {
    margin-top: 0;
  }
}
.work__gallery {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 25px;
}
@media screen and (min-width: 992px) {
  .work__gallery {
    width: 600px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1440px) {
  .work__gallery {
    width: 900px;
    grid-template-columns: 2fr 1fr;
  }
}
.work__gallery-item--large {
  grid-row: 1/3;
}
.work__gallery-item img {
  max-width: 100%;
}
@media screen and (min-width: 1440px) {
  .work__gallery-item img {
    max-width: none;
  }
}

.legal h2 {
  margin: 20px 0;
}
.legal h3 {
  margin: 25px 0;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  list-style-type: none;
  box-sizing: border-box;
}

html {
  font-size: 15px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  color: #6F688F;
  background-color: #E5E3EE;
  font-size: 16px;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .container {
    padding: 40px;
  }
}

@media screen and (min-width: 992px) {
  main {
    margin-top: -80px;
  }
}
