.our_work_head_one {
    text-align: left;
}

.our_work_p_one {
    text-align: left;
}

.portfolio_web_content_main_our_work {
    width: 60rem;
    margin-bottom: 5rem;
}

.carousel_background_gradient_bg {
    /* background-image: url('images/carousel_background_gradient_bg.png'); */
    background-repeat: no-repeat;
    /* Prevents repeating */
    background-size: cover;
    /* Scales the image to cover the entire container */
    background-position: center center;
    /* Centers the image both horizontally and vertically */
    padding: 9rem;
    /* border-radius: 10px; Optional: Adds rounded corners */
    /* margin: -2rem; */
}

.product_detal_follow_link_icon {
    width: 2rem;
}

.header-flex-icon-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

.hero-content {
    width: 50rem;
}

.main-dasboard-img-main {
    background-color: rgba(255, 255, 255, 0.2);
    /* White with 20% opacity */

    width: 50rem;
    height: 24rem;
    border-radius: 10px;
}

.main-dasboard-img-main img {
    width: 48rem;
    margin-top: 0.5rem;
}











@media screen and (min-width: 270px) and (max-width: 375px) {
    .portfolio_web_content_main {
        width: auto !important;
        margin-left: 2.4rem !important;
        margin-top: 4rem;
    }

    .hero-content {
        max-width: 800px;
        margin: 0 auto;
        z-index: 10;
        margin-top: 5rem;
        margin-left: 1rem;
    }
    .carousel_background_gradient_bg{
        padding: 2rem;
    }
    .bottom_get_started_main_our_work {
        display: block;
        margin: auto;
        width: auto !important;
        text-align: center;
        margin-top: 2rem;
    }
}
@media screen and (min-width: 376px) and (max-width: 425px) {
    .portfolio_web_content_main {
        width: auto !important;
        margin-left: 6rem !important;
    }

    .hero-content {
        max-width: 800px;
        margin: 0 auto;
        z-index: 10;
        margin-top: 5rem;
        margin-left: 1rem;
    }
    .carousel_background_gradient_bg{
        padding: 2rem;
    }
    .bottom_get_started_main_our_work {
        display: block;
        margin: auto;
        width: auto;
        text-align: center;
        margin-top: 2rem;
    }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
    .portfolio_web_content_main {
        width: auto !important;
    }

    .hero-content {
        max-width: 800px;
        margin: 0 auto;
        z-index: 10;
        margin-top: 5rem;
        margin-left: 1rem;
    }
    .carousel_background_gradient_bg{
        padding: 2rem;
    }
    .portfolio_web_content_one {
        width: 21rem;
    }
    .bottom_get_started_main_our_work {
        display: block;
        margin: auto;
        width: auto !important;
        text-align: center;
        margin-top: 2rem;
    }
}
.bottom_get_started_main_our_work{
    display: block;
    margin: auto;
    width: 50rem;
    text-align: center;
    margin-top: 2rem;
}
.btn-get-started-product-detail{
    background-color: #e60278;
    color: #fff;
    width: 11rem;
    border-style: none;
    height: 2rem;
    margin-top: 1rem;
    /* border-radius: 15px; */
}