.mobile-only {
    display: none;
}
@media (max-width: 1024px) {
    .mobile-only {
        display: block;
    }
}
.mobile-only-flex {
    display: none;
}
@media (max-width: 1024px) {
    .mobile-only-flex {
        visibility: visible;
        display: flex;
    }
}
.desktop-only{
    display: block;
    visibility: visible;
}
@media (max-width: 1024px) {
    .desktop-only {
        display: none;
    }
}
.desktop-only-flex{
    display: flex;
    visibility: visible;
}
@media (max-width: 1024px) {
    .desktop-only-flex {
        display: none;
    }
}
.text-rnvr-orange{
    color: #E8900A;
}
.text-rnvr-black{
    color: #141414;
}
.bg-rnvr-black{
    background-color: #141414;
}
.bg-rnvr-orange{
    background-color: #E8900A;
}
#logo-home{
    width: 350px; 
    height: 350px;
}
@media (max-width: 1400px) {
    #logo-home{
        width:  200px; 
        height: 200px;
    }
}
@media (max-width: 768px) {
    #logo-home{
    width:  200px; 
    height: 200px;
    }
}
#home-banner{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 1000;
   display: flex;
   width: 100%;
}
#banner-title h1{
    padding: 3rem 0;
    font-size: 5rem;
}
#slogan-text{
    font-size: 4rem;
    font-weight: 300;
}
@media (max-width: 1400px) {
    #home-banner{
        top: 45%;   
    }
    #banner-title h1{
        padding: 1.2rem 0;
        font-size: 2.5rem;
    }
    #slogan-text{
        font-size: 3rem;
    }
}
@media (max-width: 768px) {
    #home-banner{
        top: 40%;   
    }
    #banner-title h1{
        font-size: 2rem;
        width: min-content;
        padding: 2rem 0.5rem;
    }
    #slogan-text{
        font-size: 1.5rem;
        font-weight: 400;
    }
}
/* #slogan-container{
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    z-index: 900;
    display: flex;
    justify-content: center;
} */

@media (max-width: 1400px) {
    
}
#wa-label {
    background-color: #25D366;
    bottom: 3%;
    right: 0%;
    z-index: 1100;
    border-radius: 20px 0px 0px 20px;
}
#wa-label:hover img{
    width: 60px !important;
    height: 60px !important;
    transition: all 0.3s ease-in-out;
}

#wa-label img{
    width: 50px;
    height: 50px;
}

.black-on-hover:hover{
    color: #000000;
}

@media (max-width: 1400px) {
    #wa-label {
        bottom: 2%;
    }
    #wa-label img{
        width: 35px;
        height: 35px;
    }
}

.title-container:hover{
    color: #000000;
}
.title-container:hover .big-number {
    font-size: 7rem;
    transition: all 0.3s ease-in-out;
}
.big-number, .slash{
    font-size: 4rem;
    font-weight: 900;
    line-height: 0.7;
}
.section-title{
    font-size: 5rem;
}
.category-name{
    font-size: 8rem;
    line-height: 1;
}
.category-title{
    font-size: 1rem;
    line-height: 1;
}
@media (max-width: 1400px) and (min-width: 768px) {
    .section-title, .category-title{
        font-size: 4rem;
    }
    .category-name{
        font-size: 5rem;
    }
    .big-number, .slash{
        font-size: 12rem;
    }
}
@media (max-width: 768px) {
    .section-title{
        font-size: 3rem;
    }
     .category-title{
        font-size: 2rem;
    }
    .big-number, .slash{
        font-size: 7rem ;
    }
    .category-name{
        font-size: 3rem;
    }
}
.hover-option3 .grid-item figure {bottom:50px !important;}

@media (max-width: 1400px) {
    .hover-option3 .grid-item figure {bottom:10px !important;}
    .hover-option3 .grid-item figure figcaption{ padding: 0 30px !important;}
}

.home-category-box .big-number, .home-category-box .slash{
    font-size: 5rem;
}
.home-category-box .title-container:hover .big-number{
    font-size: 6rem;
}
.home-category-box .category-title{
    font-size: 3rem;
}
.home-category-box:hover .category-title{
    transition: all 0.3s ease-in-out;
    font-size: 3.5rem;
}
@media (max-width: 1400px) {
    .home-category-box{
        width: 300px;
    }
    .home-category-box .big-number, .home-category-box .slash{
        font-size: 4rem;
    }
    .home-category-box .title-container:hover .big-number{
        font-size: 4rem;
    }
    .home-category-box .category-title{
       font-size: 2rem;
    }
    .home-category-box:hover .category-title{
        font-size: 2.5rem;
    }   
}
@media (max-width: 768px) {
    .home-category-box .category-title{
        font-size: 2.5rem;
    }  
    .home-category-box:hover .category-title{
        font-size: 2.5rem;
    }

}
.icon-container{
    width:  50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    i {
        vertical-align: middle;
        color: #E8900A;
        line-height: 50px;
    }
}

.bg-image-categories{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}
@media (max-width: 768px) {
    .bg-image-categories{
    background-size: cover;
        height: 250px;
    }
}
.staff-name{
	font-family: 'Montserrat', sans-serif;
}
.staff-block{
	text-align:left;
}
@media (max-width: 768px) {
	.staff-block{
		text-align:center;
	}
}