﻿.hero {
    background: #000000;
}
@import url('https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=IBM+Plex+Sans:wght@100;500&family=IBM+Plex+Serif:ital,wght@0,100;0,500;0,600;0,700;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gotu&display=swap');

$fun-color: hsl(319, 45, 60);
$fun-dark: hsl(319, 45, 30);
$fun-darker: hsl(319, 45, 20);
$gold: hsl(46, 74, 50);
$dark-gold: hsl(46, 74, 25);
$transparent-gold: hsla(46, 74, 50, .3);

body,html{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  button{
    cursor: pointer;
  }
  a{
    text-decoration: none;
  }
}

.hero1{
  width: 90%;
  height: 140%;
  top: -20%;
  right: -20%;
  padding: 0;
  margin: 0;
  position: relative;
  float: right;
  border-radius: 50%;
  background-size: cover;
  background-image: url("https://images.unsplash.com/photo-1472698938026-79bed881e5b7?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80");
  background-position: center top;
}

.hero-container{
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: $fun-color;
}

.bubble{
  position: absolute;
  margin: 0;
  padding: 0;
  width: 65%;
  height: 140%;
  border-radius: 0% 0% 50% 50%;
  left: -30%;
  top: -20%;
  background-color: rgba(0, 0, 0, .8);
}
.hero-text {
  //text-align: center;
  position: absolute;
  width: 20%;
  left: 5%;
  top: 25%;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 22px;
  h1{
    font-weight: 400;
    font-family: 'Varela Round', sans-serif;
    font-size: 46px;
  }
  button{
    margin-top: 25px;
    border-radius: 10px;
    padding: 10px;
    font-size: 36px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
    font-size: 22px;
        a{
    letter-spacing: 1.5px;
    font-family: 'Varela Round', sans-serif;
    color: $fun-dark;
    }
  }
  button:hover{
     transform: translate(1px, 1px);
     box-shadow: 0px 2px 2px rgba(0, 0, 0, .25);
     color: $fun-darker;
   }
}


.hero2{
  width: 100%;
  height: 100%;
   background-size: cover;
  background-image: linear-gradient(to bottom left,
      rgba(0, 0, 0, .4),
      rgba(0, 0, 0, 1)
    ), url("https://images.unsplash.com/photo-1531482615713-2afd69097998?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80");
  background-position: center;
  filter: grayscale(40%);
  margin: 0;
  padding: 0;
  overflow: hidden;
}

 .border-text{
    width: 160px;
    text-transform: uppercase;
    z-index: 1;
    font-size: 18px;
    letter-spacing: 1.8px;
    color: $gold;
    text-align: left;
   overflow: hidden;
  }

.hero2-text{
  z-index: 0;
  @extend .hero-text;
  width: 35%;
  top: 35%;
  font-family: 'IBM Plex Serif', serif;
  letter-spacing: 1.8px;
  position: relative;
  border: solid $transparent-gold 2px;
  padding-left: 40px;
  padding-right: 30px;
  p{
    margin: 0px;
  }
  h1{
    font-family: 'Abril Fatface', cursive;
    font-size: 52px;
    letter-spacing: 4px;
  }
  button{
    position: relative;
    border: solid $gold 3px;
    border-radius: 0;
    background-color: hsl(0, 0, 13);
    text-transform: uppercase;
    font-family: 'IBM Plex Serif', serif;
    letter-spacing: 2px;
    margin-left: 0;
    bottom: -40px;
    color: $gold;
    font-size: 18px;
  }
  button:hover{
     transform: translate(0px);
     box-shadow: 0px 2px 2px rgba(0, 0, 0, .25);
     color: $gold;
    background-color: black;
    border: solid $gold 3px;
   }
}

.sticky{
  position: fixed;
  bottom: 0;
}

.hero3{
  @extend .hero2;
  padding: 0;
  margin: 0;
    background-image: linear-gradient(
      rgba(0, 0, 0, .8),
      rgba(0, 0, 0, .2)
    ), url("https://images.unsplash.com/photo-1502086223501-7ea6ecd79368?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2823&q=80");
  background-position: left top;
  .hero3-text{
    position: relative;
    text-align: center;
    font-family: 'IBM Plex Sans', sans-serif;
    top: 25%;
    color: white;
    font-size: 30px;
    font-weight: 100;
    h1{
      font-size: 46px;
      text-transform: uppercase;
      letter-spacing: 2.6px;
      font-family: 'Gotu', sans-serif;
    }
    button {
      margin-top: 20px;
      background-color: rgba(0,0,0,.1);
      color: white;
      font-size: 20px;
      padding: 10px;
      border-radius: 5px;
      letter-spacing: 2.2px;
      text-transform: uppercase;
      font-family: 'IBM Plex Sans', sans-serif;
    }
    button:hover{
      background-color: rgba(0,0,0,.5);
    }
  }
}

@media only screen and (max-width: 600px) {

  .hero-text,.hero2-text,.hero3-text{
    top: 10px;
    margin: auto;
   h1{
    font-size: 30px;
  }
    p{
    font-size: 18px;
  }
  button{
    font-size: 16px;
  }
  }
}


@media (min-width: 768px) {
    .hero.gradient:before {
        background: -webkit-gradient(linear, right top, left top, color-stop(22%, rgba(0, 0, 0, 0)), color-stop(57%, rgba(0, 0, 0, 0.75)), color-stop(82%, rgba(0, 0, 0, 0.82)), color-stop(98%, rgba(0, 0, 0, 0.95)), to(#0a0a0a));
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.75) 57%, rgba(0, 0, 0, 0.82) 82%, rgba(0, 0, 0, 0.95) 98%, #0a0a0a 100%);
    }
}

@media (min-width: 768px) {
    .hero {
        position: relative;
    }

        .hero:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
        }
}

.hero img {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .hero img {
        height: 320px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (min-width: 1200px) {
    .hero img {
        height: auto;
        width: 100%;
    }
}

.hero > div {
    background: #222223;
    padding-top: 25px;
    padding-bottom: 40px;
}

    .hero > div > *:first-child {
        margin-top: 0;
    }

    .hero > div > *:last-child {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .hero > div {
        background: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        max-width: 1200px;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 40px;
    }
}

@media (min-width: 1200px) {
    .hero > div {
        padding-top: 70px;
    }
}

@media (min-width: 768px) {
    .hero > div h1 {
        margin-bottom: 16px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 1200px) {
    .hero > div h1 {
        margin-bottom: 24px;
    }
}

.hero > div p {
    font-size: 18px;
    line-height: 24px;
}

@media (min-width: 768px) {
    .hero > div p {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        margin-bottom: 8px;
    }
}

@media (min-width: 1200px) {
    .hero > div p {
        font-size: 22px;
        line-height: 27px;
    }
}

.hero > div p a {
    text-shadow: none;
}

.hero > div * {
    color: #ffffff;
}

.hero > div aside {
    background: #143f89;
    margin-top: 30px;
    padding-top: 22px;
    padding-bottom: 28px;
    margin-bottom: -40px !important;
}

    .hero > div aside > *:first-child {
        margin-top: 0;
    }

    .hero > div aside > *:last-child {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .hero > div aside {
        display: inline-block;
        position: absolute;
        bottom: -15px;
        padding: 15px 18px 20px;
        right: 20px;
        border: 4px solid #ffffff;
        margin-top: 0;
        margin-bottom: auto !important;
        -webkit-box-shadow: -2px -1px 3px 0 rgba(41, 41, 41, 0.37);
        box-shadow: -2px -1px 3px 0 rgba(41, 41, 41, 0.37);
    }
}

@media (min-width: 1200px) {
    .hero > div aside {
        bottom: -25px;
        padding: 20px 25px 25px;
        right: 25px;
    }
}

@media (min-width: 1250px) {
    .hero > div aside {
        right: 0;
    }
}

@media (min-width: 768px) {
    .hero > div aside > * {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.hero > div aside p {
    font-family: "Metropolis-Bold", sans-serif;
    font-size: 15px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

    .hero > div aside p:before {
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "stb" !important;
        content: "\E90D";
        margin-right: 10px;
        font-size: 20px;
    }

    .hero > div aside p:after {
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "stb" !important;
        content: "\E909";
        font-size: 12px;
        margin-left: 8px;
    }

    .hero > div aside p a {
        color: #ffffff;
        border-bottom: 1px solid;
        font-family: "Metropolis-ExtraBold", sans-serif;
    }

        .hero > div aside p a:hover, .hero > div aside p a:focus {
            color: #e6e6e6;
        }

        .hero > div aside p a:hover, .hero > div aside p a:focus {
            color: #000000;
        }

.hero > div > *:not(aside),
.hero > div aside > * {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 620px;
}

@media (min-width: 768px) {
    .hero > div > *:not(aside),
    .hero > div aside > * {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .hero > div > *:not(aside),
    .hero > div aside > * {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 1250px) {
    .hero > div > *:not(aside),
    .hero > div aside > * {
        padding-left: 0;
        padding-right: 0;
    }
}
