﻿
@media (max-width:768px) {
    #footer {
        background-size: cover;
        height: unset !important;
       
    }
    .mobile-2 {
        width: 76px;
    }
}
.on-click{
    cursor: pointer !important;
}

.col-xs-6 {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .5em;
}

.column {
    flex-direction: column;
    text-align: center;
}


/*FOOTER*/
#footer {
    /*background-color: rgb(41,42,46);*/
    color: rgb(255,255,255);
    /*top:-20px;*/
    position: relative;
     
}

#footer p {
    font-size: 12px;
}

#footer-info p {
    margin-block-end: 0 !important;
    margin-bottom: 0 !important;
    color: rgb(255,255,255);
    font-size: 12px;
}

.social-link, .social-link a {
    color: rgb(255, 255, 255);
}

#footer-first {
    position: absolute;
    background: rgb(152, 188, 27);
    width: 100%;
    opacity: 0.6;
    height: 100%;

}

#footer-second {
    width: 100%;
    position: relative;
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    background-color: rgb(41,42,46);
    height: 100%;


}

#footer-second div.py-3, #footer-second div.py-3 .pt-0{
    height: 100%;
}


@media(max-width:425px) {
    #footer-second {
        height: auto;
        -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    }

    #footer-info p, #footer p {
        font-size: 10px;
    }
}

@media(max-width:320px) {
    #footer-second {
        height: auto;
        -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
    }
}

@font-face {
    font-family: futura;
    src: url('../font/futura/Futura_XBlk_BT.ttf');
}

#footer {
    /*background: url("image/Footage02.png") no-repeat;
            background-size: cover;*/
}

    #footer #footer-second .subtitle{
        font-size:10px;
        text-align: center;
        font-weight:300;
    }