* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  .header-main {
    background-image: url(/img/headerbg.jpg);
    min-height: 100vh;
    width: auto;
    padding: 0 8%;
    background-size: cover;
  }
  
  .top-bar {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    min-height: 70px;
    position: relative;
  }
  
  .menu-logo {
    height: 37px;
  }
  
  .top-bar-left {
    width: auto;
    display: flex;
    align-items: center;
  }
  
  a.a-menu {
    text-decoration: none;
    color: white;
    padding-left: 10px;
  }
  
  a.a-menu:hover {
    color: #f8c814;
    transition: 1s;
  }
  
  .top-bar-right {
    color: white;
  }
  
  nav.menu {
    padding-left: 50px;
    display: flex;
    align-items: center;
  }
  
  .hamburger {
    display: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
    padding-left: 20px;
  }
  
  .button-call {
    text-decoration: none;
    color: black;
    height: 50px;
    min-width: 238px;
    display: flex;
    margin-right: 4rem;
    align-items: center;
    border-radius: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .phone {
    background-color: #FFD12A;
  }
  
  .whatsapp {
    background-color: #25D366;
  }
  
  .header-button {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0;
  }
  
  .container-bg-button {
    height: 50px;
    width: 50px;
    display: flex;
    border-radius: 14px 0 0 14px;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }
  
  .phone > .container-bg-button {
    background: #FFC800;
  }
  
  .whatsapp > .container-bg-button {
    background: #0ABE4D;
  }
  
  .h1-style {
    font-size: 4rem;
    font-weight: 500;
    color: white;
  }
  
  .h2-style {
    font-size: 2rem;
    color: white;
    font-weight: 400;
  }
  
  .p-header-style {
    max-width: 720px;
    color: white;
    font-size: 20px;
    margin-top: 25px;
  }
  
  .header-body {
    height: auto;
    display: flex;
    flex-direction: column;
    min-height: 500px;
    justify-content: space-between;
    margin-top: 10rem;
  }
  
#aboutus {
    min-height: 100vh;
    width: auto;
    background-image: 
    url('/img/t4.png'),
    url('/img/sprinter.png');
    background-position: 
    top right, 
    right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 
    auto auto, 
     60% auto;
  padding: 80px 20px;
}
section {
    padding: 0 8% !important;
    height: 100%;
    min-height: 100vh;

}

.box-title {
    width: 18px;
    height: 40px;
    background: #FFD94C;
    border-radius: 14px;
    margin-right: 1rem;
}
.section-title {
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    padding-bottom: 50px;
    padding-top: 50px;

}.aboutus-div {

    width: 100%;
    max-width: 740px;
    margin-top: 10rem;
}
p.aboutus-p {
    line-height: 240%;
    margin-top: 36px;
}

.logo-about {
    width: 100%;
    max-width: 449px;
}



#offers {
    min-height: 100vh;
    width: auto;
    background: #E0E0E0;
}
.section-offers-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.section-offers-columns {
    width: auto;
    padding: 5px;
}
.offers-options {
    display: flex
;
    margin-bottom: 40px;
}
.section-offers-columns-image {
    width: 100%;
    height: auto;
    max-width: 440px;
}
.section-offers-columns-image > img {
    width: inherit;
    display: block;
}
.offers-icon {
    width: 50px !important;
    height: 55px;
    background: #ffd94c;
    display: flex
;
    align-items: center;
    justify-content: center;
    max-width: 55px;
    min-width: 55px;
    border-radius: 100%;
    margin-right: 25px;
}
.offers-icon > svg {
    width: 35px;
    height: auto;
}


.offers-content {
    display: flex
;
    flex-direction: column;
    width: 100%;
    max-width: 340px;
}


.offers-options-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.section-us-main-items {
    width: 100%;
    max-width: 250px;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 50px;
    margin-bottom: 50px;
}
.section-us-items-icon {
    width: 50px;
    height: 50px;
    background: #ffd94c;
    border-radius: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.section-us-items-h {
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.section-us-main-column {
    width: 100%;
    max-width: 50%;
    display: flex
;
    flex-wrap: wrap;
}
.section-us-columns-image {
    width: auto;
}
.section-us-image {
    width: auto;
    height: auto;
    max-height: 700px;
}
.section-us-main {
    display: flex
;
}
.section-contact-left {
    background-image: url(/img/contact.jpg);
    width: 100%;
    height: 350px;
    background-size: cover;
    max-width: 50%;
    border-radius: 0 14px 14px 0;
    background-position: 0 -50px;
    background-repeat: no-repeat;
}
.section-contact-p {
    font-size: 3rem;
    font-weight: 800;
    color: #36423B;
}
.section-contact-right {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    padding-left: 3%;
    padding-top: 10px;
}
.contact-button {
    font-size: 14px !important;
    margin-right: 10px !important;
    min-width: 200px !important;
}
#contact {
    padding: 0 !important;
    display: flex;
    background: #E8F6ED;
    height: auto;
    min-height: 350px !important;
}

.footer-columns {
    flex-direction: column;
    display: flex
;
    color: white;
}
.footer-bottom-p {
    text-align: center;
    color: white;
    font-size: 11px;
}
.footer-icon {
    color: white;
    height: 35px;
    width: 35px;
    margin-top: 5px;
}
.footer-icon:hover {
    color: #ffd12a;
    height: 35px;
    width: 35px;
    margin-top: 5px;
}
footer.footer {
    background: #161E22;
    min-height: 350px;
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
.footer-h6 {
    font-weight: 600;
}
.footer-top {
    display: flex
;
    justify-content: space-evenly;
    height: auto;
    min-height: 300px;
    align-items: center;
}
.footer-link-gp {
    text-decoration: none;
    color: white;
    font-size: 11px;
}
  /* Mobilne menu i responsywność */





  @media (max-width: 1425px) {
    .section-us-main-column {
        max-width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-us-main-items {

       margin-right: 0px !important; 

    }

    
  }
  @media (max-width: 1200px) {
    #contact {
        padding: 0 !important;
        display: flex
    ;
        background: #E8F6ED;
        height: auto;
        min-height: 350px !important;
        flex-direction: column-reverse;
    }
    .section-contact-left {
        background-image: url(/img/contact.jpg);
        width: 100%;
        height: 350px !important;
        background-size: cover;
        max-width: 100%;
        border-radius: 0 !important;
        background-position: unset;
        background-repeat: no-repeat;
    }
    .section-contact-right {
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 50px;
        padding-top: 30px;
        align-items: center;
        text-align: center;
    }
    .header-button {
        width: auto;
        display: flex
    ;
        flex-wrap: wrap;
        margin: 2rem 0;
        align-items: center;
        justify-content: center;
    }
}

  @media (max-width: 1040px) {
    .section-us-main-column {
        max-width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-us-main-items {

       margin-right: 0px !important; 

    }
    .section-offers-main {
        display: flex
    ;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center !important;
        flex-direction: row;
    }
    .section-offers-columns {
        width: auto;
        padding: 5px;
        margin-bottom: 30px;
    }

    
  }
  @media (max-width: 920px) {
    .section-us-main {
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }
    .section-us-columns-image
 {
    width: 100%;
    max-width: 333px;
}
  
  .section-us-image {
    width: inherit;
    height: auto;
    max-height: 700px;
}
.aboutus-div {
    margin-bottom: 30px;
}
.section-offers-main {

    flex-direction: column-reverse !important;
}
  }
  
  @media (max-width: 768px) {
    .hamburger {
      display: block;
    }
  
    nav.menu {
      display: none;
      position: absolute;
      top: 70px;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.95);
      flex-direction: column;
      z-index: 999;
      padding: 20px;
    }
  
    nav.menu.menu-open {
      display: flex;
    }
  
    nav.menu .a-menu {
      color: white;
      padding: 10px 0;
      font-size: 18px;
    }
  
    .top-bar-left {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between;
    }
  
    .top-bar {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  @media (max-width: 640px) {
    .section-contact-left {
        background-image: url(/img/contact.jpg);
        width: 100%;
        height: 200px !important;
        background-size: cover;
        max-width: 100%;
        border-radius: 0 !important;
background-position: 0;
        background-repeat: no-repeat;
    }
}
  @media (max-width: 500px) {
    .section-contact-left {
        background-image: url(/img/contact.jpg);
        width: 100%;
        height: 200px !important;
        background-size: cover;
        max-width: 100%;
        border-radius: 0 !important;
background-position: 0;
        background-repeat: no-repeat;
    }
    .footer-top {
        display: flex
    ;
        height: auto;
        min-height: 300px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin-top: 30px;
        margin-left: 50px;
    }
    footer.footer {
        background: #161E22;
        min-height: 350px;
        display: flex
    ;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .footer-columns {
        flex-direction: column;
        display: flex
    ;
        color: white;
        padding: 15px 0;
        width: 100%;
        align-items: flex-start;
    }
}