/* *{
    margin: 0;
    padding: 0;
    
}
html, body {
  font-family: "Sour Gummy", serif;
  font-optical-sizing: large;
  font-weight: 500;
  font-style: large;
  font-variation-settings: "wdth" 100;
  font-size:x-large;
  background-color: white;
  overflow-y: auto;
  
}
.navbar{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    background-color: rgb(0, 0, 0);
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 99%; 
    z-index: 1000; 
   
}
.nav-link {
    display: flex;
    column-gap: 20px;
    
    
}
.fa-bars
{
   
    align-items: center;
 
    color:#eeff00;
    vertical-align: middle;
}
.fa-heart{
    font-size: 25px;
    color: red;
}
.fa-cart-shopping
{

    font-size: 25px;
    color:rgb(36, 255, 226);
}
.fa-user{
    font-size: 25px;
    color: rgb(50, 240, 91);
}
.fa-mobile{
    font-size: 25px;
    color:bisque ;
}  
.icon{
    display: inline-block;
    position: relative;
   
    font-size: 20px;
}

.hovert{
    position: absolute;
    top: 100%;
    left: 80%;
    transform: translate(-50%);
    font-size: 14px;
    color: rgb(255, 14, 14);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}
.icon:hover .hovert{
    opacity: 1;
    visibility: visible;
}
.iconc{
    display: inline-block;
    position: relative;
    color: black;
    font-size: 20px;
}
.iconc i{
    transition: color 0.3s;
}
.iconc:hover{
    color: red;
}
.hovertt{
    position: absolute;
    top: 100%;
    left: 80%;
    transform: translate(-50%);
    font-size: 14px;
    color:rgb(36, 255, 226);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}
.iconc:hover .hovertt{
    opacity: 1;
    visibility: visible;
}

    
.iconp{
    display: inline-block;
    position: relative;
    color: black;
    font-size: 20px;
}
.iconp i{
    transition: color 0.3s;
}
.iconp:hover{
    color: red;
}
.hovertp{
    position: absolute;
    top: 100%;
    left: 60%;
    transform: translate(-50%);
    font-size: 14px;
    color: rgb(50, 240, 91);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}
.iconp:hover .hovertp{
    opacity: 1;
    visibility: visible;
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    90% {
        transform: rotate(360deg);
    }
}


.rotate-sk {
    display: inline-block;
    animation: rotateAnimation 2s linear infinite; 
}

.side-nav{
    background-color: rgb(210, 243, 21);
    width: 20%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -60%;
    padding: 20px;
    color: rgb(211, 29, 29);    
   
    transition: 2s;
    
    z-index: 1000;
    overflow-y: auto;
}
.sidenavlink
{
    margin-bottom: 30px;

}
.sidenavlink a{
    text-decoration: none;
    color: rgb(0, 0, 0);
}
.sidenavlink a:hover{
    text-decoration: underline;
}
.header
{
    display: flex;
    justify-content: center;
    gap: 50px;
  
}
.header-but{
    font-family: "Sour Gummy", serif;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    background-color: red;
    color: white;
    cursor: pointer;
}
.service{
    padding: 20px;
}
.service1{
    display: flex;
    justify-content: space-between;
    align-items: center;

    
}
.service2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;

}
.service2 div{
    background-color: #F2F4F7;
    border-radius: 10px;
    padding: 10px;
}
.newarr {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px; 
}

.nwecon {
    position: relative; 
    width: 300px;
    height: 200px;
    overflow: hidden; 
   
}
.nwecon:hover img {
    transform: scale(1.2); 
}
 .nwecon img { 
    width: 100%;
    height: 1500%; 
    object-fit: cover; 
    transition: transform 0.3s ease-in-out;
   
 }

.btn {
    position: absolute;
    bottom: 5px; 
    left: 50%; 
    transform: translateX(-50%);
    font-family: "Sour Gummy", serif;
    padding: 5px 10px;
    background-color: red;
    color: white;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s ease,  transform 0.3s ease;
    
}

.btn:hover {
    background-color: rgb(48, 220, 233);
    transform: translateX(-50%) scale(1.1); 
}

#rotatingImage {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.smallhead{
    margin-top: 80px;
    gap: 50pxpx;
    font-size: 17px;
    display: flex;
}
.smallhead span {
    margin-right: 20px;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
    font-weight: bold;
}
.smallhead span:hover {
    color: #ff5722;
    transform: scale(1.2); 
}
.news{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news input{
    padding: 11px;
    width: 80vw;
    margin-bottom: 10px;
    border: solid black 3px;
}
.news button{
    margin-top: 10px;
    color: white;
    background-color:rebeccapurple;
    border-radius: 10px;
    padding: 10px;

}
.footer{
 
    margin-top: 10px;
    padding: 30px;
    background-color: black;
    color: white;
    align-items: center;
} 
 */
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: "Sour Gummy", serif;
    background-color: white;
    overflow-x: hidden;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.navbar h1 {
    color: white;
    font-size: 1.5rem;
    margin-right: auto; /* Pushes the title to the left */
    white-space: nowrap; /* Prevents the text from breaking into a new line */
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-link i {
    color: #eeff00;
    font-size: 20px;
    cursor: pointer;
}

.fa-bars {
    color: #eeff00;
    font-size: 25px;
    cursor: pointer;
    display: none; /* Hidden by default */
}

/* Responsive Navbar for Mobile Screens */
@media screen and (max-width: 600px) {
    .navbar {
        padding: 10px;
    }

    .nav-link {
        gap: 10px;
    }

    .fa-bars {
        display: block; /* Show hamburger menu on small screens */
    }

    .nav-link {
        display: none; /* Hide icons and links initially */
        flex-direction: column; /* Stack items vertically when shown */
        position: absolute;
        top: 50px;
        right: 10px;
        background-color: black;
        padding: 10px;
        border-radius: 5px;
        z-index: 1001;
    }

    .nav-link.open {
        display: flex; /* Show the navigation links when toggled */
    }

    .navbar h1 {
        font-size: 1.2rem; /* Adjust the title size */
        white-space: nowrap; /* Prevent the text from wrapping */
    }
}

.fa-bars {
    color: #eeff00;
    font-size: 25px;
}

.fa-heart, .fa-cart-shopping, .fa-user {
    font-size: 25px;
    transition: color 0.3s;
}

.icon:hover i {
    color: red;
}

.iconp:hover i {
    color: rgb(50, 240, 91);
}

.side-nav {
    background-color: rgb(210, 243, 21);
    width: 60%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    padding: 20px;
    color: rgb(211, 29, 29);
    transition: left 0.5s ease;
    z-index: 1000;
    overflow-y: auto;
}

.side-nav.open {
    left: 0;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-top: 80px;
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
}

.header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.header p {
    font-size: 1.2rem;
}

.header-img img {
    width: 100%;
    max-width: 750px;
    height: auto;
}

.service {
    padding: 20px;
}

.service1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.service2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.service2 div {
    background-color: #F2F4F7;
    border-radius: 10px;
    padding: 20px;
    flex: 1 1 calc(33% - 20px);
    text-align: center;
}

.newarr, .most-wanted {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.nwecon {
    width: calc(50% - 10px);
    position: relative;
    overflow: hidden;
}

.nwecon img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.nwecon:hover img {
    transform: scale(1.1);
}

.btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: red;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: rgb(48, 220, 233);
}

.news {
    margin-top: 20px;
    padding: 20px;
    text-align: center;
}

.news input {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    margin-bottom: 10px;
    border: solid black 2px;
    border-radius: 5px;
}

.news button {
    color: white;
    background-color: rebeccapurple;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.footer {
    background-color: black;
    color: white;
    padding: 20px;
    text-align: center;
}

.footer .footicon i {
    margin: 0 10px;
    font-size: 20px;
}

/* Mobile View */
@media screen and (max-width: 700px) {
    .navbar {
        flex-wrap: wrap;
        padding: 10px 20px;
    }

    .shownavv h1 {
        font-size: 1.2rem;
    }

    .nav-link {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .header {
        flex-direction: column;
        text-align: center;
    }

    .header h1 {
        font-size: 1.8rem;
    }

    .header-img img {
        max-width: 100%;
    }

    .service1 {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .service2 div {
        flex: 1 1 100%;
    }

    .newarr .nwecon, .most-wanted .nwecon {
        width: 100%;
    }

    .smallhead {
        font-size: 0.9rem;
        flex-wrap: wrap;
    }

    .news input {
        width: 90%;
    }
}

/* Very Small Devices */
@media screen and (max-width: 480px) {
    .navbar {
        padding: 10px;
    }

    .header h1 {
        font-size: 1.5rem;
    }

    .service2 div h4 {
        font-size: 1rem;
    }

    .btn {
        padding: 5px 8px;
        font-size: 12px;
    }

    .footer {
        padding: 15px;
        font-size: 0.8rem;
    }

    .news input {
        width: 100%;
    }
}
