* {
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
}

:root {
    --black-color: #1c1c1c;
    --footer-color: #3d3d3d;
    --White-color: #fff;
}

.container {
    height: 2000px;
    width: 100%;
    margin: 0 auto;
}

header {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    width: 100%;
    height: 120px;
    background-color: white;
    /* Đặt màu nền của header là trong suốt */
    transition: background-color 0.1s linear;
    /* Thời gian và hiệu ứng chuyển đổi màu nền */
}

.menu {
    margin-top: 40px;
}

.sub-menu {
    background-color: var(--White-color);
    box-shadow: 0px 2px 4px rgb(189, 187, 187);
    position: absolute;
    width: 200px;
    opacity: 0;
    top: 120px;
    left: 430px;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    display: none;
}

#flex-menu > li:hover .sub-menu  {
    opacity: 1;
    display: block;
}

.sub-menu > li > a {    
    border-bottom: 1px solid rgba(243, 238, 238, 0.94);
    margin-left: 2px;
}

.sub-menu > li {
    padding: 10px 0px 0px 0px ;
}
 



.big-menu {
    box-shadow: 0px 2px 4px rgb(189, 187, 187);
    flex-direction: row;
    position: absolute;
    width: 1300px;
    background-color: var(--White-color);
    left: 90px;
    opacity: 0;
    height: 220px;
    overflow: hidden;
    top: 120px;
    transition: opacity 0.3 ease-in-out;
    display: none;
}   

#flex-menu > #hover-sanpham:hover .big-menu  {
    opacity: 1;
    z-index: 2;
    display: block;
    display: flex;
}

#menu-hover-big li a:hover {
    color: rgb(210, 75, 12) !important;
}

#title-big-menu {
    color: #333 !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 120px;
}

#title-main-menu {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px !important;
    color: rgba(34, 33, 33, 0.932);
}

#menu-hover-big {
    margin-top: 5px;
}

#menu-hover-big a {
    font-size: 14px !important;
    color: rgba(57, 54, 54, 0.84) !important;
}


.top {
    margin: 20px 60px 0px 120px;
}

#flex-menu li a:hover {
    color: rgb(210, 75, 12);
}

#flex-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;    
    gap: 45px;
}

#flex-menu li {
    list-style: none;
}

#flex-menu li a {
    padding: 8px 0px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    color: var(--black-color) ;
}

#logo-web-clownz {
    position: absolute;
    left: 46%;
    margin-top: 0px;
    width: 140px;
    filter: invert(0);
}

.header-top {
    padding: 10px 10px 10px 10px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header-top a {
    text-decoration: none;
    color: var(--black-color);
}

.header {
    height: 2540px;
}

.location-telephone {
    display: flex;
    color: var(--black-color);
    font-weight: 600;
    font-size: 12px;
    margin: 15px 0px 0px 45px;
}

.fa-location-dot {
    font-size: 16px;
    margin-right: 5px;
}

.fa-phone {
    margin-left: 30px;
    margin-right: 5px;
    font-size: 16px;
}

.user-gift {
    display: flex;
    color: var(--White-color);
    font-weight: 600;
    font-size: 12px;
    margin: 15px 45px 0px 0px;
}

.fa-magnifying-glass {
    font-size: 19px;
    margin-right: 40px;
}

.fa-user {
    font-size: 18px;
}

.fa-cart-shopping {
    font-size: 18px;
    margin-left: 4px;
}

#taikhoan {
    margin-left:4px;
    margin-right: 15px;
}

#banner-clownz {
    width: 100%;
}

#banner-top-clz {
    width: 100%;
}

.content {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

#image-content-1 {
    padding-left: 13px;
    flex: 1;
    width: 473px;
    height: 700px;
}

#image-content-2 {
    flex: 1;
    width: 473px;
    height: 700px;
}

#image-content-3 {
    flex: 1;
    width: 473px;
    height: 700px;
}

#banner-1 {
    width: 100%;
}

footer {
    margin-bottom: 70px;
    display: flex;
}

#logo-footer {
    width: 300px;
    height: 37px;
}

.footer-1 {
    margin: 50px 20px 0px 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-1 a {
    margin-bottom: 10px;
}

.footer-2 {
    margin: 50px 20px 0px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 300px;
}

.footer-2 li {
    font-weight: 600;
    color: var(--footer-color);
    list-style: none;
    margin: 10px 0px 0px 0px;
}

.footer-3 {
    margin: 50px 20px 0px 150px;
    display: flex;
    color: var(--footer-color);
    flex-direction: column;
    gap: 20px;
    width: 260px;
    font-size: 16px;
    font-weight: 500;
}

.footer-3 ul  {
    margin-left: 17px;
}

.footer-3 ul li  {
    padding-bottom: 10px;
}


.footer-4 {
    position: relative;
    margin: 50px 20px 0px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px ;
    width: 380px;
    color: var(--footer-color);
}

.footer-4 >span {
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
}

.location-footer {
    margin-left: 3px ;
    color: var(--footer-color);
}

.phone-footer {
    color: var(--footer-color);
    margin-left: 3px;
}
.gifl {
    margin-left: 2px;
    margin-right: 3px;
}

.fa-truck-fast {
    margin-right: 3px;
}

.fa-gift {
    margin-left: 1px;
    margin-right: 5px;
}

.footer-1 span {
    color: var(--footer-color);
    font-weight: 600;
    font-size: 16px;
}

#title-footer {
    color: var(--footer-color);
    font-size: 20px;
    font-weight: bold;
}

#yourEmail {
    margin-left: 5px;
    padding: 15px 10px;
    border: none;
    background-color: rgb(222, 221, 221);
}

#sign {
    right: 10px;
    position: absolute;
    padding: 13.5px 30px;
    border: 1px solid;
    background-color: #699C5D;
    border: 1px solid #699C5D;
    margin-right: 20px;
    font-size: 14px;
    color: var(--White-color);
    font-weight: 600;
}

.icon-pay {
    margin-left: 5px;
}

#flex-pay {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#flex-pay li {
    list-style: none;
}

.banquyen {
    border-top: 1px solid rgb(231, 222, 222);
    text-align: center;
}

p {
    margin-top: 10px;
    color: var(--footer-color);
}
