.swaper  {
    position: relative;
    z-index: 2;
    color: rgb(151, 151, 151);
    font-size: 30px;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0, 0, 0, 0));
    -webkit-mask-size: 100% 90%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center top, center bottom;
}
.swaper_content{
    cursor: pointer;
    transition: all .3s ease;
}
.swaper_content:hover{
    border-color: rgb(255, 55, 235);
}
.circle_cont{
    position: absolute;
    z-index: 1;
    top: 68px;
    bottom: 0px;
    width: 100%;
    height: 500px;
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0)), linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    -webkit-mask-size: 100% 50%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center top, center bottom;
}
.circle{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: radial-gradient(72.04% 72.04% at 50% 3.99%, rgb(255, 55, 235) 0%, rgba(166, 151, 255, 0) 100%);
    filter: blur(72px);
    border-radius: 24px;
    max-width: 480px;
    width: 100%;
    height: 100%;
}
h1{
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
}
.main_label{
    width: 100%;
    display: flex;
    justify-content: center;
}
.main_label_content{
    width: 100%;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main_label_content h1{
    color: rgb(255, 79, 184);
    line-height: 120%;
    text-align: center;
}
.main_label_content p{
    color: rgb(119, 128, 160);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    max-width: 600px;
    margin: 32px auto 32px auto;
    font-size: 20px;
    line-height: 28px;
}
.main_label_content button{
    font-size: 24px;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(93.06deg, rgb(255, 0, 199) 2.66%, rgb(255, 159, 251) 98.99%);
    border: none;
    color: rgb(255, 255, 255);
    transition: all 250ms ease 0s;
    text-decoration: none;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.main_label_content a{
    display: flex;
    align-items: center;
    color: rgb(152, 161, 192);
    cursor: pointer;
    font-size: 20px;
    gap: 16px;
    justify-content: center;
    margin-top: 26px;
}
.blocks{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 100px;
    padding: 0 96px;
    padding-bottom: 80px;
}
.row{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1440px;
    display: flex;
    gap: 20px;
}
.row h2{
    font-size: 20px;
    font-weight: 600;
}
.row a{
    color: #444444
}
.row_block{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 24px;
    width: 50%;
    height: 360px;
    border-radius: 24px;
    background: url("swapCard.1a0376fd.png") right center / auto 100% no-repeat border-box white;
    background-position: right center;
    background-repeat: no-repeat;
    transition: all .3s ease;
    border: solid 1px #fff;
}
.row_block:hover{
    border-color: rgba(78, 32, 92, 0.534);
}
.row_block:last-child{
    background: url("nftCard.ec17cbfb.png") right center / auto 100% no-repeat border-box white;
}
.row_block_next{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* gap: 10px; */
    border-radius: 24px;
    border: solid 1px #fff;
    transition: all .3s ease;
    background-color: rgba(215, 216, 255, 0.24);
}
.row_block_next:hover{
    border-color: rgba(78, 32, 92, 0.534);
}
.row_block_next_lable{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.row_block_footer{
    color: rgb(119, 128, 160);
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.purple{
    color: rgb(255, 79, 184);
}
.row_block_next{
    padding: 32px;
    height: 260px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.foottter{
    width: 100%;
    border-radius: 32px;
    max-width: 100%;
    margin: 80px 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 32px 48px;
    box-shadow: rgb(51 53 72 / 4%) 0px 10px 24px;
    background: url("4780cedfadcea3a5ec11ee53abc8cdc2ace34655.png"), linear-gradient(93.06deg, rgb(255, 0, 199) 2.66%, rgb(255, 159, 251) 98.99%);
    height: 140px;
    color: #fff;
}
.left{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.up{
    font-size: 28px;
    font-weight: 600;
}
.down{
    font-size: 20px;
    font-weight: 600;
}
.btn{
    cursor: pointer;
    padding: 16px;
    width: 100%;
    max-width: 350px;
    border: solid 1px #fff;
    border-radius: 20px;
}



@media (max-width: 1100px) {
    h1{
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    h1{
        font-size: 24px;
    }
    .rows_blocks, .row_blocks{
        flex-wrap: wrap;
    }
    .row_block{
        width: 100%;
    }
    .up{
        font-size: 20px;
    }
    .down{
        font-size: 16px;
    }
}