header {
            
    background-image: url('../img/background.gif');
    background-repeat: repeat-x;
    border-top: 5px solid #b06684;
}
body {
    font-family: 'Poppins', sans-serif;
    background-color: #efdbe5;
    color: #880e4f;
}
h2 {
    font-family: 'Pacifico', cursive;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2rem;
}
a {
    text-decoration: none;
    color: #880e4f;
    font-weight: bold;
    transition: color 0.3s, background-color 0.3s;
}

a:hover {
    color: #b06684;
    text-decoration: none;
}
.logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: url('../img/logo-toyoko.png') no-repeat center center/cover;
    margin: 20px auto;
}
.navbar-nav a {
    color: #880e4f !important;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 15px;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s;
}
.navbar-nav a:hover {
    background-color: #b06684;
    color: #fff !important;
    border-radius: 5px;
}
.hero {
    background-color: #efdbe5;
    background-blend-mode: overlay;
    padding: 100px 0;
    text-align: center;
}
.hero h1 {
    font-family: 'Pacifico', cursive;
    color: #880e4f;
    font-size: 3.5rem;
}
.separator {
    border-top: 1px dashed #b06684;
    margin: 3rem 0;
}
.footer .fab {
    font-size: 1.5rem;
    color: #880e4f;
    margin: 0 1rem;
    transition: color 0.3s;
    text-decoration: none;
}
.footer .fab:hover {
    color: #d096b2;
    background-color: transparent;
}
.footer {
    background-color: #b06684;
    padding: 2rem 0;
    text-align: center;
}
.footer .social-icons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
}
.btn-contact {
    background-color: #b06684;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
}
.btn-contact:hover {
    background-color: #880e4f;
    color: #fff;
}
.card-custom {
    background-color: #efdbe5;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
}
.card-custom img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.card-custom .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(136, 14, 79, 0.7), rgba(0, 0, 0, 0));
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    border-radius: 10px;
}
.card-custom .overlay h3 {
    color: #ffd700;
    margin: 0;
}
.carousel-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 1rem;
}
.carousel-caption h5 {
    margin: 0;
    color: #ffd700;
}
.carousel-caption p {
    margin: 0.5rem 0;
}
.btn-event {
    background-color: #b06684;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
    
  justify-content: center;
  align-items: center;
}
.btn-event:hover {
    background-color: #880e4f;
    color: #fff;
}
.carousel-item {
    display: flex;
    justify-content: center;
}
.carousel-inner {
    display: flex;
}
.carousel-inner .carousel-item {
    flex: 1 0 33%;
}
.panel {
    box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    border-radius: 0;
    border: 0;
    margin-bottom: 24px;
}
.panel-dark.panel-colorful {
    background-color: #b06684;
    border-color: #b06684;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
}
.panel-dark.panel-colorful:hover{
    background-color: #880e4f;
    border-color: #880e4f;
    
    
}
.panel-body {
    padding: 25px 20px;
}
.panel hr {
    border-color: rgba(0,0,0,0.1);
}
#social a, .btn-contact {
    text-decoration: none !important;
}
.mar-btm {
    margin-bottom: 15px;
}
.small, small {
    font-size: 85%;
}
.text-sm {
    font-size: .9em;
}
.text-thin {
    font-weight: 300;
}
.text-semibold {
    font-weight: 600;
}
.about-img-shape {margin:30px;z-index:1}
.about-img-shape::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 80%;
    height: 90%;
    z-index: -1;
    content: '';
    background-color: #b06684;
    transition: .5s;
}
.about-img-shape:after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 80%;
    height: 90%;
    z-index: -1;
    content: '';
    background-color: #b06684;
    transition: .5s;
}
.card-cover {
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.bg-dark {
    background-color: #b06684 !important;
}
.panel a {
    text-decoration: none;
}
.btn-hero {
    background-color: #b06684;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: background-color 0.3s, color 0.3s;
}

.btn-hero i {
    margin-right: 10px;
}

.btn-hero:hover {
    background-color: #880e4f;
    color: #fff;
}
.blurimage{
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.bg-pink{
    background-color: #b06684c0;
    color: #fff;
}

.card {
    display: table-row;
    width: 49%;
    background-color: #fff;
    color: #b06684c0;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 4px;
    position: relative
}

.card+.card {
    margin-left: 2%
}

.date {
    display: table-cell;
    width: 25%;
    min-width: 130px;
    position: relative;
    text-align: center;
    border-right: 2px dashed #efdbe5
}

.date:before,
.date:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #efdbe5;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1;
    border-radius: 50%
}

.date:after {
    top: auto;
    bottom: -15px
}

.date time {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.date time span {
    display: block
}


.card-cont {
    display: table-cell;
    width: 75%;
    font-size: 85%;
    padding: 10px 10px 30px 50px
}

.card-cont h3 {
    font-size: 150%;
    font-family: 'Pacifico', cursive;
    text-transform: none;
}

.card-cont>div {
    display: table-row
}

.card-cont .even-date i,
.card-cont .even-info i,
.card-cont .even-date time,
.card-cont .even-info p {
    display: table-cell
}

.card-cont .even-date i,
.card-cont .even-info i {
    padding: 0 5% 0 0;
}

.card-cont .even-info p, .card-cont time {
    padding-left: 1em;
}

.card-cont .even-date time span {
    display: block
}

.card-cont .btn-event{
    margin-top: 1em;
    margin-bottom: 0;
}

@media screen and (max-width: 860px) {
    .card {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 10px
    }
    .card+.card {
        margin-left: 0
    }
    .card-cont .even-date,
    .card-cont .even-info {
        font-size: 80%
    }
    .date{
        width: 40%;
    }
}