@font-face {
  font-family: iranSans;
  src: url("../font/iran-sans/IRANSansWeb.eot") format("embedded-opentype"),
    url("../font/iran-sans/IRANSansWeb.woff2") format("woff2"),
    url("../font/iran-sans/IRANSansWeb.woff") format("woff"),
    url("../font/iran-sans/IRANSansWeb.ttf") format("truetype");
}

body {
  font-family: iranSans !important;
}
 
.font-weight-bold {
  font-weight:bold;
}

.text-justify {
  text-align: justify;
}

.hilite-color-text-red {
  color: #db545a;
}

.hilite-color-text {
  color: #339655;
}

.font-size-2rem {
  font-size: 2rem;
}

.hilite-color-text-2 {
  color: #19db34 !important;
}

.btn-success-hilite {
  background-color: #339655;
  transition: 0.3s;
  border-radius: 0.5rem;
}

.btn-success-hilite:hover {
  background-color: #fff !important;
  color: #339655;
  border-color: #339655;
}

#header-top {
  background-color: #f2f2f2 !important;
  z-index: 10;
}

#introduction {
  padding-top: 90px;
  background-color: #ffffff;
}

#introduction div.text-center.py-3 {
  background: url("../img/background-heading.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}

#introduction div.text-center.py-3 h1 {
	font-size: 1.2rem;
	font-weight: bold;
}

#introduction .btn-secondary {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #000;
  border-radius: 0.5rem;
  transition: 0.3s;
}

#introduction .btn-secondary:hover {
  background-color: #000;
  border-color: #000;
  color: #e5e5e5;
}

#introduction .titles .hilite-color-text {
  font-weight: bold;
  font-size: 2rem;
} 

#introduction .text-center.hilite-your-business {
  font-weight: bold;
  font-size: 1rem;
}

#benefits {
  background-color: #f2f2f2;
}

#benefits .title p {
  font-size: 2rem;
}

#benefits .benefits-card-title {
  font-size: 1.5rem;
}

#increase-sell {
  position: relative;
  background-color: #f2f2f2;
  height: 1000px;
}

#increase-sell .rectangle {
  position: absolute;
  left: 30%;
  height: 100%;
  width: 300px;
  background-color: #339655;
}

#increase-sell .circle {
  position: absolute;
  left: 6%;
  top: 7%;
  height: 200px;
  width: 200px;
  background-color: #339655;
  border-radius: 50%;
  display: inline-block;
  z-index: 9;
}

#increase-sell .image {
  position: absolute;
  left: 15%;
  top: 10%;
  z-index: 7;
}

#increase-sell .description {
  position: absolute;
  bottom: 5%;
  right: 7%;
  background-color: #fff;
  width: 600px;
  z-index: 8;
  border-radius: 1rem;
}

#increase-sell .description .hilite-color-text {
  font-size: 2rem;
}

#testimonial {
  background: url(../img/helmet.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#testimonial .box {
  background-color: #f2f2f2;
  border-radius: 1rem;
}

#testimonial img {
  border-color: #fff;
}

#gift {
  background-color: #eee;
}

#gift .box {
  background-color: #fff;
}

#gift .title-1 {
  font-size: 1.2rem;
}

#gift .title-2 {
  font-size: 3rem;
}

#gift .box-red {
  background-color: #e63d54;
}

#gift .btn-gift-viewed {
  background-color: #fff;
  color: #e63d54;
  border-radius: 0.5rem;
  transition: 0.3s;
}

#gift .btn-gift-viewed:hover {
  color: #fff;
  background-color: #198754;
  border-color: #fff;
}

#gift .title {
  font-size: 3rem;
}

#support .col-support {
  background-color: #339655;
  width: 80px;
  height: 300px;
}

#support .title div {
  font-size: 3rem;
}

#support {
  padding-bottom: 6rem;
}

#support div.col-12 {
  padding-top: 3rem;
}

#support div.col-12:first-child {
  background-color: #f2f2f2;
}

#contact-us {
  padding: 4rem 0px;
  position: relative;
  background-color: #e4e4e4;
}

#contact-us .content {
  z-index: 2;
  background-color: #fff;
  border-radius: 0.5rem;
}

#contact-us .rectangle-horizontal-green {
  z-index: 1;
  position: absolute;
  background-color: #339655;
  width: 100%;
  height: 200px;
  top: 20%;
}

#contact-us .title {
  font-size: 1.5rem;
}

#contact-us .social-media i {
  font-size: 1.5rem;
}

#contact-us .phone a {
  font-size: 1.5rem;
}

#increase-sell-mobile {
  position: relative;
}

#increase-sell-mobile .rectangle {
  height: 800px;
  width: 300px;
  background-color: #339655;
}

#increase-sell-mobile .content {
  position: absolute;
  top: 30px;
  right: 10px;
}

#increase-sell-mobile .description {
  background-color: #fff;
  border-radius: 0.5rem;
}

#increase-sell-mobile .description p.hilite-color-text {
  font-size: 1.5rem;
}

#timer {
  color: #ee5a5a !important;
  font-size: 2.25rem;
}

#timer .text-center.text-dark {
  font-size: 1rem;
}

@media (max-width: 992px) {
  #introduction div.text-center.py-3 {
    background: none;
    background-color: #7fdf64;
  }

  #support .title .hilite-color-text {
    font-size: 2rem;
  }
}
