:root {
    --rnvr-yellow: #D19602;
    --rnvr-blue: #022257;
}
.mobile-only {
    display: none;
}
@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }
}
.mobile-only-flex {
    display: none;
}
@media (max-width: 768px) {
    .mobile-only-flex {
        visibility: visible;
        display: flex;
    }
}
.desktop-only{
    display: block;
    visibility: visible;
}
@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
}
.desktop-only-flex{
    display: flex;
    visibility: visible;
}
@media (max-width: 768px) {
    .desktop-only-flex {
        display: none;
    }
}
.text-rnvr-yellow{
    color: var(--rnvr-yellow);
}
.text-rnvr-blue{
    color: var(--rnvr-blue);
}
.bg-rnvr-black{
    background-color: var(--rnvr-blue);
}
.bg-rnvr-yellow{
    background-color: var(--rnvr-yellow);
}
#logo-home{
    width: 350px; 
    height: 350px;
    background-color: rgba(255, 255, 255, 0.5);
    /* background-color: rgba(110, 110, 110, 0.3); */
    border-radius: 50%;
    padding: 1rem;
}
@media (max-width: 992px) {
    #logo-home{
    width:  350px; 
    height: 350px;
    }
}
@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-container{
    padding: 20px 0 1rem;
}

@media (max-width: 768px) {
    #banner-title-container{
        padding: 1rem 0 1rem;
    }
}

#banner-title h1, #privacy-title{
    font-size: 5rem;
}
#slogan-text{
    font-size: 2rem;
    font-weight: 400;
    display: block;
    line-height: 1.2;
    background-color: rgba(2, 38, 87, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto;
}
@media (max-width: 1440px) {
    #home-banner{
        top: 50%;   
    }
    #banner-title h1{
        padding: 1.2rem 0;
        font-size: 2.5rem;
    }
    #banner-title-container{
        padding:1.5rem 0;
    }
    #logo-home{
        width:  200px; 
        height: 200px;
    }  
}
@media (max-width: 768px) {
    #home-banner{
        top: 35%;  
        transform: translate(-50%, 0);
    }
    #banner-title h1{
        font-size: 2rem;
        width: min-content;
        padding: 0 0.5rem 1rem ;
    }
    #slogan-text{
        font-size: 1.3rem;
        font-weight: 400;
    }
}

#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;
}

.blue-on-hover:hover{
    color: var(--rnvr-blue);
}

@media (max-width: 1440px) {
    #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: 1440px) and (min-width: 768px) {
    .section-title, .category-title{
        font-size: 4rem;
    }
    .category-name{
        font-size: 4rem;
    }
    .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: 1440px) {
    .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: 2.5rem;
}
.home-category-box:hover .category-title{
    transition: all 0.3s ease-in-out;
    font-size: 3rem;
}
@media (max-width: 1440px) {
    .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: 1.5rem;
    }
    .home-category-box:hover .category-title{
        font-size: 1.5rem;
    }   
}
@media (max-width: 768px) {
    .home-category-box .category-title{
        font-size: 1.2rem;
    }  
    .home-category-box:hover .category-title{
        font-size: 1.2rem;
    }
}
.icon-container{
    width:  50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    i {
        vertical-align: middle;
        color: var(--rnvr-yellow);
        line-height: 50px;
    }
}

.bg-image-categories{
    height: 600px;
    padding: 0;
    background-color: var(--rnvr-blue);
}
.image-categories{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .bg-image-categories{
        background-size: contain;
        height: auto;
        width: 100%;
    }
}
.staff-name{
	font-family: 'Montserrat', sans-serif;
}
.staff-block{
	text-align:left;
}
@media (max-width: 768px) {
	.staff-block{
		text-align:center;
	}
}


.home-link{
    font-size: 16px;
    border-radius: 10px;
    padding: 0.5rem;
    backdrop-filter: blur(5px);
    background-color: var(--rnvr-blue);
    width: 250px;
}
.home-link a{
    color: var(--rnvr-yellow);
    text-decoration: none;
}
.home-link a:hover{
    color: var(--rnvr-yellow);
    text-decoration: none;
}

#pop-up{
    background-color: rgba(0, 0, 0, 0.5);
}

.pop-up-content{
    padding: 30px 3rem;
    max-width: 500px;
}
.pop-up-content-container{
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}
@media (max-width: 1320px) {
    .pop-up-content {
        padding: 10px 1rem;
        max-width: 300px;
    }
}
@media (max-width: 768px) {
    .pop-up-content-container{
        top: 1rem; 
        transform: translate(-50%, 0%);
    }

}

#banner-title-links{
    max-width: 1000px;
}

h2.privacy-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 18px;
}
h3.privacy-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 18px;
}

@media (max-width: 992px) {
    h2.privacy-title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    h3.privacy-title {
        font-size: 1.3rem;
    }
}

footer, .section-title-container {
    background-color: #001434;
}
