.header {
  position: relative; }
  .header .title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 2; }
    .header .title p {
      font-size: 50px; }
    .header .title h1 {
      font-size: 120px;
      line-height: 1;
      text-transform: uppercase; }
  .header .collection {
    position: relative;
    padding-top: 14rem; }
    .header .collection .left-gallery img:nth-child(1) {
      width: 350px;
      position: absolute;
      left: -20px;
      top: 240px;
      z-index: 1; }
    .header .collection .left-gallery img:nth-child(2) {
      width: 375px;
      position: absolute;
      bottom: 50PX;
      margin: auto;
      left: 30px; }
    .header .collection video {
      object-fit: cover;
      object-position: center; }
    .header .collection .right-gallery img:nth-child(1) {
      width: 285px;
      position: absolute;
      right: 130px;
      top: 330px; }
    .header .collection .right-gallery img:nth-child(2) {
      width: 392px;
      position: absolute;
      right: -60px;
      bottom: -180px; }

.about-us {
  margin-top: 14rem; }
  .about-us .about {
    height: max-content; }
    .about-us .about .title-about {
      text-transform: uppercase;
      font-weight: 200;
      color: #fff; }
    .about-us .about .description-about {
      font-size: 66px;
      text-transform: uppercase;
      color: #fff;
      font-weight: bold;
      line-height: 1.25; }
      .about-us .about .description-about span {
        color: #D20000; }
    .about-us .about .about-inner {
      font-size: 18px;
      line-height: 1.75;
      color: #fff; }
  .about-us .about-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -200px; }

html[dir="rtl"] body .about .bi {
  transform: rotate(-180deg); }

html[dir="rtl"] body .magazine .magazine-item .overlay .description {
  font-family: 'iran-sans'; }

html[dir="rtl"] body .magazine .magazine-item .right span .bi {
  transform: rotate(180deg); }

html[dir="rtl"] body .magazine .magazine-item:hover span {
  transform: rotate(30deg); }

html[dir="rtl"] body .magazine .mag-col:nth-child(1) {
  padding-left: 2rem;
  padding-right: 0; }

html[dir="rtl"] body .magazine .mag-col:nth-child(2) {
  padding-left: 0;
  padding-right: 2rem; }

html[dir="rtl"] body .magazine .banner-scrollable {
  background-color: var(--color-one); }
  html[dir="rtl"] body .magazine .banner-scrollable .scroll-text {
    width: max-content;
    -moz-transform: translateX(140%);
    -webkit-transform: translateX(140%);
    transform: translateX(140%);
    -moz-animation: my-animation-rtl 100s linear infinite;
    -webkit-animation: my-animation-rtl 100s linear infinite;
    animation: my-animation-rtl 100s linear infinite; }
    html[dir="rtl"] body .magazine .banner-scrollable .scroll-text li {
      position: relative;
      list-style: none;
      margin-left: 130px;
      text-transform: uppercase;
      font-size: 110px;
      color: #fff;
      line-height: 1.25; }
      html[dir="rtl"] body .magazine .banner-scrollable .scroll-text li::before {
        content: "";
        position: absolute;
        left: -125px;
        top: 0;
        bottom: -5px;
        margin: auto;
        width: 120px;
        height: 1px;
        background-color: #fff; }

html[dir="rtl"] body .magazine .banner-scrollable2 {
  background-color: var(--color-one); }
  html[dir="rtl"] body .magazine .banner-scrollable2 .scroll-text {
    width: max-content;
    -moz-transform: translateX(150%);
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    -moz-animation: my-animation-rtl2 100s linear infinite;
    -webkit-animation: my-animation-rtl2 100s linear infinite;
    animation: my-animation-rtl2 100s linear infinite; }
    html[dir="rtl"] body .magazine .banner-scrollable2 .scroll-text li {
      position: relative;
      list-style: none;
      margin-left: 130px;
      text-transform: uppercase;
      font-size: 110px;
      color: #fff;
      line-height: 1.25; }
      html[dir="rtl"] body .magazine .banner-scrollable2 .scroll-text li::before {
        content: "";
        position: absolute;
        left: -125px;
        top: 0;
        bottom: -5px;
        margin: auto;
        width: 120px;
        height: 1px;
        background-color: #fff; }

html[dir="rtl"] body .why .subscribe-img {
  transform: rotate(180deg); }

html[dir="rtl"] body .why .bi {
  transform: rotate(180deg); }

html[dir="rtl"] body .blog .bi {
  transform: rotate(180deg); }

html[dir="rtl"] body .blog .blog-item:hover .right span {
  transform: rotate(30deg); }

html[dir="rtl"] body .us .bi {
  transform: rotate(180deg); }

.magazine {
  margin-top: -10px;
  padding: 22rem 0 3rem 0;
  /* for Firefox */
  /* for Firefox */
  /* for Firefox */
  /* for Firefox */ }
  .magazine .mag-col:nth-child(1) {
    padding-left: 0;
    padding-right: 2rem; }
  .magazine .mag-col:nth-child(2) {
    padding-right: 0;
    padding-left: 2rem;
    margin-top: 7rem; }
  .magazine .magazine-item {
    position: relative; }
    .magazine .magazine-item .overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      display: flex;
      padding: 3.5rem 7rem; }
      .magazine .magazine-item .overlay .title {
        font-size: 44px;
        text-transform: capitalize;
        line-height: 1.25; }
      .magazine .magazine-item .overlay .description {
        font-size: 18px;
        text-transform: capitalize;
        font-family: sans-serif;
        font-weight: 100; }
      .magazine .magazine-item .overlay .right span {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        transition: .5s; }
        .magazine .magazine-item .overlay .right span i {
          font-size: 30px;
          transition: .5s; }
    .magazine .magazine-item:hover .right span {
      transform: rotate(-30deg); }
  .magazine .banner-scrollable {
    background-color: var(--color-one); }
    .magazine .banner-scrollable .scroll-text {
      width: max-content;
      -moz-transform: translateX(-140%);
      -webkit-transform: translateX(-140%);
      transform: translateX(-140%);
      -moz-animation: my-animation 100s linear infinite;
      -webkit-animation: my-animation 100s linear infinite;
      animation: my-animation 100s linear infinite; }
      .magazine .banner-scrollable .scroll-text li {
        position: relative;
        list-style: none;
        margin-left: 130px;
        text-transform: uppercase;
        font-size: 110px;
        color: #fff;
        line-height: 1.25; }
        .magazine .banner-scrollable .scroll-text li::before {
          content: "";
          position: absolute;
          left: -125px;
          top: 0;
          bottom: -5px;
          margin: auto;
          width: 120px;
          height: 1px;
          background-color: #fff; }
  .magazine .banner-scrollable2 {
    background-color: var(--color-one); }
    .magazine .banner-scrollable2 .scroll-text {
      width: max-content;
      -moz-transform: translateX(-150%);
      -webkit-transform: translateX(-150%);
      transform: translateX(-150%);
      -moz-animation: my-animation2 100s linear infinite;
      -webkit-animation: my-animation2 100s linear infinite;
      animation: my-animation2 100s linear infinite; }
      .magazine .banner-scrollable2 .scroll-text li {
        position: relative;
        list-style: none;
        margin-left: 130px;
        text-transform: uppercase;
        font-size: 110px;
        color: #fff;
        line-height: 1.25; }
        .magazine .banner-scrollable2 .scroll-text li::before {
          content: "";
          position: absolute;
          left: -125px;
          top: 0;
          bottom: -5px;
          margin: auto;
          width: 120px;
          height: 1px;
          background-color: #fff; }

@keyframes my-animation {
  from {
    -moz-transform: translateX(-140%);
    -webkit-transform: translateX(-140%);
    transform: translateX(-140%); }
  to {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes my-animation2 {
  from {
    -moz-transform: translateX(-150%);
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%); }
  to {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes my-animation-rtl {
  from {
    -moz-transform: translateX(140%);
    -webkit-transform: translateX(140%);
    transform: translateX(140%); }
  to {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes my-animation-rtl2 {
  from {
    -moz-transform: translateX(150%);
    -webkit-transform: translateX(150%);
    transform: translateX(150%); }
  to {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.event {
  background-color: #fff; }
  .event .title-event {
    text-transform: uppercase;
    font-weight: 200;
    color: #0E0E0D; }
  .event .subtitle-event {
    font-size: 66px;
    text-transform: uppercase;
    color: #0E0E0D;
    font-weight: bold;
    line-height: 1.25; }
    .event .subtitle-event span {
      color: #D20000; }
  .event .swiper-title {
    font-size: 22px;
    font-weight: bold;
    color: #D20000; }
  .event .event-item {
    position: relative; }
    .event .event-item .overlay {
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 2rem 2rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .event .event-item .overlay .title {
        border-bottom: 1px solid #fff; }
      .event .event-item .overlay .info .date .top, .event .event-item .overlay .info .cat .top {
        color: #fff;
        opacity: 40%;
        font-size: 14px; }
      .event .event-item .overlay .info .date .bottom, .event .event-item .overlay .info .cat .bottom {
        font-size: 16px;
        color: #fff; }

.why {
  margin-top: 15rem; }
  .why .title-why {
    font-size: 66px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1; }
    .why .title-why span {
      color: #D20000; }

.blog {
  background: #0E0E0D;
  padding: 4rem 0; }
  .blog .blog-title {
    text-transform: uppercase; }
  .blog .blog-subtitle {
    text-transform: uppercase;
    font-size: 66px;
    line-height: 1; }
    .blog .blog-subtitle span {
      color: #D20000; }
  .blog .blog-item {
    position: relative; }
    .blog .blog-item .overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 2rem; }
      .blog .blog-item .overlay .title-item {
        font-size: 22px;
        line-height: 1.5;
        text-transform: uppercase;
        color: #fff; }
      .blog .blog-item .overlay .subtitle {
        color: #fff;
        opacity: .4;
        font-size: 14px; }
      .blog .blog-item .overlay .right span {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color: #fff;
        transition: .5s; }
    .blog .blog-item:hover .right span {
      transform: rotate(-30deg); }

.us {
  position: relative; }
  .us .title-us {
    font-size: 120px;
    text-transform: uppercase;
    line-height: 1;
    color: #0E0E0D;
    text-align: center; }
  .us .subtitle-us {
    font-size: 60px;
    text-transform: uppercase;
    color: #D20000;
    text-align: center; }
  .us .description {
    margin-top: 30rem; }
  .us img {
    position: absolute;
    left: 130px;
    right: 0;
    width: 550px;
    margin: auto;
    top: 0rem; }
  .us .text-logo {
    overflow: hidden;
    font-size: 210px;
    color: #0E0E0D;
    opacity: .1;
    line-height: 1;
    text-transform: uppercase;
    text-align: center; }
    .us .text-logo p {
      white-space: nowrap; }

@media (min-width: 1400px) and (max-width: 1500px) {
  .header .title p {
    font-size: 45px; }
  .about-us .about .description-about {
    font-size: 46px;
    line-height: 1.5; }
  .magazine .magazine-item .overlay {
    padding: 3.5rem 3rem; } }

@media (min-width: 1200px) and (max-width: 1400px) {
  .header .title p {
    font-size: 45px; }
  .header .title h1 {
    font-size: 110px; }
  .header .collection .left-gallery img:nth-child(1) {
    width: 270px; }
  .header .collection .left-gallery img:nth-child(2) {
    width: 315px; }
  .header .collection .right-gallery img:nth-child(1) {
    width: 235px; }
  .header .collection .right-gallery img:nth-child(2) {
    width: 300px;
    right: -30px;
    bottom: -130px; }
  .about-us .about .description-about {
    font-size: 46px; }
  .magazine .magazine-item .overlay {
    padding: 3.5rem 3rem; }
  .magazine .banner-scrollable .scroll-text li {
    font-size: 70px; }
  .magazine .banner-scrollable2 .scroll-text li {
    font-size: 70px; }
  .event .subtitle-event {
    font-size: 60px; }
  .event .event-item .overlay {
    padding: 2rem 1rem; }
  .why {
    margin-top: 10rem; }
  .us .title-us {
    font-size: 90px; }
  .us .subtitle-us {
    font-size: 30px; }
  .us img {
    width: 450px; }
  .us .text-logo {
    font-size: 130px;
    text-align: center; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .header .title p {
    font-size: 30px; }
  .header .title h1 {
    font-size: 80px; }
  .header .collection .left-gallery img:nth-child(1) {
    width: 250px;
    left: 0;
    top: 180px; }
  .header .collection .left-gallery img:nth-child(2) {
    width: 275px;
    bottom: 20px; }
  .header .collection .right-gallery img:nth-child(1) {
    width: 200px;
    right: 120px;
    top: 270px; }
  .header .collection .right-gallery img:nth-child(2) {
    width: 290px;
    right: -20px;
    bottom: -100px; }
  .about-us .about .description-about {
    font-size: 46px; }
  .about-us .about-img {
    bottom: -220px; }
  .magazine .magazine-item .overlay {
    padding: 2.5rem 1rem; }
    .magazine .magazine-item .overlay .title {
      font-size: 30px; }
    .magazine .magazine-item .overlay .description {
      font-size: 16px; }
    .magazine .magazine-item .overlay .right span {
      width: 50px;
      height: 50px; }
      .magazine .magazine-item .overlay .right span i {
        font-size: 20px; }
  .magazine .banner-scrollable .scroll-text li {
    font-size: 60px; }
  .magazine .banner-scrollable2 .scroll-text li {
    font-size: 60px; }
  .event .event-swiper-col {
    position: unset !important; }
  .why {
    margin-top: 8rem; }
  .blog .blog-subtitle {
    font-size: 56px; }
  .blog .blog-item .overlay {
    padding: 1rem; }
  .us .title-us {
    font-size: 90px; }
  .us .subtitle-us {
    font-size: 35px; }
  .us img {
    width: 400px; }
  .us .description {
    margin-top: 25rem; }
  .us .text-logo {
    font-size: 110px;
    text-align: center; } }

@media (min-width: 768px) and (max-width: 992px) {
  .header .title p {
    font-size: 30px;
    line-height: 1.25; }
  .header .title h1 {
    font-size: 80px; }
  .header .collection .left-gallery img:nth-child(1) {
    width: 220px;
    left: 0;
    top: 260px; }
  .header .collection .left-gallery img:nth-child(2) {
    width: 280px;
    bottom: 50PX;
    left: 0; }
  .header .collection .right-gallery img:nth-child(1) {
    width: 200px;
    right: 0;
    top: 250px; }
  .header .collection .right-gallery img:nth-child(2) {
    width: 240px;
    right: 0;
    bottom: -70px; }
  .about-us {
    margin-top: 6rem; }
    .about-us .about .description-about {
      font-size: 35px; }
    .about-us .about .about-inner {
      font-size: 16px; }
    .about-us .about-img {
      bottom: -180px; }
  .magazine {
    margin-top: -80px; }
    .magazine .mag-col:nth-child(1) {
      padding-right: .5rem; }
    .magazine .mag-col:nth-child(2) {
      padding-left: .5rem; }
    .magazine .magazine-item .overlay {
      padding: 1.5rem 1rem; }
      .magazine .magazine-item .overlay .title {
        font-size: 24px; }
      .magazine .magazine-item .overlay .right span {
        width: 50px;
        height: 50px; }
        .magazine .magazine-item .overlay .right span i {
          font-size: 25px; }
      .magazine .magazine-item .overlay .description {
        font-size: 16px; }
    .magazine .banner-scrollable .scroll-text li {
      font-size: 40px;
      margin-left: 70px; }
      .magazine .banner-scrollable .scroll-text li::before {
        width: 60px;
        left: -65px; }
    .magazine .banner-scrollable2 .scroll-text li {
      font-size: 40px;
      margin-left: 70px; }
      .magazine .banner-scrollable2 .scroll-text li::before {
        width: 60px;
        left: -65px; }
  .event .subtitle-event {
    font-size: 50px; }
  .event .event-swiper-col {
    position: unset !important; }
  .why {
    margin-top: 5rem; }
    .why .title-why {
      font-size: 50px;
      line-height: 1.25; }
    .why .subscribe .subscribe-img {
      rotate: 90deg;
      margin-top: 0 !important; }
    .why .subscribe .btn {
      margin: auto; }
  .blog .blog-subtitle {
    font-size: 50px; }
  .blog .blog-item .overlay {
    padding: 1rem .5rem; }
  .us .title-us {
    font-size: 70px; }
  .us .subtitle-us {
    font-size: 30px; }
  .us img {
    width: 350px; }
  .us .description {
    margin-top: 22rem; }
  .us .text-logo {
    font-size: 80px;
    text-align: center; } }

@media (min-width: 576px) and (max-width: 768px) {
  .header .title {
    top: 30px; }
    .header .title p {
      font-size: 30px;
      line-height: 1.25; }
    .header .title h1 {
      font-size: 80px; }
  .header .collection .left-gallery img:nth-child(1) {
    width: 160px;
    left: 0;
    top: 260px; }
  .header .collection .left-gallery img:nth-child(2) {
    width: 190px;
    bottom: 50PX;
    left: 0; }
  .header .collection .right-gallery img:nth-child(1) {
    width: 150px;
    right: 0;
    top: 250px; }
  .header .collection .right-gallery img:nth-child(2) {
    width: 160px;
    right: 0;
    bottom: -70px; }
  .about-us {
    margin-top: 4rem;
    background-color: #0E0E0D; }
    .about-us .about .description-about {
      font-size: 35px; }
    .about-us .about .about-inner {
      font-size: 16px; }
    .about-us .about-img {
      bottom: -180px; }
  .magazine {
    margin-top: 0px;
    padding-top: 7rem; }
    .magazine .mag-col:nth-child(1) {
      padding-right: .5rem; }
    .magazine .mag-col:nth-child(2) {
      padding-left: .5rem; }
    .magazine .magazine-item .overlay {
      padding: 1.5rem 1rem; }
      .magazine .magazine-item .overlay .title {
        font-size: 24px; }
      .magazine .magazine-item .overlay .right span {
        width: 50px;
        height: 50px; }
        .magazine .magazine-item .overlay .right span i {
          font-size: 25px; }
      .magazine .magazine-item .overlay .description {
        font-size: 16px; }
    .magazine .banner-scrollable .scroll-text li {
      font-size: 40px;
      margin-left: 70px; }
      .magazine .banner-scrollable .scroll-text li::before {
        width: 60px;
        left: -65px; }
    .magazine .banner-scrollable2 .scroll-text li {
      font-size: 40px;
      margin-left: 70px; }
      .magazine .banner-scrollable2 .scroll-text li::before {
        width: 60px;
        left: -65px; }
  .event .subtitle-event {
    font-size: 40px; }
  .event .event-swiper-col {
    position: unset !important; }
  .why {
    margin-top: 6rem; }
    .why .title-why {
      font-size: 40px;
      line-height: 1.15; }
    .why .subscribe .subscribe-img {
      rotate: 90deg;
      margin-top: 0 !important; }
    .why .subscribe .btn {
      margin: auto; }
  .blog .blog-subtitle {
    font-size: 40px;
    line-height: 1.15; }
  .blog .blog-item .overlay {
    padding: 1rem .5rem; }
  .us .title-us {
    font-size: 70px; }
  .us .subtitle-us {
    font-size: 30px; }
  .us img {
    width: 350px; }
  .us .description {
    margin-top: 22rem; }
  .us .text-logo {
    font-size: 65px;
    text-align: center; } }

@media (max-width: 576px) {
  .header .title {
    top: 30px; }
    .header .title p {
      font-size: 20px;
      line-height: 1.25; }
    .header .title h1 {
      font-size: 50px; }
  .header .collection {
    padding-top: 8rem; }
    .header .collection .left-gallery img:nth-child(1) {
      width: 160px;
      left: 0;
      top: 260px; }
    .header .collection .left-gallery img:nth-child(2) {
      width: 190px;
      bottom: 50PX;
      left: 0; }
    .header .collection .right-gallery img:nth-child(1) {
      width: 150px;
      right: 0;
      top: 250px; }
    .header .collection .right-gallery img:nth-child(2) {
      width: 160px;
      right: 0;
      bottom: -70px; }
  .about-us {
    margin-top: 4rem;
    background-color: #0E0E0D; }
    .about-us .about .description-about {
      font-size: 35px; }
    .about-us .about .about-inner {
      font-size: 16px; }
    .about-us .about-img {
      bottom: -180px; }
  .magazine {
    margin-top: 0px;
    padding-top: 7rem; }
    .magazine .swiper-slide:nth-child(2n) {
      margin-top: 2rem; }
    .magazine .mag-col:nth-child(1) {
      padding-right: .5rem; }
    .magazine .mag-col:nth-child(2) {
      padding-left: .5rem; }
    .magazine .magazine-item .overlay {
      padding: 1.5rem 1rem; }
      .magazine .magazine-item .overlay .title {
        font-size: 24px; }
      .magazine .magazine-item .overlay .right span {
        width: 50px;
        height: 50px; }
        .magazine .magazine-item .overlay .right span i {
          font-size: 25px; }
      .magazine .magazine-item .overlay .description {
        font-size: 16px; }
    .magazine .banner-scrollable .scroll-text li {
      font-size: 40px;
      margin-left: 70px; }
      .magazine .banner-scrollable .scroll-text li::before {
        width: 60px;
        left: -65px; }
    .magazine .banner-scrollable2 .scroll-text li {
      font-size: 40px;
      margin-left: 70px; }
      .magazine .banner-scrollable2 .scroll-text li::before {
        width: 60px;
        left: -65px; }
  .event .subtitle-event {
    font-size: 40px; }
  .event .event-swiper-col {
    position: unset !important; }
  .event .event-item .overlay {
    padding: 2rem 1rem; }
  .why {
    margin-top: 6rem; }
    .why .title-why {
      font-size: 40px;
      line-height: 1.15; }
    .why .subscribe .subscribe-img {
      rotate: 90deg;
      margin-top: 0 !important; }
    .why .subscribe .btn {
      margin: auto; }
  .blog .blog-subtitle {
    font-size: 40px;
    line-height: 1.15; }
  .blog .blog-item .overlay {
    padding: 1rem .5rem; }
  .us .title-us {
    font-size: 40px; }
  .us .subtitle-us {
    font-size: 20px; }
  .us img {
    width: 300px;
    left: 80px; }
  .us .description {
    margin-top: 22rem; }
  .us .text-logo {
    font-size: 40px;
    text-align: center; } }
