@media (max-width: 59em) {
  /* MOBILE NAVIGATION */
  .header {
    justify-content: space-between;
  }
  .main-nav {
    background-color: white;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    right: 0;
    width: 38vh;
    height: 100vh;

    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    padding: 2rem;
    padding-top: 12.5rem;
    gap: 4rem;

    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    z-index: 1000;
  }

  .nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
    position: fixed;
    z-index: 1000;
  }

  .nav-open .main-nav .chat-widget {
    display: none;
  }

  .nav-logo {
    display: block;
    position: static;
    font-size: 2.4rem;
    color: rgb(97, 97, 234);
    text-decoration: none;
  }

  .main-nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.8rem;
    padding-left: 0;
    list-style: none;
  }

  .main-nav-link:link,
  .main-nav-link:visited {
    font-size: 1.5rem;
  }

  .project {
    position: relative;
    display: inline-block;
    z-index: 10000;
    padding: 0;
    margin: 0;
  }

  .language {
    position: relative;
    top: 60px;
    z-index: 9999;
  }

  .menu-btn {
    width: 40px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    border: none;
    padding: 0;
    position: fixed;
    right: 2.8rem;
    top: 4.7rem;
    z-index: 1000;
  }

  .span-btn {
    height: 3px;
    width: 100%;
    background-color: black;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: left center;
  }

  .menu-btn.active .span-btn:nth-child(1) {
    transform: rotate(45deg) translate(1px, -1px);
  }

  .menu-btn.active .span-btn:nth-child(2) {
    opacity: 0;
  }

  .menu-btn.active .span-btn:nth-child(3) {
    transform: rotate(-45deg) translate(1px, 1px);
  }
}

@media (max-width: 103rem) {
  /*Navbar*/

  .overlay h1 {
    font-size: 2.2rem;
  }

  .overlay {
    padding-top: 5rem;
    gap: 2rem;
  }

  .card-slider__slide {
    flex: 0 0 30%;
  }

  .orman-text-box {
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    width: 75%;
  }

  .my-footer {
    padding: 0 0 2rem 0;
  }

  .main-div {
    gap: 5rem;
  }

  .image-info {
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 3rem;
  }

  .image-info img {
    width: 50vw;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .image-info-content {
    padding: 0 2rem;
    text-align: center;
    align-items: center;
  }

  .image-info-content h6 {
    font-size: 1.5rem;
  }

  .image-info-content p {
    font-size: 1.2rem;
    text-align: center;
  }

  .contact-direction-btn {
    font-size: 1.5rem;
  }
}

@media (max-width: 77rem) {
  .hero-slider {
    position: relative;
    height: 500px;

    overflow: hidden;
  }

  .overlay {
    padding-top: 23rem;
    gap: 2rem;
  }
  .overlay h1 {
    font-size: 1.8rem;
  }

  .arrow {
    top: 70%;
  }

  .dots {
    bottom: 20px;
  }
  .slide-caption-container {
    background-color: #111;
    color: white;
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
    font-family: "Merriweather", sans-serif;
  }

  .card-slider__slide {
    flex: 0 0 45%;
  }

  .card-slider__overlay-close {
    position: absolute;
    top: 5px;
    right: 8px;
    color: white;
    font-size: 3rem;
    cursor: pointer;
  }

  .card-slider__overlay-close {
    position: absolute;
    top: 10px;
    right: 30px;
    color: white;
    font-size: 3rem;
    cursor: pointer;
  }

  .orman-about {
    background-color: black;
    padding: 5rem 0;
  }

  .orman-text-box {
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    width: 100%;
  }

  .orman-h4 {
    color: white;
    font-size: 2rem;
    line-height: 1.7;
  }

  .orman-p {
    color: white;
    font-size: 1rem;
    line-height: 1.5;
  }
  .orman-button {
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 1rem 1rem;
    border-radius: 4px;
    transition: transform 1s ease-out;
    font-size: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 48rem) {
  .hero-slider {
    position: relative;
    height: 390px;

    overflow: hidden;
  }

  .overlay {
    padding-top: 18rem;
    gap: 2rem;
  }

  .overlay h1 {
    font-size: 1.4rem;
  }

  .overlay p {
    font-size: 0.9rem;
    padding: 0 2.5rem;
  }

  .dots {
    bottom: 15px;
  }
  .slide-caption-container {
    background-color: #111;
    color: white;
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
    font-family: "Merriweather", sans-serif;
  }

  .card-slider {
    position: relative;
    overflow-x: hidden;
    padding: 0 1.5rem;
    width: 100%;
    height: 90vh;
    padding-top: 2rem;
  }

  .card-slider__slide {
    flex: 0 0 65%;
  }

  .main-div {
    gap: 5rem;
  }

  .image-info {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 3rem;
  }

  .image-info img {
    width: 100vw;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .image-info-content {
    padding: 0 1.5rem;
    text-align: center;
    align-items: center;
  }

  .image-info-content h6 {
    font-size: 1.5rem;
  }

  .image-info-content p {
    font-size: 1.2rem;
    text-align: justify;
  }

  .contact-direction-btn {
    font-size: 1.5rem;
  }
}

@media (max-width: 75rem) {
  .about-short {
    padding: 2rem 2rem 2rem 2rem;
  }
  .content-holder {
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }

  .content-holder h1 {
    font-size: 2rem;
    color: black;
  }

  .about-img {
    width: 100%;
  }

  .about-img img {
    width: 100%;
    height: 20rem;
  }

  .about-p p {
    font-size: 1rem;
    text-align: justify;
  }

  #about-dir-btn {
    text-decoration: none;
    color: white;
    background-color: rgb(97, 97, 234);
    padding: 1rem 2rem;
    font-size: 1rem;
    border-radius: 5px;
    transition: all 0.3s ease-in;
  }
  #about-dir-btn:hover {
    background-color: black;
    border: 1px solid white;
  }
  .card-slider {
    position: relative;
    overflow-x: hidden;
    padding: 0 1.5rem;
    width: 100%;
    height: 40rem;
    padding-top: 2rem;
  }

  .card-slider__slide img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
  }

  .card-slider__overlay img {
    width: 90vw;
    max-width: 800px;
    height: 40rem;
    border-radius: 10px;
  }

  .project-box {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  .my-footer {
    padding: 0 0 2rem 0;
  }

  .main-div {
    gap: 5rem;
  }

  .image-info {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 3rem;
  }

  .image-info img {
    width: 100vw;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .image-info-content {
    padding: 0 2rem;
    text-align: center;
    align-items: center;
  }

  .image-info-content h6 {
    font-size: 1.5rem;
  }

  .image-info-content p {
    font-size: 1.2rem;
    text-align: center;
  }

  .contact-direction-btn {
    font-size: 1.5rem;
  }
}
