@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background: #1F1F1F;
}

body .background_designs {
  position: absolute;
  width: 100%;
  min-height: 50vh;
  z-index: -1;
}

.nav_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 1vw;
}

.nav_container .title_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav_container .title_bar img {
  margin-right: 1rem;
  margin-left: 1rem;
}

.nav_container .title_bar h1 {
  font-family: Righteous;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #FF8A00;
  letter-spacing: 0.31em;
}

.nav_container nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.nav_container nav a {
  color: white;
  font-size: 13px;
  font-family: Righteous;
  text-decoration: none;
}

.nav_container nav a:hover {
  color: #FF8A00;
}

.front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90vh;
  margin: 0rem 4.3rem;
}

.quote {
  width: 36rem;
}

.quote h4 {
  color: white;
  font-family: Varela Round;
  font-weight: lighter;
  line-height: 2.5rem;
  font-size: 18px;
  text-align: justify;
}

.quote h4 span {
  color: #e42525;
  font-size: 35px;
}

.quote .auth {
  color: #FF8A00;
  font-size: 28px;
  text-align: right;
  font-family: Righteous;
  font-weight: lighter;
}

.content {
  position: relative;
  background-color: beige;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-radius: 15px;
  overflow: hidden;
  padding: 3rem 4rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.content:hover h2 {
  color: white;
}

.content h1 {
  font-style: normal;
  font-family: Montserrat;
  font-weight: 900;
  font-size: 35px;
  letter-spacing: 0.5rem;
}

.content h1 span {
  color: #e41818;
}

.content h2 {
  color: grey;
  font-family: Righteous;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.31em;
  padding-bottom: 2rem;
  padding-top: 0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.content h3 {
  width: 250px;
  font-family: Varela Round;
  background: -webkit-linear-gradient(right, #FA3C00, #FF8A00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
  line-height: 2rem;
  -webkit-transition: 3s;
  transition: 3s;
}

.content .js-tilt-glare {
  border-radius: 15px;
}
/*# sourceMappingURL=style.css.map */