#content {
    width: 88% !important;
    z-index: 1;
}

.hero-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    position: relative;
}

.hero-title {
    font-size: 361%;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: white;
    -webkit-background-clip: text;
}

.hero-subtitle {
    color: var(--lightText);
    font-size: 125%;
    font-weight: 400;
    margin: 1.5% 0 3.5% 0;
    text-align: center;
}

/* listings */

.sections-holder {
    margin: 3% auto;
}

.section-holder {
    margin-bottom: 2%;
    overflow: hidden;
}

.section-title {
    display: flex;
    align-items: center;
    font-size: 150%;
    font-weight: 600;
    margin: 0;
    column-gap: 10px;
}

.section-subtitle {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 95%;
    font-weight: 400;
    color: var(--subColor);
}

.explore-btn {
    border-radius: 5px;
    font-weight: 500;
    padding: 6px 9px;
    font-size: 15px;
    color: var(--primaryColor);
    margin-left: auto;
    cursor: pointer;
    border: 1px solid var(--primaryColor);
    text-decoration: none;
}
.explore-btn:hover {
    color: var(--primaryColor);
    text-decoration: underline;
    border-color: var(--primaryColor);
}
.listing-row {
    display: flex;
    justify-content: flex-start;
    margin-top: 1%;
    flex-direction: row;
    align-items: center;
    overflow-x: scroll;
    max-height: 390px;
    overflow-y: hidden;
}

.profile-listing-holder {
    width: 24%;
    min-width: 200px;
}
.community_list .profile-listing-holder {width: 95%;}
.featured-profile-listing-holder {
    width: 24%;
    min-width: 230px;
}

/* listings end */

/* categories */

.category-listing-holder {
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    flex: 100%;
    max-width: 250px;
    width: 250px;
    border-radius: 10px;
    box-shadow: inset 0px 0px 1px 1px var(--shadowColor);
    box-sizing: border-box;
    padding: 10px;
}

.category-listing-img-holder {
    width: 100%;
    position: relative;
    border-radius: 9px;
    overflow:hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.category-listing-img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    border-radius: 15px;
    /* -webkit-mask-image: linear-gradient(to top, rgb(0 0 0 / 5%) -15%, rgba(0, 0, 0, 1)); */
    /* transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.13, 1.02) 0s; */
    margin-bottom: 10px;
    /* margin: auto; */
}
.category-listing-holder:hover .category-listing-img{
    transform: scale(1.1);
}

.category-listing-owner-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.category-listing-owner-name {
    display: flex;
    align-items: center;
    font-size: 115%;
    color: var(--primaryColor);
    font-weight: 600;
}


/* categories end */


/* how it works */

.row-holder{
    margin: 10% auto;
}

.row-title {
    font-weight: 600;
    font-size: 175%;
    margin: 0;
}

.row-title-center{
    text-align: center;
}

.row-subtitle{
    margin: 1% 0 2% 0;
    color: gray;
    font-size: 100%;
    font-weight: 400;
}

.steps-holder {
    display: flex;
    justify-content: space-between;
}

.step-holder{
    width: 30%;
    height: 300px;
    position: relative;
}

.step-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.step-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: rgba(0, 0, 0 ,0.58);
}

.step-txt-holder{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 16px;
}

.step-num {
    font-size: 160%;
    margin: 0 0 15px 0;
    color: white;
}

.step-title {
    font-size: 140%;
    margin: 0;
    font-weight: 600;
    color: white;
}

.step-txt {
    line-height: 1.4;
    margin-top: 8px;
    font-weight: 400;
    font-size: 95%;
    color: #eee;
}

/* how it works end */


/* features */

.features-holder {
    display: flex;
    flex-wrap: wrap;
    margin-top: -7%;
}

.feature-holder {
    margin: 0 auto;
    flex: 0 21%;
    padding: 25px 16px;

}

.feature-img{
    filter: brightness(0);
    width: 24px;
    margin-bottom: 18px;
}

.feature-title {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 140%;
}

.feature-txt {
    line-height: 1.4;
    margin-top: 8px;
    font-weight: 400;
    font-size: 95%;
    color: gray;
}

/* features end */

/* content */

.content-holder{
    height: 375px;
    width: 19%;
    position: relative;
    cursor: pointer;
}

.content-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.play-btn-holder{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 0%, #0000009e 100%);
    border-radius: 0 0 8px 8px;
}

.play-btn{
    width: 20px;
    margin-bottom: 11px;
    margin-left: 11px;
}

/* content end */

/* logos */

.logo-title{
    text-align: center;
    font-size: 110%;
    font-style: italic;
    margin-bottom: -3%;
    color: grey;
}

.logo-holder{
    display: flex;
    align-items: center;
    margin: 3% 0 -2% 0;
}

.logo-img{
    width: 185px;
}

/* logos end */

.cta-holder{
    width: 100%;
    height: 390px;
    position: relative;
    background-color: #2b2b2b75;
    display: flex;
    border-radius: 15px;
}

.cta-overlay-holder{
    position: absolute;
    height: 100%;
    width: 45%;
    background: linear-gradient(to right, #212121 74%, #000000b8 84%, #000000ab 87%, #0000009c 92%,#00000087 95%, #0000006b 97%,transparent);
    color: white;
    border-radius: 15px 0 0 15px;
}

.cta-txt-holder{
    width: 80%;
    height: 100%;
    margin: -2% auto auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-img{
    height: 100%;
    width: 80%;
    object-fit: cover;
    object-position: 100px;
    margin-left: auto;
    border-radius: 15px;
}

.cta-title{
    font-weight: 600;
    font-size: 210%;
    margin: 0;
    color: var(--primaryColor);
}

.cta-txt{
    margin: 3% 0;
    font-weight: 400;
    font-size: 100%;
}

.cta-btn{
    background-color: white;
    color: var(--whiteColor);
    width: 190px;
    padding: 15px 5px;
    margin: 3% 0 0 0;
}

@media only screen and (max-width: 1000px) {
    .listing-row {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .profile-listing-holder, .featured-profile-listing-holder, .category-listing-holder {
        margin: 3% 3% 0 0;
    }

    .section-holder {
        margin-bottom: 10%;
    }
}

@media only screen and (max-width: 800px) {
    #content {
        width: 92% !important;
    }
    .hero-holder {
        margin: 14% 0 0 0;
    }

    .hero-subtitle {
        font-size: 105%;
        margin: 3% 0 7% 0;
        line-height: 1.4;
    }
    .sections-holder {
        margin: 10% auto;
    }

    .row-holder{
        margin: 18% 0;
    }

    .row-subtitle{
        margin: 4% 0;
    }

    .steps-holder {
        flex-direction: column;
    }

    .step-holder {
        margin: 3% 0;
        width: 100%;
        height: 260px;
    }

    .features-holder {
        width: 100%;
        flex-direction: column;
    }

    .feature-holder{
        padding: 25px 0;
    }

    .content-holder{
        margin: 3% 3% 0 0;
        min-width: 230px;
    }

    .logo-title{
        font-size: 105%;
        margin-bottom: -1%;
    }

    .logo-holder{
        flex-wrap: wrap;
        margin: 3% 0 0 0;
    }

    .logo-img{
        width: 150px;
        flex: 0% 40%;
        margin: 2% 0;
    }

    .cta-overlay-holder{
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        border-radius: 15px;
    }

    .cta-img{
        width: 100%;
        object-position: 0;
    }

    .cta-txt-holder{
        width: 90%;
    }

    .cta-title{
        font-size: 175%;
    }

    .cta-txt{
        margin: 5% 0;
    }

    .cta-btn{
        width: 75%;
        padding: 22px 0;
        margin: 5% auto 0 auto;
    }
}
.hero-holder .slider_content {
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home_provider_container {
    background: var(--circleBackground);
    padding: 20px;
    border-radius: 15px;
}
/* Search Bar home*/
.search_home {
    position: absolute;
    bottom: -30px;
    background: white;
    width: 80%;
    height: 60px;
    box-shadow: 0px 0px 5px 1px var(--shadowColor);
    border-radius: 30px;
}
.search_home .search_input_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    height: 60px;
    flex: 100%;
    width: 100%;
    padding: 0;
    align-items: center;
    align-content: center;
    column-gap: 20px;
    padding: 0px 15px;
    box-sizing: border-box;
    color: var(--grayColor);
}
.search_home .filter_input {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 100%;
    border-right: 1px solid #8080806e;
    font-size: var(--subFontSize);
}

.search_home .date.filter_input {
}

.search_action.filter_input {
    border-right: none;
    background: var(--blueColor);
    width: 100px;
    max-width: 100px;
    padding: 10px;
    border-radius: 30px;
    color: white;
}

.circle.filter_input {
    border-right: 0px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 10px;
}

.search_home input , .search_home select {
    font-size: var(--bodyFontSize);
    color: var(--grayColor);
}

.search_action button.search_btn {
    background: transparent;
    border: none;
    color: white;
    font-size: var(--bodyFontSize);
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.hero_content a.hero_cta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: white;
    padding: 20px 45px;
    font-size: 1.4em;
    border-radius: 100px;
    font-weight: 600;
    text-decoration: none;
    color: var(--primaryColor);
}

.hero-holder .hero_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
}

.circle_homepage_holder {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

a.hero_cta.login_slider_btn {
    background: var(--dangerColor);
    color: white;
}
.bg_color_holder{
        width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: var(--primaryColor);
    opacity: 0.5;
}

.section-title img {
    width: 25px;
}

.search_btn p {
    padding: 0;
    margin: 0;
}