* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'VisbyRoundCF-Bold';
    src: url('../font/VisbyRoundCF-Bold.woff2') format('woff2'),
        url('../font/VisbyRoundCF-Bold.woff') format('woff'),
        url('../font/VisbyRoundCF-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'VisbyRoundCF-Regular';
    src: url('../font/VisbyRoundCF-Regular.woff2') format('woff2'),
        url('../font/VisbyRoundCF-Regular.woff') format('woff'),
        url('../font/VisbyRoundCF-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'VisbyRoundCF-DemiBold';
    src: url('../font/VisbyRoundCF-DemiBold.woff2') format('woff2'),
        url('../font/VisbyRoundCF-DemiBold.woff') format('woff'),
        url('../font/VisbyRoundCF-DemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'VisbyRoundCF-Heavy';
    src: url('../font/VisbyRoundCF-Heavy.woff2') format('woff2'),
        url('../font/VisbyRoundCF-Heavy.woff') format('woff'),
        url('../font/VisbyRoundCF-Heavy.ttf') format('truetype');
}

body {
    font-family: 'VisbyRoundCF-Bold', sans-serif;
}

.header {
    background-image: url("../images/bg.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.navbar-collapse {
    flex-grow: unset !important;
}

.navbar-nav .nav-link {
    font-size: 15px;
    padding: 0 20px !important;
    font-family: 'VisbyRoundCF-DemiBold';
}

.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-nav .nav-link {
    font-size: 15px;
    padding: 0 20px !important;
    color: #0E1133 !important;


}

.navbar-nav .nav-link.active::after {
    content: '';
    background-image: url(../images/navactive.svg);
    display: block;
    width: 100%;
    height: 2px;
}

.navbar-nav button {
    border-radius: 33px;
    padding: 8px 25px;
    background-color: #E2180F;
    box-shadow: 0px 12px 17px rgb(88 32 220 / 19%);
    border-color: #E2180F;
    font-family: 'VisbyRoundCF-Bold';
}

.navbar-nav button:hover,
.navbar-nav button:focus {
    background-color: #E2180F;
    border-color: #E2180F;
    box-shadow: 0px 12px 37px rgb(88 32 220 / 22%);
}

.navbar-nav button:active {
    box-shadow: unset !important;
}

.header .search input {
    border: 0;
}

.header .search input:focus {
    box-shadow: unset !important;
}

.swiper-slide {
    height: unset !important;
}

.search {
    display: flex;
    max-width: 85%;
    background-color: #fff;
    border-radius: 35px;
    padding: 9px 22px;
    justify-content: center;
    align-items: center;
}

nav.navbar {
    padding: 20px 0;
}

.content h2 {
    font-size: 45px;
    font-family: 'VisbyRoundCF-Bold';
    text-transform: uppercase;
    margin-bottom: 0;
}

.content p {
    font-size: 38px;
    font-family: 'VisbyRoundCF-Regular';
    font-weight: bold;
    margin-bottom: 4px;
    line-height: 52px;
}

.left .desc {
    font-family: 'VisbyRoundCF-DemiBold';
    font-size: 17px;
    color: #696984;
    line-height: 29px;
    margin: 21px 0;
}

.get-start {
    margin-left: 25px;
}

.img-wrap {
    padding-top: 13.7rem;
    background-image: url(../images/ball.webp), url(../images/cube.webp);
    display: block;
    width: 100%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    animation: animatedBackground 10s linear infinite alternate;
}

@keyframes animatedBackground {
    from {
        background-position: center left, center right;
    }

    to {
        background-position: bottom left, left center;
    }
}

section.features .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6rem;
    margin-bottom: 29px;
}

.view-all a {
    text-decoration: none;
    color: #000;
    font-family: 'VisbyRoundCF-Regular';
    border: 2px solid #E2180F;
    border-radius: 32px;
    padding: 13px 22px;
    transition: 0.2s;
}

.view-all a:hover {
    color: #000;
}

.view-all a svg {
    margin-left: 5px;
    width: 18px;
}

section.features .heading .head-content h2 {
    font-size: 43px;
    font-family: 'VisbyRoundCF-Bold';
}

section.features .heading .head-content p {
    font-size: 17px;
    color: #696984;
    font-family: 'VisbyRoundCF-Regular';
}

.outer-wrap {
    max-width: 390px;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 44px 33px;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
    height: 100%;
}

#feature .col-lg-4 {
    margin-bottom: 41px;
}

.outer-wrap p {
    margin-top: 10px;
    font-size: 16px;
    color: #696984;
    font-family: 'VisbyRoundCF-Regular';
    margin-bottom: 0;
    max-width: 300px;
    width: 100%;
}

.outer-wrap .icon {
    margin: 0 0 25px 0;
}

.outer-wrap strong {
    font-size: 24px;
    font-family: 'VisbyRoundCF-Regular';
}

.outer-wrap:hover {
    max-width: 405px;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
    box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
}

.download {
    background-color: #F0F1F7;
}

.outer-layer span {
    font-size: 20px;
    color: #5820DC;
    font-family: 'VisbyRoundCF-Regular';
    text-transform: uppercase;
}

.download .outer-layer h2 {
    font-size: 41px;
    font-family: 'VisbyRoundCF-Bold';
    margin-top: 10px;
}

.outer-layer p {
    font-size: 17px;
    color: #0E1133;
    font-family: 'VisbyRoundCF-Regular';
    margin-top: 25px;
    margin-bottom: 27px;
}

.download .dots {
    max-width: 200px;
    width: 100%;
    padding-left: 55px;
}

.download {
    background-image: url(../images/get-app-bg.svg);
    background-repeat: no-repeat;
    position: relative;
    background-color: #F0F1F7;
    background-size: cover;
    margin-top: 48px;

}

.bg-wrap {
    background-image: url(../images/morecircles.svg);
    background-repeat: no-repeat;
    background-position: right;
}

.bg-objs {
    width: 45%;
    justify-content: space-between;
    margin-top: 42px;
    padding-bottom: 52px;
}

.bg-wrap {
    position: absolute;
    top: -7%;
    z-index: 2;
}

.bg-wrap img {
    max-width: 100%;
}

.ios-btn img {
    padding-top: 21px;
}

.video .clip img {
    border-radius: 17px;
}

.video {
    position: relative;
    text-align: center;
}

.video .clip video {
    max-width: 690px;
    width: 100%;
    border-radius: 13px;
}

/* .video .clip {
    position: absolute;
    top: 18px;
    left: 0;
    border-radius: 30px;
    width: 100%;
} */
section.how-it-work {
    margin-top: 6rem;
}

section.how-it-work .heading {
    padding: 15px 0 23px 0;
}

section.how-it-work .heading h2 {
    font-size: 42px;
    font-family: 'VisbyRoundCF-Bold';
}

section.how-it-work .heading p {
    font-size: 17px;
    color: #696984;
    margin-top: 14px;
    font-family: 'VisbyRoundCF-Regular';
    line-height: 34px;
}

.other-apps {
    background-image: url(../images/apps-bg.svg);
    background-repeat: no-repeat;
    position: relative;
    background-color: #F4F8FC;
    padding-top: 57px;
    margin-top: 65px;
    background-position: left bottom;
}

section.other-apps .about-apps h2 {
    font-size: 41px;
    color: #272424;
    font-family: 'VisbyRoundCF-Bold';
    margin-bottom: 20px;
}

section.other-apps .about-apps p {
    font-size: 17px;
    font-family: 'VisbyRoundCF-Regular';
    color: #272424;
}

.list-apps {
    width: 50%;
}

.list-apps .invitation {
    position: relative;
}

.list-apps .invitation .text {
    box-shadow: 0px 11px 27px rgb(255 24 125 / 5%);
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 21px;
    margin-bottom: 45px;
    max-width: 274px;
    width: 100%;
    height: 295px;
    z-index: 1;
    position: relative;
}

.list-apps .invitation h4 {
    font-family: 'VisbyRoundCF-Bold';
    color: #000;
    font-size: 24px;
    margin-top: 22px;
}

.list-apps .invitation p {
    margin-bottom: 0;
    font-size: 15px;
    color: #696984;
    font-family: 'VisbyRoundCF-Regular';
    padding: 8px 0;
}

.list-apps .invitation::before {
    content: '';
    background-image: url(../images/pink.svg);
    background-repeat: no-repeat;
    width: 50%;
    height: 83px;
    position: absolute;
    top: -22px;
    z-index: 0;
    left: -23px;
}

.list-apps .icon-c::before {
    content: '';
    background-image: url(../images/green.svg);
    background-repeat: no-repeat;
    width: 50%;
    height: 83px;
    position: absolute;
    z-index: 0;
    bottom: -34px;
    top: unset;
    right: -61px;
    left: unset;
}

.list-apps .story::before {
    content: '';
    background-image: url(../images/blue.svg);
    background-repeat: no-repeat;
    width: 50%;
    height: 83px;
    position: absolute;
    top: -22px;
    z-index: 0;
    left: -23px;
}

.list-apps .poster::before {
    content: '';
    background-image: url(../images/orange.svg);
    background-repeat: no-repeat;
    width: 50%;
    height: 83px;
    position: absolute;
    z-index: 0;
    bottom: -34px;
    top: unset;
    right: -61px;
    left: unset;
}

.list-app-bg {
    position: absolute;
    bottom: -57px;
}

.video .clip {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.video img {
    max-width: 100%;
}

/* carousel */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
}

/* end carousel*/

section.testimonisl .heading h3 {
    font-size: 42px;
    font-family: 'VisbyRoundCF-Bold';
    text-align: center;
}

section.testimonisl .heading p {
    font-size: 17px;
    color: #696984;
    text-align: center;
    margin: 25px 0;
    font-family: 'VisbyRoundCF-Regular';
}

section.testimonisl {
    margin: 4rem 0;
}

.swiper-wrapper .slider-wrap {
    background-color: #F4F8FC;
    max-width: 397px;
    width: 100%;
    border-radius: 8px;
    padding: 28px 21px;
    height: 400px;
    display: flex;
    flex-direction: column;
}

.swiper-wrapper .slider-wrap .user img {
    max-width: 100%;
}

.swiper-wrapper .slider-wrap .info p {
    margin-bottom: 0;
}

.swiper-wrapper .user {
    align-items: center;
}

.swiper-wrapper .info {
    text-align: left;
    padding-left: 17px;
}

.swiper-wrapper .info p {
    font-size: 21px;
    font-family: 'VisbyRoundCF-Bold';
}

.swiper-wrapper .info strong {
    color: #5820DC;
    font-weight: 300;
    font-family: 'VisbyRoundCF-Regular';
    font-size: 15px;
}

.swiper-wrapper .rating {
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.swiper-wrapper .rating strong {
    font-size: 16px;
    font-family: 'VisbyRoundCF-Regular';
}

.swiper-wrapper .text p {

    color: #696984;
    font-size: 16px;
    font-family: 'VisbyRoundCF-Regular';
    text-align: left;
    margin: 17px 0;

}

.swiper-pagination {
    position: unset !important;
    margin-top: 32px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}

.swiper-pagination-bullet-active {
    background-color: #7520dc !important;
}

.swiper-slide.swiper-slide-next .slider-wrap {
    background-color: #fff !important;
    box-shadow: 0px 7px 26px rgb(0 0 0 / 8%) !important;
}

footer {
    background-color: #262A37;
}

.footer-wrap {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.social-media img {
    margin-right: 9px;
}

.footer-wrap p {
    color: #fff;
    font-size: 22px;
    font-family: 'VisbyRoundCF-DemiBold';
    margin: 6px 0;
}

.footer-wrap hr {
    background-color: unset !important;
    opacity: 1;
    width: 100%;
    border: 1px solid #ffffff14 !important;
    margin: 13px 0 20px !important;
}

.footer-wrap ul li a {
    padding: 7px 15px;
    color: #fff;
    font-family: 'VisbyRoundCF-Regular';
    font-size: 15px;
}

.footer-wrap ul {
    padding: 0;
    list-style-type: none;
}

.footer-wrap p {
    font-size: 13px;
    font-family: 'VisbyRoundCF-Regular';
    margin-bottom: 0;
}

.footer-wrap .social-media.d-flex {
    margin: 9px 0;
}

.top-bottom {
    position: absolute;
    top: -43px;
    right: 69px;
}

.footer-wrap {
    position: relative;
}

.view-all a:hover {
    background-color: #E2180F;
    color: #fff;
    transition: 0.2s;
}

.next-arrow {
    stroke: #000;
}

.view-all a:hover .next-arrow {
    fill: #fff;
    stroke: #fff;
}

.download .dots img {
    position: relative;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: dots;
}

@keyframes dots {
    0% {
        left: 0px;
        top: 0px;
    }

    75% {
        left: 0px;
        top: 60px;
    }

    100% {
        left: 0px;
        top: 0px;
    }
}

.circle-ob img {
    position: relative;
    animation-duration: 7s;
    transition-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: circle;
    z-index: 0;
}

@keyframes circle {
    0% {
        left: 100px;
        top: 0px;
    }

    75% {
        left: 0px;
        top: -60px;
    }

    100% {
        left: 100px;
        top: 0px;
    }
}

.bg-wrap {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    animation: more-circle 10s linear infinite alternate;
}

@keyframes more-circle {
    from {
        background-position: top right;
    }

    to {
        background-position: bottom right;
    }
}

.list-app-bg img {
    position: relative;
    animation-duration: 7s;
    transition-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: triangle;
}

@keyframes triangle {
    0% {
        left: 0px;
        top: 0px;
    }

    75% {
        left: 0px;
        top: 60px;
    }

    100% {
        left: 0px;
        top: 0px;
    }
}

.list-apps .invitation::before {
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes example {
    0% {
        left: -20px;
        top: -10px;
    }

    75% {
        left: 0px;
        top: 0px;
    }

    100% {
        left: -20px;
        top: -10px;
    }

}

.list-apps .icon-c::before {
    animation-name: e1 !important;
    animation-duration: 4s !important;
    animation-iteration-count: infinite !important;
}

@keyframes e1 {
    0% {
        right: -30px;
        bottom: -30px;
    }

    75% {
        right: 0px;
        bottom: 0px;
    }

    100% {
        right: -30px;
        bottom: -30px;
    }

}

.list-apps .poster::before {
    animation-name: e2 !important;
    animation-duration: 4s !important;
    animation-iteration-count: infinite !important;
}

@keyframes e2 {
    0% {
        right: -30px;
        bottom: -30px;
    }

    75% {
        right: 0px;
        bottom: 0px;
    }

    100% {
        right: -30px;
        bottom: -30px;
    }

}

.navbar-expand-lg {
    justify-content: space-between !important;
}

nav.navbar {
    padding: 18px 13rem !important;
    background-color: #eef1f6;
}

.pinterest img {
    max-width: 35px;
    width: 100%;
}

.linkedin img {
    max-width: 37px;
    width: 100%;
}

img.qr-code {
    max-width: 76px;
    width: 100%;
    padding-top: 21px;
    margin-left: 15px;
}

p.footer_logo {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 9px;
}

.footer-wrap p a {
    color: white;
}

.footer-wrap p a:hover {
    color: #fb6337;
}

.privacy-policy {
    padding: 60px 0;
}

.privacy-policy ul {
    padding: 16px;
}

.privacy-policy h5 {
    font-size: 23px;
    font-weight: 600;
    margin-top: 27px;
}

.privacy-policy p a {
    color: black;
    cursor: pointer;
}

.privacy-policy p i {
    margin-top: 16px;
    display: block;
}

.privacy-policy h6 {
    font-size: 19px;
    font-weight: 500;
    margin-top: 27px;
}

.privacy-policy p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}

.privacy-policy h2 {
    font-size: 48px;
    font-weight: 700;
}

/* media-queries */

@media(max-width:1440px) {
    nav.navbar {
        padding: 18px 4rem !important;
    }
}

@media (max-width: 1399px) {
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0 10px !important;
    }

    .list-apps {
        width: 45%;
        margin-right: 27px;
    }

}

@media(max-width:1326px) {
    .list-apps .icon-c::before {
        animation-name: e1 !important;
        animation-duration: 4s !important;
        animation-iteration-count: infinite !important;
    }

    @keyframes e1 {
        0% {
            right: -70px;
            bottom: -30px;
        }

        75% {
            right: 0px;
            bottom: 0px;
        }

        100% {
            right: -70px;
            bottom: -30px;
        }

    }

    .list-apps .poster::before {
        animation-name: e2 !important;
        animation-duration: 4s !important;
        animation-iteration-count: infinite !important;
    }

    @keyframes e2 {
        0% {
            right: -70px;
            bottom: -30px;
        }

        75% {
            right: 0px;
            bottom: 0px;
        }

        100% {
            right: -70px;
            bottom: -30px;
        }

    }
}

@media(max-width:1199px) {
    .list-apps {
        width: 47%;
        margin-right: 14px;
    }
}

@media(max-width:1024px) {
    .list-apps {
        width: 47%;
        margin-right: 27px;
    }
}

@media(max-width: 991px) {
    section.testimonisl .heading p br {
        display: none;
    }

    section.how-it-work .heading p br {
        display: none;
    }

    section.other-apps .about-apps p br {
        display: none;
    }

    .view-all {
        margin-top: 19px;
    }

    section.features .heading .head-content h2 {
        text-align: center;
    }

    section.features .heading .head-content p {
        text-align: center;
    }

    section.features .heading {
        justify-content: center;
        flex-direction: column;
    }

    .navbar-nav {
        margin-top: 17px;
        background-color: #fff;
        border-radius: 10px;
        align-items: unset;
        justify-content: unset;
    }

    .navbar-light .navbar-toggler:focus {
        box-shadow: unset;
    }

    .get-start {
        margin-left: 25px;
        margin-top: 10px;
        margin-bottom: 7px;
    }

    .navbar-nav {
        padding: 15px 0;
    }

    .navbar-nav .nav-link {
        font-size: 15px;
        padding: 9px 30px !important;
    }

    .navbar-nav .nav-link.active::after {
        width: 7%;
    }

    .search {
        max-width: 100%;
    }

    .header .left {
        margin-top: 3rem;
        text-align: center;
        width: 100%;
    }

    .bg-wrap {
        position: unset;

    }

    .video .clip img {
        max-width: 658px;
        width: 100%;
    }

    .about-apps {
        margin-bottom: 50px;
    }
}

@media(max-width:767px) {

    section.features .heading {
        flex-direction: column;
        justify-content: center;
    }

    section.features .heading .head-content {
        text-align: center;
        margin-bottom: 19px;
    }

    .outer-wrap {
        margin-left: auto;
        margin-right: auto;
    }

    section.features .heading {
        margin-bottom: 41px;
    }

    .swiper-wrapper .rating strong {
        font-size: 15px;
        font-family: 'VisbyRoundCF-DemiBold';
        text-align: left;
    }

    .swiper-wrapper .text p {
        font-size: 15px;
    }

    .video .clip img {
        max-width: 491px;
        width: 100%;
    }
}

@media(max-width:575px) {
    .about-apps {
        text-align: center;
        padding: 0 20px;
    }

    .list-apps .invitation::before {
        display: none;
    }

    section.how-it-work {
        padding: 0 20px;
    }

    section.download .outer-layer {
        text-align: center;
        margin-bottom: 20px;
    }

}

@media(max-width:435px) {
    .d-flex.applications {
        flex-direction: column;
    }

    .d-flex.applications .list-apps {
        width: 100%;
    }

    .list-apps .invitation .text {
        margin-left: auto;
        margin-right: auto;
    }

    h2,
    h3 {
        font-size: 35px !important;
    }

    .footer-wrap ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .top-bottom {
        right: 29px;
    }
}

@media(max-width:425px) {
    .header .left {
        margin-top: 10rem;
    }

    h2,
    h3 {
        font-size: 26px !important;
    }

    .navbar-brand {
        margin-right: 0 !important;
    }

    nav.navbar {
        padding: 18px 1rem !important;
    }

    .img-wrap {
        padding-top: 9.7rem;
    }
}

.footer-logo {
    width: 76px;
    border-radius: 14px;
}