:root {
  --primary-blue:#0f4a95;
  --sec-blue:#009CB3;
  --primary-grey:#E9E9E9;
  --main-font: "Inter", sans-serif;
  --main-font2:"Open Sans", sans-serif;
  --title-font: 'Montserrat', sans-serif;
  --title-font2:'Oswald', sans-serif;
  --fnt-clr-blue:#022F40;
  --fnt-white:#F5F5F5;
  --fnt-light-blk:#707070;
  --bg-white:#ffffff;
  --bg-black:#1b1b1b;
  --bg-black2:#000000;
  --bg-lightblk:#292a2e;
  --fnt-green:#3eb75f;
  --cta-green:#116c2a;
  --product-title:white;
  --data-weight:400;
  --svg-stroke-white:#F5F5F5;
  --footer-blk-border:2px solid black;
  --bg-navbar:#191b24c2;
  --border-white-green:1px solid #ffffff26; }

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5% !important;
  font-family: inherit;
  scroll-behavior: smooth; }

body {
  box-sizing: border-box;
  font-family: var(--main-font) !important;
  font-size: 62.5% !important;
  color: #383838;
  overflow-x: hidden; }

.padd-7-2 {
  padding: 7px 2px 2px 2px; }

.padd-10 {
  padding: 10px; }

.padd-15 {
  padding: 0 15px 10px 15px; }

.pt-5 {
  padding-top: 5px; }

.pt-6 {
  padding-top: 6px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-17 {
  padding-top: 17px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pt-80 {
  padding-top: 70px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .pt-80 {
      padding-top: 40px; } }

.pct-50 {
  padding-top: 50px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .pct-50 {
      padding-top: 5px; } }

.clr-red {
  color: red; }

.pb-20 {
  padding-bottom: 20px; }

.pb-40 {
  padding-bottom: 40px; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-100 {
  margin-bottom: 100px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-15 {
  margin-top: 15px; }

.padd-tb-30 {
  padding: 30px 0; }

.img-responsive {
  height: auto;
  max-width: 100%; }

.clr-red {
  color: red; }

.sec--ctabox {
  display: flex;
  padding-top: 60px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .sec--ctabox {
      padding-top: 0;
      flex-direction: column;
      align-items: center; } }
  .sec--ctabox > div {
    padding-right: 25px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec--ctabox > div {
        padding-right: 0;
        margin-top: 15px; } }
  .sec--ctabox .cta {
    text-decoration: none;
    font-size: 1.7rem;
    padding: 10px 20px;
    font-weight: 400;
    border-radius: 22px;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .sec--ctabox .cta-quote {
    background-color: #DE2821;
    border: 1px solid #DE2821;
    color: white;
    text-decoration: none;
    transition: all ease .35s; }
    .sec--ctabox .cta-quote:hover {
      color: #DE2821;
      background-color: #ffffff; }
  .sec--ctabox .cta-catlog {
    background-color: inherit;
    border: 1px solid var(--fnt-clr-blue);
    color: var(--fnt-clr-blue);
    text-decoration: none;
    transition: all ease .35s; }
    .sec--ctabox .cta-catlog:hover {
      background-color: var(--fnt-clr-blue);
      color: #ffffff; }

.sec__logo {
  padding: 20px 6% 10px;
  display: flex;
  justify-content: flex-start; }
  @media (min-width: 320px) and (max-width: 768px) {
    .sec__logo {
      justify-content: center;
      padding: 20px 3% 10px; } }

.sec__intro {
  padding: 10px 6%; }
  @media (min-width: 320px) and (max-width: 768px) {
    .sec__intro {
      padding: 10px 3% 50px; } }
  .sec__introfbox {
    display: flex;
    padding-top: 20px;
    align-items: center;
    flex-direction: row; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__introfbox {
        flex-direction: column-reverse; } }
    .sec__introfbox > div:nth-child(1) {
      width: 45%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__introfbox > div:nth-child(1) {
          width: 100%; } }
    .sec__introfbox > div:nth-child(2) {
      width: 55%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__introfbox > div:nth-child(2) {
          width: 100%; } }
    .sec__introfbox h1 {
      font-size: 6.5rem;
      color: var(--fnt-clr-blue);
      font-weight: 200;
      line-height: 1; }
      .sec__introfbox h1 span {
        font-weight: 700; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__introfbox h1 {
          font-size: 3.8rem;
          line-height: 1.2;
          text-align: center;
          padding-top: 20px; } }
    .sec__introfbox .data {
      font-size: 1.5rem;
      color: var(--fnt-clr-blue);
      text-align: justify;
      padding: 21px 34px 0px 0px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__introfbox .data {
          padding: 10px;
          text-align: initial; } }

.sec__series {
  padding: 10px 6% 0;
  background-color: #f4f4f4; }
  @media (min-width: 320px) and (max-width: 768px) {
    .sec__series {
      padding: 10px 3% 0px; } }
  .sec__series-title {
    padding-top: 100px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__series-title {
        padding-top: 40px; } }
    .sec__series-title h2 {
      font-size: 6rem;
      color: var(--fnt-clr-blue);
      font-weight: 200;
      line-height: 1; }
      .sec__series-title h2 span {
        font-weight: 600; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__series-title h2 {
          font-size: 3.6rem;
          text-align: center; } }
  .sec__seriesfbox {
    display: flex; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__seriesfbox {
        flex-direction: column; } }
    .sec__seriesfbox > div:nth-child(1) {
      width: 50%;
      padding-bottom: 80px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__seriesfbox > div:nth-child(1) {
          width: 100%;
          padding-bottom: 0px; } }
    .sec__seriesfbox > div:nth-child(2) {
      width: 50%;
      padding-top: 80px;
      align-self: flex-end; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__seriesfbox > div:nth-child(2) {
          width: 100%;
          padding-bottom: 0px;
          padding-top: 0px; } }
    .sec__seriesfbox .space__container .main-title {
      font-size: 2.3rem;
      color: var(--fnt-clr-blue);
      padding-bottom: 5px;
      font-weight: 200; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__seriesfbox .space__container .main-title {
          font-size: 2.1rem; } }
      .sec__seriesfbox .space__container .main-title span {
        font-weight: 500; }
    .sec__seriesfbox .space__container--fbox-top {
      display: flex;
      width: 420px;
      border-top: 1px solid black; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__seriesfbox .space__container--fbox-top {
          width: auto; } }
      .sec__seriesfbox .space__container--fbox-top > div:nth-child(1) {
        width: 60%; }
        .sec__seriesfbox .space__container--fbox-top > div:nth-child(1) p {
          padding: 10px 10px 5px 0; }
          @media (min-width: 320px) and (max-width: 768px) {
            .sec__seriesfbox .space__container--fbox-top > div:nth-child(1) p {
              padding: 10px 5px 5px 5px; } }
      .sec__seriesfbox .space__container--fbox-top > div:nth-child(2) {
        width: 40%; }
        .sec__seriesfbox .space__container--fbox-top > div:nth-child(2) p {
          border-left: 1px solid black;
          padding: 10px 10px 5px 10px; }
          @media (min-width: 320px) and (max-width: 768px) {
            .sec__seriesfbox .space__container--fbox-top > div:nth-child(2) p {
              padding: 10px 5px 5px 5px; } }
      .sec__seriesfbox .space__container--fbox-top p {
        font-size: 1.5rem;
        font-weight: 300;
        color: var(--fnt-clr-blue); }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__seriesfbox .space__container--fbox-top p {
            font-size: 1.4rem; } }
    .sec__seriesfbox .space__container--fbox-bottom {
      display: flex;
      width: 420px;
      border-bottom: 1px solid black; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__seriesfbox .space__container--fbox-bottom {
          width: auto; } }
      .sec__seriesfbox .space__container--fbox-bottom > div:nth-child(1) {
        width: 60%; }
        .sec__seriesfbox .space__container--fbox-bottom > div:nth-child(1) p {
          padding: 10px 10px 5px 0; }
          @media (min-width: 320px) and (max-width: 768px) {
            .sec__seriesfbox .space__container--fbox-bottom > div:nth-child(1) p {
              padding: 10px 5px 5px 5px; } }
      .sec__seriesfbox .space__container--fbox-bottom > div:nth-child(2) {
        width: 40%; }
        .sec__seriesfbox .space__container--fbox-bottom > div:nth-child(2) p {
          border-left: 1px solid black;
          padding: 5px 10px 10px 10px; }
          @media (min-width: 320px) and (max-width: 768px) {
            .sec__seriesfbox .space__container--fbox-bottom > div:nth-child(2) p {
              padding: 10px 5px 5px 5px; } }
      .sec__seriesfbox .space__container--fbox-bottom p {
        font-size: 1.5rem;
        font-weight: 300;
        color: var(--fnt-clr-blue); }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__seriesfbox .space__container--fbox-bottom p {
            font-size: 1.4rem; } }

.sec__feture {
  padding: 10px 6% 30px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .sec__feture {
      padding: 10px 3% 50px; } }
  .sec__feture-title {
    padding: 30px 0; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__feture-title {
        padding: 20px 0; } }
    .sec__feture-title h2 {
      font-size: 6rem;
      color: var(--fnt-clr-blue);
      font-weight: 200;
      line-height: 1; }
      .sec__feture-title h2 span {
        font-weight: 600; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__feture-title h2 {
          font-size: 3.6rem; } }
  .sec__feturefbox {
    display: flex; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__feturefbox {
        flex-direction: column; } }
    .sec__feturefbox > div {
      width: 25%;
      padding: 0 75px 0 0; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__feturefbox > div {
          width: 100%;
          padding: 20px 5px; } }
    .sec__feturefbox .counters {
      width: fit-content;
      font-size: 3rem;
      background-color: var(--fnt-clr-blue);
      color: white;
      padding: 7px 16px;
      border-radius: 25px;
      margin-top: 20px;
      font-weight: 700; }
    .sec__feturefbox .ht-25 {
      height: 25px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__feturefbox .ht-25 {
          height: 10px; } }
    .sec__feturefbox .ht-50 {
      height: 50px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__feturefbox .ht-50 {
          height: 10px; } }
    .sec__feturefbox .title {
      font-size: 2.2rem;
      font-weight: 400;
      color: var(--fnt-clr-blue);
      padding-top: 20px;
      background-color: white;
      position: relative;
      min-height: 100px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__feturefbox .title {
          min-height: 50px; } }
    .sec__feturefbox .data {
      font-size: 1.5rem;
      /* text-align: justify; */
      color: var(--fnt-clr-blue);
      font-weight: 300;
      padding-top: 20px; }

.sec__protocol {
  padding: 10px 6% 0; }
  @media (min-width: 320px) and (max-width: 768px) {
    .sec__protocol {
      padding: 10px 3% 30px; } }
  .sec__protocol--fbox {
    display: flex; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__protocol--fbox {
        flex-direction: column; } }
    .sec__protocol--fbox > div {
      width: 50%; }
      .sec__protocol--fbox > div:nth-child(1) {
        padding: 90px 30px 90px 0; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__protocol--fbox > div:nth-child(1) {
            padding: 50px 10px 10px; } }
      .sec__protocol--fbox > div:nth-child(2) {
        padding: 90px 30px 90px 50px; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__protocol--fbox > div:nth-child(2) {
            padding: 50px 10px 10px; } }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__protocol--fbox > div {
          width: 100%; } }
      .sec__protocol--fbox > div h5 {
        font-size: 3rem;
        font-weight: 200;
        width: fit-content;
        background-color: var(--fnt-clr-blue);
        color: white;
        padding: 8px; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__protocol--fbox > div h5 {
            font-size: 2rem; } }
    .sec__protocol--fbox-inner {
      display: flex; }
      .sec__protocol--fbox-inner > div {
        padding: 40px 120px 20px 0; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__protocol--fbox-inner > div {
            padding: 10px 50px 20px 0; } }
      .sec__protocol--fbox-inner svg {
        width: 100px;
        height: 130px; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__protocol--fbox-inner svg {
            width: 80px;
            height: 100px; } }
  .sec__protocol .padt-80 {
    padding-top: 80px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__protocol .padt-80 {
        padding-top: 20px; } }
  .sec__protocol #svg-protocol {
    height: 347px;
    width: 521px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__protocol #svg-protocol {
        height: auto;
        width: 100%; } }

.sec__custom--fbox {
  display: flex; }
  @media (min-width: 320px) and (max-width: 768px) {
    .sec__custom--fbox {
      flex-direction: column; } }
  .sec__custom--fbox > div:nth-child(1) .bg {
    background-image: url("../images/zero-hold-up-press-customization.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 100vh; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__custom--fbox > div:nth-child(1) .bg {
        width: 100%;
        min-height: 550px; } }
  .sec__custom--fbox > div:nth-child(2) {
    padding: 40px 20px 40px 80px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__custom--fbox > div:nth-child(2) {
        padding: 20px; } }
  .sec__custom--fbox > div {
    width: 50%; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__custom--fbox > div {
        width: 100%; } }
    .sec__custom--fbox > div h6 {
      font-size: 6rem;
      color: var(--fnt-clr-blue);
      font-weight: 200;
      line-height: 1; }
      .sec__custom--fbox > div h6 span {
        font-weight: 600; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__custom--fbox > div h6 {
          font-size: 4rem; } }
  .sec__custom--fbox .title {
    font-size: 2.1rem;
    font-weight: 400;
    color: var(--fnt-clr-blue);
    padding-top: 30px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__custom--fbox .title {
        font-size: 1.8rem; } }
  .sec__custom--fbox .data {
    font-size: 1.9rem;
    font-weight: 300;
    color: var(--fnt-clr-blue);
    padding-top: 2px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__custom--fbox .data {
        font-size: 1.7rem; } }

.sec__contact {
  padding: 60px 6% 60px; }
  .sec__contact--fbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .sec__contact--fbox h6 {
      font-size: 4.5rem;
      color: var(--fnt-clr-blue);
      font-weight: 700;
      line-height: 1;
      text-align: center; }
    .sec__contact--fbox .data {
      text-align: center;
      font-size: 2rem;
      color: var(--fnt-clr-blue);
      padding: 30px 0 0; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__contact--fbox .data {
          font-weight: 300; } }

.sec__footer {
  margin-top: 150px;
  background-color: var(--fnt-clr-blue); }
  .sec__footer--fbox {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__footer--fbox {
        flex-direction: column;
        align-items: center; } }
    .sec__footer--fbox > div {
      background-color: #c8cbcd;
      margin-top: -150px;
      width: 40%;
      min-height: 650px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__footer--fbox > div {
          width: 88%;
          min-height: 304px; } }
      .sec__footer--fbox > div:nth-child(1) {
        border-radius: 45px 0 0 0; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__footer--fbox > div:nth-child(1) {
            border-radius: 20px 20px 0 0; } }
      .sec__footer--fbox > div:nth-child(2) {
        border-radius: 0 45px  0 0;
        padding: 30px; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__footer--fbox > div:nth-child(2) {
            padding: 15px; } }
    .sec__footer--fbox-inner {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__footer--fbox-inner {
          align-items: flex-start; } }
    .sec__footer--fbox .main-title {
      font-size: 8rem;
      color: var(--fnt-clr-blue);
      font-weight: 600;
      line-height: 1; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__footer--fbox .main-title {
          font-size: 5.5rem;
          padding: 35px 0; } }
    .sec__footer--fbox2 {
   

          display: flex;
    padding: 20px 9% 20px;
    justify-content: space-between;
    align-items: center;
    
    
    }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__footer--fbox2 {
          flex-direction: column;
          padding: 10px 3% 10px;
          align-items: center;
          justify-content: center; } }
      .sec__footer--fbox2 > div {
        width: auto;
        padding: 5px 15px; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__footer--fbox2 > div {
            width: 100%;
            padding: 15px 0; } }
      .sec__footer--fbox2 .title {
        color: white;
        font-size: 2.1rem;
        font-weight: 200; }
      .sec__footer--fbox2 .data {
        color: white;
        font-size: 1.5rem;
        font-weight: 200;
        padding-top: 6px; }
      .sec__footer--fbox2 .social-fbox {
        display: flex;
        justify-content: center; }
        .sec__footer--fbox2 .social-fbox > li {
          padding-right: 10px; }
      .sec__footer--fbox2 .link-box {
        padding: 5px 0 15px 0; }
        .sec__footer--fbox2 .link-box a {
          text-align: center;
          color: white;
          text-decoration: none;
          font-size: 1.6rem; }
        .sec__footer--fbox2 .link-box a:hover {
          text-align: center;
          color: white;
          text-decoration: none;
          font-size: 1.6rem; }
  .sec__footer--bottom {
    background-color: var(--fnt-clr-blue);
    padding: 10px 30px; }
    .sec__footer--bottom p {
      color: var(--fnt-white);
      font-size: 1.3rem;
      padding: 7px;
      text-align: center; }

.input-field {
  position: relative;
  margin-bottom: 20px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .input-field {
      margin-bottom: 10px; } }

.input-field input, .input-field select {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  font-size: 17px;
  padding: 0 15px;
  border: 2px solid var(--fnt-clr-blue);
  background: transparent;
  color: var(--fnt-clr-blue);
  outline: none; }
  @media (min-width: 320px) and (max-width: 768px) {
    .input-field input, .input-field select {
      height: 40px;
      font-size: 16px; } }

.input-field label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: var(--fnt-clr-blue);
  font-size: 17px;
  pointer-events: none;
  transition: 0.3s; }
  @media (min-width: 320px) and (max-width: 768px) {
    .input-field label {
      font-size: 16px; } }

.input-field input:focus {
  border: 2px solid #ffcc00; }

.input-field input:focus ~ label,
.input-field input.filled ~ label {
  top: 0;
  left: 15px;
  font-size: 16px;
  padding: 0 2px;
  background: #c8cbcd; }

.form__fbox {
  display: flex; }
  @media (min-width: 320px) and (max-width: 768px) {
    .form__fbox {
      flex-direction: column; } }
  .form__fbox > div {
    padding: 5px;
    width: 50%; }
    @media (min-width: 320px) and (max-width: 768px) {
      .form__fbox > div {
        width: 100%; } }
  .form__fboxfull {
    display: flex; }
    .form__fboxfull > div {
      width: 100%;
      padding: 5px; }

.catdw-fbox {
  display: flex;
  justify-content: space-between; }
  .catdw-fbox .title {
    color: var(--fnt-clr-blue);
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 20px; }

/* Modal background */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 999999999; }

/* Modal content */
.modal-content {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  width: 400px;
  max-width: 90%;
  position: relative; }

/* Close button */
.modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 20px;
  cursor: pointer; }

.pop-close-btn {
  width: 30px;
  height: 30px;
  border-radius: 14px;
  border: none;
  font-size: 25px;
  font-weight: 600;
  background-color: var(--fnt-clr-blue);
  color: white; }

/* Show modal when active */
.modal.active {
  display: flex; }

/*animation*/
.left-wrapper {
  overflow: hidden; }

.right-wrapper {
  overflow: hidden; }
