@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    background-image: linear-gradient(rgba(7, 95, 100, 0.5), rgba(7, 95, 100, 0.5)), url('../Home_Page_Img/Background.png');
    background-size: cover;
    background-position: center;
    height: 275px;
    margin-bottom: 650px;
    border-radius: 0 0 40% 40%;
}

    #hero .content-container {
        top: 0;
        text-align: center;
    }

    #hero .main-title {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 35px;
        line-height: 42px;
        letter-spacing: 1px;
        color: #FFFFFF;
        text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.55);
        padding-top: 75px;
        margin-bottom: 11px;
    }

    #hero .sub-title {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF;
        text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.65);
        margin-bottom: 93px;
    }
/* Section ID */
.body-grp {
    display: flex;
    justify-content: center;
    margin-bottom: 19px;
}

.body-group-button {
    position: absolute;
    right: 8px;
}

.body-group-input {
    width: 615px;
    display: flex;
    position: relative;
    align-items: center;
}


#txtBodySearchInput {
    border: none;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 17px rgba(106, 106, 106, 0.31);
    border-radius: 28px;
    outline: none;
    height: 56px;
    padding-left: 25px;
    -webkit-appearance: none;
}

.searchButton {
    cursor: pointer;
    width: 109px;
    height: 42px;
    background-color: #E55500;
    border-radius: 23px;
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    border: none;
    outline: none;
}

    .searchButton:hover {
        background-color: #00B98C;
    }
/* Section QR */
#QR {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.middle-content-text {
    margin-top: 19px;
    margin-bottom: 19px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #79361E;
}

#body-QR-Code-button-group {
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 249px;
    height: 42px;
    background: #FFFFFF;
    box-shadow: 0px 2px 17px rgba(106, 106, 106, 0.31);
    border-radius: 23px;
    border: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    outline: none;
}

#QR-img {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
    #hero {
        height: 245px;
        border-radius: 0 0 7% 7%;
        margin-bottom: 850px;
    }
}

@media screen and (max-width: 500px) {
    #hero .sub-title {
        font-size: 15px;
        line-height: 22px;
    }

    #hero .main-title {
        font-size: 31px;
        line-height: 37px;
    }

    .body-group-input {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 44px;
        width: 90%;
        left: 0px;
        height: auto;
        position: unset;
    }

    #txtBodySearchInput {
        margin-bottom: 20px;
        height: 44px;
        font-size: 16px;
        -webkit-appearance: none;
    }

    .body-group-button {
        position: unset;
        height: 42px;
        width: 109px;
        left: 0px;
        top: 0px;
        border-radius: 23px;
    }

    #hero {
        height: 245px;
        border-radius: 0 0 7% 7%;
        margin-bottom: 850px;
    }

        #hero .sub-title {
            margin-bottom: 58px;
        }

    .middle-content-text {
        margin-top: 16px;
    }
}

/* Why-us section */
#why-us {
    margin-top: 92px;
    margin-bottom: 190px;
}

    #why-us .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #why-us .content-container {
        text-align: left;
    }

.why-us-header {
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 72px;
}

#why-us .packed-container {
    width: 1158px;
    display: flex;
    justify-content: space-evenly;
}

#why-us .packed-content {
    display: flex;
}

.why-us-heading {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

#why-us .content {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #797979;
}

#why-us .logo {
    margin-left: 72px;
    margin-right: 24px;
    width: 88px;
    height: 88px;
}

#why-us img:first-child {
    margin-left: 0px;
}

#why-us img:last-child {
    margin-right: 0px;
}

@media screen and (max-width: 1023px) {
    #why-us {
        margin-bottom: 72px;
    }

        #why-us .logo {
            height: 66px;
            width: 66px;
        }

        #why-us .packed-content {
            margin-bottom: 50px;
        }

        #why-us .packed-container {
            width: unset;
        }
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');





body {
    font-family: "Inter" !important;
    margin: unset;
}


header {
    margin: unset !important;
}

.container-fluid {
    padding: unset;
}

body .row {
    margin: unset;
}

/* camera section  */
.btnIn1 {
    background: #07b907;
    color: white;
    box-shadow: 0px 2px 17px rgba(106, 106, 106, 0.31);
    border-radius: 23px;
    border: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    outline: none;
    width: 300px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btnIn2 {
    background: #07b907;
    color: white;
    box-shadow: 0px 2px 17px rgba(106, 106, 106, 0.31);
    border-radius: 23px;
    border: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    outline: none;
    width: 300px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btnIn3 {
    background: #ff0000;
    color: white;
    box-shadow: 0px 2px 17px rgba(106, 106, 106, 0.31);
    border-radius: 23px;
    border: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    outline: none;
    width: 300px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}


#reader {
    border-radius: 23px;
}


.text_in {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    outline: none;
}

#btnStopCamera {
    cursor: pointer;
    background: #ff0000;
    box-shadow: 0px 2px 17px rgba(106, 106, 106, 0.31);
    border-radius: 23px;
    border: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: white;
    outline: none;
    width: 100px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#scanner-container {
    z-index: 20;
    display: none;
    justify-content: center;
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    transition: 1s;
}

#reader__scan_region {
    display: flex;
    justify-content: center;
    align-items: center;
}

#reader__status_span {
    border-radius: 15px;
}

#reader__header_message {
    border-radius: 23px;
    width: 100%
}

#reader {
    width: 500px;
}

.swal-title {
    font-weight: 500 !important;
    font-size: 24px !important;
}

.swal-button {
    font-weight: 400 !important;
}


@media screen and (max-width: 500px) {
    #reader {
        width: 90% !important;
    }

    .btnIn1 {
        width: 90%;
        height: 40px;
    }

    .btnIn2 {
        width: 90%;
        height: 40px;
    }

    .btnIn3 {
        width: 90%;
        height: 40px;
    }
    .swal-title {
        font-size: 20px !important;
    }
    .swal-text {
        font-size: 14px !important;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}