* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
body {
  height: 105vh;
}
img {
  max-width: 100%;
}
.container {
  margin: 0 auto;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  background-color: #fdf3e7;
  border-radius: 0 0 20px 20px;
}
.main_container {
  margin: -70px auto;
  max-width: 1500px;
  font-weight: 500;
  color: #333366;
  padding: 16px;
}
h1 {
  font-size: 1.5rem;
  font-weight: 500;
}
.main_p1,
.main_p2,
.main_p3,
._p1 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 12px;
}
.main_p4 {
  margin: 12px 0px 12px 0px;
}
._p2 {
  margin: 12px 0px 12px 0px;
  font-size: 1.2rem;
  font-weight: 500;
}
._p3 {
  margin: 12px 0px 12px 0px;
  font-size: 1.5rem;
  font-weight: 500;
}
.main_ul,
._ul {
  margin-left: 18px;
}
.logo_img {
  max-width: 180px;
  margin: 16px 16px 16px 70px;
  height: auto;
}
.info {
  max-width: 250px;
  margin: 16px 70px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.info a {
  color: #333366;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 12px 4px 12px 4px;
}
.btn {
  color: #333366;
  font-weight: 600;
  background-color: white;
  box-shadow: 3px 3px 7px rgba(70, 70, 70, 0.2);
  margin: 16px auto;
  display: block;
  padding: 12px;
  border: 2px solid #f7dcbc;
  border-radius: 20px;
}
.works {
  position: relative;
  top: -90px;
  background-color: #fdf3e7;
  font-size: large;
  z-index: 1;
}
.phoneLink {
  letter-spacing: 2px;
}
.mailLink {
  letter-spacing: -1px;
}
.display {
  display: none;
}
.disabled {
  opacity: 0.5;
}
.autoSlider {
  background-image: url("./logos/background_logo.svg");
  background-size: 280px;
  margin: 30px auto;
  max-width: 100%;
  border-radius: 20px;
  width: 1425px;
  aspect-ratio: 1425 / 523;
  background-repeat: round;
}
.autoSliderInnerBox {
  max-width: 100%;
  margin: 16px auto;
  opacity: 0;
  transition: all ease-in-out 0.8s;
}
.slider {
  max-width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
}
.slider_tr {
  opacity: 1;
  transition: all ease-in-out 0.8s;
}
.autoSliderInnerBox img {
  border-radius: 20px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.navButtons {
  margin: 20px;
  display: flex;
  justify-content: space-evenly;
}
.btnInteriors,
.btnFacades,
.btnTerraces {
  margin: 12px;
  font-size: 1.1rem;
}
.left,
.right {
  margin: 16px;
  padding: 4px;
  position: absolute;
  top: 45%;
  width: 3rem;
}
.left {
  left: -60px;
}
.right {
  right: -60px;
}
.btn img {
  max-width: 1.4rem;
}
._p1 {
  margin-top: 0;
}
@media (max-width: 848px) {
  .works {
    top: 0px;
  }
  .main_container {
    margin-top: -16px;
  }
  .btnInteriors,
  .btnFacades,
  .btnTerraces {
    margin: 12px;
    font-size: 1rem;
  }
}
.copyright {
  margin: 16px;
  text-align: center;
  font-size: 12px;
  color: #333366;
  opacity: 0.7;
}
@media (max-width: 760px) {
  .left,
  .right {
    top: -60px;
  }
  .left {
    left: 20px;
  }
  .right {
    right: 20px;
  }
  .slider {
    margin-top: 40px;
    max-width: 100%;
  }
  .navButtons {
    margin-bottom: 45px;
  }
}
@media (max-width: 574px) {
  ._p3 {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
@media (max-width: 560px) {
  .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .btn img {
    max-width: 1.2rem;
  }
  .info {
    margin: 16px;
  }
  .container img {
    margin: 16px;
  }
  .btnInteriors,
  .btnFacades,
  .btnTerraces {
    margin: 10px;
    padding: 10px;
    font-size: 0.9rem;
  }
}
@media (max-width: 400px) {
  .btnInteriors,
  .btnFacades,
  .btnTerraces {
    margin: 8px;
    padding: 8px;
    font-size: 0.8rem;
    font-weight: 400;
  }
}
@media (max-width: 360px) {
  .navButtons {
    flex-wrap: wrap;
  }
}
