* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    background-color: #F4F4F4;
}

.wrapper {
    max-width: 1440px;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 30px 50px;
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: #000000;
}

a, img, select, input, button {
    outline: 0;
}

.flex {
    display: flex;
}

:root {
    --c-orange: #CCAD85;
    --c-grey: #8D8D8D;
}

h2 {
    font-size: 65px;
    margin-bottom: 40px;
    color: #000000;
}

h3 {
    font-size: 35px;
    color: #000000;
}

h4 {
    font-size: 20px;
    color: #000000;
}

.hidden {
    display: none;
}

header {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    box-shadow:0 7px 7px #444;
    width: 100%;
}

.social-icon {
    width: 30px;
    background-repeat: no-repeat;
    height: 20px;
    margin: 0 3px;
    transition: .5s;
    background-size: contain;
}

.social-icon:hover {
    margin-top: -15px;
}

.social-icon__link {
    display: inline-block;
    content: "";
    width: 110%;
    height: 220%;
}

.fb {
    background-image: url(./../images/facebook.svg);
}

.twitter {
    background-image: url(./../images/twitter.svg);
}

.instagram {
    background-image: url(./../images/instagram.svg);
}

.tiktok {
    background-image: url(./../images/tiktok.svg);
}

.admin {
    background-image: url(./../images/admin.svg);
}

.logo {
    position: relative;
}

.logo-link {
    display: inline-block;
    height: 100%;
}

.logo-link__image {
    width: 200px;
    height:50px;
}

.logo-animate-link {
    position: absolute;
    left: 253px;
    top: 10px;
    width: 50px;
    height: 40px;
    background-color: #FFFFFF;
}

.logo-animate-link__image {
    width: 100%;
    transform: scale(1);
    transition: .4s;
}

.logo-animate-link__image:hover {
    transform: scale(1.4);
    animation: spin 5s linear .4s infinite;
}

@keyframes spin {
    from {transform: scale(1.4) rotate(0deg);}
    to {transform: scale(1.4) rotate(360deg);}
}

.button {
    display: inline-block;
    width: 200px;
}

.button-link {
    position: relative;
    display: inline-block;
    padding: 6px 0;
    width: 200px;
    border: 2px solid var(--c-orange);
    color: var(--c-orange);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: .3s;
}

.button-link__text {
    position: relative;
    z-index: 2;
    transition: .3s;
}

.button-link::before, .button-link::after {
    content: "";
    display: block;
    position: absolute;
    background: var(--c-orange);
    height: 50%;
    width: 0;
    transition: 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
}

.button-link::before {
    top: 0;
    left: 0;
}

.button-link::after {
    bottom: 0;
    right: 0;
}

.button-link:hover::before {
    width: 100%;
    right: 0;
}

.button-link:hover::after {
    width: 100%;
    right: 0;
}

.button-link:hover {
    color:#000000;
}

.w-screen {
    justify-content: space-between;
}

.w-screen-content {
    width: 55%;
    max-width: 672px;
    padding: 150px 50px 0;
}

.w-screen-image {
    width: 45%;
    max-width: 500px;
    height: 750px;
    background-size: cover;
}

.w-screen-heading {
    letter-spacing: 2.5px;
}

.w-screen-heading:last-of-type {
    text-align: right;
}

.heading_colored {
    color: var(--c-orange);
}

.second-screen {
    margin-bottom: 90px;
}

.first-screen-image {
    background-image: url(../images/ushob1.jpg);
    margin-right: -50px;
}

.second-screen-image {
    background-image: url(../images/ushob2.jpg);
    margin-left: -50px;
}

.w-screen-content h4 {
    font-size: 18px;
    text-align: right;
    letter-spacing: .7px;
}

h4:last-of-type {
    margin-bottom: 70px;
}

.buttons {
    justify-content: space-between;
}

.button-link_grey {
    color: var(--c-grey);
    border: 2px solid var(--c-grey);
}

.button-link_grey::before, .button-link_grey::after {
    background: var(--c-grey);
}

.lines_animated {
   height: 16px;
   overflow: hidden;
}

.line {
    height: 4px;
    float: none;
    width: 80%;
    background-color: var(--c-orange);
    margin: 0 -50px 8px;
    transition: 2s;
}

.lineTwo {
    float: right;
    background-color: var(--c-grey);
}

.intro, .links {
    margin-bottom: 250px;
}

.intro-heading, .links-heading {
    text-align: center;
    margin-top: 100px;
}

.intro-text, .links-text {
    text-align: center;
    padding: 0 110px;
    margin-bottom: 20px;  
}

.content {
    background-color: #000000;
    color: #FFFFFF;
    margin: 0 -50px;
    padding: 30px 50px;
}

.fact {
    min-height: 500px;
    position: relative;
}

.img-container, .fact__text, .fact__heading, .design-line  {
    position: absolute;
}

.img-container {
    z-index: 1;
}

.fact__text {
    z-index: 2;
}

.fact__heading {
    line-height: 2;
    z-index: 3;
}

.design-line {
    z-index: 3;
}

.fact__image {
    width: 100%;
}

.fact1__heading {
    width: 400px;
    right: 10%;
    top: -70px;
}

.fact1__heading span, .fact3__heading span, .fact5__heading span {
    background-color: #FFFFFF;
    color: #000000;
    padding: 7px;
}

.fact1__text {
    width: 30%;
    top: 100px;
    right: 5%;
}

.fact1-img-container{
    width: 62%;
    top: -420px;
}

.design-line1 {
    height: 300px;
    width: 50px;
    border-left: 6px solid #FFFFFF;
    top: 2000px;
    right: 40%;
}

.fact2 {
    min-height: 700px;
}

.fact2__heading {
    width: 35%;
    line-height: 1.5;
    top: 30px;
}

.fact2__text {
    width: 42%;
    top: 180px;
}

.fact2-img-container {
    width: 25%;
}

.fact2-img-container:first-of-type {
    right: 28%;
    top: 200px;

}

.fact2-img-container:last-of-type {
    right: 0;
    top: -360px;
}

.fact3 {
    min-height: 600px;
}

.fact3__heading {
    top: 420px;
    right: 10%;
}

.fact3__text {
    width: 25%;
    right: 0px;
    top: 200px;
}

.fact3-img-container {
    width: 72%;
    top: 40px;
}

.design-line2 {
    height: 40vw;
    max-height: 700px;
    width: 300px;
    border-right: 6px solid #FFFFFF;
    border-bottom: 6px solid #FFFFFF;
    border-top: 6px solid #FFFFFF;;
    top: -550px;
    left: -50px;
    z-index: 0;
}

.fact4__heading {
    top: 200px;
    width: 20%;
    line-height: 1.5;
}

.fact4__text {
    top: 200px;
    left: 25%;
    width: 35%;
    margin-left: 20px;
}

.fact4-img-container {
    width: 35%;
    right: 0;
    top: 800px;
}

.fact5{
    min-height: 1000px;
}

.fact5__heading {
    top: 200px;
    left: 55%;
    width: 400px;
}

.fact5__text {
    top: 400px;
    left: 55%;
    width: 40%;
}

.fact5-img-container {
    overflow: hidden;
    height: 400px;
    width: 50%;
    left: 0;
}

.fact5-img-container .fact__image {
    height: 100%;
    width: auto;
    position: static;
}

.fact5-img-container+.fact5-img-container {
    top: 450px;
}

.design-line3 {
    height: 300px;
    width: 50px;
    border-left: 6px solid #FFFFFF;
    top: -600px;
    left: 44%;
}

.design-line4 {
    height: 300px;
    width: 50px;
    border-left: 6px solid #FFFFFF;
    top: 2000px;
    left: 46%;
}

.fact6 {
    min-height: 300px;
}

.fact6__heading {
    width: 100%;
}

.fact6__text {
    top: 60px;
    width: 70%;
    left: 30%;
    text-align: right;
}

.video {
    margin: 0 -50px;
}

.video video {
    width: 100%;
}

.video video[poster]{
    object-fit: cover;
}

.links-text {
    margin-bottom: 80px;
}

.links-block {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
}

.links-block a {
    transition: .2s;
    font-size: 1.1em;
}

.links-block a:hover {
    color: var(--c-grey);
}

footer {
    border-top: 5px double var(--c-orange);
    padding: 30px 0 50px;
    text-align: center;
    font-size: .8em;
}


@media screen and (max-width: 1050px) {
    .buttons {
        flex-direction: column;
        float: right;
    }

    .buttons .button {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 992px) {
    .logo {
        top: 5px;
    }

    .logo-link__image {
        width: 240px;
    }

    .logo-animate-link {
        display: none;
    }

    .w-screen-content {
        width: 65%;
        padding: 70px 20px 0;
    }

    .w-screen-image {
        width: 35%;
        height: 520px;
    }

    .w-screen-heading {
        line-height: normal;
    }

    .intro-text, .links-text {
        padding: 0;
    }

    .fact {
        min-height: 600px;
    }

    .fact1 {
        height: 600px;
    }

    .fact1-img-container{
        top: -450px;
    }

    .fact1__heading {
        right: 0;
    }

    .fact1__text {
        width: 35%;
        right: 0;
    }

    .design-line1 {
        top: 1720px;
    }

    .fact2 {
        min-height: 580px;
    }

    .fact2__heading {
        top: -250px;
    }

    .fact2__text {
        width: 45%;
        top: -50px;
    }

    .fact2-img-container:first-of-type {
        top: 0px;
    }

    .fact2-img-container:last-of-type {
        top: -400px;
    }

    .fact3__heading {
        top: 350px;
    }

    .fact3__text {
        top: 20px;
    }

    .design-line2 {
        top: -550px;
    }

    .fact4__heading {
        top: -90px;
        width: 40%;
    }

    .fact4__text {
        top: 80px;
        left: 0;
        width: 60%;
        margin-left: 0;
    }

    .fact4-img-container {
        top: 800px;
    }

    .fact5__heading {
        top: -100px;
        left: 50%;
    }

    .fact5__text {
        top: 100px;
        left: 60%;
        width: 42%;
    }

    .fact5-img-container {
        top: -200px;
        width: 45%;
    }

    .fact5-img-container+.fact5-img-container {
        top: 300px;
    }
    
    .design-line3 {
        left: 47%;
    }
    
    .design-line4 {
        left: 49%;
    }

    .fact6 {
        min-height: 400px;
        margin-top: 250px;
    }

    .fact6__text {
        top: 100px;
    }
}


@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 35px;
    }

    .wrapper {
        padding: 0;
    }

    .flex-mobile {
        flex-direction: column;
    }

    .header {
        margin-bottom: 100px;
    }

    .socials {
        position: absolute;
        width: 70px;
        right: 20px;
        top: 86px;
    }

    .target-link {
        order: 1;
        width: 100%;
        margin-left: -20px;
        margin-right: -20px;
        background-color: var(--c-orange);
    }

    .target-link .button-link {
        width: 100%;
        color: #FFFFFF;
    }

    .target-link .button-link:hover {
        color: #000000;
        letter-spacing: .5em;
    }

    .logo {
        position: absolute;
        left: 20px;
        top: 70px;
    }

    .w-screen-content, .w-screen-image {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .w-screen-heading:last-of-type {
        text-align: center;
    }

    .w-screen-image {
        background-position: bottom;
        height: 400px;
    }

    .line {
        margin: 0 0 8px;
    }

    .buttons {
        flex-direction: row;
        float: none;
        justify-content: space-around;
    }

    .buttons .button {
        width: 180px;
    }

    .buttons .button-link {
        width: 180px;
    }

    .intro, .links {
        margin-bottom: 100px;
        padding: 0 20px;
    }

    .content {
        margin: 0 0 -15px;
        padding: 20px 0 70px;
    }

    .fact {
        height: auto;
        min-height: auto;
    }

    .fact__text, .img-container, .fact__heading, .design-line, figure {
        position: static;
        display: block;
        width: 100%;
        text-align: center;
        height: auto;
    }

    .img-container .fact__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fact__text, .fact__heading {
        padding: 20px;
    }

    .img-container {
        padding: 20px 0;
        height: 400px;
        width: 100%;
    }

    .design-line {
        display: none;
    } 

    .fact6 {
        margin-top: 0;
    }

    .video {
        margin: 0;
    }

    .links-block a {
        font-size: .8em;
        text-transform: uppercase;
    }

    footer {
        font-size: .9rem;
    }

    .mobile-hidden {
        display: none;
    }
}

