/*
Template Name: kamalo - Online Grocery Supermarket Mobile Template
Author: Gambolthemes
Version: 1.0
*/

/* fonts */

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --red: #eb394d
}

/* Body */

body {
	font-family: 'rubik', sans-serif;
    font-size: 12px;
}


a {
    text-decoration: none
}

html ::-webkit-resizer {
    background-color: #fff
}

html ::-webkit-scrollbar {
    width: 0;
    overflow: visible
}

html ::-webkit-scrollbar-button {
    display: none
}

html ::-webkit-scrollbar-corner {
    /* background-color:#fff; */
}

html ::-webkit-scrollbar-thumb {
    background-color: rgba(138,138,138,.4);
    border-radius: 7px
}

html ::-webkit-scrollbar-track-piece {
    background-color: #fff
}

.fw-5 {
    font-weight: 500 !important;
}

.fw-4 {
    font-weight: 400 !important;
}

.fw-6 {
    font-weight: 600 !important;
}

.fs-7 {
	font-size: 14px !important;
}

.fs-8 {
	font-size: 13px !important;
}

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

.fs-10 {
	font-size: 10px !important;
}

.fs-11 {
	font-size: 11px !important;
}

.demo-qr-right img {
    width: 110px;
}

.mt-50 {
    margin-top: 100px;
}

.demo-banner {
    background-color: #4f5092;
    background-image: url(../img/main-bg-3.jpg);
    background-size: 100%;
    background-position: center;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 0;
}

.phone-screen {
    width: 390px;
    position: relative
}

.iframe {
    width: 390px;
    height: 732px;
    background: #cecece;
    border: 10px solid #cecece;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    transition: all .5s
}

.iframe iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.volume.style-2 {
    box-shadow: 0 85px 0 0 #cecece;
    background-color: #cecece;
    top: 120px;
    left: -7px;
    width: 7px;
    height: 66px
}

.volume {
    content: "";
    position: absolute;
    background-color: #2c3f6d;
    top: 70px;
    left: -5px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 60px 0 0 #2c3f6d;
    width: 5px;
    height: 45px
}

.switch.style-2 {
    top: 120px;
    height: 100px;
    background-color: #cecece;
    width: 6px;
    right: -6px
}

.switch {
    content: "";
    position: absolute;
    background-color: #2c3f6d;
    top: 70px;
    right: -5px;
    border-radius: 0 10px 10px 0;
    width: 5px;
    height: 65px
}

.logo {
    height: 110px !important
}

.demo-sticky-right {
    width: 170px
}

.icon-envato {
    height: 18px
}

.elite-logo {
    height: 50px
}

.demo-slider.slick-initialized {
    display: unset
}

.demo-slider {
    display: none
}

.demo-slider button:after,.demo-slider button:before {
    font-family: rubik;
    color: #000;
    font-size: 27px
}

.demo-slider button {
    position: absolute;
    top: -16px;
    right: 4px
}

.demo-slider button.slick-prev.slick-arrow {
    left: auto;
    right: 40px
}

.logo {
    height: 100px;
}

@media(max-width: 576px) {
    .demo-sticky-right {
        display:none
    }

    .phone-screen {
        width: 100%
    }

    .iframe {
        width: 100%;
        height: 100vh;
        border: none;
        border-radius: 0
    }

    .container.px-lg-5 {
        padding: 0!important
    }

    .style-2 {
        display: none
    }

    .demo-section-demo {
        padding: 0!important
    }

    .row.align-items-center.vh-100 {
        margin: 0!important
    }
}

@media(max-width: 768px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:100%;
        padding-right: 15px!important;
        padding-left: 15px!important
    }
}

@media(max-width: 992px) {
    .demo-section-intro {
        display:none
    }
}

@media(min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:100%;
        padding-right: 15px!important;
        padding-left: 15px!important
    }
}

@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:100%;
        padding-right: 15px!important;
        padding-left: 15px!important
    }
}

@media(min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1260px
    }
}
