@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root,
[data-bs-theme="dark"] {
  color-scheme: dark;
  --primary-color: #DB5EFF;        
    --text-color: #9FA0B1;
    --white-color: #ffffff;
  --stcinfo-blue: #0d6efd;
  --stcinfo-indigo: #6610f2;
  --stcinfo-purple: #6f42c1;
  --stcinfo-pink: #d63384;
  --stcinfo-red: #dc3545;
  --stcinfo-orange: #fd7e14;
  --stcinfo-yellow: #ffc107;
  --stcinfo-green: #198754;
  --stcinfo-teal: #20c997;
  --stcinfo-cyan: #0dcaf0;
  --stcinfo-black: #000;
  --stcinfo-white: #fff;
  --stcinfo-gray: #6c757d;
  --stcinfo-gray-dark: #343a40;
  --stcinfo-gray-100: #f8f9fa;
  --stcinfo-gray-200: #e9ecef;
  --stcinfo-gray-300: #dee2e6;
  --stcinfo-gray-400: #ced4da;
  --stcinfo-gray-500: #adb5bd;
  --stcinfo-gray-600: #6c757d;
  --stcinfo-gray-700: #495057;
  --stcinfo-gray-800: #343a40;
  --stcinfo-gray-900: #04000A;
  --stcinfo-primary: #0d6efd;
  --stcinfo-secondary: #6c757d;
  --stcinfo-success: #198754;
  --stcinfo-info: #0dcaf0;
  --stcinfo-warning: #ffc107;
  --stcinfo-danger: #dc3545;
  --stcinfo-light: #f8f9fa;
  --stcinfo-dark: #04000A;
  --stcinfo-primary-rgb: 13, 110, 253;
  --stcinfo-secondary-rgb: 108, 117, 125;
  --stcinfo-success-rgb: 25, 135, 84;
  --stcinfo-info-rgb: 13, 202, 240;
  --stcinfo-warning-rgb: 255, 193, 7;
  --stcinfo-danger-rgb: 220, 53, 69;
  --stcinfo-light-rgb: 248, 249, 250;
  --stcinfo-dark-rgb: 4, 0, 10;
  --stcinfo-primary-text-emphasis: #052c65;
  --stcinfo-secondary-text-emphasis: #2b2f32;
  --stcinfo-success-text-emphasis: #0a3622;
  --stcinfo-info-text-emphasis: #055160;
  --stcinfo-warning-text-emphasis: #664d03;
  --stcinfo-danger-text-emphasis: #58151c;
  --stcinfo-light-text-emphasis: #495057;
  --stcinfo-dark-text-emphasis: #495057;
  --stcinfo-primary-bg-subtle: #cfe2ff;
  --stcinfo-secondary-bg-subtle: #e2e3e5;
  --stcinfo-success-bg-subtle: #d1e7dd;
  --stcinfo-info-bg-subtle: #cff4fc;
  --stcinfo-warning-bg-subtle: #fff3cd;
  --stcinfo-danger-bg-subtle: #f8d7da;
  --stcinfo-light-bg-subtle: #fcfcfd;
  --stcinfo-dark-bg-subtle: #ced4da;
  --stcinfo-primary-border-subtle: #9ec5fe;
  --stcinfo-secondary-border-subtle: #c4c8cb;
  --stcinfo-success-border-subtle: #a3cfbb;
  --stcinfo-info-border-subtle: #9eeaf9;
  --stcinfo-warning-border-subtle: #ffe69c;
  --stcinfo-danger-border-subtle: #f1aeb5;
  --stcinfo-light-border-subtle: #e9ecef;
  --stcinfo-dark-border-subtle: #adb5bd;
  --stcinfo-white-rgb: 255, 255, 255;
  --stcinfo-black-rgb: 0, 0, 0;
  --stcinfo-font-sans-serif: "Open Sans", "Roboto", "Plus Jakarta Sans", "Poppins", sans-serif;
  --stcinfo-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --stcinfo-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --stcinfo-body-font-family: var(--stcinfo-font-sans-serif);
  --stcinfo-body-font-size: 1rem;
  --stcinfo-body-font-weight: 400;
  --stcinfo-body-line-height: 1.5;
  --stcinfo-body-color: #dee2e6;
  --stcinfo-body-color-rgb: 222, 226, 230;
  --stcinfo-body-bg: #04000A;
  --stcinfo-body-bg-rgb: 4, 0, 10;
  --stcinfo-emphasis-color: #fff;
  --stcinfo-emphasis-color-rgb: 255, 255, 255;
  --stcinfo-secondary-color: rgba(222, 226, 230, 0.75);
  --stcinfo-secondary-color-rgb: 222, 226, 230;
  --stcinfo-secondary-bg: #343a40;
  --stcinfo-secondary-bg-rgb: 52, 58, 64;
  --stcinfo-tertiary-color: rgba(222, 226, 230, 0.5);
  --stcinfo-tertiary-color-rgb: 222, 226, 230;
  --stcinfo-tertiary-bg: #1c1d25;
  --stcinfo-tertiary-bg-rgb: 28, 29, 37;
  --stcinfo-primary-text-emphasis: #6ea8fe;
  --stcinfo-secondary-text-emphasis: #a7acb1;
  --stcinfo-success-text-emphasis: #75b798;
  --stcinfo-info-text-emphasis: #6edff6;
  --stcinfo-warning-text-emphasis: #ffda6a;
  --stcinfo-danger-text-emphasis: #ea868f;
  --stcinfo-light-text-emphasis: #f8f9fa;
  --stcinfo-dark-text-emphasis: #dee2e6;
  --stcinfo-primary-bg-subtle: #031633;
  --stcinfo-secondary-bg-subtle: #161719;
  --stcinfo-success-bg-subtle: #051b11;
  --stcinfo-info-bg-subtle: #032830;
  --stcinfo-warning-bg-subtle: #332701;
  --stcinfo-danger-bg-subtle: #2c0b0e;
  --stcinfo-light-bg-subtle: #343a40;
  --stcinfo-dark-bg-subtle: #1a1d20;
  --stcinfo-primary-border-subtle: #084298;
  --stcinfo-secondary-border-subtle: #41464b;
  --stcinfo-success-border-subtle: #0f5132;
  --stcinfo-info-border-subtle: #087990;
  --stcinfo-warning-border-subtle: #997404;
  --stcinfo-danger-border-subtle: #842029;
  --stcinfo-light-border-subtle: #495057;
  --stcinfo-dark-border-subtle: #343a40;
  --stcinfo-heading-color: inherit;
  --stcinfo-link-color: #6ea8fe;
  --stcinfo-link-hover-color: #8bb9fe;
  --stcinfo-link-color-rgb: 110, 168, 254;
  --stcinfo-link-hover-color-rgb: 139, 185, 254;
  --stcinfo-code-color: #e685b5;
  --stcinfo-border-color: #495057;
  --stcinfo-border-color-translucent: rgba(255, 255, 255, 0.15);
  --stcinfo-form-valid-color: #75b798;
  --stcinfo-form-valid-border-color: #75b798;
  --stcinfo-form-invalid-color: #ea868f;
  --stcinfo-form-invalid-border-color: #ea868f;
  --stcinfo-headings-font-family:"Roboto", sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;	  	
	-webkit-font-smoothing: antialiased;    
    overflow-x:hidden; 
	font-family: 'Poppins','Lato', sans-serif;
    overflow-x: hidden;
	background-position: center center;
    background-image: url(../images/Frame-1-scaled.jpg);
    background-size: cover;	
}
html {
  scroll-behavior: smooth;
}
.wraper {
    max-width: 1200px;
    width: 100%;
}
/* Scroll */
::-webkit-scrollbar {
    width: 5px;
} 
::-webkit-scrollbar-track {
    background-color:#171c39;
    -webkit-border-radius: 10px;    
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 100px;    
    background-color: var(--primary-color);
}
/* Scroll */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: var(--stcinfo-heading-color);
}

h1, .h1 {
  font-size: calc(1.34375rem + 1.125vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.1875rem;
  }
}

h2, .h2 {
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.875rem;
  }
}

h3, .h3 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{	 
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover, a:focus{
    color: #fff;
}
img, video {
	max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :focus, .form-control:focus{
	outline: none !important;
	box-shadow:none;
    border: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
p { 
  word-break: break-word;  
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.5rem + 3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 3.75rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.3875rem + 1.65vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.625rem;
  }
}
.display-7 {
  font-size: calc(1.0875rem + 1.65vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-7 {
    font-size: 2.025rem;
  }
}
.fw-extra-bold {
  font-weight: 800;
}

.fw-extra-huge-bold {
  font-weight: 900;
}
.section-body{padding-top: 32px;}
.bodytext, .bodytext p{color: #c5c5c5}
.bodytext h3{ margin: 25px 0;}
.faded-text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    text-align: center;
}
.faded-text .f-text {
    position: relative;
    display: block;
    text-transform: uppercase;
}
.faded-text .f-text span {
    font-size: 84px;
    color: rgba(255,255,255,0.05);
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,0.15);
    font-weight: 700;
    position: relative;
    display: block;
    line-height: 1;
    letter-spacing: 2px;
    color: #f0f9ff;
	font-family: 'Ubuntu', sans-serif;
}
.faded-text .f-text strong{
	color: #fff;
    font-size: 33px;
    text-transform: capitalize;
	font-family: "Roboto",sans-serif;
}
/* Smoke Canvas */
.rock-podcast-smoke-canvas {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.07;
    z-index: 9999;
    pointer-events: none;
}
.stcstyle1 blockquote{
	border-radius: 10px;
    margin: 30px 0;
    padding: 24px 35px 15px;
    border-left: 8px solid #4951FE;
    background: -webkit-gradient(linear, left top, right top, color-stop(35.63%, rgba(73, 81, 254, 0.05)), color-stop(79.75%, rgba(223, 57, 167, 0.05)));
    background: -webkit-linear-gradient(left, rgba(73, 81, 254, 0.05) 35.63%, rgba(223, 57, 167, 0.05) 79.75%);
    background: linear-gradient(90deg, rgba(73, 81, 254, 0.05) 35.63%, rgba(223, 57, 167, 0.05) 79.75%);
	position: relative;
}
.stcstyle1 img{ border-radius: 20px;}
.page-title-breadcrumbs{
    position: relative;
	background: url(../images/breadcrm-bg.jpg);
    background-size: cover;
    display: block; 
    z-index: 1;
    background-position: center center;
    padding: 155px 0px 20px;
}
.page-title-breadcrumbs .bg-layer{
    position: relative;
    width: 100%;
    padding: 33px 0px 67px;
    height: auto;
    text-align: center;
    color: #FFF;
    display: inline-block;
}
.page-title-breadcrumbs:before {
    position: absolute;
    content: '';
	background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.65;
}
.page-title-breadcrumbs .bg-layer img{
	width: 100%;
	height: auto;
}
.stcstyle1 blockquote:before{
	font-family: fontawesome !important;
    font-weight: 900 !important;
    position: absolute;
    left: 5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "\f10d";
    top: -12px;
    color: #c71616;
    font-size: 32px;
}

/* Smoke Canvas */
.text-concept{
	-webkit-text-stroke: 1.8px #8B0C7D;
    color: transparent; 
    margin: 15px 0;
    display: block; 
    filter: drop-shadow(20px 9px 36px rgba(var(--stcinfo-primary-rgb), 0.3)) drop-shadow(2px 5px 15px rgba(var(--stcinfo-primary-rgb), 0.4)) drop-shadow(2px 4px 8px rgba(var(--stcinfo-secondary-rgb), 0.3)) drop-shadow(-2px -10px 5px rgba(var(--stcinfo-secondary-rgb), 0.4));
}
.s-sub-title{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
} 
.line {
    display: block;
    width: 100%;
    height: 1px;
}
.s-indicator .line{
	max-width: 607px;
    margin-bottom: 40px;
    background: linear-gradient(90deg, rgba(20, 18, 44, 0) -2.8%, #4349e3 27.64%, rgba(20, 18, 44, 0) 58.48%);
}
.lg-indicator .line {
    background: linear-gradient(270.05deg, #1a1a3b 3.71%, #a68bee 50.53%, #1a1a3b 99.96%);
    margin-bottom: 47px;
}
.podcast-abt-box{
	background: #FFFFFF0A;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px 25px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}
/* Header CSS Start */ 
.rock-podcast-header-wrapper {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 15px 0;
}
.rock-podcast-header-wrapper .wraper{
    max-width: 1320px;
    width: 100%;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.rock-podcast-header-parent{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
} 
.rock-podcast-nav-menu ul{
    display: flex ;
    align-items: center;
    gap: 30px;
}
.rock-podcast-nav-menu ul li a{
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: var(--white-color);
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s;
}
.rock-podcast-nav-menu ul li a:hover, .rock-podcast-nav-menu ul li.active a{
    color: var(--primary-color);
}
.rock-podcast-nav-menu ul li a::before{
    content: '';
    height: 1px;
    background: var(--primary-color);
    width: 0;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: all 0.3s;
}
.rock-podcast-nav-menu ul li a:hover:before, .rock-podcast-nav-menu ul li.active a:before{
    width: 100%;
}
.rock-podcast-header-right{
    display: flex;
    align-items: center;
    gap: 30px;
}
.rock-podcast-header-search {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    cursor: pointer;  
}
.rock-podcast-header-search p{margin: 0px;}

.rockCntBoxShape{
    position: absolute;
}
.rockCntBoxShape1 {
    top: 80px;
    left: -35px;
    animation: rotate 5s linear infinite;
}
.rockCntBoxShape2{
    bottom: -25px;
    right: -10px;
    animation: rotate 5s linear infinite;
    z-index: 2;
}
.rock-podcast-newsltr-inner{
	background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    padding: 63px;    
    position: relative;
    z-index: 1;
}
.rock-podcast-newsltr-inner:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 2px solid transparent;
    background: linear-gradient(180deg, rgba(159, 35, 193, 0.3) 0%, rgba(19, 132, 204, 0.3) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.rock-podcast-gradient-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 2px solid transparent;
    background: linear-gradient(180deg, rgba(159, 35, 193, 0.3) 0%, rgba(19, 132, 204, 0.3) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.rock-podcast-input.rock-podcast-gradient-line::before {
    border-radius: 50px !important;
}
.rock-podcast-newsltr-content{
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
}
.rock-podcast-newsltr-content h2 {
    font-size: 30px;
    font-weight: 400;
    color: var(--white-color);
    max-width: 350px;
    width: 100%;
}
form.rock-blog-form{width: 100%;}
.box-style-rock{
	background: #0d0a20;
    border-radius: 20px;
    border: 2px solid #cccccc8f;
    box-shadow: 0px 4px 10px 3px rgba(145.57703804347815, 0, 248.25000000000003, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
footer .contactList svg{
	width: 30px;
    color: #fff;
    fill: #ffffff;
}
.stc-img-scale{
	overflow: hidden; 
	position: relative;
}
.stc-img-scale img{
	-webkit-transition: all 1.2s;
    -khtml-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}
.stc-img-scale:hover img{
	-webkit-transform: scale(1.18);
    -khtml-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -ms-transform: scale(1.18);
    -o-transform: scale(1.18);
    transform: scale(1.18);
}
.rock-podcast-newsltr-input {
    max-width: 570px;
    width: 100%;
}
.rock-podcast-newsltr-input .rock-podcast-input-field {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
}
.rock-podcast-newsltr-input .rock-podcast-input-field .rock-podcast-input { 
    position: relative;
    z-index: 1;
    border-radius: 50px;
    width: 100%;
}
.rock-podcast-newsltr-input .rock-podcast-input-field input {
	width: 100% !important;
    height: 50px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    backdrop-filter: blur(6px) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 5px !important;
    padding: 0 45px 0 20px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--text-color) !important;
    margin-top: 0 !important;
    height: 46px !important;
    border-radius: 50px !important;
    backdrop-filter: none !important;
	
}
.rock-podcast-input > svg, .rock-podcast-input > img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.rock-podcast-btn {
    min-height: 42px;
    min-width: 150px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
    text-transform: uppercase;
    background: linear-gradient(140deg, #9F23C1 24.53%, rgb(58, 83, 216) 59.54%, #1384CC 81.64%);
    border-radius: 60px;
    position: relative;
    overflow: hidden;
    z-index: 9;
    transition: all 0.3s;
    cursor: pointer;
}
.rock-podcast-btn::before {
    content: '';
    position: absolute;
    --size: 0px;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle at center, rgba(255, 255, 255, .8) 0, rgba(140, 100, 255, 0) 50%) no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: width .6s ease, height .6s ease;
}
.rock-podcast-btn .rock-podcast-btn-text {
    position: relative;
    pointer-events: none;
}
.rock-podcast-btn-effect {
    inset: calc(1px);
    padding: 2px;
    background: var(--lqd-outline-glow-color-secondary, transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    position: absolute;
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
}
.rock-podcast-btn-effect-inner {
    background: conic-gradient(from 290deg at 50%, var(--lqd-outline-glow-color-secondary, transparent) 0%, var(--lqd-outline-glow-color, #fff) 20%, var(--lqd-outline-glow-color-secondary, transparent) 25%);
    animation: button-effect var(--lqd-outline-glow-duration, 3s) linear infinite;
    display: inline-block;
    padding: 1px;
    border-radius: 50px;
    inset-inline-start: 50%;
    top: 50%;
    aspect-ratio: 1 / 1;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    overflow: hidden;
}
.colorful .rock-podcast-btn-effect-inner{
	background: conic-gradient(from 290deg at 50%, #3A53D8, transparent 0%, #1384CC, #8c2cc5 20%, #fff, transparent 25%);
    animation: button-effect var(--lqd-outline-glow-duration, 6s) linear infinite;
}
.rock-podcast-main-logo img{max-width: 128px;}
.rock-boxstyle2{
	background: linear-gradient(174.14deg, #05061d 4.66%, #0f0b23 77.35%, #0f0b23 93.85%);
	position: relative; 
	margin: 1px;
}
.rock-boxstyle2 .rock-bloom{
	position: absolute;
	filter: blur(100px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
	opacity: 0.6;
	pointer-events: none;
	display: inline-block;
	border-radius: 50%; 
	top: 60px;
    width: 181px;
    height: 155px;
    background: #5935e9;	
}
.rock-boxstyle2:after{
	position: absolute; 
	border-radius: 6px;
    content: "";
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1; 
	background: linear-gradient(88.32deg, #1b1841 8%, #a68cf0 53.59%, #1b1841 95.68%);
}
/* Search Box */
.rock-podcast-searchBox {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    left: 0%;    
    background: linear-gradient(180deg, #400351 30%, #0d1749 80%, #041927 100%);        
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.rock-podcast-searchBox.rock-podcast-show {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.rock-podcast-searchBox.rock-podcast-show,
.rock-podcast-searchBox {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.rock-podcast-searchBoxContainer {
    width: 50%;
    position: relative;
    text-align: end;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    visibility: hidden;
}
.rock-podcast-searchBox.rock-podcast-show .rock-podcast-searchBoxContainer {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}
.rock-podcast-searchBox.rock-podcast-show .rock-podcast-searchBoxContainer, .rock-podcast-searchBoxContainer {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.rock-podcast-search-bar-inner {
    position: relative;
    height: 60px;
}
.rock-podcast-search-bar-inner input {
    width: 100%;
    height: 60px;
    padding: 0px 50px 0 20px;
    border-radius: 10px;
    color: var(--white-color);
    background: #FFFFFF0D;
    border: 2px solid #FFFFFF0D;
}
.rock-podcast-search-bar-inner input::placeholder{
    color: #FFFFFF99;
}
.rock-podcast-closeBtn svg {
    width: 20px;
    fill: #FFFFFF99 !important;
}
.rock-podcast-search-bar-inner button {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: none;
    background: transparent;
    width: 45px;
    font-size: 20px;
    border-radius: 26px;
}
.rock-podcast-closeBtn {
    margin: 0 0 20px 0;
    display: inline-block;
    padding: 0 15px;
}
.rock-podcast-closeBtn svg {
    width: 20px;
    fill: var(--white-color);
}
span.searchBtn {
    cursor: pointer;
}
/* Search Box */
.rock-podcast-line-shape {
    display: block;
    width: 142px;
    height: 2px;
    background: linear-gradient(108.39deg, #9F23C1 24.53%, #3A53D8 59.54%, #1384CC 81.64%);
    border-radius: 30px;
    margin: 15px auto;
}
.title-menu .rock-podcast-line-shape {
    width: 69px;
    margin: 13px 0 0 0;
}
.footer-title {
    position: relative;
    font-weight: 700;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 12px;
    text-transform: capitalize;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
}

.top-section-title.has-icon {
    position: relative;
    padding-left: 60px;
}
@media (max-width: 767px) {
  .top-section-title.has-icon {
    padding-left: 55px;
  }
}
.top-section-title .beeteam368-icon-item {
  position: absolute;
  top: 50%;
  left: 0;
  width: 44px;
  height: 44px;
  font-size: 18px;
  line-height: 40px;
  margin-top: -22px;
  border: 2px solid #dddddd;
  color: #ffffff;
  background-color: #de0404;
  border-radius: 12px;
  -webkit-border-radius: 12px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 18%);
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 18%);
	text-align: center;
}
.top-section-title .hd-line {
    display: inline-block;
    height: 4px;
    width: 24px;
    margin-left: 5px;
    background-color: #de0404;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.menubeauty ul{
	padding: 0;
	margin: 0;
}
.menubeauty li{ 
    padding: 6px 0px 2px 0px;
}
.menubeauty li a::before {
    content: "\f101";
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 16px;
}
.menubeauty li:first-child{border: none;}
 
.menubeauty li,
.menubeauty li a{ 
	position: relative;
	color: #fff;
	transition: all 0.5s linear 0s;
	font-size: 15px;	
}
 
.menubeauty li a span{
	--qodef-background-position: calc(100% - 2px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
    background-size: 0 calc(100% - 2px);
    transition: .4s background-size cubic-bezier(.26,.57,.14,.81);
    background-position-x: 100%;
    transition: color .2s ease-out,.5s background-size cubic-bezier(.26,.57,.14,.81);
	padding-bottom: 2px;
}
.menubeauty li a:hover span{
	background-size: 100% calc(100% - 2px);
    background-position-x: 0;
}

.menukey li.iconhot:after {
    content: "";
    background-image: url(../images/icons/icon-hot.png);
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 60px;
    height: 20px;
    top: 2px;
}
.menukey li.iconstar:after {
    content: "";
    background-image: url(../images/icons/icon-feature.png);
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 36px;
    height: 20px;
    top: 2px;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: flex !important;
        height: 100% !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

.rock-podcast-nav-menu ul > li > ul {
    position: absolute;
    z-index: 100;
    min-width: 250px;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.rock-podcast-nav-menu ul > li > ul > li{
    position: relative;
}
.rock-podcast-nav-menu ul > li > ul > li > ul{
    position: absolute;
    right: 0;
}
.rock-podcast-nav-menu ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.rock-podcast-nav-menu  ul > li {
    display: inline-block;
    position: relative;
}
.rock-podcast-nav-menu ul > li > ul > li {
    display: block;
    border-bottom: 1px solid #ffffff2c;
    /* box-shadow: inset 0px 1px 0px #FFF; */
    position: relative;
}
.rock-podcast-nav-menu ul > li > ul.sub-menu {
    background: linear-gradient(180deg, #400351 30%, #0d1749 80%, #041927 100%);
}
.rock-podcast-nav-menu ul > li > ul > li > a {
    padding: 10px 30px;
    width: 100%;
    /* background: rgba(0,0,0,0.9); */
}
.rock-podcast-nav-menu ul > li > ul.sub-menu li a::before{
    bottom: -1px;
}
#topcontrol {
    bottom: 35px;
    cursor: pointer;
    padding: 4px;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
}
#topcontrol:hover span {}
#topcontrol:hover i {
    color: #c83200;
}
#topcontrol span {
    display: block;
    text-align: center;
    position: relative;
}
#topcontrol i {
    font-size: 40px;
    color: #1165d0;
     width: 18px;
    height: 99px;
    line-height: 45px;
    text-align: center;
    animation: 2s ease-out normal none infinite floating;
    -webkit-animation: 2s ease-out normal none infinite floating;
    background: url(../images/return_top.png) no-repeat left top;
}
#topcontrol i:hover {
    background: url(../images/return_top.png) no-repeat right top;
    text-decoration: none;
}
#topcontrol i:before {
    content: "";
} 
.btn-outline-gradient{
    position: relative;
    -webkit-background-clip: text !important;
    z-index: 10;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.2s ease-in-out !important;
    text-decoration: none;
    color: #fff !important;
}
.btn-outline-gradient:before{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 11px; 
	transition: all 0.5s;
    background: rgb(178 16 94);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(178 16 94)), color-stop(100%, rgb(178 16 94)));
    background: linear-gradient(96deg, #b2105e 0%, #1f00d1 100%);
}
.btn-outline-gradient:after{
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 2px;
    z-index: -1;
    border-radius: 9px;
    transition: all 0.5s;
    background: #0f0b23;
}
.straight-line-wrapper {
    padding-left: 50px;
    transition: all 0.4s ease-in-out;
    font-family: 'Poppins', 'Lato', sans-serif;
    color: #d2d2d2;
}
.straight-line-wrapper .straight-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 34px;
    height: 2px;
    z-index: 50;
    background: #b2105e;
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: all 0.4s ease-in-out;
}
.floating{
	 animation: 2s ease-out normal none infinite floating;
    -webkit-animation: 2s ease-out normal none infinite floating;
}
@keyframes rotate {
	from{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes floating {
     0% {
         -webkit-transform: translateY(-8px)
     }
     50% {
         -webkit-transform: translateY(0)
     }
     100% {
         -webkit-transform: translateY(-8px)
     }
 }
 
 @-moz-keyframes floating {
     0% {
         -moz-transform: translateY(-8px)
     }
     50% {
         -moz-transform: translateY(8px)
     }
     100% {
         -moz-transform: translateY(-8px)
     }
 }

 @keyframes rotate {
	from{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes button-effect {
    0% {
        transform: translate(-88%,-50%) rotate(0deg)
    }

    33% {
        transform: translate(-12%,-50%) rotate(0deg)
    }

    50% {
        transform: translate(-12%,-50%) rotate(180deg)
    }

    83% {
        transform: translate(-88%,-50%) rotate(180deg)
    }

    to {
        transform: translate(-88%,-50%) rotate(360deg)
    }
}

@media(min-width:1200px){
    .rock-podcast-header-wrapper.rock-podcast-header-wrapper-fixed {
        background: rgb(255 255 255 / 4%);
        backdrop-filter: blur(10px);
        position: fixed;
        top: 0;
        z-index: 99;
    }
}

@media(max-width:1199px){
	.rock-podcast-newsltr-content h2 {
        font-size: 25px;
        max-width: 300px;
    }
	.rock-podcast-newsltr-content {
        gap: 10px;
    }
	.rock-podcast-newsltr-inner {
        padding: 40px;
    }
	.rock-podcast-nav-menu ul {  
        background: linear-gradient(180deg, #400351 30%, #0d1749 80%, #041927 100%);      
        flex-direction: column;
        align-items: baseline;
        gap: 0px;
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        left: -300px;
        height: 100% !important;  
        z-index: 999;      
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
    }
    .rock-podcast-menu-open .rock-podcast-nav-menu ul{
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .rock-podcast-nav-menu ul li {
        width: 100%;
        padding: 15px 0 15px 30px;
        border-bottom: 1px solid rgb(255 255 255 / 11%);
    }
    .rock-podcast-nav-menu ul li:last-child{
        border-bottom: 0;
    }
    .rock-podcast-nav-menu ul li a:before{
        display: none;
    }
    .rock-podcast-nav-menu ul > li > ul.sub-menu{
        position: unset;
        background:transparent;
        opacity: 0;
        visibility: hidden;
        display: none;
        min-width: 180px;
        max-width: 230px;
    }
    .rock-podcast-nav-menu ul > li > ul.sub-menu.openSub_menu{
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .rock-podcast-nav-menu ul > li > ul > li {
		/* display: block; */
		border-bottom: 1px solid #ffffff2c;
		/* box-shadow: inset 0px 1px 0px #FFF; */
		position: relative;
		padding: 10px 10px;
		width: unset;
	}
	.rock-podcast-toggle-btn {
        cursor: pointer;
        position: relative;
        z-index: 9;
        width: 30px;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .rock-podcast-toggle-btn span {
        display: block;
        background: var(--white-color);
        width: 30px;
        height: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: .25s margin .25s, .25s transform;
        -moz-transition: .25s margin .25s, .25s transform;
        transition: .25s margin .25s, .25s transform;
        transition: all 0.4s;
        margin-left: auto;
    }
    .rock-podcast-toggle-btn span:nth-child(1) {
        margin-bottom: 7px;
        width: 25px;
    }
    .rock-podcast-toggle-btn span:nth-child(3) {
        margin-top: 7px;
        width: 15px;
    }
    .rock-podcast-toggle-btn:hover span:nth-child(1) {
        width: 30px;
    }
    .rock-podcast-toggle-btn:hover span:nth-child(2) {
        width: 20px;
    }
    .rock-podcast-toggle-btn:hover span:nth-child(3) {
        width: 25px;
    }
    .rock-podcast-header-parent.rock-podcast-menu-open .rock-podcast-toggle-btn:hover {
        animation: .8s rotate;
    }
	@keyframes rotate {
        from{
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        to{
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
	.rock-podcast-header-parent.rock-podcast-menu-open .rock-podcast-toggle-btn span:nth-child(1) {
        display: none;
    }
    .rock-podcast-header-parent.rock-podcast-menu-open .rock-podcast-toggle-btn span {
        -webkit-transition: .25s margin, .25s transform .25s;
        -moz-transition: .25s margin, .25s transform .25s;
        transition: .25s margin, .25s transform .25s;
        width: 30px;
    }
    .rock-podcast-header-parent.rock-podcast-menu-open .rock-podcast-toggle-btn span:nth-child(2) {
        transform: rotate(45deg);
    }
    .rock-podcast-header-parent.rock-podcast-menu-open .rock-podcast-toggle-btn span:nth-child(3) {
        margin-top: -3px;
        transform: rotate(135deg);
    }
}

@media(max-width:1024px){
	
}
@media(max-width:991px){
	.rock-podcast-newsltr-content h2 {
        line-height: 1.3;
    }
	.rock-podcast-newsltr-content {
        gap: 30px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
	.menukey li.iconhot:after {
		content: "";
		background-image: url(../images/icons/icon-hot.png);
		background-position: right;
		background-repeat: no-repeat;
		position: absolute;
		width: 60px;
		height: 20px;
		top: 2px;
	}
	.menukey li.iconstar:after {
		content: "";
		background-image: url(../images/icons/icon-feature.png);
		background-position: right;
		background-repeat: no-repeat;
		position: absolute;
		width: 36px;
		height: 20px;
		top: 2px;
	}
	
}
@media(max-width:767px){
	.rock-podcast-searchBoxContainer {
        width: 90%;
    }
}
@media(max-width:575px){
	 .rock-podcast-header-parent {     
        gap: 10px;
    }
	.rock-podcast-header-right {     
        gap: 20px;
    }
	 .rock-podcast-header-right .rock-podcast-btn {
        min-height: 35px;
        min-width: 130px;
        padding: 0 15px;
        font-size: 14px;
    }
}
@media(max-width:480px){
	.rock-podcast-newsltr-content h2 {
        font-size: 20px;
    }
	.rock-podcast-newsltr-input .rock-podcast-input-field {
        flex-direction: column;
        gap: 15px;
    }
	.rock-podcast-input-field .rock-podcast-btn {
        width: 100%;
    }
	.rock-podcast-newsltr-inner {
        padding: 40px 30px 60px 30px;
    }
	.rock-podcast-header-search p {
        display: none;
    }
}
@media(max-width:440px){
    .bannerstc{padding-top: 106px;}
}
@media(max-width:425px){
	 .rock-podcast-toggle-btn span {
        width: 25px;
    }
	.rock-podcast-header-right .rock-podcast-btn {
        min-height: 30px;
        min-width: 110px;
        padding: 0 10px;
        font-size: 12px;
    }
    .bannerstc{padding-top: 106px;}
    .rock-podcast-toggle-btn span:nth-child(1) {
        margin-bottom: 5px;
        width: 20px;
    }
    .rock-podcast-toggle-btn span:nth-child(3) {
        margin-top: 5px;
        width: 15px;
    }
    .rock-podcast-header-parent.rock-podcast-menu-open .rock-podcast-toggle-btn span {     
        width: 20px;
    }
}
@media(max-width:375px){
	.rock-podcast-nav-menu ul{
        width: 250px;
    } 
	 .rock-podcast-header-right .rock-podcast-btn {
        min-height: 25px;
        min-width: 80px;     
        font-size: 11px;
    }
    .rock-podcast-header-right {
        gap: 10px;
    }
}