body {
  a {
    color: #ffffff;
    font-size: 16px;
  }
  button {
    border-radius: 28px;
  }
}

/* ......... HEADER......... */
header {
  width: 100%;
  height: 387.56px;
  background-color: #0020f4;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.container1 {
  max-width: 1400px;
  margin: 0 auto;
  /* border: 2px solid red; */
}
.div-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.div-nav-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.ul-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.header-button {
  padding: 15px 35px;
  color: #171717;
  font-weight: 700;
}
.li-item {
  position: relative;
}

.li-item::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  height: 1px;
  width: 0%;
  background-color: #ffffff;
  transition: 0.3s;
}

.li-item:hover::after {
  width: 100%;
}

/* ..........MAIN........... */
.container2 {
  max-width: 1200px;
  margin: 0 auto;
  /* border: 2px solid green; */
  padding: 0 5px;
}
.main-section {
  min-height: 500px;
  display: flex;
  justify-content: center;
  position: relative;
}
.main-picture {
  position: absolute;
  top: -155px;
}

/* .............SECTION1............ */

h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 40px;
}
.div-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.image-item {
  position: relative;
  transition: 0.5s ease-in;
  /* border-radius: 15px; */
}
.image-item:hover {
  transform: scale(1.02);
  box-shadow: 0px 5px 10px 0px rgba(112, 107, 107, 0.22);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(112, 107, 107, 0.22);
  -moz-box-shadow: 0px 5px 10px 0px rgba(112, 107, 107, 0.22);
}

/* .........PARA-SECTION.............. */
.para-section {
  max-width: 950px;
  margin: 0 auto;
  margin-top: 60px;
}
p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.para-middle {
  margin: 18px 0;
}
.para-button {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.magneto {
  padding: 15px 50px;
  color: #ffffff;
  font-weight: 500;
  background-color: #0a22f4;
}

/* ........FOOTER.......... */
footer .container1 {
  padding-top: 100px;
}
footer {
  width: 100%;
  background-color: #0020f4;
  margin-top: 180px;
}
.footer-information {
  max-width: 100%;
  /* border: 2px solid yellow; */
  display: flex;
  justify-content: space-between;
}
.contact {
  max-width: 500px;
  /* border: 2px solid white; */
}

iframe {
  max-width: 500px;
  height: 200px;
  border-radius: 15px;
}
h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
}
footer p {
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 50px;
}
.div-phone {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 250px;
}
.div-mail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 280px;
}
footer img {
  width: 60px;
}
span {
  color: #ffffff;
  font-weight: 500px;
  font-size: 22px;
}
.footer-form {
  max-width: 500px;
  /* border: 2px solid white; */
  padding-top: 55px;
}

.input-name,
.input-email,
.input-tel,
.input-text {
  width: 100%;
  height: 70px;
  /* border: 1px solid rgba(180, 179, 179, 0.4); */
  border-radius: 5px;
  padding-left: 10px;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: transparent;
  margin-bottom: 27px;
}
.input-text {
  min-height: 150px;
}

.footer-button {
  padding: 15px 35px;
  color: #171717;
  font-weight: 700;
}
.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.span-heart {
  color: red;
  font-size: 32px;
}
.para-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
