.btn,
.btn a {
  display: inline-block;
}
.btn a,
.lang-switch a {
  background-color: #fff;
}
#backToTop,
.line-float {
  position: fixed;
  bottom: 20px;
}
#backToTop,
figcaption {
  background: rgba(242, 225, 193, 0.6);
}
.btn-sec a,
.fb-icon {
  text-align: center;
}
.line-float {
  left: 20px;
  background-color: rgba(6, 199, 85, 0.9);
  color: #fff;
  padding: 8px 12px;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 70;
}
.btn,
.btn a,
.card .btn-submit {
  padding: 0.6rem 1rem;
}
.btn {
  border-radius: 4px;
  background: 0 0;
  font: inherit;
}
.btn-sec,
.card,
.menu-list {
  display: flex;
}
.btn a {
  border-radius: 50px;
  border: 1.5px solid currentColor;
  line-height: 1;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.btn:hover {
  opacity: 0.85;
}
.btn-sec {
  flex-direction: column;
  gap: 1rem;
  background-color: #f2e1c1;
  border-radius: 25px;
  margin-bottom: 1.5em;
}
.menu-list {
  gap: 1rem;
}
.card {
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
}
.card h3,
.card img {
  flex-grow: 1;
}
.card:hover {
  transform: translateY(-5px);
}
.card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 1rem;
}
.card .event-date {
  margin: 0 15px;
  font-size: 1.1em;
  color: #666;
}
.card p {
  margin: 15px;
  font-size: 1em;
  flex-grow: 1;
}
.card .btn-submit {
  margin-top: auto;
}
.figure {
  margin-bottom: 2rem;
}
.figure img {
  border-radius: 4px;
}
figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #333;
  padding: 10px;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
}
@media (pointer: coarse) {
  .card.is-visible figcaption {
    transform: translateY(0);
  }
}
@media (hover: hover) {
  .card:hover figcaption {
    transform: translateY(0);
  }
}
.list {
  display: grid;
  gap: 0.5rem;
}
.lang-switch {
  position: fixed;
  top: 1rem;
  left: 1rem;
  margin-left: 1rem;
  margin-top: 0.5rem;
  z-index: 100;
}
.lang-switch a {
  line-height: 1.3;
  padding: 0.3rem 0.6rem;
  text-transform: uppercase;
  border: 2px solid red;
  color: #00f;
  text-decoration: none;
  opacity: 1;
  transition:
    opacity 0.2s,
    color 0.2s;
}
@media (min-width: 768px) {
  .line-float {
    background-color: #06c755;
    bottom: 40px;
    padding: 14px;
    font-size: 16px;
  }
  .btn-sec {
    flex-direction: row;
    gap: 10rem;
    border-radius: 50px;
  }
  .lang-switch a {
    padding: 0.5rem 1rem;
    line-height: 1.6;
  }
}
.lang-switch a:hover {
  opacity: 1;
  color: #000;
}
.btn-sec2,
.btn-submit {
  background-color: #f2e1c1;
  border: 1.5px solid currentColor;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.btn-sec2 {
  padding: 1rem;
  margin-bottom: 1em;
}
#backToTop:hover,
.btn-sec2:hover,
.btn-submit:hover {
  background-color: #dcedc8;
}
#backToTop {
  display: none;
  right: 30px;
  z-index: 99;
  border: none;
  outline: 0;
  border-radius: 35%;
  font-size: 18px;
}
.fb-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #1877f2;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  border-radius: 3px;
}
.google-icon {
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  background: conic-gradient(
    #4285f4 0 25%,
    #ea4335 25% 50%,
    #fbbc05 50% 75%,
    #34a853 75% 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
}
