@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.header .header-container {
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  position: relative;
}
.header .header-container .header__logo {
  position: relative;
  z-index: 3;
}
.header .header-container .header__menu {
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1022px;
  width: 100%;
}
.header .header-container .header__menu .header__nav {
  max-width: 680px;
  flex: 1;
}
.header .header-container .header__menu .header__nav .header__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.header .header-container .header__menu .header__nav .header__list .list__item .header__link {
  font-family: "Manrope", serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}
.header .header-container .header__menu .header__button-link {
  position: relative !important;
  font-family: "Montserrat", serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 30px;
  padding: 10px 36px;
  text-decoration: none;
  background-color: #F53FA0;
}
.header .header-container .header-burger {
  display: none;
}

@media (max-width: 1260px) {
  .header-container {
    padding: 0 20px;
  }
}
@media (max-width: 1220px) {
  .header .header-container {
    gap: 100px;
  }
  .header .header-container .header__menu .header__nav {
    max-width: 600px;
  }
}
@media (max-width: 1000px) {
  .header .header-container {
    gap: 60px;
  }
  .header .header-container .header__menu .header__nav {
    max-width: 500px;
  }
}
@media (max-width: 820px) {
  .header .header-container {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .header .header-container {
    align-items: center;
  }
  .header .header-container .header__menu {
    display: none;
  }
  .header .header-container .header-burger {
    display: block;
    position: relative;
    width: 30px;
    height: 25px;
    z-index: 3;
  }
  .header .header-container .header-burger span {
    position: absolute;
    background: #F53FA0;
    left: 0;
    width: 100%;
    height: 2px;
    top: 11px;
    transition: all 0.5s ease 0s;
  }
  .header .header-container .header-burger:before, .header .header-container .header-burger:after {
    content: "";
    background: #F53FA0;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.5s ease 0s;
  }
  .header .header-container .header-burger:before {
    top: 0;
  }
  .header .header-container .header-burger:after {
    bottom: 0;
  }
  .header .header-container .header-burger.active:before {
    transform: rotate(45deg);
    top: 11px;
  }
  .header .header-container .header-burger.active:after {
    transform: rotate(-45deg);
    bottom: 12px;
  }
  .header .header-container .header-burger.active span {
    transform: scale(0);
  }
  .header .header-container .header__menu {
    position: fixed;
    top: -120%;
    left: 0;
    width: 100%;
    background: #0f151a;
    padding: 40px 0 80px 0;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
  }
  .header .header-container .header__menu.active {
    top: -20px;
    transition: all 0.5s;
    gap: 25px;
  }
  .header .header-container .header__menu.active .header__nav .header__list {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .header .header-container .header__menu.active .header__nav .header__list .list__item .header__link {
    font-size: 25px;
  }
  .lock {
    overflow: hidden;
  }
}
.footer {
  padding-bottom: 50px;
}
.footer .footer-container .footer-section {
  display: flex;
  justify-content: space-between;
}
.footer .footer-container .footer-section .footer-content .footer-content__heading div {
  display: flex;
  gap: 15px;
}
.footer .footer-container .footer-section .footer-content .footer-content__heading div img {
  width: 45px;
  height: 50px;
}
.footer .footer-container .footer-section .footer-content .footer-content__heading div .footer-content__heading_title {
  font-family: "Amatic SC", serif;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  color: #FFF;
}
.footer .footer-container .footer-section .footer-content .footer-content__heading .footer-content__heading_description {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
}
.footer .footer-container .footer-section .footer-content .footer-content__list {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin-bottom: 40px;
}
.footer .footer-container .footer-section .footer-content .footer-content__list .footer-content__list_item .footer-content__list_a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #fff;
}
.footer .footer-container .footer-section .footer-content .footer-content__list .footer-content__list_item .footer-content__list_a img {
  width: 100%;
  height: 100%;
  max-width: 15px;
  max-height: 15px;
}
.footer .footer-container .footer-section .footer-section__title {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
}
.footer .footer-container .footer-section .footer-section__link {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}

@media (max-width: 960px) {
  .footer .footer-container .footer-section {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .footer .footer-container .footer-section .footer-content .footer-content__list {
    justify-content: center;
    margin-bottom: 10px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background: #0F151A;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

main {
  flex: 1;
}
main .container .title {
  font-family: "Amatic SC", serif;
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
  color: #FFF;
  margin: 80px 0 10px 0;
}
main .container .list {
  list-style: none;
}
main .container .list .list-item {
  margin-bottom: 20px;
}
main .container .list .list-item:last-child {
  margin-bottom: 80px;
}
main .container .list .list-item .sub-title {
  font-family: "Amatic SC", serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFF;
  margin: 5px 0;
}
main .container .list .list-item .description {
  text-indent: 2em;
  font-family: "Montserrat Alternates", serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
}
main .container .list .list-item .description-list {
  list-style: disc;
  margin-left: 10px;
}
main .container .list .list-item .description-list .description-list-item {
  font-family: "Montserrat Alternates", serif;
  font-weight: 400;
  font-size: 16px;
  color: #FFF;
  padding: 0;
}

.google-play-button {
  border-radius: 30px;
  padding: 10px 32px;
  background-color: #1D2831;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  display: none !important;
  align-items: center;
  gap: 10px;
  line-height: 1;
  max-width: 185px;
  height: 40px;
}
.google-play-button img {
  width: 27px;
  height: 30px;
}
.google-play-button .google-play-button-text {
  display: flex;
  flex-direction: column;
}
.google-play-button .google-play-button-text span {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 20px;
  color: #FFF;
}

.particle {
  z-index: 9999999;
  position: absolute !important;
  font-size: 24px !important;
  pointer-events: none !important;
  animation: fly 1s ease-out forwards !important;
}

@keyframes fly {
  0% {
    transform: translate(0, 0) scale(1) !important;
    opacity: 1 !important;
  }
  100% {
    transform: translate(var(--x), var(--y)) scale(0.5) !important;
    opacity: 0 !important;
  }
}
.list .list-item {
  margin-bottom: 0px !important;
}

.title-blog {
  font-family: "Amatic SC", serif;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  color: #FFF;
  margin: 20px 0;
}

.blog-list .blog-list-item {
  font-family: "Montserrat Alternates", serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
}

.description-lyric {
  font-family: "Montserrat Alternates", serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFF !important;
  padding-left: 20px;
}

/*# sourceMappingURL=main.css.map */
