/*
Theme Name: CryptoWhales Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.3.0.1689307443
Updated: 2023-07-14 04:04:03

*/

/* poppins + inter + Manrope + Domine font family */


@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --base-color: #2C2C2C;
    --base-color-rgb: 44, 44, 44;
    --black-color-rgb: 0, 0, 0;
    --black-color: #000000;
    --black-color-111: #111111;
    --Dark-color: #080808;
    --Dark-25: rgba(8, 8, 8, 0.25);
    --black-color-50: #1E1E1E;
    --black-color-222: #222222;
    --black-color-20: #202020;
    --black-color-49: #494949;
    --black-color-80: #808080;
    --Text-Title-Text: #333333;
    --Text-Gray-900: #18191F;

    --white-color: #ffffff;
    --white-color-50: #F9F9F9;
    --white-color-100: #FAFAFA;
    --action-primary: #E77272;
    --action-primary-medium: #E74C3C;
    --action-primary-50: #FFECEC;
    --action-primary-light: #F8D6D6;
    --action-primary-100: #C2A0A0;
    --action-primary-active: #F07070;
    --action-primary-200: #CF8690;

    --grey-color-20: 240, 240, 240;
    --grey-color-50: #F2F4F7;
    --grey-color-100: #D6DAE1;
    --grey-color-150: #E2E8F0;
    --grey-color-200: #C9C9C9;
    --grey-color-300: #DADADA;
    --grey-color-350: #8D8D8D;
    --grey-color-400: #5B5F62;
    --grey-color-500: #2D3134;
    --grey-color-88: #888888;
    --grey-color-99: #999999;
    --grey-blue-light: #4F5665;
    --Dark-Grey-400: #212B36;

    --red-color: #ff0000;
    --red-color-light: #FFF5F5;
    --red-light-20: #FFF5F6;
    --red-light-10: #FFFCFC;
    --stroke: #f1f1f1;


    --light-blue-input: #ECEFFA;
    --Liberty-blue: #0B132A;
    --light-Blue: #F6F7FE;

    --my-100: 100px;
    --bg-opacity-10: 0.1;
    --bg-opacity-20: 0.2;
    --bg-opacity-50: 0.5;
    --bg-opacity-60: 0.6;
    --bg-opacity-70: 0.7;
    --bg-opacity-80: 0.8;
    --bg-opacity-90: 0.9;
    --bg-opacity-100: 1;
    --fw-thin: 100;
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --fw-extra-bold: 800;
    --fw-extra-black: 900;
    /* Font Family */
    --Poppins: "Poppins", sans-serif;
    --Inter: "Inter", sans-serif;
    --Manrope: "Manrope", sans-serif;
    --Domine: "Domine", serif;
    ;
    --global--font-primary: var(--Poppins);
    --global--font-secondary: var(--Poppins);
    --footer--font-family: var(--Poppins);
    --heading--font-family: var(--Poppins);
    --container: 1209px;
    --PageBG: linear-gradient(90deg, #F8F8F8 0.01%, #FFF 100%);
    --RedesignButton: linear-gradient(86deg, #DADADA -4.33%, #F8D6D6 100%);
    --Block-Red-Gradient: linear-gradient(180deg, #F07070 0%, #904D4D 100%);
    --Dark-Block-Gradient: linear-gradient(180deg, #B87373 0%, #454647 100%);
    --Redesign-Icon: linear-gradient(180deg, #797777 0%, #ECADAD 100%);
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    font-size: 100%;
    scrollbar-width: thin;
    scrollbar-width: thin;
    scrollbar-color: var(--grey-color-100) transparent;
}

body {
    margin: 0;
    padding: 0;
    font-optical-sizing: auto;
    font-family: var(--Poppins);
    font-weight: var(--fw-regular);
    font-optical-sizing: auto;
    font-style: normal;
    background: var(--PageBG);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--base-color);
    font-size: 20px;
    line-height: 24px;
    scrollbar-width: thin;
    scrollbar-color: var(--grey-color-100) transparent;
}


.my-50 {
    margin: 50px 0;
}

.my-70 {
    margin: 70px 0;
}

.my-100 {
    margin: 100px 0;
}

.py-50 {
    padding: 50px 0;
}

.py-70 {
    padding: 70px 0;
}

.py-100 {
    padding: 100px 0;
}

/* common typo */
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: var(--Poppins);
    margin: 0 0 26px;
}

body .page-title,
body h1.page-title,
body h1,
body .h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: var(--fw-bold);
}

h2,
.h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: var(--fw-bold);
}

body h3,
body .h3 {
    font-size: 28px;
    line-height: normal;
}

body h4,
body .h4 {
    font-size: 24px;
    line-height: 30px;
}

body h5,
body .h5 {
    font-size: 18px;
    line-height: 180%;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 20px;
}

p {
    margin-bottom: 26px;
    font-family: var(--Poppins);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

img {
    outline: 0;
    max-width: 100%;
    height: auto;
}

a:focus img {
    outline: 0 !important;
    border: 0 !important;
}

a {
    color: var(--action-primary);
}

.container,
.grid-container {
    max-width: var(--container);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.container-small {
    max-width: 1006px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container-small-1003 {
    max-width: 1003px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}



/* theme btn css */
.btn {
    background: var(--RedesignButton);
    border: 0 solid transparent;
    border-radius: 20px;
    color: var(--black-color-49);
    cursor: pointer;
    display: inline-block;
    font-family: var(--Poppins);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    outline: none;
    padding: 15px 15px 16px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    position: relative;
    min-width: 215px;
}

/* // Arrow Icon (Optional) */
.btn.with-icon::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 27px;
    margin-left: 10px;
    background: url('images/telegram-icon.svg') no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}

.btn:hover {
    color: var(--white-color);
    border-color: transparent;
    background: var(--Block-Red-Gradient);
}

.btn.btn-active {
    color: var(--white-color);
    border-color: transparent;
    background: var(--Block-Red-Gradient);
}

.btn.btn-gradient {
    background: var(--RedesignButton, linear-gradient(86deg, #DADADA -4.33%, #F8D6D6 100%));
}

/* hover for btngraident */
.btn.btn-gradient:hover {
    background: var(--Block-Red-Gradient);
    color: var(--white-color);
}

a.btn {
    text-decoration: none;
}

.btn-lg {
    padding: 15px 31.5px 16px;
}

.btn-md {
    padding: 15px 24px 16px;
}

.btn.with-shadow {
    border-radius: 10px;
    background: var(--Redesign-Icon);
    position: relative;
    isolation: isolate;
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    transition: all 0.3s ease;
    outline: none;
    padding: 17.5px;
}

.btn.with-shadow::after {
    border-radius: 20px;
    background: rgba(245, 56, 56, 0.35);
    filter: blur(27px);
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    max-width: 225px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: 1;
    margin: 0 auto;
}

.btn.with-shadow:hover {
    transform: translateY(-2px);
}

/* theme btn css */


/* site header */
header.site-header {
    background: linear-gradient(90deg, #FFF 0%, #F9F9F9 100%);
    box-shadow: 0px 4px 20px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 100;
}

/* header.site-header.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
} */
header.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
}

header.site-header .inside-header.grid-container {
    padding-top: 12px;
    padding-bottom: 14px;
}

.site-logo {
    line-height: 0;
}

.site-logo a {
    line-height: 0;
}

.site-header .header-image {
    width: 58.655px;
    height: 60px;
}

body.nav-float-right #site-navigation {
    margin-right: auto;
    margin-left: 87px;
    background: transparent;

}

body.nav-float-right #site-navigation .inside-navigation.grid-container {
    padding: 0;
}

.main-navigation .main-nav ul li a {
    color: var(--base-color);
    text-align: center;
    font-family: var(--Poppins);
    font-size: 18px;
    font-style: normal;
    font-weight: var(--fw-regular);
    line-height: normal;
    padding: 0 25px;
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a {
    font-weight: var(--fw-semibold);
    color: var(--base-color);
}

.main-navigation .main-nav ul li a:hover {
    color: var(--action-primary);
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover>a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus>a,
.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"])>a,
.main-navigation .menu-bar-item:hover>a,
.main-navigation .menu-bar-item.sfHover>a {
    color: var(--action-primary);
}

/* .main-navigation .main-nav ul li[class*="current-menu-"] > a:hover {
    color: var(--action-primary);
} */
ul.social-media {
    display: flex;
    align-items: center;
    gap: 30px;
}

ul.social-media li {
    margin-bottom: 0;
    line-height: 0;
}

ul.social-media li a img {
    width: 24px;
    height: 24px;
}


/* home page style */
.home-hero-con .grid-container {
    max-width: 1243px;
}
.hero-banner-secn {
    padding: 35px 0;
}

.hero-banner-con,
.contact-banner-con {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.contact-banner-con {
    padding-bottom: 50px;
    padding-top: 40px;
    max-width: 1181px;
    margin: 0 auto;
}
.contact-banner-con .banner-article h1 {
    padding-bottom: 0;   
}

.banner-article {
    flex: 1;
    max-width: 597px;
    text-align: end;
}

.banner-featured-logo {
    flex: 0 0 auto;
    width: calc(100% - 597px - 40px);
}

.banner-article h1 {
    color: var(--base-color);
    line-height: normal;
    padding-bottom: 4px;
}

.banner-article h1 span {
    font-size: 48px;
    display: block;
    font-style: normal;
    line-height: normal;
}

.banner-article p {
    color: var(--base-color);
    text-align: right;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 22px;
}

.banner-article .btn-con {
    margin-top: 40px;
}

.affilate-hero-banner .banner-article .btn {
    width: 340px;
}

/* hero-banner-secn css  */
.secn-title h2 {}

.endlessly-scroll-secn .outer-wrapper {
    max-width: 1005px;
    margin: 0 auto;
    text-align: center;
}

.endlessly-scroll-secn {
    position: relative;
    isolation: isolate;
    padding: 122px 0 254px;
    margin-top: 30px;
    /* margin-bottom: 5%; */
}

.endlessly-scroll-secn::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 225, 225, 0.50);
    transform: skewY(-8.483deg);
    /* transform: skewY(-5.921deg); */
    transform-origin: center;
}

.small-content-area {
    max-width: 797px;
    margin: 0 auto;
}

.small-content-area p {
    margin-bottom: 36px;
}

.endlessly-scroll-secn .small-content-area p {
    margin-bottom: 45px;
}

.endlessly-scroll-secn .small-content-area p:last-child {
    margin-bottom: 0px;
}

.endlessly-scroll-secn .btn-con {
    margin-top: 36px;
}

.about-us-con-main {
    position: relative;
    margin-top: -198px;
    padding-bottom: 44px;
}

.bg-image-bottom img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 613px;
}

.all-aboard-con {
    position: relative;
    isolation: isolate;
    padding-bottom: 131px;
    padding-right: 145px;
}

.all-aborad-article {
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.03);
    padding: 48px 82px 38px 102px;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 914px;
}

.all-aborad-article h2 span {
    color: var(--action-primary-100);
}

.all-aborad-article p {
    font-size: 20px;
    line-height: normal;
}

.all-aborad-article .btn-con {
    margin-top: 34px;
}

.all-aborad-article .btn-con .btn {
    width: 340px;
}

/* REVIEW SLIDER */
.reviews-con h2 {
    max-width: 800px;
    height: 82px;
    color: var(--black-color-49);
    text-align: center;
    margin: 0 auto;
}

.reviews-con {
    padding-bottom: 43px;
}

.reviews-box .reviews-box-in {
    max-width: 973px;
    margin: 0 auto;
    width: 100%;
}

/* home page style */
.reviews-box .reviews-box-in {
    max-width: 973px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    padding-top: 32px;
}

.reviews-box .reviews-box-in .review-box-img {
    position: relative;
    padding-left: 30px;
    isolation: isolate;
}

.reviews-box .reviews-box-in .review-box-img img {
    height: 302px;
    border-radius: 10px;
    object-fit: cover;
}

.reviews-box .reviews-box-in .review-box-img::after {
    position: absolute;
    top: -13px;
    left: -13px;
    content: '';
    background: url('images/Quotes.svg') no-repeat;
    background-size: auto;
    width: 88px;
    height: 64px;
}

.reviews-right-con {
    word-break: break-word;
}

.reviews-right-con .content-reviews p {
    color: var(--black-color-49);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 18px;
    word-break: break-word;
}

.reviews-right-con .content-reviews p a {
    text-decoration: none;
    color: var(--action-primary);
}

.author-reviews {
    color: var(--black-color-49);
    font-size: 18px;
    font-style: normal;
    font-weight: var(--fw-bold);
    line-height: 180%;
    /* 32.4px */
    text-transform: uppercase;
    margin-bottom: 5px;
}

.role-reviews {
    color: var(--black-color-80);
    font-size: 14px;
    font-style: normal;
    font-weight: var(--fw-regular);
    line-height: normal;
}


.review-btn-secn {
    text-align: center;
    margin-top: 35px;
}

.review-btn-secn .btn-con .btn {
    width: 380px;
    padding: 15px 28px 16px;
}

.review-btn-secn .content-bottom-text {
    margin-top: 11px;
    color: var(--black-color-49);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.benefits-con {
    max-width: 1005px;
    margin: 0 auto;
}

.benefits-con h2 {
    color: var(--black-color-49);
    text-align: center;
    font-style: normal;
    line-height: normal;
}

.image-card-box {
    margin: 51px auto;
    padding: 0 29px 0 57px;
}

.image-card-box .benefits-box {
    margin-bottom: 13px;
}

.benefits-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 157px;
    margin-bottom: 10px;
    align-items: center;
}

.benefits-box figure img {
    object-fit: cover;
}

.benefits-secn .benefits-box:nth-of-type(even) figure {
    order: 1;
}

.benefits-secn .benefits-box:nth-of-type(odd) figure img {
    border-radius: 200px 200px 200px 0px;
}

.benefits-secn .benefits-box:nth-of-type(even) figure img {
    border-radius: 200px 200px 0px 200px;
}

.image-card-box .benefits-box:nth-child(even) .benefits-right-con {
    text-align: end;
}

.benefits-box h3 {
    color: var(--black-color-222);
    font-size: 30px;
    font-style: normal;
    font-weight: var(--fw-semibold);
    line-height: 40px;
}

.benefits-box p {
    color: var(--black-color-222);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--fw-regular);
    line-height: normal;
    margin-bottom: 0;
}

/* reels secn */
.crypto-reels-secn .secn-title-bar {
    padding-left: 120px;
}

.crypto-reels-secn .secn-title-bar h2 {
    color: var(--black-color-49);
    height: 82px;
    line-height: normal;
}

.crypto-reels-box-sec .slick-list .crypto-reels-box.slick-slide {
    margin-right: 10px;
}

.crypto-reels-box-sec .slick-list .crypto-reels-box.slick-slide:last-child {
    margin-right: 0px;
}



.crypto-reels-box-inr {
    height: 448px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    isolation: isolate;
}

.crypto-reels-box-inr::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 5.974px;
    background: linear-gradient(180deg, rgba(24, 59, 86, 0.00) 0%, rgba(109, 22, 23, 0.45) 45.38%, #0C2D46 100%);
}

.reels-box-content {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    padding: 17px 17px 20px;
}

.crypto-reels-box-con {
    margin-top: auto;
}

.crypto-reels-box-logo img {
    width: 48px;
    height: 48px;
    border: 2px solid var(--white-color);
    border-radius: 50px;
    object-fit: cover;
}

.crypto-reels-box-con a {
    color: var(--white-color);
    text-decoration: none;
}

.crypto-reels-box-con a p {
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--fw-semibold);
    line-height: 26.881px;
    /* 168.007% */
    letter-spacing: 0.149px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.crypto-reels-box-con a:hover p {
    color: var(--action-primary);
}

/* tip secn */
.tips-section {
    padding: 50px 0;
}

.tips-section .tips-sec-inner-con {
    border-radius: 10px;
    background: var(--white-color);
    padding: 55px 74px 50px 73px;
    display: grid;
    grid-template-columns: 1fr 265px;
    gap: 71px;
    align-items: center;
}

.tips-section .tips-sec-inner-con h3 {
    color: var(--Liberty-blue);
    font-size: 35px;
    font-style: normal;
    font-weight: var(--fw-semibold);
    line-height: 45px;
    margin-bottom: 23px;
    /* 128.571% */
}

.tips-section .tips-sec-inner-con p {
    margin-bottom: 0;
    color: var(--grey-blue-light);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 78%;
}

.tips-sec-con .btn {
    width: 100%;
}


/* brand logo secn features */
.featured-sec-inner-con {
    display: grid;
    gap: 60px;
    align-items: center;
    grid-template-columns: 445px 1fr;
}

.featured-sec-inner-con h2 {
    color: var(--Text-Gray-900, #18191F);
    font-feature-settings: 'salt' on, 'liga' off;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 64px;
    /* 152.381% */
    margin-bottom: 8px;
}

.featured-sec-inner-con .featured-sec-left-con {
    margin-top: 3px;
}

.featured-sec-inner-con .featured-content,
.featured-sec-inner-con p {
    color: var(--Text-Gray-900, #18191F);
    font-feature-settings: 'salt' on, 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 177.778% */
    margin: 0;
}

.featured-sec-right-con {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.featured-sec-right-con .brand-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-sec-right-con .brand-card img {
    max-width: 100%;
    height: auto;
    filter: grayscale(50%) brightness(90%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.featured-sec-right-con .brand-card img:hover {
    filter: grayscale(0%) brightness(100%);
    /* Removes the effect on hover */
    opacity: 1;
}

.featured-section {
    margin: 22px 0 66px;
}

/* plunge floated secn */
.plunge-con {
    padding-bottom: 40px;
}

.ready-to-plunge-inner {
    padding: 0 0 80px 110px;
    position: relative;
    isolation: isolate;
    width: 100%;
}

.plunge-con-banner img {
    height: 461px;
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
}

.plunge-con-article {
    padding: 35px 61px 37px;
    max-width: 902px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.03);
}

.plunge-con-article h2 {
    color: var(--base-color);
    font-size: 36px;
    font-style: normal;
    font-weight: var(--fw-semibold);
    line-height: normal;
    margin-bottom: 6px;
    height: auto;
}

.plunge-con-article .into-deep {
    color: var(--base-color);
    font-size: 24px;
    font-style: normal;
    font-weight: var(--fw-regular);
    line-height: normal;
    margin-bottom: 11px;
    height: auto;
}

.plunge-con-article .join-our {
    color: var(--base-color);
    font-size: 24px;
    font-style: normal;
    font-weight: var(--fw-semibold);
    line-height: normal;
    margin-bottom: 0;
    height: auto;
}

.plunge-con-article .btn-con {
    margin-top: 31px;
}

/* our resilts secn */
.our-results-section {
    padding: 48px 0 67px;
}

.our-results-section h2 {
    text-align: center;
    max-width: 1005px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.results-sec {
    border-radius: 10px;
    background: var(--white-color);
    padding: 35px 0 23px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
}

.results-sec-inner-con:not(:last-child) {
    border-right: 2px solid #EEEFF2;
}

.results-sec-inner-con-card {
    display: grid;
    grid-template-columns: 55px 1fr;
    align-items: start;
    gap: 36px;
    padding: 23px 34px 14px 39px;
    height: 100%;
}

.results-sec-inner-con-card span {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--action-primary-50);
}

.results-sec-inner-con-card span img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.results-sec-left-con {
    padding-top: 24px;
}

.results-sec-con {
    display: flex;
    flex-flow: column;
    text-align: start;
}

.results-sec-con h3 {
    color: var(--action-primary);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 23.95px;
    line-height: 30px;
}

.results-sec-con p {
    color: var(--grey-blue-light);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    margin-bottom: 0;
}

/* profits-secn
*/

.profits-secn {
    position: relative;
    isolation: isolate;
    padding: 0px 0 140px;
    margin-top: 5%;
}

.profits-secn::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 622px;
    background: rgba(240, 225, 225, 0.50);
    transform: skewY(9.52deg);
    transform-origin: center;
}

.profits-con {
    display: grid;
    grid-template-columns: 365px 1fr;
    gap: 91px;
    align-items: center;
}

.profits-con img {
    border-radius: 200px 200px 200px 0px;
    height: 606px;
    object-fit: cover;
}

.whale-pump-inner {
    max-width: 694px;
}

.whale-pump-inner h2 {
    color: var(--black-color-49);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.whale-pump-inner p {
    color: var(--black-color-49);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.whale-pump-inner .btn-con {
    margin-top: 35px;
}

.whale-pump-inner .btn-con .btn {
    width: 273px;
}


/* our partners secn */
.our-parters-section {
    margin: 62px 0 88px;
}

.our-parters-section h2 {
    margin-bottom: 21px;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    max-width: 1005px;
    margin-left: auto;
    margin-right: auto;
}

.partners-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 39.1px 50px;
}

.partners-sec-inner-con a {
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-sec img {
    max-height: fit-content;
    object-fit: contain;
    max-width: 100%;
}
.tips-section.aff-tips-section {
    margin: 79px 0 68px;
    padding: 0;
}
/* subscibe secn */
.subscribe-secn {
    padding-bottom: 83px;
}

.subscribe-con {
    padding: 0 106px 70px 0;
    position: relative;
    isolation: isolate;
    
}
.subscribe-img {
    line-height: 0;
}
.subscribe-img img {
    border-radius: 20px;
    object-fit: cover;
    height: 340px;
    width: 100%;
}

.subscribe-inner {
    position: absolute;
    bottom: 0;
    right: 0;
    /* padding: 53px 40px 40px; */
    padding: 53px 23px 40px 40px;
    background: var(--white-color);
    border-radius: 10px;
    box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.05);
    max-width: 815px;
    width: 100%;
}

.subscribe-inner h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: var(--fw-semibold);
    line-height: 48px;
    margin-bottom: 21px;
}

.subscribe-inner .btn-con .btn {
    width: 234px;
}


/* guides blog secn */
.guides-secn h2 {
    text-align: center;
    color: var(--black-color-49);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    height: 82px;
}

.guides-secn .btn-con {
    text-align: center;
    margin-top: 0px;
}

.guides-secn .btn-con .btn {
    max-width: 389px;
    width: 100%;
    padding: 15px 15px 16px;
}

.guide-article-card {
    border-radius: 16px;
    border: 2px solid var(--white-color);
    background: var(--red-color-light);
    box-shadow: 0px 14px 30px 0px rgba(192, 188, 161, 0.22);
    padding: 12px 12px 31px 12px;
}

.guide-article-img img {
    height: 252px;
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
}

.guide-article-content {
    padding: 24px 12px 0;
}

.guide-article-content h3 {
    color: var(--grey-color-500);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.guide-article-content p {
    color: var(--grey-color-500);
    line-height: 24px;
    margin-bottom: 0px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.guide-article-cta {
    margin-top: 22px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.guide-article-content .date-tag {
    color: var(--grey-color-400);
    font-family: var(--Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

.guide-article-content .cat-link {
    margin-left: auto;
    flex: 0 0 auto;
    width: 120px;
}

.guide-article-content .cat-link a {
    padding: 12px 15px 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    text-align: center;
    font-family: var(--Inter);
    font-size: 14px;
    font-style: normal;
    font-weight: var(--fw-regular);
    line-height: 14px;
    text-decoration: none;
    background: var(--action-primary);
    border-radius: 46px;
}


.guide-slider.guide-articles {
    padding-bottom: 0;
    margin-left: -13px;
    margin-right: -13px;
}

.guide-slider.guide-articles .slick-track {
    /* padding: 40px 0px 40px 0; */
    padding: 0px 0px 40px 0;
}

.guide-slider:not(.slick-vertical) .slick-list .slick-track {
    display: flex;

}

.guide-slider:not(.slick-vertical) .slick-list .slick-track .slick-slide {
    height: inherit;
}

/* slider setting for guide */
.guide-slider .slick-slide {
    margin: 0 13px;
}

.guide-slider .slick-slide:last-child {
    margin-right: 0px;
}

/* testimonal secn */
.testimonial-secn,
.subscribers-con,
.price-subscribers-con {
    overflow: hidden;
}

.testimonial-secn h2,
.subscribers-con h2,
.price-subscribers-con h2 {
    color: var(--black-color-49);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 22px;
}

.testimonial-secn .btn-con,
.subscribers-con .btn-con,
.price-subscribers-con .btn-con {
    text-align: center;
    margin-top: 20px;
}

.price-subscribers-con .btn-con {
    line-height: 0;
}

.testimonial-secn .btn-con .btn {
    max-width: 388px;
    width: 100%;
}

.subscribers-con .btn-con .btn {
    max-width: 390px;
    width: 100%;
}

.price-subscribers-con .btn-con .btn {
    max-width: 393px;
    width: 100%;
}

.testimonial-secn .join-extra-text,
.subscribers-con .join-extra-text,
.price-subscribers-con .join-extra-text {
    text-align: center;
    color: var(--black-color-49);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 11px;
    display: block;
}

.members-inner-con {
    display: grid;
    grid-template-columns: 277px 1fr;
    gap: 31px;
    padding: 30px;
    position: relative;
    border-radius: 20px;
    background: var(--white-color-100);
    align-items: stretch;
    height: 100%;
}

.members-inner-con .member-left-con img {
    border-radius: 10px;
    height: 302px;
    object-fit: cover;
    width: 100%;
    object-position: top center;
}

.member-right-con {
    padding-top: 10px;
    text-align: start;
}

.members-inner-con::after {
    position: absolute;
    top: 12px;
    right: 20px;
    content: '';
    background: url('images/Quotes.svg') no-repeat;
    background-size: contain;
    width: 37px;
    height: 27px;

}

.member-right-con h5 {
    color: var(--black-color-49);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.member-right-con p {
    color: var(--black-color-49);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 18px;
}

.member-right-con p a {
    color: var(--action-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    text-decoration: none;
}

.member-right-con .member_role {
    color: var(--black-color-80);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* testimonial slider slick setting */
.testimonial-slider .slick-list .slick-track,
.subscribe-slider .slick-list .slick-track,
.price-member-slider .slick-list .slick-track {
    display: flex;
}

.testimonial-slider .slick-list .slick-slide,
.subscribe-slider .slick-list .slick-slide,
.price-member-slider .slick-list .slick-slide {
    margin: 0 20px;
    width: 754px;
    opacity: 0.7;
    height: inherit;
}

.testimonial-slider .slick-list .slick-slide.slick-center,
.subscribe-slider .slick-list .slick-slide.slick-center,
.price-member-slider .slick-list .slick-slide.slick-center {
    opacity: 1;
}

.testimonial-slider button.slick-prev,
.subscribe-slider button.slick-prev,
.price-member-slider button.slick-prev {
    top: auto;
    right: 0;
    left: calc(50% + calc(var(--container)/2) - 110px - 24px);
    bottom: 100%;
}

.testimonial-slider button.slick-next,
.subscribe-slider button.slick-next,
.price-member-slider button.slick-next {
    top: auto;
    right: calc(50% - calc(var(--container)/2));
    left: auto;
    bottom: 100%;
}

/* home page css ends */

/* affiliate page css */
.affilate-hero-banner {
    padding: 0;
}
.affilate-hero-banner .grid-container {
    padding-top: 92px;
    padding-bottom: 69px;
}
.affilate-hero-banner .grid-container {
    max-width: 1266px;
}
.hero-banner-con.with-left-image .banner-article {
    text-align: start;
}

.affilate-hero-banner .banner-article h1 {
    line-height: 70px;
    margin-bottom: 0;
    padding-bottom: 24px;
    margin-bottom: 0;
}


.with-left-image .banner-article p {
    text-align: start;
}

.with-left-image .banner-article .audience-sub-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.affilate-hero-banner .banner-article .audience-sub-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    line-height: 1.3;
}
.affilate-hero-banner p.audience-text {
    font-size: 32px;
    padding-bottom: 22px;
    margin-bottom: 0;
    margin-top: -15px;
}

/* how to start */
.how_to_start_secn {
    margin-bottom: 65px;
}

.how-to-box-con {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.how-to-box-con {
    counter-reset: step-counter;
    margin-top: 42px;
}

.how-to-start-con h2 {
    text-align: center;
    margin-bottom: 0;
}

.how-to-box {
    flex: 1;
    padding: 24px 24px 74px;
    text-align: start;
    transition: all 0.3s ease-in-out;
    position: relative;
    border-radius: 1px;
    background: var(--white-color);
    font-family: var(--Poppins);
}

.how-to-start-con .text-extra {
    min-height: 29px;
}

/* for nth-child 1 */

/* for nth-child 1 */
.how-to-box h4 {
    color: var(--action-primary);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.992px;
    position: relative;
    display: flex;
    align-items: start;
    flex-flow: column;
    margin-bottom: 16px;
    gap: 8px;
}

.how-to-box h4::before {
    content: counter(step-counter, decimal-leading-zero);
    counter-increment: step-counter;
    color: var(--base-color);
    opacity: 0.2;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: var(--Poppins);
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 96px;
}

.how-to-box p {
    color: rgba(var(--base-color-rgb), 0.7);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    margin-bottom: 0;
}

.how-to-start-con .btn-con {
    margin-top: 42px;
    text-align: center;
}

.how-to-start-con .btn-con .btn {
    max-width: 301.5px;
    width: 100%;
}

.text-extra {
    text-align: center;
    color: var(--black-color-49);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 11px;
}

.how-to-box:hover {
    border-radius: 16px;
    background: var(--Block-Red-Gradient, linear-gradient(180deg, #F07070 0%, #904D4D 100%));
    color: var(--white-color);
}

.how-to-box:hover * {
    color: var(--white-color) !important;
}

.how-to-box:hover h4::before {
    color: var(--white-color);
    opacity: 1;
}


/* earn more secn */
.earn-more-con {
    position: relative;
    isolation: isolate;
    padding: 0% 0;
    margin-bottom: 165px;
    margin-top: 65px;
}

.earn-more-con::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 596px;
    background: rgba(243, 233, 233, 0.50);
    transform: skewY(8.52deg);
    transform-origin: center;
}

.floated-card {
    padding: 0 0 102px 203px;
    position: relative;
    isolation: isolate;
}

.floated-card-bg {
    line-height: 0;
}
.floated-card-bg img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    height: 616px;
}

.floated-card-earn {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 772px;
    content: '';
    padding: 46px 58px 51px;
    background: var(--white-color);
    border-radius: 10px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
}

.floated-card-earn h2 {
    margin-bottom: 43px;
}

.floated-card-earn ul {
    list-style: none;
    padding: 0;
    max-width: 85%;
    margin: 0 auto;
}

.floated-card-earn ul li {
    position: relative;
    color: var(--base-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 31.2px */
    margin-bottom: 36px;
    padding: 0 0 0 58px;
}

.floated-card-earn ul li:last-child {
    margin-bottom: 0;
}

.floated-card-earn ul li::before {
    background: url("images/earn-arrow.svg") no-repeat;
    background-size: 30px;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
}

.floated-card-earn .btn-con {
    margin-top: 49px;
}

.promote-crypto-con {
    margin: 42px 0 75px;
}

.promote-ways-con {
    max-width: 1121px;
    margin: 0 auto;
}

.promote-ways-con h2 {
    color: var(--base-color);
    text-align: center;
    font-style: normal;
    line-height: normal;
    margin-bottom: 21px;
}

.promote-ways-outer {
    padding: 0 15px;
    counter-reset: promote-counter;

}

.promote-ways-outer .benefits-box {
    gap: 95px;
    line-height: 0;
    max-width: 1018px;
    margin: 0 auto;
}
.promote-ways-outer .benefits-box figure {
    position: relative;
    isolation: isolate;
}

.promote-ways-outer .benefits-box:nth-of-type(odd) figure {
    text-align: end;
}

.promote-ways-outer .benefits-box:nth-of-type(even) figure {
    order: 1;
}

.promote-ways-outer .benefits-box:nth-of-type(odd) figure img {
    border-radius: 200px 200px 0px 200px;
}

.promote-ways-outer .benefits-box:nth-of-type(even) figure img {
    border-radius: 200px 200px 200px 0px;
}

.promote-ways-outer .benefits-box figure::before {
    color: var(--white-color);
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    font-family: var(--Poppins);
    font-size: 120px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    counter-increment: promote-counter;
    content: counter(promote-counter);
    position: absolute;
    top: calc(100% - 100px);
    height: 145px;
}

.promote-ways-outer .benefits-box:nth-of-type(odd) figure::before {
    right: 2rem;
    left: auto;
}

.promote-ways-outer .benefits-box:nth-of-type(even) figure::before {
    left: 2rem;
    right: auto;
}

.promote-ways-outer .benefits-box h3 {
    font-weight: 700;
}

.promote-ways-outer .benefits-box p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    /* 30px */
}

.promote-ways-outer .benefits-box:nth-of-type(even) .benefits-right-con {
    text-align: end;
}

.promote-crypto-con .btn-con {
    text-align: center;
    margin-top: 104px;
}

.promote-crypto-con .btn-con .btn {
    width: 263px;
    padding: 15px 20px;
}

.our-parters-section.aff-partners-section {
    margin: 87px 0 0px;
}
.affiliate-con .ready-to-plunge-inner {
    padding-bottom: 150px;
}
.affiliate-con .ready-to-plunge-inner .plunge-con-banner {
    line-height: 0;
}
.affiliate-con .plunge-con-article .btn-con .btn {
    width: 243px;
}
/* common faq  */
.faq-outer-con .faq-outer-intro {
    max-width: 996px;
    width: 100%;
    margin: 0 auto;
}

.faq-outer-intro h2 {
    color: var(--black-color-50);
    margin-bottom: 30px;
}

.faq-outer-intro p {
    color: var(--black-color-49);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}




/*affiliate FAQ*/
.faq-accordion {
    margin-top: 50px;
}

.faq-item {
    /* border-bottom: 1px solid #ddd; */
    border-top: 1px solid var(--grey-color-150);
    background: var(--red-light-10);
    padding: 52px 60px;
}

.faq-item:first-child {
    border-top-color: transparent;
}

.faq-item.active {
    background: var(--red-light-20);
    border-top-color: var(--red-light-20);
    border-radius: 20px 20px 0 0;
}

.faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    gap: 52px;
}

.faq-item .faq-question {
    background: transparent !important;
    border: none;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0;
    color: var(--black-color) !important;
    font-family: var(--Poppins);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.faq-item .faq-question:hover {
    background: transparent;
    color: var(--black-color);
}

.faq-number {
    color: var(--action-primary-200);
    font-family: var(--Poppins);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 57.6px */
    letter-spacing: 0.25px;
    margin-right: 0px;
    flex: 0 0 auto;
    width: 60px;
}


.faq-question .icon {
    display: flex;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: var(--white-color);
    transition: transform 0.3s ease;
    font-size: 24px;
    font-weight: 400;
    color: var(--black-color);
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-in-out, opacity 0.3s ease-in-out;
    background: transparent;
    border-radius: 0px;
    margin-top: 0px;
    padding: 0 60px 0 100px;
    overflow-y: auto;
}

.faq-content p {
    color: #555259;
    font-family: var(--Poppins);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.faq-content p:last-child {
    margin-bottom: 0;
}

.faq-item.active .faq-content {
    max-height: 500px;
    opacity: 1;
    padding: 16px 16px 0 112px;
}

.faq-item.active .icon {
    transform: rotate(45deg);
    background: var(--action-primary);
    color: var(--white-color);
}

/* ready to earn */
.ready-to-earn-secn {
    position: relative;
    isolation: isolate;
    padding: 0 0 0px;
    margin-top: 15px;
}

.ready-to-earn-secn::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 568px;
    background: rgba(240, 225, 225, 0.50);
    transform: skewY(9.52deg);
    transform-origin: center;
}

.aff-profits-con {
    display: grid;
    grid-template-columns: 1fr 437px;
    gap: 20px;
    align-items: center;
}

.aff-profits-con img {
    max-width: 100%;
    height: 682px;
}

.aff-whale-pump-inner {
    margin-top: auto;
    margin-bottom: 50px;
}

.aff-profits-con .aff-whale-pump-inner h2 {
    color: var(--black-color);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.aff-profits-con .aff-whale-pump-inner p {
    color: var(--black-color);
    font-family: var(--Poppins);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.aff-profits-con .aff-whale-pump-inner .btn-con {
    text-align: start;
    margin-top: 38px;
}

.aff-profits-con .aff-whale-pump-inner .btn-con .btn {
    width: 215px;
    padding: 15px;
}

.aff-text-extra {
    text-align: start;
    color: var(--black-color-49);
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 38px;
}

/* affiliate page css ends */
/* pricing page begins */
.hero-banner-secn.pricing-hero-con {
    padding: 18px 0 35px;
}

.pricing-hero-con .hero-banner-con {
    padding-bottom: 0;
    min-height: 617px;
}
.pricing-hero-con .hero-banner-con .banner-article h1 {
    line-height: 70px;
    margin-bottom: 0;
    padding-bottom: 24px;
}

.pricing-hero-con .hero-banner-con .banner-article .audience-text {
    margin-bottom: 0;
    margin-top: -14px;
}
.pricing-hero-con .hero-banner-con .banner-article .btn-con {
    margin-top: 24px;
}
.hero-banner-con.with-right-image .banner-article {
    text-align: end;
}

.hero-banner-con.with-right-image .banner-article h1 {
    text-align: end;
}

.hero-banner-con.with-right-image .banner-article .btn-con {
    text-align: right;
}

.about_us_secn {
    position: relative;
    isolation: isolate;
    margin-bottom: 0;
    margin-top: 0;
}

.about_us_secn::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 596px;
    background: rgba(243, 233, 233, 0.50);
    transform: skewY(5.52deg);
    transform-origin: center;
}

.about_us_secn .pricing-start-con {
    max-width: 1005px;
    margin: 0 auto;
    text-align: center;
    padding: 8% 0;
}

.pricing-aboard-con {
    margin: 33px 0 75px;
}

.pricing-aboard-inner {
    position: relative;
    isolation: isolate;
    padding-bottom: 131px;
    padding-right: 145px;
}

.bg-aboard-section img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 613px;
}


.main_features_secn .features-con h2 {
    text-align: center;
    color: var(--black-color-49);
    text-align: center;
    min-height: 76px;
    margin-bottom: 14px;
}

.features-con-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px 10px;
    text-align: center;
}

.features-box {
    display: flex;
    flex-flow: column;
    gap: 29px;
}

.features-box .features-right-con {
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.image-con {
    line-height: 0;
}

.image-con img {
    border-radius: 90px;
    object-fit: cover;
    width: 200px;
    height: 230px;
}

.features-box .features-right-con .content-features {
    color: var(--black-color-49);
    text-align: center;
    font-family: var(--Poppins);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
}

.features-box .features-right-con .author-features p {
    margin: 0;
    color: var(--black-color-49);
    text-align: center;
    font-family: var(--Poppins);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
}

.features-con .btn-con {
    text-align: center;
    margin-top: 42px;
}

/* prcing plunge con */
.pricing-plunge-con.plunge-con {
    margin: 40px 0 51px;
    padding-bottom: 0;
}

.pricing-plunge-con .plunge-inner {
    padding: 0 0 51px 110px;
    position: relative;
    isolation: isolate;
    line-height: 0;
}

.pricing-plunge-con .plunge-con-banner img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 20px;
}

/* our benfits secn */
.our_benefts_outer h2 {
    color: var(--black-color-49);
    text-align: center;
}

.our_benefts_outer .benefits-con {
    max-width: 1086px;
    margin-top: 30px;
}

.our_benefts_outer .benefits-con .benefits-box {
    display: flex;
    gap: 84px;
    margin-bottom: 5px;
    align-items: center;

}

.our_benefts_outer .benefits-con .benefits-box:last-child {
    padding-bottom: 22px;
}

.our_benefts_outer .benefits-con .benefits-box:nth-child(odd) {
    flex-direction: row;
}

.our_benefts_outer .benefits-con .benefits-box:nth-child(even) {
    flex-direction: row-reverse;
}

.our_benefts_outer .benefits-con .benefits-box figure {
    flex: 0 0 auto;
    width: 465px;
    line-height: 0;
}

.our_benefts_outer .benefits-con .benefits-box .benefits-right-con {
    flex: 1;
    width: calc(100% - 84px - 465px);
}

.our_benefts_outer .benefits-con .benefits-box figure img {
    height: 282px;
    object-fit: cover;
    /* width: 100%; */
}

.our_benefts_outer .benefits-con .benefits-box:nth-child(odd) figure img {
    border-radius: 128.154px 128.154px 0px 128.154px;
}

.our_benefts_outer .benefits-con .benefits-box:nth-child(even) figure img {
    border-radius: 128.154px 128.154px 128.154px 0px;
}

.our_benefts_outer .benefits-con .benefits-box:nth-child(even) .benefits-right-con {
    text-align: end;
}

.our_benefts_outer .benefits-con .benefits-box:nth-child(odd) .benefits-right-con {
    text-align: start;
}

.our_benefts_outer .benefits-con .benefits-box h3 {
    color: var(--black-color-49);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 17px;
    max-width: 520px;
}

.our_benefts_outer .benefits-con .benefits-box p {
    color: var(--black-color-49);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 23.4px */
    margin-bottom: 0;
}

/* pricing email */
.pricing-sub-section {
    margin: 72px 0 48px;
}

.pricing-sub-sec {
    background: url("images/Pattern.svg") repeat, var(--light-Blue);
    padding: 66px 129px 65px 58px;
    position: relative;
    isolation: isolate;
    border-radius: 0 40px 40px 0;
}

.pricing-sub-sec::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 315px;
    height: 100%;
    flex-shrink: 0;
    border-radius: 40px;
    background: var(--Dark-Block-Gradient, linear-gradient(180deg, #B87373 0%, #454647 100%));
    z-index: -1;
}

.pricing-sub-sec::after {
    position: absolute;
    content: '';
    top: -20px;
    right: 115px;
    width: 255px;
    height: calc(100% + 11px);
    transform: rotate(-14.148deg);
    flex-shrink: 0;
    border-radius: 82px;
    background: var(--Dark-Block-Gradient, linear-gradient(180deg, #B87373 0%, #454647 100%));
    z-index: -1;
}

.images-count {
    color: var(--black-color-20);
    font-family: var(--Manrope);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pricing-sub-sec-inner-con {
    display: flex;
    align-items: center;
    gap: 27px;
}

.pricing-sub-sec-left-con {
    flex: 1;
    max-width: 507px;
    padding-bottom: 3px;
}

.pricing-sub-sec-left-con h3 {
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Poppins);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 133.333% */
    text-transform: capitalize;
    background: var(--Block-Red-Gradient, linear-gradient(180deg, #F07070 0%, #904D4D 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.pricing-sub-sec-left-con p {
    color: var(--Dark-color, #080808);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Poppins);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.pricing-sub-sec-con {
    flex: 1;
    max-width: calc(100% - 507px - 27px);
}

.pricing-sub-sec-con form .subscribe-form {
    padding: 8px 20px 8px 16px;
    border-radius: 10px;
    border-radius: 12px;
    border: 1px solid var(--stroke, #F1F1F1);
    background: var(--white-color, #FFF);
    box-shadow: 0px 8px 64px 0px rgba(0, 0, 0, 0.10);
    position: relative;
}

.pricing-sub-sec-con form .subscribe-form p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.pricing-sub-sec-con form .subscribe-form p span {
    flex: 1 0 0;
}

.pricing-sub-sec-con form .subscribe-form p span input.wpcf7-form-control {
    color: var(--Dark-25, rgba(8, 8, 8, 0.25));
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    /* flex: 1 0 0; */
    border: 0;
    background: transparent;
    padding: 10px 0;
    width: 100%;
}

.pricing-sub-sec-con form .subscribe-form p span input.wpcf7-form-control:focus {
    outline: 0;
    border: 0;
}

.pricing-sub-sec-con form .subscribe-form p input[type="submit"] {
    display: flex;
    padding: 10px 24px;
    align-items: center;
    border-radius: 10px;
    background: var(--Block-Red-Gradient);
    color: var(--white-color, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    text-transform: capitalize;
    border: 0;
    margin: 3px 0;
}

.pricing-sub-sec-con form .subscribe-form p .wpcf7-spinner {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.faq-outer-con .btn-con-link {
    margin: 35px auto;
    text-align: center;
}

.faq-outer-con .btn-con-link p {
    color: #1E1E1E;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 31.2px */
    margin: 0;
}

.faq-outer-con .btn-con-link p a {
    color: var(--action-primary);
    font-family: var(--Poppins);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* pricing page css ends */

/* cusotmer con slider */
.customers-con {
    margin: 67px 0 42px;
}

.customer-con-in {
    max-width: 1100px;
    margin: 0 auto;
}

.customer-con-in h2 {
    color: var(--black-color-20);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.customers-inner-con {
    display: flex;
    gap: 60px;
    align-items: stretch;
}

.customers-left-con {
    width: calc(100% - 60px - 340px);
    flex: 0 0 calc(100% - 60px - 340px);
    display: flex;
    gap: 30px;
    align-items: flex-end;
}

.customers-right-con {
    flex: 0 0 340px;
    max-width: 340px;
    font-family: var(--Poppins);
    margin-top: auto;
    padding-bottom: 100px;
}

.customers-left-con span {
    flex: 1;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    height: 540px;
}

.customer-img-main {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px;
    opacity: 0.5;
    transition: height 0.4s ease-in-out;
}

.customers-left-con span.active {
    order: 3;
}

.customers-left-con span.active img.active {
    height: 540px;
    opacity: 1;
}

.customer-con-in .btn-con {
    text-align: center;
    margin-top: 64px;
}

.customer-con-in .text-extra {
    margin-top: 9px;
    min-height: 29px;
}

.customers-right-con .customers_in .customers-name {
    color: var(--black-color-20);
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 4px;
}

.customers-right-con .customers_in .customers-role {
    color: var(--black-color-80);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.customers-right-con .customer_slider {
    margin-top: 24px;
    height: 284px;
}

.question-inner-con h5 {
    margin-bottom: 24px;
    color: var(--black-color-20);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.question-inner-con h5 p {
    margin: 0;
    font-style: inherit;
}

.question-inner-con p {
    color: var(--black-color-20);
    font-family: var(--Poppins);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 166.667% */
    margin-bottom: 0;
}

.customer-images-section {
    position: relative;
    isolation: isolate;
}

.title-img-count {
    left: 0;
    top: 0;
    position: absolute;
}

/* for custom question slider */
.customers-right-con .customer_slider button.slick-prev.slick-arrow {
    top: calc(100% + 70px);
    left: 0;
}

.customers-right-con .customer_slider button.slick-next.slick-arrow {
    top: calc(100% + 70px);
    left: 74px;
}

.customers-right-con .customer_slider .slick-list .slick-track {
    display: flex;
    gap: 5px;
}


/* slick slider common css */

.review-slider button.slick-prev,
.crypto-reels-box-sec button.slick-prev,
.guide-slider button.slick-prev {
    top: auto;
    right: 70px;
    left: auto;
    bottom: 100%;
}

.review-slider button.slick-next,
.crypto-reels-box-sec button.slick-next,
.guide-slider button.slick-next {
    top: auto;
    right: 0px;
    left: auto;
    bottom: 100%;
}

.slick-slider button.slick-arrow {
    z-index: 1;
}

.slick-slider button.slick-prev {
    background: transparent;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--action-primary);
}

.slick-slider button.slick-arrow {
    border-radius: 50px;
}

button.slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.slick-slider button.slick-prev svg path {
    stroke: var(--action-primary);
}

.slick-slider button.slick-prev::before,
.slick-slider button.slick-next::before {
    display: none;
}

.slick-slider button.slick-next {
    background: var(--action-primary);
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--action-primary);
}

.slick-slider button.slick-next svg path {
    stroke: var(--white-color);
}

/*CRYPTOWHALES-CHILD THEME*/
.recent-posts-secn {
    margin: 46px auto 35px;
    position: relative;
}

.post-card {
    display: flex;
    overflow: hidden;
    gap: 54px;
}

.post-image {
    flex: 1;
    width: calc(100% - 54px - 383px);
    height: 448px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}

.post-card .post-content {
    flex: 0 0 auto;
    width: 383px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
}

.post-content-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.post-card .post-content .post-category {
    color: var(--action-primary);
    font-family: var(--Poppins);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 18px */
    margin-bottom: 0;
}

.post-card .post-content .post-date {
    color: var(--grey-color-99);
    font-family: var(--Poppins);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 18px */
}

.post-card .post-content .post-title {
    color: var(--base-color);
    font-family: var(--Poppins);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.post-card .post-content .post-excerpt {
    color: var(--base-color);
    font-family: var(--Poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    margin-bottom: 0;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-card .post-content .read-more {
    display: inline-block;
    text-decoration: none;
    width: 200px;
    padding: 10.5px 15px;
    color: var(--black-color-49);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 12px;
    background: var(--RedesignButton, linear-gradient(86deg, #DADADA -4.33%, #F8D6D6 100%));
}

.post-card .post-content .read-more:hover {
    background: var(--Block-Red-Gradient);
    color: var(--white-color);
}


/* recetn post slider slick css */
.recent-posts-slider .slick-arrow.slick-next {
    right: calc(383px - 108px - 16px);
    left: auto;
    bottom: 0;
    top: calc(100% - 27px);
}

.recent-posts-slider .slick-arrow.slick-prev {
    right: calc(383px - 54px);
    left: auto;
    bottom: 0;
    top: calc(100% - 27px);
}

/* recetn post slider slick css */
.news-container {
    margin: 38px 0 52px;
}

.news-header {
    text-align: center;
    margin-bottom: 36px;
}

.news-header h2 {
    color: var(--Dark, #080808);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    text-transform: capitalize;
    margin-bottom: 20px;
    height: 54px;
}

.search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 33px;
    gap: 16px;
    max-width: 744px;
    background: var(--white-color);
    padding: 8px 20px 8px 16px;
    border-radius: 12px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    isolation: isolate;
}

.search-bar .search-results {
    position: absolute;
    top: calc(100% + 1px);
    width: 100%;
    content: '';
    left: 0;
    background: var(--white-color);
    border-radius: 12px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    padding: 1rem;
    text-align: start;
    max-height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
    z-index: 2;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;

}

.search-bar .search-results.active-search {
    visibility: visible;
    opacity: 1;
}

.search-bar .search-results .result-item {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid var(--grey-color-150);
    display: flex;
    flex-flow: column;
    gap: 5px;
    font-family: var(--Poppins);
}

.search-bar .search-results .result-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.search-bar .search-results .result-item .cat {
    color: #6C757D;
    font-size: 14px;
    line-height: 1.3;
    font-style: normal;
    font-weight: 600;
}

.search-bar .search-results .result-item a {
    text-decoration: none;
    font-size: 18px;
    font-weight: var(--fw-regular);
    line-height: normal;
    color: var(--base-color);
    font-style: normal;
}

.search-bar .search-results .result-item a:hover {
    color: var(--action-primary);
}

.search-bar .search-results .no-results {
    font-size: 18px;
    color: var(--base-color);
    margin-bottom: 0;
}

.news-container.no-records .news-content .news-grid {
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
}

.news-container.no-records .news-content .news-grid p {
    margin-bottom: 0;
}

/* .search-bar select.category-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    border-radius: 10px;
    width: 142px;
    color: var(--white-color);
    text-align: center;
    font-family: var(--Poppins);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 28px;
    background:
        url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDkgMSIgc3Ryb2tlPSIjRkFGOEVEIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") no-repeat right 18px center, var(--Block-Red-Gradient);
    background-size: 10px, cover;
}

.search-bar select.category-btn option {
    color: var(--base-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
} */


.search-bar input {
    border-radius: 0px;
    border: 0;
    flex: 1 0 0;
    color: rgba(8, 8, 8, 0.25);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    background: transparent;
    padding: 13.5px 0;
}

.search-bar input:focus {
    background-color: transparent;
    outline: 0;
}

.search-icon {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;

}

.search-icon img {
    width: 20px;
    height: 19px;
    object-fit: contain;
}

.category-slider-outer {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 33px;
    margin-bottom: 36px;
}

.category-slider-outer .slider-arrow {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 52px;
    cursor: pointer;
    padding: 8px;
}

.category-slider {
    display: flex;
    gap: 16px;
    justify-content: start;
    overflow-x: auto;
    scrollbar-width: none;
    /* Hide scrollbar by default */
}


.category-tag {
    display: flex;
    padding: 22.5px 32px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 12px;
    background: #FFEFEF;
    color: var(--Dark, #080808);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    white-space: nowrap;
}

.category-tag.active,
.category-tag:hover {
    /* background: var(--action-primary-active); */
    background: var(--Block-Red-Gradient, linear-gradient(180deg, #F07070 0%, #904D4D 100%));
    color: var(--white-color);
}

/* news post css */

.news-content {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    justify-content: space-between;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    flex: 0 0 calc(100% - 45px - 359px);
    width: calc(100% - 45px - 359px);
}

/* commopn news card css */
.news-card {
    background: transparent;
    height: 100%;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    font-family: var(--Poppins);
}

.news-card>a {
    line-height: 0;
}

.news-card img {
    width: 100%;
    border-radius: 16px;
    height: 360px;
    object-fit: cover;
}

.news-card .news-info {
    padding: 0px;
    margin-top: 16px;
    display: flex;
    flex-flow: column;
}

.news-info-head {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.news-card .news-category {
    color: var(--action-primary, #E77272);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 18px */
}

.news-card .news-date {
    color: var(--grey-color-99);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 18px */
}

.news-card .news-info .news-title {
    margin: 16px 0;
    color: var(--base-color);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.992px;
    text-transform: capitalize;
}

.news-card .news-info .news-title a {
    color: currentColor;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-card p {
    color: var(--base-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-card .read-more {
    display: inline-block;
    padding: 10.5px 15px;
    background: var(--RedesignButton, linear-gradient(86deg, #DADADA -4.33%, #F8D6D6 100%));
    text-decoration: none;
    border-radius: 12px;
    width: 200px;
    color: var(--black-color-49);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    transition: background 0.3s;
}

/* Read More Button */
.news-card .read-more:hover {
    color: var(--white-color);
    border-color: transparent;
    background: var(--Block-Red-Gradient);
}

.news-card:hover {
    transform: translateY(-5px);
}

.news-card .news-info .news-title a:hover {
    color: var(--action-primary);
}

/* news card css ends */

.news-sidebar {
    flex: 0 0 359px;
    width: 359px;
}

.news-sidebar h3 {
    margin-bottom: 15px;
}

/* sidebar post css  */
.recent-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-posts li {
    flex: 1;
    margin-bottom: 16px;
}

.recent-posts li:last-child {
    margin-bottom: 0;
}

.recent-posts li .sidebar-post {
    display: flex;
    text-decoration: none;
    color: var(--Text-Title-Text, #333);
    align-items: center;
    gap: 30px;
}

.sidebar-post img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 7px;
}

.sidebar-info {
    display: flex;
    flex-flow: column;
    gap: 13.56px;
}

.sidebar-info h4 {
    color: #3E3232;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--fw-semibold);
    line-height: 21.701px;
    /* 135.632% */
    text-transform: capitalize;
    margin-bottom: 0;
}

.sidebar-info h4:hover {
    color: var(--action-primary);
}

.sidebar-info .post-date {
    color: #6C757D;
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* sidebar posts css ends */
.blog-subscribe-secn.subscribe-secn {
    padding: 0;
    margin: 52px 0 35px;
}

/* Grid Layout */
.news-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 35px;
    position: relative;
}

/* Post Card */

/* Pagination */
.pagination {
    text-align: center;
    margin-top: 52px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-numbers {
    display: inline-flex;
    width: 32px;
    height: 32px;
    padding: 5px 4px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid transparent;
    background: transparent;
    color: var(--Dark-Grey-400, #212B36);
    text-align: center;
    font-family: var(--Poppins);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-right: 8px;
    text-decoration: none;
    vertical-align: middle;
}

.pagination .page-numbers:last-child {
    margin-right: 0;
}

.pagination .page-numbers.current {
    border-color: var(--action-primary);
    font-weight: 700;
    color: var(--action-primary);
    background: var(--white-color);
}

/* .pagination .page-numbers.prev {
    background: url("images/prev-arrow.svg") no-repeat;
    background-size: auto;
    width: 32px;
    height: 32px;
    font-size: 0;
    background-position: top center;

}

.pagination .page-numbers.next {
    background: url("images/next-arrow.svg") no-repeat;
    background-size: auto;
    width: 32px;
    height: 32px;
    font-size: 0;
    background-position: top center;
} */

.pagination a:hover {
    color: var(--action-primary);
}

.related-posts {
    margin: 50px 0 61px;
}

.related-posts h2 {
    color: var(--base-color);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.88px;
    margin-bottom: 27px;
}

.related-posts-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 35px;
    position: relative;
}

.related-post {
    background: transparent;
    border-radius: 0px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-flow: column;
    gap: 16px;
    align-items: flex-start;
}

.related-post:hover {
    transform: translateY(-5px);
}

.related-thumbnail a {
    line-height: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.related-thumbnail img {
    border-radius: 16px;
    height: 360px;
    width: 100%;
    object-fit: cover;
}

.related-content {
    padding: 0px;
    display: flex;
    flex-flow: column;
}

.related-content .related-category {
    color: var(--action-primary, #E77272);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.related-content .related-category a {
    text-decoration: none;
}

.related-content .related-date {
    color: var(--grey-color-99);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.related-post .news-title {
    margin: 16px 0;
    color: var(--base-color);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.992px;
    text-transform: capitalize;
}

.related-post .news-title a {
    color: currentColor;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-post p {
    color: var(--base-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-post .read-more {
    display: inline-block;
    padding: 10px 15px 14px;
    background: var(--RedesignButton, linear-gradient(86deg, #DADADA -4.33%, #F8D6D6 100%));
    text-decoration: none;
    border-radius: 12px;
    width: 199.07px;
    color: var(--black-color-49);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    transition: background 0.3s;
    border: 0;
    outline: 0;
}

.related-post .read-more:hover {
    color: var(--white-color);
    background: var(--Block-Red-Gradient);
}

.related-post .news-title a:hover {
    color: var(--action-primary);
}

/* blog bottom plunge section */
.blog-plunge-con {
    margin: 42px 0 43px;
}

.blog-plunge-inner {
    padding: 0 0 80px 110px;
    position: relative;
    isolation: isolate;

}

.blog-plunge-banner img {
    height: 461px;
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
}

.blog-plunge-con .btn-con .btn {
    width: 100%;
    max-width: 243px;
}

.membership-section {
    margin: 80px auto;
}

.membership-secn-con {
    text-align: center;
    max-width: 1005px;
    margin: 0px auto;
}

.membership-section h2 {
    color: var(--base-color);
    text-align: center;
    font-family: var(--Poppins);
    font-size: 54px;
    font-style: normal;
    font-weight: var(--fw-semibold);
    line-height: 62px;
    margin-bottom: 25px;
}

.secn-sub-content {
    max-width: 597px;
    margin: 25px auto 18px;
}

.membership-section .secn-sub-content p {
    color: var(--base-color);
    text-align: center;
    font-family: var(--Poppins);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    min-height: 108px;
}

.membership-section p {
    color: var(--base-color);
    font-family: var(--Poppins);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* Toggle Switch */
.toggle-switch {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.toggle-switch button {
    border: none;
    padding: 13px 24px;
    background: transparent;
    color: var(--base-color);
    text-align: center;
    font-family: var(--Poppins);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.833px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    min-width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle-switch button:hover,
.toggle-switch .active {
    background: var(--action-primary-medium);
    color: var(--white-color);
    border-radius: 10px;
    background: var(--action-primary);
    box-shadow: 0px 5px 7px 0px rgba(194, 67, 67, 0.23);
}

/* Membership Plans */
.membership-plans {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.membership-card {
    width: 292px;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: left;
    background: transparent;
    box-shadow: none;
    position: relative;
}

.membership-card.starter {
    padding: 66px 30px 20px 30px;

}

.membership-card h3 {
    color: var(--base-color);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 20px;
}

.membership-card h3 span {
    color: var(--base-color);
    font-family: var(--Poppins);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.membership-card h4 {
    color: #2C2C2C;
    font-family: var(--Poppins);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6px;
}

.membership-card p {
    color: var(--base-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.membership-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.membership-card ul li {
    padding: 0 0 0 30px;
    color: var(--base-color);
    font-family: var(--Poppins);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 11px;
    position: relative;
    isolation: isolate;
}

.membership-card ul li::before {
    background: url("images/basic-check-icon.svg") no-repeat;
    background-size: 20px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.membership-card.premium ul li::before {
    background: url("images/premium-check-icon.svg") no-repeat;
    background-size: 20px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.membership-card ul li:last-child {
    margin-bottom: 0;
}

.membership-card .btn {
    margin: 40px 0 0;
}

.membership-card small {
    display: block;
    color: var(--base-color);
    text-align: center;
    font-family: var(--Poppins);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-top: 27px;
}

/* Starter Plan */
.starter {
    background: transparent;
}

.btn-light {
    width: 207px;
    padding: 11px;
    border: none;
    cursor: pointer;
    color: var(--black-color-49);
    text-align: center;
    font-family: var(--Poppins);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    background: rgb(237, 234, 234);
    background: linear-gradient(86deg, rgba(237, 234, 234, 1) 0%, rgba(245, 232, 232, 1) 100%);

}

.btn-action-primary {
    border-radius: 10px;
    background: var(--action-primary, #E77272);
}

.membership-card .btn {
    width: 100%;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    padding: 11px 15px 10px;
    font-size: 15px;
    line-height: 23px;
}

.membership-card .btn:hover {
    color: var(--white-color);
}

/* Premium Plan */
.premium {
    color: var(--white-color);
    border-radius: 26px;
    background: var(--Dark-Block-Gradient, linear-gradient(180deg, #B87373 0%, #454647 100%));
    box-shadow: 0px 42px 34px 0px rgba(194, 67, 69, 0.30);
}

.premium ul li {
    color: var(--white-color);
}

.popular-badge {
    position: relative;
    top: 0;
    left: auto;
    width: 121px;
    height: 27px;
    flex-shrink: 0;
    border-radius: 13.5px;
    background: #F0E4E4;
    padding: 7px 17px 5px 16px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    color: var(--action-primary);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.833px;
    margin-bottom: 20px;
}

.membership-card.premium .btn:hover {
    border-radius: 10px
}

.membership-card.premium h3,
.membership-card.premium h3 span,
.membership-card.premium h4,
.membership-card.premium p {
    color: var(--white-color);
}

.membership-card.premium small {
    color: var(--white-color);
    margin-top: 23px;
}

.membership-card.premium .btn {
    color: var(--white-color);
}

/* memberhsip ends */

.documentation-container,
.doc-sec-single {
    margin: 0px auto;
}

.documentation-container {
    padding: 52px 0 95px;
}

.documentation-container .browse-guides h1 {
    color: var(--base-color);
    line-height: 72px;
    letter-spacing: -0.5px;
    margin-bottom: 21px;
    font-weight: var(--fw-semibold);
}

.documentation-container .browse-guides p {
    color: var(--base-color);
    font-size: 16px;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: 0.346px;
    margin: 0;
}

.documentation-container .library-boxe-inner {
    display: grid;
    grid-template-columns: 394px 600px;
    gap: 164px;
}

.documentation-sections {
    counter-reset: document-counter;
    font-family: var(--Poppins);
}

.documentation-sections .doc-section {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(var(--base-color-rgb), 0.4);
}

.documentation-sections .doc-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.doc-section .doc-header:before {
    color: rgba(var(--base-color-rgb), 0.34);
    font-family: var(--Poppins);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    counter-increment: document-counter;
    content: counter(document-counter, decimal-leading-zero);
    position: absolute;
    top: 18px;
    /* transform: translateY(-50%); */
    left: 0;
}

.doc-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: transparent;
    position: relative;
    padding: 0px 40px 0px 110px;
}

.doc-header h2 {
    color: var(--base-color);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    /* 175% */
    letter-spacing: 0.833px;
    margin-bottom: 10px;
}

.doc-count {
    margin-top: 0;
    margin-left: 0;
    transition: opacity 0.3s ease-in-out;
    color: var(--base-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    /* 164.286% */
    letter-spacing: 0.5px;
    opacity: 0.5;

}

.doc-toggle {
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 40px;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.doc-toggle img {
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}

.doc-header.active .doc-toggle img {
    transform: rotate(-180deg);
}

.doc-content {
    display: none;
    padding-left: 110px;
}

.doc-content.active {
    display: block;
}

.doc-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.doc-content ul li {
    color: rgba(var(--base-color-rgb), 0.5);
    margin-bottom: 0px;
    padding: 0 0 0 35px;
    position: relative;
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.5px;
}

.doc-content ul li:before {
    background: url("images/list-arrow.svg") no-repeat;
    background-size: 20px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: calc(50% - 10px);
    width: 20px;
}

.doc-content ul li a {
    text-decoration: none;
    line-height: 36px;
    font-size: 14px;
    display: inline-block;
    color: rgba(var(--base-color-rgb), 0.5);
    transition: all 0.3s ease-in;
}

.doc-content ul li a:hover {
    color: var(--action-primary);
    text-decoration: underline;
}

/* Hide count when expanded */
.doc-header.active .doc-count {
    opacity: 0;
    display: none;
}


/* single doc */
.doc-sec-single {
    padding: 71px 0 31px;
}

.doc-sec-single .container-small {
    margin-top: 45px;

}

.doc-sec-single .doc-post-title {
    color: var(--Text-Title-Text);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 48px;
    font-style: normal;
    line-height: 63.984px;
    margin-bottom: 3px;
}

.doc-sec-single .entry-content {
    margin-top: 3px;
    padding: 40px 40px;
}

.doc-sec-single .entry-content p {
    margin-bottom: 20px;
    color: var(--black-color-49);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.doc-sec-single .entry-content p img:last-child {
    margin-bottom: 0;
}

.doc-sec-single .entry-content p img {
    margin: 20px 0;
    max-width: 100%;
}

/* breadcrumb */
.rank-math-breadcrumb p {
    margin-bottom: 0;
    color: var(--Text-Title-Text, #333);
    font-family: var(--Poppins);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.rank-math-breadcrumb p a {
    color: currentColor;
    text-decoration: none;
}

.rank-math-breadcrumb p a:hover {
    color: var(--action-primary);
}

.rank-math-breadcrumb p span.last {
    margin-left: 16px;
    color: var(--action-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

/* contact us page */
.contact-banner-con .banner-article {
    text-align: start;
}

.contact-banner-con .banner-article p {
    text-align: start;
}

.our-contact-secn {
    position: relative;
    isolation: isolate;
    padding: 0px 0 6%;
    padding: 0px 0 120px;
    position: relative;
    /* clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%); */
}

.our-contact-secn::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(243, 233, 233, 0.50);
    transform: skewY(-5.921deg);
    transform-origin: top left;
    z-index: -1;
}

.our-contact-secn .small-content-area {
    text-align: center;
}

.our-contact-secn h2 {
    margin-bottom: 7px;
    line-height: 50px;
    min-height: 59px;
}

.email-con {
    max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 200px;
}

.e-box {
    display: flex;
    flex-flow: column;
    text-align: center;
    gap: 23px;
}

.e-box img {
    height: 317px;
    max-width: 350px;
    object-fit: contain;
}

.con-box {
    display: flex;
    flex-flow: column;
    text-align: center;
    gap: 28px;
}

.con-box h3 {
    margin: 0;
    color: var(--base-color);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    line-height: 130%;
    font-weight: 700;
    /* 39px */
    text-transform: capitalize;
}

.con-box a {
    color: var(--action-primary);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    min-height: 54px;
}

.our-contact-secn .small-content-area p:last-child {
    margin-bottom: 0px;
}

.get-in-touch-con {
    padding: 50px 0 60px 0;
}

.get-in-touch-con .small-content-area {
    text-align: center;
}

.get-in-touch-con .small-content-area h2 {
    color: var(--base-color);
    text-align: center;
    font-style: normal;
    line-height: normal;
    margin-bottom: 10px;
}

.get-in-touch-con .small-content-area p {
    text-align: center;
    font-weight: var(--fw-medium);
    line-height: normal;
    margin-bottom: 0;
}

.form-con {
    margin-top: 43px;
    border-radius: 10px;
    background: var(--Dark-Block-Gradient);
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    padding: 46px 53px 83px 66px;
    display: grid;
    gap: 84px;
    grid-template-columns: 362px 1fr;
}

.form-con h4 {
    margin-bottom: 10px;
    color: var(--white-color);
    font-size: 25px;
    font-style: normal;
    font-weight: var(--fw-semibold);
    line-height: normal;
}

.form-con .form-left-con p {
    color: var(--grey-color-200);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--fw-regular);
    line-height: normal;
    margin-bottom: 0;
}

/* right area  */
.form-con .wpcf7-form {
    font-family: var(--Poppins);
}

.form-con .wpcf7-form .form-top-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
}

.form-con .wpcf7-form p {
    margin-bottom: 16px;
    line-height: 0;
    font-size: 14px;
}

.form-con .wpcf7-form br {
    display: none;
}

.form-con .wpcf7-form label {
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: var(--fw-medium);
    line-height: 150%;
    letter-spacing: 0.42px;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: var(--white-color);
    display: block;
}

.form-con .wpcf7-form .wpcf7-form-control:not(input[type=submit]) {
    border-radius: 15px;
    border: 0.852px solid rgba(79, 115, 135, 0.20);
    background: var(--light-blue-input);
    padding: 17px 27px;
    color: var(--base-color);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Poppins);
    font-size: 11.934px;
    font-style: normal;
    font-weight: var(--fw-regular);
    line-height: 150%;
    letter-spacing: 0.06px;
    width: 100%;
}

.form-con .wpcf7-form .wpcf7-form-control:focus {
    outline: 0;
}

.form-con .wpcf7-form textarea {
    height: 180px;
}

.form-con .wpcf7-form .form-message-con+P {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 0;
    margin-top: 17px;
    line-height: 0;
}

.form-con .wpcf7-form input[type=submit] {
    background: var(--RedesignButton);
    border: 0;
    border-radius: 20px;
    color: var(--black-color-49);
    cursor: pointer;
    display: inline-block;
    font-family: var(--Poppins);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    outline: none;
    padding: 15px 52px 15px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    position: relative;
    min-width: 215px;
    margin-left: auto;

}

.form-con .wpcf7-form input[type=submit]:hover {
    color: var(--white-color);
    border-color: transparent;
    background: var(--Block-Red-Gradient);

}

/* placeholder css */
.form-con .wpcf7-form .wpcf7-form-control::placeholder {
    font-family: var(--Poppins);
    font-size: 11.934px;
    font-style: normal;
    font-weight: var(--fw-regular);
    line-height: 150%;
    /* 17.902px */
    letter-spacing: 0.06px;
    color: var(--grey-color-350);
}

/* WebKit Browsers (Chrome, Safari, Edge) */
.form-con .wpcf7-form .wpcf7-form-control::-webkit-input-placeholder {
    font-family: var(--Poppins);
    font-size: 11.934px;
    font-style: normal;
    font-weight: var(--fw-regular);
    line-height: 150%;
    /* 17.902px */
    letter-spacing: 0.06px;
    color: var(--grey-color-350);
}

/* Mozilla Firefox */
.form-con .wpcf7-form .wpcf7-form-control::-moz-placeholder {
    font-family: var(--Poppins);
    font-size: 11.934px;
    font-style: normal;
    font-weight: var(--fw-regular);
    line-height: 150%;
    /* 17.902px */
    letter-spacing: 0.06px;
    color: var(--grey-color-350);
}

/* Microsoft Edge (Old Versions) */
.form-con .wpcf7-form .wpcf7-form-control:-ms-input-placeholder {
    font-family: var(--Poppins);
    font-size: 11.934px;
    font-style: normal;
    font-weight: var(--fw-regular);
    line-height: 150%;
    /* 17.902px */
    letter-spacing: 0.06px;
    color: var(--grey-color-350);
}

/* Internet Explorer */
.form-con .wpcf7-form .wpcf7-form-control::-ms-input-placeholder {
    font-family: var(--Poppins);
    font-size: 11.934px;
    font-style: normal;
    font-weight: var(--fw-regular);
    line-height: 150%;
    /* 17.902px */
    letter-spacing: 0.06px;
    color: var(--grey-color-350);
}


.telegram-subscription {
    margin: 61px 0 38px;
}

/* single post secn css */
.single-post-secn {
    padding-top: 51px;
}

.single-post-outer {
    max-width: 1003px;
    margin: 0 auto;
    width: 100%;
}

.single-post-outer .category-date {
    color: var(--grey-color-99, #999);
    font-family: var(--Poppins);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 25px;
    margin-left: -103px;
    margin-right: -103px;
    width: calc(100% + 206px);
}

.single-post-outer .category-date span {
    color: #765A6A;
    font-family: var(--Poppins);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 18px */
    margin-right: 16px;
}

.single-post-outer h1 {
    color: var(--base-color);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: var(--Poppins);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 63.984px;
    margin-bottom: 8px;
}

.content-area h3 {
    color: var(--base-color);
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    /* 42px */
    margin-bottom: 26px;
}

.content-area ul,
.content-area ol {
    padding-left: 1.5rem;
    margin: 1rem 0;
}

.content-area ul {
    list-style: disc outside;
}

.content-area ol {
    list-style: decimal outside;
}

.content-area ul li,
.content-area ol li {
    margin-bottom: 10px;
    font-family: var(--Poppins);
    font-style: normal;
    line-height: normal;
}

/* singular post typography */

.share-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-bottom: 32px;
    gap: 1rem;
}

.share-secn-content {
    display: flex;
    flex-flow: column;
}

.share-secn-content * {
    margin: 0;
}

.share-secn-content p {
    font-family: var(--Poppins);
    font-size: 24px;
    font-weight: 500;
    color: var(--black-color-222);
    line-height: normal;
}

.share-secn-content span {
    color: var(--grey-color-88);
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.share-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
}

.share-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    background: #EFEFEF;
    transition: all 0.3s ease-in-out;
}

.share-icons a:last-child {
    margin-right: 0;
}

.share-icons a img {
    width: 64px;
    height: 64px;
    border-radius: 50px;
}

.share-icons a:hover {
    background: var(--action-primary);
}

.share-icons a:hover img {
    filter: invert(1) brightness(100);
}

.post-thumbnail-img {
    margin-bottom: 49px;
    margin-top: 32px;
    line-height: 0;
}

.post-thumbnail-img img {
    margin-left: -103px;
    margin-right: -103px;
    width: calc(100% + 206px);
    max-width: calc(100% + 206px);
    border-radius: 16px;
    height: 608px;
    object-fit: cover;
}

.content-area blockquote {
    max-width: 92%;
    margin: 26px auto;
    border-color: var(--action-primary);
    padding: 12px 0px 14px 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}

.content-area blockquote p {
    color: var(--base-color);
    font-family: var(--Poppins);
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
}

.content-area blockquote span {
    color: var(--base-color);
    font-family: var(--Poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.content-area blockquote span em {
    font-weight: 500;
}

.content-area .wp-caption {
    margin-top: 26px;
    margin-bottom: 26px;
}

.content-area .wp-caption img {
    border-radius: 16px;
    height: 440px;
    object-fit: cover;
}

.content-area .wp-caption figcaption {
    color: var(--base-color);
    text-align: center;
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 150%;
    padding-top: 0;
    margin-top: 13px;
    opacity: 1;
}

/* comments secn */
.comments-secn {
    margin-top: 73px;
    margin-bottom: 86px;
}

.comments-secn h2 {
    color: var(--base-color);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}

.custom-comments-area .custom-comments-title {
    color: var(--base-color);
    font-family: var(--Poppins);
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
}

.comments-secn ol.custom-comment-list {
    margin: 0;
    padding: 0;
}

.comments-secn ol.custom-comment-list li {
    margin-bottom: 30px;
}

.comments-secn ol.custom-comment-list ol.children {
    margin-left: 65px;
}

.custom-comment-body {
    border-radius: 20px;
    background: #FEFEFE;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.comments-head {
    display: grid;
    grid-template-columns: 1fr 79px;
    gap: 20px;
    margin-bottom: 20px;
}

.comments-user-info {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 25px;
    align-items: flex-start;
}

.comments-user-info .avatar-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.comments-user-info .avatar-info img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50px;
}

.custom-comment-meta {
    display: flex;
    flex-flow: column;
}

.custom-comment-meta .custom-comment-author {
    color: var(---black-color);
    font-family: var(--Poppins);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.453px;
    padding-bottom: 4px;
    word-break: break-word;
}

.custom-comment-date {
    color: var(--grey-color-350);
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.453px;
    word-break: break-word;
}

.custom-comment-reply {
    margin-left: auto;
}

.custom-comment-reply .comment-reply-link {
    display: flex;
    padding: 10px 20.25px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 10px;
    border: 0;
    box-shadow: inset 0 0 0 1px var(--action-primary);
    color: var(--action-primary, #E77272);
    font-family: var(--Domine);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.custom-comment-reply a.comment-reply-login {
    display: none;
}

.custom-comment-reply .comment-reply-link:hover {
    background: var(--action-primary);
    color: var(--white-color);
}

.custom-comment-content p {
    color: var(--base-color);
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    margin-bottom: 0;
}

/* for commenting body*/
.comment-respond {
    padding: 40px;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}

.custom-comments-area .custom-comment-reply-title,
.comment-respond .comment-reply-title {
    color: #101828;
    font-family: var(--Poppins);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    margin-bottom: 16px;
}

.comment-respond .comment-reply-title a {
    text-decoration: none;
}

.comment-form textarea {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #EB9B8B;
    height: 180px;
    color: #344054;
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    outline: 0;
    resize: unset;
    background: var(--white-color);
}

.comment-form .form-submit {
    text-align: center;
    margin-top: 30px;
}

.comment-form .logged-in-as {}

.comment-form .form-submit .comment-submit-button {
    display: flex;
    width: 323px;
    padding: 15px 20px;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    border-radius: 10px;
    background: var(--Block-Red-Gradient, linear-gradient(180deg, #F07070 0%, #904D4D 100%));
    color: var(--white-color);
    font-family: var(--Poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0 auto;
    border: 0;
}

.comment-respond {
    margin-bottom: 30px;
}

.comment-form .form-submit .comment-submit-button:hover {
    background: linear-gradient(180deg, #904D4D 0%, #F07070 100%);
}

/* single post secn css */





.mobile-social {
    display: none;
}

/* footer css */
.site-footer {
    background: url('images/footer-bg.png') 50% / cover no-repeat, linear-gradient(180deg, #4E4E4E 0%, #0F0F0F 100%);
    padding: 48px 0 45px;
}

.site-footer .footer-main-outer {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 116px;
    max-width: 1176px;
}

.site-footer .footer-main-outer .footer-left-section .footer-widget-area figure.has-nested-images img {
    max-width: 171px !important;
}

.footer-left-section .widget_block:not(.widget_media_gallery):not(:last-child) {
    color: var(--white-color-100);
    font-family: var(--Poppins);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 19px;
}

.footer-left-section .widget_block:last-child {
    margin-top: 22px;
}

.footer-left-section {
    flex: 0 0 291px;
    max-width: 291px;
}

.site-footer ul.social-media {
    gap: 36px;
    flex-wrap: wrap;
}

.site-footer ul.social-media li a img {
    width: 29px;
    height: 29px;
}

.footer-right-section {
    flex: 1;
    padding-top: 57px;
}

.footer-right-section .footer-menus {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 56px;
}

.footer-menus .widget_nav_menu .widget-title {
    font-family: var(--Poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 112.5% */
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #AEAEAE 0%, #ECADAD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.footer-menus .widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

.footer-menus .widget_nav_menu ul li {
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 30px;
}

.footer-menus .widget_nav_menu ul li:last-child {
    margin-bottom: 0;
}

.footer-menus .widget_nav_menu ul li a {
    color: var(--white-color-100);
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-menus .widget_nav_menu ul li a:hover {
    text-decoration: underline;
    color: var(--action-primary);
}

.copyright-section {
    margin-top: 57px;
    border-top: 1px solid var(--grey-color-150);
    padding-top: 38px;
    text-align: center;
    max-width: 1206px;
    margin-left: auto;
    margin-right: auto;
}

.copyright-section p {
    color: var(--white-color);
    text-align: center;
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

/* search resulst page */

.custom-search-container {
    padding: 50px 0;
}

.search-results-grid {
    margin-top: 50px;
}

.search-result-item {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    border-radius: 16px;
    border: 2px solid var(--white-color);
    background: var(--red-color-light);
    box-shadow: 0px 14px 30px 0px rgba(192, 188, 161, 0.22);
    padding: 20px;
    margin-bottom: 1.5rem;
}

.search-result-item .search-result-thumb img {
    width: 100%;
    height: 250px;
    border-radius: 16px;
    object-fit: cover;
}

.search-result-content {
    display: flex;
    flex-flow: column;
    gap: 1rem;
}

.search-result-content .search-result-title {
    margin-bottom: 0;
    font-weight: var(--fw-bold);
}

.search-result-content .search-result-title a {
    text-decoration: none;
    color: var(--base-color);
}

.search-result-content .search-result-title a:hover {
    color: var(--action-primary);
}

.search-result-excerpt {
    margin-bottom: 0;
}

.search-result-item:last-child {
    margin-bottom: 0;
}

/* error page secn */
body.error404 .inside-article {
    padding: 0;
    background: transparent;
}

body.error404 .error-full-con {
    padding: 40px 0;
}

body.error404 .error-full-con .site-main {
    margin-top: 0;
}

body.error404 .inside-article form.search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
    gap: 16px;
    max-width: 744px;
    background: var(--white-color);
    padding: 8px 20px 8px 16px;
    border-radius: 12px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    isolation: isolate;
}

body.error404 .inside-article form.search-form label {
    flex: 1 0 0;
}

body.error404 .inside-article form.search-form input.search-field {
    border-radius: 0px;
    border: 0;
    color: rgba(8, 8, 8, 0.25);
    font-family: var(--Poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    background: transparent;
    padding: 13.5px 0;
    width: 100%;
    outline: 0;
}

body.error404 .inside-article form.search-form .search-submit {
    background: transparent;
    padding: 8px 4px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.error404 .inside-article form.search-form .search-submit .gp-icon {
    color: #c1c1c1;
}

.aff-results-section.our-results-section {
    padding: 110px 0 66px;
}
/*----------------common media begins for theme---------- */
/* // common media for page */
@media (min-width: 1200px) {

    .container,
    .grid-container {
        padding-left: 0;
        padding-right: 0;
    }

    .recent-posts-secn .grid-container .recent-posts-slider {
        max-width: calc(100% - 12px);
    }
    .floated-card {
        width: calc(100% - 7px);
    }
   .tips-section .tips-sec-inner-con {
        width: calc(100% - 6px); 
    }
    .affiliate-con  .ready-to-plunge-inner,
    .subscribe-con,
     .subscribe-secn .aff-subscribe-con, 
     .faq-accordion  {
        width: calc(100% - 3px);
    }
  
}

@media (min-width: 1280px) {
    .how_to_start_secn .grid-container {
        max-width: 1232px;
    }
    .pricing-hero-con .grid-container {
        max-width: 1214px;
    }
}

/*  */
@media (max-width: 1199.98px) {
    .single-post-outer .category-date {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .post-thumbnail-img img {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 16px;
    }

    .endlessly-scroll-secn .btn-con .btn {
        padding: 15px 15px 16px;
        max-width: 343px;
    }

    .about_us_secn::after {
        max-height: initial;
    }

}

/* // 1199.98 ends */

@media (max-width:991.98px) {

    body .h1,
    body .h2,
    body .h3,
    body .h4,
    body .h5,
    body .h6,
    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6 {
        margin: 0 0 20px;
    }

    /* basic typogrpahy css */
    body .page-title,
    body h1.page-title,
    body h1,
    body .h1 {
        font-size: 40px;
        line-height: 48px;
    }

    h2,
    .h2 {
        font-size: 36px;
        line-height: 50px;
    }

    body h3,
    body .h3 {
        font-size: 24px;
        line-height: 30px;
    }

    /* need to done h4 h5 and h6 */
    body h4,
    body .h4 {
        font-size: 24px;
        line-height: 30px;
    }

    body h5,
    body .h5 {
        font-size: 18px;
        line-height: 180%;
    }

    h6,
    .h6 {
        font-size: 16px;
        line-height: 20px;
    }

    body {
        font-size: 18px;
    }

    /* basic typogrpahy css ends */
    .results-sec-inner-con:not(:last-child) {
        border-right: 0;
    }

    .site-footer .footer-main-outer {
        gap: 56px;
        flex-flow: column;
    }



    .footer-left-section {
        flex: 1;
        max-width: 100%;
        width: 100%;
    }

    .footer-left-section .widget_block:not(.widget_media_gallery):not(:last-child) {
        text-align: center;
    }

    .site-footer .footer-main-outer .footer-left-section .footer-widget-area figure.has-nested-images {
        text-align: center;
    }

    .site-footer ul.social-media {
        justify-content: center;
    }

    .site-footer .footer-main-outer .footer-left-section .footer-widget-area figure.has-nested-images figure.wp-block-image {
        align-items: center;
    }

    .footer-right-section {
        flex: 1;
        width: 100%;
        padding-top: 0  ;
    }

    .footer-right-section .footer-menus {
        gap: 40px 40px;
    }

    .copyright-section {
        margin-top: 65px;
        padding-top: 29px;
        text-align: center;
    }

    /* blog page css */
    .news-header h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .search-bar input {
        padding: 13.5px 0;
    }

    .news-content {
        gap: 45px;
        flex-flow: column;
    }

    .news-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
        flex: 1;
        width: 100%;
    }

    .subscribe-con {
        padding: 0 38px 94px 0;
    }

    .subscribe-inner {
        padding: 32px 23px 37px 33px;
        max-width: calc(100% - 27px);
        width: 100%;
    }

    .subscribe-inner h2 {
        font-size: 28px;
        font-style: normal;
        font-weight: var(--fw-semibold);
        line-height: 36px;
    }

    .blog-subscribe-secn.subscribe-secn {
        padding: 0;
        margin: 50px 0 35px;
    }

    .blog-plunge-inner {
        padding: 0 0 57px 31px;
        position: relative;
        isolation: isolate;
    }

    .blog-plunge-con .blog-plunge-inner {
        padding: 0 0 57px 31px;
    }

    .blog-plunge-banner img {
        height: 340px;
    }

    .blog-plunge-con .plunge-con-article {
        padding: 28px 28px 37px 31px;
        max-width: calc(100% - 42px);
        width: 100%;
        position: absolute;
        margin-left: 0;
        margin-right: auto;
        left: 0;
        top: auto;
    }

    .plunge-con-article h2 {
        font-size: 28px;
        height: auto;
    }

    .plunge-con-article .join-our {
        font-size:18px;
        margin-bottom: 20px;
        height: auto;
    }

    .copyright-section p {
        font-size: 12px;
        line-height: 22px;
    }

    .form-con .wpcf7-form .wpcf7-form-control:not(input[type=submit]) {
        font-size: 11px;
        line-height: 18px;
        letter-spacing: 0.06px;
        width: 100%;
        padding: 16px 27px;
    }

    .content-area blockquote {
        max-width: 100%;
        padding: 12px 0px 14px 19px;
    }

    .comments-secn {
        margin-top: 46px;
        margin-bottom: 60px;
    }

    .comments-secn h2 {
        font-size: 24px;
        margin-bottom: 17px;
    }

    .custom-comments-area .custom-comments-title {
        font-size: 20px;
        margin-bottom: 19px;
    }

    .comments-secn ol.custom-comment-list li {
        margin-bottom: 39px;
    }

    .comments-secn ol.custom-comment-list ol.children {
        margin-left: 24px;
    }

    .comments-secn ol.custom-comment-list ol.children li {
        margin-bottom: 18px;
    }

    .related-posts h2 {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 23px;
    }

    /* document page */
    /* document page */
    .documentation-container {
        padding: 35px 0 65px;
    }

    .doc-header {
        padding: 0px 40px 0px 67px;
    }

    .doc-count {
        margin-top: -8px;
    }

    .doc-toggle {
        right: 15px;
    }

    .documentation-container .browse-guides h1 {
        font-size: 36px;
        margin-bottom: 3px;
    }

    .documentation-container .library-boxe-inner {
        gap: 21px;
        display: flex;
        flex-flow: column;
    }

    .doc-header h2 {
        font-size: 22px;
        line-height: 70px;
        margin-bottom: 0;
    }

    .documentation-sections .doc-section {
        padding-bottom: 37.5px;
        margin-bottom: 31.5px;
        border-bottom: 1px solid rgba(var(--base-color-rgb), 0.4);
    }

    .doc-content {
        padding-left: 68px;
    }

    /* single docs page */
    .doc-sec-single {
        padding: 29px 0 30px;
    }

    .doc-sec-single .container-small {
        margin-top: 21px;
    }

    .doc-sec-single .doc-post-title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 14px;
    }

    .doc-sec-single .entry-content {
        margin-top: 14px;
        padding: 10px 0;
    }

    .doc-inner-single p:last-child {
        margin-bottom: 0;
    }

    .reviews-box .reviews-box-in {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        gap: 32px;
        padding-top: 32px;
        display: flex;
        flex-flow: column;
        align-items: center;
        text-align: center;
    }

    .review-slider button.slick-next {
        bottom: 0;
        right: 0;
        left: auto;
        top: calc(100% - 27px);
    }

    .review-slider button.slick-prev {
        bottom: 0;
        left: 0;
        right: auto;
        top: calc(100% - 27px);
    }

    .review-btn-secn .btn-con {
        margin-top: 38px;
    }

    .review-btn-secn .btn-con .btn {
        padding: 15px 15px 16px;
        max-width: 380px;
        width: 100%;
    }

    .reviews-right-con .content-bottom-text {
        height: auto;
        text-align: center;
    }

    .reviews-con {
        padding-bottom: 23px;
    }

    .reviews-con h2 {
        height: auto;
        margin: 0 auto 0px;
        font-size: 30px;
    }

    .benefits-con h2 {
        font-size: 30px;
    }

    .image-card-box {
        margin: 30px auto;
        padding: 0;
    }

    .benefits-box h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .crypto-reels-secn.full-con {
        padding-bottom: 79px;
    }

    .crypto-reels-secn .secn-title-bar {
        padding-left: 0;
        text-align: center;
    }

    .crypto-reels-secn .secn-title-bar h2 {
        color: var(--black-color-49);
        height: auto;
        font-size: 32px;
    }

    .crypto-reels-box-sec button.slick-prev {
        top: calc(100% + 54px);
        left: 59px;
    }

    .crypto-reels-box-sec button.slick-next {
        top: calc(100% + 54px);
        right: 59px;
        left: auto;
    }

    .tips-section {
        padding: 35px 0;
    }

    .tips-section .tips-sec-inner-con h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .featured-sec-inner-con {
        gap: 26px;
        display: flex;
        flex-flow: column;
        text-align: center;
    }

    .featured-sec-inner-con h2 {
        font-size: 36px;
        line-height: 64px;
        margin-bottom: 8px;
    }

    .featured-content {
        font-size: 18px;
        line-height: 32px;
    }

    .plunge-con-article .into-deep {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        height: auto;
        margin-bottom: 16px;
    }

    .our-results-section h2 {
        text-align: center;
        font-size: 40px;
        line-height: 130%;
        margin-bottom: 25px;
    }

    .results-sec {
        padding: 48px 24px 77px;
        display: flex;
        flex-flow: column;
    }

    .results-sec-inner-con-card {
        display: grid;
        grid-template-columns: 55px 1fr;
        align-items: start;
        gap: 36px;
        padding: 0 0 35px;
        height: 100%;
        border-bottom: 2px solid #EEEFF2;
        margin-bottom: 35px;
    }

    .results-sec-inner-con:last-child .results-sec-inner-con-card {
        padding-bottom: 0;
        margin-bottom: 0;
        border: 0;
    }

    .results-sec-con h3 {
        font-size: 42px;
        line-height: 30px;
        height: auto;
        margin-bottom: 30px;
        word-break: break-word;

    }

    .testimonial-secn h2,
    .price-subscribers-con h2 {
        font-size: 30px;
        text-align: start;
        max-width: 300px;
    }

    .subscribers-con h2 {
        max-width: 264px;
        font-size: 30px;
        text-align: start;
    }

    .testimonial-secn .btn-con,
    .subscribers-con .btn-con,
    .price-subscribers-con .btn-con {
        text-align: center;
        margin-top: 22px;
    }

    .testimonial-secn .btn-con .btn,
    .subscribers-con .btn-con .btn,
    .price-subscribers-con .btn-con .btn {
        padding: 15px 16px 16px;
        max-width: 382px;
        width: 100%;
    }

    .testimonial-slider button.slick-prev,
    .subscribe-slider button.slick-prev,
    .price-member-slider button.slick-prev {
        top: unset;
        right: 92px;
        left: auto;
        bottom: calc(100% + 48px);
        width: 36px;
        height: 36px;
    }

    .testimonial-slider button.slick-next,
    .subscribe-slider button.slick-next,
    .price-member-slider button.slick-next {
        top: unset;
        right: 24px;
        left: auto;
        bottom: calc(100% + 48px);
        width: 36px;
        height: 36px;
    }

    /* proifts secn */
    .profits-secn {
        padding: 80px 0 80px;
        margin-top: 120px;
        margin-bottom: 60px;
    }

    .profits-con {
        display: grid;
        grid-template-columns: 1fr;
        gap: 29px;
        align-items: center;
        margin-top: -160px;
        grid-auto-flow: row;
    }

    .profits-con img {
        height: 465px;
        max-width: 280px;
        margin: 0 auto;
    }

    .whale-pump-inner {
        max-width: 694px;
        text-align: center;
    }

    .whale-pump-inner h2 {
        color: var(--black-color);
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        text-align: center;
        margin-bottom: 15px;
    }

    .whale-pump-inner p {
        color: var(--black-color);
        font-size: 18px;
        margin-bottom: 0;
    }

    .whale-pump-inner .btn-con {
        margin-top: 26px;
    }

    .whale-pump-inner .btn-con .btn {}

    .profits-secn::after {
        max-height: unset;
    }

    .our-parters-section h2 {
        margin-bottom: 36px;
        text-align: center;
        font-size: 36px;

    }

    .our-parters-section {
        margin: 49px 0 51px;
    }

    .subscribe-secn {
        padding-bottom: 53px;
    }

    .guides-secn h2 {
        font-size: 36px;
        margin-bottom: 13px;
        height: auto;
    }

    /* guide box slider  */
    .guide-slider button.slick-prev {
        top: calc(100% + 54px);
        left: 0;
        right: auto;
    }

    .guide-slider button.slick-next {
        top: calc(100% + 54px);
        right: 0;
        left: auto;
    }

    .all-aborad-article .btn-con .btn {
        max-width: 273px;
        padding: 15px 15px 16px;
        width: 100%;
    }

    .reviews-box .reviews-box-in .review-box-img {
        padding-left: 0;
    }

    .reviews-box .reviews-box-in .review-box-img::after {
        left: -43px;
    }

    .affilate-hero-banner .banner-article .btn {
        max-width: 342px;
        width: 100%;
    }

    .how-to-start-con .btn-con {
        margin-top: 31px;
    }

    .floated-card {
        padding: 96px 0 0 0px;
    }

    .floated-card-bg img {
        height: 340px;
        object-fit: cover;
        border-radius: 16px;
    }

    .floated-card-bg {
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% - 40px);
    }

    .floated-card-earn h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 130%;
    }

    .floated-card-earn ul {
        list-style: none;
        padding: 0;
        max-width: 100%;
        margin: 0;
    }

    .floated-card-earn ul li {
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 24px;
        padding: 0 0 0 58px;
    }

    .floated-card-earn .btn-con {
        margin-top: 31px;
    }

    .promote-ways-con h2 {
        font-size: 30px;
        line-height: 130%;
        margin-bottom: 40px;
    }

    .promote-ways-outer {
        margin-top: 40px;
    }

    .promote-ways-outer {
        padding: 0 4px;
    }

    .promote-ways-outer .benefits-box figure img {
        height: 345px;
    }

    .promote-crypto-con .btn-con {
        text-align: center;
        margin-top: 45px;
    }

    .our-parters-section.aff-partners-section {
        margin: 65px 0 0px;
    }

    .faq-accordion {
        margin-top: 36px;
    }

    .faq-item .faq-question {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        gap: 16px;
        align-items: flex-start;
    }

    .faq-item.active .faq-content {
        max-height: 500px;
        opacity: 1;
        padding: 16px 16px 0 80px;
        overflow-y: auto;
    }

    .faq-content {
        padding: 0 60px 0 80px;
    }

    .faq-content p {
        font-size: 14px;
    }

    .aff-profits-con .aff-whale-pump-inner h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .aff-profits-con .aff-whale-pump-inner p {
        font-size: 18px;
    }

    .aff-profits-con .aff-whale-pump-inner .btn-con {
        text-align: center;
        margin-top: 23px;
    }

    .aff-text-extra {
        text-align: center;
        font-size: 14px;
        margin-top: 28px;
    }

    .ready-to-earn-secn::after {
        max-height: initial;
    }

    .aff-results-section.our-results-section {
        padding: 0 0 48px;
    }

    .faq-number {
        font-size: 28px;
        margin-right: 0;
        flex: 0 0 60px;
    }

    .faq-header {
        align-items: start;
        font-size: 24px;
        line-height: 120%;
        gap: 20px;
    }

    /* pricing page template css */
    .membership-plans {
        margin-top: 30px;
        justify-content: center;
        align-items: center;
    }

    .membership-plans {
        margin-top: 18px;
        gap: 40px;
    }

    .membership-card.starter {
        border-radius: 26px;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
        padding: 30px;
    }

    .pricing-aboard-con {
        margin: 25px 0 48px;
    }

    .faq-outer-con .btn-con-link {
        margin: 55px auto;
        text-align: center;
    }

    .faq-outer-con .btn-con-link p {
        font-size: 20px;
        margin: 0;
    }

    .faq-outer-con .btn-con-link p a {
        font-size: 20px;
    }

    .title-img-count {
        left: 0;
        top: 0;
        position: relative;
        max-width: 313px;
    }

    .customer-con-in h2 {
        font-size: 30px;
    }

    /* pricing image slider */
    .customers-inner-con {
        display: flex;
        gap: 18px;
        align-items: flex-start;
        flex-flow: column;
        justify-content: flex-start;
        margin-top: 33px;
    }

    .customers-left-con {
        width: 100%;
        flex: 1;
        display: flex;
        gap: 10px;
        align-items: flex-end;
    }

    .customers-right-con {
        flex: 1;
        max-width: 100%;
        padding: 0 21px;
    }

    .customers-right-con .customer_slider {
        margin-top: 24px;
        height: auto;
        position: static;
        min-height: 300px;
    }

    .customers-right-con .customer_slider button.slick-prev.slick-arrow {
        top: 72px;
        left: auto;
        right: 60px;
        width: 40px;
        height: 40px;
    }

    .customers-right-con .customer_slider button.slick-next.slick-arrow {
        top: 72px;
        left: auto;
        right: 0px;
        width: 40px;
        height: 40px;
    }

    .customer-con-in .btn-con {
        text-align: center;
        margin-top: 33px;
    }

    .pricing-sub-section {
        margin: 72px 0 48px;
        overflow: hidden;
        background: var(--light-Blue, #F6F7FE);
        position: relative;
        isolation: isolate;
    }

    .pricing-sub-section::after {
        position: absolute;
        left: 0;
        content: '';
        top: 80%;
        width: 100%;
        height: 252px;
        background: url(images/Pattern.svg) repeat, #f6f7fe;
        background-size: auto;
        background-position: 50% 50%;
        z-index: -1;
        right: 0;
    }

    .pricing-sub-sec {
        padding: 55px 0px 40px 0px;
        border-radius: 0;
        background: transparent;
        background-image: none;
    }

    .pricing-sub-sec-inner-con {
        display: flex;
        align-items: center;
        gap: 40px;
        flex-flow: column;
    }

    .pricing-sub-sec-con {
        flex: 1;
        max-width: 507px;
        width: 100%;
    }

    .pricing-sub-sec::before {
        display: none;
    }

    .pricing-sub-sec::after {
        top: 60%;
        right: -80px;
        width: 255px;
        height: 278.325px;
        transform: rotate(-14.148deg);
        flex-shrink: 0;
    }

    .pricing-sub-sec-left-con h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .pricing-sub-sec-left-con p {
        font-size: 24px;
        line-height: 40px;
    }

    body.error404 .error-full-con {
        padding: 30px 0;
    }

    .tips-sec-con .btn {
        max-width: 264px;
    }

    .question-inner-con h5 p {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }

    .tips-section .tips-sec-inner-con p {
        max-width: 100%;
    }

    .featured-sec-inner-con .featured-sec-left-con {
        margin-top: 0;
    }
}


/* 991 ends */
@media (min-width:768px) and (max-width:991.98px) {
    ul.social-media {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    body.nav-float-right #site-navigation {
        margin-right: auto;
        margin-left: auto;
        background: transparent;
    }

    .main-navigation .main-nav ul li a {
        font-size: 14px;
        padding: 0 12px;
    }

    .form-con {
        padding: 48px;
        gap: 50px;
        grid-template-columns: 1fr;
    }

    .email-con {
        gap: 120px;
    }

    .our-contact-secn {
        padding: 50px 0 8%;
    }

    .post-card {
        gap: 35px;
    }

    .news-sidebar {
        flex: 1;
        width: 100%;
    }

    .news-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 35px;
    }

    .recent-posts-slider .slick-list .slick-track .slick-slide {
        margin-right: 5px;
    }

    .banner-featured-logo {
        flex: 0 0 auto;
        width: calc(100% - 50% - 40px);
    }

    .banner-article {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: end;
    }

    .related-posts-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .benefits-box {
        gap: 60px;
    }

    .all-aborad-article {
        padding: 48px 50px 38px;
        max-width: calc(100% - 80px);
    }

    .affilate-hero-banner {
        padding: 45px 0 45px;
    }

    .floated-card-earn {
        position: relative;
        left: 0;
        bottom: 0;
        max-width: 70%;
        padding: 46px 29px 48px;
        margin-right: auto;
    }

    .earn-more-con {
        margin-bottom: 70px;
        margin-top: 65px;
    }

    .earn-more-con::after {
        max-height: initial;
    }

    .aff-profits-con {
        grid-template-columns: 1fr;
        align-items: center;
        height: auto;
        text-align: center;
    }

    .aff-profits-con img {
        max-width: 100%;
        height: 492px;
        object-fit: contain;
        margin: 0 auto;
    }

    .ready-to-earn-secn {
        padding: 30px 0 15px;
        margin: 80px 0;
    }

    .membership-section h2 {
        font-size: 36px;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 25px;
    }

    .customers-left-con span {
        height: 320px;
    }

    .customers-left-con span.active img.active {
        height: 320px;
    }

    .customer-img-main {
        height: 260px;
    }

    .customers-right-con .customer_slider {
        min-height: 200px;
    }
}

/* 768-991 ends */
@media (min-width:768px) and (max-width:1199.98px) {
    .category-tag {
        padding: 14px 20px;
    }

    .tips-section .tips-sec-inner-con {
        padding: 50px 50px;
        grid-template-columns: 1fr 265px;
        gap: 50px;
        align-items: center;
    }

    .search-result-item {
        grid-template-columns: 230px 1fr;
    }

    .search-result-item .search-result-thumb img {
        height: 230px;
    }

    .promote-ways-outer .benefits-box {
        margin-block-end: 30px;
        gap: 50px;
    }

    .plunge-con-article {
        padding: 35px 61px 37px;
        max-width: 75%;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 10px;
        background: var(--white-color);
        box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.03);
    }

    .features-con-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .our_benefts_outer .benefits-con .benefits-box {
        gap: 60px;
        margin-bottom: 20px;
    }

    .our_benefts_outer .benefits-con .benefits-box figure img {
        height: 210px;
        object-fit: cover;
        /* width: 100%; */
    }

    .our_benefts_outer .benefits-con .benefits-box figure {
        width: 310px;
    }

    .our_benefts_outer .benefits-con .benefits-box .benefits-right-con {
        width: calc(100% - 60px - 310px);
    }

    .our_benefts_outer .benefits-con .benefits-box h3 {
        font-size: 30px;
    }

    .about_us_secn {
        margin-top: 50px;
    }

    .banner-article p {
        font-size: 28px;
    }
}

/* 768-1199 ends */

@media (min-width:992px) and (max-width:1199.98px) {

    .main-navigation .main-nav ul li a {
        font-size: 16px;
        padding: 0 20px;
    }

    body.nav-float-right #site-navigation {
        margin-right: auto;
        margin-left: auto;
        background: transparent;
    }

    .banner-featured-logo {
        flex: 0 0 auto;
        width: calc(100% - 450px - 40px);
    }

    .banner-article {
        flex: 1;
        max-width: 450px;
    }

    .post-card {
        display: flex;
        overflow: hidden;
        gap: 35px;
    }

    .our-contact-secn {
        padding: 60px 0 8%;
    }

    .form-con {
        gap: 40px;
        grid-template-columns: 330px 1fr;
    }

    /* document page */
    .documentation-container .library-boxe-inner {
        grid-template-columns: 350px 1fr;
        gap: 60px;
    }

    .doc-header {
        padding: 0px 40px 0px 80px;
    }

    .doc-content {
        padding-left: 80px;
    }

    .reviews-box .reviews-box-in {
        padding-left: 32px;
        padding-right: 32px;
    }

    .testimonial-slider button.slick-next,
    .subscribe-slider button.slick-next,
    .price-member-slider button.slick-next {
        right: 40px;
        left: auto;
    }

    .testimonial-slider button.slick-prev,
    .subscribe-slider button.slick-prev,
    .price-member-slider button.slick-prev {
        right: 110px;
        left: auto;
    }

    .affiliate-earn-secn .aff-profits-con img {
        object-fit: contain;
    }

    .pricing-sub-sec {
        padding: 66px 106px 65px 58px;
    }

    .pricing-sub-sec-left-con {
        flex: 1;
        max-width: 420px;
    }

    .pricing-sub-sec-con {
        flex: 1;
        max-width: calc(100% - 420px - 27px);
    }

    .news-grid {
        gap: 30px;
    }
}

/* 992-1199 ends */
@media (min-width:992px) and (max-width:1280px) {
    .site-footer .footer-main-outer {
        gap: 50px;
    }

    .footer-right-section .footer-menus {
        gap: 40px;
    }

}

/* 992-1280ends */
@media (min-width:576px) and (max-width:767.98px) {
    .features-con-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        text-align: center;
    }
}


/* 768 begins */
@media (max-width:768px) {
    html.mobile-menu-open body {
        overflow: hidden;
    }

    header.site-header .inside-header.grid-container .header-widget {
        display: none;
    }

    header.site-header {
        background: var(--white-color);
    }

    header.site-header .inside-header.grid-container {
        padding: 10px 10px;
        flex-wrap: nowrap;
    }

    header.site-header .inside-header.grid-container .site-logo {
        order: 2;
        margin: 0 auto;
        flex-basis: 100%;
        text-align: center;
    }

    header.site-header .inside-header.grid-container .site-logo .custom-logo-link {
        line-height: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header.site-header .inside-header.grid-container nav#site-navigation {
        order: 1;
        margin: 0;
        flex-basis: auto;
    }

    header.site-header .inside-header .main-navigation .menu-toggle {
        width: 36px;
        height: 36px;
        background: transparent;
        padding: 5px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    header.site-header .inside-header .main-navigation .menu-toggle .gp-icon svg {
        width: 28px;
        height: 28px;
        display: flex;
    }

    header.site-header .inside-header .main-navigation .menu-toggle .gp-icon svg path {
        fill: #C88585;
    }


    body.nav-float-right header nav.main-navigation .main-nav {
        position: fixed;
        left: 0;
        margin: 0 !important;
        background: var(--white-color) !important;
        width: 100%;
        height: calc(100% - 80px);
        top: 80px;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.05);
        padding: 43px 24px;
        display: flex;
        flex-flow: column;
        overflow-y: auto;
    }

    .mobile-menu-open body.nav-float-right header nav.main-navigation .main-nav {
        transform: translateX(0);
    }

    /* for admin bar */
    body.admin-bar header nav.main-navigation .main-nav {
        height: calc(100% - 80px - 46px);
        top: calc(80px + 46px);
    }

    body.admin-bar header.sticky nav.main-navigation .main-nav {
        height: calc(100% - 80px);
        top: 80px;
    }
    /* for admin bar */
    .mobile-menu-open body.nav-float-right header nav.main-navigation .main-nav ul#menu-main-menu li {
        padding: 0 12px 0 16px;
    }

    .mobile-menu-open body.nav-float-right header nav.main-navigation .main-nav ul#menu-main-menu li a {
        padding: 18px 0;
        border-bottom: 1px solid rgb(221 221 221 / 50%);
        color: var(--black-color-111);
        font-family: var(--Poppins);
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-menu-open body.nav-float-right header nav.main-navigation .main-nav ul#menu-main-menu li:first-child a {
        padding-top: 0;
    }

    .mobile-menu-open body.nav-float-right header nav.main-navigation .main-nav ul#menu-main-menu li:last-child a {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .mobile-social {
        display: block;
        margin-top: 56px;
    }

    .mobile-social ul.social-media {
        gap: 44.72px;
    }

    .mobile-social ul.social-media li a {
        padding: 0;
        line-height: 0;
    }

    .mobile-social ul.social-media li a img {
        width: 36px;
        height: 36px;
    }

    body.nav-float-right header nav.main-navigation .main-nav ul#menu-main-menu li.current-menu-item a {
        font-weight: var(--fw-semibold);
        color: var(--base-color);
    }
}

/* 768 ends */
/* 767 begins */
@media (max-width:767.98px) {

    /* footer css */
    .site-footer {
        padding: 32px 0 60px;
    }

    .site-footer .container {
        padding: 0 19px 0 29px;
    }
    .footer-right-section {
        padding-left: 16px;
        padding-right: 13px;
    }
    .footer-left-section .widget_block:not(.widget_media_gallery):not(:last-child) {
        margin-top: 28px;
        text-align: center;
    }

    .footer-left-section .widget_block:last-child {
        margin-top: 13px;
    }

    .footer-right-section .footer-menus {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 67px 30px;
    }

    /* footer css */
    /*  */
    .home-hero-con .hero-banner-con {
        gap: 26px;
    }
    .hero-banner-con,
    .contact-banner-con {
        display: flex;
        gap: 19px;
        align-items: center;
        flex-wrap: wrap;
        flex-flow: column;
    }
   
    .banner-featured-logo {
        flex: 1;
        width: 100%;
        text-align: center;
    }
    .home-hero-con .banner-article h1 {
        padding-bottom: 0;
    }
  
    .contact-banner-con .banner-article,
    .contact-banner-con .banner-article p {
        text-align: center;
    }
    .banner-article h1 {
        line-height: 48px;
    }
    .banner-article p,
    .affilate-hero-banner p.audience-text {
        font-size: 24px;
        margin-bottom: 22px;
        text-align: center;
    }

    .with-left-image .banner-article .audience-sub-text {
        font-size: 20px;
    }
    .contact-banner-con .banner-article .btn-con {
        margin-top: 45px;
    }
    .our-contact-secn {
        padding: 40px 0 70px;
    }

    .our-contact-secn::after {
        top: 0;
    }

    .email-con {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .form-con {
        padding: 42px 18px 46px 20px;
        gap: 21px;
        word-wrap: break-word;
        display: flex;
        flex-flow: column;
        margin-top: 28px;
    }

    .form-con h4,
    .form-con .form-left-con p {
        text-align: center;
    }

    .form-right-con {
        padding: 0 11px 0 15px;
    }

    .form-con .wpcf7-form .form-top-row {
        grid-template-columns: 1fr;
        gap: 0;
    }


    /* blog page css  */
    .recent-posts-secn {
        margin: 31px auto 38px;
    }

    .post-card {
        display: flex;
        overflow: hidden;
        gap: 21px;
        flex-flow: column;
        text-align: center;
    }

    .post-image {
        flex: 0 0 auto;
        width: 100%;
        height: 225px;
    }

    .post-card .post-content {
        flex: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        text-align: center;
    }

    .post-card .post-content .post-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -1px;
    }

    .recent-posts-slider .slick-list .slick-track {
        display: flex;
    }

    .recent-posts-slider .slick-list .slick-track .slick-slide {
        height: inherit;
    }

    .post-card .post-content .read-more {
        margin: 0 auto;
    }

    .recent-posts-slider .slick-arrow.slick-prev {
        right: auto;
        left: -15px;
        bottom: 0;
        top: 86px;
        background: var(--white-color);
    }

    .recent-posts-slider .slick-arrow.slick-next {
        right: -15px;
        left: auto;
        bottom: 0;
        top: 86px;
    }

    .search-bar {
        margin-bottom: 0;
    }

    .category-slider-outer {
        display: inline-block;
        margin-top: 31px;
        margin-bottom: 0;
        text-align: start;
        vertical-align: middle;
    }

    .category-slider {
        display: inline;
        overflow-x: unset;
        text-align: start;
    }

    .category-tag {
        padding: 12px 20px;
        font-size: 12px;
        white-space: normal;
        margin-right: 16px;
        margin-bottom: 16px;

    }

    .category-slider-outer .slider-arrow {
        display: inline-flex;
        vertical-align: middle;
    }

    .category-slider .category-tag {
        display: none;
    }

    .category-slider.show-all .category-tag {
        display: inline-block;

    }

    .category-slider .category-tag:nth-child(-n+5) {
        display: inline-block;
    }

    .slider-arrow.next {
        transition: transform 0.3s ease;
    }

    .slider-arrow.next.rotated {
        transform: rotate(-90deg);
        transition: transform 0.3s ease;
    }

    .category-slider-wrapper {
        transition: max-height 0.3s ease;
    }

    /* blog css  */

    .news-grid-container,
    .news-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px 35px;
    }

    .news-header {
        text-align: center;
        margin-bottom: 14px;
    }

    .news-container {
        margin: 38px 0 32px;
    }

    .plunge-con-article .btn-con .btn {
        padding: 15px 30px;
        /* width: fit-content; */
        max-width: 273px;
        width: 100%;
    }

    .plunge-con-article .btn-con {
        margin-top: 16px;
    }

    .news-sidebar {
        width: 100%;
        flex: 1;
    }

    .our-contact-secn h2 {
        margin-bottom: 7px;
        min-height: 59px;
    }

    .e-box {
        gap: 28px;
    }

    .con-box {
        gap: 16px;
    }

    .get-in-touch-con .small-content-area h2 {
        margin-bottom: 16px;
    }

    .form-con .wpcf7-form .form-message-con+P {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-top: 41px;
        text-align: center;
    }

    .form-con .wpcf7-form input[type=submit] {
        margin: 0 auto;
    }

    .get-in-touch-con {
        padding: 60px 0 52px;
    }

    /* single post page */
    .single-post-secn {
        padding-top: 36px;
    }

    .single-post-outer h1 {
        font-size: 24px;
        line-height: 36px;
        /* 150% */
        margin-bottom: 5px;
    }

    .share-section {
        grid-template-columns: 1fr;
        align-items: center;
        margin-bottom: 26px;
        gap: 18px;
    }

    .share-secn-content {
        gap: 9px;
    }

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

    .share-icons {
        text-align: center;
        justify-content: center;
        gap: 35px;
        flex-wrap: wrap;
    }

    .post-thumbnail-img {
        margin-bottom: 23px;
        margin-top: 26px;
    }

    .post-thumbnail-img img {
        height: 212px;
    }

    .content-area .wp-caption img {
        height: 213px;
    }

    .content-area .wp-caption figcaption {
        font-size: 16px;
        margin-top: 10px;
    }

    .custom-comment-body {
        padding: 15px;
    }

    .comment-form .form-submit .comment-submit-button {
        width: 100%;
        max-width: 302px;
    }

    .related-posts {
        margin: 60px 0 59px;
    }

    .related-posts-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }

    .subscribe-inner .btn-con .btn::after {
        margin-left: 24px;
    }

    .telegram-subscription {
        margin: 59px 0 49px;
    }

    .comments-user-info {
        gap: 17px;
    }

    .comments-head {
        gap: 9px;

    }

    /* home pge css */
    .hero-banner-secn {
        padding: 21px 0;
    }

    .hero-banner-secn .banner-article {
        order: 1;
        text-align: center;
    }

    .hero-banner-secn .banner-featured-logo {
        order: 0;
    }

    .banner-article h1 span {
        font-size: 32px;
    }

    .banner-article .btn-con {
        margin-top: 22px;
    }

    .endlessly-scroll-secn {
        padding: 57px 0 158px;
        margin-top: 30px;
    }

    .endlessly-scroll-secn h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .about-us-con-main {
        margin-top: -100px;
        padding-bottom: 55px;
    }

    .all-aboard-con {
        padding-bottom: initial;
        padding-right: 0;
        padding-top: 151px;
    }

    .bg-image-bottom {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: calc(100% - 39px);
        max-width: calc(100% - 39px);
        /* max-width: 340px; */
    }

    .bg-image-bottom img {
        height: 340px;
        width: 100%;
    }

    .all-aborad-article {
        padding: 28px 18px 33px 21px;
        position: relative;
        top: 0;
        right: 0;
        max-width: calc(100% - 29px);
        left: auto;
        margin-left: auto;
    }

    .all-aborad-article h2 {
        font-size: 30px;
        margin-bottom: 21px;
       line-height: normal;
    }

    .all-aborad-article p {
        font-size: 16px;
        line-height: normal;
    }

    .all-aborad-article .btn-con {
        margin-top: 32px;
    }

    .tips-section .tips-sec-inner-con {
        padding: 25px 11px 78px 19px;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        gap: 19px;
        align-items: center;
        text-align: center;
    }

    .tips-section .tips-sec-inner-con h3 {
        margin-bottom: 10px;
    }

    .featured-sec-right-con {
        display: flex;
        gap: 30px;
        flex-flow: column;
        text-align: center;
    }

    .featured-section {
        margin: 11px 0 65px;
    }

    .ready-to-plunge-inner {
        padding: 0;
        position: relative;
        isolation: isolate;
        width: 100%;
        padding-bottom: initial;
        padding-right: 0;
        padding-top: 151px;
    }

    .plunge-con-banner img {
        height: 340px;
        border-radius: 20px;
        object-fit: cover;
        width: 100%;
    }

    .plunge-con-banner {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: calc(100% - 39px);
        max-width: calc(100% - 39px);
    }

    .plunge-con-article {
        padding: 28px 28px 37px 31px;
        max-width: calc(100% - 27px);
        width: 100%;
        right: 0;
        left: auto;
        position: relative;
        margin-left: auto;
    }

    .plunge-con {
        padding-bottom: 47px;
    }

    .home-subscribe .subscribe-inner .btn-con {
        margin-top: 28px;
    }

    .our-results-section {
        padding: 0px 0 64px;
    }

    .members-inner-con {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        gap: 28px;
        padding: 10px 0 0;
        position: relative;
        border-radius: 20px;
        background: transparent;
        height: auto;
        align-items: flex-start;
    }

    .members-inner-con .member-left-con {
        text-align: center;
        max-width: 277px;
        position: relative;
        isolation: isolate;
        margin: 0 auto;
        width: 100%;
    }

    .members-inner-con .member-left-con img {
        height: 302px;
        max-width: 277px;
        margin: 0 auto;
        position: relative;
        isolation: isolate;
    }

    .members-inner-con .member-left-con::after {
        position: absolute;
        top: -8px;
        right: -8px;
        content: '';
        background: url(images/Quotes.svg) no-repeat;
        background-size: contain;
        width: 37px;
        height: 27px;
    }

    .members-inner-con::after {
        position: absolute;
        top: 0;
        right: 0px;
        display: none;
    }

    .member-right-con {
        padding-top: 0;
    }

    .testimonial-slider .slick-list .slick-slide,
    .subscribe-slider .slick-list .slick-slide,
    .price-member-slider .slick-list .slick-slide {
        margin: 0 24px;
    }

    .partners-sec {
        gap: 40px 40px;
        flex-flow: column;
        text-align: center;
    }

    .guide-slider.guide-articles {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 110px;
        margin-left: 0;
        margin-right: 0;
    }

    .guide-slider.slick-vertical .slick-slide {
        margin: 13px 20px;
        border: 2px solid var(--white-color);
    }

    .guide-slider .slick-slide:last-child {
        margin-bottom: 26px;
    }

    .guide-slider.guide-articles .slick-track {
        padding: 0px;
        margin: 0;
    }

    /* search result page */
    .custom-search-container {
        padding: 35px 0;
    }

    .search-result-item {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        gap: 16px;
        padding: 15px;
        margin-bottom: 1.5rem;
    }

    .search-result-item .search-result-thumb img {
        height: 180px;
        border-radius: 7px;
    }

    /* affiliate page */
    .affilate-hero-banner {
        padding: 0;
    }
    .affilate-hero-banner .grid-container {
        padding-top: 48px;
        padding-bottom: 36px;
    }
    .affilate-hero-banner .banner-article h1 {
        line-height: 48px;
        padding-bottom: 24px;
        margin-bottom: 0;
    }
    .hero-banner-con.with-left-image .banner-article,
    .with-left-image .banner-article p {
        text-align: center;
    }
    .affilate-hero-banner p.audience-text {
        font-size: 24px;
        padding-bottom: 0px;      
        margin-top: 0px;
    }
    .affilate-hero-banner .banner-article .btn-con {
        margin-top: 30px;
    }
    .how-to-box-con {
        flex-flow: column;
        gap: 30px;
        margin-top: 18px;
    }

    .how_to_start_secn {
        margin-bottom: 18px;
    }

    .earn-more-con {
        margin-bottom: 30px;
        margin-top: 18px;
    }

    .earn-more-con::after {
        display: none;
    }

    .benefits-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 21px;
        margin-bottom: 30px;
        align-items: center;
        grid-auto-flow: row;
        text-align: center;
    }

    .image-card-box .benefits-box:nth-child(even) .benefits-right-con {
        text-align: center;
    }

    .promote-ways-outer .benefits-box .benefits-right-con h3 {
        margin-bottom: 16px;
    }

    .benefits-secn .benefits-box:nth-of-type(even) figure {
        order: unset;
    }

    .promote-ways-outer .benefits-box:nth-of-type(odd) .benefits-right-con h3,
    .promote-ways-outer .benefits-box:nth-of-type(odd) .benefits-right-con p {
        text-align: start;
    }

    .promote-ways-outer .benefits-box:nth-of-type(even) .benefits-right-con h3,
    .promote-ways-outer .benefits-box:nth-of-type(even) .benefits-right-con p {
        text-align: end;
    }

    .promote-ways-outer .benefits-box:nth-of-type(even) figure {
        order: 0;
    }

    .affiliate-con .ready-to-plunge-inner {
        padding-top: 91px;
        padding-bottom: 0;
    }

    .affiliate-con .ready-to-plunge-inner .plunge-con-banner {
        right: 0;
        left: auto;
    }

    .affiliate-con .ready-to-plunge-inner .plunge-con-article {
        margin-left: 0;
        margin-right: auto;
        max-width: calc(100% - 32px);
    }

    .promote-crypto-con {
        margin: 36px 0 50px;
    }

    .benefits-box h3 {
        word-break: break-word;
    }

    .faq-outer-con {
        margin-top: 6px;
    }

    .faq-outer-intro h2 {
        color: var(--black-color-50);
        margin-bottom: 8px;
        font-size: 30px;
        line-height: 130%;
    }

    .faq-pump-inner {
        text-align: center;
    }

    .faq-item {
        padding: 20px 15px;
    }

    .faq-outer-intro p {
        font-size: 18px;
    }

    .aff-profits-con {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        align-items: center;
        text-align: center;
        grid-auto-flow: row;
    }

    .aff-profits-con img {
        max-width: 100%;
        height: 348px;
        margin: auto;
    }

    .floated-card-earn {
        position: relative;
        left: 0;
        bottom: 0;
        max-width: calc(100% - 18px);
        padding: 46px 29px 48px;
        margin-right: auto;
    }

    .promote-ways-outer .benefits-box {
        gap: 27px;
    }

    .ready-to-earn-secn {
        padding: 30px 0 15px;
        margin: 60px 0;
    }

    /* pricing page template css */
    .hero-banner-con.with-right-image .banner-article,
    .hero-banner-con.with-right-image .banner-article h1,
    .hero-banner-con.with-right-image .banner-article .btn-con {
        text-align: center;
    }
    .pricing-hero-con .hero-banner-con .banner-article h1 {
        line-height: 48px;
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    .pricing-hero-con .hero-banner-con .banner-article .audience-text {
        margin-bottom: 0;
        margin-top: 0;
    }
    .about_us_secn .pricing-start-con {
        padding: 12% 0;
    }
    .pricing-hero-con .hero-banner-con .banner-article .btn-con {
        margin-top: 26px;
    }

    .membership-section h2 {
        font-size: 32px;
        line-height: 135%;
        /* line-height: normal; */
        margin-bottom: 16px;
    }

    .secn-sub-content {
        max-width: 597px;
        margin: 16px auto 21px;
    }

    /* pricing page css */
    .pricing-aboard-inner {
        padding-bottom: 0;
        padding-right: 0;
        padding-top: 151px;
    }

    .membership-plans {
        flex-flow: column;
    }
    .toggle-switch {
        margin-bottom: 18px;
    }
    .bg-aboard-section {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(100% - 42px);
    }

    .bg-aboard-section img {
        height: 340px;
    }

    .pricing-aboard-inner .all-aborad-article {
        padding: 28px 18px 33px 21px;
    }

    .pricing-plunge-con.plunge-con {
        margin: 33px 0 34px;
        padding-bottom: 0;
    }

    .pricing-plunge-con .plunge-inner {
        padding: 148px 0 0 0;
    }

    .pricing-plunge-con .plunge-inner .plunge-con-banner {
        left: auto;
        right: 0;
    }

    .pricing-plunge-con .plunge-inner .plunge-con-banner img {
        height: 340px;
    }

    .pricing-plunge-con .plunge-inner .plunge-con-article {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        padding: 35px 10px 43px 15px;
    }

    .our_benefts_outer .benefits-con .benefits-box:nth-child(odd),
    .our_benefts_outer .benefits-con .benefits-box:nth-child(even) {
        flex-direction: column;
    }

    .our_benefts_outer .benefits-con .benefits-box {
        gap: 24px;
        flex-flow: column;
        align-items: center;
    }

    .our_benefts_outer .benefits-con .benefits-box:not(:last-child) {
        margin-bottom: 20px;
    }

    .our_benefts_outer .benefits-con .benefits-box figure,
    .our_benefts_outer .benefits-con .benefits-box .benefits-right-con {
        flex: 1;
        width: 100%;
    }

    .our_benefts_outer .benefits-con .benefits-box figure img {
        height: 230px;
    }

    .our_benefts_outer .benefits-con .benefits-box:nth-child(odd) .benefits-right-con,
    .our_benefts_outer .benefits-con .benefits-box:nth-child(even) .benefits-right-con {
        text-align: center;
    }

    .our_benefts_outer .benefits-con .benefits-box h3 {
        font-size: 24px;
        margin-bottom: 17px;
    }

    .our_benefts_outer .benefits-con .benefits-box p {
        font-size: 16px;
    }

    .customers-left-con span {
        height: 222px;
    }

    .customers-left-con span.active img.active {
        height: 222px;
    }

    .customer-img-main {
        height: 150px;
    }

    .membership-section .secn-sub-content p {
        font-size: 20px;
    }

    .about_us_secn {
        margin-top: 30px;
    }

    .customers-con {
        margin: 31px 0 38px;
    }

    .customers-right-con .customer_slider {
        min-height: 280px;
    }

    .tips-sec-con .btn {
        width: 100%;
        max-width: 264px;
    }

    .main_features_secn .features-con h2 {
        min-height: 57px;
        margin-bottom: 14px;
    }
    .tips-section.aff-tips-section {
        margin: 44px 0 41px;
    }
    .membership-section {
        margin: 60px auto 78px auto;
    }
    .pricing-sub-section .grid-container {
        padding-left: 26px;
        padding-right:  20px 
    }
    .search-results-grid {
        margin-top: 35px;
    }
}

/* 767 ends */

@media (max-width:575.98px) {
    .features-con-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-flow: row;
        gap: 20px;
        text-align: center;
    }
}

@media (max-width:480px) {
    .guide-slider.guide-articles .slick-list {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 1rem;
    }

    .crypto-reels-box-sec .slick-list .crypto-reels-box.slick-slide {
        margin-right: 0px;
    }

    .crypto-reels-box-sec .slick-list .crypto-reels-box.slick-slide .crypto-reels-box-inr {
        max-width: 293px;
        margin: 0 auto;
    }
}

@media (max-width:380px) {
    .reviews-right-con .btn-con .btn {
        font-size: 18px;
    }

}

@media (max-width:375px) {
    .results-sec-inner-con-card {
        gap: 20px;
    }
    
    .results-sec-con h3 {
        font-size: 32px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    
    .testimonial-secn .btn-con .btn,
    .subscribers-con .btn-con .btn,
    .price-subscribers-con .btn-con .btn {
        font-size: 18px;
    }

    .site-footer ul.social-media {
        gap: 30px;
    }
    
    .reviews-box .reviews-box-in .review-box-img::after {
        left: -23px;
        background-size: 70px;
    }
}
@media (max-width:375px) {
  .reviews-box .reviews-box-in .review-box-img::after {
        left: -16px;      
    }
}