:root {
    --theme-primary: #FFBF00;
    --white: #fff;
    --theme-black: #121212;
    --theme-black-90: #313131;
    --theme-black-70: #565656;
    --theme-black-60: #868686;
    --theme-black-50: #B6B6B6;
    --rubik: "Rubik", sans-serif;
    --dosis: "Dosis", sans-serif;
}


/* @import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); */

html {
    overflow-x: hidden;
}

body {
    font-family: "Rubik", sans-serif;
}

body[dir="rtl"] {
    overflow: hidden;
}

a {
    text-decoration: none;
}

header {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
}

header nav.navbar {
    padding: 11px 0;
}

header nav.navbar ul.nav-menu {
    column-gap: 0px;
}

header nav.navbar ul.nav-menu a.nav-link {
    padding: 0 25px;
}

header a.nav-link {
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    /* letter-spacing: 0.01em; */
    text-align: left;
    color: var(--white);
}

header .lang-dropdown a.nav-link:hover,
header .lang-dropdown a.nav-link.show,
header .lang-dropdown .nav-link:focus {
    color: var(--theme-primary) !important;
}

header .nav-menu a.nav-link.active,
header .nav-menu a.nav-link:hover,
header .nav-menu a.nav-link:focus {
    color: var(--theme-primary) !important;
    position: relative;
}

header .nav-menu a.nav-link.active:before,
header .nav-menu a.nav-link:hover:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: var(--theme-primary);
    bottom: -24px;
    left: 0;
    transition: 0.25s width ease-in-out;
}

.cursor-pointer {
    cursor: pointer;
}

.theme-btn {
    color: var(--theme-primary) !important;
    padding: 12px 30px !important;
    transition: 0.25s;
    border: 1px solid var(--theme-primary);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    font-family: var(--rubik);
    font-weight: 500;
}

.theme-btn-alt {
    color: var(--theme-black) !important;
    border-color: var(--theme-black);
}

.theme-btn-alt svg path {
    fill: var(--theme-black);
}

.theme-btn-dark {
    color: var(--theme-primary) !important;
    border: 1px solid var(--theme-black) !important;
    background: var(--theme-black) !important;
}

/* Authentication */

.authentication-main {
    padding: 100px 0 100px 0;
    background: url(../img/faq-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.authlink a{
    color: var(--theme-primary);
}
.authlink{
    margin-bottom: 30px;
}

.register{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #8686862b;
}

.register span{
    color: var(--white);
    margin-top: 30px;
}

header nav.navbar ul.nav-menu~ul.navbar-nav {
    column-gap: 30px;
    margin-right: 10px;
}

.lang-dropdown .dropdown-toggle::after {
    display: none;
}

.lang-dropdown .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

.lang-dropdown svg.down-arrow-svg {
    margin-right: 3px;
}

header .lang-dropdown a.nav-link:hover svg.down-arrow-svg path,
header .lang-dropdown a.nav-link.show svg.down-arrow-svg path {
    fill: var(--theme-primary) !important;
}

.lang-dropdown ul.dropdown-menu {
    background: #303030;
    box-shadow: 0px 0px 9px 0px #000000;
    padding: 0;
    border-radius: 10px;
}

.lang-dropdown ul.dropdown-menu li a,
.lang-dropdown ul.dropdown-menu li button {
    padding: 10px;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.33px;
    /* letter-spacing: 0.01em; */
    text-align: right;
    color: #fff;
}

.lang-dropdown ul.dropdown-menu li a span {
    margin-right: 10px;
}

.lang-dropdown ul.dropdown-menu li a.active,
.lang-dropdown ul.dropdown-menu li a:hover,
.lang-dropdown ul.dropdown-menu li button:hover {
    background: #141312;
}

.lang-dropdown ul.dropdown-menu li:first-child a {
    border-radius: 10px 10px 0 0px;
}

.lang-dropdown ul.dropdown-menu li:last-child a,
.lang-dropdown ul.dropdown-menu li:last-child button {
    border-radius: 0 0px 10px 10px;
}


/* Banner Section */

section.banner-sec {
    background-image: url(../img/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.banner-content-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    max-width: 100%;
    padding-top: 120px;
}

.banner-content h2.abt-author {
    font-family: var(--rubik);
    font-size: 72px;
    font-weight: 700;
    line-height: 85.32px;
    /* letter-spacing: 0.05em; */
    text-align: right;
    color: var(--white);
}

.banner-content h4.author-name {
    font-family: var(--rubik);
    font-size: 28px;
    font-weight: 700;
    line-height: 33.18px;
    text-align: right;
    color: var(--white);
}

.banner-content h5.author-role {
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 400;
    line-height: 21.33px;
    text-align: right;
    color: #868686;
}

.banner-content p {
    font-family: var(--rubik);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color: var(--white);
}


/* Swiper slider */

.banner-slider h4 {
    font-family: var(--rubik);
    font-size: 28px;
    font-weight: 600;
    line-height: 33.18px;
    text-align: right;
    color: var(--theme-primary);
    margin-bottom: 10px;
}

.banner-content-wrapper .banner-slider .trendingnews-Swiper {
    min-width: 417px;
    max-width: 417px;
    height: 647px;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Trending news */
.trendingnews-Swiper .swiper-wrapper .swiper-slide{
    height: auto !important;
}

.tn-wrapper {
    padding-left: 30px;
    margin-top: 10px;
}

.tn-wrapper .tn-img {
    height: 228px;
    width: 100%;
    position: relative;
}

.tn-wrapper .tn-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tn-btn {
    background: var(--theme-primary);
    padding: 20px;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    line-height: 1;
}

.tn-wrapper .tn-content {}

.tn-wrapper .tn-content .tn-user {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.tn-wrapper .tn-content .tn-user p {
    font-family: var(--rubik);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: var(--white);
    order: 1;
    margin: 15px 0 7px 0;
}

.tn-wrapper .tn-content .tn-user p span {
    display: block;
}

.tn-wrapper .tn-content .tn-user .tn-user-img {
    height: 24px;
    width: 24px;
    overflow: hidden;
}

.tn-wrapper .tn-content .tn-user .tn-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.tn-wrapper .tn-content h4 {
    font-family: var(--rubik);
    font-size: 24px;
    font-weight: 700;
    line-height: 28.44px;
    text-align: right;
    color: var(--white);
    margin: 0;
}


/* Blog Categories */

.bg-FFF9E6 {
    background: #FFF9E6;
}

section {
    padding: 100px 0;
}

section .section-title {
    color: var(--theme-black);
    font-family: var(--rubik);
    font-size: 60px;
    font-weight: 700;
    line-height: 71.1px;
    /* letter-spacing: 0.05em; */
    text-align: center;
    margin: 0 0 40px 0;
}

ul.blog-cat-list {
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    list-style: none;
    justify-content: center;
    column-gap: 50px;
    row-gap: 55px;
    flex-direction: row-reverse;
}

ul.blog-cat-list li a,
ul.blog-cat-list li {
    flex: 0 0 25%;
    width: calc(25% - 50px);
    display: flex;
    align-items: center;
    column-gap: 30px;
    max-width: max-content;
}

ul.blog-cat-list li h4.cat-title {
    font-family: var(--rubik);
    font-size: 38px;
    font-weight: 600;
    line-height: 45.03px;
    text-align: right;
    margin: 0;
    color: var(--theme-black-90);
    /* max-width: 135px; */
    word-wrap: break-word;
    white-space: normal;
}

ul.blog-cat-list li .cat-img {
    width: 160px;
    height: 160px;
    min-width: 160px;
}

ul.blog-cat-list li .cat-img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* @media (max-width:1199px){
    ul.blog-cat-list li h4.cat-title {
        max-width: 100px;
    }
} */


/* Story Section */

a.fullscreen-view {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
}


/* .swiper.story-swiper {
    width: 788px;
    height: 550px;
    max-width: 100% !important;
} */

.story-card {
    background: #FFF9E6;
    /* width: 788px !important; */
    max-width: 788px;
    width: 100%;
    min-width: 320px;
    border-radius: 15px;
    box-shadow: 0px 6px 20px 0px #00000026;
}

.card-swiper-row .story-swiper {
    width: 100% !important;
    max-width: 100% !important;
}

.story-swiper-modal {
    width: 100% !important;
    max-width: 100% !important;
}


/* 
.story-swiper .swiper-slide {
    width: 788px !important;
    height: 550px;
} */


/* 
.swiper-slide.swiper-slide-active {
    width: 788px !important;
    margin: 0 auto !important;
} */


/* .swiper-slide-active {
    width: 788px !important;
} */

.swiper-cards .swiper-slide {
    border-radius: 15px;
}

.story-card .sc-head {
    display: flex;
    align-items: center;
    padding: 15px;
    column-gap: 10px;
}

.story-card .sc-content {
    height: 482px;
    align-items: center;
    display: flex;
    padding: 15px 55px 15px 90px;
    background: var(--sc-clr);
    border-radius: 0 0 15px 15px;
}

.story-card .sc-head .u-img {
    width: 38px;
    height: 38px;
}

.story-card .sc-head h4 {
    margin: 0;
    font-family: var(--Rubik);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: var(--theme-black);
}

.story-card .sc-head h4 span {
    color: #868686;
    display: block;
}

.story-card .sc-content p {
    font-family: var(--Rubik);
    font-size: 28px;
    font-weight: 600;
    line-height: 50px;
    /* letter-spacing: 0.02em; */
    text-align: right;
    /* color: var(--white); */
    margin: 0;
}

.slider-fullview-modal .modal-dialog{
    max-width: 95%;
}

/* card swiper */


/* Articel Section */

.article-sidebar>div+div {
    margin-top: 24px;
}

.article-tags {
    background: #121212;
    border: 1px solid #121212;
    padding: 15px;
    border-radius: 15px;
}

.article-tags h4 {
    margin: 0;
    font-family: var(--rubik);
    font-size: 28px;
    font-weight: 600;
    line-height: 33.18px;
    text-align: right;
    color: #fff;
}

.article-tags ul {
    margin: 30px 0 50px 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    column-gap: 10px;
    flex-wrap: wrap;
    max-width: 100%;
    row-gap: 10px;
}

.article-tags ul li a,
.article-tag {
    font-family: var(--rubik);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: right;
    color: #fff;
    padding: 7px 15px;
    background: #FFFFFF1F;
    display: inline-block;
    border-radius: 50px;
}

.article-tags ul li a:hover {
    background: var(--theme-primary);
}

a.more-tags-link {
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 500;
    line-height: 21.33px;
    /* letter-spacing: 0.01em; */
    text-align: right;
    color: #FFBF00;
    margin: 0 0 15px 0;
    display: block;
    text-decoration: underline;
}

.sidebar-ads img {
    max-width: 100%;
}


/* Sidebar Newsletter */

.sidebar-newsletter {
    padding: 40px 20px;
    border-radius: 15px;
    background: url(../img/subscribe-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sidebar-newsletter h5 {
    font-family: var(--dosis);
    font-size: 18px;
    font-weight: 500;
    line-height: 22.75px;
    text-align: center;
    margin: 0 0 20px 0;
}

.sidebar-newsletter h4 {
    font-size: 28px;
    font-weight: 800;
    line-height: 48px;
    /* letter-spacing: 0.05em; */
    margin: 0 5px 12px 5px;
}

.sidebar-newsletter p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin: 0;
}

.sidebar-newsletter>* {
    font-family: var(--rubik);
    color: var(--white);
    text-align: center;
}

.sidebar-newsletter input.form-control {
    margin: 30px 0;
    background: var(--white);
    border: 1px solid var(--white);
    border-radius: 500px;
    color: var(--theme-black-60);
    font-family: Helvetica Neue LT Std;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* letter-spacing: 0.01em; */
    text-align: right;
    padding: 11px 15px;
    box-shadow: unset !important;
}

input.form-control::placeholder {
    color: var(--theme-black-60);
}

.sidebar-newsletter .theme-btn {
    background: #121212;
    border-color: #121212;
    min-width: 174px;
    text-align: center;
    justify-content: center;
}


/* Article List */

.article-card {
    background: var(--white);
    padding: 15px;
    border-radius: 15px;
    margin: 0 0 24px 0;
}

.article-card .article-head,
.bd-head {
    display: flex;
    align-items: center;
    column-gap: 10px;
    position: relative;
    padding-left: 30px;
}

.premium-article-label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.article-card .article-head .author-name {
    font-family: var(--rubik);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: var(--theme-black);
}

.article-card .article-head .author-name span {
    display: block;
    color: var(--theme-black-60);
}

.article-card .article-head .author-img {
    height: 38px;
    width: 38px;
}

.article-card .article-head .author-img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-size: cover;
}

.article-card .article-body {
    margin: 15px 0 0 0;
}

.article-card .article-body .article-image {
    height: 200px;
    width: 100%;
    margin: 0 0 15px 0;
}

.article-card .article-body .article-image img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.article-body .article-tag {
    background: #1212121F;
    color: var(--theme-black);
}

.article-card .article-body span.uploaded-time {
    color: var(--theme-black-90);
    font-family: var(--rubik);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}

.article-body h4.article-title {
    margin: 15px 0 12px 0;
    color: var(--theme-black);
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: right;
}

.article-body p.article-desc {
    margin: 0;
    color: var(--theme-black-60);
    font-family: var(--rubik);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*.subscription_page_wrapper{
    height: calc(100vh - 260px);
    overflow: auto;
}
*/
/* Footer */

body{
    position: relative;
}

footer {
    background: #121212;
    padding: 0;
    /*position: absolute;*/
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
}

.footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}

.footer-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    /* flex-direction: row-reverse; */
}

.footer-wrapper ul.footer-social {
    column-gap: 25px;
}

.footer-wrapper p {
    margin: 0;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.59px;
    text-align: right;
    color: var(--white);
    direction: ltr;
}

.footer-wrapper ul li a {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: var(--white);
}

.footer-wrapper ul.footer-menu li a.active {
    color: var(--theme-primary);
    border-bottom: 2px solid var(--theme-primary);
}

.footer-wrapper ul.footer-menu li a {
    padding: 20px 15px;
    display: flex;
    border-bottom: 2px solid transparent;
}


/* Categories */

.sub-page-header {
    background: url(../img/subpage-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
}

.page-banner-sec {
    background: url(../img/subpage-banner-bg.png);
    background-size: 100% 460px;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    background-color: #FFF9E6;
}

.page-back {
    color: var(--theme-black);
    font-family: var(--rubik);
    font-size: 14px;
    font-weight: 700;
    line-height: 16.59px;
    /* letter-spacing: 0.01em; */
    text-align: right;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 100px;
}

.page-top-wrapper {
    padding-right: 25px;
}

h4.page-title {
    font-family: var(--rubik);
    font-size: 60px;
    font-weight: 700;
    line-height: 71.1px;
    /* letter-spacing: 0.02em; */
    text-align: right;
    margin: 0;
    color: var(--theme-black);
    z-index: 0;
}

.page-top-wrapper ul.breadcrumb {
    column-gap: 10px;
}

.page-top-wrapper ul.breadcrumb li,
.page-top-wrapper ul.breadcrumb li a {
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 400;
    line-height: 21.33px;
    /* letter-spacing: 0.01em; */
    text-align: right;
    color: var(--theme-black);
}

.page-top-wrapper ul.breadcrumb li.active {
    color: var(--theme-primary);
}

h4.name-lg {
    position: absolute;
    bottom: 38px;
    font-family: var(--rubik);
    font-size: 258px;
    font-weight: 700;
    line-height: 305.73px;
    text-align: left;
    white-space: nowrap;
    left: 14px;
    color: var(--theme-black);
    opacity: 0.07;
    margin-left: 25px;
    width: 100%;
    margin-right: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1920px;
}

.cat-page-banner {
    position: relative;
    z-index: 1;
}

.cat-page-banner img {
    max-width: 100%;
    width: 100%;
}

.cat-page-banner a.down-arrow {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    box-shadow: 0px 4px 30px 0px #00000026;
    border: 2px solid #FFFFFF;
    background: #FFFFFF80;
    padding: 30px;
    border-radius: 50%;
    height: 110px;
    width: 110px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}


/* Sub Pages blog details */

.subpage-banner-sec {
    background: url(../img/BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 335px 0;
    position: relative;
    /* background-color: #FFF9E6; */
}

section.blog-details {
    padding: 0 0 100px 0;
    margin: -300px 0 0 0;
    z-index: 1;
    position: relative;
}

.bd-head .author-name {
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: right;
    color: var(--theme-black);
}

.bd-head .author-name span {
    display: block;
    color: var(--theme-black-60);
}

.bd-head .author-img {
    height: 38px;
    width: 38px;
}

.bd-head .author-img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-size: cover;
}

.bd-body .blog-image {
    height: 735px;
    border-radius: 10px;
    margin: 15px 0;
}

.bd-body .blog-image img {
    height: 100%;
    width: 100%;
    border-radius: 40px;
    object-fit: contain;
    background: #fff;
}

.blog-meta {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding: 11px 15px;
    background: #FFF9E6;
    border-radius: 10px;
    margin: 0 0 30px 0;
    height: 70px;
}

.blog-meta ul.meta-icons {
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin: 0 auto 0 0;
    align-items: center;
    column-gap: 30px;
}

.blog-meta ul.meta-icons audio {
    opacity: 0;
    visibility: hidden;
    transition: 1s all;
    position: relative;
    left: -40px;
}

.blog-meta ul.meta-icons audio.active {
    opacity: 1;
    visibility: visible;
}

.blog-meta ul.meta-icons li a {
    font-family: var(--rubik);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: right;
    color: var(--theme-black-90);
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.blog-meta span.article-tag {
    background: #E2E2E2;
    color: var(--theme-black);
    font-size: 18px;
    line-height: 20px;
    padding: 9px 18px;
}

.blog-meta span.uploaded-time {
    font-family: var(--rubik);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: var(--theme-black);
}

.bd-body h2.blog-title {
    color: var(--theme-black);
    font-family: var(--rubik);
    font-size: 40px;
    font-weight: 700;
    line-height: 47.4px;
    /* letter-spacing: 0.05em; */
    text-align: right;
    margin: 0 0 15px 0;
}

.bd-body .blog-desc p {
    color: var(--theme-black-90);
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: right;
    margin: 0 0 20px 0;
}

.blog-desc h4 {
    font-family: var(--rubik);
    font-size: 28px;
    font-weight: 700;
    line-height: 33.18px;
    /* letter-spacing: 0.05em; */
    text-align: right;
    color: var(--theme-black);
    margin: 0 0 20px 0;
}

.blog-detail-wrapper {
    position: relative;
}

.blog-detail-wrapper .premium-purchase {
    position: absolute;
    bottom: -60px;
    padding: 100px 0 40px 0;
    text-align: center;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 2.6%, rgba(255, 255, 255, 0.9) 26.66%, #FFFFFF 90.32%);
}

.premium-purchase .premium-purchase-content {
    max-width: 817px;
    margin: 0 auto;
}

.premium-purchase .premium-purchase-content h4 {
    font-family: var(--rubik);
    font-size: 40px;
    font-weight: 700;
    line-height: 70px;
    /* letter-spacing: 0.05em; */
    text-align: center;
    margin: 0;
    color: var(--theme-black);
}

.blog-detail-wrapper .premium-purchase .premium-purchase-content p {
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin: 20px 0 30px 0;
    color: var(--theme-black-90);
}

.ala-text {
    display: flex;
    align-items: flex-end;
    column-gap: 60px;
}

.ala-text .ala-text-p {
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    text-align: right;
    color: var(--theme-black);
}

.ala-text .ala-text-p span {
    color: #868686;
}

.article-list-author {
    margin: 0 0 40px 0;
}

.article-list-author .ala-img {
    height: 82px;
    width: 82px;
    margin: 0 0 15px 0;
}

.article-list-author .ala-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.ala-icon a+a {
    margin: 0 12px 0 0px;
}

.article-list-author p {
    margin: 30px 0 0 0;
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 500;
    line-height: 21.33px;
    text-align: right;
    color: var(--theme-black-90);
}


/* Our Story */

section.our-story-banner {
    padding: 170px 0 325px 0;
    background: url(../img/our-story/story-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.story-banner-content h4,
.membership-banner-content h4 {
    font-family: var(--rubik);
    font-size: 60px;
    font-weight: 700;
    line-height: 100px;
    /* letter-spacing: 0.05em; */
    text-align: left;
    padding: 0 0 10px 0;
    color: var(--theme-black);
    margin: 0;
}

.story-banner-content p,
.membership-banner-content p {
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: var(--theme-black-90);
    margin: 20px 0 0 0;
}

.story-banner-content,
.story-banner-img {
    position: relative;
}

img.story-arrow {
    position: absolute;
    top: 90px;
    right: -100px;
    transform: rotate(9deg);
    width: 166.96px;
    height: 95.95px;
}

.story-banner-img img {
    max-width: 100%;
}

.story-banner-img img.story-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 25px;
}


/* video  */

.video-container {
    position: relative;
}

.video-container .play-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-container video {
    width: 100%;
    border-radius: 40px;
    height: 600px;
    object-fit: cover;
}

section.our-story-sec {
    padding: 0 0 80px 0;
}

.our-stroy-wrapper {
    margin: -220px 0 0 0;
}

.our-stroy-wrapper h4 {
    font-family: var(--rubik);
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    /* letter-spacing: 0.05em; */
    text-align: right;
    color: var(--theme-black);
    margin: 30px 0;
}

.our-stroy-wrapper p {
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: right;
    color: var(--theme-black-90);
    margin: 0 0 20px 0;
}


/* Membership */

section.membership-banner {
    padding: 120px 0 50px 0;
    background: url(../img/membership/BG.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.membership-banner-content {
    max-width: 625px;
    position: relative;
}

.membership-banner-content p {
    margin: 30px 0 40px 0;
    max-width: 585px;
}

img.membership-arrow {
    position: absolute;
    top: 95px;
    left: -150px;
}

.why-membership-row {
    display: flex;
    align-items: center;
    height: 100%;
    column-gap: 26px;
    max-width: 100%;
    justify-content: center;
    margin: 0 auto;
}

.membership-card {
    border-radius: 10px;
    background: var(--theme-black-90);
    height: 100%;
    padding: 15px;
    color: var(--white);
    font-family: var(--rubik);
    text-align: right;
    flex: 1;
}

.membership-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0 20px 0;
}

.membership-card h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
}

.pricing-plan-wrapper {
    border: 1px solid #303030;
    border-radius: 15px;
    height: 100%;
    background: var(--white);
}

.pricing-plan-wrapper.advance-plan {
    border-color: var(--theme-primary);
}

.pricing-plan-wrapper .pricing-head {
    padding: 20px 35px;
    text-align: center;
    color: var(--white);
    background: url(../img/membership/Black.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.pricing-plan-wrapper.custom-pricing-plan-wrapper .pricing-head {
   min-height: 27%;
   max-height: 40%;
   font-size: 26px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}

.pricing-plan-wrapper.custom-pricing-plan-wrapper .pricing-head p{
    font-size: 24px;
}

.pricing-head p {
    font-family: var(--rubik);
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    margin: 0;
}

.pricing-head h4 {
    font-family: var(--rubik);
    font-size: 24px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    margin: 15px 0 20px 0;
}

.pricing-plan-wrapper.advance-plan .pricing-head {
    color: var(--theme-black);
    background: url(../img/membership/Yellow.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.pricing-btn {
    background: #FFBF00;
    padding: 13px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    /* letter-spacing: 0.01em; */
    text-align: right;
    color: var(--theme-black);
    min-width: 124px;
    justify-content: center;
}

.advance-plan .pricing-btn {
    background: var(--theme-black);
    color: var(--white);
}

.pricing-body {
    padding: 20px 15px;
}

.pricing-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-body ul li {
    display: flex;
    align-items: start;
    column-gap: 15px;
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 400;
    line-height: 42px;
    /* letter-spacing: 0.01em; */
    text-align: right;
    color: var(--theme-black-90);
}

.pricing-body ul li img {
    margin: 7px 0 0 0;
}

.pricing-body ul li+li {
    margin: 10px 0 0 0;
}

.pricing-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-body ul li {
    display: flex;
    align-items: start;
    column-gap: 15px;
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 400;
    line-height: 42px;
    /* letter-spacing: 0.01em; */
    text-align: right;
    color: var( --theme-black-90);
}

.pricing-body ul li img {
    margin: 7px 0 0 0;
}

.pricing-body ul li+li {
    margin: 10px 0 0 0;
}

.list-seperator {
    text-align: center;
    color: var(--theme-black);
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    /* letter-spacing: 0.01em; */
    text-align: center;
    margin: 10px 0;
    position: relative;
}

.list-seperator:before {
    position: absolute;
    content: "";
    background: var(--theme-black-60);
    height: 1px;
    width: calc(100% + 30px);
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.list-seperator span {
    background: var(--white);
    padding: 0 15px;
    z-index: 1;
    position: relative;
}


/* Faq */

section.faq-section {
    padding: 170px 0 100px 0;
    background: url(../img/faq-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.faq-acc .accordion-button::after {
    background-size: contain !important;
    margin-left: 0;
    margin-right: auto;
    height: 34px;
    width: 34px;
}

.faq-acc .accordion-button.collapsed::after {
    background: url("../img/Plus.svg");
}

.faq-acc .accordion-button:not(.collapsed)::after {
    background: url("../img/Minus.svg");
}

.faq-acc button.accordion-button {
    font-family: Rubik;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.18px;
    /* letter-spacing: 0.05em; */
    text-align: right;
    color: #121212;
    background: #fff;
    outline: 0;
    border: 0;
    box-shadow: unset;
    padding: 15px 25px 15px 25px;
    border-radius: 15px !important;
}

.faq-acc .accordion-body {
    padding: 10px 25px 25px 25px;
}

.faq-acc .accordion-body p {
    color: #313131;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: right;
    margin: 0;
}

.faq-acc .accordion-body p+p {
    margin: 15px 0 0 0;
}

.faq-acc .accordion-item {
    border: 0;
    border-radius: 15px;
    background: #fff;
}

.faq-acc .accordion-item+.accordion-item {
    margin: 15px 0 0 0;
}

.faq-acc .accordion-header {
    border-radius: 15px 15px 0 0;
}


/* Contact Us */

section.contactus-section {
    padding: 170px 0 100px 0;
    background: url(../img/faq-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.contactus-wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 40px;
    background: #121212E5;
}

.col-md-6 {}

.contactus-wrapper form label {
    font-family: var(--rubik);
    font-size: 14px;
    font-weight: 400;
    line-height: 16.59px;
    /* letter-spacing: 0.02em; */
    text-align: right;
    color: var(--white);
    margin: 0 15px 6px 0;
}

.contactus-wrapper form .form-control {
    border: 1px solid #EDEDED;
    border-radius: 50px;
    margin: 0 0 30px 0;
    color: var(--theme-black-60);
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    /* letter-spacing: 0.02em; */
    text-align: right;
    padding: 12px 15px;
    box-shadow: unset;
}

.contactus-wrapper form textarea {
    resize: none;
    border-radius: 10px !important;
}

.submit-btn {
    background: var(--theme-primary);
    padding: 13px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    /* letter-spacing: 0.01em; */
    text-align: right;
    color: var(--theme-black);
    min-width: 124px;
    justify-content: center;
    border: 0;
}


/* Thank you */

section.thankyou-section {
    padding-top: 170px;
    background: url(../img/thankyou.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.thankyou-wrapper {
    padding: 60px 45px;
    margin: 0 auto;
    max-width: 745px;
    text-align: center;
    background: url(../img/BlackBox.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;
}

.thankyou-wrapper h4 {
    font-family: var(--rubik);
    font-size: 34px;
    font-weight: 700;
    line-height: 40.29px;
    /* letter-spacing: 0.01em; */
    text-align: center;
    color: var(--white);
    margin: 35px 0 30px 0;
}

.thankyou-wrapper p {
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    /* letter-spacing: 0.02em; */
    text-align: center;
    color: var(--white);
    margin: 0 0 60px 0;
}

.theme-btn svg,
.submit-btn svg,
.pricing-btn svg {
    transition: 0.3s ease-in-out;
}

.theme-btn:hover svg,
.submit-btn:hover svg,
.pricing-btn:hover svg {
    transform: rotate(-45deg);
}


/* Sidebar Comment section */

.sidenav-comments {
    height: 100%;
    width: 500px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: -100%;
    background: #E3E3E3;
    border: 2px solid var(--white);
    ;
    border-radius: 0 20px 20px 0;
    box-shadow: 4px 4px 30px 0px #00000040;
    overflow-x: hidden;
    transition: 0.6s ease-in-out;
    padding: 24px;
}

.sidenav-comments.open {
    left: 0;
}

.comment-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.sidenav-comments .closebtn {}

.comment-title h4 {
    color: var(--theme-black);
    font-family: var(--rubik);
    font-size: 28px;
    font-weight: 700;
    line-height: 33.18px;
    /* letter-spacing: 0.05em; */
    margin: 0;
}

.add-comment input {
    border: 1px solid #EDEDED;
    border-radius: 50px;
    margin: 35px 0 25px 0;
    padding: 13px 15px;
    color: var(--theme-black-60);
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    /* letter-spacing: 0.02em; */
    text-align: right;
}

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

ul.commentlist>li {
    background: var(--white);
    border-radius: 20px;
}

ul.commentlist>li+li {
    margin-top: 15px;
}

.user-comment {
    background: var(--white);
    border-radius: 20px;
}

.user-comment .comment-top {
    padding: 15px 15px 0;
}

.user-comment .comment-body {
    padding: 15px;
}

.user-comment .comment-body p {
    margin: 0;
    font-family: var(--rubik);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
    color: var(--theme-black-90);
}

.comment-footer .blog-meta {
    justify-content: space-between;
    border-radius: 0 0 20px 20px;
    margin: 0;
}

.comment-footer .blog-meta p {
    margin: 0 auto 0 0;
    font-family: var(--rubik);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: right;
    color: var(--theme-black-90);
}

.comment-footer .blog-meta ul.meta-icons {
    margin: 0;
}

.user-comment-reply {
    padding-right: 20px;
    padding-bottom: 20px;
    margin-right: 0;
}

.user-comment-reply .comment-top,
.user-comment-reply .comment-body {
    border-right: 2px solid rgb(18 18 18 / 10%);
}

.user-comment:has(~.user-comment-reply) .comment-footer .blog-meta {
    border-radius: 0;
}

.user-comment .bd-head .author-name {
    font-size: 14px;
    line-height: 20px;
}


/* Home tabs */

.story-tabs button {
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 500;
    line-height: 21.33px;
    /* letter-spacing: 0.01em; */
    text-align: right;
    color: var(--theme-black-60) !important;
    padding: 15px 30px;
    border: 1px solid var(--theme-black-60);
    border-radius: 50px !important;
    min-width: 130px;
    text-align: center;
}

.story-tabs button.active {
    color: var(--theme-primary) !important;
    background-color: var(--theme-black) !important;
}

ul.story-tabs {
    column-gap: 15px;
    margin: 0 0 40px 0;
    padding: 0;
}

#SliderModal .modal-body {
    max-width: 1599px !important;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

#SliderModal {
    padding-right: 0 !important;
}

.story-swiper-modal .story-card .sc-content {
    height: 525px;
}

/* set z-index value in --z-index-value variable */
.z-index {
    z-index: var(--z-index-value);
}

.text-unset {
    text-align: unset !important;
}


/*Scroll btn*/

.scroll-to-top {
    position: fixed;
    bottom: 70px;
    right: 30px;
    z-index: 99;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border-color: var(--theme-black);
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
    transition: none;
    background-color: var(--theme-primary);
    display: none;
    cursor: pointer;
    padding: 5px;
    transform: rotate(45deg);
}

.scroll-to-top::after {
    content: '';
    position: absolute;
    inset: 2px;
    background-position: center;
    background-repeat: no-repeat;
    animation-name: rotater;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: 120%;
    /* background: var(--theme-primary); */
    border: 2px dashed var(--theme-black);
    border-radius: 50%;
    outline-offset: -8px;
    z-index: 0;
}

@keyframes rotater {
    to {
        transform: rotate(360deg)
    }
}


/*Scroll btn*/