/* start navbar */
.in_nav.second_bg {
    padding: 1rem;
}

.sidebar {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
}

.sidebar .link {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar .link:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    display: none;
    position: absolute;
    top: 23px;
    right: 33%;
    font-size: 36px;
    text-decoration: none;
    color: #fff;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: transparent;
    color: var(--third--color);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #818181;
    padding: 10px;
    border-radius: 50%;
}

.openbtn:hover {
    cursor: pointer;
}

.in_nav .sidebar .link a {
    font-size: 18px;
}

.in_nav .sidebar .link a:hover {
    color: var(--third--color);
    background-color: var(--second--color);
}

/* .my_main{

  } */

#main {
    transition: margin-left .5s;
}

/*start scroll top*/
#scroll-top {
    position: fixed;
    z-index: 1090;
    display: none;
    cursor: pointer;
    right: 25px;
    bottom: 25px;
    background: var(--main--color);
    color: #FFF;
    text-align: center;
    width: 80px;
    height: 80px;
    padding-bottom: 7px;
    border-radius: 50%;
    font-size: 45px;
}

#scroll-top:hover {
    background: #000;
    -weebkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#whats {
    position: fixed;
    z-index: 1090;
    display: none;
    cursor: pointer;
    right: 25px;
    bottom: 120px;
    background: #45c556;
    color: #FFF;
    text-align: center;
    width: 80px;
    height: 80px;
    padding-bottom: 3px;
    border-radius: 50%;
    font-size: 45px;
}

#whats:hover {
    background: #000;
    -weebkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
