body{
    background-color: #17171C;
}


.relative{
    position: relative;
}

.z-10{
    z-index: 10;
}

.big-line{
    position: absolute;
    width: 7px;
    top: 6%;
    bottom: 6%;
    left: 50%;
    background-color: #B3F7D5;
    z-index: 0;
}

.cus-dot{
    position: absolute;
    top: 45%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #B3F7D5;
    z-index: 1000;
    transform: translate(-39%, -50%);
}

.cus-roadmap-row{
    margin-bottom: 300px !important;
}
.cus-roadmap-row img{
    position: relative;
    z-index: 100 !important;
}
.cus-roadmap-row .service_item{
    position: relative;
    z-index: 100;
}



.service_item {
    border-radius: 12px;
}

.img-hover{
    transition: all 200ms ease-in;
}
.img-hover:hover{
    transform: scale(1.03);
}


.testimonial_area_one.cus-testi {
    overflow: hidden;
    background: url(assets/img/my-images/test-bg2.jpg);
    position: relative;
    z-index: 1;
}
.testimonial_area_one.cus-testi .section_title h2 {
    color: white !important;
}
.testimonial_area_one.cus-testi .section_title p {
    color: white !important;
}

.promo_content_bg.cus-cta1 {
    border-radius: 8px;
    padding: 100px 60px;
}

.cus-cta1 .checks ul li{
    list-style: none; /* Elimina los puntos predeterminados */
  padding-left: 0; /* Opcional: elimina el margen izquierdo */
}
.cus-cta1 .checks ul li{
    margin-bottom: 30px;
    position: relative; /* Necesario para posicionar el checkmark */
  padding-left: 25px; /* Espacio para el checkmark */
}
.cus-cta1 .checks ul li::before{
  content: '\2713'; /* Código Unicode para el checkmark (✓) */
  position: absolute;
  left: 0; /* Ubica el checkmark a la izquierda del texto */
  color: rgb(255, 255, 255); /* Cambia el color del checkmark */
  font-size: 22px; /* Ajusta el tamaño si es necesario */
}

.saas_banner_img .video_popup {
    left: 50%;
    top: 50%;
}

.testimonial_slider_one .item {
    margin: 0 20px;
}

.app_features_item .saas_features_img .img_small {
    bottom: 20%;
    right: 60px;
    left: 20%;
    top: auto;
}

.mt40{
    margin-top: 40px;
}




.section-hero-main{
    background-image: url("assets/img/graphic17.png")!important;
    background-position: 0 100%, 50% 0 !important;
    background-repeat: repeat, no-repeat !important;
    background-size: cover, 100% ;
    padding-block: 190px 80px;
}

.gray-column{
      grid-row-gap: 40px;
    background-color: #111111;
    border: 1px solid #383838;
    border-radius: 32px;
    flex-direction: column;
    padding: 2rem;
    display: flex;
    box-shadow: inset 0 2px 40px 4px #3b3b3b;
}
.gray-column2{
    border-radius: 32px;
    flex-direction: column;
    display: flex;
    box-shadow: inset 0 2px 40px 4px #3b3b3b;
}

.font-2-5rem{
    font-size: 2.5rem;
}
.font-3rem{
    font-size: 3rem;
}
.font-3-5rem{
    font-size: 3.5rem;
}
.font-4rem{
    font-size: 4rem;
}
.font-5rem{
    font-size: 5rem;
}

.weight-200{
    font-weight: 200;
}

.weight-300{
    font-weight: 300;
}
.weight-400{
    font-weight: 400;
}

.weight-500{
    font-weight: 500;
}
.weight-600{
    font-weight: 600;
}

.weight-700{
    font-weight: 700;
}