html {
    overflow-x: hidden;
}

body {
    font-family: "Roboto", sans-serif;
    color: #000;
    line-height: 25px;
}

a {
    color: #777;
    text-decoration: none;
    transition: 0.3s all ease;
}

a:hover {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
    font-family: "Poppins", sans-serif;
    color: #000;
}

.container {
    z-index: 2;
    position: relative;
}

.text-black {
    color: #000 !important;
}

.text-primary {
    color: #2d71a1 !important;
}

.border-top {
    border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
    border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
    margin-top: 0.5rem;
    font-style: italic;
    font-size: 0.8rem;
}

section {
    overflow: hidden;
}

.section-heading {
    font-size: 45px;
    font-weight: 600;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #24aaa1;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #1d9b93;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/* Default btn sre-tyling */

.btn {
    border: none;
    padding: 15px 30px !important;
}

.btn.btn-outline-white {
    border: 2px solid #fff;
    background: none;
    color: #fff;
}

.btn.btn-outline-white:hover {
    background: #fff;
    color: #2d71a1;
}

.btn.btn-primary {
    background: #2d71a1;
    background: linear-gradient(-45deg, #1C9A92, #24aaa1);
    color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}


/* Feature 1 */

.feature-1 .wrap-icon {
    margin: 0 auto;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 15px 30px 0 rgb(107 139 137 / 42%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feature-1 .wrap-icon.icon-1 {
    background: linear-gradient(-45deg, #1C9A92, #31C1B7);
}

.feature-1 .wrap-icon i {
    font-size: 40px;
    line-height: 0;
    color: #fff;
}

.feature-1 h3 {
    font-size: 20px;
}

.feature-1 p {
    color: #b1b1b1;
}


/* CTA Section */

.cta-section {
    /* background: linear-gradient(to right, rgb(42 180 170) 0%, rgb(100 217 209) 100%); */
    background: linear-gradient(to right, #22c9bdb5, #0a6e6896), url(../img/cta-banner.jpg);
    background-attachment: fixed;
    background-repeat: round;
    padding: 100px;
}

.cta-section h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .cta-section h2 {
        font-size: 2rem;
    }
}


/* .cta-section .btn {
    background: #000000;
    color: #fff;
}

.cta-section .btn i {
    margin-right: 5px;
    font-size: 24px;
    line-height: 0;
} */

.playstore {
    padding: 10px 20px;
    border: unset;
    border-radius: 20px;
    color: #1c9b93;
    z-index: 1;
    background: #fff;
    position: relative;
    font-weight: 1000;
    font-size: 16px;
    -webkit-box-shadow: 4px 8px 19px -3px rgb(28 154 146 / 60%);
    box-shadow: 4px 8px 19px -3px rgb(28 154 146 / 60%);
    transition: all 250ms;
    overflow: hidden;
}

.playstore::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 20px;
    background-color: #1C9A92;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgb(28 154 146 / 60%);
    box-shadow: 4px 8px 19px -3px rgb(28 154 146 / 60%);
    transition: all 250ms
}

.playstore:hover {
    color: #fff;
}

.playstore:hover::before {
    width: 100%;
}


/* Contact Form */

.form-control {
    height: 48px;
    border-radius: 0;
    border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #2d71a1;
}

.php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .error-message br+br {
    margin-top: 25px;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
    min-height: 160px;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Blog */

.post-entry {
    margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
    text-decoration: none;
    color: #ccc;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.post-entry .post-text h3 {
    font-size: 20px;
    color: #000000;
}

.post-entry .post-text h3 a {
    text-decoration: none;
    color: #000000;
}

.post-entry .post-text h3 a:hover {
    text-decoration: none;
    color: #2d71a1;
}

.post-entry .post-text .readmore {
    color: #2d71a1;
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
}

.sidebar-box *:last-child {
    margin-bottom: 0;
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted gray("300");
    list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.categories li a,
.sidelink li a {
    text-decoration: none;
    display: block;
}

.categories li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
    text-decoration: none;
    color: #000000;
    font-style: italic;
}

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .vcard {
    width: 80px;
    float: left;
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
    font-size: 20px;
}

.comment-list li .comment-body .meta {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #ccc;
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
    color: #000000;
    background: #e3e3e3;
}

.search-form {
    background: #f7f7f7;
    padding: 10px;
}

.search-form .form-group {
    position: relative;
}

.search-form .form-group input {
    padding-right: 50px;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
}

#header.header-scrolled {
    background: linear-gradient(-45deg, #1C9A92, #24aaa1);
    height: 65px;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 4px 0;
    line-height: 1;
    font-weight: 500;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 90px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .a:focus,
.navbar li:hover>a {
    color: #00f7e7;
}

.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(27, 49, 94, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #101c36;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #2d71a1;
}

.hero-section {
    background: linear-gradient(to right, #008b81ab, #1daaa16e), url(../img/grocerry-bannerimg.png);
    position: relative;
    background-size: cover;
}

.hero-section .wave {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: -150px;
}

@media screen and (max-width: 992px) {
    .hero-section .wave {
        bottom: -180px;
    }
}

.hero-section .wave svg {
    width: 100%;
}

.hero-section,
.hero-section>.container>.row {
    height: 100vh;
    min-height: 880px;
}

.hero-section.inner-page {
    height: 60vh;
    min-height: 0;
}

.hero-section.inner-page .hero-text {
    transform: translateY(-150px);
    margin-top: -120px;
}

@media screen and (max-width: 992px) {
    .hero-section.inner-page .hero-text {
        margin-top: -80px;
    }
}

.hero-section h1 {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    .hero-section h1 {
        font-size: 45px;
        text-align: center;
        margin-top: 40px;
    }
}

@media screen and (max-width: 992px) {
    .hero-section .hero-text-image {
        margin-top: 4rem;
    }
}

.hero-section p {
    font-size: 18px;
    color: #fff;
}

.hero-section .iphone-wrap {
    position: relative;
}

@media screen and (max-width: 992px) {
    .hero-section .iphone-wrap {
        text-align: center;
    }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
    position: absolute;
    top: -50%;
    overflow: hidden;
    left: 0;
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

@media screen and (max-width: 992px) {
    .hero-section .iphone-wrap .phone-2,
    .hero-section .iphone-wrap .phone-1 {
        position: relative;
        top: 0;
        max-width: 100%;
    }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
    width: 250px;
}

@media screen and (max-width: 992px) {
    .hero-section .iphone-wrap .phone-1 {
        margin-left: -150px;
    }
}

.hero-section .iphone-wrap .phone-2 {
    margin-top: 50px;
    margin-left: 100px;
    width: 250px;
}

@media screen and (max-width: 992px) {
    .hero-section .iphone-wrap .phone-2 {
        width: 150px;
        position: absolute;
        margin-top: 0px;
        margin-left: 100px;
    }
    .hero-section .iphone-wrap .phone-2,
    .hero-section .iphone-wrap .phone-1 {
        width: 170px;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    padding: 5rem 0 2.5rem 0;
}

.footer h3 {
    font-size: 18px;
    margin-bottom: 30px;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer a {
    color: #000;
}

.footer .copyright {
    margin-bottom: 0px;
}

.footer .copyright,
.footer {
    font-size: 16px;
}

.footer img {
    margin-top: -45px;
}

.social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f8f9fa;
    position: relative;
    text-align: center;
    transition: 0.3s background ease;
    color: #0d1e2d;
    line-height: 0;
}

.social a span {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.social a:hover {
    color: #fff;
    background: #24a9a0;
}

.social a i {
    line-height: 0;
}


/*===========================
       04.ABOUT css 
===========================*/

.about-area {
    background-color: #F3FDFF;
}

.about-image {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .about-image {
        margin-left: 120px;
        padding-top: 65px;
        padding-bottom: 45px;
    }
    .cta-section {
        padding: 30px 0;
    }
    .footer {
        padding: 2rem 0 2.5rem 0;
    }
}

.about-image .about-shape {
    background: -webkit-linear-gradient(#00b4c7 0%, #00c9bca3 100%);
    background: -o-linear-gradient(#00b4c7 0%, #00c9bca3 100%);
    background: linear-gradient(#00b4c7 0%, #00c9bca3 100%);
    width: 390px;
    height: 390px;
    border-radius: 50%;
    position: relative;
}

@media (max-width: 767px) {
    .about-image .about-shape {
        width: 294px;
        height: 294px;
    }
}

.about-image .about-shape::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    -webkit-transform: scale(1.1) rotate(25deg);
    -moz-transform: scale(1.1) rotate(25deg);
    -ms-transform: scale(1.1) rotate(25deg);
    -o-transform: scale(1.1) rotate(25deg);
    transform: scale(1.1) rotate(25deg);
    border-radius: 50%;
    border: 2px solid #1dc1cb;
    border-top-color: transparent;
    border-right-color: transparent;
}

.about-image .app {
    position: relative;
    -webkit-transform: rotate(-25deg) translateY(-15%);
    -moz-transform: rotate(-25deg) translateY(-15%);
    -ms-transform: rotate(-25deg) translateY(-15%);
    -o-transform: rotate(-25deg) translateY(-15%);
    transform: rotate(-25deg) translateY(-15%);
    max-width: 280px;
    position: absolute;
    top: 100px;
    left: 95px;
    -webkit-box-shadow: -15px 10px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -15px 10px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -15px 10px 30px 0px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
}

@media (max-width: 767px) {
    .about-image .app {
        max-width: 190px;
        border-radius: 25px;
        top: 60px;
    }
    .hero-section,
    .hero-section>.container>.row {
        min-height: 1000px;
    }
    .hero-section .iphone-wrap .phone-2 {
        width: 220px;
    }
    .hero-section .iphone-wrap .phone-2,
    .hero-section .iphone-wrap .phone-1 {
        width: 220px;
    }
}

.about-content .main-btn {
    margin-top: 40px;
}

.dbox {
    box-shadow: 4px 8px 19px -3px rgb(234 235 235);
    height: 200px;
    padding: 20px 50px;
}

.box-font {
    font-size: 30px;
    border: 3px solid #1c9a92;
    border-radius: 50%;
    height: 60px;
    width: 59px;
    line-height: 60px;
    color: #1fa097;
}

.slider-border {
    border-radius: 20px;
}

.main-title h2 {
    background: linear-gradient(to bottom, #5fd6ce 0, #1d9b93 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.main-title h2::before {
    top: 100%;
    left: 50%;
    content: '';
    height: 5px;
    width: 50px;
    background: linear-gradient(to bottom, #5fd6ce 0, #1d9b93 100%);
    position: absolute;
    transform: translate(-50%, 50%);
}

.main-title-2 h2 {
    background: linear-gradient(to bottom, #5fd6ce 0, #1d9b93 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.main-title-2 h2::before {
    top: 100%;
    left: 0%;
    content: '';
    height: 5px;
    width: 50px;
    background: linear-gradient(to bottom, #5fd6ce 0, #1d9b93 100%);
    position: absolute;
    transform: translate(0%, 50%);
}

@media (min-width:1024px) and (max-width:1199px) {
    /* .phone-1 {
        left: 10px;
    } */
    .about-image {
        margin-left: 30px !important;
    }
    .footer .logo img {
        height: 110px;
        margin-top: -40px;
    }
    .footer .contact-info {
        word-break: break-all;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .info-content .text {
        word-break: break-all;
        font-size: 14px;
    }
    .dbox .text a {
        word-break: break-all;
    }
    .about-image {
        margin-left: 150px;
    }
    .dbox {
        padding: 20px 20px;
    }
    .footer .logo img {
        height: 90px;
        margin-left: -30px;
        margin-top: -30px;
    }
    .footer .site-section .list-unstyled {
        font-size: 14px;
    }
    .footer p {
        font-size: 16px;
    }
    .section-heading {
        font-size: 40px;
    }
    .feature-1 h3 {
        font-size: 18px;
    }
}

@media (max-width:767px) and (min-width:575px) {
    /* .hero-section .iphone-wrap .phone-2 {
        margin-left: 200px;
    } */
    .hero-section .iphone-wrap .phone-1 {
        margin-left: 100px;
    }
}

@media (max-width:574px) and (min-width:425px) {
    .about-image {
        margin-left: 60px;
    }
    .section-heading {
        font-size: 35px;
    }
    .hero-section .iphone-wrap .phone-1 {
        margin-left: 80px;
    }
}

@media (max-width:424px) and (min-width:375px) {
    .about-image {
        margin-left: 20px;
    }
    .section-heading {
        font-size: 30px;
    }
    .section-title .main-title-2 p {
        font-size: 14px;
    }
    .hero-section .iphone-wrap .phone-1 {
        margin-left: -60px;
    }
}

@media (max-width:374px) and (min-width:320px) {
    .about-image .about-shape {
        width: 250px;
        height: 250px;
    }
    .about-image {
        margin-left: 30px;
    }
    .about-image .app {
        max-width: 140px;
        top: 80px;
    }
    .hero-section .iphone-wrap .phone-1 {
        margin-left: -50px;
    }
    .hero-section .iphone-wrap .phone-2 {
        margin-left: 70px;
    }
    .section-heading {
        font-size: 30px;
        margin-top: 10px;
    }
    .footer .logo img {
        width: 300px;
    }
}