.pricing-header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    height: fit-content;
    /* padding: 0 123px !important; */
    position: relative;

}



.pricing-header .w-80 {
    width: 100%;
    background-color: rgba(39, 116, 109, 1);
    padding: 40px 30px;
    border-radius: 40px !important;
    margin-top: 130px !important;
}


.pricing-header h4 {
    font-family: 'Lato', sans-serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 64px;
    color: rgba(252, 252, 250, 1);
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}

.pricing-header .free-digital-menu {
    text-decoration: underline;
    font-weight: 600;
    text-underline-offset: 15px;
}

.pricing-header p {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: rgba(252, 252, 250, 1);
}

.pricing-header .contact-us {
    padding: 16px 25px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(39, 116, 109, 1);
    width: fit-content;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-decoration: none;

}

.pattern {
    position: absolute;
    right: 160px;
    bottom: 0;
}

.pricing-section2,
.pricing-banner {
    padding: 0 123px;
    overflow: hidden;
}

.pricing-section2 .row:first-child,
.pricing-banner .row:first-child {
    background-color: rgba(23, 69, 65, 1);
    border-radius: 12px;
    padding: 15px;
}

.pricing-section2 h2 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    color: rgba(252, 252, 250, 1);
}

.pricing-section2 img {
    border-radius: 20px;
    height: 498px !important;
}

.pricing-section2 ul {
    list-style: none;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;

}

@media(max-width:1198px) {
    .pricing-section2 ul {
        gap: 10px
    }

    .pricing-section2 img {
        border-radius: 20px;
        height: 100% !important;
    }
}

@media(max-width:992px) {
    .pricing-section2 ul {
        margin-top: 15px;
    }
}

.pricing-section2 ul li {
    padding: 24px 30px;
    border-radius: 20px;
    background: rgba(245, 252, 251, 1);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    /* margin-bottom: 20px; */
}

li h3 {
    color: rgba(59, 65, 64, 1);
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    margin-bottom: 20px;
}

li p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: rgba(59, 65, 64, 1);
}


.pricing-brands {
    padding: 0 110px;
}

.pricing-brands h6 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.trusted-by-section {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scrollbar-width: none;
    /* Hides scrollbar */
    scrollbar-color: transparent transparent;
    /* No colors for scrollbar */
}


.pricing-banner h1 {
    font-family: 'Lato', sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 67.2px;
    color: rgba(252, 252, 250, 1);
}


.pricing-banner p {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 33.6px;
    color: rgba(252, 252, 250, 1);
}

.pricing-banner {
    height: 600px;
    overflow: hidden;

}

.pattern2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.position-relative {
    position: relative;
}

.signupnow {
    text-transform: capitalize;
    color: rgba(79, 209, 197, 1);
}

@media(max-width:380px) {
    .pricing-banner {
        height: fit-content;

    }
}

.pricing-banner .row:first-child {
    /* background: url('../../img/assets/pricing_plans/pricing-banner.jpg'); */
    background: linear-gradient(rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../../img/assets/pricing_plans/pricing-banner.jpg') no-repeat center center / cover;
    background-size: cover;
    background-position: center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding: 0;
}

.wmd {
    width: 50% !important;
}

@media(max-width:768px) {
    .wmd {
        width: 100% !important;
    }


    .pricing-header h4,
    .pricing-banner h1 {
        font-size: 46px;
    }

    .pricing-header p,
    .pricing-banner p {
        font-size: 18px;
    }

    .pattern {
        right: 0;
    }

    .pricing-section2,
    .pricing-header,
    .pricing-brands,
    .pricing-banner {
        padding: 0 10px !important;
    }

    .pricing-banner-2 {
        padding: 0 10px !important;
    }



}

@media(max-width:1127px) {

    .pricing-section2,
    .pricing-brands,
    .pricing-banner {
        padding: 0 90px;
    }

    .p90 {
        padding: 0 90px;
    }

    /* .pricing-header {
        padding: 0 90px;
    } */

}

@media (min-width: 768px) and (max-width: 1127px) {
    .pricing-header {
        padding: 0 90px !important;
    }
}

@media(min-width:1127px) {
    .pricing-banner-2 {
        padding: 0 123px;
    }

    .pricing-header {
        padding: 0 123px !important;
    }

}



.pricing-banner-2 .w-80 {
    width: 100%;
    background-color: rgba(23, 69, 65, 1);
    padding: 40px 30px;
    border-radius: 40px !important;
    margin-top: 130px !important;
}


.pricing-banner-2 h4 {
    font-family: 'Lato', sans-serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 64px;
    color: rgba(252, 252, 250, 1);
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}

.pricing-banner-2 .free-digital-menu {
    text-decoration: underline;
    font-weight: 600;
    text-underline-offset: 15px;
}

.pricing-banner-2 p {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: rgba(252, 252, 250, 1);
}


/* larger screens */
.main {
    max-width: 1440px;
    margin: 0 auto;
}


.pricing-section2 svg {
    min-height: 64px;
    min-width: 64px;
}
