
#foot {
    display: grid;
    justify-content: space-between;
    background-color:rgb(78,78, 78);
    padding: 0;
    height: 25em;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
}



#foot1 p {
    color: #939191;
    ;
}


#foot2 a {
    text-decoration: none;
    color: #939191;
    ;
    transition: 200ms;
}

#foot2 h3 {
    margin: 0;
    margin-bottom: 1em;
}

#foot3 {
    cursor: pointer;
    /* margin-left: 5em; */
   
}
#foot h2{
    font-size: 1.3rem;
}
#foot3 h3 {
    color: #939191;
    margin: 0;
    margin-bottom: 1em;
}

#foot2 a:hover {
    color: white;
}

#foot3 :hover {
    color: white;
}
#st-2 {
    display: flex;
}

#st-2 a {
    margin: 2px;
}
#top {
    cursor: pointer;
    display: block;
    position: fixed;
    left: 25px;
    bottom: 17px;
    z-index: 10;
}
    #top .top-fix {
    background-color: #cd2122;
    padding: 13px 17px;
    color: #fff;
    font-size: 1.5em;
    transition: .3s;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.23);
    border-radius: 50%;
    direction: rtl;
}
#g11{
display: flex;
justify-content: space-around;
margin-top: 2em;
}
#g12{
    display: flex;
    justify-content: space-around;
   
}
#icon ul li {
    list-style: none;
    direction: rtl;
}

#icon * {
    direction: rtl;
    text-align: center;
    padding: 1px;
    text-decoration: none;
    transition: 0.5s;
    box-sizing: border-box;
    border-radius: 6px;
    justify-content: center;
    margin-top: 10px;
}

#icon ul li a:hover {
    box-shadow: 0 2px 5px black;
    text-decoration: none;
}

#icon a {
    color: black;
}

#icon ul li:nth-child(1) a:hover .fab {
    color: blue;
}

#icon ul li:nth-child(2) a:hover .fab {
    color: darkcyan;
}

#icon ul li:nth-child(5) a:hover .fab {
    color: dodgerblue;
}
#f14 {
    direction: rtl;
    height: 2em;
    display: grid;
  grid-template-columns: repeat(1,1fr);
    align-items: center;
    justify-content: space-evenly;
   text-align: center;
}
#f14{
    font-size: large;
}
@media screen and (max-width:900px) {
    #foot{
        height: 65em;
        grid-template-columns: repeat(1,1fr);
    }
    #foot1>* {
        
        border-bottom: 2px solid #333;
    }
    #foot2>* {
        
        border-bottom: 2px solid #333;
    }
    #foot3>* {
        
        border-bottom: 2px solid #333;
    }
}

@media screen and (max-width:460px) {
    #foot{
        grid-template-columns: repeat(1,1fr);
        height: 80em;
    
    }
}
@media screen and (max-width:310px) {
    #foot{
        grid-template-columns: repeat(1,1fr);
        height: 90em;
        font-size:10px;
      
    }
    #foot h2{
        font-size: 14px;
    }
}



