.agami_animation_service_container{
    background-image: url(../assets/image/Banners/animationbanner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 650px; 
    /*min-height: 100vh;*/
    position: relative;
    /*top: 0px;*/
} 

.agamiapplicationdev_service_container{
    background-image: url(../assets/image/Banners/web_app_light_dark.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 650px;
    position: relative;
}

.agamigamedev_service_container{
    background-image: url(../assets/image/Banners/gamedev.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 650px;
    position: relative;
}

.agamimobileapp_service_container{
    background-image: url(../assets/image/Banners/mobile_app.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 650px;
    position: relative;
}

.agamiixdev_service_container{
    background-image: url(../assets/image/Banners/ixdev.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 650px;
    position: relative;
}

.animation_section_short_info{
    position: absolute;
    left: 100px;
    top: 140px;
    background-color: white;
    width: 610px;
    z-index: 100;
    min-height: 380px;
    opacity: 0.8;
    padding: 30px;
    color: #000;
    border-radius: 15px;
}

.mobileappsection_short_info{
    position: absolute;
    right: 100px;
    top: 50px;
    background-color: white;
    width: 610px;
    z-index: 100;
    min-height: 400px;
    opacity: 0.8;
    padding: 30px;
    color: #000;
    border-radius: 15px;
}

.ixdev_section_short_info{
    position: absolute;
    left: 100px;
    top: 50px;
    background-color: white;
    width: 610px;
    z-index: 100;
    min-height: 400px;
    opacity: 0.8;
    padding: 30px;
    color: #000;
    border-radius: 15px;
}

.applicationdevsection_short_info{
    position: absolute;
    left: 100px;
    top: 50px;
    background-color: white;
    width: 610px;
    z-index: 100;
    min-height: 400px;
    opacity: 0.8;
    padding: 30px;
    color: #000;
    border-radius: 15px;
}

.gamedevsection_short_info{
    position: absolute;
    right: 100px;
    top: 50px;
    background-color: white;
    width: 610px;
    z-index: 100;
    min-height: 400px;
    opacity: 0.8;
    padding: 30px;
    color: #000;
    border-radius: 15px;
}

.section_title{
    font-size: 59px;
    line-height: 1;
    margin-top: 30px;
}

.section_short_description{
    margin-top: 15px;
    color: #000;
    font-size: 18px;
    line-height: 2em;
}

.animation_service_info_container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.fiveprinciplecard{
    width: 18rem;
    margin: 15px;
    box-shadow: 2px 2px 10px lightgrey;
}

.fiveprinciplecard:hover{
    box-shadow: 5px 5px 15px lightgrey;
    cursor: pointer;
}

.fiveprinciplecard .card-title{
    text-align: center;
    font-size: 25px;
}

.badgecontainerdiv{

}

.section_offered_services{
    padding: 40px;
    background-color: #f9f9f9;
}


.offered_service_container{
    margin: 20px;
}

.offered_service_title_container{
    margin: 20px;
    /* text-align: center; */
}

/* #text_before_offered_service_title{
    margin-bottom: 15px;
} */

.offered_service_title{
    font-size: 55px;
    line-height: 1;
}

#offered_service_hr{
    max-width: 100px;
    background: blue;
    height: 1px;
    text-align: left;
    margin: 5px 0 0 6px;
}

.service_item{
    font-size: 20px;
    padding: 5px 0px;
}

.service_item i{
    font-size: 22px;
    color: blue;
    padding-right: 5px;
}

.of_serv_t_container_small_device{
    display: none;
}

.of_serv_t_container_large_device{
    display: block;
}


@media only screen and (max-width: 576px) {
    .section_offered_services{
        padding-left: 10px;
        padding-right: 10px;
    }

    .animation_section_short_info{
        left: 3px;
        width: 95%;
        margin-left: 5px;
    }

    .mobileappsection_short_info{
        right: 3px;
        margin-right: 10px;
        width: 97%;
        left: 5px;
    }

    .ixdev_section_short_info{
        left: 3px;
        width: 95%;
        margin-left: 8px;
    }

    .applicationdevsection_short_info{
        left: 3px;
        width: 95%;
        margin-left: 8px;
    }

    .gamedevsection_short_info{
        right: 3px;
        margin-right: 10px;
        width: 97%;
        left: 5px;
    }

    .of_serv_t_container_small_device{
        display: block;
    }

    .of_serv_t_container_large_device{
        display: none;
    }

}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .section_offered_services{
        padding-left: 10px;
        padding-right: 10px;
    }

    .animation_section_short_info{
        left: 3px;
        width: 95%;
        margin-left: 10px;
    }

    .mobileappsection_short_info{
        right: 3px;
        margin-right: 10px;
        width: 96%;
    }

    .ixdev_section_short_info{
        left: 3px;
        width: 95%;
        margin-left: 10px;
    }

    .applicationdevsection_short_info{
        left: 3px;
        width: 95%;
        margin-left: 10px;
    }

    .gamedevsection_short_info{
        right: 3px;
        margin-right: 10px;
        width: 96%;
    }

    .of_serv_t_container_small_device{
        display: block;
    }

    .of_serv_t_container_large_device{
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* .section_offered_services{
        padding-left: 10px;
        padding-right: 10px;
    } */

    .animation_section_short_info{
        left: 50px;
    }

    .mobileappsection_short_info{
        right: 50px;
    }

    .ixdev_section_short_info{
        left: 50px;
    }

    .applicationdevsection_short_info{
        left: 50px;
    }

    .gamedevsection_short_info{
        right: 50px;
    }

    .of_serv_t_container_small_device{
        display: block;
    }

    .of_serv_t_container_large_device{
        display: none;
    }
}

@media only screen and (min-width: 1920px){
    .agami_animation_service_container{
        min-height: 100vh;
    }
    
    .agamiapplicationdev_service_container{
        min-height: 100vh;
    }
    
    .agamigamedev_service_container{
        min-height: 100vh;
    }
    
    .agamimobileapp_service_container{
        min-height: 100vh;
    }
    
    .agamiixdev_service_container{
        min-height: 100vh;
    }
}
