/* CSS Document */
@charset "UTF-8";
/*
@font-face {
  font-family: 'Vazir';
  src: url('../fonts/Vazir.eot');
  src: local('../fonts/Vazir'), url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype'), url('../fonts/Vazir.svg') format('svg');
}
*/
@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "IRANSans";
  direction: rtl;
  margin: 15px;
  background: linear-gradient(134deg, #24ceff 0%, #1aa3fd 100%) !important;
}


.accordion{
  width: 100%;
  height: 60px;
  margin: 0 0 20px 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(225,225,225,1);
  overflow: hidden;
  transition: height 0.3s ease;
}

.accordion .accordion_tab{
  padding: 10px 20px 20px 30px;
  cursor: pointer;
  user-select: none;
  font-size: 20px;
  font-family: IRANSans !important;
  font-weight: normal !important;
  text-transform: uppercase;
  position: relative;
}

.accordion .accordion_tab .accordion_arrow{
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 20px;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease;
}

.accordion .accordion_tab .accordion_arrow img{
  width: 100%;
  height: 100%;
}

.accordion .accordion_tab.active .accordion_arrow{
  transform: translateY(-50%) rotate(180deg);
  top:60%;
}

.accordion.active{
  height: 570px;
}

.accordion .accordion_content{
  padding: 20px;
  text-align: justify;
  border-top: 1px solid #e9e9e9;
}

.accordion .accordion_content .accordion_item{
  margin-bottom: 20px;
}

.accordion .accordion_content .accordion_item p.item_title{
  font-family:'IRANSans' !important;
  font-weight: normal !important;
  margin-bottom: 10px;
  font-size: 18px;
  color: #6adda2;
}

.accordion .accordion_content .accordion_item p:last-child{
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 800px){
  .accordion .accordion_tab{
    font-size: 15px;
  }
  .accordion .accordion_content .accordion_item p.item_title{
    font-size: 13px;
  }

  .support-text{
    font-size: 15px !important;
  }
}

.category-button {
  font-family: "IRANSans" !Important;
  font-weight: 500;
  font-size: 22px;  
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 15px;
  width: 100%;
  height: 100%;  
}

.accordion_categury{
  height: 80px !important;
}

.question-section-button{
  height: 167px !important;
  margin: 0 0 20px 0;
  width: 100%;
  margin-bottom: -72px;
  background: #f4fbff !important;
  border-radius: 5px;
  box-shadow: 0 0 5px rgb(150, 229, 253);
  overflow: hidden;
  transition: height 0.3s ease;
}

.question-section-title{
  font-weight: 900;
  font-size: 25px;
  text-align: center;
  padding-top: 25px;
  color: #01090D;
}

.question-section-description{
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding-top: 5px;
  padding-right: 15px !important;
  padding-left: 15px !important;
  color: #01090D;
}

.suggest-section-button{
  height: 210px !important;
  margin-top: 20px;
  margin-bottom: 15px !important;
  width: 100%;
  background: #f4fbff !important;
  border-radius: 5px;
  box-shadow: 0 0 5px rgb(150, 229, 253);
  overflow: hidden;
  transition: height 0.3s ease;
}

.suggest-section-title{
  font-weight: 900;
  font-size: 25px;
  text-align: center;
  padding-top: 10px;
  color: #01090D;
}

.suggest-section-description{
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  color: #01090D;
}

.category-header{
  width: 100%;
  border: 1px;
  margin: 15px 0 20px 0px;
  padding-top: 5px;
  overflow: hidden; /* will contain if #first is longer than #second */
}
.category-title{
  font-family: 'IRANSans' !important;
  font-weight: 900 !important;
  font-size: 14px;
  /*width: 300px;
  float: right; /* add this */
  border: 1px;
  text-align: right;
  padding-top: 15px;
  padding-right: 15px;
}
.back-button{
  font-family: 'IRANSans' !important;
  font-weight: 500 !important;
  border: 1px;
  overflow: hidden;
  padding-left: 15px;
  padding-top: 0px;
  float: left;
  margin-top: -20px;
}

.takhtebaz-logo{
  background: url("../pics/logo.png");
  background-size:100%;
  height: 220px;
  vertical-align: middle;
  width : 95%;
  max-width: 400px;
  border-radius: 0;  
  background-repeat: no-repeat;
  background-position: 100% 50%;
  display: inline-block;
  margin-top: -30px;
  margin-bottom: -12px;
}

.user-area {
  text-align: center;
  margin-top: 0px;
}

.sentence {
    margin-bottom: 12px;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    transition: all .25s cubic-bezier(.08,.59,.29,.99);
    z-index: 2;
    background: none !important;
    border: none;
    color: #01090D !important;
    font-family: 'IRANSans' !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    text-align: center !important;
}

.support{
  width: 100%;
  height: 60px;
  margin: 0 0 20px 0;
  background: rgba(202, 229, 255, 0.829);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(225,225,225,1);
  transition: height 0.3s ease;
}
.support-button{
  float: right;
}
.support-text{
  padding: 20px 20px 20px 30px;
  user-select: none;
  font-size: 20px;
  font-family: IRANSans !important;
  font-weight: normal !important;
  position: relative;
  float: left;
  margin-right: -17px;
}
.support-icon{
  height: 40px;
  float: right;
  margin-left: 8px;
  margin-right: 15px;
  margin-top: 11px;
}

.support-icon-main{
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 15px;
}

.header-bar{
  width: 100%;
  height: 60px;
  margin: -17px 0px 20px 0;
  background: #00aa60;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0 0 5px rgba(225,225,225,1);
  overflow: hidden;
  transition: height 0.3s ease;
}

#white-back-button{
  color: #fff !important;
}

#bold-text {
  font-weight: bold;
}

.other-button{
  font-size:11px !important;
  padding-top: 12px !important;
  padding-left: 44px !important;
}
