/* TAG 6_8_1 */
a, a:hover {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inline-flex-center {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.min-vh-md-100 {
  min-height: 100vh;
}

.backdrop {
  background-color: rgba(143, 143, 143, 0.3);
  backdrop-filter: blur(3px);
}

.logo {
  width: 44px;
  height: 44px;
  border-radius: 0.5em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.title1 {
  font-size: 36px;
}
.title2 {
  font-size: 56px;
}
.title3, .title4 {
  font-size: 24px;
}
.home-title, footer {
  font-size: 16px;
}
.contact {
  font-size: 20px;
}
.contact-img {
  width: 40px;
  height: auto;
}

.box-shadow {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.6);
}

.text-shadow-sm {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.home-title {
  background: rgba(176, 0, 0, 0.5);
  color: #fff;
}

.qrcode-corner {
  background: 
    url(../images/corner/1.svg) top left no-repeat,
    url(../images/corner/2.svg) top right no-repeat,
    url(../images/corner/3.svg) bottom left no-repeat,
    url(../images/corner/4.svg) bottom right no-repeat;
}

.qrcode {
  padding: 12px;
  border-radius: 12px;
}

.qrcode-text {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ddd;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 0 2px 10px rgba(56, 56, 56, 0.2);
}

.btn-radical-red {
  padding: 0.75rem 1rem;
  min-width: 250px;
  border-radius: 5px;
  background-image: linear-gradient(#fe7a44, #fe3c60);
  text-align: center;
}

.btn-outline-coral {
  padding: 0.75rem 1rem;
  min-width: 250px;
  border: 1px solid #fe7944;
  border-radius: 5px;
  background-color: #fce766;
  text-align: center;
}

.rounded-xl {
  border-radius: 8px;
}

.bg-festival {
  background-color: #fce766;
}

.bg-coral {
  background-color: #fe7944;
}

.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.text-mine-shaft {
  color: #333333;
}

.text-gallery {
  color: #ececec;
}

.text-mercury {
  color: #e5e5e5;
}

.text-red-orange {
  color: #fe373c;
}

.text-coral {
  color: #fe7944;
}

.border-boulder {
  border-color: rgba(119, 119, 119, 0.15);
}

.font-size-14 {
  font-size: 14px;
}

.font-size-12 {
  font-size: 12px;
}

.mask-content-title{
  font-size: 1.3rem;
}

.mask-btn{
  border-radius: 76px;
  width: 60%;
  height: 3.5rem;
  font-size: 1.6rem;
  background-color: #f1c40f;
}

.mask-btn:focus {
  outline: none;
}

@media (max-width: 767px) {
  .min-vh-md-100 {
    min-height: 0;
  }

  .logo {
    width: 35px;
    height: 35px;
  }

  .title1 {
    font-size: 22px;
  }
  .title2 {
    font-size: 32px;
  }
  .title3, .title4 {
    font-size: 16px;
  }
  .home-title, footer {
    font-size: 12px;
  }
  .contact {
    font-size: 12px;
  }
  .contact-img {
    width: 28px;
  }

  .box-shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }

  .home-title {
    background: rgba(176, 0, 0, 0.82);
  }

}