/* 
Theme Name:		Hello Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');
body {
  font-family: 'Inter', sans-serif;
  text-rendering: optimizeLegibility;
}

.additional-info-mob {
  display: none !important;
}

.tl-list-wrapper,
.mobile-tl-list-wrapper {
  background-color: #0f172a;
  border: 1px solid #6b7280;
  border-radius: 8px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}

.logo-col {
  position: relative;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
/*
.logo-col::after{
    width: 60px;
    background: inherit;
    position: absolute;
    height: 100%;
    content: '';
    right: -30px;
    top: 0;
    transform: skew(346deg);
} */

.terms-text {
  line-height: 1em;
  font-size: 8px;
  color: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ribbon {
  --triangle-color: #333;
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 28px;
  left: -1.65rem;
  line-height: 1;
  padding: 0.5rem 0 0.5rem 2.5rem;
  position: absolute;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  top: -0.5rem;
  z-index: 1;
  font-size: 14px;
}

.ribbon:before {
  border-left: 24px solid transparent;
  border-top: 15px solid var(--triangle-color);
  content: '';
  left: 0;
  position: absolute;
  top: 100%;
  opacity: 0.6;
}

.ribbon:after {
  border-color: var(--triangle-color) transparent var(--triangle-color)
    var(--triangle-color);
  border-style: solid;
  border-width: 14px 1rem;
  content: '';
  height: 100%;
  position: absolute;
  right: calc(-2rem + 1px);
  top: 0;
}

.link-wrapper,
.mobile-tl-info-row,
.more-info,
.tl-info-row {
  border-top: 1px solid #eee;
}

.brand-img {
  max-width: 180px !important;
  width: 100%;
  margin: 0 auto;
}

.more-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow-y: hidden;
  max-height: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  z-index: 10;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.show-info {
  max-height: 400px;
  opacity: 1;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.mobile-tl-offer-bottom,
.mobile-tl-offer-top,
.offer-bottom,
.offer-top,
.tl-offer-bottom,
.tl-offer-top {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}

.mobile-tl-offer-bottom span,
.mobile-tl-offer-top span,
.offer-bottom span,
.offer-top span,
.tl-offer-bottom span,
.tl-offer-top span {
  color: #f97412;
  font-weight: 800;
}

.deposit-text,
li.usp {
  color: #fff;
}

.more-info-link,
.more-info-link-mob,
.more-info-link-mob:focus,
.more-info-link-mob:hover,
.more-info-link-mob:visited,
.more-info-link:focus,
.more-info-link:hover,
.more-info-link:visited {
  all: unset;
  cursor: pointer;
  color: #fff;
}

.more-info-link-mob,
.more-info-link-mob:focus,
.more-info-link-mob:hover,
.more-info-link-mob:visited {
  font-size: 12px !important;
  font-weight: 500;
  text-decoration: underline;
}

.cta,
.deposit-text {
  font-weight: 600;
}

.col-wrapper {
  border-radius: 10px;
  margin-top: 44px;
}

.cta {
  background-color: #01bb65;
  text-transform: capitalize;
  color: #fff;
  border: none;
  font-size: 14px !important;
  padding: 8px 0 !important;
  max-width: 180px;
  width: 100%;
  border-radius: 15px;
  font-weight: 700 !important;
  outline: 0 !important;
  overflow: hidden;
  position: relative;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  animation: shine 3s ease-in-out infinite;
  -webkit-animation: shine 3s ease-in-out infinite;
}

@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  14%,
  100% {
    left: 100%;
    transition-property: left;
  }
}

.cta:hover {
  background-color: #008c4b;
  -webkit-transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(102%)
    scaleY(102%);
  -moz-transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(102%)
    scaleY(102%);
  -ms-transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(102%)
    scaleY(102%);
  -o-transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(102%)
    scaleY(102%);
}

.cta:active,
.cta:focus,
.cta:visited {
  background-color: #01bb65;
  border: none;
}

.cta2 {
  background-color: #e70065 !important;
  color: #fff;
  border: none;
  box-shadow: none !important;
  border-radius: 5px !important;
  font-size: 16px;
  outline: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 10px -5px;
}

.cta2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  animation: shine 3s ease-in-out infinite;
  -webkit-animation: shine 3s ease-in-out infinite;
}

.cta2:hover {
  background-color: #e70065 !important;
  outline: 0 !important;
}
.cta2:active,
.cta2:focus,
.cta2:visited {
  background-color: #e70065 !important;
  border: none;
  outline: 0 !important;
}

.payment-providers,
.tl-payment-providers {
  max-width: 180px;
  gap: 5px;
}

a.offer-wrapper-link {
  text-decoration: none !important;
  color: #fff;
}

div.terms-wrapper {
  max-height: 32px;
  min-height: 32px;
  overflow-y: scroll;
  background-color: #f8f8f8;
  padding: 5px;
  border-radius: 5px;
  color: #999;
}

div.terms {
  font-size: 10px;
  line-height: 1.2 !important;
}

.label {
  --triangle-color: #333;
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 600;
  height: 24px;
  left: -0.8rem;
  line-height: 1;
  padding: 0.3rem 0 0.3rem 0.8rem;
  position: absolute;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  top: -0.7rem;
  z-index: 1;
  font-size: 14px;
  justify-content: center;
  width: calc(100% + 1rem);
  border-radius: 3px 3px 0 0;
}

.label::before {
  border-left: 12px solid transparent;
  border-top: 14px solid var(--triangle-color);
  content: '';
  left: 0;
  position: absolute;
  top: 100%;
  opacity: 0.6;
}

/* .label::after {
    border-color: #388720 transparent #388720 #388720;
    border-style: solid;
    border-width: 12px 1rem;
    content: "";
    height: 100%;
    position: absolute;
    right: calc(-2rem + 1px);
    top: 0;
} */

.offer-top {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #555555;
}

.offer-bottom {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  color: #555555;
}

.offer-top span,
.offer-bottom span {
  color: #e70065;
}

.cta-tile {
  background-color: #e70065 !important;
  border-radius: 5px !important;
  color: #fff;
  border: none;
  box-shadow: none !important;
  font-size: 18px;
  font-weight: 700;
  outline: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 10px -5px;
  position: relative;
  overflow: hidden !important;
  text-transform: uppercase;
}

.cta-tile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  animation: shine 3s ease-in-out infinite;
  -webkit-animation: shine 3s ease-in-out infinite;
}

.cta-tile:hover {
  background-color: #e70065 !important;
  color: #fff;
  outline: 0 !important;
}

.cta-tile:active,
.cta-tile:focus,
.cta-tile:visited {
  background-color: #e70065 !important;
  color: #fff;
  border: none;
  outline: 0 !important;
}

@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  14%,
  100% {
    left: 100%;
    transition-property: left;
  }
}

.deposit-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -1px;
}

.featured .logo-wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.logo-wrapper {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.star-wrapper {
  font-size: 18px;
  color: #ffae00;
}

ul.tl-usps li.tl-usp,
ul.usps li.usp {
  font-size: 14px;
  letter-spacing: -1px;
  font-weight: 500;
}

ul.usps {
  padding-left: 0;
}

ul.usps li.usp i {
  color: #4288f6;
  font-size: 14px;
  margin-right: 5px;
}

ul.tl-usps {
  padding-left: 0.5rem;
}

ul.tl-usps li.tl-usp i {
  color: #196341;
  font-size: 16px;
  margin-right: 8px;
}

.tl-star-wrapper {
  font-size: 13px;
  color: #f9bc36;
}

.tl-info {
  font-size: 10px;
  font-weight: 600;
}

.mobile-tl-logo-wrapper {
  border-radius: 10px;
}

.additional-info-mob {
  display: none;
}

.active {
  display: block !important;
  border-top: 1px solid #6b7280;
}

.tl-info-row,
.tl-row {
  margin: auto;
}

.logo-col,
.logo-col-mob {
  border-right: 1px solid #6b7280;
}

.payment-providers-mob {
  gap: 5px;
}

.payment-providers img,
.payment-providers-mob img,
.tl-payment-providers img {
  width: 50px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  border-radius: 2px;
}

@media (max-width: 991px) {
  .additional-info-mob,
  .mobile-tl-info-row,
  .mobile-tl-row {
    margin: auto;
  }
}

@media (max-width: 1199px) {
  .tl-payment-providers-col {
    display: none !important;
  }
  .welcome-bonus {
    width: 31% !important;
  }
  .tl-usps-col {
    width: 33% !important;
  }
  .cta-col {
    width: 18% !important;
  }
}

@media (max-width: 1093px) {
  .cta {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .col-wrapper {
    margin-top: 0;
  }
  ul.tl-usps li.tl-usp {
    font-size: 12px;
  }
  ul.tl-usps li.tl-usp i {
    color: #196341;
    font-size: 14px;
    margin-right: 8px;
  }
  .cta,
  .mobile-tl-offer-bottom,
  .mobile-tl-offer-top {
    font-size: 15px;
  }
  .cta {
    padding: 7px 30px;
  }

  .ribbon {
    --triangle-color: #333;
    align-items: center;
    color: #fff;
    display: flex;
    font-weight: 700;
    height: 20px;
    left: -0.5rem;
    line-height: 1;
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: absolute;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    top: -0.5rem;
    z-index: 1;
    font-size: 12px;
  }

  .ribbon:before {
    border-left: 5px solid transparent;
    border-top: 15px solid var(--triangle-color);
    content: '';
    left: 0;
    position: absolute;
    top: 100%;
    opacity: 0.6;
  }

  .ribbon:after {
    border-color: var(--triangle-color) transparent var(--triangle-color)
      var(--triangle-color);
    border-style: solid;
    border-width: 10px 1rem;
    content: '';
    height: 100%;
    position: absolute;
    right: calc(-2rem + 1px);
    top: 0;
  }

  .tl-star-wrapper {
    margin-top: 10px;
    font-size: 14px;
    color: #ffae00;
  }
}

@media (max-width: 575px) {
  .additional-info-mob,
  .mobile-tl-info-row,
  .mobile-tl-row {
    margin: auto;
  }
}

@media (max-width: 470px) {
  .payment-providers-mob {
    max-width: none;
  }
}

@media (max-width: 375px) {
  .cta,
  .mobile-tl-offer-bottom,
  .mobile-tl-offer-top {
    font-size: 14px;
  }
  .cta {
    padding: 7px 14px;
  }
}

.modal-open {
  overflow-y: visible !important;
}

.modal {
  background-color: rgb(255 255 255 / 65%) !important;
}

.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat !important;
  opacity: 0.75 !important;
}

.modal-body {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.modal-content {
  border-radius: 5px;
}

@media (max-width: 991px) {
  .modal-dialog {
    padding-top: 100px !important;
  }

  .modal-body {
    background-position: right center;
  }
}

@media (max-width: 787px) {
  .modal-dialog {
    padding-top: 100px !important;
  }
}

.form-group .form-control,
.form-submit,
.form-text {
  font-size: 1.2rem;
  font-family: Inter, sans-serif;
}
.form-check-input,
.form-check-label {
  display: inline-block;
  vertical-align: top;
}
.form-group .form-control {
  height: fit-content;
  line-height: 1.5;
  padding: 0.85rem 1rem;
  border-radius: 0 0.5rem 0.5rem 0;
}
.form-group .form-control::placeholder {
  font-family: Inter, sans-serif;
  color: #141626;
  opacity: 1;
  text-transform: uppercase;
}
.form-group .form-control,
.form-group .form-control:focus {
  border: none;
}
.form-group i {
  background-color: #f6f6f6;
  padding: 1rem 0.5rem;
  font-size: 1rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  color: #141626;
  transition: 0.3s;
}
.form-submit {
  color: #fff;
  background-color: #01bb65;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em;
  border: 2px solid #01bb65;
  padding: 1rem 0.5rem;
  border-radius: 0.5rem;
  width: 100%;
  margin: 0 auto;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  transition-property: all;
  white-space: nowrap;
}
button.form-submit:focus,
button.form-submit:hover {
  background: #008c4b;
  border-color: #008c4b;
  -webkit-transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(102%)
    scaleY(102%);
  -moz-transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(102%)
    scaleY(102%);
  -ms-transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(102%)
    scaleY(102%);
  -o-transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(102%)
    scaleY(102%);
}
.form-text {
  color: #f6f6f6;
}
.form-check-input {
  height: 0.8rem;
  width: 0.8rem;
}
.form-check-label {
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.2em;
  font-family: Inter, sans-serif;
  font-weight: 500;
  width: calc(100% - 1rem);
}
.error-active,
.success-active {
  font-family: Inter, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.form-group .form-control:focus {
  box-shadow: none !important;
}
.error-active {
  background-color: rgb(200 30 30 / 0.75);
}
.success-active {
  background-color: rgb(0 177 53 / 0.75);
}
.form-check-input:focus {
  outline: 0 !important;
  outline-offset: none !important;
}
.form-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgb(255 255 255 / 0.35),
    transparent
  );
  animation: 3s ease-in-out infinite shine;
  -webkit-animation: 3s ease-in-out infinite shine;
}
@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  100%,
  14% {
    left: 100%;
    transition-property: left;
  }
}

h2.offer-top {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 20px;
}

p.offer-bottom {
  font-weight: 500;
}

.scribble {
  position: relative;
  background-image: none;
  background-color: transparent;
  color: #ffc107;
  padding: 0 !important;
}

.scribble::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: 0;
  height: 15%;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='247' height='22' fill='none'%3E%3Cmask id='a' width='246' height='23' x='0' y='1' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M0 1h246v23H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%2300a661' d='M.225 13.987c40.77-3.247 81.218-6.304 122.486-5.61 40.217.68 80.07 3.493 119.823 8.284 4.828.577 4.966-4.727.193-5.301-40.597-4.886-82.029-7.082-123.059-6.436-39.896.627-80.713 2.548-119.53 8.822-.233.04-.132.263.087.25v-.009z'/%3E%3C/g%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100%;
  width: 100%;
  background-image: linear-gradient(
    to right,
    currentcolor 40%,
    transparent 50%
  );
  background-repeat: no-repeat;
  /* animation: background-size-300 0.4s 1.5s ease-in both; */
  background-size: 300%;
}

@keyframes background-size-300 {
  from {
    background-size: 0%;
  }

  to {
    background-size: 300%;
  }
}

@media (max-width: 991px) {
  h2.offer-top {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  h2.offer-top {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .form-group .form-control,
  .form-group i,
  .form-submit {
    font-size: 1rem;
    padding: 1rem 0.5rem;
  }
  .form-group .form-control {
    height: fit-content;
    line-height: 1.5;
  }
  .form-submit {
    line-height: 1em;
  }
  .form-check-label {
    font-size: 0.6rem;
    line-height: 1.2em;
  }
  .error-active,
  .success-active {
    font-family: Inter, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 0.8rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
  .error-active {
    background-color: rgb(200 30 30 / 0.75);
  }
  .success-active {
    background-color: rgb(0 177 53 / 0.75);
  }

  h2.offer-top {
    font-size: 28px;
  }

  p.offer-bottom {
    font-size: 14px;
  }
}
