:root{
    --main-red: #D00304;
}

body{
    font-family: 'Roboto', sans-serif;
    background-color: var(--main-red);
    margin: 0;
    padding: 0;
}

body::-webkit-scrollbar {
    position: relative;
    width: 12px;
    border-radius: 2em;
    background-color: rgba(18, 16, 16, 0.93);
}

body::-webkit-scrollbar-track {
    border-radius: 2em;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: rgba(11, 10, 10, 0.93);
}

body::-webkit-scrollbar-thumb {
    border-radius: 2em;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-color: var(--main-red);
}

.techTalkNavbar{
    width: 80%;
    margin: auto;
}

.navbar-brand img{
    width:100px;
    height: 80px;
}

#customNav .nav-item .nav-link{
    color: white!important;
    font-size: 18px;
    font-weight: 600;

    cursor: pointer;
    transition:all 0.3s ease-in-out 0s;
}
#customNav .nav-item .nav-link:hover,#customNav .nav-item .nav-link.active{
    color: black!important;
    text-decoration: underline;
    transition:all 0.3s ease-in-out 0s;
}

.navbar-toggler[aria-expanded="true"] .fa-bars{
    display: none;!important;
}
.navbar-toggler[aria-expanded="false"] .fa-xmark{
    display: none;!important;
}

@media screen and (max-width: 992px) {
    .techTalkNavbar{
        width: 100%;
    }

    .navbar-toggler{
        background-color: white;
    }
    #customNav .nav-item .nav-link{
        color: var(--main-red)!important;
    }

}
@media screen and (max-width: 991px) {
    #customNav{
        border-radius: 10px;
        padding: .5em;
        background-color: white;
        box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.53);
        border-bottom: 6px solid #460202;
    }
}

#hero {
    background-image: url('../images/hero_background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    bottom: 8em;
    z-index: -2!important;
}

#hero i{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-red);
    position: absolute;
    bottom: 0;
    font-size: 40px;
    width: 70px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: white;
    cursor: pointer!important;
    animation: upAndDown 1s infinite alternate; /* Animation shorthand */
}
@media screen and (max-width: 987px) {
    #hero {
        background-image: url('../images/img.png');
        background-size: contain;
        bottom: 8em;
    }
}

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

}

@keyframes upAndDown {
    0% {
        bottom: 0;
    }
    100% {
        bottom: 30px; /* Adjust this value for how far you want it to move */
    }
}

#about{
    min-height: 100vh;
    background-color: white;
    padding: 3em 0;
}
#about img{
    width: 80%;
    height: 80%;
    margin: auto;
}
#about h2{
    font-size: 35px;
    font-weight: 600;
    line-height: 53px;
}
#about span,.techinsSection span,.bitSection span{
    color: var(--main-red);
}
#about p,.techinsSection p,.bitSection p{
    font-size: 18px;
    font-weight: 600;
}

.theRealInfo{
    padding: 1em 0;
    text-align: center;
}
#footer{
    min-height: 400px;
    background-color: var(--main-red);
    color: white;
    padding: 3em 0;
    text-align: center;
}

.hostBox{
    width: 90%;
    margin:2em auto;
    display: flex;
    justify-content: space-between;
    position: relative;

}
.hostLabel{
    width: 30%;
    font-size: 100px;
    letter-spacing: 5px;
    font-weight: 800;
    color: white;
    position: relative;
    right:0;
    transform: rotate(-90deg);
}

.hostInfo{

    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 40%;
}

.hostFullName {
    display: flex;
    justify-content: start;
    text-align: end;
    align-items: end;
    flex-direction: column;
}
.hostTitle{
    position: relative;
    bottom: 1em;
    color: white;
    font-size: 35px;
}
.hostFullName .name,.hostFullName .surname{
    font-size: 35px;
    font-weight: 600;
    line-height: 53px;
    background-color: white;
    color: black;
    font-size: 35px;
    margin: .2em 0;
    text-align: end;
    width: fit-content;
    padding: .3em .5em ;

}

.hostImage{
    width: 30%;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .hostLabel{

        font-size: 80px;
        letter-spacing: 5px;
        font-weight: 800;
    }


}

@media screen and (max-width: 996px) {
    .hostBox {
        width: 100%
    }


    .hostLabel {
        font-size: 60px;
    }

    .hostFullName .name, .hostFullName .surname {
        font-size: 20px;
        line-height: 22px;
        margin: .2em 0;
        padding: .3em .3em;
    }

    .hostTitle{
        font-size: 25px;
    }

}

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

    .hostLabel {
        font-size: 40px;
    }

    .hostFullName .name, .hostFullName .surname {
        font-size: 18px;
        line-height: 22px;
        margin: .2em 0;
        padding: .3em .3em;
    }

    .hostTitle{
        font-size: 18px;
    }
}

@media screen and (max-width: 530px) {
    .hostBox{
        width: 100%;
        flex-wrap: wrap;
    }

    .hostLabel {
        position: static;
        padding: .5em;
        transform: unset;
        width: 100%;
        font-size: 38px;
    }


    .hostInfo,.hostImage{
        width: 50%;

    }
}

@media screen and (max-width: 350px) {
    .hostFullName .name, .hostFullName .surname {
        font-size: 16px;
        line-height: 18px;
        margin: .2em 0;
        padding: .3em .3em;
    }

    .hostTitle{
        font-size: 16px;
    }
}

.hostInformation{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 1em auto;
    padding: 1em 0;
    flex-wrap: wrap;

}
.hostInformation p{
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}
.firstSection{
    border-right: 1px solid rgba(255, 255, 255, 0.37);
}

.firstSection,.secondSection{
    padding: 1em;
    width: 50%;
}
@media screen and (max-width: 776px) {
    .hostInformation p{
        font-size: 18px;
        line-height: unset;
    }
    .firstSection,.secondSection{
        width: 100%;
    }
    .firstSection{
        border-right: none;
    }
}
.pageHeader{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
.pageHeader img{
    height: 380px;
}
.pageTitle{
    color: white;
    font-size: 150px;
    font-weight: 900;
    line-height: 234px;
    letter-spacing: 0em;
    text-align: left;
}
@media screen and (max-width: 1290px) {
    .pageTitle{
        font-size: 100px;
        line-height: 150px;
    }
}

@media screen and (max-width: 992px) {
    .pageTitle{
        font-size: 80px;
        line-height: 85px;

    }
    .pageHeader img{
        height: 200px;
    }
}
@media screen and (max-width: 592px) {
    .pageTitle{
        font-size: 45px!important;
        text-align: center;

    }
    .pageHeader img{
        height: 150px;
    }
}

@media screen and (max-width: 432px) {
    .pageTitle{
        font-size: 40px!important;
        text-align: center;
    }
    .pageHeader img{
        height: 100px;
    }
}

.clipPolygon{
    min-height:200px;
    background-color: var(--main-red);
    clip-path: polygon(0 0, 100% 0, 100% 35%, 0% 100%);
}

.partnersInfo{
    min-height: 300px;
    background-color: white;
}
.techinsSection img{
    width: 70%;
margin: auto;
}
.techinsSection p{
    text-align: right;

}
.techinsSection h2{
    text-align: right;
    font-size: 70px;
    font-weight: 900;
}

.bitSection p{
    text-align: left;
}
.bitSection h2{
    text-align: left;
    font-size: 70px;
    font-weight: 900;
}

.successImg img{
    width: 70%;
    margin: auto;
}

@media screen and (max-width: 990px) {
    .techinsSection p,.techinsSection h2,
    .bitSection h2,.bitSection p{
        text-align: center;

    }
    .techinsSection img,.bitSection img{
      height: 180px;
        aspect-ratio: 1/1;
        object-fit: contain;
    }
}

.podcastHeader{
    display: flex;
    justify-content: center;
    align-items: center;
}

.podcastImage{
    width: 30%;
}
.podcastTitle{
    width: 70%;
    color: white;
    font-size: 120px;
    font-weight: 900;
    line-height: 234px;
    letter-spacing: 0em;
    text-align: left;

}
.podcastImage img{
    max-height: 300px;
}
@media screen and (max-width: 1290px) {
    .pageTitle{
        font-size: 100px;
        line-height: 150px;
    }
}

@media screen and (max-width: 1049px) {
    .podcastTitle{
        font-size: 80px;
        line-height: 85px;
    }
    .podcastImage img{
        height: 200px;
    }
}
@media screen and (max-width: 695px) {
    .podcastTitle{
        font-size: 50px;
        text-align: center;

    }
    .podcastImage img{
        height: 150px;
    }
}

@media screen and (max-width: 460px) {
    .podcastTitle{
        font-size: 30px;
        text-align: center;

    }
    .podcastImage img{
        height: 150px;
    }
}

.podcastCountdown{
    margin: 2em 0;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 150px;
}
.countdownLabel h4{
    font-size: 50px;
    font-weight: 900;
    line-height: 117px;
    margin-right: 1em;

}
.countdownValue h4{
    color: var(--main-red);
    font-size: 50px;
    font-weight: 900;
    line-height: 117px;
    letter-spacing: 0em;
}
@media screen and (max-width: 678px) {
    .countdownLabel h4,.countdownValue h4{
        font-size: 30px;
        line-height: 80px;
    }
}

@media screen and (max-width: 415px) {
    .countdownLabel h4,.countdownValue h4{
        font-size: 25px;
    width: 100%;
        line-height: unset;
        text-align: center;
    }
}
#episodes h3{
 color: white;
    font-size: 100px;
    font-weight: 900;

text-align: center;
margin: .3em auto;
}


@media screen and (max-width: 680px) {
    #episodes h3{
        font-size: 70px;
    }
}

.firstEpisode,.lastEpisode{
    position: relative;
    width: 80%;
    margin: 2em auto;
    height: 500px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*background-blend-mode: darken;*/
    /*background-color: rgba(0, 0, 0, 0.34);*/
}
.firstEpisode a,.lastEpisode a{
    width: 80px;
    aspect-ratio: 1/1;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: unset;
}

.firstEpisode a i,.lastEpisode a i{
    color: rgba(0, 0, 0, 0.78);
    font-size: 40px;
    position: relative;
    left: 5px;
}


.podcastModal .modal-content{
    background-color: #990505 !important;
    border-radius: 25px;
}

.lastEpisode:before{
    content: 'LATEST';
    position: absolute;
    left: -3.8em;

    color: white;
    z-index: 1;
    font-size: 80px;
    font-weight: 800;
    padding: .5em 1em;
    transform: rotate(-90deg);
}
@media screen and (max-width: 845px) {
    .firstEpisode,.lastEpisode{
       width: 400px;
height: 300px;
    }

    .lastEpisode:before{
        font-size: 60px;
    }
}

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

    .lastEpisode{
       margin-top: 5em!important;
    }
    .lastEpisode:before{
        transform: unset;
        position: absolute;
        left: 0;
        top: -2em;
    }

}
.aboutLast {
    width: 80%;
    margin: 6em auto 1em auto;
    text-align: center;
}

.aboutLast p{
    color: white;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}
@media screen and (max-width: 425px) {
    .aboutLast p{
        font-size: 18px;
        line-height: unset;
    }
}

.episodeBox{
    width: 90%;
    text-align: center;
    margin: 2em auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.episodeBox .thumbnail{
    margin: .3em auto;
    width: 80%;
    aspect-ratio: 3/2;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.episodeBox .thumbnail a{
    width: 60px;
    aspect-ratio: 1/1;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: unset;
}

.episodeBox .thumbnail i{
    color: rgba(0, 0, 0, 0.78);
    font-size: 30px;
    position: relative;
    left: 5px;
}

.episodeBox h4{
    display: block;
    width: 80%;
    margin: .3em auto;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0em;
}

.speakersList{
    min-height: 500px;
    background-color: white;
}
.speakerItem{
    width: 80%;
    padding: .5em auto;
    margin:2em auto;
    display: flex;
    justify-content: start;!important;
    align-items: center;!important;
    flex-wrap: wrap;

}
.speakerImage{
    width:fit-content;

}
.speakerImage img{
height: 230px;
    border-radius: 50%;
    aspect-ratio: 1/1;
}
.speakerInfo{
    padding: 0 1em;
    width: 70%;
    display: flex;
    justify-content: start;
    flex-direction: column;
    flex-wrap: wrap;
}
.speakerInfo h4{
    color: var(--main-red);
    font-size: 40px;
    font-weight: 900;
    line-height: 70px;
    margin: 0;
}
.speakerInfo h5{
    display: inline-block;
    color: black;
    font-size: 35px;
    font-weight: 500;
    margin: 0;
}
.speakerInfo h6 {
    color: var(--main-red) !important;
    font-size:20px;
    font-weight: 700;
    margin: 0;
}

.buttonsContainer{
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 1em 0;
    flex-wrap: wrap;
}
.ctaBtn{
    width: fit-content;
    padding: .5em 1em;
    background-color: var(--main-red);
    color: white;
    border: none;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: unset;
    border-radius: 10px;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}
.buttonsContainer .social {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: unset;
    margin: 0 .5em;
    width: 50px;
  font-size: 25px;

    border-radius: 10%;
    aspect-ratio: 1/1;
    background-color: #0b0000;
    color: white;
    transition: all 0.3s ease-in-out 0s;
}
.buttonsContainer .social:hover {
    background-color: var(--main-red);
    transition: all 0.3s ease-in-out 0s;
}
@media screen and (max-width: 920px) {
    .speakerItem{
       justify-content: center;
        align-items: center;
    }
    .speakerImage{
        text-align: center;
        width: 100%;
    }
    .speakerInfo{
        width: 100%;

    }
}
@media screen and (max-width: 625px) {
    .speakerInfo h4{
        font-size: 30px;

        font-weight: 800;
    }
    .speakerInfo h5{
        font-size: 25px;
    }
    .speakerInfo h6 {
        font-size: 18px;
    }
    .buttonsContainer{
        width: 100%;
        justify-content: center;
    }


    .buttonsContainer .ctaBtn{
        font-size: 16px;
        padding: .8em ;
        width: 100%;
        margin: .5em auto;
    }
    .buttonsContainer .social {
        width: 20%;
    }

}

.contactContainer{
    width: 80%;
    margin: 2em auto;
    padding: 1em;
    background-color: white;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.53);
}

.socialColumn{
    padding: .5em;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
}
.socialColumn a{
    width: 50px;
    aspect-ratio: 1/1;
    background-color: var(--main-red);
    color: white;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    text-decoration: unset;
    margin: .5em 0;

}
.contactFormContainer{
    border: 2px solid white;
    width: 60%;

}
.contactFormContainer h4{
    text-align: start!important;
    color: black;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}
.formInputs{

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}
.formInputs input{
    width: 45%;
    padding: .5em;
    margin: .3em;
    border: 2px solid black;
    background-color: transparent;
    color: black;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease-in-out 0s;
}
.formInputs textarea{
    margin: .3em;
    width: 100%;
    border: 2px solid black;
}

.disclaimerText p{
    color: black;
    font-size: 15px;
    font-weight: 600;

    text-align: center;
}
.disclaimerText a {
    color: var(--main-red);
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.formInputs textarea{
    color: black;
    font-size: 18px;
    font-weight: 600;
}
@media screen and (max-width: 850px) {
    .contactContainer{
        width: 95%;
            justify-content: space-between;

    }
    .socialColumn{
        width: 10%;
    }
    .contactFormContainer{
        width: 90%;
    }

}

@media screen and (max-width: 550px) {
    .contactContainer{
        width: 95%;
        justify-content: space-between;
        flex-wrap: wrap;
    }


    .socialColumn{
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    .contactFormContainer{
        width: 100%;
    }

    .contactFormContainer h4{
        text-align: center!important;
    }
    .contactFormContainer input{
        width: 100%;
    }
}


.editPodSection{
    margin: 2em auto;
    padding: 2em 0;
    background-color: white;
    min-height: 300px;
}
.imagePodcast img{
     max-height: 230px;
    border-radius: 2em;
    margin: .5em auto;

}


.spotifyPodcast iframe{
    width: 100%;
    height: 250px;
}