@media screen and (max-width: 1800px) {
    .container{
        width: 85%;
    }
    .slide .item:nth-child(3){
        left: 65%;
        filter: brightness(0.9);
        z-index: 3;
    }

    .slide  .item:nth-child(4){
        left: calc(50% + 20%);
        filter: brightness(0.1);
        -webkit-box-shadow: 6px 0px 11px 0px #ffffff;
        box-shadow: 6px 0px 11px 0px #ffffff;
        z-index: 2;
    }

    .slide .item:nth-child(5){
        left: calc(50% + 25%);
        filter: brightness(0);
    }

    .slide .item:nth-child(n + 6){
        left: 50%;
        opacity: 0;
    }
}
@media screen and (max-width: 1440px) {
    .container{
        width: 90%;
    }
    .item .content{
        left: 50px;
    }
    .textServicos{
        width: 70%;
        padding: 25px;
    }
}

@media screen and (max-width: 1250px) {
    .container{
        width: 85%;
    }

    .item .content{
        left: 40px;
        width: 490px;
    }
    .content .name::first-letter{
        font-size: 40px;
        color: #0cbe24;
    }
    .content .name{
        letter-spacing: 1px;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: bold;
        opacity: 0;
        animation: animate 1s ease-in-out 1 forwards;
    }

    .slide .item:nth-child(1) h1, 
    .slide .item:nth-child(2) h1{
        display: none;
    }

    .slide .item:nth-child(3){
        left: 65%;
        filter: brightness(0.9);
        z-index: 3;
    }

    .slide  .item:nth-child(4){
        left: calc(50% + 20%);
        filter: brightness(0.1);
        -webkit-box-shadow: 6px 0px 11px 0px #ffffff;
        box-shadow: 6px 0px 11px 0px #ffffff;
        z-index: 2;
    }

    .slide .item:nth-child(5){
        left: calc(50% + 25%);
        filter: brightness(0);
    }

    .slide .item:nth-child(n + 6){
        left: 50%;
        opacity: 0;
    }

}
@media screen and (max-width: 1050px) {
    .container{
        width: 90%;
        height: 550px;
    }

    .item .content{
        left: 30px;
        width: 430px;
    }
    .slide .item:nth-child(3){
        left: 65%;
    }

    .slide  .item:nth-child(4){
        left: calc(50% + 20%);
    }

    .slide  .item:nth-child(5){
        opacity: 0;
    }
    .textServicos{
        width: 90%;
        padding: 25px;
    }
    .textServicos h1{
        text-align: center;
        font-size: 20px;
    }
    .textServicos p{
        font-size: 14px;
    }
}

@media screen and (max-width: 850px) {
    .container{
        width: 90%;
        height: 550px;
    }
    .content .name::first-letter{
        font-size: 35px;
        color: #0cbe24;
    }
    .content .name{
        letter-spacing: 1px;
        font-size: 23px;
        text-transform: uppercase;
        font-weight: bold;
        opacity: 0;
        animation: animate 1s ease-in-out 1 forwards;
    }

    .item .content{
        left: 30px;
        width: 400px;
    }
    .slide .item:nth-child(3){
        left: 73%;
    }
    .slide  .item:nth-child(4){
        left: calc(50% + 25%);
    }

    .container .slide .item{
        width: 150px;
        height:150px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .item h1{
        font-size: 22px;
        padding-top: 40%;
    }

    .slide .item:nth-child(1), 
    .slide .item:nth-child(2){
        top: 0;
        left: 0;
        transform: translate(0, 0);
        box-shadow: none;
        border-radius: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px 100px;
        filter: brightness(0.8);
    }
    .item:nth-child(1)::after,
    .item:nth-child(2)::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 15px;
        background-color: rgba(0, 0, 0, 0.178); /* Aqui você pode ajustar a opacidade do filtro */
        z-index: -1; /* Certifique-se de que o pseudo-elemento esteja acima do conteúdo */
    }
    .description{
        font-size: 14px;
    }

}

@media screen and (max-width: 700px) {
    .container{
        width: 90%;
        height: 500px;
    }
    .content .name::first-letter{
        font-size: 25px;
        color: #0cbe24;
    }
    .content .name{
        letter-spacing: 1px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        opacity: 0;
        animation: animate 1s ease-in-out 1 forwards;
    }

    .item .content{
        left: 10px;
        width: 350px;
    }
    .container .slide .item{
        width: 130px;
        height:150px;
        top: 50%;
        transform: translate(0, -50%);
    }
    .slide .item:nth-child(1), 
    .slide .item:nth-child(2){
        top: 0;
        left: 0;
        transform: translate(0, 0);
        box-shadow: none;
        border-radius: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px 100px;
        filter: brightness(0.8);
    }
    .item:nth-child(1)::after,
    .item:nth-child(2)::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 15px;
        background-color: rgba(0, 0, 0, 0.178); /* Aqui você pode ajustar a opacidade do filtro */
        z-index: -1; /* Certifique-se de que o pseudo-elemento esteja acima do conteúdo */
    }
    .item h1{
        font-size: 18px;
        padding-top: 48%;
    }
    .description{
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    .content .name{
        letter-spacing: 1px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        opacity: 0;
        animation: animate 1s ease-in-out 1 forwards;
    }

    .item .content{
        left: 10px;
        width: 300px;
    }

    .container .slide .item{
        width: 90px;
        height:150px;
        top: 50%;
        transform: translate(0, -50%);
    }
    .slide .item:nth-child(1), 
    .slide .item:nth-child(2){
        top: 0;
        left: 0;
        transform: translate(0, 0);
        box-shadow: none;
        border-radius: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px 100px;
        filter: brightness(0.8);
    }
    .item:nth-child(1)::after,
    .item:nth-child(2)::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 15px;
        background-color: rgba(0, 0, 0, 0.178); /* Aqui você pode ajustar a opacidade do filtro */
        z-index: -1; /* Certifique-se de que o pseudo-elemento esteja acima do conteúdo */
    }
    .item h1{
        font-size: 14px;
        padding-top: 68%;
    }

    .slide .item:nth-child(3){
        left: 70%;
    }
    .slide  .item:nth-child(4){
        left: calc(50% + 22%);
    }
}
@media screen and (max-width: 500px) {

    .container{
        width: 90%;
        height: 500px;
    }
    .content .name{
        letter-spacing: 1px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        opacity: 0;
        animation: animate 1s ease-in-out 1 forwards;
    }
    .item {
        padding: 10px 10px;
    }
    .item .content{
        left: 0px;
        width: 100%;
    }

    .container .slide .item{
        width: 90px;
        height:150px;
        top: 50%;
        transform: translate(0, -50%);
    }
    .slide .item:nth-child(1), 
    .slide .item:nth-child(2){
        top: 0;
        left: 0;
        transform: translate(0, 0);
        box-shadow: none;
        border-radius: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px 100px;
        filter: brightness(0.8);
    }
    .item:nth-child(1)::after,
    .item:nth-child(2)::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 15px;
        background-color: rgba(0, 0, 0, 0.178); /* Aqui você pode ajustar a opacidade do filtro */
        z-index: -1; /* Certifique-se de que o pseudo-elemento esteja acima do conteúdo */
    }
    .item h1{
        font-size: 12px;
        padding-top: 68%;
    }

    .slide .item:nth-child(3){
        left: 10%;
        opacity: 0;
    }
    .slide  .item:nth-child(4){
        left: calc(10% + 22%);
        opacity: 0;
    }
}