.web-design-section {
    background-color: black;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    font-family: 'Poppins', sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
	font-size: 30px;
    align-items: center;
}

.web-design-wrapper {
    width: 100%;
    height: auto;
    width: 100%;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 65%;
}

.tag {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid white;
}

.web-design-hero {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: white;
    padding-top: 10%;
    padding-bottom: 10%;
    width: auto;
    height: 100vh;
    width: auto;

}


.web-design-title {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 4rem;
}


.web-design-header {
    font-size: 13.5rem;
    font-weight: 400;
    width: 100%;
    line-height: 110%;
    text-wrap: wrap;
    word-break: keep-all;
}


.web-design-hero-content {
    display: flex;
    gap: 3rem;
    width: max-content;
    padding-right: 120%;

}

.web-design-hero-content img {
    width: 30rem;
    height: 30rem;
}

.our-implementations-header {
    font-size: 6.4rem;
    margin-top: 10rem;
    margin-bottom: 20rem;
}

.our-implementations-cards {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 30rem;
    padding-bottom: 30rem;
    width: 100%;
}

.web-design-card-container {
    width: 100%;
    display: flex;
	min-height: 80vh;
}

.web-design-card-container:nth-of-type(1) {
    justify-content: flex-start;
}

.web-design-card-container:nth-of-type(2) {
    justify-content: center;
}

.web-design-card-container:nth-of-type(3) {
    justify-content: flex-end;
}

.web-design-card-container:nth-of-type(4) {
    justify-content: flex-start;
}

.web-design-card-container:nth-of-type(5) {
    justify-content: center;
}

.web-design-card-container:nth-of-type(6) {
    justify-content: flex-end;
}

.web-design-card-container:nth-of-type(7) {
    justify-content: flex-start;
}

.our-approach-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-approach-content-text,
.our-approach-content-image {
    width: 48%;
}

.our-approach-content-text {
    color: white;
}

.our-approach-content-text h5 {
    font-size: 6.4rem;
    font-weight: 400;
    margin-bottom: 5rem;
}

.our-approach-content-text p {
    font-size: 2rem;
    line-height: 1.6;
}

.our-approach-content-image img {
    height: 40rem;
    width: 100%;
    border-radius: 20px;
}

.our-approach-carousel,
.award-winning-carousel {
    padding: 20rem 0;
}




@media (max-width: 1024px) {
    .web-design-hero-content {
        width: max-content;
        padding-right: 130%;
    }

    .web-design-header {
        font-size: 10rem;
    }
}


@media (max-width: 768px) {
    .web-design-hero-content {
        width: max-content;
        padding-right: 100%;
    }

    .previous-works .services-title {
        font-size: 2rem;
    }

    .web-design-header {
        font-size: 8rem;
    }

    .our-approach-content-text,
    .our-approach-content-image {
        width: 100%;
    }

    .our-approach-carousel,
    .award-winning-carousel {
        padding: 10rem 0;
    }

    .our-approach-content {
        flex-direction: column;
        align-items: space-between;
        margin-bottom: 0rem;
    }

    .our-approach-content img {
        width: 100%;
        height: auto;
        margin-top: 3rem;
    }

    .our-approach-content-text h5 {
        font-size: 5rem;
    }

    .our-approach-content-text p {
        font-size: 1.8rem;
    }

    .our-implementations-header {
        font-size: 4rem;
    }

    .our-implementations-cards {
        row-gap: 15rem;
        padding-bottom: 15rem;
    }

    .web-design-card-container {
        justify-content: center !important;
    }

    .tag {
        font-size: 1.4rem;
        font-weight: 400;
        padding: 4px 8px;
        border-radius: 20px;
        border: 1px solid white;
        text-align: center;
    }
}

.web-design-gradient{
    font-size:40px;
}
.button.web-design-100{
    max-width: 100%;
}
.web-design-story-header{
    font-size: 40px;
    line-height:50px;
}

@media (max-width:768px){
    .web-design-story-header{
        font-size: 27px;
        line-height: 34px;
    }
    .web-design-gradient {
        font-size: 16px;
    }
}