.introducing_renorent .primary-highlight span{
    color: #3653A4 !important
}

.newbg-white{
    background: white!important;
}

.project_slider .slick-arrow, .banright .slick-arrow{
    display: none !important;
}

.project_slider .imgh{
    height: 380px;
    object-fit: cover;
}

.project_slider .imgb{
    z-index: 1;
}

.specialises_cta .title{
    color: #514646;
}

.primary-highlightgreen span{
    color: #69BD44;
    font-weight: bold;
}

.primary-highlightblue span{
    color: #3653A4;
    font-weight: bold;
}

.banright {
    position: absolute;
    right: 0;
    top:0;
}

.banright img{
    height: 180px;
    border-radius: 1rem;
    object-fit: cover;
}

.newbanner_content{
    z-index: 2;
}

.home-cta-box .number{
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D81E05;
    position: absolute;
    left: 30px;
    top: -10px;
}

@media screen and (max-width: 900px) {
    .text-md-primary {
        color: #FF1F02 !important;
    }
}

.banner_cover{
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 42.19%, rgba(255, 255, 255, 0.92) 63.54%, #FFFFFF 92.19%);
    z-index: 1;
    position: absolute;
}

.top_cat{
    z-index: 2; 
}

.mobilevideo{
        background-size: cover;
}

@media only screen and (min-width: 1024px) {

.project_slider .card{
    transition: 0.5s ease;
}


.project_slider.slider-stacked{
    height: 428px;
}

.project_slider.slider-stacked .card{
    position: absolute;
    width: 445px;
    height: 428px;
    left: 50%;
    transform: translateX(-50%);

}

.project_slider.slider-stacked div:nth-child(1) .card{
   transform: rotate(10deg) translate(-50%, 10%);

}

.project_slider.slider-stacked div:nth-child(4) .card{
   transform: rotate(-10deg) translate(-50%, -7%);

}

.project_slider.slider-animation{
    display: flex;
    flex-direction: row
}

.project_slider.slider-animation .card{
    width: 445px;
    height: 428px;
}

.project_slider.slider-animation>div{
   transition: 0.5s ease;
}

}


.header {
    z-index: 10000000 !important;
}





@media only screen and (max-width: 990px) {
  .banright {
    position: relative;
}
.banner_cover{
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 42.19%, rgba(255, 255, 255, 0.92) 88.54%, #FFFFFF 99.19%);
}

.banright img{
    height: 100px;
}

.project_slider .imgh {
    height: 200px;
}

.videobanner{
    background-image: url("https://renosell.com.au/themes/aiims/_assets/images/new/irbgm.jpg") !important;
}

.newbg-white{
        padding: 1rem 0.5rem !important;
        font-size: 14px!important;
}

.home-projects .btn-newbtn {
    padding: 0.75rem 0.5rem;
}

}

.container-fluid {
    max-width: 1920px;
}

.renorent-side-sticker {
    width: 40px;
    padding: 8px;
    color: #ffffff;
    height: auto;
    position: fixed;
    right: 0;
    top: 75vh;
    background: red;
    cursor: pointer;
    text-transform: capitalize;
    z-index: 1000000000;
    border: none;
    border-radius: 3px 0 0 3px;
    
}

.renorent-side-sticker div {
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    text-orientation: mixed;
    -moz-text-orientation: mixed;
    -webkit-text-orientation: mixed;
    -o-text-orientation: mixed;
    -ms-text-orientation: mixed;
    transform: rotate(180deg);
}

@media screen and (min-width: 540px) {
    .renorent-side-sticker {
        width: auto;
        padding: 16px 8px;
        position: absolute;
        top: 35vh;
        border: none;
    }
}

#property_styling_promo_form .modal-dialog{
    max-width: 88.875rem;
}

#property_styling_promo_form .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
}

.companyProfileVideoHomepage {
    width: 100%;
    height: 444px;
}

@media screen and (max-width: 540px) {
    .companyProfileVideoHomepage {
    width: 100%;
    height: 300px;
}
}

/* current project starts here */
.current-projects {
    font-family: "Be Vietnam Pro", sans-serif;
}
.current-projects-container {
    max-width: 1920px;
    margin: auto;
    padding-left: 9%;
}

.current-project-inner {
    background: #F9F9F9;
    overflow: hidden;
    max-width: 1100px;
    height: 330px;
}

.project-item {
    transform: translateX(20px);
}

.current-project-inner .current-features-list {
    display: flex;
    flex-wrap: wrap;
    justify-items: start;
    gap: 16px;
}

.current-project-inner .feature {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.current-project-inner .feature p {
    margin-bottom: 0;
}

.current-project-inner .price span {
    font-weight: 600;
    color: #202020;
}


@media (max-width: 1359px) {
    .current-projects-container {
        padding: 0 1% !important;
    }

    .current-project-inner {
        max-width: 600px;
        min-height: 620px;
        height: fit-content;
    }

    .image-section {
        height: 260px;
        width: 100%;
        padding: 0;
    }

    .current-project-inner .info-section {
        margin-bottom: auto;
    }
}

@media (max-width: 640px) {
    .current-project-inner {
        max-width: 340px;
        min-height: 650px;
    }

}

/* current project ends here */

.projects {
    font-family: "Be Vietnam Pro", sans-serif;
}

.object-fit-cover {
    object-fit: cover;
}

.c-project-box {
    display: none; 
}
.c-project-box.visible {
    display: block; 
}

#view-more {
    display: block;
    margin: 20px auto;
    background: none;
    border: none; 
    color: black; 
    cursor: pointer;  
    text-decoration: underline;
    font-family: "Be Vietnam Pro";
}



/* new success-stories page css */
.capitalize-text {
    text-transform: capitalize;
}

.c-project-box {
    border-radius: 39.936px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}

.c-project-prices h5 {
    color: #000;
    font-size: 19.968px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; 
    margin-bottom: 14px;
}

.c-project-prices .price-name {
    color: rgba(32, 32, 32, 0.40);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 18px */
    text-transform: uppercase;   
}

.project-price-block {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 21px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    text-align: start;
    height: 113px;
}

@media (max-width: 1580px) {
    .project-price-block {
        padding: 16px;
    }
}
.project-price-block .price-name {
    color: rgba(32, 32, 32, 0.40);
    font-weight: 800;
    font-size: 12px;
}

.project-price-block .price-number {
    color: #202020;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
}

.project-price-block .roi-subtitle {
    font-weight: 500;
    font-size: 13px;
}

.project-price-block .increase-percentage {
    color:#58A65A;
}

.project-price-block p {
    margin-bottom: 0;
}

.profit-block {
    background: rgba(31, 167, 89, 0.15);
    color: #58A65A;
    .price-number {
        color: #58A65A;
    }
}

.c-project-interactive-btn {  
    top: 48px;
    right: 72px;
    background-color: #202020;
    color: #ffffff;
    transition: width 0.7s ease all 0.4s ease;
    z-index: 10;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
}

.c-project-interactive-btn:hover {
    color: #ffffff;
}

@media (max-width:1359px) {
    .c-project-interactive-btn {
        font-size: 12px;
        width: 80%;
        top: calc(100% - 70px);
        bottom: 10px;
        right: 50%;
        transform: translateX(-50%);
    }

    .project-price-block {
        padding: 22px;
    }

    .c-project-name-new {
        width: 60%;
        font-size: 20px !important;
    }

    .c-project-prices h5 {
        font-size: 14px;
    }

    .project-price-block .price-number {
        font-size: 18px;
    }
}

.c-project-box.expanded .c-project-interactive-btn {
    background-color: rgba(32, 32, 32, 0.15);
    color: #202020;
}

.c-project-image {
    transform: translateX(-10px) !important;
    transition: transform 0.3s ease;
}

.c-project-box.expanded .c-project-image {
    transform: translateX(-100%);
}

.c-project-name {
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: relative;
}

.c-project-box.expanded .c-project-name {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
}

.c-project-content {
    transition: opacity 0.3s ease;
}

.c-project-content-new {
    opacity: 0;
    transform: translateX(50%);
    transition: all 0.5s ease;
    display: none;
    width: 100%;
}

.c-project-box.expanded .c-project-content-new {
    /* opacity: 1;
    transform: translateX(0); */
    width: 100%;
    align-items: start;
    justify-items: center;
    flex-direction: row;
    gap: 2%;
    align-items: stretch;
}

.c-project-box.expanded .c-project-content-new .block {
    width: 33.3%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.c-project-size {
    display: flex;
    align-items: center;
    color:#000;
    font-weight: 600;
    line-height: 130%;
    margin-top: 17px;
}

.times-block {
    width: 100%;
    height: 97px;
    color: white;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 23.347px; 
    position: relative;
    border-radius: 14.412px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-items: center;
    overflow: hidden;
}

.times-block p {
    margin-bottom: 0;
    margin: auto 0;
}

.times-block img {
    height: auto;
}

.completion-block {
    background: linear-gradient(180deg, #4B1FA7 0%, #9C1FA7 100%);
}

.roi-block {
    background: linear-gradient(180deg, #1FA79F 0%, #1FA759 100%);
}

.sold-days-block {
    background: linear-gradient(180deg, #1F5EA7 0%, #1F9FA7 100%);
}

/* point for xl */
@media (max-width: 1359px) {
    .c-project-image {
        transform: translateX(0) !important;
    }
    .c-project-box.expanded .c-project-content-new {
        flex-direction: column;
    }

    .c-project-box.expanded .c-project-content-new .block {
        width: 100%;
    }

    .new-info-title {
        width: 60% !important;
    }

    .times-block {
        height: 70px !important;
        padding: 13px 20px !important;
    }

    .times-block img {
        height: 57px !important;
    }

    .c-project-box.expanded .c-project-content-new {
        gap: 10px;
    }

    .work-graph-section .works-block {
        min-height: 10px !important;
        background: #ffffff !important;
    }

    .work-graph-section .sm-block {
        padding: 16px 20px !important;
    }  

    .work-graph-section {
        gap:6px !important;
    }

    .cost-profit-section {
        padding-right: 0 !important;
        flex-direction: row !important;
        align-items: stretch !important;
    }

    .cost-profit-section .sm-block {
        background: #ffffff;
        padding: 30px 15px !important; 
        width: 50%;
    }

    .cost-profit-section .sm-block .content img {
        height: 100% !important;
        bottom: 18% !important;
    }   
    
    .cost-profit-section .sm-block .content {
        width: 85% !important;
    }
}

@media (max-width:767px) {
    .cost-profit-section .sm-block .content .subtitle {
        display: flex !important;
        flex-wrap: nowrap !important;
        font-size: 12px !important;
    }
    
    .cost-profit-section .sm-block .content img {
        height: 100% !important;
        bottom: 18% !important;
        transform: translateX(60%) !important;
    } 

    .cost-profit-section .sm-block {
        padding: 20px 2px !important; 
    }

    .c-project-image p {
        padding: 5px 1px;
    }

    .last-days-badge {
        left: 20px !important;
    }

    .roi-badge {
        border-radius: 40px; 
        left: 10px;
        transform: translateY(110%) !important;
    }
}

.c-project-image p {
    margin-bottom: 0;
    padding: 5px 10px;
    margin: auto;
}

.last-days-badge {
    background-color: #ffffff;
    color:#000;
    left: 45px; 
    top: 15px;
    border-radius: 40px;
    font-weight: 600;
    height: 40px;
}

.roi-badge {
    border-radius: 40px; 
    right: 0;
    background-color: #DDECE3;
    color:#58A65A;
    font-weight: 600;
    height: 40px;
    width: fit-content;
    transform: translateX(100%);
}
/* css in new project info */
.new-info-title {
    width: 100%;
}

.times-badges {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.work-graph-section {
    display: flex;
    flex-direction: column;
    gap:16px;
}

.work-graph-section .works-block {
    min-height: 114px;
}

.work-graph-section .graphs-block {
    flex-grow: 1;
    min-height: 300px;
}

.cost-profit-section {
    display: flex !important;
    flex-direction: column;
    gap:16px;
}

.work-graph-section .sm-block,
.cost-profit-section .sm-block {
    border-radius: 16.8px;
    background: #F9F9F9;
    padding: 23px 20px;
}

.cost-profit-section .sm-block {
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 35px 40px;
}

.sm-block .content {
    margin-top: auto; 
}

.cost-profit-section .sm-block .content p {
    margin-bottom: 0;
}

.cost-profit-section .sm-block .content .subtitle {
    font-weight: 800;
    color: rgba(32, 32, 32, 0.40);
    font-size: 16px;
}

.cost-profit-section .sm-block .content .price-cost {
    color: #202020;
    font-weight: 500;
}

.cost-profit-section .sm-block .content .price-profit {
    color: #58A65A;
    font-weight: 700;
}

.cost-profit-section .sm-block .content img {
    height: auto;
}

.cost-profit-section {
    padding-right: 110px;
}

/* chart css */
.chart-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.chart-label {
    position: absolute;
    font-size: 1.2em;
    color: #000;
}
.label-start {
    bottom: 20%;
    left: 8%;
    text-align: left;
}
.label-end {
    top: 10%;
    right: 8%;
    text-align: right;
}
