@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700&family=Barlow:wght@400;700&family=Bellefair&display=swap");
#body {
  width: 100%;
  height: 100%;
  min-height: 700px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-image: url("../../home/background-home-desktop.jpg");
  background-size: cover;
}

.container {
  max-width: 1440px;
  width: 100%;
  height: 100vh;
  min-height: 710px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  #body {
    background-image: url("../../home/background-home-tablet.jpg");
  }
}
@media (max-width: 375px) {
  #body {
    background-image: url("../../home/background-home-mobile.jpg");
  }
}
.main {
  width: 89%;
  max-width: 1440px;
  min-height: 650px;
  height: 90vh;
  align-self: flex-end;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.main-texts-container {
  max-width: 450px;
  width: 90%;
  height: 382px;
  margin-bottom: 200px;
}

.main-entry-text {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #d0d6f9;
  text-transform: uppercase;
  letter-spacing: 4.72px;
  line-height: 1px;
  text-align: left;
  padding: 0;
}

.main-topic-text {
  font-family: "Bellefair", serif;
  font-size: 150px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}

.main-para-text {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #d0d6f9;
  text-align: left;
  margin: 0;
}

.explore-btn-container {
  max-width: 450px;
  max-height: 450px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 40px 150px 0;
  position: relative;
  transition: all 300ms ease-in-out;
}
.explore-btn-container a {
  text-decoration: none;
}
.explore-btn-container:hover .explore-btn-hover {
  width: 450px;
  height: 450px;
}

.explore-btn-hover {
  position: absolute;
  width: 274px;
  height: 274px;
  background: #ffffff;
  mix-blend-mode: normal;
  opacity: 0.1;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 300ms ease-in-out;
}

.explore-btn {
  width: 274px;
  height: 274px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-in-out;
}

.explore-btn-text {
  font-family: "Bellefair", serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 32px;
  text-transform: uppercase;
  color: #0b0d17;
}

@media (max-width: 1080px) {
  .main {
    width: 90%;
    align-self: center;
  }
}
@media (max-width: 1060px) {
  .explore-btn-container {
    width: 420px;
    height: 420px;
    margin: 0 40px 100px 0;
  }
  .explore-btn-container:hover .explore-btn-hover {
    width: 420px;
    height: 420px;
  }
  .explore-btn {
    width: 242px;
    height: 242px;
  }
  .explore-btn-hover {
    position: absolute;
    width: 242px;
    height: 242px;
  }
  .main-entry-text {
    font-size: 20px;
    letter-spacing: 3.38px;
  }
  .main-para-text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1020px) {
  .explore-btn-container {
    margin-right: 0;
  }
}
@media (max-width: 920px) {
  .main {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .main-texts-container {
    margin: 0 0 0 0;
  }
  .main-entry-text {
    text-align: center;
  }
  .main-topic-text {
    text-align: center;
  }
  .main-para-text {
    text-align: center;
  }
  .explore-btn-container {
    width: 300px;
    height: 300px;
    margin: 0 0 0 0;
  }
  .explore-btn-container:hover .explore-btn-hover {
    width: 300px;
    height: 300px;
  }
  .main-texts-container {
    height: 334px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .main-topic-text {
    font-size: 120px;
  }
}
@media (max-width: 460px) {
  .main-entry-text {
    font-size: 16px;
  }
  .main-topic-text {
    font-size: 80px;
  }
  .explore-btn-container {
    width: 200px;
    height: 200px;
    margin: 0 0 0 0;
  }
  .explore-btn-container:hover .explore-btn-hover {
    width: 200px;
    height: 200px;
  }
  .explore-btn {
    width: 150px;
    height: 150px;
  }
  .explore-btn-hover {
    position: absolute;
    width: 150px;
    height: 150px;
  }
  .explore-btn-text {
    font-size: 20px;
  }
}/*# sourceMappingURL=home.css.map */