.body-snick {
    position: fixed;
    right: -12rem;
    opacity: 0.04;
}

.body-snick svg {
    width: 100rem;
    height: 52rem;
    transform: rotate(118deg);
}

.welcome-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: var(--body);
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-loader svg {
    width: 125px;
    height: 125px;
}

button#theme-toggle {
    position: fixed;
    right: 55px;
    bottom: 40px;
    z-index: 9999;
    width: 65px;
    height: 65px;
    border: none;
    border-radius: 50%;
    background-image: linear-gradient(20deg, #14172b 50%, #fb4e55 50%);
    background-size: 400%;
    transition: all 0.3s;
}

button#theme-toggle:hover {
    color: var(--white);
    background-position: 100%;
    transform: translate(-3px) scale(1.05);
}


/* Main Header */

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 20px 100px!important;
    color: var(--white);
    border-bottom: 1px solid var(--headerBorder);
    background: var(--blueBackground);
    backdrop-filter: blur(30px);
}

.logo img {
    max-width: 10rem;
}

.auth-logo img {
    max-width: 13rem;
}

.header a {
    color: var(--white);
}

ul.nav {
    gap: 20px;
}

a.nav-link {
    border: 1px solid var(--noBackground);
    border-radius: 30px;
    padding: 5px 20px!important;
    color: var(--textColor)!important;
    transition: .2s;
}

a.nav-link:hover,
a.nav-link:focus {
    border: 1px solid var(--textColor);
    color: var(--textColor)!important;
}

.header-btns button {
    padding: 10px 35px;
    border-radius: 26px;
    border: 2px solid var(--btnTxtColor);
    margin-left: 18px;
    background-image: linear-gradient(20deg, #14172b 50%, #aa4ef4 50%);
    color: var(--white);
    font-size: 15px;
    background-size: 300%;
    transition: all 0.3s;
}

.header-btns button:hover {
    color: var(--white);
    background-position: 100%;
    transform: scale(1.05);
}

.header-btns button:nth-child(1) {
    border-color: var(--activeBorderColor);
}

#pp-nav li .active span,
.pp-slidesNav .active span {
    background: var(--white)!important;
}

#pp-nav span,
.pp-slidesNav span {
    width: 11px!important;
    height: 11px!important;
    border: 1px solid var(--white)!important;
}


/* After Header */

span#active-text {
    position: relative;
    background: -webkit-linear-gradient(right, #a54eff, #ff4e4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

span#active-text::after {
    content: '';
    position: absolute;
    background: url(https://ui8-brainwave-landing.herokuapp.com/_next/image?url=%2Fimages%2Fcurve.png&w=640&q=75);
    width: 100%;
    height: 74px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -70px;
}

.after_header {
    margin-top: 98px;
    padding: 125px 0;
    padding-bottom: 0;
    overflow: hidden;
}

.after_header .container {
    position: relative;
}

.after_header_svg {
    position: absolute;
    opacity: 0.1;
    width: 60rem;
    height: 60rem;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
}

.after_header_image {
    position: relative;
    max-width: 74rem;
    margin: auto;
    animation: downToTop 2s;
}

.after_header_image_pic {
    border-radius: 25px;
    margin-top: 50px;
    height: 35rem;
    position: relative;
    border: 2px solid #c26cf4;
}

.after_header_image_input {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.after_header_image_input input {
    border: none;
    border-radius: 46px;
    width: 35rem;
    height: 70px;
    font-size: 19px;
    padding-left: 90px;
    background-color: var(--opacityInp);
    color: var(--textColor);
    font-weight: 600;
    outline: none;
}

.after_header_image_input main {
    position: absolute;
    left: 25px;
    top: 11px;
}

.after_header_image_input main .ip {
    width: 3em;
    height: 3em;
}

img.after_header_dark_img {
    max-width: 108.3%;
    position: absolute;
    left: 0;
    top: -250px;
    z-index: -1;
    user-select: none;
    cursor: none;
}

.after_header-abs {
    width: fit-content;
    position: absolute;
    padding: 15px 20px;
    border-radius: 20px;
    backdrop-filter: blur(3px);
    border: 1px solid rgb(71 64 96 / 44%);
    background-color: rgb(71 64 96 / 44%);
}

.after_header_abs1 {
    left: -65px;
    bottom: 155px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.after_header_abs2 {
    right: -65px;
    top: 125px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.after_header_abs1 svg {
    width: 30px;
    height: 30px;
    fill: var(--white);
}

.after_header_abs2 img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

.after_header-abs-text h5 {
    font-size: 15px;
    color: var(--white);
}

.after_header-abs-text-images {
    margin-left: 4px;
}

.after_header-abs-text-images img {
    width: 24px;
    height: 24px;
    margin: -6px;
    border: 3px solid #302d47;
}

.after_header-abs-text span {
    position: absolute;
    right: 14px;
    font-size: 13px;
    bottom: 10px;
    color: var(--white);
}

.after_header_circles {
    position: absolute;
    border-radius: 50%;
    opacity: 0.4;
}

.circle1 {
    background-color: #2092a245;
    width: 20px;
    height: 20px;
    left: -2rem;
    top: 1rem;
}

.circle2 {
    background-color: #f2a2154a;
    width: 20px;
    height: 20px;
    left: 7rem;
    top: 13rem;
}

.circle3 {
    background-color: #b015f24a;
    width: 20px;
    height: 20px;
    left: -4rem;
    top: 26rem;
}

.circle4 {
    background-color: #ffffff26;
    width: 20px;
    height: 20px;
    right: 18rem;
    top: 13rem;
}

.circle5 {
    background-color: #ff161626;
    width: 20px;
    height: 20px;
    right: 23rem;
    top: -3rem;
}

.circle6 {
    background-color: #1685ff26;
    width: 20px;
    height: 20px;
    right: -2rem;
    top: -2rem;
}


/* Main Section */

.header-seciton {
    position: initial!important;
    height: auto!important;
    width: auto!important;
}

.main-section-container {
    margin: 20px 100px;
    padding: 75px 0;
    display: flex;
    justify-content: space-between;
    color: var(--white);
    position: relative;
}

.leftTxt {
    max-width: 35rem;
    padding-right: 60px;
}

.leftTxt h1 {
    font-size: 70px;
    font-weight: 800;
    animation: downToTop 1.5s;
    color: var(--textColor);
}

.leftTxt p {
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    margin: 25px 0;
    animation: downToTop 2s;
    color: var(--p-color);
}

.after_header p {
    margin: auto;
    width: 67rem;
    margin-bottom: 30px;
    margin-top: 20px;
}

.alert {
    padding: 15px 20px!important;
    font-size: 14px!important;
    border-radius: 9px!important;
}

.alert-success {
    color: var(--green)!important;
    background-color: var(--opacityGreen)!important;
    border: none!important;
}

.alert-danger {
    color: var(--red)!important;
    background-color: var(--openRed)!important;
    border: none!important;
}

.leftTxt button {
    background-image: linear-gradient(20deg, #14172b 50%, #d56dde 50%);
    border: none;
    padding: 13px 30px;
    border-radius: 30px;
    color: var(--white);
    font-size: 15px;
    animation: downToTop 3s;
    transition: transform .3s;
    background-size: 300%;
    transition: all 0.3s;
}

.leftTxt button:not(.accordion-button):hover {
    color: var(--white);
    background-position: 100%;
    transform: scale(1.05);
}

button.welcome_load_more {
    padding: 0;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background-size: 400%;
    margin-top: -40px;
}

button.welcome_load_more svg {
    width: 24px;
    height: auto;
    fill: var(--white);
}

.other-section-container .leftTxt {
    max-width: 45rem;
}

.benefits-slider {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 13rem;
}

.benefits-slider .item {
    background-color: var(--divsColor);
    border-radius: 15px;
    position: relative;
    padding: 90px 25px 50px;
    text-align: center;
}

.benefits-slider .item img {
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
}

.benefits-slider .item p {
    margin: 14px 0;
}

.pp-section.pp-table.active .benefits-slider .item:nth-child(1) {
    animation: downToTopSlider 1s ease-in-out;
}

.pp-section.pp-table.active .benefits-slider .item:nth-child(2) {
    animation: downToTopSlider 2s ease-in-out;
}

.leftTxt.centerTxt {
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 0;
    position: relative;
}

.leftTxt.centerTxt h4,
.floatLeft h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 30px;
    color: var(--textColor);
    animation: downToTop 1s;
}

.floatLeft h4 {
    font-size: 70px;
}


/* How it works */

.section {
    padding: 115px 0 0;
}

.abs-div img {
    max-width: 250px;
    transition: transform .5s;
}

.abs-div:hover img {
    transform: rotate(5deg) scale(1.1);
}

.abs-divs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.abs-div h3 {
    font-size: 30px;
    color: var(--textColor);
}

.abs-div {
    width: 100%;
    user-select: none;
}

.abs-divs::before {
    content: '';
    position: absolute;
    opacity: 0.05;
    border: 85px solid #ffffff;
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    top: -1rem;
}

.abs-div.abs-div1,
.abs-div.abs-div3 {
    position: relative;
    top: 9rem;
}

.pp-section.pp-table.active .abs-div.abs-div1 {
    animation: downToTopSlider 2s;
}

.pp-section.pp-table.active .abs-div.abs-div2 {
    animation: downToTopSlider 4s;
}

.pp-section.pp-table.active .abs-div.abs-div3 {
    animation: downToTopSlider 6s;
}

.abs-div.abs-div3 {
    right: 4rem;
}

.abs-div.abs-div1::after {
    content: '';
    position: absolute;
    background: #8593E8;
    opacity: 0.2;
    filter: blur(100px);
    width: 38%;
    height: 50%;
    bottom: -30px;
    left: 28%;
}

.abs-div.abs-div2::after {
    content: '';
    position: absolute;
    background: #5D6EF3;
    opacity: 0.2;
    filter: blur(100px);
    width: 15%;
    height: 50%;
    bottom: -30px;
    left: 43%;
}

.abs-div.abs-div3::after {
    content: '';
    position: absolute;
    background: #ffffff;
    opacity: 0.2;
    filter: blur(100px);
    width: 38%;
    height: 50%;
    bottom: -30px;
    right: 28%;
}

.abs-div-number {
    background-color: var(--divsColor);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 15px;
}

.abs-div-number span {
    width: 36px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.center-section-container {
    padding: 35px 0;
}


/* Plans */

.plans-section {
    padding-top: 70px
}

.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.switches-container {
    animation: downToTop 1s;
    width: 24rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: var(--tabsDiv);
    line-height: 44px;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--textColor);
}

.switch-wrapper {
    position: absolute;
    top: -3px;
    bottom: -3px;
    width: 35%;
    padding: 0.15rem;
    line-height: 3.1;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.switch {
    border-radius: 3rem;
    background: var(--openBlue);
    height: 100%;
}

.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--white);
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(-4%);
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(90%);
}

.switches-container input:nth-of-type(3):checked~.switch-wrapper {
    transform: translateX(189%);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

.switches-container input:nth-of-type(3):checked~.switch-wrapper .switch div:nth-of-type(3) {
    opacity: 1;
}

.plans {
    display: flex;
    justify-content: space-between;
    max-width: 80rem;
    margin: auto;
    margin-top: 135px;
}

.plans-div {
    width: 25%;
    border-radius: 26px;
    text-align: left;
    padding: 35px;
    position: relative;
    transition: .5s;
}

.pp-section.pp-table.active .plans-div:nth-child(1) {
    animation: downToTop 2s;
}

.pp-section.pp-table.active .plans-div:nth-child(2) {
    animation: downToTop 2.5s;
}

.pp-section.pp-table.active .plans-div:nth-child(4) {
    animation: downToTop 3.5s;
}

span.plans-div-popular {
    background-color: var(--openBlue);
    position: absolute;
    right: 18px;
    border-radius: 15px;
    top: 15px;
    padding: 4px 25px;
    font-size: 12px;
    text-transform: uppercase;
}

.plan-price {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
}

.plans-div1 .plan-price,
.plans-div1 .plan-info h4 {
    color: #ff9c4e;
}

.plans-div1 .plan-info a.plan-btn {
    background-color: #ff9c4e;
}

.plans-div2 .plan-price,
.plans-div2 .plan-info h4 {
    color: #a54eff;
}

.plans-div2 .plan-info a.plan-btn {
    background-color: #a54eff;
}

.plans-div3 .plan-price,
.plans-div3 .plan-info h4 {
    color: var(--openBlue);
}

.plans-div3 .plan-info a.plan-btn {
    background-color: var(--openBlue);
}

.plans-div4 .plan-price,
.plans-div4 .plan-info h4 {
    color: #ff4e4e;
}

.plans-div4 .plan-info a.plan-btn {
    background-color: #ff4e4e;
}

.plan-price span {
    font-size: 18px;
    color: #848199;
}

.plan-info h4 {
    color: var(--blue);
    font-size: 28px!important;
    font-weight: 700!important;
    margin-bottom: 0;
    animation: none!important;
}

.plan-info p {
    margin: 8px 0 23px;
    color: #848199;
    animation: none;
    font-size: 15px;
    font-weight: 400;
}

.plan-info ul {
    margin-bottom: 31px;
}

.plan-info ul li {
    color: #848199;
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.plan-info ul li svg {
    margin-right: 8px;
}
.plan-info ul li svg path {
	fill: var(--openBlue);
}

a.plan-btn {
    background-color: var(--mainColor);
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 40px;
    padding: 13px 0;
    text-decoration: none;
    color: var(--white);
    font-weight: 500;
    font-size: 15px;
    transition: .3s;
}

a.plan-btn:hover {
    color: var(--white);
}

.plans-div.popular-plan {
    background-color: var(--divsColor);
    transform: translateY(-36px);
    padding-top: 55px;
    margin-top: -25px;
}

.plans-div.popular-plan:hover {
    transform: translateY(-45px);
}

.plans-div:not(.popular-plan):hover {
    transform: translateY(-15px);
}

.plans-div.popular-plan .plan-btn {
    background-color: var(--white);
    color: var(--mainColor);
}

.plans-div.popular-plan .plan-price,
.plans-div.popular-plan .plan-price span,
.plans-div.popular-plan .plan-info h4,
.plans-div.popular-plan .plan-info p,
.plans-div.popular-plan .plan-info ul li {
    color: var(--p-color);
}

.plan-info button {
    border-radius: 30px;
    width: 100%;
}


/* Modals */

.modal .modal-dialog {
    max-width: 1000px;
}

.modal-content {
    border: none!important;
    border-radius: 25px!important;
    background-color: var(--body)!important;
    height: 42rem;
}

button.btn-close {
    position: absolute;
    top: -22px;
    right: 0;
    background: none!important;
}

.modal-divs {
    display: flex;
    height: 100%;
    /* box-shadow: 0 0 8px 0px #b7b7b769;
    border-radius: 20px; */
}

.modal-divs div {
    width: 50%;
}

.modal-backdrop {
    background-color: #000000ba!important;
    opacity: 1!important;
    backdrop-filter: blur(2px);
}

.modal-left {
    background-size: cover;
    border-radius: 20px 0 0 20px;
    padding: 40px 40px;
    display: flex;
    align-items: end;
}

.modal-left img {
    width: 100%;
    margin-bottom: 50px;
}

.modal-left h3 {
    font-size: 58px;
    color: var(--white);
    font-weight: 800;
}

div#info-alert,
div#r-info-alert {
    width: 100%;
    padding: 14px 15px;
    border-radius: 5px;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 500;
}

.alert-danger {
    background-color: #f6516236!important;
    color: #ff1616!important;
}

.alert-success {
    color: #00ae3b!important;
    background-color: #00ff8e42!important;
}

.modal-left h3 span {
    position: relative;
    background: -webkit-linear-gradient(right, #bd7dff, #ff4e4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal-left h3 span::after {
    content: '';
    position: absolute;
    background: url(https://ui8-brainwave-landing.herokuapp.com/_next/image?url=%2Fimages%2Fcurve.png&w=640&q=75);
    width: 100%;
    height: 74px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -70px;
}

.modal-right {
    border-radius: 35px 20px 20px 35px;
    background-color: var(--modalRight);
    padding: 35px;
}

.modal-right_header {
    display: flex;
    justify-content: space-between;
    width: 100%!important;
    align-items: center;
    margin-bottom: 30px;
}

.modal-right_header h5 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    color: var(--textColor);
}

.social-login-btns {
    width: 100%!important;
}

.social-login-btns ul {
    display: flex;
    align-items: center;
    list-style: none;
    width: 100%!important;
    flex-wrap: wrap;
    gap: 10px;
}

.social-login-btns ul li {
    background-color: var(--tabsDiv);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11%;
    height: 50px;
    border-radius: 10px;
}

.social-login-btns ul li a svg {
    width: 21px;
    height: 21px;
}

.btn_wo img {
    max-width: 24px;
}

.modal-form {
    width: 100%!important;
    margin-top: 45px;
}

.form-group {
    width: 100%!important;
    display: grid;
    margin-bottom: 25px;
}

.form-group label {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--textColor);
}

.form-group input,
.form-group select,
.form-group textarea {
    background-image: linear-gradient(white, white), linear-gradient(to right, #adadad29, #adadad29);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    height: 55px;
    border-radius: 7px;
    border: double 1px transparent;
    padding-left: 13px;
    outline: none;
    transition: .3s;
    color: var(--textColor);
}

.form-group input::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
    color: #98989899;
}

html[data-theme='dark'] .form-group input,
html[data-theme='dark'] .form-group select,
html[data-theme='dark'] .form-group textarea {
    background-image: none;
    background-color: var(--tabsDiv)!important;
}

.form-group input:focus,
.form-group input:hover,
.form-group select:hover,
.form-group select:hover,
.form-group textarea:hover,
.form-group textarea:focus {
    background-image: linear-gradient(white, white), linear-gradient(90deg, var(--btnColor) 0%, var(--btnColor) 38.02%, var(--btnColor) 75.83%, var(--btnColor) 100%);
}

.form-group-flex {
    display: flex;
    justify-content: space-between;
    width: 100%!important;
    gap: 8px;
}

a.form-forgotPass {
    float: right;
    font-size: 15px;
    margin-bottom: 30px;
    text-decoration: none;
    color: var(--textColor);
    margin-top: -15px;
}

a.form-forgotPass:hover {
    color: var(--textColor);
}

.modal-form button {
    width: 100%;
    border: none;
    height: 63px;
    background-image: linear-gradient(20deg, #14172b 50%, #aa4ef4 50%);
    box-shadow: 0px 4px 19px rgb(112 83 239 / 7%);
    border-radius: 16px;
    font-size: 18px;
    color: var(--white);
    background-size: 300%;
    transition: all 0.3s;
}

.modal-form button:hover {
    color: var(--white);
    background-position: 100%;
    transform: scale(1.05);
}


/* Reviews*/

.leftTxt.centerTxt h4 span,
.leftTxt.contactUsLeft h4 span {
    background: -webkit-linear-gradient(right, #a54eff, #ff4e4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.leftTxt.center-divtxt {
    max-width: 80rem;
    margin: 0 auto;
}

.reviews_next_each_other {
    background-color: var(--tabsDiv);
    border-radius: 60px;
    padding: 50px 0;
    max-width: 80rem;
    margin: auto;
    margin-top: 65px;
}

.user-review img {
    width: 100px!important;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
    margin-bottom: 30px;
}

.owl-carousel .owl-stage-outer {
    overflow: inherit!important;
    overflow-x: clip!important;
}

.user-review {
    position: relative;
    padding: 40px 70px;
}

.pp-section.pp-table.active .user-review {
    animation: downToTop 2s;
}

.user-review h5 {
    font-size: 23px;
    color: var(--textColor);
}

.user-review span {
    font-size: 14px;
    font-weight: 200;
    color: var(--textColor);
}

.user-review p {
    animation: none;
    color: var(--p-color);
}

.owl-item {
    transition: .5s;
}

.user-review-icons {
    margin-top: 20px;
}

.user-review-icons svg {
    fill: var(--textColor);
}

.owl-nav {
    display: flex;
    justify-content: center;
    gap: 55px;
}

.owl-nav button span {
    background-color: var(--textColor);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-size: 30px;
    line-height: 40px;
    border: 1px solid;
}

html[data-theme='dark'] .owl-nav button span {
    background: none;
}


/* Templates */

.templates-section {
    margin-top: 60px;
    margin-bottom: -60px;
}

.next_each_other {
    display: flex;
    justify-content: space-between;
    max-width: 80rem;
    margin: auto;
    margin-top: 90px;
}

.next_each_other_text {
    padding: 50px 0;
    padding-right: 15rem;
    text-align: left;
}

.next_each_other_text h3 {
    font-size: 60px;
    font-weight: 700;
    color: var(--textColor);
}

.next_each_other_img img {
    max-width: 30rem;
}

.templates-divs {
    max-width: 80rem;
    margin: auto;
}

.template-info {
    text-align: left;
    margin-bottom: 130px;
}

.template-info-active {
    margin: 0;
    margin-top: 70px;
    padding-right: 150px;
}

.template-icon {
    width: 65px;
    height: 65px;
    border-radius: 15px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .3s;
}

.template-icon img {
    width: 30px;
    filter: invert(1);
}

.template-info:hover .template-icon {
    transform: translateY(-10px);
}

.template-icon svg {
    width: 26px;
    height: 26px;
}

.template-info h5 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--textColor);
}

.template-info p {
    font-size: 16px;
    margin-top: 10px;
    padding-right: 25px;
}

.template-icon {
    background-color: #a54eff;
}

.template-icon-blog {
    background-color: #ff4e4e;
}

.template-icon-web {
    background-color: #ff9c4e;
}

.template-icon-social {
    background-color: #4eff6ff2;
}

.template-icon-email {
    background-color: #4e76fff2;
}


/* Contact Us */

.contact-section {
        margin-top: -220px;
    margin-bottom: -100px;
}

.contact-section-div {
    background-color: #6e51ff;
    width: 80rem;
    margin: auto;
    margin-top: 65px;
    border-radius: 30px;
    position: relative;
    padding: 60px 50px;
    padding-right: 25rem;
}

.contact-section-left h4 {
    font-size: 35px;
    color: var(--white);
}

.contact-section-left p {
    font-size: 14px;
    color: var(--white);
}

.contact-section-left button {
    border: none;
    border-radius: 35px;
    padding: 10px 25px;
    font-size: 15px;
    color: #0e0c15;
    background-image: linear-gradient(20deg, var(--lightBtnColor) 50%, #fb4e55 50%);
    margin-top: 15px;
    background-size: 300%;
    transition: all 0.3s;
}

.contact-section-left button:hover {
    color: var(--white);
    background-position: 100%;
    transform: scale(1.05);
}

.contactUsLeft button {
    border-radius: 30px;
}

.contact-section-div img {
    position: absolute;
    right: 0;
    bottom: -42px;
    min-width: 27rem;
}


/* Accordion */

.faqs-section {
    background-color: var(--tabsDiv);
    padding-top: 60px;
    padding-bottom: 220px;
}

.accordion {
    display: flex;
    gap: 40px;
    margin-top: 45px;
}

.accordion .left-accordion,
.accordion .right-accordion {
    width: 100%;
}

.accordion-item {
    background-color: var(--body)!important;
    margin-bottom: 45px;
    border-radius: 15px!important;
    border: none!important;
}

.accordion-header button {
    border-radius: 15px!important;
    padding: 0!important;
    background-color: var(--body);
    color: var(--textColor);
    font-size: 18px;
    font-weight: 500;
    animation: none!important;
    background-image: none;
}

.accordion-header {
    padding: 35px 25px!important;
    margin: 0!important;
    animation: none!important;
}

.left-accordion .accordion-item:nth-child(1) {
    animation: downToTop 2s;
}

.left-accordion .accordion-item:nth-child(2) {
    animation: downToTop 2.5s;
}

.left-accordion .accordion-item:nth-child(3) {
    animation: downToTop 3s;
}

.right-accordion .accordion-item:nth-child(1) {
    animation: downToTop 3.5s;
}

.right-accordion .accordion-item:nth-child(2) {
    animation: downToTop 4s;
}

.right-accordion .accordion-item:nth-child(3) {
    animation: downToTop 4.5s;
}

.accordion-body {
    color: var(--p-color);
    padding: 0!important;
    margin-top: 11px;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
}

.accordion-button::after {
    width: 35px!important;
    height: 35px!important;
    border-radius: 7px;
    background-position: center;
    background-color: var(--tabsDiv)!important;
    background-blend-mode: screen;
}

html[data-theme='dark'] .accordion-button::after {
    background-color: currentcolor;
}

.accordion-button:not(.collapsed)::after {
    background-color: var(--tabsDiv);
    background-blend-mode: luminosity;
}


/* Contact Us */

.contact-us-container {
    padding-top: 150px;
    max-width: 80rem;
    margin: auto;
}

.contactUsLeft {
    max-width: 45rem!important;
}

.contactUsLeft h4 {
    line-height: 1;
    color: var(--textColor);
}

.contactUsLeft p {
    font-size: 16px;
}

.contactUsLeft::before {
    display: none;
}

.contactForm {
    width: 48%;
}

.contactForm label {
    font-size: 15px;
    color: var(--textColor);
}

.contactForm input {
    height: 62px;
}

.contactForm textarea {
    padding-top: 10px;
    height: 10rem;
    resize: none;
}
html[data-theme='dark'] .form-group input::placeholder, html[data-theme='dark'] .contactForm input::placeholder, html[data-theme='dark'] .contactForm textarea::placeholder {
	color: #7c7b90;opacity: 1;
}

.contactForm button {
    padding: 15px 60px;
    border-radius: 37px;
    border: none;
    background-image: linear-gradient(20deg, #14172b 50%, #d56dde 50%);
    color: var(--white);
    background-size: 300%;
    transition: all 0.3s;
}

.contactForm button:hover {
    color: var(--white);
    background-position: 100%;
    transform: scale(1.05);
}


/* Footer */

footer {
    background-color: var(--divsColor);
    padding: 60px 0;
    margin-top: 60px;
    position: relative;
}

.footer-left {
    padding-right: 11rem;
}

.footer-left img {
    max-width: 150px;
    margin-bottom: 25px;
}

.footer-left p {
    font-size: 15px;
    color: var(--textColor);
    line-height: 26px;
}

.footer-layouts h5 {
    font-size: 21px;
    color: var(--textColor);
    margin-bottom: 30px;
}

.footer-layouts ul {
    list-style: none;
    margin: 0;
}

.footer-layouts ul li {
    margin-bottom: 10px;
    transition: .3s;
}

.footer-layouts ul li a {
    text-decoration: none;
    color: var(--textColor);
    font-size: 15px;
    transition: .3s;
}

.footer-layouts ul li:hover {
    transform: translateX(5px);
}

.footer-layouts ul li:hover a {
    color: #ff3dc2;
}

.after_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffffff0d;
    padding-top: 30px;
    margin-top: 30px;
}

.after_footer_right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.after_footer_left p {
    color: var(--textColor);
    margin: 0;
}

.after_footer_left p a {
    color: #ff3dc2;
    text-decoration: none;
    font-weight: 600;
}

.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 25px;
}

a.soIcon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--textColor);
    display: flex;
    justify-content: center;
    align-items: center;transition: all 0.2s ease;
}
a.soIcon:hover {
	background: var(--textColor);
}

a.soIcon svg {
    fill: var(--textColor);
}

a.soIcon:hover svg {
	fill: var(--divsColor);
}

.welcome_lang_btn {
    background: none;
    border: 1px solid var(--textColor);
    color: var(--textColor);
    border-radius: 27px;
    height: 40px;
    padding: 0px 15px;transition: all 0.2s ease;
}
.welcome_lang_btn:hover {
	background: var(--textColor);color: var(--divsColor);
}

ul.dropdown-menu {
    padding: 30px!important;
    right: 0!important;
    bottom: 15px!Important;
    border-radius: 16px;
    background-color: var(--btnTxtColor);
    color: var(--textColor);
    z-index: 999;
}

.after_footer_right ul.dropdown-menu.show {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    min-width: 40rem;
}

ul.dropdown-menu li {
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 15px;
}

.after_footer_right ul.dropdown-menu.show li a {
    background-color: var(--divsColor);
    text-decoration: none;
    border-radius: 24px;
    padding: 6px 20px;
    color: var(--textColor);
}

ul.dropdown-menu li:nth-last-child(1) {
    margin-bottom: 0!important;
}


/* Mobile Sidebar */

.mobile-leftSidebar {
    display: none;
    position: fixed;
    top: 46px;
    z-index: 999;
    background-color: var(--white);
    height: 100%;
    width: 100%;
    padding: 30px 20px;
    animation: leftToRight .3s;
}
html[data-theme='dark'] .mobile-leftSidebar {
	background: #0e0c15;
}
html[data-theme='dark'] .mobile-leftSidebar ul li a {
    color: #fff;
}
html[data-theme='dark'] .mobile-leftSidebar ul li button {
	color: #0e0c15;
}
.mobile-leftSidebar ul div {
    margin-top: 25px;
}

.mobile-leftSidebar.visible {
    display: block;
}

.mobile-leftSidebar ul {
    list-style: none;
}

.mobile-leftSidebar ul li {
    margin-bottom: 12px;
}

.mobile-leftSidebar ul li a {
    color: var(--blue);
    text-decoration: none;
    font-size: 18px;
}

.mobile-leftSidebar ul li button {
    border: none;
    border-radius: 30px;
    padding: 4px 25px;
    background-color: var(--btnColor);
    color: var(--white);
}


/* Menu Btn */

button.openSideBar {
    display: none;
    background: none;
    border: 1px solid var(--textColor);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 30px;
}

.bar1,
.bar2,
.bar3 {
    width: 16px;
    height: 2px;
    background-color: var(--textColor);
    margin: 4px 2px;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(1px, 7px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(1px, -5px) rotate(45deg);
}


/* Auth Pages */

.auth-left-img {
    width: fit-content;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.auth-left-img img {
    max-width: 45rem;
}

.auth-div {
    max-width: 35%;
    margin-left: auto;
    margin-right: auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-div form {
    width: 100%;
}

.auth-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.auth-form-header h1 {
    font-size: 35px;
    margin: 0;
    font-weight: 600;
}

.auth-form-header p {
    margin: 0;
    font-weight: 300;
}

.auth-form-header p a {
    text-decoration: none;
    color: var(--activeBorderColor);
}

.auth-div form label {
}

.auth-div form input::placeholder {
    font-weight: 300
}

button.form-btn {
    background: linear-gradient(90deg, #883AC8 0%, #F75F74 55.08%, #FF815A 84.1%, #FFA24D 100%);
	background: linear-gradient(90deg, #d56dde 0%, #a54eff 100%);
    box-shadow: 0px 4px 19px rgba(119, 147, 65, 0.3);
    width: 100%;
    border: none;
    border-radius: 9px;
    height: 56px;
    font-size: 17px;
    color: var(--white);
}

.auth-div svg {
    position: absolute;
    width: 90rem;
    height: 90rem;
    bottom: -11rem;
    z-index: -1;
}

.lang-modal-dialog {
    max-width: 640px!important;
}

.lang-modal-dialog .modal-content {
    height: auto!important;
}

.modal-body.documents-modal.workbook-modal.lang-modal {
    padding: 45px 45px;
}

.lang-modal h5 {
    font-size: 23px;
    color: var(--textColor);
}

.lang-modal p {
    font-size: 16px;
    color: var(--textColor);
}

.modal-langs ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    list-style: none;
}

.modal-langs ul li a {
    background-color: var(--headerBorder);
    padding: 6px 20px;
    display: block;
    border-radius: 7px;
    color: var(--textColor);
    text-decoration: none;
    font-size: 15px;
    transition: .3s;
}

.modal-langs ul li:hover a {
    background-color: var(--tabs);
    color: var(--white);
}

.modal-langs ul li.selected-lang a {
    background-color: var(--tabs);
    color: var(--white);
}


.foot_linkks a{
	color: var(--textColor);
    text-decoration: none;
}
.foot_linkks a:hover {
	color: var(--textColor);
}



@media (max-width: 1450px) {
.header {
    padding: 20px 20px!important;
}
}

@media (max-width: 1400px) {
    .rightTxt {
        display: none;
    }
    .center-img img {
        max-width: 20rem;
    }
}

@media (max-width: 1270px) {
    .next_each_other_img {
        display: none;
    }
    .after_header_svg {
        display: none;
    }
    .after_header p {
        width: 100%;
    }
    .contact-section-div {
        width: 100%;
    }
	.header ul.nav {
		gap: 10px;
	}
}

@media (max-width: 1100px) {
    div#section3,
    div#section5,
    div#section8 {
        background-color: var(--activeBorderColor)!important;
    }
    .main-section-container {
        height: 100%;
    }
    .logo {
        margin: 0!important;
    }
    .logo img {
        max-width: 8rem;
    }
    button.openSideBar {
        display: block;
    }
    .header {
        padding: 15px 25px!important;
        background-color: var(--blue);
        border-bottom: 1px solid #ffffff2b;
    }
    .main-section-container {
        margin: 20px 25px;
        padding: 20px 0;
    }
    .leftTxt h1,
    .leftTxt-hidden h4 {
        font-size: 45px;
        line-height: 50px;
    }
    .leftTxt {
        max-width: 100%;
        padding: 0!important;
    }
    .abs-div.abs-div1,
    .abs-div.abs-div3 {
        position: initial;
    }
    .abs-div img {
        max-width: 190px;
    }
    .abs-div-number {
        width: 40px;
        height: 40px;
    }
    .abs-div-number span {
        width: 30px;
        height: 30px;
    }
    .center-section-container {
        padding: 120px 0;
    }
    .switches-container {
        line-height: 35px;
        width: 100%;
        margin-top: 35px;
    }
    .plans-div {
        width: 100%;
        padding: 24px;
    }
    .switch-wrapper {
        top: -3px;
        bottom: -3px;
    }
    #section2 .main-section-container {
        padding: 5rem 0;
    }
    .abs-divs {
        margin-top: 45px;
    }
    .plan-price {
        font-size: 40px;
        margin-bottom: 15px;
    }
    #section1 .main-section-container {
        padding-top: 5rem;
    }
    .leftTxt.centerTxt h4,
    .floatLeft h4 {
        font-size: 29px;
    }
    .templates-abs-div {
        display: grid;
        justify-content: center;
        justify-items: center;
        gap: 12px;
    }
    .leftTxt p {
        margin: 15px 0;
    }
    .switches-container label {
        font-size: 14px;
    }
    .switch div {
        font-size: 14px;
    }
    .plans {
        max-width: 100%;
        margin-top: 39px;
    }
    .plan-info h4 {
        font-size: 24px!important;
        margin-bottom: 23px!important;
    }
    .plan-info p {
        font-size: 12px;
        line-height: 14px;
    }
    .plan-info ul li {
        font-size: 13px;
        margin-bottom: 3px;
    }
    .plan-info ul li svg {
        width: 19px;
    }
    .plan-info ul {
        margin-bottom: 13px;
    }
    a.plan-btn {
        padding: 8px 0;
    }
    .plan-price span {
        font-size: 15px;
    }
    .plans-div.popular-plan {
        transform: translateY(0);
        margin-top: 0;
    }
    .accordion {
        display: block;
    }
    .accordion-header {
        padding: 18px 17px!important;
    }
    .accordion-button::after {
        width: 25px!important;
        height: 25px!important;
        background-size: 14px!important;
    }
    .accordion-body {
        margin-top: 20px;
        font-size: 13px;
        text-align: left;
    }
    .accordion-item {
        margin-bottom: 15px;
    }
    .owl-carousel.owl-theme.owl-loaded.owl-drag {
        margin-top: 30px;
    }
    .templates-abs-divs svg {
        max-width: 21rem;
    }
    .modal-dialog.modal-dialog-centered {
        padding: 0 35px;
    }
    .templates-abs-divs svg:nth-child(1) {
        top: 65px;
        right: -8rem;
    }
    .templates-abs-divs svg:nth-child(2) {
        right: -15rem;
        bottom: -15rem;
        max-width: 20rem;
    }
    .modal-left {
        display: none;
    }
    .modal-divs div {
        width: 100%;
    }
    .leftTxt.floatLeft {
        text-align: center;
    }
    #section6 {
        display: none;
    }
    .owl-nav button span {
        width: 35px;
        height: 35px;
        font-size: 25px;
        line-height: 29px;
    }
    .templates-abs-div img {
        width: 3rem;
        height: 3rem;
    }
    .templates-abs-div span {
        padding: 4px 14px;
        font-size: 10px
    }
    .templates-abs-divs {
        position: initial;
        height: fit-content;
        width: 100%;
        margin-top: 64px;
    }
    .leftTxt button {
        padding: 7px 36px;
        border-radius: 18px;
        font-size: 13px;
    }
    .form-group-flex {
        display: block;
    }
    .templates-abs-div,
    .templates-abs-div span {
        position: initial;
        margin-bottom: 14px;
    }
    .templates-abs-div.templates-abs-div4,
    .templates-abs-div.templates-abs-div5 {
        display: none;
    }
    .leftTxt.floatLeft::before {
        display: none;
    }
    .benefits-slider .item img {
        display: none;
    }
    .user-review {
        padding: 20px 0px;
    }
    .user-review::before,
    .user-review::after {
        display: none;
    }
    .owl-nav {
        margin-top: 30px;
    }
    .benefits-slider {
        margin-top: 2rem;
    }
    .benefits-slider .item {
        padding: 25px 25px 25px;
    }
    .contactForm {
        width: 100%;
        margin-top: 35px;
    }
    .contactForm input {
        height: 50px;
    }
    .contactForm label {
        font-size: 16px;
    }
    .contactForm button {
        padding: 10px 35px;
    }
    /* Auth Pages */
    .auth-left-img {
        display: none;
    }
    .auth-div {
        max-width: 100%;
        margin: 0!important;
        padding: 0 40px;
    }
    header.auth-header {
        padding: 22px 40px!important;
    }
    .template-info {
        margin-bottom: 60px;
        text-align: center;
    }
    .template-icon {
        margin: auto;
        margin-bottom: 25px;
    }
    .template-info p {
        padding: 0;
    }
    .auth-div svg {
        display: none;
    }
    .template-info-active {
        padding-right: 0;
    }
    .next_each_other_text {
        display: none;
    }
    .after_header_image {
        max-width: 100%;
        margin-top: 80px;
    }
    .abs-divs::before {
        display: none;
    }
    .leftTxt p {
        font-size: 13px;
        line-height: 21px;
    }
    .abs-divs {
        display: block;
    }
    .after_header_abs2 {
        right: 50%;
        top: -37px;
        transform: translateX(50%);
        padding: 10px 15px;
    }
    .after_header_image_input input {
        width: 21rem;
    }
    .after_header {
        margin-top: 77px;
        padding: 60px 0;
    }
    .after_header_abs2 img {
        width: 60px;
        height: 60px;
    }
    .after_header-abs-text h5 {
        font-size: 13px;
    }
    .after_header-abs-text-images img {
        width: 23px!important;
        height: 23px!important;
    }
    .contact-section-div {
        padding-right: 50px;
    }
    .after_header-abs-text span {
        right: 14px;
        bottom: unset;
        font-size: 10px;
        top: -10px;
        background-color: var(--tabs);
        padding: 2px 10px;
        border-radius: 12px;
    }
    .after_header_abs1 {
        display: none;
    }
    img.after_header_dark_img {
        max-width: 43rem;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 1050px) {
    .header-btns,
    .center-img img,
    ul.nav {
        display: none!important;
    }
    #pp-nav.right {
        display: none!important;
    }
    .d-r-block {
        display: block;
    }
    .section {
        padding: 40px 0 0;
    }
    footer .container .row {
        gap: 20px;
    }
    .footer-layouts h5 {
        margin-bottom: 15px;
    }
    footer {
        padding: 60px 15px;
    }
    .after_footer_right {
        flex-wrap: wrap;
    }
}

@media (max-width: 600px) {
    button.socail-btn.socail-btn-long.google {
        padding: 0 21px;
    }
    button.socail-btn.socail-btn-long.google img {
        margin: 0;
    }
    button.socail-btn.socail-btn-long.google span {
        display: none;
    }
    button.socail-btn {
        width: 100%;
    }
    ul.dropdown-menu {
        right: unset!important;
        left: 0!important;
    }
    .auth-form-header {
        display: block;
    }
    .auth-form-header h1 {
        margin-bottom: 13px;
    }
    .after_header_image_pic {
        height: 21rem;
    }
    .after_header_image_input input {
        width: 16rem;
        font-size: 15px;
        height: 55px;
        padding-left: 52px;
    }
    .after_header_image_input main {
        left: 12px;
        top: 12px;
    }
    .after_header_image_input main .ip {
        width: 2em;
        height: 2em;
    }
    .abs-div-number {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .abs-div {
        margin-bottom: 50px;
    }
    .abs-div img {
        max-width: 165px;
        margin-bottom: 10px;
    }
    .abs-div h3 {
        font-size: 21px;
    }
    .plans {
        display: block;
        max-width: 100%;
    }
    .center-section-container {
        padding: 20px 0;
    }
    .reviews_next_each_other {
        padding: 3px 0;
        max-width: 100%;
        margin-top: 40px;
    }
    .user-review img {
        width: 80px!important;
        height: 80px;
        margin-bottom: 15px;
    }
    .user-review h5 {
        font-size: 20px;
        margin-bottom: 2px;
    }
    .user-review span {
        font-size: 12px;
    }
    .user-review p {
        font-size: 11px!important;
        line-height: 18px!important;
    }
    .user-review {
        padding: 5px 15px;
    }
    .owl-nav {
        gap: 25px;
    }
	.after_header {
		margin-top: 35px;
	}
	.contact-section {
		margin-top: 0;
		margin-bottom: 0;
	}
    .contact-section-div img {
        display: none;
    }
    .contact-section-div {
        padding: 50px 30px;
    }
    .footer-left {
        padding-right: 0;
    }
    .after_footer {
        display: block;
    }
    .after_footer_left {
        margin-bottom: 20px;
    }
    button#theme-toggle {
        right: 35px;
        bottom: 30px;
        width: 55px;
        height: 55px;
    }
    img#theme-icon {
        max-width: 21px;
    }
}

@media (max-width: 400px) {
    .leftTxt h1,
    .leftTxt-hidden h4 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 25px;
    }
    .leftTxt.centerTxt {
        padding: 0!important;
    }
    .leftTxt.centerTxt h4,
    .floatLeft h4 {
        font-size: 29px!important;
        line-height: 1;
    }
    .modal-dialog.modal-dialog-centered {
        padding: 25px 20px;
    }
    button.socail-btn img {
        max-width: 20px;
    }
    button.socail-btn {
        height: 47px!important;
        padding: 0 13px!important;
    }
    .modal-form button {
        height: 50px;
    }
    .form-group input,
    .form-group select,
    .form-group textarea {
        height: 48px;
    }
    .form-group label {
        font-size: 14px;
    }
}