f.slick-slider {
    direction: rtl;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    margin: 0px;
    font-family: var(--dana);
    /* overflow-y: initial; */
    /* overflow-x: hidden !important; */
  }

  .title-font {
    letter-spacing: -1px;
    font-family: var(--title-font);
    font-variation-settings: "CNTR" 0;
  }

  .body-font {
    font-family: var(--dana);
  }

  html.fsvs {
    overflow-y: hidden;
  }
  
   @-moz-document url-prefix() {
           .part-desc-cnt {
               top:initial !important;
           }
           
           .part-desc-bg {
               top:initial !important;
           }
        }

  html.fsvs #fsvs-body {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  
  .hotel-left-mobile {
      display:none;
  }
   .hotel-left-mobile>h4 {
          color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -1px;
   }
   

  html.fsvs #fsvs-body > * {
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }

  .section {
  }

  /* @font-face {
    font-family: "Abar";
    src: url(../fonts/AbarFaNum-VF.woff);
    font-style: normal;
    font-display: swap;
  } */

  /* @font-face {
    font-family: "Cinzel";
    src: url("../fonts/cinzel-decorative.woff");
    src: url("../fonts/cinzel-decorative.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  } */

  @font-face {
    font-family: "Modam";
    src: url("../fonts/ModamFaNumWeb-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Modam";
    src: url("../fonts/ModamFaNumWeb-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Modam";
    src: url("../fonts/ModamFaNumWeb-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Modam";
    src: url("../fonts/ModamFaNumWeb-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Modam";
    src: url("../fonts/ModamFaNumWeb-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Modam";
    src: url("../fonts/ModamFaNumWeb-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Modam";
    src: url("../fonts/ModamFaNumWeb-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Modam";
    src: url("../fonts/ModamFaNumWeb-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Dana";
    src: url("../fonts/DanaFaNum-UltraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Dana";
    src: url("../fonts/DanaFaNum-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Dana";
    src: url("../fonts/DanaFaNum-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Dana";
    src: url("../fonts/DanaFaNum-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Dana";
    src: url("../fonts/DanaFaNum-DemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Dana";
    src: url("../fonts/DanaFaNum-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Dana";
    src: url("../fonts/DanaFaNum-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Dana";
    src: url("../fonts/DanaFaNum-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Plat";
    src: url("../fonts/Platypi-VariableFont_wght.woff2");
    font-style: normal;
    font-display: swap;
  }

  :root {
    --cinzel: "Plat";

    --dana: "Dana";
    --title-font: "Modam";
    --text-color: rgba(74, 74, 74, 1);
    --primary-color: rgba(188, 123, 87, 1);
    /* --secondary-color: #fdcd0d; */
    --title-color: rgba(15, 15, 15, 1);
  }

  ul {
    padding-inline-start: 0;
  }

  *,
  *::after,
  *::before {
    outline: none;
    border: none;
    text-decoration: none;
    margin-block: 0;
    margin-inline: 0;
    list-style: none;
    box-sizing: border-box;
  }

  .container-x {
    padding-right: 320px;
    padding-left: 320px;
  }

  .container-right {
    padding-right: 320px;
  }

  .container-y {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .title h3 {
    font-size: 32px;
    font-weight: 1000;
    color: var(--title-color);
    font-variation-settings: "CNTR" 100;
    /*letter-spacing: -1px;*/
    font-family: var(--title-font);
  }

  .body-text {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--dana);
  }

  .button {
    padding: 8px 16px;
    border-radius: 24px;
    border: 1px solid var(--title-color);
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    width: fit-content;

    overflow: hidden !important;
    transition: all 0.7s;
  }

  .button span {
    color: var(--title-color);
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
       font-family: var(--dana) !important;
  }

  .button:before {
    content: "";
    position: absolute;
    background-color: var(--title-color);
    border-radius: 50%;
    bottom: -300%;
    width: 200%;
    height: 300%;
    right: 50%;
    z-index: 1;
    transform: translate(50%, 0);
    transition: all 0.5s;
  }

  .button:hover:before {
    transform: translate(50%, 50%);
    transition: all 0.3s;
    bottom: 0;
  }

  .button svg {
    position: relative;
    z-index: 2;
  }

  .button .fill-svg {
    fill: var(--title-color);
  }

  .button:hover .fill-svg {
    fill: #fff;
  }

  .button:hover {
    background-color: var(--title-color);
  }

  .button .stroke-svg {
    stroke: var(--title-color);
  }

  .button:hover .stroke-svg {
    stroke: #fff;
  }

  .button:hover span {
    color: #fff;
  }

  .button.transparent-button {
    background-color: transparent;
    border: 1px solid #fff;
  }

  .button.transparent-button .fill-svg {
    fill: #fff;
  }

  .button.transparent-button span {
    color: #fff;
  }

  .button.transparent-button:hover .fill-svg {
    fill: var(--title-color);
  }

  .button.transparent-button:hover span {
    color: var(--title-color);
  }

  .button.transparent-button:before {
    background-color: #fff;
  }

  a {
    color: var(--title-color);
  }

  .section-dots-cnt {
    position: fixed;
    top: 50%;
    z-index: 50;
    border-radius: 72px;
    width: fit-content !important;
    height: fit-content !important;
    right: 50px;
    display: none;
    transform: translateY(-50%);
    background: rgba(15, 15, 15, 0.432);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
    gap: 8px;
  }

  .section-dots-cnt .section-dot {
    display: flex;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.3s;
  }

  /* header */

  .header-cnt {
    direction: rtl;
    position: absolute;
    transition: all 0.5s;
    left: 0;
    top: 0;

    width: 100%;
    height: 105px;
    z-index: 51;
    display: flex;

    /* padding-left: 152px;
    padding-right: 152px; */
    justify-content: space-between;
  }

  .close-nav-but {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -8px;
  }

  .visible {
    display: flex;
    animation: rotate 0.5s forwards;
    transition: all 0.3s;
  }

  @keyframes rotate {
    0% {
      rotate: 0deg;
    }
    100% {
      rotate: 180deg;
    }
  }

  html.fsvs #fsvs-body > *.header-cnt {
    height: 105px;
  }

  .header {
    display: flex;
    padding-left: 152px;
    padding-right: 152px;
    justify-content: space-between;
    width: 100%;
    height: 105px !important;
    transition: all 0.5s;
  }

  .header-cnt .header-right {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 101;
  }

  .header-cnt .header-right .header-logo {
    display: flex;
    width: 160px;
  }

  .header-cnt .header-right .header-logo img {
    width: 100%;
  }

  .header-cnt .header-right .header-logo-typo {
    display: flex;
    flex-direction: column;
  }

  .header-cnt .header-right .header-logo-typo h4 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
  }

  .header-cnt .header-right .header-logo-typo span {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
  }

  .header-cnt .header-left {
    display: flex;
    align-items: center;
    gap: 24px;
    transition: all 0.3s;
    /* position: relative; */
    z-index: 100;
    width:160px;
  }

  .header-cnt .header-left .header-search {
    display: flex;
  }

  .header-cnt .header-left .header-lang {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 16px;
    margin-bottom: 0;
    transition: all 0.3s;
    cursor: pointer;
    margin-right: 0px;
  }

  .header-cnt .header-left .header-lang .header-lang-options {
    margin-top: 2px;
  }

  .header-cnt .header-left .header-lang.collapsible--expanded {
    margin-bottom: -20px;
    /* border-radius: 30px; */
  }

  .header-cnt .header-left .header-lang.collapsible--expanded .chevron {
    rotate: 180deg;
    transition: all 0.3s;
  }

  .header-cnt
    .header-left
    .header-lang.collapsible--expanded
    .header-lang-options
    a:nth-child(2) {
    height: 20px;
  }

  .header-cnt .header-left .header-lang .header-lang-options a {
    color: #fff;
    transition: all 0.3s;
    justify-content: center;
    overflow: hidden;
    display: flex;
  }

  .header-cnt .header-left .header-lang .header-lang-options a:nth-child(2) {
    height: 0;
  }

  .header-cnt .chevron {
    display: flex;
  }

  .header-cnt .header-center {
    display: flex;
    align-items: center;
  }

  .header-cnt .header-list {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .header-cnt .header-list .header-item {
    transition: all 0.3s;
    display: flex;

  }

  .header-cnt .header-list .header-item > a {
    color: #fff;
    display: flex;
    align-items: center;
  cursor: pointer;
    /* height: 105px; */
  }

  .header-cnt .header-list .header-item.open > a {
    /* border-bottom: 1px solid #fff; */
  }

  .header-cnt .mobile-menu-cnt {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .header-cnt .mobile-menu-cnt .collapse-icon {
    height: 48px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
  }

  .header-cnt .mobile-menu-cnt .mobile-menu-item a {
    color: #fff;
    display: flex;
    align-items: center;
  }

  .header-cnt .mobile-menu-cnt .collapse-icon img {
    width: 100%;
  }

  .header-cnt .mobile-menu-cnt .mobile-menu {
    height: 0;
    /* padding-right: 40px; */
    /* padding-left: px; */
    transition: all 0.3s;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 104px;
    left: 0;
    z-index: 100;
    background-color: var(--title-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .header-cnt.collapsible--expanded .mobile-menu-cnt .mobile-menu {
    height: calc(100vh - 105px);
    overflow-y: scroll;
  }

  .header-cnt .mobile-menu-cnt .mobile-menu .mobile-list {
    display: flex;
    flex-direction: column;

    /* padding-right: 24px;
    padding-left: 24px; */
  }

  .header-cnt .mobile-menu-cnt .mobile-menu .mobile-list .mobile-menu-item {
    padding-top: 8px;
    padding-bottom: 8px;

    /* border-bottom: 1px solid rgba(177, 177, 177, 0.301); */
  }

  .header-item.open .sub-nav-cnt {
    height: 100vh;
    min-height: 600px;
    visibility: visible;
  }

  .header-item.open .chevron {
    rotate: -180deg;
  }

  .header-item {
    opacity: 1;
  }

  .header-item.open {
    opacity: 1;
    z-index: 1;
  }

  .header-item:not(.open) {
    z-index: 102;
  }

  .header-item .chevron {
    transition: all 0.5s;
  }

  .sub-nav-cnt {
    overflow: hidden;
    background-color: rgba(15, 15, 15, 0.8);
    backdrop-filter: blur(16px);
    position: absolute;
    visibility: hidden;
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 0;
    min-height: 0;
    transition: all 0.5s;

    padding-right: 152px;
    padding-left: 152px;
  }

  .search-cnt {
    overflow: hidden;
    background-color: rgba(15, 15, 15, 0.8);
    backdrop-filter: blur(16px);
    position: absolute;
    /* visibility: hidden; */
    width: 100vw;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 0;
    min-height: 0;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    padding-left: 152px;
    padding-right: 152px;
  }

  .header-search .close-search-icon {
    display: none;
    cursor: pointer;
    /* width: 32px;
    height: 32px;
    margin: 8px; */
  }

  .header-search .search-icon {
    cursor: pointer;
  }

  .header-search.open .close-search-icon {
    display: flex;
    animation: rotate 0.5s forwards;
  }

  .header-search.open .search-icon {
    display: none;
  }

  .header-search .search-cnt .search {
    display: flex;
    height: 100%;
    align-items: center;
    /* padding-top: 105px; */
    /* padding-bottom: 105px; */
    justify-content: center;
    width: 100%;
    margin-top: 115px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }

  .header-search .search-cnt .search form {
    display: flex;
    border-bottom: 1px solid #fff;
    width: 80%;
  }

  .header-search .search-cnt .search form input {
    background-color: transparent;
    flex-grow: 1;
    color: #fff;
    font-family: var(--dana);
    font-size: 20px;
  }

  .header-search .search-cnt .search form input::placeholder {
    font-family: var(--dana);
    font-size: 20px;
  }

  .header-search.open .search-cnt {
    height: 100vh;
    min-height: 600px;
  }

  .sub-nav-cnt .sub-nav {
    height: 100%;
    /* margin-top: 115px; */
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 56px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 115px;
  }

  .sub-nav-cnt .sub-nav .sub-nav-list-cnt {
    display: flex;
    align-items: flex-start;
    width: 100%;
    position: relative;
  }

  /* .header-item .header-item-link:hover {
    opacity: 1 !important;
  } */

  .sub-nav-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    margin-bottom: 115px;
  }

  .sub-nav-bottom.search-bottom {
    margin-bottom: 0;
  }

  .sub-nav-bottom .sub-nav-info {
    display: flex;
    gap: 16px;
  }

  .sub-nav-bottom .sub-nav-bottom-title {
    color: #fff;
  }

  .sub-nav-bottom .sub-nav-bottom-title h5 {
    font-weight: 600;
  }

  .sub-nav-bottom .sub-nav-info-time {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .sub-nav-bottom .sub-nav-info-price {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .sub-nav-bottom .sub-nav-bottom-text {
    color: #fff;
    display: flex;
    gap: 8px;
  }

  .sub-nav-bottom .sub-nav-bottom .sub-nav-bottom-line {
    background-color: #fff;
    height: 100%;
    width: 1px;
  }

  .sub-nav-bottom .sub-nav-social-item {
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  }

  .sub-nav-bottom .sub-nav-social-cnt {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .sub-nav-bottom .sub-nav-social {
    display: flex;
    gap: 16px;
  }

  .sub-nav-cnt .sub-nav .sub-nav-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    width: 30%;
  }

  .sub-nav-cnt .sub-nav .sub-nav-list li {
    padding-bottom: 8px;
  }

  .sub-nav-cnt .sub-nav .sub-nav-list li a {
    color: #fff;
    /* border-bottom: 1.5px solid rgb(163, 162, 162); */
    /* padding-bottom: 8px; */
    opacity: 0.8;
    transition: all 0.3s;
  }

  .sub-nav-cnt .sub-nav .sub-nav-list li a:hover {
    opacity: 1;
    margin-right: 6px;
  }

  .mobile-menu-item.open .mobile-sub-nav-cnt {
    max-height: 500px;
  }

  .mobile-menu-item .chevron {
    transition: all 0.3s;
  }

  .mobile-menu-item.open .chevron {
    rotate: 180deg;
  }

  .mobile-menu-item .mobile-sub-nav-cnt {
    height: fit-content;
    max-height: 0;
    width: 100%;
    margin-top: 8px;
    right: 0;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    overflow: hidden;
  }

  .mobile-menu .mobile-search {
    width: 70%;
    display: flex;
    padding-bottom: 80px;
    align-self: center;
  }

  .mobile-menu .mobile-search form {
    border-bottom: 1px solid #fff;
    display: flex;
    width: 100%;
  }

  .mobile-menu .mobile-search form a {
    display: flex;
  }

  .mobile-menu .mobile-search input {
    background-color: transparent;
    padding-left: 16px;
    font-family: var(--dana);
    padding-right: 16px;
    width: 100%;
    color: #fff;
  }

  .mobile-menu .mobile-search input::placeholder {
    font-family: var(--dana);
  }

  .mobile-menu-item .mobile-sub-nav-cnt .mobile-sub-nav-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .mobile-menu-item .mobile-sub-nav-cnt .mobile-sub-nav-list li a {
    color: #fff;
  }

  .mobile-menu-item .mobile-nav-top {
    display: flex;
    flex-direction: column;
  }

  .mobile-nav-lang {
    display: flex;
    gap: 8px;
    margin-top: 24px;
    /* align-self: center; */
    justify-content: center;
  }

  .mobile-nav-lang .mobile-nav-lang-line {
    background-color: #fff;
    width: 1px;
    height: 16px;
  }

  .mobile-nav-lang a {
    color: #fff;
    transition: all 0.3s;
  }

  .mobile-nav-lang a.deactive-lang {
    opacity: 0.8;
  }

  /* hero */

  .hero-cnt {
    height: 100vh;
    min-height: 600px;
    width: 100%;
    position: relative;
    background-color: #000;
  }

  .hero-video-cnt {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
    left: 0;
    bottom: 0;
  }

  .hero-video-cnt video {
    object-fit: cover;
    width: 100%;
    height: 110%;
  }

  .hero-shadow {
    background-color: rgba(15, 15, 15, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    top: 0;
    right: 0;
    transition: all 0.5s;
  }

  .hero-shadow.bright {
    background-color: rgba(15, 15, 15, 0);
  }

  .hero-cnt .hero-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    position: relative;

    z-index: 4;
  }

  .hero-cnt .hero-content .hero-context {
    height: 65%;
    display: flex;
    /* row-gap: 24px; */
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
    transition: all 0.5s;
    justify-content: flex-end;
    text-align: center;
  }

  .hero-cnt .hero-content .hero-context .hero-title h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 800;
    font-variation-settings: "CNTR" 100;
    margin-bottom: 8px;
    font-family: var(--title-font);
    letter-spacing: -1px;
  }

  .hero-cnt .hero-content .hero-context .hero-subtitle h3 {
    font-size: 32px;
    font-weight: 550;
    font-family: var(--title-font);
    letter-spacing: -1px;
    margin-bottom: 32px;
    color: #fff;
    font-variation-settings: "CNTR" 100;
  }

  .hero-but-cnt {
    display: flex;
    justify-content: center;
    gap: 24px;
  }

  .hero-but-cnt .button:not(.transparent-button) {
    border: none;
    background-color: #fff;
  }

  .hero-but-cnt .button:not(.transparent-button):hover span {
    color: var(--title-color);
  }

  .hero-but-cnt .button:not(.transparent-button):hover .stroke-svg {
    stroke: var(--title-color);
  }

  .hero-but-cnt .button:not(.transparent-button):before {
    background-color: #e9e9e9;
  }

  .hero-cnt .hero-content .hero-video-buts {
    width: 100%;
    height: 35%;
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    gap: 24px;
    margin-bottom: 16px;
  }

  .hero-cnt .hero-video-but {
    width: 54px;
    height: 54px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-cnt .hero-video-but svg {
    transition: all 0.3s;
  }

  .hero-cnt .hero-video-but.hero-play-but {
    display: none;
  }

  .hero-cnt .hero-video-but.hero-unmute-but {
    display: none;
  }

  .hero-cnt .hero-content .hero-line {
    flex-grow: 1;
    background-color: #fff;
    height: 1px;
    margin-bottom: 26px;
  }

  .hero-cnt .small-screen {
    /* position: absolute; */
    z-index: 5;
    right: 320px;
    bottom: 0;
    display: none;
  }

  .hero-cnt .small-screen img {
    height: 54px;
    width: 54px;
  }

  /* about */

  .about-cnt .about-item {
    position: relative;
    height: 100vh;
    min-height: 600px;
  }

  .about-cnt .about-item .about-img {
    height: 100%;
    position: relative;
  }

  .about-cnt .about-item.item-1 .about-img .about-img-gradient {
    height: 100%;
    width: 70%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 80%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .about-cnt .about-item.item-3 .about-img .about-img-gradient {
    height: 100%;
    width: 70%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 80%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .about-cnt .about-item.item-5 .about-img .about-img-gradient {
    height: 100%;
    width: 70%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 80%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .about-cnt .about-item.item-6 .about-img .about-img-gradient {
    height: 100%;
    width: 70%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(
      to left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 80%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .about-cnt .about-item.item-2 .about-img .about-img-gradient {
    height: 100%;
    width: 70%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(
      to left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 80%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .about-cnt .about-item.item-4 .about-img .about-img-gradient {
    height: 100%;
    width: 70%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(
      to left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 80%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  
  .present-manager {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.present-manager .body-text {
  text-align: center;
}

.present-manager .present-manager-img {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  height: 240px;
  width: 240px;
  margin: 0 auto;
}

.present-manager .present-manager-img img {
 height: 100%;
 width: 100%;
 object-fit: cover;
}
  
  .about-slider .slick-next.about-slider-arrow, .about-slider .slick-prev.about-slider-arrow {
      top:initial !important;
  }

    .slick-next.about-slider-arrow{
        display: flex;
        top: -106px;
        position: absolute;
        left: 120px;
    }
    .slick-prev.about-slider-arrow{
         display: flex;
        top: -106px;
        position: absolute;
        left: 40px;
    }
  .about-cnt .about-slider .slick-slide > div {
    display: flex;
  }

  .about-cnt .about-item .about-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .about-cnt .about-item.item-1 .about-img img {
    object-position: right top;
  }

  .about-cnt .about-item.item-2 .about-img img {
    object-position: left top;
  }
  .about-cnt .about-item.item-3 .about-img img {
    object-position: right top;
  }

  .about-cnt .about-item.item-4 .about-img img {
    object-position: left top;
  }
  .about-cnt .about-item.item-5 .about-img img {
    object-position: right top;
  }

  .about-cnt .about-item.item-6 .about-img img {
    object-position: left top;
  }

  .about-cnt .about-item .about-content-cnt {
    position: absolute;
    height: 100%;
    width: 50%;
    z-index: 2;
    display: flex;
    top: 0;
    justify-content: center;
    align-items: center;
    /* margin-top: 7%; */
  }

  .about-cnt .about-item .about-content h3 {
    font-family: var(--title-font);
    letter-spacing: -1px;
  }

  .about-cnt .about-item .about-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    gap: 24px;
  }

  .about-cnt .about-slider .about-item.item-1 .about-content-cnt {
    left: 0;
  }

  .about-cnt .about-slider .about-item.item-2 .about-content-cnt {
    right: 0;
  }

  .about-cnt .about-slider .about-item.item-3 .about-content-cnt {
    left: 0;
  }

  .about-cnt .about-slider .about-item.item-4 .about-content-cnt {
    right: 0;
  }

  .about-cnt .about-slider .about-item.item-5 .about-content-cnt {
    left: 0;
  }

  .about-cnt .about-slider .about-item.item-6 .about-content-cnt {
    right: 0;
  }

  .about-cnt .button.about-but {
    background-color: transparent;
  }

  .about-cnt .about-slider .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex !important;
    right: 50%;
    transform: translate(50%, 0);
    gap: 16px;
    bottom: 102px;
  }

  .about-cnt .about-slider .slick-dots li button {
    text-indent: -999px;
    font-size: 0;
    padding: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid var(--title-color);
    transition: all 0.3s;
    margin-bottom: 14px;
    background-color: var(--title-color);
  }

  .about-cnt .about-slider .slick-dots li.slick-active button {
    background-color: rgba(187, 158, 101, 1);
  }

  .about-cnt .slick-arrow {
    cursor: pointer;
    position: absolute;
    bottom: 102px;
    border: 1px solid var(--title-color);

    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.15);
    z-index: 1;
  }

  .about-cnt .slick-arrow.slick-next {
    right: calc(50% - 150px);
  }

  .about-cnt .slick-arrow.slick-prev {
    left: calc(50% - 150px);
  }

  .about-cnt .about-slider-arrow .fill-svg {
    fill: var(--title-color);
  }

  .about-cnt .about-slider-arrow:before {
    background-color: var(--title-color);
  }

  .about-cnt .about-slider-arrow:hover .fill-svg {
    fill: #fff;
  }

  /* parts introduction */

  .parts-itd-cnt {
    height: 100vh;
    position: relative;
    min-height: 930px;
  }

  .touch-cnt {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    height: 70px;
    display: none;
    bottom: 50px;
    align-items: center;
    justify-content: center;
    z-index: 1;
    opacity: 1;
    /* visibility: visible; */
    transition: all 0.3s, z-index 0.4s;
    /* transition: z-index 0.4s; */
  }

  .touch-cnt .touch {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .touch-cnt img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .touch-cnt .touch-cross {
    position: absolute;
    top: 0;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    cursor: pointer;
    left: 0;
  }

  .touch-cnt:not(.open) {
    opacity: 0;
    z-index: -1;
    /* visibility: hidden; */
  }

  .parts-itd {
    position: relative;
    width: 100%;
  }

  .part-desc-bg {
    /* min-height: 930px; */
  }

  .parts-itd-cnt .parts-itd-img {
    height: 100%;
  }

  .parts-itd-cnt .parts-itd-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .parts-itd-cnt .parts {
    position: absolute;
    height: 100%;
    width: 100%;
    /* z-index: 50; */
    top: 0;
    overflow: hidden;
    right: 0;
  }

  .parts-itd-cnt .parts .part-tag {
    background-color: rgba(15, 15, 15, 0.5);
    border: 1px solid var(--title-color);
    border-radius: 50%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    cursor: pointer;
    transition: all 1s;
    backdrop-filter: blur(8px);
  }

  .parts-itd-cnt .parts .part-tag span {
    color: #fff;
    padding-bottom: 4px;
    font-family: var(--cinzel);
    text-transform: uppercase;
    font-weight: 400;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    display: flex;
    border: 1px solid var(--title-color);
    border-radius: 50%;
    line-height: 1;
  }

  .parts-itd-cnt .parts > div:hover .part-tag span {
    background-color: var(--primary-color);
  }

  .parts-itd-cnt .parts > div:hover .part-tag {
    background-color: var(--primary-color);
  }

  .parts-itd-cnt .parts .parts-tag-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 5;
    cursor: pointer;
  }

  .parts-itd-cnt .parts .parts-tag-cnt .part-line {
    width: 2px;
    height: 23px;
    background-color: var(--title-color);
  }

  .parts-itd-cnt .parts .part-A {
    position: absolute;
    top: 58%;
    left: 10%;
  }

  .parts-itd-cnt .parts .part-A .part-glow {
    height: 92px;
    width: 214px;
    opacity: 0;
    top: 32px;
    right: 29%;
    transform: translate(50%, 0);
    visibility: hidden;
    position: absolute;
    transition: all 0.2s;
  }

  .parts-itd-cnt .parts .part-glow {
    z-index: -5;
  }

  .parts-itd-cnt .parts .part-glow img {
    width: 100%;
  }

  .parts-itd-cnt .parts .parts-tag-cnt:hover .part-glow {
    opacity: 1;
    visibility: visible;
  }

  .parts-itd-cnt .parts .part-G {
    position: absolute;
    top: 64%;
    right: 63%;
  }

  .parts-itd-cnt .parts .part-G .part-glow {
    height: 94px;
    width: 246px;
    opacity: 0;
    visibility: hidden;
    top: 21px;
    right: 50%;
    transform: translate(50%, 0);
    position: absolute;
    transition: all 0.2s;
  }

  .parts-itd-cnt .parts .part-D {
    position: absolute;
    top: 52%;
    right: 59%;
  }

  .parts-itd-cnt .parts .part-D .part-glow {
    height: 26px;
    width: 48.5px;
    opacity: 0;
    visibility: hidden;
    top: 48px;
    right: 51%;
    transform: translate(50%, 0);
    position: absolute;
    transition: all 0.2s;
  }

  .parts-itd-cnt .parts .part-F {
    position: absolute;
    top: 57%;
    right: 55.5%;
  }

  .parts-itd-cnt .parts .part-F .part-glow {
    height: 74px;
    width: 327px;
    opacity: 0;
    visibility: hidden;
    top: 12px;
    right: 169%;
    transform: translate(50%, 0);
    position: absolute;
    transition: all 0.2s;
  }

  .parts-itd-cnt .parts .part-H {
    position: absolute;
    top: 55%;
    right: 46.5%;
  }

  .parts-itd-cnt .parts .part-H .part-glow {
    height: 74px;
    width: 327px;
    opacity: 0;
    visibility: hidden;
    top: 20px;
    right: -2%;
    transform: translate(50%, 0);
    position: absolute;
    transition: all 0.2s;
  }

  .parts-itd-cnt .parts .part-I {
    position: absolute;
    top: 60.5%;
    right: 49.5%;
  }

  .parts-itd-cnt .parts .part-I .part-glow {
    height: 65px;
    width: 199px;
    opacity: 0;
    visibility: hidden;
    top: 7px;
    right: 8%;
    transform: translate(50%, 0);
    position: absolute;
    transition: all 0.2s;
  }

  .parts-itd-cnt .parts .part-J {
    position: absolute;
    top: 70%;
    right: 43.5%;
  }

  .parts-itd-cnt .parts .part-J .part-glow {
    height: 171px;
    width: 345px;
    opacity: 0;
    visibility: hidden;
    top: -33px;
    right: -33%;
    transform: translate(50%, 0);
    position: absolute;
    transition: all 0.2s;
  }

  .parts-itd-cnt .parts .part-K {
    position: absolute;
    top: 66%;
    right: 27.5%;
  }

  .parts-itd-cnt .parts .part-K .part-glow {
    height: 224.5px;
    width: 475px;
    opacity: 0;
    visibility: hidden;
    top: -16px;
    right: 241%;
    transform: translate(50%, 0);
    position: absolute;
    transition: all 0.2s;
  }

  .parts-itd-cnt .parts .part-L {
    position: absolute;
    top: 42%;
    right: 37%;
  }

  .parts-itd-cnt .parts .part-L .part-glow {
    height: 121.5px;
    width: 157px;
    opacity: 0;
    visibility: hidden;
    top: 22px;
    right: 150%;
    transform: translate(50%, 0);
    position: absolute;
    transition: all 0.2s;
  }

  .parts-itd-cnt .parts .part-B {
    position: absolute;
    top: 53%;
    left: 19%;
  }

  .parts-itd-cnt .parts .part-B .part-glow {
    height: 66px;

    width: 155px;
    opacity: 0;
    visibility: hidden;
    top: 33px;
    left: -94px;
    position: absolute;
    transition: all 0.2s;
  }

  .parts-itd-cnt .parts .part-E {
    position: absolute;
    top: 60%;
    left: 23%;
  }

  .parts-itd-cnt .parts .part-E .part-glow {
    height: 179px;

    width: 562px;
    opacity: 0;
    visibility: hidden;
    top: -31px;
    left: -160px;
    position: absolute;
    transition: all 0.2s;
  }

  .parts-itd-cnt .parts .part-C {
    position: absolute;
    top: 54%;
    left: 27%;
  }

  .parts-itd-cnt .parts .part-C .part-glow {
    height: 48px;
    width: 303px;
    opacity: 0;
    visibility: hidden;
    top: 30px;
    left: -130px;
    position: absolute;
    transition: all 0.2s;
  }

  /* .parts-itd-cnt .parts .part-D:hover .part-glow {
    opacity: 1;
  } */

  .part-desc-bg {
    position: fixed;
    z-index: 9;
    background-color: #00000000;
    mask-image: radial-gradient(
      circle at 350px calc(50% - 120px),
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 100px
    );
    width: 100vw;
    right: 0;
    left: 0;
    top: 0;
    height: 100vh;
    transition: all 0.5s;
    visibility: hidden;
    overflow: hidden;
  }

  .part-desc-bg.open {
    background-color: rgba(15, 15, 15, 0.9);
    visibility: visible;
  }

  .part-desc-cnt {
    opacity: 0;
    transition: all 0.5s;
    position: fixed;
    z-index: 10;
    width: 100vw;
    right: 0;
    left: 0;
    top: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .part-desc-cnt.open {
    opacity: 1;
    visibility: visible;
  }

  .part-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 152px;
    /* height: 356px; */
  }

  .part-desc .part-desc-context {
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
    gap: 24px;
  }

  .part-desc .parts-but-cnt {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    height: 288px;
    transition: all 0.3s;
    justify-content: flex-start;
  }

  .part-desc .parts-but-cnt .part-but.but-360 {
    background-color: #fff;
  }

  .part-desc .parts-but-cnt .part-but.tv-but {
    border: 1px solid #fff;
  }

  .part-desc .parts-but-cnt .part-but {
    background-color: rgb(15, 15, 15);
    border-radius: 50%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
  }

  .part-desc .parts-but-cnt .part-line {
    width: 1px;
    height: 28px;
    background-color: #fff;
    transition: all 0.5s;
  }

  .part-desc .part-desc-context .part-desc-title {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .part-desc .part-desc-context .part-desc-title .part-desc-title-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    width: 68px;
    border-radius: 50%;
    background-color: #fff;
  }

  .part-desc .part-desc-context .part-desc-title .part-desc-title-tag span {
    font-family: var(--cinzel);
    font-weight: 700;
    font-size: 32px;
    color: var(--primary-color);
  }

  #part-L-desc
    .part-desc
    .part-desc-context
    .part-desc-title
    .part-desc-title-tag
    span {
    margin-right: 0px;
    margin-bottom: 4px;
  }

  .part-desc .part-desc-context .part-desc-title .title h3 {
    color: #fff;
  }

  .part-desc .part-desc-context .part-text {
    color: #fff;
  }

  .part-desc .part-desc-context .button {
    background-color: transparent;
    border-color: #fff;
  }

  .part-desc .part-desc-context .button:before {
    background-color: #fff;
  }

  .part-desc .part-desc-context .button span {
    color: #fff;
  }

  .part-desc .part-desc-context .button .fill-svg {
    fill: #fff;
  }

  .part-desc .part-desc-context .button:hover span {
    color: var(--title-color);
  }

  .part-desc .part-desc-context .button:hover .fill-svg {
    fill: var(--title-color);
  }

  .part-desc-cnt:not(.open) .parts-but-cnt > div:nth-child(3) {
    margin-top: -54px;
  }

  .part-desc-cnt:not(.open) .parts-but-cnt > div:nth-child(5) {
    margin-top: -54px;
  }

  .part-desc-cnt:not(.open) .part-desc .parts-but-cnt .part-line.line2 {
  }

  .part-desc-cnt:not(.open) .part-desc-context {
    transform: translateY(50%);
  }

  .parts-cnt-cnt {
    position: relative;
    background-color: #0f0f0f;
    height: 100vh;
    overflow: hidden;
  }

  .parts-cnt-cnt .part-guide {
    border: 0.5px solid rgba(120, 120, 120, 1);
    padding: 8px 16px;
    border-radius: 16px;
    background: rgba(41, 41, 41, 0.5);
    display: flex;
    gap: 16px;
    position: absolute;
    align-items: center;
    z-index: 1;
    top: 20%;
    direction: rtl;
    right: 20%;
    transition: all 0.3s;
    backdrop-filter: blur(8px);
  }

  .parts-cnt-cnt .part-guide span {
    color: #fff;
  }

  /* museum */

  .museum-cnt {
    min-height: 760px;
    height: 100vh;
    /* background-image: url(../imgs/museum-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .museum-cnt .museum {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .museum-cnt .museum > .title {
    align-self: center;
  }

  .museum-text-slider .slick-slide > div {
    display: flex !important;
  }

  .museum-text-slider .slick-slide > div {
    display: flex !important;
  }

  .museum-text-slider .museum-text-item {
    /* height: 297px; */
    width: 674px !important;
    display: flex !important;
    flex-direction: column;
    gap: 24px;
    border: 0.5px solid rgba(209, 209, 209, 1);
    background: rgba(206, 206, 206, 0.15);
    padding: 24px;
    border-radius: 24px;
    margin: 0 auto 16px auto;
    backdrop-filter: blur(8px);
  }

  .museum-text-slider .museum-text-item .museum-desc-body {
    min-height: 72px;
  }

  .museum-text-slider .museum-text-item .museum-desc-body .body-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
  }

  .museum-page
    .museum-text-slider
    .museum-text-item
    .museum-desc-body
    .body-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
  }

  .museum-text-slider .museum-text-item .museum-title-cnt {
    width: 79%;
    display: flex;
    align-items: center;
  }

  .museum-text-slider .museum-text-item .museum-title-cnt .title h3 {
    font-size: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
  }

  .museum-text-slider .museum-text-item .museum-desc-line {
    height: 1px;
    flex-grow: 1;
    background-color: var(--title-color);
    margin-left: 24px;
    margin-right: 24px;
  }

  .museum-text-slider .museum-text-item .button {
    align-self: center;
    background-color: transparent;
  }

  .museum-cnt .museum-img-slider .museum-img-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .museum-cnt .museum-img-slider .museum-img-item .museum-img {
    height: 380px;
    width: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    transition: all 0.3s;
  }

  .museum-cnt
    .museum-img-slider
    .slick-slide:not(.slick-center)
    .museum-img-item
    .museum-img {
    scale: 0.7;
  }

  .museum-cnt .museum-img-slider .slick-center .museum-img-item .museum-img {
    scale: 1;
    opacity: 1;
  }

  .museum-cnt .museum-img-slider .museum-img-item .museum-img img {
    width: 100%;
    object-fit: contain;
    height: 100%;
  }

  .museum-cnt .slick-arrow {
    position: absolute;
    top: 22px;
    cursor: pointer;
    z-index: 1;
    background-color: transparent;
  }

  .museum-cnt .slick-arrow.slick-prev {
    left: calc(50% - 313px);
  }

  .museum-cnt .slick-arrow.slick-next {
    left: calc(50% - 297px);
    transform: translate(100%, 0);
  }

  /* news */

  .news-cnt {
    height: 100vh;
    min-height: 818px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color:#fff;
  }

  .news-cnt .title {
    align-self: center;
    height: 20%;
  }

  .news-cnt .news-slider {
    height: 80%;
    max-height: 730px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .news-cnt .news-slider.container-right {
    /* padding-left: 8px; */
  }

  .news-cnt .news-slider .slick-slide > div {
    display: flex !important;
  }

  .news-item {
   
    overflow: hidden;
    flex-direction: column;
    height: fit-content;
    width: 95% !important;
    display: flex !important;
    margin: 20px auto;
    float: left;
    transition: all 0.3s;
  }

  .news-item .news-img {
    height: 260px;
    position: relative;
     overflow: hidden; 
     border-radius: 16px;
  }

  .news-item:hover .news-img img {
    scale: 1.05;
  }

  .news-item .news-img .news-img-shadow {
    height: calc(100% + 18px);
    width: calc(100% + 4px);
  
    position: absolute;
    bottom: -17px;
    right: -2px;
  }

  .news-item .news-img img {
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }

  .news-item .news-context {

    padding: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .news-item .news-context .body-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* text-align: justify; */
    height: 46px;
  }

  .news-item .news-context .news-title h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: -1px;
    font-family: var(--title-font);
    color: var(--title-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-variation-settings: "CNTR" 100;
    padding-right: 2px;
  }

  .news-item .news-context .news-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .news-item .news-bottom .news-date {
    font-size: 12px;
    color: var(--text-color);
  }

  .news-item .news-bottom .news-button {
    display: flex;
    gap: 8px;
    color: var(--title-color);
    align-items: center;
  }

  .news-slider .slick-dots {
    display: flex !important;
  
    gap: 16px;
    margin-bottom: 16px;
    /* margin-top: 164px; */
    justify-content: center;
  }

  .news-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    background-color: var(--title-color);
    border-radius: 50%;
    display: flex;
    width: 12px;
    cursor: pointer;
    height: 12px;
    border: 2px solid rgba(58, 58, 58, 1);
  }

  .news-slider .slick-dots li.slick-active button {
    background-color: var(--primary-color);
  }

  .news-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: auto !important;
    cursor: pointer;
    bottom: 0px;
    /* transform: translateY(40%); */
    background-color: transparent;
  }

  .news-slider .slick-arrow.slick-next {
    right: 38%;
  }

  .news-slider .slick-arrow.slick-prev {
    left: 38%;
  }

  .news-item .arrow-cnt {
    display: flex;
    align-items: center;
    /* margin-top: 4px; */
  }

  .news-item .arrow-cnt .arrow-line {
    margin-left: -5px;
    height: 2px;
    width: 18px;
    transition: all 0.3s;
    background-color: var(--title-color);
    border-radius: 2px;
    opacity: 0.6;
  }

  .news-item:hover .arrow-cnt .arrow-line {
    width: 24px;
  }

  /* base */

  .base-cnt .base-section {
    opacity: 0;
    display: none !important;
  }

  .base-cnt .base-section.open {
    opacity: 1;
    display: flex !important;
  }

  .base-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background-color: rgba(244, 244, 244, 1);
    height: 100vh;
    min-height: 830px;
  }

  .base-cnt .base-head-cnt {
    display: flex;
    /* border-bottom: 1px solid var(--text-color); */
    border-bottom: 1px solid rgba(115, 115, 115, 1);
    width: 100%;
    justify-content: center;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .base-cnt .base-head-cnt .base-head-item {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
    padding: 8px 24px;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 104px;
  }

  .base-cnt .base-head-cnt .base-head-item .fill-svg {
    fill: #737373;
    transition: all 0.3s;
  }

  .base-cnt .base-head-cnt .base-head-item.active .fill-svg {
    fill: #fff;
  }

  .base-cnt .base-head-cnt .base-head-item .stroke-svg {
    stroke: #737373;

    transition: all 0.3s;
  }

  .base-cnt .base-head-cnt .base-head-item.active .stroke-svg {
    stroke: #fff;
  }

  .base-cnt .base-head-cnt .base-head-item.active {
    background-color: var(--title-color);
  }

  .base-cnt .base-head-cnt .base-head-item.active:hover {
    background-color: var(--title-color);
  }

  .base-cnt .base-head-cnt .base-head-item.active span {
    color: #fff;
  }

  .base-cnt .base-head-cnt .base-head-item:hover {
    background-color: #e6e6e6;
  }

  .base-cnt .base-head-cnt .base-head-item span {
    color: rgba(115, 115, 115, 1);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -1px;
    transition: all 0.3s;
  }

  .base-cnt .button {
    background-color: transparent;
    margin-top: 0px;
  }

  .magazine-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .magazine-cnt .magazine {
    display: flex;
    justify-content: space-between;
    height: 516px;
    width: 100%;
  }

  .magazine-item {
    width: 23%;
    display: flex;
    flex-direction: column;
  }

  .magazine-item .magazine-title-cnt {
    display: flex;
    flex-direction: column;
  }

  .magazine-item .magazine-title-cnt .magazine-title {
    padding: 8px 8px;
  }

  .magazine-item .magazine-title-cnt .magazine-title h4 {
    font-family: var(--title-font);
    letter-spacing: -1px;
    color: var(--title-color);
    font-weight: 700;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .magazine-item .magazine-title-cnt .magazine-details {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(216, 216, 216, 1);
    padding: 8px 8px;
    height: 64px;
  }

  .magazine-item .magazine-title-cnt .magazine-details span {
    color: rgba(115, 115, 115, 1);
 
  }

  .magazine-item .magazine-item-img {
    border-radius: 8px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: flex;
    height: max-content;
    width: 100%;
    height: 430px;
  }

  .magazine-item:hover .magazine-item-img img {
    scale: 1.05;
  }

  .magazine-item .magazine-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }
  .video-item {
    width: 49%;
  }

  .video-item .video-item-poster {
    display: flex;
    position: relative;
  }

  .video-item .video-item-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }

  .video-item:hover .video-item-poster img {
    scale: 1.05;
  }
  .video-play-btn {
    position: absolute;
    background-color: rgba(15, 15, 15, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    z-index: 1;
    right: 50%;
    top: 50%;
    padding: 8px;
    transform: translate(50%, -50%);
    cursor: pointer;
  }

  .video-play-btn > div {
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 45px;
    width: 45px;
  }

  .video-item .video-item-poster {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4.97px 14.92px 0px rgba(0, 0, 0, 0.25);
    height: 360px;
  }

  .video-item .video-item-poster img {
    width: 100%;
  }

  .video-title-cnt {
    padding-top: 12px;
  }

  .video-title-cnt .title h4 {
    font-weight: 700;
    font-size: 16px;
    font-family: var(--title-font);
    letter-spacing: -1px;
    color: var(--title-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .magazine .podcast-title-cnt {
    gap: 8px;
  }

  .podcast-item {
    width: 23%;
  }

  .podcast-item .podcast-item-poster {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4.97px 14.92px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    height: 280px;
  }

  .podcast-item .podcast-item-poster img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
  }

  .podcast-item:hover .podcast-item-poster img {
    scale: 1.05;
  }

  .podcast-item .podcast-title-cnt {
    margin-top: 8px;
  }

  .podcast-item .podcast-details {
    border-top: 1px solid rgba(216, 216, 216, 1);
    padding-top: 8px;
    width: 100%;
  }

  .podcast-item .gallery-img-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    padding-top:12px;
  }

  .podcast-item .gallery-img-cnt:hover {
    margin-top: -12px;
  }

  .podcast-item .gallery-img-cnt .gallery-img-shadow-big {
    width: 87%;
    height: 12px;
    border-radius: 24px 24px 0 0;
    background-color: rgba(209, 209, 209, 1);
    transition: all 0.3s;
  }

  .podcast-item .gallery-img-cnt:hover .gallery-img-shadow-big {
    height: 18px;
  }

  .podcast-item .gallery-img-cnt .gallery-img-shadow-small {
    width: 78%;
    height: 12px;
    border-radius: 24px 24px 0 0;
    background-color: rgba(230, 230, 230, 1);
    transition: all 0.3s;
    /* transition-delay: 0.3s; */
  }

  .podcast-item .gallery-img-cnt:hover .gallery-img-shadow-small {
    height: 18px;
  }

  .podcast-item .gallery-img-cnt > img {
    border-radius: 24px;
    width: 100%;
    height: 280px;
    object-fit: cover;
  }

  .essay-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .essay-cnt .essay {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 516px;
    overflow: hidden;
    width: 100%;
  }

  .essay-cnt .essay-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* width: 100%; */
  }

  .essay-cnt .essay-item-right {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 70%;
    flex-grow: 1;
    gap: 16px;
    padding-left: 8px;
    text-overflow: ellipsis;
  }

  .essay-cnt .essay-item-left {
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: space-between;
  }

  .essay-cnt .essay-item-left .essay-year {
    margin-left: 24px;
    width: 72px;
  }

  .essay-cnt .essay-item-img {
    overflow: hidden;
    border-radius: 8px;
    height: 40px;
    min-width: 40px;
    width: 40px;
    border-radius: 8px;
  }

  .essay-cnt .essay-item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .essay-cnt .essay-item {
    display: flex;
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid rgba(216, 216, 216, 1);
    transition: all 0.3s;
  }

  .essay-cnt .essay-body .essay-item:hover {
    background: rgba(234, 234, 234, 1);
  }

  .essay-cnt .essay-head .essay-item {
    border: none;
    padding-bottom: 0;
  }

  .essay-cnt .essay-head span {
    color: rgba(115, 115, 115, 1);
  }

  .essay-cnt .essay-body span {
    color: rgba(58, 58, 58, 1);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .essay-cnt .essay-body .essay-item-right span {
    width: 88%;
    /* width: fit-content; */
  }

  .essay-cnt .essay-item-left .essay-writer {
    text-overflow: ellipsis;
    width: 80%;
    overflow: hidden;
  }

  .essay-cnt .essay-item-left .essay-year {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }

  .essay-cnt .essay-item-left .essay-year {
    margin-left: 0;
  }

  /* footer */

  .footer-cnt {
    background-color: var(--title-color);
    position: relative;
    height: 100vh;
    display: flex;
    min-height: 855px;
    flex-direction: column;
    overflow: visible !important;
  }

  .footer-cnt .footer-img {
    position: absolute;
    height: 110%;
    bottom: 0;
    width: fit-content;
    left: 0;
    display: flex;
    justify-content: flex-end;
    /* backdrop-filter: ; */
  }

  .footer-cnt .footer-img .footer-img-shadow {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #0000008e;
  }

  .footer-cnt .footer-img img {
    height: 100%;
    object-fit: contain;
  }

  .footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    flex-grow: 1;
    z-index: 1;
    gap: 36px;
    border-bottom: 1px solid #ffffff7a;
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .footer .footer-about {
    width: 83%;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .footer .footer-about .footer-logo {
    width: 150px;
  }

  .footer .footer-about .footer-logo img {
    width: 100%;
    object-fit: contain;
  }

  .footer .footer-about h3 {
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    font-family: var(--title-font);
    letter-spacing: -1px;
    font-variation-settings: "CNTR" 100;
  }

  .footer .footer-about .footer-about-title-cnt {
    display: flex;
    flex-direction: column;
  }

  .footer .footer-about .footer-about-title-cnt h4 {
    color: #fff;
    font-weight: 300;
    font-size: 12px;

    font-family: var(--title-font);
    letter-spacing: -1px;
  }

  .footer .footer-about .footer-about-body .body-text {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
  }

  .footer .footer-menu-cnt {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    height: 70%;
  }

  .footer .footer-menu-cnt .footer-menu-item {
    width: 28%;
  }

  .footer .footer-menu-cnt .footer-menu-item a {
    color: #fff;
    font-weight: 400;
    opacity: 0.8;
    transition: all 0.3s;
  }

  .footer .footer-menu-cnt .footer-menu-item a:hover {
    /* margin-right: 4px; */
    opacity: 1;
  }

  .footer .footer-visit-info {
    display: flex;
    gap: 24px;
  }

  .footer .footer-visit-info .visit-info-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer .footer-visit-info .visit-info-section .footer-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }

  .footer .footer-visit-info .visit-info-section .visit-info-text > div {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .footer .footer-visit-info .visit-info-section .visit-info-text {
    color: #fff;
    display: flex;
    gap: 16px;
  }

  .footer .footer-visit-info .visit-info-section .visit-info-text span {
    font-weight: 800;
  }

  .footer .footer-visit-info .visit-info-section .visit-info-text p {
    font-weight: 500;
  }

  .footer .footer-visit-info .footer-line {
    height: 100%;
    width: 1px;
    background-color: #fff;
  }

  .footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer .footer-bottom .footer-externals-cnt {
    display: flex;
    gap: 16px;
  }

  .footer .footer-bottom .footer-external-cnt {
    flex-grow: 1;
  }

  .footer .footer-bottom .footer-external {
    display: flex;
    align-items: center;
    width: fit-content;
    transition: all 0.3s;
    border-radius: 16px;
    padding: 8px 16px 8px 22px;
    gap: 8px;
    background-color: rgb(41 40 40 / 70%);
  }

  .footer-cnt .footer-external:hover {
    padding: 8px 16px 8px 16px;
  }
  
   .news-cnt .title a {
       padding: 8px 16px 8px 22px;
       transition: all 0.3s;
   }
   
     .news-cnt .title a:hover {
       padding: 8px 16px 8px 16px;
   }
  
   .news-cnt .title a .arrow-cnt {
    display: flex;
    align-items: center;
  }

   .news-cnt .title a .arrow-cnt .arrow-line {
    margin-left: -5px;
    height: 2px;
    width: 18px;
    transition: all 0.3s;
    background-color: #4a4a4a;
    border-radius: 2px;
    opacity: 0.6;
  }

     .news-cnt .title a:hover .arrow-cnt .arrow-line {
    width: 24px;
  }

    .news-cnt .title a .arrow-cnt {
        transition: all 0.3s;
    }


  .footer-cnt .footer-external .arrow-cnt {
    display: flex;
    align-items: center;
  }

  .footer-cnt .footer-external .arrow-cnt .arrow-line {
    margin-left: -5px;
    height: 2px;
    width: 18px;
    transition: all 0.3s;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0.6;
  }

  .footer-cnt .footer-external:hover .arrow-cnt .arrow-line {
    width: 24px;
  }

  .footer .footer-bottom .footer-external span {
    color: rgba(216, 216, 216, 1);
  }

  .footer .footer-bottom .footer-social-cnt {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer .footer-bottom .footer-social-cnt .footer-title {
    color: #fff;
    font-weight: 700;
  }

  .footer .footer-bottom .footer-social {
    display: flex;
    gap: 16px;
  }

  .footer .footer-bottom .footer-social .footer-social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
  }

  .footer .footer-bottom .footer-social .footer-social-item:hover {
    margin-top: -4px;
  }

  .footer-cnt .copyright-cnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 32px;
    position: relative;
    z-index: 1;
    gap: 8px;
  }

  .footer-cnt .copyright-cnt span {
    color: #fff;
    font-size: 12px;
    font-weight: 450;
  }

  .footer-cnt .copyright-cnt .copyright-right {
    display: flex;
    align-items: center;
    column-gap: 16px;
    row-gap: 8px;
  }

  .footer-cnt .copyright-cnt .copyright-left {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
  }

  .footer-cnt .copyright-cnt .copyright-left .copyright-text {
    display: flex;
    flex-direction: column;
  }

  .footer-cnt .copyright-cnt .copyright-left .copyright-text div {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
  }

  .footer-cnt .copyright-cnt .copyright-left .footer-logo {
    margin-right: 8px;
    display: flex;
  }

  .footer-cnt .copyright-cnt .copyright-left a {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
  }

  .footer-cnt .copyright-cnt .copyright-center {
    display: flex;
    gap: 8px;
  }

  /* Icon 3 */

  #nav-icon3 span:nth-child(1) {
    top: 4px;
  }

  #nav-icon3 span:nth-child(2),
  #nav-icon3 span:nth-child(3) {
    top: 18px;
  }

  #nav-icon3 span:nth-child(4) {
    top: 32px;
  }

  #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  #nav-icon3 {
    width: 40px;
    height: 40px;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  /* contact us page */

  .bread-cnt {
    height: 500px;
    position: relative;
  }

  .bread-cnt .bread-img-cnt {
    height: 100%;
  }

  .bread-cnt .bread-img-cnt img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .bread-cnt .bread-gradient {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -1px;
    right: 0px;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(15, 15, 15, 0) 0%,
        rgba(15, 15, 15, 1) 100%
      ),
      linear-gradient(0deg, rgba(15, 15, 15, 0.26), rgba(15, 15, 15, 0.233));

    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0)0%); */
  }

  .bread-cnt .bread-shadow {
    position: absolute;
    height: 100%;
    width: 100%;

    right: 0px;
    z-index: 2;
    background-color: rgba(15, 15, 15, 0.4);
  }

  .bread-cnt .bread-shadow.single-point-bread-shadow {
    background-color: rgba(15, 15, 15, 0.2);
  }

  .bread-cnt .bread-context {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }

  .bread-cnt .bread-context .title h3 {
    color: #fff;
  }

  .bread-cnt .bread-context .bread-list {
    display: flex;
    gap: 8px;
  }

  .bread-cnt .bread-context .bread-list li a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s;
  }

  .bread-cnt .bread-context .bread-list li a:hover {
    color: #fff;
  }

  .bread-cnt .bread-context .bread-list li {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
  }

  .contact-info-cnt {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 64px;
    gap: 40px;
    border-radius: 16px;
    flex-grow: 1;
    box-shadow: 0px 0px 5px 5px #ebebeb6b;
  }

  .contact-info-cnt .contact-info-title h4 {
    color: var(--title-color);
    font-weight: 550;
    font-size: 20px;
    font-family: var(--title-font);
    letter-spacing: -1px;
  }

  .contact-info-cnt .contact-info {
    gap: 24px;
    display: flex;
    flex-direction: column;
  }

  .contact-info-cnt .contact-info-row {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .contact-info-cnt .contact-info-row .contact-info-item {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .contact-info-cnt .contact-info-row .contact-info-icon {
    border: 1px solid var(--title-color);
    border-radius: 50%;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-info-cnt .contact-info-row .contact-info-icon svg {
    fill: var(--title-color);
  }

  .contact-info-cnt .contact-info-row .contact-info-icon .stroke-svg {
    stroke: var(--title-color);
    fill: "";
  }

  .contact-bottom-cnt
    .contact-social-cnt
    .contact-social
    .contact-social-icon
    svg {
    fill: var(--title-color);
  }

  .contact-info-cnt .contact-info-row span,
  .contact-info-cnt .contact-info-row a {
    color: var(--title-color);
  }

  .contact-map {
    height: 523px;
  }

  .contact-map iframe {
    width: 100%;
    height: 100%;
  }

  .contact-bottom-cnt {
    display: flex;
    padding-top: 80px;
    /* padding-top: 128px; */
    gap: 24px;
    /* align-items: center; */
    margin-bottom: -80px;
    position: relative;
  }

  .contact-bottom-cnt .contact-form {
    background-color: #fff;
    box-shadow: 0px 0px 5px 5px #ebebeb6b;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px;
    gap: 24px;
    width: 35%;
  }

  .contact-bottom-cnt .contact-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 65%;
  }

  .contact-bottom-cnt .contact-form .input-cnt {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }

  .contact-bottom-cnt .contact-form .input-cnt label {
    color: var(--title-color);
  }

  .contact-bottom-cnt .contact-form .input-cnt input {
    background-color: transparent;
    border: 1px solid #777777;
    border-radius: 8px;
    font-size: 16px;
    color: #9e9e9e;
    padding: 12px 16px 16px 16px;
    font-family: var(--dana);
  }

  .contact-bottom-cnt .contact-form .input-cnt input::placeholder {
    color: #9e9e9e;
    font-family: var(--dana);
  }

  .contact-bottom-cnt .contact-form .input-cnt textarea {
    background-color: transparent;
    border: 1px solid #777777;
    border-radius: 8px;
    padding: 8px 16px;
    font-family: var(--dana);
    resize: none;
  }

  .contact-bottom-cnt .contact-form .input-cnt textarea::placeholder {
    color: #9e9e9e;
    font-family: var(--dana);
  }

  .contact-bottom-cnt .contact-form .form-title h4 {
    font-family: var(--title-font);
    letter-spacing: -1px;
    color: var(--title-color);
    font-weight: 550;
    font-size: 20px;
  }

  .contact-bottom-cnt .contact-form .button {
    background-color: transparent;
    border-color: var(--title-color);
    align-self: flex-end;
  }

  .contact-bottom-cnt .contact-form .button::before {
    background-color: var(--title-color);
  }

  .contact-bottom-cnt .contact-form .button span {
    color: var(--title-color);
  }

  .contact-bottom-cnt .contact-form .button .fill-svg {
    fill: var(--title-color);
  }

  .contact-bottom-cnt .contact-form .button:hover span {
    color: #fff;
  }

  .contact-bottom-cnt .contact-form .button:hover .fill-svg {
    fill: #fff;
  }

  .contact-bottom-cnt .contact-social-cnt {
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    /* height: fit-content; */
    flex-grow: 1;
    box-shadow: 0px 0px 5px 5px #ebebeb6b;
    /* width: 70%; */
  }

  .contact-bottom-cnt .contact-social-cnt .contact-social-title {
    color: var(--title-color);
  }

  .contact-bottom-cnt .contact-social-cnt .contact-social {
    display: flex;
    gap: 16px;
  }

  .contact-bottom-cnt .contact-social-cnt .contact-social .contact-social-icon {
    border: 1px solid var(--title-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
  }

  /* all news page */
  .last-news-cnt {
    background-color: #f4f5f7;
    padding-top: 0px;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .last-news {
    display: flex;
    gap: 24px;
    align-items: center;
  }

  .last-news .last-news-img {
    display: flex;
    overflow: hidden;
    border-radius: 16px;
    height: 400px;
    width: 60%;
  }

  .last-news .last-news-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .last-news .news-context {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .last-news .news-context .news-title h5 {
    color: var(--title-color);
    font-weight: 700;
    font-size: 20px;
    /*letter-spacing: -1px;*/
    font-family: var(--title-font);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .last-news .news-context .news-text .body-text {
    color: var(--title-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .last-news .news-context .news-bottom .news-date span {
    color: var(--title-color);
    font-size: 12px;
  }

  .last-news .news-context .news-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .last-news .news-context .news-bottom .news-button {
    color: var(--title-color);
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 8px;
  }

  .last-news .arrow-cnt {
    display: flex;
    align-items: center;
    margin-top: 4px;
  }

  .last-news .arrow-cnt .arrow-line {
    margin-left: -5px;
    height: 2px;
    width: 18px;

    transition: all 0.3s;
    background-color: var(--title-color);
    border-radius: 2px;
    opacity: 0.6;
  }

  .last-news:hover .arrow-cnt .arrow-line {
    width: 24px;
  }

  .last-news .arrow-cnt .arrow-side {
    stroke: var(--title-color);
  }

  .all-news-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    background-color: #f4f5f7;
  }

  .all-news-cnt .news-item {
    margin: 0;
  }

  .all-news-cnt .all-news {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }

  .all-news-cnt .all-news .news-item {
    width: 48% !important;
  }

  .pgn-cnt {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 64px;
    padding-top: 64px;
  }

  .pgn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: fit-content;
    z-index: 1;
    gap: 16px;
  }

  .pgn .button {
    background-color: transparent;
  }

  .pgn-cnt .pgn-list {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .pgn-cnt .pgn-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
     border: 1px solid #fff;
      /*background-color: #000;*/
    padding-top: 3px;
    color: #000;
  }

 .pgn-cnt .pgn-list a.active-page {
    border: 1px solid #000;
      background-color: #000;
 
    color: #fff;
  }

  .pgn-cnt .pgn-list li {
  }

  .pgn-cnt .button.next-page {
    opacity: 0.5;
    cursor: initial;
    display: none;
  }

  #fsvs-pagination {
    margin: 0;

    position: fixed;
    top: 50%;
    height: auto;
    right: -1rem;
    width: fit-content;
    z-index: 90;
    background-color: #00000048;
    border-radius: 32px;
    padding: 16px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  #fsvs-pagination li {
    list-style: none;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 0 0 0.02rem 0;
    cursor: pointer;
    background-color: #fff;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: flex;
    transition: all 0.3s;
  }
  #fsvs-pagination li > span {
    /* -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: .22rem;
    height: .22rem;
    line-height: .22rem;
    border: .01rem solid white;
    display: block; */
  }
  #fsvs-pagination li > span > span {
    /* -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: .12rem;
    height: .12rem;
    line-height: .12rem;
    border: .01rem solid white;
    display: block;
    margin: .04rem; */
  }
  #fsvs-pagination li.active {
    background-color: var(--primary-color);
  }

  /* single news page */

  .single-news-title {
    display: flex;
    align-items: flex-end;
  }

  .single-news-heading {
    justify-self: flex-end;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    align-items: flex-start;
    color: #fff;
    gap: 8px;
    padding-bottom: 16px;
    padding-top: 48px;
  }

  .single-news-heading h4 {
    font-weight: 700;
    font-size: 32px;
    color: var(--title-color);
    font-family: var(--title-font);
    letter-spacing: -1px;
  }

  .single-news-heading .single-news-date span {
    font-size: 12px;
    color: var(--title-color);
  }

  .single-news-body {
    padding-bottom: 88px;
  }

  .single-news-body .body-text {
    line-height: 1.5;
    text-align: justify;
  }

  .single-news-body img {
    margin-top: 88px;
    margin-bottom: 88px;
    border-radius: 16px;
    width: 100%;
    object-fit: cover;
  }

  /* single point page */

  .single-point-details {
    background-color: var(--title-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
    padding-top: 0px;
    padding-bottom: 48px;
  }

  .single-point-details .detail-context {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
    width: 60%;
  }

  .single-point-details .detail-context .body-text {
    color: #fff;
  }

  .single-point-details .detail-map {
    width: 30%;
  }

  .single-point-details .detail-map img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
.single-point-img-gallery-slider .slick-track{
    margin-right:0;
}
  .single-point-title-cnt {
    width: calc(100% - 138px);
    display: flex;
    align-items: center;
  }

  .single-point-title-cnt .title-line {
    height: 1px;
    /* width: 100%; */
    flex-grow: 1;
    margin-right: 16px;
    margin-left: 16px;
    background-color: var(--title-color);
  }

  .single-point-gallery-cnt {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding-top: 40px;
    margin-bottom:60px;
  }

  .single-point-gallery .single-point-podcast-slider .slick-track {
   margin-right:0;   
   float:right;
  }
  
  .museum-img-slider .slick-track {
      margin-right:0;
  }
  
  .single-point-gallery-slider .podcast-item {
      padding-top:12px;
  }

  .last-single-point-slider {
    padding-bottom: 88px;
  }

  .single-point-gallery {
    position: relative;
    /* padding-bottom: 120px; */
  }

  .single-point-gallery .single-point-gallery-item {
    display: flex !important;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 400px;
  }

  .single-point-gallery .single-point-gallery-item .single-point-gallery-bg {
    height: 100%;
    width: 120%;
    transition: all 0.7s;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .single-point-gallery .single-point-gallery-item .single-point-gallery-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .single-point-gallery
    .single-point-gallery-item
    .single-point-gallery-bg-shadow {
    /*
    height: 130%;
    width: 120%; */

    position: absolute;
    /* background-image: url(../imgs/apadana-img-1.jpg); */
    top: 50%;
    right: 50%;
    z-index: 0;
    transform: translate(50%, -50%);

    height: 100%;
    width: 100%;
    background: radial-gradient(
      transparent 60%,
      #fffffff1 70%,
      #ffffff 90%,
      #ffffff 100%
    );

    background-repeat: no-repeat;
    background-size: contain;
  }

  .single-point-gallery
    .single-point-gallery-item:hover
    .single-point-gallery-bg {
    opacity: 0.3;
  }

  .single-point-gallery-slider {
    margin-top: -30px;
  }

  .single-point-podcast-slider {
    margin-top: -30px;
  }

  .single-point-gallery .single-point-gallery-item .single-point-gallery-img {
    overflow: hidden;
    width: 87%;
    /* height: 300px; */
    border-radius: 24px;
    position: absolute;
    z-index: 1;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  }

  .single-point-gallery .single-point-gallery-item .single-point-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s;
  }

  .single-point-gallery
    .single-point-gallery-item:hover
    .single-point-gallery-img
    img {
    scale: 1.05;
  }

  .single-point-gallery .single-point-gallery-slider .slick-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: -79px;
    left: 320px;
  }

  .single-point-gallery .single-point-gallery-slider .slick-arrow.slick-next {
    margin-left: 80px;
  }

  .single-point-gallery .single-point-podcast-slider .slick-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: -79px;
    left: 320px;
  }

  .single-point-gallery .single-point-podcast-slider .slick-arrow.slick-next {
    margin-left: 80px;
  }

  .single-point-gallery .single-point-gallery-item .single-point-video-poster {
    overflow: hidden;
    width: 87%;
    /* height: 300px; */
    border-radius: 24px;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    transition: all 0.3s;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  }
  .single-point-gallery
    .single-point-gallery-item
    .single-point-video-poster
    img {
    transition: all 0.3s;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .single-point-gallery
    .single-point-gallery-item:hover
    .single-point-video-poster
    img {
    scale: 1.05;
  }

  /* .single-point-gallery .single-point-gallery-item .single-point-video-poster video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */

  .single-point-gallery .single-point-item-cnt {
    display: flex !important;
    flex-direction: column;
  }

  .single-point-gallery .single-point-item-cnt .video-title {
    align-self: flex-start;
    margin-right: 36px;
    margin-top: -30px;
    font-family: var(--title-font);
    letter-spacing: -1px;
    font-size: 20px;
    font-weight: 700;
  }

  .single-point-gallery
    .single-point-gallery-item
    .single-point-video-poster
    .video-play {
    position: absolute;
    background-color: rgba(15, 15, 15, 0.7);
    border-radius: 50%;
    padding: 12px;
    cursor: pointer;
    z-index: 1;
  }

  .single-point-gallery
    .single-point-gallery-item
    .single-point-video-poster
    .play-video-btn {
    height: 54px;
    width: 54px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .podcast-title-cnt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 16px;
    gap: 16px;
    margin-top: -30px;
  }

  .podcast-title-cnt .podcast-details {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .podcast-title-cnt .podcast-details > div {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .single-point-podcast-img {
    overflow: hidden;
    width: 87%;

    border-radius: 24px;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  }

  .single-point-podcast-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 0.3s;
  }

  .single-point-gallery
    .single-point-gallery-item:hover
    .single-point-podcast-img
    img {
    scale: 1.05;
  }

  /* museum page */

  .museum-pg {
    /* min-height: 760px; */
    /* height: 100vh; */
    /* background-image: url(../imgs/museum-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
 
  }

  .museum-cnt {
  }

  .museum-pg.open {
    /* display: flex; */
    height: 660px;
    gap: 24px;
  }
  
  

  .museum-pg:not(.open) {
    /* display: none; */
    height: 0;
  }

  .group-con {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    /* gap: 16px; */
    margin-bottom: 64px;
    margin-top: 32px;
    border-bottom: 1px solid rgba(115, 115, 115, 1);
    padding-bottom: 16px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    white-space: nowrap;
  }

  .group-con .group-item {
    opacity: 0.7;
    transition: all 0.3s;
    padding: 8px 32px;
    border-radius: 104px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    color: rgba(115, 115, 115, 1);
  }
  .group-con .group-item:hover {
background-color: #e6e6e6;
      
  }
  .group-con .group-item span {
    
    font-variation-settings: "CNTR" 100;
    letter-spacing: -1px;
    font-family: var(--title-font);
  }

  .group-con .group-item.active {
    opacity: 1;
    background-color: var(--title-color);
    color: #fff;
  }

  /* about page */

  .timeline-cnt {
    /* padding-bottom: 88px; */
    background-color: #171717;
    display: flex;
    flex-direction: column;
    gap: 72px;
    margin-bottom: -1px;
  }

  .timeline-cnt .timeline-content-slider {
  }

  /* .timeline-cnt .timeline-content-item-cnt {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-image: url(../imgs/timeline-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
  } */

  .timeline-cnt .timeline-content-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .timeline-cnt .timeline-content-item .timeline-img-cnt-cnt {
    background-image: url(../imgs/timeline-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .timeline-cnt .timeline-content-item .timeline-img-cnt {
    /* border-radius: 50%; */
    /* overflow: hidden; */
    position: relative;
    width: fit-content;
    width: 490px;
    height: 490px;
    /* min-width: 300px;
  min-height: 300px; */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .timeline-cnt .timeline-content-item .timeline-img-cnt .timeline-img-mask {
    filter: blur(10px);
    background: radial-gradient(
        circle,
        rgba(23, 23, 23, 0) 30%,
        rgba(23, 23, 23, 1) 60%,
        rgba(23, 23, 23, 1)
      )
      100%; /* Create a radial gradient */
    position: absolute;
    width: 110%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    height: 110%;
    z-index: 1;
  }

  .timeline-cnt .timeline-content-item .timeline-img-cnt img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
  }

  .timeline-cnt .timeline-content-slider .slick-slide > div {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .timeline-cnt .title h3 {
    color: #fff;
    text-align: center;
  }

  .timeline-cnt .timeline-context {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 50% !important;
  }

  .timeline-cnt .timeline-context .body-text {
    color: #fff;
  }

  .timeline-cnt .timeline-context h4 {
    font-family: var(--title-font);
    letter-spacing: -1px;
    font-weight: 900;
    font-size: 20px;
    color: #fff;
  }

  .timeline-cnt .timeline-context .timeline-date {
    font-family: var(--title-font);
    letter-spacing: -1px;
    font-weight: 900;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
  }

  .timeline-cnt .timeline-slider {
    border-top: 1px solid #fff;
    height: 200px;
  }

  .timeline-cnt .timeline-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 16px;
    opacity: 0.5;
    transition: all 0.3s;
    width: fit-content !important;
  }

  .timeline-cnt .slick-current .timeline-item {
    opacity: 1;
  }

  .timeline-cnt .slick-current .timeline-item .line {
    height: 54px;
  }

  .timeline-cnt .timeline-item .line {
    height: 32px;
    width: 1px;
    background-color: #fff;
    transition: all 0.3s;
  }

  .timeline-cnt .timeline-item .timeline-item-year {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #fff;
  }

  .timeline-slider .slick-slide > div {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .persepolis-places-desc {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .dropdown-cnt {
    margin-top: 48px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid rgba(216, 216, 216, 1);
    background: rgba(244, 244, 244, 1);
    border-radius: 16px;
  }

  .dropdown {
    position: relative;
    display: inline-block;
    align-self: flex-start;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    width: 70%;
    background-color: transparent;
    cursor: pointer;
  }

  .dropdown-btn-cnt {
    display: flex;
    justify-content: space-between;
    position: relative;
  }


  .dropdown-btn-cnt img{
    position: absolute;
    left: 0;
  }

  .dropdown-btn {
    font-family: var(--title-font);
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: 900;
    flex-grow: 1;
    position: relative;
    z-index: 10;
  }

  .dropdown-chevron {
    transition: all 0.3s;
  }

  .dropdown-chevron.rotate {
    rotate: 180deg;
  }

  .dropdown-content {
    overflow-y: scroll;
    width: 100%;
    z-index: 10;
    direction: ltr;
    height: 150px;
    right: 0;
    top: 56px;
    transition: all 0.3s;
  }

  .colorBox .button {
    background-color: transparent;
  }

  .dropdown-content-cnt {
    padding-right: 16px;
    padding-left: 16px;
    position: absolute;
    height: fit-content;
    width: 100%;
    top: 66px;
    z-index: 10;
    background-color: #fff;

    border-radius: 16px;
    max-height: 0;
    right: 0;
    transition: all 0.3s;
    overflow: hidden;
  }

  .dropdown-content-cnt.open {
    max-height: 182px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);

    padding: 16px;
  }

  .dropdown-content.open {
    max-height: 150px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .dropdown-cnt .colorBox {
    /* height: 100px; */
    width: 100%;
    margin-top: 16px;
  }

  .dropdown-cnt .colorBox .body-text {
    height: 115px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
  }

  .dropdown-cnt .colorBox .body-text p {
    /*height: 100px;*/

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
  }
  
.museum-cnt:not(.container-y){
    height:fit-content;
}
  /* Style the dropdown items */
  .dropdown-item {
    padding: 10px;
    cursor: pointer;
    text-align: right;
  }

  /* Style the dropdown items on hover */
  .dropdown-item:hover {
    background-color: #e9e9e9;
  }

  /* Style the active item */
  .active {
    /* background-color: #007bff; */
    /* color: #fff; */
    color: #000;
    font-weight: 700;
  }

  /* Style the active item */
  .active:hover {
    /* background-color: #000;
    color: #000; */
  }

  .dropdown-content::-webkit-scrollbar {
    width: 8px;
    margin-right: 10px;
  }

  /* Style the individual color boxes */
  .colorBox > div {
    display: none;
    height: 100%;
  }

  /* Track */
  .dropdown-content::-webkit-scrollbar-track {
    background: rgba(216, 216, 216, 1);
    margin-right: 4px !important;
    border-radius: 24px;
  }

  /* Handle */
  .dropdown-content::-webkit-scrollbar-thumb {
    background: rgba(115, 115, 115, 1);
    border-radius: 24px;
  }

  /* podcast page */

  .plyr__controls .plyr__controls__item.plyr__progress__container {
    width: calc(100% - 170px) !important;
    flex: initial !important;
  }

  .hidden {
    display: none;
  }

  .container-big-x .podcast-item {
    display: flex;
    border: 1px solid rgba(181, 181, 181, 1);
    border-radius: 16px;
    width: 100%;
    /* margin-bottom: 500px; */
    align-items: center;
    padding: 8px;
    gap: 16px;
    transition: all 0.3s;
  }

  .container-big-x .podcast-item:hover {
    background-color: #f5f5f5;
  }

  .plyr__controls .plyr__controls__item.plyr__time {
    width: 50px !important;
  }

  .plyr__controls .plyr__controls__item:first-child {
    margin-right: 0 !important;
  }

  .container-big-x .podcast-item .podcast-item-right {
    display: flex;
    position: relative;
    height: 48px;
    width: 48px;
  }

  .plyr--audio .plyr__controls {
    padding: 0 !important;
  }

  .container-big-x .podcast-item .podcast-item-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .plyr--audio .plyr__controls {
    background-color: transparent !important;
  }

  .container-big-x .podcast-item .play-pause {
    /* background-color: #000; */
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .podcast-item .podcast-item-right .play-pause {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }

  .btn.custom-btn {
    background-color: transparent;
    padding: 0;
    height: 32px;
    width: 32px;
    /* display: flex; */
  }

  .btn.custom-btn svg {
    height: 32px;
    width: 32px;
  }

  .btn.custom-btn img {
    height: 20px;
    width: 20px;
  }

  .btn.js-forward {
    background-color: transparent;
    padding: 0;
    display: flex;
  }

  .btn.js-rewind {
    background-color: transparent;
    padding: 0;
    display: flex;
  }

  .podcast-item .podcast-item-left {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .podcast-player {
    position: relative;
  }

  .podcast-player .player-btns {
    opacity: 0;
    gap: 8px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 8px;
    margin-right: 16px;
  }

  .podcast-player .player-btns1 {
    opacity: 0;
    gap: 8px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 8px;
    margin-right: 16px;
  }

  .container-big-x .podcast-item .podcast-item-title {
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--Body, rgba(58, 58, 58, 1));
    letter-spacing: -1px;
  }

  .plyr__controls__item.plyr__progress__container {
    opacity: 0;
    transition: all 0.3s;
  }

  .container-big-x {
    padding-left: 537px;
    padding-right: 537px;
  }

  .podcast-info-cnt {
    display: flex;
    gap: 24px;
  }

  .podcast-info-cnt .podcast-info-img {
    height: 310px;
    display: flex;
    border-radius: 24px;
    overflow: hidden;
  }

  .podcast-info-title {
    color: var(--title-color);
    font-family: var(--title-font);
    letter-spacing: -1px;
  }

  .podcast-info-title h3 {
    font-weight: 900;
    font-size: 24px;
  }

  .podcast-info-title h4 {
    font-weight: 700;
    font-size: 20px;
  }

  .podcast-info-cnt .podcast-info-context {
    width: 60%;
  }

  .podcast-info-cnt .podcast-details {
    display: flex;
    border-top: 1px solid rgba(216, 216, 216, 1);
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 16px;
    gap: 24px;
  }

  .podcast-info-cnt .podcast-details > div {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .podcast-info-cnt .podcast-download {
    display: flex;
    align-items: center;
    gap: 4px;
    border-top: 1px solid rgba(216, 216, 216, 1);
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .podcast-info-cnt .podcast-download span {
    margin-top: 6px;
  }

  .podcast-info-desc {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 38px;
  }

  .podcast-episodes-cnt {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 24px;
  }

  /* time price page */

  .ticket-cnt {
    display: flex;
    justify-content: center;
    row-gap: 32px;
    column-gap: 24px;
    margin-bottom: 80px;
    flex-wrap: wrap;
  }

  .ticket {
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    background-color: rgba(244, 244, 244, 1);
    border-radius: 24px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 32%;
  }

  .ticket .ticket-img {
    border-radius: 12px;
    overflow: hidden;
  }

  .ticket .ticket-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  .ticket-circles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .ticket-circles .circle {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background-color: #fff;
  }

  .ticket-circles .circle.circle-left {
    margin-right: -40px;
  }
  .ticket-circles .circle.circle-right {
    margin-left: -40px;
  }
  .ticket-info   .button:before{
    background-color: #888888;
  }
  .ticket-info   .button{
    cursor:not-allowed  ;

  }
  .ticket-info .ticket-title h4 {
    font-family: var(--title-font);
    color: var(--title-color);
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: 900;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    padding-bottom: 24px;
    text-align: center;
  }

  .ticket-info .ticket-price-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
    padding-top: 24px;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
  }

  .ticket-info .ticket-price-cnt h5 {
    font-family: var(--title-font);
    color: var(--title-color);
    letter-spacing: -1px;
    font-size: 20px;
    font-weight: 700;
  }

  .ticket-info .ticket-price-cnt .ticket-price {
    display: flex;
  }

  .ticket-info .ticket-price-cnt .ticket-price > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .ticket-info .ticket-price-cnt .ticket-price .ticket-price-num-cnt {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: rgba(58, 58, 58, 1);
  }

  .ticket-info .ticket-price-cnt .ticket-price .ticket-price-num {
    font-size: 24px;
  }
  .ticket-info .ticket-price-cnt .ticket-price .ticket-price-iran {
    border-left: 1px solid rgba(216, 216, 216, 1);
    padding-left: 24px;
  }

  .ticket-info .ticket-price-cnt .ticket-price .ticket-price-foreign {
    padding-right: 24px;
  }

  .ticket-info .ticket-price-cnt .ticket-price span {
    color: rgba(115, 115, 115, 1);
  }

  .ticket-info .ticket-time-cnt {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
  }

  .ticket-info .ticket-time-cnt h5 {
    font-family: var(--title-font);
    color: var(--title-color);
    letter-spacing: -1px;
    font-size: 20px;
    font-weight: 700;
  }

  .ticket-info .ticket-time-cnt {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
  }

  .ticket-info .ticket-time-cnt > span {
    color: rgba(115, 115, 115, 1);
  }

  .ticket-info .ticket-time {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(58, 58, 58, 1);
  }

  .ticket-info .close-time {
    background-color: #fff;
    padding: 8px 16px;
    display: flex;
    gap: 8px;
    border-radius: 8px;
  }

  .ticket-info .close-time > span {
    color: rgba(115, 115, 115, 1);
  }

  .ticket-info .close-time > div {
    color: rgba(58, 58, 58, 1);
  }

  .ticket-info .button {
    margin-top: 24px;
    width: 100%;
    background-color: transparent;
    flex-direction: row-reverse;
  }

  /* knowledge base page */

  .know-section-cnt .magazine-cnt .magazine {
    height: fit-content;
  }

  .know-base-main {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  .know-section-cnt {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .know-section-cnt .know-section-title {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 24px;
  }

  .know-section-cnt .know-section-title .know-title-line {
    height: 1px;
    background-color: rgba(15, 15, 15, 1);
    flex-grow: 1;
  }

  /* all podcast page */

  .all-podcasts-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 36px;
    justify-content: center;
    padding-top: 48px;
  }

  .pgn-cnt.white-bg {
    background-color: #fff;
  }

  /* all videos page */

  .all-videos-body {
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
    column-gap: 24px;
    margin-top: 48px;
    margin-bottom: 48px;
    justify-content: center;
  }

  .all-videos-body .video-item {
    width: 31%;
  }

  .all-videos-body .video-item .video-item-poster {
    height: 240px;
  }

  /* video page */

  .video-cnt {
    position: relative;
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
  }

  .video-cnt video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
    .video-cnt .video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }


  .video-title h4 {
    font-family: var(--title-font);
    letter-spacing: -1px;
    color: var(--title-color);
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 900;
  }

  /* all essays page */

  .all-essays-body {
    padding-top: 48px;
  }

  .all-essays-body .essay-cnt .essay {
    height: fit-content;
  }

  /* all books page */

  .all-books-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 33px;
    row-gap: 32px;
    padding-top: 48px;
    margin-bottom:48px;
  }

  /* book page */

  .single-book {
    display: flex;
    gap: 24px;
  }

  .single-book .single-book-right {
    width: 302px;
    border-radius: 8px;
    overflow: hidden;
    height: fit-content;
    max-height: 430px;
    box-shadow: 0px 4.97px 14.92px 0px rgba(0, 0, 0, 0.25);
    display: flex;
  }

  .single-book .single-book-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .single-book .single-book-left {
    width: 60%;
    display: flex;
    flex-direction: column;
  }

  .single-book .single-book-left .single-book-title h4 {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 900;
    font-size: 24px;
    letter-spacing: -1px;
  }

  .single-book .single-book-left .single-book-detail {
    display: flex;
    flex-direction: column;
    margin-top: 38px;
  }

  .single-book .single-book-left .single-book-detail .book-detail-row {
    display: flex;
    border-top: 1px solid rgba(216, 216, 216, 1);
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 4px;
  }

  .single-book .book-detail-row .book-detail-title span {
    color: rgba(115, 115, 115, 1);
  }

  .single-book .book-detail-row .book-detail-context span {
    color: rgba(58, 58, 58, 1);
  }

  .book-info-desc {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }

  .book-info-desc .book-info-title h4 {
    font-weight: 700;
    font-size: 20px;
    color: var(--title-color);
    font-family: var(--title-font);
    letter-spacing: -1px;
  }

  /* hotels page */

  .hotel-cnt {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    margin-bottom: 48px;
    gap: 24px;
  }

  .hotel-item {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 12px;
    border-radius: 24px;
    background-color: rgba(244, 244, 244, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    transition: all 0.3s;
  }

  .hotel-item:hover {
    background-color: rgb(233, 231, 231);
  }

  .hotel-item .hotel-img {
    border-radius: 12px;
    overflow: hidden;
    justify-content: space-between;
    display: flex;
    height: 100%;
    width: 20%;
    min-width: 180px;
  }

  .hotel-item .hotel-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
     border-radius: 12px;
  }

  .hotel-item .hotel-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 8px;
  }

  .hotel-item .hotel-info h4 {
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -1px;
  }

  .hotel-item .hotel-btn {
    /* width: 20%; */
    /* min-width: 150px; */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hotel-item .button {
    width: fit-content;
    background-color: transparent;
  }

  .hotel-item .button span {
    white-space: nowrap;
    width: fit-content;
  }

  .hotel-item .hotel-stars-cnt {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hotel-item .hotel-stars-cnt span {
    margin-top: 5px;
    color: rgba(115, 115, 115, 1);
  }

  .hotel-item .hotel-stars-cnt .hotel-stars {
    display: flex;
    align-items: center;
  }

  /* restaurant pages */

  .rst-cnt {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .rst-cnt .rst-item {
    padding: 12px;
    width: 48%;
    border-radius: 24px;
    display: flex;
    background-color: rgba(244, 244, 244, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    align-items: center;
    gap: 32px;
    transition: all 0.3s;
  }

  .rst-cnt .rst-item:hover {
    background-color: rgb(233, 231, 231);
  }

  .rst-cnt .rst-item .rst-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 60%;
  }

  .rst-cnt .rst-item .rst-info h4 {
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -1px;
  }

  .rst-cnt .rst-item .rst-info .rst-adr {
    color: rgba(58, 58, 58, 1);
  }

  .rst-cnt .rst-item .rst-info .rst-adr span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
  }

  .rst-cnt .rst-item .rst-info .rst-phone {
    direction: ltr;
    width: fit-content;
  }

  .rst-cnt .rst-item .rst-info .rst-phone a {
    color: rgba(115, 115, 115, 1);
  }

  .rst-cnt .rst-img {
    width: 40%;
    height: 100%;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
  }

  .rst-cnt .rst-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* maps page */

  .map-cnt {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hotel-item.map-item .hotel-info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .hotel-item.map-item .hotel-img {
    min-width: initial;
  }

  .map-item {
    width: 48%;
  }

  /* access direction page */

  .access-cnt {
    display: flex;
    margin-top: 48px;
    margin-bottom: 48px;
    gap: 25px;
  }

  .access-cnt .access-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 28px;
  }

  .access-cnt .access-right .access-info-section {
    display: flex;
    gap: 24px;
    align-items: flex-start;
  }

  .access-cnt .access-right .access-info-section .access-info-icon {
    min-width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
  }

  .access-cnt .access-left {
    width: 50%;
    border-radius: 24px;
    overflow: hidden;
  }

  .access-cnt .access-left iframe {
    width: 100%;
    height: 100%;
  }

  .access-contact-cnt {
    background: rgba(244, 244, 244, 1);
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
  }

  .access-contact-cnt .contact-title h4 {
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -1px;
  }

  .access-contact-cnt .contact-info-social {
    display: flex;
    gap: 24px;
  }

  .access-contact-cnt .contact-info-social .contact-info-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
  }

  .access-contact-cnt .contact-info-social .contact-info-item {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
  }

  .access-contact-cnt .body-text {
    text-align: center;
  }

  .i4ewOd-pzNkMb-haAclf {
    z-index: -50 !important;
    visibility: hidden !important;
    display: none !important;
    opacity: 0 !important;
  }

  /* employee and management page */

  .employee-desc {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .mng-group-cnt {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 77px;
    padding-top: 77px;
    padding-bottom: 4px;
    text-align: center;
    background: rgba(244, 244, 244, 1);
  }

  .mng-slider-title h4 {
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 900;
    color: var(--title-color);
    letter-spacing: -1px;
  }
  .slick-next.mng-slider-arrow{
    position: absolute;
    bottom:-76px;
    right: calc(50% - 190px);
    z-index: 2;
    background-color: transparent;
  }
  .slick-prev.mng-slider-arrow{
    position: absolute;
    bottom: -76px;
    left: calc(50% - -50px);
    background-color: transparent;

  }
  
  #grid {
      direction: rtl !important;
  }
  
    .slick-next.timeline-slider-arrow{
    position: absolute;
    bottom:16px;
    right: 50%;
    z-index: 2;
    background-color: transparent;
    transform:translateX(120%);
    border-color: #FFF;
  }
  .slick-prev.timeline-slider-arrow{
    position: absolute;
    bottom: 16px;
     left: 50%;
    z-index: 2;
border-color: #FFF;
    transform:translateX(-120%);
    background-color: transparent;

  }
  
  .slick-prev.timeline-slider-arrow:before {
      background-color: #fff;
  }
  
 .slick-prev.timeline-slider-arrow:hover .fill-svg {
  fill: #000;
}

 .slick-next.timeline-slider-arrow:hover .fill-svg {
  fill: #000;
}
  
    .slick-prev.timeline-slider-arrow .fill-svg {
        fill: #fff
    }
    
       .slick-next.timeline-slider-arrow .fill-svg {
        fill: #fff
    }
  
  
  .mng-group {
    overflow: hidden;
    position: relative;
    margin-right: 220px;
    padding-bottom: 150px;
    /* margin-right: 165px; */
  }

  .mng-group .mng-line {
    height: 1px;
    width: calc(100% - 150px);
    background-color: var(--title-color);
    position: absolute;
    right: 110px;
    left: 0px;
    top: 150px;
  }

  .mng-slider .mng-item-cnt {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    background-color: transparent;
  }

  .mng-slider .mng-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 324px;

    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    background-color: rgba(244, 244, 244, 1);
    gap: 24px;
  }

  .mng-slider .mng-item .mng-img {
    width: 306px;
    height: 306px;
    border-radius: 50%;
    display: flex;
    overflow: hidden;
  }

  .mng-slider .mng-item .mng-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

   .mng-item-info {
    display: flex;
    flex-direction: column;
    align-items:center;
    gap: 8px;
  }

  .mng-item-info .mng-name {
    font-weight: 700;
    font-size: 20px;
    font-family: var(--title-font);
    letter-spacing: -1px;
    color: var(--title-color);
  }

  .mng-item-info .mng-title {
    color: var(--text-color);
  }

  .mng-item-info .mng-dur {
    color: rgba(115, 115, 115, 1);
    font-size: 12px;
  }

  .achv-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 618px; */
    gap: 48px;
    padding-bottom: 212px;
    padding-top: 84px;
  }

  .achv-cnt .achv {
      margin-right:10px;
  }

  .achv-cnt .achv .achv-list .achv-item main{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* flex-direction: column; */
    row-gap: 16px;
    column-gap: 24px;
  }

  .achv-cnt .achv .achv-item main p{
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: flex-start;
    position:relative;
  }
  .achv-cnt .achv .achv-item main p::before {
       border-radius: 50%;
    border: 1px solid var(--primary-color);
    height: 12px;
    min-width: 12px;
    margin-top: 0px;
    position:absolute;
    z-index:2;
    right:-10px;
    top: 13px;
    content: '';
    right: -16px;
    transform: translateY(-50%);
  }


  .achv-cnt .achv .achv-item .achv-circle {
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    height: 12px;
    min-width: 12px;
    margin-top: 4px;
  }

  /* cooperate page */

  .essay-cnt .essay.cooperate .essay-item-left {
    width: fit-content;
  }

  .essay-cnt .essay.cooperate .essay-item-img {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }

  .essay-cnt .essay.cooperate .essay-item-left .essay-year {
    width: fit-content;
    margin-left: 32px;
  }

  .essay-cnt .essay.cooperate .essay-body .essay-item-right span {
    width: fit-content;
  }

  /* request page */

  .request-desc {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .request-desc span {
    font-weight: 600;
    color: var(--title-color);
  }

  .request-desc span a {
    color: var(--primary-color);
  }

  .request-form-cnt {
    margin-bottom: 178px;
    border: 1px solid rgba(216, 216, 216, 1);
    background: rgba(247, 247, 247, 1);
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .request-form-cnt .request-form-title h4 {
    font-family: var(--title-font);
    letter-spacing: -1px;
    font-weight: 900;
    font-size: 20px;
  }

  .request-form-cnt .request-form {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .request-form-cnt .request-form label {
    font-weight: 600;
    font-size: 16px;
    color: var(--text-color);
  }

  .request-form-cnt .request-form > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* height: 100%; */
  }

  .request-form-cnt .request-form .request-input-cnt {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .request-form-cnt .request-form .request-input-cnt input {
    border: 1px solid rgba(210, 210, 210, 1);
    background: rgba(237, 237, 237, 1);
    border-radius: 8px;
    font-size: 16px;
    color: #9e9e9e;
    padding: 12px;
    font-family: var(--dana);
  }

  .request-form-cnt .request-form .request-input-cnt input::placeholder {
    color: rgba(158, 158, 158, 1);
  }

  .request-form-cnt .request-form .request-text-cnt {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
  }

  .request-form-cnt .request-form .request-text-cnt textarea::placeholder {
    color: rgba(158, 158, 158, 1);
  }

  .request-form-cnt .request-form .request-text-cnt textarea {
    border: 1px solid rgba(210, 210, 210, 1);
    background: rgba(237, 237, 237, 1);

    border-radius: 8px;
    font-size: 16px;
    color: #9e9e9e;
    padding: 12px;
    font-family: var(--dana);
    resize: none;
    height: 100%;
  }

  .request-form-cnt .request-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-self: flex-end;
  }

  .request-form-cnt .request-row .request-atch-cnt {
    display: flex;
    align-items: center;
  }

  .request-form-cnt .request-row .request-atch-cnt label {
    color: rgba(115, 115, 115, 1);
    font-weight: 400;
    cursor: pointer;
  }

  .request-form-cnt .request-row .button {
    background-color: transparent;
  }

  /* image gallery page */

  /* quick grid */
  .container {
    width: 93%;
    margin: auto;
  }

  /* Bootstrap-style v3 columns */
  .column {
    position: relative;
    float: left;
    min-height: 1px;
    width: 33%;
    padding-left: 4px;
    padding-right: 4px;

    /* Space between tiles */
    margin-top: 8px;
  }

  .col-span {
    width: 50%;
  }

  .my-sizer-element {
    width: 0%;
  }

  /* default styles so shuffle doesn't have to set them (it will if they're missing) */
  .my-shuffle {
    position: relative;
    overflow: hidden;
  }

  /* Ensure images take up the same space when they load */
  /* https://vestride.github.io/Shuffle/images */
  .aspect {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
  }

  .aspect__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .aspect--16x9 {
    padding-bottom: 56.25%;
  }

  .aspect--9x80 {
    padding-bottom: calc(112.5% + 8px);
  }

  .aspect--32x9 {
    padding-bottom: calc(28.125% - 3px);
  }

  .container img {
    display: block;
    width: 100%;

    max-width: none;
    height: 100%;
    object-fit: cover;
  }

  .gallery-cnt {
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
  }

  .grid-cnt {
    display: flex;
    justify-content: center;
    margin: 4px auto 0 auto;
  }

  .picture-item-cnt {
    padding: 4px;
    width: 33.33%;
  }

  .picture-item-cnt .picture-item {
    overflow: hidden;
    transition: all 0.5s;
    border-radius: 16px;
    display: block;
    position: relative;
  }

  .picture-item-cnt .picture-item img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }

  .picture-item-cnt .picture-item:hover img {
    scale: 1.05;
  }

  /* seminars page*/

  .seminars-cnt {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 56px;
    margin-top: 48px;
  }

  .seminar-item {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .seminar-item .seminar-img {
    border-radius: 24px;
    overflow: hidden;
    height: 420px;
    box-shadow: 0px 4px 12px 0px rgb(0, 0, 0, 0.25);
  }

  .seminar-item .seminar-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }

  .seminar-item:hover .seminar-img img {
    scale: 1.05;
  }

  .seminar-item .seminar-context {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .seminar-item .seminar-context .seminar-desc .body-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
  }

  .seminar-item .seminar-context .seminar-title h4 {
    font-family: var(--title-font);
    color: var(--title-color);
    /*letter-spacing: -1px;*/
    font-size: 18px;
    font-weight: 900;
  }

  .seminar-item .seminar-context .seminar-dur {
    color: rgba(115, 115, 115, 1);
    font-size: 12px;
  }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#forget_overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #FFF;
    opacity: 0.9;
    z-index: 99999999;
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

.myloader,
.myloader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

.myloader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: 0.8em solid var(--primary-color);
    border-left: 0.8em solid rgba(204, 204, 204, 1);
    animation: spin 1.1s infinite linear;
}

.text-center {
    direction: rtl;
    display: flex;
    justify-content: center;
}

.border-red {
    border: 1px solid red !important;
}

.slick-slide a.podcast-item{
  width:95% !important;
}

.single-news-body a {
    transition: all 0.3s;
    color: var(--primary-color);
}

.single-news-body a:hover {
    margin-left: -8px;
    margin-right: 8px;
}

