.rumbles-container {
  display: flex;
  gap: 20px;
  /* width: calc(100% - 200px); */
  margin: auto;
  margin-top: 80px;
  padding-bottom: 160px;
  overflow-x: auto;
}

.icon_rotate {
  rotate: 270deg;
}

.content-container {
  /* overflow: hidden; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  animation: taadaa 0.3s ease both;
  transition: all 0.8s ease-in-out;
}

.flash-rumble-col.show,
.normal-rumble-col.show,
.rumble-league-col.show {
  display: flex;
  flex-direction: column;
}

.flash-rumble-col.hide,
.normal-rumble-col.hide,
.rumble-league-col.hide {
  height: fit-content;
}

.hidden {
  display: none;
}

@keyframes taadaa {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.shown {
  max-height: 100%;
  /* Adjust this value based on the expected content height */
  /* Add your desired padding */
}

.flash-rumble-col {
  width: 33.33%;
  padding: 50px 30px;
  text-align: center;
  border: 1px solid #f5484d;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  transition: height 0.5s ease-in-out;
  animation: taadaa 0.3s ease both;
}

.normal-rumble-col {
  width: 33.33%;
  padding: 50px 30px;
  text-align: center;
  border: 1px solid #f5484d;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.rumble-league-col {
  width: 33.33%;
  padding: 50px 30px;
  text-align: center;
  border: 1px solid #f5484d;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.flash-rumble-col h4,
.normal-rumble-col h4,
.rumble-league-col h4 {
  color: black;
  font-size: 28px;
  font-family: "Revive80";

  line-height: 28px;
  text-align: left;
}

.flash-rumble-sub-hea {
  color: black;
  font-size: 24px;
  font-family: "DINRegular";
  text-align: center;
  font-weight: 500;
}

.normal-rumble-sub-hea {
  color: black;
  font-size: 24px;
  font-family: "DINRegular";
  word-spacing: -1px;
  text-align: center;
  font-weight: 500;
}

.league-rumble-sub-hea {
  color: black;
  font-size: 24px;
  font-family: "DINRegular";
  text-align: center;
  font-weight: 500;
}

.flash-rumble-content {
  color: black;
  font-size: 18px;
  font-family: "DINRegular";

  text-align: center;
}

.normal-rumble-content {
  color: black;
  font-size: 18px;
  font-family: "DINRegular";

  text-align: center;
}

.league-rumble-content {
  color: black;
  font-size: 18px;
  font-family: "DINRegular";

  text-align: center;
}

/* .flash-rumble-create-con,
.normal-rumble-create-con {
  margin-top: 45px;
} */

.flash-rumble-create-con a,
.normal-rumble-create-con a {
  color: white;
  font-size: 24px;
  font-family: "DINBold";
  background-color: #f5484d;
  padding: 15px 20px;
  border-radius: 5px;
  border: 0;
  padding-bottom: 9px;
  text-decoration: none;
  white-space: nowrap;
}

.league-rumble-create-con a {
  color: white;
  font-size: 24px;
  font-family: "DINBold";
  background-color: #f5484d;
  padding: 15px 20px;
  border-radius: 14px;
  padding-bottom: 9px;
  border: 0;
  text-decoration: none;
  white-space: nowrap;
}

.rumbles-container img {
  height: 65px !important;
}

.rumble-league-col button {
  color: white;
  font-size: 27px;
  font-family: "DINBold";
  background-color: #f5484d;
  padding: 10px 20px;
  border-radius: 14px;
  border: 0;
}
.pcursor {
  cursor: pointer;
}

@media (max-width: 480px) {
  /* .flash-rumble-content,
  .league-rumble-content,
  .normal-rumble-content {
    display: none;
  } */

  .content-container .flash-rumble-create-con a,
  .content-container .normal-rumble-create-con a,
  .content-container .league-rumble-create-con a {
    padding: 16px 16px;
    font-size: 18px;
    font-family: "DINBold" !important;
    padding-bottom: 10px;
    font-weight: 500;
  }

  .flash-rumble-col h4,
  .normal-rumble-col h4,
  .rumble-league-col h4 {
    font-size: 22px !important;
    line-height: 18px;
  }

  .rumbles-container img {
    height: 50px !important;
  }
}

@media (max-width: 767px) {
  .rumbles-container {
    margin-top: 35px;
    /* display: block; */
    margin-bottom: 35px;
    width: 100%;
    padding: 0 10px;
    row-gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .rumbles-container img {
    height: 55px;
  }

  .flash-rumble-col {
    width: 100%;
    padding: 20px 20px;
    gap: 15px;
  }

  .normal-rumble-col {
    width: 100%;
    padding: 20px 20px;
    gap: 15px;
  }

  .rumble-league-col {
    width: 100%;
    padding: 20px 20px;
    gap: 15px;
  }

  .flash-rumble-col h4,
  .normal-rumble-col h4,
  .rumble-league-col h4 {
    font-size: 20px;
    line-height: 18px;
  }

  .flash-rumble-sub-hea {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
  }

  .flash-rumble-content {
    font-size: 16px;
    margin-top: 20px;
  }

  .flash-rumble-col button {
    font-size: 17px;
    padding: 10px 10px;
    margin-top: 20px;
  }

  .normal-rumble-sub-hea {
    font-size: 18px;
    margin-top: 20px;
  }

  .normal-rumble-content {
    font-size: 16px;
    /* margin-top: 20px; */
  }

  .normal-rumble-col button {
    font-size: 17px;
    padding: 10px 10px;
    margin-top: 20px;
  }

  .league-rumble-sub-hea {
    font-size: 18px;
    margin-top: 20px;
  }

  .league-rumble-content {
    font-size: 16px;
    /* margin-top: 20px; */
  }

  .rumble-league-col button {
    font-size: 17px;
    padding: 10px 10px;
    margin-top: 20px;
  }

  .flash-rumble-create-con a {
    padding: 6px 10px;
    font-size: 22px;
    font-weight: 500;
  }
}

@media (max-width: 1024px) {
  .rumbles-container img {
    height: 42px !important;
  }

  .flash-rumble-col h4,
  .normal-rumble-col h4,
  .rumble-league-col h4 {
    font-size: 18px;
    line-height: 20px;
  }

  .rumbles-container {
    width: 100%;
    padding: 0 10px 100px;
    margin: 50px auto;
  }

  .choose-rumb-type-container.w-1320 {
    width: 100%;
  }

  .footer-container {
    width: 100%;
  }

  .flash-rumble-create-con a,
  .normal-rumble-create-con a,
  .league-rumble-create-con a {
    color: white;
    font-size: 18px;
    font-family: "DINREGULAR";
    background-color: #f5484d;
    padding: 15px 10px;
    border-radius: 14px;
    border: 0;
    padding-bottom: 9px;
    text-decoration: none;
    white-space: nowrap;
  }
}

@media (max-width: 1200px) {
  .rumbles-container img {
    height: 42px !important;
  }
}
