.builder-smart-bg-set{
    background-image: url('/builder-smart-bg-set.png');
}
.build-smarter-and{
    margin-top: 5%;
    font-size: 46px;
    color: #252525;
}
.launch-everywhere{
    background: linear-gradient(90deg, rgba(1, 106, 151, 1) 59%, rgba(0, 180, 229, 1) 100%);
    color: transparent;
    background-clip: text;
    font-size: 46px;
}

.from-responsive-web-platforms{
    font-weight: 500;
    font-size: 14px;
    color: #4D4D4D;
}
.build-smarter-contactus-btn{
    width: 120px;
    height: 41px;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    background: linear-gradient(90deg, rgba(0, 105, 151, 1) 36%, rgba(0, 133, 170, 1) 100%);
}
.build-smarter-contactus-btn:hover{
    background: #006997;
}
.build-smart-group-images{
    margin-top: 5%;
}
.i-will-deploy-image{
    margin-top: 24%;
}
.i-will-bring-image{
    margin-top: 5%;
}
.i-wil-make-image{
    margin-top: 45%;
    margin-bottom: 30px;
}

.why-choose-amico-for-development{
    /* margin-top: 10%; */
    /* margin-top: 65px; */
    background-color: #EEFBFF;
    color: #006997;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
}
.your-trusted-partner{
    font-size: 40px;
    color: #252525;
}

.helping-business-design-build{
    font-weight: 400;
    font-size: 13px;
    color: #4D4D4D;
}
.web-application-development-card-field{
    /* margin-top: 5%; */
    margin-top: 25px;
    margin-left: 75px;
    margin-right: 75px;
}
.mobile-application-development-card-field{
    /* margin-top: 3%; */
    margin-top: 25px;
    margin-left: 75px;
    margin-right: 75px;
}
@media screen and (max-width:600px){
    .web-application-development-card-field{
        margin-left: 0px;
        margin-right: 0px;
    }
    .mobile-application-development-card-field{
        margin-left: 0px;
        margin-right: 0px;
    }
}
.web-application-development-card{
    width: 1159px;
    border-radius: 10px;
    background: #EBEFFF;
}
.mobile-application-development-card{
    width: 1159px;
    border-radius: 10px;
    background: #FFF4ED;
}
.web-application-development{
    font-weight: 500;
    font-size: 32px;
    color: #252525;
}
.we-build-responsive-secure{
    margin-top: 2%;
    font-weight: 400;
    font-size: 15px;
    color: #4D4D4D;
}
.web-application-development-card-points{
    font-weight: 400;
    font-size: 15px;
    color: #252525;
}
.web-application-development-card-point-section{
    margin-top: 43px;
}
.web-application-development-learn-more-btn{
    width: 133px;
    height: 44px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 13px;
    color: #252525;
    background: #BCC9FF;
}
.mobile-application-development-learn-more-btn{
    width: 133px;
    height: 44px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 13px;
    color: #252525;
    background: #FFD0B1;
}

.technology-stack{
    /* margin-top: 5%; */
    color: #252525;
    font-size: 20px;
}

/* animation tools */
.logos{
    background-color: #FAFAFA;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    white-space: nowrap;
    display: flex;
    position: relative;
    margin-top: 2%;
}
.logos::before,
.logos:after{
    position: absolute;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}
.logos::before{
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0),white);
}
.logos::after{
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0),white);
}
.logos:hover .logos-slide{
    animation-play-state: paused;
}
.logos-slide{
    margin-left: 8%;
    display: inline-block;
    animation: 15s slide infinite linear;
}

.our-development-process{
    background-color: #EEFBFF;
    color: #006997;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
    /* margin-top: 8%; */
    /* margin-top: 70px; */
}
.from-concept-to-compeletion{
    color: #252525;
    font-size: 40px;
}

.at-amico-our-developmet-process{
    font-size: 13px;
    font-weight: 400;
    color: #4D4D4D;
}

.service-grid .service-box {
    padding: 30px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.service-grid .service-box:nth-child(3),
.service-grid .service-box:nth-child(6) {
    border-right: none; 
}

.service-grid .service-box:nth-last-child(-n+3) {
    border-bottom: none;
}
.form-concept-table-name{
    color: #252525;
    font-size: 20px;
    margin-top: 8px;
}
.form-concept-table-para{
    font-weight: 400;
    font-size: 13px;
    color: #4D4D4D;
    text-align: justify;
}
.webmobile-page-contact-us-btn{
    width: 118px;
    height: 41px;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, rgba(0, 105, 151, 1) 36%, rgba(0, 133, 170, 1) 100%);
}
.webmobile-page-contact-us-btn:hover{
    background: #006997;
}
.web-application-development-card-image{
    width: 100%;
}
.web-application-development-card-image{
    width: 95%;
}
@media screen and (max-width:700px){
    .build-smarter-and{
        font-size: 30px;
    }
    .launch-everywhere{
        font-size: 30px;
    }
}
@media screen and (max-width:992px){
    .i-will-deploy-image{
        margin-top: 5%;
    }
    .i-wil-make-image{
        margin-top: 2%;
    }
}
@media screen and (max-width:700px){
    .your-trusted-partner{
        font-size: 30px;
    }
}
@media screen and (max-width:460px){
    .why-choose-amico-for-development{
        width: 343px;
        font-size: 11px;
    }
    .your-trusted-partner{
        font-size: 20px;
    }
}
@media screen and (max-width:1085px){
    .web-application-development-card-image{
        width: 60%;
    }
}
@media screen and (max-width:680px){
    .web-application-development-card-image{
        display: none;
    }
}
@media screen and (max-width:700px){
    .web-application-development{
        font-size: 25px;
    }
}
@keyframes slide{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
@media screen and (max-width:745px){
    .logos::before{
        display: none;
    }
    .logos::after{
        display: none;
    }
}
@media screen and (max-width:700px){
    .from-concept-to-compeletion{
        font-size: 30px;
    }
}

.bottom-images-div{
    display: flex;
    background-color: #002C3F;
    justify-content: space-between;
    align-items: self-end;
    border-radius: 20px;
}
.bottom-image-content-div{
    position: absolute;
    color: white;
    bottom: 22%;
    left: 19%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 13px;
}


@media (max-width: 576px) {
    .service-grid > .service-box{
        padding: 3px;
        border-bottom: 0px solid #e6e6e6;
        border-right: 0px solid #e6e6e6;
    }
    .from-responsive-web-platforms{
        font-size: 13px;
    }
    .bottom-images-div{
        display: none;
    }
    .bottom-image-content-div{
        position: unset;
        color: #FFFFFF;
        background-color: #002C3F;
        padding: 27px;
        border-radius: 15px;
    }
  }
 
  @media (min-width: 576px) {
    .bottom-images-div{
        display: none;
    }
    .bottom-image-content-div{
        position: unset;
        color: #FFFFFF;
        background-color: #002C3F;
        padding: 27px;
        border-radius: 15px;
    }
  }

  @media (min-width:768px){
    .bottom-images-div{
        display: flex;
        background-color: #002C3F;
        justify-content: space-between;
        align-items: self-end;
        border-radius: 20px;
    }
    .bottom-image-content-div{
        position: absolute;
        background-color: unset;
        color: white;
        bottom: 22%;
        left: 19%;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 13px;
    }    
  }
  
.contact-us-btn {
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: linear-gradient(90deg, #006997, #0085AA);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    width: 120px;
    display: block;
    text-align: center;
    margin: auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .contact-us-btn:hover {
    background:#006997
  }


 
  @media (min-width: 768px) {
    .bottom-images-div{
        display: flex;
    }
    .bottom-image-content-div{
        position: absolute;
        color: white;
    }
  }


  .web-mobile-app-group-single-image{
    padding: 10px;
    width: 90%;
    display: none;
  }

  .acms-section {
    padding-left: 75px;
    padding-right: 75px;
    margin-bottom: 75px;
  }

  #div-end-banner {
    position: relative;
    width: 88%;
    margin: auto;
  }

 @media screen and (max-width:576px){
    .web-mobile-application-group-images{
        display: none;
    }
    .web-mobile-app-group-single-image{
        display: block;
    }
    .sm-text-justify {
        text-align: justify;
    }
    .acms-section {
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 25px;
    }

    #div-end-banner {
        width: 100%;
    }
    
    #div-end-banner h6 {
        text-align: justify !important;
        line-height: normal;
    }

    #div-end-banner br {
        display: none;
    }
    /* .from-responsive-web-platforms{
        text-align: justify;
    } */
 }