.content {
    padding-top: 70px !important;
}

h4 {
    margin: 0;
}

h3 {
    margin: 0;
}

.banner {
    display: flex;
}

.left-banner {
    background-color: #fff;
    gap: 64px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 100px 50px;
    z-index: 10;
}

.banner-exp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #414042;
    max-width: 80%;
}

.banner-title {
    padding-bottom: 25px;
}

.banner-top-title {
    display: flex;
}

.custom-word {
    margin-left: 10px;
}

.custom-word h1 {
    height: fit-content;
    color: #218B54;
}

.banner-title h1 {
    font-size: 45px;
    font-weight: 800;
}

.banner-desc {
    margin-bottom: 25px;
    line-height: 166%;
}

.banner-button {
    display: flex;
}

.button-download button {
    padding: 10px 30px;
}

.button-learn button {
    padding-block: 8px;
    padding-inline: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white;
    border: none;
    color: #F78055;
}

.button-learn button:hover {
    background-color: #e4e4e4;
}

.button-learn svg {
    margin-left: 5px;
}

.button-download button {
    background-color: #218B54;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.20);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.button-download button:hover {
    background-color: #114c2e;
}

/* ------------------------------------- right banner -------------------------------------------------------------------- */

.right-banner {
    background: url("../../assets/banner/Scribblebanner.svg"),#F4F3F9;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-part {
    display: flex;
}

.top-part-boxes {
    margin: 50px 20px;
    position: absolute;
    width: fit-content;
    z-index: 30;
}

.top-box-one {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
}

.top-box-two {
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}

.box {
    background-color: white;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-weight: 300;
    text-align: center;
    border-radius: 10px;
    width: 50%;
}

h4 {
    font-weight: 500;
}

h3 {
    font-weight: 600;
}


.top-part-scribble {
    position: absolute;
    right: 0px;
    top: 90px;
}

.top-part-scribble svg {
    transform: rotate(180deg);
}

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

.phone img {
    height: 500px;
    width: auto;
}

#ip-bg {
    position: absolute;
    height: 458px;
    width: auto;
    z-index: 10;
}

#ip-phone {
    z-index: 20;
}

.bottom-part {
    display: flex;
}

.bottom-part-scribble {
    width: fit-content;
    transform: rotate(25deg);
}

.bottom-part-boxes {
    position: absolute;
    z-index: 20;
    margin-top: 15rem;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}

.bottom-box {
    padding: 10px;
    padding-right: 0;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 10px;
    max-width: 50%;
}

.bottom-box p {
    font-size: 8px;
}

h5 {
    margin: 0;
    font-size: 10px;
}

.bottom-box-one {
    margin-left: 30%;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
}

.bottom-box-two {
    margin-left: 40%;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
}

.bottom-box-three {
    margin-left: 20%;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
}

.bottom-box-one h5 {
    color: #218B54;
}

.bottom-box-two h5 {
    color: #0288D1;
}

.bottom-box-three h5 {
    color: #FFB400;
}


@media (max-width: 950px) {
    .banner {
        flex-direction: column;
    }

    .left-banner {
        width: 100%;
        padding: 0;
        padding-block: 30px;
    }

    .right-banner {
        width: 100%;
        padding: 0;
        padding-block: 30px;
    }

    .top-part-boxes {
        width: 20%;
    }

    .top-part-scribble svg {
        position: absolute;
        right: 0px;
        top: 420px;
        transform: rotate(180deg);
    }

    .box {
        width: 50%;
    }

    .bottom-box-one {
        margin-left: 30%;
    }
    .bottom-box-two {
        margin-left: 40%;
    }
    .bottom-box-three {
        margin-left: 20%;
    }

}

@media (max-width: 600px) {
    .banner-title h1 {
        font-size: clamp(20px, 30px, 40px);
    }

    .custom-word svg {
        width: 100px;
    }

    .banner-button button {
        padding: 10px 20px;
        font-size: 13px;
    }

    .box {
        padding-inline: 8px
    }

    h4 {
        font-size: smaller;
    }

    h3 {
        font-size: smaller;
    }

    .top-part-boxes {
        width: 20%;
    }

    .box {
        font-size: 12px;
        width: 50%;
    }

    .top-box-one {
        margin-left: 20px;
    }

}

@media (max-width: 450px){
    .bottom-part-boxes {
        z-index: 20;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    
    }
    .bottom-box {
        padding: 5px 10px;
    }
    .bottom-box-one {
        margin-left: 40%;
    }
    .bottom-box-two {
        margin-left: 20%;
    }
    .bottom-box-three {
        margin-left:30%;
    }

}