.guide-card{
    background:#fff;
    overflow:hidden;
    /*box-shadow: 0 8px 22px rgba(0,0,0,.10);*/
    display:flex;
    flex-direction:column;
    height:100%;
    padding: 15px;
}

.guide-card__img{
    width:100%;
    aspect-ratio: 4 / 3;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height: 373px;
}

.guide-card__body{
    padding-top: 16px;
    display:flex;
    flex-direction:column;
    gap: 12px;
    flex: 1;
}

.guide-card__title{
    font-size: 20px;
    font-family: "Gilroy Extra Bold";
    line-height: 1.2;
    font-weight: 800;
    color:#3c1053;
}

.guide-card__meta{
    display:flex;
    align-items:center;
    gap: 8px;
    color:#6C757D;
    font-size: 18px;
    font-family:"Gilroy Medium";
    font-weight: 500;
}

.guide-card__meta svg{
    width: 20px;
    height: 21px;
    display:inline-block;
    flex-shrink: 0;
}

.guide-card__flags{
    display:flex;
    align-items:center;
    gap: 10px;
    margin-top: 2px;
}

.guide-card__flag{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
    margin-bottom: 8px;
}

.guide-card__btn{
    margin-top:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 10px;
    background:#FF595A;
    color:#fff;
    font-weight:800;
    font-family: "Gilroy Extra Bold";
    letter-spacing:.2px;
    text-decoration:none;
    transition: .18s ease;
    font-size: 16px;
}

.guide-card__btn:hover{
    filter: brightness(.95);
    color:#fff;
    text-decoration:none;
}

#btnLoadMore {
    margin-top: 12px!important;
}

.formFilter {
    margin-bottom: 25px;
}

.guide-title {
    font-size: 24px!important;
    font-family:"Gilroy Medium";
    font-weight: 500;
    color: #3C1053;
    margin-bottom: 0px!important;
}

.event-search-input{
    border: none;
    outline: none;
    background: transparent;
    border-radius: 10px;
    padding-right: 40px;
    padding-left: 0px;
    height: 48px;
    font-family: "Gilroy Medium";
    font-size: 16px;
    color: #3C1053;
}

.event-search-input:focus{
    outline: none!important;
    border: none;
    box-shadow: none!important;
    background: transparent!important;
    color: #3C1053!important;
}
.event-search-input::placeholder {
    color: #3C1053;
}

.event-guide-name{
    position: relative;
    padding: 0;
}
.event-guide-name .input-group-icon{
    position: absolute;
    right: 14px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 5;
    pointer-events: none;
}

.bg-light {
    padding: 39px 0px;
    margin-top: 0px;
}

.menu2Form {
    margin-top: 0px;
}

.formFilter > div:first-child
{
    max-width: 415px;
    width: 100%!important;
}

.formFilter > .area-div
{
    max-width: 275px;
    width: 100%!important;
}

.hrLine hr {
    margin: 0px!important;
}

.event-language,.event-area {
    padding-bottom: 17px;
}


.event-language .dropdown-menu,
.event-area .dropdown-menu{
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 12px;
}

.event-language .dropdown-menu .form-check,
.event-area .dropdown-menu .form-check{
    display: flex;
    align-items: center;
    min-height: 40px;
}

.event-language .dropdown-menu::-webkit-scrollbar,
.event-area .dropdown-menu::-webkit-scrollbar{
    width: 6px;
}
.event-language .dropdown-menu::-webkit-scrollbar-thumb,
.event-area .dropdown-menu::-webkit-scrollbar-thumb{
    background: rgba(60,16,83,.25);
    border-radius: 10px;
}




@media (max-width: 991px){
    .guide-title {
        font-size: 20px!important;
    }

    .hrLine {
        margin-top: 15px;
        margin-bottom: 24px;
        display: block!important;
    }

    .hrLine {
        display: block!important;
    }

    #eventsRow > div.mb-4 {
        margin-bottom: 16px!important;
    }

    #btnLoadMore {
        margin-top: 8px!important;
    }

    .bg-light {
         padding: 24px 0px;
    }

    .menu2Form {
        margin-bottom: 24px;
    }
}

@media (max-width: 768px){

    .formFilter > div:first-child
    {
        max-width: 100%;
        width: 100%!important;
    }

    .formFilter > .area-div
    {
        max-width: 100%;
        width: 100%!important;
    }


}
@media (max-width: 576px){
    .guide-card {
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    }

    .clearBlock {
         display: inline-block;
    }

    .event-type .dropdown-toggle {
        font-size: 16px;
    }

    #eventsRow {
        margin-left: 0px;
        margin-right: 0px;
    }

}

