@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Kiwi+Maru&display=swap');

* {
    box-sizing: border-box;
}

:root {
    --title-color: #F5F5F5;
    --link-color: #736A6A;
    --text-color: #121212;
    --bg-color: #121212;
    --bg-footer-color: #DED9D9;
}

/* ======================= General ======================= */

.container {
    width: 1600px;

    margin: 0 auto;
}

.flex {
    display: flex;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

/* ============================ Header ==================== */

.header {
    width: 100%;
    height: 150px;
}

.link-content {
    width: 100%;
    height: 100px;

    justify-content: space-between;

    align-items: center;

    border: 2px solid var(--bg-color);

    padding: 35px 150px 35px 149px;
}

.ul-link-content {
    gap: 30px;
}

.link {
    font-family: 'Inter' sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;

    color: var(--link-color);
}

.link:hover {
    color: var(--text-color);

    text-decoration: underline;
}

.header-title {
    font-family: 'Kiwi' sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 54px;

    text-transform: uppercase;

    color: var(--text-color);
}

.ul-item-content {
    gap: 20px;
}

.div-nav {
    width: 100%;
    height: 50px;

    background-color: var(--bg-color);

    padding: 0 150px;

    margin: 0;
}

.nav-content {
    justify-content: space-between;

    align-items: center;

    gap: 63px;
}

.nav-content li a {
    font-family: 'Inter' sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;

    color: var(--title-color);
}

/* ========================= Section 1 ===================== */

.hero {
    width: 100%;
    height: 850px;

    background-image: url(imeg/Rectangle\ 31.png);

    background-repeat: no-repeat;

    padding-top: 623px;

    margin: 0;
}

.hero h1 {
    font-family: 'Inter' sans-serif;
    font-size: 48px;
    font-weight: 700px;
    line-height: 63px;

    text-transform: uppercase;

    text-align: center;

    color: var(--title-color);
}

.div-link {
    width: 150px;
    height: 39px;

    text-align: center;

    border-bottom: 1px solid var(--title-color);

    margin-left: 706px;
}

.div-link a {
    font-family: 'Inter' sans-serif;
    font-size: 24px;
    font-weight: 700px;
    line-height: 34px;

    text-transform: uppercase;

    color: var(--title-color);
}

/* ========================== Section 2 ====================== */

.logo {
    width: 100%;
    height: 220px;

    justify-content: space-between;

    align-items: center;
    
    gap: 30px;

    padding: 0 10px;
}

/* ============================= Section 3 =================== */

.section-photo {
    width: 100%;

    padding: 42px 75px 80px;
}

.photo {
    width: 1450px;
    height: 400px;

    justify-content: space-between;

    align-items: center;

    gap: 20px;
}

.content-photo {
    position: relative;
}

.content-photo h2 {
    width: 200px;

    font-family: 'Inter' sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;

    text-transform: uppercase;

    position: absolute;

    color: var(--title-color);

    top: 25px;
    left: 30px;
}

.content-photo div {
    width: 105px;
    height: 24px;

    position: absolute;

    border-bottom: 1px solid var(--title-color);

    text-align: center;

    padding: 0;

    top: 346px;
    left: 30px;
}

.content-photo div a {
    font-family: 'Inter' sans-serif;
    font-size: 16px;
    font-weight: 700px;
    line-height: 21px;

    color: var(--title-color);
}

/* ==================== Section 4 ======================== */

.ul-content {
    justify-content: center;

    gap: 63px;
}

.link-2 {
    font-family: 'Inter' sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;

    text-transform: uppercase;

    color: var(--link-color);
}

.link-2:hover {
    color: var(--text-color);

    text-decoration: underline;
}

/* ======================= Section 5 ======================= */

.photo-content {
    width: 100%;

    padding: 60px 75px 79px;
}

.div-photo-content {
    width: 1450px;
    height: 483px;

    justify-content: space-between;

    align-items: center;

    gap: 18px;
}

.vector {
    margin-right: 60px;
}

.vector-2 {
    margin-left: 60px;
}

.group {
    width: 312px;
    height: 483px;

    position: relative;
}

.item-photo {
    position: absolute;

    top: 20px;
    right: 20px;
}

.group p {
    font-family: 'Inter' sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;

    color: var(--text-color);

    margin-top: 10px;
}

.group h3 {
    font-family: 'Inter' sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;

    color: var(--text-color);

    text-align: right;

    margin-top: 6px;
}

/* ======================== Footer ======================= */

.footer {
    width: 100%;
    height: 249px;

    background-color: var(--bg-footer-color);

    justify-content: space-between;

    align-items: center;

    padding: 35px 150px 54px;
}

.footer-text li h4 {
    font-family: 'Inter' sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;

    color: var(--text-color);

    margin: 0;
}

.footer-text li a {
    font-family: 'Inter' sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;

    color: var(--link-color);
}

.footer-div {
    padding: 0;
    margin-top: -45px;
}

.footer-div h4 {
    font-family: 'Inter' sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;

    color: var(--text-color);

    margin: 0;
}

.ul-logo {
    gap: 15px;

    padding-left: 0;
}