* {
    margin: 0%;
    font-family: Rubik;
}

body {
    zoom: 100%;
    height: 100%;
    overflow-x: hidden;
}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
        /* Start and end position */
    }

    50% {
        transform: translateY(-2rem);
        /* Midpoint position*/
    }
}

.temp-blank-container {
    height: 50vh;
}

.banner-section {
    height: 90vh;
    flex-direction: column;
    position: relative;
    display: flex;
    background-image: url(https://images.unsplash.com/photo-1583127812417-7c06e950a432?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
    gap: 9rem;
}

.navbar-container {
    display: flex;
}
.navbar-menu-icon{
    display: none;
}
.navbar {
    display: flex;
    width: 100%;
    position: static;
    z-index: 2;
    background:#6254FC;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    justify-content: space-around;
    align-items: center;
    transition: background 0.5s ease, position 0.5s ease;
}
.navbar-continer-list li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.navbar-continer-list a {
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
    color: #fff; /* Set your preferred text color */
    overflow: hidden;
}

.navbar-continer-list a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px; /* Set the thickness of the underline */
    background-color: #fff; /* Set the underline color */
    bottom: 0;
    left: 0;
    transition: width 0.3s ease-in-out;
}
.signUpFormChild{
    text-align: left;
}
#signUpForm{
    width:80%
}
#checkuseremailNewsletterID-error{
    color: red;
    margin-left: 10px;
    margin-bottom: 6px;
}
.navbar-continer-list a:hover::before {
    width: 100%;
}


.close-menu-icon {
    position: absolute;
    top: 0;
    right: 0px;
}

.navbar-container ul {
    display: flex;
    list-style: none;
    font-size: 20px;
    color: white;
    justify-content: flex-end;
    gap: 50px;
    align-items: center;
}

.navbar-container ul li a {
    color: white;
    text-decoration: none;
    list-style: none;
}

.navbar-button {
    fill: #ffffff;
    color: #ffffff;
    font-size: 20px;
    background-color: #6254FC00;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    border-radius: 0px;
    padding: 15px 35px;
}
.navbar-button:hover{
	background: white;
	color: black;
}
.navbar-container-2 {
    display: flex;
    padding-right: 10px;
}


.navbar-logo {
    width: 161px;
    height: 110px;
    padding-right: 20vw;
}

.navbar-logo img {
    height: 100%;
    width: 100%;
}

.navbar-menu-icon {
    width: 50px;
    height: 50px;
}

.navbar-menu-icon img {
    height: 100%;
    width: 100%;
}

.navbar-menu-icon {
    display: none;
}

.navbar-menu-responsive {
    display: none;
}

.slider-menu-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: 1000;
    transition: left 0.3s ease-in-out;
}

.slider-menu {
    width: 80%;
    display: flex;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    color: white;
}

.slider-menu-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.slider-menu ul li {
    margin-bottom: 20px;
}
.slider-menu-list ul li a{
    list-style: none;
    text-decoration: none;
    color: white;
    font-size: 21px;
}

/* Style for the menu icon */
.navbar-menu-icon {
    cursor: pointer;
}

/* Adjust the styles for other elements as needed */

.container {
    padding: 2rem;
}

.slider__wrapper {
    position: relative;
    max-width: 48rem;
    margin: 0 auto;
    height: 0;
    /* Set initial height to 0 */
    overflow: hidden;
    /* Hide overflow */
}

.slider {
    display: flex;
    aspect-ratio: 16 / 9;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
    border-radius: 1rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.slider::-webkit-scrollbar {
    display: none;
}

.slider img {
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
}

.slider__nav {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.slider__nav a {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    transition: opacity ease 0.25s;
}

.slider__nav a:hover {
    opacity: 1;
}

.banner-section::before {
    background-color: rgb(0 0 0 / 64%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-text {
    display: flex;
    justify-content: center;
    margin: auto;
    flex-direction: column;
    align-items: baseline;
    position: relative;
}

.banner-text-container {
    width: 100%;
}

.banner-text h1 {
    font-size: 4vw;
    color: white;
}

.banner-text p {
    font-size: 2.5vw;
    color: white;
    width: 57%;
    line-height: 3rem;
    font-family: 'Times new Roman';
}

#banner-Hightlight-text {
    background-image: linear-gradient(90deg, #03E2CD 0%, #6254FC 90%);
    font-family: 'Play';
}

#powered-by-text {
    /* margin-left: 20rem; */
    font-size: 1.5vw;
    font-family: 'Rubik', sans-serif;
}

.subscribe-label {
    display: flex;
    background: white;
    width: 30%;
    padding: 30px;
    /* transform: translateX(40%); */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    align-items: center;
    gap: 10px;
    z-index: 1;
    position: relative;
    justify-content: center;
}

.subscribe-text {
   font-size: 24px;
    font-weight: 500;
    font-family: initial;
}

.subscribe-label-container {
    position: relative;
    display: flex;
    justify-content: center;
    background: linear-gradient(135deg, rgb(15, 201, 231) 25%, rgb(82, 95, 225) 148%);
}

.subscribe-icon {
    display: flex;
    gap: 20px;
    align-items: center;
}

.Panel-discussion-section,
.Blogs-section {
    justify-content: space-evenly;
    flex-direction: row-reverse;
    display: flex;
    height: auto;
    gap: 3rem;
    padding-bottom: 8rem;
    padding-top: 11rem;
    background: linear-gradient(135deg, #0FC9E7 25%, #525FE1 100%);
}

.Panel-discussion-img,
.Blogs-img {
    width: 528px;
    margin: auto;
    height: 575px;
    gap: 26px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Panel-discussion-img img,
.Blogs-img img {
    width: 100%;
    animation: 3s ease-in-out 0s infinite normal none running moveUpDown;
    box-shadow: 0 0 0 2px white, 8px 8px 0 0 white;
    border-radius: 60px;
}

.Panel-discussion-img a,
.Blogs-img a {
    color: white;
    font-size: 25px;
    text-decoration: underline;
}

.Panel-discussion-content,
.Blogs-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 34px;
    width: 50%;
    text-align: justify;
}

.Panel-discussion-button a button,
.Blogs-button a button {
    padding: 20px;
    outline: none;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border: none;
    width: 300px;
    border-radius: 30px;
    background: #f15f8b;
    text-decoration: none;
    color: white;
    font-size: 24px;
    font-weight: 600;

}
.Panel-discussion-button a button:hover,
.Blogs-button a button:hover{
    cursor: pointer;
    background-color: #6254FC;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.Panel-discussion-text h1,
.Blogs-text h1 {
    font-size: 49px;
    line-height: 5rem;
    color: white;
}

.Panel-discussion-text p,
.Blogs-text p {
    font-size: 22px;
    color: white;
    width: 70%;
    font-weight: 200;
    text-align: justify;
    text-align: left;
    line-height: 2rem;
}


.option:not(.active):hover {
    transform: scale(0.9);
}

.carousel-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2vw;
    overflow: hidden;
    height: 60vh;
    font-family: 'Roboto', sans-serif;
    transition: 0.25s;
}

.carousel-container .dark {
    background: #232223;
    color: white;
}

.carousel-container .credit {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: inherit;
}

.carousel-container .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 600px;
    max-width: 900px;
    width: calc(100% - 100px);
    height: 80%;


    @media screen and (max-width: 718px) {
        min-width: 520px;

        .option:nth-child(5) {
            display: none;
        }
    }

    @media screen and (max-width: 638px) {
        min-width: 440px;

        .option:nth-child(4) {
            display: none;
        }
    }

    @media screen and (max-width: 558px) {
        min-width: 360px;

        .option:nth-child(3) {
            display: none;
        }
    }

    @media screen and (max-width: 478px) {
        min-width: 280px;

        .option:nth-child(2) {
            display: none;
        }
    }

    .option {
        position: relative;
        overflow: hidden;
        min-width: 60px;
        margin: 10px;
        cursor: pointer;
        transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);

        &.active {
            flex-grow: 10000;
            transform: scale(1);
            max-width: 600px;
            margin: 0px;
            border-radius: 40px;
            background-size: cover;

            .shadow {
                box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
            }

            .label {
                bottom: 181px;
                left: 20px;

                .info>div {
                    left: 14px;
                    opacity: 1;
                }
            }
        }

        &:not(.active) {
            flex-grow: 1;
            border-radius: 30px;

            .shadow {
                bottom: -40px;
                box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
            }

            .label {
                bottom: 10px;
                left: 10px;

                .info>div {
                    left: 20px;
                    opacity: 0;
                }
            }
        }

        .shadow {
            position: absolute;
            bottom: 0px;
            left: 0px;
            right: 0px;
            height: 120px;
            transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
        }

        .label {
            display: flex;
            position: absolute;
            right: 0px;
            height: 40px;
            z-index: 2;
            transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);

            .icon {
                display: flex;
                min-width: 40px;
                max-width: 40px;
                height: 40px;
                border-radius: 100%;
                background-color: white;
                color: var(--defaultBackground);
                justify-content: center;
                align-items: center;
            }

            .info {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                margin-left: 10px;
                color: white;
                white-space: nowrap;

                >div {
                    position: relative;
                    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
                }

                .main {
                    font-weight: bold;
                    font-size: 1.2rem;
                }

                .sub {
                    transition-delay: 0.1s;
                    padding-top: 23px;
                }
            }
        }
    }
  }

.designation{
    text-decoration: underline;
}
#review-1,
#review-2,
#review-3,
#review-4,
#review-5 {
    position: relative;
}

#review-1::before,
#review-2::before,
#review-3::before,
#review-4::before,
#review-5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(47 45 45 / 50%); /* Adjust the color and opacity as needed */
    z-index: 1;
}

#review-1 {
    background: url(https://images.unsplash.com/photo-1581547848545-a75a2634ba23?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#review-2 {
    background-size: 100%;
    /* background: urlhttps://images.unsplash.com/photo-1581547848521-a75a2634ba23?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D; */
    background-repeat: no-repeat;
    background: url(https://images.unsplash.com/photo-1581547848545-a75a2634ba23?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
}

#review-3 {

    background-size: 100%;
    /* background: urlhttps://images.unsplash.com/photo-1581547848521-a75a2634ba23?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D; */
    background-repeat: no-repeat;
    background: url(https://images.unsplash.com/photo-1581547848545-a75a2634ba23?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
}

#review-4 {

    background-size: 100%;
    /* background: urlhttps://images.unsplash.com/photo-1581547848521-a75a2634ba23?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D; */
    background-repeat: no-repeat;
    background: url(https://images.unsplash.com/photo-1581547848545-a75a2634ba23?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;

}

#review-5 {

    background-size: 100%;
    /* background: urlhttps://images.unsplash.com/photo-1581547848521-a75a2634ba23?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D; */
    background-repeat: no-repeat;
    background: url(https://images.unsplash.com/photo-1581547848545-a75a2634ba23?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;

}

#circle-element-one,
#circle-element-two {
    width: 100px;
    height: 100px;
    background-color: #3498db;
    border-radius: 50%;
    position: relative;
}

#cylinder-element {
    height: 232px;
    width: 75px;
    border-radius: 50px;
    background-color: #3498db;
    position: relative;
}

.Podcasts-section {
    display: flex;
    padding-bottom: 96px;
    padding-top: 96px;
    background: #bad6f7;
}

.Podcasts-media {
    display: flex;
    justify-content: center;
    gap: 26px;
    margin: auto;
    perspective: 1000px;
    align-items: center;
}

.Podcasts-media-col2,
.Podcasts-media-col1{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.Podcasts-media-col1 {
    width: 100%;
}

.Podcasts-media-col1 img {
    border-radius: 60px;
    height: 100%;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.Podcasts-media-col2-img1 {
    width: 100%;
}

.Podcasts-media-col2-img1 img {
    height: 100%;
    width: 100%;
    border-radius: 60px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.Podcasts-media-col2-img2 {
    width: 100%;
}

.podcast-arrow {
    transform: rotate(45deg);
}

.Podcasts-media-col2-img2 img {
    width: 100%;
    height: 100%;
    border-radius: 60px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.podcast-card-back-3 span a,
.podcast-card-back-2 span a,
.podcast-card-back-1 span a {
    text-decoration: underline;
    color: white;
}

.podcast-card-1,
.podcast-card-2,
.podcast-card-3 {
    perspective: 500px;
}

.podcast-card-2 {
    width: 32vw;
    height: 15vw;
}

.podcast-card-3 {
    width: 32vw;
    height: 15vw;
}

.podcast-card-1 {
    /* width: 45vw;
    height: 30vw; */
    border-radius: 60px;
}

.podcast-card-content-1,
.podcast-card-content-2,
.podcast-card-content-3 {
    position: absolute;
    border-radius: 60px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 2s;
    border-radius: 60px;
    border: 1px solid black;
    transform-style: preserve-3d;
}

.podcast-card-content-1 {
    width: 45vw;
    height: 30vw;
}

.podcast-card-content-2 {
    width: 32vw;
    height: 15vw;
}

.podcast-card-content-3 {
    width: 32vw;
    height: 15vw;
}

.podcast-card-1:hover .podcast-card-content-1,
.podcast-card-2:hover .podcast-card-content-2,
.podcast-card-3:hover .podcast-card-content-3 {
    transform: rotateY(180deg);
    transition: transform 2s;
}

.podcast-card-front-1,
.podcast-card-back-1,
.podcast-card-front-2,
.podcast-card-back-2,
.podcast-card-front-3,
.podcast-card-back-3 {
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, #0FC9E7 25%, #525FE1 100%);
    ;
    width: 100%;
    color: #03446A;
    text-align: center;
    border-radius: 60px;
    backface-visibility: hidden;
}

.podcast-card-back-1,
.podcast-card-back-2,
.podcast-card-back-3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 1vw;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin: auto;
    transform: rotateY(180deg);
}

.podcast-card-back-1 p,
.podcast-card-back-2 p,
.podcast-card-back-2 p {
    font-size: 1.5vw;
}

.podcast-hits-container {
    background-color: #F8F8F8;
    height: auto;
    display: flex;
    margin: auto;
    padding-top: 10.5625rem;
    padding-bottom: 5.5625rem;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.podcast-hits-text {
    justify-content: center;
    margin-top: 4rem;
    display: flex;
    gap: 10px;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.hit-topics-readmore {
    text-decoration: underline;
    font-weight: 600;

}

.podcast-hits-text h1 {
    font-size: 46px;
}

.podcast-hits-img {
    background-image: linear-gradient(270deg, #03E2CD 0%, #6254FC 100%);
    border-radius: 500px 500px 500px 500px;
    height: 227px;
    width: 331px;
}

.podcast-hits-img img {
    width: 150px;
    margin-left: 49px;
    margin-top: -20px;
}

.list-container {
    background: white;
    padding: 20px;
    height: 104px;
    border-radius: 43px;
    width: 19vw;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border: 3px solid rgb(159, 147, 147);
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.list-container p{
    font-size: 15px;
}
.list-container .additional-content {
    display: none;
}

.list-container:hover .additional-content {
    display: block;
}

.list-container:hover .hit-topics-readmore {
    display: none;
}

/* .list-container h3 {
    line-height: 38px;
} */

.podcast-hits-list-1,
.podcast-hits-list-2 {
    display: flex;
    width: 50%;
    flex-direction: column;
    gap: 4rem;
}

#Value-of-Agility {
    margin-left: 70px;
}

#Value-of-Agility:hover {
    transition: transform 0.9s ease-in-out;
    transform: scale(1.1);
    
}

#survival-strategies {
    margin-right: 70px;
}

#survival-strategies:hover {
    transition: transform 0.9s ease-in-out;
    transform: scale(1.2);
}

#strategies-to-Recover {
    margin-right: 56px;
}

#strategies-to-Recover:hover {
    transition: transform 0.9s ease-in-out;
    transform: scale(1.2);
    
}

#Adapting-to-Change {
    margin-left: 50px;
}

#Adapting-to-Change:hover {
    transition: transform 0.9s ease-in-out;
    transform: scale(1.2);
}

#Managing-and-adapting {
    margin-left: 70px;
}

#Managing-and-adapting:hover {
    transition: transform 0.9s ease-in-out;
    transform: scale(1.2);
}

#Importance-of-Upskilling {
    margin-right: 70px;
}

#Importance-of-Upskilling:hover {
    transition: transform 0.9s ease-in-out;
    transform: scale(1.2);
}

.podcast-hits-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: auto;
    gap: 15px;
}

.podcast-hits-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.side-elements {
    width: max-content;
    display: none;
    position: absolute;
    top: 17rem;
    left: 10rem;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.guest-text-listwithIcon {
    display: flex;
    align-items: center;
}

.guest-text-listwithIcon .icon {
    display: inline-block;
    width: 43px;
    position: absolute;
    height: 43px;
    border-radius: 50%;
    right: 54rem;
    z-index: 1;
    background: linear-gradient(270deg, #03E2CD 0%, #6254FC 100%);
    /* margin-right: 10px; /* Set the desired background color */
}

.guest-list-container {
        width: 100%;
    display: flex;
    flex-direction: column;
}
.error{
       color: red;
}
#failure-already{
	color: red;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.guest-text-listwithIcon:last-child{
	margin-top: 10px;
}
.guest-text-listwithIcon .icon span {
    display: flex;
    /* right: 52rem; */
    align-items: center;
    /* position: absolute; */
    width: 43px;
    height: 43px;
    justify-content: center;
    color: white;
    font-size: 18px;
    /* Adjust the font size as needed */
}

#spotify-logo img {
    width: 35px;
}

#apple-logo img {
    width: 35px;
}

#youtube-logo img {
    width: 35px;
}

.guest-container {
    background: #F8F8F8;
    height: auto;
    gap: 77px;
    display: flex;
    padding-top: 10rem;
    padding-bottom: 3rem;
    justify-content: center;
    align-items: center;
}

.guest-collage {
    display: flex;
    gap: 24px;
}

.guest-collage-col-3 {
    display: flex;
    gap: 18px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.guest-collage-col-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.guest-collage-col-1 {
    display: flex;
    flex-direction: column;
    gap: 23px;
    align-items: center;
    justify-content: center;
}

.guest-collage-col-1-img-1 {
    border-radius: 50%;
    overflow: hidden;
    width: 12vw;
    height: 12vw;
}

.guest-collage-col-3-img-1 {
    border-radius: 50%;
    overflow: hidden;
    width: 12vw;
    height: 12vw;
}

.guest-collage-col-3-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the circular container */
}

.guest-collage-col-2-img-2 {
    border-radius: 50%;
    overflow: hidden;
    width: 12vw;
    height: 12vw;
    gap: 23px;
	background-image: url(https://images.unsplash.com/photo-1485579149621-3123dd979885?q=80&w=1931&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: right;
 }

.guest-collage-col-1-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guest-collage-col-3-img-2 {
    height: 18.23vw;
    width: 9.06vw;
    border-radius: 116px;
    overflow: hidden;
}

.guest-collage-col-3-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guest-collage-col-1-img-2,
.guest-collage-col-2-img-1 {
    height: 23.85vw;
    width: 8.854vw;
    border-radius: 116px;
    overflow: hidden;
}

.guest-collage-col-1-img-2 img,
.guest-collage-col-2-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guest-text {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.guest-text-header h2 {
    font-size: 4vw;
}

.guest-text-header h5 {
    font-size: 2vw;
    margin-bottom: 20px;
}

.guest-text-header p {
    font-size: 19px;
}

.guest-text-list {
    width: 100%;
}

.guest-text-list input {
    list-style: none;
    width: 80%;
    border: 1px solid black;
    padding: 20px;
    border-radius: 43px;
    margin-bottom: 10px;
    font-size: 25px;
}

.guest-text-list ul {
    padding: 0;
}

.guest-text-cta-button {
    width: 100%;
    margin-bottom: 25px;
}

.guest-text-cta-button button {
    padding: 20px;
    width: 38%;
    color: white;
    margin-left: 22%;
    outline: none;
    border: none;
    border-radius: 30px;
    font-size: 24px;
}

.reviews-side-elements {
    width: max-content;
    display: flex;
    /* position: absolute;
    top: 0rem;
    left: 25rem; */
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#reviews-circle-element-one,
#reviews-circle-element-two {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    /* Set background color as needed */
    border-radius: 50%;
    position: relative;
}

#reviews-cylinder-element {
    height: 232px;
    width: 75px;
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    position: relative;
}

#register:hover{
    cursor: pointer;
    background-color: #6254FC;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
#register {
    background-color: #F1346D;
}

#learn-more {
    background-color: #6254FC;
}

.reviews-container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: #0E1929;
    padding-top: 3vw;
    gap: 4rem;
    height: auto;
    color: white;
}

.reviews-text h1 {
    font-size: 45px;
    margin-bottom: 8px;
}

.reviews-text p {
    font-size: 20px;
}

.reviews-content {
    display: flex;
    flex-direction: column;
    gap: 87px;
    width: 50%;
}

.reviews-image-container img {
    border-radius: 60px;

}

.reviews-image-container {
    display: flex;
    flex-direction: row;
}

.temp-blank-afterReviews {
    height: 40vh;
}

.subscribe-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 10%;
    margin-bottom: 80px;
    flex-direction: row-reverse;
}

.subscribe-image-element {
    width: 34%;
}

.subscribe-image-element img {
    width: 100%;
}

.subscribe-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 36px;
}

.email-newsletter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.email-newsletter p{
    font-size: 34px;
    font-weight: 300;
}
.email-input{
    font-size: 20px;
}
#subscription-message{
    color: #0575E6;
}
#news-letter-button {
    font-size: 20px;
    width: 50%;
    border-radius: 33px;
    cursor: pointer;
    padding: 10px;
    background: #6254fc;
    color: white;
    border: 1px solid grey;
}
.social-media-handles{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;    
}

#checkuseremailIDINput {
    height: 40px;
    border-radius: 33px;
    width: 90%;
    padding-left: 15px;
    padding: 10px;
    border: 1px solid grey;
}
#checkuseremailNewsletterID{
	 height: 40px;
    border-radius: 33px;
    width: 100%;
    padding-left: 15px;
    padding: 10px;
    border: 1px solid grey;
}
.emailError{
	color: red;
}
.email-newsletter h2 {
    font-size: 30px;
}



@media screen and (min-width: 1300px) {
    #powered-by-text {
        margin-left: 15rem;
    }

    .banner-text {
        margin-left: 24rem;
    }

    .subscribe-label {
        top: -2rem;
    }

    .side-elements {
        display: flex;
    }
    
}

@media screen and (max-width:300px){
	.subscribe-label{
		width: 44%;
	}
	.Panel-discussion-button a button, .Blogs-button a button{
		width: 263px;
	}
	.podcast-hits-img{
		width: 264px;
	}
	.guest-text-cta-button button{
		width: 54%;
	}
}

@media (max-width:968px) {
    .guest-list-container {
        align-items: start;
    }
    .banner-text h1{
		font-size: 9vw;
	}
	#powered-by-text{
		font-size: 5.5vw;
	}
	.banner-text p{
		font-size: 7.5vw;
	}
}
@media screen and (max-width: 768px) {
    
    .list-container {
        overflow: scroll;
    }

    .subscribe-image-element {
        width: 90%;
    }

    .subscribe-image-element img {
        width: 100%;
    }

    .recent-videos {
        flex-direction: column;
    }

    .reviews-side-elements {
        display: none;
    }

    .recent-hits {
        height: auto;
    }

    .reviews-content {
        text-align: center;
    }

    .recent-hits-text {
        margin-top: 10rem;
    }

    .podcast-hits-content {
        gap: 46px;
        margin-right: auto;
        margin-top: 6rem;
        margin-left: auto;
        flex-direction: column;
    }

    .podcast-hits-container {
        height: auto;
    }

    .guest-container {
        flex-direction: column;
    }

    .guest-text {
        text-align: center;
    }

    .guest-text-list {
        margin: auto;
    }

    .guest-text-cta-button {
        justify-content: center;
        margin-bottom: 18px;
    }

    .guest-text-listwithIcon .icon {
        display: none;
    }


    .subscribe-section {
        flex-direction: column;
        text-align: center;
    }

    .temp-blank-afterReviews {
        height: 50vh;
    }

    .Panel-discussion-img,
    .Blogs-img {
        width: 67vw;
        margin-left: auto;
        margin-right: auto;
        height: 30vw;
    }

    .Panel-discussion-content,
    .Blogs-content {
        flex-direction: column;
        margin: auto;
        width: 80%;
        align-items: center;
        text-align: center;
    }

    .Panel-discussion-section,
    .Blogs-section {
        flex-direction: column-reverse;
        height: auto;
    }
    .banner-text{
        margin: 15px;
    }
    .banner-text p {
        width: 100%;
    }


}

@media screen and (max-width:765px) {
	
	.guest-text-cta-button button{
		margin-left: 0%;
	}
	
    .guest-collage {
        flex-direction: column;
        margin-top: 10rem;
    }

    .podcast-hits-list-1,
    .podcast-hits-list-2 {
        width: 100%;
    }

    .guest-collage-col-1,
    .guest-collage-col-2,
    .guest-collage-col-3 {
        flex-direction: row;
    }

    .guest-collage-col-1-img-2,
    .guest-collage-col-2-img-1 {
        height: 67.85vw;
        width: 26.854vw;
    }
.guest-collage-col-2-img-2{
	width: 29vw;
	height: 29vw;
}
.guest-collage-col-3-img-1{
	width: 39vw;
	height: 39vw;
}
    .guest-collage-col-3-img-2 {
           height: 67.23vw;
    width: 34.06vw;
    }


    .reviews-image-container {
        width: 90%;
    }

    .reviews-image-container img {
        width: 100%;
    }

.podcast-card-back-1 p,
.podcast-card-back-2 p,
.podcast-card-back-2 p {
	font-size: 2vw;
	}
    .Podcasts-media-col1 img,
    .podcast-card-content-1,
    .podcast-card-1 {
        width: 81vw;
        height: 52vw;
    }

	.podcast-card-back-1,
	.podcast-card-back-2,
	.podcast-card-back-3{
		font-size: 2vw;
}
    .Podcasts-media {
        flex-direction: column;
    }

    .Podcasts-media-col2-img1 img,
    .podcast-card-content-2,
    .podcast-card-2,
    .Podcasts-media-col2-img2 img,
    .podcast-card-content-3,
    .podcast-card-3 {
        width: 56vw;
    height: 35vw;
    }

    .banner-section {
        height: auto;
    }
.guest-collage-col-1-img-1{
	width: 39vw;
	height: 39vw;
}
.list-container{
	width: 54vw;
}
}

@media screen and (max-width:1024px) {

    .Panel-discussion-section,
    .Blogs-section {
        flex-direction: column-reverse;
        align-items: center;
    }
.reviews-container{
        flex-direction: column;
    }
    .Panel-discussion-text p,
    .Blogs-text p {
        width: 100%;
    }
.guest-text-header h2{
	font-size: 9vw;
}
.guest-text-header h5{
	font-size: 4vw;
}
    .guest-container {
        flex-direction: column;
    }

    .podcast-hits-content {
        flex-direction: column;
    }
    .list-container{
        overflow: scroll;
    }
    .Podcasts-media {
        flex-direction: column;
    }
    .navbar{
        justify-content: space-between;
    }
    .navbar-menu-icon{
        padding-right: 33px;
    }
    .navbar-menu-icon{
        display: block;
    }
.banner-section{
        justify-content: center;
    }
    .banner-text-container,
    .banner-text-container-2{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-container ul,
    .navbar-button {
        display: none;
    }

    .slider-menu-button {
        fill: #ffffff;
        color: #ffffff;
        font-size: 20px;
        background-color: #6254FC00;
        border-style: solid;
        border-width: 2px;
        border-color: #ffffff;
        border-radius: 0px;
        padding: 15px 35px;
        text-decoration: none;
    }

}

@media screen and (min-width:769px) and (max-width: 1024px) {

    .subscribe-section {
        flex-direction: column;
        text-align: center;
    }

    .temp-blank-afterReviews {
        height: 68vh;
    }
}

@media screen and (min-width:540px) and (max-width:545px) {


    .subscribe-section {
        flex-direction: column;
        text-align: center;
    }

    .temp-blank-afterReviews {
        height: 80vh;
    }
}

@media screen and (max-width: 820px) {
    .subscribe-label {
        flex-direction: column;
    }
	.subscribe-icon{
		gap: 1px;
	}
}

@media screen and (min-width: 790px) and (max-width: 850px) {
    .guest-container {
        flex-direction: column;
    }
}

@media screen and (min-width: 1100px) and (max-width:1900px) {
    .guest-text-listwithIcon .icon {
        display: none;
    }
}

@media screen and (width: 1024px) and (height: 1366px) {
    .temp-blank-afterReviews {
        height: 12vh;
    }

    .temp-blank-container {
        height: 30vh;
    }

    .podcast-hits-container {
        height: 48vh;
    }
}

@media screen and (width:820px) and (height:1180px) {

    .temp-blank-afterReviews {
        height: 20vh;
    }

    .podcast-hits-container {
        height: 66vh;
    }

    .podcast-hits-content {
        flex-direction: row;
    }

    .list-container {
        overflow-y: scroll;
    }
}



@media screen and (min-width:936px) and (max-width:1196px) {
    .podcast-hits-container {
        height: auto;
    }

    .recent-hits {
        height: auto;
    }

    .recent-video-text-container {
        margin-top: calc(15px + 30px + 10px);
    }

    .subscribe-section {
        margin-top: 90px;
    }


}


@media screen and (width:1123px) and (height:652px) {

    .subscribe-section {
        margin-top: 90px;
    }
}

@media screen and (width:702px) and (height:407px) {
    .reviews-image-container img {
        width: 31%;
    }

}

@media screen and (width:912px) and (height:1368px) {
    .temp-blank-container {
        height: 19vh;
    }

    .temp-blank-afterReviews {
        height: auto;
    }

    .subscribe-section {
        flex-direction: row-reverse;
    }

    .subscribe-section {
        height: 100vh;
    }

    .podcast-hits-container {
        height: auto;
    }
}