@font-face {
  font-family:digitalfont;
  src:url(data/fonts/digital-7.ttf);
}
body{
  font-family:IRANSans;
  background-position:top;
  background-repeat:no-repeat;
  background-size:cover;
  background-color:#F5F7FA;
  background-attachment:fixed;
  background-position:center;
  overflow-x:hidden;
  scroll-behavior:smooth;
}
a{
  text-decoration:none;
}
a:hover{
  text-decoration:none;
}
input:blur{
  background-color:rgba(0,0,0,0.5);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently  */
}
.list-group-item{
  border:none;
  background-color:rgba(0,0,0,0);
}


.header{

}
.headerbtn{
  padding:30px;
  cursor:pointer;
  font-size:16px;
  font-weight:500;
}
.headerlogo{
  height:80px;
  margin-top:-30px;
}
.headerbtn:hover{
  color:#007BFF;
  transition:250ms;
}
.headermenu{
  padding:30px;
  cursor:pointer;
  font-size:16px;
  font-weight:500;
}
.headerbtnmobile{
  padding:20px;
  padding-right:40px;
  font-size:16px;
  font-weight:500;
  cursor:pointer;
}


.title{
  font-size:32px;
  padding:10px;
  color:#007BFF;
  font-weight:500;
  text-align:center;
}
.slogan{
  font-size:24px;
  padding:10px;
  color:#212121;
  font-weight:normal;
  line-height:180%;
  text-align:center;
}
.ctabtns{
  display:flex;
  align-items:center;
  justify-content:center;
}
.ctabtn{
  width:fit-content;
  background-color:#007BFF;
  padding:20px;
  margin-left:20px;
  font-size:20px;
  cursor:pointer;
  border-radius:3rem;
  color:#FFF;
}
.ctabtn:hover{
  box-shadow:0px 0px 20px rgba(33,33,33,0.5);
  background-color:#00C896;
  color:#FFF;
  transition:250ms;
}
.homeimg{
  width:80%;
}

.difcard{
  padding:30px;
  background:rgba(255,255,255,0.2);
  box-shadow: 0 15px 25px rgba(10, 10, 10, 0.2);
  backdrop-filter:blur(4px);
  border-radius:10px;
  margin-bottom:25px;
  padding-bottom:80px;
  cursor:pointer;
}
.difcard:hover{
  box-shadow:0px 0px 10px rgba(255,255,255,0.5);
  backdrop-filter:blur(20px);
  transition:250ms;
}
.difcard:hover .cardtitle{
  color:#007BFF;
  transition:250ms;
}
.cardtitle{
  color:#FFF;
  text-align:center;
  padding:20px;
  margin-top:20px;
  font-size:28px;
  font-weight:500;
}
.cardcontent{
  padding:20px;
  font-size:18px;
  text-align:center;
  line-height:180%;
  color:#FFF;
}

.infotitle{
  color:#212121;
  padding:20px;
  font-size:24px;
  font-weight:500;
}
.infocontent{
  color:#212121;
  font-size:18px;
  font-weight:500;
  text-align:justify;
  line-height:180%;
  padding:20px;
}
.infoimg{
  align-self:center;
  width:80%;
}
.infoul{
  padding:10px;
  margin-right:40px;
}
.infolist{
  padding:10px;
  font-size:18px;
  font-weight:500;
  line-height:180%;
}

.login_form{
  padding:50px;
  box-shadow:0px 0px 15px rgba(33,33,33,0.5);
  margin-top:100px;
  margin-bottom:100px;
  border-radius:3rem;
}
.login_form:hover{
  box-shadow:0px 0px 15px rgba(33,33,33,1);
  transition:250ms;
}
.login_title{
  font-size:24px;
  color:#212121;
  font-weight:500;
  padding-top:20px;
  padding-bottom:20px;
  border-bottom:#212121 thin solid;
}
.login_input{

}
.login_label{
  color:#212121;
}
.login_btn{
  background-color:#007BFF;
  padding:15px;
  color:#FFF;
  border-radius:3rem;
  border:none;
  cursor:pointer;
}
.login_btn:hover{
  box-shadow:0px 0px 5px rgba(33,33,33,1);
  transition:250ms;
}
.login_forgot{

}
.smsverif_form{
  display:flex;
  align-items:center;
  justify-content:center;
}
.smsverif_input{
  border:none;
  border-bottom:#212121 thin solid;
  width:40px;
  height:60px;
  border-radius:0px;
  margin-right:5px;
  margin-left:5px;
  text-align:center;
}
.smsverif_input:focus{
  box-shadow:none;
}
.product{
  padding:15px;
  box-shadow:0px 0px 15px rgba(33,33,33,0.5);
  border-radius:3rem;
  margin-bottom:30px;
  cursor:pointer;
}
.product:hover{
  box-shadow:0px 0px 15px rgba(33,33,33,1);
  transition:500ms;
}
.product_title{
  padding:10px;
  font-size:32px;
  line-height:180%;
}
.product_mid_title{
  padding:10px;
  font-size:22px;
  line-height:180%;
  margin-top:10px;
  margin-bottom:10px;
}
.product_img_holder{
  text-align:center;
}
.product_img{
  width:60%;
  border-radius:3rem;
  box-shadow:0px 0px 10px rgba(33,33,33,0.5);
  margin-bottom:10px;
}
.product_content{
  padding:10px;
  padding-top:20px;
  font-size:20px;
  line-height:180%;
  text-align:justify;
}
.product_list{
  padding:10px;
}
.product_list_option{
  margin-top:10px;
  margin-bottom:10px;
  margin-right:40px;
  font-size:18px;
}
.product_checkbox{
  width:15px;
  height:15px;
  border-radius:3rem;
  cursor:pointer;
}
.product_cta{
  display:flex;
  align-items:flex-start;
}
.product_cta_icon{
  width:20px;
  height:20px;
}
.contact_option{
  padding:10px;
  cursor:pointer;
}
.contact_option:hover{
  background-color:#007BFF;
  color:#FFF;
  transition:250ms;
}
.contact_img{
  width:30px;
  height:30px;
}
.course{
  padding:10px;
  border-radius:3rem;
  box-shadow:0px 0px 15px rgba(33,33,33,0.5);
  cursor:pointer;
  margin-bottom:30px;
}
.course:hover{
  box-shadow:0px 0px 15px rgba(33,33,33,1);
  transition:250px;
}
.course_title{
  padding:10px;
  font-size:24px;
  line-height:180%;
}
.course_content{
  font-size:20px;
  padding:10px;
  padding-top:20px;
  line-height:180%;
  text-align:justify;
}
.course_img_holder{
  text-align:center;
}
.course_img{
  width:80%;
}
.course_cta{
  display:flex;
  align-items:flex-start;
}
.course_cta_icon{
  width:20px;
  height:20px;
}
.service{
  padding:10px;
  border-radius:3rem;
  box-shadow:0px 0px 15px rgba(33,33,33,0.5);
  cursor:pointer;
  margin-bottom:30px;
}
.service:hover{
  box-shadow:0px 0px 15px rgba(33,33,33,1);
  transition:250ms;
}
.service:hover .service_title{
  color:#007BFF;
  transition:250ms;
}
.service_title{
  font-size:24px;
  padding:10px;
  line-height:180%;
  padding-top:30px;
  padding-bottom:20px;
  text-align:center;
}
.service_icon_holder{
  text-align:center;
  padding:20px;
  border:#007BFF thin solid;
  background-color:#007BFF;
  width:30%;
  margin-right:auto;
  margin-left:auto;
  border-radius:50%;
}
.service_icon{

}
.service_content{
  padding:10px;
  padding-left:25px;
  padding-right:25px;
  font-size:20px;
  text-align:justify;
  line-height:180%;
}
.dashboard_options{

}
.dashboard_option{
  padding:20px;
  border-radius:3rem;
  text-align:center;
  cursor:pointer;
  margin-bottom:30px;
  aspect-ratio:1/1;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0px 0px 15px rgba(33,33,33,0.5);
  background-color:#007BFF;
}
.dashboard_option_title{
  color:#FFF;
  font-size:24px;
  display:none;
}
.dashboard_option:hover{
  box-shadow:0px 0px 15px rgba(33,33,33,1);
  backdrop-filter:blur(0px);
  transition:250ms;
}
.dashboard_option:hover .dashboard_option_img{
  width:50px;
  height:50px;
  transition:250ms;
}
.dashboard_option:hover .dashboard_option_title{
  display:block;
  transition:250ms;
}
.dashboard_option:hover .dashboard_option_img_holder{
  margin-left:20px;
  transition:250ms;
}
.dashboard_option_img_holder{
  padding:20px;
  background-color:#FFF;
  border-radius:50%;
}
.dashboard_option_img{
  width:100px;
  height:100px;
}
.dashboard_project{
  padding:20px;
  border-radius:3rem;
  text-align:center;
  cursor:pointer;
  margin-bottom:30px;
  aspect-ratio:1/1;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0px 0px 15px rgba(33,33,33,0.5);
  background-color:#007BFF;
}
.dashboard_project_title{
  color:#FFF;
  font-size:24px;
}
.dashboard_project:hover{
  box-shadow:0px 0px 15px rgba(33,33,33,1);
  backdrop-filter:blur(0px);
  background: linear-gradient(90deg,#007BFF 10%,#00C896 100%);
  transition:250ms;
}
.dashboard_project:hover .dashboard_project_title{
  font-size:28px;
  transition:250ms;
}
.goback{
  background-color:#007BFF;
  margin-left:15px;
  margin-right:15px;
  padding:10px;
  width:70px;
  height:70px;
  cursor:pointer;
  border-radius:50%;
}
.goback:hover{
  background: linear-gradient(90deg,#007BFF 10%,#00C896 100%);
  transition:250ms;
}
.industry_name{
  font-size:24px;
  font-weight:500;
  margin-top:50px;
  margin-bottom:50px;
}
.industry_part{
  padding:10px;
  border-radius:3rem;
}
.industry_device{
  padding:20px;
  background-color:#FFF;
  box-shadow:0px 0px 15px rgba(33,33,33,0.5);
  font-size:20px;
  color:#212121;
  cursor:pointer;
  border-radius:3rem;
  margin-bottom:10px;
}
.industry_device:hover{
  background-color:#007BFF;
  color:#FFF;
  transition:250ms;
}
.industry_device_status{
  width:30px;
  height:30px;
  border-radius:50%;
  float:right;
  margin-left:20px;
}
.industry_content{
  font-size:18px;
  font-weight:500;
  padding:20px;
  padding-right:0px;
  padding-left:0px;
  border-bottom:#212121 thin solid;
}
.industry_badge{
  background-color:#007BFF;
  padding:5px;
  border-radius:3rem;
  color:#FFF;
  float:left;
  padding-right:10px;
  padding-left:10px;
}
.device_card{
  padding:20px;
  border-radius:3rem;
  box-shadow:0px 0px 15px rgba(33,33,33,0.5);
  margin-bottom:30px;
  display:flex;
  justify-content:space-around;
  align-items:stretch;
}
.card_title{
  font-size:24px;
  text-align:center;
}
.card_img{
  padding:10px;
  border:#212121 thin solid;
  border-radius:50%;
  width:200px;
  height:200px;
  align-self:flex-end;
}
.card_content{
  align-self:flex-start;
  padding:10px;
  font-size:18px;
  font-weight:500;
  line-height:280%;
}
.about_img_holder{
  display:flex;
  align-items:center;
  justify-content:center;
}
.about_img{
  width:200px;
  height:200px;
  border-radius:50%;
  box-shadow:0px 0px 10px rgba(33,33,33,0.8);
  margin-left:20px;
  margin-right:20px;
}
.about_person{
  padding:20px;
  border-radius:50%;
}
.about_name{
  font-size:20px;
  padding:10px;
  text-align:center;
}
.home_control{
  padding:20px;
  border:#212121 thin dashed;
  border-radius:3rem;
  text-align:center;
  margin-bottom:20px;
}
.home_control_button{
  aspect-ratio:1/1;
  border-radius:50%;
  padding:40px;
  font-size:18px;
  border:none;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:20px;
  background-color:#F94449;
  box-shadow:0px 0px 10px #F94449;
  color:#FFF;
}
.home_control_button_active{
  background-color:#699D4C;
  box-shadow:0px 0px 10px #699D4C;
}
.home_thermo{
  padding:30px;
  border:#212121 thin dashed;
  border-radius:3rem;
  margin-bottom:20px;
}
.home_thermo_name{
  font-size:16px;
  font-weight:500;
  text-align:center;
}
.home_thermo_value{
  font-family:digitalfont;
  font-size:42px;
  font-weight:bold;
  padding-top:10px;
  padding-bottom:20px;
  aspect-ratio:1/0.5;
  display:flex;
  justify-content:center;
  align-items:center;
  background-color:#699D4C;
  border-radius:50%;
  color:#FFF;
  direction:ltr;
}
.home_indicator{
  padding:20px;
  border:#212121 thin dashed;
  border-radius:3rem;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-bottom:20px;
}
.home_indicator_img{
  width:40px;
  height:40px;
}
.home_indicator_title{
  font-size:20px;
  font-weight:500;
  margin-right:10px;
  margin-top:10px;
}
.blog{

}
.blog_title{
  font-size:32px;
  font-weight:500;
  line-height:180%;
  padding:20px;
}
.blog_img{
  margin-bottom:20px;
  margin-top:20px;
  width:100%;
  height:500px;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}
.blog_content{
  padding:20px;
  font-size:18px;
  font-weight:400;
  line-height:230%;
  text-align:justify;
}
.blog_content_title{
  font-size:24px;
  font-weight:600;
}

.footer{
  background-position:center;
  background-repeat:no-repeat;
  background-image:url('data/blackneural.png');
  background-size:cover;
  backdrop-filter:blur(20px);
  color:#FFF;
  padding-top:100px;
  padding-bottom:100px;
  box-shadow:0px 0px 30px #007BFF;
}
.footerul{
  padding:10px;
  list-style-type:none;
}
.footerlist{
  padding:10px;
  font-size:16px;
  font-weight:500;
  cursor:pointer;
}
.admin_btn{
  aspect-ratio:1/1;
  border-radius:3rem;
  background-color:#FFF;
  box-shadow:0px 0px 15px rgba(33,33,33,0.5);
  font-size:24px;
  font-weight:500;
  color:#212121;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  margin-bottom:30px;
}
.admin_btn:hover{
  color:#FFF;
  background-color:#007BFF;
  transition:250ms;
}
.admin_part{
  box-shadow:0px 0px 10px rgba(33,33,33,0.5);
  border-radius:3rem;
  background-color:#FFF;
  margin-bottom:20px;
}
.admin_part_title{
  padding:20px;
  text-align:center;
}
.admin_title{
  color:#212121;
  font-size:24px;
  font-weight:500;
  cursor:pointer;
  padding:20px;
}
.admin_icon{
  width:30px;
  height:30px;
  margin-right:10px;
  background-color:#212121;
  border-radius:50%;
}
.admin_form{
  padding:20px;
}
.admin_status{
  width:20px;
  height:20px;
}
