@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
    font-family: "Noto Sans", sans-serif;
    margin: 0;
    padding: 0;
}
body {
    background-color: white;
}
.scroll-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    justify-content: space-between;
    align-items: center;
    transition: all ease-out .5s;
    
}

.scroll-header.scrolled {
    background-color: rgba(0, 0, 0, 0.8); /* Kolor tła po przewinięciu */
}

.header-container {
    max-width: 1300px;
    margin: 0 auto; 
    padding: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navigation li {
    margin-left: 20px; /* Ustaw odstęp między elementami menu */
}

.navigation a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: color 0.3s ease;
}

.navigation a:hover {
    color: #ccc; /* Zmiana koloru tekstu po najechaniu myszką */
}

.header-container .button {
    padding: 15px 40px;
    background-color: #BB0A21;
    border-radius: 25px;
    color: white;
}

.heading {
    background: url("Image.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 15px;
    color: white;
    text-align: center;
}

.heading h1 {
    font-size: 64px;
    font-weight: 500;
}

.heading h3 {
    margin-top: 25px;
    font-size: 26px;
    font-weight: 400;
}

.heading .buttons {
    margin-top: 45px;
}

.heading .button {
    padding: 15px 30px;
    border-radius: 25px;
    margin-right: 30px;
}

.heading .button.first {
    background-color: #BB0A21;
}
.heading .button.second {
    background-color: #bb0a2200;
    border: 2px solid white;
}

h6 {
    letter-spacing: 3px;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

h3 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 45px;
    letter-spacing: 2px;
}

.about p {
    font-weight: 300;
    font-size: 18px;
    width: 50%;
    margin: 0 auto;
    line-height: 35px;
}

.about {
    padding: 80px 15px;
    color: black;
    text-align: center;
}

.forbg {
    background-color: #efefef; 
    width: 100%;
}
.for {
    width: 100%;
    max-width: 1300px;
    text-align: center;
    margin: 0 auto;
    padding: 80px 15px;
}

.section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 160px;
    padding: 30px 0px;
}
.in-section {
    flex: 1;
}
.section h4 {
    font-size: 32px;
    font-weight: 400;
    text-align: left;
}
.section ul {
    padding-top: 25px;
    text-align: left;
    padding-left: 25px;
}
.section li {
    font-size: 18px;
    font-weight: 300;
    padding-top: 10px;
}
.conbg {
    background-color: white;
    width: 100%;
    border-radius: 25px;
    border: 3px solid #BB0A21;
    margin-top: 60px;
}
.contact {
    max-width: 1300px;
    padding: 80px 15px;
}
.con-boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 130px;
    margin-top: 80px;
}
.box {
    display: flex;
    align-items: center;
    color: black;
    width: 100%;
    border-left: 0px;
    margin-left: -6px;
    padding-right: 20px;
    border-radius: 30px 10px;
}

.box i {
    font-size: 28px;
    background-color: #bb0a2212;
    padding: 25px 30px;
    color: #BB0A21;
    border-radius: 25px 8px;
    margin-right: 20px;
    border: 3px solid #BB0A21;
}

a {
    text-decoration: none;
}

.sbg {
    background-color: white;
    width: 100%;
}
.services {
    background-color: white;
    padding: 80px 15px;
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
}
.offer-first {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    gap: 50px;
    padding: 30px;
    justify-content: center;
    align-items: center;
}
.des {
    flex: 1;
}
.offer-first h3 {
    font-size: 22px;
}
.offer-down {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.offer {
    padding: 30px;
    flex: 1;
    text-align: left;
}

.offer h3 {
    font-size: 22px;
}
.offer img {
    margin-bottom: 25px;
}
.des img {
    margin-bottom: 25px;
}
.offer-first img {
    border-radius: 25px;
}
.services ol {
    list-style-type: none;
}