/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 22 2025 | 08:46:06 */
/* custom fonts */
@font-face {
  font-family: 'mj_extender_x_slant';
  src: url('https://mob-tech.ir/wp-content/fonts/mj_extender_x_slant/mj_extender_x_slant.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


.logo-text{
font-family:"mj_extender_x_slant";
	font-size: 30px;
  margin-right: 0.5em !important;
}

/* bottom mobile menu */
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");

@media(min-width:920px){
	.bottom-mobile-menu-nav{
		display: none;
	}
}


.bottom-mobile-menu-nav {
  font-family:"anjoman", Sans-serif;
  position: fixed;
  bottom: 0;
  width: 100%;
  margin:0;
  padding:0;
  left: 0;
  right: 0;
  z-index:99;
  background-color:#E6EFFD;
}

.bottom-mobile-menu-nav .nav-box {
  display: flex;
  padding: 8px;
  background-color: #E6EFFD;
  box-shadow: 0px 0px 16px 0px #4444;
  border-radius: 8px;
}
.bottom-mobile-menu-nav .nav-box .nav-container {
  background-color: #E6EFFD;
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: space-around;
  margin:0; 
  padding:0;
 
}
.bottom-mobile-menu-nav .nav-box .nav-container .nav__item {
  display: flex;
  position: relative;
  padding: 2px;
}
.nav__item.active .nav__item-icon {
  margin-top: -26px;
  box-shadow: 0px 0px 16px 0px #4444;
}
.nav__item.active .nav__item-text {
  transform: scale(1);
}
.nav__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2f3046;
  text-decoration: none;
}
.nav__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  background-color: #fff;
  border-radius: 30%;
  height: 46px;
  width: 46px;
  transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out;
}
.nav__item-text {
  position: absolute;
  bottom: 0;
  transform: scale(0);
  transition: transform 250ms ease-in-out;
}