*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'popins',sans-serif;
}


.navbar-nav{
    text-align: center;
}
.home{
    padding-top: 150px;
}
.home h1{
    .b{
        color: aqua;
    }
}
.home h3{
    
    padding-top: 10px;
}
.home p{
    padding-top: 10px;
    
}
.btnanother{ 
    padding-left: 60px;
    padding-top: 20px;
    
}
.btnanother1{
    background-color: rgb(136, 195, 222);
    width: 150px;
    height: 35px;
    border-radius: 10px;
}
.btnanother1:hover{
    background-color: rgb(80, 217, 255);
    width: 150px;
    height: 35px;
    border-radius: 10px;
}
.btnanother2{
    background-color:rgb(136, 195, 222);
    width: 150px;
    width: 150px;
    height: 35px;
    border-radius: 10px;
}
.btnanother2:hover{
    background-color:rgb(80, 217, 255);
    width: 150px;
    width: 150px;
    height: 35px;
    border-radius: 10px;
}
.button-resume{
    padding-top: 30px;
    padding-left: 130px;
}
.btnresume{
    width: 180px;
    height: 40px;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    color: white;
}
.btnresume:hover{
    background-color: rgb(181, 126, 76);
}
.btna{
    color: rgb(0, 0, 0);
}
.btna:hover{
    color: rgb(255, 255, 255);
}
.home-sci{
    padding-top: 50px;
    position: absolute;
    
}
.bxl-facebook{
    background-color: rgb(255, 255, 255);
    border: solid black 0.5px;
    padding-left: 7px;
    padding-top: 6px;
    width: 30px;
    height: 30px;
    content: icon;
    border-radius: 50px;
}

.bxl-linkedin{
    color: #114baf;
    border: solid black 0.5px;
    border-style: solid;
    padding-left: 7px;
    padding-top: 6px;
    width: 30px;
    height: 30px;
    content: icon;
    border-radius: 50px;
    
}
.bxl-instagram{
    background-color: rgb(255, 255, 255);
    border: solid black 0.5px;
    color: #cf7a2f;
    padding-left: 7px;
    padding-top: 6px;
    width: 30px;
    height: 30px;
    content: icon;
    border-radius: 50px;
}
.bxl-whatsapp{
    background-color: rgb(255, 255, 255);
    border: solid black 0.5px;
    color: rgb(34, 181, 46);
    padding-left: 7px;
    padding-top: 6px;
    width: 30px;
    height: 30px;
    content: icon;
    border-radius: 50px;
}
.pic{
    width: 100%;
    height: 100%;
    border-radius: 90%;
    padding-left: 100px;
    
}
@media screen and (max-width: 430px){
    .btnanother{ 
        padding-left: 20px;
        padding-top: 20px;
    }
    .button-resume{
        padding-top: 30px;
        padding-left: 100px;
    }
    .home-sci{
        padding-top: 30px;
        position: absolute;
        
    }
    .pic{
        padding-top: 80px;
        width: 100%;
        height: 100%;
        border-radius: 90%;
        padding-left: 30px;
        
    }
   
} 

@media screen and (min-width: 760px){
    .adj{
        
        padding-left: 200px;
    }
    .btnanother{ 
        padding-left: 20px;
        padding-top: 20px;
    }
    .button-resume{
        padding-top: 30px;
        padding-left: 100px;
    }
    .home-sci{
        padding-top: 30px;
        position: absolute;
        
    }
    .pic{
        padding-top: 80px;
        width: 100%;
        height: 100%;
        border-radius: 90%;
        padding-left: 30px;
        
    }
   
}
@media screen and (min-width: 1020px){
    .adj{
        
        padding-left: 300px;
    }
    .pic{
        padding-top: 10px;
        width: 100%;
        height: 100%;
        border-radius: 90%;
        padding-left: 30px;
        
    }
   
}
@media screen and (min-width: 1430px){
    .adj{
        
        padding-left: 500px;
    }
    .pic{
        
        width: 100%;
        height: 100%;
        border-radius: 90%;
        padding-left: 100px;
       
    }
   
}

/* about-me */

.about-me{
    text-align: center;
    padding-top: 100px;
  h1{
    color: #0e3e92;
    font-weight: 00;
  }   
}
.about-img{
    padding-top: 100px;
    
    
}
.about-img{
    width: 100%;
    height: 100%;
    
    transition-property: transform;
}
.about-img:hover{
    transform: scale(0.7); 
}
.about-img1{
    width: 400px;
    padding-top: 110px;
    border-radius: 60%;
}
.about-p{
    padding-top: 150px;
    padding-left: 100px;
}
.about-p1{
    
   .edu{
    padding-left: 120px;
   }
    .sp{
        
        font-size: 20px;
       padding-bottom: 100px;
       
    }
}
.para{
    padding-top: 90px;
    text-align: justify;
    color: rgb(90, 80, 80);
}


@media screen and (max-width: 430px){
    .about{
        
        padding-bottom: 0px;
        padding-right: 100px;
    }
    .about-img{
       
        padding-bottom: 200px;
        top: -50px;
    }
    .about-img1{
        width: 280px;
        padding-top: 0px;
        border-radius: 60%;
        
    }
    .about-me{
        padding-top: -10px;
        padding-top: 100px;
        height: 1530px;
    }
    .about-p1{
        h1{
            font-weight: 600;
             width: 280px;
             height: 150px;
             border: solid;
             border-radius: 30px;  
         }
    }
    .sp{
             
        font-size: 20px;
       padding-top: -10px;
       
    }
    .about-p{
        padding-top: 20px;
        padding-left: 10px;
        top: -230px;
       
    }
   .about-p1{
    padding-left: 10px;
    text-align: center;
   }
   .para{
      text-align: center;
      bottom: -50px;
   }

}
@media screen and (min-width: 370px){
    .about{
        
        padding-bottom: 0px;
        padding-right: 100px;
    }
    .about-img{
       
        padding-bottom: 200px;
        top: -50px;
    }
    .about-img1{
        width: 280px;
        padding-top: 0px;
        border-radius: 60%;
        
    }
    .about-me{
        padding-top: -10px;
        padding-top: 100px;
        height: 1410px;
    }
    .about-p1{
        h1{
            font-weight: 600;
             width: 320px;
             height: 150px;
             border: solid;
             border-radius: 30px;  
         }
    }
    .sp{
             
        font-size: 20px;
       padding-top: -10px;
       
    }
    .about-p{
        padding-top: 20px;
        padding-left: 10px;
        top: -230px;
       
    }
   .about-p1{
    padding-left: 10px;
    text-align: center;
   }
   .para{
      text-align: center;
      bottom: -50px;
   }

}
@media screen and (min-width: 760px){
      .about-img{
        width: 100%;
        height: 100%;
        left: -30px;
      }
      .edu{
       padding-right: -200px;
        
      }
.about-p1{
        h1{
            font-weight: 600;
             width: 180px;
             height: 120px;
             border: solid;
             border-radius: 20px;
             font-size: 25px;
             padding-left: -50px;
             
         }
         padding-left: 100px;
         padding-top: 200px;
         top: 80px;
         .sp{
             
            font-size: 14px;
           padding-top: -0px;
           
          height: 20px;
        }
    }
    
    .about{
        
        padding-bottom: -100px;
        padding-right: 100px;
        
    }
    .about-p{
        padding-top: 0px;
        padding-left: 0px;
        
    }
    .about{
        padding-top: 20px;
    }
    .para{
        font-size: 18px;
        padding-left: 30px;
    }
    .about-me{
        
        height: 550px;
        
    }
  
}
@media screen and (min-width: 1020px){
    .about-me{
        text-align: center;
        padding-top: 100px;
      h1{
        color: #0e3e92;
        font-weight: 900;
      }   
    }
    .about{
        padding-top: 10px;
        padding-right: 100px;
    }
    
    .about-img{
        padding-top: 90px;
        width: 100%;
        height: 100%;
    }
    .about-img1{
        width: 400px;
    }
    .about-p{
        padding-top: -10px;
        padding-left: 100px;
    }
    .about-p1{
        
        h1{
           font-weight: 600;
            width: 210px;
            height: 150px;
            border: solid;
            text-align: center;
            padding-top: -10px;
            border-radius: 30px;
            
        }
        .sp{
            
            font-size: 20px;
           padding-top: -10px;
           
        }
    }
    .para{
        padding-top: 100px;
        text-align: justify;
        font-size: 20px;
    }
}
@media screen and (min-width: 1400px){
    .about-me{
        text-align: center;
        padding-top: 100px;
      h1{
        color: #0e3e92;
        font-weight: 900;
      }   
    }
    .about-img{
        padding-top: 100px;
        
    }
    .about-p{
        padding-top: -10px;
        padding-left: 100px;
    }
    .about-p1{
        
        h1{
           font-weight: 600;
            width: 270px;
            height: 150px;
            border: solid;
            text-align: center;
            padding-top: -10px;
            border-radius: 30px;
            
        }
        .sp{
            
            font-size: 20px;
           padding-top: -10px;
           
        }
    }
    .para{
        padding-top: 100px;
        text-align: justify;
        font-size: 25px;
    }
    

}
/* about-me */

/* internship */
.head{
   
    padding-top: 100px;
    text-align: center;
    color: #0e3e92;
    h1{
        padding-top: 0px;
    }
    p{
        text-align: center;
        padding-left: 100px;
        
    }
}

/* internship */


.intern{
    padding-top: 30px;
    display: flex;
    
}
.internship{
    color: rgb(90, 80, 80);
    border: solid;
    text-align: center;
    border-radius: 30px;
    border-width: 0.5px;
    
    border-collapse: separate;
    border-spacing: 10px;
    position: relative;
}
.internship1{
    color: rgb(90, 80, 80);
    border: solid;
    text-align: center;
    border-radius: 100%;
    border-width: 0.5px;
    display:inline-block;
    
}
.bx{
    padding-top: 10px;
    display: flex;
}
.box{
    width: 100%;
    height: 110px;
    background-color: #dcd9d9;
    margin: 20px;
    box-sizing: border-box;
    font-size: 50px;
    border: #0e3e92;
    border-width: 20px;
    border-radius: 30px;
    text-align: center;
    transition-property: transform;
}
.box:hover{
    transform: scale(0.9);
}
.cards{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    
    
}
@media screen and (max-width: 430px){
    .header-int{
        top: -100px;
    }
    .emi{
       top: 10px; 
    }
    .bx{
        padding-top: 10px;
        display: contents;
    }
    .box{
        padding-bottom: 160px;
        width: 290px;
        height: 100px;
        background-color: #dcd9d9;
        margin: 20px;
        box-sizing: border-box;
        font-size: 50px;
        border: #0e3e92;
        border-width: 20px;
        border-radius: 30px;
        text-align: center;
    }
    .int{
        padding-bottom: -300px;
    }
}
@media screen and (min-width: 370px){
    .header-int{
        top: -100px;
    }
    .emi{
       top: 10px; 
    }
    .bx{
        padding-top: 10px;
        display: contents;
    }
    .box{
        padding-bottom: 150px;
        width: 340px;
       
        background-color: #dcd9d9;
        margin: 20px;
        box-sizing: border-box;
        font-size: 50px;
        border: #0e3e92;
        border-width: 20px;
        border-radius: 30px;
        text-align: center;
    }
    .int{
        padding-bottom: -300px;
    }
}
@media screen and (min-width: 760px){
    .bx{
        padding-top: 10px;
        display: flex;
    }
    .box{
        width: 100%;
        height: 110px;
        background-color: #dcd9d9;
        margin: 20px;
        box-sizing: border-box;
        font-size: 50px;
        border: #0e3e92;
        border-width: 20px;
        border-radius: 30px;
        text-align: center;
    }
}
.cards-service{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 30%;
    height: 20%;
    text-align: center;
    background-color: rgb(204, 198, 187);
    transition-property: transform;
  }
  .card:hover{
    transform: translate(-5px, -10px);
  }
@media screen and (max-width: 430px){
    .card {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        width: 100%;
        height: 50%;
        text-align: center;
        background-color: rgb(204, 198, 187);
       
      }
}
  .html-btn{
    padding-bottom: 10px;
  }
  .html-btn1{
    width: 100px;
    height: 30px;
    border-radius: 30px;
  }
.contact{
    padding-left: 350px;
    border: #af2222;
}

.boxcontact{
    width: 50%;
    height: 80px;
    background-color: #dcd9d9;
    margin: 20px;
    box-sizing: border-box;
    font-size: 50px;
    border: #0e3e92;
    border-width: 20px;
    border-radius: 30px;
    text-align: center;
    color: rgb(45, 35, 35);
   font-size: xx-large;
   padding-top: 10px;
   padding-left: 30px;
}
.Copyright{
    padding-left: 420px;
    color: rgb(117, 106, 106);
    padding-top: 100px;
    
}
.Copyright1{
    padding-left: 9px;
}

@media screen and (max-width: 430px){
       .boxcontact{
        padding-right: 220px;
       }
       .contact1{
        padding-right: 70px;
        font-size: 20px;
        padding-top: 1px;
        left: -10px;
       } 
       .bx-envelope{
        text-align: center;
       }
       .contact{
        padding-left: 1px;
        
       } 
       .Copyright{
        padding-left: 10px;
        font-size: 15px;
       }
}
@media screen and (min-width: 370px){
    .boxcontact{
     padding-right: 270px;
    }
    .contact1{
     padding-right: 70px;
     font-size: 20px;
     padding-top: 1px;
     left: -10px;
    } 
    .bx-envelope{
     text-align: center;
    }
    .contact{
     padding-left: 1px;
     
    } 
    .Copyright{
     padding-left: 10px;
     font-size: 15px;
    }
}
@media screen and (min-width: 760px){
    .boxcontact{
     padding-right: 350px;
     padding-left: 100px;
    }
    .contact1{
     padding-right: 10px;
     
     font-size: 20px;
     padding-top: 1px;
     left: -10px;
    } 
    .bx-envelope{
     text-align: center;
    }
    .contact{
     padding-left: 100px;
     
    } 
    .Copyright{
     padding-left: 200px;
     font-size: 15px;
    }
}
@media screen and (min-width: 1020px){
    .boxcontact{
     padding-right: 500px;
     padding-left: 200px;
    }
    .contact1{
     padding-right: 10px;
     
     font-size: 30px;
     padding-top: 1px;
     left: -10px;
    } 
    .bx-envelope{
     text-align: center;
    }
    .contact{
     padding-left: 100px;
     
    } 
    .Copyright{
     padding-left: 300px;
     font-size: 15px;
    }
}
@media screen and (min-width: 1400px){
    .boxcontact{
     padding-right: 600px;
     padding-left: 290px;
    }
    .contact1{
     padding-right: 10px;
     
     font-size: 30px;
     padding-top: 1px;
     left: -10px;
    } 
    .bx-envelope{
     text-align: center;
    }
    .contact{
     padding-left: 100px;
     
    } 
    .Copyright{
     padding-left: 450px;
     font-size: 15px;
    }
}
