.hambuger-menu{
    font-size: 2rem;

}

.hambuger-menu:hover{
    color: rgb(182, 177, 169);
    cursor: pointer;
}




@media screen and (max-width:768px) {
.container{

    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;

    }

    nav{
       
        display: flex;
        flex-direction: column;
        text-align: center;
        max-height: 0;
        transition: 1s ease-in-out;
        overflow: hidden;
    }

    nav.showMenu{
        max-height: 250px;
        transition: 1s ease-in-out;
    }


    nav a{
     font-weight: 500;
     border-radius: 25px;
     background-color: rgba(253, 32, 32, 0.186);
     padding: 8px;
     margin: 2px;
     box-shadow: 1px 5px 9px rgba(0, 0, 0, 0.048);
    }

    nav a:hover{
     font-weight: 300;
     background-color: rgba(253, 32, 32, 0.597);
     padding: 8px;
     margin: 2px;
     box-shadow: 1px 5px 9px rgba(0, 0, 0, 0.048);
    }


    
    /* header credibility */

    .head-cred{
        display: flex;
        flex-direction: column;
    }


    .awareness{
    display: flex;
    flex-direction: column;
}

.awareness .callBtn{
    display: block;
   margin: 10px auto;
}



    /* stats containter */

    .stats-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 45px;
        text-align: center;
        

    }


    .objections-handle h2{
        font-weight: 700;
        line-height: 49px;
        font-size: 2.9rem;
        color: aliceblue;
        text-shadow: 1px 3px 5px rgba(22, 22, 22, 0.339);
        margin: 25px 0px ;
        text-align: center;
        
    }



        /* VIDEO */

    .video{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 1rem;
        
    }

     .video video{ 
        border-radius: 19px;
    }


     .video-text h3{
        font-size: 1.9rem;
        font-weight: 600;
        color: aliceblue;
        line-height: 32px;
    }

    .video-text p{
        
        color: aliceblue;
        line-height: 32px;
        font-size: 1rem;
    }

    .form-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
       
    }
    
    .form-section .form-expression{
        display:flex;
        flex-direction: column;
        align-items: center;
        text-align: center;

       
    }



    /* step by step guide */
    .guide{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 18px;
        margin: 0px 14px;
    }

    .guide-heading{
        line-height: 64px;
    }

    /* our team */

.our-team-container{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: auto;
    width: 100%;
    padding: 22px;
    /* border: 1px solid rgb(238, 238, 238); */
}



}

@media screen and (min-width:768px) {
.hambuger-menu{

    display: none;
 

    }

   
}
