
body {
  font-family: "Tanha";
  font-weight: normal;
  font-style: normal;
  color: #8a8fa3;
}
:root{
  scroll-behavior: smooth;
 }
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tanha";
  font-weight: 600;
  color: #32333c;
  margin: 0px; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

.pricing-def {
  color: #32333c;
}


/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #3ec8ac;
  padding: 0 40px;
  font-size: 15px;
  line-height: 48px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 5px 8px 0px #3ec8ac;
  -moz-box-shadow: 0px 5px 8px 0px  #3ec8ac;
  box-shadow: 0px 5px 8px 0px  #3ec8ac;
  background-color: #3ec8ac;
  text-transform: uppercase; }
  .main-btn:hover {
    background-color: #fff;
    color: #2daf94;
    border-color: #3ec8ac; }
  .main-btn.main-btn-2 {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .main-btn.main-btn-2:hover {
      background-color: #2daf94;
      color: #fff;
      border-color: #3ec8ac; }

/*===== All Section Title Style =====*/
.section-title .title {
  font-weight: 700;
  font-size: 45px;
  color: #000;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 30px; } }

.content {
    height: 100vh;
    width: 100%;
    background-color: #c8f6ed;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}
.h1 {
   position: relative;
   -webkit-text-stroke: 0.3vw #3ec8ac;
   text-transform: uppercase;
    color: #4be4c5;
    font-size: 11vmin;
}
h1::before{
   content: attr(data-text);
   position: absolute;
   top: 0;
   left: 0;
   width: 8%;
   height: 100%;
   color: #2daf94;
   -webkit-text-stroke: 0vw #383d52;
   border-right: 2px solid #2daf94;
   overflow: hidden;
   animation: animate 6s linear infinite;
   -webkit-animation: animate 6s linear infinite;
}
@keyframes animate{
   0%{
       width: 0%;
   }
   70%{
       width: 100%;
   }
}
/*===========================
       6.PRICING css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area {
    padding-top: 90px;
    padding-bottom: 100px; } }
@media (max-width: 767px) {
  .pricing-area {
    padding-top: 70px;
    padding-bottom: 80px; } }

.single-pricing .pricing-package {
  background-color: #2daf94;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .single-pricing .pricing-package .package-title {
    font-size: 22px;
    color: #fff;
    padding: 25px; }
.single-pricing .pricing-body {
  direction: rtl;
  border: 1px solid #ddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .single-pricing .pricing-body .pricing-text {
    border-bottom: 1px solid #ddd;
    padding: 20px 25px; }
    .single-pricing .pricing-body .pricing-text .price {
      font-size: 30px;
      font-weight: 600;
      color: #2daf94; }
  .single-pricing .pricing-body .pricing-list {
    padding-top: 30px; }
    .single-pricing .pricing-body .pricing-list ul li {
      line-height: 36px;
      color: #32333c;
      font-size: 16px; }
  .single-pricing .pricing-body .pricing-btn {
    padding-top: 25px;
    padding-bottom: 40px; }
    .single-pricing .pricing-body .pricing-btn .main-btn {
      background-color: #fff;
      color: #2daf94; }
      .single-pricing .pricing-body .pricing-btn .main-btn:hover {
        background-color: #2daf94;
        color: #fff; }
.single-pricing.active {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
  -moz-box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
  box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23); }
  .single-pricing.active .pricing-body .pricing-btn .main-btn {
    background-color: #2daf94;
    color: #fff; }
    .single-pricing.active .pricing-body .pricing-btn .main-btn:hover {
      background-color: #fff;
      color: #2daf94; }

.off {
  color: red;
  font-size: 18px;
  text-decoration: line-through;
}
/*===========================
        4.SERVICES css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area {
    padding-top: 90px;
    padding-bottom: 100px; } }
@media (max-width: 767px) {
  .services-area {
    padding-top: 70px;
    padding-bottom: 80px; } }

.single-service {
  background-color: #fff;
  border: 1px solid #eceff8;
  border-radius: 5px;
  padding: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media (max-width: 767px) {
    .single-service {
      padding: 15px; } }
  .single-service .service-icon i {
    font-size: 60px;
    color: #754ef9;
    line-height: 56px; }
  .single-service .service-content {
    margin-top: 11px; }
    .single-service .service-content .service-title a {
      font-size: 22px;
      font-weight: 600;
      color: #32333c;
      margin-bottom: 20px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .single-service .service-content .service-title a:hover {
        color: #2daf94; }
  .single-service:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 21px 0px #2daf94;
    -moz-box-shadow: 0px 0px 21px 0px #2daf94;
    box-shadow: 0px 0px 21px 0px #2daf94; }
.icon {
  color: #2daf94;
  width: 40px;
  height: 40px;
  margin: 7px;
}
.service-content {
  direction: rtl;
}
.buy-area-1 {
  margin: 5px;
  justify-content: space-around
}
.buy-area {
  direction: rtl;
}
.section-title-2 {
  text-align: right;
}
.buy-text {
  padding: 10px;
}
.telegram {
  width: 100%;
  direction: ltr;
  display: flex;
  color: #000;
}
.telegram-icon {
  color: #0d6efd;
  margin-right: 5px;
}