/* Global settings */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

body{
    overflow-x: hidden;
    background-color: var(--Platonic);
    height: 100vh;
}

:root {
    --Platonic: #F5F5F5;
    --Tło: #171940;
    --Napisy_główne: #171940;
    --Napisy: #D9B97E;
    --Tekst: #1D1918;
}

/* Nav settings */

.mainnavigation{
    height: 82px;
    align-items: center;
}

.mainimagesplatonic{
    display: flex;
    margin-top: 0;
    margin-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.mainplatonictitle{
    padding-left: 12px;
    margin-top: 0;
    margin-bottom: 0;

    font-weight: 400;
    font-size: 32px;
}

.hamburger{
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.hamburger-box{
    width: 35px;
    height: 24px;
    position: relative;
}

.nav-menu{
    top: 82px;
}

.navigation-item{
    margin-bottom: 15px;
    padding-top: 18px;
    padding-bottom: 18px;

    font-size: 1.1rem;
}

/* Main section */

.fixed-fix {
    width: 100%;
    height: 82px;
    min-height: 82px;
    max-height: 82px;
}

/* First section */

.first-section-container {
    height: calc(100vh - 82px);
}

.first-section-text-box {
    height: calc(90vh - 82px);
    min-height: calc(90vh - 82px);
}

.first-section-title-box {
    margin-top: 120px;
}

.arrow-down {
    font-size: 26px;
}

/* Second section */

.second-section-container {
    min-height: calc(100vh - 82px);
}

.second-section-title-box {
    height: 90px;
    min-height: 90px;
    margin-bottom: 20px;
}

.second-section-title {
    font-size: 24px;
}

/* Third section */

.third-section-container {
    min-height: calc(100vh - 82px);
}

.third-section-title-text {
    font-size: 28px;
}

.third-section-describe-text {
    font-size: 16px;
}

/* footer */

.footer-title {
    justify-content: center;
}

.footer-title img {
    display: none;
}

.footer-contact {
    padding-bottom: 30px;
    padding-left: 0;
}

.footer-contact-p {
    display: flex;
    justify-content: center;
}

.right-footer-class-title {
    margin-left: 0;
}

.right-footer-class-desc {
    margin-left: 0;
}

.site-rights {
    font-size: 13px;
}

.social-links {
    display: none;
}