html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #4c4c4c;
}

.video-container {
    /* width is set as 100% here. any width can be specified as per requirement */
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}

.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-text {
    height: 100%;
    background-image: linear-gradient(180deg, #F5B72E, #E97133);
    opacity: 0.9;
    padding: 5rem 7rem;
    color: white;
}

.hero-text h1 {
    font-size: 4rem;
    font-weight: bold;
    font-family: "Outfit", sans-serif;
}

.hero-text h2 {
    font-size: 4rem;
    font-weight: light;
    font-family: "Outfit", sans-serif;
}

.hero-text h3 {
    font-size: 1.38rem !important;
    max-width: 600px;
}

.text-button {
    font-size: 1.5rem;
    background: #ffff;
    color: #E97133;
    border-radius: 2rem !important;
}

.hero-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.hero-img img {
    max-height: 100%;
}

.hero-container {
    right: 0;
}

.hero-text-container {
    height: 100%;
}

.hero-text-container hr {
    width: 100%;
    height: 2px;
    opacity: 1;
    margin: 2.5rem 0;
    max-width: 600px;
}

.link {
    color: inherit;
    text-decoration: none; 
    background-color: none;
}

footer {
    padding: 1rem;
}

footer img {
    max-height: 2rem;
    height: 100%;
    width: auto;
}

@media only screen and (max-width: 1885px) {
    html, body {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1540px) {
    html, body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1340px) {
    html, body {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1160px) {
    html, body {
        font-size: 10px;
    }
}

@media only screen and (max-width: 960px) {
    html, body {
        font-size: 8px;
    }
}

@media only screen and (max-width: 750px) {
    html, body {
        font-size: 6px;
    }
}
