@charset "utf-8";


:root {
    --main-font: 'montserrat-regular';
    --font-medium: 'montserrat-medium';
    --font-semibold: 'montserrat-semibold';
    --font-bold: 'montserrat-bold';

    --white-color: #fff;
    --black-color: #000;
    --primary: #ffb800;
    --secondary: #4C0D28;
    --body-color:#f3f3f3;

}

/* ========[ reset style ]============ */
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 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

abbr,
acronym {
    border: 0;
}

a {
    outline-style: none;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

input {
    border: none;
    color: #000000;
}

input[type="button"] {
    cursor: pointer;
    border: none;
    background-color: transparent;
}

input[type="submit"] {
    cursor: pointer;
}

textarea {
    background-color: transparent;
    border: none;
    overflow: auto;
}

*:focus {
    outline: none;
}

button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0px;
    -webkit-appearance: none;
    border-radius: 0;
}

figure {
    margin: 0px;
    padding: 0px;
}

select::-ms-expand {
    display: none;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

input {
    -webkit-appearance: none;
}

input,
textarea,
select {
    outline: none;
}

button::-moz-focus-inner,
a::-moz-focus-inner {
    border: 0;
}

button:focus,
button:active,
a:focus,
a:active {
    outline: 0;
}

img {
    image-rendering: -o-auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
    image-rendering: optimizequality;
    -ms-interpolation-mode: nearest-neighbor;
}

body {
    line-height: 1;
    font-family: var(--main-font, --bs-font-sans-serif);
    background-color: var(--body-color);
}

@font-face {
    font-family: 'montserrat-regular';
    src: url('../fonts/montserrat-regular.eot');
    src: url('../fonts/montserrat-regular.eot') format('embedded-opentype'),
        url('../fonts/montserrat-regular.woff') format('woff'),
        url('../fonts/montserrat-regular.ttf') format('truetype'),
        url('../fonts/montserrat-regular.svg#montserrat-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-medium';
    src: url('../fonts/montserrat-medium.eot');
    src: url('../fonts/montserrat-medium.eot') format('embedded-opentype'),
        url('../fonts/montserrat-medium.woff') format('woff'),
        url('../fonts/montserrat-medium.ttf') format('truetype'),
        url('../fonts/montserrat-medium.svg#montserrat-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-semibold';
    src: url('../fonts/montserrat-semibold.eot');
    src: url('../fonts/montserrat-semibold.eot') format('embedded-opentype'),
        url('../fonts/montserrat-semibold.woff') format('woff'),
        url('../fonts/montserrat-semibold.ttf') format('truetype'),
        url('../fonts/montserrat-semibold.svg#montserrat-semibold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('../fonts/montserrat-bold.eot');
    src: url('../fonts/montserrat-bold.eot') format('embedded-opentype'),
        url('../fonts/montserrat-bold.woff') format('woff'),
        url('../fonts/montserrat-bold.ttf') format('truetype'),
        url('../fonts/montserrat-bold.svg#montserrat-bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


.link-holder {
    position: relative;
    display: block;
}

.img-holder {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: center;
}

.img-holder:before {
    position: relative;
    display: block;
    width: 100%;
    content: "";
    background-position: center;
}

.img-holder img {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0px;
    height: auto;
}

._739x816 .img-holder::before {
    padding-bottom: calc(816 / 739 * 100%);
}

._416x416 .img-holder::before {
    padding-bottom: calc(416 / 416 * 100%);
}

._523x374 .img-holder::before{
    padding-bottom: calc(374 / 523 * 100%);
}

._1744x505._414x293 .img-holder::before{
    padding-bottom: calc(293 / 414 * 100%);
    background: rebeccapurple;
}
._1744x505._414x293 .img-holder img{
    width: auto;
    height: 100%;
    left: 0;
}

._636x404._242x153 .img-holder::before{
    padding-bottom: calc(153 / 242 * 100%);
}

._636x404._242x153 .img-holder img{
 width: 85%;
}

._526x697 .img-holder::before{
    padding-bottom: calc(697 / 526 * 100%);
}

._414x455 .img-holder::before{
    padding-bottom: calc(455 / 414 * 100%);
}

.header {
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    position: relative;
}

.navbar-logo img {
    width: 150px;
    height: 43px;
}

.first-content-accessory {
    position: absolute;
    right: 0;
    top: 0;
    width: 390px;
    height: 100%;
    z-index: 0;
    background-image: url("../img/image-4.png");
    background-repeat: no-repeat;
}

.navbar-brand img {
    width: 230px;
    height: auto;
    position: fixed;
}

.navbar-toggle {
    background-color: transparent;
    border-color: transparent;
    position: relative;
    right: 0;
    width: 25px;
    height: 30px;
}

.navbar-toggle .icon-bar {
    background-color: var(--secondary);
    border-radius: 1px;
    display: block;
    height: 2px;
    margin-bottom: 4px;
    transition: all 0.2s;
    width: 24px
}

.navbar-toggle.active .icon-bar:nth-child(1) {
    transform: rotate(50deg) translateX(9px) translateY(7px);
}

.navbar-toggle.active .icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggle.active .icon-bar:nth-child(3) {
    transform: rotate(-50deg) translateX(0px) translateY(0px);
}

.navbar-toggle .icon-bar:nth-child(1) {
    transform: rotate(0deg) translateX(0px) translateY(0px);
}

.navbar-toggle .icon-bar:nth-child(2) {
    opacity: 1;
}

.navbar-toggle .icon-bar:nth-child(3) {
    transform: rotate(0deg) translateX(0px) translateY(0px);
}

.image-box {
    width: 100%;
}

.menu{
    display: none;
}

.menu.active {
    display: block;
    background: var(--body-color);
    height: auto;
    padding: 10px 0 0 0;
    width: 100%;
    height: auto;
    position: fixed;
    right: 0;
    padding: 10px 20px;
    top: 60px;
    z-index: 9;
}

.nav-item {
    text-align: right;
    margin-bottom: 10px;
    color: var(--secondary);
    font-family: var(--font-medium);
}

.social-media {
    padding: 10px 0;
    width: 100%;
    margin: 10px 0 10px 0;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 10px;
    z-index: 2;
}

.social-media ul {
    gap: 14px;
}

.social-media .icon {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid var(--secondary);
}

.social-title {
 color: var(--secondary);
 font-family: var(--font-bold);
 font-size: 14px;
}
.home-page-texts {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0 200px 0;
    position: relative;
    z-index: 1;
}
.home-page-detail {
    color: var(--secondary);
    font-size: 20px;
    line-height: normal;
    text-align: left;
    width: 300px;
}
.home-page-title{
    font-size: 50px;
    color: var(--secondary);
    text-align: left;
    font-family: var(--font-medium);
    z-index: 2;
}
.home-page-title b{
    font-family: var(--font-bold);
}

.main-absoluteImg-2 {
    width: 350px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.main-absoluteImg-2 img {
    width: 100%;
    height: 100%;
}
.title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.category-title {
    color: #4C0D28;
    font-size: 26px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.category-title b{position: relative;padding-right: 20px;font-family: var(--font-semibold);margin-right: 10px;}
.category-title b:before{
    content:'';
    background-image: url("data:image/svg+xml;utf8,<svg width='21' height='41' viewBox='0 0 21 41' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='1.8' height='44' transform='matrix(-0.902341 -0.431023 -0.431023 0.902341 20.7946 0.775879)' fill='%23FFBF17'/></svg>");
    width: 21px;
    height: 31px;
    display: block;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    }
    .category-detail-title {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 0 0 40px;
        font-size: 24px;
        font-family: var(--font-semibold);
        position: relative;
    }

.scrool-magazines {
    width: 100%;
    overflow-y: scroll;
    gap: 8px;
}

.magazine-scrool-item {
    width: 307px;
    flex-shrink: 0;
}

.magazines-figcaption {
    width: 100%;
    height: auto;
    padding: 10px;
}
.magazines-figcaption a {
    display: block;
    height: 59px;
    line-height: normal;
    overflow: hidden;
    font-size: 19px;
    color: var(--secondary);
    text-align: center;
}
.navbar {
    position: fixed;
    width: 100%;
    height: 60px;
    right: 0;
    left: 0;
    padding: 0 10px;
    z-index: 99;
    background-color: var(--body-color);
}
.yellow-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}


.yellow-buttons .btn {
    background: #fff;
    border-radius: 0;
    border: 1px solid var(--primary);
    font-size: 20px;
    color: var(--secondary);
}

.messy-button .btn {
    background-image:url(../img/btn-bg.png);
    width: 160px;
    height: 90px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    font-family: var(--font-semibold);
    color: var(--secondary);
    gap: 10px;
}

.detail-text {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
    padding: 30px 0px;
}
.detail-text b {
    font-family: var(--font-bold);
}

.bg-full-accessory {
    margin-top: -40px;
}
.short-width {
    width: 50%;
}

.buttons-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}


.content.five-content {
    position: relative;
    overflow: hidden;
}

.bg-accessory-5 {
    width: 230px;
    position: absolute;
    right: -90px;
    bottom: 100px;
}

.footer-mail {
    background: #fff;
    display: flex;
    height: 65px;
    border: 1px solid var(--secondary);
    border-radius: 6px;
}

.footer-mail input {
    flex-shrink: 0;
    width: calc(100% - 65px);
    height: 100%;
    border-radius: 6px 0 0 6px;
    padding: 5px 10px;
    font-size: 18px;
}

.footer-mail button {
    background: var(--primary);
    width: 65px;
    height: 100%;
    border-radius: 0 6px 6px 0;
}

.five-content-detail {
    flex-direction: column;
}

footer {
    padding: 10px 0px;
}

footer .footer-left .social-media .icon {
    border: none;
}

.footer-left {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.footer-detail {
    color: var(--secondary);
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
    font-family: var(--font-semibold);
}

.footer-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.footer-list ul {
    gap: 15px;
    flex-wrap: wrap; 
    display: flex;
    justify-content: center;
    align-items: center;
}


.footer-list ul li {
    font-size: 14px;
    color: var(--secondary);
    font-family: var(--font-medium);
}

section {
    padding: 70px 0 0 0;
}


@media(min-width:768px){
    .header {
        height: 80px;
        margin-bottom: 40px;
    }
    
    .navbar-brand {
        z-index: 99;
    }
    .home-page-detail {
        font-size: 32px;
        width: auto;
    }
    
    .home-page-title {
        font-size: 100px;
    }
        
    .main-absoluteImg-2 {
        width: 240px;
        height: 190px;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .main-absoluteImg-2 {
        width: 450px;
        height: auto;
    }
    .menu {
    top: 0;
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .navbar-nav {
        display: flex;
        flex-direction: row;
        gap: 35px;
        justify-content: center;
        align-items: center;
        height: 100%;
        background: var(--body-color);
        z-index: 9999999;
        position: absolute;
    }
    .navbar-toggle{
        display: none;
    }
    .title-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .category-detail-title{
        padding: 0 0 0 30px;
    }
    
    .category-detail-title:before {
        content: '';
        background-image: url("data:image/svg+xml;utf8,<svg width='21' height='41' viewBox='0 0 21 41' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='1.8' height='44' transform='matrix(-0.902341 -0.431023 -0.431023 0.902341 20.7946 0.775879)' fill='%23FFBF17'/></svg>");
        width: 21px;
        height: 31px;
        display: block;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translate(0px, -50%);
    }
  
    .scrool-magazines{
        overflow-y: inherit;
        overflow-x: inherit;
    }

    .magazine-scrool-item{
        width: calc(100% / 3);
    }

    .navbar-logo{
        display: none;
    }

    ._1744x505._414x293 .img-holder::before{
        padding-bottom: calc(505 / 1744 * 100%);
    }
    ._1744x505._414x293 .img-holder img{
        width: 100%;
        height: auto;
    }
    
    ._636x404._242x153 .img-holder::before{
        padding-bottom: calc(404 / 636 * 100%);
    }
    
    .detail-text {
        font-size: 30px;
    }
   
    .bg-accessory-5 {
        position: absolute;
        bottom: 220px;
        right: 0;
        z-index: 0;
        width: 390px;
    }
    .footer-logo {
        width: 400px;
    }
    .footer-right {
        display: flex;
        float: inherit;
    }
    
    .footer-list ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 35px;
        flex-wrap: nowrap;
        padding: 0px 20px;
    }
    
    .image-box.mb-3._414x455 {
        width: 450px;
    }

    .first-content-accessory {
        position: absolute;
        right: 0;
        top: 0;
        width: 480px;
        height: 100%;
        z-index: 0;
        background-image: url("../img/image-5.png");
    }
}

@media( min-width:1200px){
    .main-absoluteImg-2 {
    width: 500px;
}
.bg-accessory-5 {
    right: 0;
    width: 480px;
} 
} 