body {
    margin: 0;
    background: #4D008D;
    background: linear-gradient(180deg, rgba(77, 0, 141, 1) 50%, rgba(42, 42, 42, 1) 100%);
}

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.inter-semi {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 120px;
}

/* COMING SOON CSS */

.coming-soon-top-bar {
    padding: 20px 0;
    max-width: 1800px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 20px;
}

.top-bar-wrapper {
    display: flex;
    justify-content: space-between;
}

.coming-soon-main-section {
    text-align: center;
    max-width: 1800px;
    margin: auto;
}

h2.coming-subtitle {
    color: #fff;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    background: #FFFFFF33;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 20%, rgba(160, 158, 158, 0.1) 100%);
    max-width: 150px;
    margin: auto;
    padding: 10px;
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

h1.coming-title {
    font-size: 120px;
    color: #fff;
    margin-top: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    width: 800px;
    margin: auto;
}

p.coming-text {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    color: #fff;
    max-width: 490px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 24px;
    opacity: 0.7;
}

img.screenshot-photo{
    -webkit-mask-image: linear-gradient(
    to bottom,
    black 0%,
    black 65%,
    transparent 100%
  );
}

.img-wrapper {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}

footer {
    display: none;
}

form.waitlist-form {
    color: #fff;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    background: #FFFFFF33;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 20%, rgba(160, 158, 158, 0.1) 100%);
    max-width: 700px;
    margin: auto;
    padding: 10px;
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    padding: 8px;
}

form.waitlist-form button {
    background-color: #887BF5;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 50px;
}

input[type="email"] {
    background: none;
    color: #fff !important;
    border: none;
    padding: 0 0 0 20px;
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.waitlist-form input::placeholder {
  color: #fff;
  opacity: 0.7;
}

main.coming-soon-main {
    position: relative;
    overflow-x: hidden;
}

.background-circle {
    width: 500px;
    height: 500px;
    position: absolute;
    border-radius: 1000px;
    background: radial-gradient(circle, rgba(136, 123, 245, 0.8) 0%, rgba(136, 123, 245, 0) 100%);
    filter: blur(40px);
    opacity: 0.9;
    z-index: -1;
}

.background-circle-1 {
    top: -190px;
    left: -70px;
}

.background-circle-2 {
    bottom: 250px;
    right: -70px;
    width: 800px;
}

.background-circle-3 {
    bottom: 150px;
    left: 0;
    width: 700px;
}

.background-circle-4 {
    top: -190px;
    right: -270px;
}

.form-buttons{
    display: none;
}


@media screen and (max-width: 1800px){
    .coming-soon-top-bar, .coming-soon-main-section{
        max-width: 1600px;
        padding: 0 10px;
    }
    
    .background-circle-1 {
        left: -170px;
    }
    
    .background-circle-2 {
        right: -170px;
    }
    
    .background-circle-3{
        left: -100px;
    }
}

@media screen and (max-width: 1600px){
    .coming-soon-top-bar, .coming-soon-main-section{
        max-width: 1400px;
    }
    
    .background-circle-1 {
        left: -270px;
    }
    
    .background-circle-2 {
        right: -370px;
    }
    
    .background-circle-3{
        left: -300px;
    }

}

@media screen and (max-width: 1400px){
    .coming-soon-top-bar, .coming-soon-main-section{
        max-width: 1200px;
    }
    
    .background-circle-1 {
        top: -330px;
        left: -270px;
    }
    
    .background-circle-2 {
        right: -570px;
    }
    
    .background-circle-3{
        left: -300px;
    }
    
    .background-circle-4{
        top: -290px;
        right: -300px;
    }
    
    h1.coming-title {
        font-size: 90px;
        line-height: 95px;
    }
}

@media screen and (max-width: 1200px){
    .coming-soon-top-bar, .coming-soon-main-section{
        max-width: 1024px;
    }
}

@media screen and (max-width: 1024px){
    .coming-soon-top-bar, .coming-soon-main-section{
        max-width: 900px;
    }
    
    h1.coming-title {
        font-size: 70px;
        width: 100%;
        line-height: 75px;
    }
}

@media screen and (max-width: 991px){
    .coming-soon-top-bar, .coming-soon-main-section{
        max-width: 750px;
    }
    
    .background-circle-1 {
        top: -100%;
        left: -100%;
    }
    
    .background-circle-2 {
        right: -570px;
    }
    
    .background-circle-3{
        left: -500px;
    }
    
    .background-circle-4{
        top: -100%;
        left: -100%;
    }
    
}

@media screen and (max-width: 768px){
    .coming-soon-top-bar, .coming-soon-main-section{
        max-width: 576px;
    }
    
    .background-circle-2 {
        right: -670px;
    }
    
    .background-circle-3{
        left: -600px;
    }
    
    .right-buttons {
        display: none;
    }
    
    .top-bar-wrapper {
        justify-content: center;
        padding-top: 80px;
    }
    
    h1.coming-title {
        font-size: 60px;
        width: 100%;
        line-height: 58px;
    }
    
    img.screenshot-photo {
        max-width: 900px;
    }
    
    input[type="email"] {
        font-size: 13px;
        max-width: 170px;
    }
    
    form.waitlist-form button {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .form-buttons {
        margin-top: 35px;
        display: flex;
        justify-content: center;
    }
    
    .form-buttons a.down-btn {
        margin: 0 10px;
    }

}

@media screen and (max-width: 576px){
    .coming-soon-top-bar, .coming-soon-main-section{
        max-width: 450px;
    }
        
    .background-circle-2 {
        right: -750px;
    }
    
    img.screenshot-photo {
        max-width: 850px;
    }
    
    .form-buttons a.down-btn img{
        max-width: 125px;
    }
    
}





















/* COMING SOO END */