main{
   width: 95%; 
   margin-left: auto;
   margin-right: auto;
   height: 100%;
   padding-top: 10vh;
}


/*Hero-starts*/

h1 {
	font-weight: 900;
	font-size: 46px;
	line-height: 1;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 40px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}

h1 span {
	background: radial-gradient(circle, hsl(197, 100%, 48%), #fc5cc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

p span {
	background: radial-gradient(circle, hsl(197, 100%, 48%), #fc5cc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

#hero {
    padding: 10vh 0;
}

.column {
display: flex;
justify-content: space-between;;
margin: 5%;
}

.column-left {
    flex-direction: column;
    width: 50%;
}

.column-right {
    width: 50%;
}

.form-container {
    padding: 3vh 0;
}

.form-container iframe {
    width: 28em;
}



/*Checkbox*/


input#terms {
   cursor: pointer;
}



/*Hero-end*/


/* Trending starts */

.trending_column {
    align-self: center;
    margin-left: 20vh;
}

.roadmap-text {
    font-size: 18px;
}

.reverse {
    flex-direction: row-reverse;
}

.reverse-margin {
    margin-left: 0;
    margin-right: 20vh;
}

/* Estilos para las imágenes */
.transform-image {
    width: 100%;
    height: auto;
    filter: drop-shadow(10px 7px 5px rgba(0, 0, 0, 0.7));
}


/* Botones */

.frame {
    text-align: center;
    padding: 20px 0;
}

.animated-button {
    width: 310px;
  height: 100%;
  color: #fff;
  padding: 10px 25px;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}

.frame a {
    text-decoration: none;
    text-align: center;
}

.btn-3 {
    background: rgb(0,172,238);
  background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
    line-height: 42px;
    padding: 0;
    border: none;
    
  }
  .btn-3 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .btn-3:before,
  .btn-3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
     background: #fc5cc7;
    transition: all 0.3s ease;
  }
  .btn-3:before {
    height: 0%;
    width: 2px;
  }
  .btn-3:after {
    width: 0%;
    height: 2px;
  }
  .btn-3:hover{
     background: transparent;
    box-shadow: none;
  }
  .btn-3:hover:before {
    height: 100%;
  }
  .btn-3:hover:after {
    width: 100%;
  }
  .btn-3 span:hover{
     color: #fc5cc7;
  }
  .btn-3 span:before,
  .btn-3 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
     background: #fc5cc7;
    transition: all 0.3s ease;
  }
  .btn-3 span:before {
    width: 2px;
    height: 0%;
  }
  .btn-3 span:after {
    width: 0%;
    height: 2px;
  }
  .btn-3 span:hover:before {
    height: 100%;
  }
  .btn-3 span:hover:after {
    width: 100%;
  }

/* Slider starts */


  #slider .container {
    margin: 5%;
  }


  h2 {
    color: #fff;
  }


  .slider-container {
    display: flex;
    padding: 40px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-right: -10%;
  }

  /* Slider ends */

  /* Roadmap starts */

  #timeline .container {
    margin: 5%;
  }

  .align {
    text-align: center !important;
  }
  /* Roadmap ends */

  footer .container {
    border-top: outset;
border-width: 1px;
  }

  footer li {
    list-style: none;
  }

  footer li a {
    text-decoration: none;
    color: #c4c3ca;
  }