main.nowruz .content-body .wp-block-columns {
    padding: 0;
    display: flex;
    flex-direction: column;
    /* gap: 12px; */
    margin: 0;
}
.city__page .sidebar .list-info .section-info.active-color:before {
    content: "";
    position: absolute;
    right: -6px;
    height: 12px;
    width: 12px;
    border: solid 3px #be3190;
    border-radius: 50px;
    top: 0;
    bottom: 0;
    margin:  auto;
}
.tour-group .airline-logos ul li span {
    position: absolute;
    border-radius: 50px;
    box-shadow: 0 4px 10px 0 #e4e4e4;
    background-color: #fff;
    color: #0c0c0c;
    font-size: 12px;
    bottom: calc(100% + 4px);
    transform: translate3d(0px, 10px, 0px);
    opacity: 0;
    transition-duration: 0.3s;
    visibility: visible;
    cursor: default;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    width: max-content;
}

.tour-group .airline-logos ul li:hover span {
    visibility: visible;
    opacity: 1;
    /* height: 25px; */
    transform: translate3d(0px, 0px, 0px);
}

.tour-group .airline-logos ul li span:after {}

.tour-group .airline-logos ul li span:after {
    content: "";
    position: absolute;
    bottom: -6px;
    /* background-color: white; */
    /* width: 18px; */
    /* height: 18px; */
    /* border-width: 12px 2px 2px 0; */
    /* border: solid; */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    border-radius: 11px;
    box-shadow: 0 4px 10px 0 #e4e4e4;
}
.nowruz-announcement {
    display: flex;
    align-items: center;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
    height: 160px;
    overflow: hidden;
    padding: 16px 240px 16px 16px;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}

.nowruz-announcement img {
    width: 280px;
    /* margin: -40px 0; */
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(40px, -20px);
}
.nowruz-block .link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
}

.nowruz-block .link a {
    display: flex;
    height: 40px;
    min-width: 240px;
    justify-content: center;
    align-items: center;
    background-color: #be3190;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 40px;
}
main.nowruz .follow-instagram {
    margin: 0;
}
main.nowruz .nowruz-block .wp-block-columns .wp-block-column {
    padding: 0;
}
.nowruz-block h2 {
    margin: 0 0 10px !important;
    padding: 0 !important;
}

.nowruz-block h2:after {
    border: 0;
    display: none;
}

main.nowruz .wp-block-columns .wp-block-column:has(> .nowruz-block) {
    padding: 0;
}
main.nowruz .wp-block-columns .wp-block-column h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% + 32px);
    height: 1px;
    background-color: #EBEBEB;
    right: -16px;
}
.tour-group .airline-logos ul li img {
    width: 100%;
}
.infinitive-scroll-section.child-1 {
    left: -40px;
    animation-direction: reverse;
}
.infinitive-scroll-section.child-2 {
    left: 163px;
}
.infinitive-scroll-section.child-3 {
    right: -50px;
}
.infinitive-scroll-section.child-4 {
    right: 153px;
    animation-direction: reverse;
}
main.nowruz {}
.tour-group > img {
    width: 216px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 0 26px 26px 0;
}

main.nowruz .wp-block-columns .wp-block-column > h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    color: #0C0C0C;
    padding: 11px 16px;
    /* border-bottom: 1px solid var(--Neutral-EBEBEB, #EBEBEB); */
    /* margin: 0 0 16px; */
}

main.nowruz .wp-block-columns .wp-block-column .schema-faq {
    /* padding: 16px; */
}

main.nowruz .wp-block-columns .wp-block-column {
    padding: 16px 15px 0;
    display: flex;
    flex-direction: column;
}

main.nowruz .wp-block-columns .wp-block-column h2 {
    padding: 0;
    padding-bottom: 10px;
    margin: 0 0 16px;
    position: relative;
}

main.nowruz .wp-block-columns .wp-block-column h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% + 32px);
    height: 1px;
    background-color: #EBEBEB;
    right: -16px;
}

main.nowruz .schema-faq-section {
    border-radius: 26px;
    border: 1px solid #EBEBEB;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* position: relative; */
}

main.nowruz .schema-faq-question:before {
    background-color: transparent;
}

main.nowruz .schema-faq-section .schema-faq-question {
    padding: 0 16px;
}

main.nowruz .schema-faq-section .schema-faq-answer {
    padding: 5px 16px 10px;
}

main.nowruz .schema-faq-section.active-faq {
    background-color: #F7F7F7;
    margin-bottom: 12px;
}

main.nowruz .schema-faq-section .schema-faq-question:after {
    left: 15px;
}
.nowruz-block {
    padding-bottom: 16px;
    background-color: white;
    border-radius: 30px;
    position: relative;
}
main.nowruz .city__page .city__description {
    background-image: none;
    background: white;
    padding: 20px 80px 10px 50px;
}

main.nowruz .city__page .city__description .close-alarm {
    /* filter: invert(1); */
    /* transform: scale(0.8); */
    background-image: url(../img/nowruz/close.svg);
    background-size: 100%;
    background-position: 0 0;
    position: absolute;
    left: 15px;
    top: 15px;
}
.header {}

.nowruz-block .header {
    display: flex;
    align-items: center;
    height: 95px;
    padding: 0 16px;
    flex-direction: row;
    border-bottom: 1px solid var(--Neutral-EBEBEB, #EBEBEB);
}

.nowruz-block .header .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 0;
    /* padding: 0; */
    height: auto;
    padding: 0 12px;
}

.nowruz-block .header .count {
    margin: 0 auto 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #606060;
}

.nowruz-block .header .sabze {
    width: 42px;
    height: 42px;
    background-image: url(../img/nowruz/sabzed.svg);
    background-size: calc(100% - 0px);
}

.nowruz-block .header .header h2 {
    font-size: 18px;
    font-weight: bold;
    color: #0C0C0C;
    margin: 0 0 8px 0;
}

.nowruz-block .header .header span {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #943993;
}

.nowruz-block .header .header span:before {
    content: "";
    width: 20px;
    height: 25px;
    margin: 0 0 0 6px;
    background-image: url(../img/nowruz/arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.tour-group {
    display: flex;
    height: 182px;
    padding: 0px 232px 0 0;
    /* margin: 0 0 20px; */
    border-radius: 26px;
    border: 1px solid var(--Neutral-EBEBEB, #EBEBEB);
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    /* overflow: hidden; */
}

.wp-block-columns .tour-group > img {
    width: 216px;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    border-radius: 0 26px 26px 0;
    object-fit: cover;
}

.tour-group > a {
    position: absolute;
    right: 0;
    height: 100%;
    display: block;
    width: 100%;
    padding: 16px 232px 0 0;
    color: #0C0C0C;
    font-size: 16px;
    font-weight: bold;
    top: 0;
    z-index: 2;
    cursor: pointer;
}

.tour-group .data {
    margin: 77px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 1 60%;
}

.data {}

.tour-group .data p {
    display: flex;
    gap: 6px;
    font-size: 14px;
}
.tour-group .data div {
    display: flex;
    gap: 6px;
    font-size: 12px;
}
.tour-group .data p i {
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(../img/nowruz/sabzed.svg);
    background-size: calc(100% - 0px);
}
.tour-group .data div i {
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(../img/nowruz/sabzed.svg);
    background-size: calc(100% - 0px);
}
.tour-group .data  .label {
    color: #606060;
}

.tour-group .data p .value {
    color: #0C0C0C;
}
.tour-group > .price {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 33px 16px 16px;
}

.tour-group > .price {}

.tour-group > .price .link {
    margin-top: auto;
    border-radius: 20px;
    background-color: #BE3190;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
}

.tour-group > .price .label {
    color: #606060;
    font-size: 12px;
}

.tour-group > .price .value {
    height: 38px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    gap: 5px;
}

.tour-group > .price .value .currency {
    color: #606060;
    font-size: 12px;
}
.tour-group .airline-logos {
    width: 46px;
    flex: 0 0 46px;
    position: relative;
    margin: 0px 0 0 0;
    /* z-index: 1; */
}

.tour-group .airline-logos ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.tour-group .airline-logos ul li {
    width: 46px;
    height: 46px;
    border: solid 1px  #EBEBEB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    position: relative;
    padding: 9px;
    z-index: 2;
}

.tour-group .airline-logos ul li:nth-child(2) {
    margin: -20px 0 0 0;
}
.tour-group .airline-logos ul li:nth-child(3) {
    margin: -20px 0 0 0;
}
.tour-group .airline-logos ul li:nth-child(4) {
    margin: -20px 0 0 0;
}
.tour-group .airline-logos ul li:nth-child(5) {
    margin: -20px 0 0 0;
}
.tour-group .airline-logos ul:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    /* border-left: 1px dashed #eee; */
    /* background: var(--Neutral-EBEBEB, #EBEBEB); */
    background-image: linear-gradient(#EBEBEB 50%, #ffffff 0%);
    background-position: right;
    background-size: 1px 11px;
    background-repeat: repeat-y;
}

.tour-group .airline-logos:before {
    content: "";
    width: 22px;
    height: 11px;
    position: absolute;
    top: -2px;
    background-color: white;
    left: 0;
    right: 0;
    margin: auto;
    border: solid 1px #EBEBEB;
    border-radius: 0 0 200px 200px;
    z-index: 1;
    border-top: 0;
}
.tour-group .airline-logos:after {
    content: "";
    width: 22px;
    height: 11px;
    position: absolute;
    bottom: -1px;
    background-color: white;
    left: 0;
    right: 0;
    margin: auto;
    border: solid 1px #EBEBEB;
    border-radius:  200px 200px 0 0;
    z-index: 1;
    border-bottom: 0;
}
.tour-group-list {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nowruz-header {
    height: 450px;
    background: linear-gradient(96deg, #BE3190 0%, #943993 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    color: white;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.nowruz-title {
    border-radius: 0px 0px 30px 30px;
    border-bottom: 1px solid var(--Line-Line-Null, #DDD);
    background: var(--Neutral-White, #FFF);

/* SH2 */
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: space-between;
    height: 65px;
    align-items: center;
    position: relative;
}
.nowruz-header .title span {
    background-image: url(../img/nowruz/nowruzi.svg);
    background-size: contain;
    display: block;
    position: absolute;
    width: 113px;
    height: 128px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 40px;
    transform: translate(26px, 0px);
    background-repeat: no-repeat;
}

.nowruz-header .title {
    position: relative;
}
.nowruz-title h1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
main.nowruz .list-info-parent:before {
    content: "";
    /* width: 142px; */
    /* height: 42px; */
    background-image: url(../img/nowruz/fish.svg);
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 156px;
    height: 135px;
    background-repeat: no-repeat;
    z-index: 14;
}
.nowruz-description {
    margin: 0 16px;
    border-radius: 26px;
    border: 1px solid var(--Neutral-EBEBEB, #EBEBEB);
    padding: 16px;
    position: relative;
    overflow: hidden;
}

.nowruz-description h3 {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    color: #000 !important;
}

.nowruz-description p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #303030;
    position: relative;
    z-index: 2;
}

main.nowruz .wp-block-columns .wp-block-column > h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    color: #0C0C0C;
    padding: 0 0 11px;
    /* border-bottom: 1px solid var(--Neutral-EBEBEB, #EBEBEB); */
    position: relative;
}

main.nowruz ul.link-building {
    padding: 16px 0;
    gap: 24px;
    margin: 20px 0 !important;!i;!;
}

main.nowruz ul.link-building li:before {
    display: none;
}

main.nowruz ul.link-building li {
    margin: 0;
}

main.nowruz ul.link-building li a {
    box-shadow: none;
    border-radius: 24px;
    border: 1px solid var(--Neutral-EBEBEB, #EBEBEB);
    height: 48px;
    text-align: right;
    display: flex;
    justify-content: space-between;
    padding: 0 8px 0 8px;
    color: #0C0C0C;
    font-size: 14px;
    max-width: 100%;
    margin: 0;
}

main.nowruz ul.link-building li a:before {
    border-radius: 100px;
    background: var(--Primary-943993, #943993);
    width: 32px;
    height: 32px;
    margin: 0;
    position: relative;
}

main.nowruz .city__page .sidebar .list-info {
    /* margin: 0 0 24px; */
    /* background-color: white; */
    /* border-radius: 30px; */
    background: var(--Neutral-White, #FFF);
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 16px;
}

main.nowruz .city__page .sidebar .list-info:before {
    display: none;
}

main.nowruz .city__page .sidebar .list-info:after {
    display: none;
}

main.nowruz .city__page .sidebar .phone-info {
    margin: 0;
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px !important;
    padding: 0;
    background: rgba(190, 49, 144, 0.80);
    width: 100%;
    overflow: hidden;
    box-shadow: none;
}

main.nowruz .city__page .sidebar .phone-info img {}

.city__page .sidebar .phone-info p:nth-child(1) {}

main.nowruz .city__page .sidebar .phone-info p:nth-child(1) {
    font-size: 14px;
    font-weight: bold;
}

main.nowruz .city__page .sidebar .phone-info p:nth-child(2) {
    font-size: 22px;
    margin: 0;
    display: flex;
    align-items: center;
    height: 37px;
    gap: 5px;
}

main.nowruz .city__page .sidebar .phone-info p:nth-child(2):before {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
}
main.nowruz .city__page .wrapper {
    top: 0;
    margin: 0 auto 90px;
}

main.nowruz .city__page .sidebar:before {
    display: none;
}

.nowruz-title .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

main.nowruz .list-info-parent {
    margin: 0 0 24px;
    background-color: white;
    border-radius: 30px;
    background: var(--Neutral-White, #FFF);
    padding: 0;
    position: relative;
    overflow: hidden;
}

main.nowruz .list-info-parent .header {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    padding: 10px 20px !important;
    border-bottom: solid 1px #DDD;
}

main.nowruz .city__page .sidebar .list-info li {
    margin: 0;
    padding: 0 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

main.nowruz .content-body {
    margin: 24px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

main.nowruz .city__page .sidebar {
    margin-top: 24px;
}

main.nowruz .city__page .sidebar .phone-info:after {
    background: rgba(190, 49, 144, 0.80);
}
 .breadcrumbs span span:before {
  width: 15px;
  height: 20px;
  content: "";
  right: -22px;
  top: 1px;
  /* position: absolute; */
  background-repeat: no-repeat;
  background-size: 275px;
  background-image: url(https://files.nahalgasht.com/images/icons.svg);
  background-position: -34px -87px;
  display: block;
  transform: scale(0.7);
}

.breadcrumbs a {
    display: flex;
    flex-direction: row;
}

.breadcrumbs > span {
    display: flex;
    gap: 3px;
}

.breadcrumbs span span {
    display: flex;
    gap: 3px;
}

.breadcrumbs {
    font-size: 14px;
}
 .breadcrumbs > span > span:first-child > a:after {
  content: "";
  background-image: url(../img/logo-r.svg);
  /* position: absolute; */
  /* right: -25px; */
  /* background-size: cover; */
  /* top: 0; */
  width: 18px;
  height: 18px;
  background-size: 18px;
}
.breadcrumbs > span > span:first-child > a {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
    font-size: 14px;
}

.breadcrumbs > span > span:first-child > a:before {
    display: none;
}

.breadcrumbs > span span:first-child:before {
    display: none;
}
main.nowruz ul.link-building li a:after {
    border-width: 2px 0 0 2px;
    top: 17px;
    left: 21px;
    border: 0;
    /* position: absolute; */
}

.tour-group .data p i.calendar {
    background-image: url(../img/nowruz/calendar.svg);
    background-size: 100%;
}
.tour-group .data  i.duration {
    background-image: url(../img/nowruz/clock.svg);
    background-size: 100%;
}
.tour-group .data  i.air {
    background-image: url(../img/nowruz/airplane.svg);
    background-size: 100%;
}
.tour-group .data  i.money {
    background-image: url(../img/nowruz/money.svg);
    background-size: 100%;
}
.infinitive-scroll-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.infinitive-scroll-section {
    display: flex;
    gap: 30px;
    position: absolute;
    height: 100%;
    background-image: url(../img/nowruz/nowruz.svg);
    width: 200px;
    background-repeat: repeat-y;
    white-space: nowrap;
    animation: scroll 50s linear infinite;
    animation-delay: 0;
}

.nowruz-description:before {
    width: 132px;
    height: 140px;
    background-image: url(../img/nowruz/sabzed.svg);
    background-size: calc(100% - 0px);
    position: absolute;
    left: -24px;
    content:"";
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -10px;
    z-index: 1;
    opacity: 0.1;
}

@keyframes scroll {
    0% {
        background-position-y:0
    }

    100% {
        background-position-y: 2026px;
    }
}
@media (max-width: 700px) {
.tour-group{
  display: flex;
  flex-direction: column;
  height: auto;
  border-radius: 24px;
  padding: 160px 0 12px 0;
}
  .wp-block-columns .tour-group > img{
    height: 140px;
    width: 100%;
    border-radius: 24px 24px 0 0;
  }
  .tour-group > a{
    padding: 148px 12px 0 0;
  }
  .tour-group .data{
    margin: 23px 0 0 0;
    padding: 0 12px;
    gap: 12px;
  }
  .tour-group .data p{
    font-size: 12px;
  }
  .tour-group .data  .value{
    margin-right: auto;
  }
  .tour-group .data  ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    margin-right: auto;
    align-items: center;
}
  .tour-group .data ul li{
    display: flex;
    font-size: 12px;
    align-items: center;
    gap: 2px;
    font-size: 12px;
  }
  .nowruz-block .header .count{
    position: absolute;
    left: 20px;
    font-size: 12px;
    top: 18px;
  }
  .tour-group .data ul img{
    
width: 21px;
    
height: 21px;
  }
  .nowruz-block .header{
    height: 87px;
  }
  .nowruz-block .header .header h2{
    
  }
  .nowruz-block .header .header span{
    font-size: 12px;
  }
  .nowruz-block .header .sabze {
    width: 28px;
    height: 28px;
    background-image: url(../img/nowruz/sabzed.svg);
    background-size: calc(100% - 0px);
}
  main.nowruz ul.link-building{
    gap: 12px;
  }
  .tour-group .data .value.money {
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.tour-group .data .value.money span {
    font-size: 10px;
    color: #606060;
}

.tour-group .link {
    border-radius: 20px;
    background: #BE3190;
    color: white;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
    font-size: 14px;
    margin: 17px 12px 0;
}
  .p-xm-0 {
    padding: 0 !important;
}
  .nowruz-title .container{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0 16px;
    gap: 6px;
  }
  .nowruz-title h1{
    font-size: 14px;
    margin: 0;
  }
  .breadcrumbs span span.breadcrumb_last {
    /* display: none; */
    color: transparent;
}

.breadcrumbs span span.breadcrumb_last:before {
    transform: rotate(-90deg) scale(0.7);
}
    .nowruz-block .link{
        margin: 20px 20px 0;
    }
    .nowruz-block .link a{
        
width: 100%;
    }
    .nowruz-announcement{
        
height: auto;
        
padding: 60px 20px 16px;
        
font-size: 12px;
        
line-height: 2.17;
        
border-radius: 26px;
    }
     .nowruz-announcement img{
        
width: 140px;
        
left: 0;
        
right: 0;
        
margin: auto;
        
transform: translate(19px, -49px);
    }
  main.nowruz .content-body{
    
margin: 12px 0 0 0;
    
gap: 20px;
  }
  .tour-group > img{
    height: 140px;
    width: 100%;
    border-radius: 24px 24px 0 0;
  }
  main.nowruz .schema-faq-section .schema-faq-question{
    font-size: 14px;
    font-weight: bold;
    padding: 0px 18px 0 29px;
    position: relative;
  }
  main.nowruz .schema-faq-section .schema-faq-answer{
    font-size: 12px;
  }
  main.nowruz .schema-faq-section.active-faq .schema-faq-question{
    padding: 12px 16px 0;
    /* position: unset; */
  }
  main.nowruz .schema-faq-section .schema-faq-question:after{
    transform: scale(0.7);
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  main.nowruz .schema-faq-section.active-faq .schema-faq-question:after{
    bottom: unset;
    top: 10px;
  }
  main.nowruz .schema-faq-section{
    border-radius: 24px;
  }
  .nowruz-header{
    height: 250px;
    font-size: 20px;
  }
    .infinitive-scroll-section {
 /* transform: scale(0.8); */
 background-size: 70px;
 width: 80px;
 /* border: solid; */
}
  .infinitive-scroll-section.child-1 {
    left: -40px;
    animation-direction: reverse;
}
.infinitive-scroll-section.child-2 {
    left: 38px;
}
.infinitive-scroll-section.child-3 {
    right: -60px;
}
.infinitive-scroll-section.child-4 {
    right: 19px;
    animation-direction: reverse;
}
  .nowruz-title{
    /* font-size: 20px; */
  }
  .nowruz-header .title span{
    
width: 80px;
    
height: 70px;
    
transform: translate(19px, 23px);
  }

}
main.nowruz ul.link-building li img {
    width: 30px;
    height: 30px;
}