/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* 2. Remove default margin */
* {
    margin: 0;
}

body {
    /* 3. Add accessible line-height */
    line-height: 1.5;
    /* 4. Improve text rendering */
    -webkit-font-smoothing: antialiased;
    background: #000;
}

/* 5. Improve media defaults */
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input,
button,
textarea,
select {
    font: inherit;
}

/* 7. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
    text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

/*
    9. Create a root stacking context
  */
#root,
#__next {
    isolation: isolate;
}

::-webkit-scrollbar {
    display: none;
}

body {}

.header .navContent {
    display: none;
}

.header .boxButton {
    display: none;
}

.container {
    max-width: 1100px;
    margin: auto;
}

.contentHeader {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 20px 0 0 0;
    align-items: center;
}

.logoDesktop {
    display: flex;
    margin: 0 auto;
}

.logoDesktop .logoImg {
    max-width: 100px;
}

.boxCc {
    display: flex;
    margin: 0 auto;
}

.boxCs {
    display: flex;
    margin: 0 auto;
}

.ccImg {
    max-width: 75px;
}

.csImg {
    max-width: 43px;
}

.mySwiperDk {
    display: none;
}

.mySwiperMb {
    margin: 10px 0 0 0;
}

.mySwiperMb img {
    display: flex;
    justify-content: center;
}

.contentHero {
    padding: 0 20px;
}

.titleImg {
    display: none;
}

.boxDown {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin: 40px 0 -10px 0;
}

.imgbuttonWeb {
    display: none;
}

.boxButton-social {
    display: flex;
    padding: 17px 0px 0 0px;
    gap: 17px;
    align-items: center;
}

.boxFixed {
    display: none;
}

.hero {
    background: url(assets/bgMb.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 100vh;
    position: relative;
}



.heroFake {
    font-family: sans-serif;
    padding: 20px 0 0 0;
    background: #fff;
}

.heroFake .title {
    font-size: 16px;
    text-align: center;
}

.heroFake .bookNails {
    background-color: rgba(193, 40, 114, 1);
    border-color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 11pt;
    line-height: normal;
    border: none;
    padding: 12px 55px;
    border-radius: 7px;
    margin: 10px auto;
    max-width: 285px;
    display: flex;
    justify-content: center;
    text-decoration: unset;
}

.heroFake h4 {
    font-size: 25px;
    text-align: center;
    margin: 9px 0 19px 0;
    color: rgba(127, 17, 70, 1);
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
}

.heroFake .categoryPro .itemCate p {
    padding: 10px 0 25px 0;
    text-align: center;
    font-size: 23px;
}

.desNail {
    font-size: 19px;
    text-align: justify;
    color: rgba(127, 17, 70, 1);
    font-weight: 500;
}

.containerFake {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.logoNails {
    width: 36%;
    display: flex;
    justify-content: center;
    margin: -20px auto 0 auto;
}

.footerNails {
    margin: 15px 0px 0 0px;
    background: #C12872;
    color: #fff;
    text-align: center;
    padding: 25px 0 25px 0;
    font-size: 17px;
}

@media (min-width: 1024px) {
    .contentHeader {
        display: flex;
        padding: 0px 0 0 0;
        gap: 25px;
        justify-content: space-between;
    }

    .logoDesktop {
        margin: 0;
    }

    .logoDesktop .logoImg {
        max-width: 80px;
    }

    .header {
        background: #fff;
        padding: 10px 0;
    }

    .boxCc {
        display: none;
    }

    .boxCs {
        display: none;
    }

    .header .navContent {
        display: block;
    }

    .navContent {
        display: flex;
        align-items: center;
        padding: 10px 0;
        gap: 37px;
        justify-content: center;
    }

    .navContent ul {
        display: flex;
        list-style: none;
        gap: 16px;
        padding: 0;
    }

    .navContent ul li a {
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        font-family: system-ui;
        font-weight: 600;
        white-space: nowrap;
    }

    .navContent ul li a:hover {
        color: #FEC514;
    }

    .header .boxButton {
        display: flex;
        gap: 10px;
    }

    .header .boxButton .button {
        position: relative;
        align-items: center;
        background: linear-gradient(to bottom, #40538F, #6C7DB6);
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        padding: 5px 14px;
        border-radius: 6px;
        transition: all .5s;
    }

    .header .boxButton .button:hover {
        transform: scale(1.1);
    }

    .header .boxButton .button a {
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        font-size: 13px;
        font-family: system-ui;
        font-weight: 600;
        white-space: nowrap;
    }

    .titleImg {
        display: block;
    }

    .mySwiperMb {
        display: none;
    }

    .mySwiperDk {
        display: block;
    }

    .boxSider {
        width: 300px;
        margin: 0 0 0 auto;
    }

    .mySwiperDk img {
        max-width: 300px !important;
    }

    .contentHero {
        display: flex;
        gap: 45px;
        align-items: center;
        padding: 30px 20px 0 20px;
    }

    .imgbuttonWeb {
        display: block;
        max-width: 435px;
        animation: ZomIn 1.5s infinite alternate;
        margin: 0 auto;
    }

    .boxDown {
        margin: 15px 0 -10px 0;
        justify-content: center;
    }

    .imgButton {
        max-width: 178px;
    }

    .boxButton-social {
        display: none;
    }

    .boxFixed {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        display: grid;
        gap: 22px;
        right: 19px;
    }

    .boxFixed img {
        max-width: 135px;
        transition: all .3s;
    }

    .boxFixed img:hover {
        transform: scale(1.1);
    }

    .categoryPro {
        display: flex;
        gap: 24px;
    }

    .categoryPro .itemCate img {
        max-height: 325px;
    }

    .logoNails {
        width: 16%;
        display: flex;
        justify-content: center;
        margin: -60px auto 0 auto;
    }

    .heroFake h4 {
        font-size: 53px;
        margin: 20px 0 20px 0;
    }

    .desNail {
        font-size: 23px;
    }

    .footerNails {
        margin: 31px 0px 0 0px;
        font-size: 27px;
        padding: 30px 0 30px 0;
    }
}

@keyframes ZomIn {
    0% {
        transform: scale(.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.9);
    }
}