@media (max-width: 767px) {
    .head {
        height: 50px !important;
    }

    .headboxMid {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        position: absolute;
        top: 50px;
        left: 0;
        background: #000;
    }

    .headboxMid>a {
        width: 33.3%;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #langPic {
        width: 35px !important;
        height: 35px !important;
    }

    .footUp {
        padding-top: 30px !important;
    }

    .footupBox {
        width: 92% !important;
        flex-direction: column;
    }

    .footupTag {
        flex-wrap: wrap;
        flex-direction: row !important;
        align-items: flex-end !important;
        margin-bottom: 50px;
    }

    .footupTag>a {
        width: 33.3% !important;
    }

    .footupTag :nth-child(1) {
        margin-bottom: 0 !important;
    }

    #ft3 :nth-child(2) {
        width: 100% !important;
    }

    #ft3 :nth-child(3) {
        width: 100% !important;
    }
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.bg {
    width: 100%;
    height: 100%;

}

.head {
    width: 100%;
    height: 80px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.headbox {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headboxMid {
    width: inherit;
    display: flex;
    justify-content: space-around;
}

#logo {
    width: 187px;
    height: 32px;
}

.headbox>a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

#langPic {
    width: 52px;
    height: 52px;
}



.contain {
    width: 100%;
    margin-top: 80px;
    font-size: 0;
}




.foot {
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
}

.footUp {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    padding: 120px 0;
}

.footupBox {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.footupTag {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
}

.footupTag :nth-child(1) {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footupTag>a {
    margin-bottom: 5px;
}


.footdown {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footImg {
    width: 100%;
}