@font-face {
    font-family: Chiro;
    src: url(../font/Chiro-Regular.ttf) format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: Halenoir;
    src: url(../font/HalenoirCompact-Regular.otf) format("opentype");
}

.body {
    font-family: 'Halenoir', sans-serif;
    background-image: url("../img/background.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 200px;
}

.navbar {
    background: rgba(26, 25, 25, 0.55);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 140px;
}

.navbar .logo a {
    color: #fff;
    font-family: 'Chiro', serif;
    font-size: 96px;
    text-decoration: none;
}

.navbar .menu {
    display: flex;
    gap: 40px;
}

.navbar .menu li {
    list-style: none;
}

.navbar .menu li a {
    color: #C1C1C1;
    font-family: 'Chiro', serif;
    font-size: 40px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.navbar .menu li a:hover {
    color: #fff;
}

.menu.show {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #6C6558;
    z-index: 1000;
}

.menu-mobile {
    display: none;
    z-index: 9999;
}

.hero {
    width: 1080px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero .title {
    text-align: center;
    font-family: 'Chiro', serif;
    color: #fff;
}

.hero .title h1 {
    font-size: 240px;
    font-weight: 400;
    line-height: 200px;
}

.hero .title h2 {
    color: #C1C1C1;
    font-size: 84px;
    font-weight: 400;
}

.hero p {
    color: #fff;
    font-family: 'Halenoir', sans-serif;
    font-size: 24px;
    text-align: center;
    width: 944px;
    margin: 0px auto;
}

.hero .button {
    color: #C1C1C1;
    font-family: 'Chiro', serif;
    font-size: 40px;
    margin: 0px auto;
    background: #6C6558;
    border: 3px solid #5E574A;
    padding: 10px 80px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.hero .button:hover {
    background: #766e61;
}

.what {
    display: flex;
    justify-content: center;
    align-items: center;
}

.what img {
    margin-right: -120px;
    z-index: 999;
}

.what .container {
    border: 4px solid #fff;
    width: 678px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.what .container .title {
    background: #6C6558;
    border: 3px solid #5E574A;
    font-family: 'Chiro', serif;
    font-size: 40px;
    color: #C1C1C1;
    padding: 10px 40px;
    text-transform: uppercase;
    position: absolute;
    top: -40px;
}

.what .container .text {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Halenoir', sans-serif;
    padding: 0px 60px;
    margin-top: 20px;
}

.symbols {
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 1094px;
    margin: 0px auto;
}

.symbols .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.symbols .title h1 {
    background: #6C6558;
    border: 3px solid #5E574A;
    font-family: 'Chiro', serif;
    font-size: 40px;
    padding: 10px 40px;
    color: #C1C1C1;
    font-weight: 400;
    text-transform: uppercase;
}

.symbols .title p {
    font-size: 24px;
    font-family: 'Halenoir', sans-serif;
    text-align: center;
    width: 940px;
    margin: 0px auto;
    color: #fff;
}

.symbols .container {
    display: flex;
    justify-content: space-between;
    width: 1094px;
    margin: 0px auto;
}

.symbols .container .box {
    width: 300px;
    height: 288px;
    border: 4px solid #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.symbols .container .box h2 {
    background: #6C6558;
    border: 3px solid #5E574A;
    font-family: 'Chiro', serif;
    font-size: 28px;
    padding: 10px 20px;
    color: #C1C1C1;
    font-weight: 400;
    position: absolute;
    top: -40px;
}

.symbols .container .box p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 10px;
}

.symbols .container .box .img1 {
    position: absolute;
    bottom: -120px;
    left: -40px;
}

.symbols .container .box .img2 {
    position: absolute;
    top: -80px;
    right: -40px;
}

.legend {
    position: relative;
    background-image: url('../img/legend.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 240px 0px;
}

.legend .container {
    width: 972px;
    height: 300px;
    margin: 0px auto;
    background: rgba(108, 101, 88, 0.72);
    border: 3px solid #5E574A;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.legend .container h1 {
    background: #6C6558;
    border: 3px solid #5E574A;
    font-family: 'Chiro', serif;
    font-size: 28px;
    padding: 10px 20px;
    color: #C1C1C1;
    font-weight: 400;
    position: absolute;
    top: 210px;
}

.legend .container .text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.legend .container .text p {
    width: 420px;
    color: #fff;
    font-family: 'Halenoir', sans-serif;
    font-size: 18px;
    text-align: center;
}

.human {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 1100px;
    margin: 80px auto 0px auto;
}

.human .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.human .title h1 {
    background: #6C6558;
    border: 3px solid #5E574A;
    font-family: 'Chiro', serif;
    font-size: 40px;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #C1C1C1;
    font-weight: 400;
}

.human .title .subtitle {
    color: #fff;
    font-size: 24px;
    width: 640px;
    text-align: center;
}

.human .boxes {
    display: flex;
    justify-content: space-between;
}

.human .boxes .box {
    background: #6C6558;
    border: 3px solid #5E574A;
    width: 444px;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 40px;
}

.human .text {
    text-align: center;
    width: 620px;
    margin: 0px auto;
    color: #fff;
}

.human .text span {
    font-size: 28px;
}

.human .text p {
    font-size: 18px;
}

.footer {
    width: 100%;
    background: rgba(26, 25, 25, 0.55);
    padding: 60px 200px;
}

.footer .top {
    display: flex;
    justify-content: space-between;
}

.footer .top .newsletter {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer .top .newsletter h1 {
    font-size: 82px;
    font-family: 'Chiro', serif;
    font-weight: 400;
    color: #fff;
}

.footer .top .newsletter .newsbox {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer .top .newsletter .newsbox .title {
    color: #fff;
    font-size: 24px;
}

.footer .top .newsletter .newsbox .title img {
    margin-right: 12px;
}

.footer .top .newsletter .newsbox .input {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 20px;
}

.footer .top .newsletter .newsbox .input input {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    padding: 20px 20px 20px 0px;
    width: 320px;
}

.footer .top .newsletter .newsbox .input input::placeholder {
    color: #C9C9C9;
    font-size: 18px;
}

.footer .top .newsletter .newsbox .input button {
    background: #1A1919;
    color: #fff;
    border: 0;
    padding: 20px 40px;
    font-size: 18px;
}

.footer .top .info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer .top .info h2 {
    color: #6B6B6B;
    font-size: 28px;
    font-weight: 400;
}

.footer .top .info ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer .top .info ul li {
    list-style: none;
    font-size: 18px;
    color: #C9C9C9;
}

.footer .top .links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer .top .links h2 {
    color: #6B6B6B;
    font-size: 28px;
    font-weight: 400;
}

.footer .top .links ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer .top .links ul li {
    list-style: none;
    font-size: 18px;
    color: #C9C9C9;
}

.footer .top .contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer .top .contact h2 {
    color: #6B6B6B;
    font-size: 28px;
    font-weight: 400;
}

.footer .top .contact .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer .top .contact .content .info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer .top .contact .content .info .phone,
.footer .top .contact .content .info .mail {
    color: #fff;
    display: flex;
    gap: 12px;
}

.footer .top .contact .content .social {
    display: flex;
    gap: 20px;
}

@media (max-width: 1260px) {
    .navbar {
        padding: 10px 40px;
    }

    .hero {
        width: 100%;
    }

    .hero p {
        width: 100%;
        padding: 0px 40px;
    }

    .what {
        position: relative;
        padding: 0px 40px;
    }

    .what img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }

    .what .container {
        width: 100%;
        height: auto;
        z-index: 999;
        padding: 40px;
    }

    .what .container .text {
        text-shadow: 4px 4px 12px #000;
    }

    .symbols {
        width: 100%;
    }

    .symbols .title p {
        width: 100%;
        padding: 0px 40px;
    }

    .symbols .container {
        width: 100%;
        padding: 0px 40px;
    }

    .symbols .container .box {
        width: 300px;
        height: 288px;
        border: 4px solid #fff;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .legend {
        padding: 240px 40px;
    }

    .legend .container {
        width: 100%;
        height: auto;
        padding: 60px;
    }

    .legend .container .text p {
        width: 100%;
    }

    .human {
        width: 100%;
    }

    .footer {
        padding: 40px 40px;
    }
}

@media (max-width: 1000px) {
    .navbar {
        padding: 20px;
    }

    .navbar .logo a {
        font-size: 32px;
    }

    .navbar .menu {
        display: none;
    }

    .navbar .menu-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        width: 44px;
        height: 44px;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 999px;
    }

    .navbar .menu-mobile .line {
        width: 20px;
        height: 2px;
        background: #fff;
    }

    .hero .title h1 {
        font-size: 96px;
        line-height: 100px;
    }

    .hero .title h2 {
        font-size: 32px;
    }

    .hero p {
        font-size: 16px;
    }

    .hero .button {
        color: #C1C1C1;
        font-family: 'Chiro', serif;
        font-size: 40px;
        margin: 0px auto;
        background: #6C6558;
        border: 3px solid #5E574A;
        padding: 10px 80px;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }

    .symbols .container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 120px;
    }

    .what .container {
        padding: 20px;
    }

    .what .container .text {
        padding: 0px 20px;
    }

    .what img {
        width: 100%;
    }

    .symbols .container .box {
        width: 100%;
        height: auto;
        padding: 30px 20px;
    }

    .legend {
        padding: 0px 20px;
    }

    .legend .container .text {
        display: flex;
        flex-direction: column;
    }

    .legend .container h1 {
        top: -30px;
    }

    .human .boxes {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .human .title .subtitle {
        width: 100%;
        padding: 0px 20px;
    }

    .human .boxes {
        padding: 20px;
    }

    .human .boxes .box {
        width: 100%;
        height: auto;
    }

    .human .text {
        width: 100%;
        padding: 0px 20px;
    }

    .footer {
        padding: 20px;
    }

    .footer .top {
        flex-direction: column;
        gap: 40px;
    }

    .footer .top .newsletter .newsbox .input {
        align-items: start;
    }
}

@media (max-width: 400px) {

    .legend .container h1,
    .human .title h1,
    .symbols .title h1,
    .what .container .title {
        font-size: 20px;
    }
}