.vpa_block{
    background-color: #45480A;
    position: relative;
}
.top_vpa{
    position: absolute;
    top: 0px;
    width: 100%;
}
.bottom_vpa{
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.cover_vpa{
    background-image: url('../assets/vpa/cover_vpa.png');
    background-position: center;
    padding: 100px 0px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 87px;
}
.small_vpa{
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 120%;
}

.head_vpa{
    color: #F4FF00;
    text-align: center;
    font-size: 52px;
    font-family: Merriweather;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.search_bar_block{
    margin: 62px auto 62px auto;
    width: 40%;
}
.gallery_main_vpa{
    padding: 52px 0px 100px 0px;
    border-top: 1px solid #f2ff0058;
}
.searc_form{
    border-radius: 10px;
    border: 1px solid #969C00;
    background: #262703;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchBarInput{
    border: 1px solid #1e1f0100;
background: #262703;

border-radius: 10px;
height: 52px;
color: #FFF !important;
font-size: 18px;
font-family: Plus Jakarta Sans;
font-style: normal;
font-weight: 500;
line-height: 120%;
}
.searchBarInput:focus{
background: #1e1f01;
box-shadow: none !important;
border: 1px solid #979c0000;
}
.searc_form{
    display: flex;
}
.gallery_img_card{
    text-align: center;
}
.gallery_cover{
    object-fit: cover;
    max-width: 100%;
    height: auto;
}
.gallery_tribe_cat{
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 18px;
}
.gallery_tribe_cat:hover{
    color: #F4FF00;
}
.open_modal_vpa{
    text-decoration: none;
    cursor: pointer;
}
.space_vpa_g{
    margin-bottom: 52px;
}
.searchButton{
    border-radius: 10px;
    height: 48px;
    padding: 0px 32px;
background: #FFF;
}
.pop_vpa_f{
    padding: 0px !important;
    border: 1px  solid #00000000!important;
    position: relative;
    margin: 0px !important;
}
.pop_vpa_content{
    background: #F8FFEF;
}
.pop_top{
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    margin-bottom: 42px;
}
#vpaGalleryLabel{
    color: #FFF;
    font-size: 28px !important;
    font-family: Merriweather;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background-color: #45480A;
    padding: 10px 32px;
}
.head_pop_vpa{
    position: relative;
    border: none !important;
    padding-top: 52px;
    margin: 0px !important;
}
.bottom_pop{
    position: absolute;
    width: 100%;
    transform: scaleY(-1);
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.gallery_main_pop{
    padding: 32px 0px 120px 0px;
}
.gallery_vpa_style{
    height: auto;
    max-width: 100%;
}
.gallery_space_vpa{
    margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
    .top_vpa, .bottom_vpa {
        max-width: 100%;
        object-fit: cover;
        height: 26px;
    }
    .cover_vpa {
        padding: 60px 0px;
    }
    .head_vpa {
        font-size: 36px;
    }
    .small_vpa {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .search_bar_block {
        margin: 42px auto 62px auto;
        width: 100%;
    }
    .searc_form {
        display: block;
        border-radius: 0px;
        border: 1px solid #a03d0400;
        background: #3c170200;
    }
    .searchBarInput{
        border-radius: 10px;
        border: 1px solid #A03C04;
        background: #3C1702;
    }
    .searchButton {
        border-radius: 10px;
        height: 48px;
        width: 100%;
        padding: 0px 32px;
        background: #FFF;
        margin-top: 10px;
    }
    .gallery_main_vpa {
        padding: 52px 4% 60px 4%;
    }
    .gallery_img_card {
        margin-bottom: 42px;
    }
    .gallery_tribe_cat {
        font-size: 24px;
    }
    .space_vpa_g {
        margin-bottom: 0px;
    }
    .head_pop_vpa {
        padding-top: 32px;
    }
    #vpaGalleryLabel {
        font-size: 24px !important;
        padding: 8px 32px;
    }
    .gallery_main_pop {
        padding: 0px 0px 120px 0px;
    }
    .gallery_vpa_style {
        margin-bottom: 32px;
    }
    .gallery_space_vpa {
        margin-bottom: 0px;
    }
    .gallery_main_pop {
        padding: 0px 0px 36px 0px;
    }
    .modal-footer>* {
        margin: 0px !important;
    }
}