@import url(/assets/app/css/bootstrap.min.css);
@import url(/assets/app/css/swiper.min.css);
@import url(/assets/app/css/fontawesome.min.css);
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100;
  src: url("../css/fonts/Inter-Bold.otf"); }
@font-face {
  font-family: YekanBakhFaNum;
  font-style: normal;
  font-weight: 100;
  src: url("../css/fonts/YekanBakhFaNum-Light.otf"); }
@font-face {
  font-family: YekanBakh;
  font-weight: 900;
  src: url("../css/fonts/YekanBakh-Bold.otf");
  src: url("../css/fonts/YekanBakh-Bold.ttf"); }
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: bold;
  src: url("../css/fonts/YekanBakh-SemiBold.otf");
  src: url("../css/fonts/YekanBakh-SemiBold.ttf"); }
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 500;
  src: url("../css/fonts/YekanBakh-Bold.otf");
  src: url("../css/fonts/YekanBakh-Bold.ttf"); }
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 700;
  src: url("../css/fonts/YekanBakh-Bold.otf");
  src: url("../css/fonts/YekanBakh-Bold.ttf"); }
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 400;
  src: url("../css/fonts/YekanBakh-Light.otf");
  src: url("../css/fonts/YekanBakh-Light.ttf"); }
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 100;
  src: url("../css/fonts/YekanBakh-Regular.otf");
  src: url("../css/fonts/YekanBakh-Regular.ttf");
  src: url("../css/fonts/YekanBakh-Light.otf");
  src: url("../css/fonts/YekanBakh-Light.ttf"); }
.text50 {
  font-size: 50px;
  font-weight: 900 !important;
  line-height: 70px; }

.text32 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px; }

.text27 {
  font-size: 27px;
  font-weight: 700;
  line-height: 36px; }

.text20 {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px; }

.textmd {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px; }

.textsm {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; }

.text14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px; }

.text12 {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px; }

.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.font-14 {
  font-size: 14px !important; }

.font-16 {
  font-size: 16px !important; }

.font-20 {
  font-size: 20px !important; }

.font-12 {
  font-size: 12px !important; }

.font-9 {
  font-size: 9px !important; }

.font-10 {
  font-size: 10px !important; }

.font-12 {
  font-size: 12px !important; }

.font-11 {
  font-size: 11px !important; }

.font-8 {
  font-size: 8px !important; }

.font-500 {
  font-weight: 500; }

.font-bold {
  font-weight: bold; }

.font-300 {
  font-weight: 300; }

.font-400 {
  font-weight: 400; }

.text-color {
  color: #000000 !important; }

.text-gray {
  color: #9C9C9C !important; }

.img100 {
  width: 100%;
  height: 100%; }

[dir=ltr] .mr-auto {
  margin-left: auto !important;
  margin-right: 0 !important; }

[dir=ltr] .ml-auto {
  margin-right: auto !important;
  margin-left: 0 !important; }

[dir=ltr] .ml-5,
[dir=ltr] .mx-5 {
  margin-right: 3rem !important;
  margin-left: 0 !important; }

[dir=ltr] .mr-5,
[dir=ltr] .mx-5 {
  margin-left: 3rem !important;
  margin-right: 0 !important; }

[dir=ltr] .mr-2,
[dir=ltr] .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important; }

[dir=ltr] .ml-2,
[dir=ltr] .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0 !important; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

p {
  margin-bottom: 0; }

body.modal-open {
  padding: 0 !important; }

.modal.show {
  padding: 0 !important; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

:focus {
  outline: none; }

:disabled {
  background-color: transparent; }

input[type='number'] {
  -moz-appearance: textfield; }

li {
  list-style: none; }

img {
  max-width: 100%; }

input:focus {
  outline: none;
  box-shadow: none; }

button:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

a {
  text-decoration: none !important; }

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin-bottom: 0; }

.button-red {
  border-radius: 24px;
  font-size: 20px;
  background: #CA252C;
  padding: 8px 16px;
  color: #FFFFFF;
  width: 118px;
  height: 23px;
  box-sizing: content-box;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: YekanBakh !important; }
  .button-red:hover {
    color: #FFFFFF;
    transition: all 0.5s;
    background: #830a0f !important; }
	
.button-red a {
	color: white;}

.button-red-circle {
  border-radius: 24px;
  background: #CA252C;
  color: #FFFFFF !important;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: YekanBakh !important; }
  .button-red-circle:hover {
    color: #FFFFFF;
    transition: all 0.5s;
    background: #830a0f !important; }

.button-white {
  border-radius: 24px;
  font-size: 14px;
  background: #FFFFFF;
  padding: 8px;
  color: #141414;
  width: 82px;
  height: 40px;
  border: 1px solid #9FA9B7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: YekanBakh !important; }

.buttons-login {
  border-radius: 24px;
  font-size: 20px;
  background: #CA252C;
  padding: 8px 16px;
  color: #FFFFFF !important;
  height: 40px;
  font-weight: 400;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: YekanBakh !important; }

.buttons-login:hover{
	background:#830a0f;
}
.buttons-signup {
	margin: 0 10px;
  border-radius: 24px;
  font-size: 20px;
  background: #FFFFFF;
  padding: 8px 16px;
  color: #CA252C;
  width: 120px;
  height: 40px;
  font-weight: 400;
  white-space: nowrap;
  border: 1px solid #CA252C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: YekanBakh !important; }
  .buttons-signup:hover {
	background:#f1f1f1;
	border-color: #000000;
	color: #000000; }

.button-download {
  border-radius: 24px;
  font-size: 20px;
  background: #CA252C;
  padding: 8px 16px;
  color: #FFFFFF;
  /* width: 210px; */
  height: 40px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: YekanBakh !important; }
  .button-download:hover {
    color: #FFFFFF;
    transition: all 0.5s;
    background: #830a0f; }
	
.button-download a{
	color:#FFFFFF; 
}

.button-outline-white {
  width: 171px;
  height: 40px;
  padding: 8px 16px;
  border: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFFFFF;
  border-radius: 24px;
  white-space: nowrap; }

.festival-header {
  padding: 24px;
  position: fixed;
  width: 100%;
  background: #FAFAFE;
  z-index: 100;
  top: 0; }
  @media (max-width: 575px) {
    .festival-header {
      padding: 16px 10px; } }
  .festival-header .right-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px; }
    .festival-header .right-header .logo {
      width: 195px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 575px) {
        .festival-header .right-header .logo {
          width: 170px;
          height: 40px; } }
      .festival-header .right-header .logo img {
        width: 100%;
        height: 100%;
        cursor: pointer; }
      .festival-header .right-header .logo .menu-responsive {
        display: none; }
        @media (max-width: 1345px) {
          .festival-header .right-header .logo .menu-responsive {
            display: flex; }
            [dir=ltr] .festival-header .right-header .logo .menu-responsive {
              margin-left: 0;
              margin-right: 16px; }
            [dir=rtl] .festival-header .right-header .logo .menu-responsive {
              margin-left: 16px;
              margin-right: 0; } }
        .festival-header .right-header .logo .menu-responsive i {
          width: 24px;
          height: 24px; }
    .festival-header .right-header .actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 30%; }
      [dir=ltr] .festival-header .right-header .actions .button-red-circle {
        margin-left: 16px;
        margin-right: 16px; }
      [dir=rtl] .festival-header .right-header .actions .button-red-circle {
        margin-left: 16px;
        margin-right: 16px; }
      @media (max-width: 1345px) {
		  .lang-mobile{
			  display: none;
		  }
		  .container.slider-margin .festival-slider .swiper-slide .slider-content{
			   height: 220px!important; 
		  }
        .festival-header .right-header .actions .button-red-circle {
          display: none; } }
      .festival-header .right-header .actions .button-red-circle i {
        width: 14px;
        height: 14px; }
      @media (max-width: 1345px) {
        .festival-header .right-header .actions .button-white {
          display: none; } }
      .festival-header .right-header .actions .button-white i {
        color: #9FA9B7; }
      .festival-header .right-header .actions .dropdown {
        position: relative;
        display: inline-block; }
        .festival-header .right-header .actions .dropdown .dropdown-content {
          display: none;
          position: absolute;
          background-color: #f9f9f9;
          min-width: 160px;
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          z-index: 1;
          font-family: Inter !important; }
          .festival-header .right-header .actions .dropdown .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block; }
          .festival-header .right-header .actions .dropdown .dropdown-content .flag {
            width: 20px;
            height: 14px; }
      .festival-header .right-header .actions .dropdown:hover .dropdown-content {
        display: block; }
      .festival-header .right-header .actions .btn:hover {
        background-color: #f1f1f1; }
  .festival-header .menu-responsive-items {
    display: none;
    background-color: #FAFAFE;
    width: 50vw;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: absolute;
    top: 0;
    height: 100vh;
    z-index: 100;
    right: 0;
    padding: 16px;
    color: #141414; }
    @media (max-width: 480px) {
      .festival-header .menu-responsive-items {
        width: 100%; } }
    .festival-header .menu-responsive-items .top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 0 20px 0; }
      .festival-header .menu-responsive-items .top .close {
        color: #141414;
        font-size: 28px;
        padding: 0; }
      .festival-header .menu-responsive-items .top .logo {
        width: 130px;
        height: 40px; }
        .festival-header .menu-responsive-items .top .logo img {
          width: 100%;
          height: 100%; }
    .festival-header .menu-responsive-items .menu {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      height: fit-content; }
      .festival-header .menu-responsive-items .menu .list-menu {
        display: flex;
        flex-direction: column; }
        .festival-header .menu-responsive-items .menu .list-menu li {
          font-size: 14px;
          font-weight: 400;
          line-height: 20px;
          color: #141414;
          position: relative;
          border-bottom: 1px solid #E1E1E7;
          padding: 10px 0; }
          .festival-header .menu-responsive-items .menu .list-menu li:last-child {
            border-bottom: none !important; }
          .festival-header .menu-responsive-items .menu .list-menu li a {
            text-decoration: none;
            color: inherit;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            padding: 8px 12px;
            transition: background-color 0.3s ease; }
            .festival-header .menu-responsive-items .menu .list-menu li a i {
              color: #9FA9B7; }
          [dir=ltr] .festival-header .menu-responsive-items .menu .list-menu li .sub-dropdown {
            margin-left: 2px;
            margin-right: 0; }
          [dir=rtl] .festival-header .menu-responsive-items .menu .list-menu li .sub-dropdown {
            margin-left: 0;
            margin-right: 2px; }
          .festival-header .menu-responsive-items .menu .list-menu li .sub-dropdown li {
            font-size: 14px;
            font-weight: 400;
            line-height: 20px; }
          .festival-header .menu-responsive-items .menu .list-menu li .dropdown, .festival-header .menu-responsive-items .menu .list-menu li .sub-dropdown {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            display: flex;
            flex-direction: column;
            border-radius: 4px;
            padding: 0; }
            .festival-header .menu-responsive-items .menu .list-menu li .dropdown li, .festival-header .menu-responsive-items .menu .list-menu li .sub-dropdown li {
              padding: 8px 12px;
              border-bottom: unset; }
              .festival-header .menu-responsive-items .menu .list-menu li .dropdown li a, .festival-header .menu-responsive-items .menu .list-menu li .sub-dropdown li a {
                padding: 8px; }
          .festival-header .menu-responsive-items .menu .list-menu li.active > .dropdown {
            max-height: max-content;
            background: white;
            border-radius: 8px; }
          .festival-header .menu-responsive-items .menu .list-menu li .dropdown-item:active {
            background: none !important; }
          .festival-header .menu-responsive-items .menu .list-menu li .dropdown-item:hover {
            background: white; }
          .festival-header .menu-responsive-items .menu .list-menu li .dropdown-item .sub-toggle {
            font-size: 14px;
            font-weight: 700;
            line-height: 20px;
            color: #141414;
            position: relative; }
            .festival-header .menu-responsive-items .menu .list-menu li .dropdown-item .sub-toggle::after {
              content: "";
              position: absolute;
              width: 4px;
              height: 20px;
              background-color: #ED1C24;
              border-radius: 12px;
              top: 7px; }
              [dir=ltr] .festival-header .menu-responsive-items .menu .list-menu li .dropdown-item .sub-toggle::after {
                left: 0 !important; }
              [dir=rtl] .festival-header .menu-responsive-items .menu .list-menu li .dropdown-item .sub-toggle::after {
                right: 0 !important; }
          .festival-header .menu-responsive-items .menu .list-menu li .dropdown-item.active {
            background: none !important; }
            .festival-header .menu-responsive-items .menu .list-menu li .dropdown-item.active .sub-toggle i {
              transition: all 0.5s;
              transform: rotate(181deg); }
          .festival-header .menu-responsive-items .menu .list-menu li .dropdown-item.active > .sub-dropdown {
            max-height: 500px; }
    .festival-header .menu-responsive-items.active {
      transition: all 0.5s;
      display: block; }
    .festival-header .menu-responsive-items .search-box {
      width: 100% !important;
      border-bottom: 1px solid #E1E1E7;
      padding-bottom: 16px; }
    .festival-header .menu-responsive-items .button-red {
      width: 80% !important;
      position: absolute;
      right: 5%;
      bottom: 2%; }
  .festival-header .left-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1345px) {
      .festival-header .left-header {
        display: none; } }
    .festival-header .left-header .menu {
      width: 70%; }
      .festival-header .left-header .menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .festival-header .left-header .menu ul li a {
          color: #141414;
          font-size: 14px;
          font-weight: 500;
          cursor: pointer;
          white-space: nowrap; }
          [dir=ltr] .festival-header .left-header .menu ul li a {
            margin-left: 0;
            margin-right: 34px; }
          [dir=rtl] .festival-header .left-header .menu ul li a {
            margin-left: 34px;
            margin-right: 0; }
          .festival-header .left-header .menu ul li a:hover {
            transition: all 0.5s;
            color: #CA252C; }
        .festival-header .left-header .menu ul .drop-down {
          background-color: #FAFAFE;
          display: none;
          position: absolute;
          top: 146px;
          z-index: 111111;
          right: 0px;
          padding: 0 25px;
          width: 100%;
          height: max-content; }
          .festival-header .left-header .menu ul .drop-down ul {
            display: flex;
            flex-direction: column;
            width: 14%; }
            .festival-header .left-header .menu ul .drop-down ul li {
              margin-bottom: 12px; }
          .festival-header .left-header .menu ul .drop-down.show-drop-down {
            display: flex; }
          .festival-header .left-header .menu ul .drop-down .sub-toggle {
            font-size: 14px;
            font-weight: 700;
            line-height: 20px;
            color: #141414;
            position: relative; }
            [dir=ltr] .festival-header .left-header .menu ul .drop-down .sub-toggle {
              margin-left: 10px;
              margin-right: 0; }
            [dir=rtl] .festival-header .left-header .menu ul .drop-down .sub-toggle {
              margin-left: 0;
              margin-right: 10px; }
            .festival-header .left-header .menu ul .drop-down .sub-toggle::after {
              content: "";
              position: absolute;
              width: 4px;
              height: 20px;
              background-color: #ED1C24;
              border-radius: 12px;
              top: 0; }
              [dir=ltr] .festival-header .left-header .menu ul .drop-down .sub-toggle::after {
                left: -26% !important; }
              [dir=rtl] .festival-header .left-header .menu ul .drop-down .sub-toggle::after {
                right: -26% !important; }
        .festival-header .left-header .menu ul .main-toggle-hover i {
          font-size: 13px; }
          [dir=ltr] .festival-header .left-header .menu ul .main-toggle-hover i {
            margin-left: 10px;
            margin-right: 0; }
          [dir=rtl] .festival-header .left-header .menu ul .main-toggle-hover i {
            margin-left: 0;
            margin-right: 10px; }

.colorred {
  color: #CA252C !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; }
  .colorred i {
    transition: all 0.5s;
    transform: rotate(181deg); }

.search-box {
  width: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative; }
  .search-box .search {
    border-radius: 24px;
    font-size: 14px;
    background: #FFFFFF;
    padding: 8px 0;
    color: #141414;
    width: 100%;
    height: 40px;
    border: 1px solid #9FA9B7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    [dir=ltr] .search-box .search {
      padding-left: 55px !important;
      padding-right: 0 !important; }
    [dir=rtl] .search-box .search {
      padding-left: 0 !important;
      padding-right: 55px !important; }
  .search-box i {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 25%;
    width: 24px;
    height: 21px;
    font-size: 17px;
    font-weight: 400;
    color: #9FA9B7; }
    [dir=ltr] .search-box i {
      left: 27px !important; }
    [dir=rtl] .search-box i {
      right: 27px !important; }
    [dir=ltr] .search-box i {
      margin-left: 0;
      margin-right: 10px; }
    [dir=rtl] .search-box i {
      margin-left: 10px;
      margin-right: 0; }

.footer {
  background: #141414;
  padding: 24px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .footer {
      flex-direction: column; } }
  .footer .logo .text-white {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 900;
    line-height: 70px; }
  .footer .logo .text-red {
    color: #ED1C24;
    font-size: 50px;
    font-weight: 900;
    line-height: 70px; }
  .footer .content {
    width: 45%; }
    @media (max-width: 767px) {
      .footer .content {
        width: 100%; } }
    .footer .content .content-top {
      border-bottom: 1px solid #64748B;
      padding-bottom: 16px;
      margin-bottom: 18px; }
      .footer .content .content-top .copy-right {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        text-align: left;
        color: #FFFFFF;
        direction: ltr;
        font-family: 'Inter' !important;
        opacity: 40%; }
      .footer .content .content-top .link a {
        color: #DADEE3;
        font-size: 20px;
        font-weight: 400;
        line-height: 36px; }
        .footer .content .content-top .link a:hover {
          transition: all 0.5s;
          color: #CA252C; }
    .footer .content .content-bottom .contact-item .text {
      color: #FFFFFF;
      font-size: 12px;
      font-weight: 400;
      line-height: 14px;
      opacity: 60%; }
    .footer .content .content-bottom .contact-item .email a {
      font-family: 'Inter' !important;
      font-size: 12px;
      font-weight: 400;
      line-height: 14px; }
    .footer .content .content-bottom .contact-item .tell {
      direction: ltr; }
    .footer .content .content-bottom .contact-item a {
      color: #DADEE3;
      font-size: 20px;
      font-weight: 400;
      line-height: 36px; }
      .footer .content .content-bottom .contact-item a:hover {
        transition: all 0.5s;
        color: #CA252C; }
    .footer .content .content-bottom .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      cursor: pointer; }
      .footer .content .content-bottom .social li {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #FFFFFF; }
        .footer .content .content-bottom .social li:hover {
          transition: all 0.5s;
          background: #830a0f; }

.see-more {
  font-size: 15px;
  font-weight: 600;
  line-height: 36px;
  color: #CA252C;
  cursor: pointer; }
  @media (max-width: 575px) {
    .see-more {
      font-size: 14px;
      font-weight: 500;
      line-height: 20px; } }

.card-bottom {
	margin-bottom: 20px;
	/* margin-top: 20px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .card-bottom .date {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #68686B !important;
    font-family: YekanBakhFaNum !important; }

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  margin: 32px 0 0 40px;
  margin-top: 32px; }
  [dir=ltr] .navigation {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 40px; }
  [dir=rtl] .navigation {
    justify-content: flex-end;
    margin-left: 40px;
    margin-right: 0; }
  @media (max-width: 767px) {
    [dir=ltr] .navigation {
      margin-left: 0;
      margin-right: 9px; }
    [dir=rtl] .navigation {
      margin-left: 9px;
      margin-right: 0; } }
  .navigation .button-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #CA252C;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #FFFFFF; }
    [dir=ltr] .navigation .button-navigation.next {
      margin-left: 24px;
      margin-right: 24px; }
    [dir=rtl] .navigation .button-navigation.next {
      margin-left: 24px;
      margin-right: 24px; }

.notifications {
  display: none;
  width: 26%;
  height: 715px;
  background: #FFFFFF;
  border: 1px solid #DADEE3;
  border-radius: 12px;
  padding: 15px 12px;
  position: absolute;
  top: 54%;
  z-index: 10; }
  [dir=ltr] .notifications {
    right: 26px !important; }
  [dir=rtl] .notifications {
    left: 26px !important; }
  .notifications .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px; }
    .notifications .top .text {
      font-size: 14px;
      font-weight: 700;
      line-height: 20px; }
      [dir=ltr] .notifications .top .text i {
        margin-left: 0;
        margin-right: 8px; }
      [dir=rtl] .notifications .top .text i {
        margin-left: 8px;
        margin-right: 0; }
    .notifications .top .read {
      color: #CA252C;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      cursor: pointer; }
  .notifications .box {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #DADEE3;
    padding: 24px 12px;
    cursor: pointer; }
    .notifications .box:last-child {
      border-bottom: none; }
    .notifications .box .title {
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      margin-bottom: 16px;
      color: #141414;
      width: 88%; }
    .notifications .box .text {
      width: 88%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      font-weight: 40;
      line-height: 17px;
      margin-bottom: 24px;
      color: #141414; }
    .notifications .box .date {
      font-size: 12px;
      font-weight: 40;
      line-height: 17px;
      color: #68686B; }
    .notifications .box:after {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      background-color: #ED1C24;
      border-radius: 50px;
      left: 0;
      top: 18%; }
  .notifications .tabs {
    display: flex;
    padding: 0 8px;
    overflow: hidden;
    background-color: #F7F7FE;
    border-radius: 12px;
    justify-content: center;
    padding: 4px; }
    .notifications .tabs .tab-item {
      flex-grow: 1;
      max-width: 100%;
      padding: 4px 3px;
      position: relative;
      cursor: pointer; }
      .notifications .tabs .tab-item .tab {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 4px 8px;
        border-radius: 8px;
        white-space: nowrap;
        transition: background-color 300ms;
        color: #68686B; }
        .notifications .tabs .tab-item .tab.active {
          background-color: #FFFFFF;
          height: 100%;
          font-size: 14px;
          font-weight: 700;
          line-height: 20px; }
  .notifications.active {
    display: block; }

.nav-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }
  [dir=ltr] .nav-pagination .dropdown {
    margin-left: 14px;
    margin-right: 0; }
  [dir=rtl] .nav-pagination .dropdown {
    margin-left: 0;
    margin-right: 14px; }
  @media (max-width: 390px) {
    .nav-pagination .dropdown {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin-top: 16px;
      padding: 0 24px; } }
  .nav-pagination .dropdown .dropdown-toggle {
    background: #DADEE3;
    border-radius: 16px;
    border: none;
    width: 70px;
    height: 32px;
    color: #141414;
    padding: 6px 16px; }
    .nav-pagination .dropdown .dropdown-toggle::after {
      display: none !important; }
    .nav-pagination .dropdown .dropdown-toggle i {
      font-weight: 700;
      font-size: 14px; }
      [dir=ltr] .nav-pagination .dropdown .dropdown-toggle i {
        margin-left: 0;
        margin-right: 8px; }
      [dir=rtl] .nav-pagination .dropdown .dropdown-toggle i {
        margin-left: 8px;
        margin-right: 0; }
  .nav-pagination .dropdown .show {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: none; }
    @media (max-width: 390px) {
      .nav-pagination .dropdown .show {
        display: block; } }
  @media (max-width: 390px) {
    .nav-pagination {
      flex-wrap: wrap; } }
  .nav-pagination .pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px; }
    .nav-pagination .pagination .page-item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #f0f0f0;
      border: 1px solid #ccc; }
      .nav-pagination .pagination .page-item.active {
        border: 1px solid #A8161C;
        background: #FCDFE0;
        color: #A8161C; }
      .nav-pagination .pagination .page-item .page-link {
        background: none !important;
        border: none;
        outline: none;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #333;
        font-weight: bold;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        margin-top: 5px; }
        .nav-pagination .pagination .page-item .page-link span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 100%;
          font-size: 13px !important;
          margin-top: -5px; }

.container.slider-margin {
  margin-top: 30px; }
  @media (max-width: 1345px) {
    .container.slider-margin {
      margin: 0;
      padding: 0; } }
  .container.slider-margin .festival-slider {
    padding: 70px;
    margin-bottom: 100px;
    direction: rtl; }
    @media (max-width: 1345px) {
      .container.slider-margin .festival-slider {
        padding: 0;
        margin-bottom: 0; } }
    @media (max-width: 575px) {
      .container.slider-margin .festival-slider {
        height: 542px; } }
    .container.slider-margin .festival-slider .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 1345px) {
        .container.slider-margin .festival-slider .swiper-slide {
          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-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
	  }
      @media (max-width: 575px) {
        .container.slider-margin .festival-slider .swiper-slide {
          width: 100% !important;
          min-width: 100% !important; } }
      .container.slider-margin .festival-slider .swiper-slide .slide-bg-image {
        width: 754px;
        height: 450px;
        border-radius: 20px;
        /* background: #9FA9B7 !important;  */
		}
        .container.slider-margin .festival-slider .swiper-slide .slide-bg-image img {
          width: 100%;
          /* height: 100%; */
          border-radius: 20px; }
          @media (max-width: 575px) {
            .container.slider-margin .festival-slider .swiper-slide .slide-bg-image img {
              border-radius: 0; } }
        @media (max-width: 1345px) {
          .container.slider-margin .festival-slider .swiper-slide .slide-bg-image {
            width: 100%; } }
        @media (max-width: 575px) {
			.container.slider-margin .festival-slider .swiper-slide .slide-bg-image {
				width: 100% !important;
				min-width: 100% !important;
				height: 234px;
				border-radius: 0; } }
			.container.slider-margin .festival-slider .swiper-slide .slider-content {
				display: flex;
				flex-direction: column;
				justify-content: space-between;
				width: 38%;
				position: relative;
				height: 400px; 
		}
        @media (max-width: 1440px) {
          [dir=ltr] .container.slider-margin .festival-slider .swiper-slide .slider-content {
            margin-left: 50px;
            margin-right: 0; }
          [dir=rtl] .container.slider-margin .festival-slider .swiper-slide .slider-content {
            margin-left: 0;
            margin-right: 50px; } }
        @media (max-width: 1345px) {
          .container.slider-margin .festival-slider .swiper-slide .slider-content {
            width: 100%;
            margin-top: 50px;
            padding: 0 24px; }
            [dir=ltr] .container.slider-margin .festival-slider .swiper-slide .slider-content {
              margin-left: 0;
              margin-right: 0; }
            [dir=rtl] .container.slider-margin .festival-slider .swiper-slide .slider-content {
              margin-left: 0;
              margin-right: 0; } }
        .container.slider-margin .festival-slider .swiper-slide .slider-content .text {
          font-size: 50px;
          font-weight: 900;
          color: #141414;
          line-height: 70px; }
          @media (max-width: 575px) {
            .container.slider-margin .festival-slider .swiper-slide .slider-content .text {
              width: 100%;
              font-size: 32px;
              font-weight: 700;
              line-height: 36px; } }
        .container.slider-margin .festival-slider .swiper-slide .slider-content .login {
          display: flex;
          margin: 32px 0; }
          [dir=ltr] .container.slider-margin .festival-slider .swiper-slide .slider-content .login .buttons-login {
            margin-left: 0;
            margin-right: 16px; }
          [dir=rtl] .container.slider-margin .festival-slider .swiper-slide .slider-content .login .buttons-login {
            margin-left: 16px;
            margin-right: 0; }
          @media (max-width: 575px) {
            .container.slider-margin .festival-slider .swiper-slide .slider-content .login {
              width: 100%;
              line-height: 36px; } }
        .container.slider-margin .festival-slider .swiper-slide .slider-content .button-slider .text {
          font-size: 32px;
          font-weight: 700;
          color: #141414;
          line-height: 70px; }
          @media (max-width: 575px) {
            .container.slider-margin .festival-slider .swiper-slide .slider-content .button-slider .text {
              width: 100%;
              line-height: 36px; } }
        .container.slider-margin .festival-slider .swiper-slide .slider-content .button-slider .login {
          display: flex;
          margin: 32px 0; }
          [dir=ltr] .container.slider-margin .festival-slider .swiper-slide .slider-content .button-slider .login .buttons-login {
            margin-left: 0;
            margin-right: 16px; }
          [dir=rtl] .container.slider-margin .festival-slider .swiper-slide .slider-content .button-slider .login .buttons-login {
            margin-left: 16px;
            margin-right: 0; }
          @media (max-width: 575px) {
            .container.slider-margin .festival-slider .swiper-slide .slider-content .button-slider .login {
              width: 100%;
              line-height: 36px; } }
        .container.slider-margin .festival-slider .swiper-slide .slider-content .button-slider .swiper-button {
          width: 17%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          @media (max-width: 575px) {
            .container.slider-margin .festival-slider .swiper-slide .slider-content .button-slider .swiper-button {
              width: 20%; } }
          .container.slider-margin .festival-slider .swiper-slide .slider-content .button-slider .swiper-button .next {
            background-image: none !important;
            top: 100%;
            right: 2% !important;
            color: #ED1C24; }
            @media (max-width: 390px) {
              .container.slider-margin .festival-slider .swiper-slide .slider-content .button-slider .swiper-button .next {
                left: 74% !important; } }
          .container.slider-margin .festival-slider .swiper-slide .slider-content .button-slider .swiper-button .prev {
            background-image: none !important;
            top: 100%;
            right: 13% !important;
            color: #ED1C24; }
          .container.slider-margin .festival-slider .swiper-slide .slider-content .button-slider .swiper-button .count {
            text-align: center;
            color: #68686B; }
@media (max-width: 700px) {
	.pride {
	  margin-top: 40px;
	}
}

.pride {
  background: #141414;
  height: fit-content;
  padding: 60px 0;
  text-align: center; }
  .pride .content-pride {
    width: 65%;
    margin: auto; }
    @media (max-width: 1440px) {
      .pride .content-pride {
        width: 67%; } }
    @media (max-width: 991px) {
      .pride .content-pride {
        width: 100%; } }
    .pride .content-pride .image {
      width: 195px;
      height: 60px;
      margin-bottom: 24px;
      margin: auto; }
      .pride .content-pride .image img {
        width: 100%;
        height: 100%; }
    .pride .content-pride .title {
      font-weight: 900;
      font-size: 50px;
      color: #FFFFFF;
      padding: 24px 0; }
      @media (max-width: 575px) {
        .pride .content-pride .title {
          font-size: 32px;
          font-weight: 700;
          line-height: 36px; } }
    .pride .content-pride .body {
      font-size: 20px;
      font-weight: 400;
      line-height: 36px;
      color: #FFFFFF;
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .pride .content-pride .body {
          text-align: justify; } }
      .pride .content-pride .body .red-text {
        color: #ED1C24;
        font-weight: 700; }
      .pride .content-pride .body .white-text {
        font-weight: 700; }
  .pride .pride-items {
    display: flex;
    justify-content: center;
    column-gap: 24px; }
    @media (max-width: 991px) {
      .pride .pride-items {
        flex-direction: column;
        align-items: center; } }
    .pride .pride-items .item {
      background: #282E38;
      padding: 16px;
      text-align: center;
      display: flex;
      flex-direction: column;
      width: 310px;
      height: 220px;
      border-radius: 24px; }
      @media (max-width: 991px) {
        .pride .pride-items .item {
          margin-bottom: 24px;
          width: 100%; } }
      .pride .pride-items .item .top {
        margin-bottom: 24px; }
        .pride .pride-items .item .top .image {
          width: 32px;
          height: 32px;
          margin: auto;
          margin-bottom: 16px; }
          .pride .pride-items .item .top .image img {
            width: 100%;
            height: 100%; }
        .pride .pride-items .item .top .title {
          font-size: 20px;
          font-weight: 700;
          color: #FFFFFF;
          line-height: 36px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
      .pride .pride-items .item .text {
        font-size: 14px;
        font-weight: 40;
        color: #FFFFFF;
        line-height: 35px;
        text-overflow: ellipsis;
        overflow: hidden; }
        @media (max-width: 991px) {
          .pride .pride-items .item .text {
            font-size: 18px; } }

.box-has-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px; }
  @media (max-width: 575px) {
    .box-has-title {
      padding: 0 24px; } }
  .box-has-title .title {
    color: #68686B; }
    .box-has-title .title h2 {
      font-size: 32px;
      font-weight: 700;
      line-height: 36px; }
    .box-has-title .title span {
      color: #141414; }
    @media (max-width: 575px) {
      .box-has-title .title {
        font-size: 20px;
        font-weight: 700;
        line-height: 36px; } }

.more p {
  color: #ED1C24;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .more p i {
    color: #CA252C; }
    [dir=ltr] .more p i {
      margin-left: 8px;
      margin-right: 0; }
    [dir=rtl] .more p i {
      margin-left: 0;
      margin-right: 8px; }
@media (max-width: 767px) {
  .more {
    display: none; } }

.news {
  background: #DADEE3;
  padding: 80px 0;
  overflow: hidden; }
  .news.responsive {
    display: none; }
    @media (max-width: 480px) {
      .news.responsive {
        display: block; } }

.slider-news {
  direction: rtl; }
  .slider-news .myNews {
    margin-top: 56px; }
    [dir=ltr] .slider-news .myNews {
      margin-left: 23.8%;
      margin-right: 0; }
    [dir=rtl] .slider-news .myNews {
      margin-left: 0;
      margin-right: 23.8%; }
    @media (max-width: 375px) {
      [dir=ltr] .slider-news .myNews {
        margin-left: 22px;
        margin-right: 0; }
      [dir=rtl] .slider-news .myNews {
        margin-left: 0;
        margin-right: 22px; } }
    .slider-news .myNews .swiper-slide {
      background: #FFFFFF;
      border-radius: 24px;
      width: 34.4% !important;
      min-width: 34.4% !important;
      max-width: 34.4% !important;
      max-height: 519px; }
      @media (max-width: 480px) {
        .slider-news .myNews .swiper-slide {
          width: 89% !important;
          min-width: 89% !important;
          max-width: 89% !important; } }
      @media (max-width: 375px) {
        .slider-news .myNews .swiper-slide {
          width: 92% !important;
          min-width: 92% !important;
          max-width: 92% !important;
          height: 506px; } }
      .slider-news .myNews .swiper-slide .image {
        width: 90.1%;
        border-radius: 24px;
        margin: auto;
        margin-top: -20px;
        margin-bottom: 20px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        background: #9FA9B7 !important;
        position: relative; }
        .slider-news .myNews .swiper-slide .image img {
          width: 100%;
          height: 100%;
          border-radius: 24px;
          object-fit: fill; }
        @media (max-width: 480px) {
          .slider-news .myNews .swiper-slide .image {
            width: 89%;
            margin-bottom: 0; } }
      .slider-news .myNews .swiper-slide .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
        padding: 0 24px; }
        @media (max-width: 575px) {
          .slider-news .myNews .swiper-slide .card-body {
            /* height: 300px; */ } }
        .slider-news .myNews .swiper-slide .card-body .card-title {
          font-size: 20px;
          font-weight: 700;
          line-height: 36px;
          color: #141414;
		  margin-top: 12px;
          margin-bottom: 12px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .slider-news .myNews .swiper-slide .card-body .card-text {
          font-size: 14px;
          font-weight: 400;
          line-height: 20px;
          color: #141414;
          margin-bottom: 12px;
          height: 100px;
          max-height: 100px;
          overflow: hidden; }
      .slider-news .myNews .swiper-slide:hover {
        transition: all 0.3s;
        box-shadow: rgba(99, 99, 99, 0.219) 1px 2px 22px 0px; }

.swiper-slide{
	height:auto!important;
}
.download-app {
  background: #141414;
  padding: 40px;
  height: fit-content; }
  @media (max-width: 575px) {
    .download-app {
      padding: 24px; } }
  .download-app .content {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1345px) {
      .download-app .content {
        flex-direction: column; } }
    .download-app .content .desc {
      width: 42%;
      margin: auto 0; }
      @media (max-width: 1345px) {
        .download-app .content .desc {
          width: 100%; } }
      .download-app .content .desc .title {
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
        color: #FFFFFF;
        margin-bottom: 24px; }
        @media (max-width: 480px) {
          .download-app .content .desc .title {
            font-size: 28px; } }
      .download-app .content .desc .body {
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        color: #FFFFFF;
        margin-bottom: 24px;
        text-align: justify; }
      @media (max-width: 1345px) {
        .download-app .content .desc .button-download {
          margin-bottom: 32px; } }
      [dir=ltr] .download-app .content .desc .button-download img {
        margin-left: 0;
        margin-right: 8px; }
      [dir=rtl] .download-app .content .desc .button-download img {
        margin-left: 8px;
        margin-right: 0; }
    .download-app .content .slider-download {
      height: 477px;
      overflow: hidden; }
      .download-app .content .slider-download .swiper-slide .image {
        width: 90%;
        /* height: 440px; */
        border-radius: 20px;
        background: #9FA9B7 !important; }
        @media (max-width: 1345px) {
          .download-app .content .slider-download .swiper-slide .image {
            width: 100%; } }
        .download-app .content .slider-download .swiper-slide .image img {
          width: 100%;
          height: 100%;
          object-fit: fill;
          border-radius: 20px; }
@media (min-width: 768px) {
    .video {
        width: 50%;
        margin: 0 auto;
    }
	.video .image{
		border-radius: 12px;
	}
}
.video {
  padding: 100px 0;
  position: relative; }
  .video .image {
    width: 100%;
    /* height: 800px; */
    background: #9FA9B7 !important; }
    @media (max-width: 575px) {
      .video .image {
        height: 220px; } }
    .video .image img {
      width: 100%;
      height: 100%;
      object-fit: fill;
	  border-radius: 12px;
	  }
  .video .play-video {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #DCDCDC99;
    border: 1px solid #9FA9B7;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%); }
    .video .play-video i {
      color: white; }
  .video #videoPlayer {
    width: 100%;
    height: 100%; }

.card-img-top{
	border-radius: 12px;
}

.item-news {
  display: flex;
  column-gap: 24px;
  padding: 0 24px;
  flex-wrap:wrap;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .item-news {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .item-news.responsive {
      display: none; } }
  .item-news .box-item {
    position: relative;
    width: 30%;
    /* height: 452px; */
    border-radius: 12px;
    margin-bottom: 80px;
  }
    @media (max-width: 1345px) {
      .item-news .box-item {
        height: 390px; } }
    .item-news .box-item .image {
      background: #9FA9B7;
      height: 100%;
      border-radius: 12px; }
      @media (max-width: 1345px) {
        .item-news .box-item .image {
          height: 390px; } }
      .item-news .box-item .image img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        border-radius: 12px; }
    .item-news .box-item .body-news {
      background: #FFFFFF;
      opacity: 80%;
      border-radius: 12px;
      padding: 8px;
      position: absolute;
      width: 93%;
      height: 125px;
      bottom: 3%;
      right: 3.5% !important; }
      .item-news .box-item .body-news .title {
        font-size: 16px;
        font-weight: 700;
        line-height: 36px;
        margin-bottom: 10px;
        color: #141414; }
        @media (max-width: 575px) {
          .item-news .box-item .body-news .title {
            font-size: 14px;
            font-weight: 700;
            line-height: 36px; } }
    .item-news .box-item.firstchild {
      width: 40%;
      height: 452px; }
      @media (max-width: 1345px) {
        .item-news .box-item.firstchild {
          height: 390px; } }
      @media (max-width: 767px) {
        .item-news .box-item.firstchild {
          width: 100%; } }
      .item-news .box-item.firstchild .image {
        background: #9FA9B7;
        height: 100%;
        border-radius: 12px; }
        .item-news .box-item.firstchild .image img {
          width: 100%;
          height: 100%;
          border-radius: 12px; }
      .item-news .box-item.firstchild .body-news {
        background: #FFFFFF;
        opacity: 70%;
        border-radius: 12px;
        padding: 8px;
        position: absolute;
        width: 95%;
        height: 136px;
        bottom: 3%;
        right: 2.5% !important; }
        .item-news .box-item.firstchild .body-news .title {
          font-size: 28px;
          font-weight: 700;
          line-height: 36px;
          margin-bottom: 25px;
          overflow: hidden;
          text-overflow: ellipsis;
          height: 65px;
          max-height: 65px; }
          @media (max-width: 575px) {
            .item-news .box-item.firstchild .body-news .title {
              font-size: 20px;
              font-weight: 700;
              line-height: 36px; } }
    .item-news .box-item.lastchild {
      width: 40%;
      height: 452px; }
      @media (max-width: 1345px) {
        .item-news .box-item.lastchild {
          height: 390px; } }
      @media (max-width: 767px) {
        .item-news .box-item.lastchild {
          width: 100%; } }
      .item-news .box-item.lastchild .image {
        background: #9FA9B7;
        height: 100%;
        border-radius: 12px; }
        .item-news .box-item.lastchild .image img {
          width: 100%;
          height: 100%;
          border-radius: 12px; }
    .item-news .box-item:hover {
      transition: all 0.3s;
      box-shadow: rgba(99, 99, 99, 0.575) 1px 2px 22px 0px; }

.body-news {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 8px;
  position: absolute;
  width: 95%;
  height: 136px;
  bottom: 3%;
  cursor: pointer; }
  [dir=ltr] .body-news {
    left: 2.5% !important; }
  [dir=rtl] .body-news {
    right: 2.5% !important; }
  .body-news .title {
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
    max-height: 72px;
    color: #141414; }
    @media (max-width: 575px) {
      .body-news .title {
        font-size: 20px;
        font-weight: 700;
        line-height: 36px; } }

.slider-item-news {
  overflow: hidden;
  display: none;
  margin-bottom: 100px; }
  [dir=ltr] .slider-item-news .item-news {
    padding-left: 30 !important;
    padding-right: 0 !important; }
  [dir=rtl] .slider-item-news .item-news {
    padding-left: 0 !important;
    padding-right: 30 !important; }
  @media (max-width: 767px) {
    .slider-item-news {
      display: block; } }
  .slider-item-news .swiper-slide {
    width: 92% !important; }

.mostVisited {
  background: #141414;
  padding: 80px 24px;
  margin-bottom: 100px; }
  @media (max-width: 480px) {
    .mostVisited {
      margin-bottom: 0; } }
  .mostVisited .mostVisited-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 54px; }
    .mostVisited .mostVisited-header .logo {
      width: 104px;
      height: 32px; }
      [dir=ltr] .mostVisited .mostVisited-header .logo {
        margin-left: 0;
        margin-right: 24px; }
      [dir=rtl] .mostVisited .mostVisited-header .logo {
        margin-left: 24px;
        margin-right: 0; }
    .mostVisited .mostVisited-header .text {
      font-size: 27px;
      font-weight: 700;
      line-height: 36px;
      color: #FFFFFF; }
      @media (max-width: 575px) {
        .mostVisited .mostVisited-header .text {
          font-size: 17px;
          line-height: 29px; } }
  .mostVisited .content-mostVisited {
    column-gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap; }
    .mostVisited .content-mostVisited .box-visit {
      width: 24%;
      height: 353px;
      padding: 18px;
      background: #E1E1E7;
      border-radius: 24px;
      margin-bottom: 40px;
      position: relative;
      cursor: pointer; }
      @media (max-width: 1345px) {
        .mostVisited .content-mostVisited .box-visit {
          width: 45%; } }
      @media (max-width: 575px) {
        .mostVisited .content-mostVisited .box-visit {
          width: 100%; } }
      .mostVisited .content-mostVisited .box-visit .image {
        background: #9FA9B7;
        margin-top: -37px;
        border-radius: 16px;
        width: 100%;
        height: 206px;
        margin-bottom: 20px; }
        .mostVisited .content-mostVisited .box-visit .image img {
          width: 100%;
          height: 100%;
          border-radius: 16px; }
      .mostVisited .content-mostVisited .box-visit .body-news {
        background: #FFFFFF;
        border-radius: 12px;
        width: 95%;
        padding: 8px; }
        .mostVisited .content-mostVisited .box-visit .body-news .title {
          height: 72px;
          max-height: 72px;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #141414;
          margin-bottom: 15px; }
      .mostVisited .content-mostVisited .box-visit:hover {
        transition: all 0.3s;
        box-shadow: rgba(255, 255, 255, 0.575) 1px 2px 22px 0px; }
  .mostVisited .button-outline-white {
    display: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin: auto;
    margin-top: 42px; }
    [dir=ltr] .mostVisited .button-outline-white i {
      margin-left: 9px;
      margin-right: 0; }
    [dir=rtl] .mostVisited .button-outline-white i {
      margin-left: 0;
      margin-right: 9px; }
    @media (max-width: 480px) {
      .mostVisited .button-outline-white {
        display: flex; } }

.all-items {
  margin-bottom: 100px; }
  @media (max-width: 480px) {
    .all-items {
      margin-top: 32px; } }
  @media (max-width: 767px) {
    .all-items .item-news {
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .all-items .box-item {
      width: 100%;
      margin-bottom: 24px; } }

.inside-news-content {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  margin-bottom: 120px;
  height: fit-content; }
  @media (max-width: 991px) {
    .inside-news-content {
      flex-direction: column; } }
  .inside-news-content .content {
	  text-align: justify;
    width: 65%; }
    @media (max-width: 991px) {
      .inside-news-content .content {
        width: 100%; } }
    .inside-news-content .content .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 16px;
      color: #141414; }
      .inside-news-content .content .title h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 36px; }
        @media (max-width: 991px) {
          .inside-news-content .content .title h2 {
            font-size: 27px;
            font-weight: 700;
            line-height: 36px; } }
      .inside-news-content .content .title .date {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #68686B; }
        @media (max-width: 991px) {
          .inside-news-content .content .title .date {
            display: none; } }
    .inside-news-content .content .image {
      width: 100%;
      height: 550px;
      margin-bottom: 24px;
      border-radius: 12px; }
      @media (max-width: 575px) {
        .inside-news-content .content .image {
          height: 200px; } }
      .inside-news-content .content .image img {
        /* width: 100%; */
        height: 100%;
        border-radius: 12px; }
    .inside-news-content .content .text {
      font-size: 20px;
      font-weight: 400;
      line-height: 36px;
      color: #141414;
      margin-bottom: 15px;
      text-align: justify; }
      @media (max-width: 991px) {
        .inside-news-content .content .text {
          font-size: 20px;
          font-weight: 400;
          line-height: 36px; } }
    .inside-news-content .content .video {
      height: 500px !important;
      padding: 0;
      margin-bottom: 24px; }
      @media (max-width: 575px) {
        .inside-news-content .content .video {
          height: 200px !important; } }
      .inside-news-content .content .video .image {
        height: 500px !important; }
        @media (max-width: 575px) {
          .inside-news-content .content .video .image {
            height: 200px !important; } }
    .inside-news-content .content .text-gray {
      margin-bottom: 24px;
      font-size: 20px;
      font-weight: 400;
      line-height: 36px; }
    .inside-news-content .content .table {
      background: #FFFFFF;
      border-radius: 16px;
      padding: 8px;
      height: fit-content;
      max-height: fit-content;
      width: 100%;
      display: flex;
      flex-direction: column;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      overflow: auto; }
      .inside-news-content .content .table .thead {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        background: #F7F8F9;
        height: 52px;
        display: flex;
        align-items: center;
        width: max-content; }
        .inside-news-content .content .table .thead th {
          width: 198px;
          min-width: 198px;
          max-width: 198px;
          text-align: center;
          border-bottom: none !important; }
      .inside-news-content .content .table .tbody {
        width: 100%;
        min-width: 100%;
        max-width: 100%; }
        .inside-news-content .content .table .tbody tr {
          height: 40px;
          border-bottom: 1px solid #DADEE3;
          border-top: 1px solid #DADEE3; }
          .inside-news-content .content .table .tbody tr:first-child {
            border-top: none; }
          .inside-news-content .content .table .tbody tr:nth-child(even) {
            background-color: #F7F8F9; }
          .inside-news-content .content .table .tbody tr td {
            width: 198px;
            min-width: 198px;
            max-width: 198px;
            text-align: center;
            border-bottom: none !important; }
  .inside-news-content .sidebar {
    width: 30%;
    background-color: #F7F7FE;
    padding: 24px;
    border-radius: 24px; }
    @media (max-width: 991px) {
      .inside-news-content .sidebar {
        width: 100%; } }
    .inside-news-content .sidebar .title {
      font-size: 20px;
      font-weight: 700;
      line-height: 36px;
      color: #141414;
      margin-bottom: 24px;
      position: relative; }
      [dir=ltr] .inside-news-content .sidebar .title {
        margin-left: 10px;
        margin-right: 0; }
      [dir=rtl] .inside-news-content .sidebar .title {
        margin-left: 0;
        margin-right: 10px; }
      .inside-news-content .sidebar .title::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 10px;
        background-color: #ED1C24;
        border-radius: 12px;
        top: 7px; }
        [dir=ltr] .inside-news-content .sidebar .title::after {
          left: -2% !important; }
        [dir=rtl] .inside-news-content .sidebar .title::after {
          right: -2% !important; }
    .inside-news-content .sidebar .item {
      display: flex;
      align-items: center;
      margin-bottom: 24px;
      border-radius: 12px;
      padding: 8px; }
      .inside-news-content .sidebar .item .image {
        width: 100px;
        min-width: 100px;
        /* height: 100px; */
        border-radius: 12px; }
        [dir=ltr] .inside-news-content .sidebar .item .image {
          margin-left: 0;
          margin-right: 10px; }
        [dir=rtl] .inside-news-content .sidebar .item .image {
          margin-left: 10px;
          margin-right: 0; }
        .inside-news-content .sidebar .item .image img {
          width: 100%;
          /* height: 100%; */
          object-fit: fill;
          border-radius: 12px; }
      .inside-news-content .sidebar .item .body .text {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 8px;
        color: #3E3232; }
      .inside-news-content .sidebar .item .body .date {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        color: #3E3232BF;
        opacity: 75%; }
      .inside-news-content .sidebar .item:hover {
        transition: all 0.3s;
        box-shadow: rgba(99, 99, 99, 0.575) 1px 2px 22px 0px; }

.box-title-gallery .title {
  margin-bottom: 32px;
  color: #141414; }
  [dir=ltr] .box-title-gallery .title {
    margin-left: 24px;
    margin-right: 0; }
  [dir=rtl] .box-title-gallery .title {
    margin-left: 0;
    margin-right: 24px; }
  .box-title-gallery .title h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px; }
    @media (max-width: 1345px) {
      .box-title-gallery .title h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 36px; } }

.content-gallery {
  padding: 0 24px 24px 24px;
  margin-bottom: 78px;
  height: max-content; }
  .content-gallery .content {
    display: flex;
    justify-content:flex-start;
    column-gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }
    @media (max-width: 1345px) {
      .content-gallery .content {
        flex-wrap: wrap; } }
    .content-gallery .content-right {
      /* display: flex; */
      flex-wrap: wrap;
      width: 30%;
      margin-bottom: 20px;
      column-gap: 24px; }
      @media (max-width: 1345px) {
        .content-gallery .content-right {
          width: 100%; } }
      .content-gallery .content-right .big-height {
        height: 400px;
        display: flex;
        column-gap: 24px;
        margin-bottom: 16px;
        border-radius: 12px; }
        @media (max-width: 1345px) {
          .content-gallery .content-right .big-height {
            width: 100%;
            height: 433px;
            flex-wrap: wrap; } }
        .content-gallery .content-right .big-height .box-item {
          width: 47%;
          height: 100%; }
          @media (max-width: 1345px) {
            .content-gallery .content-right .big-height .box-item {
              width: 100%;
              height: 433px; } }
          .content-gallery .content-right .big-height .box-item:hover {
            transition: all 0.3s;
            box-shadow: rgba(99, 99, 99, 0.575) 1px 2px 22px 0px; }
      .content-gallery .content-right .box-item {
        /* width: 47%; */
        height: 249px;
        position: relative;
        margin-bottom: 16px;
        border-radius: 12px; }
        @media (max-width: 1345px) {
          .content-gallery .content-right .box-item {
            width: 100%;
            height: 433px; } }
        .content-gallery .content-right .box-item .image {
          width: 100%;
          height: 100%;
          border-radius: 12px; }
          .content-gallery .content-right .box-item .image img {
            width: 100%;
            height: 100%;
            border-radius: 12px; }
            @media (max-width: 1345px) {
              .content-gallery .content-right .box-item .image img {
                object-fit: fill; } }
        .content-gallery .content-right .box-item:hover {
          transition: all 0.3s;
          box-shadow: rgba(99, 99, 99, 0.575) 1px 2px 22px 0px; }
    .content-gallery .content-left {
      display: flex;
      flex-wrap: wrap;
      width: 50%;
      column-gap: 24px; }
      @media (max-width: 1345px) {
        .content-gallery .content-left {
          width: 100%; } }
      .content-gallery .content-left .big-item {
        width: 100%;
        height: 400px;
        margin-bottom: 16px;
        border-radius: 12px; }
        @media (max-width: 1345px) {
          .content-gallery .content-left .big-item {
            width: 100%;
            height: 433px; } }
        .content-gallery .content-left .big-item .box-item {
          width: 100%;
          height: 100%;
          border-radius: 12px; }
          .content-gallery .content-left .big-item .box-item .image {
            width: 100%;
            height: 100%;
            border-radius: 12px; }
            .content-gallery .content-left .big-item .box-item .image img {
              width: 100%;
              height: 100%;
              border-radius: 12px; }
              @media (max-width: 1345px) {
                .content-gallery .content-left .big-item .box-item .image img {
                  object-fit: fill; } }
          .content-gallery .content-left .big-item .box-item:hover {
            transition: all 0.3s;
            box-shadow: rgba(99, 99, 99, 0.575) 1px 2px 22px 0px; }
        .content-gallery .content-left .big-item:hover {
          transition: all 0.3s;
          box-shadow: rgba(99, 99, 99, 0.575) 1px 2px 22px 0px; }
      .content-gallery .content-left .box-item {
        width: 48%;
        height: 249px;
        position: relative;
        margin-bottom: 16px;
        border-radius: 12px; }
        @media (max-width: 1345px) {
          .content-gallery .content-left .box-item {
            width: 100%;
            height: 433px; } }
        .content-gallery .content-left .box-item .image {
          width: 100%;
          height: 100%;
          border-radius: 12px; }
          .content-gallery .content-left .box-item .image img {
            width: 100%;
            height: 100%;
            border-radius: 12px; }
            @media (max-width: 1345px) {
              .content-gallery .content-left .box-item .image img {
                object-fit: fill; } }
        .content-gallery .content-left .box-item:hover {
          transition: all 0.3s;
          box-shadow: rgba(99, 99, 99, 0.575) 1px 2px 22px 0px; }

.inside-gallery {
  margin-bottom: 153px; }
  .inside-gallery .content {
    display: flex;
    column-gap: 24px;
    flex-wrap: wrap;
    padding: 0 24px; }
    .inside-gallery .content .item {
      width: 32%;
      min-width: 32%;
      margin-bottom: 16px;
      cursor: pointer;
      height: 300px;
      border-radius: 16px; }
      @media (max-width: 1345px) {
        .inside-gallery .content .item {
          width: 48.8%;
          min-width: 48.8%; } }
      @media (max-width: 991px) {
        .inside-gallery .content .item {
          width: 100%;
          min-width: 100%; } }
      @media (max-width: 575px) {
        .inside-gallery .content .item {
          height: 228px; } }
      .inside-gallery .content .item .image {
        width: 100%;
        height: 100%;
        border-radius: 16px; }
        .inside-gallery .content .item .image img {
          width: 100%;
          height: 100%;
          object-fit: fill;
          border-radius: 16px; }
      .inside-gallery .content .item:hover {
        transition: all 0.3s;
        box-shadow: rgba(99, 99, 99, 0.575) 1px 2px 22px 0px; }

.modal.gallery {
  display: none;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #0000007a !important; }
  .modal.gallery .modal-content {
    position: relative;
    width: 47%;
    max-width: 47%;
    overflow: hidden;
    height: 525px;
    border-radius: 16px; }
    @media (max-width: 767px) {
      .modal.gallery .modal-content {
        width: 98%;
        max-width: 98%; } }
  .modal.gallery .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: white;
    cursor: pointer; }
  .modal.gallery .swiper {
    width: 100%;
    height: 400px; }
  .modal.gallery .swiper-wrapper {
    display: flex; }
  .modal.gallery .swiper-slide {
    width: 100%;
    height: 525px; }
    .modal.gallery .swiper-slide img {
      width: 100%;
      height: 100%; }
  .modal.gallery .swiper-button-next, .modal.gallery .swiper-button-prev {
    background-image: none;
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .modal.gallery .swiper-button-next i, .modal.gallery .swiper-button-prev i {
      color: #CA252C; }

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100;
  src: url("../css/fonts/Inter-Bold.otf"); }
@font-face {
  font-family: YekanBakhFaNum;
  font-style: normal;
  font-weight: 100;
  src: url("../css/fonts/YekanBakhFaNum-Light.otf"); }
@font-face {
  font-family: YekanBakh;
  font-weight: 900;
  src: url("../css/fonts/YekanBakh-Bold.otf");
  src: url("../css/fonts/YekanBakh-Bold.ttf"); }
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: bold;
  src: url("../css/fonts/YekanBakh-SemiBold.otf");
  src: url("../css/fonts/YekanBakh-SemiBold.ttf"); }
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 500;
  src: url("../css/fonts/YekanBakh-Bold.otf");
  src: url("../css/fonts/YekanBakh-Bold.ttf"); }
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 700;
  src: url("../css/fonts/YekanBakh-Bold.otf");
  src: url("../css/fonts/YekanBakh-Bold.ttf"); }
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 400;
  src: url("../css/fonts/YekanBakh-Light.otf");
  src: url("../css/fonts/YekanBakh-Light.ttf"); }
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 100;
  src: url("../css/fonts/YekanBakh-Regular.otf");
  src: url("../css/fonts/YekanBakh-Regular.ttf");
  src: url("../css/fonts/YekanBakh-Light.otf");
  src: url("../css/fonts/YekanBakh-Light.ttf"); }
.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  display: none; }
  .background.active {
    display: block; }

body {
  font-family: YekanBakh !important;
  background: #FAFAFE; }

ul {
  padding: 0; }

.container {
  max-width: 1440px; }

/*# sourceMappingURL=style.css.map */

.videos-list{
  display: flex;
  gap: 20px;
  flex-direction:row;
  flex-wrap: wrap;
}
.video-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  position: relative;
}

.video-item img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.video-item img:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.video-item h3 {
  margin: 10px 0;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.video-item video {
  width: 100%;
  border-radius: 8px;
  background-color: #000;
}

@media (max-width: 768px) {
  .container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .container {
    grid-template-columns: 1fr;
  }
}

.swiper-slide a {
  display: flex;
  justify-content:space-around;
  color: inherit;
}

.swiper-container{
  height: 100% !important;
}