@font-face {
    font-family: "SF Pro Display";
    src: url(../../font/sf-pro-display-cufonfonts/SFPRODISPLAYREGULAR.OTF);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "210 Santorini";
    src: url(../../font/210-Santorini/210-Santorini-Regular.ttf);
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: "SF Pro Display Bold";
    src: url("../../font/sf-pro-display-cufonfonts/SFPRODISPLAYMEDIUM.OTF");
    /* src: url("/font/sf-pro-display-cufonfonts/SFPRODISPLAYREGULAR.OTF"); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.dropdown-menu.dropdown-menu-right {
    z-index: 10;
}

.mobile-show {
    display: none;
}

#modal-term-1 {
    overflow-y: auto;
}

.text-contact {
    font-size: 16px;
    font-weight: 400;
    color: #888;
    text-align: center;
    width: 100%;
    max-width: 991px;
    margin: auto;
    line-height: normal;
    margin-bottom: 20px;
}

html {
    scroll-padding-top: 74px;
}

.custom-btn-hover {
    /* background: #27D16D; */
    background: var(--sub-color);
    /* text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 0;
    padding: 30px 44px;
    border-radius: 5px; */
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
}

.custom-btn-hover:hover {
    color: #fff !important;
    border: 0 !important;
}

.custom-btn-hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #fc013b; */
    background: #fc9501;
    color: #fff !important;
    z-index: 1;
    /* border-radius: 5px; */
    transition: transform 0.5s;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border: 0 !important;
}

.custom-btn-hover:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
}

.custom-btn-hover.focus,
.custom-btn-hover:focus {
    outline: 0;
    box-shadow: none;
}

.font-family-bold {
    font-family: "SF Pro Display Bold" !important;
}

.add-bgr-banner {
    position: relative;
}

.bgr-banner {
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: cover;
    /* z-index: 1; */
}

.mb-88 {
    margin-bottom: 88px;
}

.best-features-area .single-features .features-caption p {
    font-weight: 400;
    font-size: 20px;
    color: #707b8e;
    margin-bottom: 0;
}

.best-features-area .single-features .features-caption h3.text-be-per {
    font-size: 32px;
    margin-bottom: 12px;
    font-family: "SF Pro Display Bold";
}

.best-features-area .single-features .features-caption p.text-p-per {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #707b8e;
}

.best-features-area .single-features .features-caption p.text-search-halal {
    font-weight: 400;
    /* font-weight: 700; */
    color: #fff;
    line-height: normal;
    letter-spacing: 1px;
}

.section-tittle.text-align-center h2 {
    font-family: "SF Pro Display";
}

.add-checkbox label {
    cursor: pointer;
}

.term-checkbox .form-check {
    margin: 20px 0;
}

.custom-end-checkbox {
    display: flex;
    justify-content: end;
}

.term-checkbox label {
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.term-checkbox label a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.term-checkbox input {
    outline: 1px solid #27d16d;
    width: 26px;
    height: 26px;
    display: none;
}

.term-checkbox label::after {
    content: "";
    display: inline-block;
    z-index: 1;
    width: 26px;
    height: 26px;
    background: 0 0;
    border: 2px solid #27d16d;
    right: 0;
    border-radius: 5px;
    margin-left: 20px;
    cursor: pointer;
    flex-shrink: 0;
}

.term-checkbox input:checked+label::after {
    background-color: #1f3347;
}

#contact label.checkbox {
    width: 25px;
    height: 25px;
    border: 1px solid #27d16d;
}

#contact label.checkbox.checked {
    background: #1f3347;
}

button:hover {
    color: #fff;
}

.color-212529 {
    color: #212529;
}

.color-707b8e {
    color: #707b8e;
}

.text-modal-term-3 {
    color: #707b8e;
    text-decoration: underline;
}

.text-modal-term-3:hover {
    color: #707b8e;
    text-decoration: underline;
}

.modal-body .custom-checkbox {
    border: 1px solid #000;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: -1px;
}

.text-align-right {
    text-align: right;
}

.text-uncheckbox:hover {
    color: #212529;
}

.error {
    color: red;
}

.modal-body .custom-checkbox.checked {
    background-color: #000;
}

.slider-area .hero__caption p.mb-40 {
    margin-bottom: 40px;
}

.custom-app-btn1 {
    padding-right: 17px;
}

.custom-app-btn1 img,
.custom-app-btn2 img {
    margin-bottom: 20px;
}

.logo-mat {
    width: 100%;
    max-width: 525px;
    object-fit: contain;
    margin-left: -10px;
    margin-bottom: 40px;
}

.modal-header {
    border-bottom: 0;
}

.custom-all-btn {
    width: 100%;
    max-width: 166px;
    font-weight: 700;
    font-size: 16px;
    height: 40px;
    display: flex;
    background: #fff;
    padding: 0;
    color: #1f3347;
    margin-left: 12px;
}

.modal-header .custom-btn-close {
    background: var(--sub-color);
    ;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    color: #fff;
    width: 35px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.sticky-bar.sticky .custom-all-btn {
    border: 1px solid;
}

/* .custom-all-btn.btn::before {
    background: linear-gradient(257.08deg, #38ef7d -4.32%, #11998e 100.42%),
        #27d16d;
} */

.custom-star-dropdown .dropdown-toggle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1f3347;
    margin-left: 24px;
    padding: 12px 0;
}

.text-classify-halal {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-top: 12px;
}

.slider-area .hero__caption .slider-btns a.video-btn.custom-btn-video {
    background: #27d16d;
}

.best-features-area .single-features,
.custom-all-btn {
    align-items: center;
    justify-content: center;
}

.best-features-area .single-features.halal-single-features {
    justify-content: normal;
    margin-bottom: 62px;
}

.text-korea-largest {
    font-weight: 700;
    font-size: 32px;
    color: #2b044d;
    line-height: normal;
    background: linear-gradient(129.65deg, #58d563 14.91%, #00ab53 73.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.all-content-checf .col-lg-6 {
    padding-left: 20px;
    padding-right: 20px;
}

.best-features-area .single-features .features-icon span.custom-connectdevelop {
    background: #fff;
}

.custom-connectdevelop.fa-connectdevelop:before {
    color: #19a98b;
}

.best-features-area .single-features .features-caption.custom-features-caption {
    text-align: center;
    width: 100%;
    /* max-width: 348px; */
    max-width: 392px;
}

.section-tittle h2.text-what-we-offer {
    margin-bottom: 60px;
    font-family: "SF Pro Display Bold";
}

.best-features-area .single-features .features-caption.custom-features-caption h3 {
    font-family: "SF Pro Display Bold";
}

.best-features-area .single-features .features-caption.custom-features-caption img {
    width: 100%;
    object-fit: contain;
    height: 272px;
    margin-bottom: 40px;
}

.best-features-area .single-features.custom-single-features {
    align-items: normal;
}

.available-app-area .app-caption .section-tittle3 h2.text-best {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 72px;
    letter-spacing: 1px;
    font-family: "SF Pro Display Bold";
    line-height: normal;
}

.custom-available-app-area.available-app-area {
    padding: 92px 0;
}

.all-img-best-of-our {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
}

.img-deviceframes-1 {
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: 82px;
}

.img-deviceframes-2 {
    position: absolute;
    bottom: 50px;
    left: 202px;
    z-index: 3;
}

.img-deviceframes-3 {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

.all-icon-people-cook div {
    width: 100%;
}

.all-sign-up a,
.custom-features-icon {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-sign-up a {
    /* max-width: 200px; */
    max-width: 220px;
    width: 100%;
    border-radius: 30px;
    height: 60px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #27d16d;
    border: 1px solid #27D16D;
    font-family: "SF Pro Display Bold";
}

.slider-area .hero__caption p.text-get-muslim {
    font-size: 20px;
    line-height: normal;
}

.custom-features-icon {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    min-width: 56px;
}

.best-features-area .single-features .features-icon img {
    width: 100%;
    max-width: 102px;
    object-fit: contain;
}

.best-features-area .single-features .features-icon img.all-map-point {
    width: 100%;
    max-width: 35px;
    object-fit: contain;
}

.available-app-area.center-available-app-area {
    padding: 80px 0 40px;
}

.text-menu-sacanner {
    font-weight: 700;
    /* font-size: 50px; */
    font-size: 40px;
    color: #fff;
    line-height: normal;
    margin-bottom: 24px;
    font-family: "SF Pro Display Bold";
    letter-spacing: 1px;
}

.cusstom-app-img img,
.scanner-qr {
    width: 100%;
    max-width: 784px;
    object-fit: contain;
}

.text-identify-halal {
    font-weight: 400;
    /* font-size: 32px; */
    font-size: 24px;
    color: #fff;
    line-height: 39px;
    /* margin-bottom: 57px; */
    margin-bottom: 78px;
}

.all-section-halal-scanner {
    text-align: center;
}

.section-padd441 {
    padding-top: 100px;
    padding-bottom: 40px;
}

.best-features-area.section-padd441 {
    padding-top: 88px;
    padding-bottom: 84px;
}

.custom-app-area-left {
    display: flex;
    align-items: center;
}

.text-align-center {
    text-align: center;
}

.cusstom-app-img img {
    max-width: 513px;
}

.custom-app-caption {
    padding-top: 25px;
}

.add-mt-74 {
    padding-top: 154px !important;
    transition: all 0.3s linear;
}

.slider-area .hero__caption p.text-logo-mat {
    background: linear-gradient(257.08deg, #38EF7D -4.32%, #11998E 100.42%), #27D16D;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-size: 75px; */
    font-size: 85px;
    height: 100%;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: "210 Santorini";
}

.section-tittle .text-mat-exclusive {
    font-weight: 700;
    /* font-size: 32px; */
    font-size: 40px;
    color: #fff;
    padding: 9px 16px;
    background: #ffe000;
    width: fit-content;
}

.available-app-area .app-caption p.text-child-mat {
    font-size: 24px;
    /* font-size: 32px; */
    line-height: normal;
    /* font-family: 'Poppins', sans-serif; */
    letter-spacing: 1px;
    padding-right: 0;

}

.available-app-area .app-caption p.text-child-mat.font-size-40 {
    font-size: 40px;
}

.color-FFF {
    color: #fff;
}

.color-3D3D3D {
    color: #3d3d3d !important;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-400 {
    font-weight: 400;
}

.all-icon-content-chef {
    padding: 33px 38px;
    background: #daf7e5;
    border-radius: 20px;
    margin-top: 34px;
}

.all-icon-people-cook {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    box-shadow: 78px 78px 44px rgba(0, 0, 0, 0.01),
        44px 44px 37px rgba(0, 0, 0, 0.05), 19px 19px 28px rgba(0, 0, 0, 0.09),
        5px 5px 15px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin: 20px 0;
    position: relative;
    height: 67px;
}

.available-app-area .app-caption .all-icon-people-cook p {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 63px;
    letter-spacing: -0.0043em;
    color: #000;
    text-align: center;
    padding: 0;
    margin-left: 41px;
}

/* .available-app-area .app-caption .all-icon-people-cook p {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: -0.0043em;
    text-align: center;
    padding: 0;
    width: 100%;
    max-width: 156px;
    background: #4472c4;
    margin: 0 auto;
    padding: 5px 0;
    color: #fff;
} */

.all-icon-people-cook img {
    position: absolute;
    /* width: 60px;
    height: 60px; */
    width: 72px;
    height: 72px;
    object-fit: contain;
    left: -19px;
    top: -5px;
    transition: all 0.3s linear;
}

.section-padd85 {
    padding-top: 85px;
    /* padding-bottom: 85px; */
    padding-bottom: 94px;
    /* border-bottom: 1px solid #ffc9fd; */
    border-bottom: 1px solid transparent;
    position: relative;
}

.all-sign-up,
.all-sign-up p {
    display: flex;
    align-items: center;
}

.all-sign-up p {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #1f3347;
    width: 100%;
    max-width: 100%;
    /* max-width: 417px; */
    font-family: "SF Pro Display Bold";
    margin-bottom: 0;
}

.all-sign-up {
    justify-content: space-between;
    position: relative;
}

.left-sign-up {
    position: absolute;
    bottom: 0;
    left: 0;
}

.right-sign-up {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
}

.custom-width-modal {
    max-width: 1012px;
}

.custom-width-modal .modal-header {
    padding: 20px 65px 0 65px;
}

.custom-width-modal .modal-body {
    padding: 0px 65px 63px 65px;
}

.input-contact.form-control {
    height: 64px;
    font-size: 22px;
    color: #74757F;
    font-weight: 400;
    padding: 20px;
}

.input-contact.form-control::placeholder {
    opacity: 0.5;
}

.term-text {
    font-size: 24px;
    font-weight: 400;
    color: #1F3347;
    margin-top: 24px;
    margin-bottom: 32px;
}

.select-contact {
    height: 64px;
    font-size: 22px;
    color: #74757F;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-appearance: none;
    cursor: pointer;
}

#note {
    font-weight: 400;
    font-size: 24px;
    color: #1F3347;
}

.all-select-icon-down .select-icon-down {
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.all-select-icon-down {
    position: relative;
}

.custom-modal-checkbox {
    width: 100%;
    max-width: 1012px;
}

.modal-open {
    overflow: hidden !important;
}

#modal-term-1 .form .title {
    font-size: 65px;
    font-weight: 700;
    line-height: 78px;
    color: #1f3347;
    font-family: "SF Pro Display Bold";
    margin-bottom: 24px;
    max-width: 646px;
    margin: 0 auto 24px;

}

#webviewModal {
    z-index: 2000;
}

.click-show-popup {
    color: #707b8e;
    font-weight: 700;
    text-decoration: underline;
}

.click-show-popup:hover {
    color: #707b8e;
    text-decoration: underline;
}

#modal-term-1 .form .sub-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    color: #74757f;
    margin-bottom: 20px;
}

.footer-area .custom-single-footer-caption .footer-tittle ul li {
    padding: 0 15px;
    text-decoration: none;
}

.footer-area .custom-single-footer-caption .footer-tittle ul {
    display: flex;
    justify-content: center;
}

.custom-single-footer-caption {
    margin-bottom: 10px;
}

.text-thank-you p {
    color: #888;
    font-weight: 400;
    font-size: 16px;
    /* font-size: 12px; */
    line-height: 18px;
    line-height: normal;
    width: 100%;
    max-width: 1096px;
    margin: 0 auto;
}

.custom-w-100 {
    width: 100%;
}

.custom-w-100 .nav {
    width: 100%;
    text-align: end;
    justify-content: end;
    align-items: center;
}

.slider-area .hero__caption h1.text-unlocking {
    font-weight: 700;
    font-size: 44px;
    line-height: normal;
    color: #2b044d;
    margin-bottom: 40px;
    font-family: "SF Pro Display Bold";
}

.custom-features-icon:hover {
    box-shadow: #14be3e 0 0 11px 9px;
    cursor: pointer;
}

.modal-header .custom-btn-close.sign-up-close {
    margin-right: -45px;
}

.modal-header .custom-btn-close span {
    width: 14px;
    height: fit-content;
}

.img-svgviewer {
    width: 100%;
    object-fit: contain;
    text-align: right;
}

@media only screen and (min-width: 1700px) {

    /* .available-app-area .app-caption p.custom-padding-right{
        padding-right: 85px;
    } */
    .best-features-area .single-features .features-caption.custom-features-caption img {
        margin-bottom: 65px;
    }

    .bgr-banner {
        width: 900px;
    }

    .right-sign-up {
        /* max-width: 670px; */
        max-width: 600px;
        width: 100%;
        /* height: fit-content; */
        object-fit: cover;
    }
}

@media (max-width: 1600px) {
    .available-app-area .app-caption p.text-child-mat {
        padding-right: 0;
    }
}

@media only screen and (min-width: 1440px) {
    .container {
        min-width: 1300px;
    }

}

@media (max-width: 1440px) {

    /* #home.slider-area .hero__caption p.text-get-muslim br{
        display: block;
    } */
    .available-app-area .app-caption p.text-child-mat.font-size-40 {
        font-size: 34px;
    }

    .text-identify-halal {
        line-height: normal;
    }

    .slider-area .hero__caption p.text-get-muslim {
        width: 100%;
        /* max-width: 449px; */
        max-width: 436px;
    }

    .add-mt-74 {
        padding-top: 120px !important;
    }

    .best-features-area .single-features .features-caption p.text-p-per {
        font-size: 21px;
    }

    .best-features-area .single-features.halal-single-features {
        margin-bottom: 44px;
    }

    #modal-term-1 .form .title {
        font-size: 55px;
        font-weight: 700;
        line-height: normal;
    }

    #modal-term-1 .form .sub-title {
        font-size: 24px;
        line-height: 28px;
    }

    .input-contact.form-control {
        height: 48px;
        font-size: 20px;
    }

    .select-contact {
        height: 48px;
        font-size: 20px;
    }

    .term-text {
        font-size: 23px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .custom-width-modal .modal-body {
        padding: 0px 40px 40px 40px;
    }

    .available-app-area .app-caption p.text-child-mat {
        font-size: 26px;
    }

    .all-icon-content-chef {
        padding: 20px;
    }

    .available-app-area .app-caption .all-icon-people-cook p {
        font-size: 16px;
        margin-left: 31px;
    }

    .all-icon-people-cook {
        height: 60px;
    }

    .all-icon-people-cook img {
        width: 63px;
        height: 63px;
        left: -21px;
        top: -2px;
    }

    .cusstom-app-img img {
        max-width: 465px;
    }
}

@media (max-width: 1350px) {

    #exclusive {
        padding-top: 78px;
        padding-bottom: 0;
    }

    .logo-mat {
        max-width: 390px;
        margin-bottom: 30px;
    }

    .slider-area .hero__caption p.text-logo-mat {
        margin-bottom: 30px;
        font-size: 60px;
    }

    .slider-area .hero__caption h1.text-unlocking {
        font-size: 38px;
    }

    .slider-area .hero__caption p.mb-40 {
        margin-bottom: 30px;
        font-size: 21px;
    }

    .slider-area .hero__caption h1 {
        font-size: 38px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {

    /* .slider-area .hero__caption h1,
    .slider-area .hero__caption h1.text-unlocking {
        font-size: 38px;
        margin-bottom: 30px;
    } */

    /* .slider-area .hero__caption p.mb-40 {
        font-size: 21px;
    } */
}

@media only screen and (max-width: 1199px) {
    .all-sign-up p {
        font-size: 44px;
        margin-right: 10px;
    }

    .bgr-banner {
        width: 61%;
    }

    .available-app-area .app-caption p.text-child-mat {
        font-size: 23px;
    }

    .best-features-area.section-padd441 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .best-features-area .single-features .features-caption h3.text-be-per {
        font-size: 30px;
    }

    .all-icon-people-cook img {
        width: 55px;
        height: 55px;
        left: -22px;
        top: -3px;
    }

    .available-app-area .app-caption .all-icon-people-cook p {
        font-size: 14px;
        margin-left: 22px;
    }

    .all-icon-people-cook {
        height: 52px;
        margin: 15px 0;
    }

    .all-icon-content-chef {
        padding: 15px 25px;
        margin-top: 0;
    }

    .available-app-area .app-caption .section-tittle3 h2 {
        margin-bottom: 24px;
        font-size: 26px;
    }

    .cusstom-app-img img {
        max-width: 371px;
    }

    .section-padd441 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-tittle h2.text-what-we-offer {
        margin-bottom: 40px;
    }

    .best-features-area .single-features .features-caption.custom-features-caption {
        max-width: 260px;
    }

    .best-features-area .single-features .features-caption.custom-features-caption img {
        height: 232px;
        margin-bottom: 20px;
    }

    .best-features-area .single-features .features-caption p.text-p-per {
        /* font-size: 18px; */
        font-size: 16px;
        line-height: normal;
    }

    .img-deviceframes-2 {
        bottom: 50px;
        left: 150px;
        width: 100%;
        max-width: 320px;
    }

    .img-deviceframes-1 {
        left: 0;
        bottom: 82px;
        width: 100%;
        max-width: 289px;
    }

    .mb-70,
    .section-tittle h2 {
        margin-bottom: 50px;
    }

    .mb-88 {
        margin-bottom: 50px;
    }

    .best-features-area .single-features .features-icon img {
        width: 70px;
        height: 70px;
    }

    .best-features-area .single-features .features-caption p {
        font-size: 21px;
    }

    .best-features-area .single-features .features-caption h3 {
        font-size: 25px;
    }

    .custom-available-app-area.available-app-area {
        padding: 60px 0;
    }

    .available-app-area .app-caption .section-tittle3 h2.text-best {
        font-size: 41px;
        margin-bottom: 43px;
    }

    .best-features-area .single-features.halal-single-features {
        margin-bottom: 45px;
    }

    .best-features-area .single-features .features-icon img.all-map-point {
        max-width: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    #features.section-padd4 {
        padding-top: 90px;
        padding-bottom: 120px;
    }
}

@media (max-width: 991px) {
    .mobile-show.table-bordered {
        display: table;
    }

    .mobile-show {
        display: block;
    }

    .desktop-show {
        display: none;
    }

    .table-bordered {
        width: 100%;
    }

    .add-mt-74 {
        padding-top: 80px !important;
    }

    .desktop-show-992 {
        display: none;
    }

    .best-features-area .single-features .features-caption p.text-p-per {
        font-size: 12px;
    }

    .custom-all-btn {
        display: flex !important;
        background: linear-gradient(257.08deg, #38ef7d -4.32%, #11998e 100.42%),
            #27d16d;
        color: #fff;
        margin: 10px 21px !important;
    }

    .custom-star-dropdown .dropdown-toggle {
        padding: 10px 19px;
        margin-left: 0;
    }

    .bgr-banner {
        display: none;
    }

    .section-padd4 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .all-img-best-of-our {
        display: none;
    }
}

@media (max-width: 768px) {
    #modal-term-1 .form .title {
        font-size: 49px;
    }

    .add-mt-74 {
        padding-top: 50px !important;
    }

    .mobile-halal-restaurants {
        display: flex;
        justify-content: center;
    }

    .best-features-area .single-features.halal-single-features {
        margin-bottom: 26px;
    }

    .halal-single-features.col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .all-img-best-of-our {
        display: none;
    }
}

@media (max-width: 640px) {
    #modal-term-1 .form .title {
        font-size: 43px;
    }
}

@media (max-width: 550px) {
    .footer-area .custom-single-footer-caption .footer-tittle ul li {
        padding: 0 10px;
    }


    .term-checkbox label::after {
        margin-left: 15px;
    }

    .term-checkbox label {
        font-size: 16px;
        line-height: normal;
    }

    .term-text {
        font-size: 22px;
    }

    #modal-term-1 .form .sub-title {
        font-size: 22px;
    }

    .desktop-show-550 {
        display: none;
    }

    .custom-width-modal .modal-body {
        padding: 0px 20px 20px 20px;
    }

    #modal-term-1 .form .title {
        font-size: 37px;
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: normal;
    }

    .slider-area .hero__caption h1.text-unlocking {
        font-size: 29px;
    }

    .text-menu-sacanner {
        font-size: 43px;
    }

    .text-identify-halal {
        /* font-size: 26px; */
    }

    .available-app-area.center-available-app-area {
        padding: 40px 0;
    }

    .best-features-area .single-features .features-caption p {
        font-size: 18px;
    }

    .custom-features-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .best-features-area .single-features .features-caption {
        padding-left: 10px;
    }

    .best-features-area .single-features .features-icon img.all-map-point {
        max-width: 23px;
    }
}

@media (max-width: 490px) {
    #modal-term-1 .form .title {
        font-size: 31px;
    }

    .term-text {
        font-size: 21px;
    }

    #modal-term-1 .form .sub-title {
        font-size: 21px;
    }
}

@media (max-width: 400px) {
    .term-checkbox label {
        font-size: 14px;
    }

    #modal-term-1 .form .title {
        font-size: 28px;
    }

    .best-features-area .single-features .features-caption p {
        font-size: 16px;
    }

    .text-menu-sacanner {
        font-size: 34px;
    }

    .text-identify-halal {
        font-size: 23px;
    }
}

button.btn.btn-block.btn-submit.animate__fadeIn {
    width: 100%;
    color: #fff;
    border: currentColor;
    /* background: #fc013b; */
    background: #fc9501;
    position: relative;
}

.form-group {
    margin-bottom: 16px;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 10px;
    position: absolute;
}

.spinner-contact {
    top: unset;
    bottom: unset;
    margin: unset;
    margin-left:unset;
    position: unset;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

p.message {
    color: red;
}

.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

.animate__animated {
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

/* Store Info UI for Avenue */
.container1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
  }
  .container1 .box1{
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    border-radius: 5px;
  }
  .box1 .quote i{
  margin-top: 10px;
  font-size: 45px;
  color: #17c0eb
  }
  .container1 .box1 .image1{
    margin: 10px 0;
    height: 150px;
    width: 150px;
    background: rgba(252, 149, 1, 1);
    padding: 3px;
    border-radius: 50%;
  }
  .box1 .image1 img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
  }
  .box1 p{
    /* text-align: justify; */
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
  }
  .store-content {
      /*color: rgba(252, 149, 1, 1);  */
  }
  .box1 .name_job{
    margin: 10px 0 3px 0;
    color: rgba(252, 149, 1, 1);
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
  }
  .rating i{
    font-size: 18px;
    color: rgba(252, 149, 1, 1);
    margin-bottom: 5px;
  }
  .btns {
    /*margin-top: 20px;*/
      margin-bottom: 5px;
      display: flex;
      justify-content: center;
      width: 100%;
      margin: 0 auto;
      margin-bottom:10px;
  }
  .btns button {
      /*width: 100%;*/
      width: 40%;
      padding: 5px 0px;
      outline: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 13px;
      font-weight: 400;
      transition: all 0.3s linear;
  }
  .btns .copy_url{
      background: rgba(252, 149, 1, 1);
      border: 2px solid rgba(252, 149, 1, 1);
      color: #fff;
  }
  .btns .copy_url:hover{
      background: none;
      color: rgba(252, 149, 1, 1);
  }

  .btns .view_qrcode {
      background-color: #000;
      color: white;
      transition: all 0.3s linear;
      margin-left:10px;
      border: 2px solid #000;
  }

  .btns .view_qrcode:hover {
      background: none;
      color: #000;
  }
.qrcode-modal {
    display: none;
}
.qrcode-modal.active {
    display: block;
}

.btns .view_qrcode .fa-qrcode{
    margin-right:5px;
}
#closeModalBtn {
    cursor: pointer;
}

.qrcode-modal-content {
    width:60%;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
}

#closeModalBtn {
    text-align: right;
    padding: 6px 12px;
    display:inline-block;
    width: 100%;
}
#qrcode {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

#qrcode > img {
    margin: 0 auto;
}
#qrcode > button {
    margin: 8px auto;
    background: rgba(252, 149, 1, 1);
    border: 2px solid rgba(252, 149, 1, 1);
    color: #fff;
}

#qrcode > button:hover {
    background: none;
    color: rgba(252, 149, 1, 1);
}
#qrcode > button > a {
    text-decoration: none;
    color: #fff;
}
#qrcode > button:hover > a {
    color: rgba(252, 149, 1, 1);
}

#qrcode i {
    margin-right: 5px;
}
#qrcode button {
    margin: 14px 5px
}

  @media (max-width:1045px){
    .container1 .box1{
      /* width: calc(50% - 10px); */
      margin-bottom: 20px;
    }
  }
  @media (max-width:710px){
    .container1 .box1{
      width: 100%;
    }
  }
@media screen and (min-width: 480px) {
    /*.btns {*/
    /*    width: 35%;*/
    /*}*/
    .btns > button {
        width: 30%;
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {

    .btns > button {
        width: 30%;
    }

    .btns .copy_qrcode {
        margin-left: 20px;
    }

    .qrcode-modal-content {
        width: 30%;
    }

    #qrcode > button {
        margin: 15px 7px;
    }
}

@media screen and (min-width: 1023px) {

    .qrcode-modal-content {
        width: 25%;
    }

    #qrcode > button {
        margin: 15px 7px;
    }


}

@media screen and (min-width: 1399px) {

    .qrcode-modal-content {
        width: 18%;
    }

}


