::-moz-selection {
  background-color: #38b6ff;
}

::selection {
  background-color: #38b6ff;
}

@media (min-width: 2000px) {
  .menu ul {
    gap: 60px;
  }
}
@media (max-width: 769px) {
  html {
    overflow-x: hidden !important;
  }
  .brand {
    position: relative;
    z-index: 9999;
  }
  .hamburger {
    position: relative;
    z-index: 99999;
    display: flex !important;
    top: 0;
  }
  .menu ul {
    transform: translateX(100%);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #38b6ff;
    flex-direction: column;
  }
  .text {
    width: 70% !important;
    justify-content: center !important;
    margin: 90px 0 0 90px !important;
  }
  .members {
    width: 100%;
    grid-template-columns: repeat(1, 1fr) !important;
    justify-content: center;
    align-content: center;
  }
  .members .member {
    width: 100% !important;
    height: auto !important;
    align-items: start !important;
    flex-direction: row !important;
  }
  .members .member .picture {
    width: 30% !important;
  }
  .members .member .text {
    width: 70%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }
  .members .member .text p {
    height: 100% !important;
    width: 100% !important;
    font-size: 23px;
  }
}
@media (max-width: 488px) {
  .member1 .picture {
    background: url(/images/team/ASulaymon.png) center no-repeat !important;
    background-size: cover !important;
  }
}
@media (max-width: 376px) {
  .brand span {
    font-size: 15px !important;
  }
}
@media (max-width: 321px) {
  .text {
    width: 70% !important;
    margin: 60px 0 0 60px !important;
  }
  .brand {
    gap: 2px !important;
  }
  .brand span {
    font-size: 15px !important;
  }
  .member .picture {
    width: 50% !important;
  }
  .member .text {
    width: 50%;
  }
}
@media (max-width: 651px) {
  footer {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer-content {
    flex-direction: column;
    gap: 30px;
  }
  footer ul {
    flex-direction: column;
    gap: 10px;
  }
  .news-item {
    border-bottom: 5px solid #38b6ff;
  }
  .news-item .title h3::before {
    display: none;
  }
}
@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }
  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }
  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }
  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }
  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }
  .text {
    margin: 1rem 0 1.5rem 0;
  }
  .social-media {
    padding: 1.5rem 0 0 0;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }
  .contact-info:before {
    display: none;
  }
  .square,
  .big-circle {
    display: none;
  }
  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }
  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }
  .title {
    font-size: 1.15rem;
  }
  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .icon {
    width: 23px;
  }
  .input {
    padding: 0.45rem 1.2rem;
  }
  .btn {
    padding: 0.45rem 1.2rem;
  }
}/*# sourceMappingURL=responsive.css.map */