.project_profile_hero {
    padding-top: 10rem;
    padding-bottom: 3rem;
    background: linear-gradient(to bottom, var(--primery-color), #fdfdfd00);
}

.project_profile_hero .hero-overlay {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.1);
}
.step_making{
    background-color: rgb(250, 235, 235) !important;
}
/*  hero video section start */
.image_part {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    /* space around */
}

.image_part .video_section {
    position: relative;
    width: 100%;
    max-width: 700px;
    /* maximum video width */
    aspect-ratio: 16 / 9;
    /* maintain proper video ratio */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
        rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border-radius: 10px;
    overflow: hidden;
}

.image_part .video_section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/*  hero video section end */

.project_profile_hero .container .text_part {
    padding-right: 20px !important;
}
@media (min-width: 700px) {
    .project_profile_hero  h1 ,
    .project_profile_hero  p {
        text-align: left;
    }
    .project_profile_hero .text_part {
        text-align: left !important;
    }
}

.project_profile_hero .container .short_desc {
    font-size: 1.2rem !important;
    text-align: center;
    font-weight: 600;
}

.project_sample_card_section {
    width: 100%;
    display: flex;
    height: 100%;
    gap: 2rem;
    padding: 2rem;
    align-items: end !important;
    justify-content: end !important;
}

.project_sample_card_section .book-3d {
    margin: auto 0;
}

.project_sample_card_section .book-3d .book-3d__inner img {
    height: 320px !important;
    max-width: 300px;
    width: 100%;
}

@media (max-width: 1400px) {
    .project_profile_hero .container .text_part {
        padding-right: 0px;
    }

    .video_section {
        width: 100%;
        height: 320px;
    }

    .project_profile_hero .container .text_part,
    .text_section h1 {
        font-size: 2.5rem !important;
    }


}

@media (max-width: 850px) {
    .project_profile_hero {
        padding-top: 5rem;
    }

    .video_section {
        width: 100%;
        height: 250px;
    }

    .project_profile_hero .container .text_part,
    .text_section h1 {
        font-size: 25px !important;
    }

    .project_sample_card_section {
        display: flex;
        gap: 2rem;
        padding: 2rem;
        align-items: center !important;
        justify-content: center !important;
    }

    .project_sample_card_section .book-3d .book-3d__inner img {
        height: 180px !important;
        max-width: 150px;
        width: 100%;
    }
}

@media (max-width: 500px) {

    .project_profile_hero .container .text_part,
    .text_section h1 {
        font-size: 20px !important;
    }

    .project_profile_hero .container .short_desc {
        font-size: 20px !important;
    }

    .video_section {
        width: 100%;
        height: 200px;
    }

    .project_profile_hero .container .short_desc {
        font-size: 1rem !important;
    }
}


.feature_section .section-header {
    margin-bottom: 2rem !important;
}

/* .demo-section .container .clearfix  .image-column{ */

.demo-section {
    padding-bottom: 0 !important;
}

/* .demo-section .container .clearfix .image-column .demo_pdf{
    display: flex;
    justify-content: end;
    align-items: end;
} */



/* ________________ feature section start */
.feature_section {
    background-color: #F1F1F6 !important;
    padding-top: 4rem !important;
}

.feature_section .container .clearfix .image-column .inner-column {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.feature_section .container .clearfix .image-column .features_img {
    max-width: 300px;
    height: 100%;
    display: flex;
}

.feature_section .container .clearfix .image-column .features_img img {
    width: 100%;
    height: auto !important;
    margin-top: auto;
    margin-bottom: auto;
}

/* .feature_section .container .clearfix{
    
}
.feature_section .container .clearfix>div{
    
} */
.feature_section .container .clearfix>div .features_img {
    width: 100%;
}

.feature_section .container .clearfix .content-column .inner-column {
    width: 100%;
    padding: 0 !important;
}

.feature_section .container .clearfix .content-column .inner-column h2 {
    font-weight: 700;
    margin: 0;
    font-size: 20px;
}

.feature_section .container .clearfix .image-column .features_img img {
    border: none;
    box-shadow: none;
    height: 100%;
    width: 100%;
}

.feature_section .container .clearfix .content-column .inner-column .sec-title ul {
    margin-top: 1rem;
    padding: 0;
}

.feature_section .container .clearfix .content-column .inner-column .sec-title ul li {
    list-style: none;
}

.inner-column .sec-title ul li {
    margin-bottom: 20px;
}

.feature_section .container .clearfix .content-column .inner-column .sec-title ul li .list_item {
    display: flex;
}

.feature_section .container .clearfix .content-column .inner-column .sec-title ul li .list_item .icon {
    padding-right: 10px;
}

.inner-column .sec-title ul li .list_item .icon img {
    height: auto;
    width: 40px;
}

.inner-column .sec-title ul li .list_item .text {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 18px;
    color: black;
}

.inner-column .sec-title ul li .list_item .text p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.615);
    font-weight: 600;
}

@media (max-width: 850px) {
    .feature_section .container .clearfix {
        gap: 0px !important;
    }

    .feature_section .container .clearfix .image-column .inner-column {
        align-items: center;
        justify-content: center;
    }

    .feature_section .container .clearfix .content-column .inner-column .sec-title h2 {
        font-size: 18px;
    }

    .feature_section .container .clearfix .content-column .inner-column .sec-title ul {
        padding: 0;
    }

    .feature_section .container .clearfix .content-column .inner-column .sec-title ul li .list_item .text {
        font-size: 16px;
    }

    .inner-column .sec-title ul li .list_item .icon img {
        width: 30px;
    }

    .feature_section .container .clearfix .image-column .features_img {
        max-width: 300px;
    }
}

/* ________________ feature section end */



/* ________________ why we best start */
.why_best_section .container{
    max-width: 1000px;
}
.why_best_section .card-container {
    align-items: start;
    display: grid;
    grid-gap: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    overflow: visible;
}

.why_best_section .card {
    position: relative;
    z-index: 0;
    /* new stacking context so ::before -1 stays inside */
    overflow: hidden;
    /* border-radius: 5px; */
    border-top-left-radius: 50px;
    padding: 4rem 1rem;
    border-left: 2px solid rgba(0, 0, 0, 0.326);
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    transition: color 0.3s ease;
    background-color: rgba(224, 224, 224, 0.355);
    width: 100%;
    height: 100%;
}

.why_best_section .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, var(--primery-color), var(--primery-color));
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    z-index: -1;
    /* sits behind text, but inside card */
}

.why_best_section .card:hover::before {
    transform: translateY(0);
}

.why_best_section .card:hover p {
    color: #fff !important;
}

.why_best_section .card:hover h6 {
    color: #fff !important;
}


.why_best_section .card img {
    height: auto;
    max-width: 80px;
    margin-bottom: 15px;
}

.why_best_section .section_bottom_text {
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.615);
    margin-top: 2rem;
    text-align: center;
}

.why_best_section .card p {
    font-weight: 700;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.615);
}



@media (max-width: 850px) {

    .why_best_section .card-container {
        flex-direction: column;
    }

    .why_best_section .card {
        text-align: center;
        align-items: center;
        justify-content: center;
    
    }

    .why_best_section .card p {
        margin-top: auto;
        margin-bottom: auto;
        text-align: center;
        font-size: 16px;
    }

    .why_best_section .card:hover {
        box-shadow: none;
    }
}

/* ________________ why we best end */




.card-container-2 {
    display: flex;
    gap: 2rem;
    align-items: start;
    justify-content: start;
    background-color: rgba(0, 0, 0, 0.102);
    padding: 2rem 1rem;
    border-radius: 10px;
}

.card-container-2 .container_div {
    padding-left: 1rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.card-container-2 .card_p {
    display: flex !important;
}

.card-container-2 .card_p i {
    font-size: 17px;
    color: var(--primery-color);
    margin-top: auto;
    margin-bottom: auto;
}

.card-container-2 .card_p p {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    font-size: 17px;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 600;
}

@media (max-width: 380px) {
    .card-container-2 {
        flex-direction: column;
        gap: 10px;
    }

    .card-container-2 .container_div {
        width: 100%;

    }
}


/* ________________ Category start */
#projectProfile__Append .pp__cat_name {
    color: var(--primery-color-light) !important;
    font-weight: 700 !important;
}

#pp__serach__cat__book select,
#pp__serach__cat__book input {
    outline: none !important;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

/* ________________ Category end */


/* ________________ book start */
#projectProfile__Append .pp__book_title {
    text-align: left;
    font-weight: 600;
    background-color: transparent;
    border: none;
    color: rgba(0, 0, 0, 0.597);
}

#projectProfile__Append .pp__book_title:hover,
#projectProfile__Append .pp__cat_name:hover {
    background-image: linear-gradient(90deg, rgba(171, 60, 246, 1) 0%, rgba(255, 0, 0, 1) 50%, rgba(255, 178, 69, 1) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.others_message_box {
    background-image: linear-gradient(90deg, var(--primery-color-light) 0%, var(--primery-color-light) 50%, var(--primery-color) 100%);
    border-radius: 10px;
}

.others_message_box .others_message {
    border-radius: 7px;
    padding: 20px;
    background-color: aliceblue;
}

.others_message_box .others_message p {
    font-size: 22px;
    font-weight: 700;
}

.others_message_box .others_message .num {
    font-size: 18px;
    font-weight: 600;
}

.others_message_box .others_message .num .contact_item {
    color: var(--primery-color-light);
    margin-left: 10px;
}

.others_message_box .others_message .num .contact_item:hover {
    background-image: linear-gradient(90deg, rgba(171, 60, 246, 1) 0%, rgba(255, 0, 0, 1) 50%, rgba(255, 178, 69, 1) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.select_heighlight {
    display: none;
}

.category_section .container h6 {
    font-size: 18px;
    font-weight: 600;
}
.category_section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

@media (max-width: 700px) {
    .others_message_box .others_message p {
        font-size: 16px !important;
    }

    .others_message_box .others_message .num {
        font-size: 14px;
    }

    #projectProfile__Append .pp__book_title {
        font-size: 16px !important;
    }

    .category_section .container .col-6 {
        width: 100% !important;
    }



    .select_heighlight {
        margin-top: 25px !important;
        margin-bottom: 0;
        color: var(--primery-color-light);
        font-size: 15px;
        display: block;
    }
}

@media (max-width: 400px) {
    .others_message_box .others_message .num {
        display: block !important;
        margin-top: 15px;
    }

    .others_message_box .others_message p {
        text-align: left !important;
    }
}

/* ________________ book end */



/* ________________ step of making section start */

.step_section{
    background-color: #F1F1F6 !important;
}
.step_section .container {
    max-width: 900px !important;
    width: 100%;
    
}
.step_section .container .clearfix .image-column .step_img {
    max-width: 400px;
    height: auto;
    
}

.step_section .container .clearfix .image-column .step_img img {
    border: none;
    box-shadow: none;
    
    width: 100%;
    height: auto;
}

/* hightlight sectipon */
.heighlight_section{
    background-color: #39003D;
    width: 100%;
    display: flex;
    padding: 3rem 15px;
}
.heighlight_section .heighlight_text {
    margin: auto;
    text-align: center;
    max-width: 1200px;
}

.heighlight_text h2 {
    /* background-image: linear-gradient(90deg, rgba(171, 60, 246, 1) 0%, rgba(255, 0, 0, 1) 50%, rgba(255, 178, 69, 1) 100%); */
    /* -webkit-text-fill-color: transparent; */
    color:white !important;
    background-clip: text;
    font-weight: bolder;
    font-size: 25px;
    margin-bottom: 10px;
}

.heighlight_text p {
    color:rgb(202, 201, 201) !important;
    font-weight: 600;
    max-width: 900px;
    text-align: center;
}

.heighlight_text h5 {
    color: white;
    margin-top: 20px;
    font-weight: 700;
}

.heighlight_text .buttons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.heighlight_text .buttons button {
    border: 2px solid white;
    background-color: transparent;
    border-radius: 50px;
    padding: 7px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    color:rgb(255, 255, 255);
}

.heighlight_text .buttons button:hover {
    background-color: white;
    color: rgb(0, 0, 0);
}

.heighlight_text .buttons .active {
    background-color: white;
    color: black;
}

.heighlight_text .buttons .active:hover {
    background-color: transparent;
    color: rgb(255, 255, 255);
}

/* ________________ step of making section end */


.highlight_text_heading p {
    padding-left: 10px;
    font-size: 17px;
    font-weight: 600;
    border-left: 3px solid var(--primery-color);
}

.highlight_text .container_div {
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px;
    /* background: linear-gradient(to right, rgba(24, 65, 1, 0.26), rgba(1, 1, 65, 0.29)); */
    /* background-color: var(--primery-color); */
    border: 2px solid var(--primery-color);
    background-color: aliceblue;
}

.highlight_text .container_div p {
    color: black;
    text-align: center;
}

.hightlight_buttons {
    width: 100%;
    display: flex;
    gap: 10px;
}

.hightlight_buttons button {
    border: 2px solid var(--primery-color);
    color: black;
    background-color: aliceblue;
    border-radius: 5px;
    padding: 0;
    padding: 7px 20px;
    font-size: 15px;
    font-weight: 600;
}

.hightlight_buttons button:hover {
    background-color: var(--primery-color);
    color: white;
}

.hightlight_buttons .active {
    background-color: var(--primery-color);
    color: rgb(255, 255, 255);
}

.highlight_text .container_div .head_t {
    font-size: 20px !important;
}

.highlight_text .container_div .head_m {
    font-size: 24px !important;
    color: var(--primery-color);
    margin-top: 10px;
    font-weight: 600;
}

.highlight_text .container_div .head_b {
    color: rgba(0, 0, 0, 0.709);
    margin-top: 20px;
    font-weight: 600;
}


#pp__serach__cat__book .category_inputs>div select,
#pp__serach__cat__book .category_inputs>div input {
    border: 2px solid var(--primery-color-light) !important;
    height: 100%;
}

#projectProfile__Append .book-item p a {
    color: black !important;
}

@media (max-width: 750px) {
    .demo-section .container .sec-title h2 .fa-arrow-right-long {
        display: none;
    }
}

@media (max-width: 600px) {
    .hightlight_buttons {
        align-items: center;
        justify-content: center;
    }


    .category_summery {
        display: block !important;
        flex-direction: column;
        gap: 15px;
    }

    .category_summery>div {
        width: 100% !important;
    }

    .category_inputs {
        display: flex;
        flex-direction: column;
    }

    .category_inputs>div {
        width: 100% !important;
    }
}