/* Landing Page */
* {
    outline: 0;
}
html.is-changing .transition-fade {
    transition: opacity 0.25s;
    opacity: 1;
}
html.is-animating .transition-fade {
    opacity: 0;
}
body {
    overflow-x: hidden;
    font-family: Poppins;
    background-image: url(/landing/images/opening.svg);
    background-repeat: no-repeat;
    background-position: right top;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
    background-color: #424242;
    border-radius: 10px;
}
a {
    text-decoration: none;
}
header#site-header .logo_area {
    max-width: 135px;
}
header#site-header .logo_area img {
    width: 100%;
}
header#site-header .account_area {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
header#site-header .account_area a {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    padding: 16px 40px;
    border-radius: 38px;
}
header#site-header .account_area a.mng_acc_btn {
    background: linear-gradient(180deg, #5A86FF 0%, #5372C6 100%);
}
header#site-header .account_area a.sign_up_btn {
    background: linear-gradient(180deg, #F87233 0%, #D00 100%);
}
header#site-header .account_area a.login_btn {
    background: linear-gradient(180deg, #5A86FF 0%, #5372C6 100%);
}
section#opening_sec {
    height: 75dvh;
    overflow: hidden;
}
section#opening_sec .open_head h1 {
    color: #000;
    font-size: 58px;
    font-weight: 700;
    line-height: 68px;
    text-transform: capitalize;
}
section#opening_sec .open_head p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
}
section#opening_sec .open_head a.open_dwnld_btn {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    padding: 16px 40px;
    border-radius: 38px;
    background: #000;
    display: inline-block;
}
section#opening_sec .opening_phones {
    position: relative;
    height: 100%;
    width: 100%;
}
section#opening_sec .opening_phones .jst_hgt {
    opacity: 0;
}
section#opening_sec .opening_phones .jst_hgt img {
    width: 420px;
}
section#opening_sec .opening_phones .anim_iphone img {
    position: absolute;
    top: -65px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 420px;
    transition: all 0.8s ease-in-out;
}
section#opening_sec .opening_phones .anim_iphone img:first-child {
    z-index: 10;
    width: 480px;
    left: -55px;
}
section#opening_sec .opening_phones .anim_iphone img:nth-child(2) {
    z-index: 5;
}
section#opening_sec .opening_phones .anim_iphone img:nth-child(3) {
    z-index: 1;
}
section#opening_sec:hover .opening_phones .anim_iphone img:first-child {
    transform: rotate(-20deg);
}
section#opening_sec:hover .opening_phones .anim_iphone img:nth-child(2) {
    transform: rotate(-10deg) translate(100px, 70px);
}
section#opening_sec:hover .opening_phones .anim_iphone img:nth-child(3) {
    transform: rotate(0deg) translate(205px, 115px);
}
section#counter_sec .count_col .each_counter h3 {
    color: #D00;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}
section#counter_sec .count_col .each_counter h5 {
    color: #00000080;
    font-size: 36px;
    font-weight: 400;
}
section#counter_sec .count_col .each_counter {
    border-right: 3px solid #E9E9E9;
}
section#counter_sec .count_col:last-child .each_counter {
    border-right: none;
}
section#subscription_sec .subs_phones {
    position: relative;
    width: 100%;
}
section#subscription_sec .subs_phones .jst_hgt {
    opacity: 0;
}
section#subscription_sec .subs_phones img {
    width: 440px;
}
section#subscription_sec .subs_phones .subs_anim img {
    position: absolute;
    top: 0;
    transition: all 0.8s ease-in-out;
}
section#subscription_sec .subs_phones .subs_anim img:first-child {
    left: 0;
    z-index: 10;
    transform: translateY(-100px);
}
section#subscription_sec .subs_phones .subs_anim img:nth-child(2) {
    right: 0;
    z-index: 5;
    transform: translateY(100px);
}
section#subscription_sec:hover .subs_phones .subs_anim img:first-child {
    transform: translateY(0px);
}
section#subscription_sec:hover .subs_phones .subs_anim img:nth-child(2) {
    transform: translateY(0px);
}
section#subscription_sec .subs_area_wrap {
    transition: all 1s ease-in-out;
}
section#subscription_sec:hover .subs_area_wrap {
    transform: translateY(100px);
}
section#subscription_sec .subs_head h5 {
    color: #D00;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 9px;
    text-transform: uppercase;
}
section#subscription_sec .subs_head h3 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
}
section#subscription_sec .each_feature {
    margin: 25px 0;
}
section#subscription_sec .each_feature .fea_title_icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
section#subscription_sec .each_feature .fea_title_icon h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    text-transform: capitalize;
}
section#subscription_sec .each_feature .fea_content p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 10px 0 0 0;
    text-transform: capitalize;
}
section#plan_sec .plan-col .plan-card {
	border: 1px solid #e7eaf3;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	background: #fff;
}
section#plan_sec .plan-col .plan-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}
section#plan_sec .plan-col .plan-card .plan-title {
	font-weight: 700;
	font-size: 21px;
	line-height: 1.25;
}
section#plan_sec .plan-col .plan-card .plan-desc {
	color: #5f6b7a;
	font-size: 14px;
	min-height: 165px;
}
section#plan_sec .plan-col .plan-card .plan-price {
	font-weight: 800;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.3px;
}
section#plan_sec .plan-col .plan-card .plan-price small {
	font-size: 12px;
	font-weight: 600;
	color: #5f6b7a;
}
section#plan_sec .plan-col .plan-card .plan-features > p {
	font-size: 14px;
}
section#plan_sec .plan-col .plan-card .plan-features .plan-bullet {
	display: flex;
	gap: 10px;
	align-items: center;
}
section#plan_sec .plan-col .plan-card .plan-features .plan-bullet i {
	color: #6a6a6a;
	font-size: 12px;
}
section#plan_sec .plan-col .plan-card .plan-features .plan-bullet span {
	font-size: 14px;
}
section#app_sec .download_app_wrap {
    border-radius: 40px;
    background: #000;
    padding: 150px 50px;
    display: flex;
    position: relative;
    overflow: hidden;
}
section#app_sec .download_app_wrap:before {
    content: "";
    background-image: url("/landing/images/circle1-full.png");
    background-size: 100% 100%;
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -50%;
    transition: all 1s ease-in-out;
}
section#app_sec .download_app_wrap:after {
    content: "";
    background-image: url("/landing/images/circle2-full.png");
    background-size: 100% 100%;
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: -50%;
    transition: all 1s ease-in-out;
}
section#app_sec .download_app_wrap:hover:before {
    transform: translateY(100%);
}
section#app_sec .download_app_wrap:hover:after {
    transform: translateY(-100%);
}
section#app_sec .download_app_wrap .dwnld_sec_content {
    width: 60%;
}
section#app_sec .download_app_wrap .dwnld_sec_content h3 {
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
}
section#app_sec .download_app_wrap .dwnld_sec_content p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}
section#app_sec .download_app_wrap .dwnld_sec_content p span {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
}
section#app_sec .download_app_wrap .dwnld_sec_content .app_links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
}
section#app_sec .download_app_wrap .dwnld_sec_content .app_links a {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    border-radius: 38px;
    padding: 16px 30px;
    text-align: center;
}
section#app_sec .download_app_wrap .dwnld_sec_content .app_links a.appstore_link {
    background: #D00;
}
section#app_sec .download_app_wrap .dwnld_sec_content .app_links a.playstore_link {
    background: #5372C6;
}
section#app_sec .download_app_wrap .download_sed_anim {
    width: 40%;
    position: relative;
}
section#app_sec .download_app_wrap .download_sed_anim .ease_anim_ip img {
    position: absolute;
    top: -35px;
    transition: all 0.8s ease-in-out;
}
section#app_sec .download_app_wrap .download_sed_anim .ease_anim_ip img:first-child {
    z-index: 10;
    width: 300px;
}
section#app_sec .download_app_wrap .download_sed_anim .ease_anim_ip img:nth-child(2) {
    z-index: 5;
    width: 235px;
    transform: translate(40px, 10px);
}
section#app_sec .download_app_wrap .download_sed_anim .ease_anim_ip img:nth-child(3) {
    z-index: 1;
    width: 150px;
    transform: translate(90px, 18px);
}
section#app_sec:hover .download_app_wrap .download_sed_anim .ease_anim_ip img:first-child {
    transform: rotate(25deg);
}
section#app_sec:hover .download_app_wrap .download_sed_anim .ease_anim_ip img:nth-child(2) {
    transform: rotate(20deg) translate(100px, -60px);
}
section#app_sec:hover .download_app_wrap .download_sed_anim .ease_anim_ip img:nth-child(3) {
    transform: rotate(15deg) translate(205px, -115px);
}
section#app_sec .download_app_wrap .download_sed_anim:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 275px;
    background: #D00;
    filter: blur(52px);
    width: 275px;
    height: 148px;
    transform: rotate(60deg);
}
section#app_sec .download_app_wrap .download_sed_anim:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 280px;
    background: #F87233;
    filter: blur(52px);
    width: 280px;
    height: 148px;
    transform: rotate(60deg);
}
footer#site-footer .footer_logo img {
    max-width: 200px;
}
footer#site-footer .footer_content p {
    color: #030303;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    max-width: 300px;
    margin: 20px auto;
}
footer#site-footer .footer_social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
footer#site-footer .copy_content p.copy_first {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.9px;
    margin: 0;
}
footer#site-footer .copy_content p.copy_second {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.8px;
}
footer#site-footer .copy_content p.copy_first a,
footer#site-footer .copy_content p.copy_second a {
    color: #D00;
}
footer#site-footer .copy_content p.copy_first a:hover,
footer#site-footer .copy_content p.copy_first a:focus,
footer#site-footer .copy_content p.copy_first a:active,
footer#site-footer .copy_content p.copy_second a:hover,
footer#site-footer .copy_content p.copy_second a:focus,
footer#site-footer .copy_content p.copy_second a:active {
    color: #000;
}
footer#site-footer .scrolltop {
    position: fixed;
    bottom: 35px;
    right: 15px;
    background-color: rgba(0, 0, 0, .5);
    padding: 15px 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    z-index: 9999;
}
footer#site-footer .scrolltop:hover {
    background-color: #0E1B1B;
}
footer#site-footer .scrolltop i {
    color: #fff;
    font-size: 20px;
}
@media(max-width:1200px) {
    header#site-header,
    section#opening_sec,
    section#counter_sec,
    section#subscription_sec,
    section#app_sec,
    footer#site-footer {
        overflow: hidden;
    }
    section#opening_sec {
        height: auto;
        padding-bottom: 85px;
    }
    section#opening_sec .opening_phones .anim_iphone img {
        top: 0;
    }
    section#counter_sec .count_col .each_counter {
        border-right: none;
    }
    section#subscription_sec:hover .subs_area_wrap {
        transform: translateY(0px);
    }
    section#subscription_sec .subs_phones .subs_anim img {
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    section#subscription_sec .subs_phones .subs_anim img:first-child {
        left: -150px;
    }
    section#app_sec .download_app_wrap {
        display: block;
    }
    section#app_sec .download_app_wrap .dwnld_sec_content,
    section#app_sec .download_app_wrap .download_sed_anim {
        width: 100%;
        min-height: 300px;
    }
    section#app_sec .download_app_wrap .download_sed_anim:before,
    section#app_sec .download_app_wrap .download_sed_anim:after {
        display: none;
    }
    section#app_sec .download_app_wrap .download_sed_anim .ease_anim_ip img {
        top: 50px;
        left: 25%;
    }
}
@media(max-width:768px) {
    body {
        background-image: none;
    }
    header#site-header .account_area {
        justify-content: end;
    }
    section#opening_sec .open_head h1,
    section#subscription_sec .subs_head h3,
    section#app_sec .download_app_wrap .dwnld_sec_content h3 {
        font-size: 42px;
        line-height: 48px;
    }
    section#opening_sec:hover .opening_phones .anim_iphone img {
        transform: none !important;
    }
    section#subscription_sec .subs_phones .subs_anim img:first-child {
        left: 0;
    }
    section#app_sec .download_app_wrap {
        padding: 75px 50px;
    }
    section#app_sec .download_app_wrap:before,
    section#app_sec .download_app_wrap:after {
        width: 85%;
    }
}
@media(max-width:575px) {
    header#site-header .account_area a {
        font-size: 16px;
        padding: 16px 30px;
    }
    section#opening_sec .open_head h1,
    section#subscription_sec .subs_head h3,
    section#app_sec .download_app_wrap .dwnld_sec_content h3 {
        font-size: 32px;
        line-height: 40px;
    }
    section#opening_sec {
        padding-bottom: 0;
    }
    section#app_sec .download_app_wrap .download_sed_anim {
        margin: 40px 0;
    }
    section#app_sec .download_app_wrap .download_sed_anim .ease_anim_ip img {
        left: -95px;
    }
}

/* Login Page */
section#acc_wrap_area {
    height: 100dvh;
}
section#acc_wrap_area .acc_logo {
    max-width: 200px;
    margin: auto;
}
section#acc_wrap_area .acc_form_wrap {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
section#acc_wrap_area .acc_form_wrap h2 {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    padding: 25px;
    background: linear-gradient(-135deg, #f87133, #de0804);
}
section#acc_wrap_area .acc_form_wrap form {
    padding: 25px;
}
section#acc_wrap_area .acc_form_wrap form .form-group {
    position: relative;
}
section#acc_wrap_area .acc_form_wrap form .form-group .field-icon i {
    position: absolute;
    top: 18px;
    left: 30px;
}
section#acc_wrap_area .acc_form_wrap form .form-group input.form-control {
    height: 52px;
    padding-left: 60px;
    outline: none;
    border: none;
    font-size: 18px;
    border-radius: 25px;
    box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #ffffff73;
}
section#acc_wrap_area .acc_form_wrap form .form-group a.toggle_password {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #000;
}
section#acc_wrap_area .acc_form_wrap form button.login_btn {
    color: #FFF;
    font-weight: 500;
    letter-spacing: -0.24px;
    padding: 10px 60px;
    border: 0;
    border-radius: 38px;
    background: var(--Primary-Gradiant, linear-gradient(180deg, #F87233 0%, #D00 100%));
}
section#acc_wrap_area .acc_form_wrap form button.register_btn {
    color: #FFF;
    font-weight: 500;
    letter-spacing: -0.24px;
    padding: 10px 60px;
    border: 0;
    border-radius: 38px;
    background: var(--Primary-Gradiant, linear-gradient(180deg, #F87233 0%, #D00 100%));
}

/* terms page styles */
div.acc_form_wrap form .terms a{
    color: #D00;
}
section#acc_wrap_area .terms-sec h5 {
    color: #D00;
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
}
section#acc_wrap_area .terms-sec p {
    line-height: 28px;
}
section#acc_wrap_area .terms-sec p strong {
    color: #d00;
}
section#acc_wrap_area .terms-sec .terms-contact p strong {
    font-size: 18px;
}

/* End terms page styles*/
@media(max-width:575px) {
    section#acc_wrap_area .acc_form_wrap h2 {
        font-size: 25px;
        font-weight: 700;
    }
    section#acc_wrap_area .acc_form_wrap form .form-group .field-icon i {
        top: 20px;
        left: 20px;
        font-size: 14px;
    }
    section#acc_wrap_area .acc_form_wrap form .form-group input.form-control {
        height: 52px;
        padding-left: 45px;
        font-size: 14px;
    }
    section#acc_wrap_area .acc_form_wrap form .form-group a.toggle_password {
        right: 20px;
        top: 16px;
        font-size: 14px;
    }
    section#acc_wrap_area .acc_form_wrap form .btn_link_cmb a,
    section#acc_wrap_area .acc_form_wrap form .btn_link_cmb button {
        display: block;
        margin: auto;
    }
    section#acc_wrap_area .acc_form_wrap form .btn_link_cmb button.login_btn,
    section#acc_wrap_area .acc_form_wrap form .btn_link_cmb button.register_btn {
        margin-top: 25px;
    }
    section#acc_wrap_area .terms-sec h5{
        font-size: 22px;
        line-height: 34px;
    }
    section#acc_wrap_area .terms-sec .terms-contact p strong{
        font-size: 16px;
    }
}
div.acc_form_wrap form .policy a{
    color: #D00;
}
#acc_wrap_area .acc_form_wrap .form-group.messages,
#acc_wrap_area .acc_form_wrap .form-group.policy,
#acc_wrap_area .acc_form_wrap .form-group.terms {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
#acc_wrap_area .acc_form_wrap .form-group.messages input[type="checkbox"] {
    margin-top: 4px;
}
#acc_wrap_area .acc_form_wrap .form-group.messages label {
    flex: 1;
}
.cta_col {
    background: #fff;
    box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);
    border-radius: 40px;
    padding: 50px;
}
.cta_col .open_head h1 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
span.red {
    color: #D00;
}
.cta_col .open_head p {
    color: #6d6d6d;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    text-transform: capitalize;
    width: 75%;
    margin: auto;
}
.cta_col .loc_btn {
    background: #D00;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    border-radius: 38px;
    padding: 16px 30px;
    text-align: center;
    display: inline-block;
    min-width: 260px;
    margin: 0px 10px;
    margin-top: 25px;
}
.cta_col .loc_btn:hover {
    background: #000;
}
#counter_sec {
    padding: 85px 15px;
}
.account_area .del_loc_btn {
    background: linear-gradient(180deg, #666564 0%, #000000 100%);
}
@media(max-width:767px) {
    .cta_col {
        padding: 30px !important;
    }
    .cta_col .open_head h1 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .cta_col .open_head p {
        width: 100% !important;
    }
}
@media(max-width:575px) {
    .nav_area {
        flex-direction: column !important;
    }
    header#site-header .account_area a {
        width: 100% !important;
        text-align: center !important;
        padding: 12px 30px !important;
    }
}
@media(max-width:360px) {
    .cta_col .open_head h1 {
        font-size: 25px !important;
        line-height: 36px !important;
    }
    .cta_col .open_head p {
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .cta_col .loc_btn {
        min-width: auto;
        width: 100% !important;
        font-size: 15px !important;
        padding: 12px 30px o !important;
    }
    #counter_sec {
        padding: 30px 15px !important;
    }
}
