@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,528;1,528&display=swap');

*{
    padding: 0;
    margin: 0;
    font-family: "Hanken Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 528;
    font-style: normal;
}
body {
    background-color: #ebf1ffff;
}
.content {
    height: 100vh;
}
.interface {
    background-image:linear-gradient(#7857ffff ,#2e2be9ff);
    height: 40%;
    padding: 20px;
    text-align: center;
    border-radius: 0 0 30px 30px;
}
.interface p{
    color: #bebdfe;
    font-size: 18px;
    padding: 10px 0 20px;
}

.interface h1 {
    color: #ebf1ffff;
    font-size: 60px;
}
.interface span{
    color: #8a87e7;
    font-size: 18px;
}
.interface h4 {
    color: rgba(235, 241, 255, 0.895);
    font-size: 20px;
}
.interface h3 {
    color: #ffffff;
    font-size: 30px;
}
.circle {
    background-image: linear-gradient(#4e21caff ,#2421ca00);
    border-radius: 50%;
    margin: 15px;
    height: 150px;
    width: 150px;
    line-height: 30px;
    position: relative;
    left: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.data h2 {
    margin: 20px;
    font-size:22px ;
    color: #09091ae6;
}
.mn {
    color:#09091ad2;
    font-weight: bold;
}
.mn span{
    color: rgb(56, 66, 96);
}

ul {
    margin: 20px 20px;
    list-style-type: none;  
}

.data ul li {
    height: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin: 15px 0;
    padding: 0 16px 0 0;
}
li div {
    display: flex;
    justify-content: center;
    align-items: center;
}
img {
    padding: 0 17px;
}
ul .N1{
    background-color: hsla(0, 100%, 67%, 0.05);
    color: #ff5757ff;
}
ul .N2 {
    background-color: hsla(39, 100%, 56%, 0.05);
    color: #ffb01fff;
}
ul .N3 {
    background-color: rgba(0, 189, 145, 0.05);
    color: #00bd91ff;
}
ul .N4 {
    background-color: rgba(17, 36, 212, 0.05);
    color: #1125d4ff;
}
.btn {
    display: inline-block;
    background-color: #303b5aff;
    color: white;
    padding: 15px 40px;
    font-size: 18px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    margin: 0 20px;
    width: 335px;
    height: 60px;
}

.source {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 2px 0;
}

@media (min-width:500px) and (max-width:1445px){
    .btn {
        margin: 0 40px;
        width: 300px;
    }
    ul {
        margin: 20px 20px 45px 40px;
    }
    .data {
        background-color: white;
        height: 460px;
        width: 360px;
        position:relative;
        left: -20px;
        z-index: -1;
        padding: 37px 20px;
        border-radius:0 30px 30px 0;
    }
    .data h2 {
        margin: 0px 0px 30px 40px;
        font-size:26px ;
    }
    .circle {
        margin: 36px 0 ;
        height:210px;
        width: 210px;
        line-height: 40px;
        position: relative;
        left: 50px;
    }
    .interface p {
        font-size: 15px;
        line : 3;
    }
    .interface h1 {
        font-size: 76px;
        font-weight: bold;
    }
    .interface span{
        font-size: 22px;
    }
    .interface h4 {
        font-size: 26px;
    }
    .interface h3 {
        font-size: 35px;
    }
    .content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .interface {
        height: 460px;
        width: 310px;
        padding: 37px;
        border-radius:30px;
    }

}
