/* 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 */

.hamburger {
    display: flex;
    cursor: pointer;
    border: none;
}

.nav-menu{
    width: 100%
}

/* First section */

.first-section-title-box {
    width: 90%;
}

.first-section-title-text {
    font-size: 32px;
}

.first-section-describe-text {
    font-size: 18px;
}

/* Second section */

.second-section-title-box {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

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

.toggle {
    border-radius: 20px;
}

.toggle-box {
    border-radius: 18px;
}

.second-section-text-box {
    padding: 15px 40px;
}

.second-section-text-box-right {
    padding: 15px 40px;
}

.second-section-box-describe {
    padding: 0;
}

.second-section-box-describe-right {
    padding: 0;
}

.second-section-title-text {
    text-align: center;
    font-size: 20px;
}

.second-section-describe-text {
    text-align: center;
    font-size: 16px;
}

/* Third section */

.third-section-video-box {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
}

/* footer */

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

.footer-title img {
    display: none;
}

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

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

.right-footer-class {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-footer-class-desc {
    display: flex;
    justify-content: center;
    margin-right: 0;
}

.site-rights {
    display: flex;
    justify-content: center;
    margin-left: 0;
    font-size: 13px;
}

.social-links {
    display: none;
}

/* Cookie banner */

.cookie-banner {
    bottom: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    padding: 20px;
    border-radius: 0;
}