.header-img {
    background-image: url("/img/product/header-img.png");
    background-size: cover;
    min-height: 520px;
    overflow-y: hidden;
}

.img-g {
    height: 550px;
    background: linear-gradient(360deg, #fbfbfb 3.4%, #FFFFFF99 9.93%, #FFFFFF00 16.29%);
    top: 65px;
    /* margin-bottom: -2px; */
}

.logo-font {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: 0.1em;
    color: #333;
}

.wih-top {
    z-index: 2;
    gap: 21px;
    margin-top: 190px;
    margin-bottom: 100px;
}

.wih-top img {
    width: 100%;
    max-width: 600px;
    min-width: 200px;
    /* padding: 2%; */
}

.top-card {
    width: 100%;
    max-width: 600px;
    min-width: 415px;
    height: auto;
    /* background: linear-gradient(75.83deg, rgba(255, 255, 255, 0.3) 1.96%, rgba(255, 255, 255, 0.9) 98.04%); */
    box-shadow: 1px 4px 10px #00000033;
    text-align: start;
    padding: 48px 0px;
}

.top-card p {
    margin-left: 28px;
    margin-right: 28px;
}

.top-text-h {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 24px;
}

.top-text-f {
    margin-top: 20px;
    margin-bottom: 24px;
}

/* 

.card {
    background: linear-gradient(94.76deg, rgba(255, 255, 255, 0.8) 0.08%, rgba(255, 255, 255, 0.3) 99.92%);
} */

.experience {
    justify-items: center;
    position: relative;
    /* width: 100%; */
}

.card-experience {
    display: flex;
    position: relative;
    overflow: visible;
    z-index: 1;
    padding: 32px 60px 20px 80px;
    box-sizing: border-box;
    align-items: self-end;
    width: 100%;
}

.card-experience::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: -20px;
    bottom: -20px;
    background:
        linear-gradient(296deg, rgba(255, 255, 255, 80%) 30%, rgba(255, 255, 255, 40%) 90%),
        linear-gradient(276.47deg, rgba(231, 85, 0, 1.48) 13.61%, rgba(248, 248, 248, 0.48) 50%, rgba(102, 208, 255, 0.48) 86.39%);
    filter: blur(16px);
    border-radius: 16px;
    border: 2px solid rgb(255 255 255 / 80%);
    z-index: -1;
}

.card-experience img {
    width: 100%;
}

.ex-icon1 {
    max-width: 264px;
    margin-bottom: 20px;
}

.ex-icon2 {
    max-width: 328px;
    margin-bottom: 20px;
}

.ex-icon-arrow {
    max-width: 62px;
    margin-left: 123px;
    margin-right: 79px;
    align-self: center;
}

.ex-text,
.me-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.ex-text span,
.me-text span {
    font-size: 24px;
    line-height: 40px;
    color: #00A0E8;
}


.merit {
    position: relative;
    gap: 24px;
    width: 100%;
}

.merit img {
    position: absolute;
    bottom: -110px;
    z-index: -1;
}

.card-merit {
    width: 100%;
    max-width: 490px;
    height: auto;
    /* padding: 36px 5vw 46px; */
}

.merit-b {
    align-items: start;
    margin-bottom: 40px;
}

.me-text {
    margin-top: 36px;
}

.merit-hr {
    width: 100%;
    max-width: 446px;
    border: 1px solid #999999;
    margin-bottom: 20px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00A0E8;
    margin-left: 50px;
    margin-right: 12px;
}


.use-wrap {
    /* background-image: url("/img/product/bgi-use.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%; */
    /* flex-wrap: wrap; */
    gap: 34px;
    position: relative;
}

.use-bgi {
    position: absolute;
    z-index: -1;
    bottom: -139px;
    width: 140%;
}

.use-card {
    height: 300px;
    width: 100%;
    max-width: 400px;
    position: relative;
}

.use-img {
    width: 80%;
    margin-top: 40px;
}

.use-text {
    background-color: #ffffffe5;
    height: 60px;
    width: 100%;
    bottom: 0;
    position: absolute;
}

.use-low {
    margin-top: 10px;
    margin-left: -30px;
}

.circle {
    margin-right: 4px;
    width: 28px;
    height: 28px;
    /* font-size: 20px; */
    line-height: 32px;
}

.c1 {
    background: linear-gradient(140.34deg, rgba(229, 243, 228, 0.5) 33.47%, rgba(255, 255, 255, 0.05) 77.9%);
}

.c2 {
    background: linear-gradient(138.87deg, rgba(233, 211, 242, 0.5) 41%, rgba(255, 255, 255, 0.05) 77.78%);
}


.lineup {
    position: relative;
}

.lineup img {
    position: absolute;
    top: -60px;
    left: -60px;
}

.card-lineup {
    border: 2px solid #fff;
    width: 100%;
    max-width: 590px;
    height: 456px;
    position: relative;
}

.card-lineup::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url("/img/product/bgi-lineup.png");
    background-position: center;
    background-size: 120% 150%;
    background-repeat: no-repeat;
    z-index: -1;
}

.lineup-h {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    color: #00A0E8;
    text-shadow: 1px 3px 5px #00A0E840;
    margin-bottom: 16px;
    margin-top: 30px;
    text-decoration-line: underline;
    text-decoration-color: #00A0E8;
}

/* .lineup-b {
    margin-bottom: 28px;
} */

.lineup p {
    margin-left: 36px;
    margin-right: 36px;
}

.lineup span {
    font-weight: 500;
    color: #00A0E8;
    text-shadow: 1px 3px 4px #00000026;
}


.system-img {
    width: 100%;
    max-width: 520px;
}


.hamie-bgi {
    background-image: url("/img/product/card-bgi-hamie.png");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 350px;
    border: none;
    /* overflow: hidden; */
}

.hamie-row {
    position: absolute;
    width: 100%;
    /* padding-left: 2%;
    padding-right: 2%; */
}

#dropdownimg_r,
#dropdownimg_b,
#dropdownimg_btn,
#dropdownimg_s,
#card-drop1,
#card-drop2,
#card-drop3,
#card-drop4,
#card-drop5,
#card-drop6 {
    background: linear-gradient(137.57deg, rgba(255, 255, 255, 0.9) 0.9%, rgba(255, 255, 255, 0.2) 61.14%, rgba(255, 255, 255, 0.4) 99.1%);
    width: 100%;
    border: 1px solid rgb(255 255 255 / 10%);
}



.hamie-drop p {
    margin-top: 4px;
    margin-left: 24px;
    margin-right: 45px;
}

.hamie-down p {
    margin: 8px;
    text-align: start;
}


.hamie-icons {
    position: relative;
}

.bgi-icons {
    position: absolute;
    top: -150px;
    left: -155px;
    z-index: -1;
}

.card-icons {
    width: 228px;
    height: 196px;
}

.card-icons img {
    width: 40px;
}

.icons-hr {
    width: 196px;
    border: 1px solid #CCCCCC;
    margin-top: 0px;
    margin-bottom: 12px;
}

.icons-top {
    margin-top: 16px;
}

.icons-top img {
    margin-right: 8px;
    margin-left: 12px;
}

.icons-h {
    font-weight: 500;
}

.icons-text {
    margin-left: 8px;
    margin-right: 8px;
    text-align: start;
}


.cart-bgi {
    background-image: url("/img/product/card-bgi-cart.png");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 350px;
    overflow: hidden;
    border: none;
}

.cart-row {
    position: absolute;
    width: 100%;
    gap: 1%;
    top: 30px;
}

.cart-down p {
    text-align: start;
    margin: 8px;
}

.cart-img {
    /* max-width: 20%; */
    width: 280px;
    /* height: auto; */
}

.feature-lo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    padding-top: 20px;
    padding-bottom: 20px;
}

.feature {
    position: relative;
}

.feature-bgi {
    position: absolute;
    top: -45px;
    left: -123px;
    /* width: 100%; */
    z-index: -1;
}

.card-cart {
    max-width: 384px;
    background: none;
    /* height: 404px; */
}

.card-cart img {
    width: 100%;
}

.cart-low {
    background-color: #fff;
    height: 164px;
    margin-top: -8px;
    justify-content: start;
    padding-top: 12px;
}

.cart-text {
    text-align: start;
    margin: 12px;
}


.ve-bgi {
    background-image: url("/img/product/card-bgi-ve.png");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 350px;
    overflow: hidden;
    border: none;
}

.ve-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 600px;
    /* height: 350px; */
    width: auto;
}

.ve-row {
    width: 100%;
}

.ve-dropdown {
    /* left: 7%; */
    top: 5%;
    z-index: 1;
    gap: 14px;
}


.card-ve {
    width: 100%;
    max-width: 320px;
    height: 364px;
}

.card-ve img {
    /* width: 100%; */
    height: 170px;
    margin-top: 60px;
}

.ve-low {
    background-color: #fff;
    width: 100%;
    height: 124px;
    margin-top: -8px;
    /* justify-content: start; */
    padding-top: 12px;
}

.ve-text {
    margin: 12px;
    width: 100%;
}

.use-ve {
    width: 100%;
    position: relative;
}

.bgi-use-ve {
    position: absolute;
    bottom: -130px;
    left: 80px;
    width: 100%;
    z-index: -1;
}


.hamie-btn,
.cart-btn,
.ve-btn {
    position: static;
    padding: 8px 24px;
    margin-top: 48px;
}

.hamie-drop,
.cart-drop,
.ve-drop {
    position: relative;
    background: linear-gradient(91.34deg, rgba(255, 255, 255, 0.8) 8.73%, rgba(255, 255, 255, 0.3) 91.27%);
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 16px;
}

.cart-drop p,
.ve-drop p {
    padding-right: 30px;
    padding-top: 4px;
}

.b-line {
    width: 100%;
}

.b-line p {
    color: #00A0E8;
    white-space: nowrap;
    width: auto;
}

.b-line hr {
    border: 1px solid #00A0E8;
    margin: 0px 36px;
    width: 100%;
    max-width: 384px;
    /* width: 1200px; */
}

.ve-wrap {
    width: 100%;
}

@media (min-width: 992px) {
    .d-ml-66 {
        margin-left: 66px;
    }

    .down-arrow {
        right: 0px;
        bottom: 35%;
    }


    .hamie-row {
        gap: 1%;
    }

    .icons-lo {
        flex-wrap: wrap;
        padding-bottom: 20px;
        padding-top: 40px;
        background-image: url(/img/product/bgi-icons.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    .card-cart,
    .cart-low {
        width: 100%;
    }

    .hamie-dropdown,
    .cart-dropdown {
        position: relative;
    }

    .ve-dropdown {
        position: relative;
        bottom: 20px;
    }

    .ve-down p {
        margin: 8px;
        /* text-align: start; */
    }

    .card-ve img {
        width: 100%;
    }


    .cart-feature {
        background-image: url("/img/product/bgi-cart.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        gap: 24px;
        padding-top: 20px;
        width: 100%;
        position: relative;
    }

    #hamie-img {
        /* position: absolute; */
        width: 370px;
        margin-top: 20px;
    }

    #dropdownimg_r {
        position: absolute;


        width: 260px;
        left: -8px;
        top: 5px;

    }

    #dropdownimg_b {
        position: absolute;
        width: 260px;
        right: -8px;
        top: 5px;
    }

    #dropdownimg_btn {
        position: absolute;
        width: 260px;
        left: -8px;
        top: -140px;
    }

    #dropdownimg_s {
        position: absolute;
        width: 260px;
        right: -8px;
        top: -140px;
    }

    #card-drop1 {
        position: absolute;
        width: 280px;
        top: -150px;
        right: 19px;
    }

    #card-drop2 {
        position: absolute;
        width: 280px;
        top: 0px;
        right: 19px;
    }

    #card-drop3 {
        position: absolute;
        width: 280px;
        top: -150px;
        left: 19px;
    }

    #card-drop4 {
        position: absolute;
        width: 410px;
        right: 38px;
        top: 35px;
    }

    #card-drop5 {
        position: absolute;
        width: 410px;
        right: 38px;
        top: 135px;
    }

    #card-drop6 {
        position: absolute;
        width: 410px;
        right: 38px;
        top: 235px;
    }

    .mi-br {
        display: none;
    }


}


@media (max-width: 1191px) and (min-width: 991px) {
    /* .de-br {
        display: none;
    } */
    .mi-br {
        display: none;
    }
}


@media (max-width: 991px) {
    .header-img {
        background-image: url("/img/product/mo-header-img.png");
        min-height: 440px;
    }

    .img-g {
        height: 400px;
        top: auto;
        bottom: -5px;
    }

    .top-card {
        text-align: center;
        min-width: 300px;
        padding: 24px 0px;
    }

    .top-card p {
        margin-left: 8px;
        margin-right: 8px;
    }

    .top-text-h {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 12px;
    }


    .wih-top {
        flex-direction: column-reverse;
        margin: 5%;
        margin-top: 15%;
        gap: 10px;
    }

    .wih-top img {
        min-width: 250px;
    }

    .experience {
        width: 100%;
    }

    .card-experience {
        padding: 12px 13px 8px;
    }

    .card-experience::before {
        filter: blur(10px);
        top: 7px;
        left: 4px;
        right: -5px;
        bottom: -10px;
    }

    .ex-icon1 {
        min-width: 95px;
    }

    .ex-icon2 {
        min-width: 118px;
    }

    .ex-icon-arrow {
        max-width: 22px;
        margin-left: 22px;
        margin-right: 0px;
    }

    .ex-text {
        font-weight: 400;
        font-size: 12px;
        line-height: 22px;
    }

    .ex-text span {
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
    }

    .me-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
    }

    .me-text span {
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
    }

    .merit {
        flex-wrap: wrap;
    }

    .me-text {
        margin-top: 20px;
    }

    .merit-hr {
        max-width: 340px;
    }

    .dot {
        margin-left: 16px;
        margin-right: 8px;
    }

    .card-merit {
        height: auto;
    }

    .merit-b {
        margin-bottom: 20px;
    }

    .lineup p {
        margin-left: 20px;
        margin-right: 20px;
    }

    .lineup-h {
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .lineup-b {
        margin-bottom: 20px;
    }

    .card-lineup {
        height: auto;
        width: 98.7%;
    }


    .icons-lo {
        display: flex;
        flex-wrap: nowrap;
        justify-content: start;
        padding-top: 20px;
        padding-bottom: 20px;
        /* padding: 20px;
        width: 100%; */
    }

    .card-icons {
        width: 100%;
        min-width: 236px;
    }

    .card-hamie {
        min-height: 50vw;
    }

    #hamie-img {
        width: 100%;
        max-width: 55%;
        margin-top: 20px;
        height: 160px;
    }

    .hamie-drop {
        display: flex;
        box-shadow: 0px 2px 4px #00000026;
    }

    .hamie-drop p {
        margin: 0;
    }

    .hamie-dropdown>.card:nth-of-type(1) .hamie-drop,
    .hamie-dropdown>.card:nth-of-type(2) .hamie-drop {
        background: linear-gradient(91.13deg, rgba(255, 191, 153, 0.1) 18.79%, rgba(255, 223, 204, 0.06) 53.22%, rgba(255, 255, 255, 0.1) 81.21%);
        border: 1px solid;
        border-image-source: linear-gradient(91.16deg, rgba(255, 255, 255, 0.8) 19.33%, rgba(255, 255, 255, 0.6) 62.17%, rgba(255, 255, 255, 0) 80.67%);

    }

    .hamie-dropdown>.card:nth-of-type(3) .hamie-drop {
        background: linear-gradient(91.13deg, rgba(255, 191, 153, 0.1) 18.7%, rgba(255, 249, 135, 0.06) 53.23%, rgba(255, 255, 255, 0.1) 81.3%);
        border: 1px solid;
        border-image-source: linear-gradient(91.16deg, rgba(255, 255, 255, 0.8) 19.44%, rgba(255, 255, 255, 0.6) 62.33%, rgba(255, 255, 255, 0) 80.56%);
    }

    .hamie-dropdown>.card:nth-of-type(4) .hamie-drop {
        background: linear-gradient(91.13deg, rgba(255, 191, 153, 0.1) 18.7%, rgba(124, 236, 86, 0.06) 53.23%, rgba(255, 255, 255, 0.1) 81.3%);
        border: 1px solid;
        border-image-source: linear-gradient(91.16deg, rgba(255, 255, 255, 0.8) 19.44%, rgba(255, 255, 255, 0.6) 62.33%, rgba(255, 255, 255, 0) 80.56%);
    }

    .circle {
        margin: 6px 4px;
    }

    .hamie-down p {
        margin: 6px 12px;
    }

    .hamie-use {
        padding-bottom: 100px;
        padding-top: 0px;
        width: 100%;
    }

    .hamie-dropdown {
        /* background-image: url("/img/product/big-hamie-dropdown1.png");
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat; */
        padding-top: 40px;
        position: relative;
    }

    .cart-dropdown {
        padding-top: 40px;
        /* padding-bottom: 40px; */
        position: relative;
    }

    #card-drop1,
    #card-drop2,
    #card-drop3,
    #card-drop4,
    #card-drop5,
    #card-drop6 {
        max-width: none;
    }

    .cart-dropdown>.card:nth-of-type(1) .cart-drop {
        background: linear-gradient(91.13deg, rgba(255, 158, 102, 0.1) 18.79%, rgba(255, 191, 153, 0.06) 53.22%, rgba(255, 255, 255, 0.1) 81.21%);
    }

    .cart-dropdown>.card:nth-of-type(2) .cart-drop {
        background: linear-gradient(91.13deg, rgba(255, 158, 102, 0.1) 18.7%, rgba(174, 123, 255, 0.06) 53.23%, rgba(255, 255, 255, 0.1) 81.3%);
    }

    .cart-dropdown>.card:nth-of-type(3) .cart-drop {
        background: linear-gradient(91.13deg, rgba(255, 158, 102, 0.1) 18.7%, rgba(255, 191, 153, 0.08) 53.23%, rgba(255, 255, 255, 0.1) 81.3%);
    }

    .cart-drop {
        border: 1px solid;
        display: flex;
        justify-content: start;
        border-image-source: linear-gradient(91.16deg, rgba(255, 255, 255, 0.8) 19.44%, rgba(255, 255, 255, 0.6) 62.33%, rgba(255, 255, 255, 0) 80.56%);

    }



    .ve-dropdown {
        max-width: none;
        position: relative;
        padding-top: 40px;
        /* padding-bottom: 40px; */
        width: 100%;
        gap: 8px;
    }

    .ve-drop {
        display: flex;
        justify-content: start;
        border: 1px solid;
        border-image-source: linear-gradient(90.7deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);

    }

    .ve-dropdown>.card:nth-of-type(1) .ve-drop {
        background: linear-gradient(90.21deg, rgba(102, 208, 255, 0.1) 1.01%, rgba(177, 247, 205, 0.06) 59.44%, rgba(255, 255, 255, 0.02) 98.55%);
    }

    .ve-dropdown>.card:nth-of-type(2) .ve-drop {
        background: linear-gradient(90.7deg, rgba(102, 208, 255, 0.1) 0%, rgba(134, 151, 231, 0.06) 57.5%, rgba(255, 255, 255, 0.02) 100%);
    }

    .ve-dropdown>.card:nth-of-type(3) .ve-drop {
        background: linear-gradient(90.92deg, rgba(102, 208, 255, 0.13) 11.28%, rgba(108, 206, 251, 0.05) 40.68%, rgba(255, 255, 255, 0.02) 87.63%);
    }

    .use-wrap,
    .ve-wrap {
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }

    .use-ve {
        /* background-image: url("/img/product/bgi-use-ve-mo1.png"); */
        margin-top: 0px;
    }

    .hamie-card,
    .cart-card {
        min-width: 90vw;
    }

    .card-cart {
        max-width: 290px;
        min-width: 236px;

        width: 100%;
    }

    .ve-down p {
        margin: 12px;
        text-align: start;
    }

    .cart-bgi,
    .ve-bgi {
        height: 200px;
    }

    .cart-img {
        width: 150px;
    }

    .ve-img {
        width: 320px;
    }

    .cart-btn {
        margin-top: 10px;
    }

    .c4 {
        background: linear-gradient(313deg, rgba(255, 126, 51, 0.4) 16.88%, rgb(255 126 51 / 28%) 49.3%, rgba(255, 126, 51, 0.1) 84.43%);
    }

    .c5 {
        background: linear-gradient(288deg, rgba(0, 160, 232, 0.4) 16.88%, rgb(0 160 232 / 30%) 49.3%, rgb(0 160 232 / 18%) 84.43%);
    }

    .logo-font {
        font-size: 32px;
        line-height: 42px;
    }

    .top-text {
        text-align: start;
    }

    .dot-down {
        height: 70px;
    }

    .hamie-bgi {
        height: 200px;
    }

    .cart-feature {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        justify-content: start;
        width: 100%;
        padding-top: 0px;
    }

    .mo-hamie-bgi {
        position: absolute;
        top: -50px;
        width: 110%;
        height: 720px;
        z-index: -1;
    }

    .mo-cart-bgi {
        position: absolute;
        top: 0px;
        width: 110%;
        height: 930px;
        z-index: -1;
    }

    .mo-ve-bgi {
        position: absolute;
        top: 0px;
        left: -50px;
        width: 120%;
        height: 1220px;
        z-index: -1;
    }

    .b-line hr {
        margin: 0px 12px;
    }

    .icons-top {
        margin-top: 12px;
    }

    .icons-h {
        font-weight: 500;
        font-size: 16px;
    }

    /* .use-bgi {
    width: 100%;
} */
    .mi-br {
        display: none;
    }

    .use-card {
        height: 200px;
        max-width: none;
    }

    .use-img {
        width: auto;
        margin-top: 10px;
        height: 160px;
    }

    .use-bgi{
        height: 650px;
        width: 100%;
        bottom: -115px;
    }

    
    .cart-low{
        height: 192px;
    }

    .cart-drop p, .ve-drop p {
        padding: 0;
    }
}


@media (max-width: 734px) {

    .card-ve {
        max-width: none;
        height: 200px;
    }

    .card-ve img {
        height: 110px;
        margin-top: 8px;
    }

    .ve-low {
        height: 80px;
        margin-top: -4px;
        padding-top: 0px;
    }

    .ve-text {
        margin: 0px;
    }

    .ve-text br {
        display: none;
    }

    .mi-br {
        display: none;
    }
}

@media (max-width: 555px) {
    .mi-br {
        display: inline;
    }
}