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

* {
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

.nav-tabs .nav-link{
    display: flex;
    height: 24px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
    border-radius: 24px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
    background: #202223;
    border:none;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #3268F7;
    color: #fff;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
    border:none;
}

.nav-tabs{
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 40px;
    border: none;
}

.list-group-item{
    display: flex;
    align-items: center;
    padding: 8px 0;
    border: none;
    border-top: 1px solid #F6CBFD;
    border-radius: 0;
}

.presentations__signature{
    min-width: 200px;
    display: flex;
    flex-direction: column;
}

.presentations__presenter{
    display: flex;
    align-items: center;
    gap: 32px;
    padding-right: 16px;
}

.presentations__title{
    padding-right: 16px;
}

.presentations__btn{
    display: flex;
    height: 32px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border: 1px solid #3268F7;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 3;
}

.presentations__btn-link {
    color: #3268F7;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: block;
    width: 100%;
}

.presentations__btn:hover{
    background: #3268F7;
    color: #fff;
}

.presentations__btn:hover .presentations__btn-link{
    color: #fff;
}

.presentations__score{
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    padding-left: 16px;
}
.presentations__content-btn.presentations__content-btn--disabled{
    background: #000;
    color: #fff;
    border: 1px solid #000;
    cursor: not-allowed;
}

.presentations__content-btn.presentations__content-btn--disabled:hover{
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.presentations__score span{
    font-weight: 600;
}

.presenter{
    display: flex;
    align-items: center;
}

.presenter__signature{
    display: flex;
    flex-direction: column;
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    padding-left: 16px;
}

.presenter__logo{
    margin-top: 16px;
}

.presentation__content-label{
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    margin-bottom: 8px;
}

.presentation__content-title{
    color: #202223;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 100% */
    margin-bottom: 8px;
}

.presentation__content-desc{
    color: #202223;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.presentations__content-btn--reverse,
.presentations__content-btn{
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: flex;
    height: 32px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
}

.presentations__content-btn--reverse:hover,
.presentations__content-btn{
    background: #3268F7;
    color: #fff;
    border: 1px solid #3268F7;
}

.presentations__content-btn--reverse,
.presentations__content-btn:hover{
    background: #fff;
    color: #3268F7;
    border: 1px solid #3268F7;
}

.presentation__content-btn-box{
    display: flex;
}

.presentations__content-btn{
    margin-right: 16px;
}

.presentation__content-share-links{
    display: flex;
    align-items: center;
}

.presentation__content-share-link{
    margin-right: 8px;
}

.confirmation__title{
    color: #202223;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 100% */
}

.confirmation__info{
    color: #202223;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.confirmation__info--btn{
    display: block;
    width: auto;
    border: 1px solid #3268F7;
    border-radius: 24px;
    padding: 8px 16px;
    margin-bottom: 0;
    margin-left: 13px;
}

.confirmation__votes{
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    margin-bottom: 8px;
}

.confirmation__votes span{
    font-weight: 600;
}

.confirmation__btn{
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    height: 32px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #fff;
    color: #3268F7;
    border: 1px solid #3268F7;
}

.confirmation__btn:hover{
    background: #3268F7;
    color: #fff;
    border: 1px solid #3268F7;
}

.alert ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.header{
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.27);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 20px 15px 20px;
    background: #000;
    position: relative;
    z-index: 1;
}

.header__logo-image{
    width: 180px;
    height: auto;
}

.page-nav__menu{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.page-nav__menu-item{
    margin: 0 24px;
}

.page-nav__menu-item:first-child{
    margin-left: 0;
}

.page-nav__menu-item:last-child {
    margin-right: 0;
}

.page-nav__menu-item-link{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 24px;
    letter-spacing: -0.45px;
    color: #FFFFFF;
    fill: #FFFFFF;
    transition: ease .3s;
}

.page-nav__menu-item-link:hover{
    color: #3268F7;
}

.header__btn{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: #3268F7;
    border-radius: 80px 80px 80px 80px;
    box-shadow: 0px 0px 55px 0px #3268F7;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: inline-flex;
    line-height: 1;
    align-items: center;
}

.header__btn svg{
    margin-left: 8px;
}

.header__btn-text{
    color: #fff;
}

.footer{
    background: #000;
    padding: 40px 0px 40px 0px;
}

.footer__list{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: end;
}

.footer__list-item:first-child{
    margin-right: 40px;
}

.footer__list--darker{
    margin-top: 20px;
}

.footer__list--darker .footer__list-item a{
    color: #FFFFFF94;
}

.footer__list-item a{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #fff;
    transition: .3s ease-in-out;
}

.footer__list-item a:hover{
    opacity: .6;
}

.footer__info-text{
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.footer__info-img{
    width: 30%;
    max-width: 30%;
    height: auto;
    margin-bottom: 20px;
}

.mobile-btn{
    display: none;
}

.join__info{
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.header__logo-image--mobile{
    display: none;
}

.confirmation__info{
    margin-bottom: 0;
}

.vote-info{
    font-family: "Inter", sans-serif;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.vote-info__heading{
    margin-bottom: 16px;
}

.vote-info .confirmation__info{
    margin-bottom: 16px
}

.presentations__logo,
.presentations__image{
    width: 100%;
    max-width: 150px;
    height: auto;
}

.presentations__logo img,
.presentations__image img{
    border: none;
}

.presenter__logo .img-fluid,
.presenter__image .img-fluid{
    width: 100%;
    max-width: 250px;
    height: auto;
}

.list-to-click{
    position: relative;
}

.list__link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

@media screen and (max-width: 1021px) {
    .page-nav__menu{
        position: absolute;
        left: 0;
        background: #FFFFFF;
        width: 100%;
        top: 91px;
        display: flex;
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        transition: ease-in-out .3s;
    }

    .page-nav__menu.page-nav__menu--toggled{
        max-height: 1000px;
    }

    .page-nav__menu-item-link{
        color: #000000;
    }

    .page-nav__menu-item{
        padding: 10px 20px;
        margin: 0;
    }

    .mobile-btn{
        display: inline-flex;
        flex-direction: column;
        border: 1px solid #fff;
        padding: 9px 7px;
    }

    .mobile-btn__line{
        width: 20px;
        height: 2px;
        background: #fff;
        margin-bottom: 4px;
        transition: ease-in-out .3s;
    }

    .mobile-btn__line:last-child{
        margin-bottom: 0;
    }

    .mobile-btn--toggled .mobile-btn__line:first-child{
        transform: translateY(7px) rotate(45deg);
    }

    .mobile-btn--toggled .mobile-btn__line:nth-child(2){
        width: 0;
    }

    .mobile-btn--toggled .mobile-btn__line:last-child{
        transform: translateY(-5px) rotate(-45deg);
    }
}

@media screen and (max-width: 768px) {
    .header__logo-image{
        display: none;
    }

    .header__logo-image--mobile{
        display: block;
        width: 37px;
    }

    .presentations__presenter {
        flex-wrap: wrap;
    }

    .presentations__logo{
        flex-basis: 100%;
    }

    .presentations__signature {
        flex-basis: 60%;
    }

    .presentations__score{
        padding-left: 0;
    }

    .presentation__content-btn-box{
        flex-wrap: wrap;
    }

    .presentations__content-btn.presentations__content-btn--disabled{
        margin-bottom: 8px;
    }

    .footer__list{
        flex-wrap: wrap;
    }

    .footer__list-item:first-child{
        margin-right: 0;
    }
}

