@media only screen and (max-width:1024px) {
  .social-icon {
    margin-left: 10px;
  }
}

/* max-width 992px */

@media only screen and (max-width:992px) {

  .nav-ul li {
    margin: 29px 0;
  }

  .navigation-links {
    font-size: 18px;
  }

  .about h2 {
    font-size: 35px;
  }

  .about p {
    font-size: 16px;
    font-weight: 400;
  }

  .work h4 {
    font-size: 30px;
  }

  .box a {
    font-size: 18px;
  }

  .box p {
    font-size: 14px;
  }

  .circle {
    width: 100px;
    height: 100px;
  }

  .skill h2 {
    font-size: 30px;
  }

  .skill h3 {
    font-size: 16px;
  }

  .resume h2 {
    font-size: 30px;
  }

  .design h2 {
    font-size: 30px;
  }
  .website-links h2 {
    font-size: 30px;
  }
  .btn {
    padding: 5px;
    font-size: 15px;
  }
}

/* max-width  768px */

@media only screen and (max-width:768px) {

  /* .nav-wrapper {
    position: fixed;
    padding: 30px 20px;
    width: 200px;
    height: 100%;
  } */
  .navbar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
  }
  .nav-heading{
    width: 180px;
  }
  .carousel-inner {
    margin-top: 100px;
  }

  .nav-wrapper {
    display: none;
  }

  .main-area {
    width: 100%;
    margin-left: 0;
  }

  .carosel-content {
    left: 30%;
  }

  .about p {
    width: 100%;
  }

  .resume a {
    width: 100%;
  }

  .progress {
    width: 100%;
  }

  .progress-bar1 {
    width: 75%;
  }

  .progress-bar2 {
    width: 80%;
  }

  .progress-bar3 {
    width: 85%;
  }

  .navigation-links {
    font-size: 15px;
  }

  .nav-ul li {
    margin: 5px 0;
  }

  .responsive-flex {
    flex-direction: column;
  }

  .content {
    width: 100%;
  }
  .website-links h3 span{
    font-size: 14px;
  }
  .website-links h3{
    font-size: 16px;
  }
  .website-links a{
    font-size: 15px;
  }
  .content{
    margin-top: 15px;
  }
  .design h2{
    margin-bottom: 30px;
  }
}

/* max-width  576px */

@media only screen and (max-width:576px) {
  .carosel-content h3 {
    font-size: 25px;
    margin-top: 30px;
  }

  .carousel-inner {
    margin-top: 64px;
  }

  .work h4 {
    font-size: 20px;
  }

  .work p {
    font-size: 14px;
  }

  .box a {
    font-size: 16px;
  }

  .progress {
    height: 10px;
  }

  .skill h3 {
    font-size: 14px;
  }

  .social-icon {
    margin-left: 5%;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .social-icon i {
    font-size: 16px;
  }

  .box-area h3 {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .box-area h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .award-img {
    margin-top: 5px;
  }
}

/* max-width  480px */

@media only screen and (max-width:480px) {
  .navigation-links {
    font-size: 14px;
  }

  .carousel-inner {
    margin-top: 97px;
  }

  .nav-wrapper {
    position: fixed;
    padding: 10px;
    width: 150px;
    height: 100%;
  }

  /* .carousel-item::before{
    height: auto;
  } */
  .carousel-item {
    height: auto;
  }

  ul {
    padding-left: 1rem;
  }

  .gap {
    margin-top: 20px;
  }

  .box-area h3 {
    font-size: 18px;
  }

  .box-area h4 {
    font-size: 14px;
  }

  /* .carosel-content {
    left: 34%;
} */
  .box-area h4 span {
    font-size: 16px;
  }

  .about {
    margin: 50px 0;
  }

  .about h2 {
    font-size: 25px;
  }

  .about p {
    font-size: 15px;
  }

  .education h2 {
    font-size: 25px;
  }

  .work h4 {
    font-size: 25px;
  }
  .design h2 {
    font-size: 25px;
  }
  .work p {
    font-size: 12px;
  }

  .skill h2 {
    font-size: 25px;
  }

  .progress {
    height: 6px;
  }

  .skill {
    margin-bottom: 50px;
  }

  .skill h3 {
    font-size: 12px;
  }

  .resume h2 {
    font-size: 25px;
  }

  .resume {
    margin-bottom: 50px;
  }

  .resume a {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }
  .website-links h2 {
    font-size: 25px;
  }
  /* 
  .resume a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  } */

  .social-icon {
    margin-left: 2%;
  }

  .carosel-content h2 {
    font-size: 14px;
  }

  .carosel-content h3 {
    font-size: 20px;
  }
  .work h4 {
    font-size: 20px;
}
}

/* max-width  400px */

@media only screen and (max-width:400px) {
  .navigation-links {
    font-size: 14px;
  }

  .nav-wrapper {
    position: fixed;
    padding: 10px;
    width: 150px;
    height: 100%;
  }

  ul {
    padding-left: 1rem;
  }

  .gap {
    margin-top: 20px;
  }

  .about {
    margin: 50px 0;
  }

  .about h2 {
    font-size: 20px;
  }


  .education h2 {
    font-size: 20px;
  }

  .work h4 {
    font-size: 20px;
  }

  .work p {
    font-size: 12px;
  }

  .skill h2 {
    font-size: 20px;
  }

  .progress {
    height: 6px;
  }

  .skill {
    margin-bottom: 50px;
  }

  .skill h3 {
    font-size: 12px;
  }

  .resume h2 {
    font-size: 20px;
  }
  .website-links h2 {
    font-size: 20px;
  }
  .design h2 {
    font-size: 20px;
  }
  .resume {
    margin-bottom: 50px;
  }

  .social-icon {
    margin-left: 2%;
  }

  .carosel-content h2 {
    font-size: 14px;
  }

  .carosel-content h3 {
    font-size: 20px;
  }

  .carousel-inner {
    margin-top: 61px;
  }
}

/* 
@media only screen and (max-width:320px) {


  .gap {
    margin-top: 10px;
  }

  ul {
    padding-left: 0;
  }

} */