.dynamic-br::after {
  content: "\A";
  white-space: pre;
}
@media (max-width: 900px) {
  .dynamic-br::after {
    content: "";
  }
}

.main-baner-content.home .main-baner-text {
  padding-bottom: 8%;
}

.terms-list {
  display: flex;
  flex-direction: column;
  width: 640px;
}

.terms-list p {
  font-size: 20px;
  margin: 10px;
  text-align: start;
}

.terms-list p:hover {
  font-weight: 400;
}

.terms-container {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
}

.terms-container .nested-list {
  counter-reset: item;
}
.terms-container .nested-list li {
  display: block;
}
.terms-container .nested-list li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.terms-container p {
  font-weight: 400;
}

.terms-container h3 {
  text-align: center;
  margin-top: 30px;
  font-size: 26px;
}
.terms-container h2 {
  text-align: center;
}

/* OFFER */

.offer-box h3 {
  font-size: 40px;
  margin: 10px 0;
  text-align: center;
}

.offer-box h6 {
  font-size: 30px;
  margin: 10px 0;
  text-align: center;
}

.offer-box span {
  max-width: 300px;
  text-align: center;
  margin-bottom: 50px;
}

.offer-box a {
  position: absolute;
  bottom: 20px;
}

.purple {
  background-color: #76146d;
  color: white;
}

.offer-box .param-row span {
  margin-bottom: 0;
}

/* LOCATION - start */

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

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

.location-container h4 {
  margin-top: 220px;
}

.location-container img {
  max-width: 650px;
  display: flex;
  margin: 25px auto 0 auto;
  transition: 0.5s;
  cursor: pointer;
}

.location-container img:hover {
  max-width: 680px;
  margin-top: 0px;
}

/* LOCATION - end */

/* BUILDING - start */

.building-container {
  display: flex;
  max-width: 1920px;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
  flex-direction: row;
  justify-content: flex-start;
  overflow: hidden;
  background-image: url("/static/guests/images/KDC-back-big.0b0ff76ff265.jpg");
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 65px;
}
#typeText {
  height: 100px;
  white-space: nowrap;
}

.title-text {
  margin: 90px 0 auto 150px;
  width: 95%;
}

.building-content {
  width: 76%;
}

.building-ilustration img {
  max-height: 700px;
  margin: 0px;
}

.building-discription-point {
  margin: 50px 0;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.building-discription-point p {
  width: 75%;
  color: var(--color-black);
}

.long {
  width: 85%;
}

.discription-line {
  border-bottom: 3px solid rgb(0, 0, 0);
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.building-icon-apla {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  background-color: #fff;
  border: #000 solid 3px;
  position: relative;
  bottom: -50px;
  display: flex;
  justify-content: center;
  margin-top: -50px;
}

.building-icon-apla img {
  margin: auto;
  max-width: 60px;
}

.title-box {
  height: 120px;
}

/* BUILDING - end */

/* map_contact - START */

.title-contact {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

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

.map_contact-container h2 {
  margin-bottom: 25px;
  width: 50%;
}

.map_and_contact {
  display: flex;
  width: 80%;
  position: relative;
  bottom: 125px;
}

/* map_contact - END */

/* tech-container - START */
/* the automatic slider CSS is in a separate file "tech_slider.css" */

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

.t-white {
  background-image: none;
  color: rgb(0, 0, 0);
  height: 350px;
  padding-top: 0px;
  padding-bottom: 100px;
}

.tech-top-text {
  margin-bottom: 40px;
}

.tech-container .slider {
  margin-bottom: -800px;
}

/* tech-container - END */

/* blog_view - START */

.blog-content {
  margin: 0 auto;
  max-width: 1280px;
  display: block;
}

.blog-main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-main-content a {
  color: inherit;
  text-decoration: none;
  display: flex;
}

.blog-title {
  text-align: center;
  margin: 100px 5% 40px 5%;
}

.blog-column {
  flex-direction: column;
}

.blog-card {
  width: 300px;
  background-color: rgb(var(--color-box-bg-RGB));
  border-radius: 20px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: rgb(var(--color-text-base-RGB));
  margin: 10px;
  display: inline-block;
  flex-direction: column;
  left: 0;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  transform-origin: bottom;
  animation-fill-mode: forwards;
  animation-name: moveUpBack;
  cursor: pointer;
}

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

@keyframes moveUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-18px);
  }
}

@keyframes moveUpBack {
  0% {
    transform: translateY(-18px);
  }

  100% {
    transform: translateY(0);
  }
}

.blog-card-image {
  height: 180px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  text-align: left;
  background-size: 150%;
  background-position: center;
}

.blog-card-image img {
  margin: 10px;
}

.blog-card-content {
  padding: 15px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  margin-bottom: 50px;
}

.blog-card-content h3 {
  text-align: left;
}

.blog-card-content h4 {
  color: #777;
  text-align: left;
}

.blog-card-title h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 5px 0 10px 0;
}

.blog-card-title h4 {
  margin-bottom: 10px;
}

.blog-card-data {
  margin-top: 40px;
  position: absolute;
  bottom: 15px;
}

/* blog_view - END */

/* contact_map - START */

.contact-main-content {
  width: 1080px;
}

.contact-image .map {
  border-radius: 12px;
  overflow: "hidden";
  width: 600px;
  height: 500px;
}

.contact-form {
  width: 350px;
  height: 450px;
  display: flex;
  border-radius: 12px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 20px 30px 30px 30px;
  background-color: #fff;
}

/* Form input styles */

.contact-form h3 {
  margin-bottom: 10px;
}

.custom-input {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  transform: 0.3s;
  letter-spacing: 1px;
  cursor: text;
  transition: 0.3s;
  margin: 5px 0;
  width: 100%;
}

.height {
  height: 300px;
}

.custom-input input {
  border-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 0, 0)) left
    bottom/100% 2px no-repeat;
  transition: 0.3s;
}

.custom-input input:focus {
  background: linear-gradient(90deg, #7a2973, #7a2973) left bottom/100% 2px
    no-repeat;
  transition: 0.3s;
}

.custom-input .placeholder {
  position: absolute;
  left: 0px;
  top: 40%;
  transition:
    top 0.3s,
    color 0.3s,
    font-size 0.3s;
}

input {
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px;
  background-color: transparent;
  width: 100%;
  outline: none;
  font-weight: 300;
  font-size: 14px;
  transform: 0.3s;
}

input:focus::placeholder {
  color: transparent;
}

input::placeholder {
  color: #222;
  transition: color 0.3s ease;
}

.custom-input input:valid + .placeholder,
.custom-input input:focus + .placeholder {
  top: -2px;
  font-size: 10px;
  color: #222;
}

#message-contant input {
  word-wrap: break-word;
  word-break: break-all;

  padding-bottom: 50%;
  margin-bottom: 10%;
}

#message-contant .placeholder {
  top: 5%;
}

.custom-input#message-contant input:valid + .placeholder,
.custom-input#message-contant input:focus + .placeholder {
  top: -5px;
}

/* Form input styles END */

.map_contact-section {
  margin-top: -155px;
}

/* contact_map - END */

/* offer_other - START */

.offer_other-row {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

.offer-box span {
  margin-bottom: inherit !important;
}

/* offer_other - END */

.offer-box .price-and-button-holder {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.offer-box .server-card-button-holder {
  width: 50%;
}

.offer-box .server-card-button-holder button {
  width: 100%;
}

.offer-box .server-card-price-holder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  margin-left: 15px;
}

.offer-box .server-card-price-holder span {
  text-align: left;
}

.offer-box h3 {
  font-size: 27px;
}

.pros {
  margin: 15px 0;
}

.pros .offer-box {
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
  margin: 15px;
  text-align: left;
  width: 400px;
  background-color: transparent;
}

.pros .offer-box img {
  width: 55px;
  height: auto;
  margin: 15px;
}

.hosting-pros .offer-box h6 {
  font-size: 20px;
  text-align: left;
}

.section-tech-container {
  margin-top: -100px;
}

@media (max-width: 1200px) {
  .terms-container {
    max-width: 800px !important;
    text-align: initial;
  }
}

@media (max-width: 900px) {
  .content {
    top: 600px;
  }

  .image-container {
    display: block;
  }

  .offer-row {
    flex-direction: column;
    align-items: center;
  }

  .offer-box {
    width: 80%;
    margin-top: 50px;
  }

  .location-container img {
    max-width: 80vw;
  }

  .title-box {
    height: auto;
    width: 70%;
  }

  .title-text {
    margin: 150px 5% 0 5%;
  }

  .location-container img:hover {
    max-width: 80vw;
    margin-top: 25px;
  }

  .main-baner-content.home {
    width: 100%;
    margin: 120px 10% 0 10%;
    align-items: flex-start;
  }
  .main-baner-content.home .main-baner-image {
    display: none;
  }

  .tld-price-holder {
    justify-content: center;
  }

  .main-baner-content.home .main-baner-text {
    width: 100%;
    padding-bottom: 28%;
  }

  .main-baner-content.home .main-baner-text h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  #typeText {
    height: auto;
    text-wrap: wrap;
    font-size: 45px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  /* BUILDING 900px - start */

  .building-container {
    background-image: none;
    height: auto;
  }

  .building-container .title-box {
    width: 100%;
  }

  .building-container .title-box h4 {
    text-align: center;
  }

  .building-content {
    width: 100%;
  }

  .discription-line {
    flex-direction: row-reverse;
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
    justify-content: left;
  }

  .discription-line h3 {
    width: 70%;
  }

  .building-icon-apla {
    height: auto;
    width: auto;
    margin-right: 20px;
    background-color: transparent;
    border: none;
    position: inherit;
    margin-top: 0;
  }

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

  .building-container h2 {
    text-align: center;
  }

  .building-discription-point {
    width: 100%;
  }

  .building-discription-point p {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .long {
    width: 100%;
  }

  /* BUILDING 900px - end */

  .offer_other-row {
    flex-direction: column;
    align-items: center;
  }

  .map_contact-container {
    background-image: url("/static/guests/images/wave-tech-back-mobile.53941ee2193e.webp");
    height: 1310px;
  }

  .map_and_contact {
    width: 100%;
    bottom: 0;
  }

  .title-contact h2,
  .title-contact h4 {
    justify-content: center;
    text-align: center;
    width: auto;
  }

  /* BLOG 900px - start */

  .blog-main-content {
    justify-content: center;
  }

  .blog-card {
    width: 100%;
    max-width: none;
    margin: 10px auto;
  }

  .blog-main-content a {
    width: 90%;
    margin-bottom: 15px;
  }

  .terms-list {
    max-width: fit-content;
  }
}

/* BLOG 900px - end */

@media (max-width: 520px) {
  .swipe-dots {
    bottom: 160px;
  }
}
