:root {
  --color-green: #0db04b;
}

@font-face {
  font-family: 'Proxima Nova Extrabold', sans-serif;
  src: url('https://promo.markets4you.com/files/m4u-2024/globalassets/fonts/proxima-nova/Proxima-Nova%20_Extrabold.otf') format('opentype');
}

#hero-section h1 {
  font-weight: 900;
}

@media (max-width: 400px) {
  #header-tanpa-berger .language span {
    display: block;
  }
  #header-tanpa-berger .bahasa {
    width: 66px;
  }
}

.proxima-nova-black {
  font-family: 'Proxima Nova Extrabold', sans-serif;
}

/* slide================================ */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.card-eg-1 {
  background: linear-gradient(220deg, #069c5a 0%, rgb(27 64 58) 20%, rgba(25, 32, 42, 1) 100%);
  border: solid 2px rgba(71, 76, 78, 1);
}

.card-eg-2 {
  background: url('../../globalassets/images/card-2-eg.png')no-repeat 30% 80%/contain, linear-gradient(193deg, #069c5a 0%, rgb(17 59 52 / 78%) 30%, rgb(0 0 0) 100%);
  border: solid 2px rgba(71, 76, 78, 1);
}

.card-eg-3 {
  background: linear-gradient(180deg, rgba(67, 123, 113, 1) 0%, rgba(24, 36, 36, 1) 100%);
  width: auto;
}

.card-eg-4 {
  background: rgba(224, 230, 255, 0.34);
  backdrop-filter: blur(20px);
}

.card-eg-5 {
  background: linear-gradient(108deg, rgba(0, 0, 0, 0.4), rgb(0 0 0 / 0%)), url(../../globalassets/images/card-5-eg.jpg) no-repeat left / cover;
  border: solid 3px rgb(255 255 255 / 24%);
}

.card-eg-item {
  position: relative;
  overflow: hidden;
}

.card-eg-item img {
  position: absolute;
  /* bottom: 50px;
  right: -30px; */
  width: 160px;
  bottom: -30px;
  right: -30px;

}

.radial-section {
  background: radial-gradient(34.98% 34.98% at 50% 50%, #1d7a53 -50%, rgba(6, 19, 45, 0) 90%);
  height: 800px;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 800px;
  z-index: -1;
}

@media (max-width: 991px) {
  .card-eg-3 {
    width: 100%;
  }

  .card-eg-2 {
    background: url('../../../m4u-2025/copytrading-evergreen/assets/images/card-2-eg.png')no-repeat 30% 70%/contain, linear-gradient(193deg, #069c5a 0%, rgb(17 59 52 / 78%) 30%, rgb(0 0 0) 100%);
  }
}



.text-gradient-gw {
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1)0%, #069c5a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-wg {
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1)0%, #069c5a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



/* Style slider */
.investment-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.minimum {
  font-size: 12px;
  color: #b0b0b0;
  margin-bottom: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type='range'] {
    overflow: hidden;
    width: 100%;
    -webkit-appearance: none;
    background-color: #b1b1b1;
    border-radius: 20px;
    padding: 0;

  }

  input[type='range']::-webkit-slider-runnable-track {
    height: 20px;
    -webkit-appearance: none;
    color: #13bba4;
    margin-top: 0px;
  }

  input[type='range']::-webkit-slider-thumb {
    width: 20px;
    -webkit-appearance: none;
    height: 20px;
    cursor: ew-resize;
    background: var(--color-white);
    box-shadow: -910px -100px 0px 900px var(--color-green);
    border-radius: 20px;
  }

}

/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: var(--color-green);
}

input[type="range"]::-moz-range-track {
  background-color: var(--color-white);
}

/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: var(--color-green);
}

input[type="range"]::-ms-fill-upper {
  background-color: var(--color-white);
}




#award-slide .award-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#award-slide .award-box>img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}



#testimoni-slide .award-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

#testimoni-slide .owl-stage,
#testimoni-slide .owl-item {
  display: flex;
}

#testimoni-slide .item,
#testimoni-slide .card-eg-4 {
  display: flex;
  height: 100%;
}

#testimoni-slide .bg-white {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


#testimoni-slide .bg-white p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

#testimoni-slide .bg-white p.expanded {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}

.see-more-toggle {
  color: #069c5a;
  font-size: 22px;
  cursor: pointer;
  display: inline-block;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: absolute;
  top: 35%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 50%;
}

.owl-nav button.owl-prev {
  left: -25px;
}

.owl-nav button.owl-next {
  right: -25px;
}

.owl-nav button span {
  font-size: 24px;
}

.cahaya-ilahi {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}


.counter,
.label,
.value-trustpilot {
  font-size: 140px;
  line-height: 140px;
  white-space: nowrap;
}

#count span {
  font-size: 24px;
}

@media (max-width: 1399px) {

  .counter,
  .label {
    font-size: 8vw;
    line-height: normal;
  }

  .value-trustpilot {
    font-size: 11vw;
    line-height: 11vw;
  }
}

@media (max-width: 991px) {

  .value-trustpilot {
    font-size: 20vw;
    line-height: 20vw;
  }

  .logo-size,
  .head-bahasa-logo {
    max-height: 50px;
    width: 100%;
    max-width: 230px;
  }
}


@media (max-width: 576px) {

  .counter,
  .label {
    font-size: 22vw;
    line-height: 22vw;
  }
}


.list-eg {
  padding: 0;
}


.list-eg li {
  list-style-type: none;
  text-align: center;
}

.list-eg li:last-child::after {
  width: 0;
}

.list-eg li::after {
  content: "";
  display: block;
  width: 60%;
  /* Adjust this value as needed */
  margin: 12px auto;
  border-bottom: 1px solid var(--color-green);
}

@media (max-width: 767px) {
  .list-eg li::after {
    width: 100%;
  }

  #testimoni-slide .owl-nav,
  #award-slide .owl-nav {
    display: none !important;
  }
}

@media (min-width: 992px) {
  #count>div:nth-child(2){
    width: 100%;
    max-width: 300px;
    min-width: 180px;
  }
}

.award-box>p{
    font-size: 18px;
    line-height: 20px;
}

.status-trutpilot-en{
  font-size: clamp(1rem, 10vw, 3.5rem);
  line-height: normal;
}
.status-trutpilot-es{
  font-size: clamp(1rem, 10vw, 3.5rem);
  line-height: normal;
}
.status-trutpilot-id{
  font-size: 2.5rem;
  line-height: normal;
}
.status-trutpilot-th{
  font-size: clamp(1rem, 10vw, 3.5rem);
  line-height: normal;
}
.status-trutpilot-vn{
  font-size: clamp(1rem, 10vw, 3.5rem);
  line-height: normal;
}

@media (max-width: 1440px) {
  .status-trutpilot-id{
    font-size: 2.3rem;
  }
}
@media (max-width: 1366px) {
  .status-trutpilot-id{
    font-size: 1.9rem;
  }
}
@media (max-width: 991px) {
  .status-trutpilot-id{
    font-size: 5vw;
  }
  img[src="../files/m4u-2025/silver-evergreen/assets/images/img3.png"],
  img[src="../files/m4u-2025/gold-evergreen/assets/images/img3.png"],
  img[src="../files/m4u-2025/crude-oil-evergreen/assets/images/img3.png"],
  img[src="../files/m4u-2025/eur-usd-evergreen/assets/images/img3.png"],
  img[src="../files/m4u-2025/eth-evergreen/assets/images/img3.png"],
  img[src="../files/m4u-2025/tesla-evergreen/assets/images/img3.png"],
  img[src="../files/m4u-2025/btc-evergreen/assets/images/img3.png"],
  img[src="../files/m4u-2025/deposit-bonus-evergreen/assets/images/img3.png"],
  img[src="../files/m4u-2025/aiev-evergreen/assets/images/img3.png"],
  img[src="../files/m4u-2025/amazon-evergreen/assets/images/img3.png"],
  img[src="../files/m4u-2025/coffee-evergreen/assets/images/img3.png"],
  img[src="../files/m4u-2025/indices-evergreen/assets/images/img3.png"],
  img[src="../files/m4u-2025/usdjpy-evergreen/assets/images/img3.png"],
  img[src="../files/m4u-2025/gbpusd-evergreen/assets/images/img3.png"],
  img[src="../files/m4u-2025/nvidia-evergreen/assets/images/img3.png"],
  img[src="../files/m4u-2025/copytrading-evergreen/assets/images/img3.png"]{
      filter: brightness(0.5);
  }
}
@media (max-width: 576px) {
  .status-trutpilot-id{
    font-size: 6vw;
  }
}

#testimonial-section .row .flex-column .col-12:nth-child(1) p{
  text-align: center;
}