#Menu-Mega .text-mega-menu {
    white-space: initial;

}

.box-Purchase-steps {
    background-color: unset !important;
    border-radius: unset !important;
    position: relative !important;
}

.call-fixed {
    background-color: #4A6478;
}

.box-Purchase-steps::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0%;
    width: 100%;
    height: 50%;
    border-top: 2px solid #4A6478;
    border-left: 2px solid #4A6478;
    border-bottom: 2px solid #4A6478;
    pointer-events: none;
    border-radius: 0px 0px 15px 15px;
    background-color: #4A6478;
    border-right: 0 !important;
}

.Purchase-steps .row .col-lg-3:nth-of-type(even) .box-Purchase-steps::before {
    border-top-color: #E9BE56;
    border-left-color: #E9BE56;
    border-bottom-color: #E9BE56;
    background-color: #E9BE56;
}

.Purchase-steps .row .col-lg-3:nth-of-type(odd) .box-Purchase-steps::before {
    border-top-color: #4A6478;
    border-left-color: #4A6478;
    border-bottom-color: #4A6478;
    background-color: #4A6478;
}

/* equilateral */
.box-Purchase-steps::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 50%;
    /* rotate: 180deg; */
    border-top: 2px dashed #00000042;
    border-right: 2px dashed #00000042;
    border-left: 2px dashed #00000042;
    /* border-bottom: 2px dashed #00000042; */
    pointer-events: none;
    border-radius: 15px 15px 0px 0px;

}

/* .Purchase-steps .box-Purchase-steps .equilateral {
    position: absolute;
    top: 0;
    left: 139px;
    margin: auto;
    width: 33px;
    height: 20px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #4A6478;
    display: flex;
    transform: rotate(180deg);
} */

.Purchase-steps .row .col-xl-3:nth-of-type(odd) .box-Purchase-steps .equilateral {
    background-color: #4A6478;
}

.Purchase-steps .row .col-xl-3:nth-of-type(even) .box-Purchase-steps .equilateral {
    background-color: #E9BE56
}

.Purchase-steps .row .col-12:nth-of-type(odd) .box-Purchase-steps .equilateral {
    background-color: #4A6478;
}

.Purchase-steps .row .col-12:nth-of-type(even) .box-Purchase-steps .equilateral {
    background-color: #E9BE56
}

.Purchase-steps .row .col-xl-3:last-of-type .box-Purchase-steps .equilateral {
    display: none;
}

.Purchase-steps .row .col-12:last-of-type .box-Purchase-steps .equilateral {
    display: none;
}

/* circle */

/* .Purchase-steps .box-Purchase-steps .circle {
    position: absolute;
    top: -14px;
    bottom: 254px;
    right: 170px;
    margin: auto;
    width: 14px;
    height: 14px;
    background-color: #4A6478;
    border-radius: 50%;
    display: flex;
    z-index: 1;
} */

.Purchase-steps .row .col-xl-3:nth-of-type(odd) .box-Purchase-steps .circle {
    background-color: #4A6478;
}

.Purchase-steps .row .col-xl-3:nth-of-type(even) .box-Purchase-steps .circle {
    background-color: #E9BE56
}

.Purchase-steps .row .col-12:nth-of-type(odd) .box-Purchase-steps .circle {
    background-color: #4A6478;
}

.Purchase-steps .row .col-12:nth-of-type(even) .box-Purchase-steps .circle {
    background-color: #E9BE56
}


.Purchase-steps .row .col-xl-3:first-of-type .box-Purchase-steps .circle {
    display: none;
}

.Purchase-steps .row .col-12:first-of-type .box-Purchase-steps .circle {
    display: none;
}

.text-project {
    right: 0;
    left: 0;
}

.box-Purchase-steps .boxs {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4) !important;
    padding: 1.5rem !important;
    border-radius: 13px !important;
}

/* .Purchase-steps .box-Purchase-steps .equilateral {
    position: absolute;
    top: 0;
    bottom: -240px;
    left: 157px;
    margin: auto;
    width: 33px;
    height: 20px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #4A6478;
    display: flex;
    transform: rotate(-180deg);
} */
/* .Purchase-steps .box-Purchase-steps .circle {
position: absolute;
top: -14px;
bottom: 0;
right: 190px;
margin: auto;
width: 14px;
height: 14px;
background-color: #4A6478;
border-radius: 50%;
display: flex;
z-index: 1;
} */
.Purchase-steps .box-Purchase-steps .equilateral {
    position: absolute;
    top: 0;
    bottom: -108%;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 33px;
    height: 20px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #4A6478;
    display: flex;
    transform: rotate(-180deg);
}

.Purchase-steps .box-Purchase-steps .circle {
    position: absolute;
    top: -14px;
    /* bottom: 0; */
    right: 0;
    left: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background-color: #4A6478;
    border-radius: 50%;
    display: flex;
    z-index: 1;
}

@media (max-width:450px) {
    .parallax-about {
        min-height: 660px;
        background-image: url('../images/parallax-about.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
}

@media (min-width:450px) and (max-width:576px) {
    .parallax-about {
        min-height: 570px;
        background-image: url('../images/parallax-about.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
}

@media (min-width:576px) and (max-width:768px) {

    .parallax-about {
        min-height: 600px;
        background-image: url('../images/parallax-about.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
}

@media (max-width:768px) {
    .timeline-container::before {
        display: none;
    }


}

@media (min-width:768px) {
    .timeline-container::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background-image: linear-gradient(to bottom, #ccc 60%, rgba(255, 255, 255, 0) 0%);
        background-position: left;
        background-size: 2px 10px;
        background-repeat: repeat-y;
        transform: translateX(-50%);
        z-index: 0;
        top: 10%;
        bottom: 10%
    }

    .parallax-about {
        min-height: 500px;
        background-image: url('../images/parallax-about.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .col-content {
        width: 42%;
    }

    .col-spacer {
        width: 42%;
    }

    .col-center {
        width: 16%;
    }

}

@media(min-width:992px) {
    .box-Purchase-steps::before {
        content: "";
        position: absolute;
        top: 0;
        right: 50%;
        width: 50%;
        height: 100%;
        border-top: 2px solid #4A6478;
        border-left: 2px solid #4A6478;
        border-bottom: 2px solid #4A6478;
        pointer-events: none;
        border-radius: 15px 0px 0px 15px;
        background-color: #4A6478;
        border-right: 0 !important;
    }

    .parallax-about {
        min-height: 500px;
        background-image: url('../images/parallax-about.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .col-content {
        width: 45%;
    }

    .col-spacer {
        width: 45%;
    }

    .col-center {
        width: 10%;
    }

    .timeline-container::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background-image: linear-gradient(to bottom, #ccc 60%, rgba(255, 255, 255, 0) 0%);
        background-position: left;
        background-size: 2px 10px;
        background-repeat: repeat-y;
        transform: translateX(-50%);
        z-index: 0;
        top: 11%;
        bottom: 11%
    }

    .Purchase-steps .box-Purchase-steps .equilateral {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -105%;
        margin: auto;
        width: 33px;
        height: 20px;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        background-color: #4A6478;
        display: flex;
        transform: rotate(-90deg);
    }

    .box-Purchase-steps::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        border-top: 2px dashed #00000042;
        border-right: 2px dashed #00000042;
        border-bottom: 2px dashed #00000042;
        pointer-events: none;
        border-radius: 0px 15px 15px 0px;
        border-left: 0 !important;
    }

    .Purchase-steps .box-Purchase-steps .circle {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -100%;
        margin: auto;
        width: 14px;
        height: 14px;
        background-color: #4A6478;
        border-radius: 50%;
        display: flex;
        z-index: 1;
    }

}


.call-btn-fixed {
    left: 0px;
    right: 0px;
    bottom: 0px;
    box-shadow: 0px 2px 3px #474747;
}

.w-max {
    width: max-content !important;

}




.parallax-about::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #143f4aba 70%, #676767CC 100%);
    width: 100%;
    height: 100%;
}

.about-container {
    min-height: 500px;
    display: flex;
    align-items: center;
}


/* -----process----- */

.timeline-container {
    position: relative;
    padding: 40px 0;
}



.timeline-circle {
    width: 75px;
    height: 75px;
    background-color: #e9be56;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    z-index: 1;
    position: relative;
    border: 4px solid #d6d6d6;
}

.content-box {
    background-color: #476073cc;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    width: 100%;
    border: 2px solid #d6d6d6;
}

.content-box h5 {
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.content-box p {
    color: rgb(239, 239, 239);
    margin-bottom: 0;
    font-size: 1.1rem;
}

.content-box span {
    color: rgb(255, 255, 255);
    margin-bottom: 8px;
    display: block;
    font-size: 1.3rem;
}

.left-item .content-box::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #476073;
    rotate: 180deg;

}

.right-item .content-box::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #476073;
    rotate: 180deg;
}

@media (max-width: 768px) {
    .timeline-circle {
        width: 75px;
        height: 75px;
        font-size: 1rem;
    }

    .timeline-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        margin-bottom: 30px;
        position: relative;
    }

    .col-spacer {
        display: none;
    }

    .col-center {
        order: 1;
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .col-content {
        order: 2;
        width: 100%;
    }

    .content-box::after {
        display: none;
    }
}