@font-face {
    font-family: 'Cera Pro';
    src: url('fonts/CeraPro-Black.eot');
    src: local('Cera Pro Black'), local('CeraPro-Black'),
        url('fonts/CeraPro-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Black.woff') format('woff'),
        url('fonts/CeraPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('fonts/CeraPro-Bold.eot');
    src: local('Cera Pro Bold'), local('CeraPro-Bold'),
        url('fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Bold.woff') format('woff'),
        url('fonts/CeraPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helios';
    src: local('Helios Extra Black'), local('Helios-Extra-Black'),
        url('fonts/HeliosExtBlackC.woff2') format('woff2'),
        url('fonts/HeliosExtBlackC.woff') format('woff'),
        url('fonts/HeliosExtBlackC.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }

  @font-face {
    font-family: 'Helios';
    src: local('Helios Extra Regular'), local('Helios-Extra-Regular'),
        url('fonts/HeliosExtC.woff2') format('woff2'),
        url('fonts/HeliosExtC.woff') format('woff'),
        url('fonts/HeliosExtC.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }

  ::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

html {
    scroll-behavior: smooth;
}

:root {
    background: #ffffff;
    overflow-x:hidden;
}

body {
    font-size: 10px;
    background: #fff;
    font-family: 'Helios', sans-serif;
    min-height: 100vh;
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }

.logo {
    display: block;
    text-decoration: none;
    font-size: 40px;
    font-weight: 900;
    color: #70e4c4;
    font-family: 'Helios', sans-serif;
    margin-bottom: 20px;
}

.logo:hover {
    text-decoration: none;
    color: #70e4c4;
}

.logo span {
    color: #fff;
}

.left-chat {
    border-radius: 40px;
    background: #c6f4e7;
    padding-top: 0px;
}

.left-chat h1 {
    background: url('assets/avatar.png') no-repeat 12px 6px;
    background-size: 55px;
    padding-left: 85px;
    padding-right: 40px;
    padding-top: 20px;
    color: #000;
    font-family: 'Helios', sans-serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 33px;
    min-height: 66px;
}

.left-chat p {
    padding-left: 85px;
    padding-right: 40px;
    font-family: 'Helios', sans-serif;
    font-size: 28px;
    line-height: 33px;
    color: #000;
    margin-bottom: 36px;
}

.action-button {
    border-radius: 40px;
    border: 2px solid #fff;
    background: #3e1984;
    width: 100%;
    height: 80px;
    color: #fff;
    font-family: 'Helios', sans-serif;
    font-weight: 900;
    font-size: 28px;
}

.action-button:hover {
    background-color: #70e4c4;
    border-color: #70e4c4;
    color: #000;
}

.message-to {
    float: right;
    background: #d5e6f7 url('assets/avatar.png') no-repeat 12px 6px;
    background-size: 30px;
    padding-top: 5px;
    padding-left: 60px;
    padding-bottom: 20px;
    padding-right: 30px;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    border-radius: 40px;
    min-width: 60%;
    max-width: 80%;
    margin-bottom: 20px;
    opacity: 0;
}

.message-to p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #466d8a;
}

.message-from {
    float: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #466d8a;
    background: #fff;
    border-radius: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-width: 60%;
    max-width: 80%;
    margin-bottom: 20px;
    opacity: 0;
}

.message-from strong {
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    color: #3e1984;
}

.chat-zone {
    height: 100vh;
    padding-top: 0;
}

@media (min-width: 992px) { 
    .chat-zone {
        height: 100vh;
        padding-top: 85px;
    }
 }

#message-to-0, #message-from-0 {
    opacity: 1;
}

#message-from-0 {
    position: relative;
    padding-bottom: 100px;
}

#message-from-0 .action-button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 492px;
    height: 86px;
    font-size: 20px;
}

footer {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background: #d5e6f7;
    padding: 40px;
    padding-top: 20px;
    position: relative;
    z-index: 1;
    opacity: 0.8;
}

footer h1 {
    color: #fff;
}

footer p {
    color: #000;
    text-align: center;
    font-size: 3rem;
    line-height: 3.6rem;
}

a {
    color: #3e1984;
}

a:hover {
    color: #70e4c4
}

footer .col-4 {
    color: rgba(0,0,0, 0.5);
}