@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Lalezar&display=swap');
@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v30.1.0/dist/font-face.css');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@media screen and (max-width: 425px) {
  body {
    position: relative;
    display: flex;
    flex-direction: column;
    direction: ltr;
    margin: 0;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .header {
    width: 100%;
    color: white;
    max-width: 100%;
  }

  .header .bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 2s ease-in-out;
  }

  .header .bg-current {
    opacity: 1;
    z-index: 1;
  }

  .header .bg-next {
    opacity: 0;
    z-index: 2;
  }

  .header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, #2583db99, #2583db00);
    z-index: 3;
  }

  .header .one {
    display: none;
  }

  .header .two .portal {
    display: none;
  }

  .header .two {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: 2vw 0;
    max-width: 100%;
  }

  .header .two .logo img {
    width: 60vw;
    height: 15vw;
  }

  .header .two .nav-w {
    display: none;
  }

  .header .two .mobile-nav {
    display: flex;
    flex-direction: row;
  }

  .header .two .mobile-nav .tel img {
    width: 8vw;
    height: 8vw;
  }

  .header .two .mobile-nav div {
    margin-right: 10px;
  }

  .hamburger {
    margin-left: 20px;
    width: 8vw;
    height: 8vw;
    cursor: pointer;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .hamburger div {
    width: 100%;
    height: 4px;
    background-color: white;
    border-radius: 2px;
    transition: 0.3s;
  }


  .lang-btn,
  .ticket-button {
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.35);
    color: #333333;
    border: 0.15rem solid #2582db;
    border-radius: 50px;
    box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.2);
    width: 12vw;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    font-weight: bold;
    font-size: 6vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    /* حذف padding برای یکنواختی */
    margin: 0;
    /* اطمینان از اینکه حاشیه‌ای ندارد */
    transition: background-color 0.3s ease;
  }

  .ticket-button {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.35);
    color: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    border: 0.15rem solid #2582db;
    border-radius: 50px;
    z-index: 1000;
    width: 12vw;
    aspect-ratio: 1/1;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.5vw;
    transform: translateX(100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
  }

  .ticket-button img {
    width: 80%;
    aspect-ratio: 1/1;
  }

  .ticket-button.show {
    opacity: 1;
    transform: translateX(0);
  }

  .ticket-button:hover {
    background-color: #1b65b0;
    transform: translateX(0) scale(1.05);
    transition: background-color 0.3s, transform 0.3s;
  }

  .language-switcher {
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 1000;
    font-family: sans-serif;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
  }

  .language-switcher.visible {
    opacity: 1;
    transform: translateX(0);
  }



  .lang-btn:hover {
    background-color: #1b65b0;
    color: white;
  }

  .lang-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 12vw;
    padding-bottom: 10px;
    background-color: #3b82f6;
  }

  .language-switcher.open .lang-options {
    max-height: 200px;
    opacity: 1;
  }

  .lang-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

  }

  .lang-option a {
    color: white;
    text-decoration: none;
  }

  .lang-option:last-child {
    border-bottom: none;
  }


  .no-scroll {
    overflow: hidden;
  }
.side-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    padding: 20px;
    box-sizing: border-box;
    transition: right 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    background-image: url("../../img/world-pattern.svg");
    background-color: #2582db;
    overflow: hidden;
  }

  .side-menu.open {
    left: 0;
  }
  .close-btn {
    align-self: flex-start;
    background: none;
    border: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
    margin-bottom: 30px;
    height: 100%;
  }

    .side-menu .header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .side-menu .header .icon img{
    width: 6.5vw;
  }
  .side-menu a {
    color: white;
    text-decoration: none;
    margin: 10px 0;
    font-size: 18px;
    transition: color 0.2s ease;
    font-family: "Lalezar", sans-serif;
  }
    .side-menu a i{
    margin-right: 2vw;
  }
  .side-menu a:hover {
    color: #a6d1ff;
  }

  .hamburger.active div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active div:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 999;
  }

  #overlay.active {
    opacity: 1;
    pointer-events: auto;
    max-width: 100%;

  }
  .header .three {
    margin: 0;
    max-width: 100%;
    margin-top: 15vw;
  }

  .header .three h1 {
    position: relative;
    z-index: 3;
    height: 40vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Lalezar", sans-serif;
    font-size: 10vw;
    color: #2582db;
    text-shadow:
      -2px -2px 0 white,
      -2px 0 0 white,
      -2px 2px 0 white,
      0 -2px 0 white,
      0 2px 0 white,
      2px -2px 0 white,
      2px 0 0 white,
      2px 2px 0 white;

  }

  .header .three h1 .p2 {
    width: 100%;
    font-size: 7vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2582db;
    overflow: hidden;
    animation:
      fadeInOut 2s 4 5s;
  }

  @keyframes fadeInOut {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  .service {
    display: none;
  }

  .service-mobile {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #2582db;
    margin: 0;
    padding-bottom: 10px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    max-width: 100%;
    margin-top: 20vw;
  }

  .service-mobile.active {
    opacity: 1;
    transform: translateY(0);
    max-width: 100%;

  }

  .service-mobile .p1 ,
  .service-mobile .p2
  {
    display: flex;
    width: 85%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .service-mobile .p1 div,
  .service-mobile .p2 div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(90deg, #1e6fcfcc, #555555aa);
    border-radius: 3vw;
    border: 0.5vw solid rgba(255, 255, 255, 0.85);
    box-shadow:
      0 8px 20px rgba(37, 131, 219, 0.3),
      0 0 15px rgba(37, 131, 219, 0.5),
      inset 0 0 10px rgba(255, 255, 255, 0.1);
    transition:
      opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
      filter 0.3s ease,
      box-shadow 0.3s ease,
      color 0.3s ease,
      text-shadow 0.3s ease,
      background-position 0.2s ease;
    will-change: opacity, transform, filter, box-shadow, color, text-shadow, background-position;
    color: white;
    letter-spacing: 0.03em;
    cursor: pointer;
    user-select: none;
    background-size: 200% 100%;
    background-position: left center;
    height: 35vw;
    width: 35vw;
    margin-bottom: 7vw;
    font-family: "Lalezar", sans-serif;
    font-size: 5vw;
  }
  .service-mobile  div a{
    text-decoration: none;
  }
  .service-mobile div div img {
    height: 15vw;
    width: 15vw;
    margin-bottom: 2vw;
  }

  .cont {
    z-index: 4;
    display: flex;
    flex-direction: column;
    width: 100%;
    top: 0
  }

  .cont {
    z-index: 4;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 25vw;
  }

  .cont .values {
    width: 90%;
    margin: 0 auto;
    font-family: "Lalezar", sans-serif;
    text-align: center;
  }

  .cont .values .txt {
    font-size: 6vw;
  }

  /* آیتم‌ها */
  .cont .values .list-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 2vw;
  }

  .cont .values .list-items .item {
    transition: all 0.6s ease-out;
    font-size: 5vw;
    color: #333;
    border-radius: 12px;
    width: 50vw;
    text-align: center;
    padding: 1vw 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
  }


  .cont .values .list-items .item img {
    width: 30vw;
  }

  .cont .news {
    display: none;
  }

  .cont .news-mobile {
    display: flex;
    flex-direction: column;
    width: 90%;
    padding: 0 5%;
    margin-top: 30vw;
    align-items: center;
    justify-content: center;
    font-family: "Lalezar", sans-serif;
  }

  .cont .news-mobile .news-title {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    font-family: "Lalezar", sans-serif;
    font-size: 6vw;
    width: 365px;
    padding-top: 20px;
    justify-content: center;
    margin-bottom: 2%;
    width: 100%;
    color: #333333;
  }

  .cont .news-mobile .news-title span {
    margin-left: 1vw;
  }

  .cont .news-mobile .card-news {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333333;
    margin-bottom: 3%;
    width: 90%;
    margin: 0 auto;
  }

  .cont .news-mobile .card-news .title {
    font-size: 4.5vw;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333333;
  }

  .cont .news-mobile .card-news .txt {
    width: 90%;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 3.2vw;
    margin-bottom: 3%;
  }

  .cont .news-mobile .card-news .txt a {
    text-decoration: none;
    color: #333333;
  }

  .cont .news-mobile a img {
    width: 90%;
    margin-bottom: 3%;
    border-radius: 12px;
  }

  .news-mobile .footer a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    background-color: #2582db;
    border-radius: 12px;
    margin: 10px auto;
    transition: background-color 0.3s ease;
    text-decoration: none;
  }

  .news-mobile .footer a img {
    width: 7vw;
    height: 7vw;
    margin-right: 2vw;
  }

  .news-mobile .footer a span {
    text-decoration: none;
    font-family: "Lalezar", sans-serif;
    font-size: 4.5vw;
    color: white;
  }

  .news .footer a:hover,
  .news .footer a:hover {
    background-color: #0865bd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.37);
  }

  .cont .counter {
    position: relative;
    width: 100%;
    height: 100vw;
    display: flex;
    flex-direction: column;
    margin-top: 10vw;
  }

  .cont .counter img {
    width: 90%;
    height: 100vw;
    margin: 0 auto;
    border-radius: 20px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.37);
  }

  .cont .counter .overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #2582db;
    height: 900px;
    margin-top: 50px;
    padding-bottom: 20px;
    background-image: url("../../img/world-pattern.svg");
    background-color: #2582db;

  }

  .cont .counter .p1 {
    z-index: 5;
    font-family: "Lalezar", sans-serif;
    font-size: 5vw;
    color: white;
    font-weight: lighter;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .cont .counter .t1 {
    margin: 0;
    width: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cont .counter .t2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .cont .counter .t2 .s1 {
    font-size: 11vw;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .cont .counter .t2 .s2 {
    font-size: 8vw;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .cont .counter .two {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
  }

  .cont .counter .p2 {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-family: "Lalezar", sans-serif;
    font-size: 8vw;
    color: white;
  }

  .cont .counter .p2 .counter-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    width: 90%;
    margin-bottom: 20px;
  }

  .cont .counter .p2 .counter-box .txt {
    display: flex;
    flex-direction: row;
    direction: ltr;
    border-bottom: 1.5px rgba(255, 255, 255, 0.652) solid;
    width: 100%;
    align-items: center;
    font-size: 3rem;
    justify-content: center;
  }

  .cont .target .cont h3 {
    font-weight: bold;
    font-family: "Lalezar", sans-serif;
    font-size: 6vw;
    margin-bottom: 3%;
  }

  .cont .target {
    display: flex;
    flex-direction: column;
    margin-top: 160vw;
    margin-bottom: 5%;
    text-align: center;
    z-index: 1;
  }

  .cont .target .cont {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
  }

  .cont .target .cont .txt {
    width: 90%;
    font-family: "Lalezar", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    margin: 0 auto;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.6s ease-out,
      transform 0.6s ease-out;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .cont .target .cont .txt.active {
    opacity: 1;
    transform: translateX(0);
    max-width: 100%;

  }

  .cont .target img {
    width: 90%;
    margin: 0 auto;
    border-radius: 7px;
    perspective: 1000px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-top: 5vw;

  }

  .tabs-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding-top: 2vw;
    overflow: hidden;
    background-image: url("../../img/world-pattern.svg");
    background-color: #2582db;
  }

  .tab-buttons {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-items: center;
    justify-content: center;
  }

  .tab-buttons button {
    flex: 1;
    border: none;
    color: white;
    cursor: pointer;
    background-color: rgba(255, 0, 0, 0);
    transition: background-color 0.3s;
    font-family: "Lalezar", sans-serif;
    font-size: 4vw;
    padding-top: 10px;
    padding-bottom: 10px;


  }

  .tab-buttons button.active {
    background: linear-gradient(135deg, rgba(37, 130, 219, 0.3), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    max-width: 100%;

  }

  .tab-content {
    padding: 5vw;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    flex-direction: column;
  }

  .tab-content .txt {
    width: 90%;
    font-family: "Lalezar", sans-serif;
    font-size: 4.5vw;
    line-height: 1.5;
    color: white;
    margin-top: 3%;
    margin: 0 auto;
    direction: ltr;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
  }

  .slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }

  .slide-in-right.active {
    opacity: 1;
    transform: translateX(0);
  }

  .tab-content img {
    width: 98%;
    margin: 0 auto;
    border-radius: 10px;
    transition: transform 0.5s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-top: 5vw;
  }


  .tab-content.active {
    opacity: 1;
    height: auto;
    pointer-events: auto;
    max-width: 100%;

  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: flex;
    flex-direction: column;
    max-width: 100%;

  }

  .tab-buttons button:focus {
    outline: none;
  }

  .cont .wh {
    display: flex;
    flex-direction: column;
    width: 98%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 2.5%;
    align-items: center;
    justify-content: center;
  }

  .cont .wh .txt {
    width: 90%;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    direction: ltr;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .cont .wh .txt.active {
    opacity: 1;
    transform: translateX(0);
    max-width: 100%;

  }

  .cont .wh .txt h4 {
    font-weight: bold;
    font-family: "Lalezar", sans-serif;
    font-size: 8vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .cont .wh .txt h4 span {
    margin-right: 2vw;
  }

  .cont .wh p {
    width: 90%;
    margin: 0 auto;
    font-family: "Lalezar", sans-serif;
    font-size: 4.5vw;
    line-height: 1.4;
  }

  .cont .wh img {
    width: 89%;
    margin: 0 auto;
  }

  footer {
    margin: 0 auto;
    margin-top: 2.5%;
    position: relative;
    z-index: 4;
    background-image: url("../../img/footer-mobile.webp");
    background-size: cover;
    background-position: center;
    width: 100%;

    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    line-height: 1.6;
    max-width: 100%;
  }

  footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2583dbc8;
    pointer-events: none;
    z-index: 5;
    display: flex;
    flex-direction: column;
  }

  footer .p1 {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 6;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    font-family: "Lalezar", sans-serif;
    font-size: 1rem;
    color: #f5f5e0;
    margin-top: 7vw;
    padding-bottom: 5px;
    direction: ltr;
    text-justify: inter-word;
    word-break: break-word;
    justify-content: space-between;
    max-width: 100%;
  }

  footer .p1 .s1 {
    width: 95%;
    margin: 0 auto;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    font-size: 4.5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 20px 0 20px;
    opacity: 0;
    padding: 20px 12px;
    transform: translateX(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    height: 220px;

  }

  footer .p1 .s1.active {
    opacity: 1;
    transform: translateX(0);
    max-width: 100%;

  }

  footer .p1 .s1 h5 {
    font-size: 5.5vw;
    margin: 0;
    width: 100%;
  }

  footer .p1 .s1 p {
    direction: ltr;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  footer .p1 .s2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-around;

  }

  .p1 .s2.active {
    opacity: 1;
    transform: translateX(0);
    max-width: 100%;
  }

  footer .p1 .s2 div {
    margin-top: 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #f5f5e0;
    margin: 0;
    font-size: 4.5vw;
    width: 225px;
    justify-content: center;
    border-radius: 0 20px 0 20px;
    height: 230px;
    padding: 20px;
  }

  footer .p1 .s2 div span {
    font-size: 6vw;
    margin-bottom: 10px;
  }

  footer .p1 .s2 div a {
    text-decoration: none;
    color: #f5f5e0;
    font-size: 1.3rem;
    margin-bottom: 9px;
    transition: color 0.3s ease;
  }

  footer .p1 .s2 div a:hover {
    color: #333333;
    font-size: 4.5vw;
    font-weight: bolder;
  }

  footer .p2 {
    display: flex;
    flex-direction: column;
    z-index: 5;
    justify-content: space-around;
    margin-bottom: 5vw;
  }

  footer .p2 address {
    margin: 0 auto;
    width: 80%;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 5px;
    font-size: 4.5vw;
    border-radius: 0 20px 0 20px;
    font-family: "Lalezar", sans-serif;
    display: flex;
    flex-direction: column;
    color: #f5f5e0;
    margin-top: 20px;

  }

  footer .p2 address .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Rubik", sans-serif;
    color: #f5f5e0;
    font-weight: bold;
  }

  footer .p2 address .p2 {
    font-weight: bold;
    font-size: 4vw;
    font-family: "Rubik", sans-serif;
    text-align: center;
    width: 100%;
  }

  footer .p2 address .title img {
    margin-right: 2vw;
    width: 7vw;
    height: 7vw;
  }

  footer .copyright {
    position: relative;
    z-index: 5;
    width: 100%;
    text-align: center;
    background-color: white;
    border: none;
    font-family: "Lalezar", sans-serif;
    font-size: 4.5vw;
    padding: 9px 0;
    margin-top: 6px;
    color: #2582db;
    direction: ltr;
  }

  :root {
    --loader-bg: #408efb;
    --spinner-color: rgba(255, 255, 255, 0.657);
    --fade-duration: 500ms;
    --spinner-size: 120px;
  }

  * {
    margin: 0;
    padding: 0;
  }

  #page-loader {
    position: fixed;
    inset: 0;
    background: var(--loader-bg);
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity var(--fade-duration) ease, visibility var(--fade-duration) ease;
    opacity: 1;
    visibility: visible;
    box-sizing: border-box;
  }

  body.page-loaded #page-loader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .spinner-wrapper {
    position: relative;
    width: var(--spinner-size);
    height: var(--spinner-size);
    box-sizing: border-box;
  }

  .spinner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid rgba(59, 130, 246, 0.3);
    border-top-color: var(--spinner-color);
    animation: spin 1.3s linear infinite;
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
    box-sizing: border-box;
  }

  .spinner-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    padding: 6px;
    box-sizing: border-box;
  }

  .spinner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
}


@media screen and (min-width: 426px) and (max-width: 1023px) {
  body {
    position: relative;
    display: flex;
    flex-direction: column;
    direction: ltr;
    margin: 0;
    width: 100%;
    max-width: 100%;

  }

  .header {
    width: 100%;
    color: white;
    max-width: 100%;
  }

  .header .bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 2s ease-in-out;
  }

  .header .bg-current {
    opacity: 1;
    z-index: 1;
  }

  .header .bg-next {
    opacity: 0;
    z-index: 2;
  }

  .header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, #2583db99, #2583db00);
    z-index: 3;
  }

  .header .one {
    display: none;
  }

  .header .two .portal {
    display: none;
  }

  .header .two {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: 5px 0;
    max-width: 100%;
  }

  .header .two .logo img {
    width: 200px;
    height: 80px;
  }

  .header .two .nav-w {
    display: none;
  }

  .header .two .mobile-nav {
    display: flex;
    flex-direction: row;
  }

  .header .two .mobile-nav .tel img {
    width: 30px;
    height: 30px;
  }

  .header .two .mobile-nav div {
    margin-right: 10px;
  }

  .hamburger {
    margin-left: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .hamburger div {
    width: 100%;
    height: 4px;
    background-color: white;
    border-radius: 2px;
    transition: 0.3s;
  }

  .ticket-button {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.35);
    color: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    border: 3.5px solid #2582db;
    border-radius: 50px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .ticket-button {
    background-color: #2582db;
    color: white;
    border: none;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.35);
    color: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    border: 3.5px solid #2582db;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 1.5rem;

  }

  .ticket-button img {
    width: 40px;
    height: 40px;
  }

  .ticket-button.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .ticket-button:hover {
    background-color: #1b65b0;
    transform: translateX(0) scale(1.05);
    transition: background-color 0.3s, transform 0.3s;
  }

  .language-switcher {
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 1000;
    font-family: sans-serif;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
  }

  .language-switcher.visible {
    opacity: 1;
    transform: translateX(0);
  }

  .lang-btn {
    background-color: #2582db;
    color: white;
    border: none;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.35);
    color: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    border: 3.5px solid #2582db;
    width: 55px;
    height: 55px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 1.5rem;

  }

  .lang-btn:hover {
    background-color: #1b65b0;
    color: white;
  }

  .lang-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 50px;
    padding-bottom: 10px;
    background-color: #3b82f6;
  }

  .language-switcher.open .lang-options {
    max-height: 200px;
    opacity: 1;
  }

  .lang-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

  }

  .lang-option a {
    color: white;
    text-decoration: none;
  }

  .lang-option:last-child {
    border-bottom: none;
  }



  .side-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    padding: 20px;
    box-sizing: border-box;
    transition: left 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    background-image: url("../../img/world-pattern.svg");
    background-color: #2582db;
  }

  .side-menu.open {
    left: 0;
  }

  .close-btn {
    align-self: flex-start;
    background: none;
    border: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
    margin-bottom: 30px;
  }

  .side-menu a {
    color: white;
    text-decoration: none;
    margin: 10px 0;
    font-size: 18px;
    transition: color 0.2s ease;
  }

  .side-menu a:hover {
    color: #a6d1ff;
  }

  .hamburger.active div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active div:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 999;
  }

  #overlay.active {
    opacity: 1;
    pointer-events: auto;
    max-width: 100%;

  }

  .header .three {
    margin: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 30%;
  }

  .header .three h1 {
    width: 100%;
    position: relative;
    z-index: 3;
    height: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Lalezar", sans-serif;
    font-size: 3.5rem;
    color: #2582db;
    text-shadow:
      -2px -2px 2px white,
      -2px 0 2px white,
      -2px 2px 2px white,
      0 -2px 2px white,
      0 2px 2px white,
      3px -2px 2px white,
      3px 0 2px white,
      3px 2px 2px white,
      -2px -2px 2px white,
      -2px 0 2px white,
      -2px 2px 2px white,
      0 -2px 2px white,
      0 2px 2px white,
      3px -2px 2px white,
      3px 0 2px white,
      3px 2px 2px white,
      -1px -1px 1px white,
      -1px 0 1px white,
      -1px 1px 1px white,
      0 -1px 1px white,
      0 1px 1px white,
      1px -1px 1px white,
      1px 0 1px white,
      1px 1px 1px white;

  }

  .header .three h1 .p2 {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2582db;
    overflow: hidden;
    font-size: 2rem;
    animation:
      fadeInOut 2s 4 5s;
  }

  @keyframes fadeInOut {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  .service-mobile {
    display: none;
  }

  .service {
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.26);
    z-index: 4;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    background-color: white;
    width: 90%;
    gap: 20px;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }

  .service.active {
    opacity: 1;
    transform: translateY(0);
  }

  .service div {
    flex: 1;
    text-align: center;
    border-left: 3px rgba(128, 128, 128, 0.199) solid;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .service .land img {
    width: 130px;
  }

  .service div a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #2582db;
    font-family: "Lalezar", sans-serif;
    font-size: 1.5rem;
  }

  .service>div {
    transition: filter 0.3s ease, opacity 0.3s ease;
  }

  .service:hover>div:not(:hover) {
    filter: blur(2px);
    opacity: 0.7;
  }

  .service .import {
    border: none;
  }


  .cont {
    z-index: 4;
    display: flex;
    flex-direction: column;
    width: 100%;
    top: 0
  }

  .cont .news {
    display: none;
  }

  .cont .news-mobile {
    display: flex;
    flex-direction: column;
    width: 90%;
    padding: 0 5%;
    margin-top: 40%;
    align-items: center;
    justify-content: center;
    font-family: "Lalezar", sans-serif;
  }

  .cont .news-mobile .news-title {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    font-family: "Lalezar", sans-serif;
    font-size: 2rem;
    width: 365px;
    padding-top: 20px;
    justify-content: center;
    margin-bottom: 2%;
    width: 100%;
    color: #333333;
  }

  .cont .news-mobile .card-news {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333333;
    margin-bottom: 3%;
    width: 90%;
    margin: 0 auto;
  }

  .cont .news-mobile .card-news .title {
    font-size: 1.5rem;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333333;
  }

  .cont .news-mobile .card-news .txt {
    width: 90%;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 1.1rem;
    margin-bottom: 3%;
  }

  .cont .news-mobile .card-news .txt a {
    text-decoration: none;
    color: #333333;
  }

  .cont .news-mobile a img {
    width: 90%;
    margin-bottom: 3%;
    border-radius: 12px;
  }

  .news-mobile .footer a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    background-color: #2582db;
    border-radius: 12px;
    margin: 10px auto;
    transition: background-color 0.3s ease;
    text-decoration: none;
  }

  .news-mobile .footer a img {
    width: 24px;
    height: 24px;
  }

  .news-mobile .footer a span {
    text-decoration: none;
    font-family: "Lalezar", sans-serif;
    font-size: 1.5rem;
    color: white;
    margin-right: 5px;
  }

  .news .footer a:hover,
  .news .footer a:hover {
    background-color: #0865bd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.37);
  }

  .cont .counter {
    position: relative;
    z-index: 4;
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }

  .cont .counter img {
    width: 90%;
    height: 400px;
    margin: 0 auto;
    border-radius: 20px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.37);
  }

  .cont .counter .overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #2582db;
    height: 900px;
    margin-top: 50px;
    padding-bottom: 20px;
    background-image: url("../../img/world-pattern.svg");
    background-color: #2582db;

  }

  .cont .counter .p1 {
    z-index: 5;
    font-family: "Lalezar", sans-serif;
    font-size: 16px;
    color: white;
    font-weight: lighter;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .cont .counter .t1 {
    margin: 0;
    width: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cont .counter .t2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .cont .counter .t2 .s1 {
    font-size: 40px;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .cont .counter .t2 .s2 {
    font-size: 32px;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .cont .counter .two {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
  }

  .cont .counter .p2 {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-family: "Lalezar", sans-serif;
    font-size: 1.8rem;
    color: white;
  }

  .cont .counter .p2 .counter-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    width: 90%;
    margin-bottom: 20px;
  }

  .cont .counter .p2 .counter-box .txt {
    display: flex;
    flex-direction: row;
    direction: ltr;
    border-bottom: 1.5px rgba(255, 255, 255, 0.652) solid;
    width: 100%;
    align-items: center;
    font-size: 3rem;
    justify-content: center;
  }

  .cont .target .cont h3 {
    font-weight: bold;
    font-family: "Lalezar", sans-serif;
    font-size: 2rem;
    margin-bottom: 3%;
  }

  .cont .target {
    display: flex;
    flex-direction: column;
    margin-top: 400px;
    margin-bottom: 5%;
    text-align: center;
  }

  .cont .target .cont {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }

  .cont .target .cont .txt {
    width: 90%;
    padding-right: 5%;
    font-family: "Lalezar", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    text-align: right;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    direction: ltr;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .cont .target .cont .txt.active {
    opacity: 1;
    transform: translateX(0);
    max-width: 100%;

  }

  .cont .target img {
    margin-top: 40px;
    width: 89%;
    margin: 0 auto;
    border-radius: 7px;
    perspective: 1000px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .tabs-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
    background-image: url("../../img/world-pattern.svg");
    background-color: #2582db;
  }

  .tab-buttons {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-items: center;
    justify-content: center;
  }

  .tab-buttons button {
    flex: 1;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    background-color: rgba(255, 0, 0, 0);
    transition: background-color 0.3s;
    font-family: "Lalezar", sans-serif;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;

  }

  .tab-buttons button.active {
    background: linear-gradient(135deg, rgba(37, 130, 219, 0.3), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    max-width: 100%;

  }

  .tab-content {
    padding: 20px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    margin-top: 2.5%;
  }

  .tab-content .txt {
    width: 90%;
    font-family: "Lalezar", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: white;
    margin-top: 3%;
    margin: 0 auto;
    direction: ltr;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
  }

  .slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }

  .slide-in-right.active {
    opacity: 1;
    transform: translateX(0);
  }

  .tab-content img {
    width: 98%;
    margin: 0 auto;
    border-radius: 10px;
    transition: transform 0.5s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
  }



  .tab-content.active {
    opacity: 1;
    height: auto;
    pointer-events: auto;
    max-width: 100%;

  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: flex;
    flex-direction: column;
    max-width: 100%;

  }

  .tab-buttons button:focus {
    outline: none;
  }

  .cont .wh {
    display: flex;
    flex-direction: column;
    width: 98%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 2.5%;
    align-items: center;
    justify-content: center;
  }

  .cont .wh .txt {
    width: 90%;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    direction: ltr;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .cont .wh .txt.active {
    opacity: 1;
    transform: translateX(0);
    max-width: 100%;

  }

  .cont .wh .txt h4 {
    font-weight: bold;
    font-family: "Lalezar", sans-serif;
    font-size: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .cont .wh p {
    width: 90%;
    margin: 0 auto;
    font-family: "Lalezar", sans-serif;
    font-size: 19px;
    line-height: 1.4;
  }

  .cont .wh img {
    width: 89%;
    margin: 0 auto;
  }

  footer {
    margin: 0 auto;
    margin-top: 2.5%;
    position: relative;
    z-index: 4;
    background-image: url("../../img/footer-mobile.webp");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 900px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    line-height: 1.6;
    max-width: 100%;
  }

  footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2583dbc8;
    pointer-events: none;
    z-index: 5;
    display: flex;
    flex-direction: column;
  }

  footer .p1 {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 6;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    font-family: "Lalezar", sans-serif;
    font-size: 1rem;
    color: #f5f5e0;
    margin-top: 50px;
    padding-bottom: 5px;
    direction: ltr;
    text-justify: inter-word;
    word-break: break-word;
    justify-content: space-between;
    max-width: 100%;
  }

  footer .p1 .s1 {
    width: 95%;
    margin: 0 auto;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 20px 0 20px;
    opacity: 0;
    padding: 5px 12px;
    transform: translateX(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    height: 220px;

  }

  footer .p1 .s1.active {
    opacity: 1;
    transform: translateX(0);
    max-width: 100%;

  }

  footer .p1 .s1 h5 {
    font-size: 1.7rem;
    margin: 0;
    width: 100%;
    margin-top: 2%;
  }

  footer .p1 .s1 p {
    direction: ltr;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 1.2rem;
  }

  footer .p1 .s2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    margin-top: 2%;
  }

  .p1 .s2.active {
    opacity: 1;
    transform: translateX(0);
    max-width: 100%;
  }

  footer .p1 .s2 div {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #f5f5e0;
    margin: 0;
    font-size: 1rem;
    width: 225px;
    justify-content: center;
    border-radius: 0 20px 0 20px;
    height: 230px;
    padding: 20px;
  }

  footer .p1 .s2 div span {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  footer .p1 .s2 div a {
    text-decoration: none;
    color: #f5f5e0;
    font-size: 1.4rem;
    margin-bottom: 9px;
    transition: color 0.3s ease;
  }

  footer .p1 .s2 div a:hover {
    color: #333333;
    font-size: 1.4rem;
    font-weight: bolder;
  }

  footer .p2 {
    display: flex;
    flex-direction: column;
    z-index: 5;
    justify-content: space-around;
    margin-bottom: 10px;
  }

  footer .p2 address {
    margin: 0 auto;
    width: 80%;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 5px;
    font-size: 1.2rem;
    border-radius: 0 20px 0 20px;
    font-family: "Lalezar", sans-serif;
    display: flex;
    flex-direction: column;
    color: #f5f5e0;
    margin-top: 20px;

  }

  footer .p2 address .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Rubik", sans-serif;
    color: #f5f5e0;
    font-weight: bold;
  }

  footer .p2 address .p2 {
    font-weight: bold;
    font-size: 1.1rem;
    font-family: "Rubik", sans-serif;
    text-align: center;
    width: 100%;
  }

  footer .p2 address .title img {
    margin-left: 10px;
    width: 30px;
    height: 30px;
  }

  footer .copyright {
    position: relative;
    z-index: 5;
    width: 100%;
    text-align: center;
    background-color: white;
    border: none;
    font-family: "Lalezar", sans-serif;
    font-size: 1.3rem;
    padding: 9px 0;
    margin-top: 6px;
    color: #2582db;
    direction: ltr;
  }

  :root {
    --loader-bg: #408efb;
    --spinner-color: rgba(255, 255, 255, 0.657);
    --fade-duration: 500ms;
    --spinner-size: 120px;
  }

  * {
    margin: 0;
    padding: 0;
  }

  #page-loader {
    position: fixed;
    inset: 0;
    background: var(--loader-bg);
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity var(--fade-duration) ease, visibility var(--fade-duration) ease;
    opacity: 1;
    visibility: visible;
    box-sizing: border-box;
  }

  body.page-loaded #page-loader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .spinner-wrapper {
    position: relative;
    width: var(--spinner-size);
    height: var(--spinner-size);
    box-sizing: border-box;
  }

  .spinner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid rgba(59, 130, 246, 0.3);
    border-top-color: var(--spinner-color);
    animation: spin 1.3s linear infinite;
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
    box-sizing: border-box;
  }

  .spinner-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    padding: 6px;
    box-sizing: border-box;
  }

  .spinner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
}

@media screen and (min-width: 1024px) {
  body {
    position: relative;
    display: flex;
    flex-direction: column;
    direction: ltr;
    margin: 0;
  }

  .header {
    width: 100%;
    height: 65vh;
    color: white;
  }

  .header .bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 2s ease-in-out;
  }

  .header .bg-current {
    opacity: 1;
    z-index: 1;
  }

  .header .bg-next {
    opacity: 0;
    z-index: 2;
  }

  .header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, #2583db99, #2583db00);
    z-index: 3;
  }

  .header .one {
    position: relative;
    justify-content: space-between;
    z-index: 4;
    display: flex;
    flex-direction: row;
    width: 90%;
    height: 5%;
    margin-left: 5%;
    padding-bottom: 0.2%;
  }

  .header .one .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 15%;
  }

  .header .one .info div a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
  }


  .header .one .info a span {
    font-size: 1vw;
  }

  .header .one .info img {
    margin-right: 1%;
    width: 12%;
    height: 7%;
  }

  .header .one .info .email {
    width: 100%;
  }

  .header .one .info .email a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .header .one .icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    direction: rtl;
    width: 6%;
    height: 100%;
    padding-right: 1.5%;
  }

  .header .one .icon div {
    margin-right: 5px;
  }

  .header .one .icon .telegram {
    width: 30%;
    aspect-ratio: 1 / 1;
    position: relative;
    z-index: 4;
    background-image: url("../../img/telegram.webp");
    background-size: cover;
    transition: transform 0.8s ease, background-image 1s ease;
    transform-style: preserve-3d;
    margin-right: 7px;
  }

  .header .one .icon .telegram:hover {
    transform: rotateY(360deg);
    background-image: url('../../img/telegram2.webp');
  }

  .header .one .icon .instagram {
    width: 30%;
    aspect-ratio: 1 / 1;
    position: relative;
    z-index: 4;
    margin-right: 7px;
    background-image: url("../../img/instagram.webp");
    background-size: cover;
    transition: transform 0.8s ease, background-image 1s ease;
    transform-style: preserve-3d;
  }

  .header .one .icon .instagram:hover {
    transform: rotateY(360deg);
    background-image: url('../../img/instagram2.webp');
  }

  .header .one .icon .whatsapp {
    width: 30%;
    aspect-ratio: 1 / 1;
    position: relative;
    z-index: 4;
    margin-right: 5px;
    background-size: cover;
    background-image: url("../../img/whatsapp.webp");
    transition: transform 0.8s ease, background-image 1s ease;
    transform-style: preserve-3d;
  }

  .header .one .icon .whatsapp a {
    width: 100%;
    height: 100%;
  }

  .header .one .icon .whatsapp:hover {
    transform: rotateY(360deg);
    background-image: url('../../img/whatsapp2.webp');
  }

  .header .spacer {
    width: 90%;
    margin: 0 5%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.555);
    position: relative;
    z-index: 4;
    border-radius: 50%;
  }

  .header .two {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 4;
    align-items: center;
    justify-content: space-between;
    width: 90%;
  }

  .header .two .logo {
    display: flex;
    flex-direction: row;
    width: 15%;
    margin: 2px 5%;
    position: relative;
    z-index: 4;
  }

  .header .two .logo img {
    width: 20vw;
    height: 5vw;
  }

  .header .two .nav-w {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 60%;
  }

  .hedaer .two .nav-w:hover {
    cursor: pointer;
  }

  .header .two .nav-w .nav-ul a {
    text-decoration: none;
    color: white;
    font-family: "Lalezar", sans-serif;
    font-size: 1.6vw;
  }

  .header .two .nav-w .nav-ul {
    display: flex;
    flex-direction: column;
  }

  .header .two .portal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 3%;
    aspect-ratio: 1 / 1;
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .header .two .portal::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    transition: all 0.5s ease;
  }

  .header .two .portal:hover {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    color: #d6ecff;
    transform: translateY(-2px);
  }

  .header .two .portal:active {
    transform: scale(0.97);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  }

  .header .two .portal:hover::before {
    left: 130%;
  }

  .header .two .mobile-nav {
    display: none;
  }

  .header .three h1 {
    position: relative;
    z-index: 4;
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Lalezar", sans-serif;
    font-size: 4.5vw;
    color: #2582db;
    text-shadow:
      -2px -2px 2px white,
      -2px 0 2px white,
      -2px 2px 2px white,
      0 -2px 2px white,
      0 2px 2px white,
      3px -2px 2px white,
      3px 0 2px white,
      3px 2px 2px white,
      -2px -2px 2px white,
      -2px 0 2px white,
      -2px 2px 2px white,
      0 -2px 2px white,
      0 2px 2px white,
      3px -2px 2px white,
      3px 0 2px white,
      3px 2px 2px white,
      -1px -1px 1px white,
      -1px 0 1px white,
      -1px 1px 1px white,
      0 -1px 1px white,
      0 1px 1px white,
      1px -1px 1px white,
      1px 0 1px white,
      1px 1px 1px white;
  }

  .three h1 .p1 {
    padding-left: 10px;
  }

  .three h1 .p2 {
    font-size: 2.5vw;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 7px;
    padding-bottom: 7px;
    display: inline-block;
    color: #2582db;
    animation:
      typing 4s steps(30, end) forwards,
      fadeinout 2s 4 5s;
  }

  @keyframes typing {
    from {
      width: 0;
    }

    to {
      width: 40ch;
    }
  }

  @keyframes fadeinout {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  .service-mobile {
    display: none;
  }

  .service {
    position: relative;
    z-index: 4;
    border-radius: 10px;
    display: flex;
    width: 90%;
    margin: 0 auto;
    gap: 2vw;
    justify-content: space-between;
  }

  .service>div {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #1e6fcfcc, #555555aa);
    border-radius: 1.5vw;
    border: 0.25vw solid rgba(255, 255, 255, 0.85);
    box-shadow:
      0 8px 20px rgba(37, 131, 219, 0.3),
      0 0 15px rgba(37, 131, 219, 0.5),
      inset 0 0 10px rgba(255, 255, 255, 0.1);
    opacity: 0;
    transform: translateY(100px) translateZ(0);
    transition:
      opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
      filter 0.3s ease,
      box-shadow 0.3s ease,
      color 0.3s ease,
      text-shadow 0.3s ease,
      background-position 0.2s ease;
    will-change: opacity, transform, filter, box-shadow, color, text-shadow, background-position;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-weight: 400;
    font-size: 0.5vw;
    letter-spacing: 0.03em;
    cursor: pointer;
    user-select: none;
    background-size: 200% 100%;
    background-position: left center;
    width: 30vw;
    height: 15vw;
  }

  /* وقتی کلاس .active به .service داده بشه */
  .service.active>div {
    opacity: 1;
    transform: translateY(0);
  }

  /* تأخیر برای نمایش دونه‌دونه‌ی آیتم‌ها */
  .service.active>div:nth-child(1) {
    transition-delay: 0s;
  }

  .service.active>div:nth-child(2) {
    transition-delay: 0.1s;
  }

  .service.active>div:nth-child(3) {
    transition-delay: 0.2s;
  }

  .service.active>div:nth-child(4) {
    transition-delay: 0.3s;
  }

  .service>div:hover {
    color: #cce4ff;
    border-color: #2582db;
    box-shadow:
      0 12px 30px rgba(37, 130, 219, 0.7),
      0 0 25px rgba(37, 130, 219, 0.8);
    transform: translateY(-6px) scale(1.05);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      box-shadow 0.4s ease,
      border-color 0.4s ease,
      color 0.4s ease;
  }

  /* ظاهر کردن لایه نور در هاور */
  .service>div:hover::before {
    opacity: 1;
    animation: pulseLight 2.5s infinite ease-in-out alternate;
  }

  /* انیمیشن پالس نور */
  @keyframes pulseLight {
    0% {
      transform: scale(0.95) translate(0, 0);
      opacity: 0.6;
    }

    50% {
      transform: scale(1.05) translate(5%, 5%);
      opacity: 0.85;
    }

    100% {
      transform: scale(0.95) translate(0, 0);
      opacity: 0.6;
    }
  }

  /* فقط آیتمی که هاور شده واضح بمونه */
  .service:hover>div:hover {
    filter: none;
    opacity: 1;
  }

  /* استایل تصاویر */
  .service img {
    margin-bottom: 2%;
    padding-top: 5%;
  }

  .service .land a img {
    width: 45%;
  }

  .service .ocean a img {
    width: 31%;
  }

  .service .air a img {
    width: 30%;
  }

  .service .import a img {
    width: 30%;
  }

  .service .import a {
    width: 100%;
    height: 100%;
  }

  .service .land a {
    width: 100%;
    height: 100%;
  }

  .service .ocean a {
    width: 100%;
    height: 100%;
  }

  .service .air a {
    width: 100%;
    height: 100%;
  }

  /* استایل لینک‌ها داخل باکس‌ها */
  .service div a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-family: "Lalezar", sans-serif;
    font-size: 2vw;
  }


  .lang-btn,
  .ticket-button {
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.35);
    color: #333333;
    border: 0.15rem solid #2582db;
    border-radius: 50px;
    box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.2);
    width: 3.2vw;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.5vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    /* حذف padding برای یکنواختی */
    margin: 0;
    /* اطمینان از اینکه حاشیه‌ای ندارد */
    transition: background-color 0.3s ease;
  }

  .ticket-button {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.35);
    color: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    border: 0.15rem solid #2582db;
    border-radius: 50px;
    z-index: 1000;
    width: 3.2vw;
    aspect-ratio: 1/1;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.5vw;
    transform: translateX(100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
  }

  .ticket-button img {
    width: 80%;
    aspect-ratio: 1/1;
  }

  .ticket-button.show {
    opacity: 1;
    transform: translateX(0);
  }

  .ticket-button:hover {
    background-color: #1b65b0;
    transform: translateX(0) scale(1.05);
    transition: background-color 0.3s, transform 0.3s;
  }

  .language-switcher {
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 1000;
    font-family: sans-serif;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
  }

  .language-switcher.visible {
    opacity: 1;
    transform: translateX(0);
  }



  .lang-btn:hover {
    background-color: #1b65b0;
    color: white;
  }

  .lang-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 3vw;
    padding-bottom: 10px;
    background-color: #3b82f6;
  }

  .language-switcher.open .lang-options {
    max-height: 200px;
    opacity: 1;
  }

  .lang-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

  }

  .lang-option a {
    color: white;
    text-decoration: none;
  }

  .lang-option:last-child {
    border-bottom: none;
  }


  .cont {
    z-index: 0;
    display: flex;
    flex-direction: column;
    width: 100;
    margin-top: 5vw;
  }

  .cont .values {
    width: 80%;
    margin: 0 auto;
    font-family: "Lalezar", sans-serif;
    text-align: center;
  }

  .cont .values .txt {
    font-size: 2vw;
  }

  /* آیتم‌ها */
  .cont .values .list-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2vw;
  }

  .cont .values .list-items .item {
    transition: all 0.6s ease-out;
    font-size: 1.7vw;
    color: #333;
    border-radius: 12px;
    width: 14vw;
    text-align: center;
    padding: 1vw 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 15vw;
  }

  .cont .values .list-items .item img {
    width: 8vw;
    filter: sepia(1) saturate(500%) hue-rotate(190deg) brightness(1.1);
  }

  .cont .news {
    width: 80%;
    margin: 0 auto;
    align-items: center;
    color: #333333;
    margin-top: 2vw;
  }

  .cont .news .swiper {
    padding: 20px 20px;
    height: 18vw;
  }

  .cont .news p {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    font-family: "Lalezar", sans-serif;
    font-size: 2.2vw;
    padding-top: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .news .flip-card {
    perspective: 1000px;
    width: 100%;
    max-height: 20%;
  }

  .news .flip-card-inner {
    position: relative;
    width: 100%;
    height: 20%;
    text-align: center;
    transition: transform 0.8s ease-in-out;
    transform-style: preserve-3d;
    cursor: pointer;
  }

  .news .flip-card-inner.flipped {
    transform: rotateY(180deg);
  }

  .news .flip-card-front,
  .news .flip-card-back {
    position: absolute;
    width: 100%;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-top: 2%;
    margin-bottom: 5%;
  }

  .news .flip-card-front {
    color: #333333;
    height: 20%;

  }

  .news .flip-card-front .txt {
    font-family: "Lalezar", sans-serif;
    font-size: 1.2vw;
    font-weight: bold;
    font-weight: 400;
  }

  .news .flip-card-back {
    color: #fff;
    background: linear-gradient(135deg, #0a74da 0%, #084c8d 100%);
    transform: rotateY(180deg);
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.25);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
    overflow-wrap: break-word;
    padding-bottom: 2%;
    height: 16vw;
    max-height: 16vw;

  }

  .news .flip-card-back .explain {
    margin: 3% 3% 0 3%;
    font-size: 1.2VW;
    font-weight: 400;
    line-height: 1.4;
  }

  .news .flip-card-back a {
    display: inline-block;
    background: #fff;
    color: #2582db;
    padding: 5px 10px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    font-family: inherit;
    font-size: 1.1vw;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    font-family: "Lalezar", sans-serif;
  }

  .news .flip-card-back a:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;

  }

  .news .flip-card-front img {
    width: 100%;
    margin: 0;
    border-radius: 12px;
  }

  .news .flip-card-back .explain {
    font-family: "Lalezar", sans-serif;
  }

  .news .footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 0.5vw 0;
    background-color: #2582db;
    width: 20vw;
    height: 2vw;
    border-radius: 0.5vw;
    margin: 2.5% auto;
    transition: background-color 0.3s ease;
  }

  .news .footer a {
    text-decoration: none;
    font-family: "Lalezar", sans-serif;
    font-size: 1.4vw;
    color: white;
    margin-right: 5px;
  }

  .news .footer:hover {
    background-color: #0865bd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.37);
  }

  .cont .news-mobile {
    display: none;
  }

  .cont .counter {
    position: relative;
    z-index: 4;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 3vw;
  }

  .cont .counter img {
    width: 80%;
    margin: 0 10%;
    border-radius: 1vw;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.37);
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }

  .cont .counter img.active {
    opacity: 1;
    transform: translateY(0);
  }

  .cont .counter .overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #2582db;
    height: 80%;
    margin-top: 12vw;
    background-image: url("../../img/world-pattern.svg");
  }

  .cont .counter .p1 {
    z-index: 5;
    margin-top: 5%;
    margin-left: 5%;
    font-family: "Lalezar", sans-serif;
    font-size: 1.2vw;
    color: white;
    font-weight: lighter;
    display: flex;
    flex-direction: column;
    width: 20%;
  }

  .cont .counter .t1 {
    margin: 0;
    width: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
  }

  .cont .counter .t2 {
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: right;
    width: 100%;
  }

  .cont .counter .t2 .s1 {
    font-size: 2.6vw;
    width: 100%;
  }

  .cont .counter .t2 .s2 {
    font-size: 1.8vw;
    width: 100%;
  }

  .cont .counter .two {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 5;
  }

  .cont .counter .p2 {
    margin-top: 5%;
    display: flex;
    flex-direction: row;
    width: 70%;
    align-items: center;
    justify-content: space-around;
    font-family: "Lalezar", sans-serif;
    font-size: 1.6vw;
    color: white;
  }

  .cont .counter .p2 .counter-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    margin-left: 2vw;
    width: 20%;
  }

  .cont .counter .p2 .counter-box .txt {
    display: flex;
    flex-direction: row;
    direction: ltr;
    border-bottom: 3px white solid;
    width: 100%;
    align-items: center;
    font-size: 2.5vw;
    justify-content: center;
  }

  .cont .target .cont h3 {
    font-weight: bold;
    font-family: "Lalezar", sans-serif;
    font-size: 2.2vw;
    margin-bottom: 3%;
  }

  .cont .target {
    width: 90%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3vw;
    margin-top: 2vw;
  }

  .cont .target .cont {
    display: flex;
    flex-direction: column;
    width: 40%;
  }

  .cont .target .cont .txt {
    width: 90%;
    padding-left: 5%;
    font-family: "Lalezar", sans-serif;
    font-size: 1.4vw;
    line-height: 1.5;
    border-left: 3px rgba(128, 128, 128, 0.199) solid;
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    direction: ltr;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
    font-weight: 400;
    overflow-wrap: break-word;
  }

  .cont .target .cont .txt.active {
    opacity: 1;
    transform: translateX(0);
  }

  .cont .target img {
    width: 30vw;
    margin-top: 4%;
    height: 20vw;
    border-radius: 7px;
    perspective: 1000px;
    transition: transform 0.5s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }



  .cont .wh {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: 0 auto;
    margin-top: 2vw;
    margin-bottom: 2vw;
    align-items: center;
    justify-content: space-between;
  }

  .cont .wh .txt {
    width: 40%;
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    direction: ltr;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .cont .wh .txt.active {
    opacity: 1;
    transform: translateX(0);
  }

  .cont .wh .txt h4 {
    font-weight: bold;
    font-family: "Lalezar", sans-serif;
    font-size: 2.5vw;
    margin-bottom: 3%;
  }

  .cont .wh p {
    font-family: "Lalezar", sans-serif;
    font-size: 1.4vw;
    line-height: 1.4;
    border-left: 3px rgba(128, 128, 128, 0.199) solid;
    padding-left: 5%;
  }

  .cont .wh img {
    width: 30vw;
    height: 20vw;
    margin-top: 5%;
    margin-left: 10%;

  }

  .tabs-container {
    width: 100%;
    height: 35vw;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding-bottom: 1vw;
    padding-top: 1vw;
    overflow: hidden;
    background-image: linear-gradient(#2583dbf6, #2583dbcc), url('../../../img/pattern.webp');
    background-size: cover;
    background-position: center;
  }

  .tab-buttons {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: 0 auto;
    justify-content: space-around;
  }

  .tab-buttons button {
    flex: 1;
    border: none;
    color: white;
    cursor: pointer;
    background-color: rgba(255, 0, 0, 0);
    transition: background-color 0.3s;
    font-family: "Lalezar", sans-serif;
    font-size: 1.6vw;
    line-height: 1.6;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .tab-buttons button.active {
    background: linear-gradient(135deg, rgba(37, 130, 219, 0.3), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  }

  .tab-buttons button:focus {
    outline: none;
  }

  .tab-content {
    width: 90%;
    margin: 0 auto;
    margin-top: 1vw;
    height: 20vw;
    padding: 2vw 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .tab-content .txt {
    width: 50%;
    font-family: "Lalezar", sans-serif;
    font-size: 1.4vw;
    line-height: 1.6;
    color: white;
    direction: ltr;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
    align-items: center;
    justify-content: center;
  }

  .slide-in-right {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }

  .slide-in-right.active {
    opacity: 1;
    transform: translateX(0);
  }

  .tab-content img {
    width: 30vw;
    height: 20vw;
    border-radius: 10px;
    transition: transform 0.5s ease;
  }


  .tab-content.active {
    opacity: 1;
    height: auto;
    pointer-events: auto;
  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: flex;
    flex-direction: row;
  }

  footer {
    margin: 0 auto;
    direction: ltr;
    margin-top: 2vw;
    position: relative;
    z-index: 4;
    background-image: url("../../img/footer.webp");
    background-size: cover;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    line-height: 1.6;
    overflow: hidden;
  }

  footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2583dbc8;
    pointer-events: none;
    z-index: 5;
    display: flex;
    flex-direction: column;
  }

  footer .p1 {
    position: relative;
    display: flex;
    flex-direction: row;
    z-index: 6;
    margin: 0 auto;
    width: 90%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    font-family: "Lalezar", sans-serif;
    font-size: 1.4vw;
    border-bottom: 2px solid rgba(255, 255, 255, 0.482);
    color: #f5f5e0;
    margin-top: 2vw;
    padding-bottom: 3vw;
    direction: ltr;
    align-items: center;
    text-justify: inter-word;
    word-break: break-word;
    justify-content: space-between;
  }

  footer .p1 .s1 {
    width: 30%;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 15px;
    border: 0.2vw solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    font-size: 1.3vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 20px 0 20px;
    opacity: 0;
    padding: 2vw 2vw;
    transform: translateX(-50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    height: 19vw;
  }

  footer .p1 .s1.active {
    opacity: 1;
    transform: translateX(0);
  }

  footer .p1 .s1 h5 {
    font-size: 1.8vw;
    margin: 0;
    width: 100%;
    margin-bottom: 2%;
  }

  footer .p1 .s1 p {
    direction: ltr;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  footer .p1 .s2 {
    display: flex;
    flex-direction: row;
    width: 30%;
    align-items: center;
    justify-content: space-around;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }

  footer .p1 .s2.active {
    opacity: 1;
    transform: translateX(0);
  }

  footer .p1 .s2 div {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #f5f5e0;
    margin: 0;
    font-size: 1.4vw;
    width: 225px;
    justify-content: center;
    border-radius: 0 20px 0 20px;
    height: 23%;
    padding: 20px;
  }

  footer .p1 .s2 div span {
    font-size: 2vw;
    margin-bottom: 10px;
  }

  footer .p1 .s2 div a {
    text-decoration: none;
    color: #f5f5e0;
    font-size: 1.4vw;
    margin-bottom: 9px;
    transition: color 0.3s ease;
  }

  footer .p1 .s2 div a:hover {
    color: #333333;
    font-size: 1.5vw;
    font-weight: bolder;
  }

  footer .p2 {
    display: flex;
    flex-direction: row;
    z-index: 5;
    justify-content: space-around;
    margin-bottom: 10px;
  }

  footer .p2 address {
    width: 28%;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 5px 5px;
    font-size: 1.2vw;
    font-weight: 400;
    border-radius: 0 20px 0 20px;
    font-family: "Lalezar", sans-serif;
    display: flex;
    flex-direction: column;
    color: #f5f5e0;
    margin-top: 20px;
    text-align: center;
  }

  footer .p2 address .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Rubik", sans-serif;
    color: #f5f5e0;
    font-weight: bold;
  }

  footer .p2 address .p2 {
    font-weight: bold;
    font-size: 1vw;
    font-family: "Rubik", sans-serif;
  }

  footer .p2 address .title img {
    margin-right: 0.2vw;
    width: 30px;
    height: 30px;
    border-radius: 1vw;
  }

  footer .copyright {
    position: relative;
    z-index: 5;
    width: 100%;
    text-align: center;
    background-color: white;
    border: none;
    font-family: "Lalezar", sans-serif;
    font-size: 1.4vw;
    padding: 0.5vw 0;
    margin-top: 0.4vw;
    color: #2582db;
    direction: ltr;

  }

  :root {
    --loader-bg: rgba(255, 255, 255, 0.506);
    --spinner-color: #3b82f6;
    --fade-duration: 500ms;
    --spinner-size: 120px;
  }

  * {
    margin: 0;
    padding: 0;
  }

  #page-loader {
    position: fixed;
    inset: 0;
    background: var(--loader-bg);
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity var(--fade-duration) ease, visibility var(--fade-duration) ease;
    opacity: 1;
    visibility: visible;
    box-sizing: border-box;
  }

  body.page-loaded #page-loader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .spinner-wrapper {
    position: relative;
    width: var(--spinner-size);
    height: var(--spinner-size);
    box-sizing: border-box;
  }

  .spinner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid rgba(59, 130, 246, 0.3);
    border-top-color: var(--spinner-color);
    animation: spin 1.3s linear infinite;
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
    box-sizing: border-box;
  }

  .spinner-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    padding: 6px;
    box-sizing: border-box;
  }

  .spinner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
}