::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
background:#d6de23;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

body.index .animated {
    display: none;
}

body.index .scene1-typed {
    display: none;
} 

.links a {
    margin-left: 66px;
    margin-right: 66px;
}

    .links a:hover {
        text-decoration: none !important;
    }

    h2.footer {
        font-size: 19px !important;
        font-weight: 400;
        color: white;
        z-index: 104;
        font-family: 'Dosis', sans-serif;
    }

    h2.footer:hover {
        text-decoration: none !important;
        color: #CEDC00;
    }


footer {
    background-color: #000;
    width: 100vw;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.divSocialIcons {
    font-size: 50px;
    bottom: -35vh;
    margin-top: 10px !important;
}

div.footer {
    font-family: 'Dosis', sans-serif;
    color: #fff;
    font-size: 1.6em;
    font-weight: 400;
    text-align: left;
}

    div.footer a {
        color: #D6DE23 !important;
    }

        div.footer a:hover {
            color: #fff !important;
            text-decoration: none !important;
        }

    .divSocialIcons a {
        color: #fff;
    }

        .divSocialIcons a:hover {
            text-decoration: none;
            color: #CEDC00;
        }

div.join-us {
    font-size: 18px;
    line-height: 25px;
    width: 566px;
}

.logo-footer {
    width: 220px;
}

.mb-links {
    margin-bottom: 6rem;
}

.footer-div {
    bottom: -24.5%;
    right: 6%;
}

.address {
    bottom: -20vh;
}

.follow-us {
    bottom: -28vh;
}

h1.footer {
    font-size: 9vh;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
}

h2.address a {
    color: #CEDC00;
}

    h2.address a:hover {
        text-decoration: none !important;
        color: #fff !important;
    }

h2.title {
    font-weight: 400;
    color: white;
    z-index: 104;
    font-family: 'Dosis', sans-serif;
    font-size: 25px !important;
    line-height: 30px !important;
}

h2.address {
    text-align: left;
    font-size: 1.4em;
    font-weight: 400;
    color: white;
}

.footer-opp {
    top: 96%;
}

.lld-button {
    display: flex !important;
    align-items: center !important;
    justify-content: start;
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    text-transform: uppercase;
    width: 260px;
    font-size: 20px;
    padding-left: 30px;
    z-index: 9999 !important;
    height: 55px;
    box-shadow: inset 0 0 20px rgba(206, 220, 0, 0);
    outline-color: rgba(206, 220, 0, 0.9);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

    .lld-button:hover {
        outline: 1px solid;
        color: #CEDC00 !important;
        box-shadow: inset 0 0 5px rgba(206, 220, 0, .5), 0 0 20px rgba(206, 220, 0, .6);
        outline-color: rgba(206, 220, 0, 0);
        outline-offset: 15px;
        text-shadow: 1px 1px 2px #427388;
    }

.arrow-right {
    position: relative !important;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #d6de23;
    right: -87%;
}

a {
    text-decoration: none !important;   
}

.mt-cst-5 {
    margin-top: 0px !important;
}

@media(max-width:1600px) {
    .links a {
        margin-left: 49px;
        margin-right: 49px;
    }

    h2.address {
        font-size: 1.4em;
    }

    .divSocialIcons {
        font-size: 40px;
    }

    h2.title {
        font-size: 22px;
    }

    .logo-footer {
        width: 210px;
    }

    .mb-links {
        margin-bottom: 2rem;
    }

    .address {
        bottom: -24.5vh;
    }

    .follow-us {
        bottom: -32vh;
    }

    .divSocialIcons {
        bottom: -39vh;
    }

    .footer-div {
        bottom: -31%;
        right: 6%;
    }

    .footer-opp {
        top: 90%;
    }

    .lld-button {
        height: 45px !important;
        font-size: 16px !important;
        width: 210px !important;
        padding-left: 24px;
    }

    .arrow-right {
        border-top: 6px solid transparent !important;
        border-bottom: 6px solid transparent !important;
        border-left: 10px solid #d6de23 !important;
    }

    footer {
        padding-top: 40px;
    }
}

@media(max-width:1400px) {
    .links a {
        margin-left: 33px;
        margin-right: 33px;
    }

    .lld-button {
        height: 45px !important;
    }


}

@media(max-width:1199px) {
    .links a {
        margin-left: 39px;
        margin-right: 39px;
    }

    .footer-div {
        right: 0%;
    }
}

@media(max-width:992px) {
    .mt-cst-5 {
        margin-top: 30px !important;
    }

        .links a {
            margin-left: 16px;
            margin-right: 16px;
        }


    footer {
        width: 800px !important;
        padding-left: 40px;
        padding-right: 60px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    div.footer {
        line-height: 23px !important;
    }

    .pt-custom {
        padding-top: 130px;
    }
}

@media(max-width:768px) {
    div.footer {
         font-size: 17px !important; 
    }

    h2.footer {
        font-size: 15px !important;
    }

    h1.footer {
        font-size: 5.8vh;
    }

    div.join-us {
        width: 90vw !important;
    }

    h2.title {
        font-size: 25px;
    }

    .divSocialIcons {
        font-size: 40px;
    }

    .address {
        bottom: -17vh;
    }

    .lld-button {
        height: 45px !important;
        font-size: 16px !important;
        width: 210px !important;
        padding-left: 20px;
    }

    .arrow-right {
        border-top: 9px solid transparent !important;
        border-bottom: 9px solid transparent !important;
        border-left: 13px solid #d6de23 !important;
    }

    .links a {
        margin-left: 13px;
        margin-right: 13px;
    }

}