.lot_block{
    background-color: #592406;
    position: relative;
}

.top_lot{
    position: absolute;
    top: 0px;
    width: 100%;
}
.bottom_lot{
    position: absolute;
    bottom: 0px;
    transform: scaleY(-1);
    width: 100%;
}
.cover_lot{
    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_lot{
    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_lot{
    color: #ffffff;
    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%;
}
.tribes_main_lot{
    padding: 52px 0px 100px 0px;
    border-top: 1px solid #f2ff0058;
}
.searc_form{
    border-radius: 10px;
border: 1px solid #A03C04;
background: #3C1702;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchBarInput{
    border-radius: 10px;
    border: 1px solid #a03d0400;
    background: #3C1702;
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: #260f01;
box-shadow: none !important;
border: 1px solid #979c0000;
}
.searc_form{
    display: flex;
}
.lot_img_card{
    /* text-align: center; */
}
.gallery_cover{
    object-fit: cover;
    max-width: 100%;
    height: auto;
}
.tribe_name_c{
    color: #FFD600;
    font-family: Merriweather;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 6px;
    line-height: 120%;
}

.tribe_para_desc{
    color: #FFF;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.lot_rdmre{
    color: #00D1FF;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    line-height: 120%;
}


.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;
}
.lot_vpa_content{
    background: #FFFBF4;
}
.lot_top{
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    margin-bottom: 42px;
}

.head_pop_lot{
    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;
}
.tribe_img_style{
    max-width: 100%;
    height: auto;
}
.pad_lot_pop{
    padding: 0px 32px !important;
}
.tribe_name_pop{
    color: #000;
    font-family: Merriweather;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 120%;
}
.txt_lot_pop{
    color: #202020;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.table_lot_pop{
    margin: 42px 0 82px 0;
}
.bg_c_pop_lot{
    background-color: #fff !important;
}
.pop_lot_hm{
    color: #000;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 16px 18px !important;
}
.pop_lot_desc_pm{
    color: #444;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    padding: 16px 20px !important;
    font-weight: 400;
    line-height: 160%;
}
.custom_head_tlot{
    background: #592406 !important;
    padding: 14px 18px;
}
.head_table_pop_t{
    color: #FFF;
font-family: Merriweather;
font-size: 20px;
font-style: italic;
font-weight: 700;
margin: 0px;
line-height: 120%;
}
@media screen and (max-width: 767px) {
    .top_lot, .bottom_lot {
        max-width: 100%;
        object-fit: cover;
        height: 26px;
    }
    .cover_lot {
        padding: 60px 0px;
    }
    .head_lot {
        font-size: 36px;
    }
    .small_lot {
        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;
    }
    .lot_img_card {
        margin-bottom: 42px;
    }
    .space_vpa_g {
        margin-bottom: 0px;
    }
    .tribe_name_pop {
        font-size: 26px;
        margin-bottom: 8px;
        margin-top: 12px;
    }
    .txt_lot_pop {
        font-size: 16px;
    }
    .table_lot_pop {
        margin: 32px 0 62px 0;
    }
    .pop_lot_desc_pm {
        font-size: 15px;
        padding: 12px 14px !important;
    }
    .pop_lot_hm {
        font-size: 15px;
        padding: 12px 14px !important;
    }
    .pad_lot_pop {
        padding: 0px 12px !important;
    }
    .head_pop_lot {
        position: relative;
        border: none !important;
        padding-top: 28px;
        margin: 0px !important;
        padding-bottom: 20px;
    }
    .tribes_main_lot {
        padding: 52px 0px 60px 0px;
        border-top: 1px solid #f2ff0058;
    }
}