/* BANNER CTA */

#cta-banner {
  position: fixed;
  bottom: 15px;
  /* background: linear-gradient(90deg, #13002c 0%, #2a0e4f 100%); */
  background: linear-gradient(90deg, #26b43c 0%, #53cf60 100%);
  width: 68%;
  border-radius: 16px;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  z-index: 9;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  right: 17%;
  transition: right 0.5s ease;
}

#cta-banner.move-right {
  right: -61%;
  bottom: 12%;
}

.cta-content {
  width: 100%;
  display: flex;
  align-items: center;
}

.cta-content .cta-text {
  display: flex;
  height: 100%;
  align-items: center;
  width: 50%;
}

.cta-content .cta-text p {
  margin: 0 0 0 20px;
  font-family: "robotobold";
  color: #ffffff;
  font-size: 18px;
}

.cta-button {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
  padding-right: 50px;
  z-index: 9;
}

.cta-button .button {
  background-color: #fff;
  border-radius: 8px;
  width: 180px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-button .button span,
.cta-button .button .text-button-mobile {
  display: flex;
  align-items: center;
  color: #2bb740;
  font-family: "robotobold";
  text-transform: uppercase;
  font-size: 14px;
}

.cta-button .button .text-button-mobile {
  display: none;
}

.cta-button .button span::after {
  content: url("../images/arrow-ata.svg");
  margin-left: 7px;
  padding: 11px 7px 7px 7px;
}

.cta-image {
  position: absolute;
  top: 0;
  right: 30%;
}

.cta-image:nth-child(2) {
  right: 20%;
  top: 28px;
}

.cta-close {
  position: absolute;
  top: 6px;
  right: 15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cta .container {
  position: relative;
}

#cta .arrow-open {
  display: none;
  position: absolute;
  top: 24px;
  left: 8px;
  width: 30px;
  justify-content: center;
  cursor: pointer;
}

#cta .arrow-open.closed {
  display: flex;
}

@media (min-width: 1490px) {
  #cta-banner.move-right {
    right: -62%;
  }
}

@media (min-width: 1692px) {
  #cta-banner.move-right {
    right: -63%;
  }
}

@media (max-width: 1366px) {
  .cta-content {
    align-items: center;
  }

  .cta-image img {
    max-width: 85%;
  }

  .cta-image:nth-child(2) {
    top: 37px;
  }
}

@media (max-width: 1024px) {
  .cta-image {
    display: none;
  }
  .cta-content .cta-text p {
    font-size: 16px;
  }
  .cta-button .button {
    width: 160px;
    height: 36px;
  }
  .cta-button .button span {
    font-size: 12px;
  }

  #cta-banner.move-right {
    right: -59%;
  }
}

@media (max-width: 930px) {
  .cta-button {
    padding-right: 10px;
    width: 40%;
  }

  .cta-content .cta-text {
    width: 60%;
  }
}

@media (max-width: 788px) {
  .cta-button .button {
    width: 121px;
  }

  .cta-content .cta-text p {
    font-size: 14px;
  }

  .cta-button .button span {
    display: none;
  }

  .cta-button .button .text-button-mobile {
    display: flex;
  }

  #cta-banner.move-right {
    right: -56%;
  }
}

@media (max-width: 632px) {
  #cta-banner {
    width: 70%;
    padding: 0 30px;
  }

  .cta-close {
    top: 2px;
    right: 6px;
  }
}

@media (max-width: 564px) {
  #cta-banner {
    width: 80%;
    right: 10%;
  }

  #cta-banner.move-right {
    right: -66%;
  }
}

@media (max-width: 485px) {
  #cta-banner {
    width: 85%;
    right: 7%;
    padding: 0 20px;
    bottom: 12px;
  }

  .cta-button {
    justify-content: initial;
  }

  .cta-content .cta-text p {
    font-size: 12px;
    margin: 0 0 0 6px;
    font-weight: 700;
  }

  .cta-button {
    justify-content: center;
  }
}

@media (max-width: 462px) {
  #cta-banner.move-right {
    right: -72%;
    padding-left: 30px;
  }
}

@media (max-width: 440px) {
  #cta-banner.move-right {
    right: -68%;
  }

  .cta-button .button {
    width: 100px;
  }

  .text-button-mobile {
    font-size: 12px;
  }

  .text-button-mobile::after {
    display: none;
  }
}

@media (max-width: 376px) {
  #cta-banner.move-right {
    right: -65%;
  }
}
