@import url('https://fonts.googleapis.com/css2?family=Macondo+Swash+Caps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');
*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
}
body{
    background-color: white;
    color: black;
    transition: background 0.3s, color 0.3s;
}

.box{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.navbar{
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.n1{
    margin-left: 30px;
}
.n1 ul li{
    display: inline;
    margin-right: 20px;
    color: black;
    font-size: 16px;
    font-weight: bold;
}
.n1 a{
    text-decoration: none;
    color: black;
}
.n2{
    margin-right: 150px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}
.n2 h1{
    letter-spacing: 5px;
    font-weight: 700;
}
.n3{
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}
.home{
    width: 100%;
    height: 100vh;  
}
.home img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(50%);
    transition: .3s ease-in-out;
}
.home img:hover{
    filter: brightness(100%);
}
.hcon{
    margin-top: -600px;
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    /* row-gap: 20px; */
    position: relative;
}
.hcon h4{
    font-size: 23px;
}
.hcon h1{
    font-size: 80px;
}
.hcon button{
    margin-top: 30px;
    width: 180px;
    padding: 15px;
    background: black;
    color: white;
    border: none;
    font-size: 20px;   
}
.categ {
    width: 95%;
    text-align: center;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 32px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.categ h1{
    font-size: 30px;
    text-align: left;
    /* margin-left: -100px; */
    /* margin-right: 50px; */
}
.c1-wrapper {
    position: relative;
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid black;
    position: absolute;
    animation: spin 2s linear infinite;
}
#c11{
    animation: spin 2s linear infinite reverse;
}
.c1::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: black;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}
.c1-content {
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 50px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.c1 h3{
    font-size: 30px;
    margin-top: 30px;
}
.item{
    width: 98%;
    height: 120vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 60px;
    margin-top: 60px;
}
.it1{
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.it11 img{
    width: 100%;
    height: 85%;
    object-fit: cover;
    transition: .3s ease-in-out;
}
.it11 img:hover{
    width: 105%;
}
.it11{
    width: 19%;
    height: 100%;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.item button{
    padding: 15px;
    width: 150px;
    background: none;
    border: 1px solid gray;
    font-size: 16px;
    font-weight: bold;
}
.sale{
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.sa1,.sa2{
    width: 33.33%;
    height: 400px;
    /* border: 1px solid black; */
    object-fit: contain;
}
.sa1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sa2{
    width: 40%;
    height: 85%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
    background-color:#C9B023;
    box-shadow: 1px 1px 500px rgb(160, 158, 158);
    transition: .3s ease-in-out;
}
.sa2:hover{
    box-shadow: 0 4px 500px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
}

.sa2 h1{
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 150px;
}
.sa2 p{
    font-weight: bold;
}
.sa2 button{
    padding: 15px;
    width: 180px;
    color: white;
    background: black;
    border: 1px solid gray;
    font-size: 16px;
    font-weight: bold;
}
.mon{
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 40px;
}
.mon h2{
    font-size: 30px;
}
.pro{
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.p1{
    width: 19%;
    height: 100%;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.p1 img{
    width: 100%;
    height: 85%;
    object-fit: cover;
}
.dark-theme{
    background-color: black;
    color: white;
}
#toggle{
    cursor: pointer;
    transition: transform 0.2s ease;
}
#toggle i{
    color: black;
    transition: color 0.3s;
}
.dark-theme #toggle i{
    color: white !important;
}
#toggle:hover{
    transform: scale(1.2);
}
.dark-theme .navbar {
    background-color: #1E1E1E;
}
.n3 i{
    transition: transform 0.3s;
    cursor: pointer;
}
.n3 i:hover{
    transform: scale(1.2);
}

/* Ensure all text elements adapt to dark mode */
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6,
.dark-theme p,
.dark-theme li,
.dark-theme a,
.dark-theme i {
    color: white;
    
}
.dark-theme .box,
.dark-theme .home,
.dark-theme .categ,
.dark-theme .item,
.dark-theme .sale,
.dark-theme .mon,
.dark-theme .pro {
    background-color: #121212 !important;
}
.dark-theme .hcon button,
.dark-theme .sa2 button,
.dark-theme .item button {
    background: white;
    color: black;
    border: 1px solid white;
}
.dark-theme .box, 
.dark-theme .navbar, 
.dark-theme button, 
.dark-theme .c1 {
    border-color: white;
}
.dark-theme .c1 {
    background-color: black;
}
.dark-theme .c1::before {
    background-color: white;
}