
:root{
    --n: conic-gradient(from 90deg at 36.05% 103.58%, #AA1DE8 266.0398578643799deg, #5B65FF 360deg);
}
body{
    font-family: "Inter";
}
.coming-soon-wrapper{
    
}
.wrapper{
    padding: 40px;
}

.left-section{
    /* width: 40%; */
    height: 100vh;
    width: 701px;
/* height: 1050px; */
flex-shrink: 0;
    opacity: 0.9025;
background: var(--n, conic-gradient(from 90deg at 36.05% 103.58%, #AA1DE8 266.0398578643799deg, #5B65FF 360deg));
/* padding: 40px; */
}

.primary-heading{
    color: #FFF;
font-family: Inter;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 34px; /* 94.444% */
letter-spacing: 0.848px;

margin-top: 60px;
}
.description{
    margin-top: 16px;
    color: #FFF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
letter-spacing: 0.424px;
}

.highlight{
    color: #FFF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 30px;
letter-spacing: 0.424px;
}

.secondary-heading
{
    font-family: "Inter";
font-size: 36px;
font-style: normal;
font-weight: 500;
/* line-height: 34px; */
 /* 94.444% */
letter-spacing: 0.848px;
background: var(--n, conic-gradient(from 90deg at 36.05% 103.58%, #AA1DE8 266.0398578643799deg, #5B65FF 360deg));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.img-container {
    position: absolute;
    bottom: 0;
    left: 0;

}
.img-container.network img {
width: 60% !important;
}

.right-description{
    color: #9499A1;
font-family: "Inter";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
letter-spacing: 0.424px;
}

.right-section{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-wrapper{
    display: flex;
width: 488px;
flex-direction: column;
align-items: flex-start;
gap: 48px;
/* border: 1px solid; */
}

.counter-item svg{
    width: 93px;
height: 93px;
flex-shrink: 0;
fill: rgba(170, 29, 232, 0.08);
stroke-width: 1.5px;
stroke: var(--n, #AA1DE8);
}

.number{
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    font-family: "Inter";
font-size: 30px;
font-style: normal;
font-weight: 300;
line-height: 58px; /* 193.333% */
letter-spacing: 1.455px;
background: var(--n, conic-gradient(from 76deg at 36.05% 103.58%, #AA1DE8 266.0398578643799deg, #5B65FF 360deg));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.text{
    font-family: "Inter";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
letter-spacing: 0.424px;
    background: var(--n, conic-gradient(from 76deg at 36.05% 103.58%, #AA1DE8 266.0398578643799deg, #5B65FF 360deg));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.text-wrapper{
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.counter{
    display: inline-flex;
align-items: center;
gap: 17px;
}
label{
    color: #9499A1;
font-family: "Poppins";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 133.333% */
}
.form-group{
    margin-top: 24px;

}
input{
    padding-inline: 20px;
    width: 312px;
height: 64px;
flex-shrink: 0;
border-radius: 8px;
border: 1px solid #9499A1;
background: #FFF;
color: #9499A1;
font-family: "Poppins";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 200% */
}
.btn-submit{
    width: 152px;
height: 64px;
flex-shrink: 0;
border-radius: 8px;
background: var(--n, conic-gradient(from 76deg at 36.05% 103.58%, #AA1DE8 266.0398578643799deg, #5B65FF 360deg));
color: #FFF;
text-align: center;
font-family: "Poppins";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 200% */
transition: all ease-in-out .3s;

}
.btn-submit:hover{
    color: white;
    transition: all ease-in-out .3s;
    background:  conic-gradient(from 90deg at 36.05% 103.58%, #5B65FF 266.0398578643799deg, #AA1DE8 360deg);

}
.btn-submit-x{
    /*width: 152px;*/
width: fit-content;
margin-bottom: 10px;
height: fit-content;
/*flex-shrink: 0;*/
border-radius: 8px;
background:white ;
color: #5B65FF;
text-align: center;
font-family: "Poppins";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 200% */
transition: all ease-in-out .3s;
display: flex;
align-items: center;
justify-content: center;
}
.btn-submit-x:hover{
    color: #5B65FF;
    transition: all ease-in-out .3s;
    background: white;
    opacity: .9;

}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
        /* box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2); Softer shadow when at rest */
    }
    50% {
        transform: translateY(-20px);
        box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.3); /* Softer shadow when floating up */
    }
}

.counter-item {
    animation: bounce 2s infinite;
    border-radius: 50%;
}

.counter-item:nth-child(2) {
    animation-delay: 0.5s;
}

.counter-item:nth-child(3) {
    animation-delay: 1s;
}

.counter-item:nth-child(4) {
    animation-delay: 1.5s;
}

.bounce {
    animation: bounce 5s infinite;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

.left-section{
    width: 100%;
}

.coming-soon-wrapper{
    flex-wrap: wrap;
}
.right-section{
    /* margin-bottom: 20px; */
    position: absolute;
    top: 45%;
    height: fit-content;
    /* transform: translate(0,-50%); */

}
.right-wrapper{
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.3); /* Softer shadow when floating up */
margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.695);
    gap: 10px;
}
.right-description{
    color: white;
}
}


@media only screen and (max-height: 575.98px) and (orientation: landscape) {
    
        .right-section{
            margin-block: 20px;
            width: 100%;
        position: relative;
        }
        .right-wrapper{
            width: 90%;
        }
        .right-description{
            color: #9499A1;
        }
        
.left-section{
    width: 100%;
}

.coming-soon-wrapper{
    flex-wrap: wrap;
}


}

@media (max-width: 576px) {

    .left-section{
        width: 100%;
    }
    
.coming-soon-wrapper{
    flex-wrap: wrap;
}
.wrapper{
    padding: 20px;
}
.logo img{
    width: 100%;
}
.right-section{
    position: absolute;
    top: 80%;
    height: fit-content;
}

.right-wrapper{
    margin: 10px;
    padding: 10px;
    width: 100%;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.3); /* Softer shadow when floating up */

    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    gap: 10px;
}
input{
    width: 68%;
    padding: 5px;

}
.counter{
    gap: 10px;
    
}
.btn-submit{
    width: 30%;
    padding: 5px;
}
.counter-item, .counter-item svg{
    width: 70px;
    height: 70px;
}
.number{
    font-size: 20px;
    line-height: inherit    ;
}
.secondary-heading, .primary-heading{
    font-size: 27px;
}
label{
    font-size: 20px;
}
.right-description{
    color: #5B65FF;
}
}

