﻿.build-text {
    font-weight: 600;
    font-size: 48px;
    line-height: 58.09px;
}

.high-line-height {
    line-height: 2;
}

.project-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 19.36px;
}

.let-us-info {
    margin-top: 10%;
}


.get-start-button {
    width: 184px;
    height: 53px;
    background-color: #f99000;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
}
    .get-start-button:hover {
        background-color: #f99000;
        color: #fff;
    }
.button:hover {
    background-color: #333;
}

.how-it-works {
    color: #f59e0b;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-left: 26px;
}

.play-icon img {
    width: 24px;
    height: 24px;
}

/*        card section style start*/

.card-box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.card-box {
    height: 345px;
    text-align: center;
    box-shadow: 0 2px 5px #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card-box-1 {
    border: 12px solid #A9CCEA;
}

.card-box-2 {
    border: 12px solid #FFDCA9;
}

.card-box-3 {
    border: 12px solid #FFB7BB;
}

.card-box-4 {
    border: 12px solid #C9FFC8;
}

.card-box-5 {
    border: 12px solid #E3C5FB
}

.card-box-6 {
    border: 12px solid #80B3FF;
}

.card-box img {
    width: 139px;
    height: 142px;
    margin-bottom: 10px;
}

.card-box h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.card-box p {
    line-height: 1.5;
    font-size: 16px;
}

/*        card section style end*/
.container-five {
    display: flex;
    background-color: #C9FFC8;
    padding: 40px;
    border-radius: 20px;
    height: 434px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.left-section-1 {
    width: 50%;
    padding-right: 40px;
}

.right-section-1 {
    margin-top: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.new-project-text-one {
    font-size: 20px;
}

.schedule-button-1 {
    margin-top: 23px;
    background-color: #f99000;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .schedule-button-1:hover {
        background-color: #f99000;
        color: white;
    }
@media (max-width: 992px) {
    .container-five {
        display: block;
        height: auto;
    }

    .left-section-1 {
        width: auto;
        padding-right: 0;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .right-section-1 img {
        margin-left: 64px;
        margin-top: -16px;
    }
}

@media only screen and (max-width: 344px) {
    .card-box {
        height: 345px;
    }
}

@media (max-width: 576px) {
    .build-text {
        font-size: 28px;
        line-height: 26px;
    }
}
@media (min-width: 992px) {
    .container-five {
        margin-bottom: 91px;
    }
}
