
body{
    max-width: 1600px;
    margin: 0 auto;
}

.st-sticky-footer{
    position: relative;
}
.footer-container{
    padding: 5% 5% 2%;
}

.st-footer-text {
    margin-top: 10px;
}
.st-footer-contact-list{
    margin: 15px 0px;
    padding-left: 0px;
}
#price{
    background-image: url("../img/footer-bg.png");
    padding: 5% 0%;
}
.st-copyright-in{
    padding: 5px 0px;
}
.st-main-header {
    padding: 0% 5% !important;
}

.main-padding {
    padding: 5% !important;
}

.st-hero.st-style1 {
    height: 100vh !important;
    justify-content: space-between;
}

.owlcarsouel {
    padding: 0% 5%;
}

.main-padding-y {
    padding: 0% 5%;
}

.hero-section {
    /* background-image: url("../assets/img/hero-bg.jpg"); */
}

.hero-main {
    position: relative;
    background-image: url("../img/hero-bg.jpg");
}

.banner {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: black; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../img/shape/hero-shape.png");
}

.hero-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 12%;
    padding-bottom: 5%;
    justify-content: space-between;
}

.hero-box-2 {
    text-align: end;
    display: flex;
    justify-content: end;
}

.st-hero-shape {
    z-index: 1;
    opacity: 0.7;
    height: 100%;
}

.z-index-2 {
    z-index: 2;
}

/* css for hero text slide */
.item-text {
    display: none;
    font-size: 20px;
    line-height: normal !important;
    font-weight: 600;
    position: relative;
    padding: 2px;
}

.animate-text b::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/shape/hero-shape.svg");
}

.animate-text {
    overflow: hidden;
}

.hero-main {}

.hero-main {
    /* height: 100vh; */
}

.main-heading {
    font-size: 55px;

}

.text-in {
    display: inline-block;
    animation: txtIn 0.5s ease;
}

.text-out {
    /* display: block; */
    animation: txtOut 0.5s ease;
}

@keyframes txtIn {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }

}

@keyframes txtOut {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(100%);
    }

}

.error-container{
    padding: 15% 5% 5% 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.error-container button{
    padding: 10px;
}




@media screen and (max-width: 1050px) {
    .main-heading {
        font-size: 40px;
    }
}

@media screen and (max-width: 600px) {
    .hero-section {
        grid-template-columns: 1fr;
        padding-top: 28%;
    }

    .hero-main {
        height: auto;
    }

    .main-heading {
        font-size: 30px;
    }

    .item-text {
        font-size: 15px;
    }
    .st-google-map{
        margin-top: 5%;
    }
    .error-container h1{
        font-size: 30px;
    }
    .error-container{
        padding: 30% 5% 5% 5%;
    }
}

/* hero section slide medicine */
.img-in {
    display: block !important;
    animation: fadeIn 1s ease-in forwards; /* 1-second fade-in animation */
    /* Smooth fade effect */
   
}
.img-out{
    animation: fadeOut 1s ease-in-out forwards;
}

.slide-medicine img {
    display: none;
    object-fit: contain;
   
}
.scroll-container{
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
}
.scroll-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
  }

/* Keyframe animation for fading in */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Keyframe for fading out */
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* about css */
/* .about, .contact{
    padding: 15% 5% 5% !important;
} */
.prices, .product, .about , .contact{
    padding: 5% 5% 5% !important;
}
.prices{
    overflow: scroll;
}

@media screen and (max-width: 700px) {
    /* .about, .contact{
        padding: 20% 5% 5% !important;
    } */
    .prices, .product, .about , .contact{
    padding: 10% 5% 5% !important;
}
}
@media screen and (max-width: 500px) {
    /* .about, .contact{
        padding: 30% 5% 5% !important;
    } */
    /* .prices{
    padding: 15% 5% 5% !important;
    } */
    .prices, .product, .about , .contact{
        padding: 20% 5% 5% !important;
    }
}


