body {
    margin: 0px;
    padding: 0px;
    background-color: #f9f9f9;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

p {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.height-full {
    height: 100%;
}

/* header css start */
.main-header {
    position: fixed;
    top: 26px;
    z-index: 999;
    left: 0px;
    right: 0px;
}

.list-block-main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.list-block-main ul li {
    padding: 0px 18px;
}

.list-block-main ul li a i {
    color: #ffffff;
}

.list-block-main ul li a:hover i {
    color: #BE1C91;
}

.list-block-main ul li .toggle-bar a {
    display: block;
}

.list-block-main ul li.toggle-bar {
    padding-left: 70px;
}

.list-block-main ul li.toggle-bar a {
    display: block;
}

.list-block-main ul li.toggle-bar a span {
    width: 36px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin-bottom: 8px;
    transition: all .3s;
    border-radius: 2px;
    position: relative;

}

.list-block-main ul li.toggle-bar a.open span:nth-child(1) {
    top: 19px;
    transform: rotateZ(45deg);
}

.list-block-main ul li.toggle-bar a.open span {
    background-color: #fff !important;
}

.list-block-main ul li.toggle-bar a.open span:nth-child(3) {
    top: 0px;
    transform: rotateZ(-45deg);
}

.list-block-main ul li.toggle-bar a.open {
    position: relative;
    top: -7px;
}

.list-block-main ul li.toggle-bar a span:nth-child(3) {
    margin-bottom: 0px;
}

.list-block-main ul li.toggle-bar a.open span:nth-child(2) {
    background-color: transparent !important;
}

.fullscreen-menu {
    position: fixed;
}

.full-screen-menu.open {
    top: 0px;
}

.full-screen-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: -200%;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    background-color: #0E0E1D;
    z-index: 99;
}

.full-screen-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    margin: 0px;
    padding: 0px;
    flex-direction: column;
    list-style: none;
}

.full-screen-menu ul li {
    padding-bottom: 20px;
}

.full-screen-menu ul li a {
    font-size: 40px;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

.fp-viewing-1 .list-block-main ul li a i,
.fp-viewing-3 .list-block-main ul li a i {
    color: #0e0e1d;
}

.fp-viewing-1 .list-block-main ul li.toggle-bar a span,
.fp-viewing-3 .list-block-main ul li.toggle-bar a span {
    background-color: #0E0E1D;
}

.second-slide .list-block-main ul li a i,
.fourth-slide .list-block-main ul li a i {
    color: #0e0e1d;
}

.second-slide .list-block-main ul li.toggle-bar a span,
.fourth-slide .list-block-main ul li.toggle-bar a span {
    background-color: #0E0E1D;
}

/* header css end */

/* banner css start */
.top-banner-main-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.first-slide {
    background-image: url(../images/top-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.first-slide .fp-scroller,
.third-slide .fp-scroller {
    height: 100%;
}

.second-slide .fp-scroller {
    height: 100%;
}

.top-banner-main-inner .shape-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
}

.top-banner-main-inner .shape-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-mobile-top img {
    /* margin-right: 45px; */
    width: 450px;
    max-width: initial;
    position: relative;
    left: -50px;
}

.banner-text {
    padding: 0px 50px;
    overflow: hidden;
}

.banner-text h1 {
    font-size: 64px;
    line-height: 73px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 22px;
}

.banner-text p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
}

.banner-text .input-group {
    margin: 88px 0px 64px;
    position: relative;
}

.banner-text .input-group img {
    position: absolute;
    left: 14px;
    top: 16px;
}

.banner-text .input-group input {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 36px !important;
    height: 64px;
    padding: 10px 60px 10px 50px;
    outline: none !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 16px;
}

.banner-text .input-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFFFFF !important;
    opacity: 0.4;
}

.banner-text .input-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF !important;
    opacity: 0.4;
}

.banner-text .input-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFFFFF !important;
    opacity: 0.4;
}

.banner-text .input-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF !important;
    opacity: 0.4;
}

.banner-text .input-group .btn-common {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    border-radius: 40px;
    background: linear-gradient(81.86deg, #BE1C91 3.16%, #8B40A6 93.69%);
    background: -webkit-linear-gradient(81.86deg, #BE1C91 3.16%, #8B40A6 93.69%);
    background: -webkit-linear-gradient(81.86deg, #BE1C91 3.16%, #8B40A6 93.69%);
    background: -o-linear-gradient(81.86deg, #BE1C91 3.16%, #8B40A6 93.69%);
    background: -ms-linear-gradient(81.86deg, #BE1C91 3.16%, #8B40A6 93.69%);
    padding: 23px 34px;
}

.banner-text .input-group .input-group-append {
    position: absolute;
    right: 0px;
}

.banner-text .app-link {
    display: flex;
    align-items: center;
    margin: 0px -15px;
}

.banner-text .app-link a {
    padding: 0px 15px;
}

/* banner css end */

/* services block css start */
.services-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}

.section-title {
    text-align: center;
    position: relative;
    padding: 60px 0px 100px;
}

.section-title h2 {
    font-size: 48px;
    line-height: 56px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-top: 30px;
}

.app-services-block {
    display: flex;
    margin: 0px -15px;
    padding-top: 40px;
}

.app-services-block .app-services-inner {
    width: 33.33%;
    padding: 0px 15px;
}

.app-services-block .app-services-inner.text-right-text .app-services-point {
    text-align: right;
}

.app-services-block .app-services-inner .app-services-point {
    padding-top: 60px;
}

.app-services-block .app-services-inner .app-services-point:nth-child(2) {
    padding-top: 110px;
}

.app-services-block .app-services-inner .app-services-point h2 {
    color: #171730;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding: 16px 0px 22px;
}

.app-services-block .app-services-inner .app-services-point p {
    color: #171730;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    width: 70%;

}

.app-services-block .app-services-inner.text-right-text .app-services-point p {
    margin-left: auto;
}

.d-flex-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.services-img-block {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}



.services-img-block img {
    width: 100%;
    object-fit: cover;
}

.services-img-block img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}


.process-main {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.third-slide {
    background-image: url(../images/process-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.process-block-main {
    display: flex;
    align-items: center;
    background: rgba(38, 36, 75, 0.48);
    border-radius: 28px;
    width: 70%;
    padding: 20px 26px;
    margin-bottom: 36px;
}

.process-block-main h4 {
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    padding-left: 20px;
    font-weight: 600;
}

.process-block-main.second-process {
    margin-left: 70px;
}

.process-block-main.third-process {
    margin-left: 140px;
}

.budget-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.fourth-slide {
    background-image: url(../images/budget-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.budget-main .section-title h2 {
    color: #171730;
}

.budget-banner .budget-banner-block h2 {
    color: #171730;
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 22px;
}

.budget-banner .budget-banner-block {
    padding-top: 92px;
}

.budget-banner .budget-banner-block:nth-child(1) {
    padding-top: 0px;
}

.budget-banner .budget-banner-block p {
    color: #171730;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}

.payaid-banner-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.payaid-banner-main .payaid-img-block {
    padding-top: 0px;
}

.fifth-slide {
    background-image: url(../images/payaid-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.payaid-banner-main .text-last {
    text-align: center;
    padding-top: 68px;
}

.payaid-banner-main .text-last h3 {
    font-size: 36px;
    line-height: 44px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.payaid-banner-main ul {
    margin: 0px;
    padding: 80px 25px 0px 25px;
    list-style: none;
    text-align: right;
}

.payaid-banner-main ul li {
    display: block;
    font-size: 36px;
    line-height: 44px;
    color: #FFEFD1;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 30px;
    position: relative;
}

.payaid-banner-main ul li:before {
    content: "";
    position: absolute;
    top: 14px;
    background: url(../images/right-check.svg) no-repeat;
    height: 13px;
    width: 15px;
    background-size: contain;
    margin-left: -28px;
}

.six-slide {
    background-image: url(../images/download-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.download-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.download-banner-text {
    width: 440px;
    margin: 0 auto;
}

.download-banner-title {
    overflow: hidden;
}

.download-banner-text h2,
.download-banner-text h3 {
    font-size: 64px;
    line-height: 70px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 68px;
    overflow: hidden;
}

.download-btn-main {
    padding: 0px 30px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.download-btn-main .btn-full {
    background-image: url(../images/btn-bg.png) !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    outline: none;
    border: none;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #FCFCFC;
    height: 66px;
}

.last-store-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 110px;
}

.footer-list-block {
    padding: 50px 0px 66px;
    background-image: url(../images/last-bg.png);
    background-size: cover;
    position: relative;
    text-align: center;
}

.footer-list-block .footer-list-inner h2,
.footer-list-block .footer-list-inner h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #171730;
    padding-bottom: 54px;
}

.footer-list-block .footer-list-inner ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-list-block .footer-list-inner ul li {
    padding: 0px 18px;
}

.footer-list-block .footer-list-inner ul li a {
    display: flex;
    align-items: center;
    background: rgba(23, 23, 48, 0.1);
    border: 1px solid rgba(23, 23, 48, 0.3);
    border-radius: 36px;
    width: 134px;
    padding: 9px 9px 9px 17px;
}

.footer-list-block .footer-list-inner ul li a p {
    font-size: 16px;
    line-height: 16px;
    color: #171730;
    font-family: 'Open Sans', sans-serif;
    padding-left: 10px;
}


#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    height: 8px !important;
    width: 8px !important;
    background: rgba(255, 255, 255, 0.4) !important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    width: 10px !important;
    height: 10px !important;
    border: 2px solid #FFFFFF;
    background-color: transparent !important;
    border-radius: 50%;
    margin: -3px 0 0 -3px !important;
}

.fp-viewing-1 #fp-nav ul li a span,
.fp-viewing-1 .fp-slidesNav ul li a span,
.fp-viewing-3 #fp-nav ul li a span,
.fp-viewing-3 .fp-slidesNav ul li a span {
    background: #171730 !important;
    opacity: 0.4;
}

.fp-viewing-1 #fp-nav ul li a.active span,
.fp-viewing-1 .fp-slidesNav ul li a.active span {
    border: 2px solid #0e0e1d;
    background-color: transparent !important;
    opacity: 1;
}

.fp-viewing-3 #fp-nav ul li a.active span,
.fp-viewing-3 .fp-slidesNav ul li a.active span {
    border: 2px solid #0e0e1d;
    background-color: transparent !important;
    opacity: 1;
}

#fp-nav.fp-right {
    right: 100px !important;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    margin: -3px 0 0 -3px !important;
}

.section-title.title-work {
    animation-duration: 0.1s !important;
    animation-delay: 0.1s;
}

.first-slide .left-mobile-top {
    animation-duration: 0.2s !important;
    animation-delay: 0.2s;
}

.first-slide .head-title {
    animation-duration: 0.3s !important;
    animation-delay: 0.3s;
}

.first-slide .first-des {
    animation-duration: 0.5s !important;
    animation-delay: 0.5s;
}

.first-slide .input-group {
    animation-duration: 0.7s !important;
    animation-delay: 0.7s;
}

.first-slide .app-link {
    animation-duration: 0.9s !important;
    animation-delay: 0.9s;
}

.second-slide .middle-img div {
    vertical-align: middle;
    animation-duration: 0.2s !important;
    animation-delay: 0.2s;
}

.second-slide .block-one {
    overflow: hidden;
}

.second-slide .block-two {
    overflow: hidden;
}

.second-slide .block-one div {
    animation-duration: 0.4s !important;
    animation-delay: 0.4s;
}

.second-slide .block-two div {
    animation-duration: 0.6s !important;
    animation-delay: 0.6s;
}

.third-slide .title-work1 {
    animation-duration: 0.3s !important;
    animation-delay: 0.3s;
}

.third-slide .title-work2 {
    animation-duration: 0.6s !important;
    animation-delay: 0.6s;
}

.third-slide .title-work3 {
    animation-duration: 0.9s !important;
    animation-delay: 0.9s;
}

.phone-tab-block {
    animation-duration: 0.3s !important;
    animation-delay: 0.3s;
}

.budget-banner-img {
    animation-duration: 0.3s !important;
    animation-delay: 0.3s;
}

.heading-animation-1 {
    animation-duration: 0.5s !important;
    animation-delay: 0.5s;
}

.heading-animation-2 {
    animation-duration: 0.9s !important;
    animation-delay: 0.9s;
}

.paragraph-heading-1 {
    animation-duration: 0.7s !important;
    animation-delay: 0.7s;
}

.paragraph-heading-2 {
    animation-duration: 1.1s !important;
    animation-delay: 1.1s;
}

.payaid-img-block {
    animation-duration: 0.3s !important;
    animation-delay: 0.3s;
}


li.one {
    animation-duration: 0.5s !important;
    animation-delay: 0.5s;
}

li.two {
    animation-duration: 0.7s !important;
    animation-delay: 0.7s;
}

li.three {
    animation-duration: 0.9s !important;
    animation-delay: 0.9s;
}

.text-last {
    animation-duration: 1.1s !important;
    animation-delay: 1.1s;
}

.download-banner-title h2,
.download-banner-title h3 {
    animation-duration: 0.3s !important;
    animation-delay: 0.3s;
}

.download-btn-link {
    animation-duration: 0.5s !important;
    animation-delay: 0.5s;
}

.last-store-block {
    animation-duration: 0.7s !important;
    animation-delay: 0.7s;
}

.headline {
    overflow: hidden;
}

.opacity-0 {
    opacity: 0;
}

.head-title {
    opacity: 0;
}

.banner-text p {
    margin-top: 12px;
}


.opacity-1 {
    opacity: 1 !important;
}

.title-work {
    opacity: 0;
}

.section {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.overflow-hidden {
    overflow: hidden !important;
}

.footer-list-block .footer-list-inner ul li a:hover {
    border: 1px solid rgba(23, 23, 48, 1);
}

/* services block css end */

/* **** Lodder **** */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    overflow: hidden;
}

.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #0E0E1D;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}

.overlay .overlayDoor:before {
    left: 0;
}

.overlay .overlayDoor:after {
    right: 0;
}

.overlay.loaded .overlayDoor:before {
    left: -50%;
}

.overlay.loaded .overlayDoor:after {
    right: -50%;
}

.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}

.loaded.overlay {
    display: none;
}

.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.loader {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: spinInner 1s linear infinite;
    animation: spinInner 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

/* **** End Lodder **** */

/* Changing the heading tags */
.app-proccess-heading {
    font-size: 48px;
    line-height: 56px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-top: 30px;
}