@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif !important;
    color: #000;
}

a {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

.img-fluid {
    width: 100%;
}

.left-sec {
    /* margin-left: 20px; */
    border-left: 15px solid #2dc0f0;
    position: relative;
    background-color: #000;
    padding: 60px 0px;
    padding-bottom: 83px;
    min-height: 100vh;
}

.left-sec::after {
    content: '';
    width: 10px;
    height: 100%;
    background-color: #d72d34;
    position: absolute;
    left: 0;
    top: 0;
}

.left-sec h1 {
    font-family: "Mulish", sans-serif;
    text-align: center;
    color: #fff;
    font-size: 58px;
    font-weight: 300;
    margin-top: 50px;
}

.mail {
    background: #2dc0f0;
    margin-right: 30px;
    text-align: center;
    padding: 10px;
    margin-top: 150px;
}

.mail a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
}

.right-sec {
    background-color: #ed1e24;
    padding: 30px 0px;
    height: 100%;
    padding-bottom: 30px;
}

.right-top-content h2 {

    color: #fff;

    font-size: 52px;

    position: relative;

    padding-bottom: 20px;

    line-height: 63px;
}

.right-top-content {
    margin-left: 175px;
}

.right-top-content h2::after {
    content: '';
    background-color: #ffffff5e;
    width: 68%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 13px;
}

.right-top-content p {
    color: #fff;
    font-size: 25px;
    margin-top: 30px;
    font-weight: 300;
}

.right-top-content span {
    margin-bottom: 27px;
    display: block;
    color: #fff;
    font-size: 19px;
}

.right-top-content a {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 11px;
    display: block;
}

.download-btns p {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 300;
}

.download-btns button {
    border: 1px solid #ffffff96;
    background: transparent;
    color: #fff;
    font-size: 21px;
    margin-right: 30px;
    padding: 10px 39px;
}

.social-icons-div {}

.social-icons-div ul {
    display: flex;
    padding: 0;
    gap: 150px;
    margin-left: 57px;
    margin-bottom: 0;
    justify-content: center;
}

.social-icons-div ul li {
    list-style: none;
}

.social-icons-div ul li a {
    color: #fff;
    font-size: 40px;
}

.social-icons-div ul li a i {}

.social-icons-div p {
    color: #ffffffb3;
    text-align: center;
}

.social-icons-div p a {
    color: #ffffffb3;
    text-decoration: none;
}

/* .qr-div{
    text-align: center;
} */
.qr-div img {
    width: 180px;
    margin-bottom: 10px;
}

.qr-div p {
    color: #fff;
    font-weight: 600;
}

.rating-div {}

.rating-div img {}

.rating-div p {
    color: #ffffffb3;
    font-size: 18px;
}

.right-bottom-content {
    margin-top: 20px;
}

.navbar i {
    font-size: 30px;
}

.navbar button {
    color: #fff;
    background: #000;
    border: none;
    padding: 9px 22px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar .navbar-nav {
    width: 100%;
    justify-content: end;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    padding-bottom: 5px;
    color: #000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 2px solid #000;
}

.login-btn {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 16px;
    font-weight: 600;
}

.login-btn i {
    font-size: 20px;
}

.off-canvas-btn {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    margin-right: -9px;
    position: relative;
    z-index: 101;
    text-indent: 150%;
    background: 0 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    white-space: nowrap;
}

.off-canvas-btn>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.off-canvas-btn>span:before,
.off-canvas-btn>span:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    right: 0;
    background-color: #000;
}

.off-canvas-btn>span:before {
    top: 10px;
}

.off-canvas-btn>span>span {
    display: block;
    width: 60%;
    height: 100%;
    background-color: #000;
}

.off-canvas-btn>span>i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
}

.off-canvas-btn>span:after {
    bottom: 10px;
}

.podcast-breadcrumb {
    padding: 50px 0px;
    background: #ed1e24;
}

.podcast-breadcrumb h1 {
    color: #ffffff;
    font-size: 43px;
    margin: 0;
}

.podcast-breadcrumb img {
    height: 67px;
    filter: invert(1);
}

.ptb-50 {
    padding: 50px 0px;
}

.podcast-main-heading p {
    font-size: 21px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 30px;
}

.podcast-main-heading img {
    margin-right: 20px;
    width: 50px;
}

.podcast-detail-card {
    padding: 30px;
    /* border: 1px solid #ffd7d7; */
    border-radius: 4px;
    margin-bottom: 60px;
    background: #ffffff;
}

.podcast-img-detail {
    display: flex;
    /* justify-content: space-evenly; */
    gap: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbbbbb;
    background-color: transparent !important;
    margin-top: 0 !important;
}


.podcast-img-detail img {
    width: 246px;
    border-radius: 10px;
    height: 100%;
}



.latest-episodes {
    background-color: transparent !important;
    margin-bottom: 100px;
}

.podcast-img-detail {}


.podcast-img-detail a {
    color: #ff0000;
    text-decoration: none;
}

.podcast-img-detail h3 {
    font-size: 34px;
    font-weight: 600;
}

.podcast-img-detail p {
    font-size: 18px;
    color: #464646;
}

.latest-episodes h4 {
    font-size: 35px;
    color: #ed1e24;
    margin-top: 0px;
    margin-bottom: 10px;
}

.latest-episodes ul {
    padding: 0;
    margin-bottom: 40px;
}

.latest-episodes ul li {
    list-style: auto;
    font-size: 19px;
    line-height: 34px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    list-style: none;
}

.latest-episodes ul li a {
    color: #000;
}

.latest-episodes ul li span {
    font-size: 14px;
    font-weight: 400;
}

.latest-episodes a {
    color: #ff0000;
    text-decoration: none;
    display: block;
    margin-top: 30px;
}

.latest-episodes a:hover {
    text-decoration: underline;
}

.podcast-container {
    /* max-width: 600px; */
    background: white;
    border-radius: 10px;
    padding: 20px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    margin-left: 30px;
    background-image: url(../images/podcast-bg-img.jpg);
    background-blend-mode: overlay;
    background-color: #ffffffe3;
    background-position: right;
    background-size: cover;
}

.header {
    display: flex;
    align-items: start;
    gap: 15px;
}

.header span {
    font-size: 13px;
}

.play-btn {
    background-color: #ed1e24;
    border: none;
    border-radius: 50%;
    width: 50px;
    flex-shrink: 0;
    height: 50px;
    color: white;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play-btn i {
    margin-left: 2px;

}

.player-btn i {
    margin-left: 2px;

}

.episode-info {
    flex: 1;
}

.title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}

.desc {
    font-size: 13px;
    color: #000000;
}

.waveform {
    margin: 10px 0;
    height: 57px;
}

.tabs {
    display: flex;
    font-size: 0.85em;
    color: #666;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.tabs div {
    margin-right: 20px;
    cursor: pointer;
}

.playlist-header {
    font-size: 0.9em;
    color: #3a3a3a;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    font-weight: 600;
}

.episode {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.episode.playing {
    background-color: #ffffff;
}

.episode .play-icon {
    font-size: 18px;
    margin-right: 10px;
}

.episode .episode-title {
    flex: 1;
    font-size: 0.95em;
}

.episode .duration {
    font-size: 0.85em;
    color: #555;
}

.podcast-container .nav-tabs .nav-link:hover {
    border: none !important;
}

.podcast-container .nav-tabs .nav-link:focus {
    border: none !important;
}


.nav-tabs .nav-link {
    border: none !important;
    color: #ffffff;
    font-size: 15px;
    padding: 10px;
}

.nav-tabs {
    background: #ff0000;
    border: none !important;
    margin-bottom: 20px;
}

.waveform img {
    height: 100%;
}

.episodes-list {
    height: 238px;
    overflow-y: auto;
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: #999 transparent;
    /* Optional colors */
}

.episodes-list::-webkit-scrollbar {
    width: 6px;
}

.episodes-list::-webkit-scrollbar-track {
    background: transparent;
}

.episodes-list::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 3px;
}

.latest-episodes-list::-webkit-scrollbar {
    width: 6px;
}

.latest-episodes-list::-webkit-scrollbar-track {
    background: transparent;
}

.latest-episodes-list::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 3px;
}

.subscribe-apps h5 {
    font-size: 30px;
    color: #000;
}

.subscribe-apps ul {
    display: flex;
    /* padding: 0; */
    margin-top: 10px;
    gap: 11px;
}

.subscribe-apps ul li {
    list-style: none;
}

.subscribe-apps ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    /* margin-right: 15px; */
}


.subscribe-apps {
    margin-left: 30px;
    margin-top: 50px;
}

.subscribe-apps span {
    font-weight: 500;
}

.tab-content {
    background-color: #f1f1f1;
}

.tab-content p {
    margin-bottom: 0;
    font-size: 13px !important;
    line-height: 23px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #efefef;
}

.tab-pane {
    padding: 10px 20px;
}

.hide-tab {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.tab-content h5 {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}



.navbar-toggler {
    background: transparent !important;
    color: #000 !important;
}

.navbar-toggler-icon {
    background-image: none !important;
}

.navbar-toggler-icon i {
    font-size: 23px;
}

button:focus:not(:focus-visible) {
    box-shadow: none !important;
}


.episode-list .episode-item {
    gap: 20px;
}

.episode-list .episode-img img {
    width: 200px;
    height: 200px;
    transition: all 0.3s ease-out 0s;
}

.episode-item {
    display: flex;
    /* align-items: center; */
    gap: 15px;
    background: #fff;
    border-radius: 15px;
    padding: 10px 20px 10px 10px;
    /* box-shadow: 0 0 40px 5px rgb(0 0 0 / 0%); */
    /* border: 1px solid #ddd; */
    margin-bottom: 30px;
    box-shadow: 6px 2px 10px #ddd;
}

.latest-episodes h4 {
    margin-top: 30px;
}

.episode-content h4 {
    margin-top: 0px;
}

.episode-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.episode-img img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 15px;
}

.episode-item:hover .episode-img img {
    transform: scale(1.1) rotate(2deg);
}

.episode-favourite {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    background: #ff0000;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
    margin-top: 0 !important;
}

.episode-favourite:hover {
    background: #ff7782;
    color: #fff;
}

.episode-content {
    flex: 1;
}

.episode-content h4 a {
    color: #000a24;
    font-size: 21px;
    margin-top: 0;
}

.episode-content h4 a:hover {
    color: #00A6FF;
}

.episode-meta ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
    margin-bottom: 8px;
    padding: 0;
}

.nav-item {
    margin-bottom: 0 !important;
    line-height: 20px !important;
}

.episode-meta ul li {
    color: #767575;
    font-size: 15px;
    border-bottom: 0;
    font-weight: 500;
    margin-bottom: 0 !important;
    list-style: none;
}

.episode-meta ul li a {
    color: #7386a8;
}

.episode-meta ul li i {
    color: #ff7782;
}

.episode-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(117, 127, 149, .25);
    margin-top: 15px;
    padding-top: 8px;
}

.episode-host h6 i {
    color: #ff7782;
    margin-right: 5px;
}

.episode-player .player-btn {
    width: 42px;
    height: 42px;
    background: #2dc0f0;
    color: #fff;
    border: none;
    border-radius: 50px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.episode-content h4 {
    margin-bottom: 0;
}

.episode-content p {
    font-size: 14px;
}

.episode-favourite i {
    color: #fff;
}

.episode-bottom h6 {
    font-size: 13px;
}

.latest-episodes-list {

    height: 500px;

    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 transparent;
}

.subscribe-apps h5 img {
    width: 70px;
}

.subscribe-apps ul li a img {
    width: 40px;
    border-radius: 10px;
}

.btn-warning:hover {
    background-color: #ff3e45;
    border-color: #ff3e45;
    color: #fff;
}

.btn-warning:active {
    background-color: #ff3e45;
    border-color: #ff3e45;
    color: #fff;
}

.login-btn:hover {
    color: #ff3e45;
}

footer {
    background-color: #000;
    padding: 50px 0px;
}

.footer-top-sec p {
    text-align: center;
    color: #fff;
    line-height: 27px;
}

.footer-top-sec ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0;
}

.footer-top-sec ul li {
    text-align: center;
    list-style: none;
    border: 2px solid #525252;
    border-radius: 10px;
    width: 16%;
    padding: 19px 0px;
}

.footer-top-sec ul li a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
}

.footer-top-sec ul li a img {
    CONTAIN-INTRINSIC-BLOCK-SIZE: W;
    width: 50px;
    margin: 0px auto;
    margin-bottom: 15px;
}

.footer-top-sec h5 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 25px;
}

.subscribe-box {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    justify-content: center;
}

.subscribe-box input[type="email"] {
    padding: 12px 16px;
    border: none;
    outline: none;
    font-size: 16px;
    width: 300px;
    color: #333;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.subscribe-box input::placeholder {
    color: #aaa;
}

.subscribe-box button {
    background-color: #f00;
    color: white;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: background-color 0.3s;
    font-weight: 600;
}

.subscribe-box button:hover {
    background-color: #d60000;
}

.footer-about p {
    color: #dddddd;
    margin-bottom: 20px;
}

.footer-about ul {
    padding: 0;
}

.footer-about ul li {
    display: inline-block;
    margin-right: 14px;
}

.footer-about ul li a {
    color: #dddddd;
}

.footer-about ul li a i {
    font-size: 24px;
}

.footer-bottom {
    margin-top: 30px;
}

.quick-links {
    margin-top: 100px;
}

.quick-links h4 {
    color: #fff;
    font-weight: 600;
}

.quick-links ul {
    padding: 0;
}

.quick-links ul li {
    list-style: none;
    margin-bottom: 16px;
    color: #dddddd;
    text-decoration: none;
    font-size: 18px;
}

.quick-links ul li a {
    color: #dddddd;
    text-decoration: none;
    font-size: 18px;
}

.footer-contact ul li i {

    position: absolute;

    left: 0;

    top: 6px;

    color: #00c6f4;
}

.footer-contact ul li {

    position: relative;

    padding-left: 31px;
}

#scrollBtn {
    display: none;
}

.subscribe-card {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 4rem 2rem;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.subscribe-card img {
    width: 100px;
    margin-bottom: 1rem;
}

.subscribe-card h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.subscribe-card p {
    color: #555;
    margin-bottom: 1.5rem;
}

.subscribe-input-group {
    background: white;
    border-radius: 0;
    display: flex;
    align-items: center;
    padding: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.subscribe-input-group input {
    border: none;
    outline: none;
    padding: 10px 20px;
    flex: 1;
    border-radius: 50px;
}

.subscribe-input-group button {
    background: linear-gradient(90deg, #d30e0e, #ff0000c7);
    color: white;
    border: none;
    border-radius: 0px;
    padding: 10px 25px;
    font-weight: 600;
    transition: 0.3s;
}


.modal-content .btn-close {
    position: absolute;
    top: 11px;
    right: 4%;
}

.subscribe-input-group button:hover {
    opacity: 0.9;
}

.small-text {
    font-size: 0.85rem;
    color: #666;
    margin-top: 1rem;
}

.modal-dialog {
    max-width: 600px;
    margin: 9.75rem auto;
}

.podcast-content .podcast-container {
    margin-left: 0;
    padding: 4px 15px;
    border-radius: 0;
}

.podcast-detail-main-heading .nav-tabs {
    margin: 0;
}


.podcast-detail-main-heading p {
    margin-top: 20px;
    font-size: 15px !important;
}

.podcast-detail-main-heading p span {
    margin-top: 20px;
    margin-right: 16px;
    font-weight: 600;
    color: #ff1f2d;
}

.podcast-detail-main-heading h3 {
    font-size: 50px;
    color: #000;
    text-transform: capitalize;
    /* margin-bottom: 30px; */
}

.podcast-detail-sec h5 {
    font-size: 32px;
    color: #00c3f2;
    /* display: inline-block; */
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.podcast-detail-sec p {
    font-size: 19px;
    line-height: 33px;
}

.podcast-detail-sec ul li {
    font-size: 15px;
    line-height: 33px;
    margin-bottom: 20px;
}

.podcast-detail-sec .nav-tabs {
    margin-bottom: 0;
}

.podcast-detail-sec .subscribe-apps {
    margin: 0;
    margin-bottom: 30px;
}

.podcast-detail-sec .episode-content h4 a {
    text-decoration: none;
}

.podcast-detail-sec .episode-content p {
    line-height: 26px;
    font-size: 17px;
}

.podcast-ad-sec .episodes-list {
    height: 74px;
}

.podcast-ad-sec h6 {
    font-size: 22px;
    margin-bottom: 20px;
}

.podcast-ad-sec .episode .episode-title {
    font-size: 12px;
}

.podcast-ad-sec .nav-tabs .nav-link {
    font-size: 11px;
}

.podcast-ad-sec .playlist-header {
    font-size: 12px;
    margin-top: 10px;
}

.podcast-content h3 a {
    color: #282828;
    text-decoration: none;
}

.player {
    background: #080808;
    color: white;
    padding: 10px 20px;
    /* border-radius: 10px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #484848;
    align-items: end;
    z-index: 999;
}

.track-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cover {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #ff5f6d, #ffc371);
    border-radius: 10px;
    background-size: cover;
}

.details {
    display: flex;
    flex-direction: column;
}

.title {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
}

.artist {
    font-size: 12px;
    color: #ccc;
}

.controls {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
}

.button {
    width: 50px;
    height: 50px;
    background-color: #00c3f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.button-without-bg {
    /* width: 50px; */
    /* height: 50px; */
    /* background-color: #00bfff; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    margin: 0px 16px;
    font-size: 24px;
}

.progress-container {
    flex-grow: 1;
    margin: 0 20px;
}

.progress-bar {
    height: 4px;
    background: #444;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.progress {
    height: 100%;
    width: 70%;
    background: #00c3f2;
}

.timestamps {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #ccc;
    margin-top: 3px;
}

.volume {
    display: flex;
    align-items: center;
    gap: 5px;
}

.volume-bar {
    width: 100%;
}

.close {
    font-size: 17px;
    cursor: pointer;
    color: #ccc;
    margin-left: 10px;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    background-color: #ff0000;
    border-color: #ff0000;
}

.nav-link.active {
    border-bottom: 2px solid #ff0000 !important;
}

.latest-episodes {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.tab-pane a img {
    width: 30px;
}

.scroll-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #00CFFF;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.scroll-btn:hover {
    background-color: #00aacc;
}

.modal-body {
    padding: 0;
}

.tab-pane ul {
    display: flex;
    padding: 0;
    gap: 20px;
    margin-top: 20px;
}

.tab-pane ul li {
    list-style: none;
}

/*  */
.tab-pane ul li a {
    color: #ff0000;
    font-size: 20px;
}

.button-container {
    display: none;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 2%;
    z-index: 9;
    /* transform: translateY(-50%); */
}

.arrow-button {
    background-color: red;
    border: none;
    border-radius: 10px;
    padding: 12px 21px;
    margin: 4px 0;
    color: white;
    font-size: 16px;
    cursor: pointer;
}





.article-card {
    border-radius: 0;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: none;
    padding: 0;
    background: #fff;
    color: #333;
    position: relative;
}

.article-image {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin-bottom: 15px;
    min-height: 267px;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}

.article-tags {
    margin-bottom: 10px;
}

.article-tags .tag {
    border: 1px solid #ddd;
}

.article-tags .tag,
.article-tags .type {
    display: inline-block;
    /* background: #f5f5f5; */
    color: #333;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 8px;
}

.article-title {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 1.4;
}

.article-summary {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

.article-card .read-more {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    display: inline-block;
    transition: all 0.2s ease;
}

.article-card .read-more:hover {
    text-decoration: underline;
    color: #007BFF;
}

.read-time {
    padding: 4px 9px;
    border: 1px solid #ddd;
    border-radius: 21px;
}

.login-form {
    padding: 50px 30px;
    border-radius: 10px;
    box-shadow: 2px 3px 13px #ddd;
}

.login-form h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #3a3a3a;
    margin-bottom: 40px;
}

.login-form span {
    display: block;
    color: #464646;
    margin-bottom: 10px;
}

.login-form input {
    margin-bottom: 20px;
}

.login-form a {
    text-decoration: none;
}

.login-form a span {
    color: #007BFF;
    margin-top: 15px;
    font-size: 14px;
}

.login-form input:focus {
    box-shadow: none;
    border: 1px solid #000;
}

.auth-submit-btn {
    background: #ff0000;
    color: #fff;
    font-weight: 500;
    border: none;
    margin: 0px auto;
    width: max-content;
    padding: 8px 25px;
}

.auth-submit-btn:focus {
    background: #ff0000;
    color: #fff;
    font-weight: 500;
    border: none;
    margin: 0px auto;
    width: max-content;
    padding: 8px 25px;
}

.artical-card-img {
    position: relative;
}

.like-icon-div {
    position: absolute;
    top: 82px;
    z-index: 1;
    background: #fff;
    right: 17px;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.like-icon-div i {
    color: red;
}

.article-share-btn i {
    color: #8d8d8d;
    font-size: 14px;
    margin-left: 7px;
}



.podcast-comment-card .comment-box {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    margin: 0 auto;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
}

.podcast-comment-card .comment-input {
    border: none;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 6px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    resize: none;
    border: 1px solid #ddd;
}

.podcast-comment-card .reply-input {
    border: none;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 6px;
    background-color: #ffffff;
    margin-bottom: 10px;
    resize: none;
    border: 1px solid #ddd;
}

.podcast-comment-card .toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.podcast-comment-card .send-btn {
    background-color: black;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
}

.podcast-comment-card .comment {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
}

.podcast-comment-card .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e1e1e1;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.podcast-comment-card .comment-body {
    /* background-color: #fff; */
    padding: 0;
    width: 100%;
}

.comment-body .comment {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.podcast-comment-card .comment-header {
    font-weight: 500;
}

.podcast-comment-card .timestamp {
    color: gray;
    font-size: 12px;
    margin-left: 17px;
}

.podcast-comment-card .reply {
    color: #555;
    margin-top: 14px;
    cursor: pointer;
    font-size: 14px;
}

.rply-comm-div {
    height: 500px;
    overflow-y: auto;
}


.actions-icons {
    display: flex;
    padding: 0;
    justify-content: space-between;
    /* margin: 0; */
    border-bottom: 2px solid #ddd;
    padding: 13px;
    padding-top: 0;
}

.actions-icons li {
    list-style: none;
    color: #505050;
    font-size: 17px;
}

.actions-icons li a {
    color: #505050;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
}

.actions-icons li a span {
    font-size: 12px;
}

.actions-icons p {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}

.speaker-listing-box {
    padding: 20px;
    border: 1px dashed #b8b8b8;
    border-radius: 10px;
    margin-top: 30px;
}

.speaker-listing-box h6 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #ff0000;
}

.speaker-listing-box ul {
    padding: 0;
    margin-bottom: 0;
}

.speaker-listing-box ul li {
    margin-bottom: 10px;
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    font-weight: 500;
    background-color: #f3f3f3;
    padding: 5px 10px;
    cursor: pointer;
}

.speaker-listing-box ul li:hover {
    color: red;
}

/* .speaker-listing-box ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
} */
.login-page-new .login-box {
    width: 100% !important;
}


@media (min-width: 1661px) {
    .right-sec {
        height: 100vh;
    }
}

@media (max-width: 1500px) {
    .right-top-content {
        margin-left: 150px;
    }

    .right-top-content h2 {
        font-size: 44px;
        padding-bottom: 12px;
        line-height: 57px;
    }

    .right-top-content p {
        font-size: 23px;
    }

    .mail {
        margin-top: 140px;
    }

    .episode-social-card {
        min-height: 533px;
    }
}

@media (max-width: 1024px) {
    .left-sec h1 {
        font-size: 50px;
    }

    .right-top-content {
        margin-left: 80px;
    }

    .right-top-content h2 {
        font-size: 34px;
        line-height: 46px;
    }

    .right-top-content p {
        font-size: 16px;
    }

    .right-top-content span {
        font-size: 15px;
    }

    .right-top-content a {
        font-size: 15px;
    }

    .social-icons-div ul li a {
        font-size: 30px;
    }

    .social-icons-div ul {
        gap: 32px;
        margin-left: 10px;
    }

    .rating-div p {
        font-size: 13px;
    }

    .social-icons-div p {
        font-size: 13px;
    }

    .qr-div p {
        font-size: 14px;
        text-align: center;
    }

    .navbar button {
        font-size: 14px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 11px;
    }

    .login-btn {
        font-size: 13px;
    }

    .podcast-breadcrumb h1 {
        font-size: 35px;
    }

    .podcast-main-heading p {
        line-height: 30px;
        font-size: 20px;
    }

    .podcast-img-detail img {
        width: 199px;
    }

    .podcast-img-detail h3 {
        font-size: 24px;
    }

    .podcast-img-detail p {
        font-size: 14px;
    }

    .latest-episodes h4 {
        font-size: 30px;
    }

    .play-btn {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .title {
        font-size: 12px;
    }

    .desc {
        font-size: 11px;
    }

    .playlist-header {
        font-size: 12px;
    }

    .episode .episode-title {
        font-size: 13px;
    }

    .latest-episodes ul li {
        font-size: 16px;
        line-height: 28px;
    }

    .subscribe-apps ul li a {
        font-size: 13px;
    }

    .subscribe-apps h5 {
        font-size: 22px;
    }

    .subscribe-apps ul {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .coming-soon .pe-0 {
        padding: 0 !important;
    }

    .left-sec h1 {
        font-size: 70px;
    }

    .mail a {
        font-size: 20px;
    }

    .right-top-content {
        margin: 0px 30px;
    }

    .right-top-content h2 br {
        display: none;
    }

    .right-top-content h2 {
        font-size: 37px;
    }

    .right-top-content p br {
        display: none;
    }

    .right-top-content span {
        margin-bottom: 0;
    }

    .social-icons-div p {
        text-align: left;
    }

    .podcast-breadcrumb h1 {
        font-size: 30px;
    }

    .podcast-main-heading p {
        line-height: 28px;
        font-size: 17px;
    }

    .latest-episodes {
        padding-top: 20px;
    }

    .podcast-container {
        margin-left: 0;
    }

    .subscribe-apps {
        margin-left: 0;
    }

    .latest-episodes h4 {
        font-size: 25px;
    }

    .navbar .navbar-nav {
        float: right;
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
        padding: 30px 20px;
        box-shadow: 5px 5px 5px #ddd;
        top: 99%;
        z-index: 9;
    }

    .navbar-light .navbar-toggler {
        padding-right: 0;
    }

    .login-btn {
        justify-content: right;
    }

    .navbar-light .navbar-nav .nav-link {
        border-bottom: 1px solid #ddd;
    }

}

@media (max-width: 500px) {
    .left-sec h1 {
        font-size: 44px;
    }

    .right-top-content h2 {
        font-size: 33px;
        line-height: 37px;
    }

    .download-btns button {
        font-size: 12px;
        margin-right: 10px;
        padding: 10px 30px;
    }

    .social-icons-div ul {
        justify-content: center;
    }

    .social-icons-div p {
        text-align: center;
        margin-top: 10px;
    }

    .qr-div {
        text-align: center;
    }

    .rating-div p {
        text-align: center;
        margin-top: 10px;
    }

    .podcast-breadcrumb h1 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 0px;
    }

    .podcast-main-heading img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .podcast-main-heading p {
        font-size: 15px;
    }

    .podcast-img-detail {
        display: block;
    }

    .podcast-img-detail img {
        width: 100%;
        margin-bottom: 20px;
    }

    .podcast-container {
        padding: 20px 10px;
    }

    .title {
        font-size: 10px;
    }

    .header span {
        font-size: 11px;
    }

    .nav-tabs .nav-link {

        font-size: 9px;
    }

    .playlist-header {
        font-size: 10px;
    }

    .episode .episode-title {
        font-size: 12px;
    }

    .episode .duration {
        font-size: 12px;
    }

    .subscribe-apps h5 {
        font-size: 17px;
    }

    .subscribe-apps ul li a {
        font-size: 10px;
    }

    .latest-episodes ul li {
        font-size: 13px;
        line-height: 25px;
    }

    .podcast-detail-card {
        padding: 20px;
    }

    .podcast-detail .px-5 {
        padding: 0px 20px !important;
    }

    .episode-list .episode-item {
        display: block;
    }

    .episode-img {
        margin-bottom: 20px;
    }

    .episode-list .episode-img img {
        width: 100%;
        height: 100%;
    }

    .podcast-detail-main-heading h3 {
        font-size: 28px;
    }

    .podcast-detail-sec h5 {
        margin-top: 30px;
        font-size: 24px;
    }

    .podcast-detail-sec p {
        font-size: 16px;
        line-height: 27px;
    }

    .podcast-content .podcast-container {
        margin-top: 30px;
    }

    .subscribe-apps ul li a img {
        width: 30px;
    }

    .quick-links {
        margin-top: 30px;
    }

    .footer-top-sec ul li {
        width: 30%;
    }

    .footer-top-sec ul li a {
        font-size: 11px;
    }

    .footer-top-sec ul li a img {
        width: 30px;
    }

    .quick-links ul li a {
        font-size: 15px;
    }

    .quick-links ul li {
        margin-bottom: 4px;
    }

    .quick-links ul li {
        font-size: 15px;
    }

    .footer-top-sec p {
        line-height: 22px;
        font-size: 13px;
    }

    .footer-top-sec h5 {
        font-size: 20px;
    }

    .quick-links h4 {
        font-size: 20px;
    }

    #scrollBtn {
        display: block;
    }

    .button-container {
        display: flex;
    }

    .podcast-main-heading {
        padding: 30px 0px;
    }

    .podcast-detail-card {
        padding: 0;
    }

    .podcast-swiper-div {
        margin-top: 40px;
    }

    .podcast-breadcrumb .container-fluid.px-5 {
        padding: 0px 20px !important;
    }

    .podcast-breadcrumb h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .podcast-detail-sec {
        padding-top: 0;
    }

    .podcast-content.mt-5 {
        margin-top: 20px !important;
    }

    .podcast-detail-sec h5 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .col-md-9.px-0 {
        padding: 0px 20px !important;
    }

    .podcast-detail-sec p {
        line-height: 24px !important;
    }

    .podcast-detail-sec h5 {
        font-size: 20px;
    }

    .episode-content h4 a {
        font-size: 18px;
    }

    .login-page video {
        object-fit: fill !important;
    }

    .podcast-detail-sec ul li {
        font-size: 12px;
    }

    .nav-tabs .nav-link {
        font-size: 12px;
    }

    .secon-podcast-cont .nav-item {
        width: max-content;
        justify-content: flex-start !important;
    }

    .send-btn {
        padding-left: 0 !important;
    }

}

.slide-viewmore-card {
    display: flex;
    width: 300px;
    border: 1px solid #ddd;
    text-align: center;
    height: 300px;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    border-radius: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: 'next';
    font-size: 17px !important;
    background: #000;
    color: #fff;
    /* width: 30px; */
    /* height: 30px; */
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 15px !important;
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-horizontal {
    padding-bottom: 50px !important;
}

.swiper-pagination-bullet {
    color: #000 !important;
    background: #54545433 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    color: #fff !important;
    background: #007aff !important;
}

.podcast-detail-card h2 {
    padding: 0;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

/* .podcast-swiper-div{
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
} */




.login-page-new .login-box {
    width: 100% !important;
}

.podcast-description a {
    color: #ffffff;
    background: #ed1e24;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
}

.podcast-container .nav-item {
    display: flex;
    justify-content: center;
    align-items: anchor-center;
}

.podcast-container .like-detail {
    color: #fff;
    margin-right: 20px;
}

.podcast-container .dislike-detail {
    color: #fff;
}

.podcast-container .send-btn:hover {
    background-color: #ffffff;
    color: red;
}

table td .p-3 {
    padding: 4px !important;

}

.sorting_disabled {
    width: 200px !important;
}

.search-container {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 27%);
    padding: 12px 20px;
    border: 1px solid #ddd;
}

.search-container svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    color: #888;
    flex-shrink: 0;
}

.search-container input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    color: #333;
}

.uk-back-icon {
    display: flex;
    width: 40px;
    height: 40px;
    background: #ff0000;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

.uk-back-icon i {
    font-size: 18px;
    color: #fff;
}

.uk-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: transform 0.2s ease;
    margin-bottom: 30px;
    cursor: pointer;
}

.uk-card:hover {
    transform: translateY(-4px);
}

.uk-card .card-icon {
    background-color: #e0f2fe;
    color: #ff0000;
    padding: 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uk-card .card-icon svg {
    width: 24px;
    height: 24px;
}

.uk-card .card-text {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.uk-destination-page .card-data a {
    /* display: flex;
    flex-direction: column-reverse; */
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    /* padding: 15px; */
    border-radius: 10px;
    gap: 10px;
    /* box-shadow: 0px 2px 5px #ddd; */
    text-transform: capitalize;
    width: 80%;
}

.uk-destination-page .card-data a button {
    width: max-content;
    background-color: #ff0000;
    border: none;
}

.uk-destination-page .card-data a button:hover {
    background-color: #b90000;
}
.uk-destination-page .uk-desti-card-new {
    display: flex;
    flex-direction: row;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    border-radius: 10px;
    gap: 10px;
    box-shadow: 0px 2px 5px #ddd;
    text-transform: capitalize;
    justify-content: space-between;
    align-items: center;
}

.uk-destination-page .uk-desti-card-new button {
    width: 50px;
    background-color: #ff0000;
    border: none;
    height: 50px;
}

.uk-destination-page .card-data a button:hover {
    background-color: #b90000;
}





.view_count {
    font-size: 13.6px !important;
}

.swal2-styled {
    background-color: #ed1e24 !important;
    padding: 8px 16px !important;
    border-radius: 3px !important;
}

div:where(.swal2-icon).swal2-warning {
    border-color: #ff0000 !important;
    color: #ff0000 !important;
}

.speaker-listing-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.speaker-listing-content svg {
    width: 20px;
    fill: #ff0000;
}

.secon-podcast-cont .nav-link {
    padding: 0;
}

.secon-podcast-cont .nav-item {
    padding: 0;
    margin: 0px 6px;
}

.secon-podcast-cont .like-detail {
    margin-right: 0;
}

.view-profile-btn-style {
    font-size: 11px;
    text-decoration: underline;
}
.episode-social-card{position: relative !important;}

.researchArticleButton {
    width : 26%
}
.flagButton {
    width : 3%;
}

@media (max-width: 768px) {  /* adjust breakpoint as needed */
    .researchArticleButton,
    .flagButton {
        width: auto !important;   /* let the button size naturally */
    }
}
