/**Device farm landing page css start**/
.online-device-farm-container:hover {
    border: 1px solid #2da9d3;
}
.online-device-farm-container {
    display: flex
;
    gap: 20px;
    padding: 2.5rem;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    align-items: center;
}
.online-device-farm-container:hover p {
    background: linear-gradient(to right, #2DA9D3 0%, #49CDB2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.online-device-farm-container-text p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0.5rem;
}
.online-device-farm-container-text span {
    font-size: 15px;
    line-height: 20px;
    color: #212121;
}
.interface-preview.interface-previewDevicePage {
    height: 240px;
}
.heading-desc {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 90%;
    margin: 0px auto;
}
.small-heading-title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #212121;
}
/**Device Farm landing page css end**/
.ai-testing-command,
ai-agent-title-container,
section.security_trust {
    background: #0f1322;
}
.ai-agent-title-container h5,
.public_lab h3 span {
    background: linear-gradient(to right, #2da9d3 0, #49cdb2 100%);
    -webkit-text-fill-color: transparent;
}.ai-agent-title {
    color: #fff;
    font-size: 36px;
    line-height: 150%;
    font-family: Inter;
    font-weight: 700;
}
.ai-agent-title-container p,
.feature-subHeading {
    font-size: 24px;
    margin-top: 1rem;
}
.ai-agent-title-container p {
    font-size: 24px;
    color: #7f83aa;
    line-height: 150%;
}
.freeApp-receiveBox {
    background: #023444;
    padding: 3rem 4rem;
    display: flex;
    flex-flow: column; /**justify-content:center;**/
    min-height: 100%;
    text-align: left;
    max-width: 95%;
    border-radius: 16px;
}
.ai-prinicpal h3,
.bg-icon,
.main-title,
.phase-header,
.subtitle {
    text-align: center;
}
.bg-icon {
    width: 40px;
    height: 40px;
    background: #0f1322;
    line-height: 40px;
    border-radius: 50%;
    margin-bottom: 1rem;
}
.freeApp-receiveBox p {
    color: #fff;
    font-size: 20px;
    max-width: 95%;
    line-height: 26px;
}
.public_lab h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 150%;
}
.public_lab h3 span {
    -webkit-background-clip: text;
}
.public_lab p,
.public_lab ul li {
    color: #696969;
    font-size: 16px;
    line-height: 170%;
}
.public_lab ul li {
    display: flex;
}
.arrow-img {
    width: 10%;
    margin-right: 1%;
}
.public_lab p {
    margin-top: 2.5rem;
}
.ai-agent-title-container h5 {
    -webkit-background-clip: text;
    font-size: 20px;
    margin-bottom: 4rem;
}
.primary-banner {
    margin-right: 2rem;
}
.security-sec-ai .row {
    margin-bottom: 4rem;
}
.border-bottom-aiAgents {
    border-bottom: 1px solid gray;
}
.border-right-aiAgents {
    border-right: 1px solid gray;
}
.freeApp-receiveBox1 p {
    font-size: 16px;
}
.freeApp-receiveBox1 h5 {
    font-size: 20px;
    margin: 1rem 0;
}
.freeApp-receiveBox1 {
    text-align: center;
    color: #fff;
    padding: 4rem;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.freeApp-receiveBox img {
    margin-bottom: 1.5rem;
}
.freeApp-receiveBox h5 {
    color: #fff;
    font-size: 16px;
    margin: 1rem 0;
    line-height: 150%;
}
.ai-prinicpal h3 {
    font-family: inherit;
    color: #fff;
    font-size: 20px;
    margin: 8rem 0;
}
.feature-subHeading {
    font-weight: 700;
    max-width: 80%;
    line-height: 36px;
}
.main-container {
    padding: 40px 20px;
}
.main-title {
    color: #1a1a2e;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.subtitle {
    color: #666;
    margin-bottom: 60px;
}
.phase-header {
    background-color: #0a0a1a;
    color: #fff;
    padding: 12px 40px;
    border-radius: 30px;
    display: inline-block;
    border: 2px solid #212237;
    width: 280px;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 30px;
}
.agent-card {
    background-color: #06041b;
    border-radius: 15px;
    padding: 25px 0 0 25px;
    color: #fff;
    border: 2px solid #212237;
    display: flex;
    flex-flow: column;
    position: relative;
    height: 380px;
}
.agent-title {
    color: #0fc;
    margin-bottom: 10px;
    background: linear-gradient(to right, #2da9d3 0, #49cdb2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14.2px;
    font-weight: 600;
    line-height: 130%;
    font-family: Inter;
}
.agent-description,
.demo-btn {
    margin-bottom: 20px;
    line-height: 150%;
    font-family: Inter;
}
.agent-description {
    font-size: 11.6px;
    color: #fff;
    max-width: 90%;
}
.demo-btn {
    background-color: #fff;
    color: #212121;
    border-radius: 20px;
    padding: 8px 20px;
    border: none;
    font-size: 10px;
    width: 110px;
	text-align:center;
}
.demo-btn:hover {
    background: 0 0;
    color: #fff;
    border: 1px solid;
}
.interface-preview {
    border-radius: 10px;
    margin-top: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90%;
}
.arrow-container {
    position: relative;
    height: 40px;
}
.vertical-arrow {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 60px;
    background-color: #fff;
    top: -28px;
}
.branch-arrow::after,
.vertical-arrow::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
}
.branch-arrows {
    position: relative;
    height: 40px;
    top: -5px;
}
.branch-line,
.branch-line1 {
    top: -5px;
    height: 2px;
    position: absolute;
    background-color: #fff;
}
.branch-line {
    left: 20%;
    right: 20%;
}
.branch-line1 {
    left: 30%;
    right: 30%;
}
.branch-arrow {
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: #fff;
}
.branch-arrow-left {
    left: 20%;
}
.branch-arrow-center {
    left: 50%;
}
.branch-arrow-right {
    right: 20%;
}
.phase-section {
    margin-bottom: 60px;
}
@media (max-width: 1024px) {
    .ai-prinicpal h3 {
        margin: 0;
    }
    .security-sec-ai .row .col-lg-3 {
        margin-bottom: 4rem;
    }
    .security-sec-ai .row {
        margin-bottom: 0;
    }
    .freeApp-receiveBox {
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    .build-phase,
    .execute-phase {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .agent-card {
        height: 400px;
    }
    .branch-arrows,
    .vertical-arrow {
        display: none;
    }
    .hero_sec_landingpage {
        height: auto !important;
        padding: 20rem 0 0;
    }
    .ai-prinicpal h3 {
        margin: 0;
    }
    .security-sec-ai .col-lg-3 {
        margin-bottom: 4rem;
    }
    .security-sec-ai .row {
        margin-bottom: 0;
    }
    .freeApp-receiveBox {
        max-width: 100%;
    }
    .public-labImg {
        width: 100%;
        margin-top: 4rem;
    }
    .codeless-row-margin:nth-child(2n) {
        flex-flow: column-reverse;
    }
}
