body {
    margin: 0px;
    margin-bottom: -10px;
}

html,
body {
    background-color: #161616;
    max-width: 1800px;
    margin: 0 auto;
}

/* header */
header {
    position: sticky;
    top: 0;
    background: #161616;
    padding: 10px;
    align-items: center;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.majorheadercontainer {
    max-width: 1800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headercontainer {
    padding-left: 40px;
    padding-right: 40px;
}

.headerflex {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.logo {
    border: none;
    outline: none;
    background-color: #161616;
    color: #EBEBEB;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    padding: 0px 20px;
}

.submenubtn {
    border: none;
    outline: none;
    background-color: #161616;
    display: flex;
    align-items: center;
    z-index: 999;

    p {
        color: #EBEBEB;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.84px;
    }
}

.submenubtn:hover {
    p {
        color: #D5D30F;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.84px;
    }
}

.menu-item {
    padding: 0px 8px;
}

.menu {
    display: flex;
    align-items: center;
    padding: 0px 40px;
    gap: 10px;
}

.menu-toggle {
    display: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.submenu {
    display: none;
    position: absolute;
    background-color: #161616;
    min-width: 160px;
    z-index: 1;
    padding-top: 10px;
}

a {
    text-decoration: none;
}

.submenu a {
    font-family: Roboto;
    color: #EBEBEB;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 15px 10px;
}

.submenu a:hover {
    background-color: #D5D30F;
    color: #161616;
}

.menu-item:hover .submenu {
    display: block;
}

.close-btn {
    position: fixed;
    top: 2px;
    right: 30px;
    display: none;
    font-size: 50px;
    font-weight: 600;
    color: white;
    cursor: pointer;
}

/* footer */
footer {
    background-color: #ebebeb;
    padding-bottom: 10px;
}

.footerpm {
    color: #161616;
    font-family: Oswald;
    font-size: 13em;
    font-weight: 700;
    line-height: 200px;
    letter-spacing: -7.74px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 90px;
    margin: 0px;
}

.footerlink {
    border: none;
    outline: none;
    background-color: #EBEBEB;
    color: #161616;
    text-align: left;
}

.footerlinktext {
    padding-top: 5px;
    padding-top: 5px;

    a {
        text-decoration: none;
        color: #161616;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
    }

    a:hover {
        text-decoration: underline;
    }
}

.subscribeforupdates {
    color: #161616;
    text-align: left;
    font-family: Oswald;
    font-size: 70px;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -1.4px;
    text-transform: uppercase;
}

.footerdescription {
    color: #161616;
}

.majorfootercontainer {
    padding-top: 70px;
    width: 100%;
}

.footercontainer {
    display: flex;
}

.footercontainert {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
}

.footercontainerb {
    height: fit-content;
}

.footertitle {
    color: #161616;
}

.footercontainerl {
    display: flex;
    flex-direction: column;
    width: 55%;
}

.footercontainerlink {
    width: 20%;
    display: flex;
    justify-content: end;
}

.footercontainerrt {
    display: flex;
    flex-direction: column;
    padding-right: 40px;
    width: 100%
}

.footercategoriestitle {
    color: #161616;
    font-weight: 700;
}

.footerline {
    margin-left: 40px;
    margin-right: 40px;
    border: 1px solid #161616;
}

.footercopyright {
    color: #161616;
}

.footertext {
    color: #161616;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.84px;
}

.checkboxcontainer {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.checkboxminorcontainer {
    display: flex;
    align-items: center;
}

.checkbox {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border-color: #161616;
}

.checkboxpaddingright {
    padding-left: 4px;
}

.emailcolumn {
    height: 35px;
    width: 100%;
    border-radius: 5px;
    border-color: #161616;
    padding-left: 15px;
    font-size: 14px;
}

/* footer end*/

svg {
    fill: #EBEBEB
}

svg:hover {
    fill: #D5D30F;
}

.iconmargin {
    display: block;
    margin-left: -4px;
    width: 30px;
    height: 18px;
}

.ebebeb {
    fill: #EBEBEB;
}

p {
    color: #EBEBEB;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}

h1 {
    color: #D5D30F;
    font-family: Oswald;
    font-size: 96px;
    font-weight: 700;
    letter-spacing: -1.92px;
    line-height: 100px;
    text-transform: uppercase;
    margin: 0px;
}

h2 {
    color: #D5D30F;
    text-align: center;
    font-family: Oswald;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0px;
}

h3 {
    color: #EBEBEB;
    text-align: center;
    font-family: Oswald;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
}

.yellowbutton {
    width: 25%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #D5D30F;
    background-color: #161616;
    color: #D5D30F;
    font-family: Roboto;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.yellowbutton:hover {
    color: #333333;
}

.yellowbutton::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #D5D30F;
    z-index: -1;
    transition: 0.8s;
}

.yellowbutton:hover::before {
    height: 100%;
}

.whitebutton {
    width: 25%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #EBEBEB;
    background-color: rgb(235, 235, 235, 0.2);
    color: #EBEBEB;
    font-family: Roboto;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.whitebutton:hover {
    color: #333333;
}

.whitebutton::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #D5D30F;
    z-index: -1;
    transition: 0.8s;
}

.whitebutton:hover::before {
    height: 100%;
}

.whitestroke {
    border: 1px solid #a3a3a3;
    margin: 0px;
}

.videoratio {
    aspect-ratio: 16/9;
}

.textalignl {
    text-align: left;
}

.textalignr {
    text-align: right;
}

.desktop-appear {
    display: block;
}

.mobile-appear {
    display: none;
}


@media screen and (max-width: 700px) {
    .desktop-appear {
        display: none;
    }

    .mobile-appear {
        display: block;
    }

    .width90 {
        width: 90%;
    }

    .submenu {
        display: none;
    }

    h1 {
        width: 100%;
        font-size: 56px;
        text-align: center;
        line-height: 60px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        text-align: center;
        font-size: 16px;
    }

    .yellowbutton {
        width: 90%;
        height: fit-content;
        border: 1px solid #D5D30F;
        align-items: center;
        align-content: center;
        z-index: 1;
        background-color: #161616;

        a {
            color: #D5D30F;
            text-align: center;
            font-family: Roboto;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0.56px;
            text-transform: uppercase;
        }
    }

    .yellowbutton:hover {
        border: 1px solid #D5D30F;
        background-color: #D5D30F;
        color: #161616;

        a {
            color: #161616;
        }
    }

    .whitebutton {
        width: 90%;
        height: fit-content;
        border: 1px solid #EBEBEB;
        align-items: center;
        align-content: center;
        z-index: 1;
        background-color: rgb(235, 235, 235, 0.2);
        font-style: normal;

        a {
            color: #EBEBEB;
            text-align: center;
            font-family: Roboto;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0.56px;
            text-transform: uppercase;
        }
    }

    .whitebutton:hover {
        border: 1px solid #161616;
        background-color: #D5D30F;
        color: #161616;
    }

    .logo {
        margin: -10px;
    }

    .menucontainer {
        display: inline-block;
        cursor: pointer;
    }

    /* header */
    .logo {
        padding: 0px 40px;
    }

    .menu {
        flex-direction: column;
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
        display: none;
        position: fixed;
        justify-content: right;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #161616;
        z-index: 1000;
        gap: 2px;
    }

    .menu a {
        text-align: center;
        font-size: 24px;
        color: white;
        font-family: Oswald;
        justify-self: center;
    }

    .submenu {
        padding-top: 0px;
    }

    .submenubtntext {
        font-family: Oswald !important;
        font-size: 30px !important;
        font-weight: 700 !important;
        text-decoration: none;
        margin: 0px;
    }

    .submenubtntext:hover {
        align-self: center;
    }

    .menu-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;
        padding-top: 10px;
    }

    .menu-item>a {
        display: block;
    }

    .menu-toggle {
        display: block;
        padding: 0px 40px;
    }

    #menu-checkbox:checked+.menu-toggle+.menu {
        display: flex;
    }

    #menu-checkbox:checked+.menu-toggle+.menu .close-btn {
        display: block;
    }

    .submenu {
        display: block;
        position: static;

        a {
            font-family: Oswald;
            text-align: center;
            font-size: 20px;
            color: #EBEBEB;
            padding: 3px 0px;
        }

        a:hover {
            color: #D5D30F;
            background-color: #161616;
        }
    }


    /* footer */
    .footer {
        display: grid;
    }

    .footerpm {
        font-size: 4em;
        line-height: 100px;
        letter-spacing: -5.9px;
        padding-top: 0px;
        margin: 0px;
    }

    .footerlinktext {
        color: #161616;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .footerlinktext:hover {
        text-decoration: underline;
    }

    .subscribeforupdates {
        width: 100%;
        color: #161616;
        text-align: left;
        font-family: Oswald;
        font-size: 36px;
        font-weight: 700;
        line-height: 90%;
        letter-spacing: -1.4px;
        text-transform: uppercase;
    }

    .majorfootercontainer {
        padding-top: 70px;
        width: 100%;
    }

    .footercontainer {
        display: flex;
    }

    .footercontainert {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 0px;
        padding-right: 0px;
    }

    .footercontainerb {
        height: fit-content;
    }

    .footertitle {
        color: #161616;
    }

    .footerdescription {
        text-align: left;
    }

    .footercontainert {
        display: flex;
        flex-direction: column;
    }

    .footercontainerl {
        display: flex;
        flex-direction: column;
        padding-left: 40px;
        padding-right: 40px;
        width: fit-content;
    }

    .footercontainerlink {
        width: 90%;
        display: flex;
        padding-left: 40px;
        justify-content: space-between;
    }

    .footercontainerrt {
        display: flex;
        flex-direction: column;
        margin-left: 0px;
        width: 100%;
        padding-right: 0px;
    }

    .footercategoriestitle {
        color: #161616;
        font-weight: 700;
        text-align: left;
    }

    .footerlinktext {
        text-align: left;
    }

    .footerline {
        margin-left: 40px;
        margin-right: 40px;
        border: 1px solid #161616;
    }

    .footercopyright {
        color: #161616;
        margin-left: 40px;
    }

    .footertext {
        font-size: 16px;
    }

    .checkboxcontainer {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .checkboxminorcontainer {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .checkbox {
        width: 27px;
        height: 27px;
    }

    .emailcolumn {
        height: 40px;
        width: 90%;
        font-size: 16px;
    }

    .iconmargin {
        display: none;
    }
}