*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Space Mono', monospace;
    background: linear-gradient(90deg, rgba(5,24,31,1) 0%, rgb(4 24 35) 50%, rgb(1 18 24) 100%);
color: #f0eded;
height: 200vh;
}

a{
    text-decoration: none;
}
ul{
    list-style: none;
}
p{
    padding: 0;
}
  
.container{
    max-width: 968px;
    overflow: hidden;
}
#particles-js {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -99;
  }
  


  header {
    padding: 20px!important;
}

nav.nav{
    height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_logo,
.nav_toggle{
    font-size: 1.2rem;
    cursor: pointer;
    color: rgb(153, 153, 153);
}

h1{
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
}
h3{
    font-size: 1em;
    font-size: 300;
}

.nav_menu{
    position: relative;
}
ul:not(.tag-list) li::before{
    content: ""!important;
}
@media screen and (max-width: 767px) {
    .nav_menu{
        position: fixed;
        background-color: rgba(255, 255, 255, 0.185);
        top: 0;
        right: -100%;
        width: 70%;
        padding: 3rem;
        transition: .3s;
        height: 100%; }
}

ul.nav_list{
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
    font-weight: 400;
}
a.nav_link{
color: #f0eded;
    text-transform: uppercase;
}

.nav_close{
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    font-size: 1.5rem;
    color: rgb(153, 153, 153);
    cursor: pointer;
}

.show-menu{
    right: 0;
}

/********************HOME*********************/
section.home{
    padding-bottom:0px ;
}
.home_text{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}




.glow {
	animation-name: glow;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

@keyframes glow {
	0% { opacity: 0.5; }
	50% { opacity: 1; }
	100% { opacity: 0.5; }
}
section.home::after
 { 
    content: "";
    position: fixed;
    width: 150px;
    left: 0.62%;
    right: 77.1%;
    top: 45.41%;
    bottom: 23.27%;
    background: #1C3A6C;
    -webkit-filter: blur(90px);
            filter: blur(90px);
    z-index: -99;
}

section.home::before{ 
    content: "";
    position: fixed;
    width: 150px;
    right: 0%;
    top: 0%;
    bottom: 68.68%;
    background: #1C3A6C;
    -webkit-filter: blur(90px);
            filter: blur(90px);
    z-index: -99;
}

.lowpoly_content{
    height: 580px;
    display: flex;
    justify-content: center;
    position: relative;
}
svg{
    width: 350px;
    position: absolute;
    overflow: visible;
}

/*_______________________Hologram____________________________*/
.hologram {
    border: 2px solid;
    -webkit-perspective: 450px;
            perspective: 450px;
    width: 50%;
    position: relative;
    z-index: 0;
    border-radius: 50%;
    background-image: -webkit-radial-gradient(bottom, #70e6ff, rgba(0, 177, 214, 0.3));
    background-image: radial-gradient(to top, #70e6ff, rgba(0, 177, 214, 0.3));
    background-repeat: no-repeat;
    box-shadow: 0 0.7em 8px 0 rgba(0, 0, 0, 0.5), 0 0.6em 0em -0.4em black, 0 0 1em 0 #70e6ff, 0 0 3em 1em rgba(112, 230, 255, 0.8), 0 0 1em 0.5em rgba(112, 230, 255, 0.8);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    pointer-events: none;
  }
  .hologram:after, .hologram:before {
    content: '';
    position: absolute;
    pointer-events: none;
    border-radius: .4em;
  }

  .hologram:after {
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100vh;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: translate(-50%, 0) rotateX(-86.8deg);
            transform: translate(-50%, 0) rotateX(-86.8deg);
    background-image: -webkit-radial-gradient(bottom, #00000000 30%, rgba(112, 230, 255, 0.3) 60%, rgba(0, 0, 0, 0) 70%);
    background-image: radial-gradient(to top, #00000000 30%, rgba(112, 230, 255, 0.3) 60%, rgba(0, 0, 0, 0) 70%);
    opacity: .75;
    -webkit-animation: lightVibration .01s linear infinite;
            animation: lightVibration .01s linear infinite;
  }
  
  @-webkit-keyframes lightVibration {
    50% {
      opacity: .25;
      height: 100vh;
    }
  }
  
  @keyframes lightVibration {
    50% {
      opacity: .25;
      height: 100vh;
    }
  }
  

/*world*/

section.world{
    padding: 40px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}



#earth {
	position: relative;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: transparent url("../img/mapa.png");
	background-size: cover;
	box-shadow: inset 0px -20px 50px 10px #00ffff80,
        0px 0px 30px 6px #00ffff70;
	transform-style: preserve-3d;
	transform: rotate(20deg);
	animation: rotate 15s linear infinite;
}

@keyframes rotate {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 530px 0;
	}
}


/* background glow */

#glow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 500px;
	transform: translate(-50%, -50%);
	background: radial-gradient(ellipse at center, #03a9f4 33%,rgb(3 169 244 / 59%) 52%,rgb(3 169 244 / 64%) 54%,rgb(0 156 255 / 0%) 70%);
    z-index: 200;
	pointer-events: none;
	opacity: 0;
	transition: opacity 4s ease-in-out;
    
}
#bgearth.earth-ready #glow {
	opacity: 1;
}

/**************************************************HOW WE DO IT**************************************************************/
section.how-we-do{
    display: flex;
    align-items: center;
    justify-content: center;
}

.glassmorphic-card {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
	
	padding: 40px 30px;
	margin-bottom: 20px;
	box-shadow: 20px 20px 50px rgba(0,0,0, 0.5);
	border-radius: 15px;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-left: 1px solid rgba(255,255,255,0.5);
	background: rgba(255,255,255,0.1);
	backdrop-filter: blur(5px);
	overflow: hidden;
}

.glassmorphic-card::after
 { 
    content: "";
    position: absolute;
    width: 150px;
    left: 0.62%;
    right: 77.1%;
    top: 45.41%;
    bottom: 23.27%;
    background: #1c6c54;
    -webkit-filter: blur(55px);
            filter: blur(55px);
    z-index: -99;
}

.glassmorphic-card::before{ 
    content: "";
    position: absolute;
    width: 150px;
    right: 0%;
    top: 0%;
    bottom: 68.68%;
    background: #0dcaf0;
    -webkit-filter: blur(90px);
            filter: blur(90px);
    z-index: -99;
}
.glassmorphic-card .icon{
    border-radius: 50px;
    
    display: flex;
    justify-content: center;
    min-height: 50px;
}

 .glassmorphic-card svg.iconAi {
	width: 100px;
	fill: #ffffff;
    filter: drop-shadow(0 0 10px cyan);
}


 .glassmorphic-card .textCard {
	position: relative;
	margin-top: 20px;
	text-align:center;
	transition: 0.5s;
}

 .glassmorphic-card .textCard h2 {
	font-size: 1.8em;
	color: #fff;
	z-index: 1;
}
 .glassmorphic-card .textCard p {
	font-size: 1em;
	color: #fff;
	font-weight: 300;
}




/*brain*/

.scan{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    
}

.scan .brain{
    position: relative;
    width: 300px;
    height: 300px;
    background-image: url(../img/brain-01.svg);
   
    background-size: 300px;
}
.scan .brain::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/brain1-01.svg);
    background-size: 300px;
   
    animation: animate 4s ease-in-out infinite;
}

@keyframes animate {
    0%,100%{
        height: 0%;
    }
    50%{
        height: 100%;
    }
}
.scan .brain::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #3fefef;
    border-radius: 8px;
    filter: drop-shadow(0 0 20px #3fefef) drop-shadow(0 0 60px #3fefef);
    animation: line 4s ease-in-out infinite;
}
@keyframes line {
    0%,100%{
        top: 0%;
    }
    50%{
        top: 100%;
    }
}
.scan .brain .dots{
    position: absolute;
    inset: 0;
}
.scan .brain .dots::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background-image: url(../img/lines-01.svg);
    background-size: 300px;
   animation: brain_lines 4s ease-in-out infinite;
}
@keyframes brain_lines {
    0%,100%{
        height: 0%;
    }
    50%{
        height: 100%;
    }
}
.scan .brain .dots::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background-image: url(../img/points-01.svg);
    background-size: 300px;
   animation: brain_points 4s ease-in-out infinite;
}

@keyframes brain_points {
    0%,100%{
        height: 0%;
    }
    50%{
        height: 100%;
    }
} 
/*********************************SERVICES*****************************************/

.grid-hex{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, 1fr);
    justify-items: center;
}
  .hex2{
    grid-area: 2/2/2/2;
  }
  .hex3{
       grid-area: 3/1/3/1;
  }
  .hex4{
    grid-area: 4/2/4/4;
  }
  .hex5{
  grid-area: 5/1/5/1;
  }
  .hex {
       height: 150px;
    width: 150px;
    border: 0.2rem solid #fff;
    border-radius: 2rem;
    color: #fff;
    box-shadow: 0 0 .5rem #ffffff2e,
      inset 0 0 .5rem #ffffff2e,
      0 0 2rem #08f,
      inset 0 0 2rem #08f,
      0 0 4rem #08f,
      inset 0 0 4rem #08f;
    -webkit-clip-path: polygon(
      50% 0%,
      95% 25%,
      95% 75%,
      50% 100%,
      5% 75%,
      5% 25%);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
   .hex img{
    filter: invert(1);
   }
  
 
  
@media screen and (min-width: 1024px) {

    .container {
      max-width: 100%;
      overflow: hidden;
    }
    .nav_menu {
      display: flex;
      column-gap: 1rem;
    }

    ul.nav_list {
      flex-direction: row;
      column-gap: 4rem;
      margin: 20px;
    }
    .nav_close,
    .nav_toggle {
      display: none;
    }
/****************HOME*************************/
    section.home{
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: auto;
    }
    
    .home_text{
        align-items: center;
        flex-direction: column;
    
    }

    section{
        padding: 0 80px;
    }

    /*services*/
    
.grid-hex{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-items: center;
}
  .hex2{
    grid-area: 2/2/3/3;
  }
  .hex3{
    grid-area: 1/3/2/4;
  }
  .hex4{
    grid-area: 2/4/3/4;
  }
  .hex5{
    grid-area: 1/5/2/6;
  }
  .hex {
    height: 200px;
    width: 200px;
    border: 0.2rem solid #fff;
    border-radius: 2rem;
    color: #fff;
    box-shadow:
      0 0 .5rem #fff,
      inset 0 0 .5rem #fff,
      0 0 2rem #08f,
      inset 0 0 2rem #08f,
      0 0 4rem #08f,
      inset 0 0 4rem #08f;     
    -webkit-clip-path: polygon(
      50% 0%,
      95% 25%,
      95% 75%,
      50% 100%,
      5% 75%,
      5% 25%);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    transition: background 0.4s;
  }
  
}
