nav {
  width: 1440px;
  height: 80px;
  background-color: rgb(67, 76, 204);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav h3 {
  padding-left: 135px;
  font-size: 40px;
  color: #FFF;
  font-weight: 400;
  font-family: "DM Serif Display", serif;
}
nav div {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 135px;
}
nav div a {
  text-decoration: none;
  color: #FFF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
nav div button {
  height: 48px;
  width: 170px;
  color: #FFF;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgb(67, 76, 204);
  color: #FFF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.contact {
  height: 224px;
  width: 1440px;
  background-color: rgb(67, 76, 204);
}
.contact h1 {
  padding-top: 47px;
  color: #FFF;
  text-align: center;
  font-family: "DM Serif Display", serif;
  font-size: 72px;
  font-weight: 400;
}
.contact p {
  padding-top: 10px;
  color: white;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

#mapstart {
  width: 1440px;
  flex-shrink: 0;
  background-color: rgb(245, 246, 252);
  flex-direction: column;
  position: relative;
}

#mapstart #map {
  width: 1170px;
  height: 640px;
  padding-top: 64px;
  flex-shrink: 0;
  margin: 0px 135px 0px 135px;
  border-radius: 5px;
  position: relative;
}
#mapstart #mess {
  width: 1440px;
  height: 540px;
  display: flex;
}

#nameemail {
  display: flex;
  margin-top: 34px;
  width: 835px;
}
#nameemail > div {
  width: 401px;
  height: 48px;
  border-radius: 5px;
}
#nameemail > div:nth-child(1) {
  margin-left: 0px;
}
#nameemail input[type=text] {
  width: 401px;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #DADADA;
  background: #FFF;
  padding-left: 5px;
  font-size: 20px;
  box-shadow: rgba(230, 226, 226, 0.2) 0px 2px 8px 0px;
}
#nameemail input[type=text]:focus {
  background-color: rgb(238, 238, 238);
}
#nameemail input[type=text]:hover {
  cursor: pointer;
}
#nameemail > div:nth-child(2) input[type=email] {
  width: 401px;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #DADADA;
  background: #FFF;
  font-size: 20px;
  box-shadow: rgba(230, 226, 226, 0.2) 0px 2px 8px 0px;
}
#nameemail > div:nth-child(2) input[type=email]:focus {
  background-color: rgb(238, 238, 238);
}
#nameemail > div:nth-child(2) input[type=email]:hover {
  cursor: pointer;
}

#block1 > div:nth-child(1) {
  width: 206px;
  height: 64px;
  margin-left: 0px;
  margin-top: 0px;
}
#block1 > div:nth-child(1) h2 {
  font-size: 56px;
}
#block1 > div:nth-child(3) {
  width: 834px;
  height: 144px;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  margin-top: 28px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #FFF;
}
#block1 > div:nth-child(3) p {
  margin-left: 10px;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
#block1 > div:nth-child(3):hover {
  cursor: pointer;
}
#block1 > div:nth-child(4) {
  margin-top: 32px;
}
#block1 > div:nth-child(4) button {
  background-color: rgb(67, 76, 204);
  font-size: 16px;
  width: 170px;
  color: white;
  height: 48px;
  border-radius: 5px;
}

#block2 {
  margin-top: 77px;
  margin-left: 0px;
}
#block2 > div:nth-child(1) {
  width: 206px;
  height: 64px;
  margin-left: 0px;
  margin-top: 0px;
}
#block2 > div:nth-child(1) h2 {
  font-size: 56px;
}

.imgpara1 {
  display: flex;
  margin-top: 25px;
}
.imgpara1 > div:nth-child(1) {
  width: 48px;
  height: 48px;
}
.imgpara1 > div:nth-child(2) {
  display: flex;
  align-items: center;
  width: 200px;
  height: 48px;
  margin-left: 22px;
}
.imgpara1 > div:nth-child(2) p {
  color: rgba(0, 0, 0, 0.5);
}

.imgpara2 {
  display: flex;
  margin-top: 32px;
}
.imgpara2 > div:nth-child(1) {
  width: 48px;
  height: 48px;
}
.imgpara2 > div:nth-child(2) {
  display: flex;
  align-items: center;
  width: 200px;
  height: 48px;
  margin-left: 22px;
  font-size: 20px;
}

.imgpara3 {
  display: flex;
  margin-top: 37px;
}
.imgpara3 > div:nth-child(1) {
  width: 48px;
  height: 48px;
}
.imgpara3 > div:nth-child(2) {
  display: flex;
  align-items: center;
  width: 200px;
  height: 48px;
  margin-left: 22px;
  font-size: 16px;
  font-weight: bold;
}

#icons {
  width: 160px;
  height: 48px;
  display: flex;
  margin-top: 39px;
  margin-left: 0px;
}
#icons > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background-color: rgb(67, 76, 204);
  border-radius: 5px;
}
#icons > div:nth-child(1) i {
  width: 9px;
  height: 18px;
  color: white;
}
#icons > div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 8px;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background-color: rgb(67, 76, 204);
  border-radius: 5px;
}
#icons > div:nth-child(2) i {
  width: 18px;
  height: 15px;
  color: white;
}
#icons > div:nth-child(3) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background-color: rgb(67, 76, 204);
  border-radius: 5px;
  color: #DADADA;
}
#icons > div:nth-child(3) i {
  color: white;
  width: 18px;
  height: 18px;
}

* {
  margin: auto;
}/*# sourceMappingURL=contact.css.map */