h1,
h2,
h3,
p,
ul {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  color: #2e2f42;
  line-height: 1.5;
  margin: 0;
}
body p {
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
nav a:hover,
address a:hover {
  color: rgba(64, 75, 191, 1);
}
header {
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center; 
  border-radius: 8px;
  background-color: white;
}
header address {
  flex-direction: column;
}

.icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.menu-button {
  display: none;
  position: relative;
  cursor: pointer;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.mobile-nav ul {
  list-style: none;
  text-align: center;
}
.mobile-nav li {
  margin: 40px 0;
  color: #2e2f42;
  font-size: 36px;
  font-style: bold;
  font-weight: 700;
}
.mobile-nav address ul {
  list-style: none;
  text-align: center;
}
.mobile-nav address li {
  margin: 24px 0;
  color: #2e2f42;
  font-size: 20px;
  font-style: medium;
  font-weight: 500;
}
.menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.header-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 120px;
}
header .logo {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.5;
}
header .logo .logo-accent {
  color: #2e2f42;
  line-height: 1.5;
}
header nav ul {
  display: flex;
  list-style: none;
  gap: 40px;
  margin: 0;
  padding: 0px;
  font-size: 16px;
  line-height: 1.5;
}
header nav a {
  text-decoration: none;
  color: #2e2f42;
}
header address ul {
  display: flex;
  list-style: none;
  gap: 40px;
  margin: 0;
  padding: 0px;
  font-size: 16px;
}
header address a {
  text-decoration: none;
  color: #434455;
}
.logo {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #4d5ae5;
  letter-spacing: 3%;
}
.logo .logo-accent {
  color: #2e2f42;
  justify-content: space-around;
}
.logo-accent-active {
  color: #f4f4fd;
}
.container {
  align-items: center;
  margin: 0 auto;
}
.section {
  padding: 120px 0;
  margin: 0;
}
.hero {
  background-color: #2e2f42;
  color: white;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
  background-image: url("../images/Dark-bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: soft-light;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero h1 {
  font-size: 56px;
  margin-bottom: 48px;
  line-height: 1.5;
}
.effective {
  width: 496px;
  font-style: Bold;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: 2%;
  text-align: center;
}
.btn {
  background-color: #4d5ae5;
  color: white;
  width: 169px;
  height: 56px;
  border-radius: 4px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  gap: 10px;
  font-size: 16px;
  border: none;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover {
  background-color: #404bbf;
  transform: scale(1.15);
  box-shadow: 0 1px 1px rgba(77, 90, 229, 1);
}
.features ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 24px;
}
.features-section {
  margin-top: 120px;
  margin-bottom: 120px;
}
.features li {
  list-style-type: none;
}
.icon-icon-antenna,
.icon-icon-clock,
.icon-icon-diagram,
.icon-icon-astronaut {
  width: 64px;
}
.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.featuresicon {
  background-color: #f4f4fd;
  border-radius: 4px;
}

.topicon {
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4fd;
  border-radius: 4px;
  border: 1px solid #8e8f99;
  margin-bottom: 16px;
}
.featuresp {
  width: 264px;
  height: 72px;
}
.featuresicon svg {
  width: 64px;
  height: 64px;
  fill: #2e2f42;
}
.features-name {
  line-height: 1.5;
  font-size: 20px;
  gap: 24px;
}
.container li {
  background-color: white;
}
.team {
  background-color: #f4f4fd;
}
.ourteam {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2%;
  text-align: center;
  margin-bottom: 72px;
}
.team ul {
  list-style: none;
  display: flex;
  gap: 24px;
}
.team-name {
  line-height: 1.5;
  font-size: 20px;
  text-align: center;
  padding: 16px 32px;
  gap: 8px;
}
.team-name + .team-name {
  margin-top: -24px;
  font-size: 16px;
}
.social {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.social-icon-wrapper {
  display: block;
  gap: 24px;
  margin-bottom: 32px;
}
.team li {
  box-shadow: 0px 2px 1px 0px rgba(46, 47, 66, 0.08),
    0px 1px 1px 0px rgba(46, 47, 66, 0.16),
    0px 1px 6px 0px rgba(46, 47, 66, 0.08);
}

.social-icon-wrapper,
.socialmedia {
  width: 40px;
  height: 40px;
  list-style-type: none;
  background-color: #4d5ae5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-icon-instagram,
.icon-icon-twitter,
.icon-icon-facebook,
.icon-icon-linkedin {
  width: 16px;
  height: 16px;
}

.portfolio ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  justify-content: center;
  margin: 0 auto;
}
.ourport {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2%;
  text-align: center;
  margin-bottom: 72px;
}
.portfolio-name {
  font-size: 20px;
  line-height: 1.5;
  padding: 16px 32px;
  gap: 8px;
}

.portfolio li {
  border: 1px solid #e7e9fc;
  padding-bottom: 16px;
  overflow: hidden;
  width: 360px;
  height: 420px;
  align-items: center;
  justify-content: center;
}

.portfolio li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  border-radius: 0 0 8px 8px;
  pointer-events: none;
  z-index: 1;
}

.portfolio li:hover {
  box-shadow: 0px 2px 1px 0px rgba(46, 47, 66, 0.08),
    0px 1px 1px 0px rgba(46, 47, 66, 0.16),
    0px 1px 6px 0px rgba(46, 47, 66, 0.08);
}
.portimage-wrapper {
  position: relative;
  overflow: hidden;
}

.portimage {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 90, 229, 0.9);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 18px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.portimage-wrapper:hover .overlay-box {
  opacity: 1;
}

.footer {
  background-color: #2e2f42;
  color: #f4f4fd;
  padding: 100px 0;
  text-align: left;
  display: flex;

  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
}
.asocial {
  display: flex;
  gap: 16px;
}

.first-content {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.asocial-icon-wrapper {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.flow {
  display: flex;
  position: relative;
  top: 16px;
}
.asocial-icon-wrapper,
.asocialmedia {
  width: 40px;
  height: 40px;
  list-style-type: none;
  background-color: #4d5ae5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.asocialmedia:hover {
  background-color: rgba(49, 208, 170, 1);
}

label {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}

.son {
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 4px;
  border-radius: 4px;
  color: white;
  width: 264px;
  height: 40px;
  border-width: 1px;
  background-color: #2e2f42;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 4%;
  padding: 16px;
  outline: none;
}

.son::placeholder {
  color: white;
  background-color: #2e2f42;
  font-weight: 400;
}

.subbutton {
  font-size: 16px;
  line-height: 24px;
  background-color: #4d5ae5;
  color: white;
  width: 165px;
  height: 40px;
  border-radius: 4px;
  gap: 16px;
  border: 1px solid #4d5ae5;
  cursor: pointer;
  position: relative;
  top: 4px;
}
.footer {
  background-color: #2e2f42;
  color: #fff;
}

.footer .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.first-content {
  max-width: 300px;
}

.footsoc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.asocial {
  display: flex;
  gap: 15px;
}

form {
  display: flex;
  flex-direction: column;
}

.subscribe {
  display: flex;
  position: relative;
}
.subbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #4d5ae5;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
}

.btn-text {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 4%;
  text-align: center;
  vertical-align: middle;
}

.send {
  margin-left: 10px;
  width: 24px;
  height: 24px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.is-open {
  display: flex;
}
.icon-header {
  display: flex;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #e7e9fc;
  border-radius: 50%;
  background-color: #e7e9fc;
  width: 24px;
  height: 24px;
  position: initial;
  top: 16px;
  right: 16px;
  align-items: center;
  margin-left: 336px;
  margin-bottom: 10px;
}
.icon-header:hover {
  background-color: #404bbf;
}

.icon-header svg.vectorx {
  width: 8px;
  height: 8px;
  fill: #2e2f42;
}
.icon-header:hover svg.vectorx {
  fill: white;
}
.leave {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2%;
  text-align: center;
  padding: 12px;
}
.modal-content {
  background-color: white;
  padding: 30px;
  border-radius: 4px;
  width: 408px;
  height: 584px;
}
.labeller {
  text-align: start;
  justify-content: center;
  margin-bottom: 4px;
  font-weight: 400;
  color: #8e8f99;
  font-size: 12px;
  line-height: 14px;
  padding: 4px;
}
.akullanici {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 4px;
  fill: #2e2f42;
}
.vectorx {
  width: 8px;
  height: 8px;
}
.inputlar {
  outline: none;
  border: none;
}

.input-icon-wrapper {
  border: 1px solid #2e2f4266;
  border-radius: 4px;
  align-items: center;
  display: flex;
  padding: 8px 16px;
  transition: border-color 0.3s ease;
  width: 360px;
  height: 40px;
}
.input-icon-wrapper:focus-within {
  border-color: #4d5ae5;
}
.input-icon-wrapper:focus-within .akullanici {
  fill: #4d5ae5;
  transition: fill 0.3s ease;
}
textarea {
  width: 360px;
  height: 120px;
  top: 216px;
  border-radius: 4px;
  border-width: 1px;
  outline: none;
  resize: none;
}
textarea::placeholder {
  color: #2e2f4266;
  line-height: 14px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4%;
  padding: 8px 16px;
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.send-button {
  margin-top: 20px;
}
.yazi {
  color: #757575;
}
.butunyazi {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  width: 360px;
  margin-left: 18px;
  margin-top: -15px;
}
.kutu {
  width: 16px;
  height: 16px;
}

.atagi {
  font-size: 12px;
  text-decoration: underline;
  color: #4d5ae5;
}

.modalbuton {
  width: 169px;
  height: 56px;
  padding: 16px 32px;
  gap: 10px;
  border-radius: 4px;
  background-color: #4d5ae5;
  color: white;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .checkbox-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
  }
  .butunyazi {
    display: block;
  }
  .leave {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2%;
    text-align: center;
    padding: 12px;
  }
  .atagi {
    font-size: 12px;
    text-decoration: underline;
    color: #4d5ae5;
    display: block;
    margin-top: 4px;
  }
  .icon-header {
    display: flex;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #e7e9fc;
    border-radius: 50%;
    background-color: #e7e9fc;
    width: 24px;
    height: 24px;
    position: initial;
    top: 16px;
    right: 16px;
    align-items: center;
    margin-left: 220px;
    margin-bottom: 10px;
  }
  .input-icon-wrapper {
    border: 1px solid #2e2f4266;
    border-radius: 4px;
    align-items: center;
    display: flex;
    padding: 8px 16px;
    transition: border-color 0.3s ease;
    width: 256px;
    height: 40px;
    margin-left: -10px;
  }
  textarea {
    width: 256px;
    height: 120px;
    top: 216px;
    border-radius: 4px;
    border-width: 1px;
    outline: none;
    resize: none;
    margin-left: -10px;
  }
  .modal-content {
    background-color: white;
    padding: 30px;
    border-radius: 4px;
    width: 288px;
    height: 688px;
  }
  .labeller {
    text-align: center;
    justify-content: center;
    margin-bottom: 4px;
    font-weight: 400;
    color: #8e8f99;
    font-size: 12px;
    line-height: 14px;
    padding: 4px;
    margin-right: 200px;
  }
  .mobile-social {
    margin-left: 40px;
  }
  .menu-button {
    display: block;
    left: 150px;
    padding-block-start: 12pt;
    right: clamp(100px, 10vw, 300px);
  }
  header a {
    position: absolute;
    display: flex;
    align-items: left;
    left: 16px;
  }
  html,
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .effective {
    flex-direction: column;
    gap: 8px;
    display: block;
    text-align: center;
    font-size: 32px;
    line-height: 1.4;
    word-spacing: 9999px;
    overflow-wrap: break-word;
    width: 100%;
    max-width: 100%;
    align-items: center;
  }
  .close-x {
    display: flex;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #e7e9fc;
    border-radius: 50%;
    background-color: #e7e9fc;
    width: 24px;
    height: 24px;
    align-items: center;
    position: fixed;
    left: 300px;
    top: 28px;
  }
  .close-x:hover {
    background-color: #404bbf;
  }

  .icon-icon-close {
    width: 8px;
    height: 8px;
    fill: #2e2f42;
  }

  .hero {
    background-image: none;
    text-align: center;
    background-image: url("../images/Dark-bg-2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .features-section {
    margin-top: 96px;
    display: grid;
    grid-template-columns: repeat(1, 288px);
    justify-content: center;
    right: 100px;
  }
  .features-section li {
    margin-bottom: 62px;
  }

  .features-section li:last-child {
    margin-bottom: 0;
  }
  .featuresp {
    color: #434455;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2%;
  }

  .topicon {
    visibility: hidden;
  }
  .features-name {
    text-align: center;
    padding: 8px;
    margin-top: -140px;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 2%;
  }

  header nav,
  header address {
    display: none;
  }

  .mobile-nav {
    opacity: 0;
    visibility: hidden;
    align-items: start;
    text-align: start;
    justify-content: start;
    padding: 20px;
    z-index: 9999;
  }
  .mobile-nav ul {
    padding: 20px;
  }
  .mobile-nav .social .social-icon-wrapper {
    position: relative;
    right: 40px;
    margin: 10px;
  }

  #mobile-menu-toggle:checked ~ .mobile-nav {
    opacity: 1;
    visibility: visible;
  }

  #mobile-menu-toggle:checked ~ header .menu-button {
    opacity: 0;
    visibility: hidden;
  }
  .team li {
    margin-bottom: 62px;
  }
  .team li:last-child {
    margin-bottom: 0;
  }
  .team {
    background-color: #f4f4fd;
  }

  .team .container {
    align-items: center;
  }

  .team ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .team-info img {
    width: 100%;
    object-fit: cover;
  }

  .footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }
  .portfolio li {
    margin-bottom: 38px;
  }
  .portfolio li:last-child {
    margin-bottom: 0;
  }
  .first-content {
    margin-bottom: 62px;
  }
  .footsoc {
    margin-bottom: 62px;
  }

  .altsocial {
    display: flex;
    flex-direction: column;
  }
  footer {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .asocial {
    position: relative;
    left: 4px;
  }

  .subscribe {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .subscribe label {
    margin-right: 0;
    text-align: center;
  }
  .labeltext {
    display: flex;
    position: relative;
    bottom: 16px;
  }
  .subbutton {
    margin-left: 0;
  }

  .modal-content {
    height: 623px;
  }

  .nav-linka {
    position: relative;
    right: 20px;
  }
  .asocial {
    margin-left: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1157px) {
  .menu-button {
    display: none;
  }
  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo {
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    display: flex;
  }

  .logo-accent {
    color: #4d5ae5;
  }

  .header-left {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  header {
    display: flex;
    gap: 120px;
  }

  nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
  }
  .header-right {
    margin-left: auto;
  }

  .header-right address ul {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 10px;
  }

  .header-right address ul li {
    display: block;
  }

  .mobile-nav {
    display: none;
  }

  .hero {
    background-image: url("../images/Dark-bg-3.jpg");
  }

  .topicon {
    display: none;
  }
  .features-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    justify-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    justify-content: left;
  }

  .team ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 62px 24px;
    justify-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
  }

  .features-section {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 96px 16px;
  }

  .features-section .container {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }

  .features-section .features-list {
    top: 96px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 24px;
    justify-items: center;
    align-items: start;
    width: 100%;
  }

  .features-section .featuresicon {
    width: 264px;
  }
  .features-name {
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 2%;
  }

  .team .container {
    display: grid;
    justify-content: center;
    gap: 24px 64px;
  }

  .team ul {
    display: grid;
  }
  .footer {
    background-color: #2e2f42;
    padding: 40px 0;
    color: #fff;
  }

  .footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 40px;
    flex-wrap: nowrap;
  }

  .first-content {
    flex: 1;
    min-width: 250px;
  }

  .footsoc {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .asocial {
    display: flex;
    gap: 15px;
  }

  form {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .subscribe {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .son {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
  }

  .subbutton {
    display: flex;
    position: relative;
    top: 0;
  }
  .footer-top {
    margin-bottom: 62px;
  }

  .subscribe {
    display: flex;
    flex-direction: row;
    justify-content: left;
  }

  .labeltext {
    display: flex;
    position: relative;
    bottom: 16px;
  }

  .sub-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .portfolio ul {
    gap: 72px 24px;
  }

  .son {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    min-width: 280px;
  }

  .subbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #4d5ae5;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
  }
}
@media (min-width: 1158px) {
  .menu-button {
    display: none;
  }

  .mobile-nav {
    display: none;
  }

  header nav,
  header address {
    display: flex;
    gap: 120px;
  }
  .team-list {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
  }
  .container {
    width: 1128px;
  }
  .portfolio ul {
    display: grid;
    flex-direction: column;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 24px;
  }
  .features-section ul {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    gap: 24px;
  }
  .footer {
    background-color: #2e2f42;
    color: #fff;
    padding: 100px 0;
  }

  .footer .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    width: 1128px;
    margin: 0 auto;
  }

  .footer-top {
    display: flex;
    align-items: flex-start;
    gap: 120px;
  }
  .hero {
    background-image: url("../images/Dark-bg-1.jpg");
  }

  .first-content {
    max-width: 264px;
  }
  form {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .subscribe {
    display: flex;
    position: relative;
    gap: 20px;
  }
  .subbutton {
    display: flex;
    position: relative;
    top: 0;
  }
}
@media (max-width: 1157px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }

  * {
    box-sizing: border-box;
  }
}
@media (min-resolution: 2dppx) {
  .hero {
    background-image: url("../images/Dark-bg-1@2x.jpg");
  }
}
@media (min-resolution: 3dppx) {
  .hero {
    background-image: url("../images/Dark-bg-1@3x.jpg");
  }
}
