@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');


@font-face {
    font-family: emaneei;
    src: url(un-emanee.otf) format("truetype");
}

@font-face {
    font-family: malithi;
    src: url(un-abhaya-2019.ttf) format("truetype");
}

body {
    font-family: 'Poppins', sans-serif;
    color: #5D6975;
    font-size: 16px;
    line-height: 30px;
}

.malithi {
    font-family: malithi;
}

.emaneei {
    font-family: emaneei;
}

.txt-dark {
    color: #374241;
}

.txt-blue{
    color: #204ccf;
}

.bg-blue{
    background: #204ccf !important;
}

.txt-purple {
    color: #f50fc4 !important;
}

.bg-purple {
    background: #f50fc4;
}

h1,
.h1 {
    font-size: 51px;
    line-height: 62px;
}

h2,
.h2 {
    font-size: 42px;
    line-height: 52px;
}

h4,
.h4 {
    font-size: 32px;
    line-height: 42px;
}

h5,
.h5 {
    font-size: 24px;
    line-height: 34px;
}

h6,
.h6 {
    font-size: 20px;
    line-height: 32px;
}

img {
    max-width: 100%;
    height: auto;
}

.btn-primary {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    font-family: inherit;
}

.btn-primary {
    -webkit-transition: all 0.5s cubic-bezier(0.65, -0.25, 0.25, 1.95);
    transition: all 0.5s cubic-bezier(0.65, -0.25, 0.25, 1.95);
    color: #ffffff;
    padding: 15px 35px;
    background: #204ccf;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 15px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    letter-spacing: 0.125rem;
    background: #f21ac7;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

a.navbar-brand img {
    width: 200px;
}

.landing_page_nav_contact {
    background: #204ccf;
    color: #ffffff;
    border-radius: 12px;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.nav-link {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.sec-1 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-1:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: url(../../img/img-2.png);
    top: 0;
    right: 0;
    background-size: 100% auto ;
    background-repeat: no-repeat;
    background-position: top right;
}
section.sec-3 {
    background-color: #f4f8fc;
}
.call-to-action {
    background: #f50fc4;
    color: #fff;
    border-radius: 14px;
}

a.play-btn i {
    color: #fff;
    background: #f50fc4;
    width: 53px;
    height: 53px;
    position: relative;
    text-align: center;
    line-height: 53px;
    border-radius: 50px;
}

a.play-btn span {
    color: #374241;
    padding-left: 10px;
    font-size: 16px;
}

a.play-btn:hover {
    text-decoration: none;
}

#v-pills-tab h5 {
    position: relative;
    padding-left: 20px;
}

#v-pills-tab .nav-link {
    background-color: inherit;
    position: relative;
}

#v-pills-tab h5:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f50fc4;
    left: 0;
    top: calc(50% - 5px);
    border-radius: 20px;
    -webkit-transition: all 0.5s cubic-bezier(0.65, -0.25, 0.25, 1.95);
    transition: all 0.5s cubic-bezier(0.65, -0.25, 0.25, 1.95);
}

.nav-pills .nav-link.active h5:after {
    width: 20px !important;
    left: -15px !important;
}

.hiw-icon img {
    width: 150px;
}

.hiw-icon span {
    position: absolute;
    background: #f50fc4;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    top: 10%;
    right: 25%;
}

/*.sec-3 {*/
/*    background: #f4f8fc;*/
/*}*/

.footer {
    background: #f4f8fc;
    padding-bottom: 40vh;
}

.footer:after {
    content: '';
    position: absolute;
    background: url(../../img/footer-image-01.svg);
    width: 100%;
    height:42vh;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.navbar.fixed-top {
    transition: all ease 0.5s;
    padding: 20px 0;
}

.sticky-top-nav {
    background: #fff !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

section.sec-4 {
    background-color: #f4f8fc;
}

/*MObile Menu*/

.menu-icon {
    height: 17px;
    width: 30px;
    position: fixed;
    z-index: 2;
    right: 25px;
    top: 21px;
    cursor: pointer;
    /* background: #000; */
}

.menu-icon__line {
    height: 3px;
    width: 30px;
    display: block;
    background-color: #2a67db;
    margin-bottom: 3px;
    -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background-color .5s ease;
    transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}

.menu-icon__line-left {
    width: 15px;
}

.menu-icon__line-right {
    width: 15px;
    float: right;
}

.navv {
    position: fixed;
    z-index: 1;
}

.navv:before,
.navv:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(16, 168, 77, 0.39);
    z-index: -1;
    -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    -webkit-transform: translateX(0%) translateY(-100%);
    transform: translateX(0%) translateY(-100%);
}

.navv:after {
    background: #f50fc4;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.navv:before {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.nav__content {
    position: fixed;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
    font-size: calc(2vw + 10px);
    font-weight: 200;
    cursor: pointer;
    visibility: hidden;
}

.nav-active .nav__content {
    visibility: visible;
}

.nav__list-item {
    position: relative;
    display: inline-block;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 0;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
    margin-bottom: 25px;
}

body.nav-active .menu-icon__line {
    background-color: #ffffff;
    -webkit-transform: translateX(0px) rotate(-45deg);
    transform: translateX(0px) rotate(-45deg);
}

body.nav-active .menu-icon__line-left {
    -webkit-transform: translateX(1px) rotate(45deg);
    transform: translateX(1px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
    -webkit-transform: translateX(-2px) rotate(45deg);
    transform: translateX(-2px) rotate(45deg);
}

body.nav-active .navv {
    visibility: visible;
}

body.nav-active .navv:before,
body.nav-active .navv:after {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
}

body.nav-active .navv:after {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

body.nav-active .navv:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

body.nav-active .nav__list-item {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}

body.nav-active .nav__list-item:nth-child(0) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

body.nav-active .nav__list-item:nth-child(1) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

body.nav-active .nav__list-item:nth-child(2) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

body.nav-active .nav__list-item:nth-child(3) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

body.nav-active .nav__list-item:nth-child(4) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

ul.nav__list {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.mobile-nav {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 2;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.sign-in-mobile {
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 40px;
}


span.language {
    color: #fff !important;
    position: fixed;
    bottom: 20px;
    right: 120px;
    z-index: 9999;
    background: #f50fc4;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 30px;
}

#v-pills-tab .active.nav-link h5 {
    color: #f50fc4;
}

.sec-8 {
    background-color: #f4f8fc;
}

.pricing-table-card {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    border-radius: 30px;
    min-height: 489px;
    position: relative;
}

.pricing-table-card p {
    font-size: 14px;
}

.pricing-table-card.professional-card {
    /*background: #f50fc4;*/
    padding: 60px 30px;
    /*box-shadow: 0 0 50px rgba(44, 168, 77, 0.38);*/
    border: 2px solid #0062cc;
}

.pricing-table-card a.btn {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 85px);
}
.packge-alert .modal-content {
    border-radius: 20px;
}

.pricing-table-card h4 span {
    font-size: 20px;
}

.pricing-table-card p {
    margin-bottom: 5px;
    display: flex;
    align-items: baseline;
}

.fa1-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header {
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.04);
    border: none;
    margin-bottom: 5px !important;
    border-radius: 10px !important;
    background: #fff;
    padding: 20px;
    cursor: pointer;
}

.card {
    border: none;
    padding: 10px;
}

.fa1-title h6 {
    margin: 0;
    font-size: 16px;
}

.fa1-title i {
    font-size: 20px;
    color: #f50fc4;
}

section.sec-4 img {
    width: 20px;
    float: right;
    margin-top: 7px;
}

/*------------Responsive------------*/

@media screen and (max-width: 1920px) and (min-width: 1560px) {
}

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 990px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 36px;
        line-height: 43px;
    }

    body {
        font-size: 14px;
        line-height: 25px;
    }

    .sec-1 {
        align-items: flex-end;
    }

    .sec-1:after {
        width: 100%;
        height: 50%;
    }

    .btn-primary {
        font-size: 14px;
        padding: 15px 22px;
    }

    section.sec-2.mt-5.pb-5 {
        margin-top: 90px !important;
    }

    h2,
    .h2 {
        font-size: 35px;
        line-height: 44px;
    }

    h5,
    .h5 {
        font-size: 20px;
        line-height: 27px;
    }

    footer.d-flex.justify-content-between.align-items-center.py-3.px-4 {
        padding: 0 7px !important;
    }

    a.navbar-brand img {
        width: 160px;
        padding: 15px;
    }

    .navbar-brand {
        margin-left: 10px;
    }

    footer {
        font-size: 5px;
        display: none !important;
    }
    .sec-13 img {
        width: 100px;
    }
    .footer:after {
        height: 28vh;
    }
    .footer {
        background: #f4f8fc;
        padding-bottom: 25vh;
    }
}

@media only screen and (max-width: 500px) {

    .sec-1:after {
        width: 90%;
        height: 50%;
    }

    .sec-1 {
        height: inherit;
        padding-top: 330px;
    }

    h2, .h2 {
        font-size: 28px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 350px) {
}