html {
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
    color: inherit;
}
body {
    background: #ffffff;
    font-family: Poppins;
    width: 100%;
    margin: auto;
}
strong {
    font-weight: 800;
}
.lang {
  transition: opacity 0.3s ease-in-out;
}
.cherries-website {
    width: 100%;
}
.cherries-header {
  background: #ffffff;
  position: fixed;
  top: 0%;
  left: 0%;
  height: 8vw;
  width: 100%;
  box-shadow: 0 0 0 0.1vw #f4f4f4;
  z-index: 10;
}

.cherries-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cherries-header-logo-box {
  width: 15%;
  padding-left: 2vw;
}

.cherries-header-logo {
  width: 100%;
}

.cherries-navbar {
  display: flex;
  align-items: center;
  position: relative;
}

.cherries-header-buttons {
  display: flex;
  padding: 2vw;
  gap: 0.8vw;
}

.cherries-header-button,
.cherries-header-button2 {
  font-size: 1.4vw;
  padding: 1vw;
  border: none;
  border-radius: 12px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.cherries-header-button-language {
  padding: 0vw;
  border: none;
  border-radius: 12px;
  background: #ffffff;
  width: 2vw;
  border-radius: 36px;
  transition: ease-in-out 0.3s;
}
.flag {
    width: 100%;
    border: none;
    background: #ffffff;
    border-radius: 36px;
    border: 1px solid #000000;
}
.cherries-header-button {
  color: #000000;
  background: #ffffff;
}

.cherries-header-button2 {
  color: #ffffff;
  background: #e52d40;
}

.cherries-header-button:hover {
  background: #e52d40;
  color: #ffffff;
}

.cherries-header-button2:hover {
  background: #a01c2f;
}
.cherries-header-button-language:hover {
    transform: scale(1.2);
    transition: ease-in-out 0.3s;
}

/* Hamburger ikona – tylko na mobile */
.cherries-hamburger {
  display: none;
  font-size: 6vw;
  cursor: pointer;
  user-select: none;
  margin-right: 5vw;
}

.cherries-about {
    margin-top: 0vw;
}
.cherries-about-photo {
    width: 100%;
}
.cherries-about-photo-box {
    position: relative;
}
.cherries-motto {
    text-align: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 85%;
    left: 0%;
    width: 100%;
    color: #f4f4f4;
    font-size: 3vw;
    font-style: italic;
    font-weight: 500;
    background: rgba(108, 19, 32, 0.5);
    font-family: "Kalam";
    padding: 0vw;
}
.cherries-about-text-box {
    padding: 3vw;
    transition: ease-in-out 0.5s;
    background-image: url("https://xmc-mobile.pl/RC/Cherries/workplace-5517744_1920.png");
    background-color: #000000;
    padding-bottom: 12vw;
    text-align: justify;

}
.cherries-about-header {
    color: #a01c2f;
    font-size: 3vw;
    font-weight: 500;
    text-align: center;

}
.cherries-about-text {
    color: #8f8c8c;
    font-size: 1.2vw;
    transition: ease-in-out 0.5s;
    width: 80%;
    margin: auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5vw;
    font-weight: 300;

}

.cherries-about-text-box:hover {

    background-color: none;
    transition: ease-in-out 0.7s;
}
.cherries-about-text-box:hover .cherries-about-text {
    color: #000000;
    transition: ease-in-out 0.7s;
    transform:scale(1.1);
}


.cherries-offer-text-box {
    padding: 3vw;
    transition: ease-in-out 0.5s;
    background-image: url("https://xmc-mobile.pl/RC/Cherries/car-5131881_1920.png");
    background-color: #000000;
    padding-bottom: 15vw;
    text-align: justify;

}
.cherries-offer-header {
    color: #ffffff;
    font-size: 3vw;
    font-weight: 500;
    text-align: center;

}
.cherries-offer-text {
    color: #8f8c8c;
    font-size: 1.2vw;
    transition: ease-in-out 0.5s;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5vw;
    width: 80%;
    margin: auto;
    font-weight: 300;

}

.cherries-offer-text-box:hover {

    background-color: none;
    transition: ease-in-out 0.7s;
}
.cherries-offer-text-box:hover .cherries-offer-text {
    color: #ffffff;
    transition: ease-in-out 0.7s;
    transform:scale(1.1);
}


.cherries-team-box {
    padding: 3vw;
    transition: ease-in-out 0.5s;
    background: #ffffff;
    padding-bottom: 5vw;

}
.cherries-team-header {
    color: #444444;
    font-size: 3vw;
    font-weight: 500;
    text-align: center;;

}
.cherries-team-text {
    color: #8f8c8c;
    font-size: 1.4vw;
    transition: ease-in-out 0.5s;
    transform:scale(0.7);
    width: 80%;
    margin: auto;

}

.cherries-team-box:hover {

    background-color: none;
    transition: ease-in-out 0.7s;
}
.cherries-team-box:hover .cherries-team-text {
    color: #ffffff;
    transition: ease-in-out 0.7s;
    transform:scale(1);
}
.cherries-team-row {
    display: flex;
    margin-top: 5vw;
}
.cherries-person-box {
    width: 50%;
}
.cherries-person-photo-box {
    width: 80%;
    margin: auto;
    
}
.cherries-person-photo {
    width:100%;
    border-radius: 24px;
    transition: ease-in-out 0.7s;
    box-shadow: 2px 2px 10px #444444;
}
.cherries-person-name {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 2vw;
    font-weight: 600;
}
.cherries-person-description {
    width: 70%;
    margin: auto;
    font-size: 1.3vw;
    color: #444444;
    text-align: justify;
}
.cherries-person-photo:hover {
    transform: scale(1.05);
    transition: ease-in-out 0.7s;
}
.cherries-team-extra-photo-box {
    width: 90%;
    margin: auto;
    padding-bottom: 2vw;
}
.cherries-team-extra-photo {
    width: 100%;
    border-radius: 12px;
    box-shadow: 2px 2px 10px #444444;
}
.cherries-contact {
    background: #ffffff;
    padding-top: 1vw;
}
.cherries-contact-numbers-row {
    width: 95%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 1vw;
    padding-bottom: 3vw;
}
.cherries-contact-number-box {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 2px 10px #444444;
    animation: cherries-pulse 1.5s infinite;

}
.cherries-contact-number-icon-box {
    width: 25%
}
.cherries-contact-number-icon {
    width: 100%;
}
.cherries-contact-number-value{
    padding-left: 1vw;
    font-size: 1.2vw;
}
.cherries-contact-whatsapp-box {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 12px;
    animation: cherries-pulse 1.5s infinite;

}
.cherries-contact-whatsapp-icon-box {
    width: 25%
}
.cherries-contact-whatsapp-icon {
    width: 100%;
}
.cherries-contact-whatsapp-value{
    padding-left: 1vw;
    font-size: 1.2vw;
}
.cherries-contact-skype-box {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.cherries-contact-skype-icon-box {
    width: 25%
}
.cherries-contact-skype-icon {
    width: 100%;
}
.cherries-contact-email-box {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 12px;
    animation: cherries-pulse 1.5s infinite;

}
.cherries-contact-email-icon-box {
    width: 25%
}
.cherries-contact-email-icon {
    width: 100%;
}
.cherries-contact-email-value{
    padding-left: 1vw;
    font-size: 1.2vw;
}
.cherries-contact-boxes {
    background-image: url("https://xmc-mobile.pl/RC/Cherries/VO.png");
    padding-top: 2vw;
}
.cherries-contact-box {
    width: 50%;
}
.cherries-contact-boxes-row {
    display: flex;

}

.cherries-contact-header {
    color: #ffffff;
    font-size: 3vw;
    font-weight: 500;
    text-align: center;
    margin-top: 0vw;
    margin-bottom: 1vw;


}
.cherries-contact-box-header {
    color: #ffffff;
    font-size: 2vw;
    font-weight: 500;
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 2vw;

}
.cherries-contact-box-row {
    width: 100%;
    display: flex;
    padding-bottom: 2vw;
    flex-wrap: wrap;
}
.cherries-contact-box-left {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ffffff;
}
.cherries-contact-box-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cherries-contact-box-address {
    color: #ffffff;
    width: 60%;
    margin: auto;
    font-size: 1.2vw;
    text-align: center;
}
.cherries-contact-box-map {
    width: 100%;
    display: flex;
    justify-content: center;
}
.cherries-google-maps {
    width: 50%;
    border: 0;
    margin:auto;
    aspect-ratio: 5/3;
    padding-top: 3vw;

}
.cherries-footer {
    background: #ffffff;
    width: 100%;

}
.cherries-footer-row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cherries-footer-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.cherries-footer-logo-box {
    width: 15%;

}
.cherries-footer-logo {
    width: 100%;
}
.cherries-footer-text {
    font-size: 1vw;
}
.cherries-footer-author-row {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid #c9c9c9;
}
.cherries-footer-author {
    font-size: 0.8vw;
    color: #8a8a8a;
    padding-right: 2vw;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
#popupForm {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
    padding: 100px;
    border: 1px solid #ccc;
    max-height: 90vh;
    overflow-y: auto;
    width: 90%;
    max-width: 800px;
    z-index: 9999;
    border-radius: 12px;
  }

  #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
  }

  input, label {
    width: 100%;
    margin-bottom: 10px;
  }
  .cherries-form-logo-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
  .cherries-form-logo-box {
    width: 30%;
  }
  .cherries-form-logo {
    width: 100%;
  }
  .cherries-form-close-button {
    border: none;
    font-size: 3vw;
    color: #444444;
  }
  .cherries-form-text-header {
    font-size: 1.5vw;
  }
  .cherries-form-section-header {
    font-size: 1.2vw;
  }
  .cherries-form-label {
    font-size: 1vw;
  }
  .cherries-form-submit-button {
    background: #e52d40;
    color: #ffffff;
    font-size: 1.3vw;
    border: none;
    border-radius: 12px;
    padding: 0.6vw;
  }


  #cherries-about-text-box {
    scroll-margin-top: 8vw;
  }
  #cherries-offer-text-box {
    scroll-margin-top: 8vw;
  }
  #cherries-team-box {
    scroll-margin-top: 8vw;
  }
  #cherries-contact {
    scroll-margin-top: 8vw;
  }
    @keyframes cherries-pulse {
      0% {
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
      }
      100% {
          box-shadow: 0 0 0 16px rgba(255, 255, 255, 0), 0 1px 1px 16px rgba(0, 0, 0, 0);
      }
    }
  @media (max-width: 768px) {
    .cherries-hamburger {
    display: block;
  }

  .cherries-header-buttons {
    display: none;
    position: absolute;
    top: 100%;
    right: 0%;
    width: 100vw;
    flex-direction: column;
    background: #fff;
    padding: 4vw 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    z-index: 9;
  }

  .cherries-header-button,
  .cherries-header-button2 {
    font-size: 4.5vw;
    padding: 3vw 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
  }

  .cherries-menu-toggle:checked + .cherries-hamburger + .cherries-header-buttons {
    display: flex;
  }

    .cherries-header-button {
        font-size: 2.3vw;
        padding: 0.7vw;
    }
    .cherries-header-button2 {
        font-size: 2.3vw;
        padding: 0.7vw;
    }
    .cherries-header-button-language {
        width: 100%;

    }
    .flag {
        width: 5%;
        margin: auto;
        border: 1px solid #000000;
    }
    .cherries-header-logo-box {
        width: 20%;
        padding-left: 2vw
    }
    .cherries-header {
        height: 11vw;
    }
    .cherries-about-header {
        font-size: 4vw;
    
    }
    .cherries-about-text {
        font-size: 3vw;
        width: 90%;
        margin: auto;
        padding-left: 1%;
        padding-right: 1%;
        color: #000000
    }
    .cherries-about-text-box:hover .cherries-about-text {
        transition: ease-in-out 0.7s;
        transform:scale(1);
    }   
    .cherries-offer-header {
        font-size: 4vw;
    
    }
    .cherries-offer-text {
        font-size: 3vw;
        width: 90%;
        margin: auto;
        padding-left: 1%;
        padding-right: 1%;
        color: #ffffff;
    }
    .cherries-offer-text-box:hover .cherries-offer-text {
        transition: ease-in-out 0.7s;
        transform:scale(1);
    }       
    .cherries-team-header {
        font-size: 4vw;
    }
    .cherries-team-row {
        flex-wrap: wrap;
    }
    .cherries-person-box {
        width:100%;
        padding-bottom: 5vw;
    }
    .cherries-person-name {
        font-size: 3vw;
    }
    .cherries-person-description {
        font-size: 2.5vw;
    }
    .cherries-contact-header {
        font-size: 4vw;
    }
    .cherries-contact-numbers-row {
        flex-wrap: wrap;
    }
    .cherries-contact-number-box {
        width: 40%;
        margin: auto;
    }
    .cherries-contact-whatsapp-box {
        width: 40%;
        margin: auto;
    }
    .cherries-contact-email-box {
        width: 40%;
        margin: auto;
        margin-top: 5vw;
    }
    .cherries-contact-whatsapp-value {
        font-size: 2vw;
    }
    .cherries-contact-number-value {
        font-size: 2vw;
    }
    .cherries-contact-email-value {
        font-size: 2vw;
    }
    .cherries-contact-numbers-row {
        width: 95%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 2vw;
        padding-bottom: 3vw;
    }
    .cherries-contact-box-header {
        font-size: 3vw;
    }
    .cherries-contact-box {
        width: 100%;
    }
    .cherries-contact-box-address {
        font-size: 2vw;
    }
    .cherries-contact-box-row {
        flex-wrap: wrap;
    }
    .cherries-contact-boxes-row {
        flex-wrap: wrap;
    }
    .cherries-contact-box-left {
        width: 100%;
        padding-bottom: 5vw;
    }
    .cherries-contact-box-right {
        width: 100%;
    }
    .cherries-google-maps {
        width: 70%;
    }
    .cherries-footer-logo-box {
        width: 25%;
    }
    .cherries-footer-text {
        font-size: 2vw;
    }
    .cherries-footer-author {
        font-size: 1.7vw;
    }
    #popupForm {
        width: 80%;
    }
    .cherries-form-text-header {
        font-size: 3vw;
      }
      .cherries-form-section-header {
        font-size: 2.5vw;
      }
      .cherries-form-label {
        font-size: 2vw;
      }
      .cherries-form-submit-button {
        font-size: 3vw;
        padding: 1vw;
      }
      .cherries-form-logo-box {
        width: 40%;
      }
      .cherries-form-close-button {
        font-size: 5vw;
      }
}