/*!
Theme Name: Marble
Theme URI: https://duabi.168dev.site/
Author: 168dev
Author URI: https://duabi.168dev.site/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version: 1.2.14
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.3
Tested up to: 6.7
Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/
/* Basic Tabs Styling */

.dark a {
    color: #77affb;
}
.dark a:hover, .dark a:focus, .dark a:active {
    color: #ffbf00;
}
.tabs-container {
  margin: auto;
}

.tabs {
  display: flex;
  margin-bottom: 1em;
  gap: 5px;
}

.tab-link {
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: background-color 0.3s;
    text-align: left;
    border-radius: 10px;
    color: #0061d1;
    font-size: 1.3em;
    font-weight: 600;
}
.dark .tab-link{
    color: #fff;
}
.tab-link.active, .tab-link:hover  {
    background: linear-gradient(45deg, #0061cf -30%, rgb(0 78 167 / 42%) 45.52%);
    color: #fff;
}
.dark .tab-link.active, .dark .tab-link:hover  {
    background: linear-gradient(36.05deg, #2787F5 -74.94%, rgb(39 135 245 / 4%) 45.52%);
    color: #fff;
}
.tab-content {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
}
.tab-content.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    flex-direction: row-reverse;
    gap: 30px;
    justify-content: space-between;
}
/* Style for slick slider */
.slick-carousel {
  margin: 0 auto;
  max-width: 1200px; /* Set a max width for your carousel */
}

.slick-slide img {
  width: 100%; /* Make images responsive */
  height: auto;
}

.slick-dots {
  text-align: center;
  margin-top: 20px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #000; /* Dot color */
}

.slick-dots li.slick-active button:before {
  color: #ff0000; /* Active dot color */
}
body{
    background: url('./assets/images/Light-bg.webp') #e7e9ff top center no-repeat;
}
body.dark{
    background: url('./assets/images/Dark_BG.webp') #282830 top center no-repeat;
    color: #fff;
}
.content-bg, body.content-style-unboxed .site {
    background: transparent;
}
#masthead {
    background: linear-gradient(180deg, #5965B3 0%, #444D88 100%);
}
.dark #masthead {
    background: rgb(40 40 47 / 75%);
}
.main-navigation .primary-menu-container > ul > li.menu-item > a{
    color: #fff;
}
.header-social-wrap a.social-button {
    color: #ffffff80;
}

.select-mod {
    width: 40px;
    background: #E8E8EA;
    border-radius: 40px;
    padding: 3px;
    cursor: pointer;
    height: 25px;
}
.select-mod.active {
    background: #5965B3;
}
.select-mod i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 7px 0px #ababab;
    color: #52535F;
    font-size: 15px;
}
.select-mod.active i {
    margin-left: auto;
}
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a, 
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover {
    color: #84beff;
}
.dark .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a, 
.dark .main-navigation .primary-menu-container > ul > li.menu-item > a:hover {
    color: #52a0f9;
    /* text-shadow: 0px 1px 13px #ADB8FF; */
}
.dark h1{
    color: #fff;
}
h2,h3,h4,h5{
    color: #5965B3;
}
.dark h2,.dark h3,.dark h4,.dark h5{
    color: #77AFFB;
}
.welcome-section {
    text-align: center;
    max-width: 50%;
    margin: auto;
    margin-top: 15px;
}
h2.header-sub-title {
    font-size: 1.4em;
    text-transform: uppercase;
    /* color: #fff; */
    font-weight: 500;
}
.dark h2.header-sub-title {
     color: #fff; 
}
h2.header-title {
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 35px;
    color: #596ef9;
    /* letter-spacing: 0; */
}
.welcome-section .header-title {
    margin: 0;
    font-size: 2.1em;
}
.dark h2.header-title {
   color: #fff; 
}
.button-container {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 25px;
}
a.btn-banner {
    padding: 5px 15px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(83.79deg, #ADB8FF 0.7%, #5965B3 135.71%);
    box-shadow: 0px 0px 20px 0px #FFFFFF40;
}
.btn-banner:hover{
    background: linear-gradient(83.79deg, #5965B3 0.7%, #ADB8FF 135.71%);
}
.dark .btn-banner{
    background: linear-gradient(84.14deg, rgba(173, 184, 255, 0.5) 0.74%, rgba(255, 255, 255, 0.5) 95.47%);
    box-shadow: 0px 0px 20px 0px #FFFFFF40;
}
.dark .btn-banner:hover {
    background: linear-gradient(83.79deg, #ADB8FF 0.7%, #5965B3 135.71%);
    color: #fff;
}
.btn-banner i {
    margin-left: 7px;
    font-size: 0.9em;
}
.race-img {
    text-align: center;
    margin: 30px auto 40px;
    max-width: 800px;
    position: relative;
    background: linear-gradient(36.58deg, rgba(39, 135, 245, 0.5) 2%, rgba(255, 255, 255, 0.5) 80.7%);
    padding: 15px;
    border-radius: 20px;
}
.race-img .img-big {
    margin: auto;
    border-radius: 15px;
}
.ball {
    position: absolute;
    z-index: -1;
}
.yellow-ball {
    left: -65px;
    bottom: 25px;
    z-index: -1;
    width: 80px;
}
.blue-ball {
    left: -25%;
    top: 50%;
    width: 45px;
}
.green-ball {
    right: 25px;
    top: -20px;
    width: 50px;
}
.pink-ball {
    top: 50%;
    right: -55px;
    width: 60px;
}
a{
    text-decoration: none;
}
.track-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    display: grid;
    gap: 20px;
}
.track-section {
    margin-bottom: 45px;
}
.track-item img {
    max-height: 160px;
    margin: auto;
    margin-bottom: 15px;
}
.track-title {
    font-size: 0.9em;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    padding: 6px 10px;
    background: linear-gradient(83.79deg, #ADB8FF 0.7%, #5965B3 135.71%);
}
.dark .track-title {
    background: linear-gradient(220.35deg, rgb(39 135 245 / 8%) 47.91%, #2787F5 160.67%);
}
.track-title:hover {
    opacity: 0.8;
}
.header-title.title-large {
    font-size: 3em;
    width: 650px;
    margin: 0 auto 30px;
}
.tab-content p {
    color: #000;
}
.dark .tab-content p {
    color: #5c98dd;
}
.flex-tabs-container {
    display: flex;
    gap: 20px;
    position: relative;
    padding: 20px 0px 30px;
}
.dark .flex-tabs-container:before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    background: url('./assets/images/track-bg.webp') no-repeat;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.dark .flex-tabs-container:after {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    background: #282830db;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.flex-tab-content {
    background: linear-gradient(180deg, transparent, rgb(255 255 255 / 61%));
    border-radius: 60px;
    padding: 10px 5px 0;
    text-align: center;
    width: 25%;
    position: relative;
    transition: all 1s;
    cursor: pointer;
    z-index: 9;
    overflow: hidden;
}
.flex-tab-content:before {
    content: '';
    background: linear-gradient(180deg, transparent, #fff);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.dark .flex-tab-content:before {
    background: linear-gradient(180deg, transparent, #292e4b);
}
.flex-tab-content.active {
    width: 50%;
}
.flex-tab-content img {
    border-radius: 60px;
    width: 100%;
    height: 408px;
    object-fit: cover;
}
.track-btn {
    cursor: pointer;
    padding: 5px 7px;
    border-radius: 30px;
    text-transform: capitalize;
    margin: 15px 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: 150px;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(83.79deg, #ADB8FF 0.7%, #5965B3 135.71%);
    box-shadow: 0px 4px 10px 0px rgb(26 26 26 / 12%);
    position: relative;
    z-index: 9;
}
.dark .track-btn {
    background: linear-gradient(83.79deg, #ADB8FF 0.7%, #5965B3 135.71%);
    box-shadow: 0px 4px 10px 0px #afafaf80;
}
.track-btn:hover {
    opacity: 0.8;
}
.track-btn i {
    font-size: 0.8em;
    line-height: 1em;
    margin-top: 2px;
}
.flex-tab-content p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px 5px;
    transition: all 0.7s;
    opacity: 0;
    visibility: hidden;
    width: 0;
    font-size: 0;
}
.flex-tab-content.active p {
    visibility: visible;
    opacity: 1;
    width: 100%;
    font-size: inherit;
}
.track-intro-2 {
    margin-top: 50px;
}
.most-recent-post {
    margin-top: 30px;
    margin-bottom: 50px;
}
.slick-arrow
{
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}
.prev
{
    left: -25px;
}
.next
{
    right: -25px;
}
.slick-slide{
    margin-left:  10px;
    margin-right:  10px;
}

.slick-list {
    margin-left: -10px;
    margin-right: -10px;
}
.post-item .post-title {
    font-size: 1.1em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 5px;
}
p, .single-content p{
    margin-top: 0;
    margin-bottom: 15px;
}
p:last-child{
    margin: 0;
}
.post-des {
    font-size: 0.9em;
}
.dark .post-des {
    font-size: 0.9em;
}
.dark .post-item .post-title {
    color: #fff;
}
.dark .post-item .post-title:hover a {
    color: #77affb;
}
.post-item img {
    border-radius: 10px;
}
.home .entry-content {
    max-height: 700px;
    padding: 15px;
    border-radius: 10px;
    background: linear-gradient(36.58deg, rgba(39, 135, 245, 0.1) 2%, rgba(255, 255, 255, 0.1) 80.7%);
    overflow-y: auto;
    margin-bottom: 20px;
}
.dark.home .entry-content{
    background: linear-gradient(36.58deg, rgba(39, 135, 245, 0.1) 2%, rgba(255, 255, 255, 0.1) 80.7%);
}
.entry-content img, figure {
    display: block;
    margin: auto;
}
.home .entry-content::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}
/* Track */
.home .entry-content::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}
/* Handle */
.home .entry-content::-webkit-scrollbar-thumb {
  background: #77affb; 
  border-radius: 10px;
}
/* Handle on hover */
.home .entry-content::-webkit-scrollbar-thumb:hover {
  background: #006cff; 
}
.wp-caption .wp-caption-text {
    margin-top: 5px;
    font-style: italic;
}
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin: 0.5em 0 .5em !important;
}
.section-content{
    position: relative;
    padding: 30px 0px;
}
.section-content:before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    background: url('./assets/images/content-bg.webp') no-repeat;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
}
.dark .section-content:before {
    background: url('./assets/images/nui-lua.webp') no-repeat;
}
.dark .section-content:after {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    background: rgb(40 40 48 / 95%);
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
}
.collaborate-section {
    display: grid;
    grid-template-columns: 60% auto;
    gap: 70px;
    margin-top: 30px;
}
.collaborate-header {
    display: flex;
    align-items: center;
    gap: 30px;
}
.collaborate-header img {
    width: 60px;
}
.contact-title {
    font-size: 2em;
}
.dark .contact-title {
    color: #fff;
}
.contact-sub {
    padding: 3px 10px;
    border-radius: 5px;
    margin: 5px 0px;
    display: block;
    background: linear-gradient(90deg, #ADB8FF -25.44%, rgba(173, 184, 255, 0) 77.5%);
}
.dark .contact-sub {
    background: linear-gradient(90deg, #1c62b3 -25.44%, rgb(173 184 255 / 4%) 77.5%)
}
.widget-title {
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 1.5em;
    margin-bottom: 10px;
}
.contact-form i {
    margin-right: 5px;
    color: #007ae5;
}
.collaborate-right {
    position: relative;
}

.collaborate-right:before {
    content: '';
    background: url('./assets/images/Line.svg') no-repeat;
    position: absolute;
    width: 5px;
    height: 100%;
    left: -40px;
}
.site-footer-section {
    flex-flow: row wrap;
    color: #bfbfbf;
}
.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area {
    flex: unset !important;
    margin-left: 0px !important;
    margin-top: 10px;
}
.site-footer a, .site-footer-wrap .social-button {
    color: #bfbfbf !important;
}
.site-footer {
    background: linear-gradient(180deg, #5965B3 0%, #444D88 100%), linear-gradient(180deg, #5965B3 0%, #444D88 100%);
}
.site-footer .widget-title{
    color: #fff;
}
.dark .site-footer .widget-title{
    color: #77AFFB;
}
.dark .site-footer {
    background: #222229;
}
.site-footer-row.site-footer-row-columns-1 .site-footer-section {
    align-items: center;
    justify-content: center;
    gap: 15px;
}
#colophon .footer-navigation .footer-menu-container > ul > li > a {
    color: #bfbfbf;
}
.site-footer a:hover,#colophon .footer-navigation .footer-menu-container > ul li a:hover {
    color: #77affb !important;
}
.contact-form-item {
    margin-bottom: 10px;
}
.header-navigation .header-menu-container ul ul.sub-menu, .header-navigation .header-menu-container ul ul.submenu {
    background: #4c5698;
    box-shadow: 0px 5px 15px 0px rgb(110 123 205);
    border-radius: 7px;
    border: 1px solid #818fe7;
    padding: 5px 0px;
}
.dark .header-navigation .header-menu-container ul ul.sub-menu, 
.dark .header-navigation .header-menu-container ul ul.submenu {
    background: #1f2634;
}
.header-navigation .header-menu-container ul ul li.menu-item > a {
    width: 240px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    color: var(--global-palette8);
    font-size: 1em;
}
.header-navigation .header-menu-container ul ul li.menu-item:hover > a {
    color: #77affb;
}
.header-navigation .header-menu-container ul ul li.menu-item:hover > a {
    color: #77affb;
    background: transparent;
}
.header-navigation .header-menu-container ul ul li.menu-item, .header-menu-container ul.menu > li.kadence-menu-mega-enabled > ul > li.menu-item > a {
    border-bottom: 0;
}
.entry-hero-container-inner {
    background: transparent !important;
}
.content-area {
    margin-top: 0rem;
    margin-bottom: 5rem;
}
.archive.content-style-unboxed .entry, .entry-related .entry {
    background: linear-gradient(36.58deg, rgba(39, 135, 245, 0.1) 2%, rgba(255, 255, 255, 0.1) 80.7%);
    box-shadow: 0px 0px 20px 5px #76767652 !important;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #99a7ff;
}
.dark .archive.content-style-unboxed .entry, .dark .entry-related .entry {
    background: linear-gradient(180deg, rgb(82 82 82 / 58%) 2%, rgb(48 52 62) 80.7%);
    border: 1px solid #4c537e;
}

.pagination .nav-links {
    text-align: center;
}
.pagination .page-numbers {
    min-width: 2em;
    line-height: 1.7em;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
    border-color: var(--global-palette-btn-bg);
    background: var(--global-palette-btn-bg);
}
.loop-entry .entry-header .entry-title {
    margin: 0;
    font-size: 1.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #5965B3;
}
.dark .loop-entry .entry-header .entry-title {
    color: #fff;
}
.dark .loop-entry .entry-header .entry-title:hover a {
    color: #77AFFB;
}
.loop-entry .entry-summary p, .loop-entry .entry-header .entry-meta {
    margin: 0.5em 0 0 !important;
}
.loop-entry .entry-summary {
    margin-top: 0;
}
.loop-entry .entry-summary a {
    color: #545454;
}
.dark .loop-entry .entry-summary a {
    color: #dddddd;
}
.loop-entry .entry-header{
    margin-bottom: 0;
}
.single-content figure {
    margin-bottom: 10px;
}
.kadence-breadcrumb-container a {
    color: #343434;
}
.dark .kadence-breadcrumb-container a {
    color: #999999;
}
.kadence-breadcrumb-container {
    color: #343434;
}
.dark .kadence-breadcrumb-container {
    color: #e9e9e9;
}
.entry-meta {
    font-size: 90%;
}
.single .single-entry {
    margin-top: 35px;
}
.select-mod:not(.active) i::before {
    content: "\f185";
}
h1 {
    color: #2787F5;
}
.dark h1 {
    color: #fff;
}
.footer-mobile ul {
    list-style-type: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 1px;
}
.footer-mobile {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, #5965B3 0%, #444D88 100%);
    color: #fff;
    display: none;
    z-index: 9999;
}
.dark .footer-mobile{
    background: linear-gradient(180deg, rgba(39, 135, 245, 0) 0%, rgba(39, 135, 245, 0.5) 100%) rgb(36 49 64);
}
.footer-mobile ul a {
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
    padding: 6px 7px 0px;
    font-size: 0.85em;
}
.footer-mobile .menu-item img._before {
    margin: 0;
     width: 1.3rem !important; 
}
.entry-related{
    background: transparent !important;
    margin-top: 20px !important;
}
.single .entry-author-profile {
    position: relative;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-flow: row wrap;
    border: 1px dashed #646464;
    border-radius: 5px;
    padding: 10px;
}
.single .entry-author-avatar {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 135px;
}
.entry-author-profile p {
    margin: 0;
}
.entry-author-follow {
    margin-top: 0.5em;
}
.author-info {
    width: calc(100% - 150px);
}
.wp-site-blocks .content-container .alignwide {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px 15px;
}
.entry-related .loop-entry .entry-content-wrap{
    padding: 0;
}
.entry-related-carousel .entry-summary, .entry-related-carousel .entry-footer, .entry-related-carousel .entry-taxonomies {
     display: block !important; 
}
.wp-site-blocks .post-thumbnail{
    margin-bottom: 1em;
}
.entry-related-carousel .entry-summary p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.entry-related .splide .splide__pagination{
    display: none;
}
.single-content p{
    margin-bottom: 10px !important;
}
.entry-author {
    margin: 15px auto !important;
}
h2.entry-related-title {
    margin-bottom: 0.8rem !important;
}
.btn-action {
    position: fixed;
    right: 7px;
    bottom: 70px;
    cursor: pointer;
    z-index: 9;
}
.btn-action img {
    max-width: 80px;
    width: 100%;
}
.btn-login {
    margin-top: 20px;
}
.popup {
    position: fixed;
    background: rgb(0 0 0 / 35%);
    width: 100%;
    height: 100%;
    z-index: 999999;
    left: 0;
    top: 0;
    display: none;
}
.popup-content {
    position: relative;
    width: max-content;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
span.close {
    background: rgb(2 2 2 / 23%);
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    position: absolute;
    right: -10px;
    top: 70px;
    color: #fff;
    cursor: pointer;
}
.popup-content input.phone {
    position: absolute;
    border: 1px solid rgb(183 72 97 / 45%);
    left: 50%;
    transform: translateX(-50%);
    bottom: 57px;
    border-radius: 30px;
    padding: 3px 10px;
    width: 236px;
    background: #ffffffc2;
    font-size: 0.9em;
    color: #4c0600;
    font-weight: 600;
}
.popup-content input.phone:focus-visible, .popup-content input.phone:focus,  
.popup-content input.phone:target, .popup-content input.phone:focus-within  {
    outline: 0;
}
.popup-content input.phone::placeholder{
    color: #b57b73;
}
.send-data, input.send-data {
    position: absolute;
    bottom: 60px;
    right: 35px;
    min-height: unset;
    padding: 4px 10px;
    line-height: normal;
    background: #b41856;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 0.9em;
}
.note {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    z-index: 999;
    color: #fff;
}
.note.success {
    background: #0e7e00;
    display: none;
}
.note.error {
    background: #a70000;
}
@media screen and (max-width: 992px){
    .welcome-section {
        max-width: 85%;
    }
    .track-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .header-title.title-large {
        font-size: 2.5em;
        margin: 0 auto 20px;
    }
    .tab-content img {
        width: 50%;
    }
    .flex-tabs-container {
        padding: 0px 0px 30px;
        gap: 15px;
    }
    .flex-tab-content img {
        height: 330px;
    }
    h2.header-title {
        margin-bottom: 20px;
    }
    .most-recent-post {
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .site-main-header-inner-wrap {
        min-height: 65px;
    }
    .menu-toggle-icon {
        color: #fff;
    }
    .popup-drawer .drawer-inner {
        max-width: 40%;
        background: linear-gradient(180deg, #5965B3 0%, #444D88 100%);
    }
    .dark .popup-drawer .drawer-inner {
        background: rgb(40 40 47);
    }
    .mobile-navigation ul li.current-menu-item > a, .mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap {
        color: #84beff;
    }
    .dark .mobile-navigation ul li.current-menu-item > a, .dark .mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap {
        color: #52a0f9;
    }
    .mobile-navigation ul li > a, .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap a{
        color: #fff;
    }
    .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap, .mobile-navigation ul li:not(.menu-item-has-children) a {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    }
    .mobile-navigation ul li a {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
        border-left: none;
    }
    .drawer-nav-drop-wrap .drawer-sub-toggle {
        padding: 0.5em 0.5em;
    }
    .mobile-navigation ul ul {
        padding-left: 0;
    }
}
@media screen and (max-width: 767px){
    body{
        font-size: 16px;
    }
    .entry-content-wrap {
        padding: 10px 0;
    }
    .popup-drawer .drawer-inner{
        max-width: 90%;
    }
    .welcome-section {
        max-width: 100%;
    }
    .welcome-section .header-title {
        font-size: 1.8em;
    }
    h2.header-sub-title {
        font-size: 1.2em;
    }
    .track-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .header-title.title-large {
        font-size: 2em;
        margin: 0 auto 20px;
        width: 100%;
    }
    .track-list {
        white-space: nowrap;
        overflow-x: auto;
        display: block;
    }
    .track-item {
        width: 45%;
        display: inline-block;
        margin-right: 10px;
    }
    .tabs {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .tab-link {
        padding: 5px 10px;
        display: inline-block;
        white-space: normal;
        line-height: 1.3em;
    }
    .tab-content.active {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .tab-content img {
        width: 100%;
    }
    .tab-content p {
        font-size: 1.1em;
    }
    .header-title.title-large {
        font-size: 1.8em;
    }
    .flex-tabs-container {
        flex-direction: column-reverse;
    }
    .flex-tab-content {
        width: 100%;
        background: linear-gradient(180deg, #5965B3 0%, rgba(89, 101, 179, 0));
        height: 65px;
    }
    .flex-tab-content.active {
        width: 100%;
        height: auto;
    }
    .flex-tab-content p {
        opacity: 0;
        visibility: visible;
        width: 100%;
        font-size: inherit;
        transition: all 0.5s;
    }
    .track-btn {
        margin: 5px 0 15px;
    }
    .flex-tab-content.active:before {
        display: block;
        content: '';
        background: linear-gradient(180deg, transparent, #fff);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .dark .flex-tab-content:before {
         background: linear-gradient(180deg, transparent, #292e4b); 
    }
        .flex-tab-content:before{
        display: none;
    }
    .collaborate-section {
        grid-template-columns: 100%;
        gap: 15px;
    }
    .collaborate-header {
        gap: 15px;
    }
    .contact-title {
        font-size: 1.3em;
    }
    .collaborate-header img {
        width: 50px;
    }
    .site-footer img {
        width: 140px;
    }
    .site-container {
        padding: 0px 10px;
    }
    .content-style-boxed .content-bg:not(.loop-entry) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    h1.entry-title {
        font-size: 1.8em;
    }
    h2 {
        font-size: 25px;
    }
    h3{
        font-size: 20px;
    }
    .footer-mobile{
        display: block;
    }
    .single .entry-author-avatar {
        width: 60px;
    }
    .author-info {
        width: calc(100% - 80px);
    }
    .entry-author-description.author-bio {
        font-size: 0.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .entry-author-profile p {
        margin: 0 !important;
    }
    .entry-author-follow {
        margin-top: 6px !important;
        position: absolute;
        right: 10px;
        top: 5px;
    }
    .author-info  a.social-button {
        width: 1.3em;
        height: 1.3em;
    }
    .button-container {
        gap: 15px;
    }
    a.btn-banner{
        padding: 5px 10px;
    }
     .archive article.loop-entry{
         display: flex;
         gap: 7px;
     }
    .loop-entry .entry-header .entry-title {
        font-size: 1.2em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .loop-entry .entry-summary {
        margin-top: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .archive .loop-entry .entry-content-wrap {
        width: 55%;
    }
    .archive .post-thumbnail {
        width: 40%;
        margin-bottom: 0 !important;
    }
    .archive .wp-site-blocks .post-thumbnail {
        padding-bottom: 35% !important;
    }
    a.post-more-link {
        display: none;
    }
    .archive .post-archive {
        column-gap: 1rem;
        row-gap: 1rem;
    }
    .btn-action img {
        max-width: 65px;
        width: 100%;
    }
}
@media screen and (max-width: 375px){
    .footer-mobile ul a {
        font-size: .8em;
    }
}