.main-baner-content {
  margin: auto 150px auto 150px;
}

.main-baner-container---about-kdc {
  height: 800px !important;
}

.main-baner-container---about-kdc p {
  margin: 40px 0px;
  font-size: 24px;
  width: auto;
  word-wrap: break-word;
}

.main-baner-container---about-kdc h1 {
  width: auto;
  height: auto;
  margin-top: 60px;
  font-size: 70px;
}
.building-section {
  margin-top: 100px;
}
@media (max-width: 990px) {
  .main-baner-container---about-kdc h1 {
    font-size: 55px;
  }
  .main-baner-container---about-kdc p {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .main-baner-content {
    margin: 0 !important;
    padding-left: 8%;
    padding-right: 8%;
  }

  .main-baner-text {
    align-items: center;
  }

  .main-baner-container---about-kdc h1 {
    margin-top: 0;
  }

  .building-section .title-text {
    margin-top: 0px;
  }

  .building-section {
    margin-bottom: 100px;
  }

  .section-tech-container {
    margin-top: -250px !important;
  }

  .content {
    top: 700px !important;
  }
}

/* BOXES */

.offer-row {
  margin-bottom: -180px;
  padding-right: 20px !important;
  padding-left: 20px !important;
  bottom: 100px !important;
}

.offer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 35px;
  width: 80%;
}

.offer-content h6 {
  text-align: center !important;
  font-weight: 400;
}

.offer-box img {
  height: 110%;
  max-height: 140px;
}

@media (max-width: 1500px) and (min-width: 1300px) {
  .offer-row .offer-box {
    width: 17% !important;
  }
}

@media (max-width: 1300px) {
  .offer-row .offer-box {
    width: 300px;
    margin-top: 0px !important;
    margin: 20px !important;
  }
}

@media (max-width: 900px) {
  .offer-row {
    bottom: 0 !important;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .offer-row .offer-box {
    flex-direction: row;
    margin: 10px 0 !important;
    width: 80%;
  }

  .offer-content {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .offer-content h6 {
    font-size: 24px !important;
    justify-content: center !important;
    align-items: center;
  }

  .offer-row .offer-box img {
    height: 70px !important;
  }
}

/* BUTTONS */

.buttons-row {
  display: flex;
  gap: 20px;
  margin-top: 100px;
}

.buttons-row .guest-button {
  font-size: 14px;
}

.buttons-row .guest-button:first-child {
  background-color: white;
  border: white 2px solid;
}

.buttons-row .guest-button:nth-child(2) {
  border: white 2px solid;
  color: white;
}

.buttons-row .guest-button:hover {
  background-color: white;
  color: black;
}

@media (max-width: 900px) {
  .buttons-row {
    flex-direction: column;
    width: fit-content;
    margin-top: 0;
    align-items: flex-start;
    gap: 5px;
  }
}

/* COLOCATION */

.section-colocation-options {
  margin-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.colocation-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.colocation-group {
  display: flex;
  align-items: center;
}

.colocation-image-card {
  width: 550px;
  aspect-ratio: 16 / 9;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
  margin: 30px 40px;
  display: inline-block;
  overflow: hidden;
  flex-direction: column;
  left: 0;
  position: relative;
}

.colocation-image-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.colocation-group-left {
  flex-direction: row;
  text-align: left;
  justify-content: center;
}

.colocation-group-right {
  flex-direction: row-reverse;
  text-align: right;
  justify-content: center;
}

.colocation-text {
  max-width: 550px;
  margin: 30px 40px;
  color: var(--color-black);
}

.colocation-text p {
  font-size: 20px;
}

.colocation-text h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.colocation-top-text {
  text-align: center;
  margin-bottom: 50px;
}

.datacenter-overview {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px !important;
  margin-bottom: -100px !important;
}

.datacenter-overview .text-container {
  width: 50%;
}

.datacenter-overview .blog-title {
  margin-left: 0;
  text-align: left;
}

.eco-banner .cta-container {
  background-image: url("/static/guests/images/green-banner-background.eec1b4b70fcf.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .colocation-container .colocation-group-right .colocation-text h3 {
    text-align: right;
    margin: 0;
    font-size: 25px;
    margin-bottom: 10px;
  }

  .colocation-container .colocation-group-left .colocation-text h3 {
    text-align: left;
    margin: 0;
    font-size: 25px;
    margin-bottom: 10px;
  }

  .colocation-text p {
    font-size: 15px;
  }

  .colocation-image-card {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .datacenter-overview {
    flex-direction: column-reverse;
    margin: -100px 9% auto 9% !important;
  }

  .datacenter-overview .text-container {
    width: 100%;
  }

  .datacenter-overview img {
    width: 80%;
  }

  .colocation-image-card {
    width: 80%;
  }

  .colocation-group-left {
    flex-direction: column;
    text-align: center;
  }

  .colocation-group-right {
    flex-direction: column;
    text-align: center;
  }

  .colocation-text {
    margin-top: 20px;
    margin-bottom: 50px;
    max-width: 70%;
  }

  .colocation-container .colocation-group-right .colocation-text h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .colocation-container .colocation-group-left .colocation-text h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }
}

/* GALLERY */

.gallery-section {
  margin-top: 100px;
  padding-bottom: 100px;
  background-image: url("/static/guests/images/wave-tech-back-3.34f65264fb52.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  overflow: hidden;
}

.gallery-top-text {
  margin-top: 100px;
  text-align: center;
  margin-bottom: 50px;
}

.gallery-section h4 {
  color: white;
  opacity: 70%;
}

.gallery-container {
  justify-content: center;
}

.image-row {
  display: flex;
  justify-content: center;
}

.image-card {
  width: 500px;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin: 25px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  flex-direction: column;
  left: 0;
  position: relative;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  transform-origin: bottom;
  animation-fill-mode: forwards;
  animation-name: moveUpBack;
}

.image-card:hover {
  animation-name: moveUp;
  animation-timing-function: ease;
}

.image-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  height: auto;
  width: auto;
  animation-name: zoom;
  animation-duration: 0.8s;
}

.modal-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  background-color: transparent;
  opacity: 70%;
}

.close {
  margin-top: 80px;
  position: absolute;
  border: none;
  color: white;
  font-size: 40px;
  cursor: pointer;
  padding: 10px;
  background-color: transparent;
  right: 20px;
  opacity: 70%;
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.prev:hover,
.next:hover,
.close:hover {
  opacity: 100%;
}

.fixed-body {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .image-card {
    width: 40%;
  }
}

@media (max-width: 900px) {
  .image-row {
    flex-direction: column;
    align-items: center;
  }

  .image-card {
    width: 80%;
    cursor: default;
    animation: none;
    transform-origin: initial;
  }

  .image-card:hover {
    animation-name: none;
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* INFRASTRUKTURA */

.infras-section {
  margin-top: 100px;
}

.infras-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.infras-top-text {
  margin-bottom: 60px;
}

.infras-container img {
  width: 75%;
  height: auto;
}

/* CONTACT  */

.about-kdc_contact-section {
  margin-top: -80px;
}

.contact-container {
  text-align: left;
  color: #fff;
  margin: 0 auto;
  height: 1040px;
  max-width: 1920px;
  background-image: url("/static/guests/images/wave-tech-back.343a6913f30c.webp");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 220px;
  padding-left: 8%;
  padding-right: 8%;
}

.columns-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  gap: 70px;
}

.form-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.home-contact {
  max-width: 800px;
  width: auto !important;
  height: auto;
  margin: 0px !important;
}

.contact-title {
  margin-bottom: 50px;
}

.home-contact .fields-container {
  margin-top: 10px;
  margin-bottom: 5px;
}

.img-column img {
  width: 90%;
}

@media (max-width: 1200px) {
  .form-column {
    align-items: center !important;
  }

  .contact-container {
    text-align: center;
  }

  .columns-container {
    margin-top: 80px;
    display: block;
  }

  .img-column {
    display: none;
  }
}

/* NETWORK_MAP - start */

.network_map-section {
  margin-top: -70px;
}

.network_map-container {
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  z-index: 1;
  height: 1080px;
  max-width: 1920px;
  background-image: url("/static/guests/images/wave-tech-back.343a6913f30c.webp");
}

.network_map-container h4 {
  margin-top: 170px;
}

.network_map-container img {
  max-width: 700px;
  display: flex;
  margin: 60px auto 0 auto;
}

@media (max-width: 900px) {
  .network_map-container img {
    max-width: 80vw;
  }
}
