/*
Theme Name: MuteWeb
Theme URI: http://www.codexworld.com
Author: Creative Mirza
Author URI: http://mutewebtechnologies.com
Description: The theme for my awesome site
Version: 1.0
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import 'assets/css/owl.carousel.min.css';
@import 'assets/css/bootstrap.min.css';

@font-face {
    font-family: 'Feeling Passionate';
    src: url('assets/fonts/feeling-passionate.woff2') format('woff2');
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    scrollbar-width: none;
}

a:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}

input[type=text],
input[type=password],
input[type=email],
textarea,
input[type=tel],
input[type=search] {
    border: 1px solid #ccc;
}

img {
    max-width: 100%;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
}

button:focus,
input:focus {
    outline: none;
}

.annocement-bar {
    padding: 5px 0;
}

.site-header.style_1 {
    padding: 20px 0;
}

.site-header.style_2 .logo-wrap {
    padding: 20px 0;
}

.site-header.style_2 .primary-menu-wrap {
    padding: 20px 0;
}

.site-header.style_3 {
    padding: 20px 0;
}

.site-header.style_4 {
    padding: 20px 0;
}

.site-header.style_5 .logo-wrap {
    padding: 20px 0;
}

.site-header.style_5 .primary-menu-wrap {
    padding: 20px 0;
}

.annocement-bar {
    font-size: 19px;
    color: #fff;
    background: #e52323;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
}

.annocement-bar a {
    color: #fff;
}

.header_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main-navigation li {
    padding: 0 0px;
}

.menu-left-manus-container {
    padding-right: 50px;
}

.menu-main-menu-container {
    width: 100%;
}

.site-header.style_1 .primary-menu {
    width: auto;
    float: right;
}

.right-menu-inner {
    display: flex;
    align-items: center;
}

.social-media {
    width: 170px;
}

body .social-media ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.social-media ul a {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.social-media ul a.fb {
    background-image: url(./assets/images/facebook.png);
}

.social-media ul a.insta {
    background-image: url(./assets/images/insta.png);
}

.social-media ul a.tk {
    background-image: url(./assets/images/tiktok.png);
}

.right-menu-inner .site-header-menu {
    width: calc(100% - 170px);
}

.right-menu-inner .site-header-menu .primary-menu {
    justify-content: center;
    column-gap: 110px;
}

.site-header.style_2 .primary-menu {
    width: 100%;
}

.primary-menu li {
    display: inline-block;
}

.primary-menu {
    width: 100%;
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-navigation li a {
    display: inline-block;
    font-family: "Cormorant Garamond", serif;
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    transition: 0.5s all;
}

.main-navigation li.current-menu-item a,
.main-navigation li a:hover {
    color: #e52323;
}

.site-header.style_4 .main-navigation {
    padding-top: 150px;
    width: 100%;
    display: inline-block;
}

.site-header.style_4 .primary-menu li {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}

.logo {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.logo img {
    max-width: 100%;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 10s;
    -ms-transition: all 10s;
    -o-transition: all 10s;
    transition: all 0.5s ease;
}

.site-header {
    border-bottom: 1px solid #ddd;
}

.desktop-header .container {
    position: relative;
    z-index: 2;
}

.site-header {
    border-bottom: none;
    background-image: url(./assets/images/taxure-img.png) !important;
    position: relative;
}

.site-header:before {
    content: '';
    background-image: url(./assets/images/header-shape.png);
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: -75px;
    z-index: 2;
    background-size: cover;
    background-position: bottom;
}

.site-main {
    padding: 40px 0px 50px;
}

.home .site-main {
    padding-top: 0;
    padding-bottom: 0;
}

.wrapper-row {
    float: none;
    margin: 0 auto !important;
}

.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.header_sticky {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.home .header_sticky_index {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.header_fixed_onscroll {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 10s;
    -ms-transition: all 10s;
    -o-transition: all 10s;
    transition: all 0.5s ease;
}

.header_fixed_onscroll.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.header_fixed_onscroll.fixed .logo img {
    width: 220px;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .94);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.full_width_menu .container {
    position: relative;
}

.overlay .menu_toggle_close {
    font-size: 75px;
    width: auto;
    float: right;
    height: auto;
    line-height: 1;
    display: inline-block;
    top: 77px;
    position: absolute;
    right: -10px;
}

.overlay .menu_toggle_close:hover,
.overlay .menu_toggle_close:focus,
.overlay .menu_toggle_close:active {
    color: #fff;
}

.full_width#openNav {
    width: 100%;
}

.menu_toggle {
    font-size: 35px;
}

.header-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.header-info li {
    list-style: none;
    display: inline-block;
}

.header-info ul li {
    margin-left: 30px;
}

.header-info ul li:first-child {
    margin-left: 0;
}

.btn,
[type=reset],
[type=submit],
button,
html [type=button] {
    border: none;
    padding: 5px 10px;
}

.search_form span.screen-reader-text {
    display: none;
}

.search_form .search-submit {
    width: 180px;
    float: left;
}

.search_form .search-field {
    width: 70%;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    float: left;
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0 30px;
}

.search_form .search-field:focus {
    outline: none;
}

.search_form {
    background-color: #000000;
    padding: 14px 0 8px;
    display: none;
}

.search_form .search-form {
    position: relative;
}

.search_form .search-form:after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.search_form .close-search {
    display: inline-block;
    color: #fff;
    width: 40px;
    vertical-align: middle;
    text-align: right;
}

.footer_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top_footer {
    padding: 50px 0;
}

.btm_footer {
    padding: 20px 0;
}

.site-footer li {
    list-style: none;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.site-footer h2 {
    margin: 0 0 25px;
}

.site-footer p {
    margin: 0 0 15px;
}

.site-footer .btm_footer p:last-child {
    margin: 0;
}

.site-footer .menu li a {
    position: relative;
    padding: 0 0 0 10px;
}

.site-footer .menu li {
    margin: 0 0 0px;
    width: auto;
    float: left;
    padding: 0 0px 0 0;
}

.social-icons a {
    width: 55px;
    display: inline-block;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border: 2px solid;
    border-radius: 100%;
    font-size: 25px;
}

.social-icons li {
    display: inline-block;
    margin-left: 10px;
}

.social-icons li:first-child {
    margin-left: 0;
}

.newsletter-send {
    width: 40px;
    height: 40px;
    font-size: 0 !important;
    float: left;
    background-image: url('assets/images/rocket-img.png');
    background-repeat: no-repeat;
    background-position: center;
}

.footer-newsletter .newsletter-send {
    font-size: 15px !important;
    width: 150px;
    background-image: none;
    text-transform: capitalize;
    font-weight: 700;
}

.wpcf7-form-control-wrap {
    width: 80%;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    float: left;
}

.footer-newsletter .wpcf7-form-control-wrap {
    width: 70%;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: -ms-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
}

div.wpcf7 .ajax-loader {
    display: none;
}

.newsletter-email {
    border: none !important;
    width: 100%;
    background-color: #fff;
    padding: 12.5px 10px 11px;
    color: #c5c5c5;
    line-height: 1.1;
}

.site-footer ul.social-icons {
    margin: 15px 0 0;
}

div.wpcf7-response-output {
    float: left;
}

span.wpcf7-not-valid-tip {
    margin: 10px 0 0;
}

.footer-newsletter {
    background-color: #000;
    padding: 50px 0;
}

.footer-newsletter form {
    width: 650px;
    float: none;
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
}

.site-footer.style_2 .top_footer h2 {
    display: none;
}

.site-footer.style_2 .menu li {
    width: auto;
}

.site-footer.style_2 .menu li a:after {
    content: '';
}

.site-footer.style_2 .menu li a {
    padding: 0;
}

.site-footer.style_2 .menu li {
    margin-bottom: 0;
}

.site-footer.style_2 .menu li:last-child {
    padding-right: 0;
}

.site-footer.style_2 .social-wrap {
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 30px;
    padding-top: 30px;
}

.site-footer a {
    display: inline-block;
}

.mobile-header {
    display: none;
}

.hamburger {
    display: inline-block;
    padding-top: 5px;
}

.hamburger .bar1,
.hamburger .bar2,
.hamburger .bar3 {
    width: 35px;
    height: 5px;
    background-color: #000;
    margin: 6px 0;
    transition: 0.4s;
}

.hamburger.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.hamburger.change .bar2 {
    opacity: 0;
}

.hamburger.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -7px);
    transform: rotate(45deg) translate(-9px, -7px);
}

.mute-slider-wrap {
    width: 100%;
    display: block;
}

.mute-slider {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider-inner {
    width: 100%;
    display: block;
    position: relative;
}

.slider-img {
    width: 100%;
    display: block;
}

.slider-img img {
    width: 100%;
    display: block;
}

.slider-content {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider-content .container {
    position: relative;
    height: 100%;
}

.slider-content-iner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.slider-content-wrap {
    width: 500px;
    max-width: 95%;
    display: inline-block;
    padding: 20px;
}

.text-Left {
    text-align: left;
}

.text-Center {
    text-align: center;
}

.text-Right {
    text-align: right;
}

.hor-Left {
    justify-content: left;
}

.hor-Center {
    justify-content: center;
}

.hor-Right {
    justify-content: flex-end;
}

.ver-Top {
    align-items: start;
}

.ver-Top .slider-content-wrap {
    margin-top: 50px;
}

.ver-Middle {
    align-items: center;
}

.ver-Bottom {
    align-items: flex-end;
}

.ver-Bottom .slider-content-wrap {
    margin-bottom: 50px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.owl-nav button {
    width: 40px;
    height: 40px;
    float: left;
    background-color: rgba(255, 255, 255, .5) !important;
    color: #000 !important;
    position: relative;
}

.owl-nav button.owl-next {
    float: right;
}

.owl-nav button:before {
    font-family: FontAwesome;
    color: #000;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.owl-nav button.owl-prev:before {
    content: "\f053";
}

.owl-nav button.owl-next:before {
    content: "\f054";
}

.owl-nav button span {
    display: none;
}

.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .3) !important;
    margin: 0 5px;
}

.owl-dots .owl-dot.active {
    background-color: rgba(255, 255, 255, 1) !important;
}

.post_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.post_info ul li {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.post_info ul li:after {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 3px;
    width: 1px;
    background-color: #ccc;
    right: 0;
}

.post_info ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.post_info ul li:last-child:after {
    width: 0;
}

.post_info {
    border-top: 1px solid #dddddd;
    padding: 15px 0;
}

.post_info ul li i {
    padding-right: 10px;
    color: #ff0000;
}

.post_img img {
    width: 100%;
}

.fet_box {
    width: 100%;
    float: left;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
    margin: 0 0 30px;
}

.fet_img {
    width: 100%;
    float: left;
}

.fet_img img {
    width: 100%;
}

.fet_date {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 1.3;
    margin: 13px 0;
}

.fet_title a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #444444;
    line-height: 1.2;
}

.fet_lbl {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #5794b5;
    border-bottom: 1px solid #eeeeee;
    padding: 9px 17px;
    text-transform: capitalize;
}

.fet_box ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 17px 17px 0;
    list-style: none;
}

.fet_box ul li {
    width: 100%;
    float: left;
    margin: 0 0 25px;
}

.fet_box ul li.active a,
.fet_box ul li a:hover,
.fet_box ul li a:active,
.fet_box ul li a:focus {
    color: green;
}

.post_main {
    margin-top: 40px;
}

ul.term_list {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

ul.term_list li {
    display: inline-block;
    margin: 0 5px;
}

ul.term_list li a {
    color: inherit;
    color: #ed331d;
    border: 1px solid;
    padding: 3px 10px;
    border-radius: 20px;
}

.comment-form label {
    display: block;
}

.comment-respond {
    border-top: 1px solid #ddd;
    padding: 30px 0 0;
}

.comment-list {
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
    padding: 30px 0;
    margin: 30px 0 0;
}

.comment-author img {
    float: left;
    margin-right: 25px;
}

.comment-form {
    width: 500px;
    max-width: 100%;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
}

.comment-form input.submit {
    width: auto;
}

.comment-form .required {
    color: #ff0000;
}

.post-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.post-list .post-img {
    width: 200px;
    float: left;
    margin-right: 25px;
}

.post-list .post-info {
    width: 75%;
    width: -webkit-calc(100% 225px);
    width: -moz-calc(100% 225px);
    width: -ms-calc(100% 225px);
    width: -o-calc(100% 225px);
    width: calc(100% 225px);
    float: left;
}

.post-list li {
    clear: both;
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.post-list li:last-child {
    border-bottom: none;
}

.screen-reader-text,
.nav-links span.screen-reader-text {
    display: none;
}

.pagination {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.nav-links {
    width: auto;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 30px;
    border-radius: 25px;
}

.nav-links a,
.nav-links span {
    display: inline-block;
    padding: 10px;
}

.nav-links a.next {
    border-left: 1px solid #ddd;
    padding-left: 30px;
    padding-right: 0;
}

.nav-links a.prev {
    border-right: 1px solid #ddd;
    padding-right: 30px;
    padding-left: 0;
}

/* Home Banner */
.home-banner {
    position: relative;
}

.home-banner:after {
    content: '';
    background-image: url(./assets/images/banner-bottom-shape.png);
    width: 100%;
    height: 128px;
    position: absolute;
    bottom: 0;
}

.home-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-banner:before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.4;
}

.home-banner .headings h1 {
    font-size: 105px;
    text-align: center;
    font-family: 'Palatino';
    margin-bottom: 15px;
    color: #fff;
}

.banner-video video {
    width: 100%;
}

.home-banner .headings h2 {
    font-size: 45px;
    font-family: 'Feeling Passionate';
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

.home-banner .headings p {
    font-size: 27px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}

.home-banner .banner-form {
    margin-bottom: 0;
    max-width: 930px;
    margin: 40px auto 0;
    column-gap: 15px;
    color: #fff;
}

.home-banner .banner-form p br {
    display: none;
}

.home-banner .banner-form .formkit-form[data-uid="61134b2a80"] .formkit-input {
    background: rgb(0 0 0 / 40%);
    border: 1px solid #fff;
    border-radius: 8px !important;
    padding: 18px 30px;
    font-size: 17px;
    color: #fff !important;
    font-weight: normal !important;
    width: 100%;
    min-height: 74px;
}

.home-banner .banner-form p .wpcf7-submit {
    background-image: url(./assets/images/button-bg.png);
    width: 206px;
    height: 74px;
    background-color: transparent;
    display: flex;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background-size: contain;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-repeat: no-repeat;
    font-family: "Poppins", sans-serif;
}

.banner-form .seva-fields.formkit-fields button.formkit-submit.formkit-submit {
    margin: 0;
    background-image: url(./assets/images/button-bg.png);
    width: 187px;
    height: 74px;
    background-color: transparent;
    display: flex;
    font-size: 22px;
    font-weight: 600 !important;
    color: #fff;
    background-size: contain;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-repeat: no-repeat;
    font-family: "Poppins", sans-serif;
    background-color: transparent !important;
    border-radius: 0 !important;
    flex: initial;
}

.banner-form .seva-fields.formkit-fields .formkit-field {
    flex: initial;
    margin: 0;
    width: 37%;
}

.banner-form .seva-fields.formkit-fields {
    column-gap: 15px;
}

.banner-form .seva-fields.formkit-fields button.formkit-submit.formkit-submit span {
    padding: 0 !important;
    background-color: transparent !important;
}

.home-banner .banner-form p span.wpcf7-spinner {
    position: absolute;
    right: 0;
    display: none;
}

.home-banner .banner-form p span {
    width: auto;
}

/* Meet Me section */
.meet-me-section {
    background-image: url(./assets/images/taxure-img.png);
    padding: 50px 0 100px;
    position: relative;
}

.meet-me-section:before {
    left: 10px;
    content: '';
    background-image: url(./assets/images/star.png);
    width: 309px;
    height: 274px;
    position: absolute;
    top: -180px;
    /* animation: meet_star 5s infinite; */
}

@keyframes meet_star {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.85);
    }

    100% {
        transform: scale(1);
    }
}

.meet-me-section:after {
    content: '';
    background-image: url(./assets/images/moon.png);
    width: 251px;
    height: 177px;
    position: absolute;
    top: -40px;
    right: 50px;
    /* animation: meet_moon 5s infinite; */
}

@keyframes meet_moon {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0px);
    }
}

.meet-me-section .row {
    align-items: center;
}

.meet-me-content span.title {
    display: block;
    font-size: 35px;
    color: #000000;
    line-height: 43px;
    font-family: 'Palatino';
    margin-bottom: 0px;
}

.meet-me-content h3 {
    font-size: 36px;
    color: #000000;
    line-height: 43px;
    font-family: 'Palatino';
    margin-bottom: 25px;
    margin-top: 25px;
}

.meet-me-content h4 {
    font-size: 45px;
    font-family: 'Feeling Passionate';
    line-height: 60px;
    margin-bottom: 25px;
}

.container.small-padding {
    padding: 0 149px;
}

.meet-me-image {
    text-align: right;
}

.meet-me-content p {
    font-size: 23px;
    line-height: 38px;
    margin-bottom: 40px;
    margin-top: 25px;
    font-family: "Poppins", sans-serif;
}

.meet-me-content a.meet-btn {
    background-image: url(./assets/images/meet-btn.png);
    width: 506px;
    height: 96px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 600;
}

/* Welcome Section */
.welcome-section {
    background-image: url(./assets/images/taxure-img.png);
    position: relative;
    padding-bottom: 190px;
}

.welcome-section:after {
    content: '';
    background-image: url(./assets/images/moon-single.png);
    width: 183px;
    height: 190px;
    position: absolute;
    left: 80px;
    bottom: 30px;
    /* animation: welcome_moon 5s infinite; */
}

@keyframes welcome_moon {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.welcome-section .container:before {
    content: '';
    background-image: url(./assets/images/yellow-stars.png);
    width: 147px;
    height: 120px;
    position: absolute;
    bottom: 60px;
    right: 270px;
}

.welcome-section:before {
    content: '';
    background-image: url(./assets/images/welcome-bg.png);
    width: 742px;
    height: 885px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.welcome-content h3 {
    font-size: 85px;
    line-height: 85px;
    margin-bottom: 45px;
    text-align: center;
    font-family: 'Palatino';
    color: #000;
}

.welcome-content h3 span {
    font-size: 71px;
    font-family: 'Feeling Passionate';
    color: #e4201f;
}

.welcome-content p {
    font-size: 20px;
    line-height: 43px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    max-width: 1019px;
    margin: 0 auto 20px;
    color: #303030;
}

.get-row {
    max-width: 946px;
    margin: 0 auto;
    margin-top: 50px;
}

.get-row .col-md-4 {
    text-align: center;
}

.get-row .img img {
    max-width: 80px;
}

.get-row p {
    font-size: 20px;
    color: #303030;
    line-height: 31px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    margin-top: 20px;
}

/* Libration section */
.libration-section {
    background-image: url(./assets/images/magic-libration-bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}

.libration-section:before {
    content: '';
    background-image: url(./assets/images/libration-magic-top.png);
    width: 100%;
    height: 45px;
    position: absolute;
    background-size: cover;
    background-position: bottom;
    z-index: 1;
    top: 0;
}

.libration-section:after {
    content: '';
    background-image: url(./assets/images/libration-magic-bottom.png);
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    background-size: cover;
    background-position: top;
    z-index: -1;
}

.libration-section .container:before {
    content: '';
    background-image: url(./assets/images/magic-shapes.png);
    width: 161px;
    height: 258px;
    position: absolute;
    right: 40px;
    top: 80px;
}

.libration-section .container:after {
    content: '';
    background-image: url(./assets/images/libration-magic-overlay.png);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
}

.libration-section .row {
    align-items: center;
}

.libration-section .col-md-6:first-child {
    flex: 0 0 40%;
    max-width: 40%;
}

.libration-section .col-md-6:last-child {
    flex: 0 0 60%;
    max-width: 60%;
}

.libration-content h3 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 45px;
    color: #303030;
    font-family: 'Palatino';
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.libration-content h3 span {
    color: #e52323;
    font-size: 85px;
    line-height: 85px;
    font-family: 'Feeling Passionate';
}

.libration-content h4 {
    color: #333333;
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 35px;
    font-weight: normal;
}

.libration-content p {
    font-size: 20px;
    color: #333333;
    line-height: 33px;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.libration-row {
    padding-top: 15px;
}

.libration-row .col-md-4 {
    text-align: center;
}

.libration-row .col-md-4 .img {
    margin-bottom: 15px;
}

.libration-row .col-md-4 .img img {
    max-width: 80px;
}

.libration-row .col-md-4 p {
    font-weight: 300;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}

.libration-img img:first-child {
    margin-bottom: 20px;
    margin-top: -145px;
}

.libration-img img:last-child {
    margin-bottom: -110px;
}

.libration-content a {
    background-image: url(./assets/images/button-bg.png);
    width: 188px;
    height: 74px;
    background-color: transparent;
    display: flex;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    background-size: contain;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-repeat: no-repeat;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}

/* Reading section */
.reading-section {
    background-image: url(./assets/images/reading-bg.png);
    min-height: 817px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    margin-top: -120px;
    position: relative;
    z-index: 1;
}

.reading-section:before {
    content: '';
    background-image: url(./assets/images/coaching-shape.png);
    width: 265px;
    height: 288px;
    position: absolute;
    bottom: -138px;
    right: 70px;
    transform: translateY(var(--float-offset_three, 0px));
}

.reading-content {
    text-align: center;
}

.reading-content img {
    margin-bottom: 25px;
}

.reading-content h3 {
    font-size: 80px;
    line-height: 80px;
    color: #303030;
    font-family: 'Palatino';
    margin-bottom: 45px;
}

.reading-content h3 span {
    color: #e52323;
    font-size: 85px;
    line-height: 85px;
    font-family: 'Feeling Passionate';
    position: relative;
    top: 7px;
}

.reading-content p {
    max-width: 1081px;
    font-size: 22px;
    line-height: 37px;
    color: #303030;
    font-weight: 300;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
}

.reading-content a {
    margin: 40px auto 0;
    font-size: 21px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: flex;
    width: 242px;
    height: 79px;
    align-items: center;
    justify-content: center;
    background-image: url(./assets/images/download-btn-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* Subscription Section */
.subscription-section {
    background-size: contain;
    min-height: 1210px;
    margin-top: -50px;
    display: flex;
    align-items: flex-start;
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 150px;
    position: relative;
}

.subscription-section:before {
    content: '';
    background-image: url(./assets/images/subscribe-texture-bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.subscription-section:after {
    content: '';
    background-image: url(./assets/images/libration-letters-bottom.png);
    width: 100%;
    position: absolute;
    height: 60px;
    background-size: cover;
    bottom: 0;
}

.subscription-section .subscription-content {
    width: 682px;
}

.subscription-section .subscription-content h3 {
    font-size: 70px;
    line-height: 70px;
    color: #303030;
    font-family: 'Palatino';
    margin-bottom: 25px;
}

.subscription-section .subscription-content h3 span {
    color: #e52323;
    font-size: 62px;
    line-height: 62px;
    font-family: 'Feeling Passionate';
    position: relative;
    top: 0;
    display: block;
    margin-top: 10px;
}

.subscription-section .subscription-content h4 {
    font-size: 28px;
    color: #232323;
    line-height: 44px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding-right: 20px;
    margin-bottom: 25px;
}

.subscription-section .subscription-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 10px;
}

.subscription-section .subscription-content ul li {
    font-size: 21px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
}

.subscription-section .subscription-content ul li:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    background: #e52323;
    border-radius: 50px;
    left: 0;
    top: 8px;
}

.subscription-section .subscription-content h5 {
    font-size: 35px;
    line-height: 49px;
    color: #222222;
    font-family: 'Feeling Passionate';
    margin-bottom: 15px;
}

.subscription-section .subscription-content p {
    font-size: 23px;
    color: #232323;
    font-family: "Poppins", sans-serif;
    margin-bottom: 25px;
}

.subscription-content .form-row {
    margin: 25px 0 0;
}

.subscription-content .form-row .form-col span {
    width: calc(100% - 10px);
}

.subscription-content .form-row .form-col {
    width: 50%;
}

.subscription-content .form-row .form-col input,
.subscription-content .seva-fields.formkit-fields .formkit-field input {
    width: 100%;
    background: #fff;
    border: 0;
    border-radius: 0 !important;
    min-height: 75px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400 !important;
    color: #333333 !important;
    font-family: "Poppins", sans-serif;
}

.subscription-content .form-row .form-col-full {
    padding: 30px 0 0;
    display: block;
    width: 100%;
}

.subscription-content .form-row .form-col-full {
    padding: 30px 0 0;
    display: block;
    width: 100%;
}

.subscription-content .form-row .form-col-full p {
    margin: 0;
}

.subscription-content .form-row .form-col-full p input,
.subscription-content button.formkit-submit.formkit-submit {
    background-image: url(./assets/images/download-btn-bg.png);
    width: 248px;
    height: 81px;
    background-color: transparent;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
    color: #fff;
    cursor: pointer;
    flex: initial;
    background-color: transparent !important;
}

.subscription-content .form-row .form-col-full p input span,
.subscription-content button.formkit-submit.formkit-submit span {
    background-color: transparent !important;
}

.subscription-content .seva-fields.formkit-fields .formkit-field {
    flex: initial;
    width: calc(50% - 8px);
    margin-bottom: 20px;
}

.subscription-content .seva-fields.formkit-fields {
    column-gap: 16px;
}

.libration-section .libration-img {
    position: relative;
    z-index: 3;
}

/* Home News */
.home-news {
    background-image: url(./assets/images/wishdom-bg.png);
    position: relative;
    min-height: 1260px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.home-news:after {
    content: '';
    background-image: url(./assets/images/news-moon.png);
    width: 336px;
    height: 170px;
    position: absolute;
    top: -105px;
    left: 30px;
}

.home-news .container:after {
    content: '';
    background-image: url(./assets/images/news-stars.png);
    width: 266px;
    height: 98px;
    position: absolute;
    bottom: 100px;
    right: 80px;
}

.home-news:before {
    content: '';
    background-image: url(./assets/images/new-bg.png);
    position: absolute;
    width: 100%;
    height: 601px;
    bottom: 0;
    z-index: -1;
}

.new-headings {
    text-align: center;
    padding-bottom: 60px;
}

.new-headings img {
    margin-bottom: 20px;
}

.new-headings h3 {
    font-size: 88px;
    color: #303030;
    font-family: 'Palatino';
    margin-bottom: 25px;
}

.new-headings h3 span {
    color: #e52323;
    font-size: 80px;
    line-height: 80px;
    font-family: 'Feeling Passionate';
}

.new-headings p {
    font-size: 21px;
    color: #303030;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    max-width: 1010px;
    margin: 0 auto;
}

.new-box img {
    border-radius: 15px;
}

.new-content span.date {
    text-transform: uppercase;
    font-size: 20px;
    background-image: url(./assets/images/brush-stock.png);
    width: 250px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    margin-top: 30px;
}

.new-content span.title {
    display: block;
    font-size: 28px;
    line-height: 35px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.new-content p {
    font-size: 19px;
    line-height: 30px;
    color: #303030;
    font-family: "Poppins", sans-serif;
}

.new-content a.read-more {
    color: #e52323;
    font-size: 20px;
    text-decoration: underline;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.news-boxes .col-md-4 {
    padding: 0 25px;
}

.news-boxes .row {
    margin: 0 -25px;
}

.view-all a {
    font-size: 22px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    background-image: url(./assets/images/news-all.png);
    width: 248px;
    height: 81px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.news-boxes .view-all {
    text-align: center;
    padding-top: 50px;
}

.page-template-liberation-magic-template .content-box p {
    max-width: 1019px;
    margin: 0 auto 20px;
}

/* Footer  */
.site-footer {
    background-image: url(./assets/images/footer-bg-img.png) !important;
    margin-top: -40px;
    height: auto;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    background-position: bottom;
    padding-top: 80px;
}

.site-footer:after {
    content: '';
    background-image: url(./assets/images/footer-bg-texture.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.site-footer:before {
    content: '';
    background-image: url(./assets/images/footer-stars.png);
    width: 291px;
    height: 308px;
    position: absolute;
    top: -20px;
    right: 60px;
    z-index: 2;
}

.footer-logo {
    text-align: center;
}

.social-media-footer .widget_block .social-media {
    margin: 30px auto 0;
    margin-bottom: 30px;
    position: relative;
}

.social-media-footer .widget_block {
    text-align: center;
}

.menu-footer-menu-container .menu li {
    width: auto;
}

.footer-col .menu-footer-menu-container {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.footer-col .menu-footer-menu-container:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(229, 35, 35, 1) 50%, rgba(229, 35, 35, 0) 100%);
    bottom: 0;
    left: 0;
}

.footer-col .menu-footer-menu-container a {
    font-size: 25px;
    color: #000;
    font-family: 'Palatino';
    padding-right: 40px !important;
    display: inline-flex;
    padding-left: 0 !important;
    margin-left: 25px;
}

.footer-col .menu-footer-menu-container li:not(:last-child) a:before {
    content: '';
    background-image: url(./assets/images/star-single.png);
    width: 16px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.site-footer ul.bottom-footer-links li {
    font-size: 19px;
    color: #000;
    line-height: 19px;
    font-family: "Poppins", sans-serif;
}

.site-footer ul.bottom-footer-links li a {
    color: #000;
}

.site-footer ul.bottom-footer-links li:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.site-footer ul.bottom-footer-links li:not(:last-child):after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background: #000;
    right: 0;
}

.social-media-footer {
    position: relative;
}

.social-media-footer:before {
    content: '';
    width: calc(50% - 115px);
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(229, 35, 35, 1) 100%);
}

.social-media-footer:after {
    content: '';
    width: calc(50% - 115px);
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to right, rgba(229, 35, 35, 1) 0%, rgba(229, 35, 35, 0) 100%);
}

ul.bottom-footer-links {
    display: flex;
    justify-content: center;
}

/* Inner Page */
.inner-banner {
    min-height: 625px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url(./assets/images/libration-images/libration-banner.png);
    background-size: cover;
    background-position: bottom -40px center;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.inner-banner:before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    z-index: -1;
}

.inner-banner:after {
    content: '';
    background-image: url(./assets/images/libration-images/inner-banner-bottom.png);
    width: 100%;
    height: 168px;
    position: absolute;
    bottom: -110px;
    background-size: cover;
    background-position: top;
}

.content-section .container:before {
    left: 10px;
    content: '';
    background-image: url(./assets/images/star.png);
    width: 309px;
    height: 274px;
    position: absolute;
    top: -130px;
}

.content-section .container:after {
    content: '';
    background-image: url(./assets/images/moon.png);
    width: 251px;
    height: 177px;
    position: absolute;
    top: -90px;
    right: 50px;
}

.welcome-section.welcome-inner .container:before {
    content: '';
    background-image: url(./assets/images/moon-single.png);
    width: 183px;
    height: 190px;
    position: absolute;
    left: 120px;
    bottom: auto;
    top: -60px;
}

.libration-colum-section .container:before {
    content: '';
    background-image: url(./assets/images/coaching-shape.png);
    width: 265px;
    height: 288px;
    position: absolute;
    right: 70px;
    top: -60px;
}

.inner-banner .banner-content h1 {
    font-size: 70px;
    line-height: 77px;
    color: #fff;
    font-family: 'Palatino';
}

.inner-banner .banner-content h2 {
    font-size: 71px;
    line-height: 71px;
    color: #fff;
    font-family: 'Feeling Passionate';
}

.content-section {
    position: relative;
    z-index: 1;
    min-height: auto;
    display: flex;
    align-items: center;
    background-image: url(./assets/images/taxure-img.png);
    text-align: center;
    padding: 60px 0 50px;
}

.content-section:before {
    content: '';
    background-image: url(./assets/images/welcome-bg.png);
    width: 632px;
    height: 725px;
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-size: contain;
}

.content-section .content-box h3 {
    font-size: 24px;
    line-height: 45px;
    font-family: 'Poppins';
    font-weight: bold;
    font-style: italic;
    color: #303030;
}

.content-section .content-box p {
    color: #303030;
    font-size: 20px;
    line-height: 38px;
    font-weight: normal;
    font-family: 'Poppins';
    margin-bottom: 20px;
}

.content-section .content-box h4 {
    font-size: 35px;
    line-height: 35px;
    margin-top: 35px;
    margin-bottom: 35px;
    font-family: 'Feeling Passionate';
}

.welcome-section.welcome-inner {
    min-height: 856px;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    background-image: url(./assets/images/libration-images/welcome-bg-img.png);
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: bottom;
}

.welcome-section.welcome-inner:before {
    content: '';
    background-image: url(./assets/images/libration-images/content-bottom-shape.png);
    width: 100%;
    height: 67px;
    position: absolute;
    background-size: cover;
    background-position: bottom;
    top: 0px;
    transform: initial;
    left: 0;
}

.welcome-section.welcome-inner.about-last-section:before {
    background-image: url(./assets/images/about-martiza-bottom-shape.png);
}

.page-template-liberation-magic-template .content-section:before {
    top: 50%;
}

.page-template-tarot-template .content-section:before {
    top: 41%;
}

.welcome-section.welcome-inner:after {
    content: '';
    background-image: url(./assets/images/w-inner-texture.png);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
    background-size: 130px;
}

.welcome-inner .reading-content p {
    margin-bottom: 25px;
}

.libration-inner-section {
    padding: 80px 0 120px;
    background-image: url(./assets/images/libration-images/libration-inner-texture.png);
    position: relative;
    z-index: 1;
}

.libration-inner-section:before {
    content: '';
    background-image: url(./assets/images/libration-images/libration-top-shape.png);
    width: 100%;
    position: absolute;
    top: -50px;
    height: 93px;
    background-size: cover;
    background-position: top;
}

.libration-inner-section .libration-content {
    text-align: center;
}

.libration-inner-section .libration-content h3 {
    justify-content: center;
}

.libration-inner-section .libration-content ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 925px;
    justify-content: center;
    row-gap: 25px;
    margin: 55px auto;
}

.libration-inner-section .libration-content ul li {
    width: 50%;
    text-align: left;
    position: relative;
    padding-left: 40px;
    color: #303030;
    font-size: 20px;
    line-height: 31px;
    font-family: "Poppins", sans-serif;
}

.libration-inner-section .libration-content ul li:before {
    content: '';
    background-image: url(./assets/images/libration-images/li-star.png);
    width: 32px;
    height: 33px;
    position: absolute;
    left: 0;
}

.libration-inner-section .libration-content h4 {
    color: #3f1f00;
    font-family: 'Feeling Passionate';
    font-size: 35px;
    line-height: 35px;
}

.libration-inner-section .libration-content a {
    margin: 0 auto;
}

.libration-colum-section {
    background-image: url(./assets/images/libration-images/libration-col-taxture.png);
    padding: 80px 0 100px;
    position: relative;
    z-index: 1;
}

.libration-colum-section:before {
    content: '';
    background-image: url(./assets/images/libration-images/libration-col-top-bg.png);
    width: 100%;
    height: 169px;
    position: absolute;
    top: -50px;
    background-size: cover;
    background-position: top;
}

.libration-colum-section:after {
    content: '';
    background-image: url(./assets/images/libration-images/libration-col-bottom-bg.png);
    width: 100%;
    height: 58px;
    position: absolute;
    bottom: -58px;
    background-size: cover;
    background-position: bottom;
}

.libration-colum-section .container:after {
    content: '';
    background-image: url(./assets/images/coaching-shape.png);
    width: 265px;
    height: 288px;
    position: absolute;
    left: 70px;
    bottom: -192px;
    z-index: 1;
}

.whois-for:after {
    content: '';
    background-image: url(./assets/images/coaching-shape.png);
    width: 265px;
    height: 288px;
    position: absolute;
    right: 70px;
    z-index: 1;
    top: -130px;
}

.libration-colum-section .row {
    align-items: center;
}

.libration-colum-section .row:first-child {
    margin-bottom: 100px;
}

.libration-colum-section .row:first-child .libration-col-img {
    position: relative;
}

.libration-colum-section .row:first-child .libration-col-img:before {
    content: '';
    background-image: url(./assets/images/moon-single.png);
    width: 183px;
    height: 190px;
    position: absolute;
    left: -90px;
    bottom: -40px;
}

.libration-colum-section .libration-col-content h3 {
    font-size: 61px;
    line-height: 73px;
    color: #303030;
    font-family: 'Palatino';
    margin-bottom: 30px;
}

.libration-colum-section .libration-col-content h3 span {
    font-family: 'Feeling Passionate';
    color: #e52323;
}

.libration-colum-section .libration-col-content p b {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    color: #303030;
    font-weight: 600;
}

.libration-colum-section .libration-col-content ul {
    padding: 0px 0;
    list-style: none;
    margin: 40px 0;
}

.libration-colum-section .libration-col-content ul li {
    color: #303030;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    margin-bottom: 35px;
    font-family: "Poppins", sans-serif;
    padding-left: 0px;
}

.libration-colum-section .libration-col-content ul li span {
    width: 55px;
    display: inline-block;
}

.libration-colum-section .libration-col-content h4 {
    font-size: 35px;
    line-height: 42px;
    color: #000000;
    font-family: 'Feeling Passionate';
}

.libration-colum-section .libration-col-content p {
    color: #303030;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 30px;
}

.libration-colum-section .row .col-md-7 .libration-col-content {
    padding-left: 50px;
}

.libration-colum-section .row .col-md-7 .libration-col-content p b {
    font-size: 22px;
}

.libration-colum-section .libration-col-content a {
    background-image: url(./assets/images/libration-images/power-btn-bg.png);
    width: 423px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.red-section {
    height: 686px;
    display: flex;
    align-items: center;
    text-align: center;
    background: #e52323;
}

.red-content h3 {
    font-size: 90px;
    line-height: 76px;
    margin-bottom: 35px;
    color: #fff;
    font-family: 'Palatino';
}

.red-content p {
    color: #fff;
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 300;
    max-width: 1126px;
    margin: 0 auto 30px;
}

.make-different {
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    background-image: url(./assets/images/libration-images/different-bg.png);
}

.make-different .col-md-6:last-child {
    display: flex;
    justify-content: flex-end;
}

.make-different:before {
    content: '';
    background-image: url(./assets/images/libration-images/red-bottom-shape.png);
    width: 100%;
    height: 101px;
    position: absolute;
    top: -100px;
    background-size: cover;
    background-position: top;
}

.make-different:after {
    content: '';
    background-image: url(./assets/images/libration-images/whois-shape.png);
    width: 100%;
    height: 101px;
    position: absolute;
    bottom: -45px;
    background-size: cover;
    background-position: bottom;
}

.different-content h3 {
    font-size: 50px;
    line-height: 55px;
    font-family: 'Palatino';
    margin-bottom: 30px;
    color: #303030;
}

.different-content p {
    font-size: 22px;
    line-height: 33px;
    font-family: 'Poppins';
    color: #303030;
    margin-bottom: 22px;
    font-weight: 300;
}

.different-content p b {
    font-weight: bold;
}

.different-content h4 {
    font-size: 37px;
    color: #000000;
    line-height: 48px;
    margin-bottom: 0;
    font-family: 'Feeling Passionate';
}

.make-different .logo-icon {
    margin-bottom: 100px;
    text-align: center;
}

.whois-for {
    height: 962px;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url(./assets/images/libration-images/whois-right-img.png);
    background-repeat: no-repeat;
    background-position: right;
}

.whois-for:before {
    content: '';
    background-image: url(./assets/images/libration-images/whois-left-shape.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.whois-for .left-content h3 {
    font-size: 65px;
    line-height: 65px;
    color: #303030;
    font-family: 'Palatino';
    margin-bottom: 20px;
}

.whois-for .left-content p {
    color: #303030;
    font-size: 21px;
    font-family: 'Poppins';
    line-height: 31px;
    max-width: 661px;
    margin-bottom: 25px;
}

.whois-for .left-content ul {
    padding: 0;
    list-style: none;
    font-size: 20px;
    margin: 30px 0 35px;
}

.whois-for .left-content ul li {
    font-family: 'Poppins';
    margin-bottom: 20px;
    font-size: 20px;
    color: #303030;
    position: relative;
    padding-left: 40px;
}

.whois-for .left-content ul li:before {
    content: '';
    background-image: url(./assets/images/libration-images/li-star.png);
    width: 32px;
    height: 33px;
    position: absolute;
    left: 0;
}

.whois-for .left-content p:last-child {
    max-width: 100%;
}

.what-gain {
    background-image: url(./assets/images/libration-images/gain-texture.png);
    padding: 80px 0 150px;
    position: relative;
}

.what-gain h3 {
    font-size: 70px;
    line-height: 70px;
    color: #303030;
    font-family: 'Palatino';
    text-align: center;
    margin-bottom: 50px;
}

.what-gain h3 span,
.libration-covers h3 span,
.how-its-content h3 span,
.join-us .join-content h3 span {
    font-family: 'Feeling Passionate';
    color: #e52323;
}

.what-gain:before {
    content: '';
    background-image: url(./assets/images/libration-images/gain-top-shape.png);
    width: 100%;
    height: 100px;
    position: absolute;
    top: -60px;
    background-size: cover;
    background-position: top;
}

.gain-points ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    column-gap: 90px;
    row-gap: 38px;
}

.gain-points ul li.point {
    width: calc(50% - 45px);
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.gain-points ul li.point span {
    width: 70px;
}

.gain-points ul li.point p {
    width: calc(100% - 90px);
    margin-bottom: 0;
    color: #303030;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins';
}

.meet-guide {
    padding-top: 120px;
}

.meet-guide .container {
    max-width: 1250px;
}

.meet-guide .guide-text {
    padding-left: 70px;
}

.meet-guide .guide-text h4 {
    color: #303030;
    font-size: 35px;
    line-height: 52px;
    font-family: 'Poppins';
    font-weight: bold;
    margin-bottom: 18px;
}

.meet-guide .guide-text p {
    font-size: 21px;
    line-height: 31px;
    color: #303030;
    font-family: 'Poppins';
    margin-bottom: 22px;
    font-weight: 300;
}

.guide-text a {
    margin: 40px 0 0;
    font-size: 21px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: flex;
    width: 275px;
    height: 90px;
    align-items: center;
    justify-content: center;
    background-image: url(./assets/images/download-btn-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.libration-covers h3 {
    font-size: 85px;
    line-height: 85px;
    font-family: 'Palatino';
    text-align: center;
    margin-bottom: 50px;
}

.libration-covers {
    background-image: url(./assets/images/libration-images/cover-texture.png);
    padding: 60px 0 60px;
    position: relative;
    z-index: 1;
}

.libration-covers:before {
    content: '';
    background-image: url(./assets/images/libration-images/cover-top-shape.png);
    width: 100%;
    height: 109px;
    position: absolute;
    top: -50px;
    background-size: cover;
    background-position: top;
}

.libration-covers:after {
    content: '';
    background-image: url(./assets/images/libration-images/covers-bottom-shape.png);
    width: 100%;
    height: 101px;
    position: absolute;
    background-position: bottom;
    bottom: -70px;
    background-size: cover;
}

.libration-covers .cover-boxes {
    background-image: url(./assets/images/libration-images/covers-bg.png);
    width: 400px;
    text-align: center;
    min-height: 460px;
    padding: 39px 40px;
}

.libration-covers .cover-boxes h4 {
    font-size: 45px;
    font-family: 'Palatino';
    margin-bottom: 20px;
}

.libration-covers .cover-boxes p {
    font-size: 19px;
    line-height: 26px;
    font-family: 'Poppins';
    font-weight: 300;
}

.libration-covers a {
    margin: 40px auto 0;
    font-size: 21px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: flex;
    width: 275px;
    height: 90px;
    align-items: center;
    justify-content: center;
    background-image: url(./assets/images/download-btn-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.libration-covers .headings {
    text-align: center;
}

.libration-covers .headings img {
    margin-bottom: 20px;
}

.how-its-look {
    padding: 250px 0;
    background-image: url(./assets/images/libration-images/how-it-look.png);
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    background-size: cover;
}

.how-its-look:after {
    content: '';
    background-image: url(./assets/images/coaching-shape.png);
    width: 265px;
    height: 288px;
    position: absolute;
    right: 128px;
    z-index: 1;
    bottom: -150px;
}

.how-its-look:before {
    content: '';
    background-image: url(./assets/images/libration-images/how-its-overlay.png);
}

.how-its-content h3 {
    font-size: 70px;
    line-height: 77px;
    color: #303030;
    font-family: 'Palatino';
    margin-bottom: 35px;
}

.how-its-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 27px;
}

.how-its-content ul li {
    font-size: 24px;
    line-height: 36px;
    font-family: 'Poppins';
    color: #303030;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.how-its-content ul li span {
    width: 82px;
}

.how-its-content ul li span img {
    max-width: 34px;
}

.how-its-content {
    max-width: 740px;
}

.page-template-liberation-magic-template .site-footer.style_1 {
    height: 460px;
}

.power-full-section {
    background-image: url(./assets/images/libration-images/powe-bg.png);
    padding: 100px 0;
    position: relative;
}

.power-full-section:before {
    content: '';
    background-image: url(./assets/images/libration-images/power-top-shape.png);
    position: absolute;
    width: 100%;
    height: 100px;
    top: -30px;
    background-size: cover;
    background-position: top;
}

.power-full-section:after {
    content: '';
    background-image: url(./assets/images/moon.png);
    width: 251px;
    height: 189px;
    position: absolute;
    bottom: -90px;
    left: 50px;
    z-index: 2;
    transform: scaleX(-1);
    background-repeat: no-repeat;
}

.power-full-section .reading-content p {
    margin-bottom: 25px;
}

.power-full-section .reading-content p b {
    font-weight: 600;
}

.power-full-section .reading-content a {
    background-image: url(./assets/images/libration-images/magic-btn-shape.png);
    width: 446px;
    height: 96px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 600;
}

.join-us {
    background-image: url(./assets/images/libration-images/join-img.png);
    background-color: #d8d8d8;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 1322px;
    display: flex;
    align-items: center;
    position: relative;
}

.join-us:before {
    content: '';
    background-image: url(./assets/images/libration-images/join-top-shape.png);
    width: 100%;
    height: 90px;
    position: absolute;
    background-size: cover;
    background-position: bottom;
    top: -60px;
}

.join-us:after {
    content: '';
    background-image: url(./assets/images/libration-images/footer-shape.png);
    width: 100%;
    height: 109px;
    position: absolute;
    background-size: cover;
    background-position: bottom;
    bottom: -60px;
}

.join-us .join-content {
    width: 650px;
    margin-left: auto;
}

.join-us .join-content h3 {
    font-size: 70px;
    line-height: 70px;
    font-family: 'Palatino';
    margin-bottom: 25px;
}

.join-us .join-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-bottom: 45px;
}

.join-us .join-content ul li {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #232323;
    position: relative;
    padding-left: 30px;
}

.join-us .join-content ul li:before {
    content: '';
    background: #e52323;
    width: 14px;
    height: 14px;
    position: absolute;
    border-radius: 50px;
    left: 0;
    top: 10px;
}

.join-us .join-content p {
    font-size: 22px;
    color: #232323;
    font-family: "Poppins", sans-serif;
}

.investment-box {
    display: flex;
    column-gap: 20px;
    margin-bottom: 40px;
}

.investment-box .box {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px 35px;
    text-align: center;
    position: relative;
}

.investment-box .box a {
    margin: 0;
    background: transparent;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.investment-box .box span.price {
    font-size: 38px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #e52424;
    margin-bottom: 12px;
    display: block;
    line-height: 38px;
}

.join-us .join-content .investment-box .box p {
    margin-bottom: 0;
    font-size: 20px;
}

.join-us .join-content h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.join-content a {
    background-image: url(./assets/images/libration-images/join-btn-shape.png);
    width: 372px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 600;
    margin-top: 39px;
}

/* Tarot Page */
.inner-banner.tarot-banner {
    background-image: url(./assets/images/tarot-images/terot-banner.png);
}

.inner-banner.tarot-banner .banner-content h1 {
    font-size: 110px;
    line-height: 110px;
}

.inner-banner.tarot-banner .banner-content h1 span {
    font-family: 'Feeling Passionate';
}

.inner-banner.tarot-banner .banner-content p {
    font-size: 31px;
    color: #fff;
    line-height: 37px;
    font-family: 'Palatino';
    margin-bottom: 0;
}

.testimonial-box {
    min-height: 696px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    background-image: url(./assets/images/tarot-images/testimonial-bg.png);
    z-index: 1;
    background-size: cover;
}

.testimonial-box:before {
    content: '';
    background-image: url(./assets/images/testimonial-box-texture.png);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
}

.testimonial-box:after {
    content: '';
    background-image: url(./assets/images/tarot-images/test-shape-top.png);
    width: 100%;
    height: 100px;
    position: absolute;
    top: -20px;
    background-position: bottom;
    background-size: cover;
}

.testimonial-box .container:before {
    content: '';
    background-image: url(./assets/images/tarot-images/book-right-img.png);
    width: 131px;
    height: 332px;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1;
}

.testimonial-box .container:after {
    content: '';
    background-image: url(./assets/images/moon-single.png);
    width: 183px;
    height: 190px;
    position: absolute;
    left: 120px;
    bottom: auto;
    top: -60px;
    z-index: 1;
}

.testimonial-box.testimonial-two .container:after {
    display: none;
}

.testimonial-box.testimonial-two .container:before {
    background-image: url(./assets/images/tarot-images/book-left-img.png);
    width: 167px;
    height: 394px;
    left: 0;
    bottom: 0;
    top: auto;
}

.testimonial-box .testimonial-content img {
    margin-bottom: 20px;
}

.testimonial-box .testimonial-content p {
    font-size: 22px;
    max-width: 1060px;
    margin: 0 auto 25px;
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 41px;
    color: #333333;
}

.testimonial-box .testimonial-content h3 {
    color: #e41f1f;
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 0;
    font-family: 'Feeling Passionate';
}

.tarot-iframe {
    padding: 100px 0 50px;
    background-image: url(./assets/images/tarot-images/appointment-bg.png);
    position: relative;
    z-index: 1;
}

.tarot-iframe h3 {
    font-size: 75px;
    line-height: 76px;
    font-family: 'Palatino';
    margin-bottom: 35px;
    text-align: center;
}

.tarot-iframe:before {
    content: '';
    background-image: url(./assets/images/tarot-images/appointment-top-shape.png);
    width: 100%;
    height: 75px;
    position: absolute;
    top: -40px;
    background-position: top;
    background-size: cover;
}

.gift-section {
    padding: 0px 0 160px;
    background-image: url(./assets/images/tarot-images/appointment-bg.png);
    position: relative;
    z-index: 1;
}

.gift-section:before {
    content: '';
    background-image: url(./assets/images/tarot-images/appointment-top-shape.png);
    width: 100%;
    height: 208px;
    position: absolute;
    top: -110px;
    background-position: top;
    background-size: cover;
}

.gift-section:after {
    content: '';
    background-image: url(./assets/images/libration-images/footer-shape.png);
    width: 100%;
    height: 49px;
    position: absolute;
    background-size: cover;
    background-position: top;
    bottom: 0px;
}

.gift-section .gift-heading {
    text-align: center;
    position: relative;
}

.gift-section .gift-heading h3 {
    font-size: 45px;
    line-height: 45px;
    color: #e41f1f;
    font-family: 'Feeling Passionate';
}

.gift-section .gift-heading h4 {
    font-size: 90px;
    line-height: 76px;
    font-family: 'Palatino';
    margin-bottom: 30px;
}

.gift-section .gift-heading p {
    color: #4f4f4f;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins';
    margin-bottom: 70px;
}

.gift-section .gift-row {
    display: flex;
    justify-content: center;
    column-gap: 70px;
}

.gift-section .gift-row .gift-box {
    max-width: 550px;
    text-align: center;
}

.gift-section .gift-row .gift-box {
    max-width: 550px;
    text-align: center;
    background: #fff;
    padding: 0 30px 10px;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    box-shadow: 15px 15px 45px rgba(121, 79, 79, 0.05);
}

.gift-section .gift-row .gift-box span.title {
    width: 328px;
    height: 58px;
    margin: 0 auto;
    background-image: url(./assets/images/tarot-images/title-bg.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    font-family: 'Palatino';
    margin-bottom: 35px;
}

.gift-section .gift-row .gift-box.gray span.title {
    background-image: url(./assets/images/tarot-images/title-bg-gray.svg);
}

.gift-section .gift-row .gift-box a {
    display: block;
    background: rgb(229 35 35 / 7%);
    padding: 15px 60px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #4f4f4f;
    font-family: 'Poppins';
    transform: 0.5s all;
}

.gift-section .gift-row .gift-box a:hover {
    background: #e52323;
    color: #fff;
}

.gift-section .gift-row .gift-box.gray a:hover {
    background: #666666;
    color: #fff;
}

.gift-section .gift-row .gift-box.gray a {
    background: rgb(153 153 153 / 7%);
}

.content-section .content-box p a {
    color: #303030;
    font-weight: 600;
    text-decoration: underline;
}

.content-section .content-box .button-group {
    display: flex;
    justify-content: center;
    column-gap: 26px;
    padding-top: 35px;
}

.content-section .content-box .button-group a:first-child {
    background-image: url(./assets/images/tarot-images/gift-btn-1.png);
    width: 296px;
    display: inline-flex;
    height: 86px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    font-family: 'Poppins';
}

.content-section .content-box .button-group a:last-child {
    background-image: url(./assets/images/tarot-images/gift-btn-2.png);
    width: 253px;
    display: inline-flex;
    height: 81px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    font-family: 'Poppins';
}

/* About page */
section.about-banner {
    min-height: 640px;
    display: flex;
    align-items: center;
    background-image: url(./assets/images/about-images/about-banner-image.png);
}

.welcome-section.welcome-inner.about-last-section {
    background-color: #e4e4e4 !important;
    background-image: url(./assets/images/about-images/about-last-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.about-last-section .reading-content:before {
    content: '';
    background-image: url(./assets/images/about-images/about-top-shape.png);
    width: 141px;
    height: 357px;
    position: absolute;
    right: 0;
    top: 0;
}

.about-last-section .reading-content:after {
    content: '';
    background-image: url(./assets/images/about-images/about-bottom-shape.png);
    width: 202px;
    height: 397px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.welcome-section.welcome-inner.about-last-section:after {
    display: none !important;
}

.page-template-about-template .content-section .content-box p {
    font-size: 25px;
    line-height: 57px;
}

.about-banner .about-banner-content {
    text-align: left;
}

.about-banner .about-banner-content h1 {
    font-size: 71px;
    line-height: 71px;
    color: #fff;
    font-family: 'Palatino';
    margin-bottom: 30px;
}

.about-banner .about-banner-content h2 {
    font-size: 66px;
    line-height: 66px;
    font-family: 'Feeling Passionate';
    color: #fff;
    margin-bottom: 30px;
}

.about-banner .about-banner-content p {
    margin-bottom: 0;
    font-size: 32px;
    color: #fff;
    font-family: 'Palatino';
    max-width: 890px;
}

.content-section.about-content-section {
    min-height: inherit;
    padding: 120px 0;
}

.content-section.about-content-section:before {
    width: 569px;
    height: 655px;
    background-size: contain;
    top: 60%;
}

.who-iam {
    background-image: url(./assets/images/taxure-img.png);
    padding-bottom: 40px;
}

.who-iam .content h3 {
    font-size: 67px;
    line-height: 73px;
    font-family: 'Palatino';
    color: #252525;
    margin-bottom: 25px;
}

.who-iam .content h3 span {
    font-family: 'Feeling Passionate';
    color: #e41f1f;
    font-size: 66px;
    line-height: 66px;
}

.who-iam .content p {
    font-size: 20px;
    line-height: 38px;
    color: #303030;
    font-family: 'Poppins';
}

.who-iam .content h4 {
    color: #000000;
    font-size: 30px;
    line-height: 39px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Feeling Passionate';
}

.who-iam .img {
    padding-left: 100px;
}

.who-iam .col-md-12 {
    padding-top: 50px;
}

.who-iam .content-big p {
    font-size: 20px;
    line-height: 38px;
    color: #303030;
    font-family: 'Poppins';
    padding-left: 100px;
    padding-top: 0px;
    margin-bottom: 20px;
}

.what-we-do {
    padding: 100px 0;
    background-image: url(./assets/images/about-images/what-we-do-bg.png);
    position: relative;
    z-index: 1;
    background-size: cover;
}

.what-we-do:after {
    content: '';
    background-image: url(./assets/images/what-we-do-texture.png);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.94;
    z-index: -1;
}

.what-we-do:before {
    content: '';
    background-image: url(./assets/images/about-images/who-im-bottom.png);
    width: 100%;
    height: 80px;
    position: absolute;
    top: -54px;
    background-size: cover;
    background-position: bottom;
}

.welcome-section.welcome-inner.about-last-section .container:before {
    background-image: url(./assets/images/get-started-moon.png);
    width: 336px;
    height: 170px;
}

.what-we-do .container:before {
    content: '';
    background-image: url(./assets/images/moon-single.png);
    width: 133px;
    height: 138px;
    position: absolute;
    left: 50px;
    top: -60px;
    background-size: contain;
}

.what-we-do .headings {
    text-align: center;
}

.what-we-do .headings h3 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px;
    font-family: 'Palatino';
    color: #252525;
}

.what-we-do .headings h3 span {
    font-family: 'Feeling Passionate';
    color: #e41f1f;
    font-size: 66px;
    line-height: 66px;
}

.what-we-do .headings p {
    font-size: 20px;
    line-height: 38px;
    color: #303030;
    font-family: 'Poppins';
    margin-bottom: 0;
}

.what-we-do .headings img {
    margin-bottom: 15px;
}

.we-do-boxes .we-do-box {
    background-image: url(./assets/images/about-images/boxes-bg.png);
    width: 412px;
    height: 491px;
    padding: 50px 55px;
    text-align: center;
}

.we-do-box img {
    max-width: 85px;
}

.we-do-boxes .we-do-box span.title {
    font-size: 37px;
    line-height: 44px;
    text-align: center;
    display: block;
    font-family: 'Palatino';
    color: #252525;
    margin-bottom: 15px;
}

.we-do-boxes .we-do-box p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 32px;
    color: #303030;
    font-family: 'Poppins';
    margin-top: 15px;
}

.we-do-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 60px;
}

.how-this-works {
    padding: 100px 0 130px;
    background-image: url(./assets/images/about-images/how-works-bg-effect.png);
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: 1;
}

.how-this-works:before {
    content: '';
    background-image: url(./assets/images/about-images/how-works-top.png);
    width: 100%;
    height: 100px;
    position: absolute;
    top: -40px;
    background-size: cover;
    background-position: top;
}

.how-this-works .headings {
    text-align: center;
    padding-bottom: 90px;
}

.how-this-works .headings h3 {
    font-size: 72px;
    line-height: 61px;
    font-family: 'Palatino';
    color: #252525;
    margin-bottom: 20px;
}

.how-this-works .headings p {
    font-size: 22px;
    line-height: 37px;
    color: #303030;
    font-family: 'Poppins';
    margin-bottom: 0;
    font-weight: 300;
}

.how-this-works .headings p b {
    font-weight: 600;
}

.how-this-works .works-text h4 {
    font-size: 72px;
    line-height: 61px;
    font-family: 'Palatino';
    color: #252525;
    margin-bottom: 15px;
}

.how-this-works .works-text h4 span {
    color: #e52323;
}

.how-this-works .works-text p {
    font-size: 24px;
    line-height: 40px;
    font-family: 'Poppins';
}

.how-this-works .works-text ul {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.how-this-works .works-text ul li {
    font-size: 23px;
    line-height: 32px;
    color: #303030;
    font-family: 'Poppins';
    font-weight: 300;
    padding-left: 40px;
    position: relative;
}

.how-this-works .works-text ul li:before {
    content: '';
    background-image: url(./assets/images/libration-images/li-star.png);
    width: 32px;
    height: 33px;
    position: absolute;
    left: 0;
}

.how-this-works .row {
    align-items: center;
}

.how-this-works .works-text a {
    background-image: url(./assets/images/button-bg.png);
    width: 188px;
    height: 74px;
    background-color: transparent;
    display: flex;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    background-size: contain;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-repeat: no-repeat;
    margin-top: 35px;
}

.who-iam.about-owner {
    padding: 70px 0 90px;
    position: relative;
    z-index: 1;
    background-image: url(./assets/images/about-images/about-owner-texture.png);
}

.who-iam.about-owner:before {
    content: '';
    background-image: url(./assets/images/about-images/about-owner-top.png);
    width: 100%;
    height: 60px;
    position: absolute;
    top: -60px;
    background-position: top;
    background-size: cover;
}

section.who-iam.about-owner .img:before {
    content: '';
    background-image: url(./assets/images/about-stars.png);
    width: 265px;
    height: 200px;
    position: absolute;
    left: -70px;
    top: -70px;
}

.who-iam.about-owner .content h3 span {
    font-size: 67px;
    line-height: 73px;
    font-family: 'Palatino';
}

.who-iam.about-owner .content h4 {
    font-size: 60px;
    line-height: 60px;
    margin-top: 0px;
}

/* Contact Page */
.contact-form-section {
    background-image: url(./assets/images/about-images/kontact-page-img.png);
    min-height: 1040px;
    background-size: cover;
    background-position: left center;
    margin-top: -50px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* .contact-form-section:after {
    content: '';
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgb(0 0 0 / 57%) 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} */

.contact-form-section:before {
    content: '';
    background-image: url(./assets/images/about-images/contact-footer-shape.png);
    width: 100%;
    position: absolute;
    height: 65px;
    left: 0;
    bottom: -36px;
    background-size: cover;
    background-position: top;
}

.page-template-contact-template footer.site-footer,
.page-template-about-template footer.site-footer {
    margin-top: -60px;
    padding-top: 0;
}

.page-template-about-template footer.site-footer:before {
    top: -80px;
}

.page-template-about-template footer.site-footer .top_footer:after {
    content: '';
    background-image: url(./assets/images/about-images/contact-footer-shape.png);
    width: 100%;
    position: absolute;
    height: 39px;
    left: 0;
    top: -29px;
    background-size: cover;
    background-position: top;
    z-index: 1;
}

.page-template-contact-template footer.site-footer:before {
    background-image: url(./assets/images/about-images/contact-bottom-elements.png);
    top: -150px;
    width: 333px;
    height: 149px;
    background-repeat: no-repeat;
    right: 160px;
}

.contact-form-section .contact-form {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.contact-form-section .contact-form:after {
    content: '';
    background-image: url(./assets/images/moon-single.png);
    width: 183px;
    height: 190px;
    position: absolute;
    bottom: 50px;
    right: -50px;
    transform: scaleX(-1);
    z-index: -1;
}

.contact-form h3 {
    font-size: 85px;
    line-height: 80px;
    font-family: 'Feeling Passionate';
    color: #fff;
    text-align: center;
    margin-bottom: 45px;
}

.contact-form .row input.wpcf7-text {
    min-height: 70px;
    border-radius: 10px;
    border: 0;
    font-size: 17px;
    color: #303030;
    width: 100%;
    padding: 0 20px;
    font-family: 'Poppins';
}

.contact-form .row {
    row-gap: 20px;
}

.contact-form .row textarea {
    min-height: 170px;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    font-size: 17px;
    font-family: 'Poppins';
    color: #303030;
    height: 170px;
}

.contact-form .row span.wpcf7-form-control-wrap {
    width: 100%;
}

.contact-form .row .wpcf7-submit {
    background-image: url(./assets/images/download-btn-bg.png);
    width: 248px;
    height: 81px;
    background-color: transparent;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.contact-form .row .col-md-12:last-child p span.wpcf7-spinner {
    position: absolute;
}

.contact-form .row .col-md-12:last-child p {
    margin-bottom: 0;
    text-align: center;
}

.page-template-tarot-template footer.site-footer.style_1 {
    margin-top: -50px;
    padding-top: 0px;
}

.digital_champ p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 14px;
    color: #000;
}

.digital_champ p a {
    color: #e52323;
    text-decoration: underline;
}

/* [data-aos=fade-up] {
    transform: translate3d(0, 0px, 0) !important;
} */

/*Responsive Style*/
@media(max-width:1899px) {
    .home-banner .container {
        top: 45%;
    }

}

@media(max-width:1799px) {
    .home-banner .headings h1 {
        font-size: 80px;
    }

    .home-banner .headings h2 {
        font-size: 35px;
    }

    .home-banner .headings p {
        font-size: 24px;
    }

    .meet-me-section:before {
        width: 239px;
        height: 214px;
        background-size: contain;
    }

    .meet-me-section:after {
        width: 162px;
        height: 137px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .meet-me-content span.title {
        font-size: 30px;
        line-height: 38px;
    }

    .meet-me-content h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .meet-me-content h4 {
        font-size: 40px;
        line-height: 58px;
    }

    .welcome-content h3 {
        font-size: 75px;
        line-height: 75px;
    }

    .welcome-content h3 span {
        font-size: 60px;
    }

    .welcome-content p {
        font-size: 18px;
        line-height: 36px;
    }

    .get-row p {
        font-size: 18px;
        line-height: 28px;
    }

    .libration-img img:first-child {
        margin-bottom: 20px;
        margin-top: -85px;
    }

    .welcome-section:after {
        width: 143px;
        height: 148px;
        background-size: contain;
        left: 60px;
    }

    .libration-content h3 {
        font-size: 70px;
        line-height: 70px;
        margin-bottom: 40px;
    }

    .libration-content h3 span {
        font-size: 75px;
        line-height: 75px;
    }

    .libration-content h4 {
        font-size: 30px;
    }

    .libration-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .reading-content h3 {
        font-size: 70px;
        line-height: 70px;
    }

    .reading-content h3 span {
        font-size: 75px;
        line-height: 75px;
    }

    .reading-content p {
        font-size: 20px;
        line-height: 35px;
    }

    .subscription-section .subscription-content h4 {
        font-size: 24px;
    }

    .subscription-section .subscription-content ul li {
        font-size: 18px;
    }

    .subscription-section .subscription-content h5 {
        font-size: 30px;
        line-height: 48px;
    }

    .subscription-section .subscription-content p {
        font-size: 20px;
    }

    .new-headings h3 {
        font-size: 70px;
    }

    .new-headings h3 span {
        font-size: 70px;
        line-height: 70px;
    }

    .new-headings p {
        font-size: 18px;
    }

    .new-content span.date {
        font-size: 18px;
    }

    .new-content span.title {
        font-size: 24px;
    }

    .new-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .new-content a.read-more {
        font-size: 18px;
    }
}

@media(max-width:1599px) {
    .about-banner .about-banner-content h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .about-banner .about-banner-content h2 {
        font-size: 56px;
        line-height: 56px;
    }

    .about-banner .about-banner-content p {
        font-size: 28px;
        max-width: 770px;
    }

    .page-template-about-template .content-section .content-box p {
        font-size: 20px;
        line-height: 45px;
    }

    .who-iam .img {
        padding-left: 20px;
    }

    .who-iam .content h3 {
        font-size: 50px;
        line-height: 55px;
    }

    .who-iam .content h3 span {
        font-size: 50px;
        line-height: 60px;
    }

    .who-iam .content p {
        font-size: 18px;
        line-height: 34px;
    }

    .who-iam .content h4 {
        font-size: 26px;
        line-height: 35px;
    }

    .who-iam .content-big p {
        font-size: 18px;
        line-height: 30px;
        padding-left: 30px;
    }

    .what-we-do .container:before {
        width: 93px;
        height: 97px;
        top: -30px;
    }

    .what-we-do .headings h3 span {
        font-size: 60px;
        line-height: 60px;
    }

    .what-we-do .headings p {
        font-size: 18px;
        line-height: 34px;
    }

    .what-we-do .headings h3 {
        font-size: 60px;
        line-height: 70px;
    }

    .we-do-boxes .we-do-box span.title {
        font-size: 32px;
        line-height: 40px;
    }

    .how-this-works .headings h3 {
        font-size: 55px;
        line-height: 65px;
    }

    .how-this-works .headings p {
        font-size: 18px;
        line-height: 32px;
    }

    .how-this-works .works-text h4 {
        font-size: 56px;
        line-height: 58px;
    }

    .how-this-works .works-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .who-iam.about-owner .content h4 {
        font-size: 45px;
        line-height: 45px;
        margin-top: 0px;
    }

    .inner-banner.tarot-banner .banner-content h1 {
        font-size: 80px;
        line-height: 90px;
    }

    .how-this-works .works-text p {
        font-size: 20px;
    }

    .inner-banner.tarot-banner .banner-content p {
        font-size: 28px;
        line-height: 33px;
    }

    .content-section .content-box p {
        font-size: 18px;
        line-height: 33px;
    }

    .container,
    .wrapper-row {
        width: 1280px !important;
        max-width: 95% !important;
    }

    .annocement-bar {
        font-size: 16px;
        min-height: 40px;
    }

    .main-navigation li a {
        font-size: 22px;
    }

    .banner-video video {
        height: 880px;
        object-fit: cover;
    }

    .home-banner .headings h1 {
        font-size: 70px;
    }

    .container.small-padding {
        padding: 0 30px;
    }

    .meet-me-section:after {
        width: 122px;
        height: 97px;
        background-size: contain;
        background-repeat: no-repeat;
        top: -60px;
    }

    .meet-me-content span.title {
        font-size: 24px;
        line-height: 38px;
    }

    .meet-me-content h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .meet-me-content h4 {
        font-size: 35px;
        line-height: 54px;
    }

    .meet-me-content p {
        font-size: 18px;
        line-height: 30px;
    }

    .welcome-content h3 {
        font-size: 65px;
        line-height: 65px;
    }

    .welcome-content h3 span {
        font-size: 50px;
    }

    .welcome-section .container:before {
        right: 100px;
    }

    .welcome-section:after {
        width: 103px;
        height: 107px;
        background-size: contain;
        left: 60px;
    }

    .libration-content h3 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    .libration-content h3 span {
        font-size: 60px;
        line-height: 60px;
    }

    .libration-content h4 {
        font-size: 24px;
    }

    .reading-content h3 {
        font-size: 60px;
        line-height: 60px;
    }

    .reading-content h3 span {
        font-size: 60px;
        line-height: 60px;
    }

    .subscription-section .subscription-content h3 {
        font-size: 60px;
        line-height: 60px;
    }

    .subscription-section .subscription-content h3 span {
        font-size: 50px;
        line-height: 50px;
    }

    .subscription-section .subscription-content h4 {
        font-size: 20px;
        line-height: 35px;
    }

    .subscription-section .subscription-content p {
        font-size: 18px;
    }

    .home-news {
        min-height: 1130px;
    }

    .new-headings h3 {
        font-size: 60px;
    }

    .new-headings h3 span {
        font-size: 55px;
        line-height: 55px;
    }

    .site-footer:before {
        background-size: contain;
        width: 250px;
        height: 240px;
        top: 0px;
        background-repeat: no-repeat;
    }

    .footer-col .menu-footer-menu-container a {
        font-size: 22px;
    }

    .site-footer ul.bottom-footer-links li {
        font-size: 17px;
    }

    .inner-banner .banner-content h1 {
        font-size: 60px;
        line-height: 65px;
    }

    .inner-banner .banner-content h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .content-section .container:before {
        width: 249px;
        height: 221px;
        background-size: contain;
    }

    .content-section .container:after {
        width: 221px;
        height: 157px;
        background-size: contain;
    }

    .libration-colum-section .libration-col-content h3 {
        font-size: 45px;
        line-height: 60px;
    }

    .libration-colum-section .libration-col-content p b {
        font-size: 20px;
    }

    .libration-colum-section .libration-col-content ul li {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .libration-colum-section .libration-col-content h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .libration-colum-section .row:first-child .libration-col-img:before {
        width: 133px;
        height: 137px;
        background-size: contain;
        background-repeat: no-repeat;
        left: -60px;
    }

    .libration-colum-section .container:before {
        width: 185px;
        height: 208px;
        background-size: contain;
        background-repeat: no-repeat;
        right: 40px;
    }

    .libration-colum-section .libration-col-content p {
        font-size: 18px;
        line-height: initial;
    }

    .libration-colum-section .row .col-md-7 .libration-col-content p b {
        font-size: 18px;
    }

    .different-content h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .different-content p {
        font-size: 20px;
        line-height: initial;
    }

    .different-content h4 {
        font-size: 30px;
    }

    .whois-for:after {
        width: 205px;
        height: 224px;
        background-size: contain;
    }

    .whois-for .left-content h3 {
        font-size: 50px;
        line-height: 55px;
    }

    .whois-for .left-content p {
        font-size: 19px;
    }

    .whois-for .left-content ul li {
        font-size: 18px;
    }

    .how-its-look {
        background-position: right -220px center;
    }

    .join-us {
        background-position: left -120px center;
    }
}

@media(max-width:1399px) {
    .about-banner .about-banner-content h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .about-banner .about-banner-content h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .about-banner .about-banner-content p {
        font-size: 24px;
        max-width: 650px;
    }

    section.about-banner {
        min-height: 510px;
        background-position: bottom -30px center;
    }

    .who-iam .img {
        padding-left: 0px;
        padding-right: 20px;
    }

    .page-template-about-template .content-section .content-box p {
        font-size: 18px;
        line-height: 38px;
    }

    .who-iam .content h3 {
        font-size: 45px;
        line-height: 50px;
    }

    .who-iam .content h3 span {
        font-size: 45px;
        line-height: 55px;
    }

    .who-iam .content p {
        font-size: 16px;
        line-height: 30px;
    }

    .who-iam .content-big p {
        font-size: 16px;
        line-height: 28px;
        padding-left: 20px;
    }

    .what-we-do .headings h3 {
        font-size: 50px;
        line-height: 65px;
    }

    .what-we-do .headings h3 span {
        font-size: 50px;
        line-height: 55px;
    }

    .what-we-do .headings p {
        font-size: 16px;
        line-height: 30px;
    }

    .we-do-boxes .we-do-box p {
        font-size: 15px;
        line-height: 28px;
    }

    .how-this-works .headings h3 {
        font-size: 45px;
        line-height: 60px;
    }

    .how-this-works .headings p {
        font-size: 16px;
        line-height: 30px;
    }

    .how-this-works .works-text h4 {
        font-size: 45px;
        line-height: 50px;
    }

    .how-this-works .works-text p {
        font-size: 18px;
        line-height: 28px;
    }

    .how-this-works .works-text ul li {
        font-size: 18px;
        line-height: 27px;
    }

    .who-iam.about-owner .content h3 span {
        font-size: 45px;
        line-height: 60px;
    }

    .welcome-section.welcome-inner.about-last-section .container:before {
        width: 280px;
        height: 140px;
        left: 60px;
    }

    .testimonial-box .container:after {
        width: 123px;
        height: 128px;
        background-size: contain;
        top: -20px;
    }

    .testimonial-box .testimonial-content p {
        font-size: 20px;
        max-width: 960px;
        line-height: 36px;
    }

    .gift-section .gift-heading h3 {
        font-size: 40px;
        line-height: 45px;
    }

    .gift-section .gift-heading h4 {
        font-size: 75px;
        line-height: 76px;
    }

    .container,
    .wrapper-row {
        width: 1100px !important;
        max-width: 95% !important;
    }

    .main-navigation li a {
        font-size: 18px;
    }

    .right-menu-inner .site-header-menu .primary-menu {
        column-gap: 50px;
    }

    .site-header {
        z-index: 3;
    }

    .site-header:before {
        height: 60px;
        bottom: -50px;
    }

    .home-banner .headings h1 {
        font-size: 55px;
    }

    .home-banner .headings h2 {
        font-size: 30px;
    }

    .home-banner .headings p {
        font-size: 20px;
    }

    .banner-video video {
        height: 750px;
    }

    .container.small-padding {
        padding: 0 0px;
    }

    .meet-me-section:before {
        width: 189px;
        height: 167px;
        background-size: contain;
    }

    .libration-img img:first-child {
        margin-top: -15px;
    }

    .libration-img img:last-child {
        margin-bottom: -15px;
    }

    .libration-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .subscription-section {
        min-height: auto;
        padding-bottom: 120px;
    }

    .inner-banner .banner-content h1 {
        font-size: 55px;
        line-height: 60px;
    }

    .inner-banner .banner-content h2 {
        font-size: 45px;
        line-height: 60px;
    }

    .content-section .content-box h3 {
        font-size: 20px;
    }

    .content-section .content-box p {
        font-size: 18px;
        line-height: 28px;
    }

    .content-section .content-box h4 {
        font-size: 30px;
        line-height: 30px;
    }

    .content-section .container:before {
        width: 219px;
        height: 191px;
        background-size: contain;
    }

    .content-section .container:after {
        width: 191px;
        height: 136px;
        background-size: contain;
    }

    .welcome-section.welcome-inner .container:before {
        background-size: contain;
        width: 135px;
        height: 140px;
        top: -40px;
    }

    .reading-content h3 {
        font-size: 50px;
        line-height: 50px;
    }

    .reading-content h3 span {
        font-size: 45px;
        line-height: 50px;
    }

    .reading-content p {
        font-size: 18px;
        line-height: 30px;
    }

    .libration-inner-section .libration-content ul li {
        font-size: 16px;
        line-height: 25px;
    }

    .libration-inner-section .libration-content h4 {
        font-size: 30px;
        line-height: 30px;
    }

    .libration-colum-section .container:before {
        width: 155px;
        height: 158px;
        background-size: contain;
        background-repeat: no-repeat;
        right: 40px;
    }

    .libration-colum-section .libration-col-content h3 {
        font-size: 40px;
        line-height: 55px;
    }

    .libration-colum-section .row:first-child .libration-col-img {
        position: relative;
        padding-left: 40px;
    }

    .libration-colum-section .libration-col-content p b {
        font-size: 18px;
    }

    .libration-colum-section .libration-col-content ul li {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .libration-colum-section .row:first-child .libration-col-img:before {
        width: 103px;
        height: 117px;
        background-size: contain;
        background-repeat: no-repeat;
        left: 10px;
    }

    .libration-colum-section .libration-col-content h4 {
        font-size: 24px;
        line-height: 37px;
    }

    .libration-colum-section .libration-col-content p {
        font-size: 16px;
        line-height: initial;
        margin-bottom: 25px;
    }

    .libration-colum-section .container:after {
        background-size: contain;
        width: 195px;
        height: 214px;
        bottom: -122px;
    }

    .red-content h3 {
        font-size: 70px;
        line-height: 70px;
    }

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

    .different-content h3 {
        font-size: 35px;
        line-height: 45px;
    }

    .different-content p {
        font-size: 18px;
        line-height: initial;
    }

    .different-content h4 {
        font-size: 26px;
    }

    .whois-for .left-content h3 {
        font-size: 40px;
        line-height: 48px;
    }

    .whois-for .left-content p {
        font-size: 17px;
    }

    .what-gain h3 {
        font-size: 50px;
        line-height: 50px;
    }

    .gain-points ul li.point p {
        font-size: 18px;
    }

    .meet-guide .guide-text {
        padding-left: 30px;
    }

    .meet-guide .guide-text h4 {
        font-size: 30px;
        line-height: initial;
    }

    .meet-guide .guide-text p {
        font-size: 18px;
    }

    .libration-covers h3 {
        font-size: 60px;
        line-height: 60px;
    }

    .libration-covers .cover-boxes h4 {
        font-size: 24px;
    }

    .libration-covers .cover-boxes p {
        font-size: 16px;
    }

    .libration-covers .cover-boxes {
        width: 325px;
        min-height: 375px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .how-its-content h3 {
        font-size: 60px;
        line-height: 67px;
    }

    .how-its-content ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .how-its-content ul li span {
        width: 60px;
    }

    .how-its-look {
        background-position: right -290px center;
    }

    .how-its-look:after {
        width: 205px;
        height: 228px;
        background-size: contain;
    }

    .power-full-section:after {
        background-size: contain;
        width: 211px;
        height: 159px;
    }

    .join-us .join-content h3 {
        font-size: 50px;
        line-height: 60px;
    }

    .join-us .join-content ul li {
        font-size: 18px;
    }

    .join-us .join-content {
        width: 500px;
        margin-left: auto;
    }

    .join-us .join-content p {
        font-size: 20px;
    }

    .investment-box .box span.price {
        font-size: 30px;
        line-height: 30px;
    }

    .join-us .join-content .investment-box .box p {
        margin-bottom: 0;
        font-size: 16px;
    }

    .join-us .join-content h4 {
        font-size: 24px;
    }

    .page-template-liberation-magic-template .site-footer.style_1 {
        height: 420px;
    }

    .page-template-liberation-magic-template .site-footer.style_1::before {
        top: -80px;
    }
}

@media(max-width:1099px) {
    .about-banner .about-banner-content h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .about-banner .about-banner-content h2 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .about-banner .about-banner-content p {
        font-size: 20px;
        max-width: 540px;
    }

    section.about-banner {
        min-height: 440px;
        background-position: bottom -30px right;
    }

    .page-template-about-template .content-section .content-box p {
        font-size: 16px;
        line-height: 34px;
    }

    .content-section.about-content-section:before {
        width: 435px;
        height: 536px;
        background-size: contain;
        top: 55%;
    }

    .who-iam .content h3 {
        font-size: 40px;
        line-height: 45px;
    }

    .who-iam .content h3 span {
        font-size: 40px;
        line-height: 55px;
    }

    .how-this-works:before {
        height: 40px;
    }

    .how-this-works {
        padding: 50px 0 110px;
    }

    .how-this-works .headings h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .how-this-works .headings p br {
        display: none;
    }

    .how-this-works .works-text h4 {
        font-size: 40px;
        line-height: 45px;
    }

    .inner-banner.tarot-banner .banner-content h1 {
        font-size: 65px;
        line-height: 80px;
    }

    .how-this-works .works-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .how-this-works .works-text ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .who-iam.about-owner {
        background-size: 40px;
        padding: 20px 0 40px;
    }

    section.who-iam.about-owner .img:before {
        width: 185px;
        height: 140px;
        background-size: contain;
        left: -20px;
        top: -110px;
    }

    .welcome-section.welcome-inner.about-last-section .container:before {
        width: 180px;
        height: 90px;
        left: 30px;
    }

    .about-last-section .reading-content:before {
        width: 101px;
        height: 256px;
        background-size: contain;
    }

    .about-last-section .reading-content:after {
        width: 100px;
        height: 224px;
        background-size: contain;
    }

    .welcome-inner .reading-content p br {
        display: none;
    }

    .inner-banner.tarot-banner .banner-content p {
        font-size: 24px;
        line-height: 30px;
    }

    .who-iam.about-owner .content h4 {
        font-size: 30px;
        line-height: 30px;
        margin-top: 0px;
    }

    .who-iam.about-owner .content h3 span {
        font-size: 40px;
        line-height: 50px;
    }

    .welcome-section.welcome-inner.about-last-section:before {
        height: 50px;
    }

    .gift-section .gift-heading h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .gift-section .gift-heading h4 {
        font-size: 65px;
        line-height: 70px;
        margin-bottom: 20px;
    }

    .gift-section .gift-heading p {
        font-size: 16px;
        line-height: 25px;
    }

    .gift-section .gift-row {
        column-gap: 30px;
    }

    .gift-section .gift-row .gift-box span.title {
        font-size: 20px;
    }

    .gift-section .gift-row .gift-box a {
        font-size: 15px;
    }

    .gift-section .gift-row .gift-box {
        max-width: 440px;
    }

    .inner-banner.tarot-banner {
        min-height: 545px;
    }

    .container,
    .wrapper-row {
        width: 940px !important;
        max-width: 95% !important;
    }

    .annocement-bar {
        font-size: 14px;
        min-height: 30px;
    }

    .right-menu-inner .site-header-menu .primary-menu {
        column-gap: 30px;
    }

    .social-media ul a {
        background-size: contain;
        width: 40px;
        height: 40px;
    }

    body .social-media ul {
        justify-content: flex-end;
        column-gap: 10px;
    }

    .site-header:before {
        height: 43px;
        bottom: -43px;
    }

    .home-banner:after {
        height: 72px;
        background-size: contain;
        background-position: top;
    }

    .meet-me-content span.title {
        font-size: 20px;
        line-height: 32px;
    }

    .meet-me-content h3 {
        font-size: 22px;
        line-height: 25px;
    }

    .meet-me-content h4 {
        font-size: 30px;
        line-height: 45px;
    }

    .meet-me-content a.meet-btn {
        font-size: 18px;
        background-size: contain;
        width: 435px;
        height: 83px;
    }

    .meet-me-section:after {
        top: -100px;
    }

    .welcome-content h3 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .welcome-content h3 span {
        font-size: 40px;
    }

    .welcome-content p {
        font-size: 16px;
        line-height: 28px;
    }

    .get-row p {
        font-size: 16px;
        line-height: 26px;
    }

    .welcome-section:before {
        width: 542px;
        height: 665px;
        top: 42%;
        background-size: contain;
    }

    .welcome-section .container:before {
        right: 70px;
        background-size: contain;
        width: 120px;
        height: 97px;
    }

    .libration-section {
        padding: 100px 0;
    }

    .libration-content h3 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 35px;
    }

    .libration-content h3 span {
        font-size: 50px;
        line-height: 50px;
    }

    .libration-content h4 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .reading-content h3 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 27px;
    }

    .reading-content h3 span {
        font-size: 50px;
        line-height: 50px;
    }

    .reading-section {
        min-height: 740px;
        margin-top: -140px;
        padding-top: 70px;
    }

    .reading-content p {
        font-size: 16px;
        line-height: 28px;
    }

    .libration-section:after {
        height: 20px;
    }

    .reading-section:before {
        background-size: contain;
        width: 200px;
        height: 220px;
        background-repeat: no-repeat;
    }

    .meet-me-content p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
        margin-top: 19px;
    }

    .subscription-section .subscription-content h3 {
        font-size: 50px;
        line-height: 50px;
    }

    .subscription-section .subscription-content h4 {
        font-size: 16px;
        line-height: 28px;
        max-width: 500px;
    }

    .subscription-section .subscription-content ul li {
        font-size: 16px;
        max-width: 500px;
    }

    .subscription-section .subscription-content h5 {
        font-size: 24px;
        line-height: 36px;
        max-width: 410px;
    }

    .subscription-section .subscription-content h3 span {
        font-size: 35px;
        line-height: 35px;
    }

    .subscription-section {
        min-height: auto;
        padding-bottom: 120px;
        padding-top: 100px;
    }

    .subscription-section .subscription-content p {
        font-size: 16px;
    }

    .subscription-content .form-row .form-col input,
    .subscription-content .seva-fields.formkit-fields .formkit-field input {
        min-height: 60px;
    }

    .subscription-content .form-row .form-col-full p input,
    .subscription-content button.formkit-submit.formkit-submit {
        font-size: 18px;
        width: 208px;
        height: 68px;
        background-size: contain;
    }

    .home-news:after {
        background-size: contain;
        width: 200px;
        height: 100px;
    }

    .home-news {
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 110px;
    }

    .new-headings h3 {
        font-size: 50px;
    }

    .new-headings h3 span {
        font-size: 40px;
        line-height: 40px;
    }

    .new-headings p {
        font-size: 16px;
        max-width: 610px;
    }

    .new-content span.date {
        font-size: 14px;
        width: 198px;
        height: 46px;
        background-size: contain;
    }

    .new-content span.title {
        font-size: 20px;
        line-height: 30px;
    }

    .view-all a {
        font-size: 18px;
        width: 218px;
        height: 72px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .social-media-footer .social-media ul {
        justify-content: center;
    }

    .social-media-footer:before,
    .social-media-footer:after {
        width: calc(50% - 85px);
    }

    .footer-col .menu-footer-menu-container a {
        font-size: 20px;
    }

    .site-footer:before {
        background-size: contain;
        width: 190px;
        height: 190px;
        top: 0px;
        background-repeat: no-repeat;
    }

    .content-section:before {
        width: 502px;
        height: 635px;
        background-size: contain;
    }

    .libration-covers .cover-boxes {
        width: 300px;
        min-height: 375px;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 35px 20px;
    }
}

@media (max-width: 1023px) {
    .whois-for {
        background: no-repeat;
    }

    .inner-banner.tarot-banner {
        min-height: 455px;
    }

    .inner-banner.tarot-banner .banner-content h1 {
        font-size: 50px;
        line-height: 65px;
    }

    .inner-banner.tarot-banner .banner-content p {
        font-size: 20px;
        line-height: 25px;
    }

    .testimonial-box {
        min-height: 625px;
    }

    .testimonial-box .testimonial-content p {
        font-size: 17px;
        max-width: 630px;
        line-height: 33px;
    }

    .testimonial-box .testimonial-content h3 {
        font-size: 35px;
    }

    .tarot-iframe h3 {
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 25px;
    }

    .tarot-iframe {
        padding: 50px 0 30px;
    }

    .testimonial-box.testimonial-two .container:before {
        width: 97px;
        height: 307px;
        background-size: contain;
    }

    .testimonial-box .container:before {
        width: 91px;
        height: 231px;
        background-size: contain;
    }

    .gift-section .gift-heading h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .gift-section .gift-heading h4 {
        font-size: 50px;
        line-height: 60px;
    }

    .gift-section .gift-row {
        column-gap: 30px;
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .gift-section .gift-row .gift-box {
        max-width: 100%;
        min-width: 100%;
    }

    .container,
    .wrapper-row {
        width: 680px !important;
        max-width: 95% !important;
    }

    .logo img {
        max-width: 25%;
    }

    .logo_side a.logo {
        text-align: left;
    }

    .home-banner .headings h1 {
        font-size: 40px;
    }

    .home-banner .headings h2 {
        font-size: 22px;
        margin-bottom: 22px;
    }

    .home-banner .headings p {
        font-size: 16px;
        margin-bottom: 45px;
    }

    .home-banner .banner-form .formkit-form[data-uid="61134b2a80"] .formkit-input {
        font-size: 16px;
        min-height: 55px;
    }

    .banner-form .seva-fields.formkit-fields .formkit-field {
        width: 33%;
    }

    .banner-form .seva-fields.formkit-fields button.formkit-submit.formkit-submit {
        font-size: 18px;
        width: 164px;
        height: 62px;
    }

    .banner-video video {
        height: 570px;
    }

    .home-banner:after {
        height: 39px;
        background-size: contain;
        background-position: top;
    }

    .meet-me-section:after {
        top: -50px;
    }

    .meet-me-section:before {
        top: -140px;
    }

    .meet-me-section .col-md-6 {
        width: 100%;
        flex: initial;
        max-width: 100%;
    }

    .meet-me-section .col-md-6:first-child {
        order: 2;
        padding-top: 70px;
    }

    .meet-me-image {
        text-align: center;
    }

    .meet-me-section {
        background-size: 40px;
        background-repeat: repeat;
    }

    .site-header {
        background-size: 26px;
    }

    .welcome-section {
        background-size: 40px;
        padding-bottom: 100px;
    }

    .welcome-section:after {
        width: 70px;
        height: 73px;
        background-size: contain;
        left: 60px;
        bottom: 0px;
    }

    .welcome-section .container:before {
        right: 70px;
        background-size: contain;
        width: 90px;
        height: 73px;
        bottom: 10px;
    }

    .libration-section .col-md-6:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .libration-section .col-md-6:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 90px;
    }

    .reading-section {
        min-height: 660px;
        margin-top: -110px;
        padding-top: 60px;
    }

    .reading-section:before {
        background-size: contain;
        width: 140px;
        height: 190px;
        background-repeat: no-repeat;
        bottom: -128px;
        right: 40px;
    }

    .subscription-section {
        min-height: auto;
        padding-bottom: 100px;
        padding-top: 112px;
        margin-top: -80px;
        background-position: right -160px center;
    }

    .subscription-section .subscription-content h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .subscription-section .subscription-content h3 span {
        font-size: 30px;
        line-height: 30px;
    }

    .subscription-section .container:before {
        content: '';
        /* background: #ffffff; */
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.5;
    }

    .subscription-section .subscription-content {
        width: 682px;
        position: relative;
        z-index: 1;
    }

    .home-news:after {
        background-size: contain;
        width: 170px;
        height: 80px;
        top: -75px;
    }

    .home-news {
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 110px;
        background-size: 40px;
    }

    .new-headings h3 {
        font-size: 40px;
    }

    .new-headings h3 span {
        font-size: 35px;
        line-height: 35px;
    }

    .news-boxes .col-md-4 {
        flex: 50%;
        max-width: 50%;
    }

    .news-boxes .row {
        margin: 0 -25px;
        row-gap: 50px;
    }

    .home-news .container:after {
        width: 186px;
        height: 69px;
        background-size: contain;
        bottom: 70px;
        right: 30px;
    }

    .home-news:before {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .site-footer:before {
        background-size: contain;
        width: 160px;
        height: 160px;
        top: 0px;
        background-repeat: no-repeat;
    }

    .site-footer {
        padding-top: 30px;
    }

    .footer-col .menu-footer-menu-container a {
        font-size: 16px;
        margin-left: 15px;
        padding-right: 30px !important;
    }

    .site-footer ul.bottom-footer-links li {
        font-size: 14px;
    }

    /* .footer-col {
        width: 100% !important;
        display: block;
        flex: unset;
        margin: 0 0 30px;
    } */

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
        padding: 15px 0;
    }

    .logo img {
        max-width: 25%;
    }

    .site-header {
        position: relative;
    }

    .mobile-header .main-navigation {
        width: 100%;
        background-color: #000;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 10;
        display: none;
    }

    .mobile-header .main-navigation li {
        width: 100%;
        text-align: left;
        padding: 0;
        border-bottom: 1px solid #333;

    }

    .mobile-header .main-navigation li a {
        padding: 10px 30px;
        width: 100%;
        color: #fff;
    }

    .main-navigation li.current-menu-item a,
    .main-navigation li a:hover {
        color: #e52323;
    }

    .logo_side {
        width: 75%;
        float: left;
    }

    .menu_side {
        width: 25%;
        float: left;
    }

    .header-info {
        padding-bottom: 30px;
    }

    .header-info ul li {
        margin-left: 0;
    }

    .header-info li {
        padding: 0 10px;
    }

    .inner-banner .banner-content h1 {
        font-size: 45px;
        line-height: 50px;
    }

    .inner-banner .banner-content h2 {
        font-size: 35px;
        line-height: 55px;
    }

    .inner-banner {
        min-height: 435px;
    }

    .content-section .container:before {
        width: 179px;
        height: 159px;
        background-size: contain;
    }

    .content-section .container:after {
        width: 161px;
        height: 114px;
        background-size: contain;
    }

    .content-section .content-box h3 {
        font-size: 18px;
        line-height: initial;
    }

    .content-section .content-box p {
        font-size: 16px;
        line-height: 30px;
    }

    .content-section .content-box p br {
        display: none;
    }

    .content-section .content-box h4 {
        font-size: 26px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .welcome-section.welcome-inner .container:before {
        background-size: contain;
        width: 105px;
        height: 109px;
        top: -10px;
        left: 60px;
    }

    .welcome-section.welcome-inner {
        min-height: 670px;
    }

    .reading-content h3 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 27px;
    }

    .reading-content h3 span {
        font-size: 40px;
        line-height: 45px;
    }

    .libration-inner-section .libration-content h4 {
        font-size: 26px;
        line-height: 30px;
    }

    .libration-colum-section .col-md-6 {
        flex: 100%;
        max-width: 100%;
    }

    .libration-colum-section .col-md-6:first-child {
        order: 2;
        padding-top: 90px;
    }

    .libration-colum-section .row:first-child .libration-col-img {
        position: relative;
        padding-left: 0px;
    }

    .libration-colum-section .col-md-5 {
        flex: 100%;
        max-width: 100%;
        padding-bottom: 70px;
    }

    .libration-colum-section .col-md-7 {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .libration-colum-section .row .col-md-7 .libration-col-content {
        padding-left: 0px;
    }

    .libration-colum-section .container:after {
        background-size: contain;
        width: 155px;
        height: 169px;
        bottom: -122px;
    }

    .red-content h3 {
        font-size: 55px;
        line-height: 55px;
    }

    .red-section {
        height: 600px;
    }

    .red-content p {
        font-size: 16px;
    }

    .make-different {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .different-content h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .different-content p {
        font-size: 16px;
        line-height: initial;
    }

    .different-content h4 {
        font-size: 24px;
    }

    .whois-for .left-content h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .whois-for .left-content p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .whois-for .left-content ul li {
        font-size: 16px;
    }

    .what-gain {
        padding: 50px 0 110px;
    }

    .what-gain h3 {
        font-size: 40px;
        line-height: 45px;
    }

    .gain-points ul li.point {
        width: 100%;
    }

    .gain-points ul li.point p {
        font-size: 16px;
    }

    .meet-guide {
        padding-top: 85px;
    }

    .meet-guide .col-md-6 {
        flex: 100%;
        max-width: 100%;
    }

    .meet-guide .guide-text {
        padding-left: 0px;
        padding-top: 70px;
    }

    .meet-guide .guide-text h4 {
        font-size: 26px;
        line-height: initial;
    }

    .meet-guide .guide-text p {
        font-size: 16px;
        line-height: initial;
    }

    .libration-covers h3 {
        font-size: 40px;
        line-height: 45px;
    }

    .libration-covers .col-md-4 {
        flex: 100%;
        max-width: 100%;
    }

    .libration-covers .cover-boxes {
        width: 350px;
        min-height: 435px;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 35px 30px;
        margin: 0 auto;
    }

    .libration-covers .cover-boxes h4 {
        font-size: 30px;
    }

    .how-its-look {
        background-position: right -290px center;
        padding: 130px 0;
    }

    .how-its-content h3 {
        font-size: 40px;
        line-height: 55px;
        max-width: 440px;
    }

    .how-its-content ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .how-its-look:after {
        width: 145px;
        height: 158px;
        background-size: contain;
        bottom: -80px;
    }

    .power-full-section {
        padding: 77px 0;
    }

    .power-full-section:after {
        background-size: contain;
        width: 171px;
        height: 129px;
        left: 10px;
    }

    /* .join-us .container:before {
        content: '';
        background-image: url(./assets/images/libration-images/cover-texture.png);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.6;
    } */

    .join-us .join-content {
        width: 100%;
        margin-left: auto;
        position: relative;
    }

    .join-us {
        background-position: left -120px center;
        min-height: 1162px;
        background-image: none;
    }
}

@media (max-width: 767px) {
    .contact-form h3 {
        font-size: 40px;
        line-height: 45px;
    }

    .contact-form .row input.wpcf7-text {
        min-height: 60px;
        font-size: 14px;
    }

    .contact-form .row textarea {
        font-size: 14px;
    }

    .contact-form .row .wpcf7-submit {
        font-size: 16px;
        width: 213px;
        height: 70px;
        background-size: contain;
    }

    .contact-form-section {
        min-height: auto;
        padding: 100px 0;
        background-position: right;
    }

    .page-template-contact-template footer.site-footer:before {
        top: -60px;
        width: 253px;
        height: 89px;
        right: 50px;
    }

    .contact-form-section .contact-form:after {
        width: 133px;
        height: 138px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .who-iam .content p {
        font-size: 14px;
        line-height: 24px;
    }

    .who-iam .content h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .what-we-do .headings p {
        font-size: 14px;
        line-height: 24px;
    }

    .we-do-boxes .we-do-box span.title {
        font-size: 24px;
        line-height: 34px;
    }

    .we-do-box img {
        max-width: 70px;
    }

    .we-do-boxes .we-do-box p {
        font-size: 14px;
        line-height: 24px;
    }

    .we-do-boxes .we-do-box {
        width: 346px;
        height: 411px;
        background-size: contain;
    }

    .how-this-works .headings h3 {
        font-size: 35px;
        line-height: 45px;
    }

    .how-this-works .headings p {
        font-size: 14px;
        line-height: 24px;
    }

    .how-this-works .headings {
        padding-bottom: 70px;
    }

    .how-this-works .works-text h4 {
        font-size: 35px;
        line-height: 40px;
    }

    .how-this-works .works-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .how-this-works .works-text ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .how-this-works .works-text ul li:before {
        width: 25px;
        height: 25px;
        background-size: contain;
    }

    .how-this-works .row .col-md-7:first-child {
        order: 2;
        padding-top: 50px;
    }

    .how-this-works .works-text ul {
        row-gap: 10px;
    }

    .who-iam.about-owner .content h3 span {
        font-size: 35px;
        line-height: 45px;
    }

    .who-iam .content-big p {
        font-size: 14px;
        line-height: 24px;
        padding-left: 0px;
    }

    .how-this-works .works-text a {
        font-size: 14px;
        width: 160px;
        height: 63px;
        background-size: contain;
    }

    section.about-banner {
        background-position: bottom -0px right;
        min-height: 375px;
    }

    .about-banner .about-banner-content h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .about-banner .about-banner-content h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 18px;
    }

    .about-banner .about-banner-content p {
        font-size: 16px;
        max-width: 100%;
    }

    .content-section.about-content-section {
        min-height: inherit;
        padding: 70px 0;
    }

    .inner-banner.tarot-banner {
        min-height: 365px;
    }

    .content-section.about-content-section:before {
        width: 300px;
        height: 368px;
        background-size: contain;
        top: 48%;
    }

    .page-template-about-template .content-section .content-box p {
        font-size: 14px;
        line-height: 27px;
    }

    .who-iam .col-md-6:nth-child(2) {
        margin-top: 60px;
    }

    .who-iam .content h3 {
        font-size: 35px;
        line-height: 35px;
    }

    .who-iam .content h3 span {
        font-size: 35px;
        line-height: 50px;
    }

    .who-iam .col-md-12 {
        padding-top: 20px;
    }

    .who-iam .content-big p {
        font-size: 16px;
        line-height: 28px;
        padding-left: 0px;
    }

    .what-we-do .headings h3 {
        font-size: 35px;
        line-height: 45px;
    }

    .what-we-do .headings h3 span {
        font-size: 35px;
        line-height: 45px;
    }

    .what-we-do .headings p br {
        display: none;
    }

    .inner-banner.tarot-banner .banner-content h1 {
        font-size: 40px;
        line-height: 55px;
    }

    .inner-banner.tarot-banner .banner-content p {
        font-size: 18px;
        line-height: 25px;
    }

    .inner-banner.tarot-banner .banner-content p br {
        display: none;
    }

    .container,
    .wrapper-row {
        width: 520px !important;
        max-width: 95% !important;
    }

    .site-header:before {
        height: 43px;
        bottom: -27px;
    }

    .banner-form .seva-fields.formkit-fields .formkit-field {
        width: 48%;
    }

    .home-banner .banner-form .formkit-form[data-uid="61134b2a80"] .formkit-input {
        font-size: 16px;
        min-height: 40px;
        padding: 12px 20px;
    }

    .banner-form .seva-fields.formkit-fields {
        column-gap: 15px;
        justify-content: center;
        row-gap: 25px;
    }

    .meet-me-section:before {
        top: -120px;
        width: 159px;
        height: 137px;
    }

    .meet-me-section:after {
        top: -50px;
        width: 92px;
        height: 67px;
    }

    .meet-me-section {
        padding-top: 80px;
    }

    .meet-me-content span.title {
        font-size: 18px;
        line-height: 26px;
    }

    .meet-me-content h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .meet-me-content h4 {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .meet-me-content p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .meet-me-content a.meet-btn {
        font-size: 14px;
        background-size: contain;
        width: 370px;
        height: 71px;
        background-repeat: no-repeat;
    }

    .welcome-content h3 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .welcome-content h3 span {
        font-size: 30px;
    }

    .welcome-content p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 auto 15px;
    }

    .get-row .col-md-4 {
        text-align: center;
        width: 50%;
    }

    .get-row .row {
        row-gap: 35px;
        justify-content: center;
    }

    .get-row p {
        font-size: 14px;
        line-height: 24px;
    }

    .welcome-section {
        background-size: 40px;
        padding-bottom: 50px;
    }

    .libration-section .container:before {
        display: none;
    }

    .libration-content h3 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
        column-gap: 15px;
    }

    .libration-content h4 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .libration-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .libration-row .col-md-4 {
        text-align: center;
        width: 50%;
    }

    .libration-content h3 span {
        font-size: 35px;
        line-height: 35px;
    }

    .libration-row .row {
        justify-content: center;
        row-gap: 30px;
    }

    .libration-content a {
        font-size: 14px;
        width: 153px;
        height: 60px;
        background-size: contain;
    }

    .reading-content h3 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 27px;
    }

    .reading-content h3 span {
        font-size: 35px;
        line-height: 35px;
    }

    .reading-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .reading-content a {
        font-size: 14px;
        width: 190px;
        height: 62px;
        margin: 25px auto 0;
    }

    .subscription-section {
        min-height: auto;
        padding-bottom: 100px;
        padding-top: 72px;
        margin-top: -30px;
        background-position: right -180px center;
        background-size: cover;
    }

    .subscription-section .container:before {
        background-color: #000;
    }

    .subscription-section .subscription-content h3 {
        font-size: 35px;
        line-height: 35px;
        color: #fff;
    }

    .subscription-section .subscription-content h4 {
        font-size: 14px;
        line-height: 24px;
        max-width: 500px;
        color: #fff;
    }

    .subscription-section .subscription-content ul li {
        font-size: 14px;
        max-width: 500px;
        color: #fff;
    }

    .subscription-section .subscription-content h5 {
        font-size: 20px;
        line-height: 36px;
        max-width: 410px;
        color: #fff;
    }

    .subscription-section .subscription-content p {
        font-size: 14px;
        color: #fff;
    }

    .subscription-section .subscription-content {
        width: 100%;
    }

    .new-headings h3 {
        font-size: 35px;
    }

    .new-headings h3 span {
        font-size: 30px;
        line-height: 30px;
    }

    .new-headings p {
        font-size: 14px;
    }

    .new-content span.date {
        font-size: 12px;
        width: 170px;
        height: 40px;
        background-size: contain;
    }

    .news-boxes .col-md-4 {
        flex: 50%;
        max-width: 50%;
    }

    .news-boxes .row {
        margin: 0 -15px;
    }

    .new-content span.title {
        font-size: 18px;
        line-height: 28px;
    }

    .new-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .new-content a.read-more {
        font-size: 14px;
    }

    .view-all a {
        font-size: 14px;
        width: 180px;
        height: 59px;
        background-size: contain;
    }

    .home-news .container:after {
        width: 116px;
        height: 43px;
        background-size: contain;
        bottom: 70px;
        right: 30px;
    }

    .site-footer:before {
        background-size: contain;
        width: 130px;
        height: 131px;
        top: 0px;
        background-repeat: no-repeat;
        right: 30px;
    }

    .site-footer .menu-footer-menu-container ul {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-col {
        text-align: center;
        width: 100% !important;
    }

    .footer-col:last-child {
        margin-bottom: 0;
    }

    ul.bottom-footer-links {
        flex-wrap: wrap;
        row-gap: 17px;
    }

    .btm-footer-col {
        flex: unset;
        width: 100%;
        text-align: center !important;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .btm-footer-col:last-child {
        margin-bottom: 0;
    }

    .footer-col-2 {
        width: 100% !important;
        display: block;
        flex: unset;
        margin: 0 0 30px;
        text-align: center !important;
    }

    .site-footer.style_2 .menu li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .footer-newsletter .newsletter-send {
        width: 80px;
    }

    .footer-newsletter .wpcf7-form-control-wrap {
        width: 80%;
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: -ms-calc(100% - 80px);
        width: -o-calc(100% - 80px);
        width: calc(100% - 80px);
    }

    .inner-banner .banner-content h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .inner-banner .banner-content h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .inner-banner {
        min-height: 355px;
        background-position: bottom 0px center;
    }

    .inner-banner:after {
        height: 20px;
        bottom: 0px;
    }

    .content-section .container:before {
        width: 129px;
        height: 109px;
        background-size: contain;
        top: -80px;
        background-repeat: no-repeat;
    }

    .content-section .container:after {
        width: 115px;
        height: 94px;
        background-size: contain;
        top: -60px;
        right: 20px;
    }

    .content-section .content-box h3 {
        font-size: 16px;
        line-height: initial;
    }

    .content-section .content-box p {
        font-size: 14px;
        line-height: 24px;
    }

    .content-section .content-box .button-group a:first-child {
        width: 256px;
        height: 69px;
        background-size: contain;
        font-size: 16px;
    }

    .content-section .content-box h4 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .content-section .content-box .button-group a:last-child {
        font-size: 16px;
        width: 245px;
        height: 73px;
        background-size: contain;
    }

    .content-section .content-box p br {
        display: none;
    }

    .testimonial-box:after {
        height: 50px;
        top: 0px;
    }

    .testimonial-box .container:after {
        width: 73px;
        height: 77px;
        background-size: contain;
        top: 10px;
        left: 20px;
    }

    .testimonial-box .container:before {
        width: 75px;
        height: 190px;
        background-size: contain;
    }

    .testimonial-box {
        min-height: 535px;
    }

    .testimonial-box .testimonial-content p {
        font-size: 15px;
        max-width: 100%;
        line-height: 30px;
    }

    .testimonial-box .testimonial-content h3 {
        font-size: 28px;
        line-height: initial;
    }

    .tarot-iframe h3 {
        font-size: 35px;
        line-height: initial;
    }

    .tarot-iframe {
        padding: 10px 0 10px;
    }

    .gift-section:before {
        height: 50px;
        top: -50px;
    }

    .gift-section .gift-heading p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 50px;
    }

    .gift-section .gift-row .gift-box span.title {
        font-size: 18px;
    }

    .gift-section {
        padding: 0px 0 110px;
    }

    .testimonial-box.testimonial-two .container:before {
        width: 87px;
        height: 227px;
        background-size: contain;
    }

    .gift-section .gift-heading h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .gift-section .gift-heading h4 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 10px;
    }

    .tarot-iframe:before {
        height: 50px;
        top: -50px;
    }

    .content-section:before {
        width: 392px;
        height: 465px;
        background-size: contain;
    }

    .content-section {
        padding: 45px 0 10px;
    }

    .welcome-section.welcome-inner .container:before {
        background-size: contain;
        width: 75px;
        height: 78px;
        top: 10px;
        left: 60px;
    }

    .welcome-section.welcome-inner {
        min-height: 620px;
    }

    .reading-content h3 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 27px;
    }

    .reading-content h3 span {
        font-size: 30px;
        line-height: 30px;
    }

    .welcome-inner .reading-content p br {
        display: none;
    }

    .libration-inner-section:before {
        height: 50px;
    }

    .libration-inner-section {
        padding: 40px 0 110px;
    }

    .libration-inner-section .libration-content ul li {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        padding-left: 35px;
    }

    .libration-inner-section .libration-content ul li br {
        display: none;
    }

    .libration-inner-section .libration-content ul li:before {
        width: 25px;
        height: 25px;
        background-size: contain;
        top: -2px;
    }

    .libration-inner-section .libration-content ul {
        row-gap: 13px;
        margin: 40px auto;
    }

    .libration-inner-section .libration-content h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 35px;
    }

    .libration-colum-section .container:before {
        width: 115px;
        height: 118px;
        background-size: contain;
        background-repeat: no-repeat;
        right: 20px;
        top: -110px;
    }

    .libration-colum-section:before {
        height: 50px;
    }

    .libration-colum-section {
        padding: 30px 0 50px;
    }

    .libration-colum-section .libration-col-content h3 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 15px;
    }

    .libration-colum-section .libration-col-content p b {
        font-size: 16px;
    }

    .libration-colum-section .libration-col-content ul li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .libration-colum-section .libration-col-content h4 {
        font-size: 20px;
        line-height: 33px;
    }

    .libration-colum-section .row:first-child {
        margin-bottom: 70px;
    }

    .libration-colum-section .libration-col-content p {
        font-size: 14px;
        line-height: initial;
        margin-bottom: 20px;
    }

    .libration-colum-section .row .col-md-7 .libration-col-content p b {
        font-size: 14px;
    }

    .libration-colum-section .libration-col-content a {
        font-size: 16px;
        width: 335px;
        height: 76px;
        background-size: contain;
        margin-top: 40px;
        background-repeat: no-repeat;
    }

    .libration-colum-section .container:after {
        background-size: contain;
        width: 105px;
        height: 116px;
        bottom: -92px;
        left: 40px;
    }

    .red-section {
        height: 500px;
        padding-top: 29px;
    }

    .red-content h3 {
        font-size: 45px;
        line-height: 45px;
    }

    .red-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .make-different:before {
        height: 50px;
        top: -50px;
    }

    .make-different .logo-icon {
        margin-bottom: 50px;
        text-align: center;
    }

    .different-content h3 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .different-content h3 br {
        display: none;
    }

    .different-content p {
        font-size: 14px;
        line-height: initial;
    }

    .different-content p br {
        display: none;
    }

    .different-content h4 {
        font-size: 20px;
        line-height: initial;
    }

    .different-content h4 br {
        display: none;
    }

    .make-different .col-md-6:last-child {
        padding-top: 50px;
    }

    .whois-for:after {
        width: 135px;
        height: 146px;
        background-size: contain;
        right: 30px;
        top: -70px;
    }

    .make-different:after {
        height: 50px;
    }

    .make-different {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .whois-for {
        height: auto;
        padding: 100px 0;
    }

    .whois-for .left-content h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .whois-for .left-content p {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: initial;
    }

    .whois-for .left-content ul li {
        font-size: 14px;
        padding-left: 35px;
        margin-bottom: 15px;
    }

    .whois-for .left-content ul li:before {
        width: 25px;
        height: 25px;
        background-size: contain;
    }

    .what-gain:before {
        height: 50px;
        top: -50px;
    }

    .what-gain h3 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 35px;
    }

    .gain-points ul li.point img {
        max-width: 50px;
    }

    .gain-points ul li.point span {
        width: 50px;
    }

    .gain-points ul li.point p {
        font-size: 14px;
        line-height: initial;
    }

    .gain-points ul {
        row-gap: 20px;
    }

    .meet-guide .guide-text {
        padding-left: 0px;
        padding-top: 50px;
    }

    .meet-guide .guide-text h4 {
        font-size: 20px;
        line-height: initial;
        margin-bottom: 15px;
    }

    .meet-guide .guide-text p {
        font-size: 14px;
        line-height: initial;
    }

    .guide-text a {
        font-size: 16px;
        width: 227px;
        height: 75px;
        background-size: contain;
    }

    .libration-covers:before {
        height: 50px;
    }

    .what-gain {
        padding: 20px 0 90px;
    }

    .libration-covers {
        padding: 0px 0 0px;
    }

    .libration-covers:after {
        height: 50px;
        bottom: -50px;
    }

    .libration-covers h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .libration-covers .cover-boxes {
        width: 289px;
        min-height: 345px;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 35px 30px;
        margin: 0 auto;
    }

    .libration-covers .cover-boxes h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .libration-covers .cover-boxes p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .libration-covers a {
        font-size: 16px;
        width: 225px;
        height: 73px;
        background-size: contain;
        margin: 25px auto 0;
    }

    .how-its-content h3 {
        font-size: 35px;
        line-height: 45px;
        max-width: 390px;
    }

    .how-its-content ul {
        row-gap: 15px;
    }

    .how-its-content ul li {
        font-size: 14px;
        line-height: 22px;
    }

    .how-its-content ul li span {
        width: 50px;
    }

    .how-its-look {
        background-position: right -290px center;
        padding: 95px 0;
    }

    .power-full-section:before {
        height: 50px;
        top: -50px;
    }

    .power-full-section {
        padding: 20px 0 50px;
        background-size: 50px;
    }

    .how-its-look {
        background-repeat: repeat;
        background-position: center;
        padding: 95px 0;
        background-image: none;
        background-image: url(./assets/images/libration-images/powe-bg.png);
        background-size: 50px;
    }

    .reading-content h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .join-us:before {
        height: 50px;
        top: 0px;
    }

    .power-full-section .reading-content a {
        font-size: 16px;
        width: 350px;
        height: 75px;
    }

    .power-full-section:after {
        background-size: contain;
        width: 131px;
        height: 109px;
        left: 30px;
    }

    .join-us .join-content h3 {
        font-size: 35px;
        line-height: 45px;
    }

    .join-us .join-content ul li {
        font-size: 14px;
        padding-left: 25px;
    }

    .join-us .join-content ul li:before {
        top: 4px;
    }

    .join-us .join-content ul {
        padding-bottom: 30px;
    }

    .join-us .join-content p {
        font-size: 16px;
    }

    .investment-box .box span.price {
        font-size: 24px;
        line-height: 24px;
    }

    .join-us .join-content .investment-box .box p {
        font-size: 14px;
    }

    .join-us .join-content h4 {
        font-size: 18px;
    }

    .join-us {
        background-position: left -120px center;
        min-height: 1000px;
        background-image: none;
    }

    .join-content a {
        font-size: 16px;
        width: 305px;
        height: 66px;
        background-size: contain;
        margin-top: 20px;
    }
}

@media(max-width:599px) {
    .whois-for:after {
        width: 100px;
        height: 106px;
        background-size: contain;
        right: 30px;
        top: -20px;
    }

    .how-its-look:after {
        width: 95px;
        height: 104px;
        background-size: contain;
        bottom: -50px;
        right: 38px;
    }

    .libration-covers:after {
        height: 160px;
        bottom: -50px;
        background-size: 1590px;
        z-index: -1;
    }

    .libration-covers:before {
        height: 50px;
    }

    .libration-covers {
        padding: 0px 0 0px;
        background-size: 50px;
    }

    .power-full-section .reading-content a {
        width: 300px;
        height: 65px;
    }

    .page-template-tarot-template footer.site-footer.style_1 {
        margin-top: -80px;
        padding-top: 20px;
    }

    .gift-section:after {
        height: 4px;
    }

    .gift-section {
        padding: 0px 0 80px;
    }

    .content-section .container:after {
        width: 92px;
        height: 79px;
        background-size: contain;
        top: -50px;
        right: 20px;
    }

    .how-this-works {
        padding: 20px 0 90px;
    }

    .what-we-do {
        padding: 70px 0 70px;
    }

    .who-iam.about-owner {
        background-size: 40px;
        padding: 20px 0 20px;
    }

    .meet-me-section:before {
        top: -100px;
        width: 125px;
        height: 107px;
        background-repeat: no-repeat;
    }

    .contact-form-section .contact-form:after {
        width: 93px;
        height: 98px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .about-banner .about-banner-content h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .about-banner .about-banner-content h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .about-banner .about-banner-content p {
        font-size: 14px;
        max-width: 100%;
        line-height: 18px;
    }

    .content-section.about-content-section {
        min-height: inherit;
        padding: 40px 0;
    }

    .who-iam .col-md-6:nth-child(2) {
        margin-top: 40px;
    }

    .who-iam .content h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .who-iam .content h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .what-we-do .headings h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .what-we-do .headings h3 span {
        font-size: 30px;
        line-height: 40px;
    }

    .we-do-boxes .we-do-box span.title {
        font-size: 20px;
        line-height: 28px;
    }

    .we-do-box img {
        max-width: 45px;
    }

    .we-do-boxes .we-do-box p {
        font-size: 12px;
        line-height: 19px;
    }

    .we-do-boxes .we-do-box {
        width: 346px;
        height: 370px;
        background-size: contain;
    }

    .how-this-works:before {
        height: 40px;
        top: -37px;
    }

    .how-this-works .headings h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .how-this-works .headings {
        padding-bottom: 50px;
    }

    .how-this-works .works-text h4 {
        font-size: 30px;
        line-height: 39px;
    }

    .who-iam.about-owner:before {
        height: 40px;
        top: -40px;
    }

    .who-iam .content h3 span {
        font-size: 30px;
        line-height: 48px;
    }

    section.who-iam.about-owner .img:before {
        width: 135px;
        height: 100px;
        background-size: contain;
        left: -10px;
        top: -80px;
    }

    .who-iam.about-owner .content h3 span {
        font-size: 30px;
        line-height: 40px;
    }

    .who-iam.about-owner .content h4 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .who-iam .content-big p {
        font-size: 14px;
        line-height: 24px;
        padding-left: 0px;
    }

    .we-do-boxes {
        padding-top: 35px;
    }

    .welcome-section.welcome-inner.about-last-section .container:before {
        width: 130px;
        height: 70px;
        left: 30px;
    }

    .about-last-section .reading-content:after {
        width: 60px;
        height: 153px;
        background-size: contain;
    }

    .page-template-about-template footer.site-footer:before {
        top: -50px;
    }

    .about-last-section .reading-content:before {
        width: 61px;
        height: 154px;
        background-size: contain;
    }

    .content-section .content-box .button-group a:first-child {
        width: 237px;
    }

    .content-section .content-box .button-group a:last-child {
        font-size: 16px;
        width: 228px;
    }

    .content-section .content-box .button-group {
        flex-wrap: wrap;
        row-gap: 19px;
    }

    .testimonial-box {
        min-height: auto;
        padding: 100px 0;
    }

    .testimonial-box .testimonial-content p {
        font-size: 14px;
        max-width: 100%;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .tarot-iframe:before {
        height: 50px;
        top: -47px;
    }

    .testimonial-box.testimonial-two .container:before {
        width: 70px;
        height: 200px;
        background-size: contain;
    }

    .gift-section:before {
        height: 50px;
        top: -47px;
    }

    .gift-section .gift-heading h3 {
        font-size: 20px;
        line-height: 34px;
    }

    .gift-section .gift-heading h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 7px;
    }

    .gift-section .gift-heading p br {
        display: none;
    }

    .tarot-iframe h3 {
        font-size: 30px;
        line-height: initial;
    }

    .testimonial-box .testimonial-content h3 {
        font-size: 24px;
        line-height: initial;
    }

    .gift-section .gift-row .gift-box span.title {
        font-size: 16px;
        width: 278px;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .gift-section .gift-row .gift-box {
        padding: 0 20px 10px;
    }

    .gift-section .gift-row .gift-box a {
        font-size: 14px;
        padding: 15px 20px;
    }

    .annocement-bar {
        font-size: 12px;
        min-height: 40px;
    }

    .container,
    .wrapper-row {
        width: 340px !important;
        max-width: 95% !important;
    }

    .logo img {
        max-width: 40%;
    }

    .site-header.style_3 {
        padding: 10px 0;
    }

    .site-header:before {
        height: 27px;
        bottom: -26px;
    }

    .banner-video video {
        height: 710px;
    }

    .home-banner .headings h1 {
        font-size: 30px;
    }

    .home-banner .headings h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .home-banner .headings p {
        font-size: 14px;
        margin-bottom: 41px;
    }

    .banner-form .seva-fields.formkit-fields .formkit-field {
        width: 100%;
    }

    .banner-form .seva-fields.formkit-fields {
        column-gap: 15px;
        justify-content: center;
        row-gap: 12px;
    }

    .banner-form .seva-fields.formkit-fields button.formkit-submit.formkit-submit {
        font-size: 14px;
        width: 140px;
        height: 54px;
    }

    .home-banner:after {
        height: 30px;
        background-size: contain;
        background-position: top;
        bottom: -1px;
    }

    .home-news {
        padding-bottom: 70px;
    }

    .home-news .container:after {
        right: 0px;
    }

    .meet-me-section .col-md-6:first-child {
        order: 2;
        padding-top: 50px;
    }

    .meet-me-content a.meet-btn {
        font-size: 14px;
        background-size: contain;
        width: 340px;
        height: 63px;
        background-repeat: no-repeat;
    }

    .meet-me-section {
        padding-bottom: 80px;
        padding-top: 60px;
    }

    .welcome-content h3 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .welcome-content h3 span {
        font-size: 24px;
    }

    .welcome-section:before {
        width: 100%;
        height: 510px;
        top: 42%;
        background-size: contain;
    }

    .get-row .col-md-4 {
        text-align: center;
        width: 100%;
    }

    .welcome-section:after {
        left: 30px;
        width: 50px;
        height: 52px;
    }

    .welcome-section .container:before {
        right: 40px;
        background-size: contain;
        width: 60px;
        height: 54px;
        bottom: 0px;
    }

    .libration-content h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 25px;
        column-gap: 10px;
        justify-content: center;
    }

    .libration-content h3 span {
        font-size: 30px;
        line-height: 30px;
    }

    .libration-content h4 {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .libration-row .col-md-4 {
        text-align: center;
        width: 100%;
    }

    .libration-content {
        text-align: center;
    }

    .reading-content h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .reading-content h3 span {
        font-size: 30px;
        line-height: 30px;
    }

    .subscription-section .subscription-content h3 {
        font-size: 30px;
        line-height: 30px;
        color: #fff;
    }

    .subscription-section .subscription-content h3 span {
        font-size: 25px;
        line-height: 25px;
    }

    .subscription-section .subscription-content h5 {
        font-size: 18px;
        line-height: 30px;
    }

    .subscription-content .seva-fields.formkit-fields .formkit-field {
        width: 100%;
    }

    .subscription-content .form-row .form-col input,
    .subscription-content .seva-fields.formkit-fields .formkit-field input {
        min-height: 50px;
    }

    .subscription-content .form-row .form-col-full p input,
    .subscription-content button.formkit-submit.formkit-submit {
        font-size: 14px;
        width: 170px;
        height: 56px;
        background-size: contain;
    }

    .new-headings h3 {
        font-size: 30px;
    }

    .new-headings h3 span {
        font-size: 25px;
        line-height: 25px;
    }

    .news-boxes .col-md-4 {
        flex: 100%;
        max-width: 100%;
    }

    .new-content {
        text-align: center;
    }

    .subscription-section:after {
        height: 23px;
        background-size: contain;
    }

    .site-footer ul.bottom-footer-links li:first-child {
        width: 100%;
        padding: 0;
        margin: 0;
        border: 0;
    }

    .footer-col .menu-footer-menu-container a {
        font-size: 14px;
        margin-left: 10px;
        padding-right: 25px !important;
    }

    .site-footer ul.bottom-footer-links li:first-child:after {
        display: none;
    }

    .footer-col .menu-footer-menu-container {
        margin-bottom: 25px;
    }

    .inner-banner .banner-content h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .inner-banner .banner-content h1 br {
        display: none;
    }

    .inner-banner .banner-content h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .welcome-section.welcome-inner:before {
        height: 50px;
    }

    .libration-inner-section .libration-content h3 {
        display: inline-block;
    }

    .libration-inner-section {
        padding: 10px 0 90px;
        background-size: 50px;
    }

    .libration-colum-section {
        background-size: 50px;
        padding: 10px 0 30px;
    }

    .libration-colum-section:after {
        height: 50px;
        bottom: -45px;
    }

    .make-different {
        padding-top: 0px;
        padding-bottom: 10px;
        background-size: 50px;
    }

    .what-gain {
        padding: 20px 0 90px;
        background-size: 50px;
    }

    .libration-colum-section .container:before {
        width: 95px;
        height: 98px;
        background-size: contain;
        background-repeat: no-repeat;
        right: 10px;
        top: -110px;
    }

    .libration-colum-section .col-md-6:first-child {
        order: 2;
        padding-top: 50px;
    }

    .libration-colum-section .row:first-child .libration-col-img:before {
        width: 75px;
        height: 87px;
        background-size: contain;
        background-repeat: no-repeat;
        left: -20px;
        bottom: -20px;
    }

    .libration-colum-section .libration-col-content h3 br {
        display: none;
    }

    .libration-colum-section .libration-col-content ul li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        column-gap: 20px;
    }

    .libration-colum-section .libration-col-content p b {
        font-size: 14px;
    }

    .libration-colum-section .libration-col-content h4 br {
        display: none;
    }

    .libration-colum-section .col-md-5 {
        padding-bottom: 50px;
    }

    .red-content h3 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .libration-covers h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .join-us {
        padding: 100px 0;
    }

    .power-full-section:after {
        background-size: contain;
        width: 101px;
        height: 99px;
        left: 30px;
    }

    .join-us .join-content h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .investment-box {
        flex-wrap: wrap;
        row-gap: 15px;
        margin-bottom: 30px;
    }

    .investment-box .box {
        width: 100%;
    }
}