@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import "bootstrap.min.css";
/* Custom Reset */

body { 
    background-color: #090818;
    font-family: 'Poppins', sans-serif;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;

}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.wrapper{
    overflow: hidden; 
}
/********* HEADER ******/
header {
    padding: 24px 0;
    position: relative;
    z-index: 10;
}
.header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.join-btn a{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 200px;
    background: linear-gradient(93.3deg, #596AEE 0%, #384CEA 100%);
    border-radius: 24px;
    transition: all 0.5s ease-in-out;
}
.join-btn a img{
    margin-right: 8px;
}
.join-btn a:hover{
    background: linear-gradient(93.3deg, #384CEA 0%,  #596AEE 100%);
    transition: all 0.5s ease-in-out;
}
/******* evocative sec ******/
.evocative-sec {
    position: relative;
    padding: 50px 0 85px;
    height: calc(100vh - 96px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/retrowave-bg.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.evocative-sec:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #C44D9C 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.3;
    border-radius: 1000px;
}
.evocative-inner{
    position: relative;
    z-index: 1;
}
.title{
    text-align: center;
}
.title span{
    color: #C8C6D1;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    display: block;
}
.title h2{
    font-weight: normal;
    font-size: 52px;
    line-height: 1;
    background: linear-gradient(91.07deg, #BA03FF 0%, #476BFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 23px 0 14px;
    padding-bottom: 6px;
}
.title p{
    color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    max-width: 544px;
    width: 100%;
    margin: 0 auto;
}
.evocative-inner .text-box {
    padding: 53px 0 60px;
}
.evocative-inner .text-box h3{
    color: #fff;
    letter-spacing: 0.01em;
    font-weight: normal;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.evocative-inner .text-box h3 .form-control{
    background-color: transparent;
    border: none;
    border-radius: 0;
    letter-spacing: 0.01em;
    font-weight: normal;
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #BA03FF;
    padding: 0;
    text-align: center;
    box-shadow: none;
    height: 36px;
    margin: 0 8px;
    width: 111px;
}
.evocative-inner .text-box h3 .form-control:focus{
    box-shadow: none;
    outline: none;
    border-color: #476BFF;
}
.evocative-inner .text-box h3 .form-control::placeholder{
    color: rgba(255, 255, 255, 0.3);
}
.evocative-inner .text-box form {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 645px;
    width: 100%;
    margin: 40px auto 0;
}
.evocative-inner .text-box form .relative{
    position: relative;
    margin-right: 35px;
    flex: 1;
    width: 100%;
}
.evocative-inner .text-box form .relative .form-control{
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    height: 56px;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    padding-left: 40px;
    font-size: 16px;
}
.evocative-inner .text-box form .relative .form-control::placeholder{ 
    color: rgba(255, 255, 255, 0.5);
}
.evocative-inner .text-box form .relative .form-control:focus{
    box-shadow: none;
    outline: none;
    border-color: #BA03FF; 
}
.evocative-inner .text-box form .relative span{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 17px;
}
.btn-default{
    background: linear-gradient(91.07deg, #BA03FF 0%, #476BFF 100%);
    border-radius: 16px;
    height: 56px;
    width: 252px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border: none;
    box-shadow: none;
    position: relative;
}
.btn-default:hover{
    color: #fff;
    background: linear-gradient(91.07deg, #476BFF 0%, #BA03FF  100%);
}
.btn-default:focus{
    box-shadow: none;
    outline: none;
}
.button--loading .button__text {
    visibility: hidden;
    opacity: 0;
}
.button--loading::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid rgba(255, 255, 255, 0.2); 
    border-radius: 100%;
    animation: button-loading-spinner 1s ease infinite;
}
.button--loading::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 100%;
    animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
.evocative-inner .text-inner{
    text-align: center;
}
.evocative-inner .text-inner h4{
    color: #FFFFFF;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 24px;
}
.evocative-inner .text-inner p{
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    font-size: 14px;
}
.check-email{
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    display: none;
    padding: 0 15px;
}
/******* ART COMPLETE ******/
.art-complete-sec{
    padding: 97px 0 170px;
    position: relative;
}
.art-complete-sec:after{
    position: absolute;
    content: "";
    left: 0;
    top: -158px;
    width: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #C44D9C 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.3;
    border-radius: 1000px;
    height: 814px;
}
.art-complete-top{
    text-align: center;
    position: relative;
    z-index: 1;
}
.art-complete-top span{
    color: #C8C6D1;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    display: block;
}
.art-complete-top h3{
    font-weight: normal;
    background: linear-gradient(91.07deg, #BA03FF 0%, #476BFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 52px;
    line-height: 1;
    margin: 10px 0;
}
.art-complete-top p{
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}
.art-complete-top ul{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(128, 58, 254, 0.9);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 9999px;
    margin: 34px -6.5px 0;
    padding: 4px 0;
}
.art-complete-top ul li{
    padding: 0 6.5px;
}
.creation{
    margin: 40px 0 0 0;
    position: relative;
    z-index: 1;
}
.creation-box{
    text-align: center;
}
.creation-box h4{
    font-weight: normal;
    font-size: 52px;
    background: linear-gradient(91.07deg, #BA03FF 0%, #476BFF 100%);
    -webkit-background-clip: text;
    margin-bottom: 6px;
    padding-bottom: 2px;
    -webkit-text-fill-color: transparent;
}
.creation-box .image-holder{
    position: relative;
}
.creation-box .image-holder img{
    border-radius: 32px; 
}
.creation-box .image-holder:hover .text-box{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
.creation-box .image-holder .text-box{
    background: rgba(0, 0, 0, 0.7);
    border-radius: 32px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.iterations {
    padding: 45px 0 0 0;
}
.iterations h4{
    font-weight: normal;
    font-size: 52px;
    background: linear-gradient(91.07deg, #BA03FF 0%, #476BFF 100%);
    -webkit-background-clip: text; 
    text-align: center;
    -webkit-text-fill-color: transparent;
}
.iterations-box{ 
    margin: 15px 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.iterations-box .image-holder img{
    border-radius: 32px;
}
.iterations-box:hover .text-box{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
.iterations-box .text-box{
    background: rgba(0, 0, 0, 0.7);
    border-radius: 32px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 20px 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.iterations-social ul{
    display: flex;
    align-items: center;
    margin: 0 -2px;
}
.iterations-social ul li{
    padding: 0 2px;
}
.iterations-social ul li a{
    background: rgba(128, 58, 254, 0.9);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}
.describing-words ul {
    display: flex;
    align-items: center;
}
.describing-words ul li{
    margin-right: 16px;
}
.describing-words ul li a{
    padding: 0 17px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 136, 186, 0.5);
    border-radius: 28px;
    height: 32px;
}
.describing-words ul li a.waveblue-bg{
    background: rgba(0, 184, 123, 0.5);
}