.corner-df-bg {
	background-image:url(https://www.afmg.eu/sites/default/files/2024-10/landing_page_bg_test.png) !important;
	background-repeat: no-repeat;
	background-size:cover;
}

.ng-mg-b {
	margin-bottom: -80px !important;
}
.light-text {
  font-weight: 300;
}
.bg-ease {
	background-color: #b93319;
	background: linear-gradient(to bottom, #b93319 0%, #c94e38 100%);
}
.bg-ease-g {
background: rgb(185,51,25);
background: linear-gradient(0deg, rgba(185,51,25,1) 0%, rgba(58,151,180,0) 29%);
}
.color-ease {
	color:#b93319;
}
.lp-d-flex {
		display: flex !important;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.parallax-background-1 {
  position: fixed;
  top: 200vh;
  left: 0;
  width: 100vw;
  height: 70vh;
  z-index: -1; /* Ensure it's behind other content */
  background-attachment: fixed;
  background-size: cover; /* Or 'contain' depending on your needs */
  background-position: center;
  background-image:url(https://www.afmg.eu/sites/default/files/2024-10/3d6.png);
}
    
 .discount-sticker {
		position: absolute;
    top: 95%;
    left: 50%;
    /* transform: translate(0, -61%); */
    background-color: #b93319;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 10;
    border: white solid 2px;
}

@media (max-width: 768px) { 
  .discount-sticker {
				top: 0;
        left: unset;
        max-width: 100%;
        position: relative;
        text-align: center;
  }
}