* {
    margin: 0;
    padding: 0;
}

.scam {
    margin-right: 15px;
}

.main {
    width: 100%;
    height: 800px;
    background-color: rgb(255, 255, 255);
}

.top {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.w80 {
    width: 80%;
    display: flex;
    flex-direction: row;
}

.back {
    width: 100%;
    height: 680px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)), url(img/bck.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
}

.header {
    height: 50px;
    width: 100%;
    background-color: #fbb718;
    color: white;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerbox2 {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-left: 10%;
    padding-right: 10%;
}

.logo {
    height: 100%;
    width: auto;
    align-self: left;
    justify-self: left;
    margin-left: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 40px;
}

.socials {
    height: 100%;
    width: 69%;
    color: white;
    align-self: right;
    margin-left: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: Economica, Helvetica, sans-serif;
    font-size: 34px;
}

.selected {
    color: #fbb718;
}

.infobox {
    color: white;
    background-color: #fbb718;
    padding: 5px;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-family: "Space Grotesk", sans-serif;
}

.left {
    width: 50%;
    height: 100%;
}

.right {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imidz {
    margin-bottom: 70px;
    margin-right: 180px;
}

.headertext {
    align-self: center;
}

.smtx {
    font-size: 19px;
    font-family: "Space Grotesk", Helvetica, sans-serif;
}

.header2 {
    height: 100px;
    width: 100%;
    text-align: center;
    background-color: #000000;
}

.text1 {
    font-family: Anton, Helvetica, sans-serif;
    color: white;
    font-size: 88px;
}

.box1 {
    width: auto;
    margin-top: 50%;
    margin-bottom: 0;
}

.bottom {
    width: 100%;
    height: 129px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #201e22;
    font-size: 32px;
    font-family: "Hanken Grotesk", Helvetica, sans-serif;
    letter-spacing: 4px;
}

.imidz2 {
    display: none;
}

.hamburger {
    display: none;
}


/* Mobile */

@media screen and (max-width: 1250px) {
    .imidz {
        display: none;
    }

    .imidz2 {
        display: block;
        height: 320px;
        margin-top: 50px;
    }

    .w80 {
        flex-direction: column-reverse;
    }

    .left,
    .box1 {
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .box1 {
        margin-top: 0;
    }

    .infobox,
    .text1 {
        justify-self: center;
        align-self: center;
        text-align: center;
        margin: auto;
    }

    .right {
        height: auto;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

/* Hamburger */
@media screen and (max-width: 860px) {

    .supersocial {
        display: none;
    }

    .socials {
        display: none;
    }

    .hamburger {
        display: block;
        margin-left: auto;
    }

}

/* texty */
@media screen and (max-width: 700px) {
    .text1 {
        font-size: 74px;
    }

    .bottom {
        font-size: 22px;
    }
}

@media screen and (max-width: 505px) {
    .infobox {
        width: 100%;
        font-size: 18px;
    }

    .bottom {
        font-size: 14px;
    }

    .imidz2 {
        display: block;
        height: 240px;
        margin-top: 50px;
    }

}


@media screen and (max-width: 383px) {
    .headertext {
        font-size: 12px;
    }

}