.loca_tion {
    color: #db4949;
    font-size: 25px;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}

.tele_gram {
    color: #0088cc;
    font-size: 25px;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}

.g_mail {
    color: #673ab7;
    font-size: 25px;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}

.mo_bile {
    color: #455a64;
    font-size: 25px;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}

.insta_gram {
    font-size: 25px;
    transition: 0.3s;
    width: 100%;
    padding: 5px;
    text-align: center;
    color: antiquewhite;
}

.insta_gram:hover {
    transform: scale(1.3);
    /* transform: translateX(0px) translateY(0px) translateZ(0px); */
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    /* background-color: white; */
}

.face_book {
    font-size: 25px;
    transition: 0.3s;
    width: 100%;
    padding: 5px;
    text-align: center;
    color: antiquewhite;
}

.face_book:hover {
    transform: scale(1.3);
    /* background-color: white; */
    /* transform: translateX(0px) translateY(0px) translateZ(0px); */
    color: #3b5998;
    text-shadow: 4px 4px 2px rgba(59, 89, 152, 0.6);
}

.twi_tter {
    font-size: 25px;
    transition: 0.3s;
    width: 100%;
    padding: 5px;
    text-align: center;
    color: antiquewhite;
}

.twi_tter:hover {
    transform: scale(1.3);
    /* background-color: white; */
    /* transform: translateX(0px) translateY(0px) translateZ(0px); */
    color: #1DA1F2;
    text-shadow: 4px 4px 2px rgba(29, 161, 242, 0.6);
}

.git_hub {
    font-size: 25px;
    transition: 0.3s;
    width: 100%;
    padding: 5px;
    text-align: center;
    color: antiquewhite;
}

.git_hub:hover {
    font-size: 30px;
    /* background-color: white; */
    /* transform: translateX(0px) translateY(0px) translateZ(0px); */
    color: #4078c0;
    text-shadow: 4px 4px 2px rgba(64, 120, 192, 0.6);
}

.linked_in {
    font-size: 25px;
    transition: 0.3s;
    width: 100%;
    padding: 5px;
    text-align: center;
    color: antiquewhite;
}

.linked_in:hover {
    transform: scale(1.3);
    /* background-color: white; */
    /* transform: translateX(0px) translateY(0px) translateZ(0px); */
    color: #0A66C2;
    text-shadow: 4px 4px 2px rgba(10, 102, 194, 0.6);
}

.pinte_rest {
    font-size: 25px;
    transition: 0.3s;
    width: 100%;
    padding: 5px;
    text-align: center;
    color: antiquewhite;
}

.pinte_rest:hover {
    transform: scale(1.3);
    /* background-color: white; */
    /* transform: translateX(0px) translateY(0px) translateZ(0px); */
    color: #E60023;
    text-shadow: 4px 4px 2px rgba(230, 0, 35, 0.6);
}

.sec3_child1_6 {
    margin-top: 60px;
    height: 40px;
}

.sec3_child1_6 {
    display: flex;
    justify-content: center;
    width: 70%;
    max-width: 980px;
    margin-top: 4rem;
    flex-wrap: wrap;
}