body {
    margin: 0;
    padding: 0;
    background-color: #000;
}

a{
    text-decoration: none;
    text-decoration-style: none;
}

.theme-bg {
    background-color: #000;
    color: #fff;
}

.theme-bg-dark {
    background-color: #151515;
    color: #fff;
}

.theme-bg-light {
    background-color: #e49836;
    color: #fff;
}

p {
    margin: 20px 0px;
    line-height: 2;
}

.text-p {
    color: gray;
}

.text-theme {
    color: #e49836;
}

.border-theme {
    border: 1px solid #e49836;
}

.theme-pad {
    padding: 20px 0px !important;
}

.theme-btn {
    border: 1px solid #e49836;
    border-radius: 0px;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
}

.theme-btn:hover {
    background-color: #e49836;
    color: #fff;
    transition: .8s;
}

.head-sub {
    color: gray;
    font-size: 25px;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.head-main {
    color: #e49836;
    font-size: 45px;
    padding: 10px 0px;
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.carousel-indicators [data-bs-target] {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background-color: #e49836;
}

.social-icons a {
    font-size: 2.5rem;
    padding: 10px 20px;
}

.social-icons a i:hover {
    font-size: 3rem;
    color: #e49836;
    transition: .25s;
}

.gallery-column {
    padding: 5px;
}

.gallery-img-container {
    position: relative;
    width: 100%;
    padding-top: 75%;
    /* Aspect ratio of 4:3 */
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.1);
}

.numCounter {
    text-align: center;
}

.numCounter h3 {
    text-align: center;
    color: #fff;
}

.numCounter h6 {
    text-align: center;
    color: gray;
}

.product_det h4 {
    font-size: 30px;
    padding: 10px 0px;
    font-family: "Staatliches", sans-serif;
    letter-spacing: 1.5px;
}

.product_det h5 {
    font-size: 25px;
    font-family: "Staatliches", sans-serif;
    letter-spacing: 1.5px;
}

.contact_info i{
    background-color: #e49836;
    color: #fff;
    font-size: 2.5rem;
    padding: 10px;
}

.contact_info h5{
    color: gray;
    font-size: 1.5rem;
    padding: 10px 0px;
}
.main_img_container {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_img_container img {
    width: 100%;
    margin: auto;
    max-height: 100%;
}

.related_image_container {
    height: 13vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related_image_container img {
    width: 100%;
    margin: auto;
    max-height: 100%;
}
/* Media Queries for responsiveness */
@media (max-width: 576px) {
    .gallery-column {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .head-sub {
        color: gray;
        font-size: 15px;
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .head-main {
        color: #e49836;
        font-size: 30px;
        padding: 10px 0px;
        font-family: "Lobster", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .social-icons a {
        font-size: 2rem;
        padding: 10px 20px;
    }

    .social-icons a i:hover {
        font-size: 2.5rem;
        color: #e49836;
        transition: .25s;
    }
     .main_img_container {
        height: 40vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main_img_container img {
        width: 100%;
        margin: auto;
        max-height: 100%;
    }

    .related_image_container {
        height: 13vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .related_image_container img {
        width: 100%;
        margin: auto;
        max-height: 100%;
    }

}

@media (max-width: 768px) {
    .gallery-column {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .main_img_container {
       height: 40vh;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .main_img_container img {
       width: 100%;
       margin: auto;
       max-height: 100%;
   }

   .related_image_container {
       height: 13vh;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .related_image_container img {
       width: 100%;
       margin: auto;
       max-height: 100%;
   }
}

@media (min-width: 992px) {
    .gallery-column {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .main_img_container {
       height: 50vh;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .main_img_container img {
       width: 100%;
       margin: auto;
       max-height: 100%;
   }

   .related_image_container {
       height: 13vh;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .related_image_container img {
       width: 100%;
       margin: auto;
       max-height: 100%;
   }
}
