/* --------------------------------------------------------------------------- Fonts ------------------------------------------------------------------------- */
@font-face {
    font-family: Avenir;
    src: url(font/Avenir.otf);
}
@font-face {
    font-family: Baunk;
    src: url(font/Baunk.ttf);
}
@font-face {
    font-family: Avenir Next LT Pro;
    src: url(font/AvenirLTProBlack.otf);
}

/* --------------------------------------------------------------------------- Global ------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
}
h1 {
    font-size: 64px;
    font-family: Baunk;
    font-weight: 400;
}

/* --------------------------------------------------------------------------- Header ------------------------------------------------------------------------- */
header {
    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0 1px 8px #ddd;
    background-color: black;
}
.header {
    display: flex;
    justify-content: center;
    align-items: center;
}
#logo {
    padding-left: 10rem;
    font-size: 1.5em;
}
header li {
    padding: 0 50;
    list-style: none;
    display: inline-block;
    
    font-size: 24px;
    font-family: Inter;
}
header a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease 0s;
}
nav {
    margin: 0 0 0 800px;
}

/* --------------------------------------------------------------------------- Main ------------------------------------------------------------------------- */
.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #E3FF00;
    flex: 1;
    gap: 70px;
    padding-top: 50px;
    padding-bottom: 300px;
    z-index: 10;
}
.row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:70px;

    font-family: Avenir;
    font-size: 20px;
}
.row p {
    margin-top: 20px;
}
.row button {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease 0s;
    background-color: #000000;
    height: 70px;
    width: 260px;
    border-radius:200px;
    cursor: pointer;
    margin-bottom: 20px;

    font-family: Avenir;
    font-size: 20px;
    text-align: center;
}
.row button:hover {
    color:#E3FF00;
}
.row-projects {
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-projects-img-absolute {
    position: absolute;
    margin-bottom: 500px;
    margin-left: 1625px;
    z-index: 8;
}
.row-projects-img-absolute_2 {
    position: absolute;
    margin-top: 295px;
    margin-right: 1550px;
    z-index: 8;
}
.row-projects-inside {
    display: flex;
    z-index: 9;
}
.row-projects-inside h2 {
    margin-bottom: 50px;

    font-family: Baunk;
    font-size: 36px;
    font-weight: 400;
}
.row-projects-inside img {
    border-color: black;
    margin: 0 100px 0 0;
    border-radius: 20px;
    box-shadow: 1px -1px 65px -24px black;
}
.row-projects-inside-ex {
    width: 622px;
    margin-top: 40px;
    height: 650px;
/*    overflow: auto; */
/*    scrollbar-color: #E3FF00 #000000; */ /* Kolor suwaka i toru */
/*    scrollbar-width: thin; *//* Szerokość suwaka: auto, thin, none */
}
.row-projects-inside-ex a {
    color: #ffffff;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.row-projects-inside-ex a:hover {
    color:#E3FF00;
}
.row-projects-inside-ex h3 {
    font-family: Avenir Next LT Pro;
    color: white;
    font-size: 24px;
    font-weight: bold;
}
.row-projects-inside-ex p {
    font-family: Avenir;
    color: white;
    font-size: 24px;
}
.row-projects-inside-ex-song {
    display: flex;
    padding: 0 0 0 0;
    background-color: black;
    border-radius: 20px;
    height: 175px;
    margin-top: 20px;
    cursor: pointer;
}
.row-projects-inside-ex-song:hover > img {
    box-shadow: 1px -1px 65px -24px #E3FF00;
    border-color: black;
}
.row-projects-inside-ex-song img {
    margin: 20px 0 0 15px;
    width: 130px;
    height: 130px;
    border-color: white;
    border-style: groove;
    border-radius: 10px;
    border-width: 1px;
}
.row-projects-inside-ex-song-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 30px 0 0 20px;
}
/* --------------------------------------------------------------------------- Footer ------------------------------------------------------------------------- */
.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 565px;
    background-color: black;
    border-top-right-radius: 1000px;
    color: white;

    font-family: Avenir;
}
.footer-first {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.footer-first-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 280px;

    font-family: Avenir;
    font-size: 20px;
}
.footer-first-content img {
    margin-bottom: 200px;
}
.footer-first-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 530px;
    gap:30px;
}
.footer-first-info h3{
    display: flex;
    flex-direction: row;
    justify-content: center;

    font-family: Avenir Next LT Pro;
    font-size:30px;
    color: #E3FF00;
    font-weight: bold;
}
.footer-first-info-mail {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:10px;

    font-family: Avenir;
    font-size: 24px;
}
.footer-first-info-phone {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:10px;
    margin-bottom: 100px;

    font-family: Avenir;
    font-size: 24px;
}
.footer-first-info-images {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}
.footer-casette-img-absolute {
    position: absolute;
    margin-left: 1240px;
    margin-top: 32px;
}
.footer-first-info-borderbottom {
    text-align: center;
}