/* DDoS Simulation page – match live https://www.penchukcyber.com/innovative-ddos-simulation-solution */

/* Nav: decorative leaves (desktop) */
.navbar1_component .leaf-left-top,
.navbar1_component .leaf-right-top {
  position: absolute;
  top: 0;
  width: 20rem;
  height: 20rem;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}
.navbar1_component .leaf-left-top {
  left: -44px;
  margin-top: -10px;
}
.navbar1_component .leaf-right-top {
  right: -80px;
  margin-top: -10px;
}
@media (max-width: 991px) {
  .navbar1_component .leaf-left-top,
  .navbar1_component .leaf-right-top {
    display: none;
  }
}
.navbar1_component .navbar1_container {
  position: relative;
  z-index: 1;
}

/* One-page header (hero) – dark blue */
.one-page-header {
  background-color: #13133e;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.one-page-header .leafs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.one-page-header .left-corner,
.one-page-header .right-corner {
  width: auto;
  max-height: 100%;
  object-fit: contain;
}
.one-page-header .left-corner {
  align-self: flex-start;
}
.one-page-header .right-corner {
  align-self: flex-start;
}
.one-page-header .frame-6356774 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  margin-top: 3rem;
}
.one-page-header .one-page-punch-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-size: 3rem;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 2.5rem;
  min-height: 1.2em;
}
@media (min-width: 992px) {
  .one-page-header .one-page-punch-line {
    flex-wrap: nowrap;
  }
}
.one-page-title-white {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
  letter-spacing: 0.02em;
}
.one-page-title-peach {
  color: #ff4f5c;
  text-transform: uppercase;
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
  letter-spacing: 0.02em;
}
.one-page-header .animals {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 25px;
  margin-top: 0;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  clear: both;
}
.one-page-animal-frame {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  min-width: 10rem;
  flex: 0 0 auto;
}
.one-page-animal-icon {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.one-page-animal-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  max-width: 15rem;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.one-page-header .whites {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
  padding-top: 4rem;
  margin-top: auto;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.one-page-header .whites img {
  height: 2rem;
  width: auto;
  object-fit: contain;
}

/* Main content – white background */
.one-page-main {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto !important;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: clamp(4rem, 7vw, 6rem) 74px clamp(4rem, 7vw, 6rem);
  gap: 17px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.one-page-main .one-page-punch-line:first-of-type {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  position: relative;
  z-index: 1;
}
.one-page-main .one-page-punch-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35em;
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.2;
}
.one-page-title-black {
  color: #13123e;
  text-transform: uppercase;
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.content-main-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin: 4rem auto 2rem;
}
.content-line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
  padding-top: 1.25rem;
}
.content-line:first-child {
  padding-top: 0;
}
.content-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 13rem;
}
.content-title .icons {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  flex-shrink: 0;
}
.text-4 {
  color: #13123e;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.25rem;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.1rem;
  letter-spacing: 0.02em;
}
.text-5 {
  color: #13123e;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  flex: 1;
  min-width: 0;
  max-width: 45rem;
}
.one-page-main .one-page-punch-line:last-of-type {
  margin-top: 3rem;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35em;
}
.one-page-punch-line-black {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 3rem;
}
.one-page-punch-line-red {
  color: #ff4f5c;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 3rem;
}

/* Contact section (one-page-foot) */
.one-page-foot {
  margin-top: 0;
}
.one-page-foot .contact-container {
  margin-top: 0;
}

/* Our clients section on DDoS page */
.one-page-our-clients {
  background-color: #13133e;
  padding: 3rem 1rem 4rem;
}
.one-page-our-clients .heading-container h2 {
  color: #fff;
}
.one-page-our-clients .ourclients-contain {
  margin-top: 1rem;
}

@media (max-width: 991px) {
  .one-page-header .one-page-punch-line {
    font-size: 2.5rem;
  }
  .one-page-title-white,
  .one-page-title-peach {
    font-size: 2rem;
  }
  .one-page-animal-icon {
    width: 4rem;
    height: 4rem;
  }
  .one-page-animal-title {
    font-size: 1rem;
  }
  .one-page-header .animals {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .one-page-main {
    margin-top: 0;
    padding: 3rem 1.5rem;
  }
  .one-page-main .one-page-punch-line {
    font-size: 1.75rem;
  }
  .one-page-title-black {
    font-size: 1.5rem;
  }
  .content-line {
    flex-direction: column;
    gap: 0.5rem;
  }
  .content-title {
    min-width: 0;
  }
  .text-5 {
    max-width: none;
  }
  .one-page-punch-line-black,
  .one-page-punch-line-red {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 479px) {
  .one-page-header .one-page-punch-line {
    font-size: 1.75rem;
  }
  .one-page-title-white,
  .one-page-title-peach {
    font-size: 1.5rem;
  }
  .one-page-main .one-page-punch-line {
    font-size: 1.25rem;
  }
  .one-page-title-black {
    font-size: 1.25rem;
  }
  .text-4 {
    font-size: 1.25rem;
  }
  .text-5 {
    font-size: 1rem;
  }
}
