@media screen and (max-width: 1050px) {
  body {
    font-size: 100% !important;
    box-sizing: border-box;
  }
  .header-content {
    grid-template-columns: 1fr;
  }
  .theme-btn {
    top: 3%;
    right: 20%;
    width: 60px;
    height: 60px;
  }
  .main-title h2 {
    font-size: 3rem;
  }
  .main-title h2 .bg-text {
    font-size: 3rem;
  }
  .main-title p {
    font-size: 1.4rem;
  }
  section {
    padding: 1rem 2rem;
  }
  .header-content {
    padding: 4rem;
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  .about-stats {
    padding-bottom: 3rem;
  }
  .about-stats .progress-bars {
    grid-template-columns: repeat(3, 1fr);
  }
  .about-stats .progress-bars .about-stats,
.about-stats .progress-bars .about-container {
    padding-bottom: 2rem;
  }
  .portfolios {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .blogs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .links {
    display: none;
    position: fixed;
    top: 0%;
    right: 0% !important;
    width: 30%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    opacity: 0.9;
    z-index: 1;
    background-color: var(--color-grey-4);
    padding-top: 6rem;
    gap: 0.4rem;
  }
  .links .link {
    margin: 2rem;
  }
  .show {
    display: block;
  }
  .menubox {
    top: 5%;
    right: 3%;
    position: fixed;
    cursor: pointer;
    display: block;
    z-index: 4;
  }
  .bar1,
.bar2,
.bar3 {
    width: 40px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--color-white);
    margin: 6px 0;
    transition: 0.4s;
  }
  .change .bar1 {
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    transform: rotate(45deg) translate(-8px, -8px);
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 100% !important;
    box-sizing: border-box;
  }
  header {
    padding: 0;
  }
  header .header-content {
    display: flex;
    flex-direction: column;
  }
  section {
    min-height: 100vh;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .right_header {
    margin: 0rem !important;
    font-size: 100%;
    box-sizing: border-box;
  }
  .left-header {
    margin: 1rem;
  }
  .theme-btn {
    width: 40px;
    height: 40px;
  }
  .main-title h2 {
    font-size: 2rem !important;
  }
  .main-title h2 .bg-text {
    font-size: 2rem !important;
  }
  .main-title p {
    font-size: 1.2rem;
  }
  section {
    margin: 0.5rem 0.5rem;
  }
  .about-stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about-stats .progress-bars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }
  .about-stats .progress-bars .progress-bar {
    width: 8rem;
    height: 8rem;
  }
  .about-stats .progress-bars .progress-bar .progress-con {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 7.5rem;
    height: 7.5rem;
  }
  .about-stats .progress-bars .progress-bar .progress-con .prog-title {
    font-weight: 400;
    font-size: 0.9rem;
  }
  .portfolios {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .blogs {
    display: flex;
    flex-direction: column;
  }
  .contact-container {
    display: flex;
    flex-direction: column;
  }
  .contact.content {
    display: flex;
    flex-direction: column;
  }
}/*# sourceMappingURL=media.css.map */