*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
}
:root {
        --background-color: linear-gradient(60deg, #5ff281, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f) 0 50%;
        --background-size: 300% 300%;
        --animation-properties: alternate-gradient 5s alternate infinite;
    }
    body{
        background: #151515;
    }
    section{
        padding: 5rem 0;
    }

    .container{
        width: 100%;
        max-width: 120rem;
        margin: 0 auto;
        padding: 0 1.5rem;
    }
    .pricing-table{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
        grid-gap: 2.5rem;
    }
    .table-item{
        font-size: 2.5rem;
        text-transform: uppercase;
        text-align: center;
        color: #c2c2c2;
        padding: 2rem;
        position: relative;
        transition: 0.5s;
        z-index: 1;
    }
    .table-item::before,
    .table-item::after{
        content: '';
        position: absolute;
    }
    .table-item::before{
        background-color: #151515;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .table-item::after{
        background: var(--background-color);
        background-size: var(--background-size);
        animation: var(--animation-properties);
        top: -3px;
        left: -3px;
        width: calc(100% + (3px * 2));
        height: calc(100% + (3px * 2));
        z-index: -2;
    }

    .table-item i{
        font-size: 10rem;
        margin-bottom: 2rem;
        padding: 1rem;
        background: var(--background-color);
        background-size: var(--background-size);
        animation: var(--animation-properties);
        -webkit-background-clip: text;
        color: transparent;
    }
    
    .subscription-price{
        letter-spacing: 1px;
        background: var(--background-color);
        background-size: var(--background-size);
        -webkit-background-clip: text;
        animation: var(--animation-properties);
        color: transparent;
    }

    .features-list{
        list-style: none;
        margin: 1.5rem 0;
        letter-spacing: 1px;
    }
    .features-item{
        border-top: 1px solid rgba(255,255,255, 0.1);
        font-size: 1.3rem;
        line-height: 1.5;
        padding: 1.5rem 0;
    }
    .features-item:last-child{
        border-bottom: 1px solid rgba(255,255,255, 0.1);
    }
    .subscription-price{
        display: block;
        font-size: 2.5rem;
    }
    .cta{
        display: inline-block;
        text-decoration: none;
        color: #c2c2c2;
        cursor: pointer;
        border: 1px solid rgba(255,255,255, 0.1);
        border-radius: 2rem;
        padding: 1rem 3rem;
        margin-top: 1.5em;
    }
    .cta:hover{
        background: linear-gradient(60deg, #a65ff2, #f25df0, #f25f61) 0 50%;
        border: none;
        color: #fff;
    }

    @keyframes alternate-gradient {
        50%{
            background-position: 100% 50%;
        }
    }
   .table-item:hover{
       transform:scale(1.1);
   }
.HighestScore{
    position: absolute;
    background: linear-gradient(60deg, #a65ff2, #f25df0, #f25f61) 0 50%;
    -webkit-background-clip: text;
    animation: var(--animation-properties);
    color: transparent;
    margin-left: 30rem;
    font-size: 5em;
    margin-top: 10rem;
}
.DescriptionScore{
    position: absolute;
    background: linear-gradient(60deg, #a65ff2, #f25df0, #f25f61) 0 50%;
    -webkit-background-clip: text;
    animation: var(--animation-properties);
    color: transparent;
    margin-left: 46rem;
    font-size: 2em;
    margin-top: 15rem;
}
.ScorePlans{
    position: absolute;
    color: rgb(186, 128, 240);
    margin-left: 0em;
    font-size: 2em;
    margin-top: 21rem;
}
.ScorePlans2{
    position: absolute;
    color: rgb(186, 128, 240);
    margin-left: 55rem;
    font-size: 2em;
    margin-top: 21rem;
}
.ScorePlans3{
    position: absolute;
    color: rgb(186, 128, 240);
    margin-left: 100rem;
    font-size: 2em;
    margin-top: 21rem;
}
.btn1{
    display: inline-block;
        text-decoration: none;
        color: #c2c2c2;
        border: 1px solid rgba(255,255,255, 0.1);
        border-radius: 2rem;
        padding: 1rem 3rem;
        margin-top: 1.5rem;
        margin-left: 1.4em;
        cursor: pointer;
}
.btn2{
    display: inline-block;
        text-decoration: none;
        color: #c2c2c2;
        border: 1px solid rgba(255,255,255, 0.1);
        border-radius: 2rem;
        padding: 1rem 3rem;
        margin-top: 1.5rem;
        margin-left: 1em;
        cursor: pointer;
}
.btn{
    display: inline-block;
        text-decoration: none;
        color: #c2c2c2;
        border: 1px solid rgba(255,255,255, 0.1);
        border-radius: 2rem;
        padding: 1rem 3rem;
        margin-top: 1.5rem;
        margin-left: 0.7em;
        cursor: pointer;
}
.free{
    margin-left: 4em;
}
.h100k{
    margin-left: 1em;
}
.ProPlan{
    margin-left: 3.5em;
}
.EnterprisePlan{
    margin-left: 3.2em;
}
.EnterPrisma{
    margin-left: 0.7em;
}
.btn:hover{
        background: linear-gradient(60deg, #a65ff2, #f25df0, #f25f61) 0 50%;
        border: none;
        color: #fff;
    }
.btn1:hover{
    background: linear-gradient(60deg, #a65ff2, #f25df0, #f25f61) 0 50%;
    border: none;
    color: #fff;
}
.button-hover:focus, button-hover:active {
    outline: none;
 }
.button-hover {
  position: absolute;
  min-width: 230px;
  margin: 30em;
  margin-left: 36em;
  padding: 0.3em;
  border: 0;

  background: linear-gradient(to right, #56ccf2, #2f80ed);
  cursor: pointer;
  border-radius: 20px;
 }
  .button-hover span {
	position: relative;
	z-index: 3;
	display: block;
	padding: 1.3em;
	border-radius: 17px;
	color: #fff;
	text-transform: uppercase;
	background-color: #2c2e36;
}
.button-hover:hover {
	animation: hue 3s linear infinite;
}
@keyframes hue {
    0% {
    filter: hue-rotate(0deg);
    }
    100% {
    filter: hue-rotate(360deg);
     }
    }
    div#txt {
        color: white;
        margin-left: 50em;
        margin-top: 5em;
        font-size: 20px;
        color: rgb(247, 96, 222);
    }
    a{
        text-decoration: none;
        color: black;
}
ul{
    list-style: none;
}
nav{
    background-color: rgba(16,16,16, 0.5);
    width: 350px;
    height: 100%;
    margin-top: 105em;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:600|Open+Sans:600&display=swap');
*{
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.sidebar{
  position: fixed;
  width: 240px;
  left: -240px;
  height: 100%;
  background: #1e1e1e;
  transition: all .5s ease;
}
.sidebar header{
  font-size: 28px;
  color: white;
  line-height: 70px;
  text-align: center;
  background: #1b1b1b;
  user-select: none;
  font-family: 'Montserrat', sans-serif;
}
.sidebar a{
  display: block;
  height: 65px;
  width: 100%;
  color: white;
  line-height: 65px;
  padding-left: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid black;
  border-top: 1px solid rgba(255,255,255,.1);
  border-left: 5px solid transparent;
  font-family: 'Open Sans', sans-serif;
  transition: all .5s ease;
}
a.active,a:hover{
  border-left: 5px solid #b93632;
  color: #b93632;
}
.sidebar a i{
  font-size: 23px;
  margin-right: 16px;
}
.sidebar a span{
  letter-spacing: 1px;
  text-transform: uppercase;
}
#check{
  display: none;
}
label #btn,label #cancel{
  position: absolute;
  cursor: pointer;
  color: white;
  border-radius: 5px;
  border: 1px solid #262626;
  margin: 15px 30px;
  font-size: 29px;
  background: #262626;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  transition: all .5s ease;
}
label #cancel{
  opacity: 0;
  visibility: hidden;
}
#check:checked ~ .sidebar{
  left: 0;
}
#check:checked ~ label #btn{
  margin-left: 245px;
  opacity: 0;
  visibility: hidden;
}
#check:checked ~ label #cancel{
  margin-left: 245px;
  opacity: 1;
  visibility: visible;
}
@media(max-width : 860px){
  .sidebar{
    height: auto;
    width: 70px;
    left: 0;
    margin: 100px 0;
  }
  header,#btn,#cancel{
    display: none;
  }
  span{
    position: absolute;
    margin-left: 23px;
    opacity: 0;
    visibility: hidden;
  }
  .sidebar a{
    height: 60px;
  }
  .sidebar a i{
    margin-left: -10px;
  }
  a:hover {
    width: 200px;
    background: inherit;
  }
  .sidebar a:hover span{
    opacity: 1;
    visibility: visible;
  }
}