@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

input,
textarea,
button {
  appearance: none;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  border-radius: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Crimson Text", serif;
}
body .border {
  width: 100%;
  display: block;
  height: 20px;
  background-color: #0B1D51;
}
@media (min-width: 750px) {
  body .border {
    height: 40px;
  }
}
body header {
  max-width: 80%;
  margin: 20px auto;
}
body header h1 {
  text-align: center;
  width: 100%;
  font-size: 23px;
}
@media (min-width: 576px) {
  body header h1 {
    font-size: 28px;
  }
}
@media (min-width: 750px) {
  body header h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  body header h1 {
    font-size: 40px;
  }
}
body header p {
  font-size: 18px;
  margin: 30px 0 20px 0;
}
@media (min-width: 576px) {
  body header p {
    font-size: 20px;
  }
}
body section {
  width: 100%;
}
@media (min-width: 750px) {
  body section {
    max-width: 80%;
    margin: 20px auto;
  }
}
body #image-content {
  max-width: 80%;
  margin: 20px auto;
}
@media (min-width: 992px) {
  body #image-content {
    max-width: 50%;
  }
}
body #image-content img {
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
body #servicii {
  margin-top: 40px;
}
body #servicii h2 {
  text-align: center;
  font-size: 28px;
}
@media (min-width: 992px) {
  body #servicii h2 {
    font-size: 34px;
  }
}
body #servicii ul {
  margin: 10px 0 0 0;
  list-style: none;
  font-weight: 600;
}
@media (min-width: 576px) {
  body #servicii ul {
    margin: 30px 0 0 0;
  }
}
@media (min-width: 992px) {
  body #servicii ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: fit-content;
    margin: 20px auto;
  }
}
body #servicii ul li {
  font-size: 19px;
  padding: 4px 20px;
  display: flex;
}
body #servicii ul li img {
  display: block;
  margin-right: 5px;
  width: 20px;
}
@media (min-width: 992px) {
  body #servicii ul :nth-child(2) {
    border-right: 2px solid black;
    border-left: 2px solid black;
  }
}
body #gallery {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 750px) {
  body #gallery {
    margin: 100px auto 0 auto;
  }
}
body #gallery img {
  width: 50%;
  padding: 10px;
  object-fit: cover;
  max-height: 300px;
}
body #contact {
  margin: 40px auto 0 auto;
}
@media (min-width: 750px) {
  body #contact {
    display: flex;
    justify-content: space-between;
  }
}
body #contact .left {
  width: fit-content;
  margin: 0 0 15px 20px;
}
@media (min-width: 992px) {
  body #contact .left {
    margin: 0 0 0 20px;
  }
}
body #contact .left h2 {
  font-size: 34px;
  margin: 20px 0 10px 30px;
}
body #contact .left p {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 10px;
}
body #contact .left p a {
  color: #0B1D51;
  margin-left: 4px;
}
body #contact .right {
  display: block;
  width: 100%;
}
@media (min-width: 750px) {
  body #contact .right {
    width: 60%;
  }
}
body #contact .right iframe {
  max-height: 450px;
  height: 100%;
  width: 100%;
}
body .phone {
  background-color: #25D366;
  display: flex;
  justify-content: center;
  line-height: 25px;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (min-width: 750px) {
  body .phone {
    right: 40px;
    bottom: 40px;
  }
}
body .phone img {
  width: 35px;
}
body footer {
  background-color: #0B1D51;
  width: 100%;
  text-align: center;
  color: white;
  padding: 10px 0;
}
body footer p {
  font-size: 17px;
  font-weight: 600;
}
body footer p a {
  color: white;
  text-decoration: none;
  font-family: "Pacifico", cursive;
  font-weight: 100;
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
