* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: poppins, sans-serif;
}

.header {
    background-color: #040405;
    padding: 14px 0;
}

.header .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
}

.header .nav-link:hover {
    color: #FFB90F;
}

 .header .cart-btns{
    display: flex;
    align-items: center;
    gap: 15px;
	color: white;
}
 .header .cart-btns button{
	 color:#ffff;
 }
.header .cart-btns a {
    text-decoration: none;
}

.hero {
    background: linear-gradient(180deg, #0000007a 1.79%, rgba(0, 0, 0, 0.69) 34.06%, rgba(255, 255, 255, 0) 100%), url('../imgs/hero.png') no-repeat center center/cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero .hero-data {
    text-align: center;
}

.hero .hero-data h1 {
    font-weight: 700;
    font-size: 80px;
    color: #FFB90F;
}

.hero .hero-data p {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.hero .hero-data .hero-btn {
    margin-top: 50px;
}

.hero .hero-data .hero-btn a {
    background-color: #FFB90F;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    max-width: 300px;
    height: 62px;
    font-weight: 600;
    font-size: 20px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.about-shilajit {
    padding: 60px 0;
    overflow: hidden;
}

.about-shilajit .img img {
    border-radius: 16px;
    width: 100%;
}

.about-shilajit .about-text {
    padding: 20px;
}

.about-shilajit .about-text strong {
    font-weight: 700;
    font-size: 20px;
    color: #FFB90F;
}

.about-shilajit .about-text h2 {
    font-weight: 700;
    font-size: 40px;
    color: #101A24;
    margin: 10px 0 20px;
}

.about-shilajit .about-text p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.about-shilajit .about-text p a {
    color: #FFA148;
    text-decoration: none;
}

.about-shilajit .about-text .about-btn a {
    width: 177px;
    height: 48px;
    border-radius: 50px;
    background-color: #FFB90F;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF !important;
}

.features {
    padding: 50px 0;
    overflow: hidden;
}

.features .feature-col {
    margin: 20px 0;
}

.features .feature-col:first-child {
    margin-top: 0;
}

.features .feature-col .icon {
    margin-bottom: 16px;
}

.features .feature-col .text h4 {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.features .feature-col .text p {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.info {
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 960px;
}

.info .text strong {
    font-weight: 700;
    font-size: 20px;
    color: #FFB90F;
}

.info .text h2 {
    font-weight: 800;
    font-size: 40px;
    color: #FFFFFF;
    margin: 10px 0 20px;
    font-family: "Inter", sans-serif;
}

.info .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
}

.info .read-more-btn {
    margin-top: 30px;
}

.info .read-more-btn a {
    background-color: #FFB90F;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    max-width: 161px;
    height: 56px;
    font-weight: 600;
    font-size: 16px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.products {
    padding: 60px 0;
    overflow: hidden;
}

.products .head {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.products .head h2 {
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    font-family: "Inter", sans-serif;
}

.products .head p {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    font-family: "Inter", sans-serif;
}

.products .head .view-all a {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.products .product-grid {
    display: grid;
    border: 1px solid #ccc;
    margin-top: 30px;
}

.products .product-card {
    padding: 25px 0 0;
    border-right: 1px solid #ccc;
    text-align: center;
}

.products .product-card:last-child {
    border-right: none;
}

.products .product-card .img {
    margin-bottom: 20px;
}

.products .product-card .img img {
    height: 150px;
    object-fit: cover;
}
.products .text{
	padding:0px 10px;
}
.products .text h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26.49px;
    text-align: center;
    color: #101A24;
    min-height: 55px;
}

.products .text span {
    font-weight: 500;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    color: #000000;
	margin: 5px 5px 5px 5px;
}

.products .text .reviews {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.products .text .reviews ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.products .text .reviews ul li {
    display: inline-block;
    margin-right: 3px;
    color: #FFD700;
}

.products .text .reviews p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #000000;
}

.products .text .reviews p span {
    font-weight: 500;
    font-size: 14px;
    color: #9F9F9F;
}

.products .product-card .card-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.products .product-card .card-bottom .price {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin: 0;
    font-family: "Inter", sans-serif;
}

.products .product-card .card-bottom .add-to-cart button {
    background-color: #FFB90F;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 144px;
    height: 38px;
}

.pure-product {
    padding: 80px 0;
    background-color: #F9FBFF;
    overflow: hidden;
}

.pure-product .row {
    align-items: center;
}

.pure-product .text {
    padding-right: 40px;
}

.pure-product .text strong {
    font-weight: 700;
    font-size: 20px;
    color: #FFB90F;
}

.pure-product .text h3 {
    font-weight: 700;
    font-size: 40px;
    color: #101A24;
    font-family: "Inter", sans-serif;
}

.pure-product .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    line-height: normal;
}

.pure-product .text p span {
    font-weight: 600;
    color: #FFB90F;
}

.pure-product .img img {
    border-radius: 16px;
}

.pure-product .details {
    margin-top: 12px;
    text-align: center;
}

.pure-product .details .name h4 {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    font-family: "Inter", sans-serif;
}

.pure-product .details .price p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    font-family: "Inter", sans-serif;
}

.pure-product .details .shop-btn a {
    background-color: #FFB90F;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width: 168px;
    height: 54px;
    margin: auto;
}

.about-us {
    padding: 60px 0;
    overflow: hidden;
}

.about-us .img img {
    max-width: 466px;
}

.about-us .img {
    position: relative;
}

.about-us .img .img-text {
    position: absolute;
    bottom: 30px;
    right: 20px;
    background-color: #FFB90F;
    padding: 16px;
    border-radius: 4px;
    max-width: 452px;
}

.about-us .img .img-text p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    padding-left: 10px;
    border-left: 1px solid #FFFFFF;
}

.about-us .img .img-text strong {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
}

.about-us .text strong {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #2474EB;
}

.about-us .text h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    margin: 10px 0;
}

.about-us .text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
}

.about-us .bulent-points {
    margin-top: 30px;
}

.about-us .bulent-points .point {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.about-us .bulent-points .point .text h4 {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    font-family: "Inter", sans-serif;
}

.about-us .bulent-points .point .text p {
    font-weight: 400;
    font-size: 15px;
    color: #A1A1A1;
    margin: 0;
    font-family: "Inter", sans-serif;
}

.about-us .bulent-points .point .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFB90F;
}

.about-us .bulent-points .point:first-child {
    background-color: #FFB90F;
    padding: 25px 15px;
    border-radius: 4px;
}

.about-us .bulent-points .point:first-child .icon {
    background-color: #FFFFFF;
}

.about-us .bulent-points .point:first-child .text h4,
.about-us .bulent-points .point:first-child .text p {
    color: #FFFFFF;
}

.pure-product .text .see-more-btn {
    margin-top: 35px;
}

.pure-product .text .see-more-btn a {
    background-color: #FFB90F;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    max-width: 168px;
    height: 56px;
    font-weight: 500;
    font-size: 16px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial {
    overflow: hidden;
}

.testimonial-slider {
    padding: 40px 0;
    position: relative;
}

.testimonial-slider .testimonial-card {
    background: #fff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    margin: 20px 10px;
}

.testimonial-slider .testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.testimonial-slider .stars i {
    color: #FFC107;
    margin-right: 2px;
}

.testimonial-slider .date {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

.testimonial-slider .testimonial-text {
    font-size: 18px;
    font-weight: 400;
    color: #030303;
    line-height: 28px;
    margin-bottom: 20px;
}

.testimonial-slider .testimonial-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-slider .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.testimonial-slider .testimonial-footer h4 {
    font-size: 15px;
    margin: 0;
    color: #000;
}

.testimonial-slider .testimonial-footer span {
    font-size: 12px;
    color: #666;
}

.testimonial-slider .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E8E8E8 !important;
}

.testimonial-slider .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: -55px;
}

.testimonial-slider .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: -55px;
}

.testimonial-slider .owl-nav button:focus,
.testimonial-slider .owl-nav button:hover {
    background-color: #FFB90F !important;
    color: #ffff !important;
}

.footer {
    background-color: #040405;
    padding: 50px 0 0;
    position: relative;
}

.footer .footer-boxs {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding-bottom: 40px;
}

.footer .footer-boxs .footer-box:first-child {
    max-width: 242px;
}

.footer .footer-boxs .footer-box:nth-child(2) {
    width: 160px;
}

.footer .footer-boxs .footer-box:nth-child(3) {
    width: 270px;
}

.footer .footer-boxs .footer-box:nth-child(3) .links a,
.footer .footer-boxs .footer-box:nth-child(3) .links p {
    display: flex;
    gap: 15px;
    align-items: baseline;
}

.footer .footer-boxs .footer-box .text {
    margin: 10px 0;
}

.footer .footer-boxs .footer-box .text p {
    font-family: Hind Siliguri;
    font-weight: 400;
    font-size: 14px;
    font-family: "Hind Siliguri", sans-serif;
    color: #FFFFFF;
}

.footer .footer-boxs .footer-box .f-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-boxs .footer-box .f-social ul li {
    display: inline-block;
    margin: 0 5px;
}

.footer .footer-boxs .footer-box .f-social ul li a {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff25;
    width: 32px;
    height: 32px;
    text-decoration: none;
}

.footer .footer-boxs .footer-box .f-social ul li a:hover {
    background-color: #FFA148;
}

.footer .footer-boxs .footer-box .head {
    margin-bottom: 15px;
}

.footer .footer-boxs .footer-box .head h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
}

.footer .footer-boxs .footer-box .links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .footer-boxs .footer-box .links ul li {
    margin: 8px 0;
}

.footer .footer-boxs .footer-box .links ul li:first-child {
    margin-top: 0;
}

.footer .footer-boxs .footer-box .links ul li a,
.footer .footer-boxs .footer-box .links ul li p {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.email-container {
    background-color: #2c2c2c;
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    width: 320px;
}

.email-container input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    flex: 1;
    font-size: 14px;
}

.email-container svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    cursor: pointer;
}

.footer .copy-right {
    padding: 20px 0;
    text-align: center;
}

.footer .copy-right p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
}

@media (max-width:500px) {
    .navbar-collapse {
        position: absolute;
        padding: 0 15px 25px;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #000000;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        z-index: 99;
    }

    .navbar-toggler:hover {
        box-shadow: 0 0 3px #ffffff;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 3px #ffffff;
    }

    .navbar-toggler-icon {
        filter: brightness(100);
    }

    .hero .hero-data h1 {
        font-size: 35px;
    }

    .hero .hero-data p {
        font-size: 16px;
    }

    .hero .hero-data .hero-btn a {
        max-width: 200px;
        height: 50px;
        font-size: 15px;
    }

    .about-shilajit .about-text strong {
        font-size: 16px;
    }

    .about-shilajit .about-text h2 {
        font-size: 30px;
    }

    .features {
        padding: 0;
    }

    .info {
        padding: 50px 0;
        min-height: 700px;
    }

    .info .text h2 {
        font-size: 30px;
    }

    .products .head h2 {
        font-size: 30px;
    }

    .products .head p {
        font-size: 18px;
    }

    .products .head {
        display: block;
        text-align: center;
    }

    .products .product-card {
        border-bottom: 1px solid #ccc;
    }

    .products .product-card:last-child {
        border-bottom: none;
    }

    .pure-product {
        padding: 40px 0;
    }

    .pure-product .text h3 {
        font-size: 30px;
    }

    .pure-product .text p {
        font-size: 15px;
    }

    .pure-product .img img {
        width: 100%;
    }

    .about-us {
        padding: 50px 0 0;
    }

    .about-us .img img {
        max-width: 100%;
    }

    .about-us .text {
        padding: 20px 0;
    }

    .about-us .text strong {
        font-size: 18px;
    }

    .about-us .text h2 {
        font-size: 30px;
    }

    .about-us .bulent-points {
        margin-top: 0px;
    }

    .pure-product.bg-white {
        padding: 0;
    }

    .pure-product.bg-white .img {
        margin-top: 20px;
    }

    .testimonial-slider .testimonial-card {
        padding: 20px;
    }

    .testimonial-slider .testimonial-text {
        font-size: 16px;
        line-height: 26px;
    }

    .footer .footer-boxs {
        flex-direction: column;
        gap: 10px;
    }

    .products .product-grid {
        display: block;
    }
}

@media (min-width:501px) and (max-width:768px) {
    .navbar-collapse {
        position: absolute;
        padding: 0 15px 25px;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #000000;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        z-index: 99;
    }

    .navbar-toggler:hover {
        box-shadow: 0 0 3px #ffffff;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 3px #ffffff;
    }

    .navbar-toggler-icon {
        filter: brightness(100);
    }

    .hero .hero-data h1 {
        font-size: 60px;
    }

    .hero .hero-data p {
        font-size: 16px;
    }

    .hero .hero-data .hero-btn a {
        max-width: 245px;
        height: 55px;
        font-size: 18px;
    }

    .about-shilajit {
        padding: 30px 0;
    }

    .about-shilajit .row {
        flex-direction: column-reverse;
    }

    .products .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .products .product-card {
        border-bottom: 1px solid #ccc;
    }

    .products .product-card:nth-child(2),
    .products .product-card:nth-child(4) {
        border-right: none;
    }

    .products .product-card:nth-child(3),
    .products .product-card:nth-child(4) {
        border-bottom: none;
    }

    .pure-product .img {
        text-align: center;
    }

    .about-us .img .img-text {
        right: -5px;
    }

    .about-us .text {
        padding: 20px 0;
    }

    .pure-product.bg-white {
        padding: 0;
    }

    .features .feature-img {
        text-align: center;
    }

    .footer .footer-boxs {
        flex-direction: column;
        gap: 15px;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .testimonial-slider .owl-nav .owl-prev {
        left: -40px;
    }

    .testimonial-slider .owl-nav .owl-right {
        right: -40px;
    }

    .testimonial-slider .owl-nav .owl-next {
        right: -40px;
    }

    .about-us .col-lg-6:last-child {
        padding-left: 15px;
    }
}