@import url('../../common/css/landingPage.css');
* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: OpenSans-Medium, Arial, Helvetica, sans-serif;
    vertical-align: baseline;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    text-decoration: none;
    color: #0f0f0f;
}

.landingPage {
    position: relative;
}

.landingPage .mobileMask {
    position: fixed;
    width: 100%;
    height: calc(100dvh - 50px);
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.landingPage .mobileMask .maskItem {
    background-color: #fff;
    padding: 0 16px;
}

.landingPage .mobileMask .maskItem a {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
}

.landingPage .mobileMask .maskItem a::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
    border-color: #0f0f0f;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    top: 45%;
    right: 0;
}

header {
    display: flex;
    height: 78px;
    padding: 0 240px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
}

header .left {
    display: flex;
    gap: 24px;
    align-items: center;
}

header .mobileSwitch {
    display: none;
}

header .mobileSwitch span {
    width: 20px;
    height: 3px;
    margin-bottom: 4px;
    display: block;
    background-color: #fff;
}

.logo {
    width: 105px;
    height: 36px;
    background-image: url('../img/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}

header .btns {
    display: flex;
    gap: 34px;
    }

header .btns .btn {
    height: 46px;
    line-height: 46px;
}

header .btn.blackBtn {
    width: 142px;
}

.btn {
    display: block;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    font-family: OpenSans-Bold, Arial, Helvetica, sans-serif;
}

.btn.blackBtn {
    background-color: #0f0f0f;
    box-sizing: border-box;
    padding: 0 20px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    width: 240px;
}

.bannerContainer {
    width: 100%;
    height: 900px;
    background: url('../img/indexBanner.webp') no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.bannerContainer h2 {
    font-size: 60px;
    color: #fff;
    width: auto;
    text-align: center;
    margin: 400px auto 0;
}
.bannerContainer p {
    font-size: 45px;
    line-height: 108px;
    color: #fff;
    width: auto;
    text-align: center;
    margin: 0 auto;
}
.bannerContainer .btn {
    margin: 56px auto 0;
    font-size: 18px;
}

.contentContainer {
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.contentContainer .nav {
    font-size: 18px;
    font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
    line-height: 27px;
    margin-top: 20px;
}

footer {
    background-color: #0f0f0f;
    padding: 40px 0 50px;
    color: #fff;
}

.footerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footerContainer .footerTit {
    font-size: 18px;
    line-height: 22px;
    font-family: OpenSans-SemiBold, Arial, Helvetica, sans-serif;
    margin-top: 47px;
    color: #fff;
    text-align: center;
}

.footerContainer .content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    font-size: 16px;
    line-height: 32px;
    width: 1002px;
    justify-content: center;
}

.footerContainer .content a,
.footerContainer .copyright p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    margin-top: 10px;
}

.footerContainer .copyright {
    margin-top: 32px;
    text-align: center;
}

.footerContainer .footerInfoBox {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footerContainer .icons {
    display: flex;
    gap: 32px;
    margin-top: 34px;
    align-items: center;
    justify-content: center;
}

.footerContainer .icons .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 39px;
    height: 39px;
}

.footerContainer .icons .icon.facebook {
    background-image: url('../../common/svgs/logo_facebook.svg');
}

.footerContainer .icons .icon.instagram {
    background-image: url('../../common/svgs/logo_instagram.svg');
}

.footerContainer .icons .icon.twitter {
    width: 31px;
    height: 29px;
    background-image: url('../../common/svgs/logo_twitter.svg');
}

.footerContainer .icons .icon.youtube {
    background-image: url('../../common/svgs/logo_youtube.svg');
}

@media screen and (max-width: 768px) {
    .btn {
        height: 48px;
        line-height: 48px;
    }

    header {
        padding: 0 16px;
        height: 50px;
    }

    header .btns {
        text-transform: uppercase;
    }

    header .btns .register {
        display: none;
    }

    header .mobileSwitch {
        display: block;
    }

    header .logo {
        width: 46px;
        height: 16px;
    }

    .bannerContainer {
        height: 667px;
    }

    .bannerContainer h2 {
        font-size: 24px;
        line-height: 36px;
        width: 380px;
        margin: 395px auto 0;
    }
    .bannerContainer p {
        font-size: 20px;
        line-height: 36px;
        width: 380px;
        margin: 0 auto;
    }

    .bannerContainer .btn {
        font-size: 16px;
        width: 176px;
    }

    .contentContainer {
        margin: 0 16px;
        padding-bottom: 29px;
    }

    .contentContainer .nav {
        font-size: 14px;
        line-height: 14px;
        margin-top: 24px;
    }

    footer {
        padding: 0 0 10px;
        position: relative;
    }

    .footerContainer {
        margin: 0 16px;
    }

    .footerContainer .logoBox,
    .footerContainer .footerTit {
        display: none;
    }

    .footerContainer .footerInfoBox {
        flex-direction: row;
        width: 100%;
        align-items: flex-start;
    }

    .footerContainer .footerInfoBox .content {
        margin-top: 20px;
        justify-content: flex-start;
        column-gap: 2px;
        row-gap: 8px;
        flex-direction: column;
    }

    .footerContainer .footerInfoBox .content a,
    .footerContainer .copyright p {
        font-size: 14px;
        line-height: 18px;
    }

    .footerContainer .copyright {
        margin-bottom: 24px;
        text-align: left;
    }

    .footerContainer .logo {
        width: 69.5px;
        height: 24px;
    }

    .footerContainer .icons {
        margin-top: 26px;
    }

    .footerContainer .icons .icon,
    .footerContainer .icons .icon.twitter {
        width: 23px;
        height: 23px;
    }

    .footerContainer .content {
        width: 100%;
    }
}
