@import url('https://fonts.googleapis.com/css2?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&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');


* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    font-family: "Poppins", sans-serif;
}

img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

/* @font-face {
    font-family: "Poppins", sans-serif;
    src:
        local("Poppins"),
        url("../font/Poppins/Poppins-Black.ttf") format("truetype"),
        url("../font/Poppins/Poppins-Bold.ttf") format("truetype"),
        url("../font/Poppins/Poppins-Medium.ttf") format("truetype"),

}

@font-face {
    font-family: "Urbanist";
    src:
        local("Urbanist"),
        url("../font/Urbanist/Urbanist-Bold.ttf") format("truetype"),
} */

html {
    overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Urbanist", sans-serif;
}

:root {
    --yellow: #F1AD1E;
    --hedding-color: #1F1500;
    --text-lorem: rgb(31 31 31 / 80%);
}

/* =================================================
header css
================================================== */


.blog-inner-img{
    height: 200px;
    width: auto;
}

.animation-div p {
    width: 350px;
        font-size: 14px;
    color: #fff;

}

.animation .container-fluid {
    overflow: hidden;
}

.animation-div {
    text-align: center;
    width: 100%;

}

.animation {
    background-color: #371219;
}

@keyframes loop {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }


}

.menu-header {
    gap: 20px;
    transition: .3s all ease;
}

.menu-header li {
    font-size: 16px;
    color: rgb(61 29 33 / 50%);
    line-height: normal;
    width: fit-content;
}

.menu-header li .active {
    color: var(--yellow) !important;
    position: relative;
}

.menu-header li .active::after {
    position: absolute;
    content: "";
    background-image: url(../img/active-bg-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 21px;
    height: 6px;
    bottom: 0;
    left: 23px;
}

.button-style {
    font-size: 16px !important;
    border-radius: 80px !important;
    background-color: var(--yellow) !important;
    padding: 13px 34px !important;
    color: white !important;
    border: none !important;
    outline: none;
    font-weight: bold;
    line-height: 1.1;
    transition: 0.3s all ease-in-out;
    border: 1px solid var(--yellow) !important;
}

.button-style:hover {
    background-color: transparent !important;
    color: var(--yellow) !important;
}

.header button {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    margin-left: 20px;

}

button a {
    color: inherit;
    text-decoration: none;
}

.header .shopping-btn {
    /* padding: 5px 20px !important; */
    margin: 0 !important;
}

@media(max-width:992px) {
    .menu-header {
        gap: 0px;
        position: absolute;
        width: 100%;
        background-color: white;
        max-width: 100%;
        transition: 0.5s all ease-in-out;
    }

    .header ul {
        justify-content: center;
        align-items: center;
    }

    .header .shop-now-btn {
        /* margin: auto !important; */
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .header ul li a {
        padding: 6px;
    }

    .header .navbar-toggler-icon {
        background-image: url(../icon/hamebragger-menu-btn.svg);
    }

    .header .navbar-toggler {
        border: 1px solid var(--yellow) !important;
        outline-color: var(--yellow);
    }

    .header .navbar-toggler:focus {
        border: 1px solid transparent !important;
        box-shadow: none;

    }


    .header .shop-now-btn {
        margin-bottom: 17px;
    }



}

/* =================================================
header css end 
================================================== */

/* =================================================
home-banner section
================================================== */

.home-banner-section {
    background-image: url(../img/banner-bg-img.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 10px;
}

.section-hedding {
    color: var(--hedding-color);
    font-size: 70px;
    line-height: 1.1;
    font-weight: bold;
}

.yellow {
    color: var(--yellow);
    font-family: "Urbanist", sans-serif;
}

.banner-section-hedding {
    max-width: 500px;

}

.text-lorem {
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-lorem);

}

.section-inffo {
    max-width: 500px;
    margin-top: 10px;
}

.banner-section-btn {
    margin-top: 30px;
    font-weight: bold !important;
    width: fit-content;

}
.product-img {
    max-width: 500px;
    min-height: 525px;
    position: relative;
    margin-top: -39px;
}

.product-img::after {
    position: absolute;
    content: "";
    background-color: var(--yellow);
    min-height: 685px;
    width: 384px;
    top: -160px;
    left: 60px;
    z-index: 0 !important;
}

.product-img::before {
    position: absolute;
    content: "";
    background-image: url(../img/product-img-shapmpu.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
width: 179px;
    height: 237px;
    left: -80px;
    top: -40px;
    z-index: 11;
}


.product-img img {
    position: relative;
    z-index: 2;
}

.amazon-logo {
    width: 70px;
    height: auto;
}

@media(max-width:992px) {
    .home-banner-section {
        padding: 100px 10px;
        background-position: left;
    }

    .section-hedding {
        font-size: 36px !important;
    }

    .product-img::after {
        position: absolute;
        content: "";
        background-color: var(--yellow);
        height: 410px;
        min-height: unset;
        width: 238px;

        top: -61px;
        z-index: 0 !important;
    }

    .product-img {
        max-width: 350px;
        min-height: unset;
        height: 350px;
        position: relative;
        margin-top: -39px;
    }

    .product-img::before {

width: 126px;
        height: 167px;
        left: -70px;
        top: -60px;
    }
}

@media(max-width:768px) {
    .home-banner-section {
        padding: 30px 10px 80px 10px;
    }

    .section-inffo {
        max-width: unset;
    }

    .banner-section-btn {
        margin-top: 10px;
    }

    .product-img {
        margin-top: 100px;

    }

    .section-content {
        margin-top: 50px;
    }

    .home-banner-section .product-img {
        height: 250px !important;
    }

    .product-img::after {
        height: 310px;
        width: 184px;
        top: -61px;
        left: 31px;

    }

    .product-img::before {
        left: -110px;
    }
}


@media(max-width:576px) {
    .section-hedding {
        font-size: 28px !important;
    }

    .text-lorem {
        font-size: 15px;
    }

    .home-banner-section {
        min-height: 700px;
    }

    .button-style {
        padding: 9px 27px !important;
    }

    .section-content {
        margin-top: 10px;
    }

    .home-banner-section .product-img img {
        object-fit: contain;
    }

    .product-img::before {
        left: 0px;
        top: -176px;
    }

    .product-img {
        margin-top: 210px;
    }

    .footer-btn {
        margin-top: 10px !important;
    }
    


}

@media(max-width: 480px) {
    .home-banner-section {
        min-height: unset;
        padding-bottom: 70px;
    }
}

/* =================================================
header-banner css end
================================================== */

/* =================================================
 card-section
================================================== */


.card-section {
    padding: 120px 10px;
}

.card-section-hedding-div .section-hedding, .product-section-hadding {
    font-size: 52px;
}

.text-sub-lorem {
    font-size: 16px;
}

.card-section-lorem {
    margin-top: 10px !important;
    max-width: 555px;
    margin-bottom: 62px !important;
    font-size: 16px;
    transition: 0.3s all ease-in-out;

}

.card-hedding {
    color: var(--hedding-color);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 1.34;
    margin-top: 10px;
    margin-bottom: 20px;
    color: var(--hedding-color);
    font-weight: bold;
}

.icon-svg-div {
    max-width: 100px;
    height: 100px;
    background-color: #ffefc4;
    padding: 20px;
    border-radius: 25px;
    margin: 0 auto;
}
.icon-svg-div img {
    object-fit: contain;
}

.section-sub-title {
    font-size: 18px;
    color: var(--hedding-color);
}



.promises-div-main {
    max-width: 200px !important;
}

.vecter-img {
    position: absolute;
    max-width: 130px;
    height: auto;
    top: 230px;
    right: 0;
}



@media(max-width:1200px) {
    .card-div {
        min-height: 377px;
    }

    .promises-div-main {
        max-width: 180px !important;
    }

}

@media(max-width:992px) {
    .card-container-row {
        gap: 10px 0;
    }

    .card-div {
        min-height: 320px;
    }

    .card-img-div {
        width: 90px;
        height: 90px;
    }

    .card-section {
        padding: 70px 10px;
    }

    .card-section-lorem {
        margin-bottom: 50px !important;
    }

    .promises-div-main {
        max-width: 140px !important;
    }

}

@media(max-width:768px) {
    .card-hedding {
        font-size: 18px;
    }

    .card-section-lorem {
        font-size: 15px;
    }

    .card-section {
        padding: 0px 10px 50px 10px;
    }

    .card-div {
        min-height: unset !important;
    }

    .card-section-lorem {
        margin-bottom: 30px !important;
    }

    .section-sub-title {
        font-size: 15px;
    }
    .vecter-img {
        position: absolute;
        max-width: 75px;
        height: auto;
        top: 230px;
        right: 0;
    }



}

@media(max-width:576px) {

    .card-img-div {
        width: 50px;
        height: 50px;
    }

    .card-img-div img {
        width: 30px;
        height: 30px;
    }

    .card-container-row {
        margin-left: 0 !important;
    }


    .card-hedding {
        margin-bottom: 10px;
    }
    .button-style {
        padding: 7px 18px !important;
    }

}
@media(max-width:480px) {
    .icon-svg-div {
    max-width: 60px;
    height: 60px;
    padding: 14px;
}
}
/* =================================================
card-section end
================================================== */

/* =================================================
product section 
================================================== */
.product-section {
    background-image: url(../img/product-section-bg-img.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 10px 128px 10px;

}

.prodcut-inffo-hedding {
    font-size: 24px;
    font-family: "Popppins", sans-serif;
}

.prodcut-inffo {
    margin-bottom: 30px;
}

.product-section-hadding {
    margin-bottom: 60px;
}

.prodcut-inffo-lorem {
    color: var(--hedding-color);
    line-height: 1.5 !important;
    max-width: 393px;
    margin-top: 0 !important;
}

.section-product-img {
    max-width: 154px;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-img img {
    width: 100%;
    height: 100%;
}

.svg-logo-div {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    box-shadow: 0 0 16px hsl(0deg 0% 0% / 6%);

}

.svg-logo-div img {
    width: 60px;
    height: 60px;
}

.flipkart {
    border: 1px solid #411118 !important;
    background-color: white !important;
}

.product-section .footer-btn {
    width: fit-content;
    /* margin: auto; */
    /* padding: 8px 25px !important; */
    margin-top: 40px !important;
}

.copy-rights-div {
    background-color: var(--yellow);
    color: var(--hedding-color);
    font-weight: 500;
    font-size: 14px;
}
.copy-rights-div p a {
    text-decoration: none;
    color: black;
    font-weight: 700;
}
.product-section .section-hedding {
    font-size: 52px;
}

@media(max-width:992px) {
    .prodcut-inffo-lorem {
        max-width: unset;
        /* text-align: center; */
    }

    .prodcut-inffo-hedding {
        /* text-align: center; */
    }

    .product-section-hadding {
        margin-bottom: 20px;
    }

    .product-section {
        padding: 60px 10px 80px 10px;
    }

    .prodcut-inffo-hedding {
        font-size: 20px;
    }

    .product-shampu-img-div {
        order: -1;
        margin-bottom: 20px;

    }


}

@media(max-width:768px) {
    .product-section .footer-btn {
        margin-top: 10px !important;
        padding: 5px 25px !important;
    }
}

@media(max-width:576px) {

    .product-section {
        padding: 40px 10px 81px 10px;
    }

    .prodcut-inffo {
        margin-bottom: 15px;
        align-items: start;
    }

    .product-section .btn-div {
        margin-bottom: 30px !important;
    }

    .section-product-img {
        height: 250px !important;
    }

    .product-section .footer-btn {
        padding: 5px 25px !important;
    }

    .svg-logo-div {
        width: 60px;
        height: 60px;
        border-radius: 10px;
    }

    .svg-logo-div img {
        width: 35px;
        height: 35px;
    }

}

@media(max-width:567px) {
    .prodcut-inffo {
        /* align-items: center !important;
        justify-content: center !important; */
        /* margin-left: auto;
        margin-right: auto; */
    }
}

/* =================================================
product section  end
================================================== */

/* =================================================
hou to use  
================================================== */


.how-to-use-section {
    padding: 120px 10px 10px 10px;
}

.step-img-div {
    max-width: 287px;
    height: auto;

}

.product-step {
    padding: 0 15px;
    position: relative;
}

.step-icon-div {
    position: relative;
}

.step-icon-div::after {
    position: absolute;
    content: "";
    background-image: url(../icon/step-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    top: 180px;
    right: -22px;
}

.step-img-div img {
    border-radius: 30px;
}

.step-img-div .user-revivew-text {
    font-weight: 600;
}

.position-svg {
    top: auto !important;
    bottom: 0 !important;
}

.step-hadding {
    line-height: 1.1;
    color: #411118;
}

.step-marking {
    padding: 10px 25px;
    background-color: #ffefc4;
    border-radius: 30px;
}






@media(max-width:992px) {

    .how-to-use-section {
        padding: 30px 10px 10px 10px;
    }
}

@media(max-width:768px) {
    .step1-section-div-box {
        width: 200px;
        height: 200px;
        flex: 0 0 200px;
    }
}

@media(max-width:576px) {


    .how-to-use-section {
        padding: 0px 10px 10px 10px;
    }

    .step-icon-div::after {
        display: none;
    }

    .step-img-div {
        max-width: 220px;
    }

    .step-marking {
        padding: 8px 20px;
    }


}

.FAQ-slider {
    margin-bottom: 150px;
}

/* =================================================
how to use  end
================================================== */

/* ==============================
testimonials-slider
================================= */
.Testimonials-slider {
    background-image: url(../img/testimonial-slider-bg-img.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 20px;
    margin: 100px 0 0px 0;
    padding-bottom: 120px;
}

.user-img-div {
    max-width: 125px;
    height: auto;
    margin: auto;
}

.user-img-div img {
    border: 12px solid #FAF5F5;
    border-radius: 4px;
    /* margin-top: -100px; */
}

.svg-icon {
    width: 60px;
    height: 60px;
    background-color: var(--yellow);
    margin: auto;
    margin-bottom: 20px;
    border-radius: 4px;
}

.svg-icon img {
    width: 17.5px;
    height: auto;
}

.review-main-div {
    max-width: 387px;
    min-height: 340px;
    padding: 30px 40px;
    box-shadow: 0 0 16px hsl(0deg 0% 0% / 6%);
    border-radius: 60px;
    position: relative;
    margin: auto;

}



.testimonial-section-hadding {
    padding-top: 60px;
    font-size: 52px;
}

.user-name {
    margin-top: 10px;
}

.user-profation {
    margin-top: 0px !important;
    margin-bottom: 17px !important;
}

.user-revivew-text {
    color: #1F0004;
    opacity: 60%;
    font-size: 18px;
    line-height: 1.5;
}



.swiper-button-next:after,
.swiper-button-prev:after {
    color: transparent !important;
}

.Testimonials-slider .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    background-color: white;
    border: 1px solid var(--yellow) !important;
    opacity: 1 !important;
    /* position: relative; */
}

.Testimonials-slider .swiper-button-next.swiper-button-disabled::after {
    background-image: url(../icon/angle-right.svg);

}

.Testimonials-slider .swiper-button-prev.swiper-button-disabled::after {
    background-image: url(../icon/angle-left.svg);
}





.testimonial-slider-next {
    position: relative;
    width: 60px !important;
    height: 60px !important;
    border: 1px solid var(--yellow);
    background-color: var(--yellow);
    border-radius: 50%;
}

.testimonial-slider-next::after {
    position: absolute;
    content: "" !important;
    background-image: url(../icon/right-angle-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    top: 14px;
    left: 13px;
    z-index: 5;

}

.testimonial-slider-prev {
    position: relative;
    width: 60px !important;
    height: 60px !important;
    border: 1px solid var(--yellow);
    border-radius: 50%;
    background-color: var(--yellow);
}

.testimonial-slider-prev::after {
    position: absolute;
    content: "" !important;
    background-image: url(../icon/left-angle-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    top: 14px;
    left: 13px;
    z-index: 5;

}

.Testimonials-slider-div {
    position: relative;
}

#slider-btn {
    position: absolute;
    width: 110%;
    /* max-width: 100%; */
    left: auto;
    right: auto;
    bottom: -180px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    height: 60px;
    top: auto;
    z-index: 5;

}

@media(max-width:1400px) {
    #slider-btn {
        width: 113%;

    }
}

@media(max-width:1200px) {
    #slider-btn {
        width: 115%;

    }
}

@media(max-width:1080px) {
    #slider-btn {

        width: 100%;
        max-width: 160px;
        left: auto;
        right: auto;
        bottom: -440px;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        height: 60px;
        top: auto;
    }

    .review-main-div {
        min-height: 370px;
    }


}

@media(max-width:992px) {


    .user-name {
        margin-top: 14px;
    }




    .testimonial-section-hadding {
        padding-top: 50px;
    }

    .Testimonials-slider {
        margin: 100px 0 260px 0;
    }

    .review-main-div {
        min-height: 350px;
    }

}

@media(max-width:768px) {
    .user-name {
        margin-top: 12px;
    }

    .user-profation {
        margin-bottom: 9px !important;
    }

    .user-revivew-text {
        font-size: 15px;
    }

    .svg-icon {
        margin-bottom: 10px;
    }

    .review-main-div {
        padding: 30px 16px;
    }

    .Testimonials-slider {
        margin: 100px 0 40px 0;
        padding-bottom: 50px;
    }

    #slider-btn {
        bottom: -410px;
        max-width: 120px;
    }

    .testimonial-slider-prev {
        width: 40px !important;
        height: 40px !important;
    }

    .testimonial-slider-prev::after {
        top: 4px;
        left: 3px;
    }

    .testimonial-slider-next {
        width: 40px !important;
        height: 40px !important;
    }

    .testimonial-slider-next::after {
        top: 4px;
        left: 3px;
    }

}

@media(max-width:576px) {
    .review-main-div {
        margin: auto;
    }



    #slider-btn {
        bottom: -320px;
    }

    .Testimonials-slider {
        margin: 20px 0 35px 0;
    }

    .review-main-div {
        min-height: 237px;
    }

    .testimonial-section-hadding {
        padding-top: 30px;
    }
}




/* ================================ 
testimonials slider end
===================================*/

/* ============== 
healthy-fur-section
======================= */
.healthy-fur-section {
    margin-bottom: 100px;
}


@media(max-width:992px) {
    .healthy-fur-section {
        margin-bottom: 60px;
    }
}


@media(max-width:768px) {
    .healthy-fur-section {
        margin-bottom: 50;
    }
}


@media(max-width:576px) {
    .healthy-fur-section {
        margin-bottom: 40px;
    }
}

footer .section-hedding{
    font-size: 60px;
}

/* ================================
healthy-fur-section end 
================================= */

/* ================================
Our Latest Blogs
================================= */
.Our.Latest.Blogs h2 {
    text-align: center;
    font-size: 52px;
    line-height: 1.1;
    font-weight: bold;
}
section.Our.Latest.Blogs {
    margin-top: 0px;
    padding-bottom: 380px;
}
.blogs-wrapper {
    margin-top: 60px;
    background: white;
    padding: 24px;
    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 15%);
    border-radius: 22px;
    display: block;
    color: black;
    text-decoration: none;
}
.blogs-image img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 22px;
}
.blogs-details p {
    margin: 0;
    padding-top: 27px;
    padding-bottom: 15px;
}
.blogs-details h6 {
    line-height: 25px;
    font-size: 16px;
} 

@media(max-width:992px) {
  .Our.Latest.Blogs h2 {
      font-size: 36px;
}
}


@media(max-width:768px) {
  section.Our.Latest.Blogs {
      margin-top: 0px;
      padding-bottom: 380px;
  }
  .Our.Latest.Blogs h2 {
      font-size: 36px;
}
   .blogs-wrapper {
    margin-top: 20px;
}

}

@media(max-width:576px) {
   .Our.Latest.Blogs h2 {
        font-size: 28px;
        padding-top: 24px;
    }
}
/* ================================
Our Latest Blogs end
================================= */   
/* ================================
Our Latest Blogs html page css
================================= */  
section.our-latest {
    margin-bottom: 0px;
}
.faq-blog{
    margin-bottom: 300px;
}
.blogs-name-warpper h2 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.1;
}
.latest-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 22px;
    margin-top: 12px;
}
.blogs-name-warpper p {
    text-align: center;
    margin: 0;
    font-size: 19px;
    padding-bottom: 11px;
}
.blogs-name-warpper .date {
    text-align: center;
    font-size: 16px;
    color: #000000d6;
}
.our-blog-heding h2 {
    font-size: 26px;
    font-weight: 500;
    margin-top: 25px;
    padding-bottom: 10px;
}
.our-blog-heding p {
    font-size: 16px;
    color: #363b3d;
    line-height: 35px;
}
.blogs-details-1 {
    padding-top: 93px;
    padding-bottom: 57px;
}

@media(max-width:992px) {
 .blogs-name-warpper h2 {
    font-size: 36px;
}
}

@media(max-width:768px) {
  section.Our.Latest.Blogs {
      margin-top: 0px;
      padding-bottom: 90px;
  }
 .blogs-name-warpper h2 {
    font-size: 36px;
}
.latest-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
    margin-top: 12px;
}  
}

@media(max-width:576px) {
  .blogs-name-warpper h2 {
    font-size: 28px;
}
}
/* ================================
Our Latest Blogs html page css end
================================= */     

/* ================================
Our Latest Blogs html page css
================================= */  
.privacy-policy-details {
    padding-top:14px;
}   
.privacy-policy-name h2 {
    font-size: 42px;
    text-align: center;
}
.privacy-policy-name {
    background: #ffefc4;
    padding: 25px;
    margin-bottom: 30px;
}
.privacy-policy-content h2 {
    font-size: 26px;
    font-weight: 500;
    margin-top: 25px;
    padding-bottom: 10px;
}
.privacy-policy-content p {
    font-size: 16px;
    color: #363b3d;
    line-height: 35px;
}
.privacy-policy-warpper {
    margin-bottom: 270px;
}
/* ================================
Our Latest Blogs html page css end
================================= */     

/* ================================
faq page css
================================= */ 
.accordion-button {
    font-size: 21px;
    font-family: kanti;
    position: relative;
    border-radius: 12px !important;
    background-color: #ffff !important;
}
div#accordionExample {
    padding-top: 40px;
}

.logo {
    max-width: 250px;
    width: 100%;

}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    gap: 10px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
button.accordion-button.collapsed {
    font-weight: 600;
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
    margin-top: 17px;

}

.accordion-button.collapsed {
    background: white;
    color: black;
    border: 1px solid #080808;
    border-radius: 0px;
    font-family: "Poppins", sans-serif;
   
}

.accordion-body {
    font-size: 16px;
    font-weight: 400;
    border-top: none !important;
    border: 1px solid #393939;
    border-radius: 0px 0px 10px 10px;
    margin: 0px 10px 10px;
}

.accordion-button::before {
    content: "";
    top: 0;
    left: 0;
    right: auto;
    margin-right: 10px;
}

.accordion-button:focus {
    box-shadow: unset;
}

.accordion-item {
    border: none !important;
    background-color: #ffff !important;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
}
.blogs-name-warpper {
    background: #ffefc4;
    padding: 25px;
    margin-bottom: 30px;
}
.faqs {
    padding-top: 63px;
}

.faq-wrapper {
    padding-top: 92px;
}
.accordion-button:not(.collapsed) {
    background-color: #ffefc4 !important;
        box-shadow: none !important;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}
/* ================================
faq page css end
================================= */ 



/* ===================
footer
=================== */
.dog-with-girl-img {
    max-width: 356px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 70px;
    max-width: 356px;

}

.dog-with-girl-img img {
    width: 100%;
    height: 100%;

}

.amazone {}

.footer-btn:hover {
    border: 1px solid #1F0004 !important;
    background-color: #1F0004 !important;
}

.top-footer {
    background-image: url(../img/top-footer-gb-img.png);
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 0 72px 0;
    position: relative;
    margin-top: -150px !important;
    margin: auto;
    border-radius: 50px;
    background-color: var(--yellow);

}


.main-footer-conten {
    padding-top: 60px;
}

.footer {
    background-color: #f9f8f4;
    padding: 0px 10px 60px 10px;
}

.footer-logo {
    max-width: 85px;
    height: auto;
}

.footer-logo img {
    max-width: 100%;
    height: 100%;
}

.footer-lorem {
    max-width: 345px;
}

.about-us-text {
    font-size: 18px;
    margin-top: 34px;
    margin-bottom: 10px;
    color: var(--hedding-color);
}

.footer ul li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 15px;
    gap: 10px;
}

.ul-margin-top {
    margin-top: 30px;
}

.contact-us-ul li a {
    line-height: 1.87;
    transition: 0.3s all ease-in-out;
}

li a:hover {
    color: var(--yellow) !important;
}

.text-location {
    width: fit-content !important;
}

.social-media-icon-img img {
    width: auto;
    height: 24px;
    transition: 0.3s all ease-in-out;
}

.social-media-icon-img img:hover {
    transform: scale(1.2);
}

.shopping-btn button {
    margin-top: 20px;
    padding: 10px 25px !important;


}

.shopping-btn:hover {
    background-color: white !important;
    transform: scale(1.05)
}

.shopping-btn img {
    max-width: 90px;

}

.footer-vecter-icon {
    left: 0 !important;
    right: auto;
    top: -240px;
    z-index: -1;
}

.text-menu {
    color: var(--hedding-color) !important;
    text-decoration: none;
}

@media(max-width:1400px) {
    .dog-with-girl-img {
        left: 10px;
    }
}

@media(max-width:1200px) {
    .dog-with-girl-img {
        bottom: 0px;
        left: 30px;
        max-width: 300px;
    }

    .top-footer {
        padding: 30px 0 30px 0;
    }
}

@media(max-width:992px) {
    .dog-with-girl-img {
        left: 10px;
        max-width: 220px;
        height: 280px;
    }

    .top-footer {
        /* margin-top: -140px !important; */
    }


}

@media(max-width:768px) {
    .dog-with-girl-img {
        max-width: 250px;
        position: static;
    }
    .privacy-policy-warpper {
        margin-bottom: 50px;
    } 
    .privacy-policy-name h2 {
        font-size: 36px;
    }
    .top-footer {
        margin-top: 0 !important;
        padding: 30px 0 30px 0;
        margin: auto !important;
    }

    .footer-lorem {
        max-width: unset;
    }

    .footer {
        padding: 60px 10px 30px 10px;
    }

    .main-footer-conten {
        padding-top: 0px !important;
    }

    .ul-margin-top {
        margin-top: 5px;
    }

    .dog-with-girl-img-main-div {
        order: 1;
        margin-bottom: -30px;
        padding-top: 20px;
    }
     section.our-latest {
      margin-bottom: 0px;
    }
    .footer-logo img {
        max-width: 100%;
        height: 100%;
        margin-top: 30px;
    }
    .footer-vecter-icon {
        top: -120px;
    }
    .blogs-details-1 {
        padding-top: 15px;
        padding-bottom: 57px;
    }
    .amazon-logo {
        width: 70px;
        height: auto;
    }





}

@media(max-width:576px) {
    .footer {
        padding: 50px 10px 0px 10px;
    }

    .footer ul li {
        margin-bottom: 5px;
    }

    .top-footer {
        border-radius: 30px;
    }

    .about-us-text {
        margin-top: 10px !important;
    }

    .social-media-icon-img img {
        height: 20px;
    }


}

/* ========== */

@media(max-width:480px) {
    .card-section-lorem {
        font-size: 14px;
    }

    .step-1-lorem {
        font-size: 14px;
        max-width: 250px;
    }

    .user-revivew-text {
        font-size: 14px;
    }
    .privacy-policy-name h2 {
        font-size: 25px;
    }
}
@media (max-width: 375px) {
    .privacy-policy-name h2 {
        font-size: 20px;
    }
    .blogs-name-warpper h2 {
        font-size: 21px;
    }
    section.our-latest {
    margin-bottom: 20px;
}
}
