@media screen and (min-width: 1700px) { /*TV*/

  
}

/*================desktops, large monitors======================*/
@media screen and (max-width: 1400px) {  


  nav .navbar .logo a{
    font-size: 2vw;
  }
  
  nav .navbar .links li a{
    font-size: 2vw;
  }

  .contact-btn{
    font-size: 2vw;
  }

}

/*==================Small screens, laptops=======================*/
@media screen and (max-width: 1100px) {  
  
 
  
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a{
    font-size: 20px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}

/*=================== iPads, Tablets ==========================*/
@media screen and (max-width: 800px) {  /* iPads, Tablets*/

  #about-me-section{
    width : 75%;
  }

  .download-btn{
    display:none;
  }

  nav{
    /* position: relative; */
    }
    .navbar .bx-menu{
      display: block;
    }
    nav .navbar .nav-links{
      position: fixed;
      top: 0;
      left: -100%;
      display: block;
      max-width: 270px;
      width: 100%;
      background:  #000000;
      line-height: 40px;
      padding: 20px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      transition: all 0.5s ease;
      z-index: 1000;
    }
    .navbar .nav-links .sidebar-logo{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .sidebar-logo .logo-name{
      font-size: 25px;
      color: #fff;
    }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #fff;
    }
    nav .navbar .links{
      display: block;
      margin-top: 20px;
    }
    
    nav .navbar .links li{
      display: block;
    }
  
    
}


/*====================Mobile devices==========================*/
@media screen and (max-width: 501px) { 
    header.big-screen {
      display:none;
    }

    #about-me-section{
      width : 80%;
      margin-top : 80%;

      margin-left: 2%;
      margin-right: 2%;
    }

    .download-btn{
      display:none;
    }
    
    nav .navbar .nav-links{ /*@media (max-width:370px)*/
      max-width: 50%;
    } 

    #greet{
      font-size: 8vw;
    }

    .name{
      font-size: 8.7vw;
    }
    
    #profile-section{
      font-size: 6vw;
    }
    
    #profile{ 
      font-size: 10vw;
      height: 11vw;
    }
    
    .based-in-text{
      font-size: 5vw;
    }

    .india-text{
      font-size: 5vw;
    }
      
    #india-flag-icon{
      height: 5vw;
    }
    
    .available-for-hire-div{
      height:fit-content;
      border-radius: 2vw;
      margin-top:2vw;
    }

    #available-note{
      margin:0;
      font-size: 2vw;
    }
    
    .contact-btn{
      font-size: 5vw;
    }
    
    .contact-div{
      margin:0;
      justify-content: space-between;
    }
    .contact-btn svg{
      height : 5vw;
      width : 5vw;
      
    }
    
    .contact-btn:hover {
      color: #000;
    }
    
    .contact-btn:hover .fiverr #path2 {
      fill: #000;
    }
    
    .contact-btn:hover .freelancer #path2 {
      fill: #000;
    }
    
    .contact-div{
      margin-top: 0px;
    }

    #about-me-para{
      font-size: 3vw;
      margin-top: 20px;
      margin-bottom: 20px;
      text-align:right;
    }
    
      
    /*
    #Note{
      font-family: Helvetica Light;
      font-size: 25px;
      float: left;
      margin-top: 20px;
      margin-bottom: 0px;
    }
    */
    
    .project-btn{

      color: rgb(0, 0, 0);
      padding: .5rem .7rem;
      font-size: 4.5vw;
      margin-right: 10px;
      margin-bottom:20px
    }
    
    .project-btn:hover {
      color: #265DF5;
    }
    
    .project-btn:hover #path2{
      fill: #265DF5;
    }
    
    #path2{
      color : white;
    }
    


    .section-title{
      font-size: 7vw;
    }
    
    .section-title-black{ 
      font-size: 7vw;
    }

    #skills{
      padding: 0% 0% 2% 0%;
    }
    
    #skills-logos{
      display: flex;
      flex-wrap: wrap;
      margin-top: 50px;
      margin-left: 5%;
      margin-right: 5%;
      gap: 30px 10px;   
      justify-content: center;
      align-items: center;  
    }
  
    
    /*
    #skills-logos{
        display: grid; /* Use flexbox */
        /*grid-auto-flow: row;
        grid-template-columns: repeat(auto-fit, minmax(max-content, 1fr));
        gap : 20px;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        background-color: #000000;
        width : 100%;        
    }*/
    
    .skills-btn{ 
      gap : 10px;
      background-color: #ffffff;
      color: rgb(0, 0, 0);
      padding: 1%;
      height : 20vw;
      width : 20vw;
      margin-left: 20px;
      border-radius: 3px;
      font-size:3vw;    
      text-decoration: none;
      font-family: Helvetica;
    }

    
    #android-studio-text{ 
      font-size:2.5vw; 
    }
    
    .skills-section-bottom-design {
      top: 0;
      left: 0;
      width: 100%;
      height:fit-content;
      overflow: hidden;
      line-height: 0;
      transform: rotate(180deg);
    }
    
    .skills-section-bottom-design svg {
      position: relative;
      display: block;
      width: calc(100% + 1.3px);
      height:5vw;
    }
    
    .skills-section-bottom-design .shape-fill {
      fill: #000000;
    }
    
    
    

    .blog-slider__item {
        flex-direction: column;
      }
      
    .blog-slider__img {

    transform: translateX(-80px) translateY(-20px);;

    }


    .blog-slider__button {
        padding: 15px;
      }

    
.edu-blog-slider__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .edu-blog-slider__img {
    display: flex;
    flex-direction: row;
    
    width: 30%;
    height: 30%;

    transform: translateX(-120px) translateY(-40px);
   
  }


  .certifications-icons a{
    font-size: 7vw;
  }
  
  .certifications-icons a svg{
    width : 7vw ;
    height : 7vw;
  } 

  .my-project-icons{
    gap: 4vw;
  }


  .my-project-btn{
    font-size: 7vw;
  }

  #skills-section{
    padding: 0% 4% 14% 4%;
}
  
.contact-me-icons{
  gap: 4vw;
  margin-bottom: 8vw;
  height : 8vw;
}

.contact-me-btn{
  font-size: 7vw;  
}

.contact-me-btn:hover{
  font-size: 7.7vw;
}

.contact-me-btn svg{
  width: 7vw;
  fill : rgb(18, 92, 219); 
}

.contact-me-btn:hover svg #path2 {
  fill:#000000;
  font-size: 7.7vw;
}
  
  .form{
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.528);
    width : 80%;
    padding : 1% 3%;
    border-radius: 2vw;
  }
  
  .form form{
    width : 100%;
  }
  
  .form form label{
    line-height: 150%;
    font-size: 8vw;
  }
  
  .form input{
    border-radius: 2vw;
    font-size: 4vw;
  }

  .form textarea{
    font-size: 5vw;
    height : 50vw;  
  }
  
  .send-btn{
    font-size: 4vw;
    border-radius: 2vw;
  }
  
  
  
  .send-btn:hover { 
    transform: scale(0.98); 
    /* Scaling button to 0.98 to its original size */ 
    box-shadow: 3px 2px 20px 1px #545252; 
    /* Lowering the shadow */ 
  } 




      
  }
