html,
body {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  width: 100%;
}

footer .site-map {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30%, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  width: 90%;
  border-top: 1px solid gray;
  margin-left: auto;
  margin-right: auto;
}

footer .site-map a {
  margin-top: 2vw;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  color: #204389;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 4vw;
  margin-bottom: 3vw;
}

footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6vw;
  margin-bottom: 1vw;
  width: 100%;
}

footer .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: black;
  color: white;
  margin-left: 4vw;
  margin-right: 4vw;
  padding: 2vw;
  /*
            &:nth-of-type(2){
                box-shadow:  0 0 0.2vw rgb(0, 172, 238),0 0 0.4vw $blue,0 0 0.6vw $white;
                background-color: rgb(0, 172, 238);
                text-shadow: 0 0 0.2vw white , 0 0 0.3vw rgb(0, 172, 238);
            }*/
}

footer .social a img {
  width: 8vw;
}

footer .social a:nth-of-type(1) {
  -webkit-box-shadow: 0 0 0.2vw #204389, 0 0 0.4vw #3e8dcc, 0 0 0.6vw white;
          box-shadow: 0 0 0.2vw #204389, 0 0 0.4vw #3e8dcc, 0 0 0.6vw white;
  background-color: #204389;
  text-shadow: 0 0 0.2vw white, 0 0 0.3vw #3e8dcc;
}

footer .social a:nth-of-type(2) {
  -webkit-box-shadow: 0 0 0.2vw #bc2a8d, 0 0 0.4vw #e95950, 0 0 0.6vw white;
          box-shadow: 0 0 0.2vw #bc2a8d, 0 0 0.4vw #e95950, 0 0 0.6vw white;
  background-color: #bc2a8d;
  text-shadow: 0 0 0.2vw white, 0 0 0.3vw #e95950;
}

footer .social a:nth-of-type(3) {
  -webkit-box-shadow: 0 0 0.2vw #075e54, 0 0 0.4vw #25d366, 0 0 0.6vw white;
          box-shadow: 0 0 0.2vw #075e54, 0 0 0.4vw #25d366, 0 0 0.6vw white;
  background-color: #075e54;
  text-shadow: 0 0 0.2vw white, 0 0 0.3vw #25d366;
}

footer .copyright {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-size: 4.5vw;
}

@media only screen and (min-width: 1080px) {
  footer .site-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  footer .site-map a {
    font-size: 1.2vw;
    margin-bottom: unset;
  }
  footer .social {
    margin-top: 3vw;
  }
  footer .social a {
    font-size: 1.2vw;
    margin-left: 0.8vw;
    margin-right: 0.8vw;
    padding: 0.4vw;
    /*
                &:nth-of-type(2){
                    box-shadow: unset;
                    text-shadow: unset;
                    &:hover{
                        box-shadow:  0 0 0.2vw rgb(0, 172, 238),0 0 0.4vw $blue,0 0 0.6vw $white;
                        background-color: rgb(0, 172, 238);
                        text-shadow: 0 0 0.2vw white , 0 0 0.3vw rgb(0, 172, 238);
                    }
                }*/
  }
  footer .social a img {
    width: 1.5vw;
    padding: 0;
  }
  footer .social a:nth-of-type(1) {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    text-shadow: unset;
  }
  footer .social a:nth-of-type(1):hover {
    -webkit-box-shadow: 0 0 0.2vw #204389, 0 0 0.4vw #3e8dcc, 0 0 0.6vw white;
            box-shadow: 0 0 0.2vw #204389, 0 0 0.4vw #3e8dcc, 0 0 0.6vw white;
    background-color: #204389;
    text-shadow: 0 0 0.2vw white, 0 0 0.3vw #3e8dcc;
  }
  footer .social a:nth-of-type(2) {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    text-shadow: unset;
  }
  footer .social a:nth-of-type(2):hover {
    -webkit-box-shadow: 0 0 0.2vw #bc2a8d, 0 0 0.4vw #e95950, 0 0 0.6vw white;
            box-shadow: 0 0 0.2vw #bc2a8d, 0 0 0.4vw #e95950, 0 0 0.6vw white;
    background-color: #bc2a8d;
    text-shadow: 0 0 0.2vw white, 0 0 0.3vw #e95950;
  }
  footer .social a:nth-of-type(3) {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    text-shadow: unset;
  }
  footer .social a:nth-of-type(3):hover {
    -webkit-box-shadow: 0 0 0.2vw #075e54, 0 0 0.4vw #25d366, 0 0 0.6vw white;
            box-shadow: 0 0 0.2vw #075e54, 0 0 0.4vw #25d366, 0 0 0.6vw white;
    background-color: #075e54;
    text-shadow: 0 0 0.2vw white, 0 0 0.3vw #25d366;
  }
  footer .copyright {
    font-size: 1.2vw;
  }
}
/*# sourceMappingURL=footer.css.map */