body {
    background-color: #171717 ;
    color: white;
   
}



html {
    scroll-behavior: smooth;
    ;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 3%;
}

.bg-gradient-custom {
    background-image: linear-gradient(135deg, #2dab94, #31855f);
  }


.box-gradient-custom {
    background-image: linear-gradient(135deg, rgba(23, 23, 23, 1) 0%, rgba(50, 51, 53, 1) 0%, rgba(90, 90, 90, 0) 49%, rgba(23, 23, 23, 1) 100%);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.accent-color {
    color: #2dab94;
}

.accent-border-color {
    border-color: #2dab94;
}

.blur-shadow {
    box-shadow: 0 0 160px rgba(45, 171, 148, 0.3);
}

.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-icon {
    width: 24px; /* Adjust the size as needed */
    height: 24px; /* Adjust the size as needed */
    margin-left: 10px; /* Adjust the spacing as needed */
}

.rotate-90 {
    transform: rotate(90deg);
}

.alfidcl_html {

    padding: 5em;
}


.alfidcl_always {
    font-size: 1.5rem;
    font-weight: 500;
    color: #2dab94;
    padding-top: 1.5em;
}

.alfidcl_text {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    padding-top: 1.5em;
}

.alfidcl_text p {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    padding-top: 1.5em;
}