:root {
    --primary-font: "DM Serif Display", serif;
    /* --primary-font:"Tenor Sans", sans-serif; */
    --secondary-font: "Poppins", sans-serif;
    --primary-color: #152754;
    --secondary-color: #2ea2ce;
    --dark-color: #242424;
    --info-color: #ffffff;
    --text-color: #808080;
    --primary-font-size: 16px;
    --primary-transition-effect: all 0.35s linear;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: var(--primary-font-size);
}

body {
    font-family: var(--secondary-font);
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: inherit;
    color: inherit;
    transition: var(--primary-transition-effect);
}

img {
    max-width: 100%;
}

.link {
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid;
    position: relative;
    margin-right: 20px;
}

.link .lnr {
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    top: 4px;
    right: -19px;
}

.section-padding {
    padding: 100px 0;
}
@media (max-width:1450px) {
    .section-padding {
        padding: 80px 0;
    }
}
@media (max-width: 1140px) {
     .section-padding {
        padding: 60px 0;
    }
}

.section-heading,
.section-heading span {
    font-size: 50px;
    font-weight: 600;
    line-height: 59px;
    margin-bottom: 15px;
    color: var(--dark-color);
    opacity: 0.9;
}
@media (max-width:1450px) {
    .section-heading,
    .section-heading span {
        font-size: 46px;
        line-height: 52px;
    }
}
@media (max-width:1370px) {
    .section-heading, 
    .section-heading span {
        font-size: 40px;
        line-height: 44px;
    }
}
@media (max-width:1279px) {
    .section-heading, 
    .section-heading span {
        font-size: 36px;
        line-height: 40px;
    }
}
@media (max-width:767px) {
    .section-heading br {
        display: none;
    }
    .section-heading, .section-heading span {
        font-size: 30px;
        line-height: 36px;
    }
}
.section-heading span {
    color: var(--secondary-color);
}

.section-heading.white {
    color: var(--info-color);
}

.section-info {
    color: var(--text-color);
    line-height: 30px;
    opacity: 0.7;
}

.primary-color {
    color: var(--primary-color);
}

.container {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

@media (max-width:1450px) {
    .container {
        max-width: 1366px;
    }
}
@media (max-width:1370px) {
    .container {
        max-width: 1280px;
    }
}
@media (max-width:1279px) {
    .container {
        max-width: 1200px;
    }
}
@media (max-width:1199px) {
    .container {
        max-width: 1140px;
    }
}
@media (max-width:1140px) {
    .container {
        max-width: 960px;
    }
}
@media (max-width:991px) {
    .container {
        max-width: 768px;
    }
}
@media (max-width:767px) {
    .container {
        max-width: 576px;
    }
}
.primary-button {
    border: 1px solid #000000;
    background: #000000;
    padding: 18px 26px;
    display: flex;
    color: var(--info-color);
    line-height: 1;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.35s ease-in-out;
    font-family: var(--secondary-font);
    border-radius: 4px;
    /* text-transform: uppercase; */
    font-size: 15px;
    align-items: center;
    max-width: max-content;
}
@media (max-width:1199px) {
    .primary-button {
        padding: 18px 20px;
    }
}
@media (max-width:767px) {
    .primary-button {
        padding: 16px 18px;
        font-size: 14px;
    }
}
.primary-button .lnr {
    margin-right: 10px;
}

.primary-button.white-btn {
    border: 1px solid var(--info-color);
    background: var(--info-color);
    color: var(--dark-color);
    font-weight: 600;
}

.primary-button.white-btn .lnr {
    font-weight: 600;
}

.primary-button.white-btn:hover,
.primary-button.white-btn:focus {
    border-color: var(--info-color);
    background: var(--info-color);
    color: var(--dark-color);
    opacity: 0.8;
}

.primary-button.white-btn.shadow-btn {
    box-shadow: 0 0 40px rgb(21 39 84 / 13%);
}

.primary-button.xl-button {
    padding: 15px 44px;
}

@media (max-width:480px) {
    .banner-content .primary-button {
        display: inline-block;
        width: 100%;
        max-width: 100%;
    }
}

.primary-button:hover,
.primary-button:focus {
    border-color: #000000;
    background: #000000;
    color: var(--info-color);
    box-shadow: 0 0 40px rgb(21 39 84 / 33%);
}

/* header css */
.site-wrapper {
    overflow: hidden;
    /* height: 100vh; */
}

.site-logo {
    width: 180px;
    display: block;
}
@media (max-width:1370px) {
    .site-logo {
        width: 150px;
    }
}
@media (max-width:480px) {
    .site-logo {
        width: 130px;
    }
}
.site-header {
    padding: 15px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

.site-banner {
    padding: 200px 0 70px;
    /* background: #eef3ff; */
    background: #f1fbff;
    position: relative;
    margin-bottom: 220px;
}
@media (max-width:1600px) {
    .site-banner {
        padding: 150px 0 10px;
        margin-bottom: 140px;
    }
    .banner-content {
        margin-top: 60px;
    }
}
@media (max-width:1450px) {
    .banner-content {
        padding-right: 30px;
    }
}
@media (max-width:1279px) {
    .banner-content {
        margin-top: 0;
    }
}
@media (max-width:1140px) {
     .banner-content {
        text-align: center;
    }
    /* .site-banner .col-lg-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    } */
    .site-banner .col-lg-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }
    .banner-content ul {
        justify-content: center;
        margin-bottom: 40px;
    }
    .site-banner {
        margin-bottom: 80px;
    }
}
@media (max-width:767px) {
    .banner-content {
        padding-right: 0;
    }
    .site-banner {
        margin-bottom: 40px;
    }
}
@media (max-width:480px) {
    .banner-content ul {
        display: block!important;
    }
    .site-banner {
        padding: 130px 0 10px;
    }
}
.site-banner .patern-layer-one {
    bottom: -210px;
    z-index: 0;
}

.site-banner h1,
.site-banner h1 span {
    color: var(--dark-color);
    /* color: var(--primary-color); */
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 1.1;
    font-weight: 600;
}
@media (max-width:1450px) {
    .site-banner h1,
    .site-banner h1 span {
        font-size: 54px;
    }
}
@media (max-width:1370px) {
    .site-banner h1,
    .site-banner h1 span {
        font-size: 48px;
    }
}
@media (max-width:1199px) {
    .site-banner h1,
    .site-banner h1 span {
        font-size: 44px;
    }
}
@media (max-width:767px) {
    .site-banner h1, 
    .site-banner h1 span {
        font-size: 36px;
    }
}
.site-banner h1 span {
    color: var(--secondary-color);
}

.site-banner p {
    font-size: 16px;
    margin-bottom: 40px;
}
@media (max-width:1370px) {
    .site-banner p {
        margin-bottom: 30px;
    }
}
.site-banner li {
    margin-right: 15px;
}
@media (max-width:480px) {
    .site-banner li {
        margin-left: 15px;
        text-align: center;
    }
    .site-banner li + li {
        margin-top: 10px;
    }
}
.banner-shadow img {
    opacity: 0.2;
    -webkit-filter: blur(9rem);
    filter: blur(9rem);
}

.banner-shadow {
    position: absolute;
    right: 0;
    top: 0;
}

.banner-img {
    position: absolute;
    right: 10px;
    bottom: -210px;
    max-width: 1020px;
    z-index: 5;
}
@media (max-width:1600px) {
    .banner-img {
        bottom: -170px;
        max-width: 940px;
    }
}
@media (max-width:1460px) {
    .banner-img {
        bottom: -140px;
        max-width: 900px;
    }
}
@media (max-width:1370px) {
    .banner-img {
        max-width: 850px;
    }
}
@media (max-width:1279px) {
    .banner-img {
        max-width: 750px;
    }
}
@media (max-width:1140px) {
    /* .banner-img {
        position: static;
        max-width: 100%;
        margin-bottom: -180px;
    } */
    .banner-img {
        position: static;
        max-width: 100%;
        margin-bottom: 40px;
        order: 1;
    }
}
.site-banner svg {
    transform: rotate(-180deg);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -3px;
    z-index: -1;
}

.trusted-section.section-padding {
    padding-top: 50px;
}
@media (max-width:1450px) {
    .trusted-section.section-padding {
        padding-bottom: 50px;
    }
}
.slick-slide {
    display: inline-block;
    vertical-align: top;
}

.trusted-section h2 {
    font-size: 24px;
    color: var(--dark-color);
    margin-bottom: 40px;
}
@media (max-width:1140px) {
    .trusted-section h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}
.client-slider {
    overflow: hidden;
}

.client-col img {
    filter: grayscale(1);
    height: 35px;
    transition: all 0.35s ease-in;
}
@media (max-width:575px) {
    .client-col img {
        height: 35px;
    }
}

.client-col img:hover {
    filter: initial;
}

.subheading {
    color: var(--text-color);
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}
@media (max-width:1279px) {
    .subheading {
        margin-bottom: 10px;
    }
}
@media (max-width:1140px) {
    .subheading {
        font-size: 16px;
    }
}
.feature-section .patern-layer-one {
    top: -7px;
}
@media (max-width:1140px) {
    .feature-section .patern-layer-one {
        top: 131px;
    }
}
.feature-list {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.feature-card {
    background: var(--info-color);
    box-shadow: 0 0 40px 20px rgb(235 238 255 / 40%);
    padding: 20px 30px;
    border-radius: 12px;
    max-width: 400px;
    transition: all 0.35s ease-in;
    position: relative;
}
@media (max-width:1279px) {
    .feature-card {
        max-width: 350px;
    }
}
@media (max-width:1140px) {
    .feature-card {
        padding: 15px 10px;
    }
}
@media (max-width:991px) {
    .feature-card {
        max-width: 100%;
    }
    .feature-img {
        text-align: center;
        margin: 50px auto 0;
        max-width: 300px;
    }
    .feature-card + .feature-card {
        margin-top: 12px;
    }
}
.feature-card:hover {
    transform: scale(1.03);
}

.feature-card h3 {
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 17px;
    color: #242424;
    text-transform: capitalize;
    line-height: 1.4;
}
@media (max-width:1279px) {
    .feature-card h3 {
        font-size: 16px;
    }
}
@media (max-width:1140px) {
    .feature-card h3 {
        font-size: 15px;
    }
}
@media (max-width:991px) {
    .feature-card h3 {
        font-size: 16px;
    }
}
.feature-card p {
    margin-bottom: 0;
    color: #808080;
}
@media (max-width:1279px) {
    .feature-card p {
        font-size: 14px;
    }
}
@media (max-width:991px) {
    .feature-card p {
        font-size: 15px;
    }
}
.patern-layer-one {
    position: absolute;
    left: 0;
    top: -140px;
    right: 0;
    bottom: 0;
    width: 180%;
    background-position: left center;
    background-repeat: repeat;
    z-index: -1;
    opacity: 0.7;
}
@media (max-width:1450px) {
    .patern-layer-one {
        width: 100%;
        background-position: center center;
    }
}
.left-feature .feature-card {
    text-align: right;
    padding-right: 85px;
}
@media (max-width:1279px) {
    .left-feature .feature-card {
        padding-right: 70px;
    }
}
@media (max-width:1140px) {
    .left-feature .feature-card {
        padding-right: 65px;
    }
}
@media (max-width:991px) {
    .left-feature .feature-card {
        padding-right: 70px;
    }
}
@media (max-width:767px) {
    .left-feature .feature-card {
        padding-right: 10px;
        padding-left: 70px;
        text-align: left;
    }
}
.feature-card .icon {
    position: absolute;
    width: 50px;
    height: 50px;
    /* background: #55b4d8; */
    background: var(--primary-color);
    border-radius: 40px;
    top: 20px;
    text-align: center;
    line-height: 66px;
}
@media (max-width:1279px) {
    .feature-card .icon {
        width: 45px;
        height: 45px;
        line-height: 62px;
    }
}
@media (max-width:1140px) {
    .feature-card .icon {
        width: 40px;
        height: 40px;
        line-height: 54px;
    }
}
@media (max-width:991px) {
    .feature-card .icon {
        width: 45px;
        height: 45px;
        line-height: 60px;
    }
}
.feature-card .icon .lnr {
    color: var(--info-color);
    font-size: 28px;
}
@media (max-width:1140px) {
    .feature-card .icon .lnr {
        font-size: 25px;
    }
}
.left-feature .feature-card .icon {
    right: 20px;
    /* top: 0; */
}
@media (max-width:1279px) {
    .left-feature .feature-card .icon {
        right: 15px;
    }
}
@media (max-width:767px) {
    .left-feature .feature-card .icon {
        right: inherit;
        left: 15px;
    }
}
.right-feature .feature-card {
    padding-left: 85px;
}
@media (max-width:1279px) {
    .right-feature .feature-card {
        padding-left: 70px;
    }
}
@media (max-width:1140px) {
    .right-feature .feature-card {
        padding-left: 65px;
    }
}
@media (max-width:991px) {
    .right-feature .feature-card {
        padding-left: 70px;
    }
}
.right-feature .feature-card .icon {
    left: 20px;
    /* top: 0; */
}
@media (max-width:1279px) {
    .right-feature .feature-card .icon {
        left: 15px;
    }
}
@media (max-width:1140px) {
    .right-feature .feature-card .icon {
        left: 12px;
    }
}
.feature-list.right-feature {
    align-items: flex-end;
}
@media (max-width:767px) {
    .feature-list.right-feature {
        margin-top: 12px;
    }
}
.app-download a {
    display: block;
    width: 180px;
    margin: 0 10px;
}
@media (max-width:1450px) {
    .app-download a {
        width: 150px;
    }
}

.app-download a:hover {
    box-shadow: 0 0 40px rgb(21 39 84 / 33%);
    transform: scale(1.03);
}

.classified-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
@media (max-width: 1140px) {
    .classified-list {
        margin-top: 50px;
        justify-content: center;
    }
}

.classified-card {
    width: 45%;
    position: relative;
    text-align: center;
    padding: 50px 21px 35px;
    background-color: #fdfdfd;
    border-radius: 12px;
    box-shadow: 0 0 40px 20px rgb(0 0 0 / 2%);
    transition: all 0.35s ease-in;
}
@media (max-width:767px) {
    .classified-card {
        width: 47%;
        padding: 30px 15px 25px;
    }
}
@media (max-width:575px) {
    .classified-card {
        width: 100%;
        padding: 30px 20px 25px;
    }
}
.classified-card:hover {
    transform: translateY(-10px);
}

.classified-card h3 {
    font-family: var(--secondary-font);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.classified-card p {
    margin-bottom: 0;
    color: #808080;
    line-height: 24px;
    position: relative;
    z-index: 1;
}

.classified-card .icon {
    width: 80px;
    height: 80px;
    background: #152754;
    border-radius: 50px;
    margin: 0 auto 25px;
    line-height: 76px;
    outline: 7px solid rgb(21 39 84 / 20%);
}

.classified-card .icon img {
    width: 40px;
}

.classified-card:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/wave.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 207px;
    z-index: 0;
    opacity: 0.05;
}

.trusted-section .banner-shadow img {
    opacity: 0.1;
}
@media (max-width: 1140px) {
    .classified-content .section-heading br {
        display: none;
    }
    .classified-content {
        text-align: center;
    }
    .classified-section .col-lg-5,
    .classified-section .col-lg-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.classified-points {
    margin-bottom: 30px;
    margin-top: 30px;
}

.classified-points li+li {
    margin-top: 10px;
}

.classified-points li {
    padding-left: 45px;
    position: relative;
}
@media (max-width: 1140px) {
    .classified-points li {
        width: 47%;
        text-align: left;
        display: inline-block;
        padding-right: 20px;
        vertical-align: top;
        margin-top: 10px;
    }
    .classified-content ul {
        justify-content: center;
    }
}
@media (max-width:991px) {
    .classified-points li br {
        display: none;
    }
}
@media (max-width:767px) {
     .classified-points li {
        text-align: left;
        padding-right: 10px;
        padding-left: 35px;
    }   
}
@media (max-width:575px) {
    .classified-points li {
        padding-right: 0;
        padding-left: 40px;
        width: 100%;
    }   
}
 @media (max-width:480px) {
    .classified-content ul {
        flex-direction: column;
    }
    .classified-content ul li {
        width: 100%;
    }
    .classified-content ul li + li {
        margin-top: 15px;
        margin-left: 0!important;
    }
    .classified-content .primary-button {
        max-width: 100%;
        justify-content: center;
    }
}
.classified-points .icon-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid var(--secondary-color);
    text-align: center;
    line-height: 32px;
    border-radius: 30px;
}

.classified-points .icon-list .lnr {
    color: var(--secondary-color);
    font-weight: 600;
}

.classified-card:last-child {
    transform: translateX(20px) rotate(3deg);
}
@media (max-width: 1140px) {
    .classified-card:last-child {
        transform: none;
    }
}
.side-image {
    position: absolute;
    right: -90px;
    bottom: -84px;
    z-index: 1;
}
@media (max-width: 1140px) {
    .side-image {
        display: none;
    }
}
.advertise-section {
    background: #f1fbff;
    padding-top: 200px;
}
@media (max-width:1450px) {
    .advertise-section {
        padding-top: 140px;
    }
}
@media (max-width:1140px) {
    .advertise-section {
        padding-top: 110px;
    }
    .advertise-section p br {
        display: none;
    }
}
@media (max-width:767px) {
    .advertise-section {
        padding-top: 80px;
    }
}

.advertise-svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.advertise-section .patern-layer-one {
    z-index: 1;
    opacity: 0.4;
}

.advertise-section .container {
    position: relative;
    z-index: 1;
}

.advertise-section .advertise-slider {
    position: relative;
    z-index: 1;
    margin-top: 40px;
}
@media (max-width: 1450px) {
    .advertise-section .advertise-slider {
        margin-top: 20px;
    }
}
.advertise-slider .advertise-col {
    padding: 0 20px;
}
@media (max-width:1600px) {
    .advertise-slider .advertise-col {
        padding: 0 10px;
    }
}
@media (max-width:1140px) {
    .advertise-slider .advertise-col {
        padding: 0 5px;
    }
}
.advertise-card {
    border-radius: 20px;
    overflow: hidden;
    /* padding: 40px; */
    position: relative;
    transition: all 0.35s ease-in;
}

.advertise-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(0 0 0 / 31%);
    padding: 40px;
}
@media (max-width: 1370px) {
    .advertise-content {
        padding: 30px;
    }
}
@media (max-width:1140px) {
    .advertise-content {
        padding: 30px 20px;
    }
}
.advertise-content h3 {
    color: var(--info-color);
    /* font-family: var(--secondary-font); */
    font-size: 26px;
    margin-bottom: 12px;
}
@media (max-width: 1370px) {
    .advertise-content h3 {
        font-size: 24px;
    }
}
@media (max-width:1140px) {
    .advertise-content h3 {
        font-size: 20px;
    }
}
.advertise-content p {
    color: var(--info-color);
    opacity: 0.8;
    line-height: 26px;
}

.advertise-card .advertise-img img {
    transition: all 0.35s ease-in;
}

.advertise-card:hover {
    transform: translateY(-10px);
}

.advertise-card:hover .advertise-img img {
    transform: scale(1.03);
}

.advertise-content .links {
    position: absolute;
    bottom: -70px;
    right: 40px;
    width: 60px;
    height: 60px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 40px;
    line-height: 60px;
}
@media (max-width:1140px) {
    .advertise-content .links {
        right: 25px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
.advertise-card:hover .advertise-content .links {
    bottom: 40px;
}
@media (max-width:1140px) {
    .advertise-card:hover .advertise-content .links {
        bottom: 20px;
    }
}
.advertise-content .links:hover {
    background: var(--info-color);
}

.advertise-content .links .lnr {
    color: #fff;
}

.advertise-content .links:hover .lnr {
    color: var(--dark-color);
}

.why-section {
    background: #141727;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}
@media (max-width:1140px) {
    .why-section {
        padding-bottom: 0;
    }
}
.why-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(240, 150, 255, 0.15)), color-stop(51%, rgba(191, 200, 252, 0.15)), to(rgba(187, 148, 255, 0.15)));
}
@media (max-width: 1140px) {
    .why-section .col-lg-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.why-section .container {
    position: relative;
    z-index: 2;
}

.why-section h2,
.why-section p,
.why-section li {
    color: var(--info-color);
}

.why-section p,
.why-section li {
    opacity: 0.9;
}

.why-section li strong {
    display: block;
    margin-bottom: 10px;
    font-family: var(--secondary-font);
    font-size: 18px;
}
@media (max-width:1199px) {
    .why-section li strong {
        font-size: 17px;
    }
}
@media (max-width:767px) {
    .why-section li strong {
        font-size: 16px;
    }
}
.why-section .patern-layer-one {
    opacity: 1;
    z-index: 2;
}

.lottie-Why {
    height: 700px;
    width: 100%;
    top: 0;
    position: relative;
}
@media (max-width:1450px) {
    .lottie-Why {
        height: 650px;
    }
}
@media (max-width:1140px) {
    .lottie-Why {
        margin-top: 50px;
    }
}
@media (max-width:767px) {
    .lottie-Why {
        height: 540px;
    }
}
@media (max-width:575px) {
    .lottie-Why {
        height: 450px;
    }
}
 @media (max-width:480px) {
    .lottie-Why {
        height: 350px;
    }
 }
.why-pattern {
    position: absolute;
    right: 0;
    top: 40px;
    width: 500px;
    opacity: 0.05;
}
@media (max-width:1140px) {
    .why-content {
        text-align: center;
    }
}
.why-points {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width:1140px) {
    .why-points {
        justify-content: center;
    }
}
.why-points li {
    position: relative;
    width: 50%;
    padding-right: 40px;
    margin-top: 30px;
}
@media (max-width:1199px) {
    .why-points li {
        padding-right: 20px;
        margin-top: 20px;
    }
}
@media (max-width:1140px) {
    .why-points li {
        padding-right: 20px;
        padding-left: 20px;
        width: 45%;
    }
}
@media (max-width:767px) {
    .why-points li {
        padding-right: 15px;
        padding-left: 15px;
        width: 49%;
    }
}
@media (max-width:575px) {
    .why-points li {
        width: 100%;
    }
}
.why-points .icon-list {
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border: 1px solid var(--secondary-color);
    text-align: center;
    line-height: 58px;
    border-radius: 30px;
    margin-bottom: 20px;
    background: var(--secondary-color);
}
@media (max-width:1140px) {
    .why-points .icon-list {
        margin: 0 auto 20px;
    }
}
.why-points .icon-list img {
    width: 40px;
}

.why-points .icon-list .lnr {
    color: var(--secondary-color);
    font-weight: 600;
}

.why-section li p {
    line-height: 27px;
}

.counter-section {
    padding-top: 250px;
    /* padding-bottom: 50px; */
}
@media (max-width:1450px) {
    .counter-section {
        padding-top: 180px;
        padding-bottom: 80px;
    }
}
@media (max-width:1199px) {
    .counter-section {
        padding-top: 160px;
    }
}
@media (max-width:1140px) {
    .counter-section {
        padding-top: 140px;
        padding-bottom: 60px;
    }
}
@media (max-width:991px) {
    .counter-section {
        padding-top: 120px;
    }
}
@media (max-width:767px) {
    .counter-section {
        padding-top: 100px;
    }
}
.counter-app-download {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .counter-app-download {
        margin-bottom: 30px;
    }
    .counter-app-download ul {
        justify-content: center;
    }
}
.counter-app-download li {
    margin-right: 15px;
}

.counter-app-download a {
    display: block;
    width: 170px;
}
@media (max-width: 1140px) {
    .counter-app-download a {
        width: 150px;
    }
}
.counter-app-download a:hover {
    box-shadow: 0 0 40px rgb(21 39 84 / 33%);
    transform: translateY(-10px);
}
@media (max-width: 991px) {
    .counter-content {
        text-align: center;
    }
}
.counter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.counter-col {
    width: 48%;
}
@media (max-width:1450px) {
    .counter-col {
        width: 47%;
    }
}
@media (max-width:767px) {
    .counter-col {
        width: 100%;
    }
    .counter-col.mt-5 {
        margin-top: 0 !important;
    }
}
.counter-col:nth-child(3) {
    margin-top: -48px;
}
@media (max-width:575px) {
    .counter-col:nth-child(3) {
        margin-top: 0;
    }
}
.counter-card {
    position: relative;
    padding: 60px 32px;
    border-radius: 12px;
    background-color: var(--info-color);
    box-shadow: 0 0 40px 20px rgb(235 238 255 / 40%);
    text-align: center;
    transition: all 0.35s ease-in;
}
@media (max-width:1370px) {
    .counter-card {
        padding: 40px 32px;
    }
}
.counter-card:hover {
    transform: translateY(-10px);
}

.counter-card:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/logo-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 207px;
    z-index: 0;
    opacity: 0.03;
    background-position: bottom right;
}

.counter-card .number {
    font-size: 60px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: #2d2c47;
    opacity: 0.8;
}
@media (max-width:1370px) {
    .counter-card .number {
        font-size: 50px;
    }
}
@media (max-width:1199px) {
    .counter-card .number {
        font-size: 40px;
    }
}
.counter-card p {
    font-size: 18px;
    font-weight: 500;
    color: #808080;
    margin-bottom: 0;
}

.counter-section .wave {
    transform: rotate(-180deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: -3px;
    z-index: 1;
}

.counter-card .icon {
    width: 70px;
    margin: 0 auto 10px;
    height: 70px;
    background: #54b3d7;
    border-radius: 70px;
    line-height: 70px;
    box-shadow: 7px 7px 20px 5px rgba(84, 179, 215, 0.4);
}

.counter-card .icon img {
    width: 45px;
}

.counter-section .container {
    position: relative;
    z-index: 1;
}

.counter-section .patern-layer-one {
    z-index: 1;
}

.contact-section .patern-layer-one {
    z-index: 0;
}

.contact-form {
    padding: 50px 50px;
    border-radius: 16px;
    background: var(--info-color);
    margin-bottom: 50px;
    box-shadow: 0 -30px 40px 20px rgb(235 238 255 / 40%);
    margin-left: 90px;
}
@media (max-width:1370px) {
    .contact-form {
        padding: 40px;
        margin-left: 60px;
    }
}
@media (max-width:1279px) {
    .contact-form {
        margin-left: 40px;
    }
}
@media (max-width:1140px) {
    .contact-form {
        margin-left: 30px;
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .contact-form {
        margin-left: 0;
        margin-top: 30px;
        text-align: center;
    }
    .contact-form .section-heading br {
        display: none;
    }
    .contact-form .primary-button {
        margin: 0 auto;
    }
}
.contact-form .form-control {
    height: 50px;
    padding: 10px 20px;
    box-shadow: none;
}
@media (max-width:1140px) {
    .contact-form .form-control {
        height: 44px;
        padding: 10px 15px;
        font-size: 14px;
    }
}
.contact-form textarea.form-control {
    height: 130px;
    resize: none;
}
@media (max-width:1140px) {
    .contact-form textarea.form-control {
        height: 100px;
    }
}
/* .contact-section .contact-img {
    position: absolute;
    left: -100px;
    bottom: -35px;
    max-width: 1050px;
} */
.contact-section .wave {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    /* background: #141727; */
}

.contact-section {
    padding-bottom: 200px;
}
@media (max-width:1450px) {
    .contact-section {
        padding-bottom: 160px;
    }
}
@media (max-width: 1370px) {
    .contact-section {
        padding-bottom: 140px;
    }
}
@media (max-width:1279px) {
    .contact-section {
        padding-bottom: 120px;
    }
}
@media (max-width:1140px) {
    .contact-section {
        padding-bottom: 80px;
    }
}
 @media (max-width:575px) {
    .contact-section {
        padding-bottom: 40px;
    }
 }
.site-footer {
    position: relative;
    background: #141727;
    padding: 30px 0 25px;
    overflow: hidden;
}
@media (max-width: 1370px) {
    .site-footer {
        padding-top: 0;
    }
}
@media (max-width: 991px) {
    .site-footer {
        text-align: center;
        padding-bottom: 20px;
    }
    .site-footer .row.justify-content-between [class^="col-"] {
        margin-top: 40px;
    }
}
.footer-logo a {
    display: inline-block;
    width: 200px;
}
@media (max-width: 1370px) {
    .footer-logo a {
        width: 150px;
    }
}
@media (max-width: 480px) {
    .footer-logo a {
        width: 130px;
    }
}
.site-footer .patern-layer-one {
    z-index: 0;
}

.footer-logo p {
    color: var(--info-color);
    line-height: 28px;
    margin-bottom: 0;
}

.footer-links h3 {
    /* font-family: var(--secondary-font); */
    font-size: 22px;
    /* font-weight: 600; */
    margin-bottom: 25px;
    color: var(--info-color);
}

.footer-links .address li+li {
    margin-top: 12px;
}
@media (max-width: 991px) {
    .footer-links .address li+li {
        margin-top: 25px;
    }
}
.footer-links .address li a {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    color: var(--info-color);
}
@media (max-width: 991px) {
    .footer-links .address li a {
        padding-left: 0;
    }
}

.footer-links .address li a .icon {
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 991px) {
    .footer-links .address li a .icon {
        position: static;
        margin: 0 auto 15px;
        width: 40px;
        height: 40px;
        line-height: 46px;
        background: var(--secondary-color);
        text-align: center;
        border-radius: 6px;
    }
}
.social-links {
    display: flex;
    flex-wrap: wrap;
}

.social-links li {
    width: 12%;
    margin-right: 8px;
}
@media (max-width: 991px) {
    .social-links li {
        width: auto;
        margin-left: 4px;
        margin-right: 4px;
    }
}
.footer-links .address li a .lnr {
    color: var(--secondary-color);
}
@media (max-width: 991px) {
    .footer-links .address li a .lnr {
        font-size: 20px;
        color: var(--info-color);
    }
}
.copyright p {
    color: var(--info-color);
    text-align: center;
    margin-top: 70px;
    margin-bottom: 0;
    padding-top: 25px;
    border-top: 1px solid rgb(255 255 255 / 16%);
}
@media (max-width: 991px) {
    .copyright p {
        margin-top: 50px;
        padding-top: 20px;
    }
}
.app-slider {
    overflow: hidden;
}

.app-card {
    border-radius: 47px;
    overflow: hidden;
    opacity: 0.8;
    filter: blur(3px);
}
@media (max-width:575px) {
    .app-card {
        opacity: 1;
        filter: none;
        position: relative;
    }
}
 @media (max-width:480px) {
    .app-card {
        border-radius: 27px;
    }
 }
.slick-active.slick-center .app-card {
    opacity: 1;
    filter: initial;
}
.frame-img {
    display: none;
}
@media (max-width:575px) {
    .frame-img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        height: 100%;
    }
    .frame-img img {
        height: 100%;
    }
}
.app-img {
    position: relative;
    max-width: 321px;
    height: 653px;
    padding: 20px 6px;
}
@media (max-width:1370px) {
    .app-img {
        height: 621px;
    }
}
@media (max-width:1279px) {
    .app-img {
        height: 583px;
    }
}
@media (max-width:1199px) {
    .app-img {
        height: 553px;
    }
}
@media (max-width:1140px) {
    .app-img {
        height: 466px;
    }
}
@media (max-width: 991px) {
    .app-img {
        height: 564px;
        margin: 0 auto;
        padding: 20px 0px;
    }
}
@media (max-width:767px) {
    .app-img {
        height: 427px;
    }
}
@media (max-width:575px) {
    .app-img {
        height: auto;
        padding: 20px 10px 20px;
        border-radius: 7px;
        overflow: hidden;
    }
    .app-col {
        padding: 0 7px;
    }
}
.app-frame-img {
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    max-width: 321px;
    transform: translateX(-50%);
    pointer-events: none;
}
@media (max-width: 991px) {
    .app-frame-img {
        max-width: 276px;
    }
}
@media (max-width:767px) {
    .app-frame-img {
        max-width: 206px;
    }
}
@media (max-width:575px) {
    .app-frame-img {
        display: none;
    }
}
.slick-active.slick-center .app-frame-img {
    opacity: 1;
}

.app-img>img {
    height: 100%;
    object-fit: cover;
}

.app-slider-wrapper {
    position: relative;
}

.strip-section {
    background: url(../img/strip-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
@media (max-width: 991px) {
    .social-links {
        justify-content: center;
    }
    .social-links a {
        display: inline-block;
        width: 40px;
    }
}
.strip-section::before {
    content: "'";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(45 43 70 / 82%);
}

.strip-section .patern-layer-one {
    z-index: 0;
}

.strip-section .section-heading,
.strip-section p {
    color: var(--info-color);
}

.strip-section p {
    line-height: 28px;
    margin-bottom: 35px;
}

 @media (max-width:480px) {
    .strip-section ul {
        flex-direction: column;
    }
    .strip-section ul li {
        width: 100%;
    }
    .strip-section ul li + li {
        margin-top: 15px;
        margin-left: 0!important;
    }
    .strip-section .primary-button {
        max-width: 100%;
        justify-content: center;
    }
}

div#download {
    position: absolute;
    left: 0;
    right: 0;
    top: -170px;
}