
/* 

v1.0.1
added captcha css


*/


/* project specific css */

/* header css */
.header_menu_div {
    margin-right: 40px;
}
/* end of header css */

.homepage-bg-div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.homepage__img__margin {
    margin-top: -440px;
    width: 80%;
}

.hr-underline {
    border-color: var(--secondary-text-color);
    width: 15%;
    border-width: 2px;
}

.food-choice-inner-div-wantan {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.food-choice-inner-div-soup {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.food-choice-inner-div-mee {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.food-choice-inner-div-pack {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.food-choice-text-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.contact-form-div {
    box-shadow: 2px 0px 10px #00000029;
    border-radius: var(--default-border-radius);
}

.icon-width {
    width: 30px;
}

.homepage-banner-div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
}

.section__padding-inline__lg {
    padding-inline: 100px;
}

/* homepage css */
.address-hover:hover h3 {
    color: var(--primary-text-color)!important;
}

.address-hover2:hover h3 {
    color: var(--primary-text-color);
}

.hr-underline__modifier {
    width: 30%;
    border-width: 23px;
    border-radius: 50px;
    border-color: var(--primary-text-color);
    margin-top: -23px;
}

/* end of homepage css */

/* about us css */
.context-text__width-short {
    width: 50%;
    margin-inline: auto;
}

.context-text__width-medium {
    width: 78%;
    margin-inline: auto;
}

.outlet-inner-div {
    box-shadow: 2px 0px 20px #00000029;
    border-radius: var(--default-border-radius);
    height: 100%;
}

.outlet-inner-div p {
    overflow-wrap: break-word;
}

.about-us-div-1 {
    box-shadow: 0px 3px 6px #00000029;
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
}

.about-us-div-2 {
    box-shadow: 0px 3px 6px #00000029;
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
}

.about-us-div-1 a, .about-us-div-2 a {
    overflow-wrap: break-word;

}

.section__padding__wide {
    padding: 25px 90px;
}
/* end of about us css */

/* menu css */

.category-wantanmee-div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.category-sides-div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category-drinks-div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.category-menu-div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category-outer-div {
    height: 290px;
}


.menu-inner-div {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: var(--default-border-radius);
}

.menu-inner-div img {
    border-top-right-radius: var(--default-border-radius);
    border-top-left-radius: var(--default-border-radius);
}

.more-btn {
    border: none;
    background: none;
    border: var(--button-border);
    border-radius: 100px;
    width: var(--btn-width-short);
}

.soya-img {
    width: 100%;
    margin-top: -100px;
}

.delivery-platform-div {
    width: 100%;
    border-radius: var(--default-border-radius);
    margin-block: 20px;
}

.delivery-logo {
    /* height: 100%; */
    width: 80%;
    /* object-fit: cover; */
    border-radius: var(--default-border-radius);;
}

.delivery-platform-div p {
    word-break: break-word;
    color: var();
}

.carousel-item-div{
    box-shadow: 30px 30px 99px #00000059;
    background: linear-gradient(0deg, #6A4D2E 0%, #978556 100%);
    border-radius: var(--default-border-radius);
    padding: 100px 20px 20px 20px;
}



.carousel-product-image {
    margin-bottom: -100px;
    z-index: 4;
}

.carousel-control-next, .carousel-control-prev {
    background: none;
    border: none;
    width: 5%;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #C1BDB4;
    margin-inline: 8px;
}

.carousel-indicators .active {
    background-color: var(--primary-color);
}

.carousel-div__height__mod {
    min-height: calc(100% - 200px);
}
.order-section-bg-div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

.order-btn {
    position: relative;
    padding: 15px 30px;
    background-color: #EB8D00;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: none;
    border-radius: 100px;
    transition: transform 0.3s ease;
}

.link-hover-scale {
    transition: transform 0.3s ease;
}

.link-hover-scale:hover {
    transform: scale(1.01); /* Scales the button by 10% */
}

.order-btn:hover {
    transform: scale(1.1); /* Scales the button by 10% */
}

.order-btn::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid white;
    pointer-events: none; /* Prevent the border from interfering with button clicks */
    border-radius: 100px;
}

/* end of menu css */

/* footer css */

.footer-content-div {
    border-left: 1px solid var(--footer-text-color);
    height: 100%;
}

.footer-content-div a {
    overflow-wrap: break-word;
}

/* end of footer css */

/* captcha css */
.block {
    position: absolute;
    left: 0;
    top: 0;
}
.slidercaptcha {
    margin: 0 auto;
    width: 100%;
    height: 330px;
    border-radius: 4px;
    margin-top: 0;
}

.slidercaptcha canvas:first-child {
    border-radius: 5px;
    border: 1px solid #e6e8eb;
}

.sliderContainer {
    position: relative;
    text-align: center;
    line-height: 40px;
    background: #f7f9fa;
    color: #45494c;
    border-radius: 2px;
}

.sliderbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #f7f9fa;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #e6e8eb;
}

.sliderContainer_active .slider {
    top: -1px;
    border: 1px solid #1991FA;
}

.sliderContainer_active .sliderMask {
    border-width: 1px 0 1px 1px;
}

.sliderContainer_success .slider {
        top: -1px;
    border: 1px solid #02c076;
    background-color: #02c076 !important;
    color: #fff;
}

.sliderContainer_success .sliderMask {
    border: 1px solid #52CCBA;
    border-width: 1px 0 1px 1px;
    background-color: #D2F4EF;
}

.sliderContainer_success .sliderIcon:before {
    content: "\f00c";
}

.sliderContainer_fail .slider {
    top: -1px;
    border: 1px solid #f35c59;
    background-color: #f35c59;
    color: #fff;
}

.sliderContainer_fail .sliderMask {
    border: 1px solid #f35c59;
    background-color: #f7dcdd;
    border-width: 1px 0 1px 1px;
}

.sliderContainer_fail .sliderIcon:before {
    content: "\f00d";
}

.sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
    display: none;
}

.sliderMask {
        position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border: 0 solid #d1e9fe;
    background: #d1e9fe;    
    border-radius: 2px;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background .2s linear;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default-primary-color);
}

.slider:hover {
    background: #009efb;
    color: #fff;
    border-color: #009efb;
}

.slider:hover .sliderIcon {
    background-position: 0 -13px;
}

.sliderText {
    position: relative;
    color: var(--default-primary-color);
}

.sliderIcon {
}

.refreshIcon {
        position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    padding: 6px;
    color: #fff;
    background-color: #ff4c4c;
    font-size: 14px;
    border-radius: 50px;
}

.refreshIcon:hover {
    color: #fff;
}

/* end of captcha */

/* terms and condition css + privacy policy css */
.policy-content-wrapper {
    border-radius: 5px;
    padding: 50px;
    border: 1px solid #ddd;
}

.section-policy__padding__xl {
    padding-inline: 150px;
}

.header-icon, .sidebarLogo {
    width:50px; 
    margin-right:17px;
}

.homepage_header_logo {
    width:50px; 
    margin-right:17px;
}

#introSection h1 {
    font-size: 60px;
}

.contactUs-title{
    border-bottom: 2px solid #084c61; 
    width: fit-content; 
    padding-bottom: 8px;
}



.whatsapp-icon {
    display: block;
    bottom: 10rem;
    right: 25px;
    position: fixed;
    cursor: pointer;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
}

.whatsapp-icon img {
    width: 50px;
    height: auto;
    transition: width 0.3s ease;
    cursor: pointer;
}

.whatsapp-icon button {
    border: 0;
    background-color: unset;
}

#contactForm img {
    width: 100%;
    height: 450px;
    object-position: center;
    object-fit: cover;
}
/* end of terms and condition css + privacy policy css */


@media (max-width: 575px) {
    #footerLine1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2 !important;
    }

    #footerLine2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3 !important;
    }

    #footerLine3 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1 !important;
    }
}
/* end of captcha css */


/* Responsive Section */

/* Responsive for menu */
@media(max-width: 990px){
    .mobileSidebar.open ~ .transparentBG {
        display: block;
    }

    .transparentBG {
        background: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0%;
        right: 0;
        position: fixed;
        z-index: 50;
        height: 100%;
        width: 100%;
        display: none;
    }

    .mobileSidebar {
        bottom: 0;
        top: 0;
        left: -80%;
        z-index: 100;
        position: fixed;
        height: 100%;
        background: white;
        flex-direction: column;
        display: flex;
        justify-content: flex-start;
        padding: 0 15px;
        overflow-y: auto;
    }

    .mobileSidebar.open {
        left: 0;
        transition: 0.3s ease;
        width: 40%;
    }

    .closeSidebar {
        position: absolute;
        right: 20px;
        top: 20px;
        color: #fff;
    }

    #contactForm img {
        height: 100%;
    }

}

@media(max-width: 576px){
    .mobileSidebar {
        width: 80% !important;
    }
}


/* Mobile View */
@media (min-width: 320px) and (max-width: 767px) {
    .homepage-banner-section {
        background-image: url("../images/homepage-banner-mobile.webp");
    }
    .history-img  {
        width: 100%;
    }

    .homepage-char-div p {
        font-size: var(--sm-text-size);
    }

    .section {
        padding: 20px;
    }

    .section__padding__wide {
        padding: 20px 0px;
    }

    .section-policy__padding__xl {
        padding-inline: 0px;
    }

    .context-text__width-short {
        width: 100%;
    }

    .context-text__width-medium {
        width: 100%;
    }

    .about-us-div-1 {
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }

    .about-us-div-2 {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
    }

    .homepage__img__margin {
        margin-top: -270px;
        width: 100%;
    }

    .food-choice-inner-div-wantan, .food-choice-inner-div-soup, .food-choice-inner-div-mee, .food-choice-inner-div-pack {
        height: 250px;
    }

    .icon-width {
        width: 40px;
    }

    .outlet-img {
        width: 90%!important;
    }

    .content-text__line-height_short {
        line-height: 1.3;
    }

    .category-outer-div {
        height: fit-content;
        padding-block: 30px;
    }

    .font__mobile__15px {
        font-size: 15px!important;
    }

    .font__mobile__12px {
        font-size: 12px!important;
    }

    .padding-inline__mobile_zero {
        padding-inline: 0;
    }

    .content-text__carousel__mobile {
        line-height: 1.5;
        font-size: 14px;
    }

    .section-title__carousel__mobile {
        font-size: 15px;
    }

    .delivery-logo {
        width: 100%;
    }

    .carousel-outer-div__margin__mod {
        margin-bottom: 30px;
    }

    .carousel-div__height__mod {
        height: 85%;
    }

    .policy-content-wrapper {
        padding: 20px;
    }

    .wip-img-mobile {
        width: 100%!important;
    }

    .hr-underline__modifier {
        width: 80%;
    }
  
}

/* Ipad View */
@media (min-width: 768px) and (max-width: 990px) {
    .section__padding__wide {
        padding: 25px 40px;
    }

    .homepage__img__margin {
        margin-top: -364px;
        width: 100%;
    }

    .context-text__width-short {
        width: 100%;
    }

    .context-text__width-medium {
        width: 100%;
    }

    .food-choice-inner-div-wantan, .food-choice-inner-div-soup, .food-choice-inner-div-mee, .food-choice-inner-div-pack {
        height: 400px;
    }

    .category-outer-div {
        height: 165px;
    }

    .content-text__carousel__mobile {
        line-height: 1.5;
        font-size: 14px;
    }

    .section-title__carousel__mobile {
        font-size: 15px;
    }

    .delivery-logo {
        width: 100%;
    }

    .section {
        padding: 30px;
    }

    .wip-img-mobile {
        width: 100%!important;
    }

    .hr-underline__modifier {
        width: 50%;
    }
  
}


/* Carousel */

.PostSlide {
    width: 100%;
    position: relative;
}

.innerContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider-homepage {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
}
.slider-homepage::-webkit-scrollbar {
    display: none;

}
.slide {
    min-width: 253px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.slide.lastSlide {
    padding-right: 0 !important;
    margin-right: 0px !important;
}
.handles button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(255 255 255 / 75%) !important;
    color: #000000;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}
.dots span {
    height: 10px;
    width: 10px;
    background-color: gray;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    display: none;
}
.handles{
    position: absolute;
    top: 45%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}
.handles .prev {
    left: 15px;
    position: absolute;

}
.handles span{
    z-index: 10;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% / 100% 100% no-repeat;
}
.handles .next {
    right: 15px;
    position: absolute;
}

.dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.dots span {
    height: 10px;
    width: 10px;
    background-color: gray;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dots span.active {
    background-color: black;
}
@media (max-width: 767px) {
    .w-mobile-50{
        width: 60% !important;
    }
    .carousel-div__height__mod {
        width: 86%;
    }
}
@media (max-width: 750px) and (max-width: 900px) {
    .w-mobile-50{
        width: 80% !important;
    }
    .carousel-div__height__mod {
        width: 86%;
    }
    .col-md-3.col-md-manual{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
   }
   .carousel-div__height__mod {
        min-height: calc(100% - 150px);
    }
}
@media (min-width: 1100px) and (max-width: 1400px) {
   .col-md-3.col-md-manual{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
   }
   .w-mobile-50{
        width:80% !important;
    }
}

@media (min-width: 830px) and (max-width: 1100px) {
    .col-md-3.col-md-manual{
        -webkit-box-flex: 0;
         -ms-flex: 0 0 44%;
         flex: 0 0 44%;
         max-width: 44%;
    }
    .w-mobile-50{
        width:75% !important;
    }
 }