html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: var(--font-main);
  vertical-align: baseline;
}
html{
    scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Roboto Flex", sans-serif;
}



/* ============================
      GLOBAL BASE STYLES
============================ */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #000;
  font-size: 24px;
  line-height: calc(30 / 24);
}

/* ============================
       TYPOGRAPHY CLASSES
============================ */
.container {
  width: 100%;
  max-width: 1398px;
  padding: 0 20px;
  margin: 0 auto;
}

/* ============================
       HEADER
============================ */

header .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 18px;
  cursor: pointer;
}

header .hamburger span {
  min-height: 2px;
  width: 30px;
  border-radius: 2px;
  transition: 0.3s;
  display: block;
  background: #000;
}

.header-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-site{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

header{
    padding: 20px 0 16px;
}

.text-logo a{
    font-weight: 700;
    font-size: 28px;
    line-height: 1em;
    padding-top: 3px;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

.note-logo{
    font-weight: 400;
    font-size: 11px;
    line-height: 100%;
    color: #070707;
    padding-top: 2px;
}

.main-menu ul.navigation li a{
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
}

.main-menu ul.navigation{
    display: flex;
    align-items: center;
    gap: 36px;

}

.title-banner h1{
    font-weight: 700;
     font-size: clamp(36px, 5.667vw, 85px);
    line-height: calc(100 / 85);
    text-transform: uppercase;
    color: #fff;
    /* max-width: 792px; */
    margin-bottom: 32px;
}

.title-banner h1 .text-pink{
    font-style: italic;
    color: #FF1493;

}

.title-banner h1 .text-pink-small{
    font-weight: 500;
}

.title-banner h1 strong{
    font-weight: 900;
}

.description-banner{
    font-weight: 400;
    font-size: clamp(21px, 2.467vw, 37px);
    line-height: calc(53 / 37);
    /* text-transform: capitalize; */
    color: #fff;
    max-width: 706px;

}

.section-banner{
    background-color: #000;
    padding: 77px 0 101px;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}

.review-about{
    display: flex;
    align-items: center;
}

.title-about h2{
    color: #E9E9E9;
    font-weight: 900;
    font-size: clamp(63px, 12vw, 180px);
    line-height: 100%;
    text-transform: uppercase;
    margin-top: -25px;
}

.section-about .container{
    max-width: 100%;
    padding: 0;

}

.social-about{
    display: flex;
    align-items: center;
    gap: 9px
}



.name-about{
    font-weight: 700;
    font-size: clamp(20px, 1.733vw, 26px);
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 18px;

}
.progress-bar {
    flex-grow: 1;
    height: 0;
    height: 3px;
    background: #fff;
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.progress {
    height: 7px;
    background: #FF1493;
    width: 0;
    transition: width 0.1s linear;
}

.play-pause-btn svg{
    width: 30.27px;
    height: 30.27px;
}

.play-pause-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    box-shadow: 0px 4px 4px 0px #00000073;
    background: #FF1493;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.id-instagram{
    font-style: Regular;
    font-size: clamp(18px, 1.467vw, 22px);;
    line-height: calc(30 / 22);
    text-transform: lowercase;
    color: #000;
    text-decoration: none;
}

.section-about__wrapper{
    display: flex;
    align-items: center;
    margin-left: calc(calc(100vw - 1500px) / 2);
}

.image-about{
    margin-top: -9.8vw;
    margin-left: -6.467vw;
    line-height: 0;
    max-width: 49.8vw;
    margin-bottom: -5.2vw;
}

.image-about img{
    width: 100%;
}

.info-about{
    margin-left: -8vw;
    margin-top: -23px;
}

.section-podcast{
    box-shadow: 0px 4px 14px 0px #00000040;
    background: #070707;
    z-index: 2;
    position: relative;
}

.poster-podcast img{
    max-width: 100%;
    box-shadow: 0px 4px 44px 0px #0000008C;

}

.poster-podcast{
    width: 29.456%;
    margin-top: -23px;
    position: absolute;
    top: -17px;
    left: 0;
}

.empty-intro{
    width: 29.456%;

}

.main-intro{
    width: calc(70.544% - 4.2vw);
}
.main-audio{
    width: calc(70.544% - 4.2vw);
}

.text-audio{
    color: #fff;
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    text-transform: capitalize;

}

.section-podcast .play-icon{
    margin-left: 10px;
}

.time-audio{
    color: #fff;
    font-family: Roboto;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    text-transform: capitalize;
    margin-top: 19px;
}

.speaker-icon{
    margin-top: 24px;

}

.audio-player{
    display: flex;
    gap: 13px;
    align-items: center;
}

.heading-audio{
    flex: 1;
    margin-right: 2px;
    margin-bottom: auto;
}

.section-podcast-audio, .section-intro__wrapper{
    display: flex;
    gap: 4.2vw;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: relative;
}

.section-podcast{
    padding: 23px 0;
}

.section-intro{
    background-color: #fff;
    padding: 47px 0 35px;
}

.content-intro{
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    margin-left: -4px;
}

.content-intro p{
    margin-bottom: 30px;
}

.section-cta{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
        padding-bottom: 105px;
    padding-top: 16px;
    background-color: #000;
}

.section-cta .container{
    max-width: 1500px;
    padding: 0;
}

.heading-cta h2{
    color: #303030;
    font-weight: 900;
    font-size: clamp(63px, 12vw, 180px);
    line-height: 100%;
    text-transform: uppercase;
}

.heading-cta{
    margin-bottom: 18px;
}
.main-cta {
    padding: 0 20px;
    max-width: 1206px;
    margin: 0 auto;
}   

.title-cta{
    font-weight: 700;
    font-size: clamp(38px, 3.667vw, 55px);
    line-height: 100%;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.desc-cta{
    font-weight: 400;
    font-size: clamp(22px, 2vw, 30px);
    line-height: calc(39 / 30);
    /* text-transform: capitalize; */
    color: #fff;
    margin-bottom: 39px;
    padding-left: 3px;
}

.main-cta__wrapper{
    max-width: 585px;
    margin-left: auto;
}

.form-cta-main input{
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #000;
    text-decoration: none;
    padding: 23px 10px;
    min-width: 394px;
    height: 70px;
    background-color: #fff;
    border: none !important;
    box-shadow: none !important;
    outline: none;
}

.form-cta-main input::placeholder{
    opacity: 1;
    color: #000;

}

.form-cta-main form button[type="submit"]{
    display: block;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    padding: 20px 10px;
    min-width: 394px;
    height: 70px;
    background-color: #FF1493;
    margin-top: 13px;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.form-cta-main{
    display: flex;
    gap: 13px;
    flex-direction: column;
    padding-left: 4px;
        margin-bottom: 18px;
}

.note-cta{
    color: #757575;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    padding-left: 3px;
}


.note-cta.note-cta-notice {
    padding: 10px 10px;
    background: #fff;
    max-width: 394px;
    margin-left: 4px;
    margin-bottom: 10px !important;
}

.note-cta.note-cta-notice p{
    margin-bottom: 0 !important;
    color: #FF1493 !important;
    text-align: center;
}

.text-copyright{
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #757575;
    text-transform: capitalize;
    margin-top: -6px;
}

footer .container{
    max-width: 1400px;
}

footer{
    background-color: #070707;
    padding: 16px 0 7px;
}

.footer-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.display-mb{
    display: none;
}

.main-menu ul li a {
  position: relative;
  text-decoration: none;
  color: inherit;
}

.main-menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #FF1493;
  transition: width 0.3s ease-in-out;
}

.main-menu ul li a:hover::after {
  width: 100%;
}


.rotating-text {
    display: inline-block;
    min-width: 120px;
    text-align: left;
}

@keyframes fadeInOut {
    0% { opacity: 0; transform: translateY(10px); }
    20% { opacity: 1; transform: translateY(0); }
    80% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-10px); }
}

.rotating-word {
    display: inline-block;
    animation: fadeInOut 3s infinite;
}

.word-list {
    display: none;
}


@media (max-width: 1500px){
    .section-about__wrapper{
        margin-left: 0;
    }
}


@media (max-width: 1199px){
    .title-about h2{
        margin-top: 0;
    }

    .image-about{
        /* margin-top: 0; */
    }


    .title-about{
        margin-right: auto;
        /* padding-left: 20px; */
    }

    .review-about{
        margin-left: auto;
        padding-right: 20px;
    }
}

@media(max-width: 1024px){
    .main-cta__wrapper{
        max-width: 50%;
    }

    .form-cta-main input, .form-cta-main form button[type="submit"], .note-cta.note-cta-notice{
        max-width: 100%;
        min-width: 100%;
    }

    .section-cta{
        padding-bottom: 50px;
    }
}

@media(max-width: 1023px){
    .section-podcast-audio, .section-intro__wrapper{
        flex-direction: column;
    }

    .social-about img{
        width: 40px;
    }

    .poster-podcast {
        width: 400px;
        margin-top: 20px;
        position: relative;
        top: unset;
        left: 0;
    }

    .section-intro__wrapper {
        gap: 0;
    }

    .main-audio{
        width: 100%;
        max-width: 895px;
    }

    .main-intro{
        width: 100%;
    }

    .content-intro{
        margin-left: 0;
    }
}

@media (max-width: 981px){

    .image-about{
        margin-left: -9.467vw;
        margin-top: -20px;
    }
}

@media (max-width: 767px) {

    .title-about h2{
        padding-left: 20px;
    }

    .section-about__wrapper{
        flex-direction: column;
        gap: 10px;
    }

    .description-banner br{
        display: none;
    }

    .title-banner br{
        display: none;
    }

    .content-intro{
        font-size: 18px;
    }

    .content-intro p{
        margin-bottom: 15px;
    }
    .display-mb{
        display: block !important;
    }

    .text-audio{
        text-align: center;
    }

    .text-audio{
        font-size: 16px;
    }
    .content-intro{
        margin: 0;
    }
    header .hamburger {
        display: flex;
        z-index: 9999;
        /* gap: 5.5px; */
    }

    .logo-site,.logo-site.note-logo{
        color: #070707;
        transition: transform 0.3s ease-in-out;

    }

    .logo-site .text-logo a{
        color: #070707;
    }

    .logo-site.active, .hamburger.active{
        position: fixed;
        top: 20px;
    }

    .logo-site{
        transition: transform 0.3s ease-in-out;
        top: 0;
    }

    .hamburger.active{
        right: 20px;
    }
    .logo-site.active,.logo-site.active .note-logo,.logo-site.active .text-logo a{
        z-index: 9999;
        color: #fff !important;
    }

    .main-menu{
        display: block;
    }

    .main-menu.active {
        transform: translateX(0);
        height: max-content;
        background: #242424;
        z-index: 1000;
    }

    header{
        height: 66px;
    }

    .main-menu {
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: max-content;
        background: #000;
        z-index: 1000;
        padding: 120px 24px 30px 24px;
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .main-menu ul.navigation li a{
        color: #fff;
    }

    .main-menu ul.navigation{
        flex-direction: column;
    }

    .hamburger.active span {
        background: #fff;
    }

  .footer-wrapper {
    flex-direction: column-reverse;
    gap: 20px;
    }

  .poster-podcast {
    max-width: 400px;
    width: unset;
    }

    .text-copyright{
        margin: 0;
    }

    .section-cta{
        padding-bottom: 55px;
    }
    .social-about img{
        width: 30px;
    }

    .main-intro{
        width: 100%;
    }

    .text-logo a{
        font-size: 21px;

    }

    .heading-cta h2{
        padding-left: 20px;

    }

    .review-about {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        align-content: center;
        margin-left: unset !important;
        padding: 0 !important;
    }

    .image-about, .info-about{
        margin: 0;
    }

    .name-about{
        margin-bottom: 5px;
    }

    .image-about{
        max-width: 70%;
    }

    .info-about{
        margin-right: auto;
        padding-left: 20px;
    }

    .form-cta-main a.btn-white, .form-cta-main a.btn-pink{
        font-size: 18px;
        padding: 15px;
    }

    .form-cta-main input{
        font-size: 18px;
        padding: 23px 10px;
        min-width: unset;
        width: 100%;
        height: 55px;
    }

    .form-cta-main form button[type="submit"]{
        font-size: 22px;
        padding: 10px 10px;
        width: 100%;
        min-width: unset;
        height: 55px;
    }

    .form-cta-main, .desc-cta{
        padding: 0;
    }

    .main-audio .text-audio{
        display: none;
    }

    .heading-audio{
        margin-bottom: 0;
    }

    .time-audio, .speaker-icon{
        margin-top: 0;
    }

    .play-pause-btn{
        margin: 0;
        width: 40px;
        height: 40px;
    }

    .section-podcast .play-icon {
        margin-left: 3px;
    }

    .play-pause-btn svg {
        width: 15px;
        height: 15px;
    }

    .section-about__wrapper{
        padding-top: 30px;
    }

    .main-cta__wrapper{
        max-width: 100%;
    }

    .section-cta{
        background-image: none !important;
    }

    .bg-cta-mb img{
        width: 100%;
        margin-bottom: 30px;
    }

    footer{
        padding-bottom: 20px;
    }
}

@media (min-width: 767px){
    .bg-cta-mb{
        display: none;
    }
}

@media (max-width: 500px) {
    .image-about {
        max-width: calc(100% - 40px);
        margin-top: -60px;
        margin-left: auto;
    }

    
}