/*FONTS*/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@300;400;500;700&family=Quicksand:wght@600&display=swap");
/*
Bootstrap Breakpoints Mixins
*/
/*COLOR PALETTE*/
.bk-blue {
  background-color: #081E2E !important;
}

.text-white {
  color: #fff !important;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

/*BACKGROUND FILTER*/
.my-filter {
  height: 400vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .my-filter {
    height: 250vh;
  }
}
@media (max-width: 991.98px) {
  .my-filter {
    height: 360vh;
  }
}
@media (max-width: 767.98px) {
  .my-filter {
    height: 530vh;
  }
}

.my-filter:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, #329d9c 0%, #205072 100%);
  mix-blend-mode: color;
  z-index: 20;
}

.my-filter img {
  height: 400vh;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  filter: brightness(0.45) contrast(0.91) saturate(1.32);
  position: absolute;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .my-filter img {
    height: 250vh;
  }
}
@media (max-width: 991.98px) {
  .my-filter img {
    height: 360vh;
  }
}
@media (max-width: 767.98px) {
  .my-filter img {
    height: 530vh;
  }
}

/*-----MAIN------*/
/*HOME*/
.home {
  position: absolute;
  top: 0;
  z-index: 30;
  height: 100vh;
}
@media (max-width: 1199.98px) {
  .home {
    height: 50vh;
  }
}
@media (max-width: 991.98px) {
  .home {
    height: 60vh;
  }
}
@media (max-width: 767.98px) {
  .home {
    height: 50vh;
  }
}
.home #header {
  position: fixed;
  z-index: 40;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 0px;
}
.home #header img {
  width: 30px;
  height: 30px;
}
@media (max-width: 767.98px) {
  .home #header img {
    width: 20px;
    height: 20px;
  }
}
.home #header h1 {
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .home #header h1 {
    font-size: 18px;
  }
}
.home #header a {
  color: white;
}
.home #header a:hover {
  color: #081E2E;
  font-weight: 400;
}
.home #header .toggler-button {
  cursor: pointer;
}
.home #header .toggler-button .toggler-bar {
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.home .home-title h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 250px;
  text-align: center;
  vertical-align: center;
  letter-spacing: 30px;
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .home .home-title h2 {
    letter-spacing: 20px;
    font-size: 150px;
  }
}
@media (max-width: 767.98px) {
  .home .home-title h2 {
    letter-spacing: 10px;
    font-size: 80px;
  }
}
.home .home-title p {
  margin-top: -55px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: 5px;
  text-align: center;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .home .home-title p {
    margin-top: 0px;
  }
}
.home .social-media {
  margin-top: -55vh;
  padding-left: 2vw;
}
.home .social-media .social-media-bar {
  position: relative;
  width: 3px;
  height: 130vh;
  background-color: #fff;
  opacity: 0.5;
}
@media (max-width: 1199.98px) {
  .home .social-media .social-media-bar {
    height: 80vh;
  }
}
@media (max-width: 991.98px) {
  .home .social-media .social-media-bar {
    height: 130vh;
  }
}
@media (max-width: 767.98px) {
  .home .social-media .social-media-bar {
    height: 80vh;
  }
}
.home .social-media img {
  width: 30px;
  height: 30px;
  opacity: 0.5;
}
@media (max-width: 1199.98px) {
  .home .social-media {
    margin-top: 0vh;
  }
}
@media (max-width: 991.98px) {
  .home .social-media {
    margin-top: -15vh;
  }
}
@media (max-width: 767.98px) {
  .home .social-media {
    margin-top: -10vh;
  }
}

/*FEATURES*/
#features {
  position: relative;
  height: 100vh;
  margin-top: -100vh;
  color: #fff;
}
@media (max-width: 1199.98px) {
  #features {
    height: 60vh;
    margin-top: -75vh;
  }
}
@media (max-width: 991.98px) {
  #features {
    margin-top: -130vh;
  }
}
@media (max-width: 767.98px) {
  #features {
    height: 70vh;
    margin-top: -80vh;
  }
}
#features h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 150px;
  opacity: 0.3;
  padding-left: 65px;
}
@media (max-width: 767.98px) {
  #features h2 {
    padding-left: 0px;
    font-size: 100px;
  }
}
#features .features-info {
  margin-left: -22px;
  margin-top: -30px;
}
@media (max-width: 991.98px) {
  #features .features-info {
    margin-left: 0px;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  #features .features-info {
    margin-left: 0px;
    margin-top: 0px;
  }
  #features .features-info h3 {
    font-size: 20px;
  }
}
#features .features-info p {
  opacity: 0.9;
}
#features .features-video {
  margin-top: 30vh;
}
@media (max-width: 1199.98px) {
  #features .features-video {
    margin-top: 10vh;
  }
}
@media (max-width: 991.98px) {
  #features .features-video {
    margin-top: 10vh;
  }
}
@media (max-width: 767.98px) {
  #features .features-video {
    margin-top: 15vh;
  }
}
#features .features-video h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 300;
  padding-left: 0;
  padding-bottom: 15px;
}

/*PRICING*/
#pricing {
  margin-top: 10vh;
  height: 100vh;
}
@media (max-width: 1199.98px) {
  #pricing {
    height: 50vh;
    margin-top: 30vh;
  }
}
@media (max-width: 991.98px) {
  #pricing {
    height: 100vh;
    margin-top: 70vh;
  }
}
@media (max-width: 767.98px) {
  #pricing {
    margin-top: 95vh;
  }
}
#pricing .price-card {
  background-color: rgba(255, 255, 255, 0.8);
  color: #081E2E;
  border-radius: 12px;
  padding: 45px;
}
#pricing .price-card h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 45px;
}
#pricing .price-card .dash {
  height: 2px;
  width: 20px;
  background-color: #081E2E;
  margin: auto;
  margin-top: 20px;
}
#pricing .price-card h2 {
  margin: 25px 0px;
}
#pricing .price-card p {
  line-height: 2;
}
#pricing .price-card a {
  background-color: #081E2E;
  color: #fff;
  border-radius: 8px;
  padding: 15px 25px;
  font-weight: 500;
}
#pricing .price-card a:hover {
  animation-name: button-animation;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}

@keyframes button-animation {
  0% {
    color: white;
    background-color: #081E2E;
    bottom: 0px;
    font-weight: 500;
  }
  100% {
    color: #081E2E;
    background-color: white;
    box-shadow: inset 0 0 0 2px #081E2E;
    bottom: 8px;
    font-weight: 500;
  }
}
/*CONTACT*/
#contact {
  height: 100vh;
  color: #fff;
}
@media (max-width: 1199.98px) {
  #contact {
    height: 52vh;
    margin-top: -5vh;
  }
}
@media (max-width: 991.98px) {
  #contact {
    height: 92vh;
    margin-top: -15vh;
  }
}
@media (max-width: 767.98px) {
  #contact {
    height: 100vh;
    margin-top: 110vh;
  }
}
#contact h2 {
  font-weight: 300;
  font-size: 45px;
  margin-bottom: 15px;
}
#contact p {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.9;
}
#contact form {
  margin-top: 30px;
}
#contact form .input {
  background-color: rgba(255, 255, 255, 0.7);
  color: #081E2E;
}
#contact form input[type=submit] {
  border: 0px;
  outline: none;
  background-color: #081E2E;
  color: #fff;
  border-radius: 8px;
  padding: 15px 25px;
  font-weight: 500;
}
#contact form input[type=submit]:hover {
  animation-name: button-animation;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}

#footer {
  background-color: #081E2E;
  color: #fff;
  font-size: 12px;
  height: 5vh;
  line-height: 0;
}
#footer p {
  margin: 0px;
}