body {
  background: white;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  color: rgb(80, 80, 80);
}

html,
body {
  overflow-x: hidden;
}

@media only screen and (min-width: 300px) and (max-width: 680px) {
  html,
  body {
    overflow-x: hidden;
  }
}

.restBody {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  color: white;
  padding-top: 100px;
}

* {
  box-sizing: border-box;
}

@media (max-width: 500px) {
  .restBody {
    padding-top: 0px;
  }
}

/* Slideshow container */
.carouselContainer {
  width: 100vw;
  position: relative;
  margin: auto;
}

@media (max-width: 500px) {
  .carouselContainer {
    padding-top: 0px;
    top: -20px;
  }
}

/* Hide the images by default */
.mySlides {
  display: none;
  width: 100%;
}

.mySlides img {
  width: 100%;
  object-fit: cover;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.caption {
  position: absolute;
  top: 35%;
  left: 7%;
  width: auto;
  color: white;
  font-family: "Ubuntu", sans-serif;
  font-size: 3.2vw;
  letter-spacing: 2px;
  transition: 0.6s ease;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid rgb(222, 38, 38);
  border-radius: 10px;
}

.joinButton {
  border: 0px solid rgb(222, 38, 38);
  color: white;
  border-radius: 10px;
  background: rgb(222, 38, 38);
  cursor: pointer;
  font-size: 1.1vw;
  letter-spacing: 0.8px;
  padding: 15px 33px;
  display: inline-block;
  position: absolute;
  top: 55%;
  left: 7%;
}

.joinButton:hover {
  background-color: white;
  color: rgb(222, 38, 38);
  border: 2px solid rgb(222, 38, 38);
}

.topMobile {
  top: 10px;
  margin-top: 0px;
}

@media only screen and (min-width: 300px) and (max-width: 680px) {
  .caption {
    position: absolute;
    top: 45%;
    left: 8%;

    font-size: 4.2vw;
  }

  .topMobile {
    top: 10px;
    margin-top: 0px;
  }

  .joinButton {
    font-size: 3.3vw;
    letter-spacing: 0.8px;
    padding: 10px 25px;
    display: inline-block;
    position: absolute;
    top: 63%;
    left: 8%;
  }
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.flexColContainer2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  font-size: 1.3vw;
  text-align: justify;
  color: rgb(80, 80, 80);
}

.flexColContainer2 img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: top;
}

.sectionTitle {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 3.5vw;
  padding: 20px 10px 10px 30px;
  text-align: center;
  color: rgb(100, 100, 100);
}

.subsectionTitle {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 2.5vw;
  padding: 20px 10px 10px 30px;
  text-align: left;
  color: rgb(100, 100, 100);
}

.sectionDesc {
  width: 90%;
  margin-left: 5%;
  text-align: justify;
  font-size: 1.2vw;
  font-family: "Roboto";
  color: rgba(80, 80, 80, 1);
  font-weight: 300;
  margin-bottom: 50px;
}

@media (max-width: 500px) {
  .sectionTitle {
    font-size: 6vw;
    padding-bottom: 25px;
    top: 10px;
  }

  .subsectionTitle {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 4.5vw;
    padding: 20px 10px 10px 30px;
    text-align: left;
    color: rgb(100, 100, 100);
  }

  .sectionDesc {
    width: 90%;
    margin-left: 5%;
    text-align: justify;
    font-size: 4vw;
    padding: 10px 0px;
  }
}

.eventTitle1 {
  font-family: "bangla_mnregular";
  font-size: 4vw;
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
}

.eventLocation {
  font-size: 2.2vw;
  font-weight: 700;
  position: absolute;
  top: 105px;
  width: 100%;
  text-align: center;
  letter-spacing: 1.5px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.locationSpan {
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.moreInfoEvent {
  font-family: "Roboto";
  font-size: 1.1vw;
  position: absolute;
  top: 155px;
  width: 100%;
  text-align: center;
  color: rgb(70, 70, 70);
  font-weight: 700;

  letter-spacing: 2px;
}

@media (min-width: 1500px) {
  .eventTitle1 {
    font-family: "bangla_mnregular";
    font-size: 3vw;
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
  }

  .eventLocation {
    font-size: 2.2vw;
    position: absolute;
    top: 115px;
    width: 100%;
    text-align: center;
    letter-spacing: 1.5px;
  }

  .moreInfoEvent {
    font-family: "Roboto";
    font-size: 0.6vw;
    position: absolute;
    top: 145px;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
  }
}

.registerEventContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.redRow {
  width: 40%;
  height: 80px;
  background-color: rgb(238, 22, 22);
}

.regnButton {
  background-color: white;
  width: 18%;
  border: 1px solid white;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Roboto";
  font-weight: 400;
  cursor: pointer;
}

.regnButton:hover {
  background-color: rgb(238, 22, 22);
  color: white;
}

@media (max-width: 500px) {
  .eventTitle1 {
    font-size: 5vw;
  }

  .eventLocation {
    font-size: 4.1vw;
    top: 80px;
  }

  .moreInfoEvent {
    font-size: 2.5vw;

    top: 120px;
  }

  .redRow {
    width: 15%;
    height: 60px;
  }

  .regnButton {
    background-color: white;
    width: 60%;
    border: 1px solid white;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 3vw;
  }
}

.overScreenContainer {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw; /* viewport width */
  height: 100vh; /* viewport height */
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
  background-color: white;
}

.closeButton {
  color: red;
  font-family: "Arial";
  font-size: 2vw;
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.formParent {
  width: 100%;
}

.formTitleSection {
  width: 100%;
  height: 20%;
  position: fixed;
  top: 0;
  background-color: rgb(246, 246, 246);
  border-bottom: 1px solid rgb(210, 210, 210);
}

.formTitleDesc {
  font-size: 1.2vw;
  width: 100%;
  text-align: center;
  color: rgb(175, 47, 47);
}

.formScrollContainer {
  width: 100%;
  margin-top: 15%;
  overflow-y: scroll;
}

.formRow {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}

.formCol {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 10%;
  margin-bottom: 30px;
}

.formCaption {
  font-family: "Roboto", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  margin-bottom: 10px;
  color: rgb(80, 80, 80);
}

.form_item {
  width: 100%;
  margin-top: 2px;
  margin-bottom: 20px;
  color: rgb(128, 128, 128);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.form_input {
  height: 35px;
  width: 40%;
  border: 1px solid rgb(128, 128, 128);
  border-radius: 5px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  outline: none;
  text-align: center;
}

.form_input_red {
  height: 35px;
  width: 40%;
  border: 1px solid red;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  outline: none;
  text-align: center;
}

.form_text_area {
  height: 100px;
  width: 40%;
  border: 1px solid rgb(128, 128, 128);
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  outline: none;
  text-align: center;
}

.form_text_area_red {
  height: 100px;
  width: 40%;
  border: 1px solid red;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  outline: none;
  text-align: center;
}

.inputDesc {
  font-size: 1.1vw;
  font-family: "Roboto", sans-serif;
  margin-left: 15px;
  font-weight: 400;
  display: block;
}

@media (max-width: 500px) {
  .formTitleSection {
    width: 100%;
    height: 20%;
    position: fixed;
    top: 0;
    background-color: rgb(246, 246, 246);
    border-bottom: 1px solid rgb(210, 210, 210);
  }

  .inputDesc {
    display: none;
  }

  .formTitleDesc {
    font-size: 3.2vw;
    width: 100%;
    text-align: center;
    color: rgb(175, 47, 47);
  }

  .formCaption {
    font-family: "Roboto", sans-serif;
    font-size: 4vw;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(80, 80, 80);
  }

  .form_input {
    height: 30px;
    width: 80%;
    border: 1px solid rgb(128, 128, 128);
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    padding: 4px;
    outline: none;
  }
  .form_text_area {
    height: 100px;
    width: 80%;
    border: 1px solid rgb(128, 128, 128);
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    padding: 4px;
    outline: none;
  }

  .form_text_area_red {
    height: 100px;
    width: 80%;
    border: 1px solid red;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    padding: 4px;
    outline: none;
    text-align: center;
  }

  .formScrollContainer {
    margin-top: 40%;
  }

  .closeButton {
    font-size: 4vw;
  }
}

.enq_button {
  border: 2px solid rgb(222, 38, 38);
  color: rgb(222, 38, 38);
  border-radius: 10px;
  background: white;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 15px 33px;
  display: inline-block;
  width: 200px;
  margin-top: 50px;
  margin-left: 40%;
  margin-bottom: 30px;
}

.enq_button:hover {
  background-color: rgb(222, 38, 38);
  color: white;
  border: 2px solid rgb(222, 38, 38);
}

@media only screen and (min-width: 300px) and (max-width: 680px) {
  .enq_button {
    margin-left: 25%;
  }
}

.formRow2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.logoContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100vh;
  background-color: rgb(246, 246, 246);
}

.logoContainer img {
  width: 70%;
  height: auto;
}

.logoMissionMessage {
  border-top: 1px solid rgb(200, 200, 200);
  border-bottom: 1px solid rgb(200, 200, 200);
  padding: 10px 0 10px 0;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 2.5vw;
  color: rgb(100, 100, 100);
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.successMessage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 60%;
  height: 100vh;
}

.successCaption {
  font-size: 1.5vw;
  color: rgb(80, 80, 80);
  font-weight: 300;
  margin-top: 10px;
  width: 70%;
  line-height: 33px;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.carousel-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
  opacity: 0;
  object-fit: fill;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-caption {
  text-align: center;
}

.carousel-caption h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.carousel-caption p {
  font-size: 16px;
  margin-bottom: 20px;
}

#prevBtn,
#nextBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 20px 10px;
  cursor: pointer;
  z-index: 990;
}

#prevBtn {
  left: 10px;
}

#nextBtn {
  right: 10px;
}

@media (max-width: 500px) {
  .carousel-container {
    height: 300px;
  }

  #prevBtn {
    left: 0px;
    top: 60%;
  }

  #nextBtn {
    right: 0px;
    top: 60%;
  }
}

/* news section */

.newsParentScroller {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  left: 0;
  margin: 0px 0px 50px 0px;
}

.newsItem {
  width: 30%;

  cursor: pointer;
  margin: 20px 20px 50px 20px;
}

.newsItem a {
  text-decoration: none;
  color: rgb(80, 80, 80);
}

.newsImg {
  width: 100%;
  height: 200px;
  object-fit: cover;
  position: center center;
  overflow: clip;
}

.newsImg img {
  width: 100%;
  height: auto;
}

.newsDate {
  margin-top: 5px;
  font-size: 0.9vw;
  letter-spacing: 3px;
}

.newsTitle {
  /* font-family: "Ubuntu", sans-serif; */
  font-size: 1.5vw;
  font-weight: 600;
  border-bottom: 1px dotted rgb(150, 150, 150);
  padding-bottom: 5px;
  margin-top: 5px;
  color: rgb(50, 50, 50);
}

.newsDesc {
  margin-top: 5px;
  font-size: 1vw;
  text-align: justify;
}

.readMoreButton {
  background-color: white;
  border: 1px solid rgb(238, 22, 22);

  color: rgb(238, 22, 22);
  border-radius: 5px;
  font-size: 1vw;
  padding: 5px 8px;
  cursor: pointer;
  margin-top: 20px;
}

.readMoreButton:hover {
  background-color: rgb(238, 22, 22);
  border: 1px solid rgb(238, 22, 22);
  color: white;
}

@media (max-width: 500px) {
  .newsParentScroller {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    left: 0;
    margin: 0px 0px 0px 0px;
  }

  .newsItem {
    margin-top: 20px;
    width: 100%;
    height: auto;
    cursor: pointer;
    margin: 30px 0;
  }

  .newsDate {
    margin-top: 5px;
    font-size: 2.9vw;
    letter-spacing: 3px;
    padding: 15px 0 0 15px;
  }

  .newsTitle {
    /* font-family: "Ubuntu", sans-serif; */
    font-size: 4.8vw;
    font-weight: 600;
    border-bottom: 1px dotted rgb(150, 150, 150);
    padding: 5px 15px 10px 15px;
    margin-top: 1px;
    color: rgb(50, 50, 50);
  }

  .newsDesc {
    margin-top: 5px;
    font-size: 3.2vw;
    text-align: justify;
    padding: 15px;
  }

  .readMoreButton {
    background-color: white;
    border: 1px solid rgb(238, 22, 22);

    color: rgb(238, 22, 22);
    border-radius: 5px;
    font-size: 3vw;
    padding: 5px 8px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 50px;
  }

  .readMoreButton:hover {
    background-color: rgb(238, 22, 22);
    border: 1px solid rgb(238, 22, 22);
    color: white;
  }
}

.formRow3 {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (max-width: 500px) {
  .formRow3 {
    flex-direction: column;
  }
}

.goldVideo {
  width: 100vw;
  height: 400px;
}

.goldVideo iframe,
.goldVideo object,
.goldVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoEmbed {
  position: relative;
  width: 100vw;
  height: 280px;
  overflow: hidden;
  margin-top: 0px;
  background-image: url("../images/goldWavesBackground.jpg");
  background-repeat: no-repeat;
  background-color: black;
}

.viddd {
  position: absolute;
  top: 0px;
  margin-left: 0px;
  width: 100vw !important;
  height: 1000px !important;
  overflow: hidden;
  border: 0;
  padding-bottom: 200px;
}

.vidCover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.goldStdTitle {
  /* font-family: "krungthepregular"; */
  font-family: Arial Black;
  font-weight: bold;
  font-size: 5vw;
  text-align: center;
  width: 80%;
}

.userExpTitle {
  font-size: 2.4vw;
  /* font-family: "Open Sans", sans-serif; */
  color: white;
  font-weight: 400;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.expDesc {
  font-size: 1.5vw;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  color: white;
  font-weight: 600;
  width: 60%;
  margin-top: 60px;
  margin-bottom: 40px;
}

.planEventButton {
  font-family: "Roboto";
  font-size: 1.3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  border-radius: 35px;
  padding: 10px 35px 10px 35px;
  margin-top: 30px;
  cursor: pointer;
}

.planEventButton:hover {
  background: white;
  color: black;
}

.videoEmbed2 {
  position: relative;
  width: 100vw;
  height: 768px;
  overflow: hidden;
  margin-top: 0px;
  background-image: url("../images/goldWavesBackground.jpg");
  background-repeat: no-repeat;
  background-color: black;
}

@media (max-width: 500px) {
  .videoEmbed {
    position: relative;
    width: 100vw;
    height: 200px;
    overflow: hidden;
    margin-top: 0;
    background-image: url("../images/goldWavesBackground.jpg");
    background-repeat: no-repeat;
  }

  .videoEmbed2 {
    position: relative;
    width: 100vw;
    height: 400px;
    overflow: hidden;
    margin-top: 0;
    background-image: url("../images/goldWavesBackground.jpg");
    background-repeat: no-repeat;
  }

  .viddd {
    position: absolute;
    top: 0px;
    margin-left: 0px;
    width: 300vw !important;
    height: 1000px !important;
    overflow: hidden;
    border: 0;
    padding-bottom: 250px;
  }

  .vidCover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .goldStdTitle {
    /* font-family: "krungthepregular"; */
    font-size: 5vw;
    text-align: center;
    margin-top: 40px;
    width: 90%;
  }

  .userExpTitle {
    font-size: 4.4vw;
    font-family: "Roboto";
    color: white;
    font-weight: 400;
  }

  .expDesc {
    font-size: 3.5vw;
    font-family: "Open Sans", sans-serif;
    text-align: justify;
    color: white;
    font-weight: 600;
    width: 80%;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .planEventButton {
    font-size: 3.3vw;
    border: 2px solid white;
    border-radius: 35px;
    padding: 10px 35px 10px 35px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.overTopContainer {
  display: flex;
  flex-direction: column;
  position: fixed;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(250, 250, 250, 0.95);
  background-repeat: repeat;
  backdrop-filter: blur(10px);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 995;
  display: none;
}

.closeButton {
  position: absolute;
  right: 50px;
  top: 30px;
  color: rgb(255, 255, 255);
  font-family: Arial;
  font-size: 2vw;
  cursor: pointer;
  z-index: 999;
}

@media (max-width: 500px) {
  .closeButton {
    font-size: 4vw;
    right: 5px;
    top: 20px;
  }
}

.titleForForm {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 3.5vw;
  padding: 20px 10px 30px 30px;
  text-align: center;
  color: rgb(100, 100, 100);
  width: 100%;
  background: red;
  color: white;
  top: 0;
  left: 0;
  z-index: 998;
}

.restEveCont {
  height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  color: rgb(80, 80, 80);
}

.para {
  width: 80%;
  margin: auto;
  font-family: "Roboto";
  font-size: 1.3vw;
  font-weight: 300;
  text-align: justify;
}

@media (max-width: 500px) {
  .para {
    width: 85%;
    margin: auto;
    font-family: "Roboto";
    font-size: 3.3vw;
    font-weight: 300;
    text-align: justify;
  }
}

.associationRow {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  justify-content: space-around;
}

.associationMarginBottom {
  margin-bottom: 80px;
}

.associationImage {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
}

.associationImage img {
  width: 60%;
  height: 80%;
}

.associationDesc {
  width: 70%;
  padding: 40px;
  color: rgb(80, 80, 80);
  font-size: 1.3vw;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
}

@media (max-width: 500px) {
  .associationRow {
    display: flex;
    flex-direction: column;
  }

  .associationMarginBottom {
    margin-bottom: 20px;
  }

  .associationImage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 0px solid rgb(80, 80, 80);
    width: 100%;
  }

  .associationImage img {
    width: 30%;
    height: auto;
  }

  .associationDesc {
    width: 100%;
    padding: 5%;
    color: rgb(80, 80, 80);
    font-size: 3.5vw;
    border-bottom: 1px solid gray;
  }
}

.background-section {
  position: relative;
  background-image: url("./images/gsbhRegisterBackground1.webp");
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

/* Overlay for text readability */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay */
}

/* Text content */
.content {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.register-button {
  background: red;
  color: white;
  padding: 15px 30px;
  font-size: 1.1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none; /* Remove underline */
}

.register-button:hover {
  background-color: red;
}

/* Responsive design */
@media (max-width: 768px) {
  .content h1 {
    font-size: 2rem;
  }

  .content p {
    font-size: 1rem;
  }

  .register-button {
    font-size: 1rem;
    padding: 12px 25px;
  }
}
