/* @import url('https://websiran.com/css/style.bundle.css');
@import url('https://websiran.com/css/plugins.bundle.css');
@import url('https://websiran.com/css/bootstrap-icons.css');
@import url('https://websiran.com/css/fontawesome-icons.css'); */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@100;300;400;500;600;700&family=Montserrat:wght@100;300;400;500;600;700&display=swap");

:root {
  /* Color */
  /* Primary */
  --bs-primary-rgb: 121, 163, 66;
  --bs-primary: #79a342;
  /* First Color */
  --first-color: #1f73f2;
  --focus-color: 31, 115, 242;
  /* Hover Color */
  --hover-color: #1f73f2;
  --first-hover: #170b49;
  /* Sidebar */
  --sidebar-color: #5e4dc6;
  --active-color: #79a342;
  --bg-sidebar-logo: 146, 119, 228;
  /* Scrollbar */
  --scroll-bar-color: #d8d8d8;
  --scroll-thumb-color: #79a342;
  --scroll-thumb-hover: #3e6808;

  /* Navbar */
  /* --bg-navbar: #454545; */
  --bg-toolbar: ;
  --navbar-text: ;
  --toolbar-text: ;
  /* Other */
  --auth-body: #d7d4dd;
  --dropzone-bg-color: #efebff;
  --bg-light-primary: rgba(var(--bs-primary-rgb), 0.1);
  --menu-background: #f3f0ff;
  /* End Change */
  --text-color-light: #9b97b3;
  --placeholder-color: #9b97b3;
  --input-color: #eeeeee;
  --container-color: #fff;
  --dark-color: #0a2144;
  --footer-color: #353c51;
  --text-color: #0a2144;
  --first-color-second: #1663ff;
  /* Font */
  --body-font: "Poppins", sans-serif;
  --second-font: "Montserrat", sans-serif;
  /* Font Size */
  --h1-font-size: 70px;
  --h2-font-size: 40px;
  --h3-font-size: 28px;
  --normal-font-size: 22px;
  --samll-font-size: 20px;
  --smaller-font-size: 18px;
  /* Font weight */
  --font-thin: 100;
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semi-bold: 600;
  --font-bold: 700;
  /* Margens Bottom */
  --mb-0-25: 1.25rem;
  --mb-0-5: 0.5rem;
  --mb-0-75: 0.75rem;
  --mb-1: 1rem;
  --mb-1-5: 1.5rem;
  --mb-2: 2rem;
  --mb-2-5: 2.5rem;
  --mb-3: 3rem;
  /* index */
  --z-tooltip: 10;
  --z-fixed: 100;
  --z-modal: 1000;
}

* {
  font-family: "Poppins", sans-serif;
}

/*========== SCROLL BAR ==========*/
::-webkit-scrollbar {
  width: 0.6rem;
  background-color: var(--scroll-bar-color);
  border-radius: 0.5rem;
}

::-webkit-scrollbar-thumb {
  background-color: var(--scroll-thumb-color);
  border-radius: 0.5rem;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--scroll-thumb-hover);
}

.text__justify {
  text-align: justify;
}

.fw__semibold {
  font-weight: 500;
}

.ff__shabnam {
  font-family: var(--body-font);
}

.ff__vazir {
  font-family: var(--second-font);
}

.fw__medium {
  font-weight: 500 !important;
}

.bg__primary {
  background-color: var(--bs-primary);
}

.bg__first {
  background-color: var(--first-color) !important;
}

.bg__light {
  background-color: #ebebeb !important;
}

.bg__separator {
  background-color: #c9c9c9 !important;
}

.text__primary {
  color: var(--bs-primary);
}

.text__first {
  color: var(--first-color);
}

.text__dark {
  color: var(--dark-color);
}

.text__light {
  color: var(--placeholder-color);
}

.bg-opacity-90 {
  background-color: rgba(var(--bg-color), 0.9) !important;
}

.rounded__custom {
  border-radius: 0.5rem 2rem 0.5rem 2rem;
}

@media (max-width: 768px) {
  .bgi_position_sm_x {
    background-position: center right -150px !important;
  }
}

@media (min-width: 768px) {
  .mt_md_n30 {
    margin-top: -9rem !important;
  }
  .vh_md_100 {
    height: 100vh !important;
  }
  .bgi_position_md_x {
    background-position: center right -100px !important;
  }
}

@media (min-width: 1200px) {
  .mt_xl_n35 {
    margin-top: -10rem !important;
  }
  .bgi_position_lg_x {
    background-position: right !important;
  }
  .bgi_position_lg_y_top {
    background-position: top !important;
  }
  .bgi_position_lg_y_bottom {
    background-position-y: bottom !important;
  }
}
@media (min-width: 1400px) {
  .mt_xxl_n40 {
    margin-top: -13rem !important;
  }
}

/* End Global CSS class */
.bgi__position__x {
  background-position-x: right;
}

.landing-header .menu .menu-link.active {
  color: var(--bs-primary);
}

.form-control:focus {
  border-color: var(--bs-primary);
  box-shadow: inset 0 1px 2px rgba(var(--bs-primary-rgb), 0.075),
    0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

.form-select:focus {
  border: 1px solid var(--bs-primary) !important;
}

/* .hero__bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1000;
} */

.blend {
  mix-blend-mode: luminosity;
}
.blend:hover {
  cursor: pointer;
  mix-blend-mode: normal;
}

.header-menu .menu-item .menu-link .menu-title {
  font-size: 14px;
}

.header-menu .menu-item .menu-link.active .menu-title,
.header-menu .menu-item .menu-link.active i {
  color: var(--bs-primary);
  font-weight: 500;
}

body[data-kt-sticky-landing-header="on"] .header {
  background-color: rgb(235, 255, 245) !important;
  box-shadow: 0px 1px 10px rgba(153, 153, 153, 0.301) !important;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.timelineContainer {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}

.timeline {
  width: 80%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.timeline ul {
  list-style: none;
}
.timeline ul li:last-child {
  margin-bottom: 0;
}
.timeline-content h1 {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}
.timeline-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.timeline-content .date {
  color: #ccc;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .timeline::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    left: 0;
    transform: translateX(-50%);
    background-color: #ccc;
    margin-left: 10px;
  }
  .timeline ul li {
    width: 100%;
    margin-left: 10px;
    margin-bottom: 50px;
    position: relative;
  }

  .timeline ul li::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #418826;
    border-radius: 50%;
    top: 0;
    left: -34px;
  }
  .timeline ul li:hover:after {
    background-color: var(--bs-primary);
  }

  .timeline-content .date:hover {
    color: var(--bs-primary);
  }
}

@media only screen and (min-width: 768px) {
  .timeline::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ccc;
    margin-left: 13px;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(odd) .date {
    text-align: right;
  }
  .timeline ul li {
    width: 50%;
    margin-bottom: 50px;
    position: relative;
  }
  .timeline ul li:nth-child(odd) {
    float: left;
    clear: right;
    transform: translateX(-30px);
    border-radius: 20px 0px 20px 20px;
  }
  .timeline ul li:nth-child(even) {
    float: right;
    clear: left;
    transform: translateX(30px);
    border-radius: 0px 20px 20px 20px;
  }
  .timeline ul li::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #418826;
    border-radius: 50%;
    top: 0;
  }
  .timeline ul li:nth-child(odd)::after {
    transform: translate(50%, -50%);
    right: -30px;
  }
  .timeline ul li:nth-child(even)::after {
    transform: translate(-50%, -50%);
    left: -30px;
  }
  .timeline ul li:hover:after {
    background-color: var(--bs-primary);
  }

  .timeline-content .date:hover {
    color: var(--bs-primary);
  }
}
