.design-experiences-bg{
    background-image: url('/design-experiences-bg-img.png');
}
.uiux-page-contactus-btn{
    margin-top: 10px;
    width: 120px;
    height: 41px;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    background: linear-gradient(90deg, rgba(0, 105, 151, 1) 36%, rgba(0, 133, 170, 1) 100%);
}
.uiux-page-contactus-btn:hover{
    background: #006997;
}
.design-experiences-that{
    font-size: 46px;
    color: #252525;
    margin-top: 6%;
}
.inspire-and-engage{
    background: linear-gradient(90deg, rgba(1, 106, 151, 1) 59%, rgba(0, 180, 229, 1) 100%);
    color: transparent;
    background-clip: text;
    font-size: 46px;
}
.design-experiences-at-amico-we{
    font-weight: 500;
    font-size: 14px;
    color: #4D4D4D;
}
@media screen and (max-width:700px){
    .design-experiences-that{
        font-size: 30px;
    }
    .inspire-and-engage{
        font-size: 30px;
    }
}
.i-will-deploy-it-img{
    margin-top: 40%;
}
.i-will-bring-image{
    margin-top: 5%;
}
.i-will-make-sure-image{
    margin-top: 40%;
}
@media screen and (max-width:992px){
    .i-will-deploy-it-img{
        margin-top: 2%;
    }
    .i-will-make-sure-image{
        margin-top: 2%;
    }
}
@media screen and (max-width:473px){
    .i-will-craft-design-that-image{
        width: 80%;
    }
}
.why-choose-amico-for-design{
    background-color: #EEFBFF;
    color: #006997;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: 2px;
    /* margin-top: 10%; */
    margin-top: 50px;
}
.your-creative-partner{
    font-size: 40px;
    color: #252525;
}
@media screen and (max-width:700px){
    .your-creative-partner{
        font-size: 30px;
    }
}
.every-design-decision{
    font-weight: 400;
    font-size: 13px;
    color: #4D4D4D;
    margin-top: 7px;
}
.ux-card{
    /* width: 1159px; */
    border-radius: 10px;
    background-color: #EBEFFF;
    margin-top: 30px;
    padding: 15px;
}
.ux-card-title{
    font-weight: 500;
    font-size: 32px;
    color: #252525;
}
.ux-card-para{
    font-weight: 400;
    font-size: 15px;
    color: #4D4D4D;
    text-align: justify;
}
.ux-card-points-section{
    margin-top: 15px;
}
.ux-card-points{
    font-weight: 400;
    font-size: 15px;
    color: #252525;
}
.ux-design-image{
    width: 95%;
}
@media screen and(max-width:992px){
    .ux-design-image{
        width: 60%;
    }
}
.ui-design-image{
    width: 95%;
}
@media screen and(max-width:992px){
    .ui-design-image{
        width: 60%;
    }
}
.ui-design-card{
    /* width: 1159px; */
    background: #FFF4ED;
    border-radius: 10px;
    margin-top: 30px;
    padding: 15px;
}
.ui-card-title{
    font-weight: 500;
    font-size: 32px;
    color: #252525;
}
.ui-card-para{
    font-weight: 400;
    font-size: 15px;
    color: #4D4D4D;
    text-align: justify;
}
.ui-card-points{
    font-weight: 400;
    font-size: 15px;
    color: #252525;
}
.design-tools-we-use{
    font-size: 20px;
    color: #252525;
    /* margin-top: 5%; */
}

/* animation tools */
.logos{
    background-color: #FAFAFA;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    white-space: nowrap;
    display: flex;
    position: relative;
    /* margin-top: 5%; */
}
.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;
}
@keyframes slide{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
@media screen and (max-width:745px){
    .logos::before{
        display: none;
    }
    .logos::after{
        display: none;
    }
}

.our-design-process{
    background-color: #EEFBFF;
    color: #006997;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: 2px;
    /* margin-top: 6%; */
}
.from-vision-to-interface{
    font-size: 40px;
    color: #252525;
}
@media screen and (max-width:700px){
    .from-vision-to-interface{
        font-size: 30px;
    }
}
.at-amico-design-para{
    font-weight: 400;
    font-size: 13px;
    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;
}
.uiux-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%);
}
.uiux-page-contact-us-btn:hover{
    background: #006997;
}

.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;
}
.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 (max-width: 576px) {
    .services-ux-design-card{
        margin-left: 0px;
        margin-right: 0px;
    }
    .services-ui-design-card{
        margin-left: 0px;
        margin-right: 0px;
    }
    .ux-card{
        margin-top: 25px;
    }
    .why-choose-amico-for-design{
        margin-top: 25px;
    }
    .service-grid > .service-box{
        padding: 0px;
        border-bottom: 0px solid #e6e6e6;
        border-right: 0px solid #e6e6e6;
    }
    .design-experiences-at-amico-we{
        font-size: 13px;
    }
    .bottom-images-div{
        display: none;
    }
    .bottom-image-content-div{
        position: unset;
        color: #002C3F;
    }
  }
 
  @media (min-width: 576px) {
    .bottom-images-div{
        display: none;
    }
    .bottom-image-content-div{
        position: unset;
        color: #002C3F;
    }
  }
  @media (max-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: 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;
    }    
  }
  @media (min-width: 768px) {
    .bottom-images-div{
        display: flex;
    }
    .bottom-image-content-div{
        position: absolute;
        color: white;
    }
  }
 
.services-ux-design-card{
    margin-left: 75px;
    margin-right: 75px;
}
.services-ui-design-card{
    margin-left: 75px;
    margin-right: 75px;
}
@media screen and (max-width:992px){
    .services-ux-design-card{
        margin-left: 0px;
        margin-right: 0px;
    }
    .services-ui-design-card{
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media screen and (max-width:1000px){
    .ui-design-image{
        display: none;
    }
    .ux-design-image{
        display: none;
    }
}
.uiux-page-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){
    .uiux-page-group-image{
        display: none;
    }
    .uiux-page-single-image{
        display: block;
    }
    .every-design-decision{
        text-align: justify;
    }
    .at-amico-design-para{
        text-align: justify;
    }
    .service-grid > .service-box{
        padding: 0px;
    }

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

    #div-end-banner{
        width: 100%;
    }

    #div-end-banner h6 {
        text-align: justify !important;
    }

    #div-end-banner br {
        display: none;
    }
 }