/* DEFAULT */
html, body {
    overflow-x: hidden;
}

.service-item.uwu-product {
    position: relative;
    overflow: hidden;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
    border-radius: 20px;
}

.service-item.uwu-product:hover {
    box-shadow: unset;
}

.service-item.uwu-product::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    bottom: -50px;
    left: 0;
    background: var(--light);
    border-radius: 100% 100% 0 0;
    box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.12);
    transition: .5s;
}

.service-item.uwu-product:hover::after {
    bottom: -25px;
}

.service-item.uwu-product p {
    transition: .3s;
}
.service-item.uwu-product img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 350px;
}
/*  - */

/* Custom */

.img-fit {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 300px;
}
.img-fit-1 {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 250px;
}

.row >  .col-lg-4.col-md-6 {
    padding: calc(var(--bs-gutter-x) / 2);
    margin-top: 0;
}

.footer i {
    color: #ff0122 !important;
}
.footer span {
    margin-top: 4px;
}
.footer a {
    color: #6b6a75;
    transition: color ease-in-out .3s;
}
.footer a:hover {
    color: #ff0122;
} 

/* - */

/* GPT */

.gallery-img{
    cursor:pointer;
    transition:0.3s;
}

.gallery-img img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 350px;
}

.gallery-img:hover{
    transform:scale(1.05);
}

/* - */

/* Mobile */

 @media screen and (min-width: 0px) and (max-width: 319px) {
    .service-item.uwu-product {
    height: 250px;
    }
    .row >  .col-lg-4.col-md-6 {
        padding-bottom: 0;
    }
    .i-fb {
    right: 7px;
    }
    .i-wa {
    right: 7px;
    }
    .i-ig {
    right: 7px;
    }
    .back-to-top {
        right: 15px;
    }
 }   
 @media screen and (min-width: 320px) and (max-width: 480px) {
    .service-item.uwu-product {
    height: 250px; 
    }
    .row >  .col-lg-4.col-md-6 {
        padding-bottom: 0;
    }
    .i-fb {
    right: 7px;
    }
    .i-wa {
    right: 7px;
    }
    .i-ig {
    right: 7px;
    }
    .back-to-top {
        right: 15px;
    }
 }  
 @media screen and (min-width: 481px) and (max-width: 768px) {
    .i-fb {
    right: 7px;
    }
    .i-wa {
    right: 7px;
    }
    .i-ig {
    right: 7px;
    }
    .back-to-top {
        right: 15px;
    }
 }  
 @media screen and (min-width: 769px) and (max-width: 1024px) {
    
 }  
 @media screen and (min-width: 1025px) and (max-width: 1200px) {
    
 }
 @media screen and (min-width: 1201px) and (max-width: 2400px) {
    
 }

/* - */