@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&display=swap');

.myfonts {
  font-family: "Caveat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  color: #121212;
}

.sub_main {
  background: url(./images/kujakubg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 50px;
}
.dance p,
.dance ul,
.dance h3{
  color: #ffffff;
}
.dance h5 {
  color: #ffff00;
}
.img-fluid {
  width: 100%;
}
.btn-main {background: rgb(181, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(181, 0, 0)), to(rgba(219, 0, 0, 0.6)));
  background: linear-gradient(90deg, rgb(181, 0, 0) 0%, rgba(219, 0, 0, 0.6) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 10px;
  border-radius: 50px;
  font-size: 20px;
  width: 300px;
  color: #fff;
  font-weight: 600;
}
.btn-main:hover {
  
  background: rgb(0, 0, 168);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 168)), to(rgba(3, 110, 183, 0.6)));
  background: linear-gradient(90deg, rgb(0, 0, 168) 0%, rgba(3, 110, 183, 0.6) 100%);
  color: #fff;
}
@media screen and (max-width: 575px) {
  .btn-main {
    width: 100%;
  }
}





h2.myfonts {
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  line-height: 1;
}
h3 {
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
}
h3 span {
  color: #fff000;
  font-size: 44px;
  font-weight: 600;
}
h3 span span {
  font-size: 34px;
}
.title-lead {
  font-size: 14px;
  font-weight: 400;
  color: #fff000 !important;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px #efefef solid;
}
.lead {
  color: #ffffff !important;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5em;
}
.a-box {
  width: 100%;
  background: rgba(121,53,172,.8);
  padding: 30px;
  color: #ffffff;
}
.lines {
  width: 90%;
  margin: 30px auto 10px;
  padding-top: 30px;
  border-top: 1px #ffff00 solid;
}
@media screen and (max-width: 575px) {
  .lead {
     font-size: 22px;
   }
   .a-box {
    width: 100%;
   }
   h3 {
    font-size: 20px;
  }
  h3 span {
    font-size: 26px;
  }
  h3 span span {
    font-size: 20px;
  }
 }
