@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
.lato-thin {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: italic;
}
@-webkit-keyframes bgmove{0%{transform:translateX(-2.5vw)}25%{transform:translateX(-5vw)}50%{transform:translateX(-2.5vw)}to{transform:translateX(0)}}@keyframes bgmove{0%{transform:translateX(-2.5vw)}25%{transform:translateX(-5vw)}50%{transform:translateX(-2.5vw)}to{transform:translateX(0)}}
.card-event {
    margin-bottom:50px;
}
.header {
    min-height: 350px;
    background: url("/static/img/main/Drama_Welkin.jpg");
    background-position: center;
    webkit-animation: bgmove 24s linear infinite alternate;
    animation: bgmove 24s linear infinite alternate;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    width: 110VW;
    filter: grayscale(100%);
    transition: 1s;
}
.header:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 65%);
    top: 0;
    left: 0;
}
.header-info {
    width: 350px;
    border-top: 430px solid #ffffff;
    border-right: 100px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.header-border {
    width:100%;
    height: 3px;
    background: #1A1A1D;
}
.logo {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    width: 300px;
    line-height: 1;
}
.logo span {
    color: #C3073F;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: italic;
}
.logo span:first-child {
    font-size: 22px;
    font-family: "Lato", serif;
    font-weight: 900;
    font-style: normal;    
}
.nav-item a {
    color: black;
    font-size: 18px;
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: italic;
}
.nav-item .active {
    color: #C3073F;
}

.info-premier {
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    padding-top: 100px;
    text-shadow: 0 0 20px black;
    position: absolute;
    text-align: center;
    z-index: 5;
    width: 100%;
}

.info-premier a {
    text-decoration: none;
    color: #c3073f;
    padding: 10px 20px;
    border: 1px solid;
}
.info-premier a:hover {
    transition: .3s linear;
    transform: scale(2,2);
    color: #fff;
    padding: 10px 25px;
    background: #c3073f;
    border: 1px #c3073f;
}

.upcoming-events-title h1 {
    float:right;
    margin-top: 30px;
    border-right: 5px solid #c3073f;
    padding: 5px 5px;
    border-top: 5px solid #c3073f;
}
.news-title h1 {
    float:left;
    margin-top: 30px;
    border-left: 5px solid #c3073f;
    padding: 5px 5px;
    border-top: 5px solid #c3073f;    
}
.card-image {
    width: 100%;
    display: block;
}
.post-featured-img {
    display: block;
    width: 100%;
    height: 450px;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}
.card-title {
    text-align: center;
    padding-top: 15px;
    margin: 0;
}
.card-body .card-title {
    padding: 15px 15px 0 15px;
    font-size: 22px;
    font-weight: 900;
    font-family: 'Lato';    
}
.card-body .card-text {
    font-family: 'Lato';
    line-height: 1.1;
    padding: 15px;
    text-align: center;
    font-size: 18px;
}
.card-data-info {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c3073f;
    font-weight: 700;
    font-family: 'Lato';
    border: 1px solid;
    border-top-width: 0;
    border-radius: 33px;
    
}
.card-data-info img {
    margin: 5px;
}
.card-body img {
    width: 70px;
    margin: 0 auto;
    display: block;
}
.school-info {
    margin-bottom: 10px;
    height: 290px;
}
.btn-card-pay {
    position: absolute;
    bottom: 0;
    text-decoration: none;
    color: #ffffff;
    /* border: 1px solid; */
    background: #c3073f;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Lato';
    border-radius: 0px 0px 15px 15px;
}
.btn-card-pay:hover {
    text-decoration: none;  
    background: #ff004c;
    color: #ffffff;
}
.theatre-day-info {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Lato';
    line-height: 1.4;
    background: #c3073f;
    padding: 15px;
    color: #fff;
}
.card-header {
    background-color: rgb(195 7 63);
    border-bottom: 1px solid rgb(195 7 63);
}
.card-header h5 .btn-link {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
#accordion {
   font-family: "Lato", serif;
   line-height: 1.1;
}
.contact-block {
    background-color: #000000;
}
.contact-block .container {
    color: #fff;
    font-size: 18px;
    font-family: 'Lato';
    display: grid;
}
.info-show p {
    font-size: 20px;
    font-family: 'Lato';
    line-height: 1.5;
}
@media (max-width: 990px) {
    .logo {
    width: 100%;
    margin: 20px 0;        
    }
}
@media (max-width: 550px) {
.header {
    min-height: 600px;
    background: url(/static/img/main/Drama_Welkin.jpg);
    background-position: bottom;
    webkit-animation: bgmove 7s linear infinite alternate;
    animation: bgmove 7s linear infinite alternate;
    -webkit-animation-delay: 1s;
    animation-delay: .5s;
    background-size: cover;
    background-position: right;
    width: 120VW;
}
.info-premier {
    padding-top: 180px;
}
@media (max-width: 450px) {
.info-premier {
    padding-top: 200px;
}   
}
}