.h1 {
  animation: 1s both fadeInUp;
  font-size: 5rem;
}

@media (max-width: 600px) {
  .h1 {
    font-size: 3rem;
  }
}
#lead-media-basic-hm {
  position: relative;
}

#lead-media-basic-hm::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;   /* width of the caret */
  height: 8px;  /* height of the caret */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid white; /* caret color */
  opacity: 0.8;
  animation: bounce 2s infinite;
  pointer-events: none;
  user-select: none;
  z-index: 10;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-8px);
  }
  60% {
    transform: translateX(-50%) translateY(-4px);
  }
}

.theme-red-hm .brand-button-hm {
       color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0);
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(255, 255, 255) !important;
    border-image: initial !important;
}

.theme-red-hm .brand-button-hm:hover, .theme-red-hm .brand-button-hm:focus {
background-color: #fff !important;
color: #262525 !important;
}

h2 {
    font-size: 3.1rem;
}
            

           
           .promo-gateway-hm + .promo-gateway-hm .promo-grid {
               border-top: none !important;
           }
           
               .title-slide-hm .parallax-box {
    color: white;
   background: transparent !important;
  
   }
   
       .new-title-slide-hm .parallax-box {
    color: white;
   background: transparent !important;
  
   }
       .index-slide-hm .parallax-box .content-region-hm {
margin: auto !important;
   }
   
   
     
   .second-para {
           background: rgba(0, 0, 0, .6);
           margin-top: 6rem !important;
   }
   
   
   .title-slide-hm .parallax-content-hm {
       background: rgba(0,0,0,0.3);
  margin-top: -3rem;
}

   .new-title-slide-hm .parallax-content-hm {
       background: rgba(0,0,0,0.3);
  margin-top: -3rem;
}

@media (min-width: 1024px) {

.parallax-content-hm:not(.grid-x){
    margin: 0 !important;
    width: 50% !important;
}

.divided-parallax-image-hm:has(.parallax-image-hm){
    width: 50% !important;
}

.divided-parallax-image-hm {
     margin: 0 !important;
}
.divided-parallax-image-hm .parallax-image-hm{
    max-width: none !important;
}
.divided-parallax-hm{
    width: 102% !important;
}

}
   
