/* 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(--Tło);
    height: 100vh;
}

:root {
    --Platonic: #F5F5F5;
    --Tło: #B4DCED;
    --Róż: #E89C84;
    --Napisy: #171940;
    --KolorBOX: #002244;
    --Pomarańczowy: #E64510;
    --CiemnyPomarańczowy: #BD3508;
    --Niebieski: #0667E7;
}

/* Nav settings */

.hamburger {
    display: block;
}

.boxmainnav{
    display: none;
}

.nav-menu--active{
    display: block;  
}

/* First section */

.first-circle {
    right: -270px;
    max-width: 800px;
    min-width: 800px;
    width: 800px;
    max-height: 800px;
    min-height: 800px;
    height: 800px;
}

/* Third section */

.third-section-information {
    width: 60%;
}

.third-describe {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 300px;
    margin-top: 130px;
}

.third-section-image {
    width: 40%;
}

.third-image {
    width: 115%;
    height: auto;
    max-height: none;
    max-width: none;
}

/* Fifth section */

.fifth-describe {
    margin-top: 120px;
    margin-bottom: 60px;
}

/* NEWSLETTER */

.newsletter-describe {
    margin-bottom: 30px;
}