.slogan_style > .zn_section_size {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 8;
}

.slogan_style {
  padding: 0;
}

.slogan {
  background-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  justify-content: flex-end;
  /* padding-right: 20px;
        padding-bottom: 90px;
        padding-left: 25%;
        padding-top: 90px;
        margin-top: -108px;
        position: relative;
        z-index: 5; */
}

/* .slogan * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    } */

.slogan .content-slogan {
  /* position: relative; */
  width: 80%;
  padding: 80px;
}

/* .slogan .content-slogan .user_action {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    } */

.slogan a {
  text-decoration: none;
  color: inherit;
}

.slogan h2 {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.slogan .container {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.slogan .content {
  padding-left: 1%;
  display: flex;
  flex-direction: column;
}

.slogan .content h4 {
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #000;
}

.slogan .content p {
  font-size: 30px;
  color: #000;
}

.slogan .user_action {
  display: flex;
  /* flex-direction: row;
        justify-content: center; */
  position: absolute;
  bottom: 0;
  left: 60%;
  /* right: 50%; */
  transform: translate(-50%, 50%);
}

.slogan .user_action a {
  margin-right: 16px;
  text-transform: uppercase;
  padding: 16px 20px;
  font-weight: 600;
}

.slogan .user_action .signup {
  background-image: linear-gradient(
    to left,
    #227df9 0%,
    #7462f9 25%,
    #df3ef8 50%,
    #7462f9 75%,
    #227df9 100%
  );
  color: white;
  font-size: 16px;
  border: 3px solid transparent;
  background-size: 250% auto;
  border-radius: 2px;
  transition: all 0.5s ease;
}

.slogan .user_action .signup:hover {
  background-image: linear-gradient(
    to right,
    #227df9 0%,
    #7462f9 25%,
    #df3ef8 50%,
    #7462f9 75%,
    #227df9 100%
  );
}

.slogan .user_action .inbox {
  text-decoration: none;
  color: #000;
  border: none !important;
  position: relative;
  transition: all 0.5s ease;
  background-image: linear-gradient(90deg, #2d7af9 30%, #a752f8 80%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slogan .user_action .inbox .button_inbox {
  position: relative;
  z-index: 2;
  color: black;
  /* font-size: 16px; */
}

.slogan .user_action .inbox::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #fff;
}

.slogan .user_action .inbox::after {
  content: "";
  position: absolute;
  transition: all 0.5s;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #2d7af9 30%, #a752f8 80%);
}

.slogan .user_action .inbox:hover::after {
  width: 100%;
  right: 0;
  left: unset;
}

.slogan .user_action .inbox:hover .button_inbox {
  color: #fff;
}

/* THEME */
.slogan_dark1 .slogan {
  background-color: #272634;
}

.slogan .content h4,
.slogan .content p {
  color: #fff;
}

/* STYLE 2 */
.slogan_style2.zn_section {
  /* padding-top: 0; */
  /* background: none #101d42 top repeat;
        background-position: 0 0; */
  background: none;
  /* background-position: bottom; */
  background-size: cover;
  background-repeat: repeat;
  background-color: white;
}

.slogan_style2 .cyber_slogan_col {
  position: relative;
  padding-left: 70px;
}

.slogan_imgBox {
  position: absolute;
  width: 75%;
  left: 70px;
  top: 0;
  transform: translateY(-50%);
}

.slogan_imgBox .image-boxes-img {
  height: 374px;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.slogan_style2 .slogan_spacer {
  height: 220px;
}

.slogan_style2 .tbk__title {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
  color: #fff;
}

.slogan_style2 .tbk__subtitle {
  font-size: 30px;
  text-align: left;
  line-height: 60px;
  color: #fff;
}

.cyber_slogan_col > .znColumnElement-innerWrapper {
  padding: 0;
}

.slogan_style2 .zn_buttons_element {
  text-align: left;
}

/* RESPONSIVE */
@media screen and (max-width: 992px) {
  .slogan .content p {
    line-height: 34px;
  }

  .slogan .content h4 {
    font-size: 36px;
    line-height: 46px;
  }

  .slogan .user_action a {
    white-space: nowrap;
  }

  .slogan_imgBox .image-boxes-img {
    height: 284px;
  }
}

@media screen and (max-width: 768px) {
  .slogan {
    border-radius: 8px;
  }

  .slogan .content-slogan {
    /* position: relative; */
    width: 100%;
    padding: 80px 70px;
  }

  .slogan_col {
    padding-left: 45px;
  }

  .slogan .content p {
    font-size: 25px;
    line-height: 34px;
  }

  .slogan .user_action {
    left: 50%;
  }

  .slogan_style2 .slogan_spacer {
    height: 195px;
  }
}

@media screen and (max-width: 576px) {
  .slogan_style > .zn_section_size {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .slogan .content-slogan {
    padding: 40px 25px;
  }

  .slogan .content h4 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    white-space: nowrap;
  }

  .slogan .content p {
    font-size: 20px;
    line-height: 30px;
  }

  .slogan .user_action a {
    font-size: 12px !important;
    padding: 12px 14px;
  }

  .slogan_col {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
  }

  .slogan_imgBox {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .slogan_style2 .cyber_slogan_col {
    padding-left: 15px;
  }

  .slogan_style2 .tbk__title {
    white-space: nowrap;
    font-size: 25px;
    line-height: 30px;
  }

  .slogan_style2 .tbk__subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .slogan_style2 .slogan_spacer {
    height: 175px;
  }

  .slogan_style2 .zn_buttons_element {
    flex-wrap: nowrap;
  }

  .slogan_style2 .btn.btn-fullcolor {
    padding: 1em;
    margin: 0 !important;
    margin-right: 10px !important;
  }

  .slogan_style2 .btn-element > span {
    white-space: nowrap;
    font-size: 12px;
  }

  .slogan_style2 .btn-element.btn-lined.lined-custom.btn--square {
    margin: 0 !important;
  }
}

@media screen and (min-width: 1536px) {
  .slogan_style > .zn_section_size {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
