@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

html {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Heebo", sans-serif !important;
    background-color: #ffffff !important;
    overflow-x: hidden;
    padding: 0 !important;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/*start header section */
.header-main {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header-main .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-inner {
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.navbar-brand .logo-img {
    width: 90px;
}

.footer-logo .logo-img {
    width: 100px;
}

/* .custom-navbar .custom-nav-menu li .primary-btn {
    border-radius: 10px;
    padding: 10px 30px;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    background: #02B4FF;
    display: inline-block;
}

.custom-navbar .custom-nav-menu li .primary-btn:hover {
    background: #282b2d;
}

.custom-navbar .custom-nav-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #282b2d;
}

.custom-navbar .custom-nav-menu li a .icon-box {
    background-color: rgba(89, 183, 63, 0.2);
    border-radius: 50px;
    padding: 10px;
    color: #282b2d;
}

.primary-btn {
    border-radius: 10px;
    padding: 10px 30px;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    background: #02B4FF;
    display: inline-block;
}

.primary-btn:hover {
    background: #473F3F;
} */

/*end header section */

/*start banner section */
.home-section {
    height: calc(8.30px * 100);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding-top: 140px;
    z-index: 1;
}

.home-section .shape-bottom {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: -1;
    background-color: rgba(162, 203, 221, 0.01);
}

.home-bg {
    background-color: rgba(230, 120, 23, 0.08);
}

.home-section .home-content {
    padding: 5rem 0 0;
}

.subheading span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e67817;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 4px;
}

.home-section .home-content .banner-main-title {
    font-size: 45px;
    line-height: 60px;
    color: #282b2d;
    font-weight: 600;
    letter-spacing: 2px;
}

.home-section .home-content .banner-text {
    font-size: 16px;
    line-height: 30px;
    color: #6B6B6B;
    font-weight: 400;
}

.home-section .home-content .banner-main-title span {
    color: #FC3D01;
}

.bannerimage-wrapper {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin: 15px;
}

.bannerimage-wrapper img {
    border-radius: 10px;
}

.bannerimage-wrapper::before {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 35%;
    height: 47%;
    background-color: #e67817;
    border-radius: 0 0 0 10px;
    z-index: -1;
    content: "";
}

.bannerimage-wrapper::after {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 59%;
    height: 47%;
    background-color: #e67817;
    border-radius: 0 10px 0 0;
    z-index: -1;
    content: "";
}

/* .bannerimage-wrapper .banner-shape {
    position: absolute;
    bottom: -50px;
    right: -50px;
    z-index: 2;
} */

/* .home-section .header-shape {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: -1;
} */

/*end banner section */


/*start about section*/
.about-section {
    padding: 100px 0;
}

.section-title {
    font-size: 36px;
    color: #282b2d;
    line-height: 50px;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
}

.about-text {
    font-size: 16px;
    line-height: 30px;
    color: #6B6B6B;
    font-weight: 400;
}

.about-image-wrappers {
    position: relative;
}

.about-image-wrappers:before {
    position: absolute;
    right: 30px;
    top: 40px;
    height: 480px;
    width: 280px;
    border: 12px solid #e67817;
    border-radius: 10px;
    content: "";
}

.about-image-wrappers .image-1 img {
    border: 10px solid #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}

.about-image-wrappers .image-2 {
    position: absolute;
    bottom: 100px;
    left: auto;
    right: 0;
    margin-bottom: 0;
    z-index: 8;
    animation: movebounce 4s linear 0s infinite;
}

.about-image-wrappers .image-2 img {
    border: 10px solid #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
    border-radius: 20px;

}

@keyframes movebounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

/*end about section*/

/*start features section*/
.features-section {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background-color: rgba(230, 120, 23, 0.04);
    counter-reset: featuresCard;
}

/* .features-section .shape-top {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    z-index: -1;
    background-color: rgba(162, 203, 221, 0.01);
}

.features-section .shape-bottom {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: -1;
    background-color: rgba(162, 203, 221, 0.01);
} */

.features-card {
    text-align: center;
    border: 0;
    margin: 10px;
}

.features-card .card-body {
    background-color: #fff;
    border-radius: 10px;
    padding: 0 0 30px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.features-icon-wrapper {
    display: inline-block;
    position: relative;
    z-index: 0;
    transition: all 0.5s ease;
}

.features-icon-wrapper:after {
    position: absolute;
    content: "";
    left: -15px;
    top: -20%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #EDFAFF;
    z-index: -1;
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
}

.features-icon-wrapper .features-icon {
    width: 70px !important;
    height: 70px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.features-card .card-body .featuresbox-header {
    position: relative;
    width: 100%;
    padding: 30px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 40px
}

.features-card .card-body .featuresbox-header h3 {
    font-size: 22px;
    color: #282b2d;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.features-card .card-body .featuresbox-header:after {
    content: "";
    height: 3px;
    width: 60px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    background-color: #e67817;
    transform: translateX(-50%)
}

.features-card .card-body p {
    font-size: 16px;
    line-height: 28px;
    color: #6B6B6B;
    font-weight: 400;
    width: 85%;
    margin: 0 auto;
}

.features-section button.owl-dot {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    display: inline-block;
    margin: 0 6px;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    border-radius: 50%;
}

.features-section button.owl-dot.active {
    border-color: #e67817;
    width: 24px;
    height: 24px;
}

.features-section button.owl-dot.active::before {
    background-color: #e67817;
    width: 14px;
    height: 14px;
}

.features-section button.owl-dot::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: rgba(230, 120, 23, 0.35);
}

.features-section .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

/*end features section*/

/* start howwork section */
.how-work-section {
    padding: 100px 0;
}

.process-box {
    position: relative;
    padding: 0 20px 20px;
    text-align: center;
    border: 2px solid rgba(0, 0, 0, 0.07);
    margin-top: 45px;
    border-radius: 10px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}

.process-box h3 {
    font-size: 22px;
    color: #282b2d;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.process-box p {
    font-size: 15px;
    line-height: 28px;
    color: #6B6B6B;
    font-weight: 400;
}

.process-box span {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #e67817;
    display: inline-block;
    margin-bottom: 15px
}

.process-box span:before {
    position: absolute;
    content: '';
    left: -70px;
    top: 10px;
    background: #ededed;
    width: 50px;
    height: 2px
}

.process-box span:after {
    position: absolute;
    content: '';
    right: -70px;
    top: 10px;
    background: #ededed;
    width: 50px;
    height: 2px
}

.process-box .icon {
    position: relative;
    height: 85px;
    width: 85px;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 40px;
    color: #fff;
    margin-bottom: -30px;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.07);
    transform: translateY(-45px);
    transition: .5s
}

/* end howwork section */

/*start On-boarding screens section*/
.app-screenshots-area {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: rgba(230, 120, 23, 0.04);
}

.app-screenshots-area .shape-top {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    z-index: -1;
    background-color: rgba(162, 203, 221, 0.01);
}

.app-screenshots-area .shape-bottom {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: -1;
    background-color: rgba(162, 203, 221, 0.01);
}

.app-screenshots-title {
    font-size: 50px;
    color: #FC3D01;
    line-height: 50px;
    position: relative;
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 60px;
}

/* .app_screenshots_slides * {
    transition-timing-function: ease-in;
    transition-duration: .3s;
} */

.app_screenshots_slides {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.app_screenshots_slides .single-shot {
    opacity: 0.6;
    transform: scale(0.75);
    text-align: center;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
}

.app_screenshots_slides .center .single-shot {
    opacity: 1;
    transform: scale(1);
}

.app-screenshots-area button.owl-dot {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    display: inline-block;
    margin: 0 6px;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    border-radius: 50%;
}

.app-screenshots-area button.owl-dot.active {
    border-color: #e67817;
    width: 24px;
    height: 24px;
}

.app-screenshots-area button.owl-dot.active::before {
    background-color: #e67817;
    width: 14px;
    height: 14px;
}

.app-screenshots-area button.owl-dot::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: rgba(230, 120, 23, 0.35);
}

.app-screenshots-area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

/*end On-boarding screens section*/

/*start footer section*/
.footer-section {
    padding-top: 100px;
    background-color: #282b2d;
    position: relative;
    z-index: 1;
}

.footerbox-wrapper {
    background-color: #fff;
    border-radius: 50%;
    padding: 30px;
    text-align: center;
    margin: 0 auto;
    width: 400px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-text {
    color: #5E5B5B;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}

.footer-section .shape-top {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    z-index: -1;
    background-color: rgba(162, 203, 221, 0.01);
}

.footer-section .content a:hover {
    color: #e67817 !important;
}

.address-icon {
    display: block;
    color: #fff;
    background: #e67817;
    font-size: 18px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.footer-hour-list {
    margin: 0;
    padding: 0;
}

.footer-hour-list li {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-bottom: 15px;
}

.footer-hour-list li:last-child {
    margin-bottom: 0;
}

.footer-hour-list li i {
    font-size: 15px;
    margin-top: 3px;
}

.hours-info p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    gap: 6px;
    margin-bottom: 0;
    align-items: center;
}

.hours-info span {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
}

.footer-social-style {
    margin: 0;
    display: flex;
    justify-content: end;
    gap: 10px;
    padding: 0;
    list-style: none;
}

.footer-social-style li a {
    color: #473F3F;
    background-color: white;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    z-index: 9;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.footer-social-style li:nth-child(2) a {
    font-size: 22px;
}

.footer-social-style li:nth-child(3) a {
    font-size: 20px;
}

.footer-social-style li a i {
    z-index: 9;
}

.footer-social-style li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #e67817;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.footer-social-style li a:hover {
    color: #fff;
}

.footer-social-style li a:hover:before {
    height: 100%;
    visibility: visible;
    opacity: 1;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.footer-bar {
    margin-top: 80px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bar .copyright-text {
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    font-weight: 400;
}

.footer-bar .copyright-text a {
    color: #e67817;
    font-weight: 600;
}

/*end footer section*/

/*start media queries */
@media screen and (min-width:992px) and (max-width:1025px) {

    .home-section {
        height: calc(7.50px * 100);
    }

    .home-section .home-content .banner-main-title {
        font-size: 45px;
        line-height: 55px;
    }

    .home-section .home-content .banner-text {
        font-size: 17px;
    }

    .section-title {
        font-size: 35px;
        line-height: 45px;
    }

    .about-image-wrappers .image-1 img,
    .about-image-wrappers .image-2 img {
        width: 92%;
    }

    .about-image-wrappers:before {
        right: 10px;
        top: 45px;
        height: 410px;
        width: 280px;
    }

    .about-image-wrappers .image-2 {
        right: -50px;
    }

    .footer-bar .copyright-text {
        font-size: 13px;
    }

    .footer-menus li {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .header-main .navbar {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .footer-hour-list li,
    .footer-social-style {
        justify-content: start;
    }

    .footerbox-wrapper {
        padding: 20px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .home-bg {
        min-height: 1270px;
    }

    .home-section .home-content {
        padding: 6rem 0 0;
        text-align: center;
    }

    .home-section .home-content .banner-main-title {
        font-size: 42px;
        line-height: 60px;
    }

    .home-section .home-content .banner-main-title span br {
        display: none;
    }

    .home-section .home-content .banner-text {
        width: 100%;
        font-size: 16px;
    }

    .navbar-brand .logo-img {
        width: 90px;
    }

    .footer-logo .logo-img {
        width: 100px;
    }

    .about-section,
    .features-section,
    .how-work-section,
    .app-screenshots-area {
        padding: 80px 0;
        text-align: center;
    }

    .section-title {
        font-size: 34px;
        line-height: 55px;
    }

    .about-image-wrappers {
        margin-right: 50px;
    }

    .about-image-wrappers .image-1 img {
        width: 85%;
    }

    .about-image-wrappers .image-2 img {
        width: 100%;
    }

    .about-image-wrappers:before {
        right: 10px;
        top: 55px;
        height: 590px;
        width: 280px;
    }

    .about-image-wrappers .image-2 {
        right: -50px;
    }

    .footer-section {
        padding-top: 80px;
    }

    .footer-bar {
        margin-top: 60px;
    }

    .footer-menus {
        justify-content: center;
        margin-top: 10px;
    }
}

@media screen and (max-width: 575px) {
    .home-bg {
        min-height: 1080px;
    }

    .home-section {
        padding-top: 130px;
    }

    .home-section .home-content {
        padding: 4rem 0 0;
        text-align: center;
    }

    .navbar-brand .logo-img {
        width: 80px;
    }

    .footer-logo .logo-img {
        width: 80px;
    }

    .home-section .home-content .banner-text {
        width: 100%;
        font-size: 16px;
    }

    .home-section .home-content .banner-main-title {
        font-size: 30px;
        line-height: 40px;
    }

    .home-section .home-content .banner-main-title span br {
        display: none;
    }

    .section-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .about-image-wrappers {
        margin-right: 50px;
    }

    .about-image-wrappers .image-1 img {
        width: 100%;
    }

    .about-image-wrappers .image-2 {
        right: -110px;
        bottom: 50px;
    }

    .about-image-wrappers .image-2 img {
        width: 60%;
    }

    .about-image-wrappers:before {
        display: none;
    }

    .about-section,
    .features-section,
    .how-work-section,
    .app-screenshots-area {
        padding: 50px 0;
        text-align: center;
    }

    .app-screenshots-area .owl-carousel .owl-item .single-shot img {
        width: 240px;
        margin: 0 auto;
    }

    .app_screenshots_slides .center .single-shot {
        transform: scale(1);
        opacity: 1;
    }

    .app_screenshots_slides .single-shot {
        transform: scale(1);
        opacity: 1;
    }

    .process-box span {
        font-size: 14px;
    }

    .footer-section {
        padding-top: 60px;
    }

    .footerbox-wrapper {
        width: 350px;
        height: 350px;
    }

    .footer-text {
        width: 80%;
    }

    .footer-bar {
        text-align: center;
        margin-top: 40px;
    }

    .footer-menus {
        justify-content: center;
        margin-top: 10px;
    }

    .footer-bar .copyright-text,
    .footer-menus li {
        font-size: 14px;
    }
}

/*end media queries */