*{

  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

        @font-face {
            font-family: iransans;
            src: url("fonts/IRANSANS_BOLD.TTF");
        }
        @font-face {
            font-family:iransans;
            src: url("fonts/IRANSANS_MEDIUM.TTF");
        }

body {
  font-family: iransans;
  background-color: #f9f9f9;
  position: relative;
}
.cointainer-fluid{width: 100%;height: auto;clear: both;margin-bottom: 50px;}
.container-lg{padding: 40px;max-width: 1300px;margin: 0 auto;}
.row{max-width: 1300px;margin: 0 auto;display: flex;}
.col-xl{width: 50%;padding:30px 40px;position: relative;}
.col-xl img{width: 100%;border-radius: 9px;border: 2px solid #fff;}
#Main_title{font-size: 2rem;font-weight: bold;}
.MainPage_header_p{
  font-size: 1.2rem;
  line-height: 2.2rem;
  text-align: justify;font-weight: normal;
}



.custom-shape-divider-bottom-1690028928 svg {
  position: relative;
  display: block;
  width:100%;
  height: 46px;
}

.custom-shape-divider-bottom-1690028928 .shape-fill {
  fill: #f9f9f9;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
  top : 0 !important ;
}

.MainPage_lastPageCaption__3YMp9{margin-bottom: 30px;}

#show_form{display: none;}

.MainPage_content__FkTBY {
  background-color: #fff;
  border-radius: .8rem;
  box-shadow: 0 2px 5px -1px rgba(50,50,93,.25),0 1px 3px -1px rgba(0,0,0,.3);
  margin-bottom: 1rem;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 1rem;
  width: 100%;
}
.MainPage_quesTextDiv__jaSVm .MainPage_QuesText__oFNkX {
  border-radius: 8px;
  color: #333;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 8px 2rem;
}
.MainPage_quesTextDiv__jaSVm {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  text-align: center;
}

.MainPage_Answers__In8ad .MainPage_styleBtn__I7LDW {
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: .8rem;
  transition: all .15s;
  -webkit-user-select: none;
  user-select: none;
  width: 14rem;
  background-color: rgb(184, 60, 60);
  color: rgb(255, 251, 251);

}
.MainPage_Answers__In8ad .MainPage_con {
  -webkit-animation: MainPage_zoomIn__kWU3t .4s;
  animation: MainPage_zoomIn__kWU3t .4s;
  margin: 10px 0;text-align: center;
}

.MainPage_btnSabt__pZmvo{
color: rgb(255, 251, 251); background-color: rgb(184, 60, 60);
}

.MainPage_SabtBaShomare__WK5e3 input {
  background-color: #ededed;
  border: none;
  border-radius: 8px;
  direction: ltr;
  font-size: 1.3rem;
  height: 50px;
  letter-spacing: 3px;
  margin-bottom: .5rem;
  outline: none;
  padding: 0 10px;
  text-align: center;
  transition: all .2s;
  width: 100%;font-family: iransans;
}


.MainPage_SabtBaShomare__WK5e3 input::placeholder {
  color: #9b9b9b;
  font-size: .9rem;
  letter-spacing: normal;
}

.MainPage_SabtBaShomare__WK5e3 .MainPage_btnSabt__pZmvo {
  background-color: #b044d9;font-family: iransans;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 1.2rem;
  outline: none;
  padding: 10px;
  transition: all .2s;
  width: 100%;
  background-color: rgb(184, 60, 60);
  color: rgb(255, 251, 251);
  cursor: pointer;
}

@media (max-width: 1000px) {
html{overflow-x: hidden;}
.row{flex-direction: column;}
.col-xl{width: 100%;padding: 30px 0;}
.container-lg,.row{max-width: 95%;}

}