

:root{
    --z-fixed:100;
    --nav-name-font-size: 1.5rem;
    --normal-font-size: .938rem;
    --header-height: 3rem;
    --orange: #090;
}



@media screen and (min-width: 768px){
    :root{
        --nav-name-font-size:1rem;
        --normal-font-size:1rem;
    }
}
*,::before,::after{
    box-sizing: border-box;
}

body{
    margin: 3rem 0 0 0;
    font-family: sans-serif;
    width: 100%;
    font-size: 100%;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
section{
    padding: 5rem 9%;
}
.heading{
    text-align: center;
    font-size: 3rem;
    color: #333;
    padding: 1rem;
    margin: 2rem 0;
    background: rgba(172, 140, 37, 0.05);
}
.heading span{
    color: var(--orange);
}

.btn{
    margin-top: 1rem;
    display: inline-block;
    border: #090 2px solid;
    color: #090;
    background: none;
    font-size: 1rem;
    padding: 1rem 2.3rem;

    &:hover{
        background: #999;
        color: #e2e2e2;
        border: #e2e2e2 2px solid;
    }
}

.btnweb{
    margin-top: 1rem;
    display: inline-block;
    border: #fff 2px solid;
    color: #9ACD32;
    background: none;
    font-size: 1rem;
    padding: 1rem 1.2rem;

    &:hover{
        background: #999;
        color: #e2e2e2;
        border: #e2e2e2 2px solid;
    }
}



.bd-grid{
    max-width: 1024px;
    display: grid;
    grid-template-columns: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    height: 3rem;
    width: 100%;
    padding: 0 1rem;
    background-color: #000000;
    z-index: var(--z-fixed);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgb(0, 0, 0, .1);
}
.header_logo{
    color: #fff;
    font-size: 1.9rem;
    font-weight: 700;
}
.header_logo span{
    color: #090;
    font-size: 1.9rem;
    font-weight: 700;
}

.header_toggle{
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
}
@media screen and (max-width: 991px) {
  
    .nav{
        position: fixed;
        top: 0;
        left: -100%;
        background-color: #000000;
        width: 80%;
        height: 100vh;
        padding: 2rem 0;
        z-index: var(--z-fixed);
        transition: .5s;
        overflow-y: auto;
    }
    .nav_content{
        display: flex;
        flex-direction: column;
    }
}

.nav_perfil{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 3rem;
    }
    .nav_img{
        display: flex;
        justify-content: center;
        width: auto;
        height: 60px;
        overflow: hidden;
        margin-bottom: 1rem;
    }   
    .nav_img img{
        width: auto;
    }
    .nav_item{
        margin-bottom: 1.3rem;
        font-size: 1.2rem;
    }
    .nav_link{
        color: #fff;
    }
    .nav_link:hover{
        color: #090;
    }
    
    .show{
        left: 0;
    }
    .active{
        color: #090;
        font-weight: 500;
    }

    .dropdown_link{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .dropdown_icon{
        font-size: 0.7rem;
        transition: .5s;
    }
    .fa-cart-shopping{
        font-size: 1.2rem;
        margin-left: 0.4rem;
    }
    .dropdown_menu{
        margin: 1rem 0 0 1rem;
        display: none;
    }
    .dropdown_item{
        margin: 1rem 0;
        font-size: 0.9rem;
    }
    .dropdown:hover > .dropdown_menu{
        display: block;
    }
    .dropdown:hover .dropdown_icon{
        transform: rotate(180deg);
    }

@media screen and (min-width: 576px) {
        .nav{
            width: 288px;
        }
    }

@media screen and (min-width: 991px){
    .header{
        height: calc(var(--header-height) + 1rem);
    }
    .header_logo,.header_toggle{
        display: none;
    }
    .nav{
        width: 100%;
    }
    .nav_content{
        flex-direction: row;
        justify-content:space-between;
        align-items:center;
        display: flex;
    }
    .nav_perfil{
        flex-direction: row;
        text-align: initial;
        margin-bottom: 0;
    }
    .nav_img{
        margin-right: .5rem;
        margin-bottom: 0;
        height: 60px;
        width: auto;
    }
    .nav_img img{
        width: auto;
    }

    .nav_list{
        display: flex;
        align-items: center;  
    }
    .nav_item{
        margin: 0 1.5rem;
        padding: 1.4rem 0;
    }
    .active{
        color: #090;
    }
    .dropdown{
        position: relative;
    }
    .dropdown_menu{
        position: fixed;
        margin: 0;
        top: calc(var(--header-height) + 1rem);
        padding: .5rem 1.5rem;
        box-shadow: 0 2px 4px rgba(255, 253, 253, 0.3);
        border-radius: .1rem;
        background-color: #3a3a3a;
    }
    .dropdown_icon{
        margin: .5rem 0.5rem;
        font-size: 0.7rem;
    }
}  


/*------------------------------------------------------------------
    media quries footer
-------------------------------------------------------------------*/
@media(max-width:980px){
    .row-footer{
        flex-direction: column;
    }
    .col-footer{
        width: 100%;
        text-align: left;
        margin-bottom: 25px;
    }
    
    }
    
    @media(max-width:768px){
        .row-footer{
            flex-direction: column;
        }
        .col-footer{
            width: 100%;
            text-align: left;
            margin-bottom: 25px;
        }
        }


     /*------------------------------------------------------------------
        media quries footer
    -------------------------------------------------------------------*/ 
    .footer-container{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        min-height: 40vh;
        background: #000;
    }
    .footer{
        position: relative;
        width: 100%;
        min-height: 350px;
        padding: 3rem 1rem;
        
    }
    .container-footer{
        max-width: 1140px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        
    }
    .row-footer{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .col-footer .logo-footer{
        height: 80px;
        width: auto;
        margin-bottom: 10px;
        margin-top: 1.5rem;
    }
    .col-footer{
        min-width: 250px;
        color: aliceblue;
        padding: 0 2rem;
    }
    .col-footer p{
        font-size: 0.7rem;
        font-weight: 100;
        padding-right: 2rem;
        line-height: 1rem;
        letter-spacing: 0.03rem;
        margin-top: 0;
    }
    .col-footer h5{
        font-size: 0.7rem;
        font-weight: 100;
        padding-right: 2rem;
        line-height: 1rem;
        letter-spacing: 0.03rem;
        margin-top: 0;
    }
    .col-footer h3{
        color: #090;
        margin-bottom: 20px;
        position: relative;
        cursor: pointer;
        font-size: 1.6rem;
    }
    .col-footer h3::after{
        content: '';
        height: 3px;
        width: 0px;
        background-color: #090;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: 0.3s ease;
    }
    .col-footer h3:hover:after{
        width: 40px;
    }
    .col-footer .social a i{
        color: #090;
        margin-top: 1rem;
        margin-right: 5px;
        transition: 0.3s ease;
        font-size: 1.4rem;
        margin-bottom: 2rem;
    
    }
    .col-footer .social a i:hover{
        transform: scale(1.5);
        filter: grayscale(25);
    }
    .col-footer .links {
        font-size: 0.8rem;
        letter-spacing: 0.03rem;
        margin-bottom: 2rem;
        font-weight: 100;
    }
    .col-footer .links a{
        display: block;
        text-decoration: none;
        color: #fff;
        margin-bottom: 5px;
        position: relative;
        transition: 0.3s ease;
    }
    .col-footer .links a::before{
        content: '';
        height: 16px;
        width: 3px;
        position: absolute;
        top: 5px;
        left: -10px;
        background-color: #090;
        transition: 0.5s ease;
        opacity: 0;
    }
    .col-footer .links a:hover:before{
        opacity: 1;
    }
    .col-footer .links a:hover{
        transform: translateX(-8px);
        color: #090;
    }
    .col-footer .contact-footer-in{
        display: inline-flex;
        justify-content: space-between;
    }
    .col-footer .contact-footer-in i{
        margin-right: 15px;
        color: #090;
        font-size: 0.8rem;
    }
    .row-footer .form{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2rem 0;
    }
    .row-footer .form p{
        font-weight: 100;
        padding: 2rem;
        color: #DCDCDC;
        font-size: 1.4rem;
        border-bottom: #090 0.3rem solid;
    }


.footer-bar{
    padding: 1rem;
    margin-bottom: 0rem;
    font-size: 0.7rem;
    color: #000;
    background-color: #090;
    text-align: center;
    letter-spacing: 0.03rem;
}
.footer-bar span{
    color: #fff;
}

/*------------------------------------------------------------------
    media quries footer
-------------------------------------------------------------------*/
@media (width > 540px){
    .footer-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-col:nth-child(1){
        grid-area: 1/1/2/3;
    }
    .footer-col:nth-child(3){
        border-left: 2px solid #000;
    }
}

/*------------------------------------------------------------------
    landing page  start
-------------------------------------------------------------------*/
.home{
    padding: 0;
}
.box{
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-position: center !important;
    justify-content: flex-end;
    padding: 2rem 9%;
}

    .second{
      justify-content: flex-start; 
    }
.content{
    width: 50rem;
}
.box span{
    font-size: 3rem;
    color: #e2e2e2;
}
.box h3{
    font-size: 4rem;
    color: #9ACD32;
    text-transform: uppercase;
    padding-top: 0;
    margin: 0;
}
.box p{
    line-height: 2;
    color: #e2e2e2;
    padding: 1rem 0;
    font-weight: 400;
}
.swiper-button-next::after,
.swiper-button-prev::after{
    font-size: 1.7rem;
    color: #e2e2e2;
}



@media (max-width:1200px){
    section{
        padding: 3rem 2rem;
    }
}
@media (max-width:991px){
    html{
        font-size: 75%;
    }
    .home .box{
        padding: 2rem;
        justify-content: center;
        background-position: right !important;
    }

        .second{
            justify-content: center;
            background-position: left !important;  
        }
        .box .content{
            text-align: center;
        }
        .box .content span{
            font-size: 3rem;
        }
    }
@media (max-width:452px){
    html{
        font-size: 50%;
    }
    .swiper-button-next::after,
.swiper-button-prev::after{
    display: none;
}
.what-main-content .box-what img{
    width: 70%;
    height: 100%;
}
.box h3{
    font-size: 1rem;
    color: #9ACD32;
    text-transform: uppercase;
    padding-top: 0;
    margin: 0;
}
}
/*------------------------------------------------------------------
    landing page end
-------------------------------------------------------------------*/



/*------------------------------------------------------------------
    what we do
-------------------------------------------------------------------*/
.what-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 60vh;
    margin: 0;
}
.what-we-do{
    width: 100%;
    background-color: #2e2d2d;
}

.what-we-do h1{
    font-weight: normal;
    font-size: 3rem;
    position: relative;
    margin: 10px 0;
    padding-top: 0.2rem;
    color: #fff;
    text-align: center;
}
.what-we-do span{
    color: #090;
}
.what-we-do h1::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #090;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    animation: animate 4s linear infinite;  
}
@keyframes animate{
    0%{
        width: 100px;
    }
    50%{
        width:200px;
    }
    100%{
        width: 100px;
    }
}

.what-wrapper{
    width: 95%;
    text-align: center;
    padding: 20px 0;
}
.what-inner-content{
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
}
.what-main-content{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}
.what-main-content .box-what{
    position:relative;
    cursor: pointer;
    margin-bottom: 15px;
    box-shadow: 15px 15px 40px rgb(0, 0, 0, .15);
    height: 250px;
    overflow: hidden;
}
.what-main-content .box-what::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    transition: all 0.5s ease-in-out;
}
.what-main-content .box:hover::before{
    top: 0;
    right: calc(100% - 5px);
    z-index: 8;
}
.what-main-content .box-what img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what-main-content .box-what .img-text{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(57, 92, 50, 0.733);
    width: 100%;
    height: 100%;
    top: 0;
    right: 100%;
    transition: al 0.5s ease-in-out;
}
.what-main-content .box-what:hover .img-text{
    top: 0;
    right: 0;
}

/*------------------------------------------------------------------
    what we do
-------------------------------------------------------------------*/






/*------------------------------------------------------------------
 shop
-------------------------------------------------------------------*/
.shop-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40vh;
    margin: 0;
}
.shop-digital{
    width: 100%;
    background-color: rgb(0, 0, 0);
}

.shop-digital h1{
    font-weight: normal;
    font-size: 3rem;
    position: relative;
    margin: 10px 0;
    padding-top: 0.2rem;
    color: #fff;
    text-align: center;
}

.shop-digital span{
    color: #090;
}
.shop-digital h1::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #090;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    animation: animate 4s linear infinite;  
}
@keyframes animate{
    0%{
        width: 100px;
    }
    50%{
        width:200px;
    }
    100%{
        width: 100px;
    }
}

.shop-wrapper{
    width: 95%;
    text-align: center;
    padding: 20px 0;
}

.shop-inner-content{
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffff;
}

.shop-main-content{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-row-gap: 5px;
    grid-column-gap: 5px;
}
.shop-main-content .box-shop{
    position:relative;
    cursor: pointer;
    margin-bottom: 15px;
    box-shadow: 15px 15px 40px rgb(0, 0, 0, .15);
    height: 250px;
    overflow: hidden;
}

.shop-main-content .box-shop:hover::before{
    top: 0;
    right: calc(100% - 5px);
    z-index: 8;
    opacity: 2;
    transform:scale(0.95)
}
.shop-main-content .box-shop img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.shop-main-content .box-shop:hover {
    opacity: 2;
    transform:scale(0.95)}

    .shop-main-content .box-shop .img-text{
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(57, 92, 50, 0.733);
        width: 100%;
        height: 100%;
        top: 0;
        right: 100%;
        transition: al 0.5s ease-in-out;
    }
    .shop-main-content .box-shop:hover .img-text{
        top: 0;
        right: 0;
    } 
    
    .box-shop .img-text h3{
        font-size: 1rem;
        color: rgb(100, 228, 143);
        font-weight: 100;
    }

/*------------------------------------------------------------------
    shop
-------------------------------------------------------------------*/



/*------------------------------------------------------------------
    previuos works
-------------------------------------------------------------------*/
.previuos-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 60vh;
    margin: 0;
}
.previous-works{
    width: 100%;
    background-color: #344f5f;
}

.previous-works h1{
    font-weight: normal;
    font-size: 3rem;
    position: relative;
    margin: 10px 0;
    padding-top: 0.2rem;
    color: #fff;
    text-align: center;
}
.previous-works span{
    color: #090;
}
.previous-works h1::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #090;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    animation: animate 4s linear infinite;  
}
@keyframes animate{
    0%{
        width: 100px;
    }
    50%{
        width:200px;
    }
    100%{
        width: 100px;
    }
}

.previous-wrapper{
    width: 95%;
    text-align: center;
    padding: 20px 0;
}

.previous-inner-content{
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffff;
}

.previous-main-content{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}
.previous-main-content .box-previous{
    position:relative;
    cursor: pointer;
    margin-bottom: 15px;
    box-shadow: 15px 15px 40px rgb(0, 0, 0, .15);
    height: 250px;
    overflow: hidden;
}

.previous-main-content .box-previous:hover::before{
    top: 0;
    right: calc(100% - 5px);
    z-index: 8;
    opacity: 2;
    transform:scale(0.95)
}
.previous-main-content .box-previous img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.previous-main-content .box-previous:hover {
    opacity: 2;
    transform:scale(0.95)}

    .previous-main-content .box-previous .img-text{
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(57, 92, 50, 0.733);
        width: 100%;
        height: 100%;
        top: 0;
        right: 100%;
        transition: al 0.5s ease-in-out;
    }
    .previous-main-content .box-previous:hover .img-text{
        top: 0;
        right: 0;
    }    

/*------------------------------------------------------------------
    previous works
-------------------------------------------------------------------*/







/*------------------------------------------------------------------
    about us
-------------------------------------------------------------------*/

.about{
    background: #344f5f;
    background-position: center;
    background-size: cover;
    background-blend-mode: darken;
    width: 100%;
    min-height: 100vh;
}
.about-us h1{
    font-weight: normal;
    font-size: 4rem;
    position: relative;
    margin: 10px 0;
    margin-bottom: 2rem;
    color: #fff;
    text-align: center;
    justify-content: center;
}
.about-us span{
    color: #090;
}
.about-us h1::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #090;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    animation: animate 4s linear infinite;  
}
@keyframes animate{
    0%{
        width: 100px;
    }
    50%{
        width:200px;
    }
    100%{
        width: 100px;
    }
}
.about-wrapper{
    padding: 0px 30px;
    margin: 30px auto;
}
.about-content{
    width: 60%;
    float: left;
    text-align: left;
    padding: 0px 30px;
}
.about-content h3{
    font-size: 2.1rem;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 100;
    letter-spacing: 1px;
}
.about-content h4{
    margin-top: 0;
    padding-top: 0;
    font-size: 0.9rem;
    color: #090;
    font-style: italic;
    font-weight: 60;
}
.about-content p{
    font-size: 1.2rem;
    color: #999;
}
.image-about{
    width: 40%;
    float: right;
    padding: 0px 30px;
}
.image-about img{
    max-width: 100%;
    height: auto;
}
.about-content .social a i{
    color: #090;
    margin-top: 1rem;
    margin-right: 5px;
    transition: 0.3s ease;
    font-size: 1.4rem;
    margin-bottom: 2rem;

}
.about-content .social a i:hover{
    transform: scale(1.5);
    filter: grayscale(25);
}
@media screen and (max-width: 991px) {
    .about-content{
        width: 100%;
        float: none;
    }
    .about-content .about-social{
        margin-top: 20px;
        text-align: center;
    }
    .image-about{
        width: 100%;
        float: none;
    }
}

/*------------------------------------------------------------------
    about us
-------------------------------------------------------------------*/
.about-t{
    background: #333;
    min-height: 50vh;
}

.row-t{
    display: flex;
    flex-wrap: wrap;
    padding: 2em 1em;
}
.column-t{
    width: 100%;
    padding: 0.5em 0;
}
.row-t h1{
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: 200;
    text-transform: uppercase;
    color: #090;
}
.row-t span{
    color: #fff;
}


.team-contentbx h3{
    font-weight: 500;
    color: #090;
    text-align: center;
}
.team-contentbx p{
    font-weight: 300;
    color: #999;
    text-transform: uppercase;
    margin: 0.5em 0 2em 0;
    letter-spacing: 1px;
    text-align: center;
}

/*------------------------------------------------------------------
    team
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    thank
-------------------------------------------------------------------*/
.thank{
    background-color: #2e2d2d;
}
.thank h1{
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
}
.thank h2{
    letter-spacing: 1px;
    text-align: center;
    color: #090;
}

/*------------------------------------------------------------------
    thank
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    website
-------------------------------------------------------------------*/
.web-container-logo{
    align-items: center;
    justify-content: center;
}
@keyframes scroll{
    0%{
        transform:translateX(0);
    }
    100%{
        transform: translateX(calc(-250px * 7));
    }
}
.content1{
    width: 50rem;
    justify-content: left;
    justify-items: left;
}
.underline{
    border: 3px solid #9ACD32;
    padding: 1rem;
    border-radius: 5px;
}

.content1 h3{
    padding-top: 0.7rem;
    color: #9ACD32;
}
.slider-web{
    min-height: 18vh;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}
.slide-web img{
    height: 150px;
    width: auto;
}
@media screen and (max-width: 991px) {
    .slide-web img{
        height: 60px;
        width: auto;
    }
    @keyframes scroll{
        0%{
            transform:translateX(0);
        }
        100%{
            transform: translateX(calc(-100px * 7));
        }
    }
    .slider-web{
        min-height: 10vh;
        margin: auto;
        overflow: hidden;
        position: relative;
        width: auto;
    }
}

.slide-track{
    animation: scroll 20s linear infinite;
    display: flex;
    width: calc(250px * 7);
}
.slide-web{
    height: auto;
    width: auto;
}


/*------------------------------------------------------------------
    website
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
 previous works wed
-------------------------------------------------------------------*/
.shop-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40vh;
    margin: 0;
}
.previous-works-web{
    width: 100%;
    background-color: #2e2d2d;
}

.previous-works-web h1{
    font-weight: normal;
    font-size: 3rem;
    position: relative;
    margin: 10px 0;
    padding-top: 0.2rem;
    color: #fff;
    text-align: center;
}

.previous-works-web span{
    color: #090;
}
.previous-works-web h1::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #090;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    animation: animate 4s linear infinite;  
}
@keyframes animate{
    0%{
        width: 100px;
    }
    50%{
        width:200px;
    }
    100%{
        width: 100px;
    }
}

.shop-wrapper{
    width: 95%;
    text-align: center;
    padding: 20px 0;
}

.shop-inner-content{
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffff;
}

.shop-main-content{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-row-gap: 5px;
    grid-column-gap: 5px;
}
.shop-main-content .box-web{
    position:relative;
    cursor: pointer;
    margin-bottom: 15px;
    box-shadow: 15px 15px 40px rgb(0, 0, 0, .15);
    height: 450px;
    overflow: hidden;
}

.shop-main-content .box-web:hover::before{
    top: 0;
    right: calc(100% - 5px);
    z-index: 8;
    opacity: 2;
    transform:scale(0.95)
}
.shop-main-content .box-web img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.shop-main-content .box-web:hover {
    opacity: 2;
    transform:scale(0.95)}

    .shop-main-content .box-web .img-text{
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(57, 92, 50, 0.733);
        width: 100%;
        height: 100%;
        top: 0;
        right: 100%;
        transition: al 0.5s ease-in-out;
    }
    .shop-main-content .box-web:hover .img-text{
        top: 0;
        right: 0;
    } 
    
    .box-web .img-text h3{
        font-size: 1rem;
        color: rgb(100, 228, 143);
        font-weight: 100;
    }

/*------------------------------------------------------------------
    previous works wed
-------------------------------------------------------------------*/