html,
body {
    height: 100%;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

a {
    text-decoration: none;
    /* Removes text underline */
    border-bottom: none;
    /* Removes any bottom border */
    box-shadow: none;
    /* Removes any shadow effects */
    background-image: none;
    /* Removes any background images */
}

.AO-hidden {
    display: none;
}

.ao-title {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 50px;
    font-size: 19px;
    color: #272F3F;

}

.ao-subtitle {
    width: 100%;
    text-align: center;
    margin: auto;
    font-size: 17px;
    color: black;
}

.AO-textnav {
    width: 50%;
    margin: auto;
    margin-top: 35vh;
}

/*catagories.............................................................*/
.catagories {
    width: 80%;
    max-width: 600px;
    margin: auto;
    margin-top: 20px;
}

.catagories ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0px;
}

.catagories ul li {}


.catagories ul li a {
    display: block;
    width: 100%;
    /* border: #272F3F solid 1px; */
    color: #272F3F;
    margin-bottom: 5px;
}


.img-wrap {
    /* margin: 3px; */
    /* border: #272F3F solid 1px; */
    display: block;
}


.img-wrap img {
    width: 100%;
}


.cat-title {
    text-decoration: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    border: none;
    text-decoration: none !important;
    line-height: 20px;
}


.catagories ul li:hover {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}



/*pages....................................................................................................*/
/*main nav.............................................................*/

.ao-main-nav{
    position: fixed;
    top: 5px;
}
.sliding-nav{
width: 100%;    
position: fixed;
text-align: center;
background-color: rgba(230, 230, 230, 0.75);
    top: 0px;
    padding-top: 135px;
}
.sliding-nav h1{
font-size: 28px;    
     display: none; 
}
.ao-main-nav ul {
}

.ao-main-nav ul li {
    list-style: none;
}

.sliding-nav ul li {
    list-style: none;
}

.ao-main-nav a {
    text-decoration: none;
    color: #272F3F;
    font-weight: 500;
    padding-bottom: 1px;
}

.sliding-nav a {
    text-decoration: none;
    color: #272F3F;
    font-weight: 500;
    padding-bottom: 1px;
    font-size: 25px;
    text-align: center;
}

.ao-main-nav:hover {
    padding: 0px;
    border-bottom: 1px solid #272F3F;
}



.ao-main-nav {
    overflow: hidden; /* Clear floats */
}

.ao-main-nav .nav-list {
    list-style-type: none; /* Remove bullets */
    margin: 0;
    padding: 0;
    display: flex; /* Horizontal alignment */
}

.ao-main-nav .nav-list li {
    flex: 1; /* Equal space for each item */
}

.ao-main-nav .nav-list a {
    display: block; /* Make links fill the area */
    text-align: center; /* Center text */
    padding: 14px 16px; /* Padding */
    text-decoration: none; /* Remove underline */
}

/* Hamburger button styles */
.menu-toggle {
    display: none; /* Hidden by default */
    font-size: 40px; /* Font size for hamburger icon */
    color: black; /* Color of the icon */
    background: none; /* No background */
    border: none; /* No border */
    padding: 14px 16px; /* Padding */
    cursor: pointer; /* Pointer cursor */
    position: fixed;
    top: 0px;
    z-index: 10;
}


.sliding-nav{
display: none;
}


/* Responsive styles */
@media (max-width: 1000px) {
    .ao-main-nav{
        display: none; /* Hide nav list by default */
        flex-direction: column; /* Vertical stacking */
        width: 100%; /* Full width */
        background-color: #333; /* Background color */
        
    }
    .menu-toggle {
        display: block; /* Show hamburger icon */
    }
}


/* oil................................................................................ */

.ao-oil-images {
    width: 80%;
    margin: auto;
    margin-top: 80px;
    /* background-color: darkmagenta; */
    margin-bottom: 245px;
}


.img-oil {
    width: 50%;
    margin: auto;
    text-align: center;
}

.img-oil ul {
    list-style: none;
    padding: 0px;
    display: block;
    margin: auto;
}

.img-oil ul li {
    list-style: none;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;

}

.img-oil img {
    display: block;
    width: 100%;
    margin: auto;
    max-width: 500px;

}

.painting-description {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 0px;
    font-weight: 500;
    font-size: 13px;
    max-width: 500px;


}

.details {
    text-align: left;
    line-height: 5px;
    /* background-color: orange; */

}

.price {
    text-align: right;
    font-weight: bold;
    display: flex;
    /* background-color: blue; */
    font-size: 13px;
    font-weight: 600;
    line-height: 5px;
}

/*9x9 page...........................................................*/

.buy {
    text-decoration: none;
    color: black;
    margin: 0 auto;
    margin-top: 100px;
    width: 35%;
    font-size: 15px;
    text-align: center;

}

.buy a {
    text-decoration: none;
    color: black;

    width: 25%;
}

.water-wraper {
    margin-top: 100px;
    margin-bottom: 385px;
}

.water-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 70vw;
    margin: 0 auto;
    margin-bottom: 35px;
}

.water-images a {
    overflow: hidden;
    /* Prevents images from overflowing their container */
}

.water-images img {
    width: 100%;
    /* Ensures images fully fill their grid cell */
    height: auto;
    /* Maintains the aspect ratio of the images */
    display: block;
    /* Ensures no extra space appears below the images */
}

/* Small devices (phones, 600px and below) */
@media (max-width: 600px) {
    .water-images {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        width: 93vw;
    }
}

/* Medium devices (tablets, 600px to 900px) */
@media (min-width: 601px) and (max-width: 900px) {
    .water-images {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
        width: 80vw;
    }
}

/* Large devices (desktops, 901px to 1200px) */
@media (min-width: 901px) and (max-width: 1200px) {
    .water-images {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        width: 60vw;
    }
}

/* Extra large devices (large desktops, 1201px and above) */
@media (min-width: 1201px) {
    .water-images {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        width: 40vw;
    }
}


/*footer.............................................................*/
footer {
    background-color: black;
    color: white;
    width: 100%;
    font-size: 10px;
    text-align: center;
    height: 150px;
    line-height: 50px;
}

/*sticky footer.............................................................*/
.wrapper {
    min-height: 100%;

    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -150px;
}

.footer,
.push {
    height: 50px;
}
