.hero-mid {
    width: 95%;
    display: flex;
}

.hero-mid-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
    background-color: #F6F6F6;
}
.hero-mid-right {
    width: 50%;
}

.hero-mid-text h2 {
    font-weight: 500;
    font-size: 50px;
    
    letter-spacing: 12px;
    margin: 1vh 0;
    color: #222222;
    position: relative;
  }

  .swiper-pagination-container2 {
    position: absolute;
    top: 90vh;
    left: 8vw;
  }
  .swiper-pagination-container2 .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -8.25vh !important;
  }
  .swiper-pagination-container2 .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -8.25vh !important;
  }

  @media (max-width: 1600px) 
  {
    .hero-mid-text h2 {
      font-weight: 500;
      font-size: 45px;
      letter-spacing: 12px;
      margin: 1vh 0;
      color: #222222;
      position: relative;
    }
    .hero-mid-text h2::after {
      scale: 0.8;
    }
    
  
  }
  @media (max-width: 1400px) 
  {
    .hero-mid-text h2 {
      font-weight: 500;
      font-size: 40px;
      letter-spacing: 12px;
      margin: 1vh 0;
      color: #222222;
      position: relative;
    }
    .hero-mid-text h2::after {
      scale: 0.7;
    }
    
  }
  @media (max-width: 1200px) 
  {
    .hero-mid-text h2 {
      font-weight: 500;
      font-size: 38px;
      letter-spacing: 12px;
      margin: 1vh 0;
      color: #222222;
      position: relative;
    }
    .hero-mid-text h2::after {
      scale: 0.7;
    }
    
  }
  
  .hero-mid-text h2::after {
    content: url("../images//dot.png");
    position: absolute;
    top: 50%;
    padding-left: 20px;
    transform: translateY(-50%);
  }
  .hero-mid-text h4 {
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0;
    color: #222222;
    position: relative;
  }

  .o-nama-main {
    padding: 0 5%;
    display: flex;
    margin-top: 10vh;
  }
  .o-nama-main p {
        max-width: 80%;
text-align: left;
  }
  .o-nama-main img {
    width: 80%;
    height: auto;
    margin-top: 5vh;
  }
  .o-nama-main-left {
    width: 50%;
  }
  .o-nama-main-left h2{
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 8px;
    margin: 0;
  }
  .o-nama-main-right {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

 
  

  .o-nama-main-left h4 {
    font-weight: 500;
    font-size: 18px;
    position: relative;
    padding-left: 50px;
    margin: 0;
    text-transform: uppercase;
  }

  .o-nama-main-left a{
    text-decoration: none;
    color: #222;
  }
  @media (max-width: 1600px) 
  {
    .o-nama-main-left h4 {
      font-size: 16px;

    }
    .o-nama-main-left h2{
      font-size: 40px;

    }
  }
  @media (max-width: 1400px) 
  {
    .o-nama-main-left h4 {
      font-size: 14px;

    }
    .o-nama-main-left h2{
      font-size: 36px;

    }
  }
  @media (max-width: 1200px) 
  {
    .o-nama-main-left h4 {
      font-size: 12px;

    }
    .o-nama-main-left h2{
      font-size: 32px;

    }
  }
  
  .o-nama-main-left a {
    position: relative;
    padding-left: 50px;
    font-weight: 500;
  }
  .o-nama-main-left h4::before , .o-nama-main-left a::before,  .inovative-section-right h4::before,.inovative-section-right a::before,  .gradimo-buducnost h4::before{
    content: url("../images//horizontal.png");
    position: absolute;
    top: 25%;
    margin-left: -50px;
    transform: translateY(-50%);
  }

  .inovative-section {
    padding: 0 5% 0 0;
    display: flex;
    min-height: 60vh;
    height: auto;
    margin: 10vh 0 0 0 ;
    background-color: 
    #F6F6F6;
  }
  .inovative-section-left {
    width: 50%;
    height: auto;
    background: url(../images//inovative.png);
    background-size: cover;
    background-position: center;
  }
  .inovative-section-right {
    width: 50%;
    height: auto;
    padding-left: 5%;
    padding-bottom: 5%;
  }

  .inovative-section-right h4 {
    padding-left: 50px;
    position: relative;
    font-weight: 500;
    margin: 5vh 0 0 0;
    text-transform: uppercase;
  }
  .inovative-section-right h3 {
    font-weight: 500;
    margin: 0;
  }
  .inovative-section-right p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 3vh;
  }
  .inovative-section-right a {
    font-weight: 500;
    position: relative;
    padding-left: 50px;
    text-decoration: none;
    color: #222;
  }
  .hba-counter-section {
    display: flex;
    background-color: #f6f6f6;
    padding: 8% 10%;
    text-align: center;
  }
  
  .counter-single {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .counter-single a {
    font-size: 64px;
    margin: 0;
    font-weight: 500;
    letter-spacing: 8px;
    margin: 0;
    position: relative;
  }
  
  .counter-single a::after {
    content: ""; /* Required for the pseudo-element to be displayed */
    display: block;
    width: 90%; /* Set the width of the underline */
    height: 1px; /* Set the height of the underline */
    background-color: #222; /* Set the color of the underline */
    position: absolute;
    bottom: -5px; /* Position it just below the text */
    left: 50%; /* Start from the middle */
    transform: translateX(-50%); /* Center it horizontally */
  }
  
  .counter-single h3 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 8px;
    margin: 10px 0;
  }

  .nas-tim-section {
    text-align: center;
    margin-top: 10vh;
  }

  .nas-tim-section h2 {
    font-size: 45px;
    font-weight: 500;
    margin: 0;
  }
  

  .nas-tim-section h5 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 4px;
  }
  @media (max-width: 1600px) 
  {
    .nas-tim-section h2 {
      font-size: 40px;

    }
  
    .nas-tim-section h5 {
      font-size: 18px;
    }

    .counter-single a {
      font-size: 55px;

    }
  
    
    .counter-single h3 {
      font-size: 28px;
    }
  }
  @media (max-width: 1400px) 
  {
    .nas-tim-section h2 {
      font-size: 36px;

    }
  
    .nas-tim-section h5 {
      font-size: 16px;
    }
    .counter-single a {
      font-size: 50px;

    }
  
    
    .counter-single h3 {
      font-size: 26px;
    }
  }
  @media (max-width: 1200px) 
  {
    .nas-tim-section h2 {
      font-size: 32px;

    }
  
    .nas-tim-section h5 {
      font-size: 14px;
    }
    .counter-single a {
      font-size: 45px;

    }
  
    
    .counter-single h3 {
      font-size: 22px;
    }
  }
  
  .teamSwiper {
    width: 70%;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  
  .teamSwiper .swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .profile-card {
    text-align: center;
    font-family: Arial, sans-serif;
  }
  
  .profile-card img {
    width: auto;
    height: 35vh; /* Size according to your layout */
    margin-bottom: 20px;
    background-color: #ccc; /* Placeholder color */
  }
  
  .profile-card h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }
  
  .profile-card span {
    font-size: 18px;
    font-weight: 500;
    color: #222;
  }
  
  .teamSwiper .team-swiper-button-prev,
  .teamSwiper .team-swiper-button-next {
    position: absolute;
      background-size: cover; /* Ensure the image covers the button */
      width: 50px; /* Set the width of the button */
      height: 25px; /* Set the height of the button */
      top: 40% !important; /* Positioning the button at 30% from the top */
      color: transparent; /* Hide any default text or arrow */
      background-repeat: no-repeat; /* No repeat of the image */
      z-index: 10;
  }
  
  .teamSwiper .team-swiper-button-prev {
    left: 0;
      background-image: url('../images//navleft.png'); /* Setting left arrow image */
  }
  
  .teamSwiper .team-swiper-button-next {
    right: 0;
      background-image: url('../images//navright.png'); /* Setting right arrow image */
  }
  
  @media (max-width: 1600px) 
  {
    .teamSwiper .team-swiper-button-prev {
      scale: 0.8;
    }
    
    .teamSwiper .team-swiper-button-next {
      scale: 0.8;

    }
  }
  @media (max-width: 1400px) 
  {
    .teamSwiper .team-swiper-button-prev {
      scale: 0.6;
    }
    
    .teamSwiper .team-swiper-button-next {
      scale: 0.6;

    }
  }
  @media (max-width: 1200px) 
  {
    .teamSwiper .team-swiper-button-prev {
      scale: 0.5;
    }
    
    .teamSwiper .team-swiper-button-next {
      scale: 0.5;

    }
  }
  
  .gradimo-buducnost {
    background: url(../images//bottom.png);
    background-size: cover;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5%;
  }
  
  .gradimo-buducnost h2{
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 8px;
    margin: 0;
    color: #fff;
  }

  .gradimo-buducnost h4 {
    font-weight: 500;
    font-size: 18px;
    position: relative;
    padding-left: 55px;
    text-transform: uppercase;

    margin: 0;
    color: #fff;

  }

  @media (max-width: 1600px) 
  {
    .gradimo-buducnost h2{
      font-size: 40px;
    }
  
    .gradimo-buducnost h4 {
      font-size: 16px;
  
    }
  }
  @media (max-width: 1400px) 
  {
    .gradimo-buducnost h2{
      font-size: 36px;
    }
  
    .gradimo-buducnost h4 {
      font-size: 14px;
  
    }
  }
  @media (max-width: 1200px) 
  {
    .gradimo-buducnost h2{
      font-size: 34px;
    }
  
    .gradimo-buducnost h4 {
      font-size: 12px;
  
    }
  }
  
 .gradimo-buducnost h4::before{
    content: url("../images//whitehorizontal.png");
    position: absolute;
    top: 25%;
    margin-left: -55px;
    transform: translateY(-50%);
  }


  /* Popup container - hidden by default */
.popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  align-items: center;
  justify-content: center;
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
}

/* Popup Content */
.popup-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto ; /* 15% from the top and centered */
  padding: 20px;
  width: auto; /* Could be more or less, depending on screen size */
  max-width: 100%; /* Maximum width */
}

/* Close Button */
.close-button {
  position: absolute;
  top: 0;
  right: 25px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.close-button:hover,
.close-button:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

#playButton {
  cursor: pointer;
}
.popup-content iframe {
  width: 1000px;

}

.no-scroll {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-mid {
    width: 100%;
}
}
  @media (max-width: 768px) 
{
  .popup-content iframe {
    width: 100%;
    margin: auto;
    height: 300px;
  }
  .popup-content {
    width: 100%;
  }
    .hero-mid {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    
    .hero-mid-left {
        width: 95%;
        padding: 5% 0 5% 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #F6F6F6;
    }
    .hero-mid-right {
        width: 100%;
    }

    .hero-mid-text h2 {
        font-weight: 500;
        font-size: 26px;
        letter-spacing: 6px;
        margin: 0;
        color: #222222;
        position: relative;
      }
      
      .hero-mid-text h2::after {
        content: url("../images//dot.png");
        position: absolute;
        scale: 0.6;
        top: 50%;
        padding-left: 0px;
        transform: translateY(-50%);
      }
      .hero-mid-text h4 {
        font-weight: 500;
        letter-spacing: 2px;
        margin: 0;
        color: #222222;
        position: relative;
      }
    
      .o-nama-main {
        padding: 0 5%;
        display: flex;
        flex-direction: column;
        margin-top: 3vh;
      }
      .o-nama-main p {
        font-size: 14px;
        max-width: 100%;
    
      }
      .o-nama-main img {
        width: 100%;
        height: auto;
        margin-top: 5vh;
      }
      .o-nama-main-left {
        width: 100%;
      }
      .o-nama-main-left h2{
        /* font-size: 26px; */
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 8px;
        margin: 0;
      }
      .o-nama-main-right {
        width: 100%;
      }
    
      .o-nama-main-left h4 {
        font-weight: 500;
        font-size: 18px;
        position: relative;
        padding-left: 50px;
        margin: 0;
      }
      .o-nama-main-left a {
        position: relative;
        padding-left: 50px;
        font-weight: 500;
      }
      .o-nama-main-left h4::before , .o-nama-main-left a::before,  .inovative-section-right h4::before,.inovative-section-right a::before,  .gradimo-buducnost h4::before{
        content: url("../images//horizontal.png");
        position: absolute;
        top: 25%;
        margin-left: -50px;
        transform: translateY(-50%);
      }
    
      .inovative-section {
        padding: 0 0 0 0;
        display: flex;
        flex-direction: column-reverse;
        min-height: 60vh;
        height: auto;
        margin: 10vh 0 0 0 ;
        background-color: 
        #F6F6F6;
      }
      .inovative-section-left {
        width: 100%;
        height: auto;
        padding-top: 40vh;
        background: url(../images//inovative.png);
        background-size: cover;
        background-position: center;
      }
      .inovative-section-right {
        width: auto;
        height: auto;
        padding:5%;
      }
    
      .inovative-section-right h4 {
        padding-left: 50px;
        position: relative;
        font-weight: 500;
        margin: 5vh 0 0 0;
      }
      .inovative-section-right h3 {
        font-weight: 500;
        margin: 0;
      }
      .inovative-section-right p {
        font-weight: 400;
        font-size: 16px;
        max-width: 95%;
        margin-bottom: 3vh;
      }
      .inovative-section-right a {
        font-weight: 500;
        position: relative;
        padding-left: 50px;
      }
      .hba-counter-section {
        display: flex;
        flex-direction: column;
        background-color: #f6f6f6;
        padding: 8% 10%;
        text-align: center;
        justify-content: center;
        align-items: center;
      }
      
      .counter-single {
        width: 33%;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      
      .counter-single a {
        font-size: 36px;
        font-weight: 500;
        letter-spacing: 8px;
        margin: 0;
        position: relative;
      }
      
      .counter-single a::after {
        content: ""; /* Required for the pseudo-element to be displayed */
        display: block;
        width: 90%; /* Set the width of the underline */
        height: 1px; /* Set the height of the underline */
        background-color: #222; /* Set the color of the underline */
        position: absolute;
        bottom: -5px; /* Position it just below the text */
        left: 50%; /* Start from the middle */
        transform: translateX(-50%); /* Center it horizontally */
      }
      
      .counter-single h3 {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 8px;
        margin: 10px 0;
      }
    
      .nas-tim-section {
        text-align: center;
        margin-top: 10vh;
      }
    
      .nas-tim-section h2 {
        font-size: 45px;
        font-weight: 500;
        margin: 0;
      }
    
      .nas-tim-section h5 {
        font-size: 20px;
        font-weight: 400;
        margin: 0;
        letter-spacing: 4px;
      }
      .teamSwiper {
        width: 90%;
        position: relative;
        z-index: 1;
        padding-top: 20px;
        padding-bottom: 50px;
      }
    
      
      .teamSwiper .swiper-slide {
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      
      .profile-card {
        text-align: center;
        font-family: Arial, sans-serif;
      }
      
      .profile-card img {
        width: 100%;
        height: 25vh !important; /* Size according to your layout */
        margin-bottom: 20px;
        background-color: #ccc; /* Placeholder color */
      }
      
      .profile-card h5 {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
      }
      
      .profile-card span {
        font-size: 14px;
        font-weight: 500;
        color: #222;
      }
      
      .teamSwiper .team-swiper-button-prev,
      .teamSwiper .team-swiper-button-next {
        position: absolute;
          background-size: cover; /* Ensure the image covers the button */
          width: 50px; /* Set the width of the button */
          height: 25px; /* Set the height of the button */
          top: 40% !important; /* Positioning the button at 30% from the top */
          color: transparent; /* Hide any default text or arrow */
          background-repeat: no-repeat; /* No repeat of the image */
          z-index: 10;
      }
      
      .teamSwiper .team-swiper-button-prev {
        left: 0;
          background-image: url('../images//navleft.png'); /* Setting left arrow image */
      }
      
      .teamSwiper .team-swiper-button-next {
        right: 0;
          background-image: url('../images//navright.png'); /* Setting right arrow image */
      }
    
      .gradimo-buducnost {
        background: url(../images//bottom.png);
        background-size: cover;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5%;
      }
      
      .gradimo-buducnost h2{
        font-size: 36px;
        font-weight: 500;
        letter-spacing: 8px;
        margin: 0;
        color: #fff;
      }
    
      .gradimo-buducnost h4 {
        font-weight: 500;
        font-size: 18px;
        position: relative;
        padding-left: 55px;
    
        margin: 0;
        color: #fff;
    
      }
     .gradimo-buducnost h4::before{
        content: url("../images//whitehorizontal.png");
        position: absolute;
        top: 25%;
        margin-left: -55px;
        transform: translateY(-50%);
      }
}