﻿.xiaomiRedmi13 {
/*    background-color: #e8f9ff;*/
background-color:white;
}

.position-relative {
    position: relative;
}

.max-w-100 img {
    max-width: 100%;
    display:block;
}
.section1{
    padding:5%;
}
.section1 .item-info1 {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}


    .section1 .item-info1 .item .item-detail, .section1 .item-info2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

.section1 .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section1 .item-text {
    position: absolute;
    top: 5%;
    left: 5%;
    right: 5%;
    text-align: start;
}

.item-text h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 30px;
}

.item-text p {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    font-weight: 300;
}

.section2 {
    position: relative;
}

    .section2 h2 {
        font-size: 40px;
        text-align: center;
    }

    .section2 .item-text {
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

.section3 {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding-left: 50px;
}

    .section3 .item-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.section4 {
    padding-top: 40px;
}

    .section4 .item-image {
        position: relative;
    }

    .section4 .item-text {
        text-align: center;
    }

    .section4 h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .section4 .item-text {
        font-size: 20px;
        padding: 0px 20%;
    }

    .section4 .item-image .text {
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        width: 100%;
        justify-content: space-around;
        text-align: center;
    }

        .section4 .item-image .text strong {
            -webkit-text-fill-color: transparent;
            background: linear-gradient(0deg, #55c2db, #149fbf);
            -webkit-background-clip: text;
            background-clip: text;
            color: #fff;
            font-size: 25px;
        }

        .section4 .item-image .text p {
            font-size: 15px;
        }

.section5 {
    position: relative;
}

    .section5 .item-text {
        text-align: center;
        position: absolute;
        top: 7%;
        left: 50%;
        transform: translateX(-50%);
    }

    .section5 h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .section5 p {
    }

.section7 {
    padding: 100px 10%;
}


    .section7 .item-text, .section8 .item-text, .section9 .item-text {
        text-align: center;
        padding-bottom: 100px;
    }

    .section7 strong, .section10 strong {
        -webkit-text-fill-color: transparent;
        background: linear-gradient(0deg, #55c2db, #149fbf);
        -webkit-background-clip: text;
        background-clip: text;
        color: #000;
        font-size: 30px;
    }

.section8, .section9 {
    padding: 0 10% 100px 10%;
}
.section10{
    padding-bottom:100px;
    position:relative;
}

.section10 .item-text {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 38%;
}

    .section10 .detail-text {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-top: 50px;
        gap: 15px;  
    }
