﻿.home-dv {
    background: url("../../../Design/img/homedv.png") no-repeat center center;
    background-size: 100% 100%;
    background-attachment: fixed; /* 👈 giữ background đứng yên */
    padding: 142px 0px;
}

.home-dv-container {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.xklcvxck {
    color: #FFF;
    font-family: 'QsandM';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.ckxjv {
    color: #FFF;
    font-family: 'anyB';
    font-size: 49.548px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 16px;
}

.kzxjckxz {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .kzxjckxz svg {
        transition: fill 0.3s ease;
    }

    /* Hiệu ứng hover */
    .kzxjckxz:hover {
        transform: scale(1.05);
    }

        .kzxjckxz:hover svg ellipse {
            fill: var(--default-color-1); /* nền ellipse đổi sang đỏ */
        }

        .kzxjckxz:hover .kcjxz {
            color: #fff; /* chữ đổi sang trắng */
        }

.zkxhckjxz {
    color: #FFF;
    text-align: center;
    font-family: 'QsandM';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.kzxjckxz {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 42px;
}

.kcjxz {
    position: absolute;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000221;
    font-family: 'QsandM';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

@media (max-width:739px) {
    .xklcvxck {
        font-size: 14px;
        padding-bottom: -1px;
    }

    .ckxjv {
        font-size: 16px;
        margin-top: 10px;
    }

    .zkxhckjxz {
        font-size: 14px;
        padding-top: 0px;
    }

    .kzxjckxz {
        margin-top: 10px
    }

        .kzxjckxz svg {
            width: 103px;
        }

    .kcjxz {
        font-size: 13px;
    }

    .home-dv {
        padding: 47px 0px;
        background-size: 100% 100%;
        background-attachment: unset;
    }
}
