*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
.hidden-all{
    height: 100vh;
    width: 100%;
    background-color: #fff;
    position: fixed;
    padding: 0px 50px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;   
    flex-direction: column;
}
.hidden-all h3{
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
.hidden-all h3 span{
    font-weight: bold;
}
body{
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/* Hidden All*/
.all-hidden-container{
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 9999;
    position: fixed;
}
.hidden-correct{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.hidden-title{
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
    width: 90%;
}
/* All styles */
.timer-stop{
    display = none;
}
#countdown{
    color: #fff;
    font-size: 42px;
    text-align: center;
    background-color: #9C052E;
    display: block;
}
.btn{
    color: #9C052E;
    font-size: 18px;
    border: 2px solid #9C052E;
    padding: 8px 14px;
    display: inline-block;
    font-weight: 700;
    transition: all .3s ease;
    margin: 0 10px;
    cursor: pointer;
}
.btn-active {
    color: #fff !important;
    background-color: #9C052E !important;
}
.hidden{
    display: none !important;
}
.btn:hover{
    color: #fff;
    background-color: #9C052E;
}

.wrapper{
    padding: 0 20px;
    height: 100%;
    margin: 0 auto;
}

/* Header */

header{
    z-index: 1;
    width: 100%;
    position: relative;
}
footer{
    width: 100%;
    height: 14vh;
    overflow: hidden;
    margin-top: 20px;
}
.footer-nav{
    width: 100%;
    height: 100%;
    background-color: #9C052E;
}
nav{
    width: 100%;
    height: 14vh;
    background-color: #9C052E;
}
.nav-items{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.nav-items li{
    height: 100%;
}
.nav-items li p{
    color: #fff;    
    font-size: 16px;
    font-weight: 500;
}
.logo-image{
    height: 100%;
}
.logo-image img{
    height: 100%;
    object-fit: contain;
    padding: 10px 0;
}
.header-text{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.header-text span{
    font-size: 24px;
    font-weight: bold;
}
.partners-logos{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.partners-logos img{
    margin-left: 10px;
    margin-right: 10px;
    width: 80px;
    height: 80px;
    padding: 10px;
    object-fit: contain;
    background: #fff;
}
main{
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.live-chat{
    height: 100%;
    width: 100%;
}
.chat{
    width: 100%;
    height: 100%;
}
.chat-hidden{
    display: none;
    width: 100%;
    height: 40vh;
}
.webcam-container{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    grid-area: webcam-container;
}
.webcam{
    width: 100%;
    height: 200px;
    display: block;
    background-color: #090909;
}
.facebook{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    overflow-x: hidden;
    overflow-y: scroll;
    grid-area: facebook;
}
.person{
    width: 100%;
    border: 6px solid #727B82;
    display: grid;
    grid-template-columns: 100%;
    padding: 20px 0;
    margin-bottom: 10px;
}
.active-person{
    border-color: #9C052E;
}
.person-image-contaier{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.image-wrapp{
    width: 80px;
    height: 80px;
}
.person-info-container{
    text-align: center;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.person-info{
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.person-info h3{
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 2px;
}
.person-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.company-name{
    color: #333333;
    margin-bottom: 10px;
}
.spicer-time{
    font-size: 28px;
    font-weight: 700;
    color: #9C052E;
    margin-bottom: 15px;
}
.spicer-title{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 12px;
}
.spicer-title span{
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.social-group{
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
}
.social-group a:nth-child(2){
    margin-left: 10px;
}
.social-group img{
    width: 40px;
    height: 40px;
}
.flex-container{
    display: grid;
    grid-template-columns: 25fr 50fr 25fr;
    grid-template-areas: "webcam-container live facebook";
    height: 100%;
    grid-column-gap: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.strean{
    width: 100%;
    height: 60vh;
}
.btn-group{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.live{
    height: 100%;
    width: 100%;
    grid-area: live;
}

.pdf{
    margin: 20px 0px;
    width: 100%;
}
.start-timer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.taimer{
    background-color: #9C052E;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: none;
}