@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    z-index:20;
    align-items: center;
    justify-content: space-around;
    
    background: transparent;
    padding: 0;

    background-image: url("../assets/images/background.png");
    margin: 0px;
    background-position: center;
    background-size: cover;
}
.footer ul
{
    padding-left: 10px;
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.footer ul li
{
    list-style: none;
    width: 70px;
    height: 50px;
}
.footer ul li a
{
    color: #f2f2f2;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
.footer ul li a .icon
{
    color: #1e1e1e;
    position:absolute;
    top: -20%;
    display: block;
    font-size: 1.5em;
    text-align: center;
}
.footer ul li a .text
{
    font-variant:small-caps; 
    top: 35px;
    position: absolute;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 0.70em;
    letter-spacing: 0.05em;
}
.main-panel {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:20;
    background-color: rgba(0, 0, 0, 0.532);
}
.goto-btn
{
    background: #fbd312;
    position: absolute;
    left: calc(50% - 50px);
    bottom: 110px;
    z-index:20;
    font-size: 0.75em;
    text-align: center;
    font-weight: bold;
}
.gotomeet-btn
{
    background: #fbd312;
    position: absolute;
    left: 20px;
    bottom: 215px;
    z-index:20;
    font-size: 0.75em;
    text-align: center;
    font-weight: bold;
}
.gohome-btn
{
    background: #fbd312;
    position: absolute;
    right: 20px;
    bottom: 115px;
    z-index:20;
    font-size: 0.75em;
    text-align: center;
    font-weight: bold;
}
.btn-circle.btn-xl {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
}
.responsive {
    width: 100px;
}