@keyframes move {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes move-b {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes move {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: Futura;
  src: url(../../public/fonts/Futura-Bold.ttf);
}
@font-face {
  font-family: Gilroy;
  src: url(../../public/fonts/Gilroy-Medium.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Gilroy";
}

/*
font-family: 'Merriweather', serif;
font-family: 'Merriweather Sans', sans-serif;
*/
h1 {
  font-size: 15.8vw !important;
  text-transform: uppercase;
  font-family: futura;
  line-height: 14vw;
  letter-spacing: -8px;
}

@media screen and (max-width: 481px) {
  h1 {
    font-size: 12.8vw !important;
    letter-spacing: 0;
  }
}
h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.5rem;
}

p {
  font-size: 1.2rem;
}

h1, h2 {
  font-family: "futura", serif;
}

h3 {
  font-family: "futura", sans-serif;
}

p {
  font-family: "Gilroy", sans-serif;
}

a {
  font-family: "Gilroy", sans-serif;
}

body {
  font-family: "Gilroy", sans-serif;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: rgb(185, 81, 37);
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul {
  margin: 0px;
  padding: 0px;
}

.clear {
  display: block;
  clear: both;
}

.home-card {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  min-height: 400px;
  transition: all 0.3s;
  display: flex;
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .home-card {
    max-width: 680px;
    height: 400px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .home-card {
    min-height: 500px;
    height: auto;
    margin: 0px auto;
    padding: 0px;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .home-card {
    height: 350px;
    padding: 0px;
  }
}
.home-card__item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .home-card__item {
    flex-direction: column;
    margin-top: 0px;
    padding: 0px;
  }
}
.home-card__item.card-slide-active .home-card__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.home-card__item.card-slide-active .home-card__content > * {
  opacity: 1;
  transform: none;
}
.home-card__item.card-slide-active .home-card__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.home-card__item.card-slide-active .home-card__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.home-card__item.card-slide-active .home-card__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.home-card__item.card-slide-active .home-card__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.home-card__item.card-slide-active .home-card__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.home-card__item.card-slide-active .home-card__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.home-card__item.card-slide-active .home-card__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.home-card__item.card-slide-active .home-card__content > *:nth-child(8) {
  transition-delay: 1s;
}
.home-card__item.card-slide-active .home-card__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.home-card__item.card-slide-active .home-card__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.home-card__item.card-slide-active .home-card__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.home-card__item.card-slide-active .home-card__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.home-card__item.card-slide-active .home-card__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.home-card__item.card-slide-active .home-card__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.home-card__item.card-slide-active .home-card__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.home-card__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-card__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  border-radius: 20px;
  opacity: 0.1;
}
.home-card__img img {
  width: 60%;
  height: 60%;
  object-fit: cover;
  display: block;
  opacity: 1;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .home-card__img {
    transform: translateY(-30px);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .home-card__img {
    width: 100%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .home-card__img {
    height: 270px;
  }
}
.home-card__content {
  color: #0d0925;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .home-card__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .home-card__content {
    padding: 0;
  }
}
.home-card__content > * {
  opacity: 1;
  transform: translateY(25px);
  transition: all 0.4s;
}
.home-card__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .home-card__code {
    color: #ffffff;
  }
}
.home-card__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.home-card__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.home-card__text h2 {
  line-height: 110%;
  margin-top: 30px;
  font-size: 1.2rem;
}
.home-card__text ul {
  margin-bottom: 30px;
}
.home-card__text ul li {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .home-card__text {
    padding: 0px 20px;
    text-align: left;
  }
}
.home-card__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .home-card__button {
    width: 100%;
  }
}
.home-card .card-container-horizontal > .card-pagination-bullets, .home-card .card-pagination-custom, .home-card .card-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.home-card__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .home-card__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.home-card__pagination.card-pagination-bullets .card-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .home-card__pagination.card-pagination-bullets .card-pagination-bullet {
    margin: 0 5px;
  }
}
.home-card__pagination .card-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.home-card__pagination .card-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .home-card__pagination .card-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

/*Buy button*/
.buy-btn {
  padding: 15px 40px;
  border: 2px solid #f05a28;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: 0.3s all ease;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 100%;
  resize: none;
  width: fit-content;
  border-radius: 1000px;
}

.buy-btn.dark {
  background: #000;
  border: 0px solid #f05a28;
}

.buy-btn.royal {
  background: #ffffff;
  border: 2px solid #233580;
  color: #233580;
}

.buy-btn.center {
  margin-left: auto;
  margin-right: auto;
}

.buy-btn span {
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transform: translateY(0px);
  display: block;
}

.buy-btn:hover span {
  transform: translateY(50px);
}

.buy-btn::after {
  content: attr(data-text);
  border-radius: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: inherit;
  line-height: inherit;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  background: #f05a28;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.buy-btn.royal::after {
  background: #233580;
}

.buy-btn:hover::after {
  transform: translateX(0%);
  opacity: 1;
}

.popup__overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.445);
  text-align: center;
  z-index: 100;
}

.popup__overlay:after {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
  content: "";
}

.popup {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 480px;
  padding: 20px;
  border: 1px solid black;
  background: black;
  color: white;
  vertical-align: middle;
}

.popup-form__row {
  margin: 1em 0;
}

.popup__close {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 12px;
  height: 12px;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.95) !important;
  text-decoration: none;
  font-weight: bold;
}

.popup__close:hover {
  color: #d13e24;
}

iframe {
  width: 100%;
  height: 100%;
}

/*
  Hamburger menu start
*/
.menu-opener {
  padding: 5px 10px;
  text-align: center;
  margin: 0px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0.8;
  font-weight: bold;
  display: none;
}

.hamburger {
  position: relative;
  margin-left: 10px;
  width: 25px;
  height: 25px;
  padding: 0px;
  outline: none;
  border: 0px;
  display: inline-block;
  overflow: hidden;
  padding: 3px;
}

.hamburger span {
  width: 20px;
  height: 4px;
  left: 5px;
  border-radius: 999px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.4s;
}

.hamburger span:nth-child(1) {
  top: 4px;
}

.hamburger span:nth-child(2) {
  top: 12px;
}

.hamburger span:nth-child(3) {
  top: 20px;
}

.menu-opener.is-open .hamburger span:nth-child(1) {
  transform: translateY(8px) translateX(0) rotate(45deg);
}

.menu-opener.is-open .hamburger span:nth-child(2) {
  transform: translateY(0px) translateX(-30px);
}

.menu-opener.is-open .hamburger span:nth-child(3) {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

nav.top {
  transition: all 0.4s;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
}

nav.top .menu {
  visibility: hidden;
  opacity: 0;
  /*transition: all 0.4s;*/
  width: 0px;
  height: 0px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  display: block;
  transition: opacity 0.4s ease, visibility 0.4s ease 0.4, width 0.4s ease 0.4, height 0.4s ease 0.4;
}

nav.top .menu li {
  list-style: none;
  text-align: center;
  padding: 5px 0px;
  transition: all 1s;
  margin: 0px;
  position: relative;
  display: block;
  height: 20px;
  line-height: 100%;
}

nav.top .menu li a {
  text-decoration: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

nav.top.active .menu {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 9999;
  box-sizing: border-box;
}

nav.top.active {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}

nav.top.active .menu li {
  display: block;
}

main {
  position: relative;
}

nav.top .menu li:nth-child(1) a {
  opacity: 0;
  padding-right: 20px;
  transition: opacity 0.4s ease-out 0.4s, padding 0.4s ease-out 0.4s;
}

nav.top .menu li:nth-child(2) a {
  opacity: 0;
  padding-right: 20px;
  transition: opacity 0.4s ease-out 0.45s, padding 0.4s ease-out 0.45s;
}

nav.top .menu li:nth-child(3) a {
  opacity: 0;
  padding-right: 20px;
  transition: opacity 0.4s ease-out 0.5s, padding 0.4s ease-out 0.5s;
}

nav.top .menu li:nth-child(4) a {
  opacity: 0;
  padding-right: 20px;
  transition: opacity 0.4s ease-out 0.55s, padding 0.4s ease-out 0.55s;
}

nav.top .menu li:nth-child(5) a {
  opacity: 0;
  padding-right: 20px;
  transition: opacity 0.4s ease-out 0.6s, padding 0.4s ease-out 0.6s;
}

nav.top .menu li:nth-child(6) a {
  opacity: 0;
  padding-right: 20px;
  transition: opacity 0.4s ease-out 0.65s, padding 0.4s ease-out 0.65s;
}

nav.top .menu li:nth-child(7) a {
  opacity: 0;
  padding-right: 20px;
  transition: opacity 0.4s ease-out 0.7s, padding 0.4s ease-out 0.7s;
}

nav.top .menu li a {
  opacity: 0;
  padding-right: 20px;
}

nav.top.active .menu li a {
  opacity: 1;
  padding-right: 0px;
}

/* Bounscing arrow */
.downArrow {
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/*
  Hamburger menu end
*/
/*
* HEADER STYLE
*/
.main_nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  padding: 25px 15px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  z-index: 1;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
.main_nav .logo {
  width: 200px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
.main_nav .logo #nav-part1 a {
  /* background-color: RED; */
  height: 82px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.main_nav .logo #nav-part1 a img {
  display: block;
  height: 82px;
}
.main_nav .container {
  flex-grow: 1;
  display: flex;
}
.main_nav .container nav {
  flex: 1;
  flex-grow: 1;
  display: flex;
  z-index: 1;
}
.main_nav .container nav ul {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.main_nav .container nav ul li {
  display: flex;
  align-items: center;
  position: relative;
}
.main_nav .container nav ul li a {
  color: #efefef;
  padding: 10px 15px;
}
.main_nav.scrolled {
  padding: 10px 15px;
}
.main_nav.scrolled .logo {
  width: 150px;
}

#header {
  height: 100vh;
  width: 100%;
}
#header .title {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 0;
  align-items: center;
  top: 35%;
  flex-direction: column;
}
#header .title .heading {
  display: block;
  color: #fff;
  margin-bottom: 15px;
}
#header .title .heading.logo img {
  width: 200px;
}
.hero-sub {
  min-height: 300px;
  display: flex;
  align-items: flex-end;
}
.hero-sub h1 {
  opacity: 0.2;
}

@media screen and (max-width: 481px) {
  .hero-sub {
    min-height: 200px;
    align-items: flex-end;
    display: flex;
    align-content: center;
    justify-content: center;
  }
}
.hero {
  height: 100vh;
}
.hero .left {
  flex: 0;
  background-color: #272727;
}
.hero .right {
  flex: 1;
  position: relative;
  overflow: hidden;
  background-color: #272727;
  text-shadow: #272727 1px 0 10px;
  color: #efefef;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hero .right h1 {
  margin-top: 200px;
  z-index: 20;
  margin-left: 20px;
}
.hero .right h2 {
  margin-top: 20px;
  line-height: 120%;
  z-index: 20;
  margin-left: 20px;
  text-shadow: #272727 1px 0 10px;
  padding: 10px 20px;
  margin: 20px;
}
.hero .right .vynil {
  height: 100%;
  width: auto;
  position: relative;
  z-index: 5;
}
.hero .right .vynil img {
  height: 600px;
  width: auto;
  transform-origin: center;
  animation: rotating 10s linear infinite;
  position: absolute;
  right: -200px;
  bottom: -200px;
}
.hero .right .waves {
  position: absolute;
  bottom: 0;
  z-index: 1;
  opacity: 0.9;
}
.hero .right .waves g {
  fill: none;
  stroke-width: 0.5px;
  stroke: url(#gradient_svg);
}

/* Hamburger Menu */
.BurgerButton {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 12.5px;
  margin-top: -12.5px;
  width: 25px;
  height: 18.75px;
  cursor: pointer;
}

.BurgerButton b {
  position: absolute;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: white;
}

.BurgerButton b:nth-child(1) {
  top: 0;
}

.BurgerButton b:nth-child(2) {
  top: 50%;
}

.BurgerButton b:nth-child(3) {
  top: 100%;
}

header {
  position: fixed;
  height: 120px;
  width: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(65, 65, 65, 0) 100%);
  padding: 20px 10px;
  z-index: 50;
  box-sizing: border-box;
  transition: all 300ms ease;
}

header::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 300ms ease;
}

header .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  position: relative;
  justify-content: space-between;
}

header .navigation .search-btn {
  flex: 1;
  position: relative;
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: left;
}

header .navigation .search-btn .inner {
  height: 40px;
  width: 40px;
  display: inline-block;
  cursor: pointer;
}

header .navigation .search-btn .inner img {
  height: 100%;
  max-width: 100%;
  width: auto;
}

header .navigation .logo {
  height: 100%;
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

header .navigation .logo .top-logo-link {
  flex: 15;
  margin-bottom: 10px;
}

header .navigation .logo .top-logo-link img {
  height: 100%;
  max-width: 100%;
  width: auto;
  transition: all 300ms ease;
}

header .navigation .logo .top-link {
  color: #efefef;
  text-align: center;
  flex: 1;
}

header .navigation .burger-menu {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  height: 100%;
  text-align: right;
  align-content: center;
}

header .navigation .burger-menu > div {
  width: 70px;
  height: 70px;
  position: relative;
  margin-right: 30px;
}

.scrolano header::before {
  opacity: 1;
  background: linear-gradient(180deg, #000000 0%, rgba(3, 3, 3, 0) 100%);
}

.scrolano header .navigation .logo .top-logo-link img {
  transform: scale(1.2);
}

nav.full_menu {
  position: fixed;
  z-index: 25;
  width: 100%;
  max-width: 350px;
  right: 0;
  background-color: #272727;
  padding-top: 100px;
  height: calc(100vh - 0px);
  opacity: 0.9;
  transform: translateX(calc(100vw - 0px));
  transition: all ease-in-out 400ms;
}

nav.full_menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  height: calc(100vh - 200px);
  margin-left: 0px;
}

nav.full_menu ul li {
  list-style: none;
  font-size: 28px;
  font-weight: 100;
  text-transform: uppercase;
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 -1px -1px;
  flex: 0 0 1;
  flex-grow: 1;
  align-items: stretch;
  display: flex;
}

nav.full_menu ul li a {
  text-align: center;
  transition: 500ms;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 42px;
  color: #efefef;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: normal;
  transition: all ease 400ms;
}

nav.full_menu ul li a:hover {
  background-color: #f05a28;
}

nav.full_menu ul li.active a {
  background-color: #f05a28;
}

nav.full_menu.active {
  display: block !important;
  opacity: 1;
  transform: translateY(0);
}

/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
footer {
  background-color: #272727;
  color: #fff;
  padding: 50px 20px 10px 20px;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}

footer ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  color: #fff;
}

footer .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

footer .footer .footer-logo {
  width: 100px;
}

footer .footer .footer-address {
  margin-top: 40px;
  display: flex;
  gap: 50px;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

footer .footer .footer-address a {
  color: #fff;
  border-bottom: 1px dashed #fff;
}

footer .footer .adresa {
  display: flex;
}

footer .footer .social-icons {
  margin-top: 20px;
}

footer .footer .social-icons ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

footer .footer .social-icons .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}

footer .footer .social-icons .icon svg {
  height: 100%;
  width: auto;
}

footer .footer .footer-links {
  margin-top: 30px;
}

footer .footer .subscribe-newsletters {
  margin-top: 30px;
}

footer .footer .copyrights {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  footer .footer .footer-address {
    justify-content: center;
  }
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  /*background: #b3d4fc;*/
  text-shadow: none;
}

::selection {
  /*background: #b3d4fc;*/
  text-shadow: none;
}

:focus {
  outline-color: transparent;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

h1,
h2,
h3 {
  margin: 0px;
  padding: 0px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background-color: #272727;
  color: #fff;
  /*display: flex;*/
}

a,
a:visited {
  text-decoration: none;
}

h1 {
  margin-bottom: 30px;
}

h2 {
  margin-bottom: 30px;
}

.slick-list {
  padding-bottom: 30px !important;
}

section {
  width: 100%;
  background-color: #272727;
  padding: 50px 20px;
  display: flex;
}
section#earnings {
  background-color: rgba(255, 165, 0, 0.7490196078);
}
section#earnings .block {
  background: orange;
}
section#earnings .img {
  background-color: #ff6a00;
}
section#hpservices {
  width: 100%;
  background-color: #EFEAE3;
  padding: 8vw 0;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
}
section#hpservices #moving-text {
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 0px;
}
section#hpservices #moving-text::-webkit-scrollbar {
  display: none;
}
section#hpservices .con {
  white-space: nowrap;
  display: inline-block;
  animation-name: move;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
section#hpservices .con.b {
  animation-name: move-b;
  animation-duration: 20s;
}
section#hpservices .con.c {
  animation-name: move;
  animation-duration: 18s;
}
section#hpservices h3 {
  font-size: 9vw;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
}
section#hpservices .gola {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: inline-block;
  background-color: #FE320A;
  margin: 1vw 2vw;
}
section#yt {
  text-align: center;
  flex-direction: column;
  align-items: center;
  background-color: #FFE53B;
  background-image: linear-gradient(147deg, #FFE53B 0%, #fd3838 74%);
}
section#yt img {
  max-width: 300px;
  height: auto;
}
section#cta {
  display: flex;
  align-items: center;
  background-color: #464646;
}
section#cta .page-container {
  align-items: center;
}
section .page-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
section .page-container .block {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
section .page-container .block .content {
  flex: 1;
  padding: 0px 30px;
  text-align: center;
}
section .page-container .block .content p {
  font-size: 1.2rem;
  line-height: 120%;
}
section .page-container .block .img {
  flex: 1;
}
section .page-container .block .img img {
  width: 100%;
  height: auto;
}
section .container {
  display: block;
  margin: 0px 50px;
  padding: 50px 20px;
}
section .container h2.title {
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  color: #BBA468;
  font-weight: 300;
  margin: 30px auto;
}
section .container h2.title::before {
  content: "";
  width: 80px;
  height: 1px;
  left: -100px;
  background-color: #BBA468;
  position: absolute;
  top: 50%;
}
section .container h2.title::after {
  content: "";
  width: 80px;
  height: 1px;
  right: -100px;
  background-color: #BBA468;
  position: absolute;
  top: 50%;
}
section#products_display .product_card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 15px;
  position: relative;
  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-pack: center;
  -ms-flex-pack: center;
  /*justify-content: center;*/
  overflow: hidden;
  padding: 220px 20px 20px 20px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  -webkit-transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
  transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
  transition-property: color, background-color, box-shadow, transform;
  transition-property: color, background-color, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  box-sizing: content-box;
  width: 300px;
  min-height: 300px;
}
section#products_display .product_card .header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 200px;
  background-color: rgba(50, 50, 93, 0.25);
}
section#products_display .product_card .header .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
section#products_display .product_card .body {
  line-height: 150%;
}
section#products_display .product_card .body h2 {
  margin-top: 40px;
  font-size: 20px;
  margin-bottom: 10px;
}
section#products_display .product_card .body .price {
  font-size: 30px;
}
section#products_display .product_card .body .subtitle {
  margin-top: 10px;
  margin-bottom: 10px;
}
section#products_display .product_card .body .details {
  margin-top: 20px;
  margin-bottom: 10px;
}
section#products_display .product_card .body hr {
  border-top: 1px solid #f2f4f7;
  margin-left: -40px;
  margin-right: -40px;
}
section#products_display .product_card .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #f7f8f9;
  border-top: 2px solid #f2f4f7;
  text-align: center;
  line-height: 40px;
}
section#products_display .product_card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #aab7c4;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
section#products_display .product_card:hover {
  color: #32325d !important;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
section#products_display .product_card:active,
section#products_display .product_card:hover {
  -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}
section#products_display .product_card:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
section#products_display .product_card:active:after {
  opacity: 0.15;
}

.kontakt-forma {
  background-color: #fff;
  margin-top: 20px;
}

#contact-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#contact-form input {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  flex-basis: 100%;
  padding: 10px;
  font-size: 1.2rem;
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  outline: none;
  transition: all 300ms ease-out;
  position: relative;
  border-bottom: 1px solid #f05a28;
  width: 100%;
}
#contact-form textarea {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  flex-basis: 100%;
  padding: 10px;
  font-size: 1.2rem;
  width: 100%;
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  outline: none;
  transition: all 300ms ease-out;
  position: relative;
  border-bottom: 1px solid #f05a28;
  resize: vertical;
}

#contact-form .contact-form-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#contact-form .contact-form-inner .inputs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#contact-form .btn {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.msg {
  text-align: center;
  padding: 50px;
}

/*
  MEDIA Queries
*/
@media screen and (max-width: 481px) {
  section .page-container {
    padding: 0;
  }
  section#earnings .block {
    flex-direction: column-reverse;
  }
  section#earnings .block .content {
    padding: 20px 20px;
  }
}