/* START HEADER */
.header {
  /* padding-top: 50px; */
}
.header__img {
  overflow: hidden;
}
.header__img img {
  width: 125%;
  width: 45vh;
  display: block;
  margin: auto;
}
.header__texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header__texts > * {
  margin: 10px 0;
}
.header__texts h2 {
  font-size: 16px;
  margin-top: 20px;
}
.header__texts p {
  background-color: white;
  padding: 10px 30px;
  border-radius: 9px;
  font-size: 12px;
  line-height: 1.5;
}
.header__texts a {
  color: #f8f8f8;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  background-color: var(--primary);
  border-radius: 9px;
  font-size: 12px;
}

/* END HEADER  */

/* START 4DALIL */

.alh4Dalils__title {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
}

.alh4Dalils__title span {
  color: var(--primary);
}
.alh4Dalils__dalil {
  padding: 20px;
}
.alh4Dalils__dalil__img {
    box-shadow: 0px 5px 13px 0px rgb(0 0 0 / 19%) !important;
  align-items: center;
  width: 150px;
  height: 150px;
  background-color: var(--primary-light);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  margin: auto;
}
.alh4Dalils__dalil__text p {
  text-align: center;
  margin: 15px 0 10px;
}

/* END 4DALIL */

/* START ABOUTUS */
.alhAboutUs .col-12 {
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 4%) !important;
  background-color: white;
  margin-top: 50px;
}
.alhAboutUs__title {
  height: 90px;
}
.alhAboutUs__title img {
  min-width: 280px;
  position: absolute;
  width: 450px;
  height: 80px;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
}
.alhAboutUs__title p {
  min-width: 280px;
  position: absolute;
  width: 450px;
  height: 80px;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  text-align: center;
  font-size: 18px;
  margin-top: 25px;
}
.alhAboutUs__title p span {
  color: var(--primary);
}
.alhAboutUs__desc {
  line-height: 3;
  text-align: justify;
}

/* END ABOUTUS */

/* START COURSE */
.alhCourse__title {
  padding: 40px 0 50px;
  display: flex;
  justify-content: center;
  font-size: 24px;
}
.alhCourse__item {
    border-radius: 20px
}
.alhCourse__item__img img {
  width: 100%;
  display: block;
  height: auto;
}

.alhCourse__item__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding: 30px 20px;
}
.alhCourse__item__body__title {
  margin: 10px 0 15px;
}
.alhCourse__item__body__price {
  margin: 0 0 20px;
  color: var(--primary);
}
.alhCourse__item__body__line {
    width: 114%;
    height: 1px;
    background-color: #b7b7b7c7;
    display: block;
    text-align: center;
    margin: 10px 0
}
.alhCourse__item__body__info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.alhCourse__item__body__info span {
  vertical-align: super;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: static !important;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.alh-help1 {
  position: relative;
}
.alhNavigationCourse {
  position: absolute;
  z-index: 9;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 50%;
}
.swiper-prev-3 {
  margin-right: -45px;
}
.swiper-next-3 {
  margin-left: -45px;
  transform: rotate(180deg);
}

.alhCourse__item__body__info__like, .alhCourse__item__body__info__name {
    display: flex;
    justify-content: center;
    align-items: center;
}
    .alhCourse__item__body__info__like img {
        width: 20px;
        height: auto
    }
    .alhCourse__item__body__info__like span, .alhCourse__item__body__info__name span {
        margin: 0 15px 0 15px;
    }
    /* END COURSE */
    /* START BARGOZIDEHA */
    .bargozideh__c {
        box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 4%) !important;
        margin: 20px 0;
        background-color: #fff;
        padding: 21.5px 10px;
        border-radius: 19px;
    }
.bargozideh__c__showContent {
  display: flex;
  align-items: center;
}
.bargozideh__c__img {
  align-self: flex-start;
}
    .bargozideh__c__img img {
        width: 80px;
        height: auto;
    }
.bargozideh__c__content__title {
  margin: 5px 5px;
}
.bargozideh__c__content__like {
    margin: 5px 5px;
    display: flex;
    align-items: center;

}
    .bargozideh__c__content__like span {
        margin: 0 10px;
    }
    .bargozideh__c__content__like svg path {
        fill: red
    }
    .bargozideh__c__content__hiddenDescription {
        display: flex;
        flex-direction: column;
        opacity: 0;
        position: absolute;
        transition: opacity ease-in-out .7s;
        width: 92%
    }
.bargozideh__c__content__hiddenDescription__content {
  margin: 17px 13px 10px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #323232;
  text-align: right;
  height: 100px;
  overflow-y: auto
}
.bargozideh__c__content__hiddenDescription__link {
  background-color: var(--primary);
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  padding: 10px 50px;
  font-size: 14px;
  border-radius: 50px;

}
.bargozideh__c {
  height: 73%;
  overflow: hidden;
  transition: all ease-in .7s;
  z-index: 2;
  position: relative !important;
  bottom: 0;

}
.bargozideh__c:hover {
  height: 173%;
  /*width: 92%;*/
  z-index: 10;
  /*bottom: 100%;*/

}
.bargozideh__c__showContent {
  display: flex;
  align-items: center;
}
.bargozideh__c__img {
  align-self: flex-start;
}
.bargozideh__c__content__title {
  margin: 5px 5px;
}
.bargozideh__c__content__like {
  margin: 5px 5px;
}
.bargozideh__c__content__hiddenDescription {
  display: flex;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  transition: opacity ease-in-out .7s;
}
.bargozideh__c__content__hiddenDescription__content {
  margin: 17px 13px 10px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #323232;
  text-align: right;
}
.bargozideh__c__content__hiddenDescription__link {
  background-color: var(--primary);
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  padding: 10px 50px;
  font-size: 14px;
  border-radius: 50px;

}

.bargozideh__c_down:hover {
  height: 173%;
  /*width: 92%;*/
  z-index: 10;
  bottom: 100%;

}

.bargozideh__c_down {
  background-color: #fff;
  border-radius: 19px;
  height: 73%;
  overflow: hidden;
  transition: all ease-in .7s;
  z-index: 2;
  position: relative !important;
  bottom: 0;
  margin: 20px 0;
  background-color: #fff;
  padding: 21.5px 10px;
  border-radius: 19px;
}
.bargozideh__c:hover .bargozideh__c_down {
  z-index: 10;
  height: 173%;
}
.bargozideh__c:hover .bargozideh__c__content__hiddenDescription {
  opacity: 1;
}

/* END COURSE */

/* START COMMENT USER */
.alhCommentUser-section {
  background-color: #e3e3e3;
}
.alhCommentUser {
  min-height: 200px;
}
.alhCommentUser__item__top__left img {
  transform: rotate(180deg);
}
/* END COMMENT USER */

/* START CONTACT FORM */

.alhContactForm-section {
  min-height: 200px;
  background-color: #f9f9f9;
}
.alhContactForm-section .container {
  background-color: #fff;
  border-radius: 20px;
  margin: 5% auto;
}
.alhContactForm input[type="text"] {
  outline: none;
  border: none;
  padding: 15px 20px 15px 60px;
  border-radius: 19px;
  background-color: #f8f8f8;
}
footer.footer {
  background-color: #ededed;
  position: relative;
}

.alhContactForm input[type="submit"] {
  background-color: var(--primary);
  color: #fff;
  outline: none;
  border: none;
  padding: 15px 83px 15px;
  border-radius: 19px;
  cursor: pointer;
}
.swiper-prev-4 {
  cursor: pointer;
  position: absolute;
  right: -5% !important;
  top: 50%;
}
.swiper-next-4 {
  cursor: pointer;
  position: absolute;
  left: -5%;
  top: 50%;
  transform: rotate(180deg);
}
.alhCommentUser__item__top__center__img img{
  border-radius: 50%;
}
.alhCourse__title {
  margin: 20px 0;
}
.alhCommentUser__item__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.alhCommentUser__item__top__center__name {
  text-align: center;
  padding-top: 30px;
}
.alhCommentUser__item__top__center__star {
  padding-top: 5px;
  display: flex;
  justify-content: center;
}
.alhCommentUser__item__top__center__star img{
  padding: 0 5px;
}
.alhCommentUser__item__bottom {
  padding: 40px 0;
  text-align: center;
  font-size: 19px;
  line-height: 2;
}
/* END CONTACT FORM */

@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}
@media (max-width: 576px) {
}

/* boot */
@media (min-width: 576px) {
  .header__img img {
    width: 100%;
    width: 75vh;
  }

  .header__texts h2 {
    font-size: 20px;
  }
  .header__texts p {
    font-size: 16px;
  }
  .header__texts a {
    font-size: 16px;
    width: 190px;
  }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .header > .container > .row {
    flex-direction: row-reverse;
  }
  .header__img {
    margin-top: 20px;
  }
  .header__img img {
    width: 100%;
  }
  .header__texts {
    align-items: flex-start;
  }
  .header__texts h2 {
    font-size: 24px;
  }
  .header__texts p {
    font-size: 16px;
  }
  .header__texts a {
    font-size: 16px;
    width: 190px;
  }
}
@media only screen and (max-width: 500px) {
  .alhAboutUs__title img {
    width: 23px;
    height: 51px;
    right: -16px;
  }
  .alhCommentUser__item__top__right img, .alhCommentUser__item__top__left img {
    width: 80%;
    height: auto;
  }
  .alhCommentUser__item__top__center img {
    width: 100%;
    height: auto;
  }

  .alhAboutUs__title p {
    display: inline-block;
    font-size: 16px;
    margin-top: 17px;
    max-width: none;
    width: auto;
    min-width: auto;
  }
  .alhCommentUser__item__top__center__star {
    padding-top: 9px;
  }
  .alhCommentUser__item__bottom  {
    font-size: 16px;
    padding: 15px 0 10px;
    line-height: 1.4;
  }
  .alhCommentUser__item__top__center__name {
    padding: 0;
  }
  .alhAboutUs__desc {
    line-height: 2.3;
    font-size: 15.5px;
  }
  .alhCourse__item__body__title {
    text-align: center;
  }
  .alhCourse__item__body__title p {
    line-height: 2;
  }
  .alhCourse__item__body__info {
    display: block;
  }
  .alhCourse__title h3 {
    text-align: center;
  }
  .bargozideh__c {
    padding: 7px 0;
    margin: 14px 0;
  }
  .bargozideh__c:hover {
    height: 267% !important;
  }
  .alhCourse__title {
    margin: 40px auto 20px;
  }
  .swiper-prev-4 {
    right: 5%;
  }
  .swiper-next-4 {
    left: 5%;
  }
  .alhContactForm > div {
    padding-right: 0;
  }
  .alhContactForm input[type="text"] {
    padding: 15px 20px;
  }
  .alhContactForm input[type="submit"] {
    padding: 15px 66px;
  }
}
@media (min-width: 1200px) {
}


footer.footer {
    margin-top: 50px;
}

a.borderless {
    border: 0 none;
}

.bg-pruple {
    background-color: #8e42d3;
}