@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

body {
    font-family: "Heebo", "Helvetica Neue" !important;
}

.page {
    height: 100vw;
    background-color: rgba(250, 251, 253, 1);
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardbox {
    margin-top: 166px;

}

.titleTxt{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.titleTxt p {
    font-size: 52px;
    font-weight: 700;
    line-height: 58.24px;
    text-align: center;
    color: rgba(51, 51, 51, 1);
}
.titleTxt h4 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgba(51, 51, 51, 1);

}
.btnDiv{
    margin-top: 20px;
    background-color: rgba(36, 36, 36, 1);
}
.callBtn {
    background-color: rgba(36, 36, 36, 1);
    width: 316px;
    height: 57px;
    font-weight: 700;
    font-size: 14px;
    border: none;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1);
}
.callBtn:hover{
    background: linear-gradient(rgba(36, 36, 36, 1), rgba(170, 218, 213, 1));
    width: 316px;
    height: 57px;
    font-weight: 700;
    font-size: 14px;
    border: none;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1);

}

.text {
    background-color: white;

    margin-top: 110px;
    margin-right: -50px;
    border-radius: 24px;
    padding: 62px 52px;
    z-index: 2;
    position: relative;
}

.textTitle p{
    font-weight: 500;
    font-size: 18px;
}
.rank {
    margin-top: 20px;
}
.rank p{
    font-weight: 400;
    font-size: 18px;

}
.star-item{
    display: flex;
    align-items: center;
}
.star{
   background-color: rgba(247, 242, 218, 1);
    width: 60.05px;
    height: 42.01px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.bullets{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.stars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.graph-section {
    background: linear-gradient(rgba(253, 249, 227, 1),rgba(118, 199, 203, 1));
    margin-top: 90px;
    border-radius: 24px;
    z-index: 1;
    position: relative;
}

.graph-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}


@media (max-width: 768px) {
    body, html {
        margin: 0;
        padding: 0;
        width: 100vw;
        height: auto;
        overflow-x: hidden;
    }
    .page, .box, .cardbox, .title, .titleTxt, .btnDiv {
        width: 100%;
        height: auto;
        padding: 0 10px;
    }
    .callBtn {
        width: 100%;
        box-sizing: border-box;   }
    .titleTxt p, .titleTxt h4 {
        margin: 0;
        line-height: normal;
        font-size: 40px;
    }
    .title{
        margin-left: 0;
    }
    .box{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .titleTxt h4 {
        font-size: 4vw;
    }
    .bullets, .text, .textTitle, .rank{
        width: auto;
        height: auto;
        text-align: center;
    }
    .bullets{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .text{
        margin-right: 0;
    }
    .stars{
        display: flow;
        justify-content: center;
    }
    .star-item{
        margin-top: 10px;
    }
    .graph-section{
        margin-top: 20px;
        position: static;
        width: auto;
        height:auto;
    }
    .graph-container img{
        width: 80%;
        height: auto;
    }
}

