@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');

@font-face {
    font-family: "Parkinsans";
    src: url("fonts/Parkinsans-Regular.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Parkinsans-Medium";
    src: url("fonts/Parkinsans-Medium.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Parkinsans-SemiBold";
    src: url("fonts/Parkinsans-SemiBold.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Parkinsans-Bold";
    src: url("fonts/Parkinsans-Bold.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}
body{
    background: white !important;
    font-family: "Parkinsans", sans-serif;
    width: 100%;
    overflow-x: hidden;
    color: #ED1846;
}
a{
    font-family: "Parkinsans", sans-serif;
    font-size: 14px;
    color: #ED1846;
    font-weight: 500;
    line-height: 150%;
}
a:hover{
    text-decoration: none;
    color: inherit;
}
a.navbar-brand img {
    width: 180px;
    margin: 0px;
}
nav.navbar.main-header {
    height: 76px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.dropdown-menu.mega-menu {
    left: -64px !important;
    right: 0 !important;
    width: calc(100% + 128px) !important;
    top: 66px;
    border-radius: 0;
    border: none;
    background-color: white;
    box-shadow: -1px 4px 6px -2px #0A0D1208;
    box-shadow: 0px 12px 16px -4px #0A0D1214;
    border-top: 1px solid #7C2E2B1F;
    padding: 40px 54px !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.6s ease;
}
ul#navbarSupportedContent{
    margin-bottom:0px;
}
.dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: solid #ED1846;
    border-width: 0 2px 2px 0;
    padding: 0px;
    transform: rotate(45deg);
    margin-left: 5px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    line-height: 76px;
    padding: 0 20px;
}
ul.sub-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    gap: 5px;
    list-style: none;
}

.dropdown-menu.mega-menu .container {
    margin: 0px;
    padding: 0px;
}

.dropdown-menu.mega-menu h6.text-danger {
    font-family: "Parkinsans-SemiBold", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}

ul.sub-menu li {
    width: calc(33% - 10px);
    padding: 15px;
}
ul.sub-menu li a{
    display: flex;
    gap: 15px;
}
ul.sub-menu li h6 {
    font-family: "Parkinsans-SemiBold", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color:  #ED1846;
}

ul.sub-menu li p {
    font-family: "Parkinsans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ED1846B2;
    margin-bottom: 0px;
}

ul.sub-menu li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-top: 5px;
}

ul.sub-menu li:hover {
    background: #ED18460A;
    border-radius: 8px;
}
@media (min-width: 992px) {
    .navbar-nav .dropdown:hover .dropdown-menu,.navbar-nav .dropdown .dropdown-menu:hover {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

a.btn.main-btn {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #ED1846;
    border: 1px solid #ED1846;
    color: #FFF;
    font-family: "Parkinsans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    width: fit-content;
    line-height: 150%;
}

a.btn.main-btn:hover {
    background: white;
    color: #ED1846;
    border-color: #ED1846;
}
.marquee {
    overflow: hidden;
    white-space: nowrap;
}

.marquee-content {
    display: inline-flex;
    animation: marquee-scroll 20s linear infinite;
}

.marquee-content span {
    font-size: 40px;
    font-weight: bold;
    color: #f72548;
    white-space: nowrap;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.banner-image img {
    width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover;
    border-radius: 32px;
}

.marquee-content span img {
    width: 40px;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
}
section.main-banner {
    margin: 20px 0px 40px;
}

section.categories {
    margin: 40px 0px;
}

section.main-banner {
    margin: 20px 0px 40px;
}

section.categories {
    margin: 40px 0px;
}

.title-area {
    display: flex;
    gap: 20px;
    text-align: center;
    color: #ED1846;
    font-family: "Parkinsans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    flex-direction: column;
    align-items: center;
}

.title-area > span {
    border-radius: 200px;
    background: rgba(237, 24, 70, 0.05);
    padding: 7px 15px;
}

.title-area > h2 {
    color: #ED1846;
    text-align: center;
    font-family: "Parkinsans", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 44px */
    letter-spacing: -0.4px;
    margin-bottom: 0px;
    max-width: 70%;
}

.title-area > h2 > span {
    color: rgba(237, 24, 70, 0.75);
}

.title-area p {
    color: #ED1846;
    text-align: center;
    font-family: "Parkinsans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    max-width: 70%;
}

.row.category-card-area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    margin-top: 20px;
    justify-content: space-between;
}

.hover-card {
    position: relative;
    width: 33.33%;
    height: 400px;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
}

.main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overlay {
    position: absolute;
    inset: 0;
    background-color: #7C2E2B;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.overlay-pattern {
    position: absolute;
    inset: 0;
    background-image: url('../img/categories/pattern.png');
    background-size: cover;
    opacity: 1;
}

.overlay-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 20px;
}

.overlay-button {
    margin-top: 15px;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.hover-card:hover .overlay {
    opacity: 1;
}

section.corporate {
    padding: 40px 0px;
}

section.corporate .row {
    border-radius: 40px;
    background: #79453B;
    padding: 50px 30px;
}

section.corporate .title-area,section.corporate .title-area h2 {
    color: white;
}

section.corporate .title-area h2 span {
    color: rgba(255, 255, 255, 0.75);
}

section.corporate .title-area > span {
    background: rgba(220, 162, 160, 0.17);
}

section.corporate .title-area {
    margin-bottom: 50px;
}

img.home-corporate {
    width: 100%;
    border-radius: 28px;
    border-radius: 28px;
    border-radius: 28px;
}

section.corporate .row .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.home-corporate-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0px;
    gap: 50px;
    margin: 0px;
}

ul.home-corporate-list li {
    display: inline-flex;
    gap: 20px;
}

ul.home-corporate-list li div.img {
    min-width: 72px !important;
    height: 72px !important;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

ul.home-corporate-list li .img img {
    width: 30px;
}

ul.home-corporate-list li .text h6 {
    color: #F7FFED;
    font-family: "Parkinsans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

ul.home-corporate-list li .text p {
    color: #F7FFED;
    font-family: "Parkinsans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
}

section.qr-area .left .bottom {
    position: relative;
}

section.qr-area {
    padding: 100px 0px;
}

section.qr-area .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

section.qr-area .left .bottom img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 32px;
}

section.qr-area .left .bottom span {
    position: absolute;
    top: -20px;
    right: 130px;
    border-radius: 200px;
    background: #ED1846;
    color: white;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

section.qr-area .left > span {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 40px;
    background: #F4F1EA;
    max-width: 240px;
    margin-left: 40px;
    font-size: 16px;
    line-height: 16px;
}

section.qr-area .middle {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 30px;
}

section.qr-area .middle .qr-side {
    border-radius: 32px;
    background: #F4F1EA;
    padding: 17px;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    display: flex;
}

section.qr-area .middle .qr-side img.qr.code {
    width: 100%;
    border-radius: 32px;
    background: #E7E3D9;
    padding: 12px;
}

section.qr-area .middle .qr-side h4 {
    color: #D50633;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 32px */
    letter-spacing: -0.32px;
}

section.qr-area .middle .qr-side p {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    max-width: 80%;
}

section.qr-area .middle > span {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 40px;
    background: #F4F1EA;
    max-width: 240px;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    bottom: -40px;
    right: -190px;
}

section.qr-area .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

section.qr-area .right .center >img {
    width: 200px;
    height: 200px;
    border-radius: 32px;
    object-fit: cover;
}

section.qr-area .right .center {
    position: relative;
    margin-top: 110px;
}

section.qr-area .right .center span {
    display: flex;
    padding: 16px 16px 16px 12px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    position: absolute;
    border-radius: 200px;
    background: #ED1846;
    color: white;
    width: 250px;
    left: -160px;
    bottom: -40px;
}

section.statistics {
    padding: 50px 0px;
}

.row.statistics-area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 60px 0px 20px;
    gap: 10px;
}

.row.statistics-area div {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 20px;
    background: #F4F1EA;
    width: 32%;
}

.row.statistics-area div span {
    background: #E7E3D9;
    width: 72px;
    height: 72px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.row.statistics-area div h3 {
    font-family: "Abhaya Libre", serif;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 150px */
    margin: 0px;
}

.row.statistics-area div p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin: 0px;
}

footer {
    width: 100%;
    padding: 15px;
}

footer .footer {
    background: #ED1846;
    color: white;
    border-radius: 32px;
    padding: 64px 64px 32px;
}

.footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0px 0px;
    border-bottom: 1px solid #F361808F;
    padding-bottom: 30px;
}

a.footer-logo img {
    height: 30px;
}

.footer-top a.btn.main-btn {
    border: 1px solid white;
    line-height: 30px;
    padding: 0px 20px;
}

.footer-top a.btn.main-btn:hover {
    background: white;
}

.footer-middle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
    padding: 30px 0px;
}

.footer-middle .about p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    margin: 0px;
}

.footer-middle .about a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

.footer-middle .about {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-middle .menu {
    display: flex;
    flex-direction: column;
}

.footer-middle .menu h3, .footer-middle .contacts h3 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    text-transform: uppercase;
}

.footer-middle .menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-middle .menu ul a {
    color: white;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}

.footer-middle ul.social-list {
    list-style: none;
    padding: 0px;
    display: flex;
    gap: 10px;
    margin: 0px;
}

.footer-middle ul.social-list li a {
    color: white;
}

.footer-bottom {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p {
    margin: 0px;
}

section.about-top {
    padding: 100px 0px 40px;
}

section.about-top .about-banner img {
    height: 445px;
    width: 100%;
    object-fit: cover;
    border-radius: 32px;
}

section.about-top .about-banner {
    padding: 40px 0px 0px;
}

section.about-info .row.category-card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
    padding: 40px 0px;
}

section.about-info .row.category-card .card {
    border: none;
    border-radius: 20px;
    background: #F4F1EA;
    display: flex;
    padding: 28px;
    flex-direction: column;
    align-items: flex-start;
    height: 400px;
    justify-content: space-between;
    width: 25%;
}

section.about-info .row.category-card .card img {
    min-height: 80px;
}
section.corporate.about h4, section.corporate.about p {
    color: #00543D;
    margin: 10px;
}

section.corporate.about .row {
    background: #E3EED4;
}

section.corporate.about .row .title-area h2 {
    color: #00543D;
    width: 100%;
    font-size: 36px;
}

section.corporate.about .row .title-area h2 span {
    color: #00543DBF;
}

.form-group input, .form-group textarea {

    /* 24px */
    border-radius: 20px;
    background: #F4F1EA;
    border: none;
    color: #ED1846;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 20px;
}

.form-group input:focus, .form-group textarea:focus {
    border: none;
    background: #F4F1EA;
    box-shadow: none;
}
.form-group input::placeholder, .form-group textarea::placeholder {
    color: rgba(237, 24, 70, 0.60);
}


form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    margin: 0px;
}

button.send-button {
    padding: 10px 24px;
    border-radius: 100px;
    background: #ED1846;
    border: 1px solid #ED1846;
    color: #FFF;
    font-family: "Parkinsans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.form-group textarea {
    min-height: 150px;
}

section.about-contact {
    padding: 40px 0px;
}

section.about-contact .title-area {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
section.about-contact .title-area ul {
    margin-top: 140px;
}
section.about-contact .title-area h2 {
    text-align: start;
    padding-right: 100px;
    margin: 20px 0;
}

.form-group input {
    display: flex;
    height: 58px;
}

section.about-contact .title-area ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    list-style: none;
    width: 100%;
    padding: 0px;
    gap: 30px;
    margin-bottom: 0px;
}

section.about-contact .title-area ul li {
    display: flex;
    padding: 8px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 200px;
    border: 1px solid #ED1846;
}

section.about-contact .title-area > div > span {
    border-radius: 200px;
    background: rgba(237, 24, 70, 0.05);
    padding: 7px 15px;
}

section.about-contact .title-area > div {
    text-align: left;
}

section.category-top {
    padding: 100px 0px 40px;
}
section.category-top .title-area > img {
    width: 80px;
}
section.category-top .title-area h2 {
    max-width: 90%;
}

.title-area ul.sub-categories {
    list-style: none;
    padding: 0px;
    display: flex;
    gap: 15px;
}

ul.sub-categories li a {
    background: #ED18460D;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 15px;
    border-radius: 20px;
}

ul.sub-categories li a:hover, ul.sub-categories li.active a {
    color: white;
    background: #ED1846;
}

section.products .row.products-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px 20px;
    padding: 40px 0px;
}


section.products .row.products-cards .card {
    border: none;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(25% - 15px);
}

section.products .row.products-cards .card > a > img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
}

section.products .row.products-cards .card > a {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.products .row.products-cards .card .text-area p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

section.products .row.products-cards .card .features {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
}

section.products .row.products-cards .card .features span.country {
    border-radius: 100px;
    border: 1px solid #ED1846;
    display: inline-flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

section.products .row.products-cards .card .features span.bestseller {
    border-radius: 100px;
    background: rgba(250, 229, 227, 0.52);
    display: inline-flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

section.products .row.products-cards .card h4 {
    color: #ED1846;
    font-family: "Parkinsans-bold", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.18px;
}

.row.products-area-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.row.products-area-top h5 {
    margin: 0px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}


.at-tab {
    display: none;
    padding: 15px 0px;
}

.at-title {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}

.at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
}

.at-title.active:after {
    content: "-";
}

.at-item {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(237, 24, 70, 0.24);
}

.at-title h2 {
    padding: 10px 0px;
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}


.faq-area .accordion {
    width: 100%;
    border-radius: 20px !important;
    background: #F5F3EC;
    padding: 24px;
}

.at-tab {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

section.category-faq {
    padding: 40px 0px;
}

section.category-faq .category-banner img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
    border-radius: 40px;
}

section.category-faq .category-banner {
    margin-bottom: 40px;
}

section.category-faq .title-area,section.category-faq .title-area p {
    text-align: left;
    max-width: 100%;
}

section.category-faq .title-area span {
    border-radius: 200px;
    background: rgba(237, 24, 70, 0.05);
    padding: 7px 15px;
}

section.category-faq .title-area h2 {
    text-align: start;
    padding-right: 100px;
    margin: 20px 0;
    font-family: 'Parkinsans-SemiBold';
}

section.loyality-top {
    padding: 100px 0px 40px;
}

section.loyality-top .title-area > div {<
a href="javascript: void" class="btn main-btn">Ecommerce</a>;
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

section.loyality-top .title-area p {
    text-align: start;
}

section.loyality-top .title-area > div > span {
    border-radius: 200px;
    background: rgba(237, 24, 70, 0.05);
    padding: 7px 15px;
}

section.loyality-top .title-area > div > h2 span {
    color: rgba(237, 24, 70, 0.75);
}

section.loyality-top .loyality-banner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.20) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
}

ul.brand-slider div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.logo-slider {
    padding: 30px 0px;
}

ul.brand-slider {
    padding: 0px;
    margin: 0px;
    position: relative;
}

ul.brand-slider:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #fff;
    filter: blur(7px);
    top: -30px;
    left: -20px;
    z-index: 11;
}

ul.brand-slider:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #fff;
    filter: blur(7px);
    top: -30px;
    right: -20px;
    z-index: 11;
}

.row.testimonials-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    margin: 30px 0px;
}

.row.testimonials-cards > div {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 20px;
    background: #F4F1EA;
    border: none;
}

.row.testimonials-cards > div p {
    font-size: 16px;
}

.row.testimonials-cards > div h4 {
    margin: 0px;
    font-size: 16px;
"Parkinsans-Medium", font-family: sans-serif;
    font-family: "Parkinsans-Medium", sans-serif;
    font-weight: 600;
}
section.testimonials {
    padding: 40px 0px;
}

.row.statistics-area.franchising-area > div span {
    border-radius: 50%;
}

.row.statistics-area.franchising-area > div h4 {
    margin-bottom: 0px;
    margin-top: 100px;
    font-family: "Parkinsans-Medium", sans-serif;
}

section.franchise-video {
    padding: 40px 0px;
}

section.franchise-video .video-area > img {
    position: relative;
    width: 100%;
}

section.franchise-video .video-area {
    position: relative;
    height: 500px;
    background-size: cover !important;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

section.franchise-video .video-area a.play-button {
    width: 128px;
    height: 102.4px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #79453B33;
    border-radius: 8px;
}

.franchise-testimonials {
    padding-left: 40px;
}

.franchise-testimonials .slider-item > p {
    color: #79453B;
    font-family: "Parkinsans-Medium", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.24px;
}

.franchise-testimonials .slider-item .slider-head h4 {
    color: #79453B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    font-family: "Parkinsans-Medium", sans-serif;
}

.franchise-testimonials .slider-item .slider-head p {
    color: #79453B;
    font-size: 16px;
}

svg.prev-arrow.slick-arrow {
    position: absolute;
    bottom: 0;
    left: 40px;
    cursor: pointer;
}

svg.next-arrow.slick-arrow {
    position: absolute;
    bottom: 0px;
    left: 80px;
    cursor: pointer;
}

section.gifts-top {
    padding: 100px 0px 40px;
}

section.gifts-top .gift-banner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 40px;
    margin-top: 40px;
}

.row.how-it-works-area {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.row.how-it-works-area .video {
    border-radius: 40px;
    background: #E7E3D9;
}

.row.how-it-works-area .video video {
    width: 400px;
    height: 400px;
}

.row.how-it-works-area .video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    padding: 40px 0px;
}
.row.how-it-works-area .how-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.row.how-it-works-area .how-list .how-item {
    opacity: .6;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px;
}

.row.how-it-works-area .how-list .how-item h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
}

.row.how-it-works-area .how-list .how-item p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin: 0px;
}

.row.how-it-works-area .how-list .how-item.active {
    opacity: 1;
    border-left: 1px solid #ED1846;
}

section.how-it-works {
    padding: 40px 0;
}

.gift-gallery-area .gallery-item img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.gift-gallery-area .gallery-item {
    padding: 10px;
}

section.gift-gallery {
    padding: 80px 0px;
}

.gift-gallery-area {
    position: relative;
}


.gift-gallery-area::before {
    position: absolute;
    content: "";
    height: 360px;
    left: -50px;
    bottom: -20px;
    z-index: 22;
    background: white;
    width: 100px;
    filter: blur(10px);

}

/*.gift-gallery-area::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    height: 360px;*/
/*    right: -50px;*/
/*    bottom: -20px;*/
/*    z-index: 22;*/
/*    background: white;*/
/*    width: 100px;*/
/*    filter: blur(10px);*/
/*}*/

section.category-faq.horeca-faq {
    padding: 80px 0px;
}

section.horeca-top {
    padding: 100px 0px 40px;
}

.row.horeca-statistics {
    margin: 50px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 500px;
}

.row.horeca-statistics .banner-image img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}

.row.horeca-statistics .horeca-statistics-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.row.horeca-statistics .horeca-statistics-list .full-width {
    width: 100%;
    height: calc(50% - 5px);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 24px;
}

.row.horeca-statistics .horeca-statistics-list .half-width {
    width: calc(50% - 5px);
    position: relative;
    height: calc(50% - 5px);
    border-radius: 20px;
    background: linear-gradient(168deg, #F4F1EA 73.4%, #ED1846 424.1%);
    padding: 24px;
}

.row.horeca-statistics .horeca-statistics-list .full-width::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('../img/bg-pattern.jpg');
    background-size: cover;
    z-index: -2;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    opacity: .5;
}

.row.horeca-statistics .horeca-statistics-list .full-width::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(98deg, #F4F1EA 53.41%, #ED1846 597.32%);
    opacity: .95;
    z-index: -1;
    top: 0px;
    left: 0px;
}

.row.horeca-statistics .horeca-statistics-list .full-width h2, .row.horeca-statistics .horeca-statistics-list .half-width h2 {
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
}

.row.horeca-statistics .horeca-statistics-list .full-width p, .row.horeca-statistics .horeca-statistics-list .half-width p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.row.horeca-statistics .horeca-statistics-list .full-width img {
    position: absolute;
    right: 0px;
    bottom: 0;
}

.row.horeca-statistics .horeca-statistics-list .half-width img {
    position: absolute;
    right: 5px;
    bottom: 5px;
    height: 130px;
}

section.horeca-corporative {
    padding: 40px 0px;
    color: #79453B;
}

section.horeca-corporative .title-area {
    margin-bottom: 60px;
}

section.horeca-corporative .title-area > span {
    color: #79453B;
    background: rgba(220, 162, 160, 0.17);
}

section.horeca-corporative .title-area h2 span {
    color: rgba(121, 69, 59, 0.72);
}

section.horeca-corporative .title-area h2 {
    color: #79453B;
}

section.horeca-corporative ul.home-corporate-list li .text h6 {
    color: #79453B;
}

section.horeca-corporative ul.home-corporate-list li .text p {
    color: #79453B;
}

section.horeca-corporative ul.home-corporate-list li div.img {
    background: #79453B21;
}
section.horeca-corporative img.home-corporate {
    width: calc(100% - 40px);
    height: 100%;
    object-fit: cover;
}

.horeca-corporative-row ul.home-corporate-list {
    padding: 50px 0px;
    margin: 0px;
}

section.partners {
    padding: 100px 0px 40px;
}

section.partners h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    font-family: 'Parkinsans-SemiBold', sans-serif;
}

ul.partners-list {
    padding: inherit;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px;
    gap: 10px;
    width: 100%;
    margin: 30px 0px;
}

ul.partners-list li {
    width: calc(33.33% - 7px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #F4F1EA;
    height: 150px;
}
.form-group input:focus,.form-group textarea:focus {
    color: #ED1846;
}
.form-group.required.has-error input {
    border: 1px solid #ed1846;
}

.form-group .help-block {
    display: none;
}

.products-cards .card .text-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 160px;
}