@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

@font-face {
  font-family: IranSans;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/iransans-fanum/eot/IRANSansWeb(FaNum).eot');
  src: url('../fonts/iransans-fanum/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
    url('../fonts/iransans-fanum/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
    url('../fonts/iransans-fanum/woff/IRANSansWeb(FaNum).woff') format('woff'),
    url('../fonts/iransans-fanum/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

* {
  font-family: IranSans;
}

.supportBox {
  width: 270px;
  max-width: 270px;
  height: 230px;
  max-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 15px;
  z-index: 700;
background-color: #fff;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s ease;
  border-radius: 10px;
  box-shadow: 0 0 15px 1px #ddd;

}

.supportBox.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  bottom: 100px;
}

.supportBox h5{

  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 10px;
  color: #161616;
}
.supportBox p{
  color: #7a7a7a;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.supportBox h6{
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;

}

.supportBox a{
  background-color: #dddddd7a;
  padding:5px 10px;
  border-radius: 20px;
  display: block;
  width: 70%;
  text-align: center;
  color: #161616;
  font-weight: 700;
  font-size: 18px;
}
.supportBox a i{
  color: #161616;
  font-size: 20px;
}

@media screen and (max-width:568px) {
  .supportBox{
width: 92% !important;
  }
  .support-start {
    padding: 0 !important;
  }
  .user img{
    width: 90%;
    height: 90%;

  }
}
