/* Home Page */
@media(max-width:1200px){
    .banner-text h1{
        font-size: 4rem;
        
    }
    .banner-text p{
        font-size: 16px;
    }
}

@media(min-width:770px){ /*1001*/
    .prohead{
        width: 64%;
        margin: auto;
    }
}

@media(min-width:700px) and (max-width:1000px){
    .banner-area{
        height: 130vh;
    }
   
}

@media(min-width:770px) and (max-width:1000px){
    .banner-text{
        width: 96%;
        top: 96%;
        left: 2%;
    }   
    
    .banner-text h1{
            margin: auto;
            width: 77%;       
    }
    .banner-text p{
        margin: 0px;
    }  
}

@media(max-width:770px){
    #link{
        right: 15px;
    }
    .menu{
        height:60px;
    }

    .menu ul{
        display: flex;
        flex-direction: column;
        position: relative;
        top: 40px;
        right: 50px;
      }
    .menu ul li{
        background-color: black;
        opacity: 0.9;
        padding: 20px;
      }
    .menu ul .con{
        border-radius: 0 0 10px 10px;
    }

    /* .banner-area{
        height: 100vh;
    } */

    .banner-text {        
        left: 12%;
        width: 75%;
    }
   
    .banner-text h1 {        
        font-size: 4rem;
    width: 100%;
    position: relative;
    right: 0px;
    margin: 0;
    }
    
    .prohead{
        display: block;
        position: absolute;
        top: -350px;        
        right:15%;
      }
      .propara{
        display: block;
        position: absolute;
        top: 50px;
      }

      
/* Hambergur Icon */

    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 20px;
        cursor: pointer;
    }
          
    .line {
        width: 100%;
        height: 2px;
        background-color: #ffffff;
    }
    
    .v-nav{
        opacity: 0;
      }
}


@media(max-width:500px){
    .banner-area {        
        background-position: -265px;
    }
}
@media(max-width:650px){
    .banner-text {        
        left: 3%;
        width: 95%;
    }
    .prohead{
        right: 6%;
        width: 89%;
      }
}

/* @media(max-width:530px){
    .banner-text h1{
        right: 0px;
    }
} */

@media(max-width:464px){
    
    .banner-text p{
        font-size: 17px;
    }
}

@media(max-width:426px){
    .banner-text h1{
        font-size: 3.5rem;
    }
}

@media(max-width:370px){
    .img-box {
        margin: 10px 5px;
        height: 200px;
        width: 250px;
    }
    .heading {
        letter-spacing: 4px;
    }
}