* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    /*cursor: none;*/
}
a {
    text-decoration: none;
}
.no-scroll {
    height: 100%;
    overflow: hidden;
}
main {
    font-family: "Heebo", sans-serif;
}
.landing {
    min-height: 95vh;
    height: 700px;
    padding: 0;
    background-color: #3d0eb2; /* #1141db */ /* #2F0EB2 */
    /* #421ED2 */ /* #4620DF */ /* #5227FB */ /* #3D0EB2 */
    /* #4B0EB2 */
}
nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 10vh;
    height: 60px;
    margin: auto;
    width: 90%;
}
@media screen and (min-width: 450px) {
    nav {
        width: 80%;
    }
}
@media screen and (min-width: 550px) {
    .nav-links {
        flex: 1.2 !important;
    }
}
@media screen and (min-width: 900px) {
    nav {
        width: 70%;
    }
    .nav-links {
        flex: 1 !important;
    }
}
.nav-links {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
#logo {
    flex: 1;
    z-index: 2;
}
.nav-links {
    flex: 1.4;
    z-index: 2;
}
#logo > a {
    color: #eaeaea;
}
.nav-links li a {
    padding: 1em 0;
    font-size: 1.2em;
    font-family: "Heebo", sans-serif;
    color: #eaeaea;
    text-decoration: none;
}

.intro {
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider {
    background: rgb(15, 19, 80);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
}




/*#name-declare {
    color: aliceblue;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: fill 0.5s ease forwards 1.75s;
}*/

#name-declare {
    width: 350px;
    animation: fill 0.5s ease forwards 1.75s;
}

#name-declare path:nth-child(1) {
    stroke-dasharray: 463.97px;
    stroke-dashoffset: 463.97px;
    stroke-linecap: round;
    animation: line-anim 1s ease forwards;
}
#name-declare path:nth-child(2) {
    stroke-dasharray: 570.58px;
    stroke-dashoffset: 570.58px;
    stroke-linecap: round;
    animation: line-anim 1s ease forwards 0.175s;
}
#name-declare path:nth-child(3) {
    stroke-dasharray: 483.89px;
    stroke-dashoffset: 483.89px;
    stroke-linecap: round;
    animation: line-anim 1s ease forwards 0.35s;
}
#name-declare path:nth-child(4) {
    stroke-dasharray: 441.69px;
    stroke-dashoffset: 441.69px;
    stroke-linecap: round;
    animation: line-anim 1s ease forwards 0.525s;
}
#name-declare path:nth-child(5) {
    stroke-dasharray: 463.97px;
    stroke-dashoffset: 463.97px;
    stroke-linecap: round;
    animation: line-anim 1s ease forwards 0.7s;
}
#name-declare path:nth-child(6) {
    stroke-dasharray: 549px;
    stroke-dashoffset: 549px;
    stroke-linecap: round;
    animation: line-anim 1s ease forwards 0.875s;
}

@keyframes line-anim {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes fill {
    from {
        fill: transparent;
    }
    to {
        fill: #ffffff;
    }
}

@media screen and (max-width: 319px) {
    #name-declare {
        width: 275px;
    }
}
@media screen and (min-width: 320px) and (max-width: 349px) {
    #name-declare {
        width: 320px;
    }
}
@media screen and (min-width: 400px) and (max-width: 449px) {
    #name-declare {
        width: 400px;
    }
}
@media screen and (min-width: 450px) and (max-width: 499px) {
    #name-declare {
        width: 450px;
    }
}
@media screen and (min-width: 500px) {
    #name-declare {
        width: 500px;
    }
}
@media screen and (min-width: 520px) {
    #name-declare {
        width: 520px;
    }
}




.hide {
    background: black;
    overflow: hidden;
}
.hide span {
    transform: translateY(100%);
    display: inline-block;
}



.cursor {
    width: 3em;
    height: 3em;
    border: 2px solid black;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: all 0.3s ease;
    transition-property: background, transform;
    transform-origin: 100% 100%;
    z-index: 1;
    backdrop-filter: grayscale();


    display: none;
}
.link-grow {
    transform: scale(2);
    background: black;
}
.hovered-link {
    color: white;
}


/*.support-img {
    width: 300px;
    height: 300px;
}*/


.welcome-cont {
    padding: 45px 5px 10px;
}
.svg-cont {
    position: relative;
    width: 350px;
    margin: 0 auto;
}
.svg-support {
    width: 100%;
}
.big-text {
    position: absolute;
    top: 1.25%;
    left: 5%;
    width: 200px;
    height: 120px;
    padding: 15px 0;
    color: #ca17b8;
    line-height: 50px;
    font-size: 26px;
}
.small-text {
    position: absolute;
    top: 35%;
    left: 5%;
    width: 180px;
    color: #eaeaea;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 400;
}
/*.start {
    height: 50px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eaeaea;
    color: #ca17b8; /* ca17b8 */
    /*border: none;
    border-radius: 5px;
    outline: none;
    font-weight: 900;
    font-size: 22px;
}*/
.welcomeBtn {
    position: absolute;
    top: calc(35% + 200px);
    left: 5%; 
}
.welcomeBtn > a {
    padding: 10px 12.5px !important;
    letter-spacing: 1px;
    font-size: 18px !important;
}
.start-elaborate {
    position: absolute;
    top: calc(35% + 260px);
    left: 5%; 
    width: 180px;
    text-align: right;
    font-size: 14px;
    color: #dfdfdf;
}


.rest {
    visibility: hidden;
    background-color: #eeeeee;
    color: #3D0EB2;
    display: grid;
    grid-template-columns: 1fr;
}
.rest > div {
    min-height: 100vh;
    height: 750px;
}
.rest > div:nth-child(2) {
    background-color: #eeeeee;
    color: #ca17b8;
    border-top: 1.5px solid #3d0eb2;
    padding-top: 50px;
}
.rest > div:nth-child(3) {
    border-top: 1.5px solid #3d0eb2;
    background-color: #eeeeee;
    color: #ca17b8;
    padding-top: 50px;
}

.stTgzr > h1 {
    position: absolute;
    top: 10%;
    right: 9.5%;
    font-size: 26px;
}
.stTgzr > p {
    position: absolute;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 400;
    top: 62.5%;
    left: calc(5% + 5px);
    width: 165px;
    text-align: left;
}


.wantMore {
    padding-top: 25px;
    height: 800px !important;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 120px 200px 200px 220px;
    grid-template-areas: 
    "head"
    "first"
    "second"
    "third";
}
.wantMore > div {
    padding-right: 5px;
}
.wantMore > div > h1 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.wantMore > h1 {
    padding: 0 10px;
    grid-area: head;
    text-align: center;
}


.create {
    grid-area: first;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: 0.4fr 1fr 0.6fr;
    grid-template-areas: 
    "createSvg createH"
    "createSvg createP"
    ". createP";
}
.create > div {
    grid-area: createSvg;
    align-self: center;
    justify-self: center;
}
.create > h1 {
    grid-area: createH;
    font-size: 21px;
}
.create > p {
    grid-area: createP;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
}


.meet {
    grid-area: second;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: 0.4fr 1fr 0.6fr;
    grid-template-areas: 
    "meetSvg meetH"
    "meetSvg meetP"
    ". meetP";
}
.meet > div {
    grid-area: meetSvg;
    align-self: center;
    justify-self: center;
}
.meet > h1 {
    grid-area: meetH;
    font-size: 21px;
}
.meet > p {
    grid-area: meetP;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
}


.earn {
    grid-area: third;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: 0.4fr 1fr 0.6fr;
    grid-template-areas: 
    "earnSvg earnH"
    "earnSvg earnP"
    "earnSvg earnP";
}
.earn > div {
    grid-area: earnSvg;
    align-self: center;
    justify-self: center;
}
.earn > h1 {
    grid-area: earnH;
    font-size: 21px;
}
.earn > p {
    grid-area: earnP;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
    /*display: flex;
    align-items: center;*/
}





.free-div {
    min-height: 75vh;
    height: 600px;
    width: 100%;
    background-color: #3d0eb2;
    color: #eaeaea;
    padding: 35px 15px 50px;

    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50px 100px 150px;
    grid-gap: 20px;
    grid-template-areas: 
    "freeH"
    "freeP"
    "freeA";
}
.free-div h1 {
    grid-area: freeH;
    justify-self: center;
    align-self: center;
    font-size: 26px;
    font-weight: 900;
}
.free-div p {
    grid-area: freeP;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 400px;
    text-align: center;
}
.free-div a {
    grid-area: freeA;
    align-self: center;
    justify-self: center;
}
.start {
    position: relative;
    display: inline-block;
    padding: 12.5px 20px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: 0.5s;
    letter-spacing: 4px;
    font-weight: 900;
    font-size: 20px;
    color: #eaeaea;

    cursor: pointer;
}
.start:hover {
    background: #eaeaea;
    color: #ca17b8;
    border-radius: 5px;
}
.start span {
    position: absolute;
    display: block;
}
.start span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #eaeaea);
    animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }
    50%,100% {
        left: 100%;
    }
}

.start span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #eaeaea);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

.start span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #eaeaea);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

.start span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #eaeaea);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}

.copyright {
    min-height: 15vh;
    height: 100px;
    background-color: #eaeaea;
    color: #3d0eb2;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}






@media screen and (max-width: 355px) {
    .svg-cont, .svg-cont > svg {
        width: 325px;
    }
}
@media screen and (max-width: 330px) {
    .svg-cont, .svg-cont > svg {
        width: 315px;
    }
}