@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

body {
    margin: auto;
    padding: 0;
}

.container {
    max-width: 1320px;
    padding: 0 15px;
}

.container-fluid {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    padding: 0 80px;
}

@media(max-width:1440px) {
    .container-fluid {
        padding: 0 15px;
    }
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

button:hover {
    background: #000000 !important;
    color: #fff !important;
}

button {
    transition: 0.3s;
    background: #f9c23e;
}

/* ---------- */

/* header */
.site-menu-row h1.logo {
    margin: 0;
    padding: 0;
    width: 10%;
}

.site-menu-row h1.logo a {
    display: block;
}


.site-menu-row .menu li.nav-menu.active a {
    background: #ffd200;
    padding: 5px 14px;
}

.site-menu-row h1.logo a img {
    width: 50px;
}

.site-menu-row .menu {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    gap: 60px;
    justify-content: center;
}

.site-menu-row .menu-main {
    padding: 0;
    margin: 0;
    width: 90%;
}

.site-menu-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.site-menu-row .menu li.nav-menu {
    list-style: none;
}

.site-menu-row .menu li.nav-menu a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: 0.3s;
}

.site-menu-row .menu li.nav-menu a:hover {
    color: #ebc100;
}

.site-header {
    padding: 15px 0;
    background: #fff;
}


/* -----HERO------ */

/* section.hero {
    background-image: url(../img/guests/Pdcast_Guest_hero.jpg);
    background-size: 100%;
    height: 95vh;
    display: flex;
    align-items: center;
    background-position: bottom;
} */

section.hero {
    overflow: hidden;
    position: relative;
    max-width: 1920px;
    margin: auto;
}

section.hero .bg-img img {
    width: 100%;
}

section.hero .hero_contant {
    position: absolute;
    z-index: 9;
    /* transform: translate(0%, 50%); */
    top: 20%;
    width: 50%;
}

.hero_contant {
    color: #fff;
}

.hero_contant h3.clr {
    display: inline-block;
    background: #ffd200;
    padding: 4px 10px;
    margin: 0 0 0px;
    color: #000;
    font-weight: 600;
    font-size: 24px;
}

.hero_contant h5 {
    font-size: 18px;
}

.hero_contant h2 {
    font-size: 68px;
    font-weight: 800;
    margin: 10px 0 10px;
}

.hero_contant button {
    background: transparent;
    border: 2px solid #ffd200;
    padding: 6px 10px;
    color: #fff;
    border-radius: 5px;
}

/* hero_bottom */

section.hero-bottom {
    background-color: #2c2c2c;
    padding: 25px 0;
    border-top: 20px solid #ffd200;
}

section.hero-bottom p {
    margin: 0;
    color: #fff;
}


/* Podcast_category */

section.Podcast_Categories {
    position: relative;
}

section.Podcast_Categories::before {
    content: '';
    position: absolute;
    left: -50px;
    top: -50px;
    width: 300px;
    height: 300px;
    background: #ffd200;
    border-radius: 500px;
    z-index: -1;
}

section.Podcast_Categories .podcast_cat_inner::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 100px;
    height: 100px;
    background: #ffd200;
    border-radius: 500px;
}

section.Podcast_Categories .podcast_cat_inner {
    width: 80%;
    margin: auto;
    padding: 40px 0;
    position: relative;
}

section.Podcast_Categories .podcast_cat_inner h2 {
    text-align: center;
    font-size: 70px;
    margin: 0 0 30px;
    font-weight: 700;
}

section.Podcast_Categories .podcast_cat_inner ul {
    padding: 0;
    display: flex;
    gap: 10px 10px;
    flex-wrap: wrap;
    width: 60%;
    margin: auto;
}

section.Podcast_Categories .podcast_cat_inner ul li {
    width: calc(25% - 8px);
}

section.Podcast_Categories .podcast_cat_inner ul li a {
    width: 100%;
    display: block;
    text-align: center;
    background: #ffd200;
    padding: 10px 0;
    border-radius: 50px;
    color: #000000;
    font-weight: 500;
    transition: 0.3s;
}

section.Podcast_Categories .podcast_cat_inner ul li a:hover {
    background: #000;
    color: #fff;
}

/* Be_our_Guest */

section.Be_our_Guest {
    background-image: url(../img/guests/Be_our_guest_bg.jpg);
    padding: 80px 0 80px;
    background-attachment: fixed;
    background-size: 100%;
}

cccccc {
    color: #fff;
}

section.Be_our_Guest .guest_contant h2 {
    font-size: 70px;
    margin: 0 0px 10px;
    color: #fff;
    font-weight: 700;
}

section.Be_our_Guest .guest_contant form {
    max-width: 470px;
    margin: auto;
    width: 100%;
}

section.Be_our_Guest .guest_contant form .form-group input {
    width: 75%;
    background: #ffffffcc;
    border: 1px solid #fff;
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 50px;
    outline: none;
}

section.Be_our_Guest .guest_contant form .form-group button {
    border: 0;
    border-radius: 50pc;
    width: 23%;
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 4px;
}

.guest_contant p {
    margin: 30px 0 0;
    color: #fff;
}


/* A UNIQUE PODCAST */

section.UNIQUE_PODCAST {
    background: #222;
}

section.UNIQUE_PODCAST h2.title {
    padding: 30px;
    background: #fff;
    text-align: center;
    font-weight: 700;
    margin: 0;
    font-size: 42px;
}

section.UNIQUE_PODCAST h2.title span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.podcast_slider .slider_heading {
    text-align: center;
}

.podcast_slider h2 {
    display: inline-block;
    background: #ffd200;
    margin: 0;
    padding: 12px 0px;
    border-radius: 0px 0px 20px 20px;
    font-size: 22px;
    font-weight: 600;
    width: 270px;
}


/* slider_css */

.podcast_slider .slider_item .box {
    border: 2px solid #fff;
    border-radius: 0px 70px 10px 10px;
    position: relative;
    margin: 0 auto 30px;
    width: 85%;
}

.podcast_slider .slider_item .box span.icon {
    width: 50px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}

.podcast_slider .slider_item .box img.slide-img-main {
    border-radius: 0px 70px 15px 15px;
    object-fit: cover;
    height: 430px;
}

.podcast_slider .slider_item .box span.music_icon {
    position: absolute;
    bottom: 25px;
    width: 115%;
    left: -25px;
    z-index: 1;
}


.podcast_slider .slider_item .box .user_detail {
    width: 100%;
    position: absolute;
    bottom: -2px;
    background: #fff;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 0px 0px 10px 10px;
}

.podcast_slider .slider_item .box .user_detail span.name {
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 300;
}

.podcast_slider .slider_item .box .user_detail button {
    padding: 5px 20px;
    border: 0;
    font-weight: 500;
}

.slider hr {
    border-top: 2px solid #ffd200;
    padding: 20px 0 20px;
    width: 150px;
    margin: auto;
    background: transparent;
    opacity: 0.8;
}

.slider .owl-nav {
    display: block !important;
}

.podcast_slider {
    position: relative;
}

.slider .owl-nav button.owl-prev {
    display: none;
}

.slider .owl-nav button.owl-next {
    background: #ffd200;
    padding: 10px 0 !important;
    width: 45px;
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    right: -80px;
    top: 40%;
    border-radius: 10px 0px 0 10px;
    margin: 0;
}

/* enjoy_sec */

.enoye_podcast .img img {
    width: 100%;
}

.enoye_podcast {
    position: relative;
    width: 100%;
    margin: auto;
}

.enoye_podcast .inner-main {
    text-align: center;
    position: absolute;
    top: 33%;
    width: 100%;
    margin: auto;
}

.enoye_podcast .inner-main h3 {
    margin: 0;
    display: inline-block;
    background: #ffd800;
    font-size: 30px;
    padding: 6px 25px;
    font-weight: 600;
    border-radius: 50px;
}

.enoye_podcast .inner-main .social-iocn {
    max-width: 45%;
    background: #ffffff75;
    padding: 40px 20px 30px;
    margin: -20px auto 0;
    border: 2px solid #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

/* bg_white_slider */

.bg_white .slider_item .box {
    box-shadow: 0 0 10px 0px #ccc;
}

/* silder_with_curv */

section.Educational_slider {
    background: #2c2c2c;
}

section.Educational_slider .curv_bg img {
    width: 100%;
}

/* enjoy_no_bg */

.enoye_podcast.no_bg {
    display: flex;
    flex-direction: column;
}

.enoye_podcast.no_bg .inner-main {
    position: unset;
}

.enoye_podcast.no_bg .inner-main h3 {
    border: 2px solid #fff;
    position: relative;
    z-index: 1;
}

.enoye_podcast.no_bg .inner-main .social-iocn {
    box-shadow: 0 0 40px 0px #00000033;
    background: #ffffff45;
}

.enoye_podcast.no_bg .top-img {
    display: flex;
    max-width: 53%;
    margin: auto;
    justify-content: space-between;
    width: 100%;
}

section.Educational_slider {
    position: relative;
    padding: 0px 0 220px;
}

section.Educational_slider .curv_bg {
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
}

/* section.also_enjoy_main {
    margin: -100px 0 0;
} */

.enoye_podcast.no_bg .top-img .right {
    margin: -70px -70px 0 0;
}

.enoye_podcast.no_bg .inner-main {
    margin: 120px 0 0;
}

.enoye_podcast.no_bg .inner-main .bootm_info {
    display: flex;
    justify-content: space-between;
    max-width: 38%;
    margin: 0px auto 0;
    position: relative;
    z-index: 0;
}

.enoye_podcast.no_bg .inner-main .bootm_info .info:last-child {
    margin: 10px 0 0;
}

.enoye_podcast.no_bg .inner-main .bootm_info .info:nth-child(2) {
    display: flex;
    align-items: end;
    position: relative;
    z-index: 2;
    top: 120px;
    height: 50px;
}

.enoye_podcast.no_bg .inner-main .bootm_info button {
    position: relative;
    z-index: 99999;
    border: 0;
    padding: 10px 0px;
    font-weight: 500;
    border-radius: 50px;
    background: #12c64b;
    color: #fff;
    width: 100%;
}

.enoye_podcast.no_bg .inner-main .bootm_info .info {
    width: 22%;
    justify-content: center;
}

.enoye_podcast.no_bg .inner-main .social-iocn {
    position: relative;
}

.enoye_podcast.no_bg .inner-main .social-iocn::before {
    content: '';
    width: 280px;
    height: 280px;
    overflow: hidden;
    border-radius: 100%;
    background-image: url(../img/guests/YTM_podcast.png);
    position: absolute;
    bottom: 130px;
    left: -80px;
    z-index: -11;
}

.enoye_podcast.no_bg .inner-main .social-iocn::after {
    content: '';
    width: 354px;
    height: 354px;
    overflow: hidden;
    border-radius: 100%;
    background-image: url(../img/guests/YTM_mahendra.png);
    position: absolute;
    bottom: 125px;
    right: -145px;
    z-index: -11;
}

section.also_enjoy_main {
    position: relative;
    z-index: 1;
}

.with_bg_clr {
    background: #2c2c2c;
    margin: 50px 0 0px;
}

.slider {
    padding: 30px 0 30px;
}


/* footer */

.Community_part {
    margin: 50px 0 0;
}

.Community_part span.clr {
    background: #ffd200;
    font-size: 20px;
    font-weight: 600;
    padding: 2px 10px;
    display: inline-block;
    margin: 0 0 40px;
}

.Community_part .form-group {
    width: 60%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.Community_part p {
    width: 90%;
    margin: 15px auto 20px;
}

.Community_part .form-group input {
    width: 100%;
    padding: 10px 145px 10px 20px;
    border: 1.5px solid #000;
}

.Community_part .form-group button {
    background: #ffd200;
    border: 0;
    padding: 12px 30px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: 600;
}

.site-footer .footer_menu {
    background-color: #ececec;
    padding: 30px 0 10px;
    margin: 30px 0 0;
}

.site-footer .footer_menu .footer-menu-link h4 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
}

.site-footer .footer_menu .footer-menu-link ul {
    padding: 0;
    margin: 0;
}

.site-footer .footer_menu .footer-menu-link ul li {
    list-style: none;
    margin: 0 0 5px;
}

.site-footer .footer_menu .footer-menu-link ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #8c8c8c;
    transition: 0.3s;
}

.site-footer .footer_menu .footer-menu-link ul li a:hover {
    color: #000;
}

.site-footer .footer_menu .footer-menu-link ul.text-center li a {
    color: #000;
    font-weight: 500;
}

.site-footer .footer_menu .footer-menu-link form .form-group {
    position: relative;
    overflow: hidden;
}

.site-footer .footer_menu .footer-menu-link form input {
    border: 2px solid #f9c23e;
    padding: 6px 100px 6px 14px;
    border-radius: 6px;
    width: 100%;
}

.site-footer .footer_menu .footer-menu-link form .form-group button {
    background: #f9c23e;
    border: 0;
    padding: 9px 25px;
    font-size: 14px;
    position: absolute;
    right: 0px;
    border-radius: 0px 8px 8px 0px;
    text-transform: uppercase;
    font-weight: 500;
}

/* Social_icon */

.social_icon {
    text-align: right;
    margin: 0 0 0px;
}

.social_icon a {
    font-size: 18px;
    margin-left: 10px;
    color: #7b7b7b;
    transition: 0.3s;
}

.social_icon a:hover {
    color: #000000;
}


/* ****************************************************************
*******************************************************************
*****************MASTER-HOMEPAGE-CSS*******************************
*******************************************************************
**************************************************************** */

/* hero */
section.master-home_main {
    padding: 50px 0px 50px 50px;
    background: #ffd200;
}

section.hero.master-home {
    /* background-image: url(../img/Master_homepage/hero_bg.jpg); */
    border-radius: 40px 0px 0 40px;
}

.with-social-ico span.social_iocn {
    display: flex;
    align-items: center;
    gap: 5px;
}

.with-social-ico {
    display: flex;
    align-items: center;
    gap: 15px;
}

.with-social-ico span.social_iocn a {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50px;
    color: #565656;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.with-social-ico span.social_iocn a:hover {
    background: #ffd200;
    color: #000;
}

/* news */

section.news {
    background: #2c2c2c;
    padding: 25px 5px;
}

section.news .news-logo img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

/* featured_podcast */

.master_home_title h2 {
    margin: 30px 0 10px !important;
    border-radius: 0;
    padding: 6px 0;
}

section.Featured_Podcasts .slider_item .box {
    width: 98%;
    box-shadow: 10px 10px 0px 0px #ffd200;
    border-radius: 15px !important;
    overflow: hidden;
    border: 0;
}

section.Featured_Podcasts .slider_item .box img.slide-img-main {
    height: auto;
    border-radius: 0;
}

section.Featured_Podcasts .slider_item .box .user_detail {
    background: #525252;
    padding: 20px;
    flex-direction: column;
    align-items: start;
    gap: 2px;
    justify-content: left;
    color: #fff;
}

section.Featured_Podcasts .slider_item .box .user_detail span.positions {
    font-size: 12px;
}

section.Featured_Podcasts .slider_item .box .user_detail span.name {
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

/* latest_podcast */

section.Latest_podcast.mstr {
    background: #2c2c2c;
    padding: 0 0 60px;
}

section.Featured_Podcasts .slider {
    padding: 30px 0 0;
}

section.Latest_podcast .master_home_title h2 {
    margin: 0 0 10px !important;
    border-radius: 0px 0px 15px 15px !important;
    padding: 12px 0;
}

section.Latest_podcast .you-tube-video {
    text-align: center;
    margin: 30px 0 0;
}

section.Latest_podcast .you-tube-video iframe {
    border-radius: 20px;
    box-shadow: 15px 15px 0 0 #ffd200;
}

.master_home_title h2 {
    border-radius: 0 !important;
}

.news-slider .owl-nav {
    display: none;
}

/* enjoy_podcast */

section.podcast-social {
    margin: 0px 0 0;
    background: #ffffff;
    padding: 0 0px 0px;
    text-align: center;
}

section.podcast-social .Podcast_social_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 20px 0 20px;
}

.master_podcast_also.Podcast_social_icon {
    margin: 20px auto 0px !important;
    background: #f2f2f2;
    width: fit-content;
    padding: 20px 20px;
    border-radius: 20px;
    box-shadow: 0px 5px 10px 0 #0000002b;
    position: relative;
    z-index: 1;
}

section.podcast-social .master_home_title h2 {
    margin: 0px 0 20px !important;
    width: auto;
    padding: 10px 20px;
    position: relative;
    top: 0px;
    border-radius: 0px 0px 15px 15px !important;
}

section.podcast-social .Podcast_social_icon img {
    width: 70px;
}

/* meet_the_host */

.host_img img {
    width: 100%;
}

/* section.meet-the-host .contant {
    padding: 0 100px 0 100px;
} */

section.meet-the-host .contant h4 {
    display: inline-block;
    background: #ffd200;
    margin: 0;
    padding: 12px 20px;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

section.meet-the-host .contant h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 15px 0 25px;
}

section.meet-the-host .contant h2 span {
    font-size: 30px;
    font-weight: 600;
}

section.meet-the-host .contant p {
    font-weight: 500;
}

section.meet-the-host .contant span.social_iocn {
    width: fit-content;
    padding: 0px 0;
    display: flex;
    gap: 4px;
}

section.meet-the-host .contant span.social_iocn a {
    display: flex;
    width: 30px;
    height: 29px;
    background: #222;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    transition: 0.3s;
}

section.meet-the-host .contant span.social_iocn a:hover {
    background: #000;
}

section.meet-the-host .contant button {
    border: 0;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    margin: 0px 0 0;
    position: relative;
    top: -110px;
}

.mic_icon_meet {
    text-align: right;
    padding: 0 330px 0 0;
    margin: 15px 0 0;
    border-top: 1.5px dashed #222;
}

section.about_us-meet.meet-the-host {
    background-image: none;
    padding: 60px 0 60px;
}

section.meet-the-host {
    position: relative;
    padding: 0px 0 0px;
    background-image: url(../img/Master_homepage/meet_host_bg.png);
    background-size: contain;
}

section.meet-the-host::before {
    content: '';
    width: 217px;
    height: 244px;
    background-image: url(../img/Master_homepage/mic_icon.png);
    position: absolute;
    right: 0;
    top: -150px;
    background-size: 100%;
}

section.meet-the-host .bootm-img img {
    width: 100%;
}

section.meet-the-host .container-fluid {
    position: relative;
    z-index: 1;
}

section.meet-the-host .bootm-img {
    max-width: 2100px;
    margin: -240px auto 0;
    position: relative;
    z-index: 0;
}



/* ****************************************************************
*******************************************************************
*****************ABOUT-US-CSS*******************************
*******************************************************************
**************************************************************** */

section.hero.about_us .hero_contant {
    top: auto;
    bottom: 28%;
    left: 10%;
}

section.news.about_news {
    position: absolute;
    bottom: 0;
    border-radius: 0;
    left: 0;
    width: 100%;
    background: #2c2c2c99;
}

section.hero.about_us .hero_contant button {
    background: #000000a8;
    padding: 15 30px;
}

.para p {
    font-weight: 500;
}

.About_video {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 15px 15px 0 0 #ffd200;
}

.About_video img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.about_us_heading_inner {
    text-align: center;
}

.about_us_heading_inner h2 {
    display: inline-block;
    background: #ffd200;
    padding: 5px 20px;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px !important;
}

section.about_us-meet.meet-the-host::before {
    top: 0;
    background: #ffd200;
    width: 55%;
    height: 90%;
    border-radius: 0px 0px 0px 3000px;
    opacity: 0.15;
    z-index: -1;
}

.host_detail {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.host_detail .name_iocn {
    display: flex;
    gap: 50px;
    align-items: center;
}

.host_detail .name_iocn .name {
    padding: 0 0px;
}

.host_detail .name_iocn .name h2 {
    font-size: 42px;
    font-weight: 600;
    padding: 0 10px;
}

.host_detail .name_iocn .name h2 span {
    font-size: 22px;
    font-weight: 500;
}

.host_detail .name_iocn .name h3 {
    margin: 0 0 0 -2px;
    font-size: 30px;
    font-weight: 600;
    background: #ffce00;
    padding: 6px 10px;
}

.host_detail .name_iocn .name h3 span {
    display: block;
    font-size: 19px;
    font-weight: 500;
}

.host_detail .name_iocn .icon img {
    width: 100%;
}

section.Meet_the_Production_Team .heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

section.Meet_the_Production_Team .heading h2 {
    margin: 0;
    padding: 15px 20px 15px;
    background: #ffce00;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    width: 45%;
    text-align: center;
}

section.Meet_the_Production_Team {
    margin: 80px 0 0;
}

section.Meet_the_Production_Team .heading p {
    margin: 0 0 0;
    width: 40%;
    font-weight: 600;
}

.Production_Team .team_info {
    border: 3px solid #000;
    overflow: hidden;
    border-radius: 20px;
    margin: 0px 0 30px;
    box-shadow: 6px 6px 0px 0 #fff;
}

.Production_Team {
    background-image: url(../img/About/team_bg.jpg);
    padding: 0px 0 10px;
    margin: 150px 0 0;
    background-size: 100%;
}

.Production_Team .team_info img {
    width: 100%;
}

.Production_Team .team_info .info {
    background: #ffce00;
    padding: 15px 15px;
    border-top: 3px solid #000;
}

.Production_Team .team_info .info h4 {
    margin: 0 0 5px;
    background: #fff;
    font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
}

.Production_Team .team_info .info h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}

.top_row_about .team_info {
    margin-top: -100px;
}

.Production_Team .team_info {
    transition: 0.3s;
}

.Production_Team .team_info img {
    transition: 0.3s;
}

.Production_Team .team_info:hover img {
    transform: scale(1.1);
    position: relative;
    z-index: 0;
    object-fit: cover;
    rotate: 5deg;
}

.Production_Team .team_info .info {
    position: relative;
    z-index: 1;
}

/* Audiocss */

.audio-player {
    background: #ffd200;
    padding: 12px 15px;
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.audio-player button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.slider-container {
    background: #ffffff;
    border-radius: 20px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100px;
    height: 2px;
    background: #4acdb0;
    border-radius: 5px;
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 2px #000;
    cursor: pointer;
}

.audio-player button {
    padding: 0 5px;
    background: transparent !important;
}

section.meet-the-host .contant .box {
    background-color: #e5e5e5;
    padding: 10px;
    border-radius: 10px;
}

section.meet-the-host .contant .box .top_heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section.meet-the-host .contant h4 {
    margin: -27px 0 0;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 28px;
}

section.meet-the-host .contant {
    margin: 0 80px 0;
}

section.meet-the-host .contant .box .top_heading h2 {
    margin: 0 40px 0;
    font-size: 16px;
    padding: 10px 12px;
    background: #222;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    margin-top: -3px;
}

section.about_us-meet.meet-the-host::after {
    content: '';
    width: 290px;
    height: 326px;
    background-image: url(../img/Master_homepage/mic_icon.png);
    position: absolute;
    right: 0;
    top: 20px;
    background-size: 100%;
}

.host_detail .name_iocn .name span.social_iocn {
    width: fit-content;
    padding: 0px 0;
    display: flex;
    gap: 4px;
    margin: 10px 10px 0;
}

.host_detail .name_iocn .name span.social_iocn a {
    display: flex;
    width: 30px;
    height: 29px;
    background: #222;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    transition: 0.3s;
}