tml,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  min-height: 100vh;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 0;
  transition: background-image 0.4s ease;
}

.main-section .main-division {
  background: url(../images/background-1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 0;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  display: grid;
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.wrapper {
  min-width: 250px;
  width: auto;
  max-width: 1300px !important;
  padding: 20px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


.row {
  width: 100%;
  height: 60vh;
  display: flex;
  gap: 30px;
  
}

.player {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  display: flex;
  flex: 0;
  position: relative;
  bottom: 56px;
  left: 0px;
  z-index: 30;
}

.logo {
  width: 200px;
  height: 200px;
  align-self: center;
  margin: 0 25px 0 25px;
}

.cls-1 {
  fill: #053e51;
  fill-rule: evenodd;
}

.cls-1,
.cls-2,
.cls-3 {
  stroke-width: 0px;
}

.cls-2 {
  fill: #f04e38;
}

.cls-3 {
  fill: #fff;
}

.cell {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.cell-fill {
  background-color: #00000020;
  backdrop-filter: blur(10px);
  /* Blurs background behind card */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  /* Support for Safari */
  overflow: hidden;
}

.cell-shrink {
  flex: 0;
  flex-direction: column;
}

.cell-grow {
 width: 100%;
  flex: 1;
  flex-direction: column;
}

.cell-wrapper {
  margin: 0;
  padding: 0;
  height: 100%;
}


.headline {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.swiper {
  height: 100%;
  display: flex;
  flex: 1;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  display: flex;
  max-width: 100%;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 20px;
  text-shadow: #000000 4px 4px 10px;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button {
  --swiper-navigation-color: #ffffff;
}

.swiper-content {
  display:flex;
  flex-direction: column;
  width: 80%;
  margin: 0 0 40px 40px;
}

.stripe-donation{
text-align: center;
  width: 100vw;
}

h2{
  margin-bottom: 0px;
}
.footer{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-shadow: #000000 2px 2px 4px;
}

.footer a{
  color: #fff;
}