.nav-logo .custom-logo{
    width: 350px !important;
}

.custom-logo-link{
    display: block;
    overflow: hidden;
}

.ry-header-desktop, .ry-header-mobile{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.ry-header-desktop .ry-menu{
    justify-content: space-between;
}

.ry-header-desktop .ry-menu li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.ry-header-desktop .ry-menu li a:hover{
    color: rgb(255 255 255 / 50%);
}

@media(min-width:1025px){
    .ry-header-mobile{
        display: none;
    }
}

@media(max-width:1024px){
    .ry-header-desktop{
        display:none;
    }
}

/*

.ry-header-desktop:hover{
    background: rgb(128 90 25 / 80%);
    transition: all .5s ease;
}

*/

.ry-header-desktop{
    background-image: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
}



.material-symbols-outlined {
    vertical-align:  bottom;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.dropdown-menu li a{
    color: var(--bs-dark) !important;
}

.dropdown-menu li .active{
    color: var(--bs-light) !important;
}


.ry-header-mobile button{
    float: right;
    background: none;
    border: none;
    font-size: 2rem;
    color: #fff;
    padding: 0 !important;
}

.ry-header-mobile button:focus, .ry-header-mobile button:active, .ry-header-mobile button:focus-visible {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.ry-header-mobile button:hover{
    background: none;
    border: none;
    color: rgb( 255 255 255 / 90%);
    transform: scale(.95);
    transition: all .3s ease;
}

.ry-close-menu-button{
    margin: 0 !important;
    padding: 0 !important;
    width: unset !important;
    height: unset !important;
    font-size: 2rem;
}

.ry-header-mobile .offcanvas-header{
    padding: 2rem !important;
}

.ry-header-mobile .custom-logo{
    float: left;
}

.header-static{
    position: static !important;
    background: var(--bs-dark);
}


.glink{
    padding: 0 .25rem;
    padding-top: .5rem;
}



.developer-link{
    color: #fff;
}

.developer-link:hover{
    color: var(--bs-primary);
}

.footer-contact-details div{
    padding: 8px 0;
}

.footer-contact-details i{
    font-size: 1rem;
    color: var(--bs-primary);
}

.footer-social-media{
    display: inline-block;
    overflow: hidden;
    width: auto;
    float: right;
}

@media(max-width:767px){
    .footer-social-media{
        float: left;
    }
}

.footer-social-media li{
    float: left;
    width: auto;
    margin-right: .65rem;
    font-size: 1.25rem;
}

.footer-social-media li a{
    color: #fff;
}

.footer-social-media li a:hover{
    opacity: .8;
}

.footer-social-media li:last-child{
    margin-right: 0;
}

@media(max-width:767px){
    .bottom-footer{
        flex-direction: column-reverse;
    }
}