 
*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{	
	text-transform: uppercase;
	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;
}
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 {
  margin: 0px;
  word-break: break-word;  
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
}
/* Buttton CSS Start */
.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: #fff;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 8px !important;
    background:
        linear-gradient(#000, #000) padding-box,
        linear-gradient(90deg, #FFD25A, #F0A21A, #C97A00) border-box;
    transition: all 0.3s ease;
}

.rock-podcast-btn:hover {
    background:
        linear-gradient(#F0A21A, #F0A21A) padding-box,
        linear-gradient(90deg, #FFD25A, #F0A21A, #C97A00) border-box;
}


.rock-podcast-btn{
    border: 2px solid #F0A21A;
    border-radius: 8px !important;
}
.rock-podcast-btn.btn-more {
    color: #000;
    background: linear-gradient(
    to right,
    #e4a700 0%,
    #FFD25A 20%,
    #F0A21A 55%,
    #D98A00 80%,
    #B86F00 100%
) !important;
}
/*----feature----*/
.feature-box {
    text-align: center;
    padding: 45px 25px;
    border-right: 1px solid rgba(255, 170, 0, 0.15);
    border-left: 1px solid rgba(255, 170, 0, 0.05);
    height: 100%;
}
.feature-icon {
    width: 58px;
    height: 58px;
    border: 1px solid #d8a910de;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 22px;
    color: var(--primary-color);
    background: rgba(255,255,255,.03);
}
.feature-box h5 {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.feature-box p {
    color: rgba(255,255,255,.75);
    line-height: 1.8;
    margin: 0;
}
@media (max-width: 991px) {
    .feature-box {
        border-bottom: 1px solid rgba(255, 170, 0, 0.15);
    }
}
@media (max-width: 767px) {
    .feature-box {
        padding: 35px 20px;
    }
    .feature-icon {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }
    .feature-box h5 {
        font-size: 12px;
    }
    .feature-box p {
        font-size: 12px;
    }
}

/* Buttton CSS End*/
/* Animated Cursor */
.rock-podcast-aimated-cursor {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    -o-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}
body:hover .rock-podcast-aimated-cursor{
    display: inline-block;
    z-index: 9999999;
}
.rock-podcast-cursor {
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid var(--white-color);    
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999999;
}
/* Animated Cursor */
/* Main Headng CSS Start*/
.rock-podcast-main-heading{
    text-align: center;
}
.rock-podcast-main-heading h1 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(0.83deg, rgba(15, 12, 37, 0.2) 19.7%, rgba(159, 35, 193, 0.2) 45.25%, rgba(58, 83, 216, 0.2) 67.01%, rgba(19, 132, 204, 0.2) 98.91%);
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}
.rock-podcast-main-heading h2{
    font-size: 34px;
    font-weight: 400;
    color: var(--white-color);
    z-index: 1;
    margin-top: -30px;
}
.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;    
}
.rock-podcast-main-heading > p {
    font-size: 18px;
    padding-bottom: 50px;
    max-width: 500px;
    width: 100%;
    margin: auto;
}
.rock-podcast-main-heading h1 {
    display: inline;    
}
.rock-podcast-animate-text {
    opacity: 0;
}
.rock-podcast-animate-text.ready {
    opacity: 1;
}
.rock-podcast-animate-text h1 {
    animation: 1s both rock-podcast-animated-text;
}
@keyframes rock-podcast-animated-text {
    0% {
        opacity: 0
    }

    65% {
        opacity: 1;
        text-shadow: 0px 0px 4px var(--primary-color);  

    }

    75% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}
/* Main Headng CSS End*/

/* Background Cover */
.rock-podcast-bg-cover{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
/* Background Cover */

/* 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;
}
/* Smoke Canvas */

/* Container */
.container{
    max-width: 1170px;
}
.rock-podcast-banner-wrapper .container, .rock-podcast-about-wrapper .container{
    max-width: 1320px;    
}
/* Container */

/* Gradient Line */
.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(243, 169, 10, 0.3) 0%, rgba(216, 148, 0, 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;
}
/* Gradient Line */

/* 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 */
/* Header CSS Start */
.rock-podcast-header-wrapper {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #423b24de;
}
.rock-podcast-header-wrapper .container{
    max-width: 1320px;
}
.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: 18px;
    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{
    font-size: 16px;
    font-weight: 400;
    color:#FFFFFF99;      
}
/* Header CSS End */

/* Banner CSS Start */
.rock-podcast-banner-wrapper {
    position: relative;
    padding-top: 180px;
    overflow: hidden;
}

.banner-bg-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.rock-podcast-banner-wrapper {
    /* background-image: url(../images/banner-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    position: relative;
    padding-top: 180px;
}
.rockBannerShape{
    position: absolute;
}
.rockBanrshap1{
    right: 40px;
    bottom: 100px;
    border-radius: 100%;
    animation: shadow-pulse 2s infinite;
}

@media (max-width: 560px) {
    .rock-podcast-header-right{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        text-align: center;
    }
}
.rockBanrshap3{
    top: 150px;
    left: 150px;
    animation: rotate 5s linear infinite;
}
.ubs-logo-wrapper{
    min-height:500px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:url('your-background-image.jpg') center center/cover no-repeat;
    position:relative;
}
.ubs-circle{
    position:relative;
    z-index:2;

    width:420px;
    height:420px;

    border:3px solid #f0a21a;
    border-radius:50%;
    background:rgba(0,0,0,.70);
    backdrop-filter:blur(3px);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    box-shadow:
        0 0 25px rgba(240,162,26,.35),
        inset 0 0 40px rgba(0,0,0,.4);
}
.ubs-circle h1{
    margin:0;
    font-size:90px;
    font-weight:800;
    line-height:1;
    background:linear-gradient(
        180deg,
        #FFE08A,
        #FFD25A,
        #F0A21A,
        #D98A00
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.ubs-circle h4{
    margin-top:18px;
    color:#fff;
    font-size:26px;
    font-weight:700;
    letter-spacing:5px;
}
.cocktail-icon{
    margin-top:35px;
    font-size:42px;
}
@media(max-width:768px){

    .ubs-circle{
        width:320px;
        height:320px;
    }

    .ubs-circle h1{
        font-size:65px;
    }

    .ubs-circle h4{
        font-size:18px;
        letter-spacing:3px;
    }

    .cocktail-icon{
        font-size:32px;
    }
}
.rock-podcast-banner-parent{
    padding-top: 150px;
}
.rock-podcast-banner-content {
    padding-bottom: 250px;
}
.rock-podcast-banner-content h4{
    font-size: 60px;
    font-family: 'Alex Brush', cursive;
    font-weight: 500;
    background: linear-gradient(
        180deg,
        #FFD86B 0%,
        #FFC94A 25%,
        #F4A41C 65%,
        #D98400 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
}
.rock-podcast-banner-content h1 {
    font-size: 150px;
    font-weight: 400;
    background: linear-gradient(
        180deg,
        #FFD86B 0%,
        #FFC94A 25%,
        #F4A41C 65%,
        #D98400 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: 'Cinzel', serif;
    font-weight: 700;
}
.yellow {
    color: var(--primary-color);
}
.rock-podcast-banner-content p {
    font-size: 20px;
    max-width: 600px;
    width: 100%;
    padding-bottom: 25px;
}
.rock-podcast-banner-btns {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}
.rock-podcast-banner-btns a:last-child{
    background: transparent;
    border: 1px solid var(--white-color);
}
.rock-podcast-banner-img {
    position: relative;
    height: 400px;
}
.rockBannerSocial {
    position: absolute;
    transform: scale(0.9);
    transition: all 0.3s;
}
.rockBannerSocial:hover{
    transform: scale(1.05);
}
.rockBanrFb {
    bottom: 30px;
    left: -100px;
}
.rockBanrInsta {
    top: -80px;
    right: -70px;
}
.rockBanrYtb {
    bottom: 80px;
    right: -70px;
}
/* Banner CSS End */

/* About CSS Start */
/* .rock-podcast-about-wrapper{
    background-image: url(../images/about-bg.jpg);    
} */
.menu-section{
    background:#000;
    color:#fff;
}

.sub-title{
    color:#f5b400;
    letter-spacing:2px;
}

.menu-title{
    font-size:90px;
    font-weight:700;
    margin-bottom:15px;
}

.menu-box{
    background:#0b0b0b;
    border:1px solid rgba(255,255,255,.1);
    border-radius:20px;
    padding:25px;
    height:100%;
}

.menu-box h3{
    color:#f5b400;
    margin-bottom:30px;
}

.menu-item{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:25px;
}

.menu-item img{
    width:120px;
    height:90px;
    object-fit:cover;
    border-radius:15px;
}

.menu-item h5{
    color:#fff;
    font-size:20px;
}

.menu-item p{
    color:#aaa;
    font-size:14px;
}

.menu-item span{
    color:#f5b400;
    font-size:22px;
    font-weight:600;
    margin-left:auto;
}

@media(max-width:991px){

    .menu-title{
        font-size:60px;
    }

    .menu-item{
        flex-wrap:wrap;
    }

}

@media(max-width:576px){

    .menu-title{
        font-size:45px;
    }

    .menu-item img{
        width:100%;
        height:180px;
    }

    .menu-item span{
        margin-left:0;
    }

} 
.testimonial-section{
    background:#000;
    color:#fff;
}

.sub-title{
    color:#f7b500;
    letter-spacing:2px;
    font-size:14px;
}

.section-title{
    font-size:55px;
    font-weight:700;
    margin:15px 0;
}

.section-desc{
    color:#999;
}

.testimonial-card{
    background:#0d0d0d;
    border:1px solid #fff;
    border-radius:20px;
    padding:30px;
    height:100%;
    transition:.4s;
}

.testimonial-card:hover{
    transform:translateY(-8px);
    border-color:#f7b500;
}

.testimonial-card p{
    color:#bdbdbd;
    line-height:1.8;
    margin-bottom:30px;
}

.client-info{
    display:flex;
    align-items:center;
    gap:15px;
}

.client-info img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
}

.client-info h5{
    color:#fff;
    margin-bottom:5px;
}

.client-info span{
    color:#aaa;
}

@media(max-width:768px){

    .section-title{
        font-size:38px;
    }

    .testimonial-card{
        padding:25px;
    }

}
.border-info2 {
    border-top: 1px solid rgba(255, 170, 0, 0.20);
    border-bottom: 1px solid rgba(255, 170, 0, 0.20);
}
.border-info3 {
   border-top: 1px solid rgba(255, 170, 0, 0.20); 
}
.rock-podcast-about-content .rock-podcast-main-heading{
    text-align: left;
}
.rock-podcast-about-content .rock-podcast-main-heading .rock-podcast-line-shape{
    margin-left: 0;
}
.rock-podcast-about-content .rock-podcast-main-heading > p {
    padding-bottom: 40px;
    font-size: 16px;
    margin-left: 0;
}
.rock-podcast-about-box-flex {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}
.rock-podcast-main-heading h5 {
    color: var(--primary-color) !important;
    font-size: 75px;
}
.section-title{
    text-align:center;
    margin-bottom:40px;
}
.rock-podcast-about-img{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.rock-podcast-about-img img{
    width:100%;
    height: 530px;
    object-fit: cover;
    border-radius:20px;
    display:block;
    border: 1px solid var(--primary-color);
}
.reservation-card{
    position:absolute;
    right:0px;
    bottom:25px;
    width:280px;
    padding:80px 15px;
    background:rgba(8,8,8,.95);
    border:1px solid rgba(255,255,255,.15);
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.35);
}
.reservation-card h3{
    margin-bottom:12px;
    font-size:34px;
    line-height:1.15;
    font-style:italic;
    font-family:Georgia, serif;
    background:linear-gradient(
        180deg,
        #FFE08A 0%,
        #FFD25A 25%,
        #F0A21A 60%,
        #D98A00 100%
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.reservation-card p{
    color:#cfcfcf;
    font-size:14px;
    margin-bottom:20px;
}
.reserve-btn{
    display:inline-block;
    padding:12px 22px;
    border-radius:6px;
    color:#000;
    font-weight:700;
    text-decoration:none;
    background:linear-gradient(
        180deg,
        #FFE08A 0%,
        #FFD25A 25%,
        #F0A21A 60%,
        #D98A00 100%
    );
}
.section-title h2{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    color: var(--primary-color);
    font-size:14px;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;
    margin:0;
}
.section-title h2::before,
.section-title h2::after{
    content:"";
    width:60px;
    height:1px;
    background:linear-gradient(
        90deg,
        transparent 0%,
        #D8A04A 50%,
        transparent 100%
    );
}
.feature-card{
    height:110px;
    background:#050505;
    border:1px solid rgba(235, 145, 11, 0.35);
    border-radius:12px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
    transition:.3s;
}
.feature-card i {
    color: var(--primary-color);
    font-size: 35px;
}
.feature-card h6{
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin:0;
    text-align:center;
}
.feature-card:hover{
    transform:translateY(-5px);
    border-color:#F0A21A;
    box-shadow:0 0 25px rgba(240,162,26,.25);
}
.rock-podcast-abt-box{
    background: #FFFFFF0A;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    padding: 20px 25px;
    max-width: 270px;
    width: 100%;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}
.rock-podcast-abt-box h4{
    font-size: 22px;
    font-weight: 400;
    color: var(--white-color);
}
.rock-podcast-abt-box .rock-podcast-line-shape{
    width: 74px;   
    margin: 0; 
}
.rock-podcast-abt-box .rock-podcast-btn-effect {
    border-radius: 5px;    
}
.rock-podcast-abt-box .rock-podcast-btn-effect-inner {
    border-radius: 5px;
    background: conic-gradient(from 290deg at 50%,#3A53D8,transparent 0%,#1384CC,#8c2cc5 20%,#fff,transparent 25%);
    animation: button-effect var(--lqd-outline-glow-duration,5s) linear infinite;    
}
/* About CSS End */


/* Service Section CSS Start */
/* .rock-podcast-service-wrapper{
    background-image: url(../images/service-bg.jpg);    
    position: relative;
} */
.rock-podcast-service-box{
    position: relative;
}
.rock-podcast-service-box .rock-podcast-btn-effect{    
    border-radius: 20px;    
}
.rock-podcast-service-box {
    height: 400px;
    border-radius: 8px;
}
.rock-podcast-service-icon img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    border-bottom: 1px solid #836f32de;
    border-radius: 8px 8px 0 0 ;
}
.rock-podcast-servi-head {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 15px 0;
}
.rock-podcast-servi-head > span {
    width: 45px;
    margin: 0 15px;
    background: linear-gradient(108.39deg, rgba(159, 35, 193, 0.3) 24.53%, rgba(58, 83, 216, 0.3) 59.54%, rgba(19, 132, 204, 0.3) 81.64%);
    transition: all 0.3s;
}
.rock-podcast-servi-head h4{
    font-size: 26px;
    font-weight: 400;
    color: var(--white-color);
    transition: all 0.3s;
}
.rock-podcast-service-box:hover .rock-podcast-servi-head h4{
    color: var(--primary-color);
}
.rock-podcast-service-box:hover .rock-podcast-servi-head > span {    
    background: linear-gradient(108.39deg, #9F23C1 24.53%, #3A53D8 59.54%, #1384CC 81.64%);
}
/* Service Section CSS End */

.rock-podcast-main-logo img {
    width: 100px;
}
/* Gallery Section CSS Start */


.rock-podcast-gallery-img{
    height: 380px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.rock-podcast-gallery-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s;
}
/* .rock-podcast-galry-wrapper{
    background-image: url(../images/gallery-bg.jpg);
    position: relative;
} */
.rock-podcast-galry-wrapper .rock-podcast-glry-content{
    margin-top: 25px;
}
.rock-podcast-demo img.mfp-img{
    border-radius: 7px !important;
}
.rock-podcast-demo .mfp-wrap{
    background: linear-gradient(
        180deg,
        rgba(64, 3, 81, 0.5) 30%,
        rgba(13, 23, 73, 0.5) 80%,
        #041927a6 100%
    ) !important;
    backdrop-filter: blur(10px);
}
.rock-podcast-demo .mfp-arrow-left:before{
    margin-left: 25px;
    border-right: 27px solid var(--primary-color);
    opacity: 1;
}
.rock-podcast-demo .mfp-arrow-right:before{
    border-left: 27px solid var(--primary-color);
    opacity: 1;
}
.rock-podcast-galry-wrapper .rock-podcast-glry-single-parent img{
    border-radius: 7px;
}
.rock-podcast-glry-single-parent:hover .rock-podcast-gallery-img img{
    transform: scale(1.2);
}
.rock-podcast-glry-overlay{
    background: rgba(12, 12, 12, 0.7);
    backdrop-filter: blur(10px);
    min-height: 80px;
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    transition: all 0.6s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.rock-podcast-glry-single-parent:hover .rock-podcast-glry-overlay{
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.rock-podcast-glry-text{
    position: absolute;
    bottom: 15px;
    left: 0;
    transform: translateX(-100px);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}
.rock-podcast-glry-single-parent:hover .rock-podcast-glry-text{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.rock-podcast-glry-text h4{
    font-size: 22px;
    font-weight: 400;
    color: var(--white-color);
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.rock-podcast-glry-text h4 span{
    width: 28px;
    margin-right: 15px;
}
.rock-podcast-glry-text p{
    padding-left: 43px;
}
.rock-podcast-galry-wrapper .rock-podcast-filters{
    width: 100%;
    text-align: center;
}
.rock-podcast-filter-button-group ul.rock-podcast-gradient-line::before{
    border-radius: 50px;
}
.rock-podcast-galry-wrapper .rock-podcast-filter-button-group ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-width: 795px;
    width: 100%;
    margin: auto;
    padding: 8px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 50px;
    position: relative;
    z-index: 1;
}
.rock-podcast-galry-wrapper .rock-podcast-filter-button-group ul li a{
    display: inline-flex;
    padding: 5px 25px;
    font-size: 18px;
    color: var(--white-color);
    font-weight: 400;
    border-radius: 50px;
    text-transform: capitalize;
    transition: all 0.3s;
    font-family: 'Lato';
}
.rock-podcast-galry-wrapper .rock-podcast-filter-button-group ul li:hover a,
.rock-podcast-galry-wrapper .rock-podcast-filter-button-group ul li.active a{
    background: linear-gradient(
        108.39deg,
        #9F23C1 24.53%,
        #3A53D8 59.54%,
        #1384CC 81.64%
    );
    color: var(--white-color);
}
.rockGlryShp{
    position: absolute;
}
.rockGlryShp1{
    left: 0;
    bottom: 150px;
}
.rockGlryShp2{
    top: 30%;
    right: 150px;
    animation: rotate 5s linear infinite;
}
/* Mobile */

@media (max-width: 767px){

    .rock-podcast-gallery-img{
        height: 300px;
    }

    .rock-podcast-glry-text h4{
        font-size: 18px;
    }

    .rock-podcast-glry-text p{
        font-size: 14px;
    }

}
/* Gallery Section CSS End */

/* Event Section CSS Start */

.rock-podcast-event-box{
    margin-bottom: 40px;
}
.rock-podcast-event-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
    padding: 25px;
    border-radius: 20px;    
}
.rock-podcast-event-box:nth-of-type(odd) .rock-podcast-event-inner{
    flex-direction: row-reverse;
}
.rock-podcast-event-box:nth-of-type(odd) .rock-podcast-event-inner .rock-podcast-event-left{
    flex-direction: row-reverse;
}
.rock-podcast-event-box:nth-of-type(odd) .rock-podcast-event-inner .rock-podcast-countdown{
    border-radius: 20px 0px 0px 20px;
}
.rock-podcast-event-left {    
    display: flex;
    align-items: center;    
}
.rock-podcast-event-img{
    overflow: hidden;
    border-radius: 22px;
    max-width: 540px;
    width: 100%;
}
.rock-podcast-event-img img{
    border-radius: 22px;  
    transition: all 0.3s;  
}
.rock-podcast-event-img img:hover{
    transform: scale(1.3);
}
.rock-podcast-event-inner .rock-podcast-countdown{
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    border-radius: 0 20px 20px 0;
    padding: 15px;
}
.rock-podcast-event-inner .rock-podcast-countdown ul{
    flex-direction: column;
    gap: 15px 0;
}
.rock-podcast-event-inner .rock-podcast-countdown ul li {
    font-size: 14px;
    width: 70px;
    height: 70px;
}
.rock-podcast-event-inner .rock-podcast-countdown ul li::after{
    display: none;
}
.rock-podcast-event-inner .rock-podcast-countdown ul li span{
    font-size: 28px;
}
.rock-podcast-event-content{
    max-width: 430px;
    width: 100%;
}
.rock-podcast-event-content h4{
    font-size: 26px;
    font-weight: 400;
    color: var(--white-color);
}
.rock-podcast-event-content span{
    width: 69px;
    margin: 10px 0 0 0;
}
.rock-podcast-event-content p{
    padding-top: 15px;
}
.rock-podcast-range-date .rock-podcast-range-date-flex p{
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 15px;
}
/* Event Section CSS End */

/* Contact Section CSS Start */
/* .rock-podcast-contact-wrapper{
    background-image: url(../images/contact-bg.jpg);    
} */
.rock-podcast-contact-box{
    position: relative;
}
.rock-podcast-contact-inner {
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: center;    
    gap: 30px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    padding: 50px 30px 0 30px;
    overflow: hidden;
}
.rock-podcast-contact-img {
    max-width: 525px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.rockCntctImgShape{
    position: absolute;
    top: 60px;    
    left: 0;    
    z-index: -1;
    animation: rotate 10s linear infinite;
}
.rock-podcast-contact-name-field, .rock-podcast-contact-book-field{
    display: flex;
    align-items: center;
    gap: 30px;
}
.rock-podcast-contact-book-field{
    gap: 20px;
}
.rock-podcast-input-field {
    width: 100%;
    margin-bottom: 20px;
}
.rock-podcast-input-field label{
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
    text-transform: capitalize;
    padding-bottom: 10px;
    display: block;
}
.rock-podcast-input-field input, .rock-podcast-input-field textarea{
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    padding: 0 45px 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}
.rock-podcast-input-field textarea {
    min-height: 125px;
    padding: 10px 40px 10px 20px;
    resize: none;
}
.rock-podcast-input-field input:focus, .rock-podcast-input-field textarea:focus{
    border: 1px solid var(--primary-color);    
}
.rock-podcast-input-field input::placeholder, .rock-podcast-input-field textarea::placeholder{
    color: var(--text-color);
}
.rock-podcast-input{
    position: relative;
}
.rock-podcast-input > img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.rock-podcast-textarea > img{
    top: 20px;
}
.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;
}
/* Date and Time Picker CSS Start */
.rock-podcast-demo .flatpickr-calendar{
    background: rgb(30 38 71 / 87%) !important;
    backdrop-filter: blur(6px) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;  
    box-shadow: none !important;
    margin-top: 10px;
}
.rock-podcast-demo .flatpickr-months .flatpickr-month, .rock-podcast-demo  span.flatpickr-weekday, .rock-podcast-demo  .flatpickr-day {    
    color: var(--white-color) !important;
    fill: var(--white-color) !important;
}
.rock-podcast-demo .flatpickr-day.today {
    background: var(--primary-color);
    border-color: var(--primary-color) !important;
}
.rock-podcast-demo .flatpickr-calendar:before {
    border-width: 10px !important;
    margin: 0 -10px !important;
}
.rock-podcast-demo .flatpickr-calendar.arrowBottom:before {
    border-top-color: #1e2446 !important;
}
.rock-podcast-demo .flatpickr-calendar.arrowBottom:after {
    border-top-color: #1e2446 !important;
}
.rock-podcast-demo .flatpickr-calendar.arrowTop:before {
    border-bottom-color: #1d2646 !important;
}
.rock-podcast-demo .flatpickr-calendar.arrowTop:after {
    border-bottom-color: #1d2646 !important;
}
.rock-podcast-demo .flatpickr-months .flatpickr-prev-month svg path, .rock-podcast-demo .flatpickr-months .flatpickr-next-month svg path {    
    fill: var(--white-color) !important;
}
.rock-podcast-demo .flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: var(--white-color) !important;
}
.rock-podcast-demo .flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: var(--white-color) !important;
}
.rock-podcast-demo .numInputWrapper span {    
    right: -5px !important;
    border: none !important;
}
.rock-podcast-demo .flatpickr-months .flatpickr-prev-month, .rock-podcast-demo .flatpickr-months .flatpickr-next-month {
    top: -5px !important;
}
.rock-podcast-demo .flatpickr-day.selected, .rock-podcast-demo .flatpickr-day.startRange, .rock-podcast-demo .flatpickr-day.endRange, .rock-podcast-demo .flatpickr-day.selected.inRange, .rock-podcast-demo .flatpickr-day.startRange.inRange, .rock-podcast-demo .flatpickr-day.endRange.inRange, .rock-podcast-demo .flatpickr-day.selected:focus, .rock-podcast-demo .flatpickr-day.startRange:focus, .rock-podcast-demo .flatpickr-day.endRange:focus, .rock-podcast-demo .flatpickr-day.selected:hover, .rock-podcast-demo .flatpickr-day.startRange:hover, .rock-podcast-demo .flatpickr-day.endRange:hover, .rock-podcast-demo .flatpickr-day.selected.prevMonthDay, .rock-podcast-demo .flatpickr-day.startRange.prevMonthDay, .rock-podcast-demo .flatpickr-day.endRange.prevMonthDay, .rock-podcast-demo .flatpickr-day.selected.nextMonthDay, .rock-podcast-demo .flatpickr-day.startRange.nextMonthDay, .rock-podcast-demo .flatpickr-day.endRange.nextMonthDay {
    background: #434fd6;    
    border-color: #434fd6;
}
.rock-podcast-demo .flatpickr-day.inRange, .rock-podcast-demo .flatpickr-day.prevMonthDay.inRange, .rock-podcast-demo .flatpickr-day.nextMonthDay.inRange, .rock-podcast-demo .flatpickr-day.today.inRange, .rock-podcast-demo .flatpickr-day.prevMonthDay.today.inRange, .rock-podcast-demo .flatpickr-day.nextMonthDay.today.inRange, .rock-podcast-demo .flatpickr-day:hover, .rock-podcast-demo .flatpickr-day.prevMonthDay:hover, .rock-podcast-demo .flatpickr-day.nextMonthDay:hover, .rock-podcast-demo .flatpickr-day:focus, .rock-podcast-demo .flatpickr-day.prevMonthDay:focus, .rock-podcast-demo .flatpickr-day.nextMonthDay:focus {    
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.rock-podcast-demo .flatpickr-time input, .rock-podcast-demo .flatpickr-time .flatpickr-time-separator, .rock-podcast-demo .flatpickr-time .flatpickr-am-pm{
    color: var(--white-color) !important;
}
.rock-podcast-demo .flatpickr-calendar.hasTime .flatpickr-time{
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.rock-podcast-demo .flatpickr-time input:hover, .rock-podcast-demo .flatpickr-time .flatpickr-am-pm:hover, .rock-podcast-demo .flatpickr-time input:focus, .rock-podcast-demo .flatpickr-time .flatpickr-am-pm:focus {
    background: rgb(30 38 71 / 87%) !important;
}
.rock-podcast-demo .flatpickr-time .numInputWrapper span {
    right: -3px !important;
    border: none !important;
}
.rock-podcast-demo .flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: var(--white-color) !important;
}
.rock-podcast-demo .flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: var(--white-color) !important;
}
.rock-podcast-demo .flatpickr-calendar.hasTime.noCalendar.animate.arrowTop.arrowLeft {
    width: 180px !important;
}
.rock-podcast-demo .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {    
    justify-content: space-between !important;
}
.rock-podcast-demo .flatpickr-time .numInputWrapper {    
    -webkit-flex: 0 0 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    width: 30% !important;
}
/*--EVENTS & RENTALS----*/
.packages-section{
    padding:100px 0;
    background:#05070d;
    color:#fff;
}
.sub-title{
    color:var(--primary-color);
    font-size:14px;
    font-weight:700;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:15px;
}
.main-title{
    font-size:45px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:60px;
    color:  #fff;
}
.package-card{
    background:#000;
    border:1px solid rgba(255,255,255,.35);
    border-radius:25px;
    padding:35px 25px;
    height:100%;
    transition:.3s;
}
.icon-box{
    width:60px;
    height:60px;
    background:#4e4d4d;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:30px;
    i {
        color: var(--primary-color);

    }
}
.package-card h5{
    color:var(--primary-color);
    font-size:20px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:15px;
}
.package-card p{
    color:#ffffff;
    line-height:1.8;
    margin:0;
}
@media(max-width:991px){
.main-title{
    font-size:42px;
}
.top-area{
    gap:25px;
}
}
/* Date and Time Picker CSS End */

/* Select2 CSS Start */
.rock-podcast-demo .select2-container {
    width: 100% !important;
}
.rock-podcast-demo .select2-container .select2-selection--single {    
    height: 50px !important;
}
.rock-podcast-demo .select2-container--default .select2-selection--single .select2-selection__rendered {    
    line-height: 50px !important;    
    border-radius: 5px !important;
    padding: 0 50px 0 20px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--text-color) !important;
}
.rock-podcast-demo .select2-container--default .select2-selection--single {
    background: rgba(255, 255, 255, 0.02) !important;
    backdrop-filter: blur(6px) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    width: 100% !important;
}
.rock-podcast-demo .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none !important;
}
.rock-podcast-demo .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(../images/person-icon.svg) !important;
    background-repeat: no-repeat;
    background-position: 0px 11px;
    height: 50px;
    width: 25px;
}
.rock-podcast-demo .select2-dropdown {
    background: rgba(255, 255, 255, 0.02) !important;
    backdrop-filter: blur(6px) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;    
}
.rock-podcast-demo .select2-container--default .select2-results__option[aria-selected=true], .rock-podcast-demo .select2-container--default .select2-results__option[aria-selected=false] {    
    background: rgba(255, 255, 255, 0.02) !important;
    color: var(--white-color) !important;
}
.rock-podcast-demo .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color) !important;    
}
.rock-podcast-demo .select2-results__option {
    padding-left: 20px !important;
}
.rock-podcast-demo .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 3px !important;
    background: transparent !important;
    color: var(--text-color) !important;
}
/* Select2 CSS End */

/* Contact Section CSS End */

/* Blog Section CSS Start */
.rock-podcast-blog-wrapper{
    background-image: url(../images/blog-bg.jpg);
    position: relative;
}
.rock-podcast-blog-img{
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.rock-podcast-blog-img > img{
    display: block;
    width: 100%;
    border-radius: 6px;
    transition: all 0.3s;
}
.rock-podcast-blog-box:hover .rock-podcast-blog-img > img{
    transform: scale(1.3);
}
.rock-podcast-blog-content{
    background: rgba(12, 12, 12, 0.7);
    backdrop-filter: blur(6px);
    border-radius: 0 0 7px 7px;
    padding: 30px 20px 30px 00px;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    right: 0;    
    bottom: -50px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.rock-podcast-blog-box:hover .rock-podcast-blog-content{    
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}
.rock-podcast-blog-content > h4 {
    font-size: 22px;
    font-weight: 400;
    color: var(--white-color);
    padding: 18px 0 10px 0;
    display: flex;
    align-items: center;
}
.rock-podcast-blog-content > h4 > span{
    margin:0 15px 0 0;
    width: 18px;
}
.rock-podcast-blog-date, .rock-podcast-blog-content > p{
    padding-left: 30px;
}
.rock-podcast-blog-date, .rock-podcast-blog-date p{
    display: flex;
    align-items: center;
    gap: 50px;
}
.rock-podcast-blog-date p{
    gap: 8px;
    position: relative;
}
.rock-podcast-blog-date p::before {
    content: '';
    height: 20px;
    width: 1px;
    background: rgb(144 143 158);
    position: absolute;
    right: -25px;
}
.rock-podcast-blog-date p:last-child::before{
    display: none;
}
.rockBlogBoxShape{
    position: absolute;
}
.rockBlogBoxShape1{
    left: 0;
    bottom: 100px;
}
.rockBlogBoxShape2{
    top: 25%;
    right: 100px;
    animation: rotate 5s linear infinite;
}
/* Blog Section CSS End */

/* Footer CSS Start */
.section-tag{
    color:var(--primary-color);
    letter-spacing:4px;
    font-size:16px;
    font-weight:700;
    margin-bottom:10px;
}

.main-title{
    font-size:clamp(38px,5vw,60px);
    font-weight:800;
    margin-bottom:50px;
}

.info-card{
    border:1px solid rgba(255,255,255,.45);
    border-radius:22px;
    padding:30px 25px;
    background:transparent;
    height:100%;
    transition:.3s;
}

.card-label{
    color:var(--primary-color);
    letter-spacing:4px;
    font-size:20px;
    font-weight:700;
    margin-bottom:35px;
}

.info-card p,
.info-card a{
    color:#ffffff;
    text-decoration:none;
    line-height:1.9;
    margin:0;
}
.partner-card{
    min-height:190px;
}
.bottom-line{
    height:1px;
    background:rgba(245,179,53,.3);
    margin-top:60px;
}
@media(max-width:991px){
    .top-header{
        text-align:center;
    }

    .call-btn{
        margin-top:25px;
    }
}
@media(max-width:767px){
    .contact-section{
        padding:60px 0;
    }
    .main-title{
        margin-bottom:30px;
    }
    .info-card{
        padding:25px 20px;
    }
}
.rock-podcast-footer-wrapper{
    background: #000000;
}
.rock-podcast-newsltr-box{
    position: relative;
    z-index: 1;
}
.rock-podcast-newsltr-inner{
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    padding: 75px;    
    position: relative;
    z-index: 1;
}
.rock-podcast-newsltr-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.rock-podcast-newsltr-content h2 {
    font-size: 30px;
    font-weight: 400;
    color: var(--white-color);
    max-width: 350px;
    width: 100%;
}
.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-input.rock-podcast-gradient-line::before {
    border-radius: 50px;
}
.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{ 
    height: 46px;   
    border-radius: 50px;    
    backdrop-filter: none;
}
.rock-podcast-newsltr-input .rock-podcast-input-field input::placeholder{
    color: #E1E1E133;
}
.rock-podcast-newsltr-box .rockCntBoxShape1 {
    top: 40px;    
}
.rock-podcast-newsltr-box .rockCntBoxShape2 {
    bottom: -15px;
    right: -10px;
}
.rock-podcast-footer-parent{
    padding-top: 80px;
}
.rock-podcast-footer-widget p{
    padding: 25px 0;
}
.rock-podcast-footer-social-icons{
    display: flex;
    align-items: center;
    gap: 15px;
}
.rock-podcast-footer-social-icons a{
    display: block;
    transition: all 0.3s;
    transform: scale(0.95);
}
.rock-podcast-footer-social-icons a:hover{
    transform: scale(1.1);
}
.rock-podcast-footer-widget-title {
    padding-bottom: 30px;
}
.rock-podcast-footer-widget-title h4{
    font-size: 20px;
    font-weight: 400;
    color: var(--white-color);
}
.rock-podcast-footer-widget-title .rock-podcast-line-shape{
    width: 69px;
    margin: 7px 0 0 0;
}
.rock-podcast-footer-post ul {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.rock-podcast-footer-post ul li{
    overflow: hidden;
    border-radius: 6px;
    /* flex: 0 0 26%; */
    width: calc(26% - 0px);
}
.rock-podcast-footer-post ul li img{
    width: 100%;
    border-radius: 6px;
    display: block;
    transition: all 0.3s;
}
.rock-podcast-footer-post ul li img:hover{
    transform: scale(1.2);
}
.rock-podcast-footer-widget-addres p{
    padding: 15px 0 0 0;
}
.rock-podcast-footer-widget-addres p:first-child{
    padding-top: 0px;
}
.rock-podcast-footer-widget-addres p img{
    display: inline-block;
}
.rock-podcast-footer-widget-hours > p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 0;
}
.rock-podcast-footer-widget-time-inner{
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(7px);
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    text-align: center;
    border-radius: 6px;
    margin-top: 15px;
}
.rock-podcast-footer-widget-time-inner.rock-podcast-gradient-line::before{
    border-radius: 6px;
}
.rock-podcast-footer-widget-time-inner h4{
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
    font-family: 'Lato';
    line-height: 1.5;
}
.font-same {
    font-size: 110px !important;
    color: var(--primary-color) !important;
}
/* Footer CSS End */

/* Copyright CSS Start */
.rock-podcast-copyright-wrapper{
    padding: 10px 0;
    text-align: center;
}
/* Copyright CSS End */

/* ==================================== Inner Pages CSS Start ==================================== */

/* Breadcrumb CSS Start */
.rock-podcast-breadcrumb-wrapper {
    background-image: url(../images/about-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 300px 0 140px 0;
    position: relative;
    z-index: 1;
}
.rock-podcast-breadcrumb-wrapper::before {
    content: '';
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.section-title h2{
    color:#fff;
    font-size:48px;
    font-weight:700;
}

.section-title p{
    color:#b8b8c5;
    max-width:650px;
    margin:auto;
}

.testimonial-card{
    border:1px solid #fff;
    border-radius:30px;
    padding:40px;
}

.testimonial-text{
    color:#bdbdcc;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

.client-info{
    display:flex;
    align-items:center;
    gap:18px;
}

.client-info img{
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;
}

.client-info h5{
    color:#fff;
    margin-bottom:5px;
    font-size:28px;
}

.client-info span{
    color:#aaa;
}

.swiper-button-next,
.swiper-button-prev{
    position:relative;
    width:55px;
    height:55px;
    background:#22183d;
    border-radius:50%;
    color:#fff;
}

.slider-btns{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:40px;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size:18px;
}

@media(max-width:767px){

.testimonial-card{
    padding:25px;
}

.section-title h2{
    font-size:34px;
}

.testimonial-text{
    font-size:16px;
}

.client-info h5{
    font-size:22px;
}

.client-info img{
    width:65px;
    height:65px;
}

}


.rock-podcast-page-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-direction: column;
}
.rock-podcast-right ul{
    display: flex;
    align-items: center;
    gap: 5px;
}
.rock-podcast-right ul li, .rock-podcast-right ul li a{
    font-size: 18px;
    font-weight: 400;
    color: var(--primary-color);
}
.rock-podcast-right ul li:nth-child(2) {
    color: #fff;
}
.rock-podcast-right ul li a{
    color: var(--white-color);    
}
/* Breadcrumb CSS End */
#datepicker-icon, #timepicker-icon{
    cursor: pointer;
}
.bars-icon {
    color: #ffff;
    font-size: 25px;
    display: none;
}
/* ==================================== Inner Pages CSS End   ==================================== */

/* ==================================== Responsive CSS Start ==================================== */
@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:1550px){
    .rockBanrshap1 {
        bottom: 40px;     
    }
    .rockBanrshap2 {
        top: 20%;
        right: 40px;     
    }
    .rockBanrshap3 {
        left: 50px;     
    }
    .rockBanrInsta {     
        right: 0;
    }
    .rockBanrYtb {
        right: -40px;
    }
}
@media(max-width:1400px){
    .rock-podcast-banner-wrapper {
        background-position: -350px center;        
    }
    .rockBanrYtb {
        right: 0;
    }
}
@media(max-width:1199px){
    .rockBanrYtb {     
        right: auto;
        top: 10%;
    }
    .rock-podcast-header-wrapper {        
        top: 0px;
    }
    .bars-icon{
        width: 32px;
        height: 24px;
        position: relative;
        cursor: pointer;
        z-index: 1000;
        display: block;
    }
    .bars-icon span{
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        border-radius: 50px;
        transition: all .4s ease-in-out;
    }
    .bars-icon span:nth-child(1){
        top: 0;
    }
    .bars-icon span:nth-child(2){
        top: 50%;
        transform: translateY(-50%);
    }
    .bars-icon span:nth-child(3){
        bottom: 0;
    }
    .bars-icon.active span:nth-child(1){
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
    .bars-icon.active span:nth-child(2){
        opacity: 0;
        transform: translateX(-20px);
    }
    .bars-icon.active span:nth-child(3){
        bottom: auto;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }
    .nav-info ul{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #000;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 25px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-30px);
        transition: all .5s ease-in-out;
    }
    .nav-info ul.show{
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .nav-info ul li{
        list-style: none;
    }

    .nav-info ul li a{
        color: #fff;
        text-decoration: none;
}
    @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);
    }
    .rock-podcast-banner-parent {
        padding-top: 100px;
    }
    .rock-podcast-banner-content h4 {
        font-size: 20px;
    }
    .rock-podcast-banner-content h1 {
        font-size: 45px;
    }    
    .rock-podcast-banner-content p {
        font-size: 18px;
        max-width: 500px;     
    }
    .rock-podcast-banner-content {
        padding-bottom: 150px;
    }
    .rock-podcast-banner-wrapper {
        background-position: -180px center;
    }
    .rockTicktShape1, .rockCntBoxShape1, .rock-podcast-newsltr-box .rockCntBoxShape1 {
        top: -35px;
        left: 20px;     
    }
    .rockTicktShape2, .rockCntBoxShape2, .rock-podcast-newsltr-box .rockCntBoxShape2 {        
        right: 40px;     
    }
    .rock-podcast-newsltr-box .rockCntBoxShape2 {
        bottom: -25px;     
    }
    .rock-podcast-ticket-inner .rock-podcast-main-heading > p {        
        padding-bottom: 30px;
    }
    .rock-podcast-ticket-inner {
        gap: 15px;
    }
    .rock-podcast-countdown ul {     
        gap: 35px;
    }
    .rock-podcast-countdown ul li {
        font-size: 16px;
        width: 80px;
        height: 80px;
    }
    .rock-podcast-countdown ul li span {
        font-size: 30px;
    }
    .rock-podcast-countdown ul li::after {
        right: -20px;
        font-size: 25px;
        font-weight: 600;
    }
    .rock-podcast-range-date .rock-podcast-range-date-flex p {
        font-size: 16px;
    }
    .rock-podcast-range-date-flex {
        padding: 10px 0;
    }
    .rock-podcast-range-date-flex p {
        min-width: 200px;     
    }
    .rock-podcast-ticket-right {
        max-width: 450px;     
    }
    .rock-podcast-event-inner {
        gap: 15px;
    }
    .rock-podcast-contact-inner {
        justify-content: space-between;
        gap: 10px;
        padding: 30px 20px 0 0;
    }
    .rock-podcast-contact-img {
        max-width: 480px; 
        width: 100%;    
    }
    .rock-podcast-contact-name-field, .rock-podcast-contact-book-field, .rock-podcast-contact-book-field{     
        gap: 15px;
    }
    .rock-podcast-newsltr-inner {
        padding: 40px;     
    }
    .rock-podcast-newsltr-content {     
        gap: 10px;
    }
    .rock-podcast-newsltr-content h2 {
        font-size: 25px;        
        max-width: 300px;     
    }
    .rockGlryShp2 {
        top: 15%;
        right: 50px;     
    }
    .rockGlryShp1{
        bottom: auto;
        top: 30px;
    }
    .rock-podcast-service-inner {
        padding: 40px 20px 30px;
    }
    .rockTsmlShape {
        bottom: 50px;
        right: 50px;
    }
    .rockBlogBoxShape1 {
        left: 0;
        top: 50px;
    }
    .rock-podcast-blog-content > h4 {
        font-size: 20px;
        padding: 15px 0 10px 0;
    }
    .rock-podcast-blog-content {
        padding: 20px 20px 20px 0px;
    }
    .rock-podcast-footer-widget-time-inner {
        padding: 15px 20px;
    }
    .rock-podcast-footer-widget-time-inner h4 {
        font-size: 16px;
    }
}
@media(max-width:1024px){
    .rock-podcast-banner-img, .rockBanrshap1{
        display: none;
    }
    .rock-podcast-banner-wrapper {
        background-position: center;
        padding-top: 100px;
    }
    .rockBanrshap3 {
        left: 40px;
        top: 100px;
    }
}
@media(max-width:991px){
    .rock-podcast-banner-content h4 {
        font-size: 18px;
    }
    .rock-podcast-banner-content h1 {
        font-size: 35px;
        max-width: 500px;
        width: 100%;
    }
    .rock-podcast-banner-content p {
        font-size: 15px;     
    }
    .rock-podcast-banner-btns {        
        gap: 20px;     
    }   
    .rock-podcast-ticket-inner {
        gap: 60px;
        flex-direction: column;
    }
    .rock-podcast-ticekt-box, .rock-podcast-contact-box {     
        max-width: 700px;
        width: 100%;
        margin: auto;
    } 
    .rock-podcast-event-inner, .rock-podcast-event-box:nth-of-type(odd) .rock-podcast-event-inner {
        flex-direction: column;
    }
    .rock-podcast-event-box:nth-of-type(odd) .rock-podcast-event-inner .rock-podcast-event-left {
        flex-direction: row;
    }
    .rock-podcast-event-content {
        max-width: 620px;     
    }
    .rock-podcast-event-box {
        margin-bottom: 30px;
    }
    .rock-podcast-contact-img {     
        display: none;
    }
    .rock-podcast-contact-inner {
        justify-content: center;     
        padding: 60px 30px 30px 30px;
    }
    .rock-podcast-contact-form {
        width: 100%;
    }
    .rock-podcast-newsltr-content {
        gap: 30px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .rock-podcast-newsltr-content h2 {     
        line-height: 1.3;
    }
    .rock-podcast-about-parent {
        max-width: 620px;
        width: 100%;
        margin: auto;
    }
    .rock-podcast-glry-single-parent {        
        padding: 5px;
    }
    .rock-podcast-blog-parent {
        max-width: 730px;
        width: 100%;
        margin: auto;
    }
    .rock-podcast-blog-box {
        max-width: 350px;
        width: 100%;
        margin: auto;
    }
    .rockBlogBoxShape2 {
        top: 10%;
        right: 50px;     
    }
    .rock-podcast-footer-post ul{
        max-width: 280px;
        width: 100%;
    }
    .rock-podcast-footer-post ul li {
        width: calc(25% - 0px);
    }
    .rock-podcast-footer-widget-hours, .rock-podcast-footer-widget-time-inner {
        max-width: 300px;
        width: 100%;
    }
}
@media(max-width:767px){
    .rock-podcast-banner-content p {     
        max-width: 420px;
    }
    .rock-podcast-galry-wrapper .rock-podcast-filter-button-group ul {
        gap: 15px;
        max-width: 550px;
    }
    .rock-podcast-galry-wrapper .rock-podcast-filter-button-group ul li a {        
        padding: 5px 20px;
        font-size: 16px;
    }
    .rock-podcast-blog-date p {     
        font-size: 14px;
    }
    .rock-podcast-blog-date, .rock-podcast-blog-content > p {
        padding: 0px;
        font-size: 14px;
        gap: 20px;
    }
    .rock-podcast-blog-content > h4 {
        font-size: 18px;
        padding: 15px 0 5px 0;
    } 
    .rock-podcast-blog-content {
        padding: 20px 10px 20px 15px;
    }
    .rock-podcast-blog-content > h4 > span {     
        display: none;
    }  
    .rock-podcast-searchBoxContainer {
        width: 90%;
    }
}
@media(max-width:575px){
    .rock-podcast-banner-wrapper {
        background-position: -30px center;
        padding-top: 70px;
    }
    .rock-podcast-banner-content {
        padding-bottom: 110px;
        text-align: center;
    }
    .rock-podcast-banner-content h1, .rock-podcast-banner-content p {     
        margin: auto;
    }
    .rock-podcast-banner-btns {     
        justify-content: center;
    }
    .rockBanrshap3 {
        left: 30px;
        top: auto;
        bottom: 20px;
    }
    .rock-podcast-header-right {     
        gap: 20px;
    }
    .rock-podcast-header-parent {     
        gap: 10px;
    }
    .rock-podcast-header-right .rock-podcast-btn {
        min-height: 35px;
        min-width: 130px;
        padding: 0 15px;
        font-size: 15px;
    }
    .rock-podcast-main-logo a {
        display: block;
        max-width: 150px;
        height: auto;
        width: 100%;
    }
    .rockGlryShp2 {
        top: 2%;
        right: 30px;
    }
    .rock-podcast-galry-wrapper .rock-podcast-filter-button-group ul {
        gap: 0;
        max-width: 440px;
        padding: 5px;
    }  
    .rock-podcast-galry-wrapper .rock-podcast-filter-button-group ul li a {
        padding: 5px 15px;
        font-size: 15px;
    }
    .rock-podcast-event-left, .rock-podcast-event-box:nth-of-type(odd) .rock-podcast-event-inner .rock-podcast-event-left {        
        flex-direction: column;
    }
    .rock-podcast-event-inner .rock-podcast-countdown, .rock-podcast-event-box:nth-of-type(odd) .rock-podcast-event-inner .rock-podcast-countdown {
        border-radius: 0 0 10px 10px;     
    }
    .rock-podcast-event-inner .rock-podcast-countdown ul {
        flex-direction: row;
        gap: 15px;
    }
    .rock-podcast-contact-book-field {
        flex-direction: column;
        gap: 0;
    }
    .rockBlogBoxShape2 {
        top: 2%;
        right: 40px;
    }
    .rock-podcast-newsltr-inner {
        padding: 40px 30px;
    }
    .rockBanrshap2 {
        top: 15%;     
    }
}
@media(max-width:480px){
    .rock-podcast-bg-cover {     
        padding: 50px 0;
    }
    .rock-podcast-header-search p {     
        display: none;
    }
    .rock-podcast-about-box-flex {        
        gap: 15px;     
    }
    .rock-podcast-abt-box {
        padding: 20px;
        min-height: 195px;
        gap: 15px;
    }
    .rock-podcast-main-heading h1 {
        font-size: 40px;
    }
    .rock-podcast-main-heading h2 {
        font-size: 30px;
        margin-top: -20px;
    }
    .rock-podcast-galry-wrapper .rock-podcast-filter-button-group ul {        
        max-width: 400px;        
    }
    .rock-podcast-galry-wrapper .rock-podcast-filter-button-group ul li a {
        padding: 5px 10px;
        font-size: 15px;
    }
    .rock-podcast-contact-inner {     
        padding: 60px 20px 30px 25px;
    }
    .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-content h2 {
        font-size: 20px;     
    }
    .rock-podcast-banner-content h1 {
        font-size: 30px;     
    }
    .rock-podcast-countdown ul {
        gap: 25px;
    }
    .rock-podcast-countdown ul li {
        font-size: 14px;
        width: 70px;
        height: 70px;
    }
    .rock-podcast-countdown ul li span {
        font-size: 25px;
    }
    .rock-podcast-countdown ul li::after {
        right: -15px;
        font-size: 20px;     
    }
    .rock-podcast-range-date-flex {        
        justify-content: space-between;
        gap: 10px;
    }
    .rock-podcast-range-date-flex p {
        min-width: auto;
    }
    .rock-podcast-main-heading > p {        
        padding-bottom: 30px;
    }
    .rock-podcast-event-content h4 {
        font-size: 22px;     
    }
    .rock-podcast-contact-box {
        margin-top: 30px;
    }
    .rock-podcast-newsltr-inner {
        padding: 40px 30px 60px 30px;
    }
}
@media(max-width:425px){
    .rock-podcast-header-right .rock-podcast-btn {
        min-height: 30px;
        min-width: 110px;
        padding: 0 10px;
        font-size: 14px;
    }
    .rockBanrshap2{
        display: none;
    }
    .rock-podcast-banner-content h4 {
        font-size: 16px;
    }
    .rock-podcast-banner-parent {
        padding-top: 50px;
    }
    .rock-podcast-banner-content p {
        font-size: 14px;
    }
    .rock-podcast-btn {
        min-height: 38px;
        min-width: 130px;
        padding: 0 10px;
        font-size: 15px;
    }
    .rock-podcast-banner-content h1 {
        font-size: 25px;
        max-width: 300px;
    }
    .rock-podcast-toggle-btn span {
        width: 25px;
    }
    .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;
    }
    .rock-podcast-header-right {
        gap: 15px;
    }
    .rock-podcast-main-logo a {     
        max-width: 130px;
    }
    .rock-podcast-about-box-flex {     
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 20px;
    }
    .rock-podcast-about-content .rock-podcast-main-heading > p {
        padding-bottom: 20px;     
    }
    .rock-podcast-main-heading h2 {
        font-size: 25px;     
    }
    .rock-podcast-abt-box h4 {
        font-size: 20px;     
    }
    .rock-podcast-main-heading > p {
        font-size: 16px;
    }
    .rock-podcast-range-value {
        left: -10px;
    }
    .rock-podcast-range p, .rock-podcast-range-value{
        font-size: 20px;     
    }
    .rock-podcast-range-value {
        left: 45px;
    }
    .rock-podcast-range-date .rock-podcast-range-date-flex p {
        font-size: 14px;
    }
    .rock-podcast-countdown ul {
        gap: 15px;
    }
    .rock-podcast-countdown ul li {
        font-size: 13px;
        width: 60px;
        height: 60px;
    }
    .rock-podcast-countdown ul li span {
        font-size: 20px;
    }
    .rock-podcast-countdown ul li::after{
        display: none;
    }
    .rock-podcast-ticket-inner {
        padding: 40px 20px;     
    }    
    .rock-podcast-range-date-flex {
        flex-direction: column;
        align-items: baseline;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .rock-podcast-galry-wrapper .rock-podcast-filter-button-group ul {
        white-space: nowrap;
        overflow: auto;
        background: transparent;
        justify-content: flex-start;
    }
    .rock-podcast-galry-wrapper .rock-podcast-filter-button-group ul::-webkit-scrollbar{
        width: 5px;
        height: 5px;
    }    
    .rock-podcast-filter-button-group ul.rock-podcast-gradient-line::before{
        display: none;
    }
    .rock-podcast-galry-wrapper .rock-podcast-filter-button-group ul li:hover a, .rock-podcast-galry-wrapper .rock-podcast-filter-button-group ul li.active a {
        background: transparent;
        color: var(--primary-color);
    }
    .rock-podcast-event-inner .rock-podcast-countdown ul li span {
        font-size: 22px;
    }
    .rock-podcast-event-inner .rock-podcast-countdown ul li {
        font-size: 12px;
        width: 65px;
        height: 65px;
    }
    .rock-podcast-event-content h4 {
        font-size: 20px;
    }
    .rock-podcast-event-content p {
        padding-top: 10px;
        font-size: 15px;
    }
    .rock-podcast-event-inner {
        padding: 15px;     
    }
    .rock-podcast-event-img {        
        max-width: 330px;     
    }
    .rock-podcast-event-box {
        margin-bottom: 20px;
    }
    .rock-podcast-contact-name-field {
        flex-direction: column;
        gap: 0;
    }
    .rock-podcast-input-field label {
        font-size: 15px;     
    }
    .rock-podcast-tsml-slider-client-details > img {
        width: 60px;
        height: 60px;     
    }
    .rock-podcast-tsml-client-name h4 {
        font-size: 16px;     
    }
    .rock-podcast-tsml-client-name h4 span {
        width: 30px;     
    }
    .rock-podcast-tstnl-slider-inner p {
        font-size: 15px;
    }
    .rock-podcast-tstnl-slider-inner {
        padding: 20px;     
    }
    .rock-podcast-newsltr-content {
        gap: 20px;     
    }
    .rock-podcast-newsltr-input .rock-podcast-input-field input {
        height: 42px;     
    }
    .rock-podcast-newsltr-inner {
        padding: 40px 20px 50px 20px;
    }
    .rock-podcast-copyright-wrapper p {
        font-size: 14px;
    }
}
@media(max-width:375px){
    .rock-podcast-header-right .rock-podcast-btn {
        min-height: 25px;
        min-width: 80px;     
        font-size: 12px;
    }
    .rock-podcast-header-right {
        gap: 10px;
    }
    .rock-podcast-main-logo a {
        max-width: 110px;
    } 
    .rock-podcast-event-img {
        max-width: 270px;
    }
    .rock-podcast-event-inner .rock-podcast-countdown ul {     
        gap: 10px;
    } 
    .rock-podcast-event-inner .rock-podcast-countdown {     
        padding: 10px;
    }
    .rock-podcast-event-inner .rock-podcast-countdown ul li span {
        font-size: 20px;
    }
    .rock-podcast-event-inner .rock-podcast-countdown ul li {     
        width: 60px;
        height: 60px;
    }
}
/* ==================================== Responsive CSS End ======================================*/

/* 24 june 2026 */
/* =========================
   FLATPICKR DARK THEME FIX
========================= */

/* popup overall */
.flatpickr-calendar {
    background: #111 !important;
    border: 1px solid #d89b00 !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.45) !important;
    color: #fff !important;
    font-family: inherit;
    z-index: 99999 !important;
}

/* month / year top */
.flatpickr-months .flatpickr-month,
.flatpickr-current-month,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    background: #111 !important;
    color: #fff !important;
    fill: #fff !important;
}

/* arrows */
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
    fill: #fff !important;
}

/* weekday */
.flatpickr-weekdays {
    background: #111 !important;
}
.flatpickr-weekday {
    color: #d89b00 !important;
    font-weight: 600;
}

/* days */
.flatpickr-day {
    color: #fff !important;
    border-radius: 8px !important;
}
.flatpickr-day:hover {
    background: #d89b00 !important;
    color: #000 !important;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover {
    background: #d89b00 !important;
    border-color: #d89b00 !important;
    color: #000 !important;
}
.flatpickr-day.today {
    border-color: #d89b00 !important;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    color: #666 !important;
}

/* time picker */
.flatpickr-time {
    background: #111 !important;
    border-top: 1px solid rgba(216,155,0,0.25) !important;
}
.flatpickr-time input,
.flatpickr-time .flatpickr-am-pm {
    color: #fff !important;
    background: #111 !important;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover {
    background: #1c1c1c !important;
}

/* =========================
   CONTACT FORM FIELD FIX
========================= */

/* input wrapper position */
.rock-podcast-input {
    position: relative;
}

/* CF7 inputs full width */
.rock-podcast-input input,
.rock-podcast-input textarea {
    width: 100%;
}

/* select styling */
.rock-podcast-contact-book-field select.rock-podcast-select {
    width: 100%;
    height: 44px;
    background: #0b0b0b;
    border: 1px solid #222;
    color: #fff;
    border-radius: 6px;
    padding: 0 12px;
}

/* error message styling */
.wpcf7-not-valid-tip {
    color: #ff4d4d !important;
    font-size: 13px !important;
    margin-top: 6px !important;
    display: block;
}

/* response output message */
.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0 !important;
    color: #fff;
    border-color: #d89b00 !important;
}

/* date and time field popup overlap handling */
.flatpickr-calendar.open {
    margin-top: 8px;
}

/* 25 june 2026 */

.social-icons{
    margin-top:25px;
    display:flex;
    justify-content:flex-end;
    gap:12px;
}
 
.social-icons a{
    width:45px;
    height:45px;
    border:1px solid var(--primary-color);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color: var(--primary-color);
    font-size:18px;
    transition:.3s;
}
 
.social-icons a:hover{
    background: var(--primary-color);
    color:#000;
}
 
/*---chouse-plane--*/
/*---chouse-plane--*/
.pricing-section h2{
    color:#fff;
    font-size:38px;
    font-weight:700;
}
.pricing-section h2 span{
    color:var(--primary-color);
}
 
.pricing-card {
    position:relative;
    background:#0d0d0d;
    border:1px solid var(--primary-color);
    border-radius:10px;
    padding:35px 30px;
    transition:.4s;
    height:100%;
    display:flex;
    flex-direction:column;
}
 
.pricing-card:hover{
    transform:translateY(-8px);
    border-color:var(--primary-color);
    box-shadow:0 0 25px rgba(252, 198, 21, 0.25);
}
 
.pricing-card.active{
    border:1px solid var(--primary-color);
    transform:scale(1.05);
    box-shadow:0 0 25px rgba(252, 198, 21, 0.25);
}
 
.badge-popular{
    position:absolute;
    top:-12px;
    right:20px;
    background:var(--primary-color);
    color:#fff;
    font-size:11px;
    padding:5px 12px;
    border-radius:20px;
}
 
.plan-icon{
    margin:auto;
}
.plan-icon i{
    color:var(--primary-color);
}
.pricing-card h5{
    text-align:center;
    color:#fff;
    font-weight:700;
    margin-top: 15px;
    margin-bottom:20px;
}
.price{
    text-align:center;
    margin-bottom:10px;
}
.price small {
    color: #fff;
}
.price span{
    color:var(--primary-color);
    font-size:42px;
    font-weight:bold;
}
.pricing-card ul{
    list-style:none;
    padding:0;
    margin:0 0 20px;
    flex:1;
}
.pricing-card ul li{
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
    color:#d9d9d9;
    font-size:15px;
}
.pricing-card ul li:last-child{
    border-bottom:none;
}
.pricing-card ul li i{
    color:var(--primary-color);
    margin-right:10px;
}
.rock-podcast-event-btn{
    margin-top:auto;
    text-align:center;
}
 
.btn-more{
    background-color:var(--primary-color)!important;
}
 
@media(max-width:991px){
    .pricing-card.active{
        transform:none;
    }
}
 
@media(max-width:576px){
    .pricing-section h2{
        font-size:28px;
    }
 
    .pricing-card{
        padding:30px 22px;
    }
 
    .price span{
        font-size:34px;
    }
}