body
{
    overflow-x: hidden;
    margin: auto;
    padding: auto;
}
html 
{
    scroll-behavior: smooth;
}
@media (max-width: 666px) 
{
html, body
    {
        overflow-x: hidden;
    }
html 
    {
        scroll-behavior: smooth;
    }

}
.main {
    background-color: brown;
}

.main a {
    text-decoration: none;
}
@media (max-width: 666px) 
{
    .main
    {
        width: 100%;
    }
}

.first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.bars-container {
    display: none;
    cursor: pointer;
}

.bars {
    display: none;
}

.in {
    flex: 1;
}

.in ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.out 
{
    display: flex;
}
.out li
{
    list-style-type: none;
}

.bars:checked ~ .out {
    display: flex; 
}

.out a {
    color: white;
}

.out li {
    margin-right: 15px;
}

.out li:last-child {
    margin-right: 0;
}

img {
    max-width: 100%;
    height: auto;
}

/* Media queries for responsiveness */
@media screen and (max-width: 666px) {
    .first {
        flex-direction: column;
        align-items: flex-start;
    }

    .bars-container {
        display: block;
    }

    .out 
    {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: 50px;
        left: 1 ;
        width: 90%;
        background-color: black;
        padding: 10px;
    }

    .bars-container:checked ~ .out {
        display: flex;
    }
}

.aro input[type="text"] {
    border: none;
    border-bottom: 1px solid black;
    padding: 5px 0;
    outline: none;
}




.navbar {
    background-color: #333;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.nav-items ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-items li {
    margin-right: 15px;
}

.nav-items a {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
}

.nav-items a:hover {
    background-color: #555;
}

.search-form {
    display: flex;
    align-items: center;
}

.search-input {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-button {
    padding: 5px 10px;
    background-color: #555;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
}

.search-button:hover {
    background-color: #333;
}

.search-cart ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.search-cart li {
    margin-right: 15px;
}

.search-cart li:last-child {
    margin-right: 0;
}

.search-cart i {
    color: white;
}

/* Media queries for responsiveness */
@media (max-width: 819px) {
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-items ul,
    .search-cart ul {
        flex-direction: column;
    }

    .nav-items li,
    .search-cart li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .search-cart .search-input {
        width: 100%;
    }
}


.gif
{
    display: flex;
    justify-content: center;
   background-image: linear-gradient(to bottom, #cc3535, #e1204f, #f2006e, #fc0093, #fd00bd, #fe00bb, #fe00b9, #ff00b7, #ff008a, #ff155f, #ff4237, #ef6100);background-image: linear-gradient(to bottom, #cc3535, #d72f40, #e1284c, #eb1f59, #f41467, #f81665, #fb1862, #ff1b60, #ff2e4d, #fd4039, #f75123, #ef6100);
}
.gif p
{
    font-size: 20px;
    
}
@media (max-width: 666px) 
{
    .gif p
    {
        font-size: 21px;
    }
}
.super
{
    background-image: url('https://dyson-h.assetsadobe2.com/is/image/content/dam/dyson/india/2023/Rakhi-homepage-banner2.jpg?$responsive$&cropPathE=desktop&fit=stretch,1&wid=1920');
    background-size: cover;
    padding: 80px;
}
.third
{
    margin-left: 90px;
}

.third h2
{
    font-size: 35px;
}
.third a 
{
    border: 1px solid black;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
}
@media (max-width: 666px) 
{
    .third
    {
        
        margin-left: -60px;

    }
    .third h1
    {
        font-size: 40px;
    }
    .third h2
    {
        font-size: 30px;
    }
    .third p 
    {
        font-size: 22px;
    }
    .super
    {
        background-image: url('bangkit-prayogi-B0k9iH3c9HU-unsplash.jpg');
    }
    @media (max-width: 666px) 
{
    .third a 
    {
        border: 1px solid black;
        padding: 10px;
        font-size: 20px;
        text-decoration: none;
    }
}

}
.shp
{
    background-color: lawngreen;
    color: black;
}
.blk
{
    background-color: gray;
    color: white;
}
.fourth {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
}

.fourth div {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

.fourth a {
    text-decoration: none;
    color: inherit;
}

.fourth p {
    margin: 0;
}

.icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.description {
    font-size: 16px;
    color: #666666;
}

@media (max-width: 666px) {
    .fourth {
        grid-template-columns: repeat(2, 1fr);
        padding: 10px;
    }

    .fourth div {
        padding: 15px;
    }
}
.brand h1
{
    display:  flex;
    justify-content: center;
}
.apsra
{
    background-image: url('https://dyson-h.assetsadobe2.com/is/image/content/dam/dyson/india/2023/Gift-banner-4.jpg?$responsive$&cropPathE=desktop&fit=stretch,1&wid=1920');
    background-size: cover;
    padding: 10%;
}
.nippo
{
    margin-left: 30px;
    color: white;
}
@media (max-width: 666px) 
{
    .apsra {
        background-image: url('https://dyson-h.assetsadobe2.com/is/image/content/dam/dyson/india/2023/Gift-banner-4.jpg?$responsive$&cropPathE=mobile&fit=stretch,1&wid=666');
        background-size: cover;
        padding: 10%;
    }

    .nippo 
    {
        margin-left: 0px;
        color: gold;
    }
}
.del
{
    margin-left: 160px;
}
@media (max-width: 666px) 
{
    .del
    {
        margin-left: 40px;
    }
}

.fifth {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    max-width: 1200px;
    gap: 20px;
}

.card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

.card img {
    width: 70%;
    border: 2px solid black;
    border-radius: 10px;
}

.card p {
    margin: 10px 0;
}

.price {
    color: #ff0000; /* Red color for price */
    font-weight: bold;
}

.discounted-price {
    color: #008000; /* Green color for discounted price */
    font-weight: bold;
}

.shop-now {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff; /* Blue color for button */
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.shop-now:hover {
    background-color: #0056b3; /* Darker blue on hover */
}
@media(max-width:730px)
{
    .fifth {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin: 0 auto;

        gap: 20px;
    }
}
@media(max-width:517px)
{
    .fifth {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;

        gap: 20px;
    }
}
@media(max-width:375px)
{
    .fifth {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto;

        gap: 20px;
    }
}

.mi
{
    padding: 17px;
    background-color: lawngreen;
    border: 2px solid black;
    border-radius: 50px;
}
.remote
{
    display: flex;
    justify-content: center;
    background-color: #009AD5;
}

.remote a
{
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: bold;

}
@media (max-width: 666px) 
{
    .remote p
    {
        margin-left: 40px;
    }
}
.ok {
    background-image: url('https://dyson-h.assetsadobe2.com/is/image/content/dam/dyson/leap-petite-global/products/floorcare/sticks/v12-detected-slim/overview/refresh/Hero-Pet-Science-banner-V12-3.jpg?$responsive$&cropPathE=desktop&fit=stretch,1&wid=1920');
    background-size: cover;
    padding: 10%;
}

@media (max-width: 666px) {
    .ok {
        background-image: url('pexels-moose-photos-1037992.jpg');
        background-size: cover;
        padding: 10%;
    }
}
.sixth
{
    margin-left: 10px;
}
.sixth h2
{
    font-size: 35px;
}
.sixth p 
{
    font-size: 20px;
}

.mo
{
    background-color: lawngreen;
    color: black;
}
.use
{
    background-color: gray;
    color: white;
}

.sixth a 
{
    border: 1px solid black;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
}
@media (max-width: 666px) 
{
    .sixth a 
    {
        border: 1px solid black;
        padding: 10px;
        font-size: 20px;
        text-decoration: none;
    }
}
.wood
{
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 900px) {
    .wood
    {
        padding: 1rem;
    }
    .wood h2 {

        font-size: 1.5em; /* Adjust the font size as needed */
    }
}
.note {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
    padding: 10px;
}

.note img {
    width: 90%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.note p {
    margin: 10px 0;
}

.note i {
    font-size: 20px;
    border: 2px solid black;
    border-radius: 50%;
    padding: 15px;
    margin-right: 10px;
}

.note a {
    text-decoration: none;
    color: black;
}

@media (max-width: 734px) {
    .note {
        grid-template-columns: repeat(2, 1fr);
        margin-left: 0;
    }
}

@media (max-width: 478px) {
    .note {
        grid-template-columns: repeat(1, 1fr);
        margin-left: 0;
    }
}
.cable
{
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 900px) {
    .cable
    {
        padding: 1rem;
    }
    .cable h2 {

        font-size: 1.5em; /* Adjust the font size as needed */
    }
}

.seventh
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5%;

}
.seventh img
{
    width: 90%;
}
.seventh i 
{
    font-size: 20px;
    border: 2px solid black;
    border-radius: 50%;
    padding: 15px;
}
.seventh a
{
    text-decoration: none;
}
@media (max-width: 666px) {
    .seventh
    {
        margin-left: 20px;
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
    .seventh img
{
    width: 100%;
}
}
.eight {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 1rem;

}

.eight img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.eight p {
    margin: 10px 0;
}

.eight i {
    font-size: 20px;
    border: 2px solid black;
    border-radius: 50%;
    padding: 10px;
    margin-right: 10px;
}

.eight a {
    text-decoration: none;
    color: black;
}
@media (max-width: 793px) {
    .eight {
        margin-left: 20px;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 633px) {
    .eight {
        margin-left: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 417px) {
    .eight {
        margin-left: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
}
.nine
{
    display: flex;
    justify-content: center;
}
@media (max-width: 806px) {
    .nine {
        padding: 10px; /* Add padding */
    }
}

.ten
{
    display: flex;
    justify-content: center;

}
@media (max-width: 947px) {
    .ten {
        padding: 10px; /* Add padding */
    }
}
.eleven {
    display: flex;
    color: white;
    background-color: #333333;
    padding: 20px;
}

.roll {
    flex: 1;
    padding: 20px;
    margin-left: 135px;
}

.draw {
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    padding: 20px;
}

.draw i {
    font-size: 40px;
    color: white;
    margin-right: 10px;
}

.draw p {
    margin: 5px 0;
    font-size: 16px;
}

.draw a {
    color: white;
    text-decoration: none;
}

@media (max-width: 915px) {
    .eleven {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .roll {
        margin-left: 0;
        padding: 20px;
    }

    .draw {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .draw i {
        font-size: 30px;
        margin-bottom: 10px;
    }
}
.vin
{
    background-color: black;
}
.twelve
{
display: flex;
justify-content: center;
margin: 20px;
justify-content: space-evenly;
padding: 20px;
}
.twelve img
{
    width: 30px;
}
.twelve div a 
{
    margin-bottom: 10px; 
    display: block; 
    text-decoration: none;
    color: white;
}
    @media (max-width: 666px) 
    {
        .twelve
        {
            display: grid;
            grid-template-columns: repeat(1,1fr);
            padding: 0px;
        }
    }
.thirteen
{
    display: flex;
justify-content: center;
padding: 1%;
color: white;
}
@media (max-width: 666px) 
{
    .thirteen 
    {
        margin-left: -50px;
    }
}