:root {
    --mainColor:#6a1010;
    --mainHover:#961c1c;
}
p {
    margin: 0 !important;
    padding: 0 !important;
}
.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.anticon>* {
    line-height: 1;
}

.anticon svg {
    display: inline-block;
}
.pt-12 {
    padding-top: 160px !important;
}
.pb-12 {
    padding-bottom: 160px !important;
}

.anticon::before {
    display: none;
}

.anticon .anticon-icon {
    display: block;
}

.anticon[tabindex] {
    cursor: pointer;
}

.anticon-spin::before,
.anticon-spin {
    display: inline-block;
    -webkit-animation: loadingCircle 1s infinite linear;
    animation: loadingCircle 1s infinite linear;
}

@-webkit-keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.main-color {
    color: #6a1010 !important;
}
.btn-primary {
    background-color: var(--mainColor);
    border-color: var(--mainColor);

}
.btn-primary:hover {
    background-color: var(--mainHover) !important;
    border-color: var(--mainHover) !important;
}
.feature-list i {
      margin-left: 5px;
}
.icon-watus {
  position: fixed;
  left: 50px;
  bottom: 65px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(95,58,252,.2);
  z-index: 99999;
  opacity: 1;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.mt-6 {
    margin-top: 80px !important;
}
::selection {
  background: var(--mainColor); /* داكن أحمر */
  color: #fff;      /* أسود */
}

/* لفايرفوكس */
::-moz-selection {
    background: var(--mainColor); /* داكن أحمر */
    color: #fff;      /* أسود */

}
.counter__area {
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  padding: 40px 0;
  margin: 20px 0;
  text-align: center;
}
.counter__area img {
  width: 100px;
}
.counter__area--img-1 {
  position: absolute;
  top: 50px;
  right: -74px;
  width: 204px !important;
  -webkit-animation: fade-out 3s ease infinite alternate;
  animation: fade-out 3s ease infinite alternate;
}
.counter__area--img-2 {
  position: absolute;
  top: 50px;
  left: -60px;
  width: 104px !important;
  opacity: .5;
  -webkit-animation: fade-out 3s ease infinite alternate;
  animation: fade-out 3s ease infinite alternate;
}
.counter__area--img-3 {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 40px !important;
  -webkit-animation: spin 4000ms infinite linear;
  animation: spin 4000ms infinite linear;
}
.counter__area--img-4 {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 80px !important;
  -webkit-animation: spin 4000ms infinite linear;
  animation: spin 4000ms infinite linear;
}
.counter__area--img-5 {
  position: absolute;
  bottom: -50px;
  left: 15%;
  width: 100px !important;
  z-index: 1;
  -webkit-animation: fade-out 3s ease infinite alternate;
  animation: fade-out 3s ease infinite alternate;
}
.counter__area--img-6 {
  position: absolute;
  bottom: 0;
  right: 15%;
  width: 300px !important;
}
.about_section__inner {
    background-color: #FFF;
    padding: 15px;
    border-radius: .25rem;
}
