* {
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

img {
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

.title-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 1fr 10%;
  grid-template-columns: 10% 1fr 10%;
  -ms-grid-rows: 15% 1fr 50% 10%;
  grid-template-rows: 15% 1fr 50% 10%;
  width: 101%;
  height: 700px;
  overflow: hidden;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin: -46px auto 0 -7px;
}

.title-container__image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/5;
  width: 100%;
  height: 700px;
}

.title-container__title {
  font-size: 7em;
  position: relative;
  text-align: center;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  color: white;
}

.title-container__text {
  font-size: 2.3em;
  position: relative;
  text-align: center;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  color: white;
  margin-top: -60px;
}

.why {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why__title {
  font-size: 4em;
  font-family: yekanbakh-light;
  margin-top: 100px;
}

.why__image {
  z-index: -1;
  margin: -100px auto;
}

.banner {
  position: relative;
  width: 700px;
  height: 150px;
  margin: 70px auto;
  overflow: hidden;
}

.banner:hover {
  cursor: pointer;
}

.banner__image {
  width: 100%;
  height: 100%;
}

.banner__left-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 10px;
  top: 60px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ecf0f360;
}

.banner__left-button:hover {
  cursor: pointer;
}

.banner__left-button__icon {
  width: 15px;
  height: 15px;
}

.banner__right-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 10px;
  top: 60px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ecf0f360;
}

.banner__right-button:hover {
  cursor: pointer;
}

.banner__right-button__icon {
  width: 15px;
  height: 15px;
}

.what {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  width: 101%;
  height: auto;
  border: none;
  background-image: url("../assets/backgrounds/8.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 70px auto 40px auto;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-x: auto;
  -webkit-box-shadow: inset 9px 9px 10px 0 #00000060, inset -9px -9px 10px 0 #49494960;
  box-shadow: inset 9px 9px 10px 0 #00000060, inset -9px -9px 10px 0 #49494960;
}

.what__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 420px;
  max-width: 420px;
  height: 300px;
  background-color: #303234;
  border-radius: 40px;
  border: 1px solid #04A4E3;
  color: white;
  -webkit-box-shadow: 0 0 10px 0 #04a4e375;
  box-shadow: 0 0 10px 0 #04a4e375;
}

.what__card:hover {
  -webkit-box-shadow: 0 0 20px 0 #04a4e375;
  box-shadow: 0 0 20px 0 #04a4e375;
}

.what__card__title {
  text-align: center;
}

.what__card__text {
  width: 80%;
  text-align: center;
  margin-top: -20px;
}

.latest-competitions-title {
  font-size: 3em;
  padding-right: 4%;
  margin-top: 50px;
}

.latest-competitions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  height: 400px;
  margin: 30px auto;
  background-color: #ecf0f3;
  overflow-x: scroll;
}

.latest-competitions__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 300px;
  height: 340px;
  margin: auto 25px;
  overflow: hidden;
}

.latest-competitions__card__image {
  width: 100px;
  height: 100px;
  border-radius: 30px;
}

.latest-competitions__card__text {
  text-align: right;
  width: 80%;
  font-size: 1.2em;
}

.latest-competitions__card:hover {
  cursor: pointer;
}

.latest-courses-title {
  font-size: 3em;
  padding-right: 4%;
  margin-top: 50px;
}

.latest-courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  height: 400px;
  margin: 30px auto;
  background-color: #ecf0f3;
  overflow-x: scroll;
}

.latest-courses__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 300px;
  height: 340px;
  margin: auto 25px;
  overflow: hidden;
}

.latest-courses__card__image {
  width: 100px;
  height: 100px;
  border-radius: 30px;
}

.latest-courses__card__text {
  text-align: right;
  width: 80%;
  font-size: 1.2em;
}

.latest-courses__card:hover {
  cursor: pointer;
}

.why-again {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-again__title {
  font-size: 4em;
  font-family: yekanbakh-light;
  margin-top: 100px;
}

.why-again__image {
  z-index: -1;
  margin: -100px auto;
}

.day-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.day-offer__title {
  margin-top: 50px;
  font-size: 4em;
  font-family: yekanbakh-light;
}

.day-offer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 90%;
  min-height: 250px;
  padding: 30px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -20px;
}

.day-offer__container__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px;
  padding: 20px;
}

.day-offer__container__card__logo {
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 50%;
}

.day-offer__container__card:hover {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  cursor: pointer;
}

.subtitle {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  gap: 20px;
  margin: 0 auto;
  background-color: #303234d8;
  color: white;
  border-top: 2px solid #3f4044;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.subtitle__text {
  font-family: iransansfanum;
  font-weight: lighter;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.subtitle-soul {
  width: 100%;
  height: 40px;
  margin: 0 auto;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 260px;
  height: 300px;
  margin: auto 20px;
  padding: 20px;
  font-size: 0.8em;
  overflow: hidden;
}

.card:hover {
  cursor: pointer;
}

.card__title {
  text-align: center;
}

.card__image {
  width: 100px;
  height: 100px;
  border-radius: 30px;
}

.card__text {
  font-size: 1.2em;
}

@media only screen and (max-width: 768px) {
  * {
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
  }
  .title-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10% 1fr 10%;
    grid-template-columns: 10% 1fr 10%;
    -ms-grid-rows: 15% 1fr 50% 10%;
    grid-template-rows: 15% 1fr 50% 10%;
    width: 100vw;
    height: 700px;
    overflow: hidden;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin: -46px auto 0 -7px;
  }
  .title-container__image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/5;
    width: 100%;
    height: 700px;
  }
  .title-container__title {
    font-size: 72px;
    line-height: 80px;
    position: relative;
    text-align: center;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    color: white;
  }
  .title-container__text {
    font-size: 30px;
    line-height: 120px;
    position: relative;
    text-align: center;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    color: white;
    margin-top: -60px;
  }
  .why {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .why__title {
    font-size: 30px;
    font-family: yekanbakh-light;
    margin-top: 100px;
  }
  .why__image {
    z-index: -1;
    margin: auto;
    width: 90%;
  }
  .banner {
    position: relative;
    width: 374px;
    height: 80px;
    margin: 70px auto;
    overflow: hidden;
  }
  .banner:hover {
    cursor: pointer;
  }
  .banner__image {
    width: 100%;
    height: 100%;
  }
  .banner__left-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 10px;
    top: 45px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ecf0f360;
  }
  .banner__left-button:hover {
    cursor: pointer;
  }
  .banner__left-button__icon {
    width: 15px;
    height: 15px;
  }
  .banner__right-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 10px;
    top: 45px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ecf0f360;
  }
  .banner__right-button:hover {
    cursor: pointer;
  }
  .banner__right-button__icon {
    width: 15px;
    height: 15px;
  }
  .what {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    width: 101%;
    height: auto;
    border: none;
    background-image: url("../assets/backgrounds/8.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin: 70px auto 40px auto;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow-x: auto;
    -webkit-box-shadow: inset 9px 9px 10px 0 #00000060, inset -9px -9px 10px 0 #49494960;
    box-shadow: inset 9px 9px 10px 0 #00000060, inset -9px -9px 10px 0 #49494960;
  }
  .what__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 420px;
    max-width: 420px;
    height: 300px;
    background-color: #303234;
    border-radius: 40px;
    border: 1px solid #04A4E3;
    color: white;
    -webkit-box-shadow: 0 0 10px 0 #04a4e375;
    box-shadow: 0 0 10px 0 #04a4e375;
  }
  .what__card:hover {
    -webkit-box-shadow: 0 0 20px 0 #04a4e375;
    box-shadow: 0 0 20px 0 #04a4e375;
  }
  .what__card__title {
    text-align: center;
  }
  .what__card__text {
    width: 80%;
    text-align: center;
    margin-top: -20px;
  }
  .latest-competitions-title {
    font-size: 30px;
    padding-right: 4%;
    margin-top: 50px;
  }
  .latest-competitions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    height: 400px;
    margin: 30px auto;
    background-color: #ecf0f3;
    overflow-x: scroll;
  }
  .latest-competitions__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 300px;
    height: 340px;
    margin: auto 25px;
  }
  .latest-competitions__card__image {
    width: 100px;
    height: 100px;
    border-radius: 30px;
  }
  .latest-competitions__card__text {
    text-align: right;
    width: 80%;
    font-size: 1.2em;
  }
  .latest-competitions__card:hover {
    cursor: pointer;
  }
  .latest-courses-title {
    font-size: 30px;
    padding-right: 4%;
    margin-top: 50px;
  }
  .latest-courses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    height: 400px;
    margin: 30px auto;
    background-color: #ecf0f3;
    overflow-x: scroll;
  }
  .latest-courses__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 300px;
    height: 340px;
    margin: auto 25px;
  }
  .latest-courses__card__image {
    width: 100px;
    height: 100px;
    border-radius: 30px;
  }
  .latest-courses__card__text {
    text-align: right;
    width: 80%;
    font-size: 1.2em;
  }
  .latest-courses__card:hover {
    cursor: pointer;
  }
  .why-again {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .why-again__title {
    font-size: 30px;
    font-family: yekanbakh-light;
    margin: auto;
    margin-top: 100px;
  }
  .why-again__image {
    z-index: -1;
    margin: auto;
    width: 80%;
    height: auto;
  }
  .day-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .day-offer__title {
    margin-top: 50px;
    font-size: 30px;
    font-family: yekanbakh-light;
  }
  .day-offer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 90%;
    min-height: 200px;
    padding: 30px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -20px;
  }
  .day-offer__container__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    padding: 20px;
  }
  .day-offer__container__card__logo {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 15px;
  }
  .day-offer__container__card__title {
    font-size: 20px;
  }
  .day-offer__container__card:hover {
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    cursor: pointer;
  }
  .subtitle {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    gap: 20px;
    margin: 0 auto;
    background-color: #303234d8;
    color: white;
    border-top: 2px solid #3f4044;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .subtitle__text {
    font-family: iransansfanum;
    font-weight: lighter;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .subtitle-soul {
    width: 100%;
    height: 40px;
    margin: 0 auto;
  }
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 260px;
    height: 300px;
    margin: auto 20px;
    padding: 20px;
    font-size: 0.8em;
  }
  .card:hover {
    cursor: pointer;
  }
  .card__title {
    text-align: center;
  }
  .card__image {
    width: 100px;
    height: 100px;
    border-radius: 30px;
  }
  .card__text {
    font-size: 1.2em;
  }
}
/*# sourceMappingURL=Main.css.map */