.ppt-v1-tabs li {
list-style: none;
}
:root {
--primary-hsl: 11, 82%, 53%;
--primary-contrast-hsl: 0, 0%, 55%;
--secondary-contrast-hsl: 0, 0%, 0%;
--primary-white-bg-hsl: 0, 0%, 100%;
--primary-black-shadow-hsl: 230, 13%, 9%;
--xsmall-space: 0.5rem;
--small-space: 0.75rem;
--medium-space: 1.25rem;
--small-text: 0.833rem;
}
@media(min-width: 64rem){
:root {
--xsmall-space: 0.75rem;
--small-space: 1.125rem;
--medium-space: 2rem;
--small-text: 1rem;
}
}
.ppt-v1-tab-details-view {
display: grid;
gap: var(--medium-space);
}
.ppt-v1-tab-features-controls-list {
position: relative;
display: flex;
gap: var(--xsmall-space);
overflow: auto;
}
.ppt-v1-tab-features-controls-list > * {
flex: 1 0 180px;
}
.ppt-v1-tab-item-text-gradient {
position: -webkit-sticky;
position: sticky;
top: 0;
right: 0;
flex: 0 0 40px;
background: linear-gradient(to right, hsla(var(--primary-white-bg-hsl), 0), hsla(var(--primary-white-bg-hsl), 1));
pointer-events: none;
}
.ppt-v1-tab-item-control {
display: block;
color: inherit;
text-decoration: none;
height: 100%;
padding: 0 0 var(--medium-space);
border: 0px solid hsla(var(--secondary-contrast-hsl), 0.1);
border-bottom-width: 1px;
transition: 0.2s;
}
.ppt-v1-tab-item-control-title {
display: block;
color: hsl(var(--primary-contrast-hsl));
font-weight: 500;
margin-bottom: var(--small-space);
transition: color 0.2s;
}
.ppt-v1-tab-item-control-description {
color: hsl(var(--primary-contrast-hsl));
line-height: 1.4;
font-size: var(--small-text);
}
.ppt-v1-tab-item-control:hover {
border-color: hsla(var(--secondary-contrast-hsl), 0.5);
}
.ppt-v1-tab-item-control:hover .ppt-v1-tab-item-control-title {
color: hsl(var(--secondary-contrast-hsl));
}
.ppt-v1-tab-item-control[aria-selected=true] {
border-color: hsl(var(--primary-hsl));
}
.ppt-v1-tab-item-control[aria-selected=true] .ppt-v1-tab-item-control-title {
color: hsl(var(--primary-hsl));
}
.ppt-v1-tab-item-panels {
position: relative;
}
.ppt-v1-tab-item-panel {
opacity: 0;
}
.ppt-v1-tabs-no-effect .ppt-v1-tab-item-panel {
-webkit-animation-duration: 0s;
animation-duration: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.ppt-v1-tab-item-panel-display {
-webkit-animation: ppt-v1-tab-detail-view-entry-animation 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
animation: ppt-v1-tab-detail-view-entry-animation 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.ppt-v1-tab-attributes-conceal {
position: absolute;
visibility: hidden;
top: 0;
width: 100%;
transition: position 0s 0.5s, visibility 0s 0.5s;
-webkit-animation: ppt-v1-tab-detail-view-leave-animation 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
animation: ppt-v1-tab-detail-view-leave-animation 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ppt-v1-tab-item-img {
display: block;
width: 100%;
border-radius: 0.375em;
}
@-webkit-keyframes ppt-v1-tab-detail-view-entry-animation {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes ppt-v1-tab-detail-view-entry-animation {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes ppt-v1-tab-detail-view-leave-animation {
0% {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes ppt-v1-tab-detail-view-leave-animation {
0% {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@media (min-width: 64rem) {
.ppt-v1-tab-details-view {
align-items: center;
grid-template-columns: repeat(2, 1fr);
}
.ppt-v1-tab-features-controls-list {
flex-direction: column;
overflow: visible;
}
.ppt-v1-tab-features-controls-list > * {
flex: 1 0 auto;
}
.ppt-v1-tab-item-text-gradient {
display: none;
}
.ppt-v1-tab-item-control {
border-width: 0px;
border-radius: 0.375em;
padding: var(--small-space) var(--medium-space);
}
.ppt-v1-tab-item-control:hover, .ppt-v1-tab-item-control[aria-selected=true] {
box-shadow: 0 0.3px 0.4px hsla(var(--primary-black-shadow-hsl), 0.025),0 0.9px 1.5px hsla(var(--primary-black-shadow-hsl), 0.05), 0 3.5px 6px hsla(var(--primary-black-shadow-hsl), 0.1);
}
}
.ppt-v1-tab-item-control-title {
color:#000000;
font-weight: bold;
}ol, ul, menu {
list-style: none;
}
:root {
--primary-hsl: 11, 82%, 53%;
--primary-contrast-hsl: 0, 0%, 55%;
--secondary-contrast-hsl: 0, 0%, 0%;
--color-contrast-hsl: 230, 13%, 9%;
--primary-white-bg-hsl: 0, 0%, 100%;
--xsmall-space: 0.5rem;
--small-space: 0.75rem;
--medium-space: 1.25rem;
--large-space: 3.25rem;
--xsmall-text: 0.694rem;
--small-text: 0.833rem;
}
@media(min-width: 64rem){
:root {
--xsmall-space: 0.75rem;
--small-space: 1.125rem;
--medium-space: 2rem;
--large-space: 5.125rem;
--xsmall-text: 0.8rem;
--small-text: 1rem;
}
}
.ppt-v2-tab-item-controls-list {
position: relative;
display: flex;
align-items: center;
overflow: auto;
counter-reset: ppt-v2-tab-features-list;
}
.ppt-v2-tab-item-controls-list::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: hsla(var(--color-contrast-hsl), 0.1);
}
.ppt-v2-tab-item-controls-wrapper {
counter-increment: ppt-v2-tab-features-list;
}
.ppt-v2-tab-item-control {
position: relative;
display: block;
padding: var(--small-space) var(--large-space) var(--small-space) var(--small-space);
color: hsl(var(--color-contrast-hsl));
text-decoration: none;
font-weight: 500;
transition: background 0.2s;
}
.ppt-v2-tab-item-control::before {
content: "0" counter(ppt-v2-tab-features-list);
font-size: var(--xsmall-text);
display: block;
color: hsl(var(--primary-contrast-hsl));
}
.ppt-v2-tab-item-control::after {
content: "";
position: absolute;
bottom: 0px;
left: 0;
height: 1px;
width: 100%;
}
.ppt-v2-tab-item-control:hover {
background-color: hsla(var(--color-contrast-hsl), 0.025);
}
.ppt-v2-tab-item-control[aria-selected=true]::before {
color: hsl(var(--primary-hsl));
}
.ppt-v2-tab-item-control[aria-selected=true]::after {
background-color: hsl(var(--primary-hsl));
}
.ppt-v2-tab-items {
position: relative;
}
.ppt-v2-tab-item {
opacity: 0;
padding-top: var(--medium-space);
}
.ppt-v2-tabs-non-interaction .ppt-v2-tab-item {
animation-duration: 0s;
animation-delay: 0s;
}
.ppt-v2-tab-item-image {
display: block;
width: 100%;
}
.ppt-v2-tab-item-caption {
font-size: var(--small-text);
--tx9-color-o: 1;
color: hsla(var(--primary-contrast-hsl));
margin-top: var(--xsmall-space);
}
.ppt-v2-tab-item-show {
opacity: 0;
-webkit-animation: v2-tab-item-entry-animation 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
animation: v2-tab-item-entry-animation 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.ppt-v2-tab-item-hide {
position: absolute;
visibility: hidden;
top: 0;
width: 100%;
transition: position 0s 0.5s, visibility 0s 0.5s;
-webkit-animation: v2-tab-item-exit-animation 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
animation: v2-tab-item-exit-animation 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@-webkit-keyframes v2-tab-item-entry-animation {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes v2-tab-item-entry-animation {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes v2-tab-item-exit-animation {
0% {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes v2-tab-item-exit-animation {
0% {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption-text {
text-align: center;
} .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.gallery-caption {
display: block;
} .alignright {
float: right;
margin: 0 0 1em 1em; } .alignleft {
float: left;
margin: 0 1em 1em 0; } .aligncenter {
display: block;
margin: 0 auto; }
.tt-catepalize {
text-transform: capitalize;
}
.fw-700 {
font-weight: 700;
}
.single-pricing-inner h6 {
padding: 5px 12px 3px;
font-size: 14px;
}
.preloader-inner {
z-index: 999999;
}
.preloader-inner .pl {
display: block;
margin: auto;
width: 16em;
height: auto;
}
.preloader-inner .pl line {
animation-duration: 3s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
}
.preloader-inner .pl__line1,
.preloader-inner .pl__line9 {
animation-name: line1;
}
.preloader-inner .pl__line2,
.preloader-inner .pl__line8 {
animation-name: line2;
}
.preloader-inner .pl__line3,
.preloader-inner .pl__line7 {
animation-name: line3;
}
.preloader-inner .pl__line4,
.preloader-inner .pl__line6 {
animation-name: line4;
}
.preloader-inner .pl__line5 {
animation-name: line5;
} @media (prefers-color-scheme: dark) {
:root {
--bg: hsl(var(--hue),90%,10%);
--fg: hsl(var(--hue),90%,90%);
}
} @keyframes line1 {
from,
8% {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
18% {
stroke-dashoffset: 16;
transform: translate(0,8px);
}
28% {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
38% {
stroke-dashoffset: 0;
transform: translate(0,0);
}
48% {
opacity: 1;
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
53% {
opacity: 0;
stroke-dashoffset: 31.99;
transform: translate(8px,16px);
}
56% {
animation-timing-function: steps(1,start);
opacity: 0;
stroke-dashoffset: 32;
transform: translate(0,16px);
}
60% {
animation-timing-function: ease-out;
opacity: 1;
stroke-dashoffset: 32;
transform: translate(0,16px);
}
70% {
animation-timing-function: ease-in-out;
stroke-dashoffset: 0;
transform: translate(0,0);
}
80% {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
90% {
stroke-dashoffset: 16;
transform: translate(0,8px);
}
to {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
}
@keyframes line2 {
from,
6% {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
16% {
stroke-dashoffset: 16;
transform: translate(0,8px);
}
26% {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
36% {
stroke-dashoffset: 0;
transform: translate(0,0);
}
46% {
opacity: 1;
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
51% {
opacity: 0;
stroke-dashoffset: 31.99;
transform: translate(8px,16px);
}
54% {
animation-timing-function: steps(1,start);
opacity: 0;
stroke-dashoffset: 32;
transform: translate(0,16px);
}
58% {
animation-timing-function: ease-out;
opacity: 1;
stroke-dashoffset: 32;
transform: translate(0,16px);
}
68% {
animation-timing-function: ease-in-out;
stroke-dashoffset: 0;
transform: translate(0,0);
}
78% {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
88% {
stroke-dashoffset: 16;
transform: translate(0,8px);
}
98%,
to {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
}
@keyframes line3 {
from,
4% {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
14% {
stroke-dashoffset: 16;
transform: translate(0,8px);
}
24% {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
34% {
stroke-dashoffset: 0;
transform: translate(0,0);
}
44% {
opacity: 1;
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
49% {
opacity: 0;
stroke-dashoffset: 31.99;
transform: translate(8px,16px);
}
52% {
animation-timing-function: steps(1,start);
opacity: 0;
stroke-dashoffset: 32;
transform: translate(0,16px);
}
56% {
animation-timing-function: ease-out;
opacity: 1;
stroke-dashoffset: 32;
transform: translate(0,16px);
}
66% {
animation-timing-function: ease-in-out;
stroke-dashoffset: 0;
transform: translate(0,0);
}
76% {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
86% {
stroke-dashoffset: 16;
transform: translate(0,8px);
}
96%,
to {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
}
@keyframes line4 {
from,
2% {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
12% {
stroke-dashoffset: 16;
transform: translate(0,8px);
}
22% {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
32% {
stroke-dashoffset: 0;
transform: translate(0,0);
}
42% {
opacity: 1;
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
47% {
opacity: 0;
stroke-dashoffset: 31.99;
transform: translate(8px,16px);
}
50% {
animation-timing-function: steps(1,start);
opacity: 0;
stroke-dashoffset: 32;
transform: translate(0,16px);
}
54% {
animation-timing-function: ease-out;
opacity: 1;
stroke-dashoffset: 32;
transform: translate(0,16px);
}
64% {
animation-timing-function: ease-in-out;
stroke-dashoffset: 0;
transform: translate(0,0);
}
74% {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
84% {
stroke-dashoffset: 16;
transform: translate(0,8px);
}
94%,
to {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
}
@keyframes line5 {
from {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
10% {
stroke-dashoffset: 16;
transform: translate(0,8px);
}
20% {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
30% {
stroke-dashoffset: 0;
transform: translate(0,0);
}
40% {
stroke-dashoffset: -16;
transform: translate(0,15px);
}
50% {
stroke-dashoffset: -31;
transform: translate(0,-48px);
}
58% {
stroke-dashoffset: -31;
transform: translate(0,8px);
}
65% {
stroke-dashoffset: -31.99;
transform: translate(0,-24px);
}
71.99% {
animation-timing-function: steps(1);
stroke-dashoffset: -31.99;
transform: translate(0,-16px);
}
72% {
animation-timing-function: ease-in-out;
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
82% {
stroke-dashoffset: 16;
transform: translate(0,8px);
}
92%,
to {
stroke-dashoffset: 31.99;
transform: translate(0,16px);
}
}
.search-category select {
background: transparent;
}
.breadcrumb-wrap .breadcrumb-content {
padding: 200px 0 122px 0;
}
.footer-top-social .logo img {
max-width: 150px;
}
.footer-top-social .footer-info p {
text-transform: capitalize;
}
.navbar-area.navigation-style-01 .custom-container .logo-wrapper img {
max-width: 140px;
}
.nav-right-part .right-btn-text {
border: 1px solid #686868;
border-radius: 35px;
padding: 10px 18px;
}
.nav-right-part .right-btn-text:hover {
background: var(--main-color-one);
border: 1px solid var(--main-color-one);
color: #fff;
}
.nav-right-part .right-btn-text:hover svg path {
fill: #fff;
}
.navbar-area-2 .nav-right-part .right-btn-text {
border: 1px solid #fff;
}
.navbar-area-2 .nav-right-part .right-btn-text:hover {
border: 1px solid var(--main-color-one);
}
.audio-list-single-wrap {
padding: 20px 0;
}
.audio-list-single-wrap .media {
position: relative;
z-index: 2;
}
.audio-list-single-wrap .media .media-left {
border-right: 1px solid #bdbdbd99;
padding-right: 40px;
margin-right: 40px;
}
.audio-list-single-wrap .media .media-left img {
height: 55px;
width: 55px;
border-radius: 50%;
}
.audio-list-single-wrap .media .media-body h5 {
margin-bottom: 4px;
color: #fff;
font-size: 18px;
}
.audio-list-single-wrap .media .media-body p {
color: #fff;
}
.audio-list-single-wrap .audio-list-wrap {
padding: 0 0 0 15px;
position: relative;
z-index: 2;
color: #fff;
}
.audio-list-single-wrap .audio-list-wrap .audioplayer {
margin: 0;
padding: 0;
height: auto;
border: 0;
border-radius: 0;
background: transparent;
}
.audio-list-single-wrap .audio-list-wrap .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
border: 1px solid #D9D9D9;
}
.audio-list-single-wrap .audio-list-wrap .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
border-left: 12px solid #ffffff;
}
.audio-list-single-wrap .audio-list-wrap .audioplayer-time {
color: #ffffff;
}
.audio-list-single-wrap .audio-list-wrap  .audioplayer-bar::before {
background-color: #ffffff40;
}
.audio-list-single-wrap .audio-list-wrap .audioplayer-bar-loaded {
background: #ffffff;
}
.audio-list-single-wrap .audio-list-wrap .audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
display: none;
}
.audio-list-single-wrap .audio-list-wrap .audioplayer-volume-adjust div div {
background-color: #ffffff;
}
.main-search-wrap .search-category form {
display: flex;
}
.main-search-wrap .search-category .text-field {
width: 100%;
margin: 0 70px 0 194px;
height: 100%;
}
.main-search-wrap .search-category select {
position: absolute;
left: 0;
top: 16px;
}
.digtek-image-scroll-wrap .demo-spacer .nav-tabs li button i,
.digtek-image-scroll-wrap .demo-spacer .nav-tabs li button svg {
margin-left: 5px;
}
.digtek-single-product-item .woocommerce-thumbnail-wrap img {
height: auto;
}
.digtek-header-cart {
color: #246bfd;
font-size: 18px;
margin-right: 30px;
}
.digtek-header-cart .cart-badge {
text-align: center;
}
.navbar-area.navbar-area-2 .custom-container .navbar-collapse .navbar-nav > li + li {
margin-left: 15px;
}
.navbar-area.navbar-area-2 .digtek-header-cart {
color: #fff;
}
.navbar-area.navbar-area-2 .digtek-header-cart .cart-badge {
background: #fff;
color: #FFFFFF;
}
.main-tab-hide .digtek-image-scroll-wrap .demo-spacer.style-2 {
display: none;
}
.video-audio-single .single-video-list-inner {
border-radius: 0;
}
.video-audio-single .audioplayer {
border: 0 !important;
border-radius: 0 !important;
background: #343434 !important;
}
.video-audio-singler .single-video-list-inner .video {
overflow: hidden;
}
.video-audio-single .single-video-list-inner video {
height: 505px;
transform: scale(1.25);
}
.video-audio-single h3.title {
text-transform: capitalize;
}
.video-audio-single .details-page-info-inner ul li {
padding-left: 0;
list-style: none;
}
.video-audio-single .details-page-info-inner ul li:before {
display: none;
}
.video-audio-single .audioplayer {
margin: 0;
}
.single-audio-list-inner .media .media-body h5 a:hover {
color: rgba(255, 255, 255, 0.8);
}
.treanding__themeitem {
position: relative;
margin-bottom: 30px;
}
.treanding__themeitem .dollar {
position: absolute;
top: 20px;
left: 20px;
font-size: 16px;
font-weight: 600;
font-family: "Inter",sans-serif;
color: #fff;
background: var(--main-color-one);
padding: 6px 10px 4px 10px;
display: block;
border-radius: 100px;
}
.treanding__themeitem .tr__starwrap .wordpress {
box-shadow: 0px 4px 44px 0px rgba(69,105,231,.14);
background: #fff;
padding: 5px 10px;
border-radius: 100px;
}
.treanding__themeitem .tr__starwrap .ratting li svg {
color: #ff8000;
}
.treanding__themeitem span {
text-transform: capitalize;
}
.treanding__themeitem span .title {
color: #222e48;
}
.treanding__themeitem span .user {
color: #818181;
}
.treanding_title {
text-transform: capitalize;
}
.single-product-page-content .thumb {
height: 500px;
}
.single-product-page-content .thumb img {
width: 100%;
height: inherit;
}
@media all and (max-width: 1599px) {
.footer-top-social {
margin-left: 80px;
}
.footer-top-social .footer-social li a {
padding: 20px;
}
}
@media all and (max-width: 1400px) {
.footer-top-social {
margin-left: 135px;
}
.footer-top-social .footer-social li a {
padding: 19px 14px;
}
}
@media all and (min-width: 992px) {
}
@media all and (max-width: 575px) {
.elementor-image-box-img-wrap .elementor-image-box-img {
margin-bottom: 20px !important;
}
.banner-cat a {
margin-left: 0;
}
.main-search-wrap .search-category .text-field {
margin: 9px 36px 0 130px;
}
.main-search-wrap .search-category select {
top: 9px;
font-size: 12px;
}
.main-search-wrap .search-category .text-field {
margin: 0 40px 0 128px;
}
}
.single-audio-creator-inner.creator-style-2 .thumb img {
border-radius: 0;
}
.single-audio-creator-inner.creator-style-2 .details {
border-radius: 0 0 20px 20px;
}
.audio-chart-list-area .banner-audio-list li:nth-child(9),
.audio-chart-list-area .banner-audio-list li:nth-child(10) {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.text-t-capetalize {
text-transform: capitalize;
}
.dark-area {
display: inline-block;
}
.dark-area .switch {
position: relative;
display: inline-block;
height: 27px;
width: 48px;
}
.dark-area .switch input {
opacity: 0;
width: 0;
height: 0;
}
.dark-area .switch .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: transparent;
-webkit-transition: 0.4s;
transition: 0.4s;
border: 1px solid #878787;
}
.dark-area .switch .slider:before {
position: absolute;
content: "";
height: 17px;
width: 18px;
left: 4px;
bottom: 4px;
background-color: #fff;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.dark-area .switch input:focus + .slider {
box-shadow: 0 0 1px #614BFF;
}
.dark-area .switch input:checked + .slider:before {
transform: translateX(20px);
}
.dark-area .switch .slider.round {
border-radius: 30px;
}
.dark-area .switch .slider.round:before {
border-radius: 50%;
}
.dark-area .switch .slider .fa-moon {
position: absolute;
font-size: 14px;
left: 6px;
top: 6px;
color: #fff !important;
}
.dark-area .switch .slider .fa-sun {
position: absolute;
font-size: 15px;
right: 6px;
top: 6px;
color: #fff !important;
}
.body-light .dark-area .switch .slider:before {
transform: translateX(20px);
}
.logged-in.admin-bar .navbar-3-area,
.logged-in.admin-bar .main-menu-sidebar-wrap {
top: 32px;
}
.navbar-3-area {
padding: 20px 40px 20px 360px;
}
.main-menu-sidebar-wrap {
position: fixed;
left: 0;
top: 0;
border-right: 1px solid #343434;
width: 360px;
z-index: 9999;
padding: 30px 40px 40px;
height: 100%;
}
.main-wrap-page-two {
padding-left: 360px;
padding-top: 100px;
}
.main-wrap-page-two-inner {
padding: 40px;
}
.main-menu-sidebar-nav {
padding-top: 55px;
}
.main-menu-sidebar-nav .navbar-nav {
padding: 0;
}
.footer-style-page-2 {
margin-left: 360px;
}
.navbar-3-area {
position: fixed;
top: 0;
width: 100%;
z-index: 22;
background: #0f0f0f;
border-bottom: 1px solid #343434;
}
.copy-right {
position: absolute;
left: 0;
bottom: 0;
padding: 40px;
}
.copy-right p {
font-size: 14px;
line-height: 1.6;
}
.main-wrap-page-two .testimonial-slider-one-area .theme-section-title .title {
font-size: 24px;
}
.home-4-chart {
border-top: 1px solid #262626;
}
@media all and (max-width: 1599px) {
.navbar-3-area {
padding: 20px 40px 20px 280px;
}
.main-menu-sidebar-wrap {
width: 280px;
}
.main-wrap-page-two {
padding-left: 280px;
}
.footer-style-page-2 {
margin-left: 280px;
}
}
@media all and (max-width: 1199px) {
.main-wrap-page-two {
padding-left: 0;
padding-top: 0;
}
.footer-style-page-2 {
margin-left: 0;
}
}
@media all and (max-width: 576px) {
.main-wrap-page-two-inner {
padding: 10px;
}
.home-4-chart .audio-chart-list-area .banner-audio-list li {
width: 100%;
}
.call-to-action-area-2 {
padding: 20px 10px;
}
.call-to-action-area a img {
width: 100px;
}
.navbar-area.navbar-area-2 .custom-container .navbar-collapse .navbar-nav > li + li {
margin-left: 0;
}
.preloader-inner .pl {
display: block;
margin: auto;
width: 7em;
height: auto;
}
}
.elementor-editor-active .preloader {
display: none;
}