footer {
  background-image: linear-gradient(to bottom right, #080808, #232323);
  background-color: rgba(0, 0, 0, 0.3);
}

footer .footer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(to bottom right, #080808, #232323);
  background-color: rgba(0, 0, 0, 0.3);
}
footer .footer-head .fh-right {
  display: flex;
  align-items: center;
}

footer .footer-head .fh-right a {
  padding: 10px 0px;
}

footer .footer-head .fh-right i {
  color: #fff;
  font-size: 22px;
  padding: 5px 18px;
  border-left: 1px solid #777;
}
footer .footer-head .fh-right a:hover {
  background-color: #777;
}
footer .footer-head .fh-right .fhr-wheather {
  display: flex;
  margin-right: 10px;
}
footer .footer-head .fh-right .fhr-wheather img {
  width: 20px;
  height: 20px;
}
footer .footer-head .fh-right .fhr-wheather p {
  color: #fff;
  margin: 0;
  width: 150px;
  font-family: "Nassim";
}

footer .footer-head .fh-right .fhr-wheather select {
  margin-right: 10px;
  outline: none;
  background-color: transparent;
  border: none;
  color: #fff;
  width: 100px;
  font-weight: bold;
  font-family: "Nassim";
  font-size: 16px;
}
footer .footer-head .fh-right .fhr-wheather select option {
  color: #222;
}

footer .footer-head .fh-left {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
footer .footer-head .fh-left input {
  outline: none;
  background-color: transparent;
  border: none;
  text-align: end;
  color: #fff;
  font-family: "Nassim";
  align-items: center;
  font-size: 19px;
  margin-left: 35px;
}
footer .footer-head .fh-left i {
  border: none;
  font-size: 17px;
  color: #fff;
}

footer .footer-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .footer-main .fm-top {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 60px;
  line-height: 0.8;
  cursor: default;
}
footer .footer-main .fm-top {
  font-weight: bold;
}
footer .footer-main .fm-social {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-main .fm-social i {
  padding: 8px;
  border-radius: 50%;
  margin: 5px 10px;
  font-size: 30px;
}

.fm-social i {
  font-size: 24px;
}

/* رنگ هنگام هاور */
.telegram {
  color: #0088cc;
}

.instagram {
  color: #e1306c;
}

.linkedin {
  color: #0077b5;
}

.google {
  color: #db4a39;
}

.twitter {
  color: #1da1f2;
}

.facebook {
  color: #1877f2;
}

footer .fm-menu {
  display: flex;
  justify-content: center;
  margin: 5px 100px;
}

footer .fm-menu > * {
  flex: 1;
}

footer .fm-menu ul {
  padding: 0;
  margin-right: 10px;
}

footer .fm-menu ul li {
  list-style: none;
  color: #fff;
  font-size: 14px;
  font-family: "NassimN";
  cursor: pointer;
  width: 100%;
  padding: 3px 4px 5px 0;
  margin-right: 15px;
}

footer .fm-menu ul li:hover {
  background-color: #bb0000;
}

.footer-bottom {
  background-image: linear-gradient(to bottom right, #080808, #232323);
  background-color: rgba(0, 0, 0, 0.3);
}
.footer-bottom .my-container {
  display: flex;
  justify-content: space-between;
}

.footer-bottom .my-container .fb-right {
  display: flex;
  align-items: center;
  justify-content: start;
}

.footer-bottom .my-container .fb-right > img {
  height: 36px;
  margin: 10px 15px;
}

.footer-bottom .my-container p {
  font-size: 15px;
  font-family: "Nassim";
  margin: 0;
  color: #999;
}

footer .fb-left {
  align-self: center;
  margin-left: 15px;
}

footer .fb-left a {
  text-decoration: none;
  list-style: none;
  color: #777;
}

.fhr-icons {
  display: flex;
}

.language-selector {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background: white;
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.language-selector > img {
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
}

.language-selector .select-language {
  padding-right: 5px;
}

.language-selector .select-language::before {
  width: 1px;
  content: "";
  display: inline-block;
  border-left: 1px solid #888;
  height: 15px;
  position: relative;
  bottom: -3px;
  left: 5px;
}

.language-selector .triangle {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #888; /* رنگ مثلث */
  transform: rotate(180deg);
  margin: 0 5px;
}

@media screen and (max-width: 768px) {
  footer .fm-menu > * {
    width: 25%;
  }
  footer .footer-bottom .my-container {
    flex-direction: column;
  }
  .footer-bottom .my-container .fb-right {
    flex-direction: column;
    justify-content: center;
  }
  .footer-bottom .my-container p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
  }
  footer .fm-menu ul li {
    white-space: nowrap;
  }
}

@media screen and (max-width: 425px) {
  footer .fm-menu {
    flex-wrap: wrap;
  }
  footer .fm-menu > * {
    width: 50%;
  }

  footer .fm-menu .fm-menu-first:last-child {
    display: none;
  }
  .footer-head .my-container {
    flex-direction: column;
  }
  .fh-right {
    flex-direction: column;
  }
  footer .footer-bottom .my-container {
    flex-direction: column;
  }
  .footer-bottom .my-container .fb-right {
    flex-direction: column;
    justify-content: center;
  }
  .footer-bottom .my-container p {
    text-align: center;
    font-size: 15px;
  }
}
