.hero-image .front-up-text{
  display: flex;
  flex-direction: column;
  width:100%;
  max-width: 100%;
  padding: 17px 64px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), #492A72;
  margin-top: 55px;
}

@media(max-width:981px){
	.hero-image .front-up-text{
  		margin-top: 0px;
	}
}

@media(min-width:982px){
	.hero-image .background-overlay-hero-image{
    	margin-top:55px
    }
}

.hero-image .front-up-text .front-up-subtitle{
  color: #FFF;
  font-family: Switzer;
  font-size: 16px;
  font-weight: 600;
  line-height: 124%; 
  text-transform: capitalize;
}

.hero-image .front-up-text .front-up-content{
  color: rgba(255, 255, 255, 0.68);
  font-family: Switzer;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
}

.hero-image .container-content{
  width:100%;
}

.hero-image  {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-image  .hero-content {
  max-width: 1120px;
  justify-self: center;
}

.hero-image  .hero-subtitle {
font-family: Switzer;
  color: #F88306;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 0px;
}

.hero-image .hero-title {
font-family: Sentient;
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 112%; 
  padding-bottom: 20px;
  padding-top: 5px;
}

.hero-image  .hero-description {
  color:  rgba(255, 255, 255, 0.68);
  text-align: center;
  font-family: Switzer;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
  padding: 0px 20px 32px;
}
/* .background-overlay-hero-image {
  text-align: left;
} */

.hero-image .hero-buttons{
  display: flex;
  justify-content: center;
}

.hero-image .hero-buttons .btn {
  display: flex;
  margin: 0 10px;
  padding: 0px 20px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 100px;
  height: 48px;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 124%;
  align-items: center;
  text-decoration: none;
  font-family: Switzer;
}

.hero-image .hero-buttons .btn img{
  display: none;
}
.hero-image .hero-buttons .btn img{
  filter: invert(0);
}
.hero-image .hero-buttons .btn:hover img{
  display: block;
}

/* .hero-buttons .btn:hover{
  animation-name: hopper;
  animation-duration: 1s;
}
@keyframes hopper {
  0% {transform: scale(1,1) translateX(0);}
  10% {transform:scale(1.07,.9) translateX(0)}
  30% {transform: scale(.9,1.1) translateX(-.19em);}
  50% {transform: scale(1.05,.95) translateX(0);}
  57% {transform: scale(1,1) translateX(-.05em);}
  74% {transform: scale(1,1) translateX(.0);}
  100% {transform: scale(1,1) translateX(0);}
} */





.hero-image .hero-buttons {
  transition: all 0.2s ease-in-out;
}

.hero-image .hero-buttons .btn:hover {
  animation: swing 1s ease;
  animation-iteration-count: 1;
}

@keyframes swing {
  15% {
    transform: translateX(3px);
  }
  30% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(1px);
  }
  65% {
    transform: translateX(-1px);
  }
  80% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}








.hero-image .primary-cta {
  border: 0.5px solid rgba(36, 19, 12, 0.32);
  background: #FFF;
  color:#24130C;
}

.hero-image .secondary-cta {
  background: #0E0705;
  color: #FFF;
  border: 0.5px solid rgba(255, 255, 255, 0.28);
}
.hero-image .background-overlay-hero-image{
  position: relative;
  z-index: 1;
}
.hero-image .hero-image{
margin-top: -120px;
z-index: 0;
position: relative;
}

.hero-image .hero-image img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  background-image: 
  radial-gradient(
    67.44% 67.44% at 50.47% 72.19%, 
    rgba(13, 37, 2, 0.00) 0%, 
    rgba(13, 37, 2, 0.15) 23.19%, 
    #0D2502 100%
  );
}

.hero-image .footer-banner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  border-bottom: 0.5px solid rgba(30, 20, 11, 0.32);
}

.hero-image .footer-banner .footer-item {
  color: rgba(30, 20, 11, 0.68);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%; 
  font-family: Switzer;
}
.hero-image .footer-banner .footer-item p{
	margin-bottom:0px;
}
.hero-image .footer-banner .footer-item span{
  color:#1E140B;
  font-weight: 600;
}

.hero-image .footer-banner .footer-item a {
  color: rgba(30, 20, 11, 0.68);
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-image .footer-banner .footer-item a:hover {
  text-decoration: underline;
}

@media(max-width:1024px){
  .hero-image .background-overlay-hero-image {
      background-position: center;
  }
  .hero-image .background-overlay-hero-image .hero-content .hero-title{
      font-size: 40px;
  }
  .hero-image  .container-content .hero-image{
    margin-top: -90px;
  }
  .hero-image .background-overlay-hero-image{
    padding-top: 90px;
  }
}

@media(max-width:1320px){
  .hero-image .background-overlay-hero-image .hero-content .hero-title{
      font-size: 48px;
  }
}

@media(max-width:767px){

  .hero-image .front-up-text{
    padding: 16px;
    text-align: left;
  }

  .hero-image .front-up-text .front-up-subtitle{
    font-size: 15px;
    line-height: 135%; 
  }
  
  .hero-image .front-up-text .front-up-content{
    font-size: 15px;
    line-height: 135%;
  }

  .hero-image {
      padding:0px;
      overflow:hidden;
  }
  .hero-image .background-overlay-hero-image{
      text-align: left;
      padding: 40px 16px 40px 16px;
    }
    .hero-image  .background-overlay-hero-image .hero-content .hero-title{
      text-align: left;
      padding-bottom: 16px;
      font-size: 32px;
    }
    .hero-image .background-overlay-hero-image .hero-content .hero-description{
      text-align: left;
      padding: 0px 0px 20px;
    }
    .hero-image .hero-buttons .secondary-cta{
      display: none;
    }
    .hero-image .footer-banner{
      padding: 16px;
      overflow-x: scroll!important;
      overflow: hidden;
      width: 100%;
      cursor: pointer;
      place-content:start;
    }
    .hero-image .footer-banner .footer-item{
      outline: none;
      cursor: pointer;
      transition: 0.3s;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      border: none;
      white-space: nowrap;
      flex-shrink: 0;
      padding-right: 20px;
    }
    .hero-image .footer-banner .footer-item:last-child{
      padding-right: 0px;
    }
    .hero-image .hero-buttons{
      justify-content: start;
    }
    .hero-image .hero-buttons .btn{
      margin: 0px;
    }
    .hero-image  .hero-image{
      margin-top: -75px;
    }
}

@media(min-width:1024px){
  .hero-image .background-overlay-hero-image{
      padding-top: 56px;
    }
}

@media(min-width:769px){
  .hero-image .background-overlay-hero-image{
      display:flex;
      justify-content:center;
    }
}