.banner {
    position: relative;
    background-image: url(/static/images/digitalsol_back2.jpg);
    background-size: cover;
    background-position: center;
    height: 450px;
    color: white;
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.content {
    width: 55%;
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
    padding-left: 150px;
    padding-top: 80px;
    text-align: start;
}

.content h1 {
    font-size: 60px;
    margin: 0;
    font-weight: 700;
}

.home1 {
    font-size: 1rem;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 2px;
}
.home{
    font-size: 1rem;
    font-weight: 500;
}
.home a{
    color: white;
}
.why-services{
    padding-top: 0px;
    padding-bottom: 50px;
}
#why-service {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}

#top-section {
    flex: 1;
    min-width: 500px;
    padding: 20px;
}

#top-section h2 {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 700;
}

#top-field {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 500;
}
#field-text{
    font-size: 20px;
    padding-bottom: 30px;
}
#services {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#icon-circle {
    width:70px;
    height: 50px;
    border-radius: 50%;
    background-color: #31679f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    color: white;
    font-size: 40px;
    transition: background-color 0.3s;
}

#icon-cart{
    width:80px;
    height: 50px;
    border-radius: 50%;
    background-color: #31679f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    color: white;
    font-size: 40px;
    transition: background-color 0.3;
}

#icon-note {
    width:70px;
    height: 50px;
    border-radius: 50%;
    background-color: #31679f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    color: white;
    font-size: 40px;
    transition: background-color 0.3s;
}

#services-text{
    display: flex;
    align-items: flex-start;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#services-text h3 {
    font-size:25px ;
    margin: 0 0 10px;
}

#services-text-p{
    font-weight: 500;
}

#icon-section {
    flex: 1;
    min-width: 100px;
    height: 850px;
    padding: 20px;
    text-align: center;
}

#icon-section img {
    max-width: 85%;
    height: 100%;
    border-radius: 10px;
}

#icon-section-experience{
    position: relative;
    bottom: 40px;
    left: 40px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#work-web{
    padding-left: 50px;
}

#web-center-text p{
    font-size: 12px;
    font-weight: 700;
}

#web-center-text h3{
    font-size: 40px;
    font-weight: 700;

}
#web-card{
    display: flex;
    padding: 50px 250px 0px 250px;
    justify-content: center;
}

#web-card {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

#web-card-card {
    flex: 1 1 300px;
    max-width: 500px;
    margin: 10px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#web-card-card:hover{
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.1);
    transform: translateY(-10px);
}

#web-card-card h2{
    font-size: 25px;
    font-weight: 700;
}
#web-card-card-icon{
    width:50px;
    height: 50px;
    border-radius: 50%;
    background-color: #31679f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    color: white;
    font-size: 40px;
}

#web-card-card-text h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
}


#web-tech{
    padding-top: 50px;
    padding-bottom: 50px;
}
#web-tech-stack {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding:0px 0px 0px 0px ;
}

#web-tech-stack p{
    font-size: 12px;
    font-weight: 700;
}
#web-tech-stack h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

#web-tech-stack-logo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    gap: 10px;
}

#web-logo-item{
    max-width: 150px;
    text-align: center;
    padding: 5px;
}

#web-logo-item img {
    max-width: 100%;
    height: auto;
}

#web-services{
    width: 100%;
    display: flex;
    padding-top: 200px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

#web-services-text{
    width: 50%;
    padding: 10px;
}

#web-services-text h2 {
    font-size: 45px;
    font-weight: 700;
}
#web-services-button{
    width: 50%;
    padding: 10px;
}

#web-services-button-btn{
    padding: 10px 35px 10px 35px;
}
#tech-head{
    width: 70%;
}
#main-tech-head{
    display: flex;
    align-items: center;
    justify-content: center;
}
.start {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.start-text {
    width: 55%;
}
.start-text h1 {
    padding-left: 250px;
}
.start-text p {
    padding-left: 250px;
}
.start-image {
    width: 10%;
    padding-top: 70px;
}
.start-image img{
    width: 100%;
}
.start-button {
    width: 20%;
    padding-top: 60px;
}
@media (max-width: 600px) { /* For devices less than 768px */
    .start{
        width: 100%;
        display: inline;
        justify-content: center;
        align-items: center;
        padding-bottom: 50px;
    }
    .start-text{
        width: 100%;

    }
    .start-button{
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .start-text h1, .start-text p {
        padding-left: 100px;
    }
}
@media (max-width: 992px) {
    .start {
        flex-direction: column;
        align-items: flex-start;
    }
    .start-text, .start-image, .start-button {
        width: 100%;
        padding: 0;
    }
    .start-text h1, .start-text p {
        padding-left: 20px;
    }
    .start-image, .start-button {
        padding-top: 20px;
        text-align: center;
    }
    .start-button {
        padding-top: 10px;
    }
}
@media (max-width: 768px) {
    .start-text h1 {
        font-size: 24px;
        padding-left: 10px;
    }
    .start-text p {
        padding-left: 10px;
    }
}
@media (max-width: 576px) {
    .start-text h1 {
        font-size: 30px;
    }
    .start-button .btn {
        width: 100%;
    }
}
/*banner*/
@media (max-width: 768px) {
    .banner {
        height: 450px;
    }

    .content {
        width: 80%;
        padding-left: 20px;

    }

    .content h1 {
        font-size: 40px;
    }

    .home1 {
        font-size:1rem;
        font-weight: 600;
    }

    .home {
        font-size: 10px;
    }

    #web-services-text, #web-services-button {
        width: 100%;
    }

    #web-services {
        padding-top: 50px;
    }

    #web-services-text h2 {
        font-size: 1.5em;
    }

    #web-card-card{
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #web-services-button-btn {
        width: 100%;
        padding: 10px;
        font-size: 1em;
    }

    #web-card-card-icon{
        margin: 0 auto;
    }

    #web-tech-stack h1{
        font-size: 25px;
    }
    #web-tech-stack-logo {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 25px;
    }

    #web-logo-item {
        max-width: 100px;
        padding: 5px;
    }

    #web-card-card h2{
        font-size: 20px;
        font-weight: 700;
    }

    #card-text{
        font-size: 18px;
    }

    #top-section h2{
        font-size: 35px;
        font-weight: 700;
    }

    #field-text{
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .banner {
        height: 350px;
    }

    .content {
        width: 90%;
        padding-left: 10px;
        text-align: center;
    }

    .content h1 {
        font-size: 30px;
    }

    .home1 {
        font-size: 1rem;
        font-weight: 500;
    }

    .home {
        font-size: 7px;
    }

}
/* */
@media (max-width: 768px) {
    #why-service {
        flex-direction: column;
        align-items: center;
    }

    #top-section, #icon-section {
        min-width: 100%;
        padding: 10px;
    }

    #icon-circle {
        width:100px;
        height: 50px;
        border-radius: 50%;
        background-color: #31679f;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px;
        color: white;
        font-size: 40px;
        transition: background-color 0.3s;
    }

    #icon-cart{
        width:100px;
        height: 50px;
        border-radius: 50%;
        background-color: #31679f;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px;
        color: white;
        font-size: 40px;
        transition: background-color 0.3;
    }

    #icon-note {
        width:95px;
        height: 50px;
    }

    #services-text h3{
        font-size: 20px;
    }

    #services-text-p{
        font-size: 15px;
    }
}
