:root {
    --var-bg: url("https://cdn.midjourney.com/219a5625-489d-4a19-8035-4b20b6baf658/0_1.png");
}

body {
    /* height: 100vh; */
    overflow: auto;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.project_info_box {
    width: 80%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
}

.project_info_image {
    width: 50%;
    min-width: 250px;
    max-width: 450px;
    border-radius: 35px;
    overflow: hidden;
}

.iframe_section {
    width: 90%;
    margin: 50px auto 0px auto;

}

.device_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.device_selector {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.device_selector button {
    width: 85px;
    height: 85px;
    border-radius: 21%;
    padding: 0px;
    background: none;
}

.project_description {
    width: 80%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.features_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.features_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;

}

.view_live_project_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
}


.Consultation_section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin: 60px auto;
    gap: 20px;
}

.Consultation_content_box {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.Consultation_image_box {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact_us_link {
    width: 100%;
}


@media(min-width:1000px) {
    .project_description {
        width: 60%;
    }
}

@media(max-width:550px) {
    .Consultation_section {
        width: 85%;
    }
}