body {
    font-family: 'Montserrat', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #06152a;
    font-size: 14pt;
    /* color: #eee; */
}

.page-background {
    background-image: url("../assets/hero-background.jpeg");
    z-index: -1;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    position: absolute;
    filter: brightness(.3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nav-link {
  color: rgba(255,255,255,.65);
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
}

._hero {
    font-size: 58pt;
    width:75%;
    letter-spacing: -5px;
}


._highlight {
    color: #39cabb;
}

._underline {
    transition: all .4s ease;
    box-shadow: inset 0 -5px 0 0 #000b10, inset 0 -12px 0 0 #832ba0
}

._underline:hover {
    box-shadow: inset 0 0px 0 0 #000b10, inset 0 -32px 0 0 #832ba0
}

.glitch {
    line-height: 1.3;
    font-weight: 800;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-decoration: none;
    color: #fff;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: #000; */
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
  .glitch:before, .glitch:after {
    display: block;
    content: attr(data-before);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
  }
  .glitch:after {
    color: rgb(201, 31, 201);
    z-index: -2;
  }
  .glitch:before {
    color: rgb(32, 50, 207);
    z-index: -1;
  }
  .glitch:hover:before {
    -webkit-animation: glitch 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
            animation: glitch 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  }
  .glitch:hover:after {
    animation: glitch 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
  }
  .glitch:hover {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(30, 30, 36);
  }
  
  @-webkit-keyframes glitch {
    0% {
      transform: translate(0);
    }
    20% {
      transform: translate(-5px, 5px);
    }
    40% {
      transform: translate(-5px, -5px);
    }
    60% {
      transform: translate(5px, 5px);
    }
    80% {
      transform: translate(5px, -5px);
    }
    to {
      transform: translate(0);
    }
  }
  
  @keyframes glitch {
    0% {
      transform: translate(0);
    }
    20% {
      transform: translate(-5px, 5px);
    }
    40% {
      transform: translate(-5px, -5px);
    }
    60% {
      transform: translate(5px, 5px);
    }
    80% {
      transform: translate(5px, -5px);
    }
    to {
      transform: translate(0);
    }
  }

  .strikethrough {
	display: inline-block;
	position: relative;
	transition: all 0.5s cubic-bezier(.55, 0, .1, 1);
}

.strikethrough:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
    height: 5px;
    /* box-shadow: 0 1px rgb(255 255 255 / 60%); */
    margin-top: -.5em;
    background: #ff00ff55;
	transform-origin: center left;
	animation: strikethrough 1s 0.5s cubic-bezier(.55, 0, .1, 1) 1;
	transition: transform 0.5s cubic-bezier(.55, 0, .1, 1);
}


/* Little hover effect */

.strikethrough:hover {
	color: rgb(190, 0, 190);
    background: #ffece9;
}

.strikethrough:hover:after {
	transform: scaleX(0);
	transform-origin: center right;
}




/* Keyframes for initial animation */

@keyframes strikethrough {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}

  .underline--magical {
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 78%;
    transition: background-size 0.25s ease-in;
  }
  .underline--magical:hover {
    background-size: 100% 88%;
  }

  .heading {
    font-family: "Playfair Display", serif;
    font-size: 10vw;
  }

  .default-link {
      text-decoration: none;
  }

  .text-dark {
    color: #3e4349;
  }

  .text-cyan {
    color: #39cabb;
  }

  .bg-light {
    background-color: #e1e5ea !important;
  }

  .desc {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .desc-small {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .card-text {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .pad {
    padding: 3rem 2rem !important;
  }

  .bg-gr1 {
    background: #373B44;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6b9ae6, #295aaa);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6b9ae6, #295aaa); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  }

  .bg-gr2 {
    background: #009FFF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #295aaa, #2d1053);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #295aaa, #2d1053); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .bg-gr3 {
    background: #ad5389;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c1053, #97336f);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3c1053, #97336f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    
  }

  .bg-gr4 {
    background: #333333;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ad0000, #702020);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ad0000, #702020); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  }

  .bg-gr5 {
    background: #11998e;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #48b371, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #48b371, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  }

  .bg-gr6 {
    background: #ff7e5f;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #feb47b, #ff7e5f);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #feb47b, #ff7e5f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    
  }

.rounded, .card {
  border-radius: 1rem !important;
}

.text-gray {
  color: #bbb;
}

.w-2r {
  width: 2rem !important;
}

.blob {
    background-image: url(../assets/blob.svg);
    background-repeat: no-repeat;
}

.pos1 {
  background-position: 80%;
  background-size: 18%;
}

.pos2 {
  background-position: 15% 18%;
  background-size: 55%;
}

.pos3 {
  background-position: auto;
  background-size: 100%;
}

.f-separator {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-height: 160px;
}

.bg-dark {
  background: linear-gradient(45deg, #080f1b, #051a33, transparent);
}


.btn-grad {background-image: linear-gradient(to right, #289c91 0%, #39cabb  51%, #06b4a3  100%)}
.btn-grad {
   margin: 10px;
   padding: 10px 35px;
   text-align: center;
   text-transform: uppercase;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 20px #eee;
   border-radius: 2rem;
   display: block;
   border-width: 0px;
 }

 .btn-grad:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
 }

 .subtitle {
    font-size:18pt;
    line-height: 1.4;
    color: #ccc;
 }

.subtitle-section {
  margin-top: 3rem;
}

.justify-text {
  text-align: justify;
  text-justify: inter-word;
}

 @media screen and (max-width: 992px) {
  ._hero {
    font-size: 28pt;
    width:98%;
    /* font-weight: 700; */
    /* letter-spacing: -3px; */
  }
  .subtitle-section {
    margin-top: 1rem;
  }
}