:root {
  --primary-color: #2F3A56;
  --secondary-color: #fff;
  --color1:#0B897A;
  --color2:#1BB5A2;
  --color3:#406D96;
  --color4:#D8E8E8;
  --color5:#EFF6F6;
  --color6:#A8D0DA;
  --gradient: rgba(47,58,86,1) 0%, rgba(47,58,86,0) 55%;
  --bg-places:url("../img/places1.jpg");
}

@media (min-width: 1360px) {
  .container {
    max-width: 1290px;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1360px) {
  .container {
    max-width: 100%;
    width: 80%;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
    width: 90%;
    padding: 0;
  }
}
.show_img {
  display: none;
}

.sec__header {
  height: 967px;
  width: 100%;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.sec__header .top__menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  z-index: 1000;
  height: 115px;
}
@media (max-width: 992px) {
  .sec__header .top__menu {
    height: 90px;
  }
}
.sec__header .top__menu .logo {
  z-index: 100;
}
@media (max-width: 992px) {
  .sec__header .top__menu .logo img {
    height: 80px;
  }
}
@media (max-width: 390px) {
  .sec__header .top__menu .logo img {
    height: 70px;
  }
}
.sec__header .top__menu .users {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  z-index: 100;
  margin-inline-start: auto;
}
.sec__header .top__menu .users__item {
  text-decoration: none;
  color: var(--secondary-color);
  margin-inline-start: 31px;
  height: 68px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: normal;
}
@media (max-width: 992px) {
  .sec__header .top__menu .users__item {
    font-size: 1.4rem;
    height: fit-content;
  }
}
@media (max-width: 390px) {
  .sec__header .top__menu .users__item {
    font-size: 1.2rem;
  }
}
.sec__header .top__menu .users__item .niafam {
  font-size: 35px;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
}
@media (max-width: 992px) {
  .sec__header .top__menu .users__item .niafam {
    font-size: 25px;
    margin-bottom: 5px;
  }
}
@media (max-width: 390) {
  .sec__header .top__menu .users__item .niafam {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.sec__header .top__menu .users__item p {
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  font-size: 1.6rem;
  font-weight: 500;
}
.sec__header .top__menu .users__item:hover .niafam, .sec__header .top__menu .users__item:hover p {
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  color: var(--color2);
}
.sec__header .line {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 9;
}
.sec__header .main__menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  margin-top: 42px;
}
.sec__header .main__menu .header__menu .sm-simple > li > a {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Vazir";
  color: var(--secondary-color);
}
.sec__header .main__menu__left_item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}
.sec__header .main__menu__left_item #lan {
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  color: var(--secondary-color);
}
[dir=rtl] .sec__header .main__menu__left_item #lan {
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
[dir=ltr] .sec__header .main__menu__left_item #lan {
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 992px) {
  .sec__header .main__menu__left_item #lan {
    font-size: 1.8rem;
  }
}
.sec__header .main__menu__left_item #lan:hover {
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  color: var(--color2);
}
.sec__header .main__menu_search_icon {
  margin-inline-end: 15px;
  color: var(--color2);
  text-decoration: none;
  font-size: 25px;
}
@media (max-width: 992px) {
  .sec__header .main__menu_search_icon {
    font-size: 1.8rem;
  }
}
.sec__header .main__menu_search_box {
  display: none;
}
@media (max-width: 992px) {
  .sec__header .main__menu {
    margin-top: 15px;
  }
}
.sec__header .full_slider-hospital {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.sec__header .full_slider-hospital_item {
  height: 100%;
  width: 100%;
}
.sec__header .full_slider-hospital_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec__header .full_slider-hospital_item:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to bottom, rgb(47, 58, 86) 0%, rgba(47, 58, 86, 0) 55%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999999999;
  height: 100%;
}
.sec__header .flickity-viewport {
  height: 100% !important;
}
@media (max-width: 992px) {
  .sec__header {
    height: 520px;
  }
}

.last_news {
  margin-top: 60px;
}
.last_news__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: var(--color3);
  margin-bottom: 30px;
}
.last_news__title h2 {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Vazir";
}
.last_news__title .niafam {
  font-size: 32px;
  margin-inline-end: 20px;
  vertical-align: middle;
}
.last_news__title a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.8s, color 0.3s 0.3s;
  -webkit-transition: all 0.8s, color 0.3s 0.3s;
  -moz-transition: all 0.8s, color 0.3s 0.3s;
  -o-transition: all 0.8s, color 0.3s 0.3s;
  font-family: "Vazir";
  width: 173px;
  height: 40px;
  background: var(--color1);
  border-radius: 30px;
  text-decoration: none;
  color: var(--secondary-color);
  z-index: 99;
  overflow: hidden;
  clear: both;
}
.last_news__title a:hover {
  box-shadow: 0 80px 0 0 rgba(0, 0, 0, 0.15) inset, 0 -80px 0 0 rgba(0, 0, 0, 0.15) inset;
  color: white;
}
.last_news .last_news_list_items .item_news {
  width: 305px;
  height: 360px;
  margin-inline-end: 20px;
  padding: 4px 6px;
  color: var(--primary-color);
  text-decoration: none;
}
.last_news .last_news_list_items .item_news:last-child {
  margin: 0;
}
.last_news .last_news_list_items .item_news .box_img {
  height: 200px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transition: 0.3s all linear;
  position: relative;
}
.last_news .last_news_list_items .item_news .box_img img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  object-fit: cover;
}
.last_news .last_news_list_items .item_news .box_img .label {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--secondary-color);
  position: absolute;
  top: 15px;
  inset-inline-start: 15px;
  z-index: 999;
  background: var(--color2);
  min-width: 68px;
  height: 31px;
  padding: 0 10px;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(64, 109, 150, 0.2);
}
.last_news .last_news_list_items .item_news_short_description {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 15px 0;
  transition: 0.3s all linear;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  overflow: hidden !important;
  -webkit-box-orient: vertical;
}
.last_news .last_news_list_items .item_news_more_view {
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
.last_news .last_news_list_items .item_news_more_view .niafam {
  font-size: 10px;
  margin-top: 2px;
}
[dir=rtl] .last_news .last_news_list_items .item_news_more_view .niafam {
  margin-right: 10px;
}
[dir=ltr] .last_news .last_news_list_items .item_news_more_view .niafam {
  margin-left: 10px;
}
[dir=ltr] .last_news .last_news_list_items .item_news_more_view .niafam::before {
  content: "\e90b";
}
.last_news .last_news_list_items .item_news:hover img {
  transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  box-shadow: 0px 10px 20px rgba(168, 208, 218, 0.64);
}
.last_news .last_news_list_items .item_news:hover .item_news_short_description, .last_news .last_news_list_items .item_news:hover .item_news_more_view {
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  color: var(--color1);
}
@media (max-width: 992px) {
  .last_news {
    margin-top: 30px;
  }
}

.widget_links_carousels {
  background-color: var(--color4);
  padding: 60px 0;
}
@media (max-width: 992px) {
  .widget_links_carousels {
    padding: 30px 0;
  }
}
.widget_links_carousels__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: var(--color3);
  margin-bottom: 30px;
}
.widget_links_carousels__title h2 {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Vazir";
  position: relative;
  width: 80%;
}
.widget_links_carousels__title h2::before {
  content: "";
  background-image: radial-gradient(circle, #A8D0DA 1px, transparent 2px);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 15px 10px;
  position: absolute;
  inset-inline-end: 0;
  inset-inline-start: 145px;
  width: 100%;
  top: 33%;
  padding: 2em 1em;
  font-size: 2em;
  line-height: 1.5em;
  text-align: center;
}
.widget_links_carousels__title .niafam {
  font-size: 32px;
  margin-inline-end: 20px;
  vertical-align: middle;
}
.widget_links_carousels__list_item .flickity-viewport {
  height: 245px !important;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .widget_links_carousels__list_item .flickity-viewport {
    height: 235px !important;
  }
}
.widget_links_carousels__list_item .item_widget_links_carousels a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 215px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 10px 20px rgba(168, 208, 218, 0.4);
  border-radius: 15px;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
[dir=rtl] .widget_links_carousels__list_item .item_widget_links_carousels a {
  margin-left: 30px;
}
[dir=ltr] .widget_links_carousels__list_item .item_widget_links_carousels a {
  margin-right: 30px;
}
.widget_links_carousels__list_item .item_widget_links_carousels a .img_box, .widget_links_carousels__list_item .item_widget_links_carousels a .niafam {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.widget_links_carousels__list_item .item_widget_links_carousels a .img_box {
  position: relative;
}
.widget_links_carousels__list_item .item_widget_links_carousels a img {
  object-fit: cover;
  width: 65px;
  height: 65px;
}
.widget_links_carousels__list_item .item_widget_links_carousels a .niafam, .widget_links_carousels__list_item .item_widget_links_carousels a .img_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  font-size: 65px;
  background-color: var(--color4);
  color: var(--primary-color);
  transition: 0.3s all linear;
}
.widget_links_carousels__list_item .item_widget_links_carousels a .niafam:hover, .widget_links_carousels__list_item .item_widget_links_carousels a .img_box:hover {
  background-color: var(--color1);
  color: white;
}
.widget_links_carousels__list_item .item_widget_links_carousels a .niafam:hover img, .widget_links_carousels__list_item .item_widget_links_carousels a .img_box:hover img {
  filter: brightness(0) invert(1);
}
.widget_links_carousels__list_item .item_widget_links_carousels a p {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--primary-color);
  margin-top: 20px;
  font-family: "Vazir";
  padding: 0 10px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  overflow: hidden !important;
  -webkit-box-orient: vertical;
  text-align: center;
}
.widget_links_carousels__list_item .flickity-prev-next-button.next, .widget_links_carousels__list_item .flickity-prev-next-button.previous {
  top: -46px;
  display: flex;
  align-items: center;
  justify-self: center;
}
.widget_links_carousels__list_item .flickity-prev-next-button.previous {
  inset-inline-end: 50px;
  inset-inline-start: auto;
}
.widget_links_carousels__list_item .flickity-button {
  width: 30px;
  height: 30px;
  background-color: var(--color1);
  opacity: 1;
  color: white;
  box-shadow: 0px 2px 4px rgba(11, 137, 122, 0.3);
}
.widget_links_carousels__list_item .flickity-prev-next-button .flickity-button-icon {
  width: 46%;
  height: 46%;
  inset-inline-end: 28%;
  top: 28%;
}
.widget_links_carousels__list_item .flickity-button:disabled {
  background-color: white;
  color: var(--color6);
  box-shadow: 0px 4px 8px rgba(168, 208, 218, 0.5);
}
.widget_links_carousels__list_item .hide_img {
  display: none !important;
}

.events {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  color: var(--color3);
  padding-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .events {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
.events h2 {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Vazir";
  position: relative;
}
.events h2::before {
  content: "";
  background-image: radial-gradient(circle, #A8D0DA 1px, transparent 2px);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 15px 10px;
  position: absolute;
  inset-inline-end: 0;
  inset-inline-start: 586px;
  width: 561px;
  top: 33%;
  padding: 2em 1em;
  font-size: 2em;
  line-height: 1.5em;
  text-align: center;
}
@media (max-width: 992px) {
  .events h2 {
    width: 100%;
  }
  .events h2::before {
    inset-inline-start: 100px;
    width: 90%;
  }
}
.events .niafam {
  font-size: 32px;
  margin-inline-end: 20px;
  vertical-align: middle;
}
.events .tabs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  padding: 0;
}
[dir=rtl] .events .tabs {
  margin-right: 65px;
}
[dir=ltr] .events .tabs {
  margin-left: 65px;
}
@media (max-width: 992px) {
  .events .tabs {
    margin: 30px 0 0 0 !important;
    width: 100%;
  }
}
.events .tabs li {
  list-style: none;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Vazir";
  text-decoration: none;
  color: var(--color3);
  background-color: var(--color4);
  margin-inline-end: 10px;
  padding: 7px 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s all linear;
}
.events .tabs li:before {
  content: "";
  position: absolute;
  inset-inline-end: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-inline-end: 10px solid transparent;
  border-inline-start: 10px solid transparent;
  border-top: 10px solid var(--color1);
  opacity: 0;
  transition: 0.3s all linear;
}
[dir=rtl] .events .tabs li:before {
  transform: translateX(-50%);
}
[dir=ltr] .events .tabs li:before {
  transform: translateX(50%);
}
.events .tabs li:hover, .events .tabs li.active {
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  background: var(--color1);
  color: var(--secondary-color);
}
.events .tabs li:hover::before, .events .tabs li.active::before {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  opacity: 1;
}
@media (max-width: 992px) {
  .events .tabs li {
    padding: 7px;
    font-size: 1.4rem;
  }
  .events .tabs li:hover:before, .events .tabs li.active:before {
    content: "";
    position: absolute;
    inset-inline-end: 48%;
    top: 27px;
    width: 0;
    height: 0;
    border-inline-end: 10px solid transparent;
    border-inline-start: 10px solid transparent;
    border-top: 10px solid var(--color1);
  }
}
.events .tabgroup_assistnac {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 40px;
}
.events .tabgroup_assistnac .carousel_tabs_assistance {
  display: none;
}
.events .tabgroup_assistnac .carousel_tabs_assistance .item_events {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 410px;
  height: 422px;
  overflow: hidden;
  margin-inline-end: 30px;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.3s all linear;
}
.events .tabgroup_assistnac .carousel_tabs_assistance .item_events .box-img {
  height: 310px;
  position: relative;
  width: 100%;
}
.events .tabgroup_assistnac .carousel_tabs_assistance .item_events .box-img img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}
@media (max-width: 992px) {
  .events .tabgroup_assistnac .carousel_tabs_assistance .item_events .box-img {
    height: 240px;
  }
}
.events .tabgroup_assistnac .carousel_tabs_assistance .item_events h4 {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 30px;
  max-height: 112px;
  font-family: "Vazir";
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  overflow: hidden !important;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .events .tabgroup_assistnac .carousel_tabs_assistance .item_events h4 {
    max-height: fit-content;
    font-size: 1.6rem;
    padding: 20px 10px;
  }
}
.events .tabgroup_assistnac .carousel_tabs_assistance .item_events:hover {
  transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  box-shadow: 0px 6px 6px rgba(168, 208, 218, 0.64);
}
@media (max-width: 992px) {
  .events .tabgroup_assistnac .carousel_tabs_assistance .item_events {
    width: 340px;
    height: 352px;
  }
}
.events .tabgroup_assistnac .carousel_tabs_assistance.active {
  display: block;
}
.events .tabgroup_assistnac .flickity-viewport {
  height: 442px !important;
}
@media (max-width: 992px) {
  .events .tabgroup_assistnac {
    margin-bottom: 20px;
  }
  .events .tabgroup_assistnac .flickity-viewport {
    height: 375px !important;
  }
}
.events .tabgroup_assistnac ol.flickity-page-dots {
  top: -65px;
  height: fit-content;
  width: fit-content;
  inset-inline-end: 0;
}
[dir=rtl] .events .tabgroup_assistnac ol.flickity-page-dots {
  text-align: left;
}
[dir=ltr] .events .tabgroup_assistnac ol.flickity-page-dots {
  text-align: right;
}
.events .tabgroup_assistnac li.dot {
  background-color: var(--color3);
  opacity: 1;
  width: 8px;
  height: 8px;
  margin-inline-start: 0;
  margin-inline-end: 5px;
}
.events .tabgroup_assistnac li.dot.is-selected {
  width: 40px;
  height: 8px;
  border-radius: 10px;
  background-color: var(--color1);
  margin-inline-end: 8px;
}
.events .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.events .box_views {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  width: 100%;
}
.events .box_views .more_view {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  font-size: 1.8rem;
  font-weight: 700;
  width: calc(100% - 93px) !important;
  padding-inline-start: 30px;
  font-family: "Vazir";
  text-decoration: none;
  background-color: var(--color5);
  border-radius: 30px;
  height: 60px;
  color: var(--color3);
  position: relative;
}
@media (max-width: 992px) {
  .events .box_views .more_view {
    width: calc(100% - 65px) !important;
    font-size: 1.3rem !important;
  }
}
@media (max-width: 400px) {
  .events .box_views .more_view {
    width: calc(100% - 45px) !important;
    font-size: 1.05rem !important;
  }
}
.events .box_views .circle_view {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 60px;
  height: 60px;
  background-color: var(--color5);
  border-radius: 50%;
  position: relative;
}
.events .box_views .circle_view::before {
  content: url("../img/Rectangle 382.svg");
  position: absolute;
  inset-inline-start: -24px;
}
.events .box_views .circle_view .niafam {
  margin: 0;
  font-size: 20px;
}
@media (max-width: 992px) {
  .events .box_views .circle_view {
    width: 50px;
    height: 50px;
  }
  .events .box_views .circle_view::before {
    inset-inline-start: -23px;
    height: 43px;
  }
}
@media (max-width: 400px) {
  .events .box_views .circle_view {
    width: 40px;
    height: 40px;
  }
  .events .box_views .circle_view::before {
    inset-inline-start: -23px;
    height: 43px;
  }
}

.places {
  background-image: var(--bg-places);
  background-repeat: no-repeat;
  background-size: cover;
  height: 497px;
  position: relative;
  padding-top: 60px;
}
.places::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2F3A56;
  opacity: 0.1;
}
.places h2 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "Vazir";
  color: var(--secondary-color);
  z-index: 9;
}
.places h2::before {
  content: "";
  position: absolute;
  width: 30px;
  border-bottom: 10px solid var(--color2);
  z-index: 99;
  bottom: -15px;
  border-radius: 30px;
}
.places .slider_places {
  position: relative;
  z-index: 99;
  margin-top: 55px;
}
.places .slider_places .places_item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 258px;
  height: 258px;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.4s;
  -webkit-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
}
.places .slider_places .places_item img {
  border-radius: 10px;
  width: 100px;
  height: 100px;
  object-fit: cover;
  filter: brightness(0) invert(1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
.places .slider_places .places_item h4 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Vazir";
  color: var(--secondary-color);
  margin-top: 30px;
  transition: 0.3s all linear;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  overflow: hidden !important;
  -webkit-box-orient: vertical;
  height: 65px;
  transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
}
.places .slider_places .places_item .niafam {
  font-size: 100px;
  height: 100px;
  color: white;
  transition: 0.3s all linear;
}
.places .slider_places .places_item:hover {
  /*border-radius: 50%;*/
  /*border: 1px solid var(--color2);*/
  transition: border-color 0.4s;
  -webkit-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
}
.places .slider_places .places_item:hover .niafam, .places .slider_places .places_item:hover h4 {
  transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  color: var(--color2);
}
.places .slider_places .places_item:hover img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  filter: invert(58%) sepia(82%) saturate(409%) hue-rotate(123deg) brightness(85%) contrast(92%);
}
@media (max-width: 992px) {
  .places {
    height: 368px;
  }
  .places .slider_places .places_item {
    width: 180px;
    height: 180px;
  }
  .places .slider_places .places_item img {
    width: 60px;
    height: 60px;
  }
  .places .slider_places .places_item .niafam {
    font-size: 60px;
    height: fit-content;
  }
  .places .slider_places .places_item h4 {
    font-size: 1.4rem;
  }
}

.education {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  flex-wrap: nowrap;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .education {
    padding: 30px 0;
    flex-direction: column;
  }
}
.education_title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 242px;
  margin-inline-end: 60px;
  margin-inline-start: 315px;
}
.education_title h2 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Vazir";
  color: var(--primary-color);
  margin-bottom: 30px;
  height: 26px;
}
.education_title p {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Vazir";
  margin-bottom: 30px;
  height: 50px;
  color: var(--primary-color);
  width: 242px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  overflow: hidden !important;
  -webkit-box-orient: vertical;
}
.education_title .more_view {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.8s, color 0.3s 0.3s;
  -webkit-transition: all 0.8s, color 0.3s 0.3s;
  -moz-transition: all 0.8s, color 0.3s 0.3s;
  -o-transition: all 0.8s, color 0.3s 0.3s;
  font-family: "Vazir";
  width: 162px;
  height: 40px;
  background: var(--color1);
  border-radius: 30px;
  text-decoration: none;
  color: var(--secondary-color);
  z-index: 99;
  overflow: hidden;
  clear: both;
  height: 45px;
}
.education_title .more_view:hover {
  box-shadow: 0 80px 0 0 rgba(0, 0, 0, 0.15) inset, 0 -80px 0 0 rgba(0, 0, 0, 0.15) inset;
  color: white;
}
.education_title .more_view .niafam {
  vertical-align: middle;
}
[dir=rtl] .education_title .more_view .niafam {
  transform: rotate(-180deg);
  margin-right: 10px;
}
[dir=ltr] .education_title .more_view .niafam {
  margin-left: 10px;
}
@media (max-width: 992px) {
  .education_title {
    margin-inline-start: 20px !important;
    margin-inline-end: 30px;
    width: 90%;
  }
  .education_title h2 {
    margin-bottom: 0;
    margin-top: 8px;
  }
  .education_title p {
    margin-top: 15px;
    margin-bottom: 0;
    width: 90%;
  }
  .education_title .more_view {
    margin-top: 0;
    position: absolute;
    inset-inline-end: 15px;
  }
}
.education .education_slider {
  width: calc(100% - 242px - 60px);
}
.education .education_slider .education_item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  background-color: white;
  width: 350px;
  height: 150px;
  margin-inline-end: 30px;
  padding-inline-start: 6px;
  padding-inline-end: 30px;
}
.education .education_slider .education_item h3 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Vazir";
  color: var(--primary-color);
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  overflow: hidden !important;
  -webkit-box-orient: vertical;
}
.education .education_slider .education_item .box-icon {
  position: relative;
  background-color: rgba(216, 232, 232, 0.5019607843);
  width: 100px;
  height: 100px;
  font-size: 50px;
  border-radius: 50%;
  margin-inline-end: 37px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
}
.education .education_slider .education_item .box-icon .niafam, .education .education_slider .education_item .box-icon img {
  transition: 1.5s, color 0.3s;
  -webkit-transition: 1.5s, color 0.3s;
  -moz-transition: 1.5s, color 0.3s;
  -o-transition: 1.5s, color 0.3s;
  position: absolute;
  top: 38px;
  inset-inline-end: 6px;
  color: #2F3A56;
}
.education .education_slider .education_item .box-icon img {
  top: 30px;
  width: 60px;
  height: 60px;
}
.education .education_slider .education_item:hover .box-icon {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  background-color: #2F3A56;
}
.education .education_slider .education_item:hover .box-icon .niafam, .education .education_slider .education_item:hover .box-icon img {
  transition: 1.5s, color 0.3s;
  -webkit-transition: 1.5s, color 0.3s;
  -moz-transition: 1.5s, color 0.3s;
  -o-transition: 1.5s, color 0.3s;
  color: white;
  top: 50%;
  inset-inline-end: 50%;
  transform: translate(-50%, -50%);
}
.education .education_slider .education_item:hover .box-icon img {
  filter: brightness(0) invert(1);
}
.education .education_slider .flickity-viewport {
  height: 182px !important;
}
@media (max-width: 992px) {
  .education .education_slider {
    width: 90%;
    margin: 0 auto;
  }
  .education .education_slider .education_item {
    height: 120px;
  }
  .education .education_slider .education_item .box-icon {
    width: 80px;
    height: 80px;
    font-size: 36px;
  }
  .education .education_slider .education_item h3 {
    font-size: 1.8rem;
  }
  .education .education_slider .flickity-viewport {
    height: 152px !important;
  }
}
.education .hide-img {
  display: none;
}

.gallery {
  background-color: var(--color4);
}
.gallery__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: var(--color3);
  padding-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .gallery__title {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
.gallery__title h2 {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Vazir";
  position: relative;
}
.gallery__title .niafam {
  font-size: 32px;
  margin-inline-end: 20px;
  vertical-align: middle;
}
.gallery__title .more_view {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.8s, color 0.3s 0.3s;
  -webkit-transition: all 0.8s, color 0.3s 0.3s;
  -moz-transition: all 0.8s, color 0.3s 0.3s;
  -o-transition: all 0.8s, color 0.3s 0.3s;
  font-family: "Vazir";
  width: 173px;
  height: 40px;
  background: var(--color1);
  border-radius: 30px;
  text-decoration: none;
  color: var(--secondary-color);
  z-index: 99;
  overflow: hidden;
  clear: both;
}
.gallery__title .more_view:hover {
  box-shadow: 0 80px 0 0 rgba(0, 0, 0, 0.15) inset, 0 -80px 0 0 rgba(0, 0, 0, 0.15) inset;
  color: white;
}
.gallery__slider .gallery_item {
  position: relative;
  width: 300px;
  height: 265px;
  background-color: transparent;
  margin-inline-end: 30px;
  margin-bottom: 60px;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}
.gallery__slider .gallery_item .box-img {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  background-color: transparent;
  overflow: hidden;
  position: relative;
  transition: filter 0.5s;
  -webkit-transition: filter 0.5s;
  -moz-transition: filter 0.5s;
  -o-transition: filter 0.5s;
}
.gallery__slider .gallery_item .box-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.gallery__slider .gallery_item h4 {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Vazir";
  margin-top: 15px;
  color: var(--primary-color);
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  overflow: hidden !important;
  -webkit-box-orient: vertical;
}
.gallery__slider .gallery_item:after {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color1);
  top: 15px;
  font-family: "sbmu";
  font-size: 24px;
  color: white;
  transition: 0.8s linear;
  -webkit-transition: 0.8s linear;
  -moz-transition: 0.8s linear;
  -o-transition: 0.8s linear;
}
[dir=rtl] .gallery__slider .gallery_item:after {
  right: 15px;
}
[dir=ltr] .gallery__slider .gallery_item:after {
  left: 15px;
}
.gallery__slider .gallery_item:hover::after {
  transition: 0.8s linear;
  -webkit-transition: 0.8s linear;
  -moz-transition: 0.8s linear;
  -o-transition: 0.8s linear;
  top: 39%;
  inset-inline-start: 23%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
[dir=ltr] .gallery__slider .gallery_item:hover::after {
  inset-block-end: 23%;
  transform: translate(50%, -50%);
}
.gallery__slider .gallery_item:hover img {
  transition: filter 0.5s;
  -webkit-transition: filter 0.5s;
  -moz-transition: filter 0.5s;
  -o-transition: filter 0.5s;
  filter: brightness(0.5);
}
.gallery__slider .img:after {
  content: "\e91d";
}
.gallery__slider .video:after {
  content: "\e909";
}

.navigations {
  position: fixed;
  inset-inline-start: 30px;
  top: 250px;
  z-index: 5;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.navigations_parent::before {
  content: "";
  background-color: white;
  height: 20px;
  width: 40px;
  border-radius: 30px 30px 0 0;
  position: absolute;
  top: -20px;
  inset-inline-start: 0;
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.06);
  transition: none;
}
.navigations_parent::after {
  content: "";
  background-color: white;
  height: 20px;
  width: 40px;
  border-radius: 0 0 30px 30px;
  position: absolute;
  bottom: -20px;
  inset-inline-start: 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
  transition: none;
}
.navigations_parent .navbar li {
  position: relative;
  background-color: transparent;
  width: 40px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 2px 0 3px rgba(47, 58, 86, 0.06);
  box-shadow: 2px 0 3px rgba(47, 58, 86, 0.06);
  transition: none;
}
.navigations_parent .navbar li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  height: 100%;
  background-size: 30px 50px;
  width: 40px;
  display: inline-block;
  opacity: 0;
}
[dir=rtl] .navigations_parent .navbar li::before {
  background: url("../img/circle.svg") no-repeat center left;
}
[dir=ltr] .navigations_parent .navbar li::before {
  background: url("../img/circle.svg") no-repeat center right;
}
.navigations_parent .navbar li .navbar__icon {
  width: 40px;
  background-color: white;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline-start: 10px;
  -webkit-transition: none;
  transition: none;
}
.navigations_parent .navbar li .navbar__icon i {
  font-size: 20px;
  color: #2F3A56;
  -webkit-transition: none;
  transition: 0s;
  transition: 0.5s;
  top: 50%;
  border-radius: 50%;
  transition: transform 0.6s, background-color 0.6s;
  -webkit-transition: transform 0.6s, background-color 0.6s;
  -moz-transition: transform 0.6s, background-color 0.6s;
  -o-transition: transform 0.6s, background-color 0.6s;
}
.navigations_parent .navbar li .navbar__caption {
  position: absolute;
  inset-inline-start: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #D8E8E8;
  padding: 3px 15px;
  border-radius: 10px;
  font-weight: 500;
  color: #2F3A56;
  font-size: 0.875rem;
  -webkit-transition: none;
  transition: none;
  opacity: 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: 0.9s linear;
}
.navigations_parent .navbar li .navbar__caption:before {
  content: "";
  position: absolute;
  inset-inline-start: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  /* 40px height (20+20) */
  border-inline-end: 7px solid #D8E8E8;
  position: absolute;
  inset-inline-start: -5.5px;
}
.navigations_parent .navbar li:first-child .navbar__icon {
  border-radius: 5px 5px 0 0;
}
.navigations_parent .navbar li:last-child .navbar__icon {
  border-radius: 0 0 5px 5px;
}
.navigations_parent .navbar li:hover .navbar__icon {
  width: 25px;
  position: relative;
  transition: none;
}
.navigations_parent .navbar li:hover .navbar__icon i {
  background-color: #D8E8E8;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  inset-inline-start: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.3s, background-color 0.6s;
  -webkit-transition: transform 0.3s, background-color 0.6s;
  -moz-transition: transform 0.3s, background-color 0.6s;
  -o-transition: transform 0.3s, background-color 0.6s;
}
.navigations_parent .navbar li:hover::before {
  opacity: 1;
  transition: none;
}
.navigations_parent .navbar li:hover .navbar__caption {
  opacity: 1;
  transition: 1.2s linear;
}
@media (max-width: 992px) {
  .navigations {
    display: none;
  }
}

@media (max-width: 992px) {
  h2 {
    font-size: 1.8rem !important;
  }
  h2 .niafam {
    font-size: 2rem !important;
    margin-inline-end: 5px;
  }
  .more_view {
    width: 130px !important;
    height: 36px !important;
    font-size: 1.4rem !important;
  }
  .flickity-prev-next-button, .flickity-page-dots {
    display: none !important;
  }
}