@font-face {
    font-family: Nunito-Bold;
    src: url(../fonts/Nunito/static/Nunito-Bold.ttf);
}

@font-face {
    font-family: Nunito-SemiBold;
    src: url(../fonts/Nunito/static/Nunito-SemiBold.ttf);
}

/* Font and size variables */
:root {
    --font-base: 'Nunito-SemiBold', 'Nunito', sans-serif;
    --font-bold: 'Nunito-Bold', 'Nunito', sans-serif;
    --font-medium: 'Nunito-SemiBold', 'Nunito', sans-serif;

    /* Font sizes - base/desktop */
    --fs-xs: 0.75rem;
    --fs-sm: 0.875rem;
    --fs-base: 1rem;
    --fs-md: 1.125rem;
    --fs-lg: 1.25rem;
    --fs-xl: 1.5rem;
}

body {
    margin: 0;
    padding: 0;
    padding-top: 50px;
}

a {
    text-decoration: none;
}

.active {
    display: flex !important;
}

.navbar-cover {
    overflow: hidden;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgb(202, 202, 202);
    height: fit-content;
    margin: 0;
    position: sticky;
    z-index: 101;
    top: 0;
    background-color: white;
}

.navbar {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 5px;

}

.logo-box {
    margin: 0;
    border-radius: 50%;
}

.logo-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.nav-links {
    height: 100%;
    width: fit-content;
    padding: 2px 10px;
    display: flex;
    border-radius: 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    gap: 15px;

}

.nav-links .fa {
    background-color: rgba(142, 142, 142, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin: 5px;
    font-size: var(--fs-sm);
    color: rgb(74, 74, 74);
}

.nav-links a {
    text-decoration: none;
    height: fit-content;
    font-family: var(--font-bold);
    font-size: var(--fs-md);
    cursor: pointer;
    margin: 0 10px;
    display: flex;
    align-items: center;
    transition-duration: 0.2s;
    border-radius: 50%;
    border: none;
}

.nav-links .fa:hover {
    background-color: rgba(52, 52, 52, 0.08);
}


.sidebarcover,
.hostcover {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.15);

}



.hostcover {
    inset: 0;
    justify-content: center;
    align-items: center;
}

.sidebar {
    height: 100%;
    width: 250px;
    display: flex;
    flex-direction: column;
    background-color: white;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    right: 0;
  
}


.sidebarlink {
    text-align: start;
    padding: 12px 16px !important;
    text-decoration: none;
    font-family: var(--font-medium);
    font-size: var(--fs-sm);
    width: 100%;
}

.sidebarlink:hover {
    background-color: rgba(128, 128, 128, 0.1);
    color: rgb(0, 102, 255);
}

.close-Sidebar,
.closesearchbox,
.closehost {
    font-family: var(--font-bold);
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    color: rgba(104, 104, 104, 0.744);
    font-size: var(--fs-sm);
}

.closehost {
    border: none;
    width: 28px;
    height: 28px;
    font-size: var(--fs-sm);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 101;
}

.close-Sidebar {
    margin: 10px;
}



.close-Sidebar:hover, .closehost:hover, .closesearchbox:hover{
    background-color: rgb(235, 235, 235);
}

.hostIcon , .sideHostIcon {


    padding: 0 10px !important;
    border-radius: 50px;
    color: rgb(255, 255, 255);
   background-color: rgb(0, 128, 255);
    font-size: var(--fs-md);
    font-weight: 600;
    cursor: pointer;
    border: none;
}
.sideHostIcon{
    text-align: center;
    margin: 5px 10px;
    color: white;
}


.hostbox {
    height: fit-content;
    width: fit-content;
    padding: 30px 5px 5px 5px;
    border-radius: 15px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid rgb(224, 224, 224);
    position: relative;
}

.hostchoicesbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
}

.hostchoices {
    margin: 5px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    border-radius: 10px;
    width: 200px;
    height: 200px;
    color: rgb(0, 0, 0);
    font-size: var(--fs-md);
    background-color: rgba(121, 188, 255, 0.2);
    transition-duration: 0.2s;
    overflow: hidden;
  
}

.hostchoices span {
    font-family: var(--font-medium);
    color: rgb(0, 0, 0);
    font-size: var(--fs-md);
}

.hostchoices:hover {
    background-color: rgba(116, 186, 255, 0.3);
    transform: scale(1.05);
}

.hostchoices:active {
    transform: scale(1);
}

