/* header-top-area-css-start-here */
.header-top-area {
    background-color: var(--color-0F141A);
    padding: 20px 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1024;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*
section.header-top-area.sticky .logo a img {
    height: 80px;
}

section.header-top-area.sticky .main-menu {
    padding-top: 30px;
}
*/

.main-menu {
    text-align: right;
    padding-top: 45px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.main-menu ul li {
    display: inline-block;
}

.main-menu ul li a {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-fff);
    margin-left: 40px;
    text-transform: capitalize;
}

.main-menu ul li a:hover {
    color: var(--color-3991EC);
}

/* hero-area-css-start-here */
.hero-area {
    background-color: var(--color-0F141A);
    color: var(--color-fff);
    padding: 30px 0 100px 0;
}

.hero-left-content {
    position: relative;
}

.hero-left-content img {
    position: absolute;
    top: 83px;
    right: 15%;
}

.hero-left-content h1 {
    font-size: 85px;
    font-weight: 700;
}

.hero-left-content p {
    font-size: 18px;
}

a.common-btn {
    font-size: 17px;
    background-color: var(--color-3991EC);
    padding: 16px 36px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid var(--color-3991EC);
}

a.common-btn:hover {
    background-color: var(--color-0F141A);
    color: var(--color-3991EC);
}

.hero-left-content a.common-btn {
    margin-top: 30px;
    display: inline-block;
}

.hero-right-content {
    text-align: right;
}

/* pricing-area-css-start-here */
.pricing-area {
    margin-top: 70px;
}

.section-title h1 {
    font-size: 43px;
    text-align: center;
    font-weight: 600;
}

.pricing {
    background-color: var(--color-F0F2F4);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 30px 0;
}

.section-title h1 {
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 30px;
}

.pricing-box {
    background-color: var(--color-0F141A);
    color: var(--color-fff);
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    padding: 30px;
}

.pricing-box h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    position: relative;
}

.pricing-box h2:after {
    position: absolute;
    left: 0;
    top: -3px;
    background: var(--color-1EBBF0);
    content: "";
    height: 5px;
    width: 52px;
}

.pricing-box-2 h2:after {
    background: var(--color-61CE70);
}

.price strong {
    font-size: 50px;
    font-weight: 700;
}

.price strong small {
    font-size: 30px;
    margin-right: 5px;
}

.price strong span {
    font-size: 20px;
    font-weight: 400;
    opacity: 50%;
}

.price {
    border-bottom: 1px solid var(--color-fff);
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.pricing-content-single {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.pricing-content-single img {
    height: 15px;
    width: 15px;
    margin-right: 15px;
}

.pricing-content-single p {
    margin: 0;
    font-size: 18px;
    color: var(--color-F0F2F4);
}

.pricing-box a.common-btn {
    display: block;
    text-align: center;
    margin-top: 40px;
}

/* checkout-area-css-start-here */
section.checkout-area {
    text-align: center;
    padding-top: 100px;
}

.checkout h1 {
    font-size: 43px;
    font-weight: 600;
    color: var(--color-000);
    margin-bottom: 30px;
}

.checkout-item a img {
    max-height: 74px;
}

.checkout-item a {
    display: inline-block;
    margin: 0 12px;
}

.checkout-item a:hover {
    opacity: .5;
}

/* member-benefits-area-css-start-here */
.video-area {
    padding-top: 100px;
}

.member-benefits-content-right-title h1 {
    font-size: 43px;
    font-weight: 600;
}

.member-benefits-content-right-title {
    position: relative;
}

.single-benefits-content-text h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35.2px;
    margin-bottom: 10px;
}

.single-benefits-content-text p {
    font-size: 16px;
    color: #535353;
    line-height: 20.11px;
}

.single-benefits-content-icon {
    width: 43px;
    float: left;
}

.single-benefits-content-text {
    overflow: hidden;
}

.single-benefits-content-icon {
    margin-right: 6px;
}

.single-benefits-content {
    margin-bottom: 55px;
}

section.member-benefits-area {
    padding: 140px 0 0 0;
}

.member-benefits-content-right-title {
    margin-bottom: 90px;
}

.member-benefits-content-right-title img {
    position: absolute;
    left: 34%;
    top: 40px;
}

.member-benefits-content-left img {
    position: relative;
    top: -60px;
}

/* why-lovely-area-css-start-here */
.why-lovely-content-left h1 {
    font-size: 55px;
    font-weight: 600;
    color: var(--color-000);
    line-height: 45px;
    margin-bottom: 25px;
}

.why-lovely-content-left p {
    font-size: 16px;
    line-height: 22px;
    color: #535353;
}

.why-lovely-bg {
    background: #F0F2F4;
    border-radius: 25px;
    min-height: 396px;
    padding: 90px 0 0 90px;
}

/* device-area-css-start-here */
.device-thumbnail {
    height: 302px;
    margin-bottom: 10px;
}

.device-thumbnail img {
    width: 100%;
    height: 100%;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.15));
    border-radius: 5px;
}

.single-device-content h2 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
}

.single-device-content {
    text-align: center;
    margin-bottom: 50px;
}

.device-title {
    text-align: center;
    position: relative;
    margin-bottom: 85px;
}

section.device-area {
    padding: 115px 0 50px 0;
}

.device-title img {
    position: absolute;
    top: 50px;
    left: 55%;
}

/* calltoaction-area-css-start-here */
section.calltoaction-area {
    background-color: #18222B;
    padding: 30px 0 50px 0;
}

.calltoaction-single-content h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.calltoaction-single-content p {
    font-size: 18px;
    margin: 0;
}

.calltoaction-single-content {
    color: #fff;
}

a.membership-btn {
    background: #3991EC;
    font-size: 17px;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 2px;
    display: inline-block;
    border: 1px solid #3991EC;
}

a.membership-btn:hover {
    background: #18222B;
    color: #3991EC;
}

.calltoaction {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

/* footer-area-css-start-here */
section.footer-area {
    background: #1B1C20;
    color: #fff;
    padding: 50px 0 0 0;
}

.footer-single h5 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-menu ul li {
    display: block;
}

.footer-menu ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #A2A2A2;
    line-height: 30px;
}

.footer-menu ul li a:hover {
    color: var(--color-3991EC);
}

.footer-single p {
    font-size: 15px;
    color: #A2A2A2;
}

.single-course-item-text h6 {
    font-size: 15px;
    font-weight: 400;
    color: #A2A2A2;
    margin-bottom: 5px;
}

.single-course-item-text span {
    font-size: 13px;
    color: #A2A2A2;
}

.single-course-item-thumb img {
    height: 60px;
    width: 60px;
}

.single-course-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.single-course-item-thumb {
    margin-right: 20px;
}

/* offcanvas-menu-css-start-here */
.off-canvas-menu {
    background: var(--color-0F141A);
    position: fixed;
    width: 100%;
    z-index: 99;
    height: 100%;
    padding: 25px 0;
    margin-left: -100%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}


.off-canvas-menu.active {
    margin-left: 0
}

.off-canvas-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 50px;
}

.off-canvas-menu li a {
    padding: 11px;
    display: block;
    color: #fff;
    border-bottom: 1px solid #444;
}


.menu-close {
    color: #fff;
    right: 0;
    top: 0;
    position: absolute;
    padding: 25px;
    cursor: pointer
}

a.menu-trigger span {
    height: 2px;
    width: 30px;
    display: block;
    background: var(--color-fff);
    margin-bottom: 8px;
}

a.menu-trigger {
    float: right;
    position: relative;
    top: 50px;
    right: 30px;
    display: none;
}





/* shoppy-popup-css-start */
iframe#ma-package-1,
iframe.lazyloaded {
    width: 100%;
    height: 680px;
}

.modal-body {
    padding: 0;
}

.modal-content {
    background: transprent;
    /*    margin-top: 200px;*/
}

.modal-content {
    background: transparent;
    border: 0;
}

button.popup-close {
    position: absolute;
    top: 50px;
    left: auto;
    right: 30px;
    border: 0;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    line-height: 10px;
}
