@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");
:root {
    --font-family: "Poppins", sans-serif;
    --second-family: "FontAwesome", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.container {
    max-width: 1111px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}


/* HEADER - START */

.header {
    background-image: url("./assets/img/Bitmap.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 911px;
    height: 100%;
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    gap: 34px;
}

.header-nav-left {
    display: flex;
    gap: 11px;
    cursor: pointer;
}


/* flex-direction: column; */


/* align-items: left; */

.nav-logo {
    position: relative;
    top: 5px;
}

.header-menu {
    cursor: pointer;
}

.header-main {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.header-main-smallt {
    margin-top: 120px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.header-main-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 60px;
    line-height: 123%;
    color: #fff;
    max-width: 600px;
}

.header-main-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #fff;
    max-width: 600px;
}

.header-link {
    margin-top: 40px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #d4d6d4;
    transition: background-color 0.3s ease, color 0.3s ease;
    user-select: none;
    cursor: pointer;
}

.header-link-text {
    font-family: var(--font-family);
    font-weight: 700;
}


/* HEADER - END */


/* ARTICLES - START */


/* .main-articles{} */

.articles-title {
    margin-top: 140px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 128%;
    color: #4d533c;
    max-width: 600px;
}

.articles-box {
    display: flex;
    margin-top: 80px;
    gap: 30px;
}

.articles-box__one {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    width: 25%;
    gap: 25px;
    /* height: 309px; */
}

.articles-box-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 142%;
    text-transform: uppercase;
    color: #4d533c;
    max-width: 200px;
}

.articles-box-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 186%;
    color: rgba(33, 56, 66, 0.6);
    max-width: 200px;
}

.box_link {
    font-family: var(--font-family);
    font-weight: 700;
    cursor: pointer;
}

.articles-box-link {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #d4d6d4;
    cursor: pointer;
    user-select: none;
    margin-top: 30px;
    transition: background-color 0.3s ease, color 0.3s ease;
}


/* MAIN-CTA - START */

.main-cta {
    box-shadow: 50px 130px 100px 0 rgba(0, 0, 0, 0.15);
    /* background: #fafafa; */
    /* width: 1275px; */
    height: 362px;
    padding: 70px 160px;
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.main-cta-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 60px;
    line-height: 123%;
    color: #4d533c;
}

.main-cta-link {
    font-family: var(--second-family);
    font-weight: 400;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #d4d6d4;
}


/* MAIN-CTA - END */


/* FOOTER - START */

.footer {
    background-color: #2b2d27;
    color: white;
    background: #50583b;
    padding: 60px 20px 20px;
    font-family: var(--font-family);
}

.footer-top {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-info {
    display: flex;
    gap: 120px;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-column {
    min-width: 160px;
}

.footer-title {
    font-weight: bold;
    margin-bottom: 12px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 40px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thin {
    font-family: var(--font-family);
    font-size: 16px;
    color: #b6c197;
}

.bold {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.mail {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 158%;
    color: #fff;
    margin-top: 20px;
}


/* FOOTER - END */


/* ANIMATIONS AND ETC. - START */

.articles-box-link:hover {
    color: #ffd723;
}

.header-link:hover {
    color: #ffd723;
}

.main-cta-link:hover {
    color: #ffd723;
}