body {
  line-height: 1;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

.imec-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

@media (max-width: 1240px) {
  .imec-container {
    padding: 0 25px;
  }
}

/* Header */
header .menu-link {
  font-weight: 400;
  color: white;
  font-size: 14px;
  padding-bottom: 10px;
  letter-spacing: 0.933333px;
  position: relative;
}

header .menu-link:before {
  content: "";
  width: 0;
  height: 1px;
  background: white;
  -webkit-transition: 300ms all;
  transition: 300ms all;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
}

header .menu-link:hover:before {
  width: 100%;
}

header .menu-link.disabled:hover:before {
  width: 0;
}

header .dropdown {
  position: relative;
}

header .dropdown a.menu-link {
  padding-right: 15px;
}

header .dropdown a.menu-link:after {
  width: 8px;
  height: 8px;
  display: block;
  background-image: url("../images/icons/chevron-down.svg");
  background-size: cover;
  content: "";
  margin-left: 5px;
  position: absolute;
  top: 3px;
  right: 0;
  -webkit-transition: 300ms all;
  transition: 300ms all;
}

header .dropdown a.menu-link:hover:after {
  -webkit-animation-name: bounce-1;
          animation-name: bounce-1;
  -webkit-animation-duration: 1400ms;
          animation-duration: 1400ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

header .dropdown .dropdown-menu {
  z-index: 2;
  position: absolute;
  margin-top: 10px;
  margin-left: -14px;
  padding: 14px;
  border-radius: 4px;
  -webkit-transition: 300ms all;
  transition: 300ms all;
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

header .dropdown:hover .dropdown-menu {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

header .dropdown:after {
  content: "";
  height: 35px;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}

header .dropdown .dropdown-menu a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  letter-spacing: 0.43px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

header .dropdown .dropdown-menu a:hover {
  color: White;
}

header .dropdown .dropdown-menu a:after {
  content: "";
  height: 1px;
  background: white;
  width: 0;
  position: absolute;
  bottom: -3px;
  left: 0px;
  -webkit-transition: 300ms width;
  transition: 300ms width;
}

header .dropdown .dropdown-menu a:hover:after {
  width: 100%;
}

header .mobile-dropdown button.mobile-link:after {
  width: 8px;
  height: 8px;
  background-image: url("../images/icons/chevron-down.svg");
  background-size: cover;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 10px;
  -webkit-transition: 300ms all;
  transition: 300ms all;
  position: absolute;
  top: 10px;
}

header .menu-item {
  -webkit-transition: 350ms all;
  transition: 350ms all;
}

header .mobile-link {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1.33333px;
  color: #ffffff;
}

header .mobile-sup-menu {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.466667px;
  color: #ffffff;
}

header .header-sticky-background {
  -webkit-transition: 300ms all;
  transition: 300ms all;
  opacity: 0;
}

header.active {
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.248088);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.248088);
}

header.active .header-sticky-background {
  opacity: 100;
}

.hero-bg-circle {
  background: radial-gradient(51% 50% at 50% 50%, #eeeeee 0%, rgba(255, 255, 255, 0.0001) 100%);
  mix-blend-mode: normal;
  opacity: 0.33;
}

/* Services */
section.services .service-card {
  position: relative;
  display: block;
}

section.services .service-card div,
section.services .service-card p {
  position: relative;
  z-index: 2;
}

section.services .service-card:before, section.services .service-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
}

section.services .service-card:after {
  background: linear-gradient(225deg, rgba(0, 24, 81, 0.0001) 0%, #001851 100%);
}

section.services .service-card:before {
  opacity: 0;
}

section.services .service-card.deximec:before {
  background: linear-gradient(45deg, #270066 0%, #270066 100%);
  mix-blend-mode: color;
}

section.services .service-card.sportimec:before {
  background: linear-gradient(45deg, #00820d 0%, #00820d 100%);
  mix-blend-mode: color;
}

section.services .service-card.fanimec:before {
  background: linear-gradient(45deg, #ff9e00 0%, #ff9e00 100%);
  mix-blend-mode: color;
}

section.services .service-card.startimec:before {
  background: linear-gradient(225deg, #9f0303 0%, #9f0303 100%);
  mix-blend-mode: color;
}

section.services .service-card:hover:before {
  opacity: 1;
}

section.services .service-card:hover:after {
  display: none;
}

/* WHAT IS IMEC COIN */
section.about p {
  margin-bottom: 20px;
}

/* SERVICES 2 */
.services-2:before {
  /*width: 0%;*/
  width: 100%;
}

.services-2.active:before {
  width: 100%;
}

/* TEAM */
.slider-next,
.slider-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}

.slider-next.swiper-button-disabled .arrow,
.slider-prev.swiper-button-disabled .arrow {
  fill: #e6e6e6;
}

.slider-prev {
  left: -40px;
}

.slider-next {
  right: -40px;
}

@media (max-width: 992px) {
  .slider-next,
  .slider-prev {
    display: none;
  }
}

/* CONTACT */
.contact-input {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.502759);
  padding: 13px 21px;
  width: 100%;
  background: transparent;
  outline: none;
  color: white;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  -webkit-transition: 300ms all;
  transition: 300ms all;
}

.contact-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.604403);
}

.contact-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.604403);
}

.contact-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.604403);
}

.contact-input::placeholder {
  color: rgba(255, 255, 255, 0.604403);
}

.contact-input:focus {
  border-color: white;
  outline: none;
}

/* UTILS */
.empty-box {
  border: 1px solid #acb8d5;
}

.token-detail {
  background: #ffffff;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .token-detail {
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 49px -27px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 2px 49px -27px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
  }
}

.scrollHidden::-webkit-scrollbar {
  display: none;
}

.bg-properties {
  background: linear-gradient(315deg, #001851 0%, #183a86 100%), #d8d8d8;
  border-radius: 4px;
}

.bg-whitepaper {
  -webkit-box-shadow: 0px 2px 49px -27px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 49px -27px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.whitepaper-link {
  list-style-image: url("../images/icons/check-icon.svg");
}

.whitepaper-link li {
  margin-bottom: 15px;
  padding-left: 5px;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollHidden {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Animations */
.bounceCoin {
  -webkit-animation: bounce-2 3s infinite ease !important;
          animation: bounce-2 3s infinite ease !important;
}

.block-item {
  width: 25%;
}

.timeline-right-box {
  -webkit-transition: 300ms all;
  transition: 300ms all;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.timeline-right-box.active {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media (max-width: 992px) {
  .block-item {
    min-width: 75vw;
  }
}

@-webkit-keyframes bounce-1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes bounce-1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes bounce-2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes bounce-2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.animate__delay__hamburger {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.animate__delay__0ms {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.animate__delay__150ms {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.animate__delay__300ms {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.animate__delay__450ms {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.animate__delay__600ms {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.animate__delay__750ms {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.animate__delay__900ms {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.animate__delay__1050ms {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.animate__delay__1500ms {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.animate__delay__2000ms {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.animate__delay__2500ms {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.animate__delay__3000ms {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.animate__delay__3500ms {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.animate__delay__4000ms {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.animate__delay__4500ms {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.animate__delay__5000ms {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.animate__delay__5500ms {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.animate__delay__6000ms {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@media (max-width: 992px) {
  .animate__delay__3000ms {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .animate__delay__3500ms {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .animate__delay__4000ms {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
  }
  .animate__delay__4500ms {
    -webkit-animation-delay: 2.6s;
            animation-delay: 2.6s;
  }
  .animate__delay__5000ms {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .animate__delay__5500ms {
    -webkit-animation-delay: 3.4s;
            animation-delay: 3.4s;
  }
  .animate__delay__6000ms {
    -webkit-animation-delay: 3.8s;
            animation-delay: 3.8s;
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.chart {
  position: relative;
}

.chart:after {
  content: "";
  position: absolute;
  background: white;
  width: 200vw;
  top: -50px;
  left: -50vw;
  height: 300px;
  border-radius: 100%;
}

@media (min-width: 992px) {
  .chart:after {
    display: none;
  }
}

.roadmap-arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 25px 17px 0;
  border-color: transparent #001851 transparent transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: -25px;
}

@media (max-width: 992px) {
  .roadmap-arrow:before {
    top: auto;
    bottom: -153px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    left: 50%;
    border-width: 20px 12.5px 0 12.5px;
    border-color: #001e63 transparent transparent transparent;
  }
}

/* BACKGROUNDS */
.partners-bg {
  background: linear-gradient(225deg, #001851 0%, #00216c 58.64%, #001851 100%);
}

.team-bg {
  background: linear-gradient(315deg, #001851 0%, #00216c 41.36%, #001851 100%);
}

.tokenomics-bg {
  background: linear-gradient(225deg, #001851 0%, #00216c 58.64%, #001851 100%);
}

.roadmap-bg {
  background: linear-gradient(315deg, #001851 0%, #00216c 41.36%, #001851 100%);
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*# sourceMappingURL=styles.css.map */