/* OWL & BOOTSTRAP & FONTS */
* {
  box-sizing: border-box;
}

.dapp {
  padding: 10px 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .dapp {
    padding: 10px 20px;
    background: #171717;
    border-radius: 10px;
  }
}

.socials {
  margin-top: 40px;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.socials i {
  font-size: 30px;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after {
  content: "";
  display: block;
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "Qanelas";
  src: url("../fonts/Qanelas-Regular.eot");
  src: url("../fonts/Qanelas-Regulard41d.eot_") format("embedded-opentype"),
    url("../fonts/Qanelas-Regular.woff") format("woff"),
    url("../fonts/Qanelas-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qanelas";
  src: url("../fonts/Qanelas-Heavy.eot");
  src: url("../fonts/Qanelas-Heavyd41d.eot_") format("embedded-opentype"),
    url("../fonts/Qanelas-Heavy.woff") format("woff"),
    url("../fonts/Qanelas-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qanelas";
  src: url("../fonts/Qanelas-Black.eot");
  src: url("../fonts/Qanelas-Blackd41d.eot_") format("embedded-opentype"),
    url("../fonts/Qanelas-Black.woff") format("woff"),
    url("../fonts/Qanelas-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qanelas";
  src: url("../fonts/Qanelas-Medium.eot");
  src: url("../fonts/Qanelas-Mediumd41d.eot_") format("embedded-opentype"),
    url("../fonts/Qanelas-Medium.woff") format("woff"),
    url("../fonts/Qanelas-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qanelas";
  src: url("../fonts/Qanelas-Bold.eot");
  src: url("../fonts/Qanelas-Boldd41d.eot_") format("embedded-opentype"),
    url("../fonts/Qanelas-Bold.woff") format("woff"),
    url("../fonts/Qanelas-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* OWL & BOOTSTRAP & FONTS */
body,
html {
  height: 100%;
}

body {
  margin: 0;
  line-height: 21px;
  font-size: 18px;
  color: #ffffff;
  font-family: "Qanelas";
  background: #2e2e2e;
}
body.load .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: hidden;
}
/* body.noscroll {
  overflow: hidden;
} */

/* PRELOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Qanelas";
  font-size: 50px;
  justify-content: center;
  text-align: center;
  z-index: 10;
  background: linear-gradient(0, #111a26 0%, #15263c 100%);
  padding: 30px;
}
.preloader img {
  animation: preloader linear 2s infinite;
  animation-direction: alternate;
}
.preloader__percent {
  max-width: 290px;
  width: 100%;
  height: 20px;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.preloader__percent div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: width 500ms ease-out, opacity 400ms linear;
  background: linear-gradient(90deg, #8f5f00 0%, #2a6a94 100%);
}

@keyframes preloader {
  from {
    opacity: 0.4;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
/* PRELOADER */
input,
textarea,
select,
button {
  outline: none;
  box-sizing: border-box;
  font-family: "Qanelas";
}

input,
textarea {
  display: block;
  width: 100%;
  border: 0;
  color: #fff;
  border-radius: 20px;
  line-height: 70px;
  background: rgba(17, 26, 39, 0.3);
  padding: 0 30px;
  font-size: 18px;
}
input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

textarea {
  line-height: 1.2;
  resize: none;
  height: 180px;
  padding: 20px 30px;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.2;
}

p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  overflow: hidden;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.inline {
  display: inline-flex;
}
.flex.jcsb {
  justify-content: space-between;
}
.flex.ais {
  align-items: flex-start;
}
.flex.aic {
  align-items: center;
}
.flex.jcc {
  justify-content: center;
}
.flex.aib {
  align-items: flex-end;
}
.flex.aif {
  align-items: flex-start;
}
.flex.nowrap {
  flex-wrap: nowrap;
}

.blockin {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.logo {
  font-size: 0;
  line-height: 0;
}
.logo img {
  display: block;
}

/* HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  transition: all 0.4s ease;
}
.header.fixed {
  background: rgb(35 34 34 / 90%);
  padding: 10px 15px;
}
.header.fixed .logo {
  min-width: 80px;
  max-width: 100px;
}
.header .logo {
  min-width: 80px;
  max-width: 120px;
  margin-right: 20px;
  transition: all 0.4s ease;
}
.header__menu {
  max-width: 1140px;
  flex-grow: 2;
}
@media screen and (min-width: 992px) {
  .header__menu {
    display: block !important;
  }
}
.header__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu ul li.active a {
  color: #fff;
  border-color: #ffffff;
}
.header__menu ul li a {
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  padding: 3px 0;
  display: block;
  transition: all 0.4s ease;
}
.header__menu ul li a:hover {
  color: #fff;
  border-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .header {
    padding: 0 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(17, 26, 38, 0.9);
    height: 70px;
  }
  .header .logo {
    min-width: 90px !important;
    max-width: 90px !important;
    width: 35px !important;
  }
  .header__menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: rgba(17, 26, 38, 0.9);
    display: none;
  }
  .header__menu ul {
    display: block;
  }
  .header__menu ul li a {
    padding: 10px 15px;
  }
  /* .header .burger {
    display: block;
  } */
}

.burger {
  width: 25px;
  position: relative;
  cursor: pointer;
  height: 18px;
  display: none;
}
.burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.burger span:nth-child(1) {
  top: 0px;
}
.burger span:nth-child(2),
.burger span:nth-child(3) {
  top: 8px;
}
.burger span:nth-child(4) {
  top: 16px;
}
.burger.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

/* HEADER */
.sitebutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  color: #000000;
  font-size: 18px;
  background: #ffffff;
  border-radius: 13px;
  transition: all 0.4s ease;
  box-shadow: 0 4px 0 #3e3e3e;
  border: 0;
}
.sitebutton.maxbut {
  max-width: 280px;
  width: 100%;
}
.sitebutton.block {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sitebutton {
    min-height: 50px;
  }
}

/* MAIN */
.main {
  position: relative;
  min-height: 1117px;
  background: url(../images/background.jpg) 50% 100% no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 115px 0 160px;
}
.main__leftbg {
  background: url(../../lmeta.netlify.app/images/mainleft.html) 100% 0 no-repeat;
  width: 1095px;
  height: 1038px;
  min-width: 730px;
}
@media screen and (min-width: 992px) {
  .main__leftbg {
    animation: leftbg linear 2s infinite;
    animation-direction: alternate;
  }
}
.main__leftbg-wrap {
  position: absolute;
  bottom: 0;
  left: calc(50% - 1170px);
}
.main__rightbg {
  background: url(../../lmeta.netlify.app/images/mainright.html) 0 0 no-repeat;
  width: 921px;
  height: 870px;
  min-width: 700px;
}
@media screen and (min-width: 992px) {
  .main__rightbg {
    animation: leftbg linear 3s infinite;
    animation-direction: alternate;
  }
}
.main__rightbg-wrap {
  position: absolute;
  bottom: 0;
  right: calc(50% - 1180px);
}
.main-title {
  font-size: 111px;
  line-height: 0.9;
  font-weight: 800;
}
.main-title span {
  display: block;
  font-size: 210px;
}
.main-text {
  font-size: 57px;
  line-height: 1;
  margin: 25px 0 35px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.main-link {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.main-link a {
  margin: 0 7px;
}
.main-link a img {
  display: block;
}
@media screen and (max-width: 1919px) {
  .main__leftbg {
    width: calc(50vw + 55px);
    background-size: cover;
  }
  .main__leftbg-wrap {
    left: -100px;
  }
  .main__rightbg {
    width: calc(50vw + 55px);
    background-size: cover;
  }
  .main__rightbg-wrap {
    right: -200px;
  }
  .main-title {
    font-size: 5vw;
  }
  .main-title span {
    font-size: 9vw;
  }
  .main-text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 991px) {
  .main {
    min-height: calc(100vh - 100px);
    padding-top: 45px;
  }
  .main__leftbg {
    width: 280px;
    min-width: auto;
    height: 100%;
    background-size: contain;
    background-position: 0 100%;
  }
  .main__leftbg-wrap {
    left: -40px;
    height: 100%;
  }
  .main__rightbg {
    width: 280px;
    min-width: auto;
    height: 350px;
    background-size: contain;
    background-position: 0 0;
  }
  .main__rightbg-wrap {
    right: -90px;
    height: 350px;
  }
  .main-title {
    font-size: 37px;
  }
  .main-title span {
    font-size: 70px;
  }
  .main-text {
    font-size: 20px;
    margin: 15px 0 20px;
  }
  .main .sitebutton {
    padding: 0 20px;
    width: auto;
  }
  .main-link {
    bottom: 60px;
  }
}

@keyframes leftbg {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
/* MAIN */
/* CONTENT */
.content {
  padding: 20px 0 190px;
  /* background: url(../images/contentbg_right.png) 100% 0 repeat-y, url(../images/contentbg_left.png) 0 0 repeat-y, linear-gradient(180deg, #031321 0%, #021e34 100%); */
  position: relative;
}
.content__gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.content:after {
  content: "";
  position: absolute;
  top: -135px;
  left: 0;
  right: 0;
  height: 137px;
  /* background: url(../images/contentbg.png) 50% 0 no-repeat; */
}
@media screen and (min-width: 1920px) {
  .content:after {
    background-size: 100% 100%;
  }
}
.content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: url(../../lmeta.netlify.app/images/contentbottom.html) 50% 100%
    no-repeat;
}
@media screen and (min-width: 1921px) {
  .content:before {
    background-size: cover;
  }
}
.content__block {
  padding-top: 150px;
}
@media screen and (max-width: 991px) {
  .content {
    background: linear-gradient(180deg, #fcfdff 0%, #ffffff 100%);
    padding-bottom: 50px;
  }
  .content__block {
    padding-top: 50px;
  }
  .content:before {
    background-size: contain;
  }
}

.sitetitle {
  position: relative;
  padding-top: 55px;
  font-size: 72px;
  line-height: 1;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}
.sitetitle span {
  position: absolute;
  top: 0;
  font-size: 100px;
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 0.3px #ffffff;
}
.sitetitle div {
  position: relative;
}
@media screen and (max-width: 991px) {
  .sitetitle {
    font-size: 30px;
    padding-top: 20px;
    text-align: center;
  }
  .sitetitle span {
    font-size: 40px;
    left: 0;
    right: 0;
    text-align: center;
  }
}

.master__text {
  padding: 40px 0 20px;
}
.master__slider-wrap {
  max-width: 490px;
  margin-left: auto;
  padding: 0 70px;
  overflow: hidden;
}
.master__slider .owl-item {
  transition: all 0.4s ease;
  transform: scale(0.9);
}
.master__slider .owl-item.active {
  transform: scale(1);
}
.master__slider .owl-stage-outer {
  overflow: visible;
}
.master__slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.master__slider .owl-dots div {
  cursor: pointer;
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  margin-left: 20px;
}
.master__slider .owl-dots div:first-child {
  margin-left: 0;
}
.master__slider .owl-dots div.active {
  background: #fff;
}
@media screen and (min-width: 992px) {
  .master__left {
    max-width: 510px;
    text-align: justify;
  }
  .master .partners {
    max-width: 480px;
  }
}
@media screen and (max-width: 991px) {
  .master__text {
    padding: 20px 0 10px;
  }
  .master__slider {
    margin-top: 30px;
  }
  .master__slider-wrap {
    padding: 0 40px;
    max-width: none;
    margin: 0 -15px;
  }
  .master__slider .owl-dots {
    margin-top: 20px;
  }
}

.partners .row > div {
  margin-top: 40px;
}
.partners__block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  border-radius: 20px;
  padding: 15px;
}
.partners__block.big {
  height: 105px;
}
@media screen and (max-width: 991px) {
  .partners .row {
    margin: 0 -10px;
  }
  .partners .row > div {
    margin-top: 20px;
    padding: 0 10px;
  }
}

.token {
  margin: 0 -20px;
  padding-top: 40px;
}
.token > div {
  margin-top: 40px;
  padding: 0 20px;
}
.token__block {
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 25px 0 300px;
  transition: all 0.4s ease;
  min-height: 130px;
}
.token__block:hover {
  transform: scale(1.1);
}
.token__block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}



.token__block-wrap {
  position: relative;
  font-size: 18px;
}
.token__block-title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 12px;
}


@media screen and (max-width: 991px) {
  .token {
    padding-top: 0;
  }
  .token > div {
    margin-top: 30px;
  }
  .token__block {
    height: 100px;
    padding-left: 150px;
    line-height: 1.2;
    padding-right: 15px;
  }
  .token__block-wrap {
    font-size: 14px;
    padding-left: 30px;
  }
  .token__block-wrap.padding {
    padding-left: 45px;
  }
  .token__block-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .token__block img {
    border-radius: 15px;
  }
}

#block3 {
  padding-top: 50px;
}

#block2 {
  background: #031321 !important;
}

.desc {
  padding-top: 20px;
}
.desc > div {
  margin-top: 50px;
}
.desc__block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 580px;
  position: relative;
  padding: 15px;
}
.desc__block-bg1,
.desc__block-bg2 {
  background: linear-gradient(0deg, #021122 0%, #2d4b68 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  border-radius: 20px;
}
.desc__block-bg2 {
  top: -8px;
  bottom: 8px;
}
.desc__block-shadow {
  position: absolute;
  top: 100px;
  left: 100px;
  right: 100px;
  bottom: 100px;
  background: rgba(57, 247, 255, 0.1);
  border-radius: 50%;
  filter: blur(20px);
  transform: scale(1.8);
}
.desc__block img {
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.desc__block:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .desc {
    margin: 0 -10px;
  }
  .desc > div {
    margin-top: 20px;
    padding: 0 10px;
  }
  .desc__block {
    height: auto;
  }
}

.videoblock {
  position: relative;
  margin-top: 60px;
  cursor: pointer;
}
.videoblock.showvideo img {
  visibility: hidden;
}
.videoblock.showvideo iframe {
  display: block;
}
.videoblock.showvideo:after {
  display: none;
}
.videoblock img {
  display: block;
  width: 100%;
  cursor: pointer;
}
.videoblock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.videoblock__button {
  margin-top: 60px;
  font-size: 0;
  line-height: 0;
}
.videoblock__button a {
  margin: 0 7px;
}
@media screen and (max-width: 991px) {
  .videoblock {
    margin-top: 30px;
  }
  .videoblock__button {
    margin-top: 30px;
  }
}

.second_row {
  display: flex;
  justify-content: flex-end;
}

.content_roadmap {
  background: rgba(255, 255, 255, 0.1);
  padding: 40px 20px !important;
  backdrop-filter: blur(10px);
  border-radius: 10px;
}

.announced {
  margin-top: 50px;
}

.highlight {
  color: #f0ebeb !important;
}

@media (max-width: 600px) {
  .announced {
    font-size: 20px;
  }
}

/* CONTENT */
/* PROJECT */
.project {
  background: url(../images/projectbg2.png) 50% -125px no-repeat,
    url(../images/projectbg_left.png) 0 0 no-repeat,
    url(../images/projectbg_right.png) 100% 0 no-repeat,
    linear-gradient(180deg, #002742 0%, #142132 100%);
  position: relative;
  padding-bottom: 100px;
}
.project:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/projectbg.png) 50% 100% no-repeat;
}
@media screen and (min-width: 1921px) {
  .project:before {
    background-size: cover;
    background-position: 50% 0;
  }
}
.project .sitetitle {
  margin-bottom: 125px;
}
.project__block .row {
  margin: 0 -25px;
}
.project__block .row > div {
  padding: 0 25px;
}
.project__block-2 {
  margin-top: -50px;
}
.project__block-3 {
  padding-top: 10px;
}
.project__block-3 .project__block-img {
  margin-top: 90px;
}

.project__block-4 .project__block-img {
  margin-top: 20px;
}
.project__block-img {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.project__block-img img {
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s ease;
}
.project__block-img img:nth-child(2) {
  z-index: 1;
}
.project__block-img:hover img:nth-child(2) {
  transform: scale(1.05);
}
.project__block-shadow {
  position: absolute;
  top: 50px;
  left: 20px;
  right: 20px;
  height: 200px;
  max-width: 200px;
  margin: auto;
  border-radius: 50%;
  background: rgba(57, 247, 255, 0.15);
  filter: blur(20px);
  transform: scale(1.6);
}
.project__block-title {
  font-size: 36px;
  color: #ffffff;
  line-height: 1;
  font-weight: 800;
}
.project__block ul {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
}
.project__block ul li {
  margin-top: 20px;
}
.project__block ul li:first-child {
  margin: 0;
}
.project__block ul li span {
  padding-left: 35px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
}
.project__block ul li span:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: 5px;
  height: 5px;
  background: #0b0c0c;
  border-radius: 50%;
}
.project__block ul li span.checked {
  background: url(../images/marker.png) 0 3px no-repeat;
}
.project__block ul li span.checked:before {
  display: none;
}
@media screen and (max-width: 1200px) {
  .project {
    background: linear-gradient(180deg, #002742 0%, #142132 100%);
  }
  .project .sitetitle {
    margin-bottom: 50px;
  }
  .project__block {
    padding-left: 0 !important;
    margin: 50px 0 0 !important;
    width: 50%;
    text-align: center;
  }
  .project__block-img {
    margin: 0 0 30px !important;
  }
  .project__block-img img + img {
    display: none;
  }
  .project__block .row > div {
    width: 100%;
  }
  .project-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .project {
    padding-bottom: 30px;
  }
  .project-wrap {
    display: block;
  }
  .project__block {
    width: 100%;
  }
  .project__block-img {
    max-width: 200px;
    margin: 0 auto 30px !important;
  }
  .project__block-title {
    font-size: 30px;
  }
}

/* PROJECT */
/* TOKENOMICS */
.tokenomics {
  padding: 80px 0 60px;
  background: linear-gradient(180deg, #132132 0%, #8f5f00 100%);
}
.tokenomics__right {
  position: relative;
}
.tokenomics__right-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: #131f30;
  box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tokenomics__right-info div {
  text-align: center;
  display: none;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  padding: 0 20px;
}
.tokenomics__right-info div span {
  font-size: 45px;
  font-weight: 800;
  display: block;
}
.tokenomics__right-info div.active {
  display: block;
}
.tokenomics .sitetitle {
  margin-bottom: 65px;
}
.tokenomics__table {
  width: 100%;
  border-spacing: 0;
  white-space: nowrap;
  color: #fff;
  text-align: center;
}
.tokenomics__table-wrapper {
  overflow-x: auto;
}
.tokenomics__table tr:hover td,
.tokenomics__table tr.active td {
  background: #8f5f00;
  border-color: #8f5f00;
}
.tokenomics__table th {
  text-align: center;
  padding: 7px 5px;
}
.tokenomics__table th:nth-child(2) {
  text-align: left;
}
.tokenomics__table td {
  border-bottom: 1px solid #424a56;
  line-height: 40px;
  padding: 0 5px;
}
.tokenomics__table td:first-child {
  border: 0;
  border-radius: 5px 0 0 5px;
}
.tokenomics__table td:last-child {
  border: 0;
  border-radius: 0 5px 5px 0;
}
.tokenomics__table td:nth-child(2) {
  text-align: left;
}
.tokenomics__table td:nth-child(6) {
  width: 1%;
}
@media screen and (max-width: 991px) {
  .tokenomics {
    padding: 40px 0;
  }
  .tokenomics .sitetitle {
    margin-bottom: 40px;
  }
  .tokenomics__table {
    font-size: 14px;
  }
  .tokenomics__table-wrapper {
    margin: 0 -15px 40px;
  }
}

#myChart {
  width: 100% !important;
}

/* TOKENOMICS */
/* TEAM */
.team {
  background: #8f5f00 url(1.html) no-repeat;
  padding: 50px 0 80px;
  position: relative;
}
@media screen and (min-width: 1921px) {
  .team {
    background-size: contain;
  }
}
.team:before {
  content: "";
  position: absolute;
  top: 1211px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #8f5f00 0%, #8f5f00 100%);
}
.team__block {
  padding-top: 150px;
}
.team__row {
  margin: 0 -40px;
  padding-top: 30px;
}
.team__row > div {
  padding: 0 40px;
  margin-top: 50px;
}
.team__user {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  line-height: 22px;
}
.team__user-icon {
  position: absolute;
  top: 18px;
  right: 18px;
}
.team__user-img {
  position: relative;
}
.team__user-img img {
  display: block;
  width: 100%;
}
.team__user-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 25px 0 10px;
}
.team__partners {
  padding-top: 40px;
}
.team__slider {
  margin-top: 80px;
}
.team__slider .owl-stage-outer {
  overflow: visible;
}
@media screen and (max-width: 1440px) {
  .team__slider {
    padding-right: 100px;
  }
}
@media screen and (max-width: 991px) {
  .team {
    padding: 0 0 20px;
  }
  .team__block {
    padding-top: 40px;
  }
  .team__row {
    margin: 0 -10px;
  }
  .team__row > div {
    padding: 0 10px;
    margin-top: 20px;
  }
  .team__user {
    font-size: 15px;
  }
  .team__user-title {
    font-size: 17px;
  }
  .team__partners {
    padding-top: 10px;
  }
  .team__slider {
    margin-top: 40px;
    padding: 0 40px;
  }
}

/* TEAM */
/* NEWS */
.news__block {
  color: #ffffff;
}
.news__block img {
  display: block;
  border-radius: 18px;
}
.news__block-title {
  font-size: 18px;
  display: block;
  margin: 20px 0 10px;
  font-weight: 500;
}
.news__block-link {
  color: rgba(255, 255, 255, 0.5);
  display: block;
}
@media screen and (max-width: 767px) {
  .news__block {
    text-align: center;
  }
}

/* NEWS */
/* FOOTER */
.footer {
  background: url(../images/footer.jpg) 50% 0 no-repeat;
  padding: 260px 0 100px;
  min-height: 1686px;
  position: relative;
}
@media screen and (min-width: 3920px) {
  .footer {
    background-size: cover;
  }
}
.footer__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(50% - 957px);
  width: 957px;
  background: url(../../lmeta.netlify.app/images/footer_bg.html) 0 100%
    no-repeat;
}
.footer__left {
  max-width: 780px;
}
.footer__form {
  padding-bottom: 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 80px;
}
.footer__form-text {
  padding: 35px 0 20px;
  font-size: 18px;
  color: #ffffff;
}
.footer__form .row {
  margin: 0 -17px;
}
.footer__form .row > div {
  margin-top: 24px;
  padding: 0 17px;
}
.footer__form .result_form {
  margin-top: 20px;
  color: #fff;
  display: none;
}
.footer__link a {
  margin-left: 15px;
}
.footer__link a:first-child {
  margin: 0;
}
.footer__link a img {
  display: block;
}
.footer__soc {
  color: #fff;
  margin-top: 50px;
}
.footer__soc-title {
  margin-bottom: 15px;
}
.footer__soc-body {
  font-size: 0;
  line-height: 0;
  display: flex;
}
.footer__soc-body a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 15px;
}
.footer__soc-body a:first-child {
  margin: 0;
}
.footer__soc-body a:hover {
  background: #8f5f00;
  border-color: #8f5f00;
}
.footer__subscrible {
  max-width: 560px;
  margin-top: 50px;
  color: #fff;
}
.footer__subscrible-title {
  margin-bottom: 10px;
}
.footer__subscrible .row {
  margin: 0 -7px;
}
.footer__subscrible .row > div {
  padding: 0 7px;
  margin-top: 14px;
}
.footer__subscrible input {
  background: none;
  line-height: 63px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__subscrible .result_form {
  margin-top: 20px;
  color: #fff;
  display: none;
}
.footer__copyright {
  margin-top: 70px;
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 50px 0;
    min-height: auto;
    background-size: cover;
  }
  .footer__bg {
    display: none;
    width: 200px;
    right: 0;
    height: 350px;
    background-size: cover;
    top: auto;
    bottom: 0;
  }
  .footer__form {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .footer__form .row > div {
    margin-top: 15px;
  }
  .footer__soc,
  .footer__subscrible,
  .footer__copyright {
    margin-top: 30px;
  }
}

/* FOOTER */

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

.gallery {
  width: 80%;
  margin: 20px auto;
  /* border: 10px solid white; */
  list-style: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  display: grid;

  /* jarak */
  grid-gap: 5px;

  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}