/*** Spinner Start ***/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999;
}

.preloader {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* #spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 } */

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

.btn.border-secondary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}

.topbar {
    padding: 10px;
    /* border-radius: 230px 100px; */
    background: #AC2E30
}

.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 20px;
    transition: .5s;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.815);
}

.navbar {
    height: 100px;
    box-shadow: 0px 1px 7px #b5b5b5;
    background-color: #f8f8f8;
    border-radius: 0px 0px 100px 100px;
}

@media (max-width: 1200px) {
    .navbar {
        height: 100px;
        box-shadow: 0px 1px 7px #b5b5b5;
        background-color: #f8f8f8;
        border-radius: 0px;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
    }
}

@media (max-width: 1200px) {
    .navbar .collapse {
        background-color: #f8f8f8 !important;
    }
}

.navbar .navbar-collapse .navbar-nav a {
    display: inline-block;
    position: relative;
}

.navbar .navbar-collapse .navbar-nav a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fbb132;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.navbar .navbar-collapse .navbar-nav a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.navbar .navbar-nav .nav-link:hover {
    color: #fbb132;
}


.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: #ac2e30;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}

/*** Navbar End ***/

/*** Hero Header ***/
/* .hero-header {
    background: linear-gradient(rgba(252, 252, 252, 0.637), rgba(214, 214, 214, 0.534)), url(../img/top-view-delicious-cake-arrangement.jpg) center center no-repeat;
    background-size: cover;
} */

.carousel-item {
    position: relative;
}

.carousel-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    background: linear-gradient(rgba(255, 181, 36, 0.7), rgba(255, 181, 36, 0.7));
}

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--bs-white);
    background: var(--bs-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/123.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 279px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 992px) {

    .hero-header,
    .page-header {
        margin-top: 102px !important;
    }
}

@media (max-width: 992px) {

    .hero-header,
    .page-header {
        margin-top: 97px !important;
    }
}

@media (max-width: 998px) {
    hero-header .slider-sc h2 {
        font-size: 46px !important;
        text-align: center;
    }

    .slider-sc h5 {
        font-size: 30px !important;
        text-align: center;
    }

    .ltx-content-width p {
        font-size: 15px !important;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }

    .vc_column_container .btn-wrap {
        font-size: 15px !important;
        text-align: center;
    }
}

.btnbutton.btn-second:hover {
    color: #fab01f;
    background: #b22a30;
}

.hero-header {
    padding-top: 0px !important;
    background-image: url(../img/background3.png) !important;
    background-color: #fffffff8;
    transition: opacity .5s ease;
    overflow: hidden;
    background-position: 50% -11px;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-size: cover !important;
}

.btnbutton.btn-service:hover {
    background-color: #fff;
    color: #b22a30;
}

.mySwiper .swiper-wrapper .swiper-slide .main-images img {
    animation: slidecontent .4s linear .6s backwards;
}

@keyframes slidecontent {
    0% {
        opacity: 0;
        transform: translateX(60px);
    }
}

/*** Hero Header end ***/


/*** featurs Start ***/
.service {
    background: url(../img/border.png) top no-repeat;
    background-color: #ffd835;
}

/* .featurs .featurs-item .featurs-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

.featurs .featurs-item .featurs-icon::after {
    content: "";
    width: 35px;
    height: 35px;
    background: var(--bs-secondary);
    position: absolute;
    bottom: -10px;
    transform: translate(-50%);
    transform: rotate(45deg);
    background: var(--bs-secondary);

} */

/* .service .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.service .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.service .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.service .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
} */

.service-item .service-img {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 150px;
    z-index: 1;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    top: 15px;
    right: 0;
    bottom: -15px;
    left: 0;
    background: #AC2E30;
    border-radius: 150px;
    z-index: -1;
}

.service-item .service-img img {
    transition: 1s;
}

.service-item:hover .service-img img {
    /* transform: rotate(360deg); */
}

.heading.align-center {
    text-align: center;
}

.vc_custom_1533689996545 {
    margin-bottom: 12px !important;
}

.vc_custom_1533689916330 {
    margin-bottom: 15px !important;
}

.heading {
    position: relative;
    display: block;
    margin: 64px 0 16px;
}

.heading.subcolor-main .subheader1 {
    color: #000000;
}

.heading.subcolor-main .subheader,
.heading.subcolor-main span {
    color: #fab121;
}


.heading.header-subheader .subheader {
    margin-bottom: -6px;
}

@media (max-width: 991px) {
    .heading.header-subheader {
        margin-bottom: -6px;
        text-align: center;
    }
}

.heading h5 {
    line-height: 1.2em;
    font-size: 18px;
    font-weight: 900;
}

.heading.color-black .header {
    color: #b22a30;
}

.heading h2 {
    line-height: 1.2em;
    font-size: 40px;
    font-weight: 900;
}

.header {
    font-family: 'Signika', serif;
    font-weight: 900;
    word-wrap: break-word;
}

.ltx-content-width.col-align-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    color: black;
}

.wpb_wrapper {
    font-size: 14px;
    line-height: 1.6em;
    font-family: 'Signika', sans-serif;
}

.services-sc {
    position: relative;
}

.services-sc.layout-icon-row .swiper-slide {
    padding: 0px 0 0px 0px;
    text-align: center;
    position: relative;
}

.services-sc.layout-icon-row .swiper-slide a {
    position: relative;
    z-index: 20;
    display: block;
}

.services-sc.layout-icon-row .swiper-slide .ltx-hex-wrapper,
.services-sc.layout-icon-row .swiper-slide .ltx-hex {
    width: 220px;
    height: 190.52px;
    border-radius: 16px;
}

.services-sc.layout-icon-row .swiper-slide .ltx-hex-wrapper {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.services-sc.layout-icon-row .swiper-slide .ltx-hex-shadow {
    top: 15px;
    left: 0;
    position: absolute;
    filter: blur(10px);
    zoom: 1;
    filter: alpha(opacity=10);
    opacity: 0.1;
    transition: all 0.3s ease;
}

.ltx-hex {
    overflow: hidden;
    display: inline-block;
    width: 154px;
    height: 133.364px;
    transform: rotate(-30deg) skewX(30deg);
    border-radius: 14px;
}

.ltx-hex .ltx-hex-inner {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.ltx-hex>.ltx-hex-inner,
.ltx-hex>.ltx-hex-inner:before {
    display: block;
    overflow: hidden;
    width: inherit;
    height: inherit;
    border-radius: inherit;
}

.services-sc.layout-icon-row .swiper-slide .ltx-hex-shadow .ltx-hex-inner:before {
    background-color: #5A3733;
}

.services-sc.layout-icon-row .swiper-slide .ltx-hex-white .ltx-hex-inner:before {
    background-color: #fff;
}

.ltx-hex .ltx-hex-inner:before {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    background-color: #EB6D2F;
    content: '';
}

.ltx-hex>.ltx-hex-inner,
.ltx-hex>.ltx-hex-inner:before {
    display: block;
    overflow: hidden;
    width: inherit;
    height: inherit;
    border-radius: inherit;
}

.services-sc.layout-icon-row .swiper-slide .ltx-hex-white {
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
}

.services-sc.layout-icon-row .swiper-slide .ltx-hex-gray {
    top: 18px;
    left: 20px;
    position: absolute;
    transition: all 0.3s ease;
    width: 180px;
    height: 155.88px;
}

.services-sc.layout-icon-row .swiper-slide .ltx-hex-gray .ltx-hex-inner:before {
    background-color: #f5f4f3;
}

.services-sc.layout-icon-row .swiper-slide .ltx-hex-gray .ltx-hex-inner:hover {
    transform: translateY(50px);
}

.services-sc.layout-icon-row .swiper-slide .ltx-image {
    width: 100px;
    height: 100px;
    line-height: 200px;
    display: block;
    margin: 0 auto 160px;
    transition: all 0.3s ease;
    z-index: 20;
    text-align: center;
}

.services-sc.layout-icon-row .swiper-slide img {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.services-sc.layout-icon-row .swiper-slide .header {
    margin: 10px 0 10px;
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    color: #b22a30;
}

.services-sc.layout-icon-row .swiper-slide p {
    color: #5A3733;
}

.btn-wrap.align-center {
    margin: 20px 0 0 auto;
    text-align: center;
}

.btn-wrap .btn {
    margin-bottom: 25px;
}

.btnbutton {
    border-radius: 36px;
    background-clip: padding-box;
    transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 34px;
    margin-bottom: 25px;
    min-width: 130px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 0;
    transition: all 0.3s ease;
    background-clip: border-box;
    color: #fff;
    background-color: #b22a30;
}

.btn-service {
    background-color: #b22a30;
    color: #fff;
}

/*** featurs End ***/

/*collapse*/
h1 {
    margin-bottom: 20px;
}

.collap {
    background-color: #b12b3029;
    border-radius: 4px;
    color: #000;
    margin: 20px 0;
}

.question {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question:hover {
    color: #b22a30;
}

.question.active {
    color: #b22a30;
}

.question::after {
    content: "\002B";
    font-size: 1.6rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
    color: #e62b40;
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
    font-size: 16px;
}

@media screen and (max-width: 790px) {
    html {
        font-size: 14px;
    }

    .wrapper {
        width: 100%;
    }
}

.images {
    transition: 1s;
}

.images:hover {
    transform: scale(1.1);
}

/*** About ***/
.about {
    background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%), url(../img/background1.jpg) !important;
    position: relative;
    background-color: #fff;
    background-position: center;
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 !important;
}

.img-twice::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    background: var(--primary);
    border: 25px solid var(--light);
    border-radius: 6px;
    z-index: -1;
}

.btnbutton.btn-second {
    color: #b22a30;
    background: #fab01f;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_custom_1533129764806 {
    margin-bottom: 24px !important;
}

.wpb_button,
.wpb_content_element {
    margin-bottom: 35px;
}

.vc_column-inner .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}

.vc_column-inner .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.vc_column-inner img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.vc_custom_1533129817519 {
    margin-bottom: 40px !important;
}

.vc_custom_1533690689140 {
    padding-left: 30px !important;
}

ul.check.check {
    padding-left: 38px;
}

ul.check {
    list-style: none;
}

ul.check.check li {
    margin-bottom: 25px;
}

ul.check li {
    color: #5A3733;
    text-align: left;
}


ul.check.check li i {
    padding: 5px;
    font-size: 20px;
    color: #b22a30;
    background-color: #fab01f;
    border-radius: 50%;
    background-clip: padding-box;
    margin: 0px 10px 0 -46px;
}

strong {
    font-weight: bold;
}

.product {
    background-image: url(../img/cakebg1.png);
    background-color: #ffffff00;
    transition: opacity .5s ease;
    overflow: hidden;
    background-position: -3% 50px;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-attachment: fixed;
}

@media (max-width: 1050px) {
    .product {
        background-image: none;
    }
}


.product1 {
    background-image: url(../img/cakebg2.png);
    background-color: #ffffff00;
    transition: opacity .5s ease;
    overflow: hidden;
    background-position: 108% 30rem;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-attachment: fixed;
}

@media (max-width: 1050px) {
    .product1 {
        background-image: none;
    }
}


.product2 {
    background-image: url(../img/cakebd4.png);
    background-color: #ffffff00;
    transition: opacity .5s ease;
    overflow: hidden;
    background-position: 105% -2rem;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-attachment: fixed;
}

@media (max-width: 1050px) {
    .product2 {
        background-image: none;
    }
}

.portfolio-item .portfolio-btn {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.portfolio-item i {
    opacity: 0;
    transition: .3s;
    transition-delay: .3s;
}

.portfolio-item:hover i {
    opacity: 1;
}

.et_pb_bottom_inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDg2Yy0xOS45LTE3LjIxLTQwLjA4LTM5LjY5LTc5Ljg5LTM5LjY5LTU3LjQ5IDAtNTYuOTMgNDYuNTktMTE1IDQ2LjU5LTUzLjYxIDAtNTkuNzYtMzkuNjItMTE1LjYtMzkuNjJDOTIzLjcgNTMuMjcgOTI0LjI2IDg3IDg1My44OSA4N2MtODkuMzUgMC03OC43NC04Ny0xODguMi04N0M1NTQgMCA1NDMuOTUgMTIxLjggNDIzLjMyIDEyMS44Yy0xMDAuNTIgMC0xMTcuODQtNTQuODgtMTkxLjU2LTU0Ljg4LTc3LjA2IDAtMTAwIDQ4LjU3LTE1MS43NSA0OC41Ny00MCAwLTYwLTEyLjIxLTgwLTI5LjUxdjU0SDEyODB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
    transform: scale(1, 1);
    padding: 0 !important;
}

/*** service Start ***/
.service .service-item .service-content {
    position: relative;
    width: 250px;
    height: 130px;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*** service End ***/

/* Product Start */
.products-sc {
    z-index: 2;
    position: relative;
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}

.tabs-cats {
    padding: 0px 0 0 0;
    margin-top: 0 !important;
    margin-bottom: 50px !important;
    list-style: none;
    text-align: center;
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside;
}

.tabs-cats li {
    display: inline-block;
    margin: 10px 4px 4px;
}

.comment-text ol li,
.text-page ol li,
.comment-text ul li,
.text-page ul li {
    margin-bottom: 6px;
}

.tabs-cats li span:hover,
.tabs-cats li span.cat-active {
    color: #b22a30;
    background-color: #fab121;
}

.tabs-cats li span {
    cursor: pointer;
    line-height: 1.4em;
    padding: 9px 35px;
    display: block;
    transition: all 0.3s ease;
    border-radius: 36px;
    background-clip: padding-box;
    font-family: 'Signika', serif;
    font-weight: 900;
    ;
    background-color: #F8F7F1;
    font-size: 16px;
}

.woocommerce .item {
    background-color: #f5f4f4;
    padding: 10px 10px 10px;
    text-align: center;
    border-radius: 10px;
    background-clip: padding-box;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
    overflow: hidden;
    height: auto !important;
}

.woocommerce .card-item .item a {
    text-decoration: none;
}

.woocommerce .card-item .item .image {
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
}

.woocommerce .card-item .item a img {
    height: auto;
    display: block;
    box-shadow: none;
    max-width: 100%;
    width: auto !important;
    margin: 0 auto 0 !important;
}

.woocommerce .card-item .item .woocommerce-loop-product__title {
    color: #b22a30;
    font-size: 24px;
    font-weight: 900;
    font-family: 'Signika', serif;
    word-wrap: break-word;
    line-height: 1.3em;
    margin: 0 0 14px 0;
    padding: 0 0 .5em 0;
}

@media (max-width: 991px) {
    .woocommerce .card-item .item .woocommerce-loop-product__title {
        color: #b22a30;
        font-size: 17px;
        font-weight: 900;
        font-family: 'Signika', serif;
        word-wrap: break-word;
        line-height: 1.3em;
        margin: 0 0 14px 0;
        padding: 0 0 .5em 0;
    }
}

@media (min-width: 991px) {
    .woocommerce .card-item .item .btn-more {
        display: inline-block;
        zoom: 1;
        filter: alpha(opacity=0);
        opacity: 0;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        transition: opacity 0.3s linear, border 0.3s linear;
        margin-top: -60px;
    }
}

.woocommerce .card-item .item .post_content,
.woocommerce-page .card-item .item .post_content {
    font-size: 14px;
    line-height: 1.5em;
    margin: -14px 0 20px;
}

.woocommerce .card-item .item p.price,
.woocommerce .card-item .item span.price,
.woocommerce .card-item .item .price {
    color: #EB6D2F;
    font-weight: bold;
}

.woocommerce .item .price,
.woocommerce-page .item .price {
    transition: all 0.3s ease;
    font-family: 'Signika', serif;
    font-weight: 900;
    font-weight: bold;
    font-size: 18px;
}

.woocommerce .item .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
}

.woocommerce .item p.price del,
.woocommerce .item span.price del,
.woocommerce .item .price del {
    text-decoration: line-through;
    margin-right: 12px;
    color: #5A3733;
    zoom: 1;
    filter: alpha(opacity=25);
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
}

.woocommerce .item p.price del,
.woocommerce .item span.price del,
.woocommerce .item .price del,
.woocommerce .item p.price ins,
.woocommerce .item span.price ins,
.woocommerce .item .price ins {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}

.woocommerce .item:after,
.woocommerce-page .item:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0px;
    right: 15px;
    left: 15px;
    bottom: 34px;
    z-index: 5;
    transition: all 0.3s ease;
    transition: opacity 0.3s linear, border 0.3s linear;
    background-color: #F8F7F1;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    border: 4px solid transparent;
    border-radius: 10px;
    background-clip: padding-box;
}

.card-item {
    margin: 0;
    /* width: 390px; */
    display: list-item;
    float: left;
    padding: 0 15px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: background-color 0.6s linear, border 0.6s linear;
}

.woocommerce .item .woocommerce-loop-product__title:hover,
.woocommerce-page .item .woocommerce-loop-product__title:hover {
    color: #fab01e;
}

.woocommerce .card-item:hover>.item .header,
.woocommerce-page .card-item:hover>.item .header {
    color: #fab01e;
}

/* Product End */

/*** Fruits Start ***/
/* .fruite {
    padding-top: 0px !important;
    background-image: url(../img/12.jpg) !important;
    background-color: #fffffff8;
    transition: opacity .5s ease;
    overflow: hidden;
    background-position: 50% -11px;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-size: cover !important;
} */


.fruite .tab-class .nav-item a.active {
    background: var(--bs-secondary) !important;
}

.fruite .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.fruite .fruite-categorie .fruite-name {
    line-height: 40px;
}

.fruite .fruite-categorie .fruite-name a {
    transition: 0.5s;
}

.fruite .fruite-categorie .fruite-name a:hover {
    color: var(--bs-secondary);
}

.fruite .fruite-item {
    height: 100%;
    transition: 0.5s;
}

.fruite .fruite-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.fruite .fruite-item .fruite-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.fruite .fruite-item .fruite-img img {
    transition: 0.5s;
}

.fruite .fruite-item .fruite-img img:hover {
    transform: scale(1.3);
}

/*** Fruits End ***/


/*** vesitable Start ***/
.vesitable .vesitable-item {
    height: 100%;
    transition: 0.5s;
}

.vesitable .vesitable-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.vesitable .vesitable-item .vesitable-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.vesitable .vesitable-item .vesitable-img img {
    transition: 0.5s;
}

.vesitable .vesitable-item .vesitable-img img:hover {
    transform: scale(1.2);
}

.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;

}

.vesitable .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.vesitable .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

/*** vesitable End ***/


/*** Banner Section Start ***/
.banner .banner-btn:hover {
    color: #f5ae20;
    background: #b22a30;
}

/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.counter i {
    font-size: 60px;
    margin-bottom: 25px;
}

.counter h4 {
    color: var(--bs-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter h1 {
    margin-bottom: 0;
}

/*** Facts End ***/

/* Seller Desgin Start   */

.Seller {
    transition: ease-in-out transform 0.2s;
}

.Seller:hover {
    transform: scale(1.05);
}

.Seller .col-12 img {
    border-radius: 50px 10px / 30%;
}

/* Flavour Desgin Start   */

.flavour {
    background-color: #fff;
    border-radius: 50px 15% / 10px 25%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
    margin: 20px;
    transition: ease-in-out transform 0.2s;
}

.flavour img {
    width: 100%;
    height: auto;
}

.flavour .title {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width:480px) {
    .flavour .title {
        padding: 10px;
        font-size: 12px;
        font-weight: bold;
    }
}

.flavour:hover {
    transform: scale(1.05);
}

.desginer {
    background-color: #fff;
    border-radius: 80px 0 80px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
    margin: 20px;
    transition: ease-in-out transform 0.2s;
}

@media (max-width:480px) {
    .desginer {
        background-color: #fff;
        border-radius: 30px 0 30px 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        text-align: center;
        margin: 20px;
        transition: ease-in-out transform 0.2s;
    }
}

.desginer img {
    width: 100%;
    height: auto;
}

.desginer .title {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width:480px) {
    .desginer .title {
        padding: 10px;
        font-size: 14px;
        font-weight: bold;
    }
}

.desginer:hover {
    transform: scale(1.05);
}

/* Flavour Desgin End */



/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: #b22a30;
    padding: 5px 25px;
    border: 1px solid #b22a30;
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: #b22a30;
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: #b22a30;
    padding: 5px 25px;
    border: 1px solid #b22a30;
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: #b22a30;
    color: var(--bs-white);
}

/*** testimonial End ***/


/*** Single Page Start ***/
.pagination {
    display: inline-block;
}

.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}

.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}

.pagination a:hover:not(.active) {
    background-color: var(--bs-primary)
}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}

/*** Single Page End ***/

/*** Contact Start ***/
.contact form .submit-button .form-control {
    color: #b22a30;
    background-color: #fab01e;
}

.contact form .submit-button .form-control:hover {
    color: #fab01e;
    background-color: #b22a30;
    font-weight: 900;
}

/*** Contact End ***/

/*** Footer Start ***/
.footer .image-footer {
    text-align: left;
}

@media (max-width: 991px) {
    .footer .image-footer {
        text-align: center;
    }
}

.footer .social-icon {
    justify-content: end;
}

@media (max-width: 991px) {
    .footer .social-icon {
        justify-content: center;
    }
}

.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
}

.footer .footer-item .btn-link:hover {
    color: var(--bs-secondary) !important;
}

.footer .footer-item p.mb-4 {
    line-height: 35px;
}

/*** Footer End ***/



#text-broun {
    color: #b22a30;
}

#back-yellow {
    background-color: #fab01e;
}

#text-yellow {
    color: #fab01e;
}

/* Count Start */

/* .vc_section,
    .bg-tone-dark.vc_section {
        background-color: #b22a30;
    } */

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.vc_custom_1533131297001 {
    padding-top: 0px !important;
}

.center-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 991px) {
    .countUp-wrap {
        margin-top: 35px;
        margin-bottom: 45px;
    }
}

.countUp-wrap .countUp-item {
    text-align: center;
    padding: 32px 16px;
    color: #EB6D2F;
    border-radius: 10px;
    background-clip: padding-box;
    position: relative;
    z-index: 2;
}

.header {
    font-weight: 900;
    color: #fff;
}

.countUp-wrap .countUp-item .subheader {
    color: #fab01f;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 900;
    font-family: 'Signika', serif;
    word-wrap: break-word;
    line-height: 1.3em;
}

@media (min-width: 480px) {
    .countUp-wrap:not(:last-child) .countUp-item:after {
        content: "";
        position: absolute;
        right: -22px;
        top: 0;
        width: 2px;
        height: 100%;
        z-index: 1;
        display: block;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAFCAYAAABvsz2cAAAAJklEQVQImTXIMREAIAwEsJTDQUXgXw9ivgtkTCU5UEnARv+5sDwDKvQKFnOHgs8AAAAASUVORK5CYII=) repeat-y 100% 0;
        zoom: 1;
        filter: alpha(opacity=10);
        opacity: 0.1;
    }
}

.countUp-wrap .ltx-hex-wrapper {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 155.88px;
    margin-top: 0px;
}

.countUp-wrap .ltx-hex-main {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 180px;
    height: 155.88px;
}

.vc_custom_1533686611550 {
    padding-top: 0px !important;
    background-image: url(../img/back4.png) !important;
    background-repeat: no-repeat;
    background-position: 50% 7% !important;
    position: relative;
    transition: opacity .5s ease;
    overflow: hidden;
    display: block;
    background-size: contain;
}

@media (max-width: 580px) {
    .vc_custom_1533686611550 {
        padding-top: 0px !important;
        background-image: url(../img/back4.png) !important;
        background-repeat: no-repeat;
        background-position: 50% 101% !important;
        position: relative;
        transition: opacity .5s ease;
        overflow: hidden;
        display: block;
        background-size: contain;
    }
}

.ltx-overlay-hex {
    background-color: #b22a30;
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.ltx-overlay-hex:after {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAtCAYAAAADfVPBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NjdDRTIxMDk3NDAxMUU4OEI4RUEzNzIxNzA0RDk3QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NjdDRTIxMTk3NDAxMUU4OEI4RUEzNzIxNzA0RDk3QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY2N0NFMjBFOTc0MDExRTg4QjhFQTM3MjE3MDREOTdCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY2N0NFMjBGOTc0MDExRTg4QjhFQTM3MjE3MDREOTdCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+u1rxPQAAA7lJREFUeNrsmHtMTmEcx99OdLFCYlkuucXIEOHNakabbC4ztxAtl7bMsHKrmM1MaWShaYZhNJcxG6I2t0UWMrJcJrfRKDMstFjJ98fXvGtv3tt5ttbOb/vs/PGc9/zO93l+z/Oe39dt3ugRjaY/MREUmtTERrAJlIFoUK3Xg/NKSn9fY81h3TVc94JdoABcA910FCET9JFCUoAHqALpes4UhGTh8kbEJIKVYCzoCSrBThef3w/cABdBEegEMsEgrlIq+AZiXMwTByH1uCaDJM1iQJL2ASvAUlAHFjv4cG+QCyqAH4gE08Ani3s2cywfHAf3wBAH84SDcnAYHAReKLdszcqNu1kO+8B+8AxE2JFAVrcWLAILQQhXx1p8BrPBUODOvZQHfG3k8AdnwE3wVSoAIhLAdxnU/vPD5aCv1CK4Ds6CjlbuGwdeg2ywHXiCQ3bO8AOuygIwE9SA1c3cKyv6gas9BZjBc8sbNBvJXvBlZSOHsly2ckxK5TK4Ah6DHmCNk7V/lJOwBWzjIRHNsVk8RDaA9aAzOG/tIZqdyQr5sqvAOnAXPOUeG8/ElTocTPLCAeA2T9dicJL5fWydgpqDyXbIZgPDuRq9wVWd/5Peg6kgHoxhZczl6WfSU4yEbLYn3Ecqo5gCiuz9geZkIqnv9orFdOH7dVUtxs3UAkMztexobC1iGluTmFZXZoYYQ4whxhCjVsyPJt2jingHfoK3KsX0Av3ZDquMGew841WJERfnJRsy6Tq/gDk6ixjIfkYcl9Ps8W/RJNFFTBxoYCstRIEgcAEcY/sb4qIIT/oOj9iIDWYrPZLuTgXHPZwVE8nWWVyQPaAtyLH4dhKraBh7nHJ2hT5OCEmlGxTDNlksqYccE5cvmCZJLHMlOyImgH22NEbVfJisSL2Ve8s4e1Juk1l6aXaKmGD6Zwqms0c61cy9YpK0o3GSxfeKsiUmgwnMfLlw2k224gSTZdCYqOLvrcXfdruQfoI/zQp7Iol+hFTCpVhzWAEIaipmPmc+hXaPuCD5TpRMGmtcvK1zVjZvLks3EIwCk+i+OBKVXJUIluQrCMoRMWKqibN4hLPrzWV0JeQ/aDrLz5ebN5MvISZhAhgA7rjqE+SVlIqlvAwkapwZ2Xih3GB1Oh6zpZy5JWAt95ecWvv1PMshSA4nL43nuNio9xX+AR7gV0O2qgQQVC9iOrC0VIY7r4HGh6YhxhBjiDHEGGIMMYYY/cXU8rtJZTSwM61RmaQNCGM/rzL8+LUcrDLJLwEGABaP2O1w44HvAAAAAElFTkSuQmCC);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: block;
    zoom: 1;
    filter: alpha(opacity=5);
    opacity: 0.22;
}


/* Count end */

/* Why Choose Us Start */
.pb-8 {
    padding-bottom: 5rem;
}

.navigation {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
    gap: 14px;
}

@media (max-width: 520px) {
    .navigation {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
}

.navigation button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s all;
}

.navigation .but-first {
    border-right: 2px solid #fab01f;
    margin-bottom: 20px;
    font-weight: 800;
}

.navigation .but-first:hover {
    background: #fab01f;
}

.navigation .but-second {
    border-right: 2px solid #b22a30;
    margin-bottom: 20px;
    font-weight: 800;
}

.navigation .but-second:hover {
    background: #b22a30;
    color: #fff;
}

.navigation .but-third {
    border-right: 2px solid #000;
    margin-bottom: 20px;
    font-weight: 800;
}

.navigation .but-third:hover {
    background: #000;
    color: #fff;
}

.content-box {
    background: #fff;
}

.content {
    text-align: center;
}

.content img {
    width: 100%;
}

.content .title {
    margin-top: 0;
    color: #b22a30;
    font-weight: 700;
}

.choose-us .col-md-7 {
    float: right;
    text-align: left;
}

.philosophy .col-md-7 {
    float: right;
    text-align: left;
}

.ingredients .col-md-7 {
    float: right;
    text-align: left;
}

/* Why Choose Us end */