.ecommerce {
    padding: 50px 25px;
    min-height: 100vh;
    max-width: 1200px;
    margin: 0px auto;
}

.ecommerce .ec-title.title {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.ecommerce .title {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.ecommerce .title .shopifyShoppingBagIcon {
    width: 46px;
    height: 46px;

    margin-right: 15px;
}

.ecommerce .subtitle {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.ecommerce .info {
    text-align: center;
    margin-bottom: 25px;
}

.ecommerce .services {
    margin-top: 50px;
}

.ecommerce .services .title {
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 25px;
}

.ecommerce .services .container {
    width: 100%;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.ecommerce .services .container .service {
    width: calc(50% - 25px);
    margin-bottom: 25px;
}

.ecommerce .services .container .service:nth-child(odd) {
    margin-right: 25px;
}

.ecommerce .services .container .service .icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.ecommerce .services .container .service .icon i {
    font-size: 20px;
    padding-right: 5px;
    color: #4A00E0;
}

.ecommerce .services .container .service .icon .title {
    font-size: 16px;
    font-weight: bold;

    margin: 0px;
    padding: 0px;
}

.ecommerce .services .container .service .desc {
    font-size: 16px;
    
    padding-left: 25px;
}

.ecommerce .whyus {
    margin-top: 50px;
}

.ecommerce .whyus .title {
    text-align: center;
    font-size: 32px;
    font-weight: normal;

    padding: 0px;

    margin: 0px;
    padding-bottom: 25px;
}

.ecommerce .whyus .desc {
    margin-bottom: 25px;
}

.ecommerce .whyus .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ecommerce .whyus .container .box {
    border: 1px solid var(--border-color);
    border-radius: 32px;

    box-shadow: 0 6px 12px var(--border-color);

    background: var(--light);

    padding: 25px;
}

.ecommerce .whyus .container .box {
    width: calc(33% - 25px);
    margin-bottom: 25px;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.ecommerce .whyus .container .box .number {
    padding: 5px;

    width: 50px;
    height: 50px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 100%;

    background-color: #4a00e025;

    font-size: 25px;
    color: #4A00E0;
    font-weight: bold;
    
    margin-bottom: 15px;
}

.ecommerce .whyus .container .box .title {
    font-size: 16px;
    font-weight: bold;
    text-align: left;

    margin: 0px;
    margin-bottom: 10px;
    
    padding: 0px;
}

.ecommerce .whyus .container .box .desc {
    font-size: 16px;
    text-align: left;

    margin: 0px;
}

.ecommerce .preview {
    margin-top: 50px;
}

.ecommerce .preview .title {
    text-align: center;
    font-size: 32px;
    font-weight: normal;

    padding: 0px;
    
    margin: 0px;
    padding-bottom: 25px;
}

.ecommerce .preview .desc {
    margin-bottom: 25px;
    text-align: center;
}

.ecommerce .preview .container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.ecommerce .preview .container .prev {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.ecommerce .preview .informations {
    width: calc(100% - 25px - 425px);
    margin-left: 50px;
}

.ecommerce .preview .informations h3 {
    font-size: 20px;
}

.ecommerce .preview .informations .button {
    margin: 0px;
    margin-top: 15px;
}

.ecommerce .preview .phones {
    width: 400px;
    height: 850px;

    position: relative;
}

.ecommerce .preview .phones .phone {
    width: 250px;

    position: absolute;
}

.ecommerce .preview .phones .phone:nth-child(1) {
    top: 0px;

    z-index: 1;
}

.ecommerce .preview .phones .phone:nth-child(2) {
    top: 150px;
    left: 150px;

    z-index: 2;
}

.ecommerce .preview .phones .phone:nth-child(3) {
    top: 300px;
    left: 50px;

    z-index: 2;
}

.ecommerce .preview .phones .phone img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}



.ecommerce .startnow {
    margin-top: 50px;
}

.ecommerce .startnow .title {
    text-align: center;
    font-size: 32px;
    font-weight: normal;
}

.ecommerce .startnow .desc {
    font-size: 16px;
    text-align: center;
}

.ecommerce .startnow .button {
    margin: 0px auto;
    margin-top: 25px;
}

@media screen and (max-width: 999px) {

    .ecommerce .preview .container .prev {
        justify-content: center;
    }

    .ecommerce .preview .phones {
        width: 300px;
        height: 680px;
    }

    .ecommerce .preview .phones .phone {
        width: 200px;
    }

    .ecommerce .preview .phones .phone:nth-child(2) {
        top: 100px;
        left: 100px;
    }

    .ecommerce .preview .phones .phone:nth-child(3) {
        top: 250px;
    }
}

@media screen and (max-width: 750px) {
    .ecommerce .services .container .service {
        width: 100%;
    }

    .ecommerce .preview .informations {
        width: 100%;

        margin: 0px;
        margin-top: 25px;
    }

    .ecommerce .preview .informations .button {
        margin: 0px auto;
        margin-top: 15px;
    }

    .ecommerce .whyus .container .box {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .ecommerce .title {
        flex-direction: column;
        justify-content: center;
    }
    .ecommerce .title img {
        margin-bottom: 25px;
    }
}