@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body {
  margin: 0%;
  padding: 0%;
  width: 100%;
  height: 100vh;
  background: #121212;
}

body {
  background: url(hero.jpg) no-repeat 50% 50%;
  background-size: cover;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "cinzel";
  font-weight: 200;
}

.cursor {
  width: 30px;
  height: 30px;
  border: 1.5px solid white;
  border-radius: 50%;
  position: absolute;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-animation: cursorAnim .5s infinite alternate;
          animation: cursorAnim .5s infinite alternate;
}

.cursor::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border: 8px solid #be202e;
  border-radius: 50%;
  opacity: .5;
  -webkit-transition-duration: 900ms;
          transition-duration: 900ms;
  -webkit-animation: cursorAnim2 .9s infinite alternate;
          animation: cursorAnim2 .9s infinite alternate;
}

@-webkit-keyframes cursorAnim {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@keyframes cursorAnim {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@-webkit-keyframes cursorAnim2 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

@keyframes cursorAnim2 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

@-webkit-keyframes cursorAnim3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes cursorAnim3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.expand {
  -webkit-animation: cursorAnim3 .5s forwards;
          animation: cursorAnim3 .5s forwards;
  border: 1px solid #be202e;
}

img {
  width: 100%;
}

.logo {
  position: fixed;
  font-family: Poppins;
  line-height: 80px;
  margin-left: 2em;
  color: #fff;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1;
}

.logo ion-icon {
  color: #721f19;
  margin-right: 7px;
  position: relative;
  top: 1px;
  z-index: 1;
}

.contact a {
  position: fixed;
  color: #7c7c7c;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: Poppins;
  right: 100px;
  line-height: 80px;
  z-index: 1;
}

.contact a:hover {
  color: #fff;
}

.link {
  position: fixed;
  color: #721f19;
  right: 2em;
  top: 4px;
  line-height: 80px;
  z-index: 1;
}

.p1 {
  font-weight: 500;
}

.link ion-icon {
  font-size: 24px;
}

.logo img {
  width: 100px;
}

.header {
  position: absolute;
  top: 46%;
  left: 32%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.ml7 {
  position: relative;
  font-weight: 200;
}

.ml7 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml7 .letter {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}

h1 {
  color: #fff;
  font-size: 90px !important;
  margin-bottom: 0px;
  text-transform: uppercase !important;
}

#tagline {
  width: 640px;
}

p {
  color: white;
  font-weight: 100;
  font-family: "playfair";
  line-height: 30px;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.line p {
  color: #be202e;
}

.read-more {
  position: absolute;
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.read-more a {
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  padding-bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.read-more a span {
  position: relative;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.read-more a:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.read-more a span:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  height: 7px;
  background: #721f19;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.read-more a:hover span:nth-child(1)::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.read-more a span:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25%;
  height: 7px;
  background: #fff;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.read-more a:hover span:nth-child(2)::before {
  -webkit-transform: scaleX(2);
  transform: scaleX(2);
}

.link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.link-container a {
  text-decoration: none;
  color: white;
  font-family: cinzel;
  font-size: 40px;
  font-weight: 100;
}

.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(48px);
  transform: translateX(48px);
  color: #be202e;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #be202e;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

#one {
  background: none;
  border: 0.3pt solid rgba(255, 255, 255, 0.3);
}

#two {
  background: linear-gradient(135deg, #6adb9d 0%, #17a758 100%);
}

.media {
  position: absolute;
  top: 38%;
  z-index: 1;
  right: 6%;
}

.media ul {
  position: absolute;
  list-style: none;
}

.media ul li a {
  color: white;
  padding: 12px 0;
  display: inline-block !important;
}

.media ul li a:hover {
  color: #be202e;
  scale: 1.2;
}

.bottom-text {
  position: absolute;
  z-index: 1;
  color: grey;
  font-size: 18px;
  font-family: monospace;
  margin-left: 2em;
  bottom: 40px;
}

.copyright {
  position: absolute;
  z-index: 1;
  color: grey;
  font-size: 15px;
  right: 0;
  font-family: Roboto;
  font-weight: 100;
  margin-right: 2em;
  bottom: 40px;
}

.loading-screen {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #0a0a0a;
  z-index: 2;
}

.ring {
  margin: 0%;
  padding: 0%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  width: 40%;
  opacity: 0.7;
}

.ringTwo img {
  -webkit-animation: rotateFirstRing 8s linear infinite;
          animation: rotateFirstRing 8s linear infinite;
}

@-webkit-keyframes rotateFirstRing {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateFirstRing {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  #tagline {
    width: 80%;
  }
  .header {
    position: relative;
    top: 10%;
    left: 10%;
    width: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
    z-index: 1;
  }
  .letter {
    font-size: 30px;
  }
  .p1 {
    font-size: 15px;
  }
  .link-container a {
    text-decoration: none;
    color: white;
    font-family: cinzel;
    font-size: 25px;
    font-weight: 100;
  }
}
/*# sourceMappingURL=new.css.map */