@media screen and (max-width: 1050px) {
  #projects_page .projects_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1200px) {
  #project_page .p_details {
    flex-direction: column;
    align-items: center;
  }

  #project_page .container {
    max-width: 100%;
  }

  #project_page .p_details .controllers {
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  #project_page .details_info {
    align-self: flex-start;
  }

  #about_page .about_details .inner,
  #about_page .founder_details .inner,
  #about_page .international .inner {
    max-width: 100%;
    padding: 0 20px;
  }

  #about_page .about_details .details_info {
    flex-direction: column;
  }

  #about_page .about_details .details_info p,
  #about_page .founder_details .founder {
    max-width: 100%;
  }

  #about_page .international .inner,
  #about_page .founder_details .inner {
    flex-direction: column;
  }

  #about_page .international .inner .left,
  #about_page .international .inner .right {
    max-width: 100%;
  }

  #about_page .founder_details .img {
    transform: translateY(0);
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
	header .nav_right ul {
		position: relative;
		left: 25px;
	}
	.menu .menu_inner .menu_mobile { display:none !important; }
  #project_page .p_details .details_info p {
    margin-top: 0;
    position: relative;
    top: 0;
  }

  header .nav_right {
    left: -20px;
  }
  header .menu_icon {
    top: 0;
  }
  header .nav_right {
    gap: 0;
  }

  #about_page .founder_details {
    padding-top: 26px;
    padding-bottom: 50px;
  }

  #about_page .about_details {
    padding-top: 55px;
    padding-bottom: 90px;
  }

  #about_page .founder_details .inner {
    gap: 45px;
  }

  #about_page .international {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  #about_page .methodology {
    padding-bottom: 74px;
    padding-top: 70px;
  }

  #about_page .about_details {
    padding-bottom: 118px;
  }

  #about_page .methodology .inner {
    margin-left: 0;
    padding: 0 20px;
  }

  #projects_page .projects_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  header nav .logo svg {
    width: 300px;
  }

  #projects_page .projects_wrapper {
    max-width: calc(100% - 40px);
  }
  #about_page .main_img {
    height: 70vh;
  }
  #project_page {
    width: 100vw;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  #project_page .p_details {
    padding-left: 20px;
    gap: 12px;
    margin-top: 143px;
  }

  #project_page .p_details .more_images .img {
    max-width: 875px;
    width: 100%;
  }

  .menu .img {
    height: 90px;
  }

  .menu .menu_b {
    padding: 0 20px;
    flex-direction: column-reverse;
    gap: 30px;
    margin-top: -55px;
  }

  .menu .menu_midd {
    justify-content: flex-start;
    padding: 0 20px;
  }

  .menu .menu_inner .menu_mobile {
    display: flex;
  }

  /* header .nav_right ul {
    display: none;
  } */
}

@media screen and (max-width: 600px) {
  header nav .logo svg {
    width: 200px;
    height: 50px;
  }

  #about_page .about_details h3,
  #about_page .international .inner .left h3,
  #about_page .methodology .inner h3 {
    font-size: 34px;
    line-height: 44px;
  }

  header .nav_right ul {
    transform: translate(0px, -200px);
  }
}
