* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --color-1: #ecdcc6;
  --color-2: #ffab36;
  --color-3: #ada8a2;
  --color-4: #3a2119;
  --color-5: #9f9a95;
  --color-6: #665e56;
  --color-7: #423f3c;
}

body, html {
  overflow-x: hidden;
}

body {
  background-color: black;
  font-family: 'Philosopher';
}

header {
  background: url(../images/bg/1.jpg) top no-repeat;
  /**height: 980px;**/
  padding-bottom: 30px;
}

header .logo {
  -webkit-animation: float 2s infinite ease-in-out;
          animation: float 2s infinite ease-in-out;
}

header .container {
  text-align: center;
  padding-top: 110px;
}

header .header-text {
  margin-bottom: 60px;
}

header .header-text h1 {
  color: var(--color-1);
  font-size: 50px;
  width: 55%;
  margin: 0 auto;
  margin-bottom: 52px;
  font-family: 'Philosopher';
  font-weight: bold;
  text-transform: uppercase;
}

header .header-text h1 span {
  color: var(--color-2);
}

header .header-text p {
  color: var(--color-3);
  font-size: 24px;
  width: 90%;
  margin: 0 auto;
}

header .line {
  background: url(../images/line.png) top no-repeat;
  height: 24px;
  margin-bottom: 52px;
}

header .header-buttons .a1 {
  background: url(../images/buttons/1.png) top no-repeat;
  color: var(--color-4);
  margin-right: 10px;
}

header .header-buttons .a2 {
  background: url(../images/buttons/2.png) top no-repeat;
  color: var(--color-1);
}

header .header-buttons a {
  width: 288px;
  height: 64px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  -webkit-transition: .5s;
  transition: .5s;
  font-family: 'Philosopher';
}

header .header-buttons a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.information {
  background: url(../images/bg/2.jpg) top no-repeat;
  height: 740px;
  padding-top: 75px;
  overflow: hidden;
}

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

.information .information-text {
  padding-top: 150px;
}

.information .information-text h1 {
  font-family: 'Philosopher';
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-1);
  font-size: 40px;
  margin-bottom: 34px;
}

.information .information-text h1 span {
  color: var(--color-2);
}

.information .information-text .line {
  background: url(../images/line.png) top no-repeat;
  height: 24px;
  margin-bottom: 30px;
}

.information .information-text p {
  color: var(--color-3);
  font-size: 18px;
  width: 85%;
  margin: 0 auto;
  line-height: 30px;
}

.information .information-text p span {
  color: var(--color-2);
}

.information .information-text p strong {
  color: var(--color-1);
  text-decoration: underline;
}

.information .information-content .swiper-slide:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(255, 255, 255, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
  right: 0;
  top: 0;
}

.information .information-content .swiper-slide {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.information .information-content .swiper-slide:hover .information-content-icon {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.information .information-content .swiper-slide:hover .information-content-text {
  color: white;
}

.information .information-content .information-content-icon {
  background: url(../images/icons/border.png);
  width: 157px;
  height: 157px;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.information .information-content .information-content-text {
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 22px;
  color: var(--color-1);
  width: 70%;
  margin: 0 auto;
  font-family: 'Philosopher';
  text-transform: uppercase;
}

.features {
  background: url(../images/bg/3.jpg) top no-repeat;
  height: 863px;
  padding-top: 80px;
  overflow: hidden;
}

.features .dot-line {
  text-align: center;
}

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

.features .features-title .icon {
  text-align: center;
}

.features .features-title h1 {
  font-size: 40px;
  color: var(--color-1);
  font-family: 'Philosopher';
  font-weight: bold;
  margin-bottom: 20px;
}

.features .features-title h1 span {
  color: var(--color-2);
}

.features .features-content {
  padding-top: 10px;
}

.features .features-content .swiper-slide {
  height: 530px;
  border: 2px solid #5c5c5c;
  padding: 5px;
  position: relative;
}

.features .features-content .swiper-slide .icon {
  position: absolute;
  top: -13px;
  left: 0px;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.features .features-content .swiper-slide .features-content-info {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.features .features-content .swiper-slide .features-content-info div {
  position: absolute;
  bottom: 42px;
  text-align: center;
  width: 100%;
}

.features .features-content .swiper-slide .features-content-info div h1 {
  color: var(--color-1);
  font-family: 'Philosopher';
  font-size: 24px;
  width: 80%;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.features .features-content .swiper-slide .features-content-info div p {
  color: var(--color-3);
  font-size: 16px;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 35px;
}

.features .features-content .swiper-slide .features-content-info div a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 224px;
  height: 47px;
  background: url(../images/buttons/3.png) top no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: var(--color-1);
  font-size: 16px;
  font-family: 'Philosopher';
  -webkit-transition: .5s;
  transition: .5s;
}

.features .features-content .swiper-slide .features-content-info div a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.faq {
  background: url(../images/bg/4.jpg) top no-repeat;
  height: 640px;
  padding-top: 80px;
}

.faq .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq .container .faq-content {
  width: 45%;
}

.faq .container .faq-content div:not(:last-child) {
  margin-bottom: 72px;
}

.faq .container .faq-content div h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-1);
  font-family: 'Philosopher';
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.faq .container .faq-content div h1 img {
  margin-right: 15px;
}

.faq .container .faq-content div p {
  font-size: 18px;
  color: var(--color-5);
  line-height: 25px;
}

.timer {
  background: url(../images/bg/5.jpg) top no-repeat;
  height: 629px;
  text-align: center;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.timer h1 {
  color: var(--color-1);
  font-size: 40px;
  font-family: 'Philosopher';
  text-transform: uppercase;
  margin-bottom: 35px;
}

.timer .line {
  background: url(../images/line.png) top no-repeat;
  height: 24px;
  margin-bottom: 35px;
}

.timer p {
  color: var(--color-5);
  font-size: 24px;
}

.timer .timer-buttons {
  margin-top: 50px;
}

.timer .timer-buttons .a1 {
  background: url(../images/buttons/1.png) top no-repeat;
  color: var(--color-4);
  margin-right: 10px;
}

.timer .timer-buttons .a2 {
  background: url(../images/buttons/2.png) top no-repeat;
  color: var(--color-1);
}

.timer .timer-buttons a {
  width: 288px;
  height: 64px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-family: 'Philosopher';
  -webkit-transition: .5s;
  transition: .5s;
}

.timer .timer-buttons a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#timer-countdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 40px;
}

#timer-countdown div:not(:last-child) {
  padding-right: 35px;
  margin-right: 35px;
}

#timer-countdown div:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(255, 255, 255, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
  height: 100%;
  top: 0;
  right: 0;
}

#timer-countdown div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--color-2);
  font-size: 85px;
  font-family: 'Philosopher';
  font-weight: bold;
  position: relative;
}

#timer-countdown div span {
  color: var(--color-1);
  font-size: 24px;
  font-family: 'Philosopher';
  font-weight: normal;
  margin-top: -12px;
}

.play {
  background: url(../images/bg/5-2.jpg) top no-repeat;
  height: 629px;
  text-align: center;
  padding-top: 170px;
  position: relative;
  overflow: hidden;
}

.play h1 {
  color: var(--color-1);
  font-size: 40px;
  font-family: 'Philosopher';
  text-transform: uppercase;
  margin-bottom: 35px;
}

.play .line {
  background: url(../images/line.png) top no-repeat;
  height: 24px;
  margin-bottom: 35px;
}

.play p {
  color: var(--color-5);
  font-size: 24px;
}

.play .play-buttons {
  margin-top: 50px;
}

.play .play-buttons .a1 {
  background: url(../images/buttons/1.png) top no-repeat;
  color: var(--color-4);
  margin-right: 10px;
}

.play .play-buttons .a2 {
  background: url(../images/buttons/2.png) top no-repeat;
  color: var(--color-1);
}

.play .play-buttons a {
  width: 288px;
  height: 64px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-family: 'Philosopher';
  -webkit-transition: .5s;
  transition: .5s;
}

.play .play-buttons a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

footer {
  background: url(../images/bg/6.jpg) top no-repeat;
  height: 328px;
  text-align: center;
  padding-top: 100px;
}

footer .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

footer p {
  color: var(--color-6);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

footer span {
  font-size: 12px;
  color: var(--color-7);
  width: 70%;
  margin: 0 auto;
  display: block;
  font-weight: 500;
  line-height: 18px;
}

.effects {
  position: absolute;
  -webkit-animation: fly 15s infinite ease-in-out;
          animation: fly 15s infinite ease-in-out;
  pointer-events: none;
}

.effects2 {
  position: absolute;
  -webkit-animation: fly 25s infinite ease-in-out;
          animation: fly 25s infinite ease-in-out;
  pointer-events: none;
}

@-webkit-keyframes fly {
  0% {
    top: 200px;
    left: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -1000px;
    opacity: 1;
    left: -1000px;
  }
}

@keyframes fly {
  0% {
    top: 200px;
    left: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -1000px;
    opacity: 1;
    left: -1000px;
  }
}

.container {
  width: 1285px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  footer {
    padding-top: 50px;
  }
  .timer {
    background: url(../images/bg/5-mobile.jpg) top no-repeat;
    background-color: #221e1b;
    height: 100%;
    padding-bottom: 50px;
  }
  .timer .effects {
    display: none;
  }
  .timer .effects2 {
    display: none;
  }
  .timer .timer-buttons .a1 {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .play {
    padding-top: 100px;
  }
  .play .effects {
    display: none;
  }
  .play .effects2 {
    display: none;
  }
  .play h1 {
    font-size: 30px;
  }
  .play p {
    font-size: 16px;
  }
  .play .play-buttons .a1 {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #timer-countdown div:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
  }
  #timer-countdown div:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(255, 255, 255, 0.2)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
    height: 100%;
    top: 0;
    right: 0;
  }
  #timer-countdown div {
    font-size: 34px;
  }
  #timer-countdown div span {
    font-size: 14px;
    margin-top: 0px;
  }
  .faq {
    background: url(../images/bg/4-mobile.jpg) top no-repeat;
    background-color: #1c1815;
    height: 100%;
    padding-bottom: 50px;
  }
  .faq .container .faq-content:not(:last-child) {
    margin-bottom: 70px;
  }
  .faq .container .faq-content {
    width: 100%;
  }
  .information {
    height: 100%;
    padding-bottom: 50px;
    background: url(../images/bg/2-mobile.jpg) top no-repeat;
    background-color: #191512;
  }
  .information .information-content .information-content-text {
    width: 80%;
  }
  header .logo {
    margin-bottom: 30px;
  }
  header .logo img {
    width: 320px;
  }
  header .header-text h1 {
    font-size: 40px;
    width: 100%;
  }
  header .header-text p {
    width: 100%;
  }
  header .header-buttons .a1 {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 1285px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
  .effects {
    display: none;
  }
  .effects2 {
    display: none;
  }
  .features .dot-line {
    display: none;
  }
  .features .features-title {
    margin-bottom: 50px;
  }
  .features .features-title .icon {
    display: none;
  }
}

@media (min-width: 1920px) {
  header {
    background: url(../images/bg/1.jpg) top/cover no-repeat;
  }
  .information {
    background: url(../images/bg/2.jpg) top/cover no-repeat;
  }
  .features {
    background: url(../images/bg/3.jpg) top/cover no-repeat;
  }
  .faq {
    background: url(../images/bg/4.jpg) top/cover no-repeat;
  }
  .timer {
    background: url(../images/bg/5.jpg) top/cover no-repeat;
  }
  .play {
    background: url(../images/bg/5-2.jpg) top/cover no-repeat;
  }
  footer {
    background: url(../images/bg/6.jpg) top/cover no-repeat;
  }
}
/*# sourceMappingURL=main.css.map */

.content-menu-button a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 280px;
    height: 40px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    clip-path: polygon(0% 0px, 80% 0px, 100% 100%, 80% 100%, 20% 100%, 10% 50%);
    background: linear-gradient(152deg, rgb(185 0 0), rgb(89 0 0));
    text-decoration: none;
    transition: all 0.5s ease 0s;
}