.header-background {
  background: url(../images/skypark_background.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 400px;
}
@media (max-width: 750px) {
  .header-background {
    height: 185px;
  }
}

.main-title {
  margin: 0px 0px 20px 0px;
}

.who-image {
  margin-right: 10px;
  width: 100%;
}

.who-text {
  padding: 0px 40px;
}
@media (max-width: 750px) {
  .who-text {
    padding: 0px;
  }
}

.who-wrapper {
  width: 85%;
}
@media (max-width: 750px) {
  .who-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 750px) and (max-width: 999px) {
  .who-wrapper {
    flex-direction: column;
  }
}

.absolute {
  position: absolute;
  top: 0px;
}

.logo-background {
  height: 400px;
  background: linear-gradient(rgba(255, 255, 255, 0.53), #fff);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  animation: moving-layer 0.6s ease-out forwards;
}
@media (max-width: 750px) {
  .logo-background {
    height: 185px;
  }
}

.langage-box {
  position: absolute;
  width: 12%;
  right: 2%;
  top: 2%;
  min-width: 160px;
}
@media (max-width: 750px) {
  .langage-box {
    min-width: 125px;
  }
}

.infogreen-text {
  color: #383838;
  font-size: 9px;
  font-family: mulish;
  padding: 10px 5px 0px 5px;
}
@media (max-width: 750px) {
  .infogreen-text {
    font-size: 7px;
    padding: 5px 5px 0px 5px;
  }
}

.infogreen-button {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.infogreen-logo {
  max-width: 80px;
  padding: 7px 3px;
}
@media (max-width: 750px) {
  .infogreen-logo {
    max-width: 55px;
    padding: 3px 10px;
  }
}
@media (min-width: 750px) and (max-width: 999px) {
  .infogreen-logo {
    padding: 0px 5px 5px 5px;
  }
}

@media (max-width: 750px) {
  .partners-box {
    flex-direction: column;
  }
}

.infogreen-link {
  background: white;
  cursor: pointer;
  border-radius: 10px;
  margin-left: 15px;
  transition: 0.3s;
}
.infogreen-link:hover {
  transform: translate(-3%, -5%);
}
@media (max-width: 750px) {
  .infogreen-link {
    display: none;
  }
}

.social-media-box {
  position: absolute;
  width: 18%;
  left: 2%;
  top: 2%;
  font-size: 60px;
}
@media (max-width: 750px) {
  .social-media-box {
    width: 45%;
    font-size: 30px;
    justify-content: left;
  }
}

.social-media-link {
  transition: 0.3s;
  padding: 7px;
}
.social-media-link:hover {
  transform: translate(-3%, -5%);
}

.langage-link {
  transition: 0.3s;
  padding: 7px;
}

.langage-icon {
  width: 100%;
  transition: 0.3s;
}
.langage-icon:hover {
  transform: translate(-5%, -8%);
}

.company-title {
  margin: 0px;
  padding: 0px;
  font-size: inherit;
  display: inherit;
}

.theme-title {
  font-family: mulish;
  font-size: 55px;
  font-weight: bold;
  color: black;
  border-radius: 1px;
}
@media (max-width: 750px) {
  .theme-title {
    font-size: 20px;
  }
}
@media (min-width: 750px) and (max-width: 999px) {
  .theme-title {
    font-size: 35px;
  }
}

.works-box {
  width: 100%;
  position: relative;
  text-align: center;
}

.skypark {
  width: 47%;
}
@media (max-width: 750px) {
  .skypark {
    width: 95%;
  }
}

.news-box {
  background: #8ce1e1;
  padding: 2% 0px;
}

.chrismas-video {
  width: 30%;
}
@media (max-width: 750px) {
  .chrismas-video {
    width: 80%;
  }
}

.animated-text {
  display: inline-block;
}
.animated-text.blue {
  color: #3f9292;
}
.animated-text.green {
  color: green;
}
.animated-text.red {
  color: #954848;
}

@keyframes appearing {
  0% {
    transform: translateY(-200px);
    color: transparent;
    background: transparent;
  }
  100% {
    color: #174617;
    background: rgba(255, 255, 255, 0.8392156863);
  }
}
.header-text {
  color: #383838;
  font-family: nunito;
  font-weight: bold;
  font-size: 25px;
  line-height: 2.5rem;
}
@media (max-width: 750px) {
  .header-text {
    font-size: 15px;
    line-height: 1.5rem;
  }
}

.header-description-text {
  background: #ebffe3;
  color: #303030;
}

.separator {
  height: 1px;
  margin: 30px 0px;
  background-color: #b0da75;
  width: 100%;
}
@media (max-width: 750px) {
  .separator {
    margin: 10px 0px;
  }
}

.svg-box {
  height: 80%;
}

.partners-logo {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 750px) {
  .partners-logo {
    width: 45%;
  }
}

.partners-logo-wrapper {
  height: 20%;
  min-height: 75px;
}
@media (max-width: 750px) {
  .partners-logo-wrapper {
    min-height: 0px;
    height: auto;
    text-align: center;
  }
}
@media (min-width: 750px) and (max-width: 999px) {
  .partners-logo-wrapper {
    height: 10%;
    min-height: 0px;
  }
}

.card-menu {
  background: #b0da75;
  z-index: 10;
}

.product-list-title {
  color: black;
  font-size: 40px;
  font-family: nunito;
  font-weight: bold;
  margin: 0px;
}
@media (max-width: 750px) {
  .product-list-title {
    font-size: 25px;
    text-align: center;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
.colored-square {
  height: 110px;
  width: 50%;
}
@media (max-width: 750px) {
  .colored-square {
    width: 0;
  }
}

.square {
  width: 50%;
}
@media (max-width: 750px) {
  .square {
    width: 100%;
  }
}

.realization-images-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 750px) {
  .realization-images-container {
    flex-direction: column;
  }
}

.realization-image {
  width: 30%;
  margin: 20px 0px;
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
@media (max-width: 750px) {
  .realization-image {
    width: 95%;
  }
}
.realization-image.skypark {
  width: 45%;
}
@media (max-width: 750px) {
  .realization-image.skypark {
    width: 95%;
  }
}

.realization-title-wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .realization-title-wrapper {
    width: 100%;
  }
}

.realization-title {
  font-size: 50px;
  font-family: mulish;
  font-weight: normal;
  color: black;
}
@media (max-width: 750px) {
  .realization-title {
    font-size: 23px;
  }
}
@media (min-width: 750px) and (max-width: 999px) {
  .realization-title {
    font-size: 35px;
  }
}

.delimiter {
  width: 50%;
  height: 100px;
}
.delimiter.left {
  border-left: 1px solid grey;
}
@media (max-width: 750px) {
  .delimiter {
    height: 0px;
  }
}

.modal {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.4s ease;
}

.modal-content {
  display: block;
  max-width: 80%;
  max-height: 80%;
  margin: 5% auto;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.phone-number {
  font-family: nunito;
  color: black;
  font-size: 21px;
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width: 750px) and (max-width: 999px) {
  .phone-number {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .phone-number {
    font-size: 13px;
  }
}

.phone-icon {
  width: 24px;
  height: 24px;
  margin-right: 17px;
}
@media (max-width: 750px) {
  .phone-icon {
    width: 15px;
    height: 15px;
    margin-right: 11px;
  }
}

.phone-price-text {
  margin-top: 4px;
  color: #535353;
  font-family: nunito;
  font-size: 13px;
}
@media (min-width: 750px) and (max-width: 999px) {
  .phone-price-text {
    font-size: 10px;
  }
}
@media (max-width: 750px) {
  .phone-price-text {
    font-size: 8px;
  }
}

.sub-text-project {
  font-family: nunito;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 750px) {
  .sub-text-project {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 750px) and (max-width: 999px) {
  .sub-text-project {
    margin-bottom: 10px;
  }
}

.intro-text {
  max-width: 75%;
}
@media (max-width: 750px) {
  .intro-text {
    max-width: 95%;
  }
}

.sub-text-partner {
  font-family: nunito;
  margin: 30px;
  font-size: 20px;
}
@media (max-width: 750px) {
  .sub-text-partner {
    font-size: 15px;
    margin: 15px;
  }
}

.contact-form-button {
  text-align: center;
  width: fit-content;
  cursor: pointer;
  padding: 24px 40px;
  border-radius: 99px;
  background: white;
  font-family: nunito;
  font-weight: bold;
  margin-left: 30px;
  transition: 0.4s;
}
.contact-form-button.lightgreen {
  color: #c9cc52;
  border: 1px solid #c9cc52;
}
.contact-form-button.lightgreen:hover {
  background: #c9cc52;
  color: white;
  border: 1px solid #c9cc52;
}
.contact-form-button.blue {
  color: #78b7ea;
  border: 1px solid #78b7ea;
}
.contact-form-button.blue:hover {
  background: #78b7ea;
  color: white;
  border: 1px solid #78b7ea;
}
.contact-form-button.deepblue {
  color: #0066b1;
  border: 1px solid #0066b1;
}
.contact-form-button.deepblue:hover {
  background: #0066b1;
  color: white;
  border: 1px solid #0066b1;
}
.contact-form-button.green {
  color: #6f9650;
  border: 1px solid #6f9650;
}
.contact-form-button.green:hover {
  background: #6f9650;
  color: white;
  border: 1px solid #6f9650;
}
.contact-form-button.grey {
  color: #717171;
  border: 1px solid #717171;
}
.contact-form-button.grey:hover {
  background: #717171;
  color: white;
  border: 1px solid #717171;
}
.contact-form-button.brown {
  color: #c7a380;
  border: 1px solid #c7a380;
}
.contact-form-button.brown:hover {
  background: #c7a380;
  color: white;
  border: 1px solid #c7a380;
}
.contact-form-button.grey-brown {
  color: #978685;
  border: 1px solid #978685;
}
.contact-form-button.grey-brown:hover {
  background: #978685;
  color: white;
  border: 1px solid #978685;
}
@media (max-width: 750px) {
  .contact-form-button {
    padding: 10px 20px;
    font-size: 12px;
    margin-right: 10px;
  }
}
@media (min-width: 750px) and (max-width: 999px) {
  .contact-form-button {
    margin-left: 10px;
    padding: 5px 10px;
  }
}

.phone-button {
  text-align: center;
  width: fit-content;
  cursor: pointer;
  padding: 11px 40px 8px 23px;
  color: white;
  border-radius: 99px;
  font-family: nunito;
  font-weight: bold;
  transition: 0.4s;
}
.phone-button.lightgreen {
  background: #c9cc52;
}
.phone-button.lightgreen:hover {
  background: #ecef6b;
}
.phone-button.blue {
  background: #78b7ea;
}
.phone-button.blue:hover {
  background: #98d1ff;
}
.phone-button.deepblue {
  background: #0066b1;
}
.phone-button.deepblue:hover {
  background: #108be3;
}
.phone-button.green {
  background: #6f9650;
}
.phone-button.green:hover {
  background: #8abc61;
}
.phone-button.grey {
  background: #717171;
}
.phone-button.grey:hover {
  background: #848484;
}
.phone-button.brown {
  background: #c7a380;
}
.phone-button.brown:hover {
  background: #ecc299;
}
.phone-button.grey-brown {
  background: #978685;
}
.phone-button.grey-brown:hover {
  background: #ccb9b8;
}
@media (max-width: 750px) {
  .phone-button {
    padding: 8px 20px 5px 15px;
    font-size: 12px;
    margin-left: 6px;
  }
}

.google-map {
  width: 690px;
  height: 300px;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .google-map {
    width: 100%;
    height: 200px;
  }
}

.article-image {
  width: 100%;
}

.article-image-wrapper {
  position: relative;
  max-width: 600px;
  cursor: pointer;
  transition: 0.3s;
}
.article-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(2, 2, 2, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  opacity: 1;
}
.article-image-wrapper:hover::before {
  opacity: 0;
}

.article-wrapper {
  margin-bottom: 15px;
  display: flex;
}
@media (max-width: 750px) {
  .article-wrapper {
    flex-direction: column;
    margin-bottom: 0px;
  }
}
@media (min-width: 750px) and (max-width: 999px) {
  .article-wrapper {
    flex-direction: column;
    margin-bottom: 0px;
  }
}

.article {
  margin-left: 20px;
}
@media (max-width: 750px) {
  .article {
    margin-left: 0px;
  }
}
@media (min-width: 750px) and (max-width: 999px) {
  .article {
    margin-left: 0px;
  }
}

.article-button {
  position: absolute;
  bottom: 12px;
  left: 35%;
  z-index: 10;
  padding: 4px 15px;
  border: 1px solid rgb(235, 235, 235);
  background: white;
  border-radius: 50px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 750px) {
  .article-button {
    left: 28%;
  }
}

/*# sourceMappingURL=index.css.map */