
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.thumbnail {
  position: relative;
  max-width: 400px;
  margin-top: 10px;
  transition: 0.3s;
}
div .thumbnail:hover {
  border: solid 1px #fff;
  box-shadow: 6px 6px 5px rgba(17, 17, 17, 0.637);
}

.container img {
  vertical-align: middle;
}

.overlay p {
  font-size: 30px;
  text-shadow: 6px 6px 6px rgb(16, 16, 16);
  margin-bottom: 35px;
  font-weight: bold;
}

.overlay a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

.overlay a:hover {
  color: brown;
}

@font-face {
  font-family: myVazirFont;
  src: url(/fonts/Vazir.ttf) !important;
  src: url("/fonts/Vazir.eot?#iefix") format("embedded-opentype"),
    url("/fonts/Vazir.woff") format("woff"),
    url("/fonts/iran.ttf") format("truetype");
  font-weight: normal;
}

.logo {
  font-family: myVazirFont !important;
  width: 300px;
  height: 100px;
  margin: 150px auto 50px auto;
  text-shadow: -1px 2px 2px #000;
  text-align: center;
  color: azure;
}

.imgLogo {
  animation-name: logoAnimation;
  animation-duration: 2s;
}

@keyframes logoAnimation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.loaderframe {
  width: 70px;
  height: 70px;
  margin: auto;
  position: relative;
}
.preload {
  background: linear-gradient(
    90deg,
    rgba(21, 20, 29, 0.7),
    rgba(44, 32, 5, 0.7)
  );
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.aboutpart {
  margin: 0 auto;
  height: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.076);
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
}
footer {
  width: 100%;
  padding: 28px 0;
  background-color: rgba(31, 31, 31, 0.753);
  color: #fff;
  text-align: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  position: fixed;
  bottom: 0px;
}
.boxClock {
  width: 100%;
  height: 100%;
  margin: 0;
  min-width: 300px;
  transition: 0.6;
  text-align: center;
  background: linear-gradient(
      to bottom,
      rgba(22, 22, 22, 0.745) 75%,
      rgba(22, 22, 22, 0.745) 75%,
      #0a0a0ac4 100%
    ),
    url("/images/clockimage.jpg") center center/cover;
  background-size: 320px;
  overflow: hidden;
  padding: 30px;
}
.boxClockItem {
  margin: 20px;
  font-family: "Courier New", Courier, monospace;
  color: #fff;
}
.boxClockItem p {
  margin: 0;
  padding: 0;
}
.boxClockItem {
  display: inline-flexbox;
}
.callPart {
  text-align: center;
  justify-content: center;
  margin: 5px;
}

.callPart li {
  display: inline-block;
}
.callchild {
  padding: 1px;
  cursor: pointer;
  transition: 0.5s;
}
.callchild:hover {
  transform: translateY(-2px);

}

.time {
  font-weight: bold;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.imgClockVector {
  width: 57px;
  margin: 8px;
  transition: 0.3s;
  cursor: pointer;
}

.imgClockVector:hover {
  transform: translateX(7px);
}
/* Modal Select Languaeg */
#LanguageModal {
  text-align: center;
}

.content-selectLanguage {
  margin-top: 65px;
  background-color: #222422e5;
  color: rgb(242, 240, 240);
}

.content-selectLanguage a:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.content-selectLanguage a img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
