/****************************************** 
    Product Page CSS Start 
******************************************/

/****************************************** 
    Banner CSS Start 
******************************************/

.bnr-img {
    width: 100%;
    height: auto;
}

.bnr-con {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.bnr-txt h1 {
    font-family: myfirstfont-Regular;
    color: var(--main-color);
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 20px;
}

.rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 48px;
}

.stars {
    display: flex;
    align-items: center;
    gap: 5px;
}

.star {
    width: 22px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center;
    animation: starBounce 2.5s ease-in-out infinite;
}

.star svg {
    width: 22px;
    height: 21px;
    display: block;
    filter: drop-shadow(0 0 0 rgba(242, 197, 19, 0));
}

.star:nth-child(1) {
    animation-delay: 0s;
}

.star:nth-child(2) {
    animation-delay: 0.15s;
}

.star:nth-child(3) {
    animation-delay: 0.3s;
}

.star:nth-child(4) {
    animation-delay: 0.45s;
}

.star:nth-child(5) {
    animation-delay: 0.6s;
}

@keyframes starBounce {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 0 0 rgba(242, 197, 19, 0));
    }

    15% {
        transform: scale(1.18) rotate(-6deg);
        filter: drop-shadow(0 0 5px rgba(242, 197, 19, 0.55));
    }

    30% {
        transform: scale(0.94) rotate(5deg);
    }

    45% {
        transform: scale(1.08) rotate(0deg);
        filter: drop-shadow(0 0 8px rgba(242, 197, 19, 0.45));
    }

    60% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(242, 197, 19, 0));
    }
}

.stars:hover .star {
    animation-duration: 0.7s;
}

.stars:hover .star svg {
    filter: drop-shadow(0 0 4px rgba(242, 197, 19, 0.8)) drop-shadow(0 0 10px rgba(242, 197, 19, 0.35));
}

.rating p {
    color: var(--white-color);
}

/******************************************
    Banner CSS End 
******************************************/

/****************************************** 
    Product CSS Start 
******************************************/

.product-head {
    margin-bottom: 40px;
}

.product-item {
    position: relative;
    text-align: center;
    display: block;
    padding-top: 10px;
}

.product-item img {
    position: relative;
    z-index: 1;
    margin-bottom: -150px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    transition: all ease-in-out 0.4s;
}

.product-item:hover img {
    transform: scale(1.05);
    margin-bottom: -170px;
}

.product-box {
    padding: 170px 60px 60px;
    text-align: center;
    border-radius: 10px;
}

.product-box h3 {
    font-family: 'myfirstfont-Regular';
    color: var(--white-color);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
}

.product-slider .swiper-button-prev {
    top: auto;
    transform: none;
    position: relative;
    left: auto;
    display: block;
}

.product-slider .swiper-button-next {
    top: auto;
    transform: none;
    position: relative;
    right: auto;
    display: block;
}

.product-slider-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 80px;
}

.wave-box-top {
    position: absolute;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-top: -85px;
    top: 0;
}

.product-shape {
    clip-path: polygon(0% 0%, 1.9% 7.6%, 4% 15.4%, 6.3% 23.2%, 8.8% 31%, 11.3% 38.7%, 14.1% 46.3%, 16.9% 53.6%, 19.9% 60.7%, 23% 67.4%, 26.2% 73.7%, 29.5% 79.4%, 32.9% 84.6%, 36.4% 89.2%, 39.9% 93%, 43.5% 96.1%, 47.2% 98.3%, 50.9% 99.5%, 54.7% 99.8%, 58.5% 99%, 62.3% 97.1%, 66.1% 94%, 70% 89.6%, 73.8% 83.8%, 77.7% 76.7%, 81.5% 68%, 85.3% 57.8%, 89% 46%, 92.7% 32.4%, 96.4% 17.1%, 100% 0%);
    position: relative;
    height: 100px;
    background: #F5F3E6;
    z-index: 2;
}

.product-shape1 {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 3.4%;
}

.product-shape2 {
    position: absolute;
    top: 3%;
    right: 0;
    width: 5%;
}

.wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 100%;
}

.wave svg {
    width: 100%;
    height: 100%;
}

.collection-slider .swiper-button-prev {
    top: auto;
    transform: none;
    position: relative;
    left: auto;
    display: block;
}

.collection-slider .swiper-button-next {
    top: auto;
    transform: none;
    position: relative;
    right: auto;
    display: block;
}

.collection-slider-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 80px;
}

.product-point p {
    font-family: 'mysecondfont-Medium';
    color: var(--white-color);
    margin-top: 15px;
    transition: all ease-in-out 0.4s;
    position: relative;
    width: fit-content;
    margin: 10px auto 0;
}

.product-point p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: var(--white-color);
    transition: width .4s var(--ease-premium);
    transition: all ease-in-out 0.4s;
}

.product-box:hover .product-point p {
    letter-spacing: 1px;
}

/******************************************
    Product CSS End 
******************************************/

/****************************************** 
    Bringing CSS Start 
******************************************/

.bringing-wrap {
    flex-wrap: wrap;
    gap: 20px;
}

.bringing-item {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.bringing-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 104%;
    clip-path: polygon(99.8% 54.9%, 99.4% 53.5%, 99.2% 53.2%, 98.9% 53%, 98.9% 52%, 99% 50.3%, 99.1% 50.2%, 99.4% 49.7%, 99.4% 49.2%, 99.1% 48.9%, 99% 47.9%, 99.1% 47.2%, 99% 46.8%, 99% 46.3%, 98.8% 45.9%, 98.8% 44.8%, 98.7% 43.7%, 98.4% 41.9%, 98.2% 40.5%, 97.7% 38.2%, 97.4% 37.2%, 97.3% 36.6%, 97.2% 36.4%, 97% 35.7%, 97% 35.6%, 96.8% 35%, 96.8% 34.6%, 96.9% 34.5%, 96.9% 34.1%, 96.7% 34%, 96.7% 33.5%, 96.9% 33.2%, 97% 33.1%, 97.2% 32.9%, 97.1% 32.5%, 97.1% 32.5%, 97.1% 32.4%, 97.1% 32.3%, 96.9% 31.6%, 96.6% 30.8%, 96.3% 29.9%, 95.9% 29.6%, 95.9% 29.6%, 95.9% 29.3%, 95.8% 29.1%, 95.4% 28.8%, 95.2% 28.5%, 95.1% 28%, 95.1% 27.8%, 95% 27.6%, 94.8% 27.1%, 94.6% 26.7%, 94.5% 26.4%, 94.5% 26.4%, 94.3% 26.2%, 94.1% 25.8%, 94% 25.7%, 93.9% 25.4%, 93.8% 25.4%, 93.8% 25.3%, 93.7% 25.3%, 93.4% 25.2%, 93.2% 24.8%, 92.9% 24.4%, 92.6% 24%, 92.6% 23.9%, 92.5% 23.8%, 92.4% 23.7%, 92.3% 23.6%, 92.1% 23.3%, 92% 23.1%, 92% 23%, 91.9% 22.9%, 91.7% 22.4%, 91% 21.4%, 90.2% 20.3%, 89.6% 19.5%, 88.9% 18.6%, 88.9% 18.6%, 88.9% 18.6%, 88.7% 18.4%, 88.1% 17.6%, 87.9% 17.5%, 88% 17.4%, 87.6% 17%, 87.4% 16.8%, 86.4% 15.8%, 86% 15.3%, 85.5% 14.9%, 85.1% 14.4%, 85% 14.4%, 85% 14.3%, 84.9% 14.2%, 84.6% 13.9%, 84.5% 13.9%, 84.5% 13.8%, 84% 13.4%, 83.3% 12.7%, 82.7% 12.2%, 82.2% 11.8%, 81.7% 11.4%, 81.8% 11.4%, 81.3% 11.1%, 80.6% 10.5%, 79.9% 10%, 79.3% 9.5%, 78.3% 8.8%, 77.5% 8.2%, 77.1% 7.9%, 77% 7.7%, 77.1% 7.5%, 77% 7.3%, 76.6% 7.1%, 76.1% 7%, 75.9% 7.1%, 75.7% 7.1%, 75.5% 7.1%, 74.8% 6.8%, 73.9% 6.3%, 73.6% 6.1%, 73.6% 6.1%, 72.9% 5.8%, 72.3% 5.2%, 70.6% 4.6%, 70.3% 4.3%, 69.8% 3.9%, 69.2% 3.9%, 68.8% 3.7%, 68.1% 3.7%, 68.1% 3.6%, 67.9% 3.4%, 66.5% 2.9%, 65.1% 2.8%, 64.7% 2.6%, 63.4% 2.2%, 62.9% 1.9%, 62.2% 1.9%, 62% 1.8%, 61.4% 1.5%, 61.4% 1.5%, 61.3% 1.5%, 59.6% 1.2%, 58.9% 1.2%, 58.1% 1.1%, 57.8% 0.9%, 57.2% 0.9%, 56.6% 0.8%, 56% 0.6%, 56% 0.5%, 55.8% 0.2%, 55% 0.2%, 54.7% 0.4%, 54% 0.4%, 52.1% 0.3%, 51.9% 0.2%, 51.5% 0%, 51.2% 0.1%, 50.2% 0.1%, 50.1% 0.2%, 49.6% 0.3%, 49.3% 0.4%, 47.7% 0.5%, 45.7% 0.6%, 45.3% 0.6%, 45.1% 0.4%, 44.6% 0.4%, 44.6% 0.5%, 44.5% 0.5%, 44.4% 0.6%, 44.3% 0.6%, 43.9% 0.8%, 43.3% 0.9%, 41.2% 1.2%, 38.9% 1.6%, 38.4% 1.8%, 36.4% 2.2%, 35% 2.6%, 32.7% 3.3%, 31.3% 3.9%, 30.5% 4.2%, 30.5% 4.2%, 29.6% 4.5%, 29.6% 4.5%, 29.3% 4.7%, 27.6% 5.3%, 26.1% 6.1%, 26.1% 6.1%, 25.7% 6.2%, 24.3% 6.9%, 23.4% 7.4%, 22.6% 7.8%, 21.9% 7.8%, 21.8% 7.9%, 21.1% 8.3%, 20.7% 8.8%, 20.4% 8.8%, 20.3% 8.8%, 20.2% 8.8%, 20.2% 8.8%, 20% 8.8%, 19.6% 9%, 19.6% 9.5%, 19.2% 9.8%, 18.9% 10.1%, 18.2% 10.6%, 18% 10.8%, 17.8% 10.9%, 17.4% 11.2%, 17.1% 11.5%, 16.8% 11.8%, 16% 12.3%, 15.7% 12.6%, 15.5% 12.7%, 15.4% 12.9%, 15% 13.1%, 14.7% 13.3%, 14.7% 13.4%, 14.6% 13.5%, 14.1% 14.1%, 13.4% 14.3%, 13.4% 14.3%, 13.2% 14.4%, 13.2% 14.7%, 13.1% 14.9%, 13.1% 14.9%, 13% 15.2%, 12.7% 15.5%, 12.3% 15.4%, 12.3% 15.1%, 12.5% 15%, 12.8% 14.9%, 12.8% 14.9%, 12.8% 14.8%, 12.9% 14.5%, 12.7% 14.4%, 12.5% 14.6%, 12.2% 14.7%, 11.8% 14.9%, 11.7% 15.3%, 11.6% 15.3%, 11.3% 15.5%, 11.1% 15.9%, 10.6% 16.2%, 10.5% 16.5%, 10% 16.9%, 9.9% 17.1%, 9.8% 17.2%, 9.7% 17.2%, 9.7% 17.3%, 9.7% 17.3%, 9.7% 17.3%, 9.5% 17.4%, 9.3% 17.7%, 8.7% 18.7%, 8.6% 19.4%, 8.5% 19.4%, 8.4% 19.5%, 8.3% 19.5%, 8.2% 19.7%, 7.7% 20.3%, 7.7% 20.4%, 7.7% 20.4%, 7.5% 20.7%, 7.3% 21%, 7.2% 21.3%, 7.5% 21.2%, 7.4% 21.4%, 7.1% 21.9%, 6.8% 22.1%, 6.8% 21.7%, 6.6% 21.7%, 6.4% 21.7%, 6.3% 21.6%, 6.2% 21.6%, 6.1% 21.6%, 6.2% 21.6%, 6% 21.6%, 5.8% 22%, 5.7% 22.7%, 5.7% 22.8%, 5.6% 23.1%, 5.4% 23.4%, 5.4% 23.6%, 5.4% 23.6%, 5.4% 23.8%, 5.5% 24%, 5.1% 24.1%, 5% 24.6%, 4.8% 24.9%, 4.7% 25%, 4.4% 25.7%, 4.3% 25.7%, 3.8% 25.8%, 3.5% 25.6%, 3.5% 25.6%, 3.5% 25.6%, 3.1% 25.4%, 3.1% 25.4%, 3% 25.4%, 2.4% 25.4%, 2.3% 25.7%, 2.2% 26%, 2.2% 25.9%, 2.2% 26.2%, 2.4% 26.3%, 2.5% 26.5%, 2.3% 26.9%, 2.2% 27.1%, 2.2% 27.1%, 2.1% 27.7%, 2.1% 27.8%, 2.1% 28.1%, 2.4% 28.4%, 2.6% 28.5%, 2.6% 29.2%, 2.3% 29.1%, 2% 29.1%, 2% 29.1%, 1.7% 29.1%, 1.5% 29.2%, 1.6% 29.6%, 2.1% 29.8%, 2% 30.6%, 1.9% 30.6%, 1.9% 30.1%, 1.8% 30.1%, 1.8% 30.1%, 1.6% 30%, 1.4% 30%, 1.4% 30%, 1.3% 30%, 1.3% 30%, 1.2% 30%, 1.2% 30.1%, 1.2% 30.1%, 1.2% 30.2%, 1.2% 30.3%, 1.2% 30.4%, 1.2% 30.4%, 1.3% 30.4%, 1.6% 30.7%, 1.3% 31.2%, 1.2% 31.6%, 1.4% 31.8%, 1.8% 32%, 2.1% 32.3%, 2.1% 32.6%, 1.9% 33.2%, 1.5% 34.3%, 1.5% 34.9%, 1% 36.7%, 0.9% 37%, 0.5% 37%, 0.5% 37.3%, 0.7% 37.5%, 0.5% 38%, 0.2% 40.4%, 0.2% 40.5%, 0.1% 41%, 0.1% 43.7%, 0.1% 45.4%, 0.1% 46.8%, 0% 47%, 0% 48.2%, 0.1% 48.6%, 0.2% 50.7%, 0.4% 52.5%, 0.5% 53.2%, 0.9% 55.9%, 1.3% 57.8%, 1.9% 60.4%, 2.2% 61.2%, 2.4% 61.9%, 2.9% 63.2%, 3.3% 64.2%, 3.3% 64.3%, 3.6% 65%, 4.1% 66.2%, 4.8% 67.6%, 5% 68%, 5% 68%, 5.4% 68.7%, 5.4% 68.7%, 5.7% 69.2%, 6.6% 70.8%, 7.3% 71.8%, 7.3% 71.9%, 7.3% 71.9%, 7.4% 72%, 7.5% 72.1%, 7.5% 72.1%, 8% 72.9%, 8.5% 73.6%, 8.7% 73.9%, 8.8% 74%, 8.9% 74.2%, 9.1% 74.4%, 9.1% 74.4%, 9.2% 74.5%, 9.9% 75.4%, 10.6% 76.3%, 10.7% 76.4%, 10.8% 76.6%, 11.3% 77.2%, 11.5% 77.4%, 11.5% 77.4%, 11.6% 77.4%, 12.1% 78.1%, 12.9% 78.9%, 13.3% 79.4%, 14.5% 80.6%, 15.3% 81.3%, 15.8% 81.7%, 16.4% 82.2%, 17.3% 82.9%, 18.1% 83.5%, 19.1% 84.3%, 20.1% 84.9%, 21.6% 85.9%, 23.2% 86.8%, 24.3% 87.5%, 25.7% 88.2%, 26.9% 88.8%, 28.1% 89.4%, 29.5% 90%, 29.9% 90.2%, 30.4% 90.4%, 30.4% 90.4%, 31.2% 90.7%, 31.3% 90.8%, 31.7% 91%, 32.3% 91.1%, 32.6% 91.2%, 32.7% 91.2%, 32.8% 91.2%, 34% 91.6%, 34.6% 91.8%, 34.6% 91.8%, 35% 91.9%, 35.9% 92.2%, 36.2% 92.3%, 36.7% 92.4%, 38% 92.8%, 38.2% 92.8%, 38.2% 92.8%, 39.4% 93.1%, 39.5% 93.5%, 39.5% 93.6%, 40.1% 94%, 40.7% 94.3%, 41.2% 94.3%, 41.4% 94.2%, 41.4% 94.2%, 41.8% 94.1%, 41.8% 94%, 42.1% 93.9%, 42.4% 93.6%, 43.4% 93.7%, 46.3% 93.9%, 48.3% 93.9%, 50% 93.9%, 53% 93.9%, 54.8% 93.8%, 54.8% 93.8%, 55.5% 93.7%, 56.7% 93.6%, 57.1% 93.6%, 57.5% 93.5%, 57.5% 93.5%, 57.9% 93.5%, 58.5% 93.5%, 58.5% 95.4%, 58.6% 96.3%, 58.8% 96.7%, 59% 97.5%, 58.9% 97.9%, 59% 98.5%, 58.9% 99.1%, 59.1% 99.3%, 59.9% 99.4%, 60% 99.7%, 60.2% 99.8%, 60.4% 99.8%, 60.5% 99.7%, 60.5% 99.7%, 60.8% 99.4%, 60.9% 98.8%, 61% 98.1%, 61.1% 98.1%, 61.1% 98.6%, 61.2% 99.4%, 61.3% 99.5%, 61.3% 99.5%, 61.4% 99.6%, 61.6% 99.6%, 61.6% 99.5%, 61.9% 99.5%, 62% 99.5%, 62% 99%, 61.9% 98.9%, 61.9% 98.7%, 62% 98.6%, 62.3% 98.1%, 62.6% 97.8%, 62.5% 97.6%, 62.6% 96.8%, 63.1% 96.6%, 63.1% 96.5%, 63.3% 95.2%, 63.4% 95%, 63.4% 95%, 63.6% 94.8%, 63.6% 94.7%, 63.6% 94.7%, 63.7% 94.5%, 64% 93.3%, 64.2% 93.2%, 64.2% 92.6%, 64.3% 92.4%, 65.3% 92.4%, 65.3% 94.1%, 65.4% 94.2%, 65.6% 94.5%, 65.8% 94.6%, 65.9% 94.4%, 66.1% 94.1%, 66.1% 93.3%, 66.2% 93.5%, 66.4% 93.5%, 66.4% 93.2%, 66.1% 93.1%, 66.1% 92.8%, 66.1% 92.5%, 66.1% 92.5%, 66.3% 92.3%, 66.5% 92.2%, 66.5% 92.1%, 66.6% 92%, 66.6% 92%, 66.7% 91.8%, 67% 91.8%, 67% 92.4%, 67.1% 92.5%, 67.2% 92.5%, 67.5% 92%, 67.5% 91.4%, 67.5% 91.1%, 67.6% 91.1%, 67.6% 91.6%, 67.6% 93.1%, 67.6% 94.1%, 67.5% 94.1%, 67.5% 94.5%, 67.5% 94.6%, 67.5% 94.7%, 67.6% 94.8%, 67.7% 94.8%, 67.7% 94.8%, 67.8% 94.8%, 67.8% 94.7%, 67.8% 94.7%, 68% 94.1%, 68.1% 93.7%, 68.3% 93%, 68.3% 93%, 68.4% 92.7%, 68.6% 92.2%, 68.6% 91.6%, 68.7% 91.3%, 68.8% 90.8%, 68.9% 90.4%, 69.3% 90.4%, 69.3% 91.2%, 69.6% 91.5%, 69.6% 91.9%, 69.4% 92.1%, 69.4% 92.6%, 69.6% 92.7%, 69.6% 93%, 69.4% 93%, 69.3% 93.1%, 69.3% 93.5%, 69.5% 93.6%, 69.6% 93.7%, 69.7% 94.1%, 69.7% 94.8%, 69.8% 95.2%, 69.8% 95.9%, 69.8% 95.9%, 70% 96.4%, 69.9% 96.7%, 70% 97%, 69.9% 97.8%, 69.9% 98.3%, 69.8% 98.4%, 69.8% 98.7%, 69.9% 98.8%, 70.1% 98.8%, 70.1% 98.8%, 70.1% 98.8%, 70.1% 98.7%, 70.2% 98.6%, 70.2% 97.2%, 70.3% 97%, 70.4% 96.5%, 70.3% 95.9%, 70.4% 95.8%, 70.6% 95.1%, 70.5% 94.5%, 70.5% 94.4%, 70.6% 94.4%, 70.6% 94.3%, 70.6% 94.3%, 70.6% 94.3%, 70.7% 94%, 70.9% 93.8%, 71% 93.2%, 71.1% 93%, 71.2% 92.8%, 71.3% 92.8%, 71.6% 92.5%, 71.5% 92.2%, 71.6% 92%, 71.7% 91.9%, 71.7% 92.1%, 72.1% 92.1%, 72.2% 92.6%, 72.2% 93.1%, 72.1% 93.3%, 72.2% 93.5%, 72.8% 93.5%, 72.9% 93.4%, 72.9% 92.1%, 73.1% 91.8%, 73.2% 91.7%, 73.5% 91.5%, 73.9% 91.1%, 73.9% 90.7%, 74% 89.6%, 74.1% 89.3%, 74.6% 89%, 74.6% 88.7%, 74.5% 88.5%, 74.5% 88.2%, 74.5% 88.1%, 74.6% 87.7%, 74.8% 87.4%, 75.4% 86.9%, 76.4% 86.4%, 77.4% 85.8%, 77.9% 85.5%, 78.4% 85.1%, 78.4% 85%, 78.5% 85%, 79% 84.8%, 79.2% 84.5%, 79.5% 84.4%, 79.8% 84.9%, 79.8% 84.9%, 79.9% 85%, 80.2% 85.3%, 80.1% 85.8%, 80.3% 86%, 80.6% 85.3%, 80.8% 85.1%, 81.3% 85%, 81.4% 84.6%, 81.7% 84.6%, 81.9% 85.1%, 82.1% 85.1%, 82.2% 84.7%, 82.4% 84.1%, 82.6% 84%, 82.7% 84%, 82.9% 83.9%, 83.2% 83.4%, 83.2% 83.1%, 83% 82.8%, 82.9% 82.5%, 83.1% 82.3%, 83.4% 81.9%, 83.5% 81.8%, 83.5% 81.8%, 84.1% 81.5%, 84.2% 81.1%, 84.6% 80.8%, 84.6% 80.8%, 84.7% 80.7%, 84.7% 80.7%, 84.8% 80.4%, 84.8% 80.3%, 84.8% 80.3%, 84.7% 80.1%, 84.7% 80.1%, 84.7% 80.1%, 84.6% 80%, 84.5% 80%, 84.4% 80%, 84.3% 80.1%, 84.1% 80.1%, 84% 79.7%, 84.2% 79.7%, 84.4% 79.6%, 84.9% 79.6%, 85.2% 79.5%, 85.3% 79.2%, 85.8% 78.7%, 86% 78.7%, 86.2% 78.7%, 86.3% 78.7%, 86.3% 78.6%, 86.4% 78.6%, 86.5% 78.5%, 86.7% 78.4%, 86.8% 78.3%, 86.9% 78.1%, 86.9% 78.1%, 87% 78%, 87.2% 77.8%, 87.4% 77.6%, 87.5% 77.5%, 87.5% 77.5%, 88.1% 76.9%, 88.1% 76.2%, 88.1% 76.1%, 88.4% 75.9%, 88.9% 75.9%, 89% 75.9%, 88.9% 76.4%, 88.9% 77.2%, 89.1% 78.3%, 89.3% 78.4%, 89.3% 79.1%, 89.4% 79.6%, 89.4% 80%, 89.7% 80.1%, 89.9% 80.6%, 90% 80.6%, 90.1% 80.4%, 90.6% 80.4%, 90.8% 80.3%, 90.8% 79.7%, 91% 79.7%, 91.2% 79.1%, 91.4% 78.4%, 91.4% 77.8%, 91.4% 77.7%, 91.3% 76.1%, 91.4% 76%, 91.8% 75.7%, 92.4% 75.7%, 92.6% 75.6%, 92.9% 75.6%, 93.4% 75.7%, 93.5% 76.2%, 93.9% 76.1%, 94% 76.4%, 94.2% 76.4%, 94.2% 76.3%, 94.5% 76.1%, 94.6% 76%, 94.6% 76%, 94.9% 75.7%, 95.2% 75.7%, 95.3% 75.8%, 95.4% 75.8%, 95.5% 75.6%, 95.5% 74.8%, 95.4% 74.4%, 95.3% 74%, 95.2% 73.1%, 95.5% 73%, 96% 72.7%, 96.2% 72.6%, 96.4% 71.9%, 96.7% 71.5%, 96.7% 70.8%, 97.4% 70.7%, 97.4% 70.7%, 97.4% 70.6%, 97.6% 70.4%, 97.8% 70.3%, 97.8% 70.2%, 97.6% 69.7%, 97.6% 69.2%, 97.6% 68.7%, 97.4% 68.4%, 97.4% 67.8%, 97.9% 67.7%, 97.9% 67.3%, 97.8% 67.2%, 97.8% 66.8%, 97.9% 66.7%, 97.9% 66.2%, 98% 65.8%, 97.9% 65.2%, 98.2% 64.5%, 98.5% 64.2%, 98.5% 63.8%, 98.7% 63.3%, 98.8% 62.7%, 99% 62.5%, 99% 61.8%, 99% 61.8%, 99.1% 60.9%, 99.2% 60.5%, 99.2% 60.3%, 99.3% 60%, 99.3% 59.8%, 99.3% 59.6%, 99.6% 58.3%, 99.7% 57.7%, 100% 55.9%, 100% 55.1%, 99.8% 54.9%, 83.2% 79.5%, 83.4% 79.4%, 83.7% 79.4%, 83.6% 79.6%, 82.9% 79.6%, 83% 79.3%, 83.2% 79.2%, 83.2% 79.5%, 83.3% 79.3%, 83.2% 79.2%, 83.4% 79.1%, 83.7% 79.1%, 83.7% 79.3%, 83.3% 79.3%, 83.2% 79.1%, 82.9% 79.1%, 82.9% 79.1%, 82.9% 79%, 83% 78.9%, 83.2% 78.9%, 83.2% 79%, 83.2% 79.1%, 81.4% 83.7%, 81.4% 83.6%, 81.8% 83.7%, 81.8% 83.8%, 81.4% 83.7%, 81.4% 83.9%, 81.6% 84%, 81.6% 83.9%, 81.8% 84%, 81.8% 84%, 81.7% 84.1%, 81.4% 84.1%, 81.4% 83.9%, 71.7% 91.2%, 71.8% 91.2%, 71.8% 91.2%, 71.8% 91.3%, 71.7% 91.2%, 71.7% 91.2%, 9.9% 19.2%, 9.7% 19.2%, 9.6% 18.9%, 9.7% 18.8%, 9.9% 18.9%, 9.9% 19.2%, 10.5% 16.6%, 10.9% 16.3%, 11.1% 16.1%, 11.4% 16%, 11.7% 15.7%, 11.7% 15.7%, 11.8% 15.7%, 11.9% 15.6%, 12.2% 15.7%, 12.2% 15.9%, 12% 16%, 11.7% 16.3%, 11.4% 16.6%, 11.4% 17.3%, 11.3% 17.4%, 10.9% 17.6%, 10.7% 17.6%, 10.2% 17.9%, 9.8% 18%, 9.7% 17.7%, 9.9% 17.5%, 10% 17.3%, 10.1% 17.2%, 10.2% 17.1%, 10.2% 17.1%, 10.5% 16.6%);
    z-index: -1;
}

.bringing-item:nth-child(1), .bringing-item:nth-child(1)::after {
    background: #FF6665;
}

.bringing-item:nth-child(2), .bringing-item:nth-child(2)::after {
    background: #B8D879;
}

.bringing-item:nth-child(3), .bringing-item:nth-child(3)::after {
    background: #9BD9FF;
}

.bringing-item img {
    margin-bottom: 15px;
    animation: zoomInOut 2s ease-in-out infinite;
    width: 40px;
}

.bringing-item h3 {
    font-family: 'myfirstfont-Regular';
    color: var(--white-color);
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0px;
    text-align: center;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.09);
    }

    100% {
        transform: scale(1);
    }
}

.bring-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
}

.leaf4-shape {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 6%;
}

/******************************************
    Bringing CSS End 
******************************************/

/****************************************** 
    Business CSS Start 
******************************************/

.business-slider-btn .swiper-button-prev {
    top: auto;
    transform: none;
    position: relative;
    left: auto;
    display: block;
}

.business-slider-btn .swiper-button-next {
    top: auto;
    transform: none;
    position: relative;
    right: auto;
    display: block;
}

.business-slider-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 80px;
}

.business-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.business-item img {
    width: 100%;
    height: auto;
    transition: all ease-in-out 0.4s;
}

.business-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, #26262600 0%, #262626 100%);
    transition: all ease-in-out 0.4s;
    z-index: 1;
}

.business-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.business-box h3 {
    font-family: 'myfirstfont-Regular';
    color: var(--white-color);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
}

.business-slide-con .swiper-slide {
    padding-top: 10px;
}

.leaf1-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4%;
}

.business-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lift);
}

.business-sec .container {
    padding-bottom: 80px;
}

.business-btn img {
    width: 40px;
}

/******************************************
    Business CSS End 
******************************************/

/****************************************** 
    Product Range CSS Start 
******************************************/

.product-range-item .product-box {
    background: #689F87;
}

.leaf7-shape {
    position: absolute;
    top: 10px;
    right: -22px;
    width: 5%;
    z-index: 0;
    transform: rotate(345deg);
}

.leaf8-shape {
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 5%;
    z-index: 0;
}

/******************************************
    Product Range CSS End 
******************************************/

/****************************************** 
    Story CSS Start 
******************************************/

.round-shape {
    clip-path: polygon(0% 0%, 1.9% 7.6%, 4% 15.4%, 6.3% 23.2%, 8.8% 31%, 11.3% 38.7%, 14.1% 46.3%, 16.9% 53.6%, 19.9% 60.7%, 23% 67.4%, 26.2% 73.7%, 29.5% 79.4%, 32.9% 84.6%, 36.4% 89.2%, 39.9% 93%, 43.5% 96.1%, 47.2% 98.3%, 50.9% 99.5%, 54.7% 99.8%, 58.5% 99%, 62.3% 97.1%, 66.1% 94%, 70% 89.6%, 73.8% 83.8%, 77.7% 76.7%, 81.5% 68%, 85.3% 57.8%, 89% 46%, 92.7% 32.4%, 96.4% 17.1%, 100% 0%);
    position: relative;
    height: 100px;
    background: #F5F3E6;
    z-index: 2;
}

.story-item {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.story-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, #26262600 0%, #262626 100%);
    transition: all ease-in-out 0.4s;
    z-index: 1;
}

.story-item img {
    width: 100%;
}

.story-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: fit-content;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.story-box h3 {
    font-family: 'myfirstfont-Regular';
    color: var(--white-color);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #ffffffbf;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 2;
    color: var(--main-sub-color);
    font-size: 24px;
}

.play-btn::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 65px;
    height: 65px;
    background: #ffffffbf;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.play-btn::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #ffffffbf;
    border-radius: 50%;
    -webkit-animation: pulse-border1 1500ms ease-out infinite;
    animation: pulse-border1 1500ms ease-out infinite;
    z-index: -1;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border1 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.9);
        opacity: 0;
    }
}

.upload-box {
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 35px;
    border-radius: 16px;
    background: #fff;
}

.upload-box h3 {
    margin-bottom: 10px;
    color: var(--main-color);
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'myfirstfont-Regular';
}

.upload-box p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 20px;
}

.upload-modal.active .upload-box {
    transform: translateY(0) scale(1);
}

.upload-box-title {
    margin-bottom: 7px;
    color: var(--main-color);
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

.upload-box-subtitle {
    margin-bottom: 25px;
    color: #66736e;
    font-size: 14px;
}

/* Close */
.upload-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    color: var(--main-color);
    background: #f2f1e7;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: 0.25s ease;
}

.upload-close:hover {
    color: #fff;
    background: var(--main-sub-color);
    transform: rotate(90deg);
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    margin-bottom: 7px;
    color: var(--main-color);
    font-size: 13px;
    font-weight: 700;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #d9dedb;
    border-radius: 8px;
    outline: none;
    color: var(--main-color);
    background: #fafbf9;
    font-family: inherit;
    font-size: 14px;
    transition: border-color 0.25s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #519b7a;
}

.form-group textarea {
    height: 90px;
    resize: vertical;
}

.drop-zone {
    position: relative;
    padding: 28px 20px;
    border: 2px dashed #b8c8c0;
    border-radius: 12px;
    text-align: center;
    background: #f8faf7;
    cursor: pointer;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.drop-zone:hover,
.drop-zone.dragover {
    border-color: #519b7a;
    background: #edf8f1;
}

.drop-icon {
    width: 45px;
    height: 45px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--main-sub-color);
    font-size: 25px;
}

.drop-zone strong {
    display: block;
    margin-bottom: 6px;
    color: var(--main-color);
    font-size: 15px;
}

.drop-zone span {
    color: #7a8580;
    font-size: 12px;
}

.drop-zone input {
    display: none;
}

.file-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
}

.file-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 8px;
    background: #f3f6f3;
}

.file-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: #fff;
    background: #519b7a;
    font-size: 12px;
    font-weight: 700;
}

.file-info {
    min-width: 0;
    flex: 1;
}

.file-name {
    overflow: hidden;
    color: var(--main-color);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-size {
    margin-top: 3px;
    color: #89928e;
    font-size: 10px;
}

.remove-file {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    color: var(--main-sub-color);
    background: #fff;
    cursor: pointer;
}

.success-message {
    display: none;
    margin-top: 15px;
    padding: 12px;
    border-radius: 8px;
    color: #236042;
    background: #e5f6e9;
    font-size: 13px;
    text-align: center;
}

.success-message.show {
    display: block;
}

.upload-box .main-btn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.upload-box .heading {
    margin-bottom: 0;
}

.upload-box .inner-para {
    margin-bottom: 20px;
}

.upload-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 25px;
    text-align: center;
    border-radius: 10px;
    background: #EBE4B2;
    overflow: hidden;
}

.upload-card h3 {
    margin-bottom: 20px;
    color: var(--main-color);
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'myfirstfont-Regular';
}

.upload-card p {
    margin-bottom: 50px;
    color: #263c34;
}

.upload-trigger {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--main-sub-color);
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px dashed #fff;
}

.upload-trigger:hover {
    transform: scale(1.12) rotate(90deg);
    box-shadow: 0 8px 25px rgba(255, 102, 103, 0.3);
}

p.upload-click-text {
    margin-top: 12px;
    color: #333;
    margin-bottom: 0;
}

.story-sec .container {
    padding-bottom: 50px;
}

.story-slider .swiper-button-prev {
    top: auto;
    transform: none;
    position: relative;
    left: auto;
    display: block;
}

.story-slider .swiper-button-next {
    top: auto;
    transform: none;
    position: relative;
    right: auto;
    display: block;
}

.story-slider-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 80px;
}

/******************************************
    Story CSS End 
******************************************/

/******************************************
    FAQs CSS Start 
******************************************/

.faq-con .accordion-button {
    background: transparent;
    border-radius: 0 !important;
    box-shadow: none;
    color: #000;
    font-family: 'mysecondfont-Medium';
    font-size: 18px;
    line-height: 18px;
    padding: 0px;
    padding-bottom: 25px;
}

.faq-con .accordion-item {
    background: transparent;
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 25px;
}

.faq-con .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-con .accordion-body p {
    color: #000;
}

.faq-con .accordion-body {
    padding: 25px 0;
    padding-top: 0;
}

.faq-con .accordion-body p {
    width: 70%;
}

.faq-con .accordion-button::after {
    background-image: url(../images/plus.png);
    content: '';
}

.faq-con .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
    content: '';
}

.faq-con {
    background: transparent;
    padding: 0px;
}

.faq-img {
    border-radius: 10px;
    overflow: hidden;
    margin-left: 80px;
}

.faq-img img {
    width: 100%;
}

/******************************************
    FAQs CSS End 
******************************************/

/****************************************** 
    Blog CSS Start 
******************************************/

.blog-head {
    margin-bottom: 40px;
}

.blog-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.blog-item img {
    width: 100%;
    height: auto;
    transition: all ease-in-out 0.4s;
}

.blog-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, #26262600 0%, #262626 100%);
    transition: all ease-in-out 0.4s;
    z-index: 1;
}

.blog-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 20px;
}

.blog-box h3 {
    font-family: 'myfirstfont-Regular';
    color: var(--white-color);
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
}

.blog-box p {
    color: var(--white-color);
    font-size: 16px;
    line-height: 22px;
}

/******************************************
    Blog CSS End 
******************************************/

/****************************************** 
    Product Details Page CSS Start 
******************************************/

/****************************************** 
    Product Details CSS Start 
******************************************/

.product-details-sec .inner-para {
    margin-bottom: 0px;
}

.pd-img {
    width: 550px;
    height: 550px;
    background: #477B64;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pd-shape1 {
    position: absolute;
    top: 26%;
    left: 2%;
    z-index: 0;
    transform: rotate(339deg);
    width: 15% !important;
}

.pd-img .main-img {
    width: 80%;
    height: auto;
    position: relative;
    z-index: 1;
}

.up-down {
    animation: upDown 2s ease-in-out infinite;
}

@keyframes upDown {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.pd-shape2 {
    position: absolute;
    top: 2%;
    right: 0;
    transform: rotate(205deg);
    width: 5%;
}

.product-details-sec .row:nth-child(even) {
    flex-direction: row-reverse;
}

.product-details-sec .row:nth-child(even) .pd-img {
    margin-left: auto;
}

.product-details-sec .row:not(:last-child) {
    margin-bottom: 60px;
}

/******************************************
    Product Details CSS End 
******************************************/

/****************************************** 
    Companion CSS Start 
******************************************/

.companion-txt .inner-para {
    margin-bottom: 0px;
}

.companion-txt {
    width: 90%;
}

.companion-img {
    width: 90%;
    margin-left: auto;
}

/******************************************
    Companion CSS End 
******************************************/

/****************************************** 
    Product Details Point CSS Start 
******************************************/

.pd-point-wrap {
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
    justify-content: center;
}

.pd-point-item {
    width: 20%;
    height: auto;
    padding: 10px;
}

.pd-point-box {
    background: #538770;
    border-radius: 10px;
    text-align: center;
    padding: 30px 20px;
    height: 100%;
}

.pd-point-item img {
    margin-bottom: 30px;
    animation: 2s ease-in-out 0s infinite normal none running zoomInOut;
}

.pd-point-item h3 {
    font-family: myfirstfont-Regular;
    color: var(--white-color);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
    text-align: center;
}

.step-1,
.step-2,
.step-3,
.step-4,
.step-5 {
    opacity: 0;
}

.process-chart.start-animation .step-1 {
    animation: fade-in-1 15s forwards ease-in-out;
    z-index: 99;
}

.process-chart.start-animation .step-2 {
    animation: fade-in-2 15s forwards ease-in-out;
    z-index: 98;
}

.process-chart.start-animation .step-3 {
    animation: fade-in-3 15s forwards ease-in-out;
    z-index: 97;
}

.process-chart.start-animation .step-4 {
    animation: fade-in-4 15s forwards ease-in-out;
    z-index: 96;
}

.process-chart.start-animation .step-5 {
    animation: fade-in-5 15s forwards ease-in-out;
    z-index: 95;
}

@keyframes fade-in-1 {

    0% {
        opacity: 0;
    }

    5%,
    100% {
        opacity: 1;
    }

}

@keyframes fade-in-2 {

    0%,
    5% {
        opacity: 0;
    }

    10%,
    100% {
        opacity: 1;
    }

}

@keyframes fade-in-3 {

    0%,
    10% {
        opacity: 0;
    }

    15%,
   100% {
        opacity: 1;
    }
}

@keyframes fade-in-4 {

    0%,
    15% {
        opacity: 0;
    }

    20%,
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-5 {

    0%,
    20% {
        opacity: 0;
    }

    25%,
    100% {
        opacity: 1;
    }
}

/******************************************
    Product Details Point CSS End 
******************************************/

/****************************************** 
    Enquiry CSS Start 
******************************************/

.enquiry-form .form-control {
    border: 1px solid var(--main-light-color);
    outline: none;
    padding: 10px 20px;
    font-family: 'mysecondfont-Regular';
    font-size: 16px;
    color: var(--main-color);
}

.enquiry-form textarea.form-control {
    height: 100px;
}

.enquiry-form .form-control:focus {
    outline: none;
    border: 1px solid var(--main-light-color);
}

.form-btn {
    display: flex;
    justify-content: flex-end;
}

.enquiry-img {
    width: 90%;
    border-radius: 10px;
    overflow: hidden;
}

.enquiry-img img {
    width: 100%;
}

/******************************************
    Enquiry CSS End 
******************************************/

/****************************************** 
    Private Label Page CSS Start 
******************************************/

/****************************************** 
    Private Label CSS Start 
******************************************/

.pl-txt .inner-para {
    width: 90%;
}

.pl-img {
    width: 90%;
    margin-left: auto;
    border-radius: 10px;
    overflow: hidden;
}

/******************************************
    Private Label CSS End 
******************************************/

/****************************************** 
    Private Label Enquiry CSS Start 
******************************************/

.pl-enquir-sec {
    background: #4E8465;
}

.pl-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
}

.pl-enquir-txt .inner-para {
    width: 70%;
}

.pl-enquir-form h3 {
    font-family: 'myfirstfont-Regular';
    color: var(--white-color);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

.pl-enquir-form {
    position: relative;
    height: 100%;
    padding: 90px 0 90px 100px;
}

.pl-enquir-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 100%;
    background: #3F6D53;
    z-index: -1;
}

.pl-enquir-form .form-control {
    border: 1px solid var(--white-color);
    outline: none;
    padding: 10px 20px;
    font-family: 'mysecondfont-Regular';
    font-size: 16px;
    color: var(--white-color);
    background: #fff0;
}

.pl-enquir-form .form-control::placeholder {
    color: var(--white-color);
}

.pl-enquir-form .form-control.form-select {
    background-image: url(../images/private-label/down.png) !important;
    display: block;
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
}

.pl-enquir-form .form-control.form-select option {color: #000;}

.pl-enquir-form textarea.form-control {
    min-height: 100px;
}

.pl-shape1 {
    position: absolute;
    top: -30%;
    right: -20px;
    z-index: 0;
    transform: rotate(339deg);
    width: 15% !important;
}

.pl-shape2 {
    position: absolute;
    top: 2%;
    left: 0;
    transform: rotate(110deg);
    width: 5%;
}

.pl-enquir-txt .inner-para {
    margin-bottom: 0;
}

/******************************************
    Private Label Enquiry CSS End 
******************************************/

/****************************************** 
    Why Choose CSS Start 
******************************************/

.choose-box {
    position: relative;
    padding: 30px 20px;
    background: #f5f3e6;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}

.choose-box img {
    margin-bottom: 30px;
    animation: 2s ease-in-out 0s infinite normal none running zoomInOut;
}

.choose-box h3 {
    font-family: 'myfirstfont-Regular';
    color: #000;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.choose-head {
    margin-bottom: 50px;
}

.choose-sec .container {
    margin-bottom: 80px;
}

/******************************************
    Why Choose CSS End 
******************************************/

/****************************************** 
    Social Post CSS Start 
******************************************/

.gallery-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    height: 500px;
    position: relative;
    /* overflow: hidden; */
    width: 95%;
}

.gallery-column {
    height: 500px;
    overflow: hidden;
    position: relative;
    clip-path: polygon(0% 0%, 88% 0%, 100% 100%, 12% 100%);
}

.gallery-track {
    display: flex;
    flex-direction: column;
    gap: 15px;
    will-change: transform;
}

.gallery-column:not(:first-child) {
    margin-left: -15px;
}

.gallery-track img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transform: none;
    flex-shrink: 0;
}

.scroll-down .gallery-track {
    animation: scrollDown 30s linear infinite;
}

.scroll-up .gallery-track {
    animation: scrollUp 30s linear infinite;
}

@keyframes scrollDown {
    from {
        transform: translateY(-50%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes scrollUp {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}

.post-wrap {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}

.post-item {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--white-color);
    padding: 20px;
}

.post-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 104%;
    clip-path: polygon(99.8% 54.9%, 99.4% 53.5%, 99.2% 53.2%, 98.9% 53%, 98.9% 52%, 99% 50.3%, 99.1% 50.2%, 99.4% 49.7%, 99.4% 49.2%, 99.1% 48.9%, 99% 47.9%, 99.1% 47.2%, 99% 46.8%, 99% 46.3%, 98.8% 45.9%, 98.8% 44.8%, 98.7% 43.7%, 98.4% 41.9%, 98.2% 40.5%, 97.7% 38.2%, 97.4% 37.2%, 97.3% 36.6%, 97.2% 36.4%, 97% 35.7%, 97% 35.6%, 96.8% 35%, 96.8% 34.6%, 96.9% 34.5%, 96.9% 34.1%, 96.7% 34%, 96.7% 33.5%, 96.9% 33.2%, 97% 33.1%, 97.2% 32.9%, 97.1% 32.5%, 97.1% 32.5%, 97.1% 32.4%, 97.1% 32.3%, 96.9% 31.6%, 96.6% 30.8%, 96.3% 29.9%, 95.9% 29.6%, 95.9% 29.6%, 95.9% 29.3%, 95.8% 29.1%, 95.4% 28.8%, 95.2% 28.5%, 95.1% 28%, 95.1% 27.8%, 95% 27.6%, 94.8% 27.1%, 94.6% 26.7%, 94.5% 26.4%, 94.5% 26.4%, 94.3% 26.2%, 94.1% 25.8%, 94% 25.7%, 93.9% 25.4%, 93.8% 25.4%, 93.8% 25.3%, 93.7% 25.3%, 93.4% 25.2%, 93.2% 24.8%, 92.9% 24.4%, 92.6% 24%, 92.6% 23.9%, 92.5% 23.8%, 92.4% 23.7%, 92.3% 23.6%, 92.1% 23.3%, 92% 23.1%, 92% 23%, 91.9% 22.9%, 91.7% 22.4%, 91% 21.4%, 90.2% 20.3%, 89.6% 19.5%, 88.9% 18.6%, 88.9% 18.6%, 88.9% 18.6%, 88.7% 18.4%, 88.1% 17.6%, 87.9% 17.5%, 88% 17.4%, 87.6% 17%, 87.4% 16.8%, 86.4% 15.8%, 86% 15.3%, 85.5% 14.9%, 85.1% 14.4%, 85% 14.4%, 85% 14.3%, 84.9% 14.2%, 84.6% 13.9%, 84.5% 13.9%, 84.5% 13.8%, 84% 13.4%, 83.3% 12.7%, 82.7% 12.2%, 82.2% 11.8%, 81.7% 11.4%, 81.8% 11.4%, 81.3% 11.1%, 80.6% 10.5%, 79.9% 10%, 79.3% 9.5%, 78.3% 8.8%, 77.5% 8.2%, 77.1% 7.9%, 77% 7.7%, 77.1% 7.5%, 77% 7.3%, 76.6% 7.1%, 76.1% 7%, 75.9% 7.1%, 75.7% 7.1%, 75.5% 7.1%, 74.8% 6.8%, 73.9% 6.3%, 73.6% 6.1%, 73.6% 6.1%, 72.9% 5.8%, 72.3% 5.2%, 70.6% 4.6%, 70.3% 4.3%, 69.8% 3.9%, 69.2% 3.9%, 68.8% 3.7%, 68.1% 3.7%, 68.1% 3.6%, 67.9% 3.4%, 66.5% 2.9%, 65.1% 2.8%, 64.7% 2.6%, 63.4% 2.2%, 62.9% 1.9%, 62.2% 1.9%, 62% 1.8%, 61.4% 1.5%, 61.4% 1.5%, 61.3% 1.5%, 59.6% 1.2%, 58.9% 1.2%, 58.1% 1.1%, 57.8% 0.9%, 57.2% 0.9%, 56.6% 0.8%, 56% 0.6%, 56% 0.5%, 55.8% 0.2%, 55% 0.2%, 54.7% 0.4%, 54% 0.4%, 52.1% 0.3%, 51.9% 0.2%, 51.5% 0%, 51.2% 0.1%, 50.2% 0.1%, 50.1% 0.2%, 49.6% 0.3%, 49.3% 0.4%, 47.7% 0.5%, 45.7% 0.6%, 45.3% 0.6%, 45.1% 0.4%, 44.6% 0.4%, 44.6% 0.5%, 44.5% 0.5%, 44.4% 0.6%, 44.3% 0.6%, 43.9% 0.8%, 43.3% 0.9%, 41.2% 1.2%, 38.9% 1.6%, 38.4% 1.8%, 36.4% 2.2%, 35% 2.6%, 32.7% 3.3%, 31.3% 3.9%, 30.5% 4.2%, 30.5% 4.2%, 29.6% 4.5%, 29.6% 4.5%, 29.3% 4.7%, 27.6% 5.3%, 26.1% 6.1%, 26.1% 6.1%, 25.7% 6.2%, 24.3% 6.9%, 23.4% 7.4%, 22.6% 7.8%, 21.9% 7.8%, 21.8% 7.9%, 21.1% 8.3%, 20.7% 8.8%, 20.4% 8.8%, 20.3% 8.8%, 20.2% 8.8%, 20.2% 8.8%, 20% 8.8%, 19.6% 9%, 19.6% 9.5%, 19.2% 9.8%, 18.9% 10.1%, 18.2% 10.6%, 18% 10.8%, 17.8% 10.9%, 17.4% 11.2%, 17.1% 11.5%, 16.8% 11.8%, 16% 12.3%, 15.7% 12.6%, 15.5% 12.7%, 15.4% 12.9%, 15% 13.1%, 14.7% 13.3%, 14.7% 13.4%, 14.6% 13.5%, 14.1% 14.1%, 13.4% 14.3%, 13.4% 14.3%, 13.2% 14.4%, 13.2% 14.7%, 13.1% 14.9%, 13.1% 14.9%, 13% 15.2%, 12.7% 15.5%, 12.3% 15.4%, 12.3% 15.1%, 12.5% 15%, 12.8% 14.9%, 12.8% 14.9%, 12.8% 14.8%, 12.9% 14.5%, 12.7% 14.4%, 12.5% 14.6%, 12.2% 14.7%, 11.8% 14.9%, 11.7% 15.3%, 11.6% 15.3%, 11.3% 15.5%, 11.1% 15.9%, 10.6% 16.2%, 10.5% 16.5%, 10% 16.9%, 9.9% 17.1%, 9.8% 17.2%, 9.7% 17.2%, 9.7% 17.3%, 9.7% 17.3%, 9.7% 17.3%, 9.5% 17.4%, 9.3% 17.7%, 8.7% 18.7%, 8.6% 19.4%, 8.5% 19.4%, 8.4% 19.5%, 8.3% 19.5%, 8.2% 19.7%, 7.7% 20.3%, 7.7% 20.4%, 7.7% 20.4%, 7.5% 20.7%, 7.3% 21%, 7.2% 21.3%, 7.5% 21.2%, 7.4% 21.4%, 7.1% 21.9%, 6.8% 22.1%, 6.8% 21.7%, 6.6% 21.7%, 6.4% 21.7%, 6.3% 21.6%, 6.2% 21.6%, 6.1% 21.6%, 6.2% 21.6%, 6% 21.6%, 5.8% 22%, 5.7% 22.7%, 5.7% 22.8%, 5.6% 23.1%, 5.4% 23.4%, 5.4% 23.6%, 5.4% 23.6%, 5.4% 23.8%, 5.5% 24%, 5.1% 24.1%, 5% 24.6%, 4.8% 24.9%, 4.7% 25%, 4.4% 25.7%, 4.3% 25.7%, 3.8% 25.8%, 3.5% 25.6%, 3.5% 25.6%, 3.5% 25.6%, 3.1% 25.4%, 3.1% 25.4%, 3% 25.4%, 2.4% 25.4%, 2.3% 25.7%, 2.2% 26%, 2.2% 25.9%, 2.2% 26.2%, 2.4% 26.3%, 2.5% 26.5%, 2.3% 26.9%, 2.2% 27.1%, 2.2% 27.1%, 2.1% 27.7%, 2.1% 27.8%, 2.1% 28.1%, 2.4% 28.4%, 2.6% 28.5%, 2.6% 29.2%, 2.3% 29.1%, 2% 29.1%, 2% 29.1%, 1.7% 29.1%, 1.5% 29.2%, 1.6% 29.6%, 2.1% 29.8%, 2% 30.6%, 1.9% 30.6%, 1.9% 30.1%, 1.8% 30.1%, 1.8% 30.1%, 1.6% 30%, 1.4% 30%, 1.4% 30%, 1.3% 30%, 1.3% 30%, 1.2% 30%, 1.2% 30.1%, 1.2% 30.1%, 1.2% 30.2%, 1.2% 30.3%, 1.2% 30.4%, 1.2% 30.4%, 1.3% 30.4%, 1.6% 30.7%, 1.3% 31.2%, 1.2% 31.6%, 1.4% 31.8%, 1.8% 32%, 2.1% 32.3%, 2.1% 32.6%, 1.9% 33.2%, 1.5% 34.3%, 1.5% 34.9%, 1% 36.7%, 0.9% 37%, 0.5% 37%, 0.5% 37.3%, 0.7% 37.5%, 0.5% 38%, 0.2% 40.4%, 0.2% 40.5%, 0.1% 41%, 0.1% 43.7%, 0.1% 45.4%, 0.1% 46.8%, 0% 47%, 0% 48.2%, 0.1% 48.6%, 0.2% 50.7%, 0.4% 52.5%, 0.5% 53.2%, 0.9% 55.9%, 1.3% 57.8%, 1.9% 60.4%, 2.2% 61.2%, 2.4% 61.9%, 2.9% 63.2%, 3.3% 64.2%, 3.3% 64.3%, 3.6% 65%, 4.1% 66.2%, 4.8% 67.6%, 5% 68%, 5% 68%, 5.4% 68.7%, 5.4% 68.7%, 5.7% 69.2%, 6.6% 70.8%, 7.3% 71.8%, 7.3% 71.9%, 7.3% 71.9%, 7.4% 72%, 7.5% 72.1%, 7.5% 72.1%, 8% 72.9%, 8.5% 73.6%, 8.7% 73.9%, 8.8% 74%, 8.9% 74.2%, 9.1% 74.4%, 9.1% 74.4%, 9.2% 74.5%, 9.9% 75.4%, 10.6% 76.3%, 10.7% 76.4%, 10.8% 76.6%, 11.3% 77.2%, 11.5% 77.4%, 11.5% 77.4%, 11.6% 77.4%, 12.1% 78.1%, 12.9% 78.9%, 13.3% 79.4%, 14.5% 80.6%, 15.3% 81.3%, 15.8% 81.7%, 16.4% 82.2%, 17.3% 82.9%, 18.1% 83.5%, 19.1% 84.3%, 20.1% 84.9%, 21.6% 85.9%, 23.2% 86.8%, 24.3% 87.5%, 25.7% 88.2%, 26.9% 88.8%, 28.1% 89.4%, 29.5% 90%, 29.9% 90.2%, 30.4% 90.4%, 30.4% 90.4%, 31.2% 90.7%, 31.3% 90.8%, 31.7% 91%, 32.3% 91.1%, 32.6% 91.2%, 32.7% 91.2%, 32.8% 91.2%, 34% 91.6%, 34.6% 91.8%, 34.6% 91.8%, 35% 91.9%, 35.9% 92.2%, 36.2% 92.3%, 36.7% 92.4%, 38% 92.8%, 38.2% 92.8%, 38.2% 92.8%, 39.4% 93.1%, 39.5% 93.5%, 39.5% 93.6%, 40.1% 94%, 40.7% 94.3%, 41.2% 94.3%, 41.4% 94.2%, 41.4% 94.2%, 41.8% 94.1%, 41.8% 94%, 42.1% 93.9%, 42.4% 93.6%, 43.4% 93.7%, 46.3% 93.9%, 48.3% 93.9%, 50% 93.9%, 53% 93.9%, 54.8% 93.8%, 54.8% 93.8%, 55.5% 93.7%, 56.7% 93.6%, 57.1% 93.6%, 57.5% 93.5%, 57.5% 93.5%, 57.9% 93.5%, 58.5% 93.5%, 58.5% 95.4%, 58.6% 96.3%, 58.8% 96.7%, 59% 97.5%, 58.9% 97.9%, 59% 98.5%, 58.9% 99.1%, 59.1% 99.3%, 59.9% 99.4%, 60% 99.7%, 60.2% 99.8%, 60.4% 99.8%, 60.5% 99.7%, 60.5% 99.7%, 60.8% 99.4%, 60.9% 98.8%, 61% 98.1%, 61.1% 98.1%, 61.1% 98.6%, 61.2% 99.4%, 61.3% 99.5%, 61.3% 99.5%, 61.4% 99.6%, 61.6% 99.6%, 61.6% 99.5%, 61.9% 99.5%, 62% 99.5%, 62% 99%, 61.9% 98.9%, 61.9% 98.7%, 62% 98.6%, 62.3% 98.1%, 62.6% 97.8%, 62.5% 97.6%, 62.6% 96.8%, 63.1% 96.6%, 63.1% 96.5%, 63.3% 95.2%, 63.4% 95%, 63.4% 95%, 63.6% 94.8%, 63.6% 94.7%, 63.6% 94.7%, 63.7% 94.5%, 64% 93.3%, 64.2% 93.2%, 64.2% 92.6%, 64.3% 92.4%, 65.3% 92.4%, 65.3% 94.1%, 65.4% 94.2%, 65.6% 94.5%, 65.8% 94.6%, 65.9% 94.4%, 66.1% 94.1%, 66.1% 93.3%, 66.2% 93.5%, 66.4% 93.5%, 66.4% 93.2%, 66.1% 93.1%, 66.1% 92.8%, 66.1% 92.5%, 66.1% 92.5%, 66.3% 92.3%, 66.5% 92.2%, 66.5% 92.1%, 66.6% 92%, 66.6% 92%, 66.7% 91.8%, 67% 91.8%, 67% 92.4%, 67.1% 92.5%, 67.2% 92.5%, 67.5% 92%, 67.5% 91.4%, 67.5% 91.1%, 67.6% 91.1%, 67.6% 91.6%, 67.6% 93.1%, 67.6% 94.1%, 67.5% 94.1%, 67.5% 94.5%, 67.5% 94.6%, 67.5% 94.7%, 67.6% 94.8%, 67.7% 94.8%, 67.7% 94.8%, 67.8% 94.8%, 67.8% 94.7%, 67.8% 94.7%, 68% 94.1%, 68.1% 93.7%, 68.3% 93%, 68.3% 93%, 68.4% 92.7%, 68.6% 92.2%, 68.6% 91.6%, 68.7% 91.3%, 68.8% 90.8%, 68.9% 90.4%, 69.3% 90.4%, 69.3% 91.2%, 69.6% 91.5%, 69.6% 91.9%, 69.4% 92.1%, 69.4% 92.6%, 69.6% 92.7%, 69.6% 93%, 69.4% 93%, 69.3% 93.1%, 69.3% 93.5%, 69.5% 93.6%, 69.6% 93.7%, 69.7% 94.1%, 69.7% 94.8%, 69.8% 95.2%, 69.8% 95.9%, 69.8% 95.9%, 70% 96.4%, 69.9% 96.7%, 70% 97%, 69.9% 97.8%, 69.9% 98.3%, 69.8% 98.4%, 69.8% 98.7%, 69.9% 98.8%, 70.1% 98.8%, 70.1% 98.8%, 70.1% 98.8%, 70.1% 98.7%, 70.2% 98.6%, 70.2% 97.2%, 70.3% 97%, 70.4% 96.5%, 70.3% 95.9%, 70.4% 95.8%, 70.6% 95.1%, 70.5% 94.5%, 70.5% 94.4%, 70.6% 94.4%, 70.6% 94.3%, 70.6% 94.3%, 70.6% 94.3%, 70.7% 94%, 70.9% 93.8%, 71% 93.2%, 71.1% 93%, 71.2% 92.8%, 71.3% 92.8%, 71.6% 92.5%, 71.5% 92.2%, 71.6% 92%, 71.7% 91.9%, 71.7% 92.1%, 72.1% 92.1%, 72.2% 92.6%, 72.2% 93.1%, 72.1% 93.3%, 72.2% 93.5%, 72.8% 93.5%, 72.9% 93.4%, 72.9% 92.1%, 73.1% 91.8%, 73.2% 91.7%, 73.5% 91.5%, 73.9% 91.1%, 73.9% 90.7%, 74% 89.6%, 74.1% 89.3%, 74.6% 89%, 74.6% 88.7%, 74.5% 88.5%, 74.5% 88.2%, 74.5% 88.1%, 74.6% 87.7%, 74.8% 87.4%, 75.4% 86.9%, 76.4% 86.4%, 77.4% 85.8%, 77.9% 85.5%, 78.4% 85.1%, 78.4% 85%, 78.5% 85%, 79% 84.8%, 79.2% 84.5%, 79.5% 84.4%, 79.8% 84.9%, 79.8% 84.9%, 79.9% 85%, 80.2% 85.3%, 80.1% 85.8%, 80.3% 86%, 80.6% 85.3%, 80.8% 85.1%, 81.3% 85%, 81.4% 84.6%, 81.7% 84.6%, 81.9% 85.1%, 82.1% 85.1%, 82.2% 84.7%, 82.4% 84.1%, 82.6% 84%, 82.7% 84%, 82.9% 83.9%, 83.2% 83.4%, 83.2% 83.1%, 83% 82.8%, 82.9% 82.5%, 83.1% 82.3%, 83.4% 81.9%, 83.5% 81.8%, 83.5% 81.8%, 84.1% 81.5%, 84.2% 81.1%, 84.6% 80.8%, 84.6% 80.8%, 84.7% 80.7%, 84.7% 80.7%, 84.8% 80.4%, 84.8% 80.3%, 84.8% 80.3%, 84.7% 80.1%, 84.7% 80.1%, 84.7% 80.1%, 84.6% 80%, 84.5% 80%, 84.4% 80%, 84.3% 80.1%, 84.1% 80.1%, 84% 79.7%, 84.2% 79.7%, 84.4% 79.6%, 84.9% 79.6%, 85.2% 79.5%, 85.3% 79.2%, 85.8% 78.7%, 86% 78.7%, 86.2% 78.7%, 86.3% 78.7%, 86.3% 78.6%, 86.4% 78.6%, 86.5% 78.5%, 86.7% 78.4%, 86.8% 78.3%, 86.9% 78.1%, 86.9% 78.1%, 87% 78%, 87.2% 77.8%, 87.4% 77.6%, 87.5% 77.5%, 87.5% 77.5%, 88.1% 76.9%, 88.1% 76.2%, 88.1% 76.1%, 88.4% 75.9%, 88.9% 75.9%, 89% 75.9%, 88.9% 76.4%, 88.9% 77.2%, 89.1% 78.3%, 89.3% 78.4%, 89.3% 79.1%, 89.4% 79.6%, 89.4% 80%, 89.7% 80.1%, 89.9% 80.6%, 90% 80.6%, 90.1% 80.4%, 90.6% 80.4%, 90.8% 80.3%, 90.8% 79.7%, 91% 79.7%, 91.2% 79.1%, 91.4% 78.4%, 91.4% 77.8%, 91.4% 77.7%, 91.3% 76.1%, 91.4% 76%, 91.8% 75.7%, 92.4% 75.7%, 92.6% 75.6%, 92.9% 75.6%, 93.4% 75.7%, 93.5% 76.2%, 93.9% 76.1%, 94% 76.4%, 94.2% 76.4%, 94.2% 76.3%, 94.5% 76.1%, 94.6% 76%, 94.6% 76%, 94.9% 75.7%, 95.2% 75.7%, 95.3% 75.8%, 95.4% 75.8%, 95.5% 75.6%, 95.5% 74.8%, 95.4% 74.4%, 95.3% 74%, 95.2% 73.1%, 95.5% 73%, 96% 72.7%, 96.2% 72.6%, 96.4% 71.9%, 96.7% 71.5%, 96.7% 70.8%, 97.4% 70.7%, 97.4% 70.7%, 97.4% 70.6%, 97.6% 70.4%, 97.8% 70.3%, 97.8% 70.2%, 97.6% 69.7%, 97.6% 69.2%, 97.6% 68.7%, 97.4% 68.4%, 97.4% 67.8%, 97.9% 67.7%, 97.9% 67.3%, 97.8% 67.2%, 97.8% 66.8%, 97.9% 66.7%, 97.9% 66.2%, 98% 65.8%, 97.9% 65.2%, 98.2% 64.5%, 98.5% 64.2%, 98.5% 63.8%, 98.7% 63.3%, 98.8% 62.7%, 99% 62.5%, 99% 61.8%, 99% 61.8%, 99.1% 60.9%, 99.2% 60.5%, 99.2% 60.3%, 99.3% 60%, 99.3% 59.8%, 99.3% 59.6%, 99.6% 58.3%, 99.7% 57.7%, 100% 55.9%, 100% 55.1%, 99.8% 54.9%, 83.2% 79.5%, 83.4% 79.4%, 83.7% 79.4%, 83.6% 79.6%, 82.9% 79.6%, 83% 79.3%, 83.2% 79.2%, 83.2% 79.5%, 83.3% 79.3%, 83.2% 79.2%, 83.4% 79.1%, 83.7% 79.1%, 83.7% 79.3%, 83.3% 79.3%, 83.2% 79.1%, 82.9% 79.1%, 82.9% 79.1%, 82.9% 79%, 83% 78.9%, 83.2% 78.9%, 83.2% 79%, 83.2% 79.1%, 81.4% 83.7%, 81.4% 83.6%, 81.8% 83.7%, 81.8% 83.8%, 81.4% 83.7%, 81.4% 83.9%, 81.6% 84%, 81.6% 83.9%, 81.8% 84%, 81.8% 84%, 81.7% 84.1%, 81.4% 84.1%, 81.4% 83.9%, 71.7% 91.2%, 71.8% 91.2%, 71.8% 91.2%, 71.8% 91.3%, 71.7% 91.2%, 71.7% 91.2%, 9.9% 19.2%, 9.7% 19.2%, 9.6% 18.9%, 9.7% 18.8%, 9.9% 18.9%, 9.9% 19.2%, 10.5% 16.6%, 10.9% 16.3%, 11.1% 16.1%, 11.4% 16%, 11.7% 15.7%, 11.7% 15.7%, 11.8% 15.7%, 11.9% 15.6%, 12.2% 15.7%, 12.2% 15.9%, 12% 16%, 11.7% 16.3%, 11.4% 16.6%, 11.4% 17.3%, 11.3% 17.4%, 10.9% 17.6%, 10.7% 17.6%, 10.2% 17.9%, 9.8% 18%, 9.7% 17.7%, 9.9% 17.5%, 10% 17.3%, 10.1% 17.2%, 10.2% 17.1%, 10.2% 17.1%, 10.5% 16.6%);
    z-index: -1;
    background: var(--white-color);
}

.post-txt .rating {
    margin-bottom: 20px;
}

.rate-card {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.rate-question {
    position: relative;
    font-family: 'mysecondfont-Regular';
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
}

.rate-title {
    color: #fff;
    font-size: 15px;
}

.rating-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.rating-stars {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.rating-star {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    font-size: 22px;
    color: #fff;
    transition: transform .25s ease, color .25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-star:hover {
    transform: translateY(-5px) scale(1.08);
}

.rating-star.active {
    color: #ffc928;
}

.rating-star.selected {
    animation: starPop .45s ease;
}

@keyframes starPop {
    0% {
        transform: scale(.7);
    }

    60% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

.love-box {
    position: relative;
    margin-left: auto;
    text-align: center;
}

.love-button {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 45px;
    height: 45px;
    border: 1px solid #ded9ca;
    border-radius: 50%;
    background: #fffdf7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
    transition: transform .3s ease, background .3s ease, border-color .3s ease;
}

.love-button:hover {
    transform: scale(1.08);
}

.love-button.active {
    background: #ffebe8;
    border-color: #ff7067;
    animation: lovePop .45s ease;
}

.love-button.active .heart {
    color: #ff4f5e;
}

.heart {
    color: #a0a0a0;
    transition: color .25s ease;
}

@keyframes lovePop {
    0% {
        transform: scale(.8);
    }

    50% {
        transform: scale(1.18);
    }

    100% {
        transform: scale(1);
    }
}

.feedback-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feedback-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e9fff5;
    color: #f2c513;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding: 7px;
}

.feedback-text {
    color: #b6e3cf;
    font-size: 14px;
    line-height: 1.5;
    transition: opacity .2s ease, transform .2s ease;
}

.feedback-text.change {
    opacity: 0;
    transform: translateY(5px);
}

.rating-value {
    font-size: 12px;
    font-weight: 700;
    color: #cacfcd;
}

@keyframes floatOne {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes floatTwo {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

.popup-txt {
    display: block;
    font-size: 14px;
    color: var(--main-color);
    margin-bottom: 20px;
    font-family: 'mysecondfont-Medium';
}

#rateloveModal .upload-box h3 {
    margin-bottom: 30px;
}

#rateloveModal .upload-box .main-btn {
    margin-top: 30px;
}

/******************************************
    Social Post CSS End 
******************************************/

/****************************************** 
    Become Dealer CSS Start 
******************************************/

/****************************************** 
    Dealer Point CSS Start 
******************************************/

.dp-wrap {
    display: flex;
    justify-content: flex-start;
}

.dp-item {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    width: 50%;
}

.dp-img {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    background: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-right: 15px;
}

.dp-img img {
    animation: 2s ease-in-out 0s infinite normal none running zoomInOut;
}

.dp-txt h3 {
    font-family: 'myfirstfont-Regular';
    color: var(--white-color);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

/******************************************
    Dealer Point CSS End 
******************************************/

/****************************************** 
    Dealer Enquiry CSS Start 
******************************************/

.bd-enquir-img {
    border-radius: 10px;
    overflow: hidden;
}

.bd-enquir-img img {
    width: 100%;
}

.bd-enquir-form .form-control {
    border: 1px solid #000;
    outline: none;
    padding: 10px 20px;
    font-family: 'mysecondfont-Regular';
    font-size: 16px;
    color: var(--txt-color);
    background: #fff0;
}

.bd-enquir-form .form-control::placeholder {
    color: var(--txt-color);
}

.bd-enquir-form .form-control.form-select {
    background-image: url(../images/dealer/down.png) !important;
    display: block;
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
}

.bd-enquir-form textarea.form-control {
    min-height: 100px;
}

.bd-enquir-form {
    padding-left: 100px;
}

.bd-enquir-sec .container {
    padding-bottom: 80px;
}

/******************************************
    Dealer Enquiry CSS End 
******************************************/

/****************************************** 
    Why Choose CSS Start 
******************************************/

.choose-img {
    border-radius: 10px;
    overflow: hidden;
    width: 90%;
    margin-left: auto;
}

.choose-img img {
    width: 100%;
}

.bd-choose-box {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
}

.choose-txt h3 {
    font-family: 'myfirstfont-Regular';
    color: #000;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.choose-icon {
    margin-right: 25px;
}

.choose-icon img {
    animation: 2s ease-in-out 0s infinite normal none running zoomInOut;
}

/******************************************
    Why Choose CSS End 
******************************************/

/****************************************** 
    About Page CSS Start 
******************************************/

/****************************************** 
    Overview CSS Start 
******************************************/

.overview-bg-color {
    background: #F1FCF6;
}

.overview-txt .inner-para {
    margin-bottom: 0;
}

.overview-img {
    width: 80%;
    margin-left: auto;
    border-radius: 10px;
    overflow: hidden;
}

/******************************************
    Overview CSS End 
******************************************/

/****************************************** 
    Counter CSS Start 
******************************************/

.bnr-item {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.bnr-item h3 {
    font-family: 'myfirstfont-Regular';
    color: var(--white-color);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
}

.bnr-icon img {
    animation: 2s ease-in-out 0s infinite normal none running zoomInOut;
}

/******************************************
    Counter CSS End 
******************************************/

/****************************************** 
    Story CSS Start 
******************************************/

.aboutstory-sec {
    background: #f2ede1;
}

.aboutstory-img {
    width: 100%;
    height: auto;
}

.aboutstory-con {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.aboutstory-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4%;
}

.aboutstory-txt .inner-para {
    margin-bottom: 0;
}

/******************************************
    Story CSS End 
******************************************/

/****************************************** 
    Mission Vision CSS Start 
******************************************/

.mv-wrap {
    justify-content: center;
    gap: 25px;
}

.mv-item {
    width: 530px;
    height: 530px;
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
}

.mv-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 104%;
    clip-path: polygon(99.8% 54.9%, 99.4% 53.5%, 99.2% 53.2%, 98.9% 53%, 98.9% 52%, 99% 50.3%, 99.1% 50.2%, 99.4% 49.7%, 99.4% 49.2%, 99.1% 48.9%, 99% 47.9%, 99.1% 47.2%, 99% 46.8%, 99% 46.3%, 98.8% 45.9%, 98.8% 44.8%, 98.7% 43.7%, 98.4% 41.9%, 98.2% 40.5%, 97.7% 38.2%, 97.4% 37.2%, 97.3% 36.6%, 97.2% 36.4%, 97% 35.7%, 97% 35.6%, 96.8% 35%, 96.8% 34.6%, 96.9% 34.5%, 96.9% 34.1%, 96.7% 34%, 96.7% 33.5%, 96.9% 33.2%, 97% 33.1%, 97.2% 32.9%, 97.1% 32.5%, 97.1% 32.5%, 97.1% 32.4%, 97.1% 32.3%, 96.9% 31.6%, 96.6% 30.8%, 96.3% 29.9%, 95.9% 29.6%, 95.9% 29.6%, 95.9% 29.3%, 95.8% 29.1%, 95.4% 28.8%, 95.2% 28.5%, 95.1% 28%, 95.1% 27.8%, 95% 27.6%, 94.8% 27.1%, 94.6% 26.7%, 94.5% 26.4%, 94.5% 26.4%, 94.3% 26.2%, 94.1% 25.8%, 94% 25.7%, 93.9% 25.4%, 93.8% 25.4%, 93.8% 25.3%, 93.7% 25.3%, 93.4% 25.2%, 93.2% 24.8%, 92.9% 24.4%, 92.6% 24%, 92.6% 23.9%, 92.5% 23.8%, 92.4% 23.7%, 92.3% 23.6%, 92.1% 23.3%, 92% 23.1%, 92% 23%, 91.9% 22.9%, 91.7% 22.4%, 91% 21.4%, 90.2% 20.3%, 89.6% 19.5%, 88.9% 18.6%, 88.9% 18.6%, 88.9% 18.6%, 88.7% 18.4%, 88.1% 17.6%, 87.9% 17.5%, 88% 17.4%, 87.6% 17%, 87.4% 16.8%, 86.4% 15.8%, 86% 15.3%, 85.5% 14.9%, 85.1% 14.4%, 85% 14.4%, 85% 14.3%, 84.9% 14.2%, 84.6% 13.9%, 84.5% 13.9%, 84.5% 13.8%, 84% 13.4%, 83.3% 12.7%, 82.7% 12.2%, 82.2% 11.8%, 81.7% 11.4%, 81.8% 11.4%, 81.3% 11.1%, 80.6% 10.5%, 79.9% 10%, 79.3% 9.5%, 78.3% 8.8%, 77.5% 8.2%, 77.1% 7.9%, 77% 7.7%, 77.1% 7.5%, 77% 7.3%, 76.6% 7.1%, 76.1% 7%, 75.9% 7.1%, 75.7% 7.1%, 75.5% 7.1%, 74.8% 6.8%, 73.9% 6.3%, 73.6% 6.1%, 73.6% 6.1%, 72.9% 5.8%, 72.3% 5.2%, 70.6% 4.6%, 70.3% 4.3%, 69.8% 3.9%, 69.2% 3.9%, 68.8% 3.7%, 68.1% 3.7%, 68.1% 3.6%, 67.9% 3.4%, 66.5% 2.9%, 65.1% 2.8%, 64.7% 2.6%, 63.4% 2.2%, 62.9% 1.9%, 62.2% 1.9%, 62% 1.8%, 61.4% 1.5%, 61.4% 1.5%, 61.3% 1.5%, 59.6% 1.2%, 58.9% 1.2%, 58.1% 1.1%, 57.8% 0.9%, 57.2% 0.9%, 56.6% 0.8%, 56% 0.6%, 56% 0.5%, 55.8% 0.2%, 55% 0.2%, 54.7% 0.4%, 54% 0.4%, 52.1% 0.3%, 51.9% 0.2%, 51.5% 0%, 51.2% 0.1%, 50.2% 0.1%, 50.1% 0.2%, 49.6% 0.3%, 49.3% 0.4%, 47.7% 0.5%, 45.7% 0.6%, 45.3% 0.6%, 45.1% 0.4%, 44.6% 0.4%, 44.6% 0.5%, 44.5% 0.5%, 44.4% 0.6%, 44.3% 0.6%, 43.9% 0.8%, 43.3% 0.9%, 41.2% 1.2%, 38.9% 1.6%, 38.4% 1.8%, 36.4% 2.2%, 35% 2.6%, 32.7% 3.3%, 31.3% 3.9%, 30.5% 4.2%, 30.5% 4.2%, 29.6% 4.5%, 29.6% 4.5%, 29.3% 4.7%, 27.6% 5.3%, 26.1% 6.1%, 26.1% 6.1%, 25.7% 6.2%, 24.3% 6.9%, 23.4% 7.4%, 22.6% 7.8%, 21.9% 7.8%, 21.8% 7.9%, 21.1% 8.3%, 20.7% 8.8%, 20.4% 8.8%, 20.3% 8.8%, 20.2% 8.8%, 20.2% 8.8%, 20% 8.8%, 19.6% 9%, 19.6% 9.5%, 19.2% 9.8%, 18.9% 10.1%, 18.2% 10.6%, 18% 10.8%, 17.8% 10.9%, 17.4% 11.2%, 17.1% 11.5%, 16.8% 11.8%, 16% 12.3%, 15.7% 12.6%, 15.5% 12.7%, 15.4% 12.9%, 15% 13.1%, 14.7% 13.3%, 14.7% 13.4%, 14.6% 13.5%, 14.1% 14.1%, 13.4% 14.3%, 13.4% 14.3%, 13.2% 14.4%, 13.2% 14.7%, 13.1% 14.9%, 13.1% 14.9%, 13% 15.2%, 12.7% 15.5%, 12.3% 15.4%, 12.3% 15.1%, 12.5% 15%, 12.8% 14.9%, 12.8% 14.9%, 12.8% 14.8%, 12.9% 14.5%, 12.7% 14.4%, 12.5% 14.6%, 12.2% 14.7%, 11.8% 14.9%, 11.7% 15.3%, 11.6% 15.3%, 11.3% 15.5%, 11.1% 15.9%, 10.6% 16.2%, 10.5% 16.5%, 10% 16.9%, 9.9% 17.1%, 9.8% 17.2%, 9.7% 17.2%, 9.7% 17.3%, 9.7% 17.3%, 9.7% 17.3%, 9.5% 17.4%, 9.3% 17.7%, 8.7% 18.7%, 8.6% 19.4%, 8.5% 19.4%, 8.4% 19.5%, 8.3% 19.5%, 8.2% 19.7%, 7.7% 20.3%, 7.7% 20.4%, 7.7% 20.4%, 7.5% 20.7%, 7.3% 21%, 7.2% 21.3%, 7.5% 21.2%, 7.4% 21.4%, 7.1% 21.9%, 6.8% 22.1%, 6.8% 21.7%, 6.6% 21.7%, 6.4% 21.7%, 6.3% 21.6%, 6.2% 21.6%, 6.1% 21.6%, 6.2% 21.6%, 6% 21.6%, 5.8% 22%, 5.7% 22.7%, 5.7% 22.8%, 5.6% 23.1%, 5.4% 23.4%, 5.4% 23.6%, 5.4% 23.6%, 5.4% 23.8%, 5.5% 24%, 5.1% 24.1%, 5% 24.6%, 4.8% 24.9%, 4.7% 25%, 4.4% 25.7%, 4.3% 25.7%, 3.8% 25.8%, 3.5% 25.6%, 3.5% 25.6%, 3.5% 25.6%, 3.1% 25.4%, 3.1% 25.4%, 3% 25.4%, 2.4% 25.4%, 2.3% 25.7%, 2.2% 26%, 2.2% 25.9%, 2.2% 26.2%, 2.4% 26.3%, 2.5% 26.5%, 2.3% 26.9%, 2.2% 27.1%, 2.2% 27.1%, 2.1% 27.7%, 2.1% 27.8%, 2.1% 28.1%, 2.4% 28.4%, 2.6% 28.5%, 2.6% 29.2%, 2.3% 29.1%, 2% 29.1%, 2% 29.1%, 1.7% 29.1%, 1.5% 29.2%, 1.6% 29.6%, 2.1% 29.8%, 2% 30.6%, 1.9% 30.6%, 1.9% 30.1%, 1.8% 30.1%, 1.8% 30.1%, 1.6% 30%, 1.4% 30%, 1.4% 30%, 1.3% 30%, 1.3% 30%, 1.2% 30%, 1.2% 30.1%, 1.2% 30.1%, 1.2% 30.2%, 1.2% 30.3%, 1.2% 30.4%, 1.2% 30.4%, 1.3% 30.4%, 1.6% 30.7%, 1.3% 31.2%, 1.2% 31.6%, 1.4% 31.8%, 1.8% 32%, 2.1% 32.3%, 2.1% 32.6%, 1.9% 33.2%, 1.5% 34.3%, 1.5% 34.9%, 1% 36.7%, 0.9% 37%, 0.5% 37%, 0.5% 37.3%, 0.7% 37.5%, 0.5% 38%, 0.2% 40.4%, 0.2% 40.5%, 0.1% 41%, 0.1% 43.7%, 0.1% 45.4%, 0.1% 46.8%, 0% 47%, 0% 48.2%, 0.1% 48.6%, 0.2% 50.7%, 0.4% 52.5%, 0.5% 53.2%, 0.9% 55.9%, 1.3% 57.8%, 1.9% 60.4%, 2.2% 61.2%, 2.4% 61.9%, 2.9% 63.2%, 3.3% 64.2%, 3.3% 64.3%, 3.6% 65%, 4.1% 66.2%, 4.8% 67.6%, 5% 68%, 5% 68%, 5.4% 68.7%, 5.4% 68.7%, 5.7% 69.2%, 6.6% 70.8%, 7.3% 71.8%, 7.3% 71.9%, 7.3% 71.9%, 7.4% 72%, 7.5% 72.1%, 7.5% 72.1%, 8% 72.9%, 8.5% 73.6%, 8.7% 73.9%, 8.8% 74%, 8.9% 74.2%, 9.1% 74.4%, 9.1% 74.4%, 9.2% 74.5%, 9.9% 75.4%, 10.6% 76.3%, 10.7% 76.4%, 10.8% 76.6%, 11.3% 77.2%, 11.5% 77.4%, 11.5% 77.4%, 11.6% 77.4%, 12.1% 78.1%, 12.9% 78.9%, 13.3% 79.4%, 14.5% 80.6%, 15.3% 81.3%, 15.8% 81.7%, 16.4% 82.2%, 17.3% 82.9%, 18.1% 83.5%, 19.1% 84.3%, 20.1% 84.9%, 21.6% 85.9%, 23.2% 86.8%, 24.3% 87.5%, 25.7% 88.2%, 26.9% 88.8%, 28.1% 89.4%, 29.5% 90%, 29.9% 90.2%, 30.4% 90.4%, 30.4% 90.4%, 31.2% 90.7%, 31.3% 90.8%, 31.7% 91%, 32.3% 91.1%, 32.6% 91.2%, 32.7% 91.2%, 32.8% 91.2%, 34% 91.6%, 34.6% 91.8%, 34.6% 91.8%, 35% 91.9%, 35.9% 92.2%, 36.2% 92.3%, 36.7% 92.4%, 38% 92.8%, 38.2% 92.8%, 38.2% 92.8%, 39.4% 93.1%, 39.5% 93.5%, 39.5% 93.6%, 40.1% 94%, 40.7% 94.3%, 41.2% 94.3%, 41.4% 94.2%, 41.4% 94.2%, 41.8% 94.1%, 41.8% 94%, 42.1% 93.9%, 42.4% 93.6%, 43.4% 93.7%, 46.3% 93.9%, 48.3% 93.9%, 50% 93.9%, 53% 93.9%, 54.8% 93.8%, 54.8% 93.8%, 55.5% 93.7%, 56.7% 93.6%, 57.1% 93.6%, 57.5% 93.5%, 57.5% 93.5%, 57.9% 93.5%, 58.5% 93.5%, 58.5% 95.4%, 58.6% 96.3%, 58.8% 96.7%, 59% 97.5%, 58.9% 97.9%, 59% 98.5%, 58.9% 99.1%, 59.1% 99.3%, 59.9% 99.4%, 60% 99.7%, 60.2% 99.8%, 60.4% 99.8%, 60.5% 99.7%, 60.5% 99.7%, 60.8% 99.4%, 60.9% 98.8%, 61% 98.1%, 61.1% 98.1%, 61.1% 98.6%, 61.2% 99.4%, 61.3% 99.5%, 61.3% 99.5%, 61.4% 99.6%, 61.6% 99.6%, 61.6% 99.5%, 61.9% 99.5%, 62% 99.5%, 62% 99%, 61.9% 98.9%, 61.9% 98.7%, 62% 98.6%, 62.3% 98.1%, 62.6% 97.8%, 62.5% 97.6%, 62.6% 96.8%, 63.1% 96.6%, 63.1% 96.5%, 63.3% 95.2%, 63.4% 95%, 63.4% 95%, 63.6% 94.8%, 63.6% 94.7%, 63.6% 94.7%, 63.7% 94.5%, 64% 93.3%, 64.2% 93.2%, 64.2% 92.6%, 64.3% 92.4%, 65.3% 92.4%, 65.3% 94.1%, 65.4% 94.2%, 65.6% 94.5%, 65.8% 94.6%, 65.9% 94.4%, 66.1% 94.1%, 66.1% 93.3%, 66.2% 93.5%, 66.4% 93.5%, 66.4% 93.2%, 66.1% 93.1%, 66.1% 92.8%, 66.1% 92.5%, 66.1% 92.5%, 66.3% 92.3%, 66.5% 92.2%, 66.5% 92.1%, 66.6% 92%, 66.6% 92%, 66.7% 91.8%, 67% 91.8%, 67% 92.4%, 67.1% 92.5%, 67.2% 92.5%, 67.5% 92%, 67.5% 91.4%, 67.5% 91.1%, 67.6% 91.1%, 67.6% 91.6%, 67.6% 93.1%, 67.6% 94.1%, 67.5% 94.1%, 67.5% 94.5%, 67.5% 94.6%, 67.5% 94.7%, 67.6% 94.8%, 67.7% 94.8%, 67.7% 94.8%, 67.8% 94.8%, 67.8% 94.7%, 67.8% 94.7%, 68% 94.1%, 68.1% 93.7%, 68.3% 93%, 68.3% 93%, 68.4% 92.7%, 68.6% 92.2%, 68.6% 91.6%, 68.7% 91.3%, 68.8% 90.8%, 68.9% 90.4%, 69.3% 90.4%, 69.3% 91.2%, 69.6% 91.5%, 69.6% 91.9%, 69.4% 92.1%, 69.4% 92.6%, 69.6% 92.7%, 69.6% 93%, 69.4% 93%, 69.3% 93.1%, 69.3% 93.5%, 69.5% 93.6%, 69.6% 93.7%, 69.7% 94.1%, 69.7% 94.8%, 69.8% 95.2%, 69.8% 95.9%, 69.8% 95.9%, 70% 96.4%, 69.9% 96.7%, 70% 97%, 69.9% 97.8%, 69.9% 98.3%, 69.8% 98.4%, 69.8% 98.7%, 69.9% 98.8%, 70.1% 98.8%, 70.1% 98.8%, 70.1% 98.8%, 70.1% 98.7%, 70.2% 98.6%, 70.2% 97.2%, 70.3% 97%, 70.4% 96.5%, 70.3% 95.9%, 70.4% 95.8%, 70.6% 95.1%, 70.5% 94.5%, 70.5% 94.4%, 70.6% 94.4%, 70.6% 94.3%, 70.6% 94.3%, 70.6% 94.3%, 70.7% 94%, 70.9% 93.8%, 71% 93.2%, 71.1% 93%, 71.2% 92.8%, 71.3% 92.8%, 71.6% 92.5%, 71.5% 92.2%, 71.6% 92%, 71.7% 91.9%, 71.7% 92.1%, 72.1% 92.1%, 72.2% 92.6%, 72.2% 93.1%, 72.1% 93.3%, 72.2% 93.5%, 72.8% 93.5%, 72.9% 93.4%, 72.9% 92.1%, 73.1% 91.8%, 73.2% 91.7%, 73.5% 91.5%, 73.9% 91.1%, 73.9% 90.7%, 74% 89.6%, 74.1% 89.3%, 74.6% 89%, 74.6% 88.7%, 74.5% 88.5%, 74.5% 88.2%, 74.5% 88.1%, 74.6% 87.7%, 74.8% 87.4%, 75.4% 86.9%, 76.4% 86.4%, 77.4% 85.8%, 77.9% 85.5%, 78.4% 85.1%, 78.4% 85%, 78.5% 85%, 79% 84.8%, 79.2% 84.5%, 79.5% 84.4%, 79.8% 84.9%, 79.8% 84.9%, 79.9% 85%, 80.2% 85.3%, 80.1% 85.8%, 80.3% 86%, 80.6% 85.3%, 80.8% 85.1%, 81.3% 85%, 81.4% 84.6%, 81.7% 84.6%, 81.9% 85.1%, 82.1% 85.1%, 82.2% 84.7%, 82.4% 84.1%, 82.6% 84%, 82.7% 84%, 82.9% 83.9%, 83.2% 83.4%, 83.2% 83.1%, 83% 82.8%, 82.9% 82.5%, 83.1% 82.3%, 83.4% 81.9%, 83.5% 81.8%, 83.5% 81.8%, 84.1% 81.5%, 84.2% 81.1%, 84.6% 80.8%, 84.6% 80.8%, 84.7% 80.7%, 84.7% 80.7%, 84.8% 80.4%, 84.8% 80.3%, 84.8% 80.3%, 84.7% 80.1%, 84.7% 80.1%, 84.7% 80.1%, 84.6% 80%, 84.5% 80%, 84.4% 80%, 84.3% 80.1%, 84.1% 80.1%, 84% 79.7%, 84.2% 79.7%, 84.4% 79.6%, 84.9% 79.6%, 85.2% 79.5%, 85.3% 79.2%, 85.8% 78.7%, 86% 78.7%, 86.2% 78.7%, 86.3% 78.7%, 86.3% 78.6%, 86.4% 78.6%, 86.5% 78.5%, 86.7% 78.4%, 86.8% 78.3%, 86.9% 78.1%, 86.9% 78.1%, 87% 78%, 87.2% 77.8%, 87.4% 77.6%, 87.5% 77.5%, 87.5% 77.5%, 88.1% 76.9%, 88.1% 76.2%, 88.1% 76.1%, 88.4% 75.9%, 88.9% 75.9%, 89% 75.9%, 88.9% 76.4%, 88.9% 77.2%, 89.1% 78.3%, 89.3% 78.4%, 89.3% 79.1%, 89.4% 79.6%, 89.4% 80%, 89.7% 80.1%, 89.9% 80.6%, 90% 80.6%, 90.1% 80.4%, 90.6% 80.4%, 90.8% 80.3%, 90.8% 79.7%, 91% 79.7%, 91.2% 79.1%, 91.4% 78.4%, 91.4% 77.8%, 91.4% 77.7%, 91.3% 76.1%, 91.4% 76%, 91.8% 75.7%, 92.4% 75.7%, 92.6% 75.6%, 92.9% 75.6%, 93.4% 75.7%, 93.5% 76.2%, 93.9% 76.1%, 94% 76.4%, 94.2% 76.4%, 94.2% 76.3%, 94.5% 76.1%, 94.6% 76%, 94.6% 76%, 94.9% 75.7%, 95.2% 75.7%, 95.3% 75.8%, 95.4% 75.8%, 95.5% 75.6%, 95.5% 74.8%, 95.4% 74.4%, 95.3% 74%, 95.2% 73.1%, 95.5% 73%, 96% 72.7%, 96.2% 72.6%, 96.4% 71.9%, 96.7% 71.5%, 96.7% 70.8%, 97.4% 70.7%, 97.4% 70.7%, 97.4% 70.6%, 97.6% 70.4%, 97.8% 70.3%, 97.8% 70.2%, 97.6% 69.7%, 97.6% 69.2%, 97.6% 68.7%, 97.4% 68.4%, 97.4% 67.8%, 97.9% 67.7%, 97.9% 67.3%, 97.8% 67.2%, 97.8% 66.8%, 97.9% 66.7%, 97.9% 66.2%, 98% 65.8%, 97.9% 65.2%, 98.2% 64.5%, 98.5% 64.2%, 98.5% 63.8%, 98.7% 63.3%, 98.8% 62.7%, 99% 62.5%, 99% 61.8%, 99% 61.8%, 99.1% 60.9%, 99.2% 60.5%, 99.2% 60.3%, 99.3% 60%, 99.3% 59.8%, 99.3% 59.6%, 99.6% 58.3%, 99.7% 57.7%, 100% 55.9%, 100% 55.1%, 99.8% 54.9%, 83.2% 79.5%, 83.4% 79.4%, 83.7% 79.4%, 83.6% 79.6%, 82.9% 79.6%, 83% 79.3%, 83.2% 79.2%, 83.2% 79.5%, 83.3% 79.3%, 83.2% 79.2%, 83.4% 79.1%, 83.7% 79.1%, 83.7% 79.3%, 83.3% 79.3%, 83.2% 79.1%, 82.9% 79.1%, 82.9% 79.1%, 82.9% 79%, 83% 78.9%, 83.2% 78.9%, 83.2% 79%, 83.2% 79.1%, 81.4% 83.7%, 81.4% 83.6%, 81.8% 83.7%, 81.8% 83.8%, 81.4% 83.7%, 81.4% 83.9%, 81.6% 84%, 81.6% 83.9%, 81.8% 84%, 81.8% 84%, 81.7% 84.1%, 81.4% 84.1%, 81.4% 83.9%, 71.7% 91.2%, 71.8% 91.2%, 71.8% 91.2%, 71.8% 91.3%, 71.7% 91.2%, 71.7% 91.2%, 9.9% 19.2%, 9.7% 19.2%, 9.6% 18.9%, 9.7% 18.8%, 9.9% 18.9%, 9.9% 19.2%, 10.5% 16.6%, 10.9% 16.3%, 11.1% 16.1%, 11.4% 16%, 11.7% 15.7%, 11.7% 15.7%, 11.8% 15.7%, 11.9% 15.6%, 12.2% 15.7%, 12.2% 15.9%, 12% 16%, 11.7% 16.3%, 11.4% 16.6%, 11.4% 17.3%, 11.3% 17.4%, 10.9% 17.6%, 10.7% 17.6%, 10.2% 17.9%, 9.8% 18%, 9.7% 17.7%, 9.9% 17.5%, 10% 17.3%, 10.1% 17.2%, 10.2% 17.1%, 10.2% 17.1%, 10.5% 16.6%);
    z-index: -1;
}

.mv-item:nth-child(1), .mv-item:nth-child(1)::after {
    background: #FF6665;
}

.mv-item:nth-child(2), .mv-item:nth-child(2)::after {
    background: #9F8EE6;
}

.mv-item .inner-para {
    margin-bottom: 0;
}

.mission-shape {
    position: absolute;
    left: -70px;
    bottom: 15%;
    z-index: -1;
    width: 25%;
}

.vision-shape {
    position: absolute;
    right: -70px;
    top: 10%;
    z-index: -1;
    width: 25%;
}

/******************************************
    Mission Vision CSS End 
******************************************/

/****************************************** 
    Core Value CSS Start 
******************************************/

.value-head {
    margin-bottom: 50px;
}

.value-box {
    background: #FFFCEB;
}

/* .value-sec .container {
    padding-bottom: 80px;
} */

/****************************************** 
    Core Value CSS End 
******************************************/

/******************************************
    Journey CSS End 
******************************************/

.journey-con {
    background: #4E8465;
}

.journey-box h3 {
    font-size: 55px;
    line-height: 1.2;
    position: relative;
    font-family: var(--h2HeadingFont);
    color: #fff;
    letter-spacing: .3px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.line {
    position: relative;
    padding: 25px 0;
    background: #36664B;
    display: block;
    margin-bottom: 20px;
}

.line::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    border-top: 3px dashed #fff;
}

.journey-box p {
    text-align: center;
    color: #fff;
    padding: 0 10px;
}

.journey-slider {
    padding-bottom: 60px;
}

.journey-slider .swiper-button-prev {
    top: auto;
    transform: none;
    position: relative;
    left: auto;
    display: block;
}

.journey-slider .swiper-button-next {
    top: auto;
    transform: none;
    position: relative;
    right: auto;
    display: block;
}

.journey-slider-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 80px;
}

/******************************************
    Journey CSS End 
******************************************/

/****************************************** 
    Team CSS Start 
******************************************/

.team-head {
    margin-bottom: 50px;
}

.team-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.team-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, #26262600 0%, #262626 100%);
    transition: all ease-in-out 0.4s;
    z-index: 1;
}

.team-box img {
    width: 100%;
}

.team-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
}

.team-txt p.name {
    color: var(--white-color);
    font-family: 'mysecondfont-Medium';
    margin-bottom: 0;
}

.team-txt p.desig {
    color: #B5F3CF;
    font-family: 'mysecondfont-Light';
    margin-bottom: 0;
}

/******************************************
    Team CSS End 
******************************************/

/****************************************** 
    Facility CSS Start 
******************************************/

.facility-img {
    border-radius: 10px;
    overflow: hidden;
}

.facility-img img {
    width: 100%;
}

.facility-txt li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.facility-txt li::before {
    content: '';
    /*position: absolute;
    left: 0;
    top: 14px;*/
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: var(--main-color);
    margin-top: 1px;
}

/****************************************** 
    Facility CSS End 
******************************************/

/****************************************** 
    Career Page CSS Start 
******************************************/

/****************************************** 
    Life @ CSS Start 
******************************************/

.life-img {
    width: 90%;
    margin-left: auto;
    border-radius: 10px;
    overflow: hidden;
}

.life-img img {
    width: 100%;
}

/******************************************
    Life @ CSS End 
******************************************/

/****************************************** 
    Benefit CSS Start 
******************************************/

.benefit-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.benefit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefit-box::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, #26262600 0%, #262626 100%);
    transition: all ease-in-out 0.4s;
    z-index: 1;
    transition: all ease-in-out 0.4s;
}

.benefit-box:hover::before {
    height: 100%;
    background: #263931;
    opacity: 0.7;
}

.benefit-head {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
    transition: all ease-in-out 0.4s;
}

.benefit-box:hover .benefit-head {
    bottom: -100%;
}

.benefit-txt {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
    transition: all ease-in-out 0.4s;
}

.benefit-box:hover .benefit-txt {
    bottom: 0%;
}

.benefit-head h3, .benefit-txt h4 {
    font-family: 'myfirstfont-Regular';
    color: var(--white-color);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
}

.benefit-txt h4 {
    margin-bottom: 15px;
}

.benefit-txt p {
    color: var(--white-color);
}

.benefit-slider .swiper-button-prev {
    top: auto;
    transform: none;
    position: relative;
    left: auto;
    display: block;
}

.benefit-slider .swiper-button-next {
    top: auto;
    transform: none;
    position: relative;
    right: auto;
    display: block;
}

/******************************************
    Benefit CSS End 
******************************************/

/****************************************** 
    Opening CSS Start 
******************************************/

.opportunity-con .accordion-button {
    flex-wrap: wrap;
    background: transparent;
    box-shadow: none;
    border-radius: 0 !important;
    padding: 0;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.opportunity-con .accordion-button h3 {
    width: 60%;
    font-size: 20px;
    font-family: 'mysecondfont-Medium';
    color: #000;
}

.opportunity-con .accordion-button p {
    width: 35%;
    text-align: right;
}

.opportunity-con .accordion-item {
    border-radius: 0 !important;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #8D8D8D;
    background: #fff0;
}

.opportunity-con .accordion-button::after {
    background-image: url(../images/plus.png);
    content: '';
    display: block;
}

.opportunity-con .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
    content: '';
}

.opening-txt p, .opening-txt li {
    margin-bottom: 15px;
    color: var(--white-color);
}

.opening-txt .main-btn {
    margin-top: 40px;
}

.opportunity-con .accordion-body {
    background: var(--main-light-color);
    margin-bottom: 30px;
}

.opening-btn {
    display: flex;
    justify-content: flex-end;
}

/******************************************
    Opening CSS End 
******************************************/

/****************************************** 
    Job Apply CSS Start 
******************************************/

.job-form .form-control {
    padding: 12px 24px;
    font-size: 14px;
    border: 1px solid var(--main-color);
    outline: none;
    font-family: 'mysecondfont-Regular';
    color: var(--main-color);
    background-color: #fff0;
    border-radius: 5px;
}

.job-form .form-control::placeholder {
    color: var(--main-color);
}

.custom-file-upload {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid var(--main-color);
    background: #fff0;
    overflow: hidden;
    border-radius: 5px;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.file-btn {
    background: var(--main-light-color);
    color: #fff;
    padding: 12px 24px;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: 0.3s;
}

.file-btn:hover {
    background: var(--main-color);
}

#fileName {
    padding: 0 15px;
    font-size: 14px;
    color: var(--main-color);
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-form textarea.form-control {
    height: 100px;
}

/******************************************
    Job Apply CSS End 
******************************************/

/****************************************** 
    Contact Page CSS Start 
******************************************/

/****************************************** 
    Contact CSS Start 
******************************************/

.connect-head {
    margin-bottom: 30px;
}

.connect-head .inner-para {
    margin-bottom: 0;
}

.connect-head .heading {
    margin-bottom: 25px;
}

.connect-txt {
    background: var(--white-color);
    padding: 40px;
}

.connect-info {
    height: 100%;
    background: var(--main-light-color);
    padding: 30px;
}

.connect-info h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.connect-item {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    padding: 15px;
    background: #46795C;
    margin-bottom: 20px;
}

.connect-item i {
    color: #B8D879;
    font-size: 22px;
    width: 30px;
    margin-top: 7px;
}

.contact-head {
    font-family: 'mysecondfont-SemiBold';
    color: var(--white-color);
}

.connect-item-txt a {
    color: var(--white-color);
}

.contact-social p {
    color: #fff;
    margin-bottom: 5px;
}

.contact-social-icon {
    color: var(--main-light-color);
    margin-right: 10px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b8d879;
    border-radius: 50px;
}

.contact-social-media {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}

/******************************************
    Contact CSS End 
******************************************/

/****************************************** 
    Nutri Fresh Page CSS Start 
******************************************/

/****************************************** 
    Bannner CSS Start 
******************************************/

.bnr-logo {
    width: 200px;
    height: auto;
    margin-bottom: 30px;
}

/******************************************
    Bannner CSS End 
******************************************/

/****************************************** 
    Category CSS Start 
******************************************/

.cate-box {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: block;
}

.cate-box .main-img {
    width: 100%;
}

.cate-box::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, #26262600 0%, #f9b20e 100%);
    transition: all ease-in-out 0.4s;
    z-index: 1;
}

.cate-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cate-txt h3 {
    font-family: 'myfirstfont-Regular';
    color: var(--white-color);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
}

.cate-btn img {
    width: 40px;
}

.nutriproduct-sec {
    background: #712025;
}

.nutriproduct-box {
    background: #fbba00;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    text-align: center;
}

.nutriproduct-box h3 {
    font-family: 'myfirstfont-Regular';
    color: var(--main-color);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
}

.nutriproduct-box p {
    color: var(--main-color);
    font-family: 'mysecondfont-Medium';
}

.nutriproduct-img {
    background: #f5f3e6;
    margin-bottom: 20px;
    border-radius: 10px;
}

/******************************************
    Category CSS End 
******************************************/

/****************************************** 
    Bringing CSS Start 
******************************************/

.nutri-bringing .bringing-item:nth-child(1), .nutri-bringing .bringing-item:nth-child(1)::after {
    background: #353e92;
}

.nutri-bringing .bringing-item:nth-child(2), .nutri-bringing .bringing-item:nth-child(2)::after {
    background: #d7200b;
}

.nutri-bringing .bringing-item:nth-child(3), .nutri-bringing .bringing-item:nth-child(3)::after {
    background: #fcc500;
}

/******************************************
    Bringing CSS End 
******************************************/

/******************************************
    Responsive Start
******************************************/

@media (max-width: 1600px) {

    .bnr-txt h1 {
        font-size: 65px;
        line-height: 65px;
    }

    .bringing-item {
        width: 200px;
        height: 200px;
    }

    .product-box h3, .bringing-item h3, .business-box h3, .story-box h3, .upload-card h3, .pd-point-item h3, .pl-enquir-form h3, .choose-box h3, .dp-txt h3, .choose-txt h3, .benefit-head h3, .benefit-txt h4, .nutriproduct-box h3, .cate-txt h3 {
        font-size: 27px;
        line-height: 27px;
    }

    .faq-con .accordion-button {
        font-size: 16px;
    }

    .post-item {
        width: 160px;
        height: 160px;
    }

    .bnr-item h3 {
        font-size: 26px;
        line-height: 26px;
    }

    .mv-item {
        width: 470px;
        height: 470px;
    }

    .connect-info h3 {
        font-size: 20px;
    }
    
}

@media (max-width: 1440px) {

    .wave-box-shape {
        height: 200px;
    }

    .bnr-txt h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .product-box h3, .bringing-item h3, .business-box h3, .story-box h3, .upload-card h3, .pd-point-item h3, .pl-enquir-form h3, .choose-box h3, .dp-txt h3, .choose-txt h3, .benefit-head h3, .benefit-txt h4, .nutriproduct-box h3, .cate-txt h3 {
        font-size: 25px;
        line-height: 25px;
    }

    .blog-box h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .blog-box p {
        font-size: 14px;
        line-height: 20px;
    }

    .bringing-item {
        width: 180px;
        height: 180px;
    }

    .bring-img {
        width: 48%;
        object-fit: cover;
    }

    .business-sec .container {
        padding-bottom: 65px;
    }

    .product-box {
        padding: 150px 30px 40px;
    }

    .product-item img {
        margin-bottom: -120px;
    }

    .product-item:hover img {
        margin-bottom: -140px;
    }

    .companion-txt {
        width: 100%;
    }

    .pd-img {
        width: 500px;
        height: 500px;
    }

    .post-item {
        width: 150px;
        height: 150px;
    }

    .bnr-item h3 {
        font-size: 23px;
        line-height: 23px;
    }

    .mv-item {
        width: 450px;
        height: 450px;
    }

}

@media (max-width: 1399px) {

    .bnr-txt h1 {
        font-size: 55px;
        line-height: 55px;
    }

    .bringing-item {
        width: 170px;
        height: 170px;
    }

    .faq-con .accordion-button {
        font-size: 15px;
        line-height: 25px;
    }

    .pd-img {
        width: 460px;
        height: 460px;
    }

    .post-item {
        width: 140px;
        height: 140px;
    }

    .bnr-icon img {
        width: 60px;
        height: auto;
    }

    .mv-item {
        width: 400px;
        height: 400px;
    }

    .overview-img {
        width: 90%;
    }

    .connect-info h3 {
        font-size: 18px;
    }

    .rating-star {
        font-size: 16px;
    }

    .rate-title {
        font-size: 13px;
    }

    .rate-question {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    
   .bringing-item h3 {
        font-size: 16px;
        line-height: 20px;
   }

}

@media (max-width: 1199px) {

    .bnr-txt h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .product-box h3, .bringing-item h3, .business-box h3, .story-box h3, .upload-card h3, .pd-point-item h3, .pl-enquir-form h3, .choose-box h3, .dp-txt h3, .choose-txt h3, .benefit-head h3, .benefit-txt h4, .nutriproduct-box h3, .cate-txt h3 {
        font-size: 22px;
        line-height: 22px;
    }

    .blog-box p {
        font-size: 12px;
        line-height: 18px;
    }

    .blog-box {
        padding: 12px;
    }

    .business-btn img {
        width: 30px;
    }

    .rating {
        margin-bottom: 20px;
    }

    .wave-box-top {
        margin-top: -70px;
    }

    .pd-img {
        width: 400px;
        height: 400px;
    }

    .post-item {
        width: 115px;
        height: 115px;
    }

    .post-wrap {
        gap: 15px;
    }

    .pl-enquir-form {
        padding: 90px 0 90px 40px;
    }

    .dp-img {
        width: 60px;
        height: 60px;
    }

    .dp-img img {
        width: 20px;
    }

    .bd-enquir-form {
        padding-left: 70px;
    }

    .choose-img {
        width: 100%;
    }

    .choose-icon img {
        width: 60px;
    }

    .bnr-icon img {
        width: 60px;
        height: auto;
    }

    .choose-box {
        padding: 30px 30px;
    }

    .life-img {
        width: 100%;
    }

}

@media (max-width: 991px) {

    .bnr-txt h1 {
        font-size: 45px;
        line-height: 45px;
    }

    .star {
        width: 15px;
        height: 17px;
    }

    .upload-card {
        margin-top: 30px;
    }

    .pd-img {
        width: 430px;
        height: 430px;
        margin: 0 auto;
    }

    .companion-img {
        width: 100%;
    }

    .companion-txt {
        margin-bottom: 30px;
    }

    .pd-point-item {
        width: 32%;
    }

    .enquiry-img {
        width: 100%;
    }

    .form-btn {
        justify-content: center;
    }

    .pl-enquir-txt, .pl-enquir-form {
        padding: 65px 0 65px 0px;
    }

    .pl-enquir-form::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .pl-img, .pl-txt .inner-para, .pl-enquir-txt .inner-para {
        width: 100%;
    }

    .enquiry-form .form-control, .pl-enquir-form .form-control, .bd-enquir-form .form-control {
        padding: 10px 15px;
        font-size: 13px;
    }

    .post-txt {
        padding: 0 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
    }

    .gallery-wrap::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        width: 1100px;
        height: 100%;
        background: #000000;
        opacity: 0.6;
        z-index: 0;
    }

    .gallery-wrap {
        width: 100%;
    }

    .bd-enquir-form {
        padding-left: 0;
    }

    .mv-item {
        width: 340px;
        height: 340px;
        padding: 45px;
    }

    .mv-wrap {
        flex-wrap: wrap;
    }

    .overview-img {
        width: 100%;
    }

    .aboutstory-txt {
        width: 60%;
    }

    .product-details-sec .row:not(:last-child) {
        margin-bottom: 30px;
    }

}

@media (max-width: 767px) {

    .bnr-txt h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .bnr-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .product-box h3, .bringing-item h3, .business-box h3, .story-box h3, .upload-card h3, .pd-point-item h3, .pl-enquir-form h3, .choose-box h3, .dp-txt h3, .choose-txt h3, .benefit-head h3, .benefit-txt h4, .nutriproduct-box h3, .cate-txt h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .bringing-item {
        width: 160px;
        height: 160px;
    }

    .faq-con .accordion-button {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 15px;
    }

    .faq-con .accordion-item {
        margin-bottom: 15px;
    }

    .story-sec .container {
        padding-bottom: 10px;
    }

    .upload-card p {
        margin-bottom: 20px;
    }

    .gallery-wrap {
        width: 100%;
    }

    .gallery-wrap, .gallery-column {
        height: 400px;
    }

    .bnr-item h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .opportunity-con .accordion-button {
        flex-wrap: wrap;
    }

    .opportunity-con .accordion-button h3, .opportunity-con .accordion-button p {
        width: 85%;
        text-align: left;
    }

    .opportunity-con .accordion-button h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .aboutstory-txt {
        width: 100%;
    }

    .aboutstory-con {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        padding: 55px 0;
    }

}

@media (max-width: 575px) {

    .bnr-txt h1 {
        font-size: 35px;
        line-height: 35px;
        color: var(--white-color);
    }

    .bnr-con {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        transform: none;
        padding: 55px 0 70px;
        background: var(--main-color);
    }

    .bringing-item {
        /*width: 150px;
        height: 150px;*/
        width: 180px;
        height: 180px;
        padding: 20px;
    }

    .bringing-wrap {
        justify-content: center;
    }

    .pd-img {
        width: 330px;
        height: 330px;
    }

    .pd-point-item {
        width: 50%;
    }

    .product-slide-con {
        padding: 0 15px;
    }

    .post-item {
        width: 100px;
        height: 100px;
    }

    .gallery-column:not(:first-child) {
        margin-left: 0;
    }

    .gallery-wrap, .gallery-column {
        height: 300px;
    }

    .post-wrap {
        margin-top: 30px;
    }

    .dp-wrap {
        flex-wrap: wrap;
    }

    .dp-item {
        width: 100%;
    }

    .dp-item:not(:first-child) {
        padding-top: 20px;
    }

    .dp-txt .heading {
        margin-bottom: 0;
    }

    .choose-icon img {
        width: 50px;
    }

    .choose-icon {
        margin-right: 15px;
    }

    .dp-img {
        width: 50px;
        height: 50px;
    }

    .bnr-icon img {
        width: 35px;
    }

    .bnr-item {
        gap: 10px;
    }

    .bnr-item h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .choose-box {
        padding: 30px 30px;
    }

    .connect-info, .connect-txt {
        padding: 20px;
    }

    .love-button {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .rating-stars, .feedback-area {
        gap: 6px;
    }

    .rate-card {
        margin-top: 30px;
    }

    .feedback-text {
        font-size: 12px;
    }

    .feedback-icon {
        width: 18px;
        height: 18px;
        font-size: 11px;
        padding: 2px;
    }

}