* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", serif;
    height: 100%;
}

.bg-product-page {
    position: relative;
    min-height: 100vh;
}

.bg-product-page::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/background-image-3.png?v=1.1") repeat, linear-gradient(45deg, rgba(218, 200, 38, 100) 0%, rgba(90, 171, 219, 100) 100%);
   /* background-size: cover;*/
    background-attachment: fixed;
    z-index: -1;
}

.bg-product-page .navbar {
    /*position: fixed;*/
    width: 100%;
    z-index: 9;
}

.bg-product-page a.card {
    text-decoration: none;
}
.bg-product-page .card {
    box-shadow: 0px 0px 15px #f3f3f3;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
}

.product-div {
    padding-top: 25px;
}

.bg-product-page .card .card-body {
    background-color: #5aabdb;
    color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.card-header:first-child {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}



.custom-nav {
    border: 1px solid #f2f2f2;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 2px 2px 22px #f3f3f3;
    background-color: #ffffff;
}

@media (max-width: 575px) {
    .custom-nav {
        border: unset;
        padding: 10px 20px;
        border-radius: unset;
        box-shadow: unset;
        background-color: unset;
        list-style: disc;
    }
}



.nav-image-left, .nav-image-right {
    position: absolute;
    top: 23px; /* Adjust this value to align vertically with your navbar */
    z-index: 10;
}

.nav-image-left {
    left: 10px; /* Adjust to move the image horizontally */
   
   
}

.nav-image-right {
    right: 10px; /* Adjust to move the image horizontally */
    
   
}

.nav-image-left img, .nav-image-right img {
    height: 50px; /* Adjust size as needed */
  
    cursor: pointer;
}

@media (min-width: 500px) and (max-width: 800px) {
    .nav-image-left {
        margin-left: unset;
    }

    .nav-image-right {
        margin-right: unset;
    }
}
@media (min-width: 800px) and (max-width: 900px)  {
    .nav-image-left {
        margin-left: 10%;
    }

    .nav-image-right {
        margin-right: 10%;
    }
}
@media (min-width: 900px) and (max-width: 1000px)  {
    .nav-image-left {
        margin-left: 14%;
    }

    .nav-image-right {
        margin-right: 14%;
    }
}
@media (min-width: 1000px) and (max-width: 1100px)  {
    .nav-image-left {
        margin-left: 18%;
    }

    .nav-image-right {
        margin-right: 18%;
    }
}
@media (min-width: 1100px) and (max-width: 1200px)  {
    .nav-image-left {
        margin-left: 18%;
    }

    .nav-image-right {
        margin-right: 18%;
    }
}
@media (min-width: 1200px) and (max-width: 1300px)  {
    .nav-image-left {
        margin-left: 22%;
    }

    .nav-image-right {
        margin-right: 22%;
    }
}
@media (min-width: 1200px) and (max-width: 1300px)  {
    .nav-image-left {
        margin-left: 22%;
    }

    .nav-image-right {
        margin-right: 22%;
    }
}
@media (min-width: 1300px) and (max-width: 1400px)  {
    .nav-image-left {
        margin-left: 25%;
    }

    .nav-image-right {
        margin-right: 25%;
    }
}
@media (min-width: 1400px) and (max-width: 1500px)  {
    .nav-image-left {
        margin-left: 27%;
    }

    .nav-image-right {
        margin-right: 27%;
    }
}

@media (min-width: 1500px) and (max-width: 1700px)  {
    .nav-image-left {
        margin-left: 29%;
    }

    .nav-image-right {
        margin-right: 29%;
    }
}

@media (min-width: 1700px) and (max-width: 1900px)  {
    .nav-image-left {
        margin-left: 30.3%;
    }

    .nav-image-right {
        margin-right: 30.3%;
    }
}

@media (min-width: 1900px)   {
    .nav-image-left {
        margin-left: 33%;
    }

    .nav-image-right {
        margin-right: 33%;
    }
}