* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* ----------------- HEADER ----------------- */

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logo-container .logo {
    height: 50px;
}

.search-container {
    display: flex;
    align-items: center;
}

.search-container .box select {
    color: #7e7575;
    width: 200px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f0f0f0;
}

.search-container .search-box {
    position: relative;
    margin-left: 10px;
}

.search-container .search-box input {
    width: 400px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f0f0f0;
}

.search-container .search-box button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    color: #7e7575;
    background: none;
    cursor: pointer;
    font-size: 16px;
}

.main-header .support {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.main-header .support p:first-child {
    color: #7e7575;
    margin-left: 15px;
}

.main-header .support p:last-child {
    color: black;
    font-weight: bold;
}

.main-header .icons {
    display: flex;
    gap: 10px;
    margin-left: 20px;
}

.main-header .icons i {
    color: #7e7575;
    background-color: #f0f0f0;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}

.main-header .icons i:hover {
    background-color: #e0e0e0;
}

.main-header .cart {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 30px;
}

.main-header .cart .box select {
    color: #7e7575;
    border: none;
    background-color: #f0f0f0;
    padding: 8px;
    border-radius: 4px;
}

.main-header .cart .price p {
    color: black;
    font-weight: bold;
}

/* ----------------- NAV ----------------- */

.nav-section {
    display: flex;
    padding: 10px 0;
    margin-top: 25px;
    margin-left: 10px;
}

.nav-section .shop {
    display: flex;
    align-items: center;
    margin-right: 100px;
    gap: 10px;
}

.nav-section .items ul {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 10px;
}

.nav-section .items ul li a {
    color: #7e7575;
    text-decoration: none;
    padding: 10px 15px;
    transition: background-color 0.3s;
}

.nav-section .items ul li a:hover {
    background-color: #e0e0e0;
    border-radius: 4px;
}

.nav-section .items .pages {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-section .items .pages p {
    color: #7e7575;
}

.nav-section .items .pages-icon {
    cursor: pointer;
}

/* ----------------- MAIN HERO ----------------- */

.main-hero {
    display: flex;
    gap: 20px;
    margin: 30px 10px;
    height: 70vh;
}

.main-hero .left,
.main-hero .right {
    flex: 1;
    height: 100%;
}

/* ---------- LEFT SECTION ---------- */

.hero {
    display: flex;
    flex-direction: column;
    height: 102%;
    background-color: #def1f9;
    border-radius: 10px;
    overflow: hidden;
}

.hero .box1 {
    display: flex;
    padding: 20px;
    gap: 20px;
    height: 100%;
    align-items: center;
}

.hero .hero-text {
    flex: 1;
}

.hero .hero-text p:first-child {
    color: gold;
    font-size: 22px;
    margin-bottom: 10px;
}

.hero .hero-text h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.hero .hero-text .desc {
    color: #7e7575;
    font-size: 16px;
    margin-bottom: 25px;
}

.hero .hero-text button {
    padding: 12px 24px;
    background: transparent;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.hero .hero-text button:hover {
    background-color: black;
    color: white;
}

.hero .hero-image img {
    width: 300px;
    max-width: 100%;
    border-radius: 10px;
}

/* Slider Dots */

.hero .box2 {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    height: 100%;
    position: relative;
    bottom: 15px;
}

.hero .box2 .dot {
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
}

.hero .box2 .dot:first-child {
    background-color: gold;
}

/* ---------- RIGHT SECTION ---------- */

.main-hero .right .box1,
.main-hero .right .box2 {
    position: relative;
    height: 50%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.main-hero .right .hero1-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-hero .right .hero1-text {
    position: absolute;
    top: 20%;
    left: 10%;
    color: black;
}

.main-hero .right .hero1-text h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

.main-hero .right .hero1-text h1 {
    font-size: 20px;
    margin: 10px 0;
}

.main-hero .right .hero1-text p .line {
    width: 50px;
    height: 1px;
    background-color: black;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    bottom: 5px;
}

.main-hero .right .hero1-text p span,
.main-hero .right .hero1-text p i {
    color: #7e7575;
    font-size: 14px;
}

.main-hero .right .hero1-text p i {
    margin-left: 5px;
}


.categories .topHead {
    display: flex;
    justify-content: space-between;
    margin: 30px 25px;

}

.categories .topHead .leftHead p {
    font-size: 24px;
    font-weight: bold;
}

.categories .topHead .rightHead {
    display: flex;
}

.categories .topHead .rightHead .arrows {
    margin-left: 10px;
}

.categories .topHead .rightHead .arrows i {
    margin-left: 5px;
    padding: 5px;
    background-color: #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.categories .topHead .rightHead p {
    color: #7e7575;
    margin-top: 5px;
}

.beverages {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 80px 0;
}

.beverages .bev {
    text-align: center;
    padding: 30px;
    background-color: #fffefe;
    border-radius: 10px;
    box-shadow: 0 10px 10px #e1d7d7;
    transition: transform 0.3s;
}

.beverages .bev:hover {
    transform: scale(1.1);
}

.beverages .bev p {
    font-weight: bold;
}

.beverages .bev img {
    margin-bottom: 10px;
}


/* ----------Brands---------- */

.brands {
    display: flex;
    margin-left: 10px;
    justify-content: space-around;
    margin-bottom: 80px;
    margin-right: 100px;
}

.brands .brand {
    display: flex;
    align-items: center;
    background-color: #fffefe;
    border-radius: 10px;
    box-shadow: 0 10px 10px #e1d7d7;
    width: 300px;
}

.brands .brand img {
    width: 40%;
    height: 100px;
    padding: 10px;
    border-radius: 20px;
}

.brands .brand .brand-text p:first-child {
    color: rgb(75, 73, 73);
}

.brands .brand .brand-text p:last-child {
    color: #7a7676;
}

.categories .topHead ul {
    list-style: none;
}

.categories .topHead .items  {
    display: flex;
    gap: 20px;
}

.items a {
    position: relative;
    text-decoration: none;
    color: #7a7676;
    padding-bottom: 10px; 
}

.items a::after {
    content: "";
    position: absolute;
    left: -20%;
    bottom: 0;
    width: 150%;
    height: 3px;
    background-color: transparent;
    transition: background-color 0.3s ease;
    /* background-color: gold; */
}


.items a.active::after {
    background-color: gold;
}

.items a:hover::after {
    background-color: gold;
}

/* ------------------CARDS CSS------------------ */

.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: center;
    padding: 10px;
    background-color: #f9f9f9;
}

.card {
    background-color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 calc(20% - 20px);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    height: 320px;
}

.card:hover {
    transform: translateY(-5px);
}

.card .box {
    position: relative;
    padding: 10px;
}

.card .box img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
    background-color: #fbf5f5;
    border-radius: 10px;
}

.card .overlay-img-text {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    align-items: center;
}

.card .overlay-img-text p {
    background-color: gold;
    padding: 4px 8px;
    border-radius: 4px;
    color: white;
    font-size: 12px;
}

.card .overlay-img-text i {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 6px;
    border-radius: 50%;
    font-size: 14px;
}

.pname {
    margin: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    text-align: left;
}

.details {
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
}

.detail {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-left: 10px;
    color: #888;
    gap: 5px;
}

.detail i {
    color: gold;
}

.price {
    margin-top: 5px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: #333;
    padding-left: 10px;
}


/* -------------FOOTER DETAILS------------------ */

.owner-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    margin-left: 20px;
    margin-right: 20px;
}

.owner-details .socials .brand-image {
    margin-bottom: 40px;
}


.owner-details .socials .social i {
    margin-left: 10px;
    border: 1px solid #7e7575;
    border-radius: 5px;
    color: #7e7575;
    padding: 10px;
    cursor: pointer;
}

.owner-details .socials .social i:hover {
    background: #333;
    color: white;
}

.owner-details .services h4 {
    margin-bottom: 15px;
}

.owner-details .services p {
    color: #7e7575;
    margin-bottom: 10px;
}

.owner-details .services .filler {
    display: flex;
}

.owner-details .services .filler input {
    width: 200px;
    height: 36px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 4px 0 0 4px;
    padding: 5px 10px;
    outline: none;
}

.owner-details .services .filler button {
    height: 36px;
    font-size: 14px;
    background-color: black;
    color: white;
    border: 1px solid black;
    padding: 0 5px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.owner-details .services .filler button:hover {
    background: #7a7676;
}


/* -----------------FOOTER----------------- */

footer {
    text-align: center;
    color: #7a7676;
    padding: 15px;
    background-color: #f0f0f0;
    margin-top: auto;
}