html {
    overflow-y: scroll;
}

body {
    font-family: 'Loos Normal', 'Roboto Condensed';
    overflow: hidden;
    margin: 0;
}

body * {
    position: relative;
    z-index: 2;
}

.header {
    z-index: 3 !important;
    position: relative;
    padding-top: 1rem;
}

.header-links a {
    text-decoration: none;
    color: black;
}

.footer a {
    text-decoration: none;
    color: white;
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.main-container {
    /*background-image: url("../images/image5.png");*/
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: relative;
    background-size: cover;
    margin-left: 150px;
    margin-right: 150px;
}

.main-container-eula {
    /*background-image: url("../images/image5.png");*/
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: relative;
    background-size: cover;
}

.logo {
    display: flex;
    flex-direction: row;
}

.header-container {
    margin-left: auto;
    justify-content: center;
}

.logo-image {
    width: 55px;
    height: 55px;
}

.logo-title {
    height: 24px;
    width: 201px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    margin-left: 15px;
}

.header-links {
    width: 517px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    float: right;
    margin-top: 3%;
}

.content {
    display: flex;
    flex-direction: row;
    width: max-content;
    margin-top: 8%;
}

.right-image {
    width: 430px;
    height: 427px;
}

.content-left {
    width: 600px;
    display: flex;
    flex-direction: column;
    z-index: 3 !important;
    position: relative;
}

.buttons {
    display: flex;
    flex-direction: column;
    margin-top: 40px;

}

.title {
    position: relative;
    overflow-wrap: break-word;
    font-weight: 700;
    font-size: 48px;
    color: #000000;
    width: 570px;
    height: 120px;
}

.text {
    position: relative;
    overflow-wrap: break-word;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    margin-top: 3%;
}

.button-enable {
    position: relative;
    border-radius: 7px;
    background: #FF9801;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 16.5px 0 14.5px 0;
    width: 360px;
    height: 50px;
    box-sizing: border-box;
    border: none;
    color: white;
    letter-spacing: 1px;
    font-weight: bold;
}

.available-on-chrome-title {
    margin-left: 5px;
    margin-top: 7px;
}

.chrome-img {
    width: 30px;
    height: 30px;
}

.available-on-chrome {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 360px;
    height: 50px;
    border: none;
    background: none;
    margin-top: 15px;
}

.bottom-content {
    margin-top: 7%;
}

.bottom-content-title {
    font-size: 28px;
    margin-bottom: 3%;
}

.group {
    margin-right: 90px;
}

.img-txt {
    padding-top: 20px;
    text-align: center;
    display: block;
}

.bottom-images {
    display: flex;
    flex-direction: row;
    margin-bottom: 10%;
    margin-top: 8%;
}

.bottom-images img {
    flex: 1;
    width: 215px;
}

.bottom-text {
    font-size: 18px;
}

.much-needed-hero {
    background-image: url("../images/Secondary button area.svg");
    height: 215px;
    width: 1130px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.much-content {
    margin-left: 3%;
    margin-top: 7%;
}

.much-button {
    margin-top: 8%;
    margin-right: 5%;
}

.much-text, .much-title {
    color: white;
}

.much-title {
    font-size: 28px;
}

.much-text {
    font-size: 18px;
    margin-top: 2%;
}

.eula-content {
    width: 1150px;
    margin: 70px auto auto;
    box-shadow: 6px 6px 30px #3A84BA40;
}

.container-width {
    width: 1130px;
    top: 0;
    margin: 0 auto;
}

#eula-animation, #animation, #animation-pp, #animation-cc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.eula-title {
    font-size: 48px;
    padding-top: 2%;
    padding-bottom: 3%;
    font-weight: bold;
}

.footer-title {
    /*margin-right: 10%;*/
}

.footer {
    background: #3F51B5;
    margin-top: 5%;
    max-width: 100%;
    height: 85px;
    color: #FFFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.inner-content {
    padding-left: 7%;
    padding-top: 3%;
}

.eula-num-title {
    font-size: 24px;
    font-weight: bold;
}

.eula-text {
    font-size: 18px;
    margin-right: 15%;
    padding-bottom: 3%;
    padding-top: 3%;
}

.contact-container {
    display: flex;
    flex-direction: row;
    width: 1130px;
    margin: 6% auto;
}

.contact-text {
    font-size: 47px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width: 355px;
}

.contact-image {
    padding-top: 15px;
}


.contact-form {
    width: 55%;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.column {
    flex: 1;
    margin-right: 10px;
}

.column.full-width {
    flex-basis: 100%;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"] {
    width: 90%;
    height: 30%;
    padding: 8px;
    margin-top: 3px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #3A84BA40;
}

textarea {
    width: 97%;
    height: 140px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #3A84BA40;
    font-family: 'Loos Normal', 'Roboto Condensed';
}

input[type="submit"] {
    width: 97%;
    padding: 10px;
    border: none;
    background: #FF9801;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.label-title {
    font-size: 14px;
    font-weight: bold;
}

.content-right {
    position: relative;
}

.rotate {
    z-index: 1 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rotate-image {
    transform-origin: center;
    /* width: 2774px;
    height: 2774px; */
    animation: spin 15s linear infinite;
}

/*input[type="submit"]:hover {*/
/*    background-color: #2c3e50;*/
/*}*/


.head-container {
    margin-left: 150px;
    margin-right: 150px;
    overflow: hidden;
    position: relative;
}

.envelop-container {
    margin-top: 30%;
    text-align: center;
}

.ty-rotate-bg {
    z-index: 1 !important;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1400px;
    height: 1500px;
    overflow: hidden;
}

.ty-rotate-bg img {
    width: 100%;
    height: auto;
}

.envelop-content {
    box-shadow: 6px 6px 30px #3A84BA40;
    width: 550px;
    height: 650px;
    border-radius: 6%;
}
