:root {
  --font-family-raleway: "Raleway", sans-serif;
  --font-family-roboto: "Roboto", sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
html,
body {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.container {
  width: 1440px;
  margin: 0 auto;
}

.logo-left {
  color: rgba(77, 90, 229, 1);
  font-family: var(--font-family-raleway);
  width: 44px;
  height: 21px;
  font-size: 18px; /*boyutu*/
  font-weight: 700; /* kalınlık*/
  /* line-height: 21px; satırlar arası boşluk*/
  /* letter-spacing: 3%; harfler arasında boşluk */
  text-transform: underline; /*büyük yazıya çevir */
  text-decoration: none; /*link çizgisi kelimenin altında */
}
.logo-right {
  color: rgba(46, 47, 66, 1);
  font-family: var(--font-family-raleway);
  width: 71px;
  height: 21px;
  line-height: 1.16667;
  letter-spacing: 3%; /*0.03em de yazılabilirdi*/
  text-transform: uppercase;
  text-align: left; /*sola yatık*/
  font-weight: 700;
}

.whitelogo {
  color: white;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 156px;
  margin-right: 0;
  height: 72px;
  width: 1440px;
}
header {
  border-bottom: 1px solid #e7e9fc;
}
.nav-contant {
  padding-right: 332px;
  padding-left: 76px;
}
.nav-contant ul {
  display: flex;
  gap: 24px;
}
.address-content ul {
  display: flex;
  gap: 40px;
}
.address-content {
  /* margin-right: 156px; */
}
.logo-container .nav-container {
  display: flex;
  gap: 76px;
}
.nav-contant,
.link {
  color: #2e2f42;
  font-family: var(--font-family-roboto);
  font-size: 16px;
  font-weight: 500; /*medium*/
  letter-spacing: 2%;
  text-decoration: none;
  list-style: none;
  position: relative;
}
.link:hover {
  color: #404bbf;
  font-family: var(--font-family-roboto);
  font-size: 16px;
  font-weight: 500; /*medium*/
  letter-spacing: 2%;
  text-decoration: none;
}
.link:focus {
  font-family: var(--font-family-roboto);
  color: #404bbf;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border-radius: 2px;
  width: 48px;
  height: 4px;
  text-decoration: none;
  flex-direction: column;
}
.link:focus::after {
  content: " ";
  position: absolute;
  width: 48px;
  height: 4px;
  bottom: -29px;
  align-items: center;
  border-radius: 2px;
  background-color: #404bbf;
  left: 0;
}
.address-content .addresslink {
  color: rgba(67, 68, 85, 1);
  font-family: var(--font-family-roboto);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2%;
  font-weight: 400;
  text-decoration: none;
}
.address-content .addresslink:hover {
  color: rgba(64, 75, 191, 1);
  font-family: var(--font-family-roboto);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2%;
  font-weight: 400;
}
/* .header {
  background: rgba(46, 47, 66, 0.4);
}
.section-first {
  background-color: rgba(46, 47, 66, 0.4);
} */
.section-first {
  /*background-color: #2e2f42; */
  height: 600px;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;

  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  overflow: hidden;
  background-image: linear-gradient(
      to bottom,
      rgba(46, 47, 66, 0.7),
      rgba(46, 47, 66, 0.7)
    ),
    url("../images/peopleoffice.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  justify-content: center;
}

h1 {
  display: block;
  font-family: var(--font-family-roboto);
  font-size: 56px;
  font-weight: bold; /*700*/
  letter-spacing: 2%;
  line-height: 1.077143;
  color: #ffffff;
  text-align: center;
  padding: 188px 472px 48px;
}

.button {
  display: inline-block;
  background-color: #4d5ae5;
  color: #ffffff;
  width: 169px;
  height: 56px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-family: var(--font-family-roboto);
  font-weight: 500;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}
.button:hover {
  background-color: rgba(64, 75, 191, 1);
  width: 169px;
  height: 56px;
  color: #ffffff;
  font-size: 16px;
  font-family: var(--font-family-roboto);
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: 4px;
}
.section-first .container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.backdrop {
  position: fixed;
  background-color: rgba(46, 47, 66, 0.4);
  inset: 0;
  /* width: 1440px; */
  margin: 0 auto;
  /* visibility: hidden; */
  z-index: 1000;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.backdrop.is-open {
  visibility: visible;
}
.backdrop .model {
  width: 408px;
  height: 584px;
  position: absolute;
  background-color: #fcfcfc;
  align-items: center;
  left: 50%;
  top: 50%;
  z-index: 2;
  transition: transform;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  /* transform: trasnlateY(7px); */
}
.close-svg .close-icon-box {
  width: 24px;
  height: 24px;
  background-color: #e7e9fc;
  border-radius: 100%;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  /* left: 50%; */
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.icon-close {
  fill: #2e2f42;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transition: transform;
  transform: translate(-50%-50%);
}
.close-icon-box:hover,
.close-icon-box:focus {
  background-color: #404bbf;
  transition: transform;
  transform: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.close-icon-box:hover .icon-close,
.close-icon-box:focus .icon-close {
  fill: #fff;
  transition: transform;
  transform: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.form {
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 408px;
  height: 584px;
}
.form-group {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  border: none;
}
.legend-title {
  padding-top: 72px;
  padding-bottom: 16px;
  color: #2e2f42;
  font-family: var(--font-family-roboto);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
.form-label {
  display: flex;
  flex-direction: column;
  /* align-items: center; */

  max-width: 360px;
  height: 58px;
  padding-bottom: 8px;
}
.form-label-comment {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  max-width: 360px;
  height: 138px;
}

.form-input {
  position: relative;
  left: 24px;
  width: 360px;
  height: 40px;
  border: 1px solid rgba(46, 47, 66, 0.4);
  border-radius: 4px;
  padding-left: 38px;
}
.comment-input {
  height: 120px;
  position: relative;
  padding-left: 16px;
  padding-top: 8px;
}
textarea {
  resize: none;
  /* textarea öğesi yatay ve dikey olarak uzatılabilir. Kullanıcı tarafından yeniden boyutlandırma olasılığını kontrol etmek için */
}
textarea::placeholder {
  display: flex;
  font-family: var(--font-family-roboto);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.16667;
  letter-spacing: 0.04em;
  color: rgba(46, 47, 66, 0.4);
}
.label-span {
  text-align: start;
  position: relative;
  left: 24px;
  color: #8e8f99;
  font-family: var(--font-family-roboto);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.16667;
  letter-spacing: 0.04em;
}
span + .form-input {
  margin-top: 4px;
  /* alt alta öğeleri + işaretiyle form-inputa sadece özellik ekleyebiliriz (şart: span ve form-input alt alta olacak) */
}
.form-input:focus-within {
  outline: 1px solid #4d5ae5;
  /* border ın bir türü
  focus olduğunda bu renk olsun */
}
.form-label:focus-within .form-icon {
  fill: #4d5ae5;
}
.form-checkbox-label {
  width: 360px;
  text-align: center;
  font-family: var(--font-family-roboto);
  font-size: 12px;
  flex-wrap: nowrap;
  display: flex;
  padding-left: 24px;
  padding-top: 16px;
  padding-bottom: 24px;
  text-align: center;
  gap: 8px;
  position: relative;
  align-items: center;
}
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(46, 47, 66, 0.4);
  border-radius: 2px;
  cursor: pointer;
  accent-color: #404bbf;
  /* accent-color:checkboxda arka plan rengi*/
}
/* input.checkbox-input:checked + .checkbox-span::before {
  background: #404bbf;
  border-color: #404bbf;
  box-shadow: none;
} */

.checkbox-input + .checkbox-span {
  width: 338px;
  text-align: start;
  color: #8e8f99;
}
.checkbox-span .link-text {
  font-family: var(--font-family-roboto);
  color: #4d5ae5;
}
.form-button-send {
  width: 169px;
  height: 56px;
  position: relative;
  left: 119px;
  align-items: center;
  background-color: #4d5ae5;
  color: white;
  border-radius: 4px;
  border: 1px solid #4d5ae5;
  cursor: pointer;
}
.form-button-send:hover {
  background-color: #404bbf;
  transition: transform;
  transform: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.form-icon {
  position: absolute;
  z-index: 3;
  text-align: center;
  left: 43px;
  transform: translateY(26px);
  fill: #2e2f42;
}
.icon-username {
  width: 12px;
  height: 12px;
}
.icon-phone {
  width: 13px;
  height: 13px;
}
.icon-email {
  width: 15px;
  height: 12px;
}
.section-li {
  box-shadow: 0 2px 1px 0 rgba(46, 47, 66, 0.08),
    0 1px 1px 0 rgba(46, 47, 66, 0.16), 0 1px 6px 0 rgba(46, 47, 66, 0.08);
}

.section-second {
  padding: 120px 0;
}
.section-second-flex {
  display: flex;
  gap: 24px;
  margin: 0 auto;
  justify-content: center;
  background-color: #ffffff;
}
.section-second-title {
  color: #2e2f42;
  font-family: var(--font-family-roboto);
  font-size: 20px;
  font-weight: 500; /*medium*/
  line-height: 1.2;
  letter-spacing: 2%;
  padding-bottom: 8px;
  padding-top: 8px;
}
.section-second-p {
  color: #434455;
  font-family: var(--font-family-roboto);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2%;
  font-weight: 400;
}

.box-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  gap: 24px;
  border: 1px solid #4d5ae5;
  background-color: #4d5ae5;
  border-radius: 50%;
  position: relative;
}
.icon {
  width: 16px;
  height: 16px;
  fill: #f4f4fd;
  transition: transform;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.icon-order {
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 32px;
  gap: 24px;
  background-color: white;
}
.box-icon:hover {
  background-color: #404bbf;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.section-second-flex .icon-box {
  display: inline-block;
  position: relative;
  width: 264px;
  height: 112px;
  gap: 24px;
  background-color: #f4f4fd;
  border: 1px solid #8e8f99;
  border-radius: 4px;
}
.icon-box .section-icon {
  fill: #2e2f42;
  background-color: #f4f4fd;
  width: 64px;
  height: 64px;
  position: absolute;
}

.section-third {
  background-color: #f4f4fd;
}
.section-third-container {
  display: flex;
  padding: 72px 156px 120px;
  gap: 24px;
  background-color: #f4f4fd;
}
.section-third-title {
  color: #2e2f42;
  font-family: var(--font-family-roboto);
  line-height: 1.11111;
  letter-spacing: 2%;
  font-weight: bold; /*700*/
  font-size: 36px;
  text-align: center;
  padding-top: 120px;
}
.employeetitle {
  color: #2e2f42;
  background-color: white;
  font-family: var(--font-family-roboto);
  font-weight: 500; /*medium*/
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 2%;
  text-align: center;
  padding: 32px 16px;
  padding-bottom: 8px;
}
.employee-p {
  color: #434455;
  background-color: white;
  font-family: var(--font-family-roboto);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2%;
  font-weight: 400;
  padding: 8px 16px;
  padding-top: 0;
  text-align: center;
}
.section-fourth-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 120px 156px;
  gap: 24px;
  justify-content: center;
}
.section-fourth {
  background-color: white;
}

.section-fourth-heading {
  color: #2e2f42;
  font-family: var(--font-family-roboto);
  padding-top: 120px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.11111;
  letter-spacing: 0.02em;
}
.section-fourth-title {
  color: #2e2f42;
  font-family: var(--font-family-roboto);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em; /* 2% demek*/
  padding-top: 32px;
  padding-left: 16px;
  padding-bottom: 8px;
}
.section-fourth-p {
  font-family: var(--font-family-roboto);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #434455;
  font-weight: 400;
  padding-top: 0;
  padding-left: 16px;
  padding-bottom: 32px;
}
.section-li-img {
  width: calc((100% - 48px) / 3);
}

.section-fourth-container .section-li-img .card {
  background: #ffffff; /*Not: gölgenin arkası beyaz olmadığında gölge net gözükmüyor*/
  transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

/*EN SON PORTFOLİO DAKİ GÖLGELİKLERİ EKLEMEYE ÇALIŞIYORDUN*/
.section-li-img .card:hover {
  box-shadow: 0 2px 1px 0 rgba(46, 47, 66, 0.08),
    0 1px 1px 0 rgba(46, 47, 66, 0.16), 0 1px 6px 0 rgba(46, 47, 66, 0.08);
}

.box-div {
  position: relative;
  overflow: hidden;
}
.box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4d5ae5;
  top: 0;
  left: 0;

  transition: transform 250ms ease-in-out;
  transform: translateY(100%);
}
.section-li-img:hover .box {
  transform: translateY(0);
}
.box p {
  color: white;
  padding-top: 40px;
  padding-left: 32px;
  padding-right: 32px;
}
.section-fourth-div {
  border-bottom: 1px solid #e7e9fc;
  border-left: 1px solid #e7e9fc;
  border-right: 1px solid #e7e9fc;
}

.footer-container {
  background-color: #2e2f42;
  display: flex;
}

.footer-p {
  font-family: var(--font-family-roboto);
  color: #f4f4fd;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-top: 16px;
}
.footer-container-div {
  padding-top: 100px;
  padding-left: 156px;
  padding-bottom: 100px;
}
.icon-footer {
  font-family: var(--font-family-roboto);
  color: #f4f4fd;
  padding-bottom: 100px;
  padding-top: 100px;
}
.footer2-p {
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.footer-flex {
  display: flex;
  gap: 120px;
}

.footer-ul {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 208px;
}
.icon-footer-order {
  width: 24px;
  height: 24px;
  fill: #f4f4fd;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform;
  transform: translate(-50%, -50%);
}
.footer-ul .box-icon:hover {
  background-color: #31d0aa;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form-flex {
  display: flex;
  padding-top: 100px;
  padding-bottom: 132px;
  flex-direction: column;
}
.footer-label {
  color: white;
  padding-bottom: 16px;
}
.footer-input {
  font-family: var(--font-family-roboto);
  background-color: #2e2f42;
  color: white;
  width: 264px;
  height: 40px;
  border: 1px solid white;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}
.footer-button {
  /* display: flex; */
  font-family: var(--font-family-roboto);
  font-weight: 500;
  font-size: 16px;
  width: 165px;
  height: 40px;
  background-color: #4d5ae5;
  color: white;
  border-radius: 4px;
  margin: 0;
  border: none;
  justify-content: center;
  cursor: pointer;
  position: relative;
  text-align: start;
  padding-left: 24px;
}
/* .footer-button::after {
  content: url("../images/icons-send.svg");
  width: 24px;
  height: 20px;
  align-items: center;
} */
.icon-icons-send {
  background-color: #4d5ae5;
  fill: #ffffff;
  position: absolute;
  right: 24px;
  align-self: flex-end;
}
.form-width {
  display: flex;
  gap: 80px;
}
.form-button-flex {
  display: flex;
  gap: 24px;
}
/* .button-inside {
  display: flex;
  /* gap: 16px; 
} 
*/
.icon-inside {
  width: 24px;
  height: 20px;
  fill: #f4f4fd;
  left: 117px;
  position: absolute;
}
input::placeholder {
  font-family: var(--font-family-roboto);
  font-weight: 400; /*regular*/
  font-size: 12px;
  color: white;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mobile-svg {
  display: none;
}
.menu-header-nav {
  display: none;
}
@media screen and (max-width: 320px) {
  body {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .container {
    max-width: 320px;
    margin: 0;
  }
  .header-container {
    width: 320px;
    height: 56px;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 189px;
    display: flex;
  }
  .section-first {
    max-width: 320px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 432px;
  }
  h1 {
    padding: 72px 56px;
    font-size: 36px;
    line-height: 1.11111;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .menu-header-nav {
    display: block;
    width: 320px;
    height: 640px;
    background-color: #ffffff;
    z-index: 1000000;
    position: fixed;
    top: 0px;
    left: 0;
    visibility: hidden;
  }
  .menu-header-nav .is-open {
    visibility: visible;
  }
  .menu-nav {
    padding-top: 72px;
  }
  .menu-link {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family-roboto);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.11111;
    letter-spacing: 0.02em;
    color: #2e2f42;
    list-style: none;
    padding-left: 16px;
    padding-bottom: 40px;
    text-decoration: none;
  }
  .menu-link:hover {
    color: #404bbf;
  }
  .menu-header-address {
    padding-top: 128px;
    padding-left: 16px;
  }
  .menu-address {
    font-family: var(--font-family-roboto);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    list-style: none;
    text-decoration: none;
    color: #434455;
  }
  .menu-address:hover {
    color: #4d5ae5;
  }
  .menu-header-svg {
    display: flex;
    padding-top: 48px;
    gap: 40px;
    width: 280px;
    height: 40px;
    padding-left: 16px;
  }
  .menu-header-gap {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .menu-header-close .close-icon-box {
    border: 1px solid #e7e9fc;
    background-color: #ffffff;
  }
  .icon-close {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
  }

  .section-second-flex {
    display: flex;
    flex-direction: column;
    gap: 72px;
    align-items: flex-start;
  }
  .section-second-flex .icon-box {
    display: none;
  }
  .section-second {
    padding: 96px 16px;
  }
  .section-second-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    max-width: 288px;
  }
  .section-second-p {
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .section-third-container {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    padding: 72px 28px 96px;
    gap: 72px;
  }
  .section-third-title {
    padding-top: 96px;
    padding-left: 79px;
    padding-right: 79px;
    width: 320px;
  }
  .section-fourth .container {
    width: 320px;
    justify-content: flex-start;
  }
  .section-fourth-container {
    display: flex;
    flex-direction: column;
    width: 320px;
    padding: 72px 16px 96px;
  }
  .mobile-img {
    width: 288px;
    height: 280px;
  }
  .card {
    width: 288px;
    height: 400px;
    position: relative;
    left: -104px;
  }
  .section-fourth-heading {
    width: 320px;
  }
  .footer-container {
    display: flex;
    flex-direction: column;
    width: 320px;
  }
  .footer-flex {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    gap: 72px;
  }
  .form-width {
    display: flex;
    flex-direction: column;
    gap: 72px;
    padding-bottom: 96px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer-container-div {
    height: 112px;
    padding-top: 96px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer-container-div .logo-left {
    text-align: center;
    padding-left: 86px;
  }
  .icon-footer {
    width: 208px;
    height: 80px;
    padding-top: 0;
    padding-left: 40px;
  }
  .footer2-p {
    padding-left: 56px;
  }
  .form-flex {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 288px;
    height: 136px;
  }
  .form-button-flex {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .footer-input {
    width: 288px;
  }
  .footer-label {
    padding-left: 106px;
  }
  .logo-container {
    /* padding-left: 16px;
    padding-top: 16px; */
  }
  .address-content {
    display: none;
  }
  .nav-contant {
    display: none;
  }
  .mobile-svg {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    z-index: 1000;
  }
  .icon-Group {
    width: 16.8px;
    height: 14.4px;
    background-color: #fff;
    position: absolute;
    right: 19.6px;
    top: 20.8px;
    cursor: pointer;
  }
  .backdrop .model {
    max-width: 288px;
    max-height: 623px;
  }
  .legend-title {
    width: 256px;
    text-align: center;
    display: flex;
    position: relative;
    padding-left: 16px;
    align-items: center;
  }
  .form {
    width: 320px;
    max-width: 100%;
  }
  .form-group {
    width: 256px;
  }
  .form-input {
    width: 256px;
    left: 16px;
  }
  .label-span {
    left: 16px;
  }
  .form-icon {
    left: 32px;
  }
  .form-checkbox-label {
    padding-left: 16px;
    width: 256px;
  }

  .backdrop {
    width: 320px;
    margin: 0;
  }
  .form-button-send {
    left: 60px;
  }
}
@media (min-resolution: 2x) and(max-width:320px) {
  .section-first {
    background-image: linear-gradient(
        to bottom,
        rgba(46, 47, 66, 0.7),
        rgba(46, 47, 66, 0.7)
      ),
      url(../images/heroimage@2x.jpg);

    height: 436px;
  }
}
@media (min-resolution: 3x) {
  .section-first {
    background-image: linear-gradient(
        to bottom,
        rgba(46, 47, 66, 0.7),
        rgba(46, 47, 66, 0.7)
      ),
      url("../images/heroimage@3x.jpg");
  }
}
@media (min-width: 321px) and (max-width: 768px) {
  .backdrop {
    visibility: visible;
    max-width: 768px;
    margin: 0;
  }
  .container {
    max-width: 768px;
    margin: 0 auto;
  }
  .header-container {
    max-width: 768px;
    padding: 24px 16px;
  }
  .nav-contant {
    padding-left: 120px;
    padding-right: 256px;
  }
  .address-content ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    left: -76px;
  }
  .address-content .addresslink {
    font-size: 12px;
  }
  .section-first .container {
    max-width: 768px;
  }
  h1 {
    padding: 112px 136px 36px;
    width: 768px;
  }
  .section-first {
    max-width: 768px;
    height: 436px;
  }
  .section-second-flex .icon-box {
    display: none;
  }
  .section-second {
    padding: 96px 16px;
  }
  .section-second-flex {
    flex-wrap: wrap;
    row-gap: 72px;
    column-gap: 24px;
    justify-content: flex-start;
    max-width: 736px;
    margin: 0;
  }
  .section-second-title {
    font-size: 36px;
    font-weight: 700;
  }
  .section-second-p {
    width: 356px;
  }
  .section-third-container {
    padding: 72px 108px 96px;
    flex-wrap: wrap;
    row-gap: 64px;
  }
  .section-third-title {
    padding-top: 96px;
  }
  .section-fourth-container {
    padding: 72px 16px 96px;
    row-gap: 72px;
  }
  .section-fourth-heading {
    padding-top: 96px;
  }
  .section-li-img {
    width: calc((100% - 24px) / 2);
  }
  .footer-container-div {
    padding-top: 96px;
    padding-left: 108px;
    padding-bottom: 0;
  }
  .footer-p {
    width: 264px;
  }
  .footer-flex {
    gap: 24px;
    background: #2e2f42;
  }
  .form-flex {
    position: relative;
    left: -289px;
    padding-bottom: 96px;
    padding-top: 0;
  }
  .form-width {
    display: block;
  }
  .icon-footer {
    padding-top: 96px;
    padding-bottom: 104px;
  }
}
