:root {
    /*--card-height: 100vh;*/
    --card-height: calc(100vh - 220px);
    --text-col-width: calc(1440px - 90%);
}
div#controller{
    /*border: 1px solid blue;*/
    position: fixed;
    width: 100%;
    top: 50%;
    z-index: 999;
}

section.ordering-section{
    background: #ffffff;
    margin-bottom: 130px;

}

article.scroll-effect{
    min-height: var(--card-height);
    /*height: var(--card-height);*/
    /*display: grid;*/
    position: relative;
    /*grid-template-columns: 1fr 1fr;*/
    /*box-shadow: 0 0 44px rgba(0, 0, 0, 0.15);*/
    border-radius: 12px;
    /*background: var(--color);*/
    background: #ffffff;
}

.feature-text > * {
    color: #ffffff;
}

.feature-text {
    font-size: 25px;
    line-height: 1.28;
    /*border: 1px solid yellow;*/
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    mix-blend-mode: lighten;
}


.feature-text > span{
    font-size: 30px;
    font-weight: bold;
    line-height: 0.83;
    display: block;
    position: absolute;
    top: 23pc;
}
.text-container {
     z-index: 1;
}
.text-container a.post-link {
    width: fit-content;
    min-width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    background: #FFFFFF;
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--color);
    padding: 0 20px;
    margin-top: 10px;
    mix-blend-mode: lighten;
}

div.text-container .feature-text:first-child{
    height: var(--card-height);
    margin: 0;
}

div.text-container .feature-text:not(:first-child){
    min-height: var(--card-height);
}

img#img_preload{
    position: absolute;
    left: -960pc;
    top: 0;
}

div.image-container{
    height: var(--card-height);
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 180px;
    background: #ffffff;
    box-shadow: 0 0 44px rgba(0, 0, 0, 0.15);
}
div.image-container:before {
    content: '';
    position: absolute;
    top:0;
    width: var(--text-col-width);
    height: 100%;
    background: var(--color);
    z-index: -1;
    box-shadow: 0 0 44px rgba(0, 0, 0, 0.15);
}

.ordering-section:nth-child(even) div.image-container {
    border-radius: 12px 0 0 12px;
}
.ordering-section:nth-child(even) div.image-container:before {
    right: -60%;
    border-radius: 0 12px 12px 0;
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}
.ordering-section:nth-child(odd) div.image-container {
    border-radius: 0 12px 12px 0;
}
.ordering-section:nth-child(even) div.image-container > img {
    margin-right: 12.5%;
}
.ordering-section:nth-child(odd) div.image-container > img {
    margin-left: 12.5%;
}

.ordering-section:nth-child(odd) div.image-container:before {
    left: -60%;
    border-radius: 12px 0 0 12px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);

}
.ordering-section:nth-child(even) .text-container .feature-text {
    padding-right: 1rem;
}
.ordering-section:nth-child(odd) .text-container .feature-text {
    padding-left: 1rem;
}
.text-container .post-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #ffffff;
}
.text-container .post-description,
.text-container .post-description > * {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
}
div.image-container > img{
    /*width: 85%;*/
    transition: 0.4s all ease-out;
    width: 100%;
    height: 350px;
    max-height: 80%;
    object-fit: contain;
}

div.image-container > img.test{
    opacity: 0;
}
.feature-page {
    margin-top: var(--header-height);
}
.feature-page .feature-slider:nth-child(odd) {
    background: #ffffff;
}
.feature-page .feature-slider:nth-child(even) {
    background: #F7F7F7;
}
.feature-page .feature-slider.first .row .col-16:nth-child(odd) {
    order: 0;
}
.feature-page .feature-slider.first .row .col-16:nth-child(even) {
    order: 1;
}
.feature-page .feature-slider:not(.first):nth-child(odd) .row .col-16:nth-child(odd) {
    order:1;
}
.feature-page .feature-slider:not(.first):nth-child(odd) .row .col-16:nth-child(even) {
    order:0;
}

.feature-page .card {
    background: none;
    border: none;
    border-radius: 0;
}
.feature-page .card.demo-card {
    margin-top: -100px;
    margin-bottom: 30px;
    box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
    border-radius: 16px;
}
.feature-page .card.demo-card .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.feature-page .card.demo-card .card-title {
    max-width: 600px;
    margin: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
}
.feature-page .card-img-top {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    max-width: 480px;
    max-height: 400px;
    margin: auto;
}
.feature-page .feature-slider.first .card-img-top {
    /*max-width: 80%;*/
    max-height: 100%;
}
.feature-page .card.demo-card .card-img-top {
    aspect-ratio: unset;
    max-width: 100%;
    max-height: 100%;
    min-height: 220px;
    box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
    border-radius: 16px;
}
.feature-page .card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: var(--text-color);
}
.feature-page .feature-slider.first .card-title {
    font-size: 45px;
    line-height: 58px;
}
.feature-page .card-text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: var(--text-color);
}
.feature-page .feature-slider.first .card-text {
    line-height: 30px;
}
.feature-page .card-link {
    width: fit-content;
    height: 48px;
    border-radius: 8px;
    background: var(--color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0 1.5rem;
    margin: 1.5rem 0 0 0;
}
.feature-page .slick-dots {
    bottom: -50px;
}
.feature-page .slick-dots li {
    width: 30px;
    height: 30px;
}
.feature-page .slick-dots li button {
    width: 30px;
    height: 30px;
}
.feature-page .slick-dots li button:before {
    font-size: 0;
    opacity: 1;
    width: 16px;
    height: 16px;
    background: #D9D9D9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.feature-page .slick-dots li.slick-active button:before {
    background: var(--color);
}
.feature-page .slick-dots li.slick-active button {
    border: 2px solid var(--color);
    border-radius: 50%;
}

section#more-features{
    width: 100%;
    height: 162px;
    background: var(--color);
    display: flex;
    align-items: center;
}

section#more-features.web-ordering{
    justify-content: flex-end;
}

section#more-features a{
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    width: 28%;
    height: 84px;
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: var(--color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    position: relative;
}

section#more-features div.container{
    display: flex;
}

section#more-features div.container.next{
    justify-content: flex-end;
}
section#more-features div.container.prev {
    justify-content: flex-start;
}
section#more-features div.container.prev-next{
    justify-content: space-between;
}

section#more-features a > span{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--text-color)
}

section#more-features a:last-child::after,
div.prev-next a:first-child::before{
    content: "";
    border: solid var(--color);
    border-width: 0 2px 2px 0;
    padding: 9px;
    position: absolute;
    top: 40px;
    transition: transform 0.3s ease-in-out;
}

div.prev a:first-child::before {
    content: "";
    border: solid var(--color);
    border-width: 0 2px 2px 0;
    padding: 9px;
    position: absolute;
    top: 40px;
    transition: transform 0.3s ease-in-out;
    left: 32px;
    transform: translateY(-48%) rotate(135deg);
}
div.prev a:first-child::after {
    display: none;
}

section#more-features a:last-child::after{
    transform: translateY(-48%) rotate(-45deg);
    right: 32px;
}

div.prev-next a::before{
    left: 32px;
    transform: translateY(-48%) rotate(135deg);
}

div.prev-next a:first-child,
div.prev a:first-child {
    align-items: flex-end;
}
#get-started-footer.getstarted .card:not(.form-card) {
    background: none;
}
#get-started-footer.getstarted .container {
    height: 100%;
}
#get-started-footer.getstarted .invalid-feedback {
    position: relative;
    margin-top: 0.35rem;
    margin-bottom: 0;
}
#get-started-footer.getstarted .iti {
    margin-top: 0;
}
#get-started-footer.getstarted {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card.form-card {
    background: #FFFFFF;
    box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
    border-radius: 16px;
}
.getstarted .card.form-card .card-body {
    padding: 1rem 1.5rem;
}
.getstarted .card.form-card .form-control-label {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: var(--text-color);
}
.getstarted .card.form-card .form-check-label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--text-color);
    padding-left: 20px;
    cursor: pointer;
}
.getstarted .card.form-card .form-check-label:before {
    content: '';
    position: absolute;
    left: 0;
    top:0;
    bottom:0;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F7F7F7;
}
.getstarted .card.form-card .form-check-input {
    opacity: 0;
}
.getstarted .card.form-card .form-check-input:checked + .form-check-label:after {
    content: '';
    position: absolute;
    left: 6px;
    top:0;
    bottom:0;
    margin: auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--color);
}
.getstarted .card.form-card input.form-control {
    width: 100% !important;
    height: 50px !important;
    background: #F7F7F7 !important;
    border-radius: 8px !important;
    border: none;
}
.getstarted .card.form-card .line {
    width: 100%;
    height: 2px;
    background: #F7F7F7;
}
.getstarted .card.form-card .card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: var(--text-color);
}
.getstarted .card.form-card .card-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #575757;
}
.getstarted .card.form-card .submit_btn {
    width: 200px;
    height: 50px;
    background: var(--color);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin: auto;
}
@media (max-width: 1439px) {
    :root {
        --text-col-width: calc(1180px - 90%);
    }
}

@media (max-width: 1199px) {

    :root {
        --text-col-width: calc(950px - 90%);
    }
    .ordering-section:nth-child(even) div.image-container:before {
        right: -100%;
    }
    .ordering-section:nth-child(odd) div.image-container:before {
        left: -100%;
    }

    div.image-container > img {
        width: 80%;
    }

    section#more-features a{
        width: 45%;
    }

    div.prev-next a:first-child{
        text-align: right;
    }
}
@media (max-width: 969px) {

    :root {
        --text-col-width: 100%;
        --card-height: 100%;
    }
    section.ordering-section {
        margin-bottom: 50px;
    }
    .feature-page .card.demo-card {
        margin-top: -30px;
    }
    div#controller {
        display: none;
    }
    div.image-container {
        position: unset;
        top:unset;
        box-shadow: none;
        padding: 3rem 0;
        display: block;
    }
    div.image-container:before {
        display: none;
    }
    div.image-container .slick-slide {
        text-align: center;
    }
    div.image-container .slider-image {
        max-width: 50%;
        max-height: 300px;
        object-fit: contain;
    }
    article.scroll-effect {
        box-shadow: 0 0 44px rgb(0 0 0 / 15%);
        background: none;
        width: calc(100% - 40px);
        padding-left: 0;
        padding-right: 0;
    }
    .container:has(.card.demo-card) {
        padding-left: 0;
        padding-right: 0;
    }
    .text-container {
        background: var(--color);
        border-radius: 0 0 12px 12px;
    }
    .text-container .text-slide {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .feature-text {
        display: none;
    }
    .feature-page .feature-slider.first .card-img-top {
        max-width: 80%;
        aspect-ratio: unset;
    }

    .ordering-section:nth-child(even) div.image-container:before {
        top: var(--card-height);
        right: 0;
        border-radius: 0 0 12px 12px;
        clip-path: unset;
    }
    .ordering-section:nth-child(even) div.image-container,
    .ordering-section:nth-child(odd) div.image-container {
        border-radius: 12px 12px 0 0;
    }
    .ordering-section:nth-child(odd) div.image-container:before {
        top: var(--card-height);
        left: 0;
        border-radius: 0 0 12px 12px;
        clip-path: unset;

    }

    .feature-page .feature-slider .row .col-16:first-child {
        text-align: center;
        margin-bottom: 2.75rem;
    }
    .feature-page .feature-slider .row .col-16:first-child .card-link {
        margin-left: auto;
        margin-right: auto;
    }
    .feature-page .feature-slider:not(.first):nth-child(odd) .row .col-16:nth-child(odd) {
        order:0;
    }
    .feature-page .feature-slider:not(.first):nth-child(odd) .row .col-16:nth-child(even) {
        order:1;
    }
}
@media (max-width: 749px) {
    section#more-features a{
        font-size: 12px;
        line-height: 15px;
        padding: 0 15px;
    }

    section#more-features a > span {
        font-size: 16px;
        line-height: 20px;
    }

    div.image-container .slider-image {
        max-width: 80%;
    }

    .text-container .post-title {
        font-size: 32px;
        line-height: 34px;
    }
    .text-container .post-description,
    .text-container .post-description > * {
        font-size: 18px;
        line-height: 22px;
    }

    section#more-features a:last-child::after,
    div.prev-next a:first-child::before,
    div.prev a:first-child::before {
        content: none;
    }
}
@media (max-width: 575px) {
    .feature-page .feature-slider.first .card-img-top {
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .container:has(.card.demo-card) {
        padding-left: 20px;
        padding-right: 20px;
    }
}