/*
-------------------------------------
Created from scratch by 
KV Marketing Solutions for Genesis Tublars
-------------------------------------
*/


/*
-------------------------------------
Header
-------------------------------------
*/

.hero {
    background-image: url('../img/hero-image.jpg');
    background-size: cover;                     
    background-repeat: no-repeat;
    background-position: center center;
    height: 90vh;
    position: relative;
}

/*
-------------------------------------
Image Revolver
-------------------------------------
*/


#revolver-01 {
    background-image: url('../img/revolver-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20rem;
    height: 25rem;
    border-radius: 10px;
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, .3);
    z-index: 3;
    place-self: center;
    transition: .5s;
}

#revolver-02 {
    background-image: url('../img/hero-image-about.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20rem;
    height: 25rem;
    border-radius: 10px;
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, .3);
    z-index: 2;
    place-self: center;
    transform: translate(-200px, -150px);
    transition: .5s;
}

#revolver-03 {
    background-image: url('../img/revolver-02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20rem;
    height: 25rem;
    border-radius: 10px;
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, .3);
    z-index: 1;
    place-self: center;
    transform: translate(200px, -100px);
    transition: .5s;
    
}

#revolver-04 {
    background-image: url('../img/hero-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20rem;
    height: 25rem;
    border-radius: 10px;
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, .3);
    z-index: 1;
    place-self: center;
    transform: translate(200px, -100px);
    transition: .5s;
    
}

.image-revolver  {
    width: 100%;
    height: 30rem;
    margin-bottom: 4rem;

    display: grid;
    place-items: center;
    place-content: center;
    transition: .5s;

}

.image-revolver > * {
    grid-area: container;
    max-width: 100%;
  }
  

ol {
    cursor: pointer;
    width: 40%;
    font-weight: bold;
    transition: .5s;
}

ol:hover ~ .arrow {
    transform: translate(10px);
    transition: .5s;
  }

ol:not(:hover) ~ .arrow {
    transform: none;
    transition: .5s;
  }

.revolver-title {
  position: relative;
  transition: 1s;
}

.revolver-title>h3{
   opacity: 0;
   position: absolute;
   transition: 1s;
 }

.revolver-title>h3[data-active="active"] {
   opacity: 100;
   position: relative;
   transition: 1s;
 }

 .revolver-paragraph {
    position: relative;
    transition: 1s;
 }

 .revolver-paragraph>p{
    opacity: 0;
    position: absolute;
    transition: 1s;
  }
 

 .revolver-element[data-hidden="hidden"] {
    opacity: 0;
    transition: 1s;
 }

 .revolver-active {
  opacity: 100 !important;
  position: relative !important;
  transition: 1s;
 }

 .revolver-scroll {
  margin: inherit;
  padding: inherit;
  text-decoration: none;
 }

 .revolver-title h3{
  font-weight: 700;
 }

 .grid {
  display: grid;
  gap: 8em; 
 }

.ticker-element {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
  padding: 1em;
  border-radius: 5px;
 }

 .smaller {
  font-size: .7rem;
 }

 .stock-ticker {
  width: 90%;

 }

.ticker-element>p {
  font-size: 2rem;
}

 .ticker-additional {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
 }

 .additional-element:nth-child(1){
  margin-bottom: 3em;
 }

 .additional-element p{
  margin: 0;
  padding: 0;
 }

@media (min-width: 50em) {
  .grid {
  grid-template-columns: repeat(2, 1fr); 
 }
}

  @media only screen and (max-width: 1650px) {
    #revolver-01 {
        width: 15rem;
        height: 20rem;
        transition: .5s;
    }
    #revolver-02 {
        width: 15rem;
        height: 20rem;
        transition: .5s;
        transform: translate(-120px, -100px);
    }
    #revolver-03 {
        width: 15rem;
        height: 20rem;
        transition: .5s;
        transform: translate(120px, -50px);
    }

    .image-revolver  {
        margin-bottom: 1rem;
        transition: .5s;
    }
  }

  @media only screen and (max-width: 1350px) {
    ol {
        width: 60%;
        transition: .5s;
    }
  }

  @media only screen and (max-width: 550px) {
    .hero {
      height: 40rem;
      transition: .5s;
    }
  }

  @media only screen and (max-height: 725px) {
    
    .home-container {
      position: relative;
      margin-left: 1em !important;
      margin-top: 2em !important;


    }
    .titles {
      padding: 0 !important;
      margin-bottom: 0rem !important;

      transition: .5s;
   
      }

      .left-align {
        padding: 0 !important;
        margin: 0 !important;
      }
  }

  .image-grid-element-01 {
    background-image: url('../img/image-grid-01.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .image-grid-element-02 {
    background-image: url('../img/image-grid-02.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .image-grid-element-03 {
    background-image: url('../img/revolver-03.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .image-grid-element-04 {
    background-image: url('../img/image-grid-04.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }