html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  position: relative;
}
.input {
  appearance: none;
  resize: none;
}
img {
  display: block;
  position: relative;
}
div {
  position: relative;
}

@media (max-width: 720px) {
}

a {
  text-decoration: none;
  display: block;
  color: unset;
}
a:visited {
  color: unset;
}

.no_sel {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.no_sel_input {
  -webkit-tap-highlight-color: transparent;
}
.no_sel:focus,
.no_sel_input:focus {
  outline: none !important;
}
.no_sel:hover,
.no_sel_input:hover {
  outline: none !important;
}

.inline {
  display: inline !important;
}

.show_mob {
  display: none;
}
.show_desk {
  display: flex;
}
@media (max-width: 980px) {
  .show_mob {
    display: flex;
  }
  .show_desk {
    display: none;
  }
}

@font-face {
  font-family: "roboto";
  src:
    url("../fonts/roboto-light.woff2") format("woff2"),
    url("../fonts/roboto-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src:
    url("../fonts/roboto-regular.woff2") format("woff2"),
    url("../fonts/roboto-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src:
    url("../fonts/roboto-medium.woff2") format("woff2"),
    url("../fonts/roboto-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src:
    url("../fonts/roboto-bold.woff2") format("woff2"),
    url("../fonts/roboto-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*  roboto condensed  */

@font-face {
  font-family: "roboto-condensed";
  src:
    url("../fonts/roboto-condensed-light.woff2") format("woff2"),
    url("../fonts/roboto-condensed-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto-condensed";
  src:
    url("../fonts/roboto-condensed-regular.woff2") format("woff2"),
    url("../fonts/roboto-condensed-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto-condensed";
  src:
    url("../fonts/roboto-condensed-bold.woff2") format("woff2"),
    url("../fonts/roboto-condensed-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.w-fit {
  width: fit-content;
}

.textJustify {
  text-align: justify;
}
.textUpper {
  text-transform: uppercase;
}
.textSdw {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.text5Xl {
  font-family: roboto;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.7px;
}
.text4Xl {
  font-family: roboto;
  font-weight: 400;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: 1px;
}
.text3-3Xl {
  font-family: roboto;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: normal;
}
.text3-2Xl {
  font-family: roboto;
  font-weight: 400;
  font-size: 31px;
  line-height: 42px;
  letter-spacing: 1px;
}
.textXl {
  font-family: roboto;
  font-weight: 400;
  font-size: 21px;
  line-height: 36px;
  letter-spacing: 0.7px;
}
.textLg {
  font-family: roboto;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
}
.textNav {
  font-family: roboto-condensed;
  font-size: 16px;
  letter-spacing: 1.5px;
}

.textBt {
  font-family: roboto;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
}
.textBrands {
  font-family: roboto;
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 1.2px;
}

@media (max-width: 1024px) {
  .textBrands {
    font-weight: 400;
    font-size: 1.9vw;
    line-height: 2.4vw;
    letter-spacing: 0.15vw;
  }
  .text3-2Xl {
    font-size: 2.8vw;
    line-height: 3vw;
    letter-spacing: 0.01vw;
  }
}
@media (max-width: 768px) {
  .textBrands {
    font-size: 22px;
    line-height: 21px;
    letter-spacing: 0.82px;
  }
}
@media (max-width: 540px) {
  .textJustify {
    text-align: center;
  }
  .text5Xl {
    font-size: 7.6vw;
    line-height: 9.8vw;
    letter-spacing: 0.05vw;
  }
  .text4Xl {
    font-weight: 500;
    font-size: 6.8vw;
    line-height: 7.6vw;
    letter-spacing: 0.05vw;
  }
  .text3-3Xl {
    font-weight: 500;
    font-size: 5.4vw;
    line-height: 6.8vw;
  }
  .text3-2Xl {
    font-size: 4.6vw;
    line-height: 5vw;
    letter-spacing: 0.01vw;
  }
  .text3-1Xl {
    font-family: roboto;
    font-weight: 500;
    font-size: 5.5vw;
    line-height: 7.5vw;
    letter-spacing: 0.02vw;
  }
  .text3Xl {
    font-size: 4.8vw;
    line-height: 7vw;
    letter-spacing: 0.03vw;
  }

  .textXl {
    font-size: 4.2vw;
    line-height: 6.4vw;
    letter-spacing: 0.03vw;
  }
  .textLg {
    font-size: 3.2vw;
    line-height: 4.4vw;
    letter-spacing: 0.015vw;
    font-weight: 400;
  }
  .textBt {
    font-size: 3.2vw;
    letter-spacing: 0.085vw;
  }
  .textLink {
    font-size: 3.8vw;
    letter-spacing: 0.2vw;
  }
  .textBrands {
    font-size: 3.8vw;
    line-height: 4.6vw;
    letter-spacing: 0.82px;
  }
  .textLinkFooter {
    font-size: 13px;
  }
}

/*  HERO  */

.hero {
  display: flex;
  position: relative;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 49vw; /*max-height: 860px; ;*/
  min-height: 700px;
  background-color: var(--c-gray-1);
  padding: 0 20px;
}
.heroFade {
  animation: fade-in 300ms linear 100ms;
  animation-fill-mode: forwards;
}
.heroHome {
  background-size: cover;
  background-position: center;
  background-color: var(--c-black);
}
.heroComp {
  background-image: url(../img/hero_5_1.jpg);
}
.heroRetail {
  background-color: white;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
.heroRetail h3 {
  margin: 8px auto 32px auto;
  text-align: center;
  max-width: 600px;
}
.heroRetail .heroConte {
  margin-top: 0;
}
.downoladsConte {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.download {
  box-shadow: 0px 0px 12px #00000029;
  border-radius: 13px;
  overflow: hidden;
  background-color: white;
}
.downoladsConte p {
  text-align: left;
  color: #111;
  padding: 6px;
  letter-spacing: 0.2px;
  font-size: 14px;
}
.download a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download a:hover .download-icon {
  transform: scale(1.07);
}
.download-blank,
.download-pict {
  width: 100%;
  height: auto;
}

.download-pict {
  position: absolute;
  top: 0;
  width: auto;
  max-height: 100%;
}
.download-banner {
  top: auto;
  left: -8px;
  width: auto;
  height: 92%;
}
.download-icon {
  width: 54px;
  height: 54px;
  position: absolute;
  bottom: 6px;
  right: 6px;
  transform: scale(0.92);
  transition: transform 350ms;
}
.heroConte {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.heroConteHome {
  text-align: center;
  margin-top: -260px;
}
.heroConteHome > h3 {
  margin: 8px 0 32px 0;
  /*margin: 48px 0 60px 0;*/
  max-width: 600px;
}
.heroHomeBts {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
}
.heroHomeBts > a {
  min-width: 220px;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .downoladsConte p {
    font-size: 12px;
  }
  .heroRetail h3 {
    margin: 8vw auto 10vw auto;
  }
  .downoladsConte {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    padding: 8px;
    padding-top: 0px;
    padding-bottom: 6px;
  }
  .download-icon {
    width: 48px;
    height: 48px;
    bottom: 2px;
    right: 2px;
  }
}
@media (max-width: 640px) {
  .downoladsConte {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 12px;
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .download {
    /*border-radius: 0;*/
  }
  .heroHomeBts {
    flex-direction: column;
    max-width: 60vw;
  }
  .heroHomeBts > a {
    min-width: unset;
    margin-bottom: 3.4vw;
  }
}
@media (max-width: 1600px) {
  .hero {
    height: 50vw;
  }
  .heroConteHome {
    margin-top: -160px;
    transform: scale(0.85);
  }
}
@media (max-width: 1280px) {
  .hero {
    min-height: 600px;
    max-height: 680px;
  }
  .heroConteHome {
    transform-origin: top center;
    transform: scale(0.85);
    padding-top: 60px;
    margin-top: -100px;
  }
}
@media (max-width: 1024px) {
  .hero {
    height: 90vh;
    max-height: 860px;
    min-height: 760px;
  }
  .heroConteHome {
    transform: scale(1);
    padding-top: 0;
  }
}
@media (max-width: 540px) {
  .hero {
    min-height: 780px;
    max-height: 900px;
  }
}
@media (max-width: 540px) {
  .hero {
    padding: 0 5vw;
    height: 88vh;
    min-height: 0;
    align-items: flex-start;
  }
  .heroConte {
    margin-top: 96px;
  }
  .heroConteHome > h3 {
    margin: 8vw 0 10vw 0;
  }
  .heroHome {
    background-image: url(../img/dragonfly_hero_home_mob.jpg);
  }
  .heroComp {
    height: 60vh;
  }
}

/*           LOGO          */

.heroLogo {
  /*opacity: 0;*/
  position: relative;
  display: flex;
  width: 190px;
  height: 190px;
  margin-bottom: 20px;
  background-image: url("../img/dragonfly_logo.png");
  background-size: 100% 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
  animation: fade_in 1s ease-out 1.2s;
  animation-fill-mode: forwards;
}
.heroLogoBg {
  background-image: url("../img/dragonfly_logo_bg.png");
}
.heroBrillo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-image: url(../img/home_logo_brillo.png);
  background-repeat: no-repeat;
  background-size: 220%;
  background-position-y: 155%;
  animation: a_logo_brillo 4s linear 2.05s infinite;
}
@keyframes a_logo_brillo {
  0% {
    background-position-y: 155%;
  }
  5% {
    background-position-y: 75%;
  }
  10% {
    background-position-y: 5%;
  }
  100% {
    background-position-y: 5%;
  }
}
@media (max-width: 540px) {
  .heroLogo {
    width: 34vw;
    height: 34vw;
    margin-bottom: 3vw;
  }
  .heroBrillo {
    width: 23vw;
    height: 23vw;
    top: 5.6vw;
    left: 5.6vw;
  }
}

/*  Sec Join  */

.secJoin {
  flex-direction: column;
  align-items: center;
  margin-top: -24px;
}
.secJoin > p {
  font-weight: 300;
  text-align: justify;
  max-width: 1024px;
}
.joinBt {
  background-color: var(--c-gray-1);
  margin: 48px 0 60px 0;
  padding: 0 24px;
}
.joinBt > img {
  margin-right: 16px;
}
.joinBt > p {
  color: var(--c-gray-e5);
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .secJoin {
    margin-top: -60px;
  }
}
@media (max-width: 768px) {
  .secJoin > h3 {
    margin-top: -2vw;
  }
  .joinBt {
    margin: 5vw 0 7vw 0;
  }
}
@media (max-width: 540px) {
  .secJoin {
    margin-top: -4vw;
  }
  .secJoin > h3 {
    margin-top: 0vw;
  }
  .secJoin > p {
    padding: 0 2.5vw;
    font-weight: 300;
  }
  .joinBt {
    margin: 6vw 0 10vw 0;
  }
}

/*  */

.secFaq {
  padding-top: 0;
}
.secToken {
  padding-bottom: 100px;
}
.secFaqData {
  flex-direction: column;
  background-color: var(--c-green-serius);
  padding: 90px 48px;
  border-radius: 24px;
  color: #fff;
}
.secFaqData > h3 {
  margin-bottom: 56px;
}
.secFaqData > a {
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
}
.secFaqFirst {
  padding-bottom: 0;
}
.tokenForm {
  margin: 60px auto 0 auto;
}
.tokenForm input {
  min-width: 320px;
}
@media (max-width: 540px) {
  .secFaqData {
    padding: 10vw 5vw;
  }
  .secFaqData > h3 {
    margin-bottom: 7.5vw;
  }
  .tokenForm {
    margin-top: 11vw;
  }
  .tokenForm input {
    min-width: 0;
  }
  .secToken {
    padding-bottom: 12vw;
  }
  .secFaqData > a {
    margin-top: 40px;
  }
}

/*  Contact modules  */

.secContact {
  background-color: var(--c-gray-2) !important;
}
.secContactImg {
  max-width: 760px;
  width: 100%;
  margin-bottom: 44px;
  margin-top: 28px;
  border-radius: 25px;
}
.contactConte {
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.contactConte > h2 {
  margin-top: 24px;
  margin-bottom: 40px;
}
.contactConte > p {
  font-weight: 300;
  max-width: 860px !important;
}
.contactConte > a {
  margin-top: 40px;
}
.contactForm {
  max-width: 620px;
}
.imgNft {
  margin-top: -24px;
}
@media (max-width: 540px) {
  .secContact {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .secContactImg {
    margin-bottom: 40px;
    margin-top: 36px;
    margin-top: 16px;
    border-radius: 15px;
  }
  .imgNft {
    width: 55vw;
    height: auto;
  }
  .contactConte {
    padding: 0 2.5vw;
  }
  .contactConte > h2 {
    margin-top: 4vw;
    margin-bottom: 9vw;
  }
  .contactForm {
  }
}

/*   COMPANY    */
.heroCompany {
  height: 42vw;
  overflow: hidden;
}
.heroCompaBts1 {
  max-width: 474px;
}
.slider {
  position: absolute;
  display: flex;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: left 450ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.sliderItem {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  height: 100%;
  background-color: var(--c-gray-1);
}
.slideImg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: right center;
  background-size: cover;
}
.slideOver {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.97) 90%
  );
}
.slideConte {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44%;
  height: 100%;
  color: #fff;
}
.slideBox {
  width: 600px;
  margin-top: 40px;
}
.slideBox > p {
  margin: 32px 0;
}
.slideBg1 {
  background-image: url(../img/dragonfly_hero_company_01.jpg);
}
.slideBg2 {
  background-image: url(../img/dragonfly_hero_company_02.jpg);
}
.slideBg3 {
  background-image: url(../img/dragonfly_hero_company_03.jpg);
}
.slideBg4 {
  background-image: url(../img/dragonfly_hero_company_04.jpg);
}
.slideBg5 {
  background-image: url(../img/dragonfly_hero_company_05.jpg);
}

@media (max-width: 1600px) {
  .heroCompany {
    height: 46vw;
    min-height: 0;
  }
}

@media (max-width: 1280px) {
  .heroCompany {
    height: 42vw;
    min-height: 0;
  }
  .slideConte {
    width: 45%;
  }
  .slideBox {
    transform-origin: top center;
    transform: scale(0.82);
    padding-top: 70px;
    width: 600px;
  }
}
@media (max-width: 1024px) {
  .heroCompany {
    height: 86vh;
    min-height: 600px;
  }
  .slideConte {
    width: 100%;
  }
  .slideBox {
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transform: scale(1);
    padding-top: 0;
  }
  .slideConte .heroHomeBts {
    justify-content: center;
    width: 100%;
    max-width: none;
  }
  .slideConte .heroHomeBts > a {
    margin: 0 16px;
  }
  .slideImg {
    background-position: center;
  }
  .slideBg5 {
    background-position: left center;
  }
  .slideOver {
    width: 100%;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 10%,
      rgba(0, 0, 0, 0.95) 90%
    );
    /*background-color: rgba(0,0,0,.65);*/
  }
  .slideBox > p {
    margin: 44px 0;
  }
}
@media (max-width: 768px) {
  .heroCompany {
    height: 78vh;
    min-height: 560px;
  }
}
@media (max-width: 640px) {
  .heroCompany {
    max-height: 72vh;
    min-height: 600px;
  }
  .slideBox {
    width: 100%;
    padding: 5vw;
  }
  .slideConte .heroHomeBts {
    max-width: 60vw;
    margin: 0 auto;
  }
  .slideConte .heroHomeBts > a {
    margin-bottom: 3.4vw;
  }
  .slideBox {
    margin-top: 10vw;
  }
  .slideBox > p {
    margin: 10vw 0;
    font-weight: 400;
  }
  .slideImg {
    background-position: center;
  }
  .slideBg1 {
    background-image: url(../img/dragonfly_hero_company_01_mob.jpg);
  }
  .slideBg2 {
    background-image: url(../img/dragonfly_hero_company_02_mob.jpg);
  }
  .slideBg3 {
    background-image: url(../img/dragonfly_hero_company_03_mob.jpg);
  }
  .slideBg4 {
    background-image: url(../img/dragonfly_hero_company_04_mob.jpg);
  }
  .slideBg5 {
    background-image: url(../img/dragonfly_hero_company_05_mob.jpg);
  }
}

/*   Slide MENU  */

.navSlide {
  display: flex;
  justify-content: center;
  background-color: var(--c-gray-2);
  padding: 16px 24px;
}
.navSlideItem {
  width: 165px;
  height: 88px;
  margin: 0 10px;
  border-radius: 10px;
  background-color: var(--c-gray-1);
  background-size: 99%;
  background-position: center;
  cursor: pointer;
  transition: background 300ms;
}
.navSlideItem > div {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid var(--c-gray-4);
  transition: all 300ms;
}
.navSlideItem:hover {
  background-size: 120%;
}
.navSlideItem:hover > div {
  border: 2px solid #999;
}
.navSlideItemAct > div,
.navSlideItemAct:hover > div {
  border: 2px solid #f3f3f3;
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1280px) {
  .navSlide {
    padding: 20px;
  }
  .navSlideItem {
    width: 150px;
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .navSlide {
    padding: 2.5vw 1vw;
  }
  .navSlideItem {
    width: 20vw;
    height: 12vw;
    margin: 0 1vw;
    transition: none;
    background-size: cover;
  }
  .navSlideItem:hover {
    background-size: cover;
  }
  .navSlideItemAct > div,
  .navSlideItemAct:hover > div {
    border: 2px solid #e2e2e2;
    background-size: cover;
  }
}
@media (max-width: 640px) {
  .navSlide {
    padding: 0;
  }
  .navSlideItem {
    width: 20vw;
    height: 15vw;
    /*margin: .5vw; border-radius: 1vw;*/
    margin: 1px;
    border-radius: 0;
  }
  .navSlideItem > div {
    border: none;
    border-radius: 0;
  }
  .navSlideItemAct > div,
  .navSlideItemAct:hover > div {
    border: 3px solid #fff;
    background: rgba(0, 0, 0, 0.5);
  }
}
.navSlideItem1 {
  background-image: url(../img/hero_thumb_1.jpg);
}
.navSlideItem2 {
  background-image: url(../img/hero_thumb_2.jpg);
}
.navSlideItem3 {
  background-image: url(../img/hero_thumb_3.jpg);
}
.navSlideItem4 {
  background-image: url(../img/hero_thumb_4.jpg);
}
.navSlideItem5 {
  background-image: url(../img/hero_thumb_5.jpg);
}

/*  LOCATIONSSS  */

.secConteLocations {
  flex-direction: column;
}
.locationsConte {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  width: 100%;
  min-height: 680px;
}
.locationsConte > div {
  padding: 54px 44px;
  border-radius: 24px;
  text-align: left;
  background-color: var(--c-turquise-gray);
}
.locationsL {
  background-image: url(../img/dragonfly_company_map.jpg);
  background-position: center;
  background-size: cover;
}
.locationList {
  margin: 40px 0;
}
.locationListItem {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}
.locationListItem > div {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  margin-top: 15px;
  background-color: var(--c-blue-link);
  border-radius: 999px;
}
.contactBt {
  width: fit-content;
  min-width: 180px;
  border: 15px;
  padding: 12px;
  text-align: center;
  border: 2px solid var(--c-blue-link);
  border-radius: 15px;
  transition: border 300ms;
}
.contactBt:hover {
  border: 2px solid #4c4ede;
}
.locationsBt > p {
  transition: color 300ms;
}
.contactBt:hover > p {
  color: #4c4ede;
}

@media (max-width: 1024px) {
  .locationsConte {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
    min-height: 0;
  }
  .locationsL {
    min-height: 88vw;
  }
  .locHover:hover {
    transform: translateY(0);
  }
}
@media (max-width: 640px) {
  .locationsConte {
    gap: 3vw;
  }
  .locationsConte > div {
    border-radius: 3vw;
    padding: 4.5vw 6vw;
  }
  .locationList {
    margin: 6vw 0;
  }
  .locationListItem > div {
    margin-right: 4vw;
    margin-top: 2vw;
  }
  .locationsConte > div {
    padding-bottom: 9vw;
  }
  .contactBt {
    margin: 0 auto;
  }
}

/*  Location Modules */

.locationsModules {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
  width: 100%;
}
.locationsModule {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e7f0f2;
  padding: 12px 0 20px 0;
  border-radius: 20px;
  box-shadow: 1px 1px 8px #e7f0f2;
  cursor: default;
}
.locationsModule > h4 {
  margin: 8px 0 16px 0;
}
.locationsModule > p {
  text-transform: uppercase;
  color: #666;
}
.locBlack > img {
  filter: brightness(0);
}
.locHover {
  transition: transform 300ms;
  cursor: pointer;
}
.locHover:hover {
  transform: translateY(-4px);
}
@media (max-width: 1280px) {
}
@media (max-width: 768px) {
  .locationsModules {
    margin-top: 3vw;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .locationsModule > h4 {
    margin: 2.5vw 0 3vw 0;
  }
}
@media (max-width: 540px) {
  .secLocations {
    padding-bottom: 5vw;
  }
  .locationsModules {
    gap: 3vw;
  }
  .locationsModule > img {
    width: 8vw;
    height: auto;
  }
}

/*  NFT section */

.nftLogo {
  width: 240px;
  height: auto;
  margin-bottom: 24px;
}
.heroNft {
  background: linear-gradient(
    0deg,
    rgba(0, 22, 42, 1) 0%,
    rgba(2, 113, 185, 1) 100%
  );
}
.nftH3 {
  max-width: 860px !important;
  text-align: center;
  margin: 32px 0 54px 0;
}
/*
.btInputNft{
    position: relative; width: 200px; opacity: 0; 
    min-width: 0px!important; margin-right: 8px;
    cursor:pointer
}
.btImgNft{
    position: absolute; z-index:-1; margin: 0;
}
*/
@media (max-width: 1600px) {
  .nftLogo {
    width: 220px;
  }
}
@media (max-width: 640px) {
  .nftLogo {
    width: 33vw;
    margin-bottom: 3vw;
  }
  .nftH3 {
    margin: 5vw 0 7vw 0 !important;
  }
}

/*   CHARTSS  */

.chartsConte {
  flex-direction: column;
  align-items: center;
}
.chartsConte > h2 {
  margin-bottom: 64px;
}
.chartsConte > p {
  max-width: 1210px;
  margin-bottom: 64px;
}
.chartImg {
  width: 100%;
  max-width: 1281px;
}
.chartLogo {
  position: absolute;
  top: -2%;
  left: 39.9%;
  width: 20%;
  height: auto;
}
.chartLogoSupper {
  left: 72.3%;
}
.chartMaping {
  position: absolute;
  width: 25%;
  height: 6%;
  opacity: 0.5;
  top: 68%;
  right: 5%;
  cursor: pointer;
  /*background-color: #2E97AC; */
}
.chartBts {
  margin: 48px auto 0 auto;
  max-width: 440px;
}
.chartBts > a {
  height: 60px;
}
@media (max-width: 980px) {
  .chartLogo {
    left: 39.9%;
    width: 24%;
  }
  .chartLogoSupper {
    left: 72.3%;
  }
}
@media (max-width: 840px) {
  .chartBts {
    max-width: 260px;
  }
}
@media (max-width: 640px) {
  .chartsConte > h2 {
    margin-bottom: 10vw;
  }
  .chartsConte > p {
    margin-bottom: 12vw;
    padding: 0 5vw;
  }
  .chartBts > a {
    height: 40px;
  }
}

/*  Roadmaps  */

.secRoadConte {
  flex-direction: column;
  align-items: center;
  margin-top: -28px;
}
.roadmap {
  width: 100%;
}
.roadmapItem {
  width: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roadmapItem a {
  display: inline;
  cursor: pointer;
}
.roadI {
  position: absolute;
  padding: 26px 24px;
  width: 40%;
  color: white;
  background-color: var(--c-green-serius);
  border-radius: 24px;
  text-align: left;
  z-index: 1;
}
.roadR {
  right: 0;
}
.roadL {
  left: 0;
}
.roadI > h4 {
  margin-bottom: 8px;
}
.roadC {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.roadVLine {
  position: absolute;
  top: 25%;
  width: 5px;
  height: 220px;
}
.roadHLine {
  position: absolute;
  top: 50%;
  width: 220px;
  height: 0;
  border: 0;
  border-top-width: 3px;
  border-style: dashed;
  transform: scaleX(0.75);
}
.lineR {
  left: 50%;
}
.lineL {
  right: 50%;
}
.lineBlueBg {
  background-color: var(--c-blue-serius);
}
.lineTurqBg {
  background-color: var(--c-turquise-serius);
}
.lineTurqLiteBg {
  background-color: var(--c-turquise-lite);
}
.lineBlue {
  border-color: var(--c-blue-serius);
}
.lineTurq {
  border-color: var(--c-turquise-serius);
}
.lineTurqLite {
  border-color: var(--c-turquise-lite);
}
@media (max-width: 1024px) {
  .secRoadConte {
    margin-top: -44px;
  }
}
@media (max-width: 768px) {
  .roadmapItem {
    min-height: 35vw;
    justify-content: flex-start;
  }
  .roadI {
    width: 75%;
  }
  .roadL {
    right: 0;
    left: auto;
  }
  .roadVLine {
    height: 35vw;
  }
  .lineL {
    left: 50%;
    right: auto;
  }
}
@media (max-width: 720px) {
  .roadmapItem {
    min-height: 40vw;
  }
  .roadVLine {
    height: 40vw;
  }
}
@media (max-width: 640px) {
  .secRoadConte {
    margin-top: 0;
  }
  .roadmap {
    margin-top: 0vw;
  }
  .roadmapItem {
    min-height: 52vw;
  }
  .roadmapItem img {
    width: 18vw;
  }
  .roadI {
    padding: 3.5vw 3.5vw;
    border-radius: 3vw;
    width: 76%;
  }
  .roadI h4 {
    font-size: 5vw;
    line-height: 6.5vw;
    letter-spacing: normal;
  }
  .roadI p {
    font-size: 4vw;
    line-height: 6vw;
  }
  .roadVLine {
    width: 3px;
    height: 52vw;
  }
  .border-top-width: {
    width: 3px;
  }
  .lineL,
  .lineR {
    left: 30%;
  }
}

/*  FAQ Grid  */

.faqGrid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.faqForm {
  display: flex;
  width: 100%;
}
.faqImg {
  border-radius: 24px;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.heroFaqBts {
  max-width: 470px;
}
.heroFaqBts .contactResponseHero {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .faqForm {
    margin-bottom: 40px;
  }
  .faqGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .heroFaqBt {
    display: flex;
    justify-content: center;
  }
  .heroFaqBts .contactResponseHero {
    margin-top: 0px;
  }
}
@media (max-width: 640px) {
  .faqGrid {
    gap: 3.5vw;
  }
  .heroFaqBts {
    max-width: 90vw !important;
    align-items: center;
  }
  .faqForm {
    margin-bottom: 10vw;
  }
  .heroFaqBts .heroNftActions {
    display: none;
  }
  .faqImg {
    border-radius: 2vw;
  }
}

/*  FAQs  */

.secFaq {
  padding-top: 0;
}
.secFaqConte {
  flex-direction: column;
}

.faqItem {
  border-radius: 24px;
  background-color: var(--c-turquise-gray);
  transition: background 300ms;
  margin-bottom: 16px;
  text-align: left;
}
.faqItem a {
  display: inline;
}
.faqItem .faqContent {
  display: none;
}

.faqItem:hover {
  background-color: var(--c-turquise-serius);
  color: #fff;
}

.faqHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  cursor: pointer;
}
.faqHeadL {
  display: flex;
  align-items: flex-start;
}
.faqHeadL > h5 {
  margin-top: 12px;
}
.faqQ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: #fff;
  color: var(--c-turquise-serius);
  border-radius: 100%;
  margin-right: 20px;
  flex-shrink: 0;
}
.faqQ > p {
  transform: translateY(-2px);
}

.faqContent {
  opacity: 0;
  text-align: left;
  animation: fade-in 350ms linear 50ms;
  animation-fill-mode: forwards;
  padding: 8px 20px 48px 20px;
}
.faqContent > p {
  padding: 0 16px;
  font-size: 19px;
  line-height: 30px;
}
.faqArw {
  transition: 500ms transform;
  margin-top: 12px;
}
.faqArw:hover {
  transform: translateY(2.5px);
}

.faqItemActive .faqContent {
  display: flex;
}
.faqItemActive {
  background-color: var(--c-green-serius);
  color: #fff;
}
.faqItemActive .faqArw {
  transform: rotate(-180deg);
}
.faqItemActive .faqQ {
  color: var(--c-green-serius);
}
.faqItemActive:hover > .faqHeader .faqQ {
  color: var(--c-turquise-serius);
}
.faqItemActive:hover {
  background-color: #3d847c;
}
.faqItemActive .faqArw:hover {
  transform: rotate(-180deg) translateY(2.5px);
}

@media (max-width: 640px) {
  .faqItem {
    border-radius: 3vw;
  }
  .faqHeader {
    padding: 2.5vw;
  }
  .faqQ {
    width: 9vw;
    height: 9vw;
    margin-right: 4vw;
  }
  .faqHeadL > h5 {
    margin-top: 1vw;
    font-size: 4.4vw;
    line-height: 5.4vw;
    padding-right: 0.5vw;
  }
  .faqArw {
    width: 6vw;
    height: 6vw;
    margin-top: 1vw;
  }

  .faqContent {
    padding: 1vw 2.5vw 5vw 2.5vw;
  }
  .faqContent > p {
    padding: 0;
    font-size: 4vw;
    line-height: 5.4vw;
  }
  .faqItem:hover {
    background-color: var(--c-turquise-gray);
    color: #111;
  }
  .faqItemActive {
    background-color: var(--c-green-serius);
    color: #fff;
  }
  .faqItemActive:hover {
    background-color: #3d847c;
    color: #fff;
  }
}

/*     EVENTSS   */

.eventsGrid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.event {
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--c-turquise-gray);
  color: #111;
}
.event a {
  display: inline;
  cursor: pointer;
}
.event > img {
  width: 100%;
  height: auto;
}
.eventConte {
  padding: 20px 24px 32px 24px;
  text-align: left;
}
.eventConte > h2 {
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 28px;
}
.eventConte > p {
  /*font-weight: 400;*/
}
.eventCenter {
  transform: translateX(56%);
}

@media (max-width: 1024px) {
  .eventsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .eventRestore {
    transform: translateX(0);
  }
}
@media (max-width: 640px) {
  .event {
    border-radius: 8px;
  }
  .eventsGrid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3.5vw;
  }
  .eventConte {
    padding: 3vw;
  }
  .eventConte > h2 {
    font-size: 4.8vw;
    line-height: 5.2vw;
    margin-bottom: 1.5vw;
  }
  .eventConte > p {
    font-size: 3.7vw;
    line-height: 4.8vw;
  }
  .eventCenter {
    transform: translateX(0);
  }
}

/*  POPUP   */

.gargoPop {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 300;
  padding: 20px;
}
.gargoConte {
  display: flex;
  opacity: 0;
  width: 100%;
  max-width: 1260px;
  height: 530px;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--c-green-serius);
  color: white;
  animation: pop-in 300ms ease-out 100ms;
  animation-fill-mode: forwards;
}
@keyframes pop-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(|);
  }
}
.gargoLeft {
  width: 55%;
  height: 100%;
}
.gargoImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.gargoIco {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
.gargoRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  height: 100%;
  padding: 32px;
}
.gargoRight > h3 {
  margin: 16px 0;
}
.gargoClose {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .gargoConte {
    transform: scale(0.85);
  }
}
@media (max-width: 1024px) {
  .gargoConte {
    flex-direction: column;
    height: auto;
    margin-top: -40px;
  }
  .gargoImg {
    max-height: 530px;
  }
  .gargoLeft {
    width: 100%;
  }
  .gargoRight {
    width: 100%;
  }
  .gargoClose {
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.85));
  }
}
@media (max-width: 540px) {
  .gargoConte {
    margin-top: -72px;
    transform: scale(1);
  }
  .gargoRight {
    padding: 16px;
    padding-bottom: 32px;
  }
  .gargoIco {
    width: 60px;
    height: 60px;
    bottom: 16px;
    left: 16px;
  }
}

/* Colection   */

.heroCollection {
  height: 100px;
  min-height: 0;
}
.frameCollection {
  width: 100%;
  height: calc(100vh - 100px);
  margin-bottom: 100px;
  border: 0;
}

@media (max-width: 640px) {
  .heroCollection {
    height: 110px;
  }
  .frameCollection {
    height: calc(100vh - 110px);
  }
}

/* Contact Box  */

.contactBox {
  max-width: 740px;
  padding: 72px 88px;
  border-radius: 20px;
  background-color: var(--c-turquise-gray);
  text-align: left;
  margin: 64px auto 0 auto;
}
.contactBoxForm > p {
  margin: 20px 0 28px 2px;
}
.contactForm {
  display: flex;
}
.contactForm > input {
  margin-right: 12px;
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
  .contactBox {
    padding: 40px;
    text-align: center;
  }
  .contactForm {
    flex-direction: column;
  }
  .contactForm > input {
    margin-right: 0;
    text-align: center;
  }
}
@media (max-width: 540px) {
  .contactBox {
    border-radius: 0;
    padding: 9vw 4vw 8vw 4vw;
    margin-top: 12vw;
  }
  .contactBoxForm > p {
    margin: 5vw 0;
  }
}

/*  FORM responses  */

.contactBoxResponse {
  display: flex;
  justify-content: center;
}

.contactResponse {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactResponseHero {
  display: flex;
  align-items: center;
  color: white;
  margin-top: -24px;
}
.responseHeroEvents {
  margin-top: 0;
}
.contactResponseHero > img {
  margin: 0 16px 0 -4px;
  width: 56px;
  height: 56px;
}
.contactResponse > h3 {
  margin: 16px 0 4px 0;
}
@media (max-width: 768px) {
  .contactBoxResponseHero {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .contactResponse > h3 {
    margin: 4vw 0 3vw 0;
  }
  .contactResponseHero {
    margin-top: 3vw;
  }
  .contactResponseHero > img {
    margin: 0 8px 0 0px;
    width: 48px;
    height: 48px;
  }
  width: 46vw;
  height: 46vw;
}

/* Forms & Inputs  */

.formJoin {
  display: flex;
}
.formJoin .inputBt {
  margin-left: 16px;
}
.formJoin > input:first-of-type {
  flex-grow: 1;
}
.input {
  position: relative;
  flex-grow: 1;
  font-family: roboto;
  font-size: 18px;
  letter-spacing: 0.8px;
  padding: 12px 26px;
  border: 1px solid #ccc;
  border-radius: 16px;
  color: var(--c-gray-2);
  transition: border 300ms;
}
.input::placeholder {
  color: #b9b9b9;
}
.input:hover {
  border: 1px solid #888;
}
.input:focus {
  border: 1px solid #111;
}
.icoSend {
  position: absolute;
  right: 12px;
  top: 18px;
  transition: transform 300ms;
}
.btHover > img,
.btHoverSm > img {
  transition: transform 300ms;
  cursor: pointer;
}
.btHover:hover > img {
  transform: scale(1.07);
}
.btHoverSm:hover > img {
  transform: scale(1.03);
}

.btForm {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  min-width: 190px;
  padding: 0 20px;
  border: 1px solid var(--c-turquise-serius);
  border-radius: 16px;
  color: var(--c-turquise-serius);
  font-weight: 500;
  cursor: pointer;
  transition: all 300ms;
}
.btFormWhite {
  color: white;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.3);
}
.btForm:hover {
  background-color: white;
  color: var(--c-turquise-serius);
  border: 1px solid var(--c-turquise-serius);
}

.formLinks {
  display: flex;
  margin-top: 24px;
  margin-left: -12px;
}
.formLinksCenter {
  justify-content: center;
  margin-left: 0px;
}
.formLink {
  display: flex;
  align-items: center;
  margin: 0 12px;
}
.formLink > p {
  font-weight: 400;
  margin-left: 8px;
  letter-spacing: 0.15px;
}
.formLink img {
  width: 120px;
  opacity: 0.75;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .btForm {
    margin-top: 8px;
  }
  .btForm p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .formLinks {
    justify-content: center;
    margin-top: 16px;
  }
}
@media (max-width: 540px) {
  .input {
    font-size: 16px;
    letter-spacing: 0.3px;
    padding: 12px 16px;
    border-radius: 16px;
  }
  .inputBt {
    height: 16vw;
  }
  .icoSend {
    top: 7vw;
  }
  .formLink:last-of-type {
    margin: 0;
  }
}

/*  Form Company  */
.formCompany {
  align-items: flex-end;
}
.formCompany > a {
  margin-top: 16px;
}
.formFields {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.formFields > input {
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}
@media (max-width: 540px) {
}

/*  3D logos   */
.item_full {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  text-align: center;
  width: 100%;
}
.item_img {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.item_logo3D {
  perspective: 250px;
  transform: translate3d(0, 0, 0);
}
.item_container3D {
  transform-style: preserve-3d;
  transform: rotateY(0) scale(0.9);
  margin: -15px 0 -25px 0;
}
.logo_layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateZ(1px);
}

.logo_up {
  transform: translateZ(1px);
}
.logo_dwn {
  transform: translateZ(-1px) scaleX(-1);
}

@media (max-width: 1200px) {
  .item_container3D {
    margin: 5px 0 -25px 0;
  }
}
@media (max-width: 640px) {
  .item_logo3D {
    perspective: 180px;
  }
  .item_container3D {
    margin: -4vw 0 -8vw 0;
  }
  .item_img {
    width: 48vw;
    height: 48vw;
  }
}

.anim3D {
  animation: rotateLogo 5250ms ease-in-out 0s infinite;
}
.anim3D {
  animation-delay: 0s;
}

@keyframes rotateLogo {
  0% {
    transform: rotateY(17deg) scale(0.85);
  }
  70% {
    transform: rotateY(-17deg) scale(0.85);
  }
  90% {
    transform: rotateY(370deg) scale(0.85);
  }
  100% {
    transform: rotateY(377deg) scale(0.85);
  }
}

/* Input error */

.inputError {
  border: 1px solid red;
  color: rgb(156, 0, 0);
}
.inputError::placeholder {
  color: red;
}
.secPositions {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 20px;
  padding-top: 24px;
  padding-bottom: 20px;
}
.secPositions > h3 {
  color: #555;
  margin-bottom: 20px;
  letter-spacing: 0.7px;
  font-weight: 500;
  text-align: left;
  font-size: 24px;
}
.secPositions > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
}
.secPositions > div > p {
  padding-bottom: 8px;
  text-align: left;
}
.secPositions span {
  color: #999;
  font-size: 13px;
}
@media (max-width: 640px) {
  .secPositions {
    padding-top: 30px;
  }
  .secPositions > h3 {
    font-size: 20px;
  }
  .secPositions > div {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
    font-size: 16px;
  }
  .secPositions > div > a {
    padding-bottom: 20px;
    font-size: 3.7vw;
  }
  .secPositions span {
    font-size: 3.2vw;
  }
}
