/* common css */
* {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif !important;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

button {
    padding: 16px 42px;
    border-radius: 5px;
    background-color: #E90024;
    border: none;
    color: white !important;
    font-weight: 600;
    font-size: 20px;
}

button:hover {
    color: #E90024 !important;
    background-color: white;
    border: 2px solid #E90024;
}

h1 {
    font-weight: 600;
    font-size: 60px;
    color: #1E1E1E;
}

h2 {
    font-weight: bold;
    font-size: 45px;
    color: #1E1E1E;
}

h3 {
    font-weight: 600;
    font-size: 45px;
    color: #1E1E1E;
}

h4 {
    font-weight: 600;
    font-size: 25px;
    color: #1E1E1E;
}

p {
    font-size: 16px;
    color: #787878;
}

/* common css */
/* <!-- nav bar start --> */
.navbar-expand-lg {
    margin-top: 50px;
}

.navbar-nav {
    margin: auto;
    gap: 0 70px;
}

.fa-cart-shopping {
    margin: 0 22px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #E90024 !important;
}

nav a {
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #4B4B4B !important;
}

nav a:hover {
    color: #E90024 !important;
}

nav svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
    font-size: 20px;
    color: #4B4B4B !important;
}

/* <!-- nav bar end --> */
/* header start */
header h1 {
    margin-top: 145px;
}

header span {
    font-weight: 800;
    font-size: 60px;
    color: #E90024 !important;
}

header p {
    margin: 25px 0 35px 0;
    width: 394px;
}

.h-img img{
    width: 100%;
    position: relative;
    z-index: 1;
}

.desing {
    position: absolute;
    top: 295px;
    right: 315px;
}

/* header end */
/* Instagram Likes start */
.Instagram-Likes {
    padding: 95px 112px;
    background-color: #F4F4F4;
    border-radius: 30px;
    text-align: center;
    margin-top: 150px;
    position: relative;
    z-index: 1;
}

.Likes {
    text-align: justify;
}

.Instagram-Likes-desing img {
    position: absolute;
    top: 1250px;
    left: 260px;
}

/* Instagram Likes end */
/* <!-- How Pump Insta Work end --> */
.header {
    text-align: center;
}

#How-Pump-Insta-Work {
    margin-top: 150px;
}

.header p {
    width: 751px;
    margin: auto;
    margin-top: 20px;
}

.box {
    margin-top: 60px;
    gap: 20px 0;
}

.box-containt {
    border-radius: 30px;
    box-shadow: 0px 0px 10px 1px #00000027;
    padding: 85px 60px;
    width: 100%;
}

.box-containt h4 {
    padding: 40px 0 30px 0;
}

#How-Pump-Insta-Work .box-containt p {
    height: 100px;
}

/* <!-- How Pump Insta Work end --> */
/* pulse start */
#pulse {
    position: relative;
    margin-top: 150px;
}

.pulse-btn {
    position: absolute;
    top: 51%;
    left: 51%;
    transform: translate(-50%, -50%);
}

.pulse-b {
    height: 130px;
    width: 130px;
    background-color: #e9002344;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    animation: animate-pulse 3s linear infinite;
}

.pulse-b .fa-play {
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(235, 2, 33, 0.447), 0 0 0 0 rgba(227, 2, 32, 0.476);
    }

    40% {
        box-shadow: 0 0 0 60px rgba(226, 4, 33, 0), 0 0 0 0 rgba(235, 3, 34, 0.487);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(239, 2, 34, 0), 0 0 0 40px rgba(237, 2, 34, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(227, 3, 25, 0), 0 0 0 30px rgba(237, 3, 26, 0);
    }
}

#pulse svg:not(:host).svg-inline--fa {
    font-size: 50px;
    color: #E90024 !important;
}

.pulse img {
    width: 100%;
}

/* pulse end */
/* Why choose Pump Insta start */
#Why-choose-Pump-Insta {
    background-color: #F4F4F4;
    margin-top: 150px;
    padding-bottom: 150px;
    padding-top: 150px;
    position: relative;
    z-index: 1;
}

#Why-choose-Pump-Insta .box-containt {
    padding: 65px 50px;

}

#Why-choose-Pump-Insta .box-containt {
    padding: 65px 50px;

}

#Why-choose-Pump-Insta .box-containt p {
    height: 150px;
}

.why {
    position: absolute;
    top: -70px;
    right: 235px;
}

/* Why choose Pump Insta end */
/* < !-- How Pump Insta Work start --> */
#How-Pump-Insta-Work-i svg:not(:host).svg-inline--fa {
    font-size: 20px;
    color: #5EBD78 !important;
}

#How-Pump-Insta-Work-i {
    margin-top: 150px;
    position: relative;
}

#How-Pump-Insta-Work-i .box-containt {
    text-align: center !important;
    padding: 65px 80px;
}

#How-Pump-Insta-Work-i .box-containt .Save {
    padding: 11px 0;
    width: 70%;
    margin: auto;
    background-color: #e9002355;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #E90024;
}

#How-Pump-Insta-Work-i .box-containt ul li {
    display: flex;
    gap: 10px;
}

#How-Pump-Insta-Work-i .box-containt h2 {
    margin: 35px 0;
    text-align: justify;
}

#How-Pump-Insta-Work-i .box-containt button {
    margin: 0 auto;
}

.How {
    position: absolute;
    right: 295px;
}

/* < !-- How Pump Insta Work end --> */
/* <!-- Our Customer Rating start --> */
#Our-Customer-Rating {
    margin-top: 150px;
}

.Rating {
    border-radius: 30px;
    box-shadow: 0px 0px 10px 1px #00000027;
    padding: 40px 42px 25px 42px;
    width: 100%;
}

.Rating-1-1 {
    display: flex;
    gap: 20px;
    align-items: center;
}

.Rating-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Rating-1-2 svg:not(:host).svg-inline--fa {
    font-size: 40px;
    color: #787878 !important;
}

.Rating-2 {
    padding: 35px 53px;
    margin: 20px 0;
    background-color: #F4F4F4;
    border-radius: 10px;
}


.star {
    margin-bottom: 20px;
}

.star svg:not(:host).svg-inline--fa {
    color: #FFA723 !important;
}

.Rating-3 {
    display: flex;
    justify-content: space-between;
}

.simbol {
    display: flex;
    gap: 15px;
}

.Rating-3 svg:not(:host).svg-inline--fa {
    color: #787878 !important;
}

.our {
    position: absolute;
}

/* <!-- Our Customer Rating end --> */
/* Everything You Need to Know start */
#Everything-You-Need-to-Know-end {
    margin-top: 150px;
    height: 650px;
}

#Everything-You-Need-to-Know-end button {
    border: 2px solid #E8E8E8;
    border-radius: 20px !important;
}

.accordion-header {
    margin-bottom: 20px;
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #E90024 !important;
    background-color: transparent;
    border: none;
}

.accordion-button {
    padding: 30px;
    background-color: transparent;
    border: none;
    color: #1E1E1E !important;
    font-weight: 600;
    font-size: 20px;
}

.accordion-button:hover {
    color: #1E1E1E !important;
    background-color: transparent;
    border: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("../Images/Plus.png");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../Images/Minus.png");
}

.accordion-body {
    padding: 0 60px 0 30px;
}

/* Everything You Need to Know end */
/* <!-- footer start --> */
footer {
    background-color: #F4F4F4;
}

.footer {
    padding: 150px 0 150px 0;
}

.footer svg:not(:host).svg-inline--fa {
    color: #006affe6 !important;
    font-size: 30px;
    margin-right: 10px;
}

.footer p {
    padding: 30px 45px 20px 0;
}

.policy-section {
    font-family: "Inter", sans-serif !important;
    color: #333;
    text-align: left;
}

.policy-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.policy-list {
    padding: 0;
    margin: 0;
}

.policy-list li {
    margin-bottom: 8px;
}

.policy-list a {
    color: #787878;

}

.policy-list a:hover {
    color: #ec0016 !important;
    font-weight: bold;
}

.subscribe-container {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    width: fit-content;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.subscribe-input {
    border: none;
    outline: none;
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    border-radius: 10px;
}

.subscribe-input::placeholder {
    color: #bbb;
}

.subscribe-button {
    background-color: #ec0016;
    /* Bright red */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

/* <!-- footer start --> */