.topbar-inner{
    display: flex;
    justify-content: start;
    background-color: #121212;
    padding-right: 60px;
    gap: 40px;
}

.topbar-left{
    display: flex;
    width: 80%;
}

.topbar-socials{
    background-color: #000;
    padding: 10px;
    min-width: 20%;
    text-align: center;
    width: 20%;
}

.topbar-socials a {
    color: #fff;
    font-size: 14px;
    margin-left: 16px;
        margin-right: 8px;

}

.topbar-info {
    padding: 10px 10px 10px 40px;
    color: #d5d5d5;
    width: 80%;
}

.topbar-info ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    
}
.topbar-info ul li {
    display: flex;
    align-items: center;
}

.topbar-icon i{
    font-size: 14px;
     color: #d5d5d5;
}

.topbar-text {
    margin-left: 5px;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    color: #d5d5d5;
}

.topbar-text a {
    margin-left: 5px;
    font-size: 13px;
    text-decoration: none;
    color: #d5d5d5;
}

.topbar-text a:hover {
    color: #fff;
    
}

.topbar-info ul li + li {
    margin-left: 35px;
}

.topbar-info ul li {
    display: flex;
    align-items: center;
}

.marquee-box {
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-inner {
    display: inline-flex;
    width: max-content;
    animation: topbarMarquee 15s linear infinite;
}

.marquee-inner span {
    padding-right: 0;
    font-size: 15px;
    color: #fffdfd;
    font-weight: 600;
}

.topbar-right {
    padding: 10px 0px;
}

.topbar-right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.topbar-right li {
    display: inline-block;
    color: #d5d5d5;
    font-size: 13px;
    margin-left: 25px;
}

.topbar-right li a {
    text-decoration: none;
    color: #d5d5d5;
    transition: all 500ms ease;
}

.topbar-right li a:hover{
    color: #fff;
}


.top-main-menu {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    margin-top: 0px;
}




.show-logo{
    height: 100%;
        width: 60px;
        display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;

}

.show-logo span {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.8px;
    font-weight: 900;
}

.newClass .top-main-menu .navbar .nav-link {
    color: #000 !important;
}


.newClass .hide-logo {
    display: block;
     height: 100%;
        width: 60px;
        display: flex;
    align-items: center;
    gap: 8px;
    color: #000 !important;
}


.hide-logo span {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.8px;
    font-weight: 900;
}

.top-main-menu .navbar .active .nav-link {
    color: #fff !important;
}

.top-main-menu .navbar .nav-link {
    font-size: 16px;
    font-weight: 500;
    padding-right: 17px;
    padding-left: 17px;
    color: #fff;
font-family: 'Quicksand', sans-serif;
    transition: all 0.5s;
}

.search-box {
    margin-right: 20px;
}

a.search-toggler {
    display: block;
    text-align: center;
}

.main-menu-right-button .btn-primary {
    margin-right: 20px;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 900;
}
.btn-primary {
    padding: 13px 40px;
    background-color: #fff;
    border: 0;
    color: blue;
    border-radius: 0;
    font-size: 14px;
    font-weight: 800;
    transition: all 500ms ease;
}
@media (max-width: 768px) {
  .show-logo,
  .hide-logo{
    width: 60px !important; 
    height: 100% !important;
    display: flex;
        align-items: center;
        gap: 10px;
  }
  .hide-logo {
      display: flex !important;
  }
  .top-main-menu {
      margin-top: 0;
  }


}

    
    
    
    
    
    
    
    
    
    