@keyframes color {
  0% {
    background: #33CCCC; }
  20% {
    background: #33CC36; }
  40% {
    background: #B8CC33; }
  60% {
    background: #FCCA00; }
  80% {
    background: #33CC36; }
  100% {
    background: #33CCCC; } }
.animation-backgrounds-1 section.section.bg-animation {
  background: #33CCCC;
  /* Fallback */
  animation: color 9s infinite linear;
  text-align: center;
  padding: 2em; }
.animation-backgrounds-1 .btn {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  border-width: 2px !important;
  border-radius: 33px !important; }
  .animation-backgrounds-1 .btn:hover {
    background-color: #ffffff !important;
    color: #32c028 !important;
    border-color: #ffffff !important; }

@keyframes AnimateBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.animation-backgrounds-2 section.section.bg-animation {
  background-size: 300% 300%;
  background-image: linear-gradient(-45deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  animation: AnimateBG 20s ease infinite; }
.animation-backgrounds-2 .btn {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  font-size: 16px !important;
  padding: 0.9em 2em !important; }
  .animation-backgrounds-2 .btn:hover {
    background-color: #ffffff !important;
    color: #006aff !important; }

.animation-backgrounds-3 {
  /* Animate Background*/
  /* ============= Animation background ========= */ }
@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1; }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0; } }
  .animation-backgrounds-3 .container-fluid.animation {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #FFF; }
  .animation-backgrounds-3 .background {
    background: linear-gradient(132deg, #FC415A, #591BC5, #212335);
    background-size: 400% 400%;
    animation: Gradient 15s ease infinite;
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0px; }
  .animation-backgrounds-3 .cube {
    position: absolute;
    top: 80vh;
    left: 45vw;
    width: 10px;
    height: 10px;
    border: solid 1px #D7D4E4;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    animation: cube 12s ease-in forwards infinite; }
  .animation-backgrounds-3 .cube:nth-child(2n) {
    border-color: #FFF; }
  .animation-backgrounds-3 .cube:nth-child(2) {
    animation-delay: 2s;
    left: 25vw;
    top: 40vh; }
  .animation-backgrounds-3 .cube:nth-child(3) {
    animation-delay: 4s;
    left: 75vw;
    top: 50vh; }
  .animation-backgrounds-3 .cube:nth-child(4) {
    animation-delay: 6s;
    left: 90vw;
    top: 10vh; }
  .animation-backgrounds-3 .cube:nth-child(5) {
    animation-delay: 8s;
    left: 10vw;
    top: 85vh; }
  .animation-backgrounds-3 .cube:nth-child(6) {
    animation-delay: 10s;
    left: 50vw;
    top: 10vh; }
  .animation-backgrounds-3 .btn {
    background-color: #b500da !important;
    color: #ffffff !important;
    font-size: 18px !important;
    padding: 0.9em 2em !important;
    border-color: #b500da !important; }
    .animation-backgrounds-3 .btn:hover {
      background-color: rgba(255, 0, 0, 0) !important;
      color: #ffffff !important;
      border-color: #ffffff !important; }

.animation-backgrounds-4 {
  margin: 0;
  overflow: hidden; }
  .animation-backgrounds-4 .background {
    width: 100vw;
    height: 100vh;
    background: #3E1E68; }
  .animation-backgrounds-4 .background span {
    width: 20vmin;
    height: 20vmin;
    border-radius: 20vmin;
    backface-visibility: hidden;
    position: absolute;
    animation-name: move;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
    .animation-backgrounds-4 .background span:nth-child(1) {
      color: #E45A84;
      top: 6%;
      left: 87%;
      animation-duration: 13.2s;
      animation-delay: -7.3s;
      transform-origin: -18vw -18vh;
      box-shadow: 40vmin 0 13.8295513027vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(2) {
      color: #FFACAC;
      top: 74%;
      left: 46%;
      animation-duration: 12.2s;
      animation-delay: -1.8s;
      transform-origin: -3vw 7vh;
      box-shadow: -40vmin 0 7.7635317249vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(3) {
      color: #E45A84;
      top: 71%;
      left: 11%;
      animation-duration: 11.1s;
      animation-delay: -1.9s;
      transform-origin: -20vw 7vh;
      box-shadow: 40vmin 0 12.5532371585vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(4) {
      color: #583C87;
      top: 58%;
      left: 11%;
      animation-duration: 15.5s;
      animation-delay: -5.6s;
      transform-origin: 2vw -15vh;
      box-shadow: -40vmin 0 14.6489691522vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(5) {
      color: #FFACAC;
      top: 8%;
      left: 11%;
      animation-duration: 12.8s;
      animation-delay: -15.9s;
      transform-origin: -7vw 18vh;
      box-shadow: 40vmin 0 10.5517180909vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(6) {
      color: #E45A84;
      top: 52%;
      left: 58%;
      animation-duration: 10.8s;
      animation-delay: -9s;
      transform-origin: 9vw 8vh;
      box-shadow: 40vmin 0 7.616503vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(7) {
      color: #E45A84;
      top: 91%;
      left: 58%;
      animation-duration: 13s;
      animation-delay: -4.2s;
      transform-origin: -18vw -9vh;
      box-shadow: 40vmin 0 5.3392752834vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(8) {
      color: #583C87;
      top: 19%;
      left: 90%;
      animation-duration: 10.5s;
      animation-delay: -4s;
      transform-origin: 15vw 21vh;
      box-shadow: -40vmin 0 9.7893181023vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(9) {
      color: #FFACAC;
      top: 13%;
      left: 4%;
      animation-duration: 11.7s;
      animation-delay: -8.7s;
      transform-origin: 16vw 1vh;
      box-shadow: 40vmin 0 13.9257360733vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(10) {
      color: #FFACAC;
      top: 85%;
      left: 74%;
      animation-duration: 12.4s;
      animation-delay: -6.6s;
      transform-origin: -2vw 18vh;
      box-shadow: -40vmin 0 6.2503106884vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(11) {
      color: #FFACAC;
      top: 69%;
      left: 17%;
      animation-duration: 12.4s;
      animation-delay: -12.1s;
      transform-origin: 3vw 2vh;
      box-shadow: 40vmin 0 12.1830428989vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(12) {
      color: #FFACAC;
      top: 78%;
      left: 22%;
      animation-duration: 15.1s;
      animation-delay: -3.5s;
      transform-origin: -9vw 6vh;
      box-shadow: -40vmin 0 7.6765958723vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(13) {
      color: #FFACAC;
      top: 54%;
      left: 33%;
      animation-duration: 11.1s;
      animation-delay: -15.6s;
      transform-origin: -21vw 4vh;
      box-shadow: 40vmin 0 6.0189905528vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(14) {
      color: #E45A84;
      top: 85%;
      left: 51%;
      animation-duration: 14.4s;
      animation-delay: -10.3s;
      transform-origin: -7vw 4vh;
      box-shadow: 40vmin 0 12.4790372649vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(15) {
      color: #FFACAC;
      top: 34%;
      left: 3%;
      animation-duration: 11.2s;
      animation-delay: -14.7s;
      transform-origin: 20vw 10vh;
      box-shadow: -40vmin 0 12.4613116371vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(16) {
      color: #E45A84;
      top: 75%;
      left: 25%;
      animation-duration: 15.8s;
      animation-delay: -12.3s;
      transform-origin: 22vw 19vh;
      box-shadow: -40vmin 0 13.9628387933vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(17) {
      color: #583C87;
      top: 17%;
      left: 39%;
      animation-duration: 12.3s;
      animation-delay: -11.1s;
      transform-origin: -14vw -7vh;
      box-shadow: 40vmin 0 9.5660052943vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(18) {
      color: #E45A84;
      top: 56%;
      left: 77%;
      animation-duration: 15.1s;
      animation-delay: -9.1s;
      transform-origin: -15vw -22vh;
      box-shadow: 40vmin 0 11.1087400786vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(19) {
      color: #E45A84;
      top: 51%;
      left: 84%;
      animation-duration: 12.9s;
      animation-delay: -15.5s;
      transform-origin: -12vw -2vh;
      box-shadow: 40vmin 0 11.3803489825vmin currentColor; }
    .animation-backgrounds-4 .background span:nth-child(20) {
      color: #E45A84;
      top: 68%;
      left: 6%;
      animation-duration: 10.4s;
      animation-delay: -3.9s;
      transform-origin: 1vw 1vh;
      box-shadow: 40vmin 0 7.1354624165vmin currentColor; }
@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg); } }
  .animation-backgrounds-4 .btn {
    color: #ffffff !important;
    border-color: #ffffff !important;
    border-radius: 33px !important;
    font-size: 18px !important;
    padding: 0.9em 2em !important;
    background-color: transparent !important; }
    .animation-backgrounds-4 .btn:hover {
      background-color: #ffffff !important;
      color: #950063 !important; }

.animation-backgrounds-5 .context {
  width: 100%;
  position: absolute;
  top: 50vh; }
.animation-backgrounds-5 .area {
  width: 100%;
  height: 100vh; }
.animation-backgrounds-5 .circles {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
.animation-backgrounds-5 .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px; }
.animation-backgrounds-5 .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s; }
.animation-backgrounds-5 .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s; }
.animation-backgrounds-5 .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s; }
.animation-backgrounds-5 .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s; }
.animation-backgrounds-5 .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s; }
.animation-backgrounds-5 .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s; }
.animation-backgrounds-5 .circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s; }
.animation-backgrounds-5 .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s; }
.animation-backgrounds-5 .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s; }
.animation-backgrounds-5 .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s; }
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }
.animation-backgrounds-5 .btn {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  border-width: 4px !important;
  font-size: 16px !important;
  padding: 0.9em 2em !important; }

.animation-backgrounds-6 .bg-animation {
  background: radial-gradient(ellipse at bottom, #0d1d31 0%, #0c0d13 100%);
  overflow: hidden;
  z-index: 3; }
.animation-backgrounds-6 .stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  transform: rotate(-45deg);
  z-index: -1; }
.animation-backgrounds-6 .star {
  --star-color: #ffffff;
  --star-tail-length: 6em;
  --star-tail-height: 2px;
  --star-width: calc(var(--star-tail-length) / 6);
  --fall-duration: 9s;
  --tail-fade-duration: var(--fall-duration);
  position: absolute;
  top: var(--top-offset);
  left: 0;
  width: var(--star-tail-length);
  height: var(--star-tail-height);
  color: var(--star-color);
  background: linear-gradient(45deg, currentColor, transparent);
  border-radius: 50%;
  filter: drop-shadow(0 0 6px currentColor);
  transform: translate3d(104em, 0, 0);
  animation: fall var(--fall-duration) var(--fall-delay) linear infinite, tail-fade var(--tail-fade-duration) var(--fall-delay) ease-out infinite; }
  @media screen and (max-width: 750px) {
    .animation-backgrounds-6 .star {
      animation: fall var(--fall-duration) var(--fall-delay) linear infinite; } }
  .animation-backgrounds-6 .star:nth-child(1) {
    --star-tail-length: 5.36em;
    --top-offset: 36.22vh;
    --fall-duration: 10.902s;
    --fall-delay: 3.706s; }
  .animation-backgrounds-6 .star:nth-child(2) {
    --star-tail-length: 7.13em;
    --top-offset: 62.47vh;
    --fall-duration: 7.959s;
    --fall-delay: 0.74s; }
  .animation-backgrounds-6 .star:nth-child(3) {
    --star-tail-length: 6.62em;
    --top-offset: 8.24vh;
    --fall-duration: 10.395s;
    --fall-delay: 3.675s; }
  .animation-backgrounds-6 .star:nth-child(4) {
    --star-tail-length: 5.91em;
    --top-offset: 73.87vh;
    --fall-duration: 7.543s;
    --fall-delay: 6.973s; }
  .animation-backgrounds-6 .star:nth-child(5) {
    --star-tail-length: 6.1em;
    --top-offset: 34.19vh;
    --fall-duration: 11.023s;
    --fall-delay: 2.596s; }
  .animation-backgrounds-6 .star:nth-child(6) {
    --star-tail-length: 6.35em;
    --top-offset: 48.12vh;
    --fall-duration: 9.253s;
    --fall-delay: 1.087s; }
  .animation-backgrounds-6 .star:nth-child(7) {
    --star-tail-length: 5.96em;
    --top-offset: 0.91vh;
    --fall-duration: 7.311s;
    --fall-delay: 7.669s; }
  .animation-backgrounds-6 .star:nth-child(8) {
    --star-tail-length: 5.15em;
    --top-offset: 38.75vh;
    --fall-duration: 9.442s;
    --fall-delay: 7.995s; }
  .animation-backgrounds-6 .star:nth-child(9) {
    --star-tail-length: 6.79em;
    --top-offset: 19.26vh;
    --fall-duration: 11.069s;
    --fall-delay: 9.494s; }
  .animation-backgrounds-6 .star:nth-child(10) {
    --star-tail-length: 5.34em;
    --top-offset: 28.47vh;
    --fall-duration: 6.108s;
    --fall-delay: 5.073s; }
  .animation-backgrounds-6 .star:nth-child(11) {
    --star-tail-length: 6.1em;
    --top-offset: 61.8vh;
    --fall-duration: 10.648s;
    --fall-delay: 7.315s; }
  .animation-backgrounds-6 .star:nth-child(12) {
    --star-tail-length: 5.66em;
    --top-offset: 91.83vh;
    --fall-duration: 8.823s;
    --fall-delay: 1.317s; }
  .animation-backgrounds-6 .star:nth-child(13) {
    --star-tail-length: 7.44em;
    --top-offset: 35.09vh;
    --fall-duration: 7.547s;
    --fall-delay: 8.972s; }
  .animation-backgrounds-6 .star:nth-child(14) {
    --star-tail-length: 6.51em;
    --top-offset: 51.87vh;
    --fall-duration: 8.797s;
    --fall-delay: 5.557s; }
  .animation-backgrounds-6 .star:nth-child(15) {
    --star-tail-length: 7.21em;
    --top-offset: 99.02vh;
    --fall-duration: 9.993s;
    --fall-delay: 7.574s; }
  .animation-backgrounds-6 .star:nth-child(16) {
    --star-tail-length: 6.39em;
    --top-offset: 26.24vh;
    --fall-duration: 7.945s;
    --fall-delay: 1.191s; }
  .animation-backgrounds-6 .star:nth-child(17) {
    --star-tail-length: 5.14em;
    --top-offset: 37.33vh;
    --fall-duration: 7.461s;
    --fall-delay: 0.565s; }
  .animation-backgrounds-6 .star:nth-child(18) {
    --star-tail-length: 7.49em;
    --top-offset: 29.67vh;
    --fall-duration: 7.361s;
    --fall-delay: 0.424s; }
  .animation-backgrounds-6 .star:nth-child(19) {
    --star-tail-length: 5.39em;
    --top-offset: 84.07vh;
    --fall-duration: 9.081s;
    --fall-delay: 0.009s; }
  .animation-backgrounds-6 .star:nth-child(20) {
    --star-tail-length: 6.67em;
    --top-offset: 47.72vh;
    --fall-duration: 9.084s;
    --fall-delay: 6.584s; }
  .animation-backgrounds-6 .star:nth-child(21) {
    --star-tail-length: 6.64em;
    --top-offset: 35.39vh;
    --fall-duration: 10.249s;
    --fall-delay: 9.172s; }
  .animation-backgrounds-6 .star:nth-child(22) {
    --star-tail-length: 5.66em;
    --top-offset: 89.58vh;
    --fall-duration: 8.12s;
    --fall-delay: 2.097s; }
  .animation-backgrounds-6 .star:nth-child(23) {
    --star-tail-length: 6.93em;
    --top-offset: 94.46vh;
    --fall-duration: 11.966s;
    --fall-delay: 7.261s; }
  .animation-backgrounds-6 .star:nth-child(24) {
    --star-tail-length: 6.42em;
    --top-offset: 81.61vh;
    --fall-duration: 7.535s;
    --fall-delay: 1.351s; }
  .animation-backgrounds-6 .star:nth-child(25) {
    --star-tail-length: 5.9em;
    --top-offset: 80.1vh;
    --fall-duration: 9.641s;
    --fall-delay: 1.011s; }
  .animation-backgrounds-6 .star:nth-child(26) {
    --star-tail-length: 5.53em;
    --top-offset: 29.66vh;
    --fall-duration: 6.821s;
    --fall-delay: 5.335s; }
  .animation-backgrounds-6 .star:nth-child(27) {
    --star-tail-length: 5.01em;
    --top-offset: 61.17vh;
    --fall-duration: 11.725s;
    --fall-delay: 1.653s; }
  .animation-backgrounds-6 .star:nth-child(28) {
    --star-tail-length: 6.61em;
    --top-offset: 98.38vh;
    --fall-duration: 7.069s;
    --fall-delay: 6.028s; }
  .animation-backgrounds-6 .star:nth-child(29) {
    --star-tail-length: 5.5em;
    --top-offset: 96.91vh;
    --fall-duration: 7.042s;
    --fall-delay: 2.447s; }
  .animation-backgrounds-6 .star:nth-child(30) {
    --star-tail-length: 6.01em;
    --top-offset: 77.73vh;
    --fall-duration: 11.754s;
    --fall-delay: 8.085s; }
  .animation-backgrounds-6 .star:nth-child(31) {
    --star-tail-length: 6.87em;
    --top-offset: 27.07vh;
    --fall-duration: 11.682s;
    --fall-delay: 5.283s; }
  .animation-backgrounds-6 .star:nth-child(32) {
    --star-tail-length: 7.46em;
    --top-offset: 40.42vh;
    --fall-duration: 9.417s;
    --fall-delay: 8.564s; }
  .animation-backgrounds-6 .star:nth-child(33) {
    --star-tail-length: 7em;
    --top-offset: 48.49vh;
    --fall-duration: 9.684s;
    --fall-delay: 0.774s; }
  .animation-backgrounds-6 .star:nth-child(34) {
    --star-tail-length: 6.92em;
    --top-offset: 50.07vh;
    --fall-duration: 10.311s;
    --fall-delay: 6.295s; }
  .animation-backgrounds-6 .star:nth-child(35) {
    --star-tail-length: 6.06em;
    --top-offset: 43.5vh;
    --fall-duration: 8.241s;
    --fall-delay: 7.978s; }
  .animation-backgrounds-6 .star:nth-child(36) {
    --star-tail-length: 6.56em;
    --top-offset: 95.44vh;
    --fall-duration: 6.385s;
    --fall-delay: 7.91s; }
  .animation-backgrounds-6 .star:nth-child(37) {
    --star-tail-length: 5.08em;
    --top-offset: 7.89vh;
    --fall-duration: 6.625s;
    --fall-delay: 0.548s; }
  .animation-backgrounds-6 .star:nth-child(38) {
    --star-tail-length: 5.94em;
    --top-offset: 95.9vh;
    --fall-duration: 11.057s;
    --fall-delay: 5.247s; }
  .animation-backgrounds-6 .star:nth-child(39) {
    --star-tail-length: 7.11em;
    --top-offset: 31.93vh;
    --fall-duration: 7.385s;
    --fall-delay: 4.124s; }
  .animation-backgrounds-6 .star:nth-child(40) {
    --star-tail-length: 7.35em;
    --top-offset: 80.55vh;
    --fall-duration: 6.734s;
    --fall-delay: 1.499s; }
  .animation-backgrounds-6 .star:nth-child(41) {
    --star-tail-length: 6.37em;
    --top-offset: 19.35vh;
    --fall-duration: 6.801s;
    --fall-delay: 3.685s; }
  .animation-backgrounds-6 .star:nth-child(42) {
    --star-tail-length: 6.7em;
    --top-offset: 19.41vh;
    --fall-duration: 8.109s;
    --fall-delay: 7.866s; }
  .animation-backgrounds-6 .star:nth-child(43) {
    --star-tail-length: 6.59em;
    --top-offset: 88.89vh;
    --fall-duration: 7.124s;
    --fall-delay: 0.733s; }
  .animation-backgrounds-6 .star:nth-child(44) {
    --star-tail-length: 6.85em;
    --top-offset: 86.92vh;
    --fall-duration: 9.637s;
    --fall-delay: 5.118s; }
  .animation-backgrounds-6 .star:nth-child(45) {
    --star-tail-length: 7.08em;
    --top-offset: 7.96vh;
    --fall-duration: 9.836s;
    --fall-delay: 3.791s; }
  .animation-backgrounds-6 .star:nth-child(46) {
    --star-tail-length: 7.3em;
    --top-offset: 26.41vh;
    --fall-duration: 7.903s;
    --fall-delay: 7.782s; }
  .animation-backgrounds-6 .star:nth-child(47) {
    --star-tail-length: 6.9em;
    --top-offset: 32.9vh;
    --fall-duration: 7.513s;
    --fall-delay: 4.775s; }
  .animation-backgrounds-6 .star:nth-child(48) {
    --star-tail-length: 5.2em;
    --top-offset: 14.83vh;
    --fall-duration: 11.726s;
    --fall-delay: 8.796s; }
  .animation-backgrounds-6 .star:nth-child(49) {
    --star-tail-length: 6.25em;
    --top-offset: 30.5vh;
    --fall-duration: 11.287s;
    --fall-delay: 1.145s; }
  .animation-backgrounds-6 .star:nth-child(50) {
    --star-tail-length: 6.97em;
    --top-offset: 1.72vh;
    --fall-duration: 8.288s;
    --fall-delay: 2.554s; }
  .animation-backgrounds-6 .star::before, .animation-backgrounds-6 .star::after {
    position: absolute;
    content: '';
    top: 0;
    left: calc(var(--star-width) / -2);
    width: var(--star-width);
    height: 100%;
    background: linear-gradient(45deg, transparent, currentColor, transparent);
    border-radius: inherit;
    animation: blink 2s linear infinite; }
  .animation-backgrounds-6 .star::before {
    transform: rotate(45deg); }
  .animation-backgrounds-6 .star::after {
    transform: rotate(-45deg); }
@keyframes fall {
  to {
    transform: translate3d(-30em, 0, 0); } }
@keyframes tail-fade {
  0%, 50% {
    width: var(--star-tail-length);
    opacity: 1; }
  70%, 80% {
    width: 0;
    opacity: 0.4; }
  100% {
    width: 0;
    opacity: 0; } }
@keyframes blink {
  50% {
    opacity: 0.6; } }
.animation-backgrounds-6 .btn {
  background-color: transparent !important;
  color: #ffffff !important;
  font-size: 16px !important;
  padding: 0.9em 2em !important;
  border-width: 2px !important;
  border-radius: 33px !important;
  border-color: #ffffff !important; }
  .animation-backgrounds-6 .btn:hover {
    background-color: #27437f !important;
    color: #ffffff !important;
    border-color: #ffffff !important; }

.animation-backgrounds-7 .wrapper {
  animation: scroll 70s linear infinite;
  background: url("../../img/animations/BACKGROUND.jpg"), #111111;
  z-index: 0;
  background-size: cover; }
@keyframes scroll {
  100% {
    background-position: 0px -3000px; } }
@media (prefers-reduced-motion) {
  .animation-backgrounds-7 .wrapper {
    animation: scroll 200s linear infinite; } }
@media (min-width: 670px) {
  .animation-backgrounds-7 .title {
    font-size: 5rem; } }
.animation-backgrounds-7 .btn {
  background-color: #bba32e !important;
  border-color: #11025a !important;
  border-width: 3px !important;
  border-radius: 33px !important;
  font-size: 18px !important;
  padding: 0.9em 2em !important; }
  .animation-backgrounds-7 .btn:hover {
    background-color: #11025a !important;
    color: #ffffff !important;
    border-color: #bba32e !important; }

.animation-backgrounds-8 {
  margin: 0;
  overflow: hidden; }
  .animation-backgrounds-8 .background {
    width: 100vw;
    height: 100vh;
    background: #3E1E68; }
  .animation-backgrounds-8 .background span {
    width: 20vmin;
    height: 20vmin;
    border-radius: 20vmin;
    backface-visibility: hidden;
    position: absolute;
    animation-name: move;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
    .animation-backgrounds-8 .background span:nth-child(1) {
      color: #FFACAC;
      top: 92%;
      left: 53%;
      animation-duration: 12.2s;
      animation-delay: -3.4s;
      transform-origin: -7vw 0vh;
      box-shadow: -40vmin 0 10.5322016527vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(2) {
      color: #FFACAC;
      top: 35%;
      left: 79%;
      animation-duration: 14.1s;
      animation-delay: -13.9s;
      transform-origin: -11vw 11vh;
      box-shadow: -40vmin 0 10.9529727974vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(3) {
      color: #E45A84;
      top: 12%;
      left: 92%;
      animation-duration: 13s;
      animation-delay: -12.6s;
      transform-origin: 21vw 4vh;
      box-shadow: 40vmin 0 7.8545179564vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(4) {
      color: #583C87;
      top: 15%;
      left: 57%;
      animation-duration: 13.2s;
      animation-delay: -11.5s;
      transform-origin: -24vw -17vh;
      box-shadow: -40vmin 0 5.257845489vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(5) {
      color: #E45A84;
      top: 46%;
      left: 88%;
      animation-duration: 12.6s;
      animation-delay: -12.8s;
      transform-origin: 19vw 10vh;
      box-shadow: -40vmin 0 12.094315513vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(6) {
      color: #E45A84;
      top: 49%;
      left: 71%;
      animation-duration: 10.6s;
      animation-delay: -8.7s;
      transform-origin: 16vw 1vh;
      box-shadow: 40vmin 0 6.5429390272vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(7) {
      color: #E45A84;
      top: 9%;
      left: 37%;
      animation-duration: 13.5s;
      animation-delay: -14.9s;
      transform-origin: 6vw -6vh;
      box-shadow: -40vmin 0 5.9059180134vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(8) {
      color: #E45A84;
      top: 21%;
      left: 44%;
      animation-duration: 12.1s;
      animation-delay: -1.1s;
      transform-origin: 5vw 1vh;
      box-shadow: 40vmin 0 12.72946084vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(9) {
      color: #FFACAC;
      top: 32%;
      left: 23%;
      animation-duration: 12.7s;
      animation-delay: -12.6s;
      transform-origin: 8vw -22vh;
      box-shadow: -40vmin 0 12.1673708897vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(10) {
      color: #E45A84;
      top: 25%;
      left: 40%;
      animation-duration: 13.7s;
      animation-delay: -1.1s;
      transform-origin: 13vw 18vh;
      box-shadow: 40vmin 0 13.4695037064vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(11) {
      color: #E45A84;
      top: 79%;
      left: 29%;
      animation-duration: 12.7s;
      animation-delay: -14.3s;
      transform-origin: 5vw -1vh;
      box-shadow: -40vmin 0 12.1394089896vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(12) {
      color: #E45A84;
      top: 70%;
      left: 34%;
      animation-duration: 13s;
      animation-delay: -1.6s;
      transform-origin: 15vw 25vh;
      box-shadow: 40vmin 0 9.3206609151vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(13) {
      color: #FFACAC;
      top: 27%;
      left: 100%;
      animation-duration: 10.8s;
      animation-delay: -14.1s;
      transform-origin: 5vw 13vh;
      box-shadow: -40vmin 0 5.9325389075vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(14) {
      color: #E45A84;
      top: 86%;
      left: 95%;
      animation-duration: 13.4s;
      animation-delay: -3.2s;
      transform-origin: 24vw 21vh;
      box-shadow: 40vmin 0 13.5005885275vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(15) {
      color: #E45A84;
      top: 97%;
      left: 69%;
      animation-duration: 14.4s;
      animation-delay: -7.5s;
      transform-origin: -23vw -4vh;
      box-shadow: -40vmin 0 13.6105416407vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(16) {
      color: #583C87;
      top: 44%;
      left: 57%;
      animation-duration: 12.5s;
      animation-delay: -5.3s;
      transform-origin: -11vw 3vh;
      box-shadow: 40vmin 0 10.4422397449vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(17) {
      color: #583C87;
      top: 75%;
      left: 61%;
      animation-duration: 11.6s;
      animation-delay: -2.9s;
      transform-origin: 3vw -22vh;
      box-shadow: 40vmin 0 12.4884251118vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(18) {
      color: #FFACAC;
      top: 24%;
      left: 81%;
      animation-duration: 15.5s;
      animation-delay: -7.5s;
      transform-origin: -3vw 13vh;
      box-shadow: -40vmin 0 7.8665947913vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(19) {
      color: #583C87;
      top: 87%;
      left: 24%;
      animation-duration: 12.7s;
      animation-delay: -5.2s;
      transform-origin: -6vw -18vh;
      box-shadow: -40vmin 0 11.2088352911vmin currentColor; }
    .animation-backgrounds-8 .background span:nth-child(20) {
      color: #FFACAC;
      top: 24%;
      left: 10%;
      animation-duration: 16s;
      animation-delay: -7.1s;
      transform-origin: 1vw -12vh;
      box-shadow: -40vmin 0 5.6011411598vmin currentColor; }
@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg); } }
  .animation-backgrounds-8 .btn {
    background-color: #ff00ae !important;
    color: #ffffff !important;
    border-radius: 33px !important;
    font-size: 18px !important;
    padding: 0.9em 2em !important; }
    .animation-backgrounds-8 .btn:hover {
      background-color: #7100b3 !important;
      color: #ffffff !important; }

.mw-vhmbgr--navigation .navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: row; }

.mw-vhmbgr-active-overlay {
  display: none !important;
  visibility: hidden !important; }

.mw-vhmbgr-active-popup {
  height: 100%;
  width: 100%;
  padding: 25px; }
  .mw-vhmbgr-active-popup li {
    position: relative; }
  .mw-vhmbgr-active-popup .mw-vhmbgr-submenu-toggle-button {
    position: absolute;
    right: 0;
    top: 5px;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z"/></svg>');
    width: 35px;
    height: 35px;
    transform: rotate(0deg);
    transition: transform .5s linear; }
    .mw-vhmbgr-active-popup .mw-vhmbgr-submenu-toggle-button:hover {
      cursor: pointer; }
  .mw-vhmbgr-active-popup li.mw-vhmbgr-submenu-active > .mw-vhmbgr-submenu-toggle-button {
    transform: rotate(180deg);
    transition: transform .5s linear; }
  .mw-vhmbgr-active-popup ul {
    margin-bottom: 0;
    padding: 0 !important;
    height: 100% !important;
    max-height: 0;
    overflow: hidden;
    transition: .4s; }
    .mw-vhmbgr-active-popup ul li a {
      text-decoration: none;
      font-weight: 600;
      margin-bottom: 15px;
      display: block;
      font-size: 1.6rem; }
    .mw-vhmbgr-active-popup ul li:last-child {
      margin-bottom: 0; }
    .mw-vhmbgr-active-popup ul ul li {
      padding-left: 10px; }
      .mw-vhmbgr-active-popup ul ul li > ul > li:not(:last-child) {
        padding-left: 20px; }
      .mw-vhmbgr-active-popup ul ul li > ul > li > ul > li:not(:last-child) {
        padding-left: 35px; }
      .mw-vhmbgr-active-popup ul ul li > ul > li > ul > li > ul > li:not(:last-child) {
        padding-left: 45px; }
      .mw-vhmbgr-active-popup ul ul li a {
        font-weight: 500;
        font-size: 1.4rem; }

.nav-item {
  list-style: none; }

@media screen and (max-width: 380px) {
  .menu-header-skin-1 .navT-header-menu {
    top: 26px;
    right: 10px;
    position: absolute;
    width: auto !important; } }
.templates-top-header-menu .module-social-links .mdi:before {
  font-size: 20px; }
.templates-top-header-menu .btn-phone {
  font-size: 12px; }
.templates-top-header-menu .top-header-background {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 45px;
  list-style: none;
  padding: 5px 20px;
  margin-bottom: 0; }

.mw-header-section-mh-100vh {
  min-height: calc(100vh - 100px); }

.price-lists-7 .card {
  border: none;
  padding: 10px; }
.price-lists-7 .card::after {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
.price-lists-7 .card:hover {
  transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  backface-visibility: hidden;
  will-change: transform;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.price-lists-7 .card:hover::after {
  opacity: 1; }
.price-lists-7 .card-title {
  font-size: 36px; }

.discount-label {
  position: absolute;
  top: 0;
  border: 1px solid #ed1c24;
  display: inline-block;
  text-align: center;
  z-index: 1; }

.discount-percentage {
  padding: 0.3rem 0.8rem;
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  background: #fff;
  color: black; }

.discount-label-text {
  padding: 0.3rem 0.8rem;
  background: #ed1c24;
  display: block;
  color: #fff;
  font-size: .7rem;
  font-weight: 500; }

.guesthouse-header .fx-deactivate, .guesthouse-header .fx-deactivate span {
  font-size: 48px; }
  @media screen and (max-width: 991px) {
    .guesthouse-header .fx-deactivate, .guesthouse-header .fx-deactivate span {
      font-size: 2rem; } }
  @media screen and (max-width: 600px) {
    .guesthouse-header .fx-deactivate, .guesthouse-header .fx-deactivate span {
      font-size: 1.5rem !important; } }
  @media screen and (max-width: 400px) {
    .guesthouse-header .fx-deactivate, .guesthouse-header .fx-deactivate span {
      font-size: 1rem !important; } }
.guesthouse-header .fx-deactivate-p, .guesthouse-header .fx-deactivate-p span {
  font-size: 24px; }
  @media screen and (max-width: 991px) {
    .guesthouse-header .fx-deactivate-p, .guesthouse-header .fx-deactivate-p span {
      font-size: 1.5rem; } }
  @media screen and (max-width: 600px) {
    .guesthouse-header .fx-deactivate-p, .guesthouse-header .fx-deactivate-p span {
      font-size: 1.2rem !important; } }
  @media screen and (max-width: 400px) {
    .guesthouse-header .fx-deactivate-p, .guesthouse-header .fx-deactivate-p span {
      font-size: 1rem !important; } }

@media screen and (max-width: 700px) {
  #to-top {
    display: none !important; } }

@media screen and (min-width: 1360px) {
  .shop-inner-gallery .shop-inner-gallery-thumbnails {
    position: sticky;
    top: 60px;
    align-self: flex-start; } }
.video-background-skin {
  background-color: black !important; }

.navbar-light .navbar-toggler {
  border-radius: 0 !important;
  padding: 11px 15px; }

.header-menu-toggle-button {
  font-size: 1.5rem !important; }

.header-section-title, .header-section-title span {
  overflow-wrap: break-word; }
  @media screen and (max-width: 991px) {
    .header-section-title, .header-section-title span {
      font-size: 3rem; } }
  @media screen and (max-width: 600px) {
    .header-section-title, .header-section-title span {
      font-size: 2.5rem !important; } }
  @media screen and (max-width: 400px) {
    .header-section-title, .header-section-title span {
      font-size: 2rem !important; } }

.header-section-p, .header-section-p span {
  overflow-wrap: break-word; }

[data-overlay] .background-image-holder:after {
  background-image: unset; }

.new-skin-shop .shop-inner-gallery .shop-inner-gallery-thumbnails {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap; }
  .new-skin-shop .shop-inner-gallery .shop-inner-gallery-thumbnails a {
    padding: 70px;
    margin-right: 17px !important;
    max-width: 150px; }
    @media screen and (min-width: 1001px) {
      .new-skin-shop .shop-inner-gallery .shop-inner-gallery-thumbnails a {
        height: 90px;
        padding: 45px; } }
    @media screen and (max-width: 1000px) {
      .new-skin-shop .shop-inner-gallery .shop-inner-gallery-thumbnails a {
        height: 80px;
        padding: 40px; } }
    @media screen and (max-width: 468px) {
      .new-skin-shop .shop-inner-gallery .shop-inner-gallery-thumbnails a {
        height: 60px;
        padding: 30px; } }

.section-content-73 .box-into-image {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 25px;
  top: 90px;
  right: -55px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
.section-content-73 .box-into-image i {
  background-color: #F75C4E;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px; }
.section-content-73 .content-73-image {
  width: 100%;
  height: auto;
  border-radius: 40px; }
.section-content-73 .content-73-h1 {
  font-size: 55px;
  font-weight: bold; }
.section-content-73 .content-73-p {
  font-weight: 300;
  color: #575455;
  font-size: 16px; }
.section-content-73 .content-73-btn {
  background-color: #1F7CFF !important;
  color: #ffffff !important;
  border-color: #1f7cff !important;
  border-radius: 10px !important;
  font-size: 18px !important;
  padding: 0.9em 2em !important; }

.footer-skin-29 h1, .footer-skin-29 h2, .footer-skin-29 h3, .footer-skin-29 h4, .footer-skin-29 h5, .footer-skin-29 h6, .footer-skin-29 p, .footer-skin-29 a {
  color: #ffffff; }
.footer-skin-29 .content-73-btn {
  border-color: #ffffff !important;
  border-radius: 10px !important;
  font-size: 18px !important;
  padding: 0.9em 2em !important; }
.footer-skin-29 .content-73-btn-2 {
  border-color: #ffffff !important;
  border-radius: 10px !important;
  font-size: 18px !important;
  padding: 0.9em 2em !important; }
.footer-skin-29 .absolute-container {
  top: -35%;
  left: 25%;
  border-radius: 10px; }
.footer-skin-29 .footer-gray-text {
  color: #C6C6C6; }
.footer-skin-29 .content-73-image {
  height: auto;
  width: auto; }

.container .container {
  width: auto; }

.cloneable {
  padding: 15px; }

.mw-layout-parallax {
  position: relative; }
  .mw-layout-parallax .mw-layout-background-block .mw-layout-background-node {
    background-position: center center;
    background-attachment: fixed !important; }

.slider_v2-default.swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: white; }
.slider_v2-default.swiper .swiper-pagination-horizontal {
  bottom: 15px; }
.slider_v2-default.swiper .mw-slider-v2-buttons-slide {
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  position: absolute; }
  @media screen and (min-width: 1200px) {
    .slider_v2-default.swiper .mw-slider-v2-buttons-slide {
      width: 60px; } }
  .slider_v2-default.swiper .mw-slider-v2-buttons-slide:after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 50%;
    opacity: 70%; }
    @media screen and (max-width: 500px) {
      .slider_v2-default.swiper .mw-slider-v2-buttons-slide:after {
        background-color: unset !important;
        filter: invert(1); } }
    @media screen and (min-width: 1200px) {
      .slider_v2-default.swiper .mw-slider-v2-buttons-slide:after {
        width: 60px;
        height: 60px; } }
  .slider_v2-default.swiper .mw-slider-v2-buttons-slide:hover:after {
    opacity: 85%; }
.slider_v2-default.swiper .mw-slider-v2-button-prev {
  left: 10px; }
  @media screen and (min-width: 1200px) {
    .slider_v2-default.swiper .mw-slider-v2-button-prev {
      left: 50px; } }
  .slider_v2-default.swiper .mw-slider-v2-button-prev:after {
    content: url('data:image/svg+xml,<svg fill="" xmlns="http://www.w3.org/2000/svg" height="40" viewBox="0 -960 960 960" width="40"><path d="M560.41-253.847 333.847-480.41 560.41-707.23l35.794 35.794L405.435-480.41l190.769 190.769-35.794 35.794Z"/></svg>'); }
.slider_v2-default.swiper .mw-slider-v2-button-next {
  right: 10px; }
  @media screen and (min-width: 1200px) {
    .slider_v2-default.swiper .mw-slider-v2-button-next {
      right: 50px; } }
  .slider_v2-default.swiper .mw-slider-v2-button-next:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="40" viewBox="0 -960 960 960" width="40"><path d="M530.565-480.41 339.796-671.436l35.794-35.794 226.563 226.82L375.59-253.847l-35.794-35.794L530.565-480.41Z"/></svg>');
    padding-left: 5px; }

.badge.badge-number, #btn-header-layout-btn {
  padding: 7px 11px !important; }

.btn-sm {
  padding: 5px 15px; }

.mw-scale-hover-effect {
  transform: scale(1);
  transition: all 0.3s ease-in-out; }

.mw-scale-hover-effect:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out; }

.mw_form .alert-danger {
  width: 50%;
  margin: 20px auto; }
  .mw_form .alert-danger ul {
    margin-bottom: 0; }

.layouts-grids-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.mw-layout-product-outOfStock {
  opacity: .5; }

.mw-layout-product-stock {
  opacity: 1; }

.page-item .page-link {
  font-weight: normal !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: var(--mw-heading-color); }
.page-item:hover .page-link {
  background-color: color-mix(in srgb, var(--mw-primary-color) 30%, white);
  border-color: color-mix(in srgb, var(--mw-primary-color) 30%, white); }
.page-item.active .page-link {
  background-color: var(--mw-primary-color) !important;
  border-color: var(--mw-primary-color) !important; }

.form-check-input:checked {
  background-color: #000 !important;
  border-color: #000 !important; }

body.js-dusk-browser-test .mh-100vh, body.js-dusk-browser-test .guesthouse-header {
  max-height: 500px !important;
  min-height: 500px !important; }
body.js-dusk-browser-test .module-background {
  min-height: unset !important; }

.mw-shop-module-wrapper input, .mw-shop-module-wrapper .btn:not(.btn-sm), .mw-shop-module-wrapper select {
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px; }

.irs--round .irs-handle {
  border-color: #000 !important; }

.irs--round .irs-to:before, .irs--round .irs-from:before {
  border-top-color: #000 !important; }

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single, .irs--round .irs-bar {
  background-color: #000 !important; }

.checkout-modal-products-wrapper .quantity-field {
  display: flex;
  align-items: center;
  width: 120px; }
.checkout-modal-products-wrapper .quantity-control {
  width: 30px;
  height: 30px;
  background-color: #f5f5f5;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold; }
.checkout-modal-products-wrapper .quantity-input {
  width: 40px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 5px; }
.checkout-modal-products-wrapper .increment {
  background-color: #84ffdc;
  color: #fff;
  border-color: #84ffdc; }
.checkout-modal-products-wrapper .decrement {
  background-color: #FF8585;
  color: #fff;
  border-color: #FF8585; }
.checkout-modal-products-wrapper .increment:hover,
.checkout-modal-products-wrapper .decrement:hover {
  background-color: #000;
  border-color: #000;
  color: #fff; }

.mw-le--page-preview .mw-notification {
  display: none; }

.mw-message-form-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background-color: #ffffff75;
  z-index: 0; }

.mw-message-form-wrapper .text-success {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  z-index: 1;
  position: absolute;
  padding: 50px;
  background-color: #fff;
  font-size: 27px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }

.module-categories ul, .mw-shop-module-wrapper ul {
  padding: 0;
  margin: 0; }
  .module-categories ul li, .mw-shop-module-wrapper ul li {
    margin-bottom: 5px !important; }
    .module-categories ul li a, .mw-shop-module-wrapper ul li a {
      text-decoration: none; }

.mw-admin-action-links {
  position: relative;
  text-decoration: none !important;
  color: #000; }
  .mw-admin-action-links:disabled {
    opacity: .3;
    pointer-events: none; }
  .mw-admin-action-links.mw-adm-liveedit-tabs {
    font-weight: 600; }
    .mw-admin-action-links.mw-adm-liveedit-tabs:active, .mw-admin-action-links.mw-adm-liveedit-tabs:focus, .mw-admin-action-links.mw-adm-liveedit-tabs.active {
      font-weight: 700; }
    .mw-admin-action-links.mw-adm-liveedit-tabs.text-danger {
      color: red !important; }
      .mw-admin-action-links.mw-adm-liveedit-tabs.text-danger:after {
        background-color: red; }
      .mw-admin-action-links.mw-adm-liveedit-tabs.text-danger:hover {
        color: red !important; }
  .mw-admin-action-links.mw-liveedit-button-animation-component {
    background: transparent;
    border: none; }
  .mw-admin-action-links:after {
    position: absolute;
    content: '';
    bottom: 5px;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #000;
    opacity: 0;
    transition: .5s; }
  .mw-admin-action-links:hover, .mw-admin-action-links:active, .mw-admin-action-links:focus, .mw-admin-action-links.active, .mw-admin-action-links.mw-action-links-with-accordion:not(.collapsed) {
    color: #000 !important;
    font-weight: 500; }
    .mw-admin-action-links:hover:after, .mw-admin-action-links:active:after, .mw-admin-action-links:focus:after, .mw-admin-action-links.active:after, .mw-admin-action-links.mw-action-links-with-accordion:not(.collapsed):after {
      width: 100%;
      opacity: 1; }
  .mw-admin-action-links:not(.mw-admin-action-links.btn) {
    padding-bottom: 12px !important; }

.mw-online-shop label:not(.form-check), .mw-online-shop .form-check-label, .mw-online-shop span.list-group-item, .mw-online-shop .form-control {
  color: var(--mw-text-color);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 9.75px;
  letter-spacing: .75px;
  line-height: 16px;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  margin-top: 7px; }
.mw-online-shop .noUi-horizontal {
  max-width: 90%;
  margin: 0 auto; }
  .mw-online-shop .noUi-horizontal .noUi-handle {
    right: -10px;
    top: -5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px; }
    .mw-online-shop .noUi-horizontal .noUi-handle:before, .mw-online-shop .noUi-horizontal .noUi-handle:after {
      content: none; }
.mw-online-shop .form-control {
  margin-block: 0 !important; }
.mw-online-shop label.form-check {
  display: flex;
  align-items: center;
  gap: 10px; }

.list-group-item.active {
  background-color: var(--mw-primary-color);
  border-color: var(--mw-primary-color); }

.input-group-text, .noUi-connect {
  background-color: var(--mw-primary-color) !important;
  border-color: var(--mw-primary-color) !important;
  color: #fff !important; }

.font-weight-bold {
  font-weight: bold !important; }

.price-list-11 .menu .item .title {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  text-align: left;
  float: left;
  width: calc(100% - 100px); }
  .price-list-11 .menu .item .title:before {
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    content: '';
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc; }
.price-list-11 .menu .item .price {
  width: 100px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  text-align: end;
  margin-left: auto;
  bottom: 28px;
  position: relative; }
.price-list-11 .menu .item p {
  color: #666666; }

.header-34-mask {
  mask: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1145 967' xml:space='preserve'%3E%3Cpath d='M118,1L10,147c0,0-33,48,27,101l815,719l294-1l-3-966L118,1z'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1145 967' xml:space='preserve'%3E%3Cpath d='M118,1L10,147c0,0-33,48,27,101l815,719l294-1l-3-966L118,1z'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100% !important; }
  @media screen and (max-width: 992px) {
    .header-34-mask {
      width: 25%; } }
  @media screen and (max-width: 350px) {
    .header-34-mask {
      width: 20%; } }

.z-index-header-34-text {
  z-index: 5; }

.border.header-34-border-color {
  border-color: #20509e !important; }

.header-34-header-vh, .header-34-header {
  min-height: 35vh; }

.content-module-wrapper .img__wrap, .portfolio-work .img__wrap {
  position: relative; }
.content-module-wrapper .img__description, .portfolio-work .img__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  overflow: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  padding: 7%;
  text-align: center;
  z-index: 100;
  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s; }
.content-module-wrapper .img__wrap:hover .img__description, .portfolio-work .img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1; }

.mw-header-sticky-nav {
  position: sticky !important;
  top: 0;
  z-index: 500;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  opacity: 0.9; }

.module-toc ul {
  list-style: none;
  padding-left: 0; }
  .module-toc ul li {
    padding-bottom: 10px; }
    .module-toc ul li a {
      color: var(--mw-links-color); }
      .module-toc ul li a:hover {
        color: var(--mw-links-hover-color); }

.mw-online-shop-skin-1-product {
  border-radius: 30px;
  transition: all .3s; }
  .mw-online-shop-skin-1-product:hover .background-image-holder .price-holder {
    transform: scale(1.2); }
  .mw-online-shop-skin-1-product:hover .product-title {
    color: var(--mw-primary-color); }
  .mw-online-shop-skin-1-product .product {
    background-color: color-mix(in srgb, var(--mw-primary-color) 10%, white);
    border-radius: 30px; }
  .mw-online-shop-skin-1-product .product-title {
    font-size: 20px;
    font-weight: bold;
    color: var(--mw-heading-color); }
  .mw-online-shop-skin-1-product .background-image-holder {
    border-radius: 30px;
    position: relative;
    overflow: hidden; }
    .mw-online-shop-skin-1-product .background-image-holder .product-category {
      background-color: color-mix(in srgb, var(--mw-primary-color) 10%, white);
      position: absolute;
      top: 25px;
      left: 25px;
      padding: 7px 15px;
      border-radius: 30px;
      color: var(--mw-primary-color);
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold; }
    .mw-online-shop-skin-1-product .background-image-holder .price-holder {
      position: absolute;
      top: -30px;
      right: -10px;
      background-color: var(--mw-primary-color);
      min-width: 130px;
      min-height: 130px;
      border-radius: 50%;
      transition: all .3s;
      display: flex;
      justify-content: center;
      align-items: center; }
      .mw-online-shop-skin-1-product .background-image-holder .price-holder .price-wrapper {
        margin-top: 20px; }
      .mw-online-shop-skin-1-product .background-image-holder .price-holder .price {
        font-size: 20px;
        color: var(--text-on-dark-background);
        font-weight: bold; }
      .mw-online-shop-skin-1-product .background-image-holder .price-holder .price-old {
        font-size: 10px;
        color: color-mix(in srgb, var(--text-on-dark-background) 30%, white);
        text-decoration: line-through; }

.mw-online-shop-skin-1-wrapper {
  background-color: color-mix(in srgb, var(--mw-primary-color) 10%, white);
  padding: 15px 35px;
  border-radius: 30px;
  max-width: max-content !important;
  margin: 40px auto; }
  .mw-online-shop-skin-1-wrapper .btn.btn-link {
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: var(--mw-heading-color);
    transition: all .4s; }
    .mw-online-shop-skin-1-wrapper .btn.btn-link label {
      font-size: 11px; }
    .mw-online-shop-skin-1-wrapper .btn.btn-link.active label {
      border-bottom: 1px solid var(--mw-primary-color);
      font-weight: bold;
      color: var(--mw-primary-color); }
    .mw-online-shop-skin-1-wrapper .btn.btn-link:hover label {
      color: var(--mw-primary-color); }

.mw-layouts-full-width-container {
  max-width: 2048px !important;
  margin: 0 auto !important; }

.row {
  max-width: 100%; }

.nav-link.active {
  font-weight: bold; }

/*# sourceMappingURL=styles-for-template.css.map */
