﻿@charset "UTF-8";
.fest {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  font-family: IRANYekanX;
  gap: 34px;
  position: relative;
  cursor: pointer;
}
.fest-header {
  background-color: #fff;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 246px;
  background-image:url('images/fest-banner-mobile-nr.png');
}
@media only screen and (min-width: 768px) {
  /* .fest-header {
    height: 585px;
    max-width: 100%;
    background-size: contain;    
  } */
}
@media only screen and (min-width: 421px) {
  .fest-header {    
    background-image:url('images/fest-banner-desktop-nr.png');
    height: 215px;
    max-width: 100%;
    background-size: contain;    
  }
}
.fest-header-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 9px;
  color: #FFF;
  font-family: KalamehWeb;
  margin: 16px auto auto auto;
  text-align: center;
}
.fest-header-content__h2 {
  color: var(--Grey-1, #FFF);
  text-shadow: 0px 3.304px 2.643px rgba(0, 0, 0, 0.15);
  font-family: IRANYekanX;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.fest-header-content__h5 {
  font-family: KalamehWeb;
  color: var(--Grey-1, #FFF);
  text-align: center;
  font-size: 13.932px;
  font-style: normal;
  font-weight: 400;
  line-height: 100.992%; /* 14.07px */
}
.fest-header-content__h5 strong {
  color: inherit;
  font-size: 20px;
  font-weight: 700;
}
.fest-header-content__h5 span {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: inherit;
}
.fest-header-content__h6 {
  color: inherit;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
}
.fest-header-content__h4 {
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .fest-header-content__h2 {
    font-size: 75px;
    font-style: normal;
    font-weight: 800;
    line-height: 115.492%; /* 86.619px */
  }
  .fest-header-content__h5 {
    font-size: 40px;
    font-weight: 600;
  }
  .fest-header-content__h5 strong {
    font-size: 60px;
    font-weight: 700;
  }
  .fest-header-content__h5 span {
    font-size: 40px;
    font-weight: 700;
  }
  .fest-header-content__h6 {
    font-size: 36px;
    font-weight: 600;
  }
  .fest-header-content__h4 {
    font-size: 48px;
    font-weight: 600;
  }
}
.fest-header__ribbon {
  margin: auto auto 0 auto;
  color: var(--Grey-1, #FFF);
  font-family: KalamehWeb;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  height: 32px;
}
@media only screen and (min-width: 768px) {
  .fest-header__ribbon {
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    margin: auto auto 35px auto;
  }
}
.fest-body {
  padding: 0 16px 16px 16px;
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}
.fest-body-desc h4 {
  color: #CA233B;
  text-align: center;
  font-family: IRANYekanX;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.fest-body-desc h4 b {
  font-weight: 700;
}
.fest-body-desc p {
  color: #00918A;
  text-align: center;
  font-family: IRANSansXFaNum;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.96px;
}
.fest-body-desc p b {
  font-size: 15px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .fest-body-desc h4 {
    font-size: 50px;
    font-weight: 400;
    line-height: 80px;
  }
  .fest-body-desc p {
    font-size: 25px;
    line-height: 50px;
  }
  .fest-body-desc p b {
    font-size: 37px;
    font-weight: 700;
    line-height: 50px;
  }
  .fest-body-desc.has-timer h4 {
    text-align: right;
  }
  .fest-body-desc.has-timer p {
    text-align: right;
  }
}
.fest-body-main {
  display: flex;
  flex-flow: column nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .fest-body-main {
    flex-flow: row nowrap;
    margin-bottom: 18px;
  }
}
.fest-body__text {
  color: var(--Grey-8, #595959);
  text-align: center;
  font-family: IRANYekanX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  flex: 1 1 auto;
}
.fest-body__text strong {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .fest-body__text {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
  }
}
.fest-body-tips {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  font-family: IRANYekanX;
}
.fest-body-tips span {
  color: var(--Grey-9, #434343);
  text-align: right;
  font-family: IRANYekanX;
  font-size: 12px;
  font-weight: 400;
}
.fest-body-tips a {
  color: #4CA30D;
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .fest-body-tips a {
    font-size: 16px;
  }
}
.fest-body__without {
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Grey-5, #D9D9D9);
  padding: 16px;
}
.fest-body__without input {
  margin-top: -1px;
}
.fest-body__without label {
  color: var(--Grey-8, #595959);
  text-align: right;
  font-family: IRANYekanX;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  align-self: stretch;
  flex: 1;
}
.fest-body__without span {
  color: var(--Grey-9, #434343);
  text-align: justify;
  font-family: IRANYekanX;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .fest-body__without {
    flex-direction: row;
    gap: 5px;
  }
  .fest-body__without label {
    color: var(--Grey-8, #595959);
    text-align: right;
    font-family: IRANYekanX;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    width: auto;
    align-self: auto;
    flex: 0 1 auto;
  }
  .fest-body__without input {
    margin-left: 3px;
  }
}
.fest-body-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
  gap: 12px;
}
.fest-body-footer__text {
  color: var(--Grey-1, #FFF);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
}
.fest-body-footer__btn {
  border-radius: var(--BorderRadius-borderRadiusLG, 8px);
  border: 1px solid var(--Grey-5, #D9D9D9);
  color: #fff;
  font-family: IRANYekanX;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  padding: 0 16px;
  cursor: pointer;
  text-decoration: none;
  align-self: stretch;
  background: #098B83;
}
.fest-body-footer__btn:hover {
  text-decoration: none;
  color: #fff;
}
.fest-body-footer__btn--green {
  background: var(--Green-primary-3-primary, #4CA30D);
  color: var(--Grey-1, #FFF);
}
.fest-body-footer__btn--green:hover {
  text-decoration: none;
  color: var(--Grey-1, #FFF);
}
.fest-body-footer__btn[disabled] {
  border: 1px solid var(--Grey-5, #D9D9D9);
  background: var(--Grey-2, #FAFAFA);
  color: var(--Grey-6, #BFBFBF);
}
@media only screen and (min-width: 768px) {
  .fest-body-footer {
    flex-direction: row;
    border-radius: 16px;
    background: linear-gradient(90deg, #00D3C8 0%, #0A8880 100%);
    display: flex;
    height: 72px;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
  }
  .fest-body-footer__btn {
    border-radius: 8px;
    background: #F2FCF9;
    box-shadow: 4px 6px 4px 0 rgba(0, 0, 0, 0.3);
    color: var(--Grey-10, #262626);
  }
  .fest-body-footer__btn:hover {
    color: var(--Grey-10, #262626);
  }
  .fest-body-footer__btn--green {
    width: 322px;
  }
}
.fest-pack {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--Grey-8, #595959);
  font-family: IRANYekanX;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #D9D9D9;
  border-radius: 16px;
  background: #FFEAE2;
}
.fest-pack-list {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}
.fest-pack-title {
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.fest-pack-subject {
  color: var(--Grey-8, #595959);
  text-align: center;
  font-family: IRANYekanX;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  width: 100%;
}
.fest-pack-subject b {
  font-weight: 700;
}
.fest-pack-subject input {
  position: relative;
  top: -1px;
  margin: 0;
}
.fest-pack-subject label {
  font-weight: 700;
  display: inline-block;
  margin-right: 12px;
  margin-left: 2px;
}
.fest-pack-subject span {
  font-size: 12px;
}
.fest-pack-attr {
  color: var(--Red-wrong, #FF4D4F);
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  padding-right: 29px;
  display: inline-flex;
  align-items: center;
}
.fest-pack-icon-fire {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.fest-pack-services {
  display: flex;
  justify-content: right;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4px;
}
.fest-pack-feature {
  margin-bottom: 8px;
  display: inline-flex;
  gap: 2px;
}
.fest-pack-feature img {
  width: 20px;
  height: 20px;
}
.fest-pack-feature span.red {
  color: var(--Red-wrong, #FF4D4F);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
.fest-pack-feature strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
.fest-pack-specs-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .fest-pack-specs-list {
    flex-direction: row;
    gap: 32px;
    align-items: center;
  }
}
.fest-pack-specs {
  width: 100%;
  padding: 16px;
  gap: 10px;
  border-radius: 16px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 24px;
  position: relative;
}
.fest-pack-specs__period {
  color: var(--Grey-11, #1F1F1F);
  text-align: right;
  font-family: IRANYekanX;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.fest-pack-specs__main-price {
  color: var(--Green-3, #4CA30D);
  font-family: IRANYekanX;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.fest-pack-specs__main-price-unit {
  color: var(--Green-3, #4CA30D);
  font-family: IRANYekanX;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.fest-pack-specs__profit {
  flex: 1 0 auto;
  align-self: stretch;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fest-pack-specs__profit-text {
  color: var(--Grey-8, #595959);
  text-align: center;
  font-family: IRANYekanX;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
}
.fest-pack-specs__discount {
  display: inline-block;
  border-radius: 32px;
  background: rgba(245, 34, 45, 0.85);
  color: #fff;
  padding: 0 8px;
}
.fest-pack-specs__discount-price {
  color: var(--Grey-10, #262626);
  font-family: IRANYekanX;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.fest-pack-specs__prices {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.fest-pack-specs__final-price {
  color: var(--Green-3, #4CA30D);
  text-align: center;
  font-family: IRANYekanX;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.fest-pack-specs:has(input:checked) {
  border: 2px solid #3B7C0F;
}
.fest-pack-specs__buy-btn {
  border-radius: 8px;
  background: #CA233B;
  width: 189px;
  height: 52px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: var(--Grey-1, #FFF);
  text-align: center;
  font-family: IRANYekanX;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border: none;
}
.fest-pack-specs__tag {
  position: absolute;
  top: -16px;
  right: 20px;
  display: flex;
  width: 114px;
  height: 30px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  border-radius: var(--BorderRadius-borderRadius32, 32px);
  color: var(--Grey-1, #FFF);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  font-family: IRANYekanX;
}
.fest-pack-specs__tag.economic {
  color: #fff;
  background: #00C4BA;
}
.fest-pack-specs__tag.suggested {
  color: #fff;
  background: #00918A;
}
@media only screen and (min-width: 768px) {
  .fest-pack {
    flex: 1;
    align-self: stretch;
    gap: 32px;
    padding: 32px;
  }
  .fest-pack-title {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .fest-pack-subject {
    display: block;
    font-size: 30px;
    margin: 0 auto;
  }
  .fest-pack-attr {
    display: flex;
    align-items: center;
  }
  .fest-pack-services {
    display: flex;
    justify-content: right;
    align-items: center;
    flex: 0;
    align-self: stretch;
  }
  .fest-pack-feature {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .fest-pack-specs {
    flex: 1 auto;
  }
  .fest-pack-specs-list {
    display: flex;
    gap: 16px;
    justify-content: right;
    align-items: center;
    width: 100%;
  }
}
.fest-pack.autoupdate {
  order: 2;
}
.fest-pack.autoupdate-boost {
  order: 1;
}
.fest-pack:has(.fest-pack-subject input:checked) {
  border: 1px solid #4CA30D;
}
.fest-stamp {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 2vw;
  margin-top: 2vw;
}
.fest-stamp-temp {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 77px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.fest-stamp-text {
  transform: rotate(339deg);
  display: inline-block;
  width: 100%;
  color: #A60709;
  text-align: center;
  font-family: Kalameh;
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
  line-height: 7px;
  word-wrap: break-word;
  margin: auto auto;
}
.fest .compare-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .fest .compare-section {
    width: 712px;
  }
}
.fest .compare-section__title {
  color: var(--Grey-11, #1F1F1F);
  text-align: center;
  /* بدنه - Strong -16pt */
  font-family: IRANYekanX;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
}
@media only screen and (min-width: 768px) {
  .fest .compare-section__title {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
  }
}
.fest .compare-section__toggle {
  color: var(--Green-primary-3-primary, #4CA30D);
  font-family: IRANYekanX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 24px;
  background-color: transparent;
  border: 0;
  width: 100%;
  display: none;
}
@media only screen and (min-width: 768px) {
  .fest .compare-section__toggle {
    display: flex;
  }
}
.fest .compare-section__toggle-text:before {
  content: "مشاهده کمتر";
}
.fest .compare-section__toggle-icon {
  color: inherit;
}
.fest .compare-section__toggle-icon:before {
  content: "\f106";
}
.fest .compare-section.collapse .compare-collapser {
  max-height: 162px;
}
.fest .compare-section.collapse .compare-section__toggle .compare-section__toggle-text:before {
  content: "مشاهده بیشتر";
}
.fest .compare-section.collapse .compare-section__toggle .compare-section__toggle-icon:before {
  content: "\f107";
}
.fest .compare-section__tip {
  color: var(--Grey-10, #262626);
  text-align: right;
  font-family: IRANYekanX;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .fest .compare-section__tip {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
}
.fest .compare-collapser {
  overflow-y: hidden;
  width: 100%;
}
.fest-compare__text {
  text-align: center;
  color: #00C4B3;
  font-family: IRANYekanX;
  font-size: 14px;
  font-style: normal;
}
.fest .compare-table {
  width: 100%;
  border-collapse: collapse;
  direction: rtl;
  font-family: sans-serif;
  background: #fff;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  /*outline: 0.5px solid #D9D9D9;*/
}
.fest .compare-table thead {
  background: #00c4b3;
  color: #fff;
  display: table-header-group;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.fest .compare-table thead th {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .fest .compare-table thead th {
    font-size: 14px;
    line-height: normal;
  }
}
.fest .compare-table tbody {
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid var(--Grey-5, #D9D9D9);
}
.fest .compare-table tbody tr {
  border-bottom: 1px solid var(--Grey-5, #D9D9D9);
  display: table-row;
  max-width: 100%;
}
.fest .compare-table tbody tr:last-child {
  border-bottom: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.fest .compare-table tbody tr.price td {
  font-size: 12px;
}
.fest .compare-table tbody tr.price td.bold {
  font-weight: 700;
}
.fest .compare-table tbody tr.price td.bolder {
  font-weight: 700;
  font-size: 14px;
}
.fest .compare-table tbody td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-family: IRANSansXFaNum;
  color: var(--Grey-10, #262626);
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .fest .compare-table tbody td {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
}
.fest .compare-table tbody td small {
  color: inherit;
  font-size: inherit;
}
.fest .compare-table tbody td .fa-check {
  color: #2ecc71;
  font-size: 16px;
}
.fest .compare-table tbody td .fa-times {
  color: #e74c3c;
  font-size: 16px;
}
.fest .fest-large-compare-table-link {
  color: var(--Green-primary-3-primary, #4CA30D);
  font-family: IRANYekanX;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 200% */
  cursor: pointer;
  text-decoration: none;
}
.fest .fest-tab-eid-icon {
  text-align: center;
}
.fest .fest-tab-eid-icon img {
  width: 162px;
  height: 121px;
  aspect-ratio: 162/121;
}
@media only screen and (min-width: 768px) {
  .fest .fest-tab-eid-icon img {
    width: 396px;
    height: 297px;
    aspect-ratio: 4/3;
    order: 0;
  }
}
.fest .elevator-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid var(--Grey-5, #D9D9D9);
  background: #FFF;
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .fest .elevator-faq {
    padding: 16px;
  }
}
.fest .elevator-faq__title {
  color: #434343;
  text-align: center;
  font-family: IRANYekanX;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media only screen and (min-width: 768px) {
  .fest .elevator-faq__title {
    font-size: 20px;
  }
}
.fest .elevator-faq .nr-accordion__item {
  border-radius: 8px;
  background: var(--Grey-3, #F5F5F5);
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .fest .elevator-faq .nr-accordion__item {
    padding: 12px;
  }
}
.fest .elevator-faq .nr-accordion__header {
  color: var(--Grey-10, #262626);
  text-align: right;
  font-family: IRANYekanX;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.fest .elevator-faq .nr-accordion__body {
  color: var(--Grey-8, #595959);
  text-align: justify;
  font-family: IRANYekanX;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.fest .elevator-faq-container {
  overflow-y: hidden;
}
.fest .elevator-faq__toggle {
  color: var(--Green-primary-3-primary, #4CA30D);
  font-family: IRANYekanX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 24px;
  background-color: transparent;
  border: 0;
  width: 100%;
}
.fest .elevator-faq__toggle-text:before {
  content: "مشاهده کمتر";
}
.fest .elevator-faq__toggle-icon {
  color: inherit;
}
.fest .elevator-faq__toggle-icon:before {
  content: "\f106";
}
.fest .elevator-faq.collapse .elevator-faq-container {
  max-height: 200px;
}
@media only screen and (min-width: 768px) {
  .fest .elevator-faq.collapse .elevator-faq-container {
    max-height: 219px;
  }
}
.fest .elevator-faq.collapse .elevator-faq__toggle .elevator-faq__toggle-text:before {
  content: "مشاهده بیشتر";
}
.fest .elevator-faq.collapse .elevator-faq__toggle .elevator-faq__toggle-icon:before {
  content: "\f107";
}
.fest .fest-compare-container {
  display: flex;
  justify-content: center;
  align-items: center;
  direction: ltr;
  gap: 48px;
}

.time-boxes-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.time-boxes-holder p {
  color: var(--Gray-8, #424547);
  font-family: IRANYekanX;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .time-boxes-holder p {
    font-size: 21px;
  }
}
.time-boxes-holder .time-boxes {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 11px;
}
.time-boxes-holder .time-boxes .time-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  border-radius: 8.815px;
  background: #FF3652;
  box-shadow: 0 9.696px 24.681px 0 rgba(0, 0, 0, 0.05);
}
.time-boxes-holder .time-boxes .time-box .time {
  color: #fff;
  font-family: IRANYekanX;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.time-boxes-holder .time-boxes .time-box .time-description {
  color: #fff;
  font-family: IRANYekanX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .time-boxes-holder .time-boxes .time-box {
    width: 85px;
    height: 85px;
  }
  .time-boxes-holder .time-boxes .time-box .time {
    font-size: 31.733px;
  }
  .time-boxes-holder .time-boxes .time-box .time-description {
    font-size: 21.155px;
  }
}

.first-tab-count-down-holder.has-no-order {
  margin-top: 10px !important;
}

.first-tab-count-down-holder {
  text-align: left;
  margin-top: -20px;
}
.first-tab-count-down-holder p {
  font-size: 16px !important;
  color: black;
  font-weight: bold;
}
.first-tab-count-down-holder .count-down div {
  background: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 11px 28px rgba(0, 0, 0, 0.05);
  color: black;
  margin: 0 10px;
  display: inline-block;
  text-align: center;
  font-size: 15px !important;
  width: 55px;
}
.first-tab-count-down-holder .count-down div p {
  font-size: 18px !important;
  font-weight: bold;
}
.first-tab-count-down-holder .count-down div.day {
  color: #DF3D52;
}
.first-tab-count-down-holder .count-down div.day p {
  color: #DF3D52;
}
