@import url('base.css');

.sidebar {
    height: 100%;
    position: fixed;
    top: 0px;
    left: -128px;
    z-index: 999;
    transition: all 0.3s ease;
    overflow-y: auto;
}

/* Width of the scrollbar */
.sidebar::-webkit-scrollbar {
    width: 4px; /* You can change this value to control the width */
}

/* Track (the background of the scrollbar) */
.sidebar::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Track color */
}

/* Handle (the scrollbar itself) */
.sidebar::-webkit-scrollbar-thumb {
    background-color: #888; /* Handle color */
    border-radius: 10px; /* Rounded corners for the handle */
}

/* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Darker handle color on hover */
}


.sidebar-active {
    left: 0;
}

.main-site-wrapper {
/*    max-width: 1366px;*/
    margin: auto;
}

.sidebar-column {
    max-width: max-content !important;
    /* max-width: 9.08% !important; */
    /* border: 1px solid white; */
}

.content-column {
    /* max-width: 90.92% !important; */
    max-width: max-content !important;
}

.sidebar-wrapper ul li {
    width: 88px;
    height: 82px;
    border-radius: 16px;
    padding: 12px 8px;
    box-sizing: border-box;
    background: #FFFFFF17;
    cursor: pointer;
}

.sidebar-wrapper {
    padding: 26px 18px;
}

.topbar-wrapper {
    padding: 27px 32px;
    box-shadow: 0px 4px 12px 0px #0C0E1829;
    z-index: 999;
}

.main-wrapper {
    padding: 32px 0px;
}

.banner-wrapper {
    width: 100%;
    background: url('../images/banner-bg.png') no-repeat;
    background-size: 100% 100%;
    padding: 32px;
}

.garage-wrapper {
    width: 100%;
    background: url('../images/garage-banner.png') no-repeat;
    background-size: 100% 100%;
    padding: 32px;
}

/* .banner-img-wrapper,
.garage-img-wrapper {
    padding: 6px;
    background: linear-gradient(180deg, #292929 22.79%, rgba(41, 41, 41, 0) 81.03%);
    border-radius: 131px;
} */

/* .banner-img,
.garage-img-wrapper img {
    border-radius: 131px;
} */

.banner-profile-info li {
    border-radius: 16px;
    background: #292929;
    padding: 20px 30px;
    border: 1px solid #FFFFFF26;
}

.logo-wrapper {
    width: 462px;
    height: 308px;
    bottom: 70px;
    right: 38px;
}

.logo-wrapper img {
    width: 462px;
    height: 308px;
}

.garage-logo-wrapper {
    width: 260px;
    height: 170px;
}

.banner-action-wrapper .report-menu {
    width: 54px;
    height: 54px;
    background: #FFFFFF38;
}

.banner-action-wrapper {
    width: max-content;
    top: 32px;
    right: 22px;
}

/* .section-bg {
    width: 100%;
    padding: 103px 0px 10px 0px;
    background: url('../images/activity-bg.png') no-repeat;
    background-size: 100% 100%;
} */

.section-bg {
    width: 100%;
    padding: 0px 0px 10px 0px;
    background: url('../images/activity-bg.png') no-repeat;
    border-radius: 40px;
/*    background-position: top;*/
    /* background-size: 100% 100%; */
    background-size: 100% 100%;
}

.my-garage-section {
    width: 100%;
    padding: 0px 0px 10px 0px;
    background: url('../images/activity-bg.png') no-repeat;
    border-radius: 40px;
    background-size: 100% 100%;
/*    background-position: top;
    background-size: 100% 100%;*/
}
.yellow-banner{
    width: 100%;
    height: 82px;
}

.activity-wrapper {
    padding: 0px 24px;
}

.section-heading-wrapper::after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 8px;
    height: 100%;
    background-color: var(--primary);
}

.section-heading-wrapper {
    margin-top: 20px;
}

.activity-card {
    border-radius: 32px;
    border: 1px solid #FFFFFF45 !important;
}

/* .activity-card .img-wrapper img,
.activity-img,
.garage-img {
    height: 303px;
    border-radius: 24px;
} */

/* .event-card .img-wrapper img,
.event-img {
    height: 202px;
} */

.garage-card .img-wrapper {
    padding: 4px;
    background: linear-gradient(180deg, #CCAF29 0%, rgba(204, 175, 41, 0) 100%);
    border-radius: 24px;
}

.garage-card .img-wrapper img {
    border-radius: 24px;
}

.daps-builder-label {
    bottom: 4px;
    left: 4px;
    background: #FFFFFF66;
    padding: 8px 16px;
    border-radius: 0px 24px 0px 24px;
}

.daps-build-label {
    top: 4px;
    right: 4px;
    bottom: unset;
    left: unset;
}

.event-label {
    width: max-content;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    padding: 9px 32px 9px 32px;
    border-radius: 0px 0px 16px 16px;
}

.daps-builder-label img {
    width: 41px !important;
    height: 54px !important;
}

.banner-column {
    visibility: visible;
}

.banner-address-wrapper {
    margin-bottom: 85px;
}

@media (max-width: 1350px) {

    .info-icons-wrapper li img {
        width: 25px;
        height: 25px;
    }

    .info-icons-wrapper li span {
        font-size: 14px;
    }

    /* .sidebar-wrapper {
        padding: 18px 12px;
    }

    .sidebar-wrapper ul li {
        padding: 8px 7px;
    }

    .sidebar-wrapper ul li span {
        font-size: 8px;
    }

    .sidebar-wrapper ul li img {
        width: 28px;
        height: 28px;
    } */
}

@media (max-width: 992px) {

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: 0px;
        padding-left: 0px;
        max-width: 100%;
    }

    .activity-section, .garage-section, .event-section {
        padding: 0px 24px;
    }

    .event-section {
        padding-bottom: 24px;
    }

    .main-site-wrapper {
        max-width: 100%;
        margin: auto;
    }

    .content-column {
        max-width: 100% !important;
    }

    .toggle-btn {
        border: 1px solid #FFFFFF;
        background: #1F1F1F17;
        border-radius: 10px;
    }

    #header-sidebar.show {
/*        display: block;*/
        left: 0px;
    }

    #header-sidebar {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0px;
        left: -100%;
/*        display: none;*/
        z-index: 888;
        background: #00000099;
        transition: left 0.3s ease;
    }

    .cross-btn {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .responsive-menu-wrapper {
        width: 290px;
        height: 638px;
        border-radius: 0px 0px 100px 0px;
        background: url('../images/menu-sidebar.png') no-repeat;
    }

    .main-wrapper {
        padding: 0px;
    }

    .banner-wrapper {
        background: url('../images/banner-bg-responsive.png') no-repeat;
        background-size: 100% 100%;
        background-position: center;
        padding: 24px;
    }

    .section-bg {
        background: url('../images/activity-bg-responsive.png') no-repeat;
        background-size: 100% 100%;
    }

    .yellow-banner{
        height: 50px;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

    .banner-img-wrapper {
        /* width: 140px;
        height: 140px; */
        width: max-content;
        height: max-content;
        padding: 5px;
        border-radius: 50%;
        margin: auto;
    }

    .banner-img-wrapper img {
        width: 120px;
        height: 120px;
        border-radius: 50% !important;
        object-fit: cover;
    }

    .banner-wrapper .main-heading {
        font-size: 28px;
        line-height: 28px;
        color: #fff;
    }

    .banner-content-wrapper ul li {
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        border-color: #fff !important;
    }

    .banner-profile-info li {
        padding: 10px;
    }

    .arrow-icon {
        width: 16px !important;
        height: 16px !important;
    }

    .banner-profile-info li img {
        width: 34px;
        height: 34px;
    }

    .banner-profile-info li span {
        font-size: 10px;
    }

    .banner-action-wrapper .report-menu {
        width: 40px;
        height: 40px;
    }

    .banner-action-wrapper img {
        width: 70px;
    }

    .banner-action-wrapper {
        top: 20px;
        right: 10px;
    }

    .banner-action-wrapper .report-menu img {
        width: 15px;
        height: 15px;
    }

    /* .activity-card .img-wrapper img,
    .garage-card .img-wrapper img,
    .event-card .img-wrapper img,
    .activity-img,
    .garage-img {
        height: 210px;
    } */

    /* .event-img {
        height: 210px;
    } */

    .activity-card .content-wrapper span,
    .garage-card .content-wrapper span,
    .event-card .content-wrapper span {
        font-size: 14px;
    }

    .activity-card .content-wrapper .card-heading,
    .garage-card .content-wrapper .card-heading,
    .event-card .content-wrapper .card-heading {
        font-size: 28px;
        line-height: 28px;
    }

    .activity-card .content-wrapper p,
    .garage-card .content-wrapper p,
    .event-card .content-wrapper p {
        font-size: 12px;
        line-height: 20px;
    }

    .info-icons-wrapper img {
        width: 20px;
        height: 20px;
    }

    .info-icons-wrapper span {
        font-size: 12px;
    }

    .daps-builder-label img {
        width: 21px !important;
        height: 44px !important;
    }

    .daps-builder-label span {
        font-size: 10px;
        line-height: 10px;
    }

    .daps-builder-label h4 {
        font-size: 24px;
        line-height: 24px;
    }

    .responsive-banner-column {
        width: 47%;
    }

    .banner-column {
        visibility: hidden;
    }

    .follower-box,
    .following-box {
        position: absolute;
        left: -24px;
        top: 50%;
        transform: translateY(-50%);
        background: #FFFFFF17;
        padding: 7px 12px;
        border-radius: 0px 10px 10px 0px;
        /* border: 1px solid #FFFFFF26; */
    }

    .following-box {
        left: unset;
        right: -24px;
        border-radius: 10px 0px 0px 10px;
    }

    .follower-box b,
    .following-box b {
        font-size: 22px !important;
        line-height: 22px !important;
    }

    .follower-box span,
    .following-box span {
        font-size: 9px !important;
    }

    .reponsive-profile-wrapper img {
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid #FFFFFF;
    }
}

@media (max-width: 575px) {
    .responsive-menu-wrapper {
        width: 250px;
    }
}