.navigation-bar{
    background-color: rgb(255, 255, 255);
    position: sticky;
    top: 0;
    left: 0;    
    width: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;    
    z-index: 5;
    transition: 0.8s linear;
    box-shadow: rgba(0, 0, 0, 0.144) 0 0 20px;
}
.slid-up-nav{
    top: -100%;
}

.navigation-wrapper{  
    position: relative;  
    display: flex;
    justify-content: space-between;    
    width: 100%;
    align-items: center;
    
}


/* Desktop nav bar */
.pc-nav{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.pc-nav-row-1{
    padding: 2px 0;
    background-color: var(--pri-color1);
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.pc-nav-row-1 .social-icon-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;  
    width: 95%;  
          
}
.social-icons{
    display: flex;
    gap: 20px;
}
.navigation-bar .social-icon-wrapper img{   
    width: 25px;
    height: 25px;   
}
.hidden-contact-email{
    color: white;
    font-weight: 400;
    font-size: 1rem;
    font-family: var(--font9);
}
.hidden-contact-email i{
    font-weight: bold;
}

.referral-btn-link{
    background-color: var(--pri-color3);
    padding: 12px 20px;
    color: white;    
    font-weight: 300; 
    font-size: 1rem;  
}



.pc-nav-row-2{   
    position: relative;
    padding:30px 0 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    max-width: 1600px;
    width: 95% !important;
}




/* Logo */
.logo{
    width: 240px;    
}



/* Mobile nav bar */
.mobile-nav{
    display: none;
    
}
.mobile-nav-row-1{
    width: 100%;
    background-color: var(--pri-color1);
    padding: 10px 0;
}
.mobile-nav-row-1 .social-icon-wrapper{
    display: flex;
    justify-content: space-between; 
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}


.mobile-nav-row-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    padding: 20px 0;
}




.nav-links{    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;   
         
}
.nav-links a{
    font-size: 1rem;
    color: rgb(0, 0, 0);
    font-weight: 400;
    display: flex;
    align-items: center;
}

.nav-links i{
    color: rgb(68, 68, 68);
    font-size: 20px;
    display: flex;
}


.dropdown-menu{
    position: relative;
}
.dropdown-links{
    display: none;
    position: absolute;
    padding: 20px 0; 
    width: 450px;    
}
.links{
    padding: 0 0;
    background-color: rgb(255, 246, 246);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.76) -3px;
}

.links a{
    display: flex;
    padding: 20px;    
    font-size: 1rem;  
    background-color: rgb(255, 255, 255);
    color: rgb(73, 73, 73); 
    border-bottom: 1px solid rgba(32, 32, 32, 0.13);
    font-weight: 400;
    text-transform: capitalize;
    
}
.active_link{   
    position: relative;
    background-color: var(--pri-color3) !important; 
    padding: 7px;    
    color: white !important;
}
.active_link i{
    color: white;
}
.active_link::after{
    position: absolute;
    content: "";
    border-bottom: 1px solid var(--pri-color4);
    bottom: -10px;
    left: 0px;
    width: 30px;
    border-radius: 10px;
}
.dropdown-links a:hover{
    background-color: var(--pri-color1);
    color:rgb(255, 255, 255);
}

.dropdown-menu:hover > .dropdown-links{
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

.tel-number-btn{   
    background-color:var(--pri-color3) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    padding: 12px 10px;
    width: 180px;   
    font-size: 15px !important;
    font-weight: 300;
    text-align: center;
    transition: 0.2s ease-in-out;
}
.tel-number-btn:hover{
    background-color: var(--pri-color1) !important;
}
.tel-number-btn i{
    font-weight: 800;
    color: white !important;
}

.facebook-color{
    color: lightblue;
}
.instagram-color{
    color: orangered !important;
}



/* Laptops */
@media screen and (max-width:1200px){

    /* pc nav bar set to display to none */
    .pc-nav{
        display: none;
    }

    

    /* Mobile nav bar */
    .mobile-nav{        
        width: 100% !important;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        
    }
    
    .mobile-nav img{
        width: 260px;
    }
    .mobile-nav i{
        font-size: 26px;
        color: var(--color-theme2);
        font-weight: 800;
    }
    .mobile-nav-links-header{
        display: flex;
        align-items: center;
        justify-content: center;
         
        color: white;
        padding: 30px 0;       
    }
    .mobile-nav-links-header h2{
        color: rgb(245, 240, 240);
        font-size: 30px;
        font-weight: 700;
    }
    .mobile-nav-links-wrapper{
        position: fixed;
        left: -100%;
        top: 0;
        height: 100%;
        width: 80%;
        z-index: 10;
        background-image: url(../backgrounds/bg3-mobile.png);
        background-color:rgb(219, 228, 245);
        background-size: cover;
        background-position: center;
        box-shadow: 0 5px 50px rgba(0, 0, 0, 0.205);
        transition: 0.5s ease-in-out;
        overflow: scroll;
    }
    .mobile-nav-links-wrapper::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;            
        z-index: 1;       
    }
    .open_menu{
        left: 0;
    }
    .mobile-nav-links{
        position: relative;
        z-index: 12;
        padding: 25px;
    }
    .mobile-nav-links-body{
        display: flex;
        flex-direction: column;
        gap: 15px;
        height: 100%;
    }
    .mobile-nav-links-body a{
        color: rgb(255, 255, 255);
        border-bottom: 1px solid rgba(168, 168, 168, 0.089);
        padding: 5px 0;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.1rem;
    }
    .mobile-nav-links-body .social-icon-wrapper{
        padding-top: 30px;
    }
    

}



/* Tablets */
@media screen and (max-width:800px){

    

    


}


/* large mobile */
@media screen and (max-width:600px){
    /* logo */
    .logo{
        width: 200px !important;
    }
}


/* small size mobile */
@media screen and (max-width:330px){

}