@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oxygen:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Share+Tech&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Share+Tech&display=swap');
@font-face {
    font-family: "Sofia Sans";
    src: url("SofiaSans.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
header{
}

.header-line {
    height: 6px;
    background: linear-gradient(180deg, #212121 -575%, rgba(33, 33, 33, 0) 100%);
    position: relative;
    z-index: 200;
}

.project-container{
    padding: 0px 20px;
}

form{
    margin: 0px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1342px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-wrap: wrap;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.55);
    color: #fff !important;
    text-decoration: none !important;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: #fff !important;
}

.bg-dark {
    background-color: #484848!important;
    border-radius: 20px;
}

.dropdown-item {
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
}

/* header-main ---------------------------*/
#header-main {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 25px;
    justify-items: center;
    align-items: center;
    padding: 20px 0px;
}

#header-main img{

}

@media (max-width: 1400px) {
    #header-main img {
        width: 100%;
    }

    #header-main {
        grid-gap: 10px;
        grid-template-columns: 190px 1fr 260px;
    }
}

@media (max-width: 992px) {
    #header-main {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
/* end header-main ---------------------------*/

/* menu ---------------------------*/
#menu ul {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    width: fit-content;
    max-width: 100%;
    list-style: none;
    grid-gap: 25px;
    margin: 0px;
    padding: 0px;
}

#menu a {
    text-decoration: none;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #484848;
}

#menu a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 1400px) {
    #menu ul {
        grid-gap: 0px 20px;
        grid-template-columns: auto auto auto auto auto auto;
    }

    #menu a {
        padding: 3px;
    }
/*
    #menu a {
        font-size: 0.8em;
    }
 */
}

@media (max-width: 1200px) {
    #menu ul {
        grid-gap: 0px 10px;
        grid-template-columns: auto auto auto auto auto auto;
    }

    #menu a {
        font-size: 16px;
    }
}

@media (max-width: 992px) {

    #menu ul {
        grid-template-columns: 1fr;
        grid-gap: 0px;
        width: 100%;
        border: 1px solid;
        margin-top: 15px;
        padding: 10px;
        border-radius: 5px;
    }
}
/* end menu ---------------------------*/

/* login menu -------------------------------*/
#login-menu {
    display: grid;
    grid-template-columns: auto auto;
    width: fit-content;
    max-width: 100%;
    list-style: none;
    grid-gap: 25px;
    align-items: center;
}

#login-menu a {
    text-decoration: none;
    border: 0px solid #625b5b;
    padding: 10px;
    background: none;
    display: block;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    display: block;
    text-align: center;
    color: #484848 !important;
    border-radius: 10px;
}

.login-btn{
    background: #FFE100 !important;
    width: 150px;
}
/*
@media (max-width: 1400px) {
    #login-menu a {
        font-size: 0.8em;
    }
}
*/
@media (max-width: 1250px) {

}

@media (max-width: 992px) {


    #login-menu {
        margin-top: 0px;
    }
}

/* end login menu ---------------------------*/

/* images page ------------------------------*/
.images-block{
    padding: 30px;
    padding-bottom: 0px;
}

.img-inner-grd {
    display: grid;
    grid-template-columns: 1fr 120px 400px;
    grid-gap: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    align-items: center;
}

.img-inner-grd-item{
    border: 1px solid #000;
    border-right: 0px;
    padding: 10px;
    height: 100%;
    display: grid;
    align-items: center;
}

.img-inner-grd-item-end {
    border: 1px solid #000;
    padding: 10px;
    height: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.img-inner-grd-item-end a{
    text-decoration: none;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    color: #484848;
    font-weight: 500;
    text-align: center;
    display: block;
    border: 1px solid;
    border-radius: 10px;
}

.img-inner-grd-item-end input{
    text-decoration: none;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    display: block;
    border: 1px solid;
    border-radius: 10px;
    padding: 2px 20px;
}

.img-content-grd {
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #484848;
}

.img-content-grd h3{
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    color: #484848;
    font-weight: 600;
}

.img-headers-inner-grd{
    display: grid;
    grid-template-columns: 1fr 120px 400px;
    grid-gap: 0px;
    text-align: center;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #484848;
}

.images-grd {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 10px;
}

.images-grd img {
    width: 200px;
}

.img-date{
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    color: #484848;
    font-weight: 500;
    text-align: center;
}

.status-record {
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    width: 80px;
    border-radius: 5px;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
}

.images-main {
    background-size: cover;
    background-position: center;
    min-height: 100px;
    height: 100%;
}

.status-active{
    background: #98cb00;
}

.status-deactive{
    background: #e94542;
}

.button-add{
    text-decoration: none;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    color: #484848 !important;
    font-weight: 600;
    background: #ffe500;
    padding: 10px 50px;
    border-radius: 30px;
    display: block;
    width: fit-content;
    margin-bottom: 10px;
}

.form-block{
    margin-top: 30px;
}


.inputfile-box {
    position: relative;
}

.inputfile {
    display: none;
}

.form-block input{
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    color: #484848;
    font-weight: 600;
}

.file-box {
    display: inline-block;
    width: 100%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    height: calc(2rem - 2px);
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    color: #484848;
    font-weight: 600;
    overflow: hidden;
}

.file-button {
    background: #939393;
    position: relative;
    border: 1px solid;
    top: 0px;
    right: 0px;
    color: #fff;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
}

.file-button i {
    padding-right: 10px;
}

.upload-grd {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 10px;
}

.form-inputs-grd{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.frm-submit-btn{
    border: 0px;
    text-decoration: none;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-size: 27px;
    line-height: 120%;
    color: #fff;
    font-weight: 600;
    background: #484848;
    padding: 10px 50px;
    border-radius: 30px;
    display: block;
    width: fit-content;
    margin-bottom: 10px;
    margin-top: 30px;
}

@media (max-width: 992px) {
    .img-headers-inner-grd{
        display: none;
    }

    .img-inner-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
        margin-top: 10px;
        margin-bottom: 20px;
        background: #fff;
        align-items: center;
    }

    .images-grd {
        display: grid;
        grid-template-columns: 150px 1fr;
        grid-gap: 10px;
        border: 1px solid #000;
    }

    .img-inner-grd-item {
        border: 1px solid #000 !important;
        border-right: 1px;
        padding: 5px;
        height: 100%;
        display: grid;
        align-items: center;
    }

    .button-add {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .images-grd {
        grid-template-columns: 1fr;
    }

    .images-main {
        min-height: 150px;
    }

    .img-inner-grd-item-end {
        grid-template-columns: 1fr;
    }

    .img-inner-grd-item-end input {
        width: 100%;
    }

    .form-inputs-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-top: 1px;
    }
}
/* images page end --------------------------*/

/* custom css -------------------------------*/
.navbar-light .navbar-toggler {
    width: fit-content !important;
    margin: auto !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.btn-logot {
    text-decoration: none;
    max-width: 430px;
    width: 100%;
    height: 64px;
    background: #FFE100;
    border-radius: 10px;
    border: 0px;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    color: #484848;
    margin: auto;
    display: block;
}

.lines-grid {
    display: grid;
    grid-template-columns: 1fr 200px 1fr;
    align-items: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #484848;
    margin-bottom: 20px;
}

.line{
    width: 100%;
    height: 1px;
    background: #484848;
}

.icons-grd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: fit-content;
    margin: auto;
    grid-gap: 48px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-field{
    margin-bottom: 10px;
}

.sign-frm-container {
    padding: 0px 20px;
    padding-top: 50px;
    padding-bottom: 0px;
}

#login-label-status {
    color: red;
    display: block;
    margin: auto;
    width: fit-content;
    padding: 0px 20px;
    padding-bottom: 20px;
}

#forgot-password{
    display: block;
    margin: auto;
    width: fit-content;
    padding-top: 10px;
}

#forgot-password a{
    display: block;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #484848 !important;
    text-decoration: none !important;
}

.thank-page{
    padding: 40px;
    padding-bottom: 0px;
}

#modalsignup{
    padding: 0px 20px;
    padding-top: 50px;
}

.pgin-link {
    color: #000;
    z-index: 3;
    background-color: #fff;
    border: 2px solid #f4a62a;
    outline: none;
    padding: 3px 7px;
    display: inline-flex;
    margin-bottom: 3px;
    min-width: 50px;
    width: 50px;
    text-align: center;
    justify-content: center;
    font-weight: 500;
}

.pagination-list {
    margin: 10px;
}

.navbar-fixed-top {
    background: #fff !important;
}

.breadcrumb {
    border: 0px solid #fff;
}

.page-title {
    height: 60px !important;
    padding-top: 5px !important;
    padding-left: 5px !important;
    color: #000 !important;
}

.voyager h1 {
    text-align: left !important;
    color: #000 !important;
    padding-left: 10px;
}

.voyager button, .voyager input, .voyager select, .voyager textarea {
    color: #000 !important;
    font-weight: 500;
}

.voyager table.dataTable tbody td{
    padding: 2px 10px;
}

.voyager .table>tbody>tr>td>div {
    display: grid;
    min-height: 45px;
    align-items: center;
    width: 100%;
}

.voyager .table>tbody>tr>td>img{
    width: 50px !important;
    margin: auto;
    display: block;
}

.voyager label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700 !important;
    font-size: 19px !important;
    color: #000 !important;
}

.page-title>i {
    font-size: 36px !important;
    position: relative !important;
    top: 12px !important;
    left: 0px !important;
    margin-right: 10px !important;
}

.app-container {
    background: #fff !important;
}

.voyager input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #f39c12;
    border: 0px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff !important;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 25px;
}

.voyager .table {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.voyager .table>thead>tr>th {
    border-color: #eaeaea !important;
    background: #e4e4e4 !important;
}

.voyager .table>thead>tr>th {
    font-weight: 600;
    color: #000;
}

.voyager input, .voyager select, .voyager textarea {
    color: #000 !important;
    font-weight: 500;
    border: 1px solid #000;
    margin-right: 5px;
}

.musics .form-edit-add .btn.btn-primary {
    color: #fff;
    opacity: .9;
    background: #ffe100 !important;
    border: 0 !important;
    border-radius: 3px !important;
    margin-left: 20px !important;
    line-height: 43px !important;
    font-size: 25px !important;
    color: #555 !important;
    position: relative !important;
    margin-bottom: 0 !important;
    font-weight: 700 !important;
}

.photo-category-grd{
    padding-top: 30px;
    padding-left: 45px;
    padding-right: 45px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 25px;
    align-items: center;
    justify-items: center;
    justify-content: center;
}

.photo-category-grd a {
    text-decoration: none !important;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: #fff !important;
}

@media (max-width: 992px) {
    .icons-grd {
        grid-gap: 20px;
    }
}
/* end custom css ---------------------------*/

/* subhero page ----------------------------*/
#hero-subpage{
    margin-top: -6px;
    position: relative;
    z-index: 1;
    padding: 45px 20px;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

#hero-subpage h1{
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 120%;
    text-align: center;
    color: #484848;
}

@media (max-width: 768px) {
    #hero-subpage h1 {
        font-size: 35px;
    }

    #hero-subpage {
        padding: 30px 20px;
    }
}
/* subhero page end ------------------------*/

/* search ----------------------------------*/
.search-block {
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.search-block-mobile{
    display: none;
}

.frm-search-grd{
    display: grid;
    grid-template-columns: 1fr auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

.search-block input{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    align-items: center;
    color: #939393;
    border: 0px !important;
    outline: 0px !important;
    height: 100%;
    padding: 20px;
    border-radius: 10px 0px 0px 10px;
    max-width: 100%;
    display: block;
    width: 100%;
}

.btn-src{
    background: #484848;
    box-shadow: none;
    outline: none;
    border: 0px;
    margin: 0px;
    height: 100%;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 0px 10px 10px 0px;
    width: 88px;
    justify-items: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    .search-block {
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .search-block-mobile{
        display: block;
    }

    .search-block-desctop{
        display: none;
    }
}
/* search end ------------------------------*/

/* hero-taxi -------------------------------*/
#hero-taxi {
    margin-top: -6px;
    position: relative;
    z-index: 1;
    padding: 150px 0px;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.hero-grd{
    display: grid;
    grid-template-columns: 1fr auto;
    width: fit-content;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
    border-radius: 10px;
    margin: auto;
}

.hero-grd input[type=submit]{
    background: #484848;
    box-shadow: none;
    outline: none;
    border: 0px;
    margin: 0px;
    height: 100%;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 0px 10px 10px 0px;
    width: 230px;
    justify-items: center;
    justify-content: center;
}

.hero-grd input[type=text]{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    align-items: center;
    color: #939393;
    border: 0px !important;
    outline: 0px !important;
    height: 100%;
    padding: 20px;
    border-radius: 10px 0px 0px 10px;
    max-width: 100%;
    width: 880px;
    display: block;
}

.hero-join-btn {
    background: #FFE100;
    border: 1px solid #484848;
    border-radius: 10px;
    width: 400px;
    display: block;
    max-width: 100%;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    color: #484848 !important;
    padding: 18px;
    text-decoration: none;
    margin: auto;
    margin-top: 40px;
    transition: 0.9s;
}

.hero-join-btn:hover {
    background: #484848;
    color: #fff !important;
    transition: 0.9s;
}

@media (max-width: 1300px) {
    .hero-grd input[type=text] {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 992px) {
    #hero-taxi {
        padding: 70px 0px;
    }

    .hero-grd {
        max-width: 90%;
    }

    .hero-join-btn {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .hero-grd {
        grid-template-columns: 1fr;
    }

    .hero-grd input[type=text] {
        height: 100%;
        border-radius: 10px 10px 0px 0px;
        width: 100%;
    }

    .hero-grd input[type=submit] {
        padding: 20px 20px;
        border-radius: 0px 0px 10px 10px;
        width: 100%;
    }

    .hero-join-btn {
        width: 100%;
        margin-top: 30px;
        max-width: 300px;
    }

    #hero-taxi {
        padding: 40px 0px;
    }
}
/* hero-taxi end ---------------------------*/

/* -- A0135 -- ---------------------------------- */
#a0135 {
    border-top: 22px solid #FFE100;
    background: #484848;
    margin-top: 80px;
}
.a0135-part-3 {
    padding: 20px;
    border-top: 1px solid #FFE100;
    background: #484848;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}
.a0135-social-grid {
    padding: 10px 0px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #F5F4FA;
}
.a0135-icons img {
    width: 17px;
    height: 17px;
    margin: 0px;
    margin-bottom: 4px;
    margin-left: 12px;
}
.a0135-part-1 {
    border-bottom: 2px solid #F3AA4E;
    background: #111820;
}
.a0135-part-2 h3 {
    margin-top: 25px;
    font-family: 'Sofia Sans' !important;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.a0135-part-2 h4{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF !important;
    margin-top: 5px;
}
.a0135-part-2{
    padding-bottom: 30px;
}
.a0135-part-2 a {
    font-family: 'Sofia Sans' !important;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF !important;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.a0135-part-2 a:hover{
    text-decoration: underline;
}

.a0135-row-3{
    font-family: 'Sofia Sans' !important;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF !important;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
}
.a0135-grid {
    display: grid;
    grid-template-columns: 1fr 100px;
    background: #FFFFFF;
    box-shadow: inset 4px 4px 10px rgb(0 0 0 / 25%);
    border-radius: 10px;
    width: 100%;
}
.a0135-grid input[type="email"] {
    border-radius: 5px 0px 0px 5px;
    padding: 7px;
    padding-left: 10px;
    border: 0px;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    display: block;
    color: #484848 !important;
    height: 100%;
    width: 100%;
}
.a0135-grid input[type="submit"] {
    border-radius: 0px 5px 5px 0px;
    width: 100%;
    padding: 7px;
    background: #ffe100;
    border: 0px;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    display: block;
    text-align: center;
    color: #484848 !important;
    height: 100%;
}

@media (max-width: 1200px) {
    #a0135 {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .a0135-part-2 {
        padding: 20px;
        padding-bottom: 30px;
    }

    .a0135-part-2 h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
/* -- A0135 -- end ------------------------------ */

/* new menu ------------------------------------- */
.hero-image .about-me {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
}

.hero-image .about-me label {
    font-size: 26px;
    color: #fff;
    display: block;
}
.hero-image:after {
    background-color: black;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.3;
}


.navbar-demo {
    display: table;
    width: 100%;
    position: fixed;
    z-index: 99;
}

.open-nav{

}

.navbar-demo .nav-bar ul li {
    display: block;
}

.navbar-demo .nav-bar ul {
    padding: 0;
    display: table;
    text-align: center;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.navbar-demo .nav-bar ul li a {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 18px;
    text-transform: uppercase;
}

.nav-bar {
    text-align: center;
    display:none;
    flex-wrap:wrap;
    justify-content:center;
    align-items: center;
    position: relative;
}
.navbar-demo button.menu-btn {
    display:none;
}

@media only screen and (max-width: 992px){
    #menu{
        display: none;
    }

    .navbar-demo  button.menu-btn {
        position: absolute;
        top: 20px;
        right: 10px;
        background-color: unset;
        border: 0;
        font-size: 26px;
        display: block;
        padding: 23px;
        color: #red;
        outline: none;
        background: #ffffffe6;
        padding: 0px 10px;
        border-radius: 50px;
        border: 5px solid #fad910;
    }

    .navbar-demo {
        height: 70px;
        z-index: 999;
        display: block;
        overflow: hidden;
        width: 80px;
        right: 0;
    }

    .open-nav{
        height: 100%;
        width: 100%;
    }

    .navbar-demo .nav-bar {
        display: flex;
        left: -990px;
        transition: 0s;
        height: 100%;
        opacity: 0;
        background-color: #fff;
    }

    .open-nav .nav-bar {
        transition: 1s;
        background-color: #000000d9;
        opacity: 1;
    }

    .navbar-demo.open-nav  .nav-bar{
        left: 0;
        width: 100%;
        transition: left 0.5s;
        height: 100%;
    }

    .navbar-demo .nav-bar ul li a {
        display: block;
        color: #fff;
    }
    .navbar-demo.open-nav button.menu-btn i:before {
        content: '\f00d ';
    }
}
/* new menu end --------------------------------- */

/* modals --------------------------------------- */
#modalsignup .modal-title{
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    display: block;
    align-items: center;
    text-align: center;
    color: #484848;
    width: 100%;
    margin-top: 10px;
}

.modal-header {
    border-bottom: 0px solid #dee2e6;
    padding-bottom: 0px;
}

.modalsign-subtitle{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #484848;
}

.modalsign-subtitle a{
    text-decoration: none;
    color: #484848 !important;
    font-weight: 700;
}

#modalsignup .modal-content {
    background: #FBFBF9;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 886px;
}

#modalsignup .modal-header .btn-close {
    padding: 1.5rem 1.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    font-size: 25px;
}

#modalsignup .form-control {
    background: #FFFFFF;
    border: 1px solid #939393;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
    border-radius: 10px;
    height: 48px;
    max-width: 658px;
    margin: auto;
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    #modalsignup .modal-dialog {
        max-width: 886px !important;
    }
}

@media (max-width: 992px) {
    #modalsignup .modal-dialog {
        max-width: 500px !important;
    }

    #modalsignup .modal-content {
        width: 100%;
    }

    #modalsignup .modal-title {
        font-size: 30px;
    }

    #modalsignup .modal-header .btn-close {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    #modalsignup .modal-header .btn-close {
        font-size: 15px;
    }

    #modalsignup .modal-header .btn-close {
        padding: 20px 10px;
    }
}
/* modals end ----------------------------------- */

/* modals --------------------------------------- */
#modallogin .modal-title{
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    display: block;
    align-items: center;
    text-align: center;
    color: #484848;
    width: 100%;
    margin-top: 10px;
}

.modal-header {
    border-bottom: 0px solid #dee2e6;
    padding-bottom: 0px;
}

.modalsign-subtitle{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #484848;
}

.modalsign-subtitle a{
    text-decoration: none;
    color: #484848 !important;
    font-weight: 700;
}

#modallogin .modal-content {
    background: #FBFBF9;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 886px;
}

#modallogin .modal-header .btn-close {
    padding: 1.5rem 1.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    font-size: 25px;
}

#modallogin .form-control {
    background: #FFFFFF;
    border: 1px solid #939393;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
    border-radius: 10px;
    height: 48px;
    max-width: 658px;
    margin: auto;
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    #modallogin .modal-dialog {
        max-width: 886px !important;
    }
}

@media (max-width: 992px) {
    #modallogin .modal-dialog {
        max-width: 500px !important;
    }

    #modallogin .modal-content {
        width: 100%;
    }

    #modallogin .modal-title {
        font-size: 30px;
    }

    #modallogin .modal-header .btn-close {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    #modallogin .modal-header .btn-close {
        font-size: 15px;
    }

    #modallogin .modal-header .btn-close {
        padding: 20px 10px;
    }
}
/* modals end ----------------------------------- */


/* breacrubs ------------------------------------*/
#breacrubs-blk{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #484848;
    margin-top: 30px;
    margin-bottom: 0px;
}

#breacrubs-blk a{
    color: #484848 !important;
    text-decoration: none;
}
/* breacrubs end --------------------------------*/

/* category inner -------------------------------*/
.category-inner-grd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px , 1fr));
    grid-gap: 25px;
    padding-top: 30px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 20px;
    align-items: end;
    justify-items: center;
    max-width: 100%;
    width: fit-content;
    margin: auto;
}

.category-inner-item{
    background: #FBFBF9;
    border: 1px dashed #484848;
    border-radius: 10px;
    padding: 13px;
    height: 100%;
    position: relative;
    padding-bottom: 60px;
}

.category-inner-item img{
    width: 100%;
    border-radius: 10px;
}

.category-inner-item h4{
    font-family: 'Encode Sans Condensed' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 120% !important;
    color: #484848 !important;
    margin-top: 10px !important;
    text-align: left !important;
}

.category-inner-item h6{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #484848;
}

.category-inner-item h3{
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #484848;
}

.category-inner-btn{
    display: block;
    background: #FFE100;
    border-radius: 10px;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    color: #484848;
    padding: 6px;
    position: absolute;
    width: calc(100% - 26px);
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-bottom: 18px;
    text-decoration: none;
}

.category-inner-nav-grid{
    display: grid;
    grid-template-columns: auto auto auto;
    width: fit-content;
    margin: auto;
    grid-gap: 10px;
    align-items: center;
    margin-top: 20px;
}

.category-inner-nav-grid input {
    background: #FFFFFF;
    border: 1px solid #939393;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #484848;
    width: 48px;
    height: 48px;
}

.arrows-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: fit-content;
    grid-gap: 15px;
}

.arrows-grid img{
    background: #FFE100;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 9px 15px;
}

.text-nav{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    color: #484848;
}

@media (max-width: 768px) {
    .category-inner-grd {
        padding-right: 20px;
        padding-left: 20px;
    }
}
/* category inner end ---------------------------*/

/* ads headers ------------------------ */
.ads-headers{
    padding: 0px 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D3D3D3;
}

.ads-date {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #484848;
    margin-bottom: 15px;
}

.ads-name{
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #484848;
    margin-bottom: 15px;
}

.ads-price{
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #484848;
}

@media (max-width: 768px) {
    .ads-name {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .ads-date {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .ads-price {
        font-size: 35px;
    }
}
/* ads headers end -------------------- */

/* ads headers ------------------------ */
.ads-descriptions{
    padding: 15px 30px;
    border-bottom: 1px solid #D3D3D3;
}

.ads-descriptions p {
    margin-bottom: 5px;
}

.ads-descriptions-title{
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #484848;
    margin-bottom: 15px;
}

.ads-descriptions-text{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #484848;
}
/* ads headers end -------------------- */

/* ads-comments ------------------------ */
.ads-comments{
    padding: 0px 30px;
    padding-top: 16px;
    padding-bottom: 0px;
}

.ads-comments-title{
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #484848;
    margin-bottom: 20px;
}

.ads-comments-form textarea{
    background: #FFFFFF;
    border: 1px solid #939393;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
    border-radius: 10px;
    width: 100%;
    height: 100px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    align-items: center;
    color: #939393;
    padding: 16px 12px;
}

.ads-comments-btn-grd{
    display: grid;
    grid-template-columns: auto auto;
    width: fit-content;
    grid-gap: 25px;
    margin-top: 20px;
}

.ads-comments-post{
    width: 202px;
    background: #FFE100;
    border-radius: 10px;
    display: block;
    padding: 10px;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    color: #484848 !important;
    text-decoration: none;
}

.ads-comments-attachment {
    width: 202px;
    display: block;
    padding: 10px;
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid #484848;
    border-radius: 10px;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #484848 !important;
}

.simular_items_header{
    border-bottom: 1px solid #D3D3D3 !important;
    padding: 27px 30px !important;
    font-family: 'Encode Sans Condensed' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 32px !important;
    line-height: 120% !important;
    color: #484848 !important;
    text-align: left !important;
}

@media (max-width: 768px) {
    .ads-comments-btn-grd {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        grid-gap: 15px;
        margin-top: 10px;
    }

    .ads-comments-post{
        width: 100%;
    }

    .ads-comments-attachment {
        width: 100%;
    }
}

/* ads-comments end -------------------- */

/* single modal ---------------------------- */
.cat-user-item{
    margin-left: 50px;
}

#modaluseritems .modal-header .btn-close {
    padding: 1.5rem 1.5rem;
    margin: -0.5rem 1.5rem -0.5rem auto;
    font-size: 25px;
    position: absolute;
    right: 0px;
}

.user-modal-grd{
    display: grid;
    grid-template-columns: auto auto;
    margin-left: 50px;
    margin-top: 30px;
    grid-gap: 22px;
}

#modaluseritems .modal-header {
    align-items: flex-start;
}

.adfriend-img{
    margin-top: 15px;
}

.src-modal-form {
    padding: 30px 60px;
    border-bottom: 1px solid #D3D3D3;
    display: grid;
    grid-template-columns: 300px 300px 1fr;
    grid-gap: 23px;
}

.src-modal-form select {
    max-width: 316px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #939393;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    align-items: center;
    color: #939393;
    padding: 0px 12px;
    height: 52px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 40%;
}

.src-modal-form input {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    align-items: center;
    color: #939393;
    border: 0px !important;
    outline: 0px !important;
    height: 100%;
    padding: 10px;
    border-radius: 10px 0px 0px 10px;
    max-width: 100%;
    display: block;
    width: 100%;
}



@media (min-width: 576px) {
    #modaluseritems .modal-dialog {
        max-width: 1200px !important;
    }
}

@media (max-width: 992px) {
    .src-modal-form {
        grid-template-columns: 1fr;
    }

    .src-modal-form select {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .cat-user-item {
        margin-left: 20px;
    }

    .usr-photo-modal{
        width: 100%;
    }

    .user-modal-grd {
        display: grid;
        grid-template-columns: 1fr;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 50px;
        grid-gap: 22px;
        width: 100%;
    }

    .src-modal-form {
        padding: 30px 30px;
    }
}
/* single modal end ------------------------ */

/* left user main -------------------*/
.block-left-padding {
    padding: 30px;
    padding-bottom: 0px;
}

.user-info-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 25px;
}

.friends-header-grd {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 0px 30px;
    margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D3D3D3;
}

.users-padding{
    padding: 0px 30px;
}

.friends-header-grd h4 {
    font-size: 36px !important;
    text-align: left !important;
}

.user-view{
    background: #FFE100;
    border-radius: 10px;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: block;
    align-items: center;
    text-align: center;
    color: #484848 !important;
    padding: 9px;
    text-decoration: none;
    max-width: 254px;
    width: 100%;
    margin: auto;
}

/* left user main end ---------------*/

/* user main block ------------------------- */

.user-info-main{
    padding: 0px 25px;
    border-bottom: 1px solid #D3D3D3;
}

.user-info-name {
    padding: 0px !important;
    padding-top: 30px !important;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 48px !important;
    line-height: 120%;
    color: #484848;
    text-align: left !important;
    border-bottom: 0px !important;
}

.user-info-mail{
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #939393;
    padding-bottom: 15px;
}

.user-info-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #484848;
    padding-bottom: 25px;
}

@media (max-width: 768px) {
    .user-info-name {
        font-size: 35px !important;
    }

    .user-info-mail {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .user-info-text {
        font-size: 17px;
        padding-bottom: 20px;
    }
}
/* user main block end --------------------- */

/*-- a0030 --------------------------------------*/

#a0030 {
    margin-top: 29px;
    padding: 0px 25px;
}
#a0030 h2 {
    font-size: 50px;
    word-break: break-all;
}
.a0030-grid-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
}
.a0030-column {
    float: none;
    width: 100%;
    display: none;
}
.a0030-content {
    position: relative;
    background: #FBFBF9;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 0px;
}

.a0030-content a{
    text-decoration: none;
}

.a0030-viewbtn{
    background: #FFE100;
    border-radius: 10px;
    font-family: 'Encode Sans Condensed' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 120% !important;
    display: block;
    align-items: center;
    text-align: center;
    color: #484848 !important;
    padding: 10px;
    text-decoration: none !important;
    position: absolute;
    width: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.a0030-viewbtn{
    display: none;
}

.a0030-content:hover {
    background: transparent;
    box-shadow: none;
    transition: 0.9s;
}

.a0030-content:hover .a0030-img-item {
    opacity: 0.5;
    transition: 0.9s;
}

.a0030-content:hover .a0030-viewbtn {
    display: block;
    transition: 0.9s;
}


.a0030-show {
    display: block;
}

#a0030-Btn-Container {
    width: fit-content;
    border-radius: 10px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding-bottom: 28px;
}

.a0030-btn {
    border: none;
    outline: none;
    padding: 18px 50px;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    background: #FBFBF9;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    color: #939393;
    height: 64px;
    background: #FBFBF9;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-right: 10px;
}
.a0030-btn:hover {
    background-color: #D9D9D9;
}
.a0030-btn.a0030-active {
    text-decoration-line: underline;
    color: #484848;
    background: #D9D9D9;
    height: 72px;
}

.a0030-content img {
    width: 100%;
    border-radius: 10px;
    position: relative;
    padding-left: 3px;
    margin-top: -6px;
    margin-left: 3px;
    padding-bottom: 4px;
}

#a0030 h5{
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #484848;
    padding-top: 10px;
}


::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.a0030-overflow {
    overflow: auto;
    padding: 10px;
    height: 500px;
}

.a0030-btn.focus, .a0030-btn:focus {
    outline: 0;
    box-shadow: none !important;
}
@media(max-width: 1200px){
    .a0030-grid-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 992px) {
    .a0030-overflow {
        overflow: unset;
        padding: 0px;
        height: auto;
    }
}

@media(max-width: 768px){
    .a0030-grid-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    #a0030-Btn-Container {
        width: 100%;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}
/*-- a0030 END --------------------------------------*/

/* post-feed -------------------*/
.post-feed{
    padding: 0px 30px;
    padding-top: 1px;
}

.content-box-25{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-top: 40px;
    padding-bottom: 30px;
}
/* post-feed end ---------------*/

/* content-friends --------------------*/
.content-friends{
    padding: 0px 30px;
    padding-top: 1px;
}

.content-friends .people-grid {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-friends-text{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #484848;
    margin-bottom: 25px;
}

.content-friends-reply{
    margin-top: 25px;
}

/* content-friends end ----------------*/

/* news-feed ----------------------------*/
.news-feed {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    align-items: center;
    border-bottom: 1px solid #484848;
    padding: 0px 30px;
    padding-bottom: 20px;
}

.feed-head{
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #484848;
}

.news-feed input{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    align-items: center;
    color: #939393;
    border: 0px !important;
    outline: 0px !important;
    height: 100%;
    padding: 10px;
    border-radius: 10px 0px 0px 10px;
    max-width: 100%;
    display: block;
    width: 100%;
}

@media (max-width: 768px) {
    .news-feed {
        margin-top: 40px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        align-items: center;
        border-bottom: 1px solid #484848;
        padding: 0px 30px;
        padding-bottom: 20px;
    }
}
/* news-feed end ------------------------*/

/* Custom CSS frontend ------------------------------*/
.content-box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 40px;
    padding-bottom: 40px;
}

.content-box h2{
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: #484848;
    border-bottom: 1px solid #D3D3D3;
    padding: 20px;
    padding-top: 40px;
}

.content-box h4{
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #484848;
}

.content-box video {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 188px;
    background: black;
    border-radius: 10px;
    display: block;
}

.content-box .btn-link {
    background: #FFE100;
    border-radius: 10px;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    color: #484848;
    display: block;
    padding: 12px;
    width: 316px;
    margin: auto;
    text-decoration: none;
    max-width: 100%;
    transition: 0.9s;
}

.content-box .btn-link:hover{
    background: #484848;
    color: #fff !important;
    transition: 0.9s;
}

.video-grd {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px , 1fr));
    grid-gap: 25px;
    padding-top: 30px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 48px;
    align-items: end;
    justify-items: center;
}

.video-sub-grd{
    display: grid;
    grid-template-rows: 1fr auto;
    height: auto;
    width: 100%;
}

.video-item{
    display: flex;
}

.photo-item {
    width: 100%;
    min-height: 200px;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

.video-text {
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #484848;
    margin-top: 15px;
    text-align: center;
}

.music-grd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px , 1fr));
    grid-gap: 25px;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 48px;
    align-items: end;
    justify-items: center;
}

.music-item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 15px;
    width: 100%;
    align-items: center;
}

.music-item-grd{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 17px;
    align-items: center;
}

.music-progress{
    position: relative;
    min-height: 20px;
    margin-top: 10px;
}

.first-progress-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #EBEBEB;
    border-radius: 10px;
    z-index: 10;
}

.ads-yellow-block{
    margin: 0px 37px;
    margin-top: 25px;
    padding-bottom: 15px;
    background: #FBFBF9;
    border-radius: 10px;
}

.ads-yellow-block-video {
    margin: 20px 37px;
}

.ads-yellow-block img{
    border-radius: 10px 10px 0px 0px;
}

.second-progress-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #FFE100;
    border-radius: 10px;
    z-index: 10;
}

.content-box-bg-w{
    background: #FBFBF9;
}

.content-box-bg-y{
    background: #FFE100;
}

.ads-main-item {
    background: #FBFBF9;
    border: 1px dashed #484848;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    position: relative;
    display: grid;
    align-items: center;
    justify-items: center;
    grid-gap: 20px;
    grid-template-rows: 100px auto;
}

.ads-main-grid a{
    text-decoration: none;
}

.ads-main-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px , 1fr));
    grid-gap: 25px;
    padding-top: 30px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 20px;
    align-items: end;
    justify-items: center;
}

.ads-yellow-block h4 {
    text-align: left !important;
    margin-top: 15px !important;
    padding: 0px 20px !important;
    font-family: 'Encode Sans Condensed' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 120% !important;
    color: #484848 !important;
}

.ylow-right-box{
    background: #FBFBF9;
    border: 1px dashed #FFE100;
    border-radius: 10px;
    padding: 16px;
    padding-bottom: 25px;
    margin: 0px 37px;
    margin-top: 30px;
}

.ylow-right-box h5{
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #484848;
}

.ylow-btn{
    background: #FFE100;
    border-radius: 10px;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    color: #484848 !important;
    width: 160px;
    padding: 7px;
    display: block;
    text-decoration: none;
    margin-top: 12px;
    transition: 0.9s;
}

.ylow-btn:hover{
    background: #484848;
    color: #fff !important;
    transition: 0.9s;
}

.people-grid{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.people-grid img{
    border-radius: 10px;
}

.people-name{
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #484848;
}

.people-online {
    background: #4ACB95;
    border-radius: 10px;
    padding: 7px;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF !important;
    display: block;
    text-decoration: none;
    width: 96px;
    margin-top: 15px;
}

.people-ofline {
    background: #E1867A;
    border-radius: 10px;
    padding: 7px;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    width: 96px;
    margin-top: 15px;
}

.write-message {
    background: #FFFFFF;
    border: 1px solid #484848;
    border-radius: 10px;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: block;
    align-items: center;
    text-align: center;
    color: #484848 !important;
    padding: 9px;
    text-decoration: none;
}

.dash-images{
    width: 100%;
    height: 162px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
}

.other-items {
    background: #FFE100;
    border-radius: 10px;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: block;
    align-items: center;
    text-align: center;
    color: #484848 !important;
    padding: 9px;
    margin-top: 20px;
    text-decoration: none;
}

.rsideheader {
    border-bottom: 1px solid #D3D3D3;
    padding-top: 40px;
}

.rsslidetitle{
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #484848;
    border-bottom: none !important;
    padding: 20px;
    padding-top: 0px !important;
    font-family: 'Encode Sans Condensed';
    font-size: 32px !important;
    align-items: center;
    text-align: center;
}

.rsidframe {
    border: 1px solid #484848 !important;
    border-radius: 10px;
    width: 90%;
    max-width: 356px;
    margin: auto;
    display: block;
    margin-bottom: 0px;
    height: 260px;
    margin-top: 25px;
}

.rsidetext{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #484848;
    padding: 0px 30px;
    padding-top: 20px;
}


.timeline {
    -webkit-appearance: none;
    height: 100% !important;
    border-radius: 10px !important;
    background-color: #e5e5e5;
    background-image: linear-gradient(#FFE100, #FFE100);
    background-repeat: no-repeat;
    width: 100%;
}

.timeline::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: all .1s;
    background-color: #FFE100;
}

.timeline::-moz-range-thumb {
    -webkit-appearance: none;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: all .1s;
    background-color: #FFE100;
}

.timeline::-ms-thumb {
    -webkit-appearance: none;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: all .1s;
    background-color: #FFE100;
}

.timeline::-webkit-slider-thumb:hover {
    background-color: #FFE100;
}

.timeline:hover::-webkit-slider-thumb {
    opacity: 1;
}

.timeline::-moz-range-thumb:hover {
    background-color: #FFE100;
}

.timeline:hover::-moz-range-thumb {
    opacity: 1;
}

.timeline::-ms-thumb:hover {
    background-color: #FFE100;
}

.timeline:hover::-ms-thumb {
    opacity: 1;
}

.timeline::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.timeline::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.timeline::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

@media (max-width: 1200px) {
    .content-box h2 {
        font-size: 35px;
        padding-top: 20px;
    }

    .ads-yellow-block {
        margin: 0px 15px;
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .content-box {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .ylow-right-box {
        padding: 16px;
        padding-bottom: 15px;
        margin: 0px 15px;
        margin-top: 20px;
    }

    .ads-main-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px , 1fr));
        grid-gap: 25px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        align-items: end;
        justify-items: center;
    }

    .video-grd {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px , 1fr));
        grid-gap: 25px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 25px;
        align-items: end;
        justify-items: center;
    }

    .music-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
        align-items: end;
        justify-items: center;
    }
}

@media (max-width: 768px) {
    .content-box h2 {
        font-size: 30px;
        padding-top: 20px;
    }
    .content-box h4 {
        font-size: 25px;
    }

    .ads-main-item {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .people-name {
        font-size: 20px;
    }

    .people-online {
        padding: 6px;
        font-size: 13px;
        margin-top: 5px;
    }

    .people-ofline {
        padding: 6px;
        font-size: 13px;
        margin-top: 5px;
    }

    .rsideheader {
        padding-top: 20px;
    }

    .music-item img {
        width: 100%;
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .music-item {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 576px) {
    .music-item {
        grid-template-columns: 1fr;
    }

    .music-grd {
        grid-template-columns: 1fr;
    }
}
/* Custom CSS frontend end --------------------------*/


/* Player */
@import "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css";

.screen-reader-text {
    /* Reusable, toolbox kind of class */
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.disabled {
    color: #666;
    cursor: default;
}

.show {
    display: inline-block !important;
}

.player {
    height: auto;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 30px;
    width: 90% !important;
    align-items: center;
    margin: auto;
    background: #e5e5e5;
    padding: 30px;
    border-radius: 50px;
    margin-top: 30px;
}

.player .large-toggle-btn {
    float: left;
    border: 0px solid #d9d9d9;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    background: #FFE100;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 26px;
    color: #fff !important;
    padding: 5px 16px;
}

.player .large-toggle-btn .large-play-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.player .large-toggle-btn .large-play-btn:before {
    content: "";
    font: 1.5em/1.75 "FontAwesome";
    font-size: 26px !important;
}

.player .large-toggle-btn .large-pause-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.player .large-toggle-btn .large-pause-btn:before {
    content: "";
    font: 1.5em/1.75 "FontAwesome";
    font-size: 26px !important;
}

.player .info-box {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}

.player .info-box .track-info-box {
    display: grid;
    grid-template-columns: 1fr auto;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 6px 0;
    width: 100%;
    zoom: 1;
}

.player .info-box .track-info-box .track-title-text {
    display: block;
}

.player .info-box .track-info-box .audio-time {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 0 0 0 5px;
    width: fit-content;
    grid-gap: 5px;
}


.player .progress-box {
    float: left;
    min-width: 270px;
    position: relative;
}

.player .progress-box .progress-cell {
    height: 12px;
    position: relative;
}

.player .progress-box .progress-cell .progress {
    background: #fff;
    height: 15px;
    position: relative;
    width: auto;
}

.player .progress-box .progress-cell .progress .progress-buffer {
    background: #337ab7;
    height: 100%;
    width: 0;
}

.player .progress-box .progress-cell .progress .progress-indicator {
    background: #fff;
    border: 0px solid #bebebe;
    border-radius: 3px;
    cursor: pointer;
    height: 18px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -2px;
    width: 22px;
}

.controls-box {
    font-size: 30px;
    display: flex;
    grid-gap: 20px;
}

.player .controls-box .previous-track-btn {
    cursor: pointer;
    display: inline-block;
}

.player .controls-box .previous-track-btn:before {
    content: "";
    font: 1em "FontAwesome";
}

.player .controls-box .next-track-btn {
    cursor: pointer;
    display: inline-block;
}

.player .controls-box .next-track-btn:before {
    content: "";
    font: 1em "FontAwesome";
}

.player:after {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.play-list {
}

.play-list .play-list-row {
    display: block;
    margin: 10px 0;
    width: 100%;
    *zoom: 1;
}

.play-list .play-list-row .track-title .playlist-track {
    color: #000;
    text-decoration: none;
}

.play-list .play-list-row .track-title .playlist-track:hover {
    text-decoration: underline;
}

.play-list .play-list-row .small-toggle-btn {
    border: 0px solid #d9d9d9;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    background: #FFE100;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 26px;
    color: #fff !important;
    padding: 5px 16px;
}

.play-list .play-list-row .small-toggle-btn .small-play-btn {
    display: inline-block;
}

.play-list .play-list-row .small-toggle-btn .small-play-btn:before {
    content: "";
    font: 0.85em "FontAwesome";
}

.play-list .play-list-row .small-toggle-btn .small-pause-btn {
    display: inline-block;
}

.play-list .play-list-row .small-toggle-btn .small-pause-btn:before {
    content: "";
    font: 0.85em "FontAwesome";
}

.play-list .play-list-row .track-number {
    display: inline-block;
}

.play-list .play-list-row .track-title {
    display: grid;
    max-width: 185px;
    float: right;
    min-height: 50px;
    align-items: center;
    padding-left: 10px;
}

.play-list .play-list-row .track-title .playlist-track {
    text-decoration: none;
}

.play-list .play-list-row .track-title .playlist-track:hover {
    text-decoration: underline;
}

.play-list .play-list-row .track-title.active-track {
    font-weight: bold;
}

.play-list .play-list-row:after {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.music-box-category {
    margin-top: 30px;
    background: #e5e5e5;
    padding: 15px;
    border-radius: 30px;
    display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
}

.music-btn {
    background: #ffe100;
    padding: 5px 20px;
    display: block;
    margin-bottom: 3px;
    text-decoration: none !important;
    color: #484848 !important;
    font-family: 'Encode Sans Condensed';
    font-size: 20px;
    border-radius: 20px;
    width: fit-content;
    font-weight: 700;
}

@media (max-width: 768px) {
    .player {
        height: auto;
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 5px;
        width: 90% !important;
        align-items: center;
        margin: auto;
        background: #e5e5e5;
        padding: 10px 20px;
        border-radius: 50px;
        margin-top: 20px;
        justify-items: center;
    }

    .controls-box {
        font-size: 30px;
        display: flex;
        grid-gap: 20px;
    }

    .player .info-box .track-info-box {
        display: grid;
        grid-template-columns: 1fr;
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 6px 0;
        width: 100%;
        zoom: 1;
        text-align: center;
        justify-items: center;
    }

    .player .progress-box {
        float: left;
        min-width: 100%;
        position: relative;
    }
}

/* Player end */