*{
    text-transform: none;
}






.main-container.responsive {
    max-width: 1140px;
    margin-bottom: 10px;
  }








.product-display-table tr .product-image img {
    transform: translateY(50px);
}
























.main-container {
    background-color: #ffffff;
    display: flex;
    width: 100%;
    width: 80%;
    height: 400px;
    margin: 20px auto;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, .5);
    background: rgba(255, 255, 255, .1);
}
















/** --------------------------------
 -- Cards
-------------------------------- */








#main_index{
    /*background-image: url("../img/main.png");*/
    background-color: rgb(255, 255, 255);
    min-height: 90vh;
    background-position: bottom center;
    background-size: cover;
    margin: auto;
    width: 100%;
    padding-top: -50px;
}








#main_computers{
    /*background-image: url("../img/main.png");*/
    background-color: rgb(255, 255, 255);
    min-height: 90vh;
    background-position: bottom center;
    background-size: cover;
    margin: auto;
    width: 100%;
}
















.container{
    max-width: 1200px;
    padding: 50px;
    margin: auto;
}
.section{
    margin: auto;
}
.index-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1800px;
    flex-wrap: wrap;
    z-index: 1;
    margin-bottom: 100px;
    padding-top: -30px;
    margin: auto;
}






.card {
    position: relative;
    display: flex;
    width: 650px;
    height: 380px;
    margin: 15px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, .5);
    border-radius: 15px;
    background: rgba(255, 255, 255, .1);
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-left: 1px solid rgba(255, 255, 255, .5);
    backdrop-filter: blur(5px);
    transition: all 900ms;
}
































.content {
    padding: 20px;
    text-align: center;
    transform: translateY(100px);
    opacity: 0;
    transition: .5s;
}
































.card .content {
    transform: translateY(0);
    opacity: 1;
}
































.content h2 {
    position: absolute;
    top: -90px;
    right: 30px;
    font-size: 115px;
    color: rgba(255, 255, 255, .05);
    pointer-events: none;
}
































.content h3 {
    font-size: 28px !important;
    color: #FFF;
    z-index: 1;
    font-weight: bolder;
}








.content p {
    font-size: 20px;
    color: #FFF;
    font-weight: 300;
    text-transform: none;
}








.card .content a {
    border-radius: 100px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 800ms;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-weight: bold;
    color: rgb(39, 147, 255);
    background-color: #defaff;
    box-shadow: rgba(44, 149, 187, 0.2) 0 -25px 18px -14px inset,
        rgba(55, 169, 227, 0.15) 0 1px 2px,rgba(55, 169, 227, .15) 0 2px 4px,rgba(55, 169, 227, .15) 0 4px 8px,
        rgba(55, 169, 227, .15) 0 8px 16px,rgba(55, 169, 227, .15) 0 16px 32px;
}
































.content a:hover {
    color: #040055;
    box-shadow: rgba(20, 41, 145, 0.35) 0 -25px 18px -14px inset,
        rgba(21, 23, 146, 0.25) 0 1px 2px,rgba(21, 23, 146, 0.25) 0 2px 4px,rgba(21, 23, 146, 0.25) 0 4px 8px,
        rgba(21, 23, 146, 0.25) 0 8px 16px,rgba(21, 23, 146, 0.25) 0 16px 32px;
    transform: scale(1.05) translateY(-5px);
}
















/** --------------------------------
 -- Cards
-------------------------------- */
.card .content a{
    margin-top: 20px;
    transition: all 1s;
}
















.card .content a:hover{
    transition: all 1s;
    transform: translateY(-15px);
















}
















.index-container .card:hover{
    transition: all 900ms;
}
.index-container .card:hover{
    will-change: transform, opacity;
    opacity: 1;
    transition: all 500ms;
    transform:translateY(-15px);
}
























.btn1 {
    animation: bounce 6s ease infinite;
}
































.btn2 {
    animation: bounce 6s ease infinite;
    animation-delay: 1.5s;
}
































.btn3 {
    animation: bounce 6s ease infinite;
    animation-delay: 3s;
}
































.btn4 {
    animation: bounce 6s ease infinite;
    animation-delay: 4.5s;
}








@keyframes bounce {
    0%, 25%, 95%, 100% { transform: translateY(0); }
    10% { transform: translateY(-10px); }
    20% { transform: translateY(0px); }
}








/** --------------------------------
 --End of Cards
-------------------------------- */






.product-img-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}








.product-img {
    flex: 0 0 25%;
    height: 80%;
    position: relative;
    overflow: hidden;
}






.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the allocated space completely */
}








.text-content {
    flex-grow: 1; /* Allows the text content area to expand and take up the remaining space */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}






.product-container .product-img-content {
    transform: translateY(0);
    opacity: 1;
}


.product-img-content img {
    max-width: 300px;
    margin-right: 50px;
}




.text-product-img-content {
    text-align: left;
}


.product-img-content h2 {
    position: absolute;
    top: -90px;
    right: 30px;
    font-size: 115px;
    color: rgb(255, 255, 255);
    pointer-events: none;
}


.product-img-content h3 {
    font-size: 20px;
    color: #000000;
    z-index: 1;
}


.product-img-content p {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    text-transform: none;
}


.product-img-content a {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    margin-top: 15px;
    background: #000000;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}


.original-price {
    text-shadow: 1px 1px 1px rgba(255, 255, 255);
    text-decoration: line-through;
    color: #a80000 !important;
    font-weight: bolder;
    font-size: 20px;
}




.sale-price {
    text-shadow: 1px 1px 1px rgba(255, 255, 255);
    font-size: 20px;
    color: #f00 !important;
}








#priceRange{
    font-size: 17px;
    margin-top: 50px;
    margin-bottom: -150px;
}








.remove-filter{
    font-size: 17px;
    color: #000000;
    background-color: #7db1ff;
    padding: 10px 10px 7px 7px;
    border-radius: 5px;
    font-weight: bolder;
    margin-top: 40px;
}








.remove-filter:hover{
    font-size: 17px;
    color: #000000;
    background-color: #6999e27e;
    padding: 7px;
    border-radius: 5px;
    font-weight: bolder;
    transition: all 1s ease-in;
}








.filter-products{
    font-size: 20px;
    padding-top: 190px;
    margin: auto 170px !important;
    text-align: center;
    border-color: transparent;
    color: #000000;
    font-size: 20px;
    z-index: 0 !important;
}


.priceRange-dropdown{
    padding: 5px;
}




.filter-products-public{
    padding-top: 190px;
    margin: auto 170px !important;
    text-align: center;
    border-color: transparent;
    color: #000000;
    font-size: 20px;
    z-index: 0 !important;
}




.filter-products-public-sale{
    padding-top: 0px !important;
    margin: 200px auto 0px auto !important;
    text-align: center;
    border-color: transparent;
    color: #000000;
    font-size: 20px;
    z-index: 0 !important;
}








.product-img img {
    height: 200px;
    width: 300px;
    object-fit: cover;
   
}




.product-img {
    width: 300px;
        height: 300px; /* Maintain image aspect ratio */
        padding: 0;
        margin: 0;
}








@media screen and (max-width: 1140px) {
    .main-container {
        background-color: #ffffff;
        display: flex;
        width: 90%;
        height: 200px;
    }






    .product-img {
        /* Keep the image size reasonable without making it too small */
        flex-basis: auto;
        max-width: fit-content;
        height: max-content;
       
    }




    .product-img img {
        width: 300px;
        height: 200px; /* Maintain image aspect ratio */
        padding: 0;
        margin: 0;
       
    }
}










@media screen and (min-width: 600px) and (max-width: 900px) {
    .main-container {
        flex-direction: column; /* Stack image and text vertically */
        height: auto;
        width: 70%;
        padding: 10px;
    }
    .product-img-content {
        flex-direction: column; /* Ensure image and text are stacked */
    }
    .product-img, .text-content {
        width: 100%;
        max-width: 100%; /* Image and text take full width */
        text-align: center;
    }
    .product-img img {
        width: 300px;
        height: 250px; /* Maintain image aspect ratio */
        padding: 0;
        margin: 0;
       
    }








    #main_computers{
        /*background-image: url("../img/main.png");*/
        background-color: rgb(255, 255, 255);
        min-height: 90vh;
        background-position: bottom center;
        background-size: cover;
        margin: auto;
        width: 100%;
        margin-top: 50px;
    }
}








































@media screen and (max-width: 768px) {
    .product-img-content {
        flex-direction: column;
    }
    .product-img, .text-content {
        width: 100%;
        max-width: 100%; /* Image and text take full width */
        text-align: center;
       
    }
    .product-img img {
        width: 90%;
        height: 200px; /* Maintain image aspect ratio */
        padding: 0;
        margin: 0;
       
    }
}
































@media screen and (min-width: 300px) and (max-width: 600px) {
    .main-container {
        flex-direction: column; /* Stack image and text vertically */
        height: auto;
        width: 90%;
        padding: 10px;
    }
    .product-img-content {
        flex-direction: column; /* Ensure image and text are stacked */
    }
    .product-img, .text-content {
        width: 100%;
        max-width: 100%; /* Image and text take full width */
        text-align: center;
    }
    .product-img img {
        width: 80%;
        height: 200px; /* Maintain image aspect ratio */
        padding: 0;
        margin: 0;
    }


    .filter-products{
        font-size: 20px;
        padding-top: 190px;
        margin: auto 10px !important;
        text-align: center;
        border-color: transparent;
        color: #000000;
        font-size: 20px;
        z-index: 0 !important;
    }




    #priceRange{
        justify-items: center;
        margin:10px  auto !important;
    }




    #main_computers{
        /*background-image: url("../img/main.png");*/
        background-color: rgb(255, 255, 255);
        min-height: 90vh;
        background-position: bottom center;
        background-size: cover;
        margin: 10px;
        margin-top: 20px;
    }








    .content h3 {
        font-size: 22px !important;
        color: #FFF;
        z-index: 1;
        font-weight: bolder;
    }
   
   
   
   
    .content p {
        font-size: 20px;
        color: #FFF;
        font-weight: 300;
    }


    .remove-filter{
        font-size: 17px;
        color: #000000;
        background-color: #7db1ff;
        padding: 10px 10px 7px 7px;
        border-radius: 5px;
        font-weight: bolder;
        margin-top: 40px;
        white-space: nowrap;
    }


    #priceRange *{
        font-size: 12px !important;
        white-space: nowrap;
    }


    .filter-products-public{
        margin:0 !important;
    }


    .filter-products-public-sale{
        margin: 200px auto 0px auto !important;
    }
}
































@media screen and (min-width: 1500px) {
    .main-container {
        height: 200px; /* Fixed height for larger screens */
    }
    .product-img {
        flex: 0 0 35%; /* Maintain a consistent size for the image */
    }
    .text-content {
        padding: 20px; /* Ensure sufficient padding around the text */
    }
}
































































 
  @media screen and (min-width: 1140px) {
    .main-container {
      background-color: #ffffff7d;
      height: 200px;
    }
    /* Change the current width of the adaptive container at each breakpoint. */
    .main-container.responsive {
      max-width: 1140px;
    }
    .product-img {
        flex: 0 0 auto; /* Allocates 35% of the space to the image */
        height: 100%;
        position: relative;
        overflow: hidden;
    }
  }
 
  .main-container .label {
    margin-top: 0;
  }









