
body {
    background: #1f1f1f;
    font-family: Montserrat;
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.hero {
    position: relative;
    height: calc(100vh - 77px);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.hero .overlay {
    background: linear-gradient(
        181.15deg, rgba(31, 31, 31, 0) 0.99%, rgba(31, 31, 31, 0.93) 80.95%, #1F1F1F 98.25%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 70px;
}

.hero .overlay a, p a {
    color: #EC6035 !important;
}

h4 {
    font-size: 36px;
    font-weight: 500;
}

h1 {
    font-size: 72px;
    font-weight: 700;
}

h2 {
    font-weight: 700;
    font-size: 40px;
}

h3 {
    font-weight: 700;
    font-size: 36px;
}

h5 {
    font-weight: 700;
    font-size: 26px;
}

h6 {
    font-weight: 700;
    font-size: 21px;
}

.video img {
    border-radius: 10px;
}

.bg-darker {
    background-color: #2D2D2D;
}

.fs-16 {
    font-weight: 400;
    font-size: 16px;
}

.fs-24 {
    font-weight: 700;
    font-size: 24px;
}

.cat-img {
    width: 70px;
}

.arc {
    position: absolute;
    right: 0;
    bottom: 0;
}

.mobile-screenshots img {
    width: 218px;
}

.mobile-screenshots .screenshot1 {
    margin-top: -60px;
}

.mobile-screenshots .screenshot2 {
    margin-bottom: -60px;
    margin-top: 40px;
}

.result-name {
    font-size: 24px;
    font-weight: 700;
}

.ml-minus-100 {
    margin-left: -100px;
}
.mr-minus-100 {
    margin-right: -100px;
}

.texture { 
    background: url(../images/texture.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btn {
    display: block;
    border-style: none;
    border-radius: 10px;
    text-shadow: none;
    box-shadow: none;
    background-color: rgba(236,84,39,0);
    background-image: linear-gradient(45deg, rgb(255, 141, 0), rgb(255, 86, 28));
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 40px;
    padding: 15px;
}

.mailto {
    color: #EC6035;
}

#video-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

video {
    width: 100%;
    height: 100%;
    display: none;
}

#video {
    width: 100%;
    background: black;
    height: 100%;
    vertical-align: middle;
    border-radius: 8px;
}

.fs-24 {
    font-size: 24px;
}

.fs-72 {
font-size: 72px;
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
    .mobile-screenshots .screenshot1 { margin-top: 0; width: 100%; height: 100%; }
    .mobile-screenshots .screenshot2 { margin-top: 0; margin-bottom: 0; width: 100% }
    .mr-minus-100 { margin-right: 0px }
    .ml-minus-100 { margin-left: 0px }

    .desc1-img { height: 80vh !important; }
    #play-btn svg {
        width: 60px;
        height: 60px;
    }

    .cat-img {
        width: 45px;
    }
}



@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    body { font-size: 14px; }
    h1 { font-size: 27px; }
    h2 { font-size: 24px; }
    h3 { font-size: 21px; }
    h4 { font-size: 19px; }
    h5 { font-size: 19px; }
    h6 { font-size: 18px; }
    .result-name { font-size: 18px; }
    .fs-16 { font-size: 13px; }
    .fs-24 { font-size: 19px; }
    .fs-72 { font-size: 27px; }
    .mobile-screenshots .screenshot1 { margin-top: 0; width: 100%; height: 100%; }
    .mobile-screenshots .screenshot2 { margin-top: 0; margin-bottom: 0; width: 100% }
    .btn { font-size: 14px; }
}



@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .mr-minus-100 { margin-right: 0px }
    .ml-minus-100 { margin-left: 0px }
}
