.row-wrap::before {
    content: '';
    position: absolute;
    top: -150px;
    left: -50px;
    width: 150%;
    height: 800px;
    background: var(--bg);
    z-index: -1;
}

.row-wrap {
    width: 100%;
    padding: 0;
    z-index: 1;
    margin: 0;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg);
    position: relative;
    flex-direction: column;
    ul {
        width: 1200px;
        position: relative;
        margin-top: -330px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background: var(--bg);
        padding: 160px 50px 0 50px;
        flex-direction: row;
        flex-wrap: wrap;
        list-style: none;
        gap: 20px;
        @media screen and (max-width:1200px) {
            padding: 160px 0 0 0;
            width: 100%;
            #vc {
                font-size: 2.3em !important;
            }
            #vcc {
                font-size: 1em !important;
            }
        }
        li {
            width: 380px;
            height: 490px;
            background: var(--bg);
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-direction: column;
            border-radius: 25px;
            position: relative;
            box-shadow: 0 30px 150px rgba(0, 0, 0, 0.318);
            margin: 0;
            @media screen and (max-width:600px) {
                width: 90%;
            }
            article {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                flex-direction: row;
                flex-wrap: wrap;
                font-size: 10px;
                color: var(--text-1);
                @media screen and (max-width:600px) {
                    strong {
                        font-size: 2.3em !important;
                    }
                }
                strong {
                    font-family: vaz;
                    font-size: 3em;
                    margin: 20px 50px;
                    margin-top: 50px;
                }
                p {
                    font-family: rub;
                    width: 90%;
                    font-size: 1.7em;
                    line-height: 23px;
                    margin: 0 50px;
                }
                div {
                    height: 100px;
                    width: 100px;
                    display: grid;
                    place-items: center;
                    position: absolute;
                    top: -50px;
                    left: -10px;
                    img {
                        width: 100%;
                    }
                }
                a {
                    color: inherit;
                    cursor: pointer;
                    padding: 0;
                    margin: 0;
                    width: 85%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    text-decoration: none;
                    bottom: 20px;
                    left: 30px;
                    position: absolute;
                    border-radius: 150px;
                    button {
                        font-family: vaz;
                        text-decoration: none;
                        color: var(--text-2);
                        background: var(--p-s);
                        font-size: 1.8em;
                        transition: background 300ms ease;
                        border:none;
                        cursor: pointer;
                        width: 100%;
                        padding: 10px 0;
                        border-radius: 150px;
                        font-weight: 800;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        transition: background 300ms ease;
                        position: relative;
                        i {
                            position: absolute;                            
                            right: 40px;
                            transition: transform 300ms ease;
                        }
                    }
                    button:hover {
                        background: var(--s-p);
                    }
                    button:hover i {
                        transform: translateX(50%);
                    }
                }
            }
        }
        #vc {
            color: var(--header);
            font-family: rub;
            font-size: 3em;
            position: absolute;
            top: 0;
            margin-top: 30px;
        }
        #vcc {
            color: var(--mirror);
            font-family: rub;
            font-size: 1.2em;
            position: absolute;
            top: 0;
            margin-top: 95px;
        }
    }
}

.box-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: var(--bg);
    article {
        z-index: 1;
        width: 1200px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        gap: 50px 0;
        -webkit-gap:50px 0;
        @media screen and (max-width:1200px) {
            width: 100%;
            flex-wrap: wrap;
            aside:nth-of-type(2) {
                margin-left: 0 !important;
                margin: 0 !important;
            }
        }
        aside:nth-of-type(1) {
            overflow: hidden;
            background: var(--bg-a);
            width: 90%;
            box-shadow: 0 30px 100px rgba(0, 0, 0, 0.4);
            height: 500px;
            border-radius: 120px 80px 120px 80px;
            position: relative;
            div {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                img {
                    height: 100%;
                }
            }
        }
        aside:nth-of-type(2) {
            width: 90%;
            margin-right: 150px;
            strong {
                font-family: vaz;
                font-size: 2.5em;
                color: var(--text-1);
            }
            p {
                font-family: rub;
                font-size: 1.1em;
                line-height: 25px;
                color: var(--text-1);
                margin:15px 10px;
                position: relative;
            }
            h1 {
                font-family: rub;
                color: var(--s-p);
                margin: 0;
                margin-bottom: 10px;
                font-size: 1.3em;
            }
            a {
                color: inherit;
                cursor: pointer;
                padding: 0;
                margin: 20px 10px 0 0;
                width: 250px;
                display: flex;
                align-items: center;
                justify-content: center;
                text-decoration: none;
                font-size: 10px;
                button {
                    font-family: vaz;
                    text-decoration: none;
                    color: var(--text-2);
                    background: var(--p-s);
                    font-size: 1.5em;
                    transition: background 300ms ease;
                    border:none;
                    cursor: pointer;
                    width: 100%;
                    padding: 10px 0;
                    border-radius: 150px;
                    font-weight: 800;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    transition: background 300ms ease;
                    position: relative;
                    i {
                        position: absolute;                            
                        right: 40px;
                        transition: transform 300ms ease;
                    }
                }
                button:hover {
                    background: var(--s-p);
                }
                button:hover i {
                    transform: translateX(50%);
                }
            }
        }
    }
}


.grid-wrap {
    background-color: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
    ul {
        width: 1200px;
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 50px;
        @media screen and (max-width:1200px) {
            width: 100%;
        }
        li {
            background: var(--bg);
            display: flex;
            width: 350px;
            height: 300px;
            align-items: center;
            justify-content: flex-start;
            flex-direction: column;
            border-radius: 25px;
            box-shadow: 0 30px 100px rgba(0, 0, 0, 0.3);
            position: relative;
            article {
                font-family: vaz;
                margin: 15px 15px 10px 0;
                width: 100%;
                strong {
                    font-size: 1.2em;
                    margin-left: 30px;
                    font-size: 1.6em;
                    color: var(--header);
                }
            }
            p {
                margin: 10px 20px;
                color: var(--text-1);
                font-family: rub;
                width: 85%;
                font-size: 1.1em;
            }
            a {
                color: inherit;
                cursor: pointer;
                padding: 0;
                margin: 0;
                width: 90%;
                display: flex;
                align-items: center;
                justify-content: center;
                text-decoration: none;
                position: absolute;
                bottom: 20px;
                font-size: 10px;
                button {
                    font-family: vaz;
                    text-decoration: none;
                    color: var(--text-2);
                    background: var(--p-s);
                    font-size: 1.5em;
                    transition: background 300ms ease;
                    border:none;
                    cursor: pointer;
                    width: 100%;
                    padding: 10px 0;
                    border-radius: 150px;
                    font-weight: 800;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    transition: background 300ms ease;
                    position: relative;
                    i {
                        position: absolute;                            
                        right: 40px;
                        transition: transform 300ms ease;
                    }
                }
                button:hover {
                    background: var(--s-p);
                }
                button:hover i {
                    transform: translateX(50%);
                }
            }
        }
    }
}

.order-now {
    width: 100%;
    display: flex;
    align-items:center;
    justify-content: center;
    margin: 80px 0 0 0;
    a {
        overflow: hidden;
        width: 95%;
        height: 100px;
        background: var(--bg-a);
        backdrop-filter: blur(20px);
        border-radius: 25px;
        box-shadow: 0 20px 100px rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        font-family: vaz;
        text-decoration: none;
        color: var(--header);
        font-size: 2.5em;
        @media screen and (max-width:700px) {
            font-size: 2em;
        }
        transition: box-shadow 300ms ease;
        i {
            position: absolute;
            right: 40px;
            @media screen and (max-width:700px) {
                display: none;
            }
        }
    }
    a::before {
        content: '';
        width: 100%;
        height: 100%;
        background: var(--p-s);
        box-shadow: 0 0 50px var(--p-s);
        opacity: 0.3;
        filter: blur(20px);
        position: absolute;
        z-index: -1;
    }
    a:hover {
        box-shadow: none;
    }
}

.blogs_mention {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    ul {
        width: 1500px;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
        list-style:none;
        gap: 50px;
        -webkit-gap:50px;
        @media screen and (max-width:1500px) {
            width: 90%;
        }
        li {
            width: 420px;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            flex-direction: column;
            position: relative;
            a {
                width: 100%;
                aspect-ratio: 16 / 9;
                border-radius: 20px;
                overflow: hidden;
                padding: 0;
                margin: 0 0 20px 0 !important;
                box-shadow: 0 30px 150px rgba(0,0,0,.3);
                div {
                    width: 100%;
                    height: 100%;
                    border-radius: 20px;
                    overflow: hidden;
                    background: var(--bg-a);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: relative;
                    cursor: pointer;
                    img {
                        width: 120%;
                        transition: transform 500ms ease;
                    }
                    span {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        right: 0;
                        opacity: 0;
                        background: rgba(0, 0, 0, 0.4);
                        transition: opacity 300ms ease;
                        display: grid;
                        place-items: center;
                        i {
                            font-size: 2em;
                            color: var(--p-s);
                            width: 60px;
                            height: 60px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            border-radius: 150px;
                            background: var(--item-1);
                        }
                    }
                }
                div:hover span {
                    opacity: 1;
                }
                div:hover img {
                    transform: scale(1.2);
                }
            }
            h2 {
                color: var(--p-s);
                font-family: rub;
                font-size: 1em;
                margin: 5px 15px;
                padding: 0;
            }
            h1 {
                color: var(--header);
                font-family: vaz;
                font-size: 1.5em;
                margin: 2px 15px;
                padding: 0;
            }
            p {
                width: 90%;
                font-family: rub;
                color: var(--text-1);
                margin:15px;
            }
            a:has(button) {
                width: unset;
                aspect-ratio: unset;
                text-decoration: none;
                margin: 0 15px !important;
                cursor: pointer;
                button {
                    background: none;
                    font-size: 1em;
                    text-align: right;
                    font-family: vaz;
                    border: none;
                    position: relative;
                    color: var(--s-p);
                    padding: 0;
                    cursor: pointer;
                    transition: color 300ms ease;
                }
                button::after {
                    content: '';
                    position: absolute;
                    bottom: -5px;
                    right: 0;
                    width: 100%;
                    height: 1px;
                    border-radius: 150px;
                    background: var(--item-2);
                }
                button:hover {
                    color: var(--p-s);
                }
            }
        }
    }
}