.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.shop {
    background: #ecdfc0;
}

.shop-lottie {
    width: 150px;
    z-index: 0;
}

.lottie-animation-mobile {
    display: none;
}

@media screen and (max-width: 1050px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }

    .lottie-animation {
        display: none;
    }

    .lottie-animation-mobile {
        display: block;
        width: auto !important;
        flex: 0 !important;
        max-width: 100% !important;
        background: #e25728 !important;
        height: auto !important;
    }
}

@media screen and (max-width: 825px) {
    .w-layout-blockcontainer {
        max-width: none;
    }

    .shop-lottie {
        width: 70px;
        margin-bottom: 15px;
    }

    .lottie-animation {
        width: 270px;
        flex: 0 0 270px;
    }
}

p {
    margin-bottom: 10px;
}

.body {
    background-color: #ecdfc0;
    font-family: Poppins, sans-serif;
}

.about-grid {
    grid-template-rows: auto;
}

.services {
    background-color: #fff;
    padding: 100px 72px;
}

.services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}

.services-grid.mt-36 {
    margin-top: 36px;
}

.shop-card {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    background-color: #f4aeb7;
    border-radius: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 22px;
    display: flex;
}

.call-to-action {
    background-color: #fff;
    padding: 100px 72px;
}

.footer {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    background-color: #154d3d;
    flex-flow: column;
    padding: 100px 72px;
}

.footer-logo {
    width: 260px;
}

.footer-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr;
}

.footer-author-text {
    color: #ecdfc0;
    font-weight: 300;
}

.footer-left {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
    padding-right: 50px;
    display: flex;
}

.footer-description {
    color: #ecdfc0;
    font-weight: 300;
}

.footer-description-bold {
    font-weight: 600;
}

.footer-separator-h {
    background-color: #fff3;
    border-radius: 50px;
    height: 3px;
}

.footer-separator-h.mobile {
    display: none;
}

.footer-separator-v {
    background-color: #fff3;
    border-radius: 50px;
    width: 3px;
    height: 100%;
}

.footer-right {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
}

.footer-right-links {
    width: 100%;
    margin-left: 50px;
}

.footer-col {
    flex-flow: column;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
}

.column-2 {
    flex-flow: column;
    display: flex;
}

.footer-links-title {
    color: #ecdfc0;
    margin-top: 0;
    margin-bottom: 22px;
    font-weight: 600;
}

.footer-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
}

.footer-link {
    color: #ecdfc0;
    font-weight: 500;
    text-decoration: none;
}

.button {
    color: #ecdfc0;
    background-color: #0000;
    padding: 13.5px 20px;
    font-weight: 500;
}

.container {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    max-width: 1524px;
    display: flex;
}

.container-yd {
    justify-content: flex-start;
    align-items: center;
    max-width: 1524px;
}

.container-yd.h {
    display: flex;
}

.container-yd.h2 {
    position: sticky;
}

.section-title {
    color: #154d3d;
    margin-top: 0;
    margin-bottom: 12px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
}

.section-subtitle {
    color: #154d3d;
    margin-bottom: 0;
    font-weight: 300;
}

.btn {
    text-align: center;
    background-color: #0000;
    border-radius: 50px;
    padding: 13.5px 20px;
    font-weight: 600;
}

.btn.btn-primary {
    background-color: #e25728;
    border: 3px solid #e25728;
}

.btn.btn-outline-secondary {
    color: #154d3d;
    border: 3px solid #154d3d;
}

.btn.btn-secondary {
    color: #fff;
    background-color: #154d3d;
    border: 3px solid #154d3d;
}

.btn.btn-pink {
    color: #000;
    background-color: #f4aeb7;
    border: 3px solid #f4aeb7;
}

.btn.btn-pink.btn-header:hover {
    background-color: #f8ced4;
}

.btn.btn-outline-pink {
    color: #f4aeb7;
    border: 3px solid #f4aeb7;
}

.btn.btn-footer {
    color: #ecdfc0;
}

.btn.btn-footer:hover {
    background-color: #ffffff1a;
}

.btn.btn-header.w--current {
    color: #000;
    background-color: #0000;
}

.div-block-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
}

.shop {
    padding: 100px 50px;
}

.shop-header {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}

.shop-header-text {
    padding-right: 30%;
}

.pb-40 {
    margin-bottom: 40px;
}

.image {
    width: 100px;
    height: 100px;
}

.shop-item-name {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}

.heading-2 {
    font-weight: 500;
}

.service {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.btn-navbar {
    display: none;
}

.service-details {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
}

.services-name {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}

.service-description {
    margin-bottom: 0;
}

.about {
    padding: 10px 50px 100px;
}

.about-card {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    background-color: #fff;
    border-radius: 32px;
    justify-content: flex-start;
    align-items: center;
    padding: 22px;
    display: flex;
}

.about-text {
    color: #154D3D;
    font-family: 400;
    margin-bottom: 42px;
}

.about-img {
    border-radius: 16px;
    width: 40%;
}

.header {
    background: #ecdfc0
}

.header-card {
    background-color: #154d3d;
    border-radius: 32px;
    justify-content: flex-start;
    align-items: center;
    height: 650px;
    display: flex;
}

.lottie-animation {
    width: 300px;
    flex: 0 0 300px; /* fixed column at 270px */
    max-width: 100%;
    background: #e25728;
    height: 650px;
}

.lottie-animation lottie-player {
    position: static;
    width: 100%;
    height: auto; /* keep intrinsic ratio */
    object-fit: contain;
    display: block;
}

.image-3 {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
}


.basic-swiper {
    display: none;
    width: 100%;
    margin-bottom: 48px;
    margin-top: 40px;
    overflow: visible;
}

.header-text {
    margin-left: 42px;
    font-weight: 400;
}

.header-title {
    color: #ecdfc0;
    word-break: keep-all;
    margin-top: 0;
    padding-right: 20%;
    font-size: 45px;
    font-weight: 700;
    line-height: 52px;
}

.header-btn {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 42px;
    display: flex;
}

.header-subtitle {
    color: #ecdfc0;
    margin-bottom: 0;
}

.header {
    margin-top: 120px;
    margin-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.portfolio {
    background: #ecdfc0;
    overflow: hidden;
    padding: 100px 72px;
}

.nav-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
}

.nav-link {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    font-weight: 500;
}


.navbar {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: #0000;
    background-image: linear-gradient(#eeece7d9, #eeece7d9);
    border-bottom: 1px solid #e2572880;
    border-radius: 32px;
    width: 100%;
    padding: 17px 22px;
    position: sticky;
}

.navbar-s {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    position: fixed;
    inset: 0% 0% auto;
}

.logo-img {
    vertical-align: middle;
    width: 200px;
}

.img {
    border-radius: 16px;
}

.badge {
    color: #fff;
    background-color: #7e4017;
    border-radius: 46px;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 600;
}

.shop-details {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    height: 35px;
    margin-top: 16px;
    display: flex;
}

.portfolio-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 36px;
    margin-bottom: 36px;
}

.portfolio-col {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    display: flex;
}

.container-footer {
    justify-content: flex-start;
    align-items: center;
    max-width: 1524px;
}

.container-footer.h {
    display: flex;
}

.footer-ctn {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    display: flex;
}

.content {
    margin-top: 175px;
    margin-bottom: 75px;
    padding-left: 50px;
    padding-right: 50px;
}


@media screen and (min-width: 1050px) and (max-width: 1317px) {
    .footer-grid {
        grid-template-columns: .4fr .75fr !important;
    }
}


@media screen and (min-width: 1280px) {
    .container {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .btn.btn-primary:hover {
        background-color: #9e3d1c;
    }

    .btn.btn-outline-secondary:hover {
        color: #2c5f50;
        border-color: #2c5f50;
    }

    .btn.btn-secondary:hover {
        background-color: #0d2e25;
    }

    .btn.btn-pink:hover {
        background-color: #f8ced4;
    }

    .btn.btn-outline-pink:hover {
        color: #dc9da5;
        -webkit-text-stroke-color: #dc9da5;
        border-color: #dc9da5;
    }

    .btn.btn-footer {
        color: #ecdfc0;
    }

    .btn.btn-footer:hover {
        background-color: #ffffff1a;
    }

    .btn.btn-header:hover {
        background-color: #0000001a;
    }

    .header-card {
        box-shadow: 0 4px 82px #0000001a;
    }

    .container-footer {
        grid-column-gap: 70px;
        grid-row-gap: 70px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
        display: flex;
    }

    .footer-ctn {
        grid-column-gap: 70px;
        grid-row-gap: 70px;
        flex-flow: column;
        display: flex;
    }

    .footer-links-grid {
        grid-template-rows: auto;
    }
}

@media screen and (max-width: 1050px) {
    .footer-grid {
        grid-row-gap: 42px;
        grid-template-columns: 1fr;
    }

    .footer-separator-h.mobile {
        margin-bottom: 42px;
        display: block;
    }

    .footer-separator-v {
        display: none;
    }

    .footer-right-links {
        margin-left: 0;
    }

    .container-yd.h {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .section-title {
        font-size: 30px;
        line-height: 38px;
    }

    .btn.btn-pink.btn-navbar {
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        padding: 0;
        display: flex;
    }

    .btn.btn-pink.btn-header {
        background-color: #0000;
        border-style: none;
    }

    .shop-header-text {
        padding-right: 20%;
    }

    .shop-item-name {
        font-size: 15px;
    }

    .about-img {
        width: 40%;
    }

    .header-card {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
    }

    .header-text {
        margin: 22px;
    }

    .header-title {
        padding-right: 0%;
        font-size: 39px;
    }

    .portfolio {
        padding-right: 72px;
    }

    .nav-menu {
        background-color: #0000;
        width: 100%;
        position: static;
    }

    .shop-details {
        margin-top: 10px;
    }

    .footer-links-grid {
        grid-template-columns: .75fr 1fr;
    }

    .menu-btn {
        align-self: center;
        padding: 0;
    }

    .menu-btn.w--open {
        background-color: #0000;
    }

    .icon {
        color: #000;
        font-size: 36px;
    }

    .header-icons {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        margin-left: auto;
        display: flex;
    }

    .navbar-mobile {
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        display: flex;
    }
}

@media screen and (max-width: 825px) {
    .services {
        padding: 40px 32px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .call-to-action, .footer {
        padding: 40px 32px;
    }

    .footer-logo {
        width: 200px;
    }

    .footer-grid {
        grid-row-gap: 40px;
    }

    .footer-left {
        padding-right: 0;
    }

    .footer-description-bold {
        word-break: keep-all;
    }

    .container-yd.h {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .section-title {
        font-size: 24px;
        line-height: 30px;
    }

    .section-subtitle.pb-40 {
        margin-bottom: 22px;
        font-size: 13px;
    }

    .shop {
        padding: 40px 10px;
    }

    .shop-header {
        flex-flow: column;
    }

    .shop-header-text {
        order: 9999;
        padding-right: 0%;
    }

    .about {
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .about-card {
        grid-column-gap: 46px;
        grid-row-gap: 46px;
        flex-flow: column;
    }

    .about-text {
        margin-bottom: 22px;
    }

    .about-img {
        order: 9999;
        width: 100%;
    }

    .header-card {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
    }

    .image-3 {
        flex: 0 auto;
    }

    .header-text {
        margin: 22px;
    }

    .header-title {
        padding-right: 0%;
        font-size: 33px;
        line-height: 41px;
    }

    .header-btn {
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        margin-top: 22px;
    }

    .header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .portfolio {
        padding: 40px 32px;
    }

    .nav-menu {
        width: 100%;
        margin-left: 0;
    }

    .navbar-s {
        margin-bottom: 10px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo-img {
        width: 200px;
    }

    .shop-details {
        margin-top: 5px;
    }

    .portfolio-grid {
        display: none;
    }

    .m-none {
        display: none;
    }

    .basic-swiper {
        display: block;
    }

    .footer-ctn {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }

    .footer-links-grid {
        grid-column-gap: 70px;
        grid-row-gap: 70px;
        grid-template-columns: 1fr;
    }

    .menu-btn {
        align-self: center;
        margin-left: auto;
    }

    .header-icons {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        margin-left: auto;
        display: flex;
    }

    .navbar-mobile {
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }

    .content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 479px) {
    .header-title {
        word-break: normal;
        padding-right: 0%;
    }

    .menu-btn.w--open {
        background-color: #0000;
    }

    .icon {
        color: #000;
    }

    .header-icons {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
}


.basic-swiper-slide-content {
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    display: flex;
    position: relative;
}

.basic-swiper-info {
    background-color: #dee3ff;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding: 24px;
    display: flex;
    position: relative;
}

.slider-button-right {
    color: #7e3d5d;
    text-align: center;
    cursor: pointer;
    border-radius: 100px;
    width: 56px;
    height: 56px;
    padding: 12px;
    font-size: 0;
    font-weight: 400;
    line-height: 1em;
    background: #F4AEB7;
    transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.arrow-left-1 {
    background-color: #F4AEB7;
    background-image: url('../img/icons/arrow_left.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border: 3px solid #F4AEB7;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.arrow-right {
    background-color: #F4AEB7;
    background-image: url('../img/icons/arrow_right.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border: 3px solid #F4AEB7;
    border-radius: 50%;
}

.slider-button-right:hover {
    color: #fff;
    background-color: #c7cfff;
    background-position: 60%;
}

.slider-button-right:active {
    background-color: #657cff;
}

.swiper-wrapper {
    flex: none;
    display: block;
}

.swiper-wrapper.basic-slider-list, .swiper-wrapper.trusted-by-list {
    align-items: center;
    display: flex;
}

.swiper-arrow-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
}


.swiper-slide {
    flex: none;
}

.swiper-slide.basic-swiperr-item {
    width: 100%;
    display: flex;
}

.swiper-slide.trusted-by-item {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 70px;
    display: flex;
    overflow: hidden;
}

.slider-button-left {
    color: #7e3d5d;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    padding: 12px;
    font-size: 0;
    font-weight: 400;
    line-height: 1em;
    transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-left:hover, .slider-button-right:hover {
    color: #fff;
    background-color: #F8CED4;
    border-color: #F4AEB7;
    background-position: 40%;
}

.slider-button-left.arrow-left-1 {
    position: relative;
    right: 18px;
}