@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap");
html,
body {
  font-family: "Montserrat";
  background: #dec0de;
  margin: 0;
  padding: 0;
}

header {
  width: 100%;
  height: 100vh;
  margin: 0 auto 128px;
}

.hdr {
  width: 100%;
  height: 15%;
  height: 64px;
  margin: 0 auto;
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.hdr img {
  width: 128px;
  height: 64px;
}
.hdr .btn {
  padding: 16px;
  margin-right: 16px;
  border: white solid 2px;
  border-radius: 64px;
  transition: 250ms;
  font-weight: bold;
}
.hdr .btn:hover {
  background: white;
  color: #b54896;
  transition: 250ms;
  cursor: pointer;
}

.page1 {
  background: url(https://images.pexels.com/photos/13534508/pexels-photo-13534508.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background-size: cover;
  height: 80%;
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.page1 h1 {
  color: white;
  font-size: 64px;
  text-align: center;
}
.page1 .btn {
  background: #b54896;
  color: white;
  font-weight: bold;
  border-radius: 64px;
  transition: 250ms;
  padding: 16px;
  font-size: 32px;
}
.page1 .btn:hover {
  background: white;
  color: #b54896;
  transition: 250ms;
  cursor: pointer;
}

.content__block-text {
  margin-bottom: 40px;
  font-size: 25px;
  font-family: "Montserrat";
}

a {
  color: black;
}

h1 {
  font-family: "Montserrat";
  margin: 0 auto;
  margin-bottom: 40px;
}
h1 .text {
  font-size: 32px;
  font-weight: bold;
}

.content {
  max-width: 1550px;
  margin: 0 auto;
}

.content__find-us {
  margin-bottom: 64px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.flex {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  margin-bottom: 128px;
}

.content__block {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content__block-button {
  text-align: center;
  background: #b54896;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  border-radius: 64px;
  transition: 250ms;
  padding: 16px;
  font-size: 32px;
}
.content__block-button:hover {
  background: #c062a5;
  transition: 250ms;
  cursor: pointer;
}

footer {
  width: 100%;
  min-height: 250px;
  background: #d2b5d2;
  margin: 0;
  margin-top: 64px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
footer .footer-main {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

h1,
h4 {
  text-align: center;
  padding: 20px;
}

.block {
  width: 360px;
  height: 231px;
  position: relative;
  opacity: 1;
  border-radius: 32px;
  margin: 5px;
  display: block;
}
.block:nth-child(1) {
  background: url(https://images.pexels.com/photos/3997349/pexels-photo-3997349.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background-size: cover;
}
.block:nth-child(2) {
  background: url(https://images.pexels.com/photos/3065209/pexels-photo-3065209.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background-size: cover;
}
.block:nth-child(3) {
  background: url(https://images.pexels.com/photos/13714797/pexels-photo-13714797.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background-size: cover;
}
.block:nth-child(4) {
  background: url(https://images.pexels.com/photos/2253832/pexels-photo-2253832.jpeg?auto=compress&cs=tinysrgb&w=600);
  background-size: cover;
}
.block:nth-child(5) {
  background: url(https://images.pexels.com/photos/932577/pexels-photo-932577.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background-size: cover;
}
.block:nth-child(6) {
  background: url(https://images.pexels.com/photos/8558535/pexels-photo-8558535.jpeg?auto=compress&cs=tinysrgb&w=600&lazy=load);
  background-size: cover;
}

.layer {
  width: 360px;
  height: 231px;
  border-radius: 32px;
  background: rgba(0, 0, 0, 0);
  transition: 250ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layer:hover {
  transition: 250ms ease-in-out;
  background: rgba(0, 0, 0, 0.2509803922);
}
.layer:hover .button {
  transition: 250ms ease-in-out;
  background: #b54896;
  color: white;
}

.button {
  padding: 16px;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  transition: 250ms ease-in-out;
}

#button:hover {
  background: #c062a5;
  transition: 250ms ease-in-out;
  cursor: pointer;
}

.container1 {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background-size: 100%;
  background-repeat: no-repeat;
}

.button2 {
  margin-bottom: 32px;
  background: #b54896;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  border-radius: 64px;
  transition: 250ms;
  padding: 16px;
  font-size: 32px;
}
.button2:hover {
  background: #c062a5;
  transition: 250ms ease-in-out;
  cursor: pointer;
}

@media all and (max-width: 500px) {
  .page1 h1 {
    font-size: 48px;
  }
}/*# sourceMappingURL=main.css.map */