@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Poppins', sans-serif !important;
}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.welcome{
    background: rgba(0,0,0,0.75);
}

.content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.content .logo img{
    width: 270px;
    margin: 0 auto 30px auto;
}
.content h2{
    font-size: 24px !important;
    font-weight: 600 !important;
}
.content .address,
.content .phone,
.content .email{
    font-weight: 300 !important;
    font-size: 16px !important;
}

.content .email a,
.content .email a:visited{
    color: #ffffff;
    text-decoration: none;
}
.content .email a:focus,
.content .email a:hover{
    text-decoration: underline !important;
}

.content .typewriter{
    margin-top: 30px;
}
.content .typewriter h1{
    height: 50px !important;
    line-height: 50px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px !important;
    font-weight: 600;
}
.content .typewriter h1:after{
    content: '';
    width: 2px;
    height: 50px;
    position: absolute;
    background: #ff0000;
    margin-left: 10px;
}

.company{}
.company .title{
    font-weight: 600;
    font-size: 24px;
}
.company .sub-title{
    font-weight: 300;
    font-size: 18px;
}
.company .button{
    margin-top: 10px;
}

.company .button .btn,
.company .button .btn:visited{
    border-radius: 0;
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px 20px;
}

.company .button .btn:hover{
    background: #ffffff;
    color: #000000;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
