* {
    font-family: Questrial, sans-serif;
    margin: 0;
    padding: 0;
}
div.header-product {
    height: 500px;
    background-image: url(https://images.unsplash.com/photo-1629532599813-141ef98cc1a0?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80);
    background-size: cover; /* Tự động giãn so với kích thước */
    background-attachment: fixed; /* Cố định hình */
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.header-product > p {
    font-size: 75px;
    background-color: transparent; /* Nền trong suốt*/
    color: white;
    text-shadow: 5px 5px 15px #000;
    font-weight: lighter; /* Chữ mỏng*/
    letter-spacing: 0.125rem;
}
.body-product  {
    width: 32.3%;
    float: left;
    display: block;
    margin-left: 0.7%;
    margin-top: 7%;
}
.line-1 > .body-product {
    margin-top: 0 !important;
}
div.text-product p {
    font-family: Questrial, sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: 0.75px;
    margin-left: 5%;
}
div.text-product pre {
    font-family: Questrial, sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: 0.75px;
    margin-left: 5%;
    padding: 0;
    color: black;
}
.body-product div.text-product p:first-child {
    margin-top: 3%;
}
.line-2, .line-3, .line-4, .line-5, .line-6, .line-7, .line-8, .line-9 {
    clear: left;
}
.end p {
    font-family: Questrial, sans-serif;
    text-align: center;
    clear: left;
    margin-bottom: 2px;
    font-size: 20px;
}
.end hr {
    width: 17%;
    border-top: 2px solid #0e0d0d;
    margin: 0 auto;
}
.menu-product {
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
    align-items: center;
}
.menu-product > li {
    position: relative;
    margin: 5px 0;
}
.menu-product > li > a, pre {
    color: #666;
    font-size: 20px;
    text-decoration: none;
    display: block;
    padding: 15px;
    letter-spacing: 0;
    font-family: Questrial, sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
}
.menu-product > li > a {
    transition: 0.75s;
}
.menu-product > li > a:hover {
    color: black;
    transform: scale(1.2);
}
::-webkit-scrollbar { /* Xóa mép thanh scroll */
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: rgb(134, 133, 133);
    border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgb(78, 76, 76);
}



/*--------------------Media Products----------------*/
.media-carousel img {
    width: 100%;
    cursor: pointer;
    margin: 10px 0px;
    display: none;
}
.product-item {
    width: 49%;
    float: left;
    margin-left: 1%;
}
.media-1, .media-2, .media-3,
.media-4, .media-5, .media-6,
.media-7, .media-8, .media-9,
.media-10, .media-11, .media-12 {
    clear: left;
    display: none;
}



/*------------Products----------*/
.suits, .blazers {
    position: relative;
}
.suits-wrapper video, .blazers-wrapper img{
    width: 100%;
    margin-bottom: 40px;
}
.suits-content, .blazers-content {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 35%;
    color: white ;
}
.tuxedos-content {
    align-items: center !important;
}
.suits h1, .blazers h1{
    font-size: 60px;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px black;
    letter-spacing: 4px;
}
.suits h5, .blazers h5 {
    text-shadow: 1px 1px 1px black;
    letter-spacing: 2px;
}
.btn-products input {
    background-color: transparent;
    padding: 10px 30px;
    font-size: 20px;
    margin-top: 20px;
    width: 200px;
    letter-spacing: 1px;
    border: 1.5px solid white;
    transition: all 0.75s;
    border-radius: 5px;
    color: white;
    text-shadow: 1px 1px 1px black;
}
.btn-products input:hover {
    background-color: white;
    color: black;
    border: 1px solid white;
    transform: scale(1.1);
    text-shadow: none;
}
.btn-side-by-side input {
    background-color: transparent;
    padding: 10px 30px;
    font-size: 20px;
    margin-top: 10px;
    width: 200px;
    letter-spacing: 1px;
    border: 1.5px solid black;
    transition: all 0.75s;
    border-radius: 5px;
    color: black;
}
.btn-side-by-side input:hover {
    background-color: black;
    color: white;
    border: none;
    transform: scale(1.1);
}




/*--------------MEDIA QUERY--------------*/
@media screen and (max-width: 750px) /*250%*/ {
    .media-carousel img {
        display: block;
    }
    .line-1, .line-2, .line-3, .line-4, .line-5, .line-6, .line-7, .line-8, .line-9 {
        display: none;
    }
    .media-1, .media-2, .media-3,
    .media-4, .media-5, .media-6,
    .media-7, .media-8, .media-9,
    .media-10, .media-11 {
        display: block;
    }
    .product-item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1050px) /*150%*/ {
    .suits-content {
        top: 30%;
    }
    .suits-content h1, .blazers-content h1 {
        font-size: 40px;
    }
    .suits-content h5, .blazers-content h5 {
        font-size: 15px;
        width: 80%;
        margin: 0 auto;
    }
    .btn-products input, .btn-side-by-side input {
        padding: 10px 10px;
        width: 150px;
    }
    .text-item-2 h2 {
        font-size: 25px;
    }
    .text-item-2 p {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 800px) /*200%*/ {
    .suits-content {
        top: 30%;
    }
    .suits-content h1, .blazers-content h1 {
        font-size: 30px;
    }
    .suits-content h5, .blazers-content h5 {
        font-size: 12px;
    }
    .btn-products input, .btn-side-by-side input {
        padding: 6px 10px;
        width: 150px;
        font-size: 15px;
    }
    .text-item-2 h2 {
        font-size: 20px;
    }
    .text-item-2 p {
        font-size: 12px !important;
    }
    .suits-wrapper video, .blazers-wrapper img, .production-item-2{
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 750px) /*250%*/ {
    .suits-content h1, .blazers-content h1 {
        font-size: 25px;
    }
    .btn-products input, .btn-side-by-side input {
        padding: 6px 10px;
        width: 120px;
        font-size: 12px;
    }
    .text-item-2 h2 {
        font-size: 16px;
    }
    .text-item-2 p {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 600px) /*300%*/ {
    .suits-content {
        top: 25%;
    }
    .suits-content h1, .blazers-content h1 {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .suits-content h5, .blazers-content h5 {
        font-size: 10px;
        letter-spacing: 2px;
    }
    .btn-products input, .btn-side-by-side input {
        padding: 5px 10px;
        width: 100px;
        font-size: 10px;
        border: 0.75px solid;
    }
    .text-item-2 h2 {
        font-size: 14px;
    }
    .text-item-2 p {
        font-size: 8px !important;
    }
}

@media screen and (max-width: 450px) /*400%*/ {
    .suits-content, .blazers-content {
        top: 25%;
    }
    .suits-content h1, .blazers-content h1 {
        font-size: 18px;
    }
    .suits-content h5, .blazers-content h5 {
        font-size: 8px;
    }
    .btn-products input, .btn-side-by-side input {
        width: 80px;
        font-size: 10px;
        border: 0.75px solid;
    }
    .text-item-2 h2 {
        font-size: 15px;
    }
    .content-none {
        display: none;
    }
    .text-item-2 p {
        font-size: 7px !important;
    }
}

@media screen and (max-width: 360px) /*500%*/ {
    .suits-content, .blazers-content {
        top: 20%;
    }
    .suits-content h1, .blazers-content h1 {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .suits-content h5, .blazers-content h5 {
        font-size: 8px;
        letter-spacing: 1px;
    }
    .btn-products input, .btn-side-by-side input {
        padding: 5px;
        width: 70px;
        font-size: 8px;
        border: 0.75px solid;
        margin-top: 10px;
    }
    .text-item-2 h2 {
        font-size: 10px;
    }
    .text-item-2 p {
        font-size: 7px !important;
    }
}
