html,
body {
    font-family: "Lexend", sans-serif;
    font-family: "Montserrat Alternates", sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #ccc;
    transition: all 0.3s ease-in-out;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

.hdr01 {
    font-size: 35px;
    color: #000;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 15px;
}

p {
    color: #383838;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}

p:last-child {
    margin-bottom: 0 !important;
}

.paddT50 {
    padding-top: 50px;
}

.paddB50 {
    padding-bottom: 50px;
}

.paddT80 {
    padding: 80px 0 0;
}

.paddB80 {
    padding: 0 0 80px 0;
}

.paddB40 {
    padding-bottom: 40px;
}

.paddTB80 {
    padding: 80px 0;
}

.menu {
    padding: 20px 0;
}

.menu .stellarnav {
    display: flex;
    align-items: center;
}

.stellarnav>ul>li>a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    letter-spacing: 0.3px;
}

.login-btm a {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 35px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #fff;
}

.language-change .language-btn {
    font-family: "Lexend", sans-serif;
    border: 0;
    padding: 0;
    margin-right: 20px;
}

.language-change .language-btn:hover {
    background: transparent;
    color: #ccc;

}

.login-btm .login i {
    display: none;
}

.login-btm a:hover {
    background: #fff;
    color: #000;
}

.stellarnav li.has-sub>a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    border: 0;
}

.stellarnav ul ul {
    background: #fff;
    border-radius: 10px;
}

.stellarnav ul ul a {
    color: #000;
}

.stellarnav ul a:hover {
    color: #ccc;
}

.menu {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
    position: sticky;
}

.menu.sticky-top {
    background: linear-gradient(90deg, rgba(57, 57, 57, 1) 0%, rgba(130, 130, 130, 1) 50%, rgba(43, 43, 43, 1) 100%);
}

.banner-sec,
.bnr-transparent {
    padding: 0;
    margin-top: -85px;
}

.banner-sec .carousel-caption {
    text-align: left;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.banner-sec .bnr-hdr {
    color: #fff;
    font-size: 65px;
    font-weight: 800;
    line-height: 85px;
    margin-bottom: 20px;
    animation-duration: 1.5s;
}

.banner-sec .bnr-btn,
.btn01,
.btn02 {
    font-size: 18px;
    font-weight: 500;
    padding: 12px 40px;
    border-radius: 30px;
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    animation-duration: 1.8s;
    transition: all 150ms ease-in-out;
}

.banner-sec .bnr-btn:hover,
.btn01:hover {
    color: #fff;
    background-color: transparent;
}

.btn02 {
    color: #000;
    background: #CB12FF;
    border-color: #CB12FF !important;
    color: #fff;
}

.btn01:hover,
.btn02:hover,
.bnr-btn:hover,
.login-btm a:hover {
    color: #fff;
    background: #000;
    border-color: #CB12FF;
    box-shadow: 0 0 10px 0 #CB12FF inset, 0 0 10px 4px #CB12FF;
    transition: all 150ms ease-in-out;
}

.login-btm a:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 10px 0 #fff inset, 0 0 10px 4px #fff;
}

.language-change .language-btn:hover {
    box-shadow: none;
}

.title,
.title02 {
    color: #000;
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}

.title02 {
    font-size: 50px;
    line-height: 65px;
    font-weight: 800;
}

.dex-hidden {
    display: none;
}

.soul-mate-sec {
    background-image: url('../../storage/img/bg02.png');
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 70px;
}

.banner-sec img {
    height: 90vh;
    object-fit: cover;
}

.member-sec {
    margin-top: -50px;
    position: relative;
    z-index: 9;
    margin-bottom: 100px;
}

.member-counter {
    background: linear-gradient(90deg, rgba(218, 61, 61, 1) 0%, rgba(214, 126, 126, 1) 50%, rgba(222, 26, 26, 1) 100%);
    padding: 25px 10px;
    border-radius: 5px;
    text-align: center;
}

.member-sec>div>div:nth-of-type(2) .member-counter {
    background: linear-gradient(90deg, rgba(218, 215, 51, 1) 0%, rgba(215, 207, 127, 1) 50%, rgba(221, 208, 26, 1) 100%);
}

.member-sec>div>div:nth-of-type(3) .member-counter {
    background: linear-gradient(90deg, rgba(63, 220, 79, 1) 0%, rgba(126, 214, 125, 1) 50%, rgba(42, 236, 69, 1) 100%);
}

.member-sec>div>div:nth-of-type(4) .member-counter {
    background: linear-gradient(90deg, rgba(198, 18, 255, 1) 0%, rgba(202, 121, 217, 1) 50%, rgba(209, 18, 255, 1) 100%);
}

.member-counter span {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.member-counter span:last-child {
    font-size: 22px;
    font-weight: 600;
}

.info-box {
    text-align: center;
}

.info-box .info-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    padding: 25px 0 7px;
    display: inline-block;
}

.info-box img {
    display: block;
    margin: 0 auto;
}

.bg-image,
.inr-bnr {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.download-epic {
    background-image: url(../../storage/img/download-epic.jpg);
    padding: 80px 0;
}


.download-epic-content h3,
.download-epic-content p {
    color: #fff;
}

.download-epic-content p {
    font-size: 18px;
    line-height: 32px;
}

.footer-sec {
    margin-top: 100px;
    padding: 0;
}

.foot-content ul li {
    list-style-type: none;
    margin-bottom: 12px;
}

.foot-content ul li a {
    color: #101010;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.foot-title,
.foot-content h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.foot-title::before {
    position: absolute;
    content: "";
    background: #000;
    width: 50px;
    height: 1px;
    left: 0;
    bottom: 0;
}

.foot-content h4 {
    margin: 0;
}

.social li {
    display: inline-block;
}

.foot-content .social li a,
.social li a {
    display: block;
    color: #000;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 2px;
}

.social li a:hover {
    color: #CB12FF;
}

.foot-content .social {
    margin: -10px 0 25px;
}

.copyright-sec {
    border-top: 1px solid #000;
    padding: 15px 0;
    margin-top: 30px;
}

.copyright-sec .foot-content ul li {
    display: inline-block;
    margin: 0 15px;
}

.foot-content ul li a:hover {
    color: #CB12FF;
}

.social li a:hover {
    color: #fff !important;
    background: #CB12FF;
    border-color: #CB12FF;
}

.app-scroll-section .row>* {
    padding-left: 0;
    padding-right: 0;
}

.app-scroll-section .slick-slider {
    margin-bottom: 0;
}

.app-scroll-section .slick-slide img {
    display: block;
    margin-bottom: 15px;
}

.learn {
    background-image: url('../../storage/img/learn-bnr.jpg');
}

.inr-bnr-title {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    line-height: 60px;
}

.inr-bnr-text p {
    color: #fff;
}

.bnr-transparent {
    padding: 200px 0 150px;
}

.content,
.image-sec {
    margin-bottom: 30px;
}

.content h3 {
    font-size: 25px;
    font-weight: 700;
}

.content p {
    color: #000;
}

.gutter3rem {
    --bs-gutter-x: 3rem;
}


.content h2,
.safety-sec .content h3 {
    font-size: 20px;
    font-weight: 700;
}

.content h2+h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.safety-sec .content h4 {
    font-size: 18px;
    font-weight: 700;
}

.content li {
    list-style-type: none;
    font-size: 18px;
    margin-bottom: 20px;
}

.content li i {
    font-size: 14px;
    margin-right: 5px;
}

.inr-bnr-text h1 {
    margin-bottom: 20px;
}

.download-text .title {
    margin-bottom: 20px;
}

.download-text p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 20px;
}

.support-bnr {
    background-image: url('../../storage/img/support-bnr.jpg');
}

.team-info img {
    border-radius: 10px;
}

.team-info {
    position: relative;
}

.team-info .team-content {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    border-radius: 0 0 10px 10px;
    bottom: 0;
    padding: 10px;
    width: 100%;
}

.team-content h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.team-content p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

.take-notch {
    background-image: url('../../storage/img/salkcnas.jpg');
}

.boost-yourself {
    margin-top: -150px;
}

.subscription-tiers {
    background: #F0F2F4;
    padding: 150px 0 80px;
}

.subscription-tiers .inr-bnr-title,
.subscription-tiers p {
    color: #000;
}

.subscription-tiers .inr-bnr-title {
    font-size: 35px;
    margin: 0;
}

.clinchdate-box {
    border: 1px solid #CB12FF;
    border-radius: 10px;
    padding: 30px;
    box-shadow: inset 0 0 16px #eba5ff;
    height: 100%;
}

.clinchdate-box:hover {
    box-shadow: 0 0 16px #eba5ff;
}

.clinchdate-box h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 25px;
}

.clinchdate-box h4 {
    font-size: 18px;
    font-weight: 600;
}

.clinchdate-box li {
    list-style-type: none;
    font-size: 18px;
    margin-bottom: 12px;
}

.clinchdate-box li span {
    font-size: 13px;
    line-height: 24px;
    display: block;
}

.list01 li {
    position: relative;
    padding-left: 20px;
}

.list01 li::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #CB12FF;
    border-radius: 50%;
    left: 0;
    top: 6px;
}

.subscription-table tr>* {
    text-align: center;
}

.hdr-sec h3 {
    margin-bottom: 50px;
}

.subscription-table thead tr th {
    padding: 22px;
    font-size: 22px;
    font-weight: 700;
    background-color: transparent;
}

.subscription-table thead tr {
    box-shadow: inset 0 0 40px #CB12FF;
    border-radius: 15px 15px 0 0;
}

.subscription-table tbody tr td {
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
}

.subscription-table tbody tr>* {
    border: 1px solid #8F8F8F;
}

.subscription-table tbody tr td i {
    color: #FF0000;
    font-size: 10px;
}
.subscription-table tbody tr td:last-child i{
    color: #000;
}
.subscription-table tbody tr td:last-child{
    border-right: 0;
}
.subscription-table tbody tr td:first-child{
    border-left: 0;
}
.subscription-table tbody tr td span {
    display: block;
    font-size: 12px
}
.subscription-table tbody tr:last-child td{
    border-bottom: 0;
}
.subscription-table table.table{
    margin-bottom: 0;
}
.subscription-table .table-responsive{
    border: 1px solid #8F8F8F;
    border-radius: 15px;
    border-top: 0;
    margin-bottom: 15px;
}
.subscription-table p{
    color: #000;
    font-weight: 500;
}

.subscription-table .content{
    margin-top: 40px;
}
.subscription-table .content p{
    font-weight: 500;
}







#myBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    color: #fff;
    background: #CB12FF;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0 5px 0px #fff;
}

#myBtn:hover {
    background: #000;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {

    .dex-hidden {
        display: block;
    }

    .order-top {
        order: -1;
    }

    .stellarnav.mobile.right>ul {
        z-index: 999;
        background-color: #000;
    }

    .stellarnav.mobile ul {
        background: rgb(255 255 255);
        padding: 0 10px;
    }

    .login-signUp-btm {
        display: flex;
        gap: 20px;
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .stellarnav>ul>li>a {
        font-size: 16px;
    }

    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        color: #fff;
    }

    .stellarnav .icon-close::before,
    .stellarnav .icon-close::after {
        border-bottom: solid 3px #fff;
    }

    .banner-sec .bnr-btn {
        font-size: 17px;
        padding: 8px 25px;
        border-radius: 30px;
    }

    .member-sec {
        margin-bottom: 50px;
    }

    .login-btm .login {
        font-size: 0;
        background: transparent !important;
        border: 0;
        padding: 0;
        line-height: 4px;
    }

    .login-btm.language-change {
        display: flex;
        justify-content: center;
        align-self: center;
        position: absolute;
        right: 80px;
    }

    .login-btm .login i {
        font-size: 15px;
        color: #fff;
    }

    .language-change .language-btn {
        font-size: 16px;
        margin-right: 35px;
    }

    .login-btm .login i {
        display: block;
    }

    .banner .carousel-caption {
        z-index: 99;
    }

    .member-sec .row {
        --bs-gutter-y: 10px;
    }

    .banner-sec img {
        height: 320px;
        object-fit: cover;
        object-position: right;
    }

    .banner-sec .bnr-hdr {
        font-size: 28px;
        font-weight: 700;
        line-height: 36px;
    }

    .hdr01 {
        font-size: 30px;
    }

    .paddB40 {
        padding-bottom: 15px;
    }

    .paddTB70 {
        padding: 30px 0;
    }

    .menu-toggle {
        position: absolute;
        right: 0;
        font-size: 0;
    }

    p {
        font-size: 16px;
        line-height: 28px;
    }

    .banner-sec .bnr-hdr br {
        display: none;
    }

    .title,
    .title02 {
        font-size: 30px;
    }

    .info-box {
        margin-bottom: 25px;
    }

    .title02 {
        line-height: 40px;
    }

    .soul-mate-sec {
        margin-bottom: 10px;
    }

    .download-epic-content {
        padding-top: 30px;
    }

    .download-epic-content p {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .footer-sec {
        margin-top: 20px;
    }

    .footer-sec .foot-content {
        margin-top: 30px;
    }

    .inr-bnr-title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 0 !important;
    }

    .bnr-transparent {
        padding: 120px 0 30px;
    }

    .banner-sec .bnr-btn,
    .btn01 {
        font-size: 17px;
        padding: 8px 30px;
    }

    .gutter3rem {
        --bs-gutter-x: 1.5rem;
    }

    .paddTB80 {
        padding: 30px 0;
    }

    .paddT80 {
        padding: 30px 0 0;
    }

    .paddB80 {
        padding: 0 0 30px;
    }

    .content h3 {
        font-size: 22px;
    }

    .team-info {
        margin-bottom: 20px;
    }

    .team-info img {
        width: 100%;
    }

    .team1 {
        margin-top: 30px;
    }

    .btn02 {
        font-size: 17px;
        padding: 8px 25px;
    }

    .boost-yourself {
        margin-top: 30px;
        padding: 0;
    }
    .subscription-table tbody tr td {
        font-size: 16px;
        padding: 15px;
    }

    .subscription-tiers .inr-bnr-title {
        font-size: 28px;
    }
    .clinchdate-box {
        height: auto;
        margin-bottom: 15px;
    }
    .hdr-sec h3 {
        margin-bottom: 30px;
    }







}

@media only screen and (min-width: 786px) and (max-width: 992px) {
    .banner-sec .bnr-hdr {
        font-size: 35px;
        line-height: 45px;
    }
    .member-sec .row{
        --bs-gutter-y: 25px;
    }
    .title02 {
        font-size: 36px;
        line-height: 45px;
    }
    .menu-toggle{
        color: #fff !important;
        position: absolute;
        right: 0;
    }
    .login-btm.language-change{
        position: absolute;
        right: 150px;
    }
    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        color: #fff;
    }
}


@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }
}


@media (min-width: 1600px) {
    .banner-sec .carousel-caption {
        left: 14%;
    }
}