.page1,
.page2 {
    height: 100%;
    width: 100%
}

.no-results,
.stat-item,
.stats {
    text-align: center
}

.hire-now,
.page1,
.page3,
.result-title,
.search-input,
.solution,
.stats {
    font-family: var(--poppins-font)
}

#hire-dev-list-container {
    width: 100vw;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin-bottom: 2rem
}

.page1 {
    background: linear-gradient(112deg, #00115e .61%, #000 49.66%, #00115e 98.91%);
    display: flex;
    align-items: center;
    clip-path: polygon(100% 0%, 0% 0%, 0.00% 83.57%, 4.00% 85.91%, 8.00% 88.55%, 12.00% 91.31%, 16.00% 93.97%, 20.00% 96.32%, 24.00% 98.20%, 28.00% 99.45%, 32.00% 99.98%, 36.00% 99.76%, 40.00% 98.80%, 44.00% 97.16%, 47% 96%, 52.00% 94%, 54.00% 93.15%, 56.00% 92.25%, 58.00% 91.22%, 60.00% 89.98%, 64.00% 87.49%, 68.00% 85.42%, 72.00% 83.93%, 76.00% 83.12%, 80.00% 83.07%, 84.00% 83.77%, 88.00% 85.17%, 92.00% 87.17%, 96.00% 89.61%, 100.00% 92.3%);
    position: relative
}

.text-image-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding-top: 10rem
}

.text-container {
    padding-left: 5rem;
    padding-top: 6%;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.image-container {
    padding-right: 5rem
}

.text-container h1,
.text-container p {
    color: var(--white);
    width: 85%
}

.page3 h2,
.text-container h1 {
    font-size: 2rem
}

.hire-search-container {
    position: relative;
    max-width: 600px
}

.four-point-star-four,
.four-point-star-one,
.four-point-star-three,
.four-point-star-two,
.search-icon,
.search-results {
    position: absolute
}

.search-input {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    outline: 0;
    transition: border-color .3s
}

.search-input:focus {
    border-color: #00ff9d
}

.search-results {
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    display: none;
    z-index: 1000;
    max-height: 180px;
    overflow-y: auto
}

.search-result-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background-color .2s
}

.search-result-item:last-child {
    border-bottom: none
}

.search-result-item:hover {
    background-color: #f5f5f5
}

.result-title {
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--black)
}

.search-icon {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-blue);
    background: var(--primary-green);
    padding: .85rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.no-results {
    padding: 15px;
    color: #666
}

.four-point-star-four::after,
.four-point-star-four::before,
.four-point-star-one::after,
.four-point-star-one::before,
.four-point-star-three::after,
.four-point-star-three::before,
.four-point-star-two::after,
.four-point-star-two::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2726";
    font-size: 2rem
}

.four-point-star-four::after,
.four-point-star-one::after,
.four-point-star-three::after,
.four-point-star-two::after {
    background: linear-gradient(135deg, #fff 20%, #fff 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.four-point-star-four::before,
.four-point-star-one::before,
.four-point-star-three::before,
.four-point-star-two::before {
    color: transparent;
    text-shadow: 2px 3px 10px #fff
}

.page3 h2,
.solution,
.stat-item .stat-title,
.stats,
.team-text-container h3 {
    color: var(--primary-blue)
}

.four-point-star-one {
    left: 48%;
    top: 55%
}

.four-point-star-two {
    left: 55%
}

.four-point-star-three {
    right: 485px;
    top: 22%
}

.four-point-star-four {
    top: 55%;
    right: 485px
}

.page2,
.solution-images div {
    display: flex;
    flex-direction: column;
    gap: 5rem
}

.page2-image-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    padding-left: 18rem;
    overflow: hidden
}

.page2-image-container img,
.page4-images img,
.solution-images img {
    width: 250px;
    height: 250px;
    border-radius: 2rem
}

.solution-container {
    display: flex;
    width: 100%;
    gap: 5rem
}

.solution,
.stats {
    width: 100%;
    height: 600px;
    background: #e6e7ef;
    border-radius: 0 55px 55px 0;
    padding-left: 5rem;
    padding-top: 3rem;
    padding-block: 1rem;
    gap: 2rem;
    display: flex;
    flex-direction: column;
    height: fit-content;
    min-height: 600px
}

.stats {
    height: 300px;
    flex-direction: row;
    gap: 3rem;
    width: 95%;
    justify-content: center;
    padding-left: 0;
    min-height: 0;
    align-items: center
}

.solution h2 {
    font-size: 3rem
}

.solution-images {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 5rem;
    overflow: hidden
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 90%;
    margin: 0 auto
}

.stat-item {
    border: 2px solid var(--primary-blue-dark);
    border-bottom: none;
    border-left: none;
    padding: 1.5rem;
    transition: .3s
}

.stat-item:first-child,
.stat-item:nth-child(2),
.stat-item:nth-child(3),
.stat-item:nth-child(4),
.stat-item:nth-child(5) {
    border-top: none
}

.stat-item:nth-child(10),
.stat-item:nth-child(15),
.stat-item:nth-child(5) {
    border-right: none
}

.stat-item .stat-title {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: .5rem
}

.highlighted,
.stat-item:hover {
    background: linear-gradient(135deg, #00115e 0, #000 44.76%, #00115e 100%);
    color: #fff
}

.highlighted .stat-title,
.stat-item:hover .stat-title {
    color: #fff
}

#hire-dev-list-container hr {
    width: 90%;
    margin: auto
}

.page3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem
}

.team-text-container {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem
}

.team-text-container h3 {
    font-weight: 400
}

.team-text-container p {
    font-size: 16px
}

.hire-now {
    background: var(--primary-blue);
    border-radius: .625rem;
    padding: .5rem 2rem;
    cursor: pointer;
    white-space: nowrap;
    font-size: 1rem;
    color: var(--white)
}

.page4 {
    width: 100%;
    display: flex;
    align-items: center
}

.stats-value {
    font-weight: 600;
    color: var(--primary-blue);
    font-size: 5rem
}

.stats-description {
    color: var(--black);
    font-size: 1.25rem;
    width: 85%
}

.stats1,
.stats2,
.stats3,
.stats4 {
    display: flex;
    flex-direction: column;
    align-items: center
}

.page4-images {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    width: 25%
}

.page4-images img:nth-child(2),
.page4-images img:nth-child(4) {
    display: flex;
    align-self: flex-end
}

@media screen and (max-width:1650px) {
    .stats-grid {
        width: 100%;
    }
}

@media (max-width:1450px) {
    .stat-item .stat-title {
        font-size: 1.25rem;
        line-height: 30px
    }

    .stat-item {
        padding: 1rem
    }

    .solution {
        padding-left: 3rem
    }
}

@media (max-width:1130px) {
    .stat-item .stat-title {
        font-size: 1rem
    }
}

@media screen and (max-width:1024px) {
    .text-container {
        padding-top: 0;
        padding-bottom: 15%
    }

    .image-container img {
        width: 100%;
        height: 100%
    }

    .image-container {
        padding-right: 0
    }

    .solution {
        min-height: 800px
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        width: 100%
    }

    .stat-item {
        border: 1px solid var(--primary-blue-dark);
        padding: 1.5rem;
        transition: .3s
    }

    .stat-item:nth-child(2n) {
        border-right: none
    }

    .stat-item:nth-child(-n+2) {
        border-top: none
    }

    .stat-item:nth-child(odd) {
        border-left: none
    }

    .stat-item:nth-last-child(-n+2) {
        border-bottom: none
    }

    .stat-title {
        font-size: 1rem
    }
}

@media screen and (max-width:768px) {
    .page1 {
        clip-path: polygon(100% 0%, 0% 0%, 0.00% 86.91%, 2.00% 86.93%, 4.00% 87.01%, 6.00% 87.13%, 8.00% 87.30%, 10.00% 87.52%, 12.00% 87.79%, 14.00% 88.09%, 16.00% 88.44%, 18.00% 88.82%, 20.00% 89.24%, 22.00% 89.70%, 24.00% 90.18%, 26.00% 90.68%, 28.00% 91.21%, 30.00% 91.75%, 32.00% 92.30%, 34.00% 92.86%, 36.00% 93.43%, 38.00% 93.99%, 40.00% 94.55%, 42.00% 95.10%, 44.00% 95.64%, 46.00% 96.16%, 48.00% 96.66%, 50.00% 97.13%, 52.00% 97.57%, 54.00% 97.98%, 56.00% 98.36%, 58.00% 98.69%, 60.00% 98.99%, 62.00% 99.24%, 64.00% 99.44%, 66.00% 99.60%, 68.00% 99.71%, 70.00% 99.77%, 72.00% 99.78%, 74.00% 99.74%, 76.00% 99.66%, 78.00% 99.52%, 80.00% 99.33%, 82.00% 99.10%, 84.00% 98.83%, 86.00% 98.51%, 88.00% 98.15%, 90.00% 97.75%, 92.00% 97.33%, 94.00% 96.87%, 96.00% 96.38%, 98.00% 95.87%, 100.00% 95.34%);
        height: 100vh;
        align-items: flex-start
    }

    .text-container {
        padding-top: 0;
        padding-bottom: 35%;
        width: 90%;
        padding-left: 3rem
    }

    .text-container h1,
    .text-container p {
        width: 100%
    }

    .image-container,
    .page4-images {
        display: none
    }

    .solution h2 {
        font-size: 1.5rem
    }

    .page2-image-container img,
    .page4-images img,
    .solution-images img {
        width: 150px;
        height: 150px;
        border-radius: 2rem
    }

    .solution-container {
        gap: 2rem
    }

    .solution,
    .stats {
        padding-left: 1rem;
        min-height: 800px
    }

    .stats {
        flex-direction: column;
        padding-top: 0
    }

    .stats-value {
        font-size: 4rem
    }

    .solution-images {
        width: 25%
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        width: 100%
    }

    .stat-item {
        border: 1px solid var(--primary-blue-dark);
        padding: 1.5rem;
        transition: .3s
    }

    .stat-item:nth-child(2n) {
        border-right: none
    }

    .stat-item:nth-child(-n+2) {
        border-top: none
    }

    .stat-item:nth-child(odd) {
        border-left: none
    }

    .stat-item:nth-last-child(-n+2) {
        border-bottom: none
    }

    .stat-title {
        font-size: 1rem
    }

    .team-text-container {
        grid-template-columns: repeat(1, 1fr)
    }

    .solution-images div {
        gap: 12rem
    }
}

@media (max-width:480px) {
    .stat-item .stat-title {
        font-size: 1rem;
        line-height: 30px
    }
}