@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "poppins";
}

.container {
    max-width: 100%;
    width: 85%;
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
}

.header {
    background-color: #121139;
    height: 1117px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

.h-left-btn {
    width: 274px;
    height: 74px;
    background: transparent;
    border: 2px solid #9130F4;
    border-radius: 15px;
    font-weight: 800;
    font-size: 20px;
    color: white;
    transition: 300ms all ease;
    position: relative;
}

.h-left-btn:hover {
    background: linear-gradient(65deg, #4646F9, #9130F4);
    color: white;
    transition: 300ms all ease;
}

.h-left-item {
    font-weight: 800;
    font-size: 90px;
    color: white;
    width: 695px;
    letter-spacing: -4px;
    line-height: 100%;
}


.h-left-item span {
    background: linear-gradient(90deg, #4646F9, #9130F4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 99px;
}

.h-left-text {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 4%;
    color: white;
    width: 686px;
}



.right-cards-img {
    width: 700px;
}

.header-2-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.header-2-l-r-box {
    padding-top: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-2-logos-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 130px;
    position: relative;
}

.header-shadow-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.header-shadow-2 {
    position: absolute;
    left: 0;
    top: 368px;
}

.header-wrapper-2 {
    padding-top: 0px;
}

.section-1 {
    height: 1117px;
    width: 100%;
    background-color: white;
}

.main-1-item {
    background: linear-gradient(90deg, #4646F9, #9130F4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    width: 724px;
    margin: 0 auto;
    padding-top: 70px;
}

.main-1-text {
    font-weight: 500;
    font-size: 22px;
    color: #121139;
    line-height: 130%;
    width: 510px;
    text-align: center;
    margin: 0 auto;
}

.main-1-item-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-1-trader-box {
    background-color: #121139;
    width: 978px;
    height: 578px;
    border-radius: 25px;
    box-shadow: #812DE2 15px 20px 40px 15px;
    margin: 60px auto;
    padding: 24px;

}

.trade-h-item-1 {
    font-weight: 500;
    font-size: 14px;
    color: white;
    letter-spacing: 0.5px;
}

.trade-h-item-2 {
    font-weight: 600;
    font-size: 22px;
    color: white;
    letter-spacing: 0.5px;
    width: 273px;

}

.trade-h-item-3 {
    font-weight: 600;
    font-size: 26px;
    color: white;

}

.trade-h-item-4 {
    font-weight: 400;
    font-size: 16px;
    color: #B8C0CC;
    letter-spacing: 0.5px;
}

.trade-box-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.trade-h-btn {
    background-color: #243B53;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.graph-item p {
    font-family: "lato";
    font-weight: 400;
    font-size: 12px;
    color: white;
}

.krug {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #3A49F9;
    transition: 300ms all ease;

}

.krug-2 {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #812DE2;
    transition: 300ms all ease;

}

.graph-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.graphic-items-box {

    display: flex;
    gap: 20px;

}

.krug:hover {
    transition: 300ms all ease;
    transform: scale(1.2);
}

.krug-2:hover {
    transition: 300ms all ease;
    transform: scale(1.2);
}

.trader-box-graphic {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 50px;
}

.trader-box-graphic img {
    padding-right: 40px;
}

.main-2-item {

    background: linear-gradient(90deg, #4646F9, #9130F4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 800;
    font-size: 50px;
    width: 663px;
    line-height: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 125px;
    position: relative;
}

.section-2 {
    background-color: #121139;
    height: 1117px;
    width: 100%;
}

.main-2-graph {
    width: 360px;
    height: 543px;
    background-color: #121139;
    border-radius: 16px;
    box-shadow: 0px 5px 40px 10px #9E59FF;
    padding: 24px;
}

.graph-item-1 {
    font-weight: 500;
    font-size: 14px;
    color: white;
    letter-spacing: 0.5px;
}

.graph-item-2 {
    font-weight: 600;
    font-size: 22px;
    color: white;
    letter-spacing: 0.5px;
}

.graph-item-3 {
    font-weight: 600;
    font-size: 26px;
    color: white;
    letter-spacing: 0.5px;
}

.graph-item-4 {
    font-weight: 400;
    font-size: 16px;
    color: #B8C0CC;
    letter-spacing: 0.5px;
}

.graph-2-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.graph-2-main {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 40px;
}

.graph-items-box p {

    font-family: "lato";
    font-weight: 400;
    font-size: 12px;
    color: white;

}

.krug-1 {

    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #6040C5;

}

.graph-items-box {
    display: flex;
    gap: 5px;
    align-items: center;
}

.graph-main-items-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-item-1 {
    font-weight: 500;
    font-size: 14px;
    color: white;
    letter-spacing: 0.5px;
}

.footer-item-2 {
    font-weight: 600;
    font-size: 24px;
    color: white;
    letter-spacing: 0.5px;
}

.footer-item-3 {
    font-weight: 400;
    font-size: 16px;
    color: #B8C0CC;
    letter-spacing: 0.5px;
}

.graph-2-footer {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-2-l-r-box {
    display: flex;
    justify-content: space-between;
    padding-top: 150px;
}

.main-2-right-item {
    font-weight: 800;
    font-size: 30px;
    color: white;
    letter-spacing: -4px;
    line-height: 100%;
}

.main-2-right-text {
    font-weight: 500;
    font-size: 22px;
    color: white;
    width: 686px;
}

.main-2-right-items-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-2-right-cards-box {
    display: flex;
    gap: 40px;
    padding-top: 120px;
}

.main-2-cards {
    width: 202px;
    height: 172px;
    border-radius: 30px;
    background-color: #1C1A50;
    border: 2px solid #812DE2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding-top: 2%;
}

.main-2-cards-item {
    font-weight: 500;
    font-size: 22px;
    color: white;
    letter-spacing: 4%;
}


.main-2-right {
    padding-top: 50px;
    position: relative;
}

.main-2-shadow {
    position: absolute;
    right: 0;
    /* top: 0; */
}

.main-3-item {
    background: linear-gradient(90deg, #4646F9, #9130F4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 800;
    font-size: 50px;
    margin: 0 auto;
    width: 400px;
    text-align: center;
    padding-top: 100px;
}

.main-3-item-2 {
    font-weight: 500;
    font-size: 22px;
    color: #121139;
    width: 350px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

.main-3-left-box {
    width: 919px;
    height: 917px;
    background-color: #15123E;
    border-radius: 30px;
    padding: 350px 100px;
    position: relative;
    margin: 40px auto;
}

.main-3-box-shadow {
    position: absolute;
    left: 0;
    top: 0;
}

.main-3-box-item {
    font-weight: 800;
    font-size: 30px;
    color: white;
    position: relative;

}

.main-3-box-text {
    font-weight: 500;
    font-size: 22px;
    color: white;
    letter-spacing: 4%;
    line-height: 130%;
    width: 480px;
    position: relative;
}

.main-3-box-btn {
    width: 211px;
    height: 72px;
    border-radius: 5px;
    border: 2px solid #8F30F4;
    background: transparent;
    font-weight: 800;
    font-size: 18px;
    color: white;
    transition: 300ms all ease;
    position: relative;
}

.main-3-box-btn:hover {
    transition: 300ms all ease;
    background-color: #8F30F4;

}

.main-3-box-item-box {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.main-3-box-logo {
    position: absolute;
    top: 150px;
    left: 600px;
}

.main-3-right-box {
    width: 350px;
    height: 112px;
    background-color: #1C1A50;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-3-right-box-item {
    font-weight: 500;
    font-size: 20px;
    color: white;
}

.main-3-right-boxes-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.main-3-right {
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
}

.main-left-right-box {
    display: flex;
    align-items: center;
    gap: 100px;
}

.main-3-iphone {
    width: 250 px;
}

.section-4 {
    background-color: #15123E;
    height: 1042px;
}

.main-4-shadow-1 {
    position: absolute;
    right: 0;
    top: 3400px;
}

.main-4-shadow-2 {
    position: absolute;
    right: 500px;
}

.main-4-item {
    background: linear-gradient(90deg, #4646F9, #9130F4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 800;
    font-size: 50px;
    width: 440px;
    text-align: center;
    margin: 0 auto;
    padding-top: 100px;
}

.main-4-text {
    font-weight: 500;
    font-size: 22px;
    color: white;
    width: 908px;
    text-align: center;
    line-height: 130%;
    letter-spacing: 4%;
    margin: 0 auto;
    padding-top: 65px;
}

.main-4-mac {
    margin: 100px auto;
    display: flex;
}

.main-4-box-1 {
    width: 432px;
    height: 118px;
    background: #1C1A50;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #812DE2;
    position: absolute;
    top: 5000px;
    left: 900px;
}

.main-4-box-2 {
    width: 432px;
    height: 118px;
    background: #1C1A50;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #812DE2;
    position: absolute;
    top: 5230px;
    left: 200px;
}

.main-4-box-3 {
    width: 432px;
    height: 118px;
    background: #1C1A50;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #812DE2;
    position: absolute;
    top: 5440px;
    left: 900px;
}

.main-4-box-text {
    font-weight: 500;
    font-size: 20px;
    color: white;
    letter-spacing: 4%;
}

.footer{
    background-color: #121139;
    height: 708px;
    width: 100%;
    padding-top: 137px;
}

.footer-list-1{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-list-1-item{
    font-weight: 800;
    font-size: 18px;
    color: #92989F;
    letter-spacing: 0.3px;    
}

.footer-link-1{
    font-weight: 400;
    font-size: 16px;
    color: white;
    letter-spacing: 0.3px;
}

.footer-lists-box{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.news-item{
    font-weight: 800;
    font-size: 18px;
    color: #92989F;
    letter-spacing: 0.3px;
}

.news-text{
    font-weight: 400;
    font-size: 16px;
    color: white;
    letter-spacing: 0.3px;
    line-height: 24px;
    width: 400px;
}

.footer-line{
    width: 100%;
    height: 2px;
    background-color: #71777D;
    margin-top: 100px;
}

.created-by{
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.26px;
    color: #92989F;
    width: 500px;
    text-align: center;
    margin: 40px auto;
}