.headingimg {
    width: auto;
    height: 50px;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}
.animated-text {
    animation: slide-in-left 1s forwards;
}
.grid-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    gap: 0px;
}

.item {
    min-width: 85px;
    background-color: black;
    padding: 5px;
    border: 1px solid #3d3d3c;
    border-radius: 0px;
}
.cat-image {
    width: 100% !important;
    height: auto !important;
}


.headingimg2 {
    width: auto;
    height: 30px;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}
.project-title-box {
    padding: 12px 5px 12px 5px;
    background: #111111;
    border-radius: 32px;
    text-align: center;
}
.card-box-3 {
    min-height: 385px;
    padding: 45px;
    margin: 25px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    border-radius: 60px;
    border-bottom: 5px solid #000000;
}

@keyframes slide-in-left {
    0% {
        transform: translatey(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.box-1 {
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #555555;
}

.box-img-icon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.creative2 {
    width: 100%;
    height: auto;
}
.creative3 {
    width: 80px;
    height: 80px;
}
.creative4 {
    width: 80%;
    height: auto;
}
.creative5 {
    width: auto;
    height: 250px;
}
.creative6 {
    width: 100%;
    height: auto;
}
.creative7 {
    width: 70%;
    height: auto;
}

/*.banner-container-bg {
    background-image: url(../img/banner/test.jpg);
    background-size: cover;
     background-color: #000000;
}*/

.banner-container-bg {
    background-color: #000000;
}
.automation-container-bg {
    background-image: url(../img/banner/bg7.jpg);
    background-size: cover;
}
.app-development-container-bg {
     background-color: #1a0b2c;
    
}

.youtube-iframe {
    padding: 5px;
    border-radius: 0px;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px 0px rgb(0 81 250 / 20%);
    margin: 15px auto;
    width: 100%;
    height: auto;
    min-height: 326px;
}

 .withus-box-1 {
    text-align: center;
    width: 120px;
    height: auto;
    margin: 15px;
}
.withus-box-2 {
    text-align: center;
    width: 220px;
    height: auto;
    margin: 15px;
}


@media (min-width: 481px) and (max-width: 1024px) {
    .creative3 {
        width: 60px;
        height: 60px;
    }
    .creative4 {
        display: none;
    }
    .youtube-iframe {
        min-height: 265px;
    }
    .card-box-3 {
        min-height: 300px;
        margin: 5px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
        border-radius: 45px;
    }
    .headingimg {
        height: 21px;
        margin-bottom: -3px;
    }
    .item {
        min-width: 55px;
    }
    .withus-box-1 {
        width: 85px;
        height: auto;
        margin: 5px;
    }
    .withus-box-2 {
        width: 115px;
        height: auto;
        margin: 5px;
    }
    .creative6
    {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .creative3 {
        width: 50px;
        height: 50px;
    }
    .creative4 {
        display: none;
    }

    .youtube-iframe {
        min-height: 200px;
    }

    .card-box-3 {
        min-height: 300px;
        margin: 5px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
        border-radius: 45px;
    }
    .headingimg {
        height: 21px;
        margin-bottom: -3px;
    }
    .item {
        min-width: 55px;
    }
   .withus-box-1 {
        width: 85px;
        height: auto;
        margin: 5px;
    }
    .withus-box-2 {
        width: 110px;
        height: auto;
        margin: 5px;
    }
    .creative6
    {
        display: none;
    }
}
