body 
{
    overflow-x: hidden;
}
  

.content
{
    margin-top: 2.5vw;
    margin-bottom: 9vw;
    padding: 0vw 5vw;
}

.breadcrumb
{
    display: flex;
    align-items: center;
}

.breadcrumb a
{
    cursor: pointer;
    text-decoration: none;
    color: #7B8C93;
}

.breadcrumb li
{
    color: #FFFFFFCC;
    font-weight: 300;
    font-size: 14px;
    text-align: right;
    vertical-align: middle;
    margin: 0px 12px;
}

.icon1
{
    margin-right: 0px !important;
}

.icon2
{    font-weight: 400 !important;
    font-size: 14px !important;
}

.fa-greater-than
{
    color: #FFF;
}

.cardw1
{
    max-width: auto;
    margin-top: 6vw;
    color: #fff;
    background-color: #1E1C1D;
}

.cardw1 h2
{
    font-weight: 700;
    margin-bottom: 2vw;
}

.cardw1 h5,p
{
    line-height: 48px;
}

.cardbox1
{
    display: flex;
    justify-content: center;
    align-items: center;

}

.shadow1 
{
    width: 9vw;
    height: 12vw;
    position: relative;
    overflow: visible;
    box-shadow: -3vw 4px 10vw 4vw #621f1f;
    border-radius: 50%;
}
  
.shadow1 img 
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35vw;
    height: 23vw;
    transform: translate(-59%, -50%);
    max-width: max-content;
}

.hideimg
{
    left: -39% !important;
    top: 42% !important;
    z-index: 1;
    width: 11vw !important;
    height: 12vw !important;
    clip-path: inset(0 0 50% 0);
    transition: all 0.7s;
}


.step
{
    margin-top: 10vw;
    color: #FFF;
}

.stepchild
{
    padding: 0px;
    border: none !important;
    
}

.atatirate,.atatirate2 
{
    transform: translateX(-100%);
    opacity: 0;
    animation: slideIn 1s forwards;
}

.atatirate2
{
    animation-delay: 0.8s;
}
  
@keyframes slideIn 
{
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.stepchild .card-body
{
    background-color: #1E1C1D;
    color: #fff;
}

.step h5
{
    margin-top: 3vw;
    margin-bottom: 1vw;
    
}

.stepchild span
{
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
}

.stepchild p
{
    width: 24vw;
    font-size: 17px;
    margin-top: 1vw;
    line-height: 30px;
}

.btnstep
{
    border-radius: 8px;
    text-align: center;
    width: 87vw;
    height: 68px;
    background-color: #9494941A;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    margin-top: 5vw;
    transition: all 0.2s;
}

.btnstep:hover
{
    background-color: #fff;
    color: #000;
    transition: all 0.2s;
}

.final
{
    margin-top: 8vw;
    text-align: center;
    color: #FFF;
}

.final span
{
    text-align: center;
    font-size: 2vw;
    font-weight: bold;
}

.final p
{
    font-size: 1.1vw;
}

.titlefa .row
{
    display: flex;
    justify-content: center;
    margin-top: 3vw;
}

.titlefa .row .m-4
{
    margin: 1.1vw ;
}

.title1
{
    background: #9494944D;
    border-radius: 0.7vw;
    border: 1px solid #c7c1c1;
    width: auto;
    height: auto;
}

.title2
{
    background: #94949480;
    border-radius: 0.7vw;
    border: 1px solid #c7c1c1;
    width: auto;
    height: auto;
}

.title3
{
    background: #FFFFFFCC;
    border-radius: 0.7vw;
    border: 1px solid #c7c1c1;
    color: #000;
    width: 12vw;
    height: 12vw;
}

.title3 svg
{
    margin-top: 2vw;
}

.title3 p
{
    font-size: 1.3vw;
    font-weight: bold;
    margin-top: 0.1vw;
    line-height: 2vw;
}

.digram2
{
    display: none;
}

.step2
{
    display: none;
}

/* \\\\\\\\\\\media////////// */

@media(max-width:650px)
{
    .digram1
    {
        display: none;
    }

    .digram2
    {
        display: block;
    }

    .cardbox1
    {
        margin-bottom: 23vw;
        margin-top: 18vw;
    }

    .breadcrumb li 
    {
        font-size: 3vw !important;
        margin: 0px 5px;
    }

    .shadow1 img
    {
        top: 50%;
        left: 91%;
        width: 59vw;
        height: 32vw;
    }

    .hideimg
    {
        left: 25% !important;
        top: 35% !important;
        z-index: 1;
        width: 12vw !important;
        height: 16vw !important;
        clip-path: inset(0 0 50% 0);
        transition: all 0.7s;
    }

    .text11
    {
        text-align: center;
    }

    .cardw1 h2 
    {
        font-size: 4vw;
        font-weight: 700;
        margin-bottom: 2vw;
    }

    .text11 h5
    {
        font-size: 2vw;
    }

    .cardw1 h5, p 
    {
        line-height: 28px;
        font-weight: 600;
    }

    .shadow1 
    {
        width: 20vw;
        height: 20vw;
        position: relative;
        overflow: visible;
        box-shadow: -3vw 4px 10vw 4vw #621f1f;
        border-radius: 50%;
    }

    .text11 p
    {
        font-size: 2.3vw;
    }

    .step
    {
        display: none;
    }

    .step2
    {
        display: block;
        margin-top: 15vw;
    }


    .step-section 
    {
      display: flex;
      align-items: flex-start;
      gap: 13px;
      opacity: 0;
      transform: translateX(-40px);
      animation: fadeInLeft 0.8s ease-out forwards;
      animation-fill-mode: forwards;
      visibility: hidden;
      position: relative; 
    }

    .step-graphic 
    {
      max-height: 20vw;
      display: block;
    }

    .step-text 
    {
      max-width: 400px;
      color: #fff;
      
    }

    .step-title 
    {
      font-size: 3vw;
      font-weight: bold;
      margin-bottom: 12px;
    }

    .step-description 
    {
      font-size: 2vw;
      line-height: 1.8;
      margin: 0;
    }

   
    .step-section:nth-of-type(1) 
    {
    animation-delay: 0.1s;
    }
    .step-section:nth-of-type(2) 
    {
    animation-delay: 0.8s;
    }
    .step-section:nth-of-type(3) 
    {
    animation-delay: 1.2s;
    }

    @keyframes fadeInLeft 
    {
    0% {
        opacity: 0;
        transform: translateX(-40px);
        visibility: hidden;
        }
    100% {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
        }
    }
    
    .btnstep
    {
        height: 9vw;
        font-size: 2vw;
    }

    .final span
    {
        font-size: 3.6vw;
    }

    .final p
    {
        font-size: 3.2vw;
        line-height: 40px;
        font-weight: 100;
    }

    .title1 .m-1,.p-1
    {
        padding: .1rem !important;
        margin: .15rem !important;
        border-radius: 2vw;
    }

    .title2
    {
        padding: .1rem !important;
        margin: .1rem !important;
        border-radius: 2vw;
    }

    .title3
    {
        padding: .1rem !important;
        margin: .1rem !important;
        border-radius: 2vw;
        width: 12vw;
        height: 12vw;
    }

    .title3 svg 
    {
        margin-top: 0vw;
        width: 4vw;
        height: 4vw;
    }

    .title3 p 
    {
        font-size: 1.3vw;
        font-weight: bold;
        margin-top: 0.1vw;
        line-height: 2vw;
    }
}

