@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Headland+One&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Madimi+One&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
.section_header{
    font-family: "Headland One", serif;
    margin-bottom: 20px;
    background-image: linear-gradient(152deg, rgba(17,223,72,1) 26%, rgba(88,199,222,1) 74%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
/* ================== top header ================= */
.top_header{
    background-color: #dcdedc;
}
.top_header a{
    color: #000;
    font-size: 13px;
}

/* ================= navbar style ================== */

.nav-item{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff!important;
    text-transform:uppercase;
}
.nav-link{    
    margin: 0 10px;
}
.nav-item:hover {
    color: #ffca28!important; /* Change text color on hover */
    background: transparent;
}

/* ============== mega menu style =============== */
.megamenu-li {
    position: static!important;
}

.megamenu {
    position: absolute!important;
    width: 100%!important;
    left: 0!important;
    right: 0!important;
    padding: 15px!important;
}
.megamenu a{
    font-family: "Poppins", sans-serif!important!important;
    color: #fff!important;
}
.megamenu a:hover{
    color: #ffca28!important;
    background: transparent!important;
}
/*================== slider left ===============*/
.carousel-caption {
    top: 10%;
    bottom: auto;
}

.carousel-caption h5 {
    font-family: "Madimi One", sans-serif;
    color: #000;
    font-size: 35px;
}

.carousel-caption .shop_now {
    font-family: "Madimi One", sans-serif;
    color: #000;
    display: inline-block;
    padding: 5px 8px;
    border: 2px solid #000;
    border-radius: 5px;
    font-size: 25px;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}

.carousel-caption .shop_now:hover {
    color: #fff;
    background-color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

/* ======================= Grid 1 ========================= */

.img_card img{
    height: 400px;
    object-fit: contain;
}
.img_text{
    position: absolute;
    top: 10%;
    left: 15%;
    font-size: 25px;
}
.shop_now{
    font-size: 20px;
    margin-left: 0px;
    margin-top: -9px;
    color: white;
}
.img_text_right{
    position: absolute;
    top: 10%;
    left: 15%;
    font-size: 25px;
}

/* ======================== Shop Product Type ==================== */

.shop_bycategory .col-sm-4:hover,
.c_card:hover {
    cursor: pointer;
}
.c_text {
    font-weight: 600;
}
.c_card {
    position: relative;
    border: 2px solid transparent;
    border-image: linear-gradient(152deg, rgba(17,223,72,1) 26%, rgba(88,199,222,1) 74%) 1;
    border-image-slice: 1;
    animation: gradientAnimation 0.2s linear infinite;
}
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 50% 100%;
    }
}
.c_card .c_text {
    position: relative;
    z-index: 1;
}
.c_card .medicine {
    position: relative;
    z-index: 1;
}

/* ====================== popular product ================= */

.p_btn {
  border-radius: .25rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  -webkit-clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
  clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
  height: 40px;
  font-size: 0.7rem;
  line-height: 14px;
  letter-spacing: 1.2px;
  transition: .2s .1s;
  background-image: linear-gradient(90deg,rgba(17,223,72,1),rgba(88,199,222,1));
  border: 0 solid;
  overflow: hidden;
}

.p_btn:hover {
  cursor: pointer;
  transition: all .3s ease-in;
  padding-right: 30px;
  padding-left: 30px;
}

/* =============== export section ================= */

.export_section .exp_img_card {
    position: relative;
    overflow: hidden; 
}

.export_section .img_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: justify;
    padding: 20px;
    width: 80%;
}
.export_section .export_txt{
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

/* =================== footer =================== */

.footer {
    background-color: #454444;
}
.footer h5{
    text-transform: uppercase;
    font-weight: 700;
}
.footer .inf_txt li{
    font-size: 11px;
    text-indent: -10px;
    margin-left: 10px;
}
.footer ul li{
    list-style: none;
    line-height: 30px;
}
.footer ul li a{
    text-decoration: none;
    color: #fff;
}
.footer_social {
    display: flex;
}

.footer_social a, .social-media a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: green;
    margin: 0 5px;
    text-decoration: none;
}

.footer_social a i, .social-media a i {
    color: white;
    font-size: 20px;
}
.social-media a:hover, .footer_social a:hover{
    text-decoration: none;
}
