.poster {
    background: url(../img/blog\ \(2\).jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;

}

a {
    text-decoration: none !important;
}

.service-box {
    padding: 10px;
    width: 100%;
    min-height: 266px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.col-lg-2:nth-child(2) .service-box {
    background-color: rgb(153, 28, 184);
    /* Purple background */
}

/* Custom background color for the second service box */
.col-lg-2:nth-child(3) .service-box {
    background-color: rgb(28, 80, 184);
    /* Blue background */
}

.col-lg-2:nth-child(4) .service-box {
    background-color: rgb(8, 104, 24);
    /* Blue background */
}

.col-lg-2:nth-child(5) .service-box {
    background-color: rgb(184, 122, 28);
    /* Blue background */
}


.service-box h3 {
    transition: all 900ms ease-in-out;
}

.ser-img {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 160px !important;
    height: 190px;
    transition: all 600ms ease-in-out;
}

.service-box:hover .ser-img {
    transform: scale(1.09);
}

.service-box:hover h3 {
    transform: scale(1.1);
}

.other-service-box {
    min-height: 150px;
    border-radius: 10px;
    margin: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.other-service-box img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    border-radius: 10px;
    aspect-ratio: 3/2;
    position: absolute;
    top: 0;
    left: 0;
}

.hide {
    background-color: rgba(0, 0, 0, 0.61);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 100%;
    color: white;
    transition: all ease-in-out 600ms;

}

.other-service-box:hover .hide {
    top: 0%;
    background-color: black;
}

.detils-container {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    border-radius: 20px;
}

.detail-box {
    background-color: coral;
    min-height: 260px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.testimonial-box {
    text-align: left;
    padding: 10px;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    border-top: 2px solid salmon;
    border-bottom: 2px solid salmon;
    min-height: 260px;
}

.profile-box {
    display: flex;
    align-items: start;
    text-align: left;
    flex-direction: row-reverse;
}

.profile-box p {
    font-size: 14px;
}

.profile-box p,
.profile-box h6 {
    margin: 0px;
    padding: 0px;
}

.profile-box img {
    height: 60px !important;
    width: 60px !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 2px solid salmon;
}

.star-box {
    display: flex;
    gap: 3px;
    justify-content: left;
    margin: 5px 0px;
}

.star-box i {
    font-size: 11px;
    color: yellow;

}
.social {
    display: flex;
    gap: 30px;
}
.social i{
 font-size: 36px;
}
.article-container {
    text-align: left;
}

.article-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    padding: 10px;
    min-height: 460px;
    overflow: hidden;
}

.article-img {
    height: 200px !important;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.24);

}

.article-box img {
    transition: all ease 1s;
    height: 200px !important;
    width: 100%;
    object-fit: cover;

    border-radius: 5px;

}

.article-box img:hover {
    transform: scale(1.2);
}


footer{
    background-color:rgb(39, 39, 39);
    padding: 20px;
}
.footer-btn button{
    background-color: transparent;
    padding: 3px 7px ;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.418);
    border:1px solid rgba(255, 255, 255, 0.24);
    margin: 3px;

}
.footer-btn button:hover{
 
    color: rgba(255, 255, 255, 0.856);
    border:1px solid rgba(255, 255, 255, 0.699);
  

}
.footer-list ul{
    margin: 0px;
    padding: 0px;
}
.footer-list li a {
    color: rgba(255, 255, 255, 0.603);
    font-weight: 600;
}

.footer-list li a:hover{
    color: white;
}
.footer-list li{
  list-style: none;
  font-size: 19px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.418);
}
.hire-img img{
    width: 100% ;
    aspect-ratio: 3/2;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}
.hire-img {
    height: 150px;
    width: 100%;
    border-radius: 10px;

}
.hire-dev h4 , .hire-dev button{
    margin: 5px;
}
.hire-dev button{
    border: 1px solid transparent;
    background-color: salmon ;
    color: white;
    border-radius: 5px;
    padding: 5px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.hire-dev{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 260px;
    margin: 10px 0px;
}

@media screen and (max-width:576px) {

    .service-box {
        padding: 10px;
        width: 100%;
        min-height: 266px;
        margin: 10px 0px;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        color: white;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    }

    .ser-img {
        position: absolute;
        bottom: 0px;
        right: 95px;
        width: 160px !important;
        height: 190px;
        transition: all 600ms ease-in-out;
    }
}