@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap&subset=latin,japanese');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap&subset=latin,japanese');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@300;400;500;700;900&display=swap&subset=latin,japanese');
@import url('https://fonts.googleapis.com/css2?family=Zen+Dots:wght@300;400;500;700;900&display=swap&subset=latin,japanese');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    text-decoration: none;
}

.text-center {
    text-align: -webkit-center !important;
}

.l-siteWrapper {
    background: linear-gradient(107.1deg, #3494E6 -13.55%, #EC6EA5 98.02%);
}

.wrap-index {
    max-width: 464px;
    margin: 0 auto;
    background: linear-gradient(91.89deg, #7396FF 3.43%, #FF0198 100%);
}

.suha-title {
    text-align: center;
}

.img-bottle {
    position: absolute;
    min-height: 630px;
}

.img-bottle .bottle1 {
    position: absolute;
    /* top: -100px; */
    top: -84px;
    left: 5px;
}

.img-bottle .bottle2 {
    position: absolute;
    /* top: 91px; */
    /* left: 360px; */
    top: 105px;
    left: 360px;
}

.img-bottle .bottle3 {
    position: absolute;
    /* bottom: 0; */
    bottom: -44px;
}

/*css animation home content*/
.home-content {
    opacity: 0;
    transform: translate3d(0, 80px, 0) scale(0.95);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: blur(3px);
}

.home-content.content-loaded {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
    animation: waveUpStraight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

body.error404 .home-content {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    filter: none !important;
    animation: none !important;
}

body.error404 .home-content.content-loaded {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
}

@keyframes waveUpStraight {
    0% {
        transform: translate3d(0, 80px, 0) scale(0.95);
        opacity: 0;
        filter: blur(3px);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1;
        filter: blur(0);
    }
}


/*end css animation home content*/

/*css shuffle image*/
.carousel-five-images {
    position: relative;
    top: 1em;
}

.carousel-five-images img {
    width: 222px;
    height: 256px;
}

.carousel-five-images .demo-image {
    position: relative;
    left: 40%;
}

.carousel-five-images .changing {
    position: absolute;
    opacity: 0;
    top: 0;
}

.carousel-five-images .sixteen {
    animation: animate-overlay-sixteen 16s infinite forwards linear;
    position: absolute;
    top: 0;
    left: -11px;
}

.carousel-five-images .sixteen img {
    width: 424px;
    object-fit: cover;
}

.carousel-five-images .two {
    animation: animate-overlay-two 16s infinite forwards linear;
}

.carousel-five-images .three {
    animation: animate-overlay-three 16s infinite forwards linear;
}

.carousel-five-images .four {
    animation: animate-overlay-four 16s infinite forwards linear;
}

.carousel-five-images .five {
    animation: animate-overlay-five 16s infinite forwards linear;
}

.carousel-five-images .six {
    animation: animate-overlay-six 16s infinite forwards linear;
}

.carousel-five-images .seven {
    animation: animate-overlay-seven 16s infinite forwards linear;
}

.carousel-five-images .eight {
    animation: animate-overlay-eight 16s infinite forwards linear;
}

.carousel-five-images .nine {
    animation: animate-overlay-nine 16s infinite forwards linear;
}

.carousel-five-images .ten {
    animation: animate-overlay-ten 16s infinite forwards linear;
}

.carousel-five-images .eleven {
    animation: animate-overlay-eleven 16s infinite forwards linear;
}

.carousel-five-images .twelve {
    animation: animate-overlay-twelve 16s infinite forwards linear;
}

.carousel-five-images .thirteen {
    animation: animate-overlay-thirteen 16s infinite forwards linear;
}

.carousel-five-images .fourteen {
    animation: animate-overlay-fourteen 16s infinite forwards linear;
}

.carousel-five-images .fifteen {
    animation: animate-overlay-fifteen 16s infinite forwards linear;
}

@keyframes animate-overlay-two {
    0% {
        opacity: 0;
    }

    6.2% {
        opacity: 0;
    }

    6.3% {
        opacity: 1;
    }

    12.4% {
        opacity: 1;
    }

    12.5% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animate-overlay-three {
    0% {
        opacity: 0;
    }

    12.4% {
        opacity: 0;
    }

    12.5% {
        opacity: 1;
    }

    18.7% {
        opacity: 1;
    }

    18.8% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animate-overlay-four {
    0% {
        opacity: 0;
    }

    18.7% {
        opacity: 0;
    }

    18.8% {
        opacity: 1;
    }

    24.9% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animate-overlay-five {
    0% {
        opacity: 0;
    }

    24.9% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    31.2% {
        opacity: 1;
    }

    31.3% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animate-overlay-six {
    0% {
        opacity: 0;
    }

    31.2% {
        opacity: 0;
    }

    31.3% {
        opacity: 1;
    }

    37.4% {
        opacity: 1;
    }

    37.5% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animate-overlay-seven {
    0% {
        opacity: 0;
    }

    37.4% {
        opacity: 0;
    }

    37.5% {
        opacity: 1;
    }

    43.7% {
        opacity: 1;
    }

    43.8% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animate-overlay-eight {
    0% {
        opacity: 0;
    }

    43.7% {
        opacity: 0;
    }

    43.8% {
        opacity: 1;
    }

    49.9% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animate-overlay-nine {
    0% {
        opacity: 0;
    }

    49.9% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    56.2% {
        opacity: 1;
    }

    56.3% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animate-overlay-ten {
    0% {
        opacity: 0;
    }

    56.2% {
        opacity: 0;
    }

    56.3% {
        opacity: 1;
    }

    62.4% {
        opacity: 1;
    }

    62.5% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animate-overlay-eleven {
    0% {
        opacity: 0;
    }

    62.4% {
        opacity: 0;
    }

    62.5% {
        opacity: 1;
    }

    68.7% {
        opacity: 1;
    }

    68.8% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animate-overlay-twelve {
    0% {
        opacity: 0;
    }

    68.7% {
        opacity: 0;
    }

    68.8% {
        opacity: 1;
    }

    74.9% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animate-overlay-thirteen {
    0% {
        opacity: 0;
    }

    74.9% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    81.2% {
        opacity: 1;
    }

    81.3% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animate-overlay-fourteen {
    0% {
        opacity: 0;
    }

    81.2% {
        opacity: 0;
    }

    81.3% {
        opacity: 1;
    }

    87.4% {
        opacity: 1;
    }

    87.5% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animate-overlay-fifteen {
    0% {
        opacity: 0;
    }

    87.4% {
        opacity: 0;
    }

    87.5% {
        opacity: 1;
    }

    93.7% {
        opacity: 1;
    }

    93.8% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animate-overlay-sixteen {
    0% {
        opacity: 0;
    }

    93.7% {
        opacity: 0;
    }

    93.8% {
        opacity: 1;
    }

    99.9% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*end css shuffle image*/

.text-with-dancers {
    font-family: "Zen Old Mincho";
    font-weight: 900;
    font-size: 56px;
    line-height: 90%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.text-with-dancers span {
    color: transparent;
    -webkit-text-stroke: 0.5px #FFFFFF;
    text-stroke: 0.5px #FFFFFF;
}

.text-together {
    font-family: "Zen Old Mincho";
    font-weight: 900;
    font-size: 56px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.text-deep-breath {
    font-family: "Zen Old Mincho";
    font-weight: 900;
    font-size: 56px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 11px;
}

.fan-zone-black img {
    /* width: 498px; */
    /* margin-left: -40px; */
    margin-left: -68%;
}

.fan-zone-white img {
    /* width: 498px; */
    margin-left: -40px;
}

.text-royalbrat-suha {
    font-family: Josefin Slab;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1.1px;
    color: #FFFFFF;
}

.slider-body {
    padding: 20px 10px;
    /* height: 614px; */
    overflow: hidden;
}

.slider-body .text-body {
    border: 1px solid #FFFFFF;
    background: #FFFFFF1A;
    backdrop-filter: blur(8px);
    padding: 40px 20px 27px 20px;
    height: 100%;
}

.slider-fan-zone {
    position: relative;
    height: 360px;
}

.slider-fan-zone .slider {
    position: absolute;
    z-index: 2;
}

.slider-fan-zone .img-fan-zone {
    position: absolute;
    bottom: 12%;
}

.text-royalbrat-suha {
    position: absolute;
    bottom: 13px;
    left: 18px;
}

.img-fan-zone .img-fan-zone-black {
    position: relative;
    z-index: 3;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin-bottom: 11px;
}

.img-fan-zone .img-fan-zone-white {
    position: relative;
    z-index: 1;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.section-suha-oxygen {
    position: relative;
}

.banner-group-header {
    margin-top: 20px;
}

.banner-group-header img {
    max-width: 328px;
}

.menu-right ul {
    list-style: none;
}

.menu-right ul li a {
    text-decoration: none;
}

.menu-right ul li a:hover .title-one {
    color: #FF0098;
    transition: all ease-in-out 0.4s;
}

.menu-right ul li a:hover .title-two {
    color: #FF0098;
    transition: all ease-in-out 0.4s;
}

.menu-right ul li a:hover svg path {
    stroke: #FF0098;
    transition: all ease-in-out 0.4s;
}

.menu-right ul li a path {
    transition: all ease-in-out 0.4s;
}

.menu-right ul li {
    margin-bottom: 24px;
}

.menu-right li a .title-one {
    font-family: "Zen Kaku Gothic New";
    font-weight: 900;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    transition: all ease-in-out 0.4s;
}

.menu-right li a .title-two {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    transition: all ease-in-out 0.4s;
}

.title-two-footer {
    display: flex;
    align-items: center;
}

/*css slider*/

.slider-container {
    overflow: hidden;
    width: 100%;
    margin: 20px 0 24px 0;
}

.slider-track {
    display: flex;
    width: 300%;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.slider-1 .slider-track {
    animation: slideRight 30s infinite linear;
}

.slider-2 .slider-track {
    animation: slideLeft 30s infinite linear;
}

.slide {
    flex: 0 0 calc(100% / 9);
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.slider-3 .slide {
    height: 223px;
    flex: 0 0 calc(100% / 7);
}

.slider-1,
.slider-2 {
    height: 150px;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 15px;
}

.slider-3 .slider-track {
    animation: slideLeft 30s infinite linear;
}

.member-slider {
    margin-top: 52px;
    margin-bottom: 71px;
}

.member-slider .member-img {
    position: relative;
}

.member-slider .member-img .img-slider {
    width: 100%;
    height: 184px;
    gap: 8px;
    border-radius: 4px;
    object-fit: cover;
}

.member-slider .member-img button {
    position: absolute;
    bottom: 4px;
    right: 0;
    background: #FF009899;
    width: 32px;
    height: 32px;
    border: 2px solid #FF009899;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.member-slider .member-img button .down-popup {
    width: 13px;
    height: 9px;
}

.member-slider .member-img .text-stt {
    position: absolute;
    bottom: 0;
    left: 20px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-shadow:
        0 0 5px #FF0098,
        0 0 10px #FF0098,
        0 0 15px #FF0098,
        0 0 20px #FF0098;
}

.user-name-slide {
    margin-left: 20px;
}

.user-name-slide p {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    text-shadow:
        0 0 5px #FF0098,
        0 0 10px #FF0098,
        0 0 15px #FF0098,
        0 0 20px #FF0098;
}

/* Animations cho chạy liên tục */
@keyframes slideRight {
    0% {
        transform: translateX(-66.666%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-66.666%);
    }
}

@keyframes slideRightMobile {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slideLeftMobile {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.title {
    text-align: center;
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
    .slide {
        flex: 0 0 calc(100% / 9);
    }
}

@media (max-width: 460px) {
    .slider-track {
        width: 200%;
    }

    .slide {
        flex: 0 0 calc(100% / 6);
    }

    .slider-1,
    .slider-2 {
        height: 130px;
    }

    .slider-1 .slider-track {
        animation: slideRightMobile 20s infinite linear;
    }

    .slider-2 .slider-track {
        animation: slideLeftMobile 20s infinite linear;
    }
}

/*end css slider*/

.title-members-using {
    text-align: center;
    padding-top: 61px;
    padding-bottom: 27px;
}

.title-members-using p {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 3px;
    text-align: center;
    color: #FFFFFF;
}

.title-members-using p span {
    font-size: 32px;
}

.pd-what-is-suha {
    padding: 0 10px;
    position: relative;
    margin-bottom: 60px;
    margin-top: -6px;
}

.what-is-suha {
    background-image: url('../img/top/bg-what-is-suha.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 460px;
    position: relative;
    border-radius: 8px;
}

.members-using {
    background-image: url('../img/top/background-favorite.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 565px;
}

.what-is-suha .suha-title {
    text-align: center;
    position: absolute;
    top: -38px;
    left: 94px;
}

.what-is-suha .suha-title img {
    max-width: 270px;
}

.what-is-suha .body-content {
    padding: 72px 20px 8px 21px;
}

.what-is-suha .body-content p {
    font-family: "Zen Old Mincho";
    font-weight: 600;
    font-size: 16px;
    line-height: 220.00000000000003%;
    letter-spacing: 1.6px;
}

.what-is-suha .body-content .content-image {
    display: flex;
    align-items: center;
}

.what-is-suha .body-content .content-image img {
    max-width: 73.19px;
}

.what-is-suha .body-content .content-image span {
    font-family: "Zen Old Mincho";
    font-weight: 600;
    font-size: 16px;
    line-height: 220.00000000000003%;
    letter-spacing: 1.6px;
    color: #0088FF;
    margin-left: 10px;
}

.what-is-suha-bottle1 {
    position: absolute;
    /* top: -64px;
    right: -6px; */
    top: -40px;
    right: 10px;
}

.what-is-suha-bottle1 img {
    /* width: 85px; */
    width: 67px;
}

.what-is-suha-bottle2 {
    position: absolute;
    /* bottom: -69px; */
    bottom: -55px;
    left: 8px;
}

.what-is-suha-bottle2 img {
    width: 67px;
}

.btn-popup-detail {
    text-align: right;
    padding-right: 30px;
}

.btn-popup-detail .details-button {
    width: 109px;
    height: 36px;
    border-radius: 40px;
    padding: 8px 24px;
    background: #000000;
    box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.25);
    color: white;
    border: none;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: "Zen Kaku Gothic New";
    font-weight: 900;
    font-style: Black;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 1.6px;
}

.section-product {
    background-image: url('../img/top/bg-product.svg');
    /* background-size: 100% auto;  */
    background-repeat: no-repeat;
    background-position: top;
    /* padding-bottom: 35px; */
}

.img-royalbrats {
    text-align: center;
    padding-top: 101px;
}

.img-royalbrats img {
    max-width: 394px;
    max-height: 57px;
}

.royalbrats-prd .close-x {
    text-align: center;
    margin-bottom: 10px;
}

.royalbrats-prd .close-x img {
    width: 33px;
}

.suha-prd-royalbrats {
    text-align: center;
}

.suha-prd-royalbrats img {
    max-width: 120px;
}

.royalbrats-prd .product-group {
    padding: 40px 10px;
    position: relative;
}

.royalbrats-prd .product-group .img-group {
    max-width: 444px;
}

.royalbrats-prd .product-group .group1 {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 2.5px;
    text-align: 1.6px;
    background: #FF0098;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    border-radius: 2px;
    color: #FFFFFF;
    width: max-content;
    position: absolute;
    top: 25px;
    left: 18px;
}

.royalbrats-prd .product-group .group2 {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 8%;
    color: #FFFFFF;
    position: absolute;
    bottom: 27px;
    right: 16px;
}

.royalbrats-prd .product-group .group2 span {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 5px;
    color: #FFFFFF;
    background: #FF0098;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    gap: 8px;
    border-radius: 2px;
    width: max-content;
}

.img-rotation-prd {
    position: absolute;
    top: -142px;
    left: 0px;
}

.img-rotation-prd img {
    opacity: 0.4;
}

.basic_set {
    padding: 10px 10px 0px 10px;
}

.basic_set-pd {
    padding: 10px;
    border: 1px dashed #FFFFFF;
    box-shadow: 0px 0px 7px 0px #FF0098;
    border-radius: 24px;
    text-align: -webkit-center;
    margin-bottom: 28px;
}

.basic_set-prd {
    border-radius: 16px;
    box-shadow: 0px 0px 7px 0px #FF0098;
    position: relative;
}

.basic_set-prd::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px dashed #FFFFFF;
    border-radius: 16px;
    pointer-events: none;
}

.bg-set-prd {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding-bottom: 0.5px;
    box-shadow: 0px 0px 7px 0px #FF0098;
}

.basic_set-prd-title {
    text-align: -webkit-center;
}

.basic_set-prd-title p {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -1.9px;
    color: #FFFFFF;
    background-color: #FF0098;
    padding-top: 8px;
    padding-right: 48px;
    padding-bottom: 12px;
    padding-left: 48px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: max-content;
}

.basic_set-prd-content {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 7px;
    margin-bottom: -11px;
}

.img-bottle-suha img {
    max-width: 152px;

    margin-top: -10px;
    margin-bottom: 14px;
    margin-left: -2px;
}

.img-bottle-suha p {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.6px;
    text-align: center;
    color: #000000;
    margin-top: -10px;
}

.img-bottle-group img {
    max-width: 151px;
}

.img-bottle-group p {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

.color-sum-basic {
    font-family: "Zen Kaku Gothic New";
    font-weight: 900;
    font-size: 40px;
    line-height: 140%;
    color: #FF0098;
}

.tax-price-basic {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.tax-price-basic p {
    font-family: "Zen Dots";
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 1.6px;
    color: #000000;
}

.tax-price-basic p span {
    font-size: 20px;
}

.center-btn-buy-now-basic {
    width: max-content;
    margin-bottom: 10px;
}

.center-btn-buy-now-basic a {
    box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

.basic_set-prd .price p {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 1.6px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 8px;
    aspect-ratio: 5/3;
    padding: 15px 10px;
}

.gallery-item {
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    filter: blur(5px);
}

.gallery-item img {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
}

.gallery-item:hover img {
    filter: brightness(1.1);
}

.placeholder-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    max-height: 74.66px;
}

.gallery-item.placeholder-1,
.gallery-item.placeholder-2 {
    filter: none;
}

.basic_set-lineup {
    position: relative;
    overflow: hidden;
}

.fan-zone-basic-lineup {
    position: absolute;
    top: 36%;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.fan-zone-basic-lineup img {
    width: 498px;
    margin-left: -20px;
}

.slider-when-to-use {
    background-image: url('../img/top/background-when-to-use.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slider-container-when-to-use {
    background-image: url('../img/top/bg-when-to-use-slide.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    height: auto;
}

.slider-container-when-to-use .slide .text-when-to-use {
    font-family: "Zen Kaku Gothic New";
    font-weight: 900;
    font-style: Black;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}

.slider-container-when-to-use .text-suha-royal {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.8px;
}

.slider-container-when-to-use .slide {
    flex: 0 0 calc(100% / 5);
    padding: 10px 0;
}

.when-to-use {
    padding: 64px 10px 10px 10px;
    position: relative;
    padding-bottom: 157px;
}

.when-to-use .img-group {
    text-align: center;
}

.when-to-use .img-group img {
    max-width: 444px;
}

.when-to-use .text-groub {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    text-shadow:
        0 0 5px #FF0098,
        0 0 10px #FF0098,
        0 0 15px #FF0098,
        0 0 20px #FF0098;
    position: absolute;
    bottom: 66px;
    left: 20px;
}

.when-to-use .text-groub p {
    margin-bottom: 5px;
}

.when-to-use .text-groub .group1 {
    background-image: url('../img/top/bg-text-when-to-use1.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 166px;
    height: 46px;
}

.when-to-use .text-groub .group2 {
    background-image: url('../img/top/bg-text-when-to-use2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 166px;
    height: 46px;
}

.when-to-use .text-groub .group3 {
    background-image: url('../img/top/bg-text-when-to-use3.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 231px;
    height: 46px;
}

.when-to-use .banner-group {
    position: absolute;
    right: 34px;
    bottom: 32px;
}

.when-to-use .banner-group img {
    max-width: 136px;
}

.video-how-to-use {
    background-image: url('../img/top/background-how-to-use.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 20px 60px 20px;
    text-align: center;
}

.video-how-to-use .text-video {
    margin-top: 20px;
    margin-bottom: 45px;
}

.video-how-to-use .text-video p {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 1.6px;
    text-align: center;
    color: #FFFFFF;
}

.video-how-to-use .text-video p span {
    color: #FF0098;
}

.suha-oxygen-can {
    background-image: url('../img/top/suha-oxygen-can-bg.svg');
    /* background-size: 100% auto;  */
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 20px;
}

.suha-oxygen-can .img1-oxygen-can img {
    max-width: 464px;
    margin-bottom: 15px;
}

.suha-oxygen-can .oxygen-can-header {
    padding: 74px 20px 26px 20px;
}

.suha-oxygen-can .oxygen-can-header img {
    width: 158px;
}

.suha-oxygen-can .oxygen-can-header p {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 15px;
}

.suha-oxygen-can .oxygen-can-header h3 {
    font-family: "Zen Kaku Gothic New";
    font-weight: 900;
    font-style: Black;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 4px;
    color: #FFFFFF;
    text-shadow: 0 0 6px rgba(255, 218, 224, 0.8), 0 0 12px rgba(255, 192, 203, 0.5);
}

.text-oxygen-can {
    padding: 13px 40px 12px 36px;
    position: relative;
}

.text-oxygen-can p {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1.6px;
    color: #FFFFFF;
}

.img4-can-oxygen {
    margin-left: 12px;
}

.oxygen-can-body {
    padding: 20px;
    position: relative;
}

.oxygen-body-logo-img {
    margin-top: 13px;
}

.oxygen-body-logo-img img {
    width: 320px;
}

.oxygen-can-img2 img {
    max-width: 424px;
}

.oxygen-can-img3-img4 {
    position: absolute;
    bottom: -55px;
    right: 20px;
}

.oxygen-can-img3-img4 img {
    max-width: 102px;
}

.oxygen-can-footer {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-bottom: 55px;
}

.img-logo-footer {
    margin-top: 74px;
    margin-bottom: 21px;
}

.img-logo-footer img {
    max-width: 320px;
}

.suha-more-about {
    background-image: url('../img/top/bg-suha-about.svg');
    padding-bottom: 67px;
    margin-top: -55px;
    position: relative;
    overflow: hidden;
    /* background-size: 100% auto;  */
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 65px;
}

.suha-more-title {
    padding: 48px 20px 31px 20px;
}

.suha-more-title .title-top {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 3px;
    color: #FFFFFF;
    margin-bottom: 17px;
}

.suha-more-title .keyword-top {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 1.6px;
    color: #FFFFFF;
}

.suha-moro-title-pink {
    position: relative;
    z-index: 2;
}

.suha-moro-title-pink p {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-bottom: 5px;
    width: max-content;
}

.description-more {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1.1px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.suha-more-body {
    padding: 8px 20px 20px 20px;
    position: relative;
    z-index: 2;
    margin-bottom: 19px;
}

.suha-more-body .body {
    background: #FFFFFF;
    box-shadow: 0px 0px 7px 0px #FF0098;
    opacity: 1;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    gap: 8px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    position: relative;
}

.suha-about-triangle {
    position: absolute;
    bottom: 0;
    right: -10px;
}

.suha-more-body .body .body-title {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 1px;
    color: #FFFFFF;
    background: #E63487E5;
    width: max-content;
    border-radius: 2px;
    margin-bottom: 8px;
}

.suha-more-body .body .body-description {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 1.2px;
    color: #333333;
}

.bg-title-pink p {
    background: #E63487E5;
    opacity: 1;
    padding-right: 8px;
    padding-left: 20px;
    width: max-content;
}

.suha-more-bottle .bottle7 {
    position: absolute;
    /* top: 116px;
    right: -2px;
    max-width: 96.71px; */

    top: 107px;
    right: 12px;
    max-width: 88.71px;
}

.suha-more-bottle .bottle8 {
    position: absolute;
    /* top: 436px;
    left: -52px; */
    top: 443px;
    left: -34px;
    z-index: 1;
}


.suha-more-bottle .bottle9 {
    position: absolute;
    /* bottom: 449px;
    right: -37px; */
    bottom: 472px;
    right: 0px;
    z-index: 1;
}

.accordion {
    background: #FFFFFFCC;
    border-radius: 16px;
    padding: 1rem 0 0 0;
    max-width: 500px;
    margin: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 16px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0px 15px 16px 15px;
    color: #c2185b;
    font-weight: bold;
    gap: 16px;
}

.accordion-content {
    color: #333;
    margin-bottom: 0;
    padding: 1rem 1rem 1rem 1rem;
    display: flex;
    align-items: center;
    gap: 16px;
}

.accordion-content .icon-block {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 1.4px;
    text-align: center;
    color: #FF009866;
}

.accordion-content .title-block {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 1.2px;
    color: #000000;
}

.toggle-icon {
    font-size: 1.5rem;
    transition: transform 0.2s ease;
}

.faq-title {
    padding: 60px 0 18px 0;
}

.faq-title p {
    font-family: "Zen Kaku Gothic New";
    font-weight: 900;
    font-style: Black;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 1.6px;
    text-align: center;
    color: #FFFFFF;
}

.suha-faq {
    margin-bottom: 57px;
}

.faq-content {
    padding: 20px 20px 24px 20px;
}

.accordion-header .plus-icon {
    background: #FFFFFF;
    padding: 8px;
    border-radius: 24px;
}

.accordion-header .minus-icon {
    background: #FF0098;
    padding: 13px 8px;
    border-radius: 14px;
}

.accordion-header .title-block {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 1.6px;
    color: #FF0098;
}

.accordion-border-content {
    overflow: hidden;
    border-top: none;
}

.accordion-border-content.open {
    border-top: 1px solid #c2185b;
}

.usage-precautions {
    background-image: url('../img/top/line-precautions.svg');
}

.usage-precautions img {
    padding-top: 15px;
}

.usage-precautions-black {
    background: #394040;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 37px;
    padding-left: 20px;
    border-radius: 40px;
    margin-top: -40px;
}

.usage-precautions-black h3 {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 2px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 8px;
}

.precautions-black-text1 {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 1.6px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.precautions-black-text2 {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 1.6px;
    text-align: center;
    color: #F8DE75;
    margin-bottom: 30px;
}

.li-precautions-text {
    padding: 0 10px;
}

.li-precautions-text ul {
    padding-left: 25px;
    margin-top: 10px;
}

.li-precautions-text ul li {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1.17px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.li-precautions-text ul li::marker {
    font-size: 24px;
}

.flex-box-span-item {
    display: flex;
    align-items: center;
}

.flex-box-span-item .icon-block {
    margin-right: 16px;
}

/*css animation suha more pink*/
.suha-moro-title-pink {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.bg-title-pink p {
    background: #E63487E5;
    opacity: 1;
    padding-right: 8px;
    padding-left: 20px;
    width: max-content;
    position: relative;
    margin: 0;

    /* Animation cho background trượt từ trái qua phải */
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: linear-gradient(90deg, #E63487E5, #E63487E5);
    background-color: transparent;
    transition: background-size 1.5s ease-in-out;
}

.suha-moro-title-pink p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.04em;
    font-size: 40px;
}

.suha-moro-title-pink p span {
    display: inline-block;
    position: relative;
    color: transparent;
    text-shadow: none;
    margin: 0;
    padding: 0;
    letter-spacing: -0.24em;
}

/* Animation classes */
.bg-title-pink.animate p {
    background-size: 100% 100%;
}

/* Keyframes cho hiệu ứng nhấp nháy text */
@keyframes sparkleText {
    0% {
        color: #FFFFFF;
    }

    25% {
        color: #000000;
    }

    50% {
        color: #FFFFFF;
    }

    75% {
        color: #000000;
    }

    100% {
        color: #FFFFFF;
    }
}

.flickering {
    animation: sparkleText 0.4s ease-in-out;
}

.suha-more-body .body .body-title {
    padding-left: 0px;
}

.mg-top-des {
    margin-top: 7px;
}

.mg-top-des-more {
    margin-top: -4px;
}

.suha-more-body .body-suha-more-footer {
    padding-top: 15px;
}

.faq-title img {
    max-width: 224px;
    position: absolute;
    left: 8px;
    top: 27px;
}

.flex-box-span-item .icon-block {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 1.6px;
    text-align: center;
}

.accordion-header .icon-block {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 1.6px;
    text-align: center;
    color: #FF0098;
}

#when-to-use,
#how-to-use,
#copy {
    transform: translateY(-120px);
}

#point {
    transform: translateY(-60px);
}

#concept {
    transform: translateY(-140px);
}

.home-content.content-loaded #when-to-use,
.home-content.content-loaded #how-to-use,
.home-content.content-loaded #copy {
    transform: translateY(-1px);
}

.home-content.content-loaded #point {
    transform: translateY(-70px);
}

.home-content.content-loaded #concept {
    transform: translateY(-70px);
}

#product {
    transform: translateY(-5px);
}

#faq {
    transform: translateY(-1px);
}

.slider-when-to-use,
.slider-how-to-use {
    overflow: hidden;
    width: 100%;
}

.slider-container-when-to-use {
    overflow: hidden;
    width: 100%;
}

.slider-container-when-to-use .slider-track {
    display: flex;
    width: 1000%;
    animation: slideReset 100s infinite linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.slider-container-when-to-use .slide {
    flex: 0 0 calc(100% / 16.5);
    padding: 10px 0;
    position: relative;
    text-align: center;
    flex-shrink: 0;
}

.custom-accordion-content {
    padding: 1rem 1rem 0rem 1rem;
}

.text-footer-accordion {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 1.2px;
    color: #333333;
    padding: 0rem 1rem 1rem 1rem;
    text-align: right;
}

@keyframes slideReset {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-90%);
    }
}

@media (max-width: 768px) {
    .slider-container-when-to-use .slider-track {
        width: 833.33%;
    }

    .slider-container-when-to-use .slide {
        flex: 0 0 calc(100% / 13.7);
    }

    @keyframes slideReset50 {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-88%);
        }
    }
}

@media (max-width: 460px) {
    .slider-container-when-to-use .slider-track {
        width: 1111.11%;
    }

    .slider-container-when-to-use .slide {
        flex: 0 0 calc(100% / 20.6);
    }

    @keyframes slideReset50 {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-91%);
        }
    }
}

@media (max-width: 444px) {
    .slider-container-when-to-use .slider-track {
        width: 1111.11%;
    }

    .slider-container-when-to-use .slide {
        flex: 0 0 calc(100% / 20);
    }

    @keyframes slideReset50 {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-91%);
        }
    }
}

@media (max-width: 431px) {
    .slider-container-when-to-use .slide {
        flex: 0 0 calc(100% / 19.4);
    }

}

@media (max-width: 418px) {
    .slider-container-when-to-use .slide {
        flex: 0 0 calc(100% / 18.6);
    }

}

@media (max-width: 418px) {
    .slider-container-when-to-use .slide {
        flex: 0 0 calc(100% / 18);
    }

}

@media (max-width: 390px) {
    .slider-container-when-to-use .slide {
        flex: 0 0 calc(100% / 18);
    }

}

@media (max-width: 371px) {
    .slider-container-when-to-use .slide {
        flex: 0 0 calc(100% / 17);
    }

    .slider-container-when-to-use .slide .text-when-to-use {
        font-size: 33px;
    }
}


/*end css animation suha more pink*/
@media (min-width: 897px) {
    .buy-now-btn:hover {
        background: #3ABCB5;
        transform: translateY(-2px);
        box-shadow: 2px 4px 0px 0px #00000040;

    }

    .btn-popup-detail .details-button:hover {
        background: #24D2BE;
        transform: translateY(-1px);
        box-shadow: 2px 4px 0px 0px #00000040;
    }
}

@media (max-width: 896px) {
    .buy-now-btn {
        -webkit-tap-highlight-color: #24D2BE;
    }

    .btn-popup-detail .details-button {
        -webkit-tap-highlight-color: #24D2BE;
    }
}

@media (max-width: 896px) {
    .loading-bg {
        display: none;
    }

    .loading-bg-sp {
        display: block;
    }

    .fixed-menu-top {
        display: none;
    }

}

@media (min-width: 897px) and (max-width: 1100px) {
    .menu-right {
        right: 8px;
    }

    .banner-left {
        left: 8px;
    }

    .banner-left .suha-title .img-logo-banner {
        max-width: 200px;
    }

    .banner-group-header img {
        max-width: 200px;
    }
}

@media (min-width: 1101px) and (max-width: 1200px) {
    .menu-right {
        right: 30px;
    }

    .banner-left {
        left: 15px;
    }

    .banner-left .suha-title .img-logo-banner {
        max-width: 230px;
    }

    .banner-group-header img {
        max-width: 250px;
    }
}


@media (min-width: 1201px) and (max-width: 1300px) {
    .menu-right {
        right: 125px;
    }

    .banner-left {
        left: 31px;
    }
}

@media (max-width: 460px) {
    .royalbrats-prd .product-group .img-group {
        max-width: 100%;
    }

    .when-to-use .img-group img {
        max-width: 100%;
    }

    .video-how-to-use div .img-video-demo {
        width: 100%;
    }

    .oxygen-can-img2 img {
        max-width: 100%;
    }

    .suha-oxygen-can .img1-oxygen-can img {
        max-width: 100%;
    }

    .slider-container-when-to-use .text-suha-royal {
        letter-spacing: -0.2px;
    }

    .slider-container-when-to-use .slide .text-when-to-use {
        font-size: 34px;
    }

    .text-with-dancers {
        font-size: 46px;
    }

    .text-together {
        font-size: 46px;
    }

    .text-deep-breath {
        font-size: 46px;
    }

    .suha-oxygen-can .oxygen-can-header h3 {
        font-size: 46px;
    }

    .what-is-suha .body-content p {
        line-height: 217%;
    }

    .what-is-suha .suha-title {
        left: 58px;
    }

    .carousel-five-images .demo-image {
        left: 38%;
    }

    /* .slide {
        flex: 0 0 calc(100% / 6);
    } */

    .img-royalbrats img {
        width: 100%;
    }

    .img-bottle-group img {
        width: 120px;
    }

    .img-bottle-suha img {
        width: 120px;
    }

    .suha-moro-title-pink p {
        font-size: 30px;
    }

    .member-slider .member-img .img-slider {
        height: 140px;
    }

    .member-slider .member-img .text-stt {
        left: 8px;
    }

    .user-name-slide {
        margin-left: 8px;
        font-size: 15px;
    }

    .user-name-slide p {
        font-size: 15px;
    }

    .video-how-to-use {
        background-size: 100% 100%;
    }

    .suha-oxygen-can {
        background-position: unset;
    }

    .suha-more-about {
        background-position: unset;
    }

    .what-is-suha .body-content p {
        font-size: 15px;
    }

    .text-oxygen-can {
        padding: 13px 20px 12px 20px;
    }

    .carousel-five-images .sixteen img {
        width: 92.174vw;
    }
}

@media (max-width: 450px) {
    .carousel-five-images .demo-image {
        left: 36%;
    }

    .fan-zone-white img {
        /* width: 487px; */
    }

    .fan-zone-black img {
        /* width: 487px; */
    }

    .img-bottle .bottle2 {
        left: 359px;
    }
}

@media (max-width: 440px) {
    .carousel-five-images .demo-image {
        left: 34%;
    }

    .fan-zone-black img {
        /* width: 475px; */
        /* margin-left: -45px; */
    }

    .fan-zone-white img {
        /* width: 475px; */
        margin-left: -74px;
    }

    .carousel-five-images .sixteen img {
        width: 90.174vw;
    }
}

@media (max-width: 430px) {
    .fan-zone-black img {
        /* width: 475px; */
        /* margin-left: -45px; */
    }

    .fan-zone-white img {
        /* width: 475px; */
    }

    .fan-zone-basic-lineup img {
        width: 475px;
    }

    .what-is-suha .body-content p {
        line-height: 202%;
    }

    .text-oxygen-can p {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .text-oxygen-can {
        padding: 13px 15px 12px 15px;
    }

    .oxygen-can-body {
        padding: 20px 15px;
    }

    .img-bottle .bottle2 {
        left: 350px;
    }
}

@media (max-width: 426px) {
    .what-is-suha .body-content p {
        line-height: 252%;
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .fan-zone-black img {
        /* width: 460px; */
        /* margin-left: -45px; */
    }

    .fan-zone-white img {
        /* width: 460px; */
    }

    .fan-zone-basic-lineup img {
        width: 460px;
    }

    #detailsModal .modal-body {
        max-height: 78vh;
    }

    .slider-container-when-to-use .text-suha-royal {
        letter-spacing: 0.1px;
    }

    .carousel-five-images .sixteen img {
        width: 90.174vw;
    }
}

@media (max-width: 410px) {
    .fan-zone-black img {
        /* width: 450px; */
        margin-left: -72%;
    }

    .fan-zone-white img {
        /* width: 450px; */
    }

    .fan-zone-basic-lineup img {
        width: 450px;
    }

    .carousel-five-images .demo-image {
        left: 28%;
    }

    .slider-container-when-to-use .text-suha-royal {
        letter-spacing: 0px;
    }

}

@media (max-width: 400px) {
    .slider-container-when-to-use .slide .text-when-to-use {
        font-size: 30px;
    }

    .slider-container-when-to-use .text-suha-royal {
        letter-spacing: -0.4px;
    }

    .fan-zone-black img {
        /* width: 432px; */
    }

    .fan-zone-white img {
        /* width: 432px; */
    }

    .fan-zone-basic-lineup img {
        width: 432px;
    }

    .what-is-suha .suha-title {
        left: 40px;
    }

    .carousel-five-images .sixteen img {
        width: 89.174vw;
    }

    .img-bottle .bottle2 {
        left: 309px;
    }
}

@media (max-width: 390px) {

    /* .slider-container-when-to-use .slide {
        flex: 0 0 calc(100% / 4.5);
        padding: 10px 0;
    } */
    .slider-container-when-to-use .slide .text-when-to-use {
        font-size: 33px;
    }

    .slider-container-when-to-use .text-suha-royal {
        letter-spacing: -0.5px;
    }

    .text-with-dancers {
        font-size: 40px;
    }

    .text-together {
        font-size: 40px;
    }

    .text-deep-breath {
        font-size: 40px;
    }

    .what-is-suha-bottle1 {
        right: -25px;
    }

    .what-is-suha-bottle2 {
        bottom: -55px;
    }

    .suha-oxygen-can .oxygen-can-header h3 {
        font-size: 40px;
    }

    .fan-zone-black img {
        /* width: 419px; */
    }

    .fan-zone-white img {
        /* width: 419px; */
    }

    .fan-zone-basic-lineup img {
        width: 419px;
    }

    .what-is-suha .body-content {
        padding: 72px 10px 8px 10px;
    }

    .slider-fan-zone .img-fan-zone {
        bottom: 14%;
    }
}

@media (max-width: 380px) {
    .carousel-five-images .demo-image {
        left: 19%;
    }

    .fan-zone-white img {
        /* width: 410px; */
    }

    .fan-zone-black img {
        /* width: 410px; */
    }

    .fan-zone-basic-lineup img {
        width: 410px;
    }
}

@media (max-width: 361px) {
    .what-is-suha .body-content p {
        line-height: 250%;
        font-size: 12.5px;
    }
}

@media (max-width: 350px) {
    .what-is-suha .body-content p {
        line-height: 252%;
        font-size: 12px;
    }
    .what-is-suha .suha-title {
        left: 26px;
    }
}

@media (max-width: 339px) {
    .what-is-suha .body-content p {
        line-height: 270%;
        font-size: 11px;
    }

    .what-is-suha .suha-title {
        left: 20px;
    }
}