.navbar-asn-primary
{
    background: linear-gradient(rgba(7, 127, 255, 1), rgb(7 127 255 / 90%));
    --primary-color:#ffffffad;
   
   position: fixed;
    
}


.container
{
    background: white;
}

body{
        background: #ededed;
}
.navbar-asn-primary .nav-toggler
{
     --hamburgerColor : white !important;
}

.navbar-asn-primary .link-visited
{
    color:white;
}

.asn-main-gradient
{
    background: #bbbbbb1c;

    padding-top: 16rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 16rem;
}

.asn-main-gradient .title
{
   background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
    background-clip: text;
    color: transparent;
    font-size: 5rem;
    border: 1px solid;
    left: 0;
    position: relative;
    width: 100%;
    text-align: center;
}


.services-box
{
          background: linear-gradient(rgba(7, 127, 255, 1), rgba(7, 127, 255, .95), rgb(7 127 255 / 90%));
    padding-top: 5rem;
    padding-bottom: 5rem;
    gap: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.services-box .row{
    column-gap: .30rem;
}

.services-box .title{
    color :white;
        font-size: 5rem;
}

.services-box .row div[class*="col-"]
{
    padding: .34rem;
    border: 1px solid;
    background: #ffffff57;
    border-color: #ffffff29;
    border-radius: 14px;
}


#services {
    padding: 6rem 0;
}

.services-box h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

.services-box h3 {
    font-size: 1.3rem;
    margin-bottom: .8rem;
}

.services-box p {
    color: #6b7280;
    line-height: 1.7;
}

.services-box .col-4,
.services-box .col-6 {
    padding: 2rem;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: all .35s ease;
}

.services-box .col-4:hover,
.services-box .col-6:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

.tech-box {

    text-align: center;
        display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    background: white;
    border-radius: 16px;
    border: 1px solid #d5d5d5;
}

.tech-box .col-3 {
padding: 4rem;
transition: 0.12s;
    font-weight: 600;
    border-radius: 12px;
    background: #f9fafb;
    margin-bottom: 1.5rem;
    font-family: 'Nunito-Sans';
    background: linear-gradient(45deg, #077FFF, #b50c9d);
    color: white;
    font-size: 2rem;
}


.tech-box .row{
        column-gap: 1rem;
}
.why-us {
    padding:4rem;
    background: linear-gradient(45deg, #077fff, #07efff);
    color: white;
    border: 4px dashed #ffffff;
}

.why-us ul {
list-style: none;
    font-family: 'Nunito-Sans';
    padding: 0;
    background: #00000047;
    border-radius: 10px;
    padding: 1rem;
}

.why-us li {
    padding: .6rem 0;
    font-weight: 500;
}

.workflow {
    padding: 5rem 0;
    text-align: center;
}

.workflow .col-3 {
    padding: 2rem 1rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #6a5cff, #00d4ff);
    color: #fff;
    font-weight: 600;
}

.cta {
    padding: 6rem 2rem;
    text-align: center;
    border-radius: 20px;
    background: linear-gradient(135deg, #0f1220, #1a1f3c);
    color: #fff;
}

.cta p {
    opacity: .85;
    margin: 1rem 0 2rem;
}

.gradient-text {
    background: linear-gradient(90deg, #6a5cff, #00d4ff, #4dff88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.tech-box .row .col-3:hover{
        transform: translateY(-7px);
}


.tech-box .row{
        column-gap: 1rem;
    display: flex;
    /* border: 1px solid; */
    margin-top: 2rem;
    justify-content: center;
}


.nasl{
        border: 1px solid;
    width: 100%;
    padding: 2rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}
.process-step
{
        background: #80808021;
    padding: 2rem;
    border-radius: 19px;
    font-family: 'Nunito-Sans';
    font-size: 1rem;
    transition: 0.24s;
}

.process-step:hover{
    box-shadow: 1px 1px 11px 0px #1818183d;
}
@media (max-width:768px)
{
    .asn-main-gradient{

        padding-top: 8rem;
               padding-bottom: 8rem;
    }
    .services-box .title{
    color :white;
        font-size: 2rem;
}

    .asn-main-gradient .title
    {
        font-size: 3rem;
        
    }

   
}