:root {
    --main-bg-color: #132d20;
    --color-text: #ffffff;
    --first-bg-color: #492f2fb2;
    --project-box-color: ;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
h1 {
    line-height: 120%;
}

.title {
    display: none;
}
.page-grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin: auto;
    width: 1125px;
    transition-duration: 1s;
}
.burger-menu {
    display: none;
    opacity: 0;
}
.active-menu {
    display: flex;
    opacity: 1;
    transition: opacity 2s;
    grid-column: span 12;
    font-size: 20px;
}
.active-menu a {
    width: 100%;
}

.centered {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.w50p {
    width: 50%;
}
.w100p {
    width: 100%;
}
.ptopbot100 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.main-background {
    background-color: var(--main-bg-color);
}

.logo {
    letter-spacing: 3.6px;
}
.logo a {
    color: white;
    text-decoration: none;
}

.menu {
    grid-column: 9/13;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

.menu-element {
    flex: 1;
    text-align: center;
}

.slogan-grid {
    grid-column: 2/7;
}

.spec-grid {
    grid-column: 8/12;
}

.first-content {
    background-color: var(--first-bg-color);
    width: 100%;
}

/* Text */
.page-links a {
    text-decoration: none;
    color: var(--color-text);
}
.page-links a:hover {
    text-decoration: underline;
}
.text {
    font-size: 15px;
}

.normal-weight {
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    text-align: justify;
}

.white-font {
    color: var(--color-text);
    font-family: Metrophobic;
}

.slogan {
    font-size: 48px;
}

.shapes {
    background-image: url(shapes/shape_1.svg), url(shapes/shape_2.svg),
        url(shapes/shape_3.svg), url(shapes/shape_4.svg);
    background-size: 1900px, 1900px, 1900px, 1900px;
    background-position: top center, top 1000px center, top 2660px center,
        top 2570px center;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.full-size-text {
    grid-column: span 12;
}

.fs36 {
    font-size: 36px;
}
.fs24 {
    font-size: 24px;
}
.fs18 {
    font-size: 18px;
}
.lh150 {
    line-height: 150%;
}

.projects {
    background-color: #170303b2;
    width: 100%;
    padding: 50px 0;
}

.project-object-grid {
    grid-column: span 4;
    height: 305px;
    padding: 30px;
    transition-duration: 1s;
}

.project-object-grid:hover {
    transform: scale(1.03);
}

#project-1 {
    background-color: #483449b2;
}

#project-2 {
    background-color: #8a92acb2;
}

#project-3 {
    background-color: #a7d1a6b2;
}

#project-4 {
    background-color: #764c4cb2;
}

#project-5 {
    background-color: #5aa76fb2;
}

#project-6 {
    background-color: #083063b2;
}
/* 
.offer-content {
    height: 400px; 
    background-color: #455a414d;
} */

.offer-content-wrapper {
    grid-column: 2/12;
    margin-top: 80px;
    margin-bottom: 80px;
}
.offer-content-wrapper > h1 {
    font-family: Metrophobic;
}
.flex {
    display: flex;
    gap: 20px;
}
.project-desc-box {
    height: 142.5px;
    padding: 5px;
}

.project-pic-box {
    height: 142.5px;
}
.project-pic-box img {
    width: 100%;
    height: 100%;
}

.main-modulo2-desc {
    font-family: Metrophobic;
    padding-top: 40px;
    grid-column: span 12;
    font-size: 32px;
}

.main-founders-desc {
    font-family: Metrophobic;
    grid-column: 2/12;
    margin-top: 40px;
}

.founder-grid {
    grid-column: span 6;
}
#piotr-bg {
    background-color: #204c8631;
}

#pawel-bg {
    background-color: #77ee6723;
}

.founder-pic {
    display: flex;
    justify-content: center; /* Wyrównanie poziome */
    align-items: center;
    height: 600px;
}
.founder-desc {
    text-align: justify;
    border-width: medium;
    border: 16px solid;
    border-color: transparent;
    margin-bottom: 30px;
}
.contact {
    width: 100%;
    background-color: #4b644ab2;
    padding: 50px 0;
}
.contact-wrapper {
    grid-column: 2/12;
}
.user-data {
    display: flex;
}
.user-input-wrapper {
    width: 50%;
}
.user-input {
    height: 50px;
    border-radius: 10px;
    box-shadow: none;
    border-color: transparent;
    font-family: Metrophobic;
    font-weight: 500;
}
.w95p {
    width: 95%;
}
.h300 {
    height: 300px;
}
.pleft10 {
    padding-left: 10px;
}
.pright10 {
    padding-right: 10px;
}
:focus-visible {
    outline: transparent auto;
}
.p10 {
    padding: 10px;
}
.non-resizable {
    resize: none;
}
.submit-wrapper {
    display: flex;
    justify-content: flex-end;
}
.submit-button {
    padding: 0 100px;
    height: 50px;
    border-radius: 10px;
    border: none;
    margin-top: 20px;
    font-weight: 700;
    font-family: Metrophobic;
    cursor: pointer;
}
.card {
    padding: 50px;
    padding: auto;
    background-color: #001427b2;
    border-radius: 10px;
}
.footer {
    grid-column: 2/12;
}
.footer-links {
    grid-column: 7/12;
}
.social-media {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
}
.fb {
    background-image: url("/proj_logo/facebook.png");
}
.yt {
    background-image: url("/proj_logo/youtube.png");
}
.in {
    background-image: url("/proj_logo/linkedin-logo.png");
}
.gl {
    background-image: url("/proj_logo/gitlab.png");
}
.bigger {
    background-size: cover;
    background-color: white;
    border-radius: 28px;
    width: 100%;
    padding-top: 100%;
}
.bigger a {
    display: block;
    width: 100%;
    height: 100%;
}
.bigger:hover {
    transform: scale(1.05);
    transition-duration: 1s;
}
.btn-line {
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin: 3px 0;
}
.menu-btn {
    cursor: pointer;
    display: none;
    flex-direction: column;
}
.burger-menu-button {
    display: none;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    grid-column: 11;
}
/* padding */
.ptop60 {
    padding-top: 60px;
}
.ptop200 {
    padding-top: 200px;
}
.pbot500 {
    padding-bottom: 500px;
}
.pbot100 {
    padding-bottom: 100px;
}
/* margin */
.mtop60 {
    margin-top: 60px;
}
/* for 1200px */
@media (max-width: 1200px) {
    .shapes {
        background-position: top center, top 1000px center, top 2430px center,
            top 2990px center;
    }
    .page-grid {
        width: 900px;
    }
    .menu {
        grid-column: 8/13;
    }
    .slogan-grid {
        grid-column: 2/8;
    }
    .left-special {
        margin-top: 300px;
        width: 350px;
        height: 350px;
    }
    .main-founders-desc {
        grid-column: 1/13;
    }
    .project-object-grid {
        grid-column: span 6;
    }
    .offer-content-wrapper {
        grid-column: 1/13;
    }
    .contact-wrapper {
        grid-column: 1/13;
    }
    .footer {
        grid-column: 1/13;
    }
    .footer-links {
        grid-column: 7/13;
    }
}
@media (max-width: 980px) {
    .shapes {
        background-position: top center, top 1000px center, top 2430px center,
            top 3060px center;
    }
    .page-grid {
        width: 700px;
    }
    .menu {
        grid-column: 7/13;
    }
    .slogan-grid {
        grid-column: 2/10;
    }
    .left-special {
        margin-top: 50px;
        margin-bottom: 50px;
        width: 300px;
        height: 300px;
    }
    .pbot500 {
        padding-bottom: 0;
    }
    .project-object-grid {
        padding: 10px;
    }
    .spec-grid {
        grid-column: 5/12;
    }
    .founder-pic {
        height: 500px;
    }
    .main-modulo2-desc {
        font-size: 28px;
    }
    .flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-links {
        grid-column: 3/11;
    }
}
@media (max-width: 720px) {
    .shapes {
        background-position: top center, top 1000px center, top 2430px center,
            top 3580px center;
    }

    .menu-btn {
        display: flex;
    }
    .menu {
        display: none;
    }
    .burger-menu-button {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .page-grid {
        width: 500px;
    }
    .founder-pic {
        height: 400px;
    }
    .founder-desc {
        border: 5px solid transparent;
    }
    .left-special {
        width: 250px;
        height: 250px;
        margin-top: 100px;
    }
    .project-object-grid {
        grid-column: 2 /12;
    }
    #project-6 {
        display: none;
    }
    .card {
        padding: 30px;
    }
    .w50p {
        width: 350px;
    }
}
@media (max-width: 510px) {
    #navbar {
        position: fixed;
        top: 0;
        width: 90%;
        z-index: 10;
        padding: 20px;
        opacity: 0.95;
        background-color: black;
    }
    .title {
        display: block;
    }
    .shapes {
        background-position: top center, top 1000px center, top 2430px center,
            top 4200px center;
    }
    .page-grid {
        width: 300px;
    }
    .slogan {
        display: none;
    }
    .logo {
        font-size: 20px;
    }
    .burger-menu-button {
        grid-column: 11/13;
    }
    .ptop60 {
        padding-top: 30px;
    }
    .slogan-grid {
        display: none;
    }
    .spec-grid {
        grid-column: 1/-1;
        display: flex;
        justify-content: center;
    }
    .text {
        font-size: 13px;
    }
    .main-modulo2-desc {
        font-size: 20px;
    }
    .founder-grid {
        grid-column: span 12;
    }
    .project-object-grid {
        grid-column: span 12;
    }
    .fs18 {
        font-size: 16px;
    }
    .fs36 {
        font-size: 30px;
    }
    .user-data {
        flex-wrap: wrap;
    }
    .user-input-wrapper {
        width: 100%;
    }
    .pleft10 {
        padding-left: 0;
    }
    .pright10 {
        padding-right: 0;
    }
    .submit-button {
        padding: 0 50px;
    }
    .footer-links {
        grid-column: span 12;
    }
    .bigger {
        border-radius: 18px;
    }
    .pbot100 {
        padding-bottom: 50px;
    }
    .fs24 {
        font-size: 18px;
    }
    .founder-pic {
        height: 500px;
    }
}
