@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #104b93; /* Set the background color for the entire page */
  width: 100%;
  height: 100%;
}
.banner {
    height: 110%;
    overflow: hidden;
    padding: 0 0;
    position: relative; }
    .banner .overlay-bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 97, 144, 0.5);
      z-index: 1; }
    .banner .owl-theme {
      height: 100%; }
      .banner .owl-theme div:not(.owl-controls) {
        height: 100%;
        overflow: hidden; }
      .banner .owl-theme .wrap-caption {
        height: auto !important; }
      .banner .owl-theme .owl-dots {
        height: auto !important;
        margin-top: -50px; }
      .banner .owl-theme.banner-nav {
        height: auto !important; }
        .banner .owl-theme.banner-nav .custom-nav {
          height: 100px !important; }
      .banner .owl-theme .item {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
        .banner .owl-theme .item img {
          display: none; }
    .banner .custom-nav {
      position: absolute;
      top: 40%;
      left: 0;
      right: 0;
      height: auto; }
      .banner .custom-nav .owl-prev, .banner .custom-nav .owl-next {
        position: absolute;
        height: 100px;
        color: inherit;
        background: none;
        border: none;
        z-index: 100;
        cursor: pointer; }
        .banner .custom-nav .owl-prev i, .banner .custom-nav .owl-next i {
          font-size: 2.5rem;
          color: #cecece; }
      .banner .custom-nav .owl-prev {
        left: 0; }
      .banner .custom-nav .owl-next {
        right: 0; }
      @media (max-width: 767px) {
        .banner .custom-nav {
          display: none; } }
  
  .counter-slide {
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 160px;
    width: 100%;
    color: #ffffff; }
  
  .carousel-thumbs {
    margin-top: -90px; }
  
  .wrapCarouselThumbs .owl-item {
    border: 3px solid #ED2025; }
    .wrapCarouselThumbs .owl-item.current {
      border-color: #006190; }
  
  .main-content {
    position: relative; }
    .main-content .owl-theme .custom-nav {
      position: absolute;
      top: 20%;
      left: 0;
      right: 0; }
      .main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
        position: absolute;
        height: 100px;
        color: inherit;
        background: none;
        border: none;
        z-index: 100; }
        .main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
          font-size: 2.5rem;
          color: #cecece; }
      .main-content .owl-theme .custom-nav .owl-prev {
        left: 0; }
      .main-content .owl-theme .custom-nav .owl-next {
        right: 0; }
  
  .banner-full {
    height: 100%;
    position: relative; }
  
  .banner .wrap-caption {
    width: 60%;
    position: relative;
    z-index: 2; }
    .banner .wrap-caption .caption-heading {
      font-size: 60px;
      margin-bottom: 20px;
      margin-top: 20px;
  font-family: 'Oswald', sans-serif;
      font-weight: 900;
      color: black;
      line-height: 1; }
      .banner .wrap-caption .caption-heading span {
        font-weight: 400; }
    .banner .wrap-caption .caption-subheading {
      color: black;
      font-size: 24px;
      font-style: italic; }
      .banner .wrap-caption .caption-subheading:after {
        content: '';
        display: block;
        vertical-align: bottom;
        width: 100px;
        height: 1px;
        background-color: #006190;
        margin-bottom: 10px;
        margin-top: 15px; }
    .banner .wrap-caption .bg {
      background-color: rgba(102, 102, 102, 0.5);
      padding: 20px; }
    .banner .wrap-caption p {
      /*font-size: 24px;*/
      padding: 0;
      color: black; }
      .banner .wrap-caption p.bg {
        background-color: rgba(102, 102, 102, 0.5);
        padding: 20px;
        /*color: $color_secondary;*/ }
    @media (max-width: 991px) {
      .banner .wrap-caption {
        width: 100%; }
        .banner .wrap-caption .caption-heading {
          font-size: 45px; }
        .banner .wrap-caption .btn, .banner .wrap-caption .btn-primary, .banner .wrap-caption .btn-secondary, .banner .wrap-caption .btn-light, .banner .wrap-caption .btn-ghost-primary, .banner .wrap-caption .btn-ghost-secondary, .banner .wrap-caption .btn-ghost-light {
          padding: 13px 20px;
          margin-top: 5px;
          margin-bottom: 5px; } }
    @media (max-width: 575px) {
      .banner .wrap-caption {
        width: 100%; }
        .banner .wrap-caption .caption-heading {
          font-size: 30px; }
        .banner .wrap-caption .caption-supheading {
          font-size: 14px; } }
  .banner .h-right {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
    .banner .h-right > .wrap-caption {
      width: 50%; }
      @media (max-width: 991px) {
        .banner .h-right > .wrap-caption {
          width: 100%; } }
  .banner .h-center > .wrap-caption {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 991px) {
      .banner .h-center > .wrap-caption {
        width: 100%; } }
  
  .img-video {
    position: relative; }
    .img-video .play-video {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 65px;
      height: 65px;
      background-color: transparent;
      border: 3px solid #ffffff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      display: table-cell;
      padding-top: 13px;
      padding-left: 7px;
      text-align: center;
      vertical-align: middle;
      line-height: 2;
      color: #ffffff;
      z-index: 2; }
      .img-video .play-video:hover {
        background-color: #ffffff;
        color: #006190; }
    .img-video:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      background-color: rgba(237, 32, 37, 0.1); }
    .img-video img {
      border: 8px solid #ffffff; }
  
  .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    animation: ripple 2s infinite; }
  
  .ripple:before {
    animation-delay: .9s;
    content: "";
    position: absolute; }
  
  .ripple:after {
    animation-delay: .9s;
    content: "";
    position: absolute; }
  
  @keyframes ripple {
    70% {
      box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
  .client-img {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #cccccc; }
    .client-img:hover {
      -webkit-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
      box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2); }
  
@media (max-width: 767px) {
    .bgi-hide-xs {
      background-image: none !important; } }
  /* OWL */
  .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background: gray;
    margin: 5px 3px; }
  .owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    background-color: #006190; }
  .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #006190; }
  .owl-theme .owl-controls {
    margin-top: 50px; }
  
  .owl-light .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background: #ffffff;
    margin: 5px 3px; }
  .owl-light .owl-dots .owl-dot.active span {
    width: 20px;
    background-color: #006190; }
  .owl-light .owl-dots .owl-dot:hover span {
    background-color: #006190; }
  .owl-light .owl-controls {
    margin-top: 50px; }
  
  #carousel3 .owl-dots {
    margin-top: 50px !important; }
  
/* Style for Owl Carousel container */
.owl-carousel {
    position: relative;
    overflow: hidden;
}

/* Style for individual carousel items */
.owl-carousel .item {
    position: relative;
    min-height: 100vh; 
}


.owl-carousel .item img {
    width: 100%;
    height: auto;
    object-fit: cover; 
}

.owl-carousel .wrap-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Style for the caption heading */
.owl-carousel .caption-heading {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

/* Style for the caption paragraph */
.owl-carousel .uk18 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

/* Style for the buttons */



/* 4.1 - NAVBAR */
.topbar {
    background-color: #ffe208;
    color: #3519eb;
  font-family: 'Oswald', sans-serif;
    border-bottom: 1px solid #ffffff; }
    .topbar .row {
      min-height: 40px; }
    .topbar .info .info-item {
      display: inline-table;
      padding-left: 50px;
      padding-right: 20px;
      /*border-left: 1px solid $white;*/
      border-right: 1px solid #999999;
      padding-top: 9px;
      height: 40px; }
      .topbar .info .info-item:first-child {
        border-left: 1px solid #999999; }
      @media (max-width: 991px) {
        .topbar .info .info-item {
          margin-right: 10px; } }
    .topbar .info .info-item:last-child {
      margin-right: 0; }
    .topbar .info .info-item .fa {
      margin-right: 7px;
      font-size: 18px;
      color: #006190; }
    .topbar .sosmed-icon a {
      color: #3311de; }
      .topbar .sosmed-icon a:hover {
        color: #006190;
        background-color: #ffffff; }
    .topbar a {
      color: #ffffff; }
      .topbar a:hover {
        color: #006190; }
  
  .middlebar {
    /*.row{*/
    height: 100px;
    width: 100px;
    background-color: #104b93;
    /*}*/ }
  
  .navbar-main{
    background-color: #104b93;
    
  }
  .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

.navbar-nav .nav-item {
    margin: 0 15px;
}

  .navbar-nav  .nav-item{
    margin-left:25px;
  }
  /* Change link color to white */
  .navbar-main .navbar-nav .nav-link {
    color: white !important;
  font-size:15px;
  }
  .navbar-brand{
      margin-left:25px;
  }
  
  .navbar-main .navbar-toggler {
    background-color: #ffffff;
    border-color: transparent; }
  .navbar-main .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 87, 97, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .navbar-main .dropdown-toggle::after {
    margin-left: 0.6em;
    color: #ffffff; }
  .navbar-main .dropdown:hover > .dropdown-menu {
    display: block; }
    .navbar-main.stiky .navbar {
      padding-top: 0;
      padding-bottom: 0;
      background-color: #104b93;
  }
    .navbar-main.open .navbar-nav {
      display: none; }
    .navbar-main .dropdown-menu {
    min-width: 200px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    /*padding: 0.2rem 0;*/
    padding: 0 0;
    margin-top: 0;
    border-width: 0;
    background-color: #103df2;
    color: #ffffff;
    font-size: 14px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .navbar-main .dropdown-item {
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1); }
    .navbar-main .dropdown-item:hover, .navbar-main .dropdown-item:focus {
      color: #ffffff;
      text-decoration: none;
      background-color: #006190; }
    @media only screen and (min-width: 767px) {
      .navbar-main {
        /*******/
        /*******/ }
        .navbar-brand{
      margin-right:25px;
  }
        .navbar-main .collapse ul li:hover > ul {
          display: block; }
        .navbar-main .collapse ul ul {
          position: absolute;
          top: 100%;
          left: 0;
          display: none; }
        .navbar-main .collapse ul ul li {
          position: relative; }
        .navbar-main .collapse ul ul li:hover > ul {
          display: block; }
        .navbar-main .collapse ul ul ul {
          position: absolute;
          top: 0;
          left: 100%;
          display: none; }
        .navbar-main .collapse ul ul ul li {
          position: relative; }
        .navbar-main .collapse ul ul ul li:hover ul {
          display: block; }
        .navbar-main .collapse ul ul ul ul {
          position: absolute;
          top: 0;
          left: -100%;
          min-width: 200px;
          display: none;
          z-index: 1; } }
    @media only screen and (max-width: 767px) {
      .navbar-main .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 35px; }
      .navbar-main .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 45px; } }
  
  /* end navbar-main global */
  /* END NAVBARMAIN */
  .sosmed-icon a {
    margin-right: 10px; 
}
@media (min-width: 769px) {
    .desktop-hide {
        display: none;
    }
          .navbar-main .navbar-nav .nav-link {
    color: white !important;
   font-size:14px;
  }
    }

  .header-1 {
    /*position: relative;*/ }
    .header-1 .navbar-main {
      /*background-color: $navbar_bg;*/
      /*position: fixed;
      z-index: 1030;
      border-bottom: 1px solid rgba($white, .5);
      background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,0) 100%);
      top: 0;
      left: 0;
      right: 0;
      width: 100%;*/
      /* END NAVBAR NAV */
      /* END STIKY */ }
      .header-1 .navbar-main .nav-link.active,
      .header-1 .navbar-main .active > .nav-link {
        color: #006190;
        background-color: transparent;
        /*border-color: $navbar-active-color;*/ }
      .header-1 .navbar-main .nav-link {
  font-family: 'Oswald', sans-serif;
        color: #ffffff;
        font-weight: 600;
        padding: 1.5rem 1.2rem;
        background-color: transparent;
        border-bottom: 3px solid transparent; }
        @media (max-width: 767px) {
          .header-1 .navbar-main .nav-link {
            padding-top: .7rem;
            padding-bottom: .7rem; } }
        .header-1 .navbar-main .nav-link:hover {
          color: #006190;
          background-color: transparent;
          /*border-color: $color-primary;*/ }
      .header-1 .navbar-main.stiky {
        height: auto;
        background: #ffffff;
        background-color: #104b93;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        padding-top: 40px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        bottom: initial; }
        .header-1 .navbar-main.stiky .navbar {
          padding-top: 0;
          padding-bottom: 0; }
    .header-1 .btn-nav {
      margin-right: -1rem;
      padding: 16px 40px; }
      @media (max-width: 991px) {
        .header-1 .btn-nav {
          margin-right: 0; } }
  
  @media (max-width: 767px) {
    .header-1 .navbar-main {
      /*background-color: $white;*/ }
      .header-1 .navbar-main .navbar-brand {
        position: relative;
        top: 0; }
  
    .navbar-collapse {
      padding-bottom: 20px; }
  
    .btn-nav {
      display: block; } }


.next-matches{
    background-color: #0056b3;
}

.next-matches .container {
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
    margin-right:25px;
    z-index: 3;
    position: relative;
   
}

.match-box {
    width: 300px;
     /* Adjust the width as needed */
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px; /* Adjust the padding as needed */
    margin-bottom: 10px;
}

.match-box img {
    width: 80px; /* Adjust the logo size */
    height: 80px; /* Adjust the logo size */
    margin: 10px auto;
    display: block;
}

.result,
.result1 {
    font-size: 24px;
    font-weight: bold;
    margin: 10px auto;
    margin: 5px 0;
    color: black;
   font-family: 'Oswald', sans-serif;
}

.match-info p,
.match-info1 p {
    margin: 5px 0;
    color: black;
  font-family: 'Oswald', sans-serif;
}


.table{
    background-color: #0056b3;
}
.table h2{
    margin: 0; /* Remove margin */
    padding: 10px; /* Remove padding */
    color: #0056b3;
    background-color: #0056b3;
}
.tab-list{
    background-color: #0056b3;
}
.table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc; /* Add border around the table */
    background-color: #0056b3;
}
.tab-wrapper{
    background-color: #0056b3;
}
.table th, .table td {
    padding: 7px;
	background-color: #ffffff;
    text-align: left;
    border-bottom: 0px solid #ccc; 
}

.table th {
    background-color: #104b93;
    color: #fff;
}

.table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table tr:hover {
    background-color: #e0e0e0; 
}

.link-table{
	background-color: #007bff;
	height: 38px;
	margin-left: 29px;
}
.view-table {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
	text-align: center;
	background-color: #007bff;
}

/*Sekcija Blog*/
/* CSS stilovi za prikaz vijesti */
.latest-news-heading {
    text-align: left !important;
    position: relative; 
    color:white;
    margin-left:20px;
}

.latest-news-heading::after {
    content: "";
    position: absolute;
    left: 0; 
    bottom: 0;
    width: 25%; 
    height: 5px; 
    background-color: yellow;
}


.news-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -20px;
    margin-right: -20px;
    position: relative;
}

.news-card {
    flex-basis: calc(33.33% - 20px); /* 33.33% for 3 columns with 20px spacing */
    margin: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.news-card img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.news-card h2 {
    font-size: 24px;
    margin: 10px 0;
    color:black;
}

.news-date {
    font-size: 14px;
    color: #777;
}

.news-description {
    font-size: 16px;
    margin-top: 10px;
}

/* Adjust card size for smaller screens */
@media screen and (max-width: 768px) {
    .news-card {
        flex-basis: calc(50% - 20px); /* 50% for 2 columns with 20px spacing */
    }
}
    /* Adjust card size for even smaller screens */
    @media screen and (max-width: 480px) {
        .news-card {
            flex-basis: calc(100% - 20px); /* 100% for 1 column with 20px spacing */
        }
    }



/* Center-align the section heading */
.section2-heading {
    text-align: center;
    color: white;
    font-family: 'Abril Fatface', serif;
    
}


.buttons {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffe208;;
    color: #fff;
    text-decoration: none;
    margin: 10px 0;
    transition: background-color 0.3s;
    margin-left:45%;
}
@media (max-width: 767px) {
     .buttons {
       display: inline-block;
    padding: 10px 20px;
    background-color: #ffe208;;
    color: #fff;
    text-decoration: none;
    margin: 10px 0;
    transition: background-color 0.3s;
    margin-left:35%; 
    }
}
 .galerija{
     margin-bottom:20px;
 }


/*Sekcija Momčad*/
.teams {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.team-box {
    position: relative;
    flex-basis: calc(33.33% - 20px);
    margin: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.team-box img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.team-box:hover .overlay {
    opacity: 1;
}

.overlay h3 {
    font-size: 24px;
    margin: 10px 0;
}

.overlay p {
    font-size: 16px;
    margin: 0 0 20px;
}

.team-button {
    background-color: #104b93;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}

/* Adjust for smaller screens as needed */
@media screen and (max-width: 768px) {
    .team-box {
        flex-basis: calc(50% - 20px);
    }
}





/*Implement*/
.partners {
    text-align: center;
    background-color: #0056b3;
    padding: 20px;
}

.slider-area5 {
    background-color:#0056b3;
    color: white;
    padding: 10px;
}

.slider-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    justify-content: space-between;
}

.slide {
    flex: 0 0 20%;
    transition: transform 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide img {
    max-width: 100%;
    max-height: 100%;
}

.gallery {
    text-align: center;
    padding: 20px;
     background-color: #0056b3;
}


.centered-text {
    text-align: center;
}

.thumbnails img {
    max-width: 100px;
    margin: 5px;
    cursor: pointer;
}

.full-image img {
    max-width: 100%;
    display: none;
}
.first{
    background-image: url('BG2.png');
        background-size: cover;
        background-position: center bottom; /* Adjust the position to control which part of the image is visible */
        height: 100%;
}
.about-us
{
    background-color:white;
}

  .onama .overlay {
        background-image: url('BG2.png');
        background-size: cover;
        background-position: center bottom; /* Adjust the position to control which part of the image is visible */
        height: 100%;
    }
  .onama {
        height: 600px; /* Set the height you want for the visible half */
        position: relative;
        overflow: hidden;
    }

  

    .overlay-text {
        background-color: rgba(255, 255, 18, 0.833);
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        padding: 20px;
        text-align: center;
    }

    .overlay-text h1 {
        font-size: 60px;
        font-weight: 700;
		color:white;
    }

    .centered-h2 h2{
            text-align: center;
            margin-bottom: 20px;
            color:black;
        }

        /* Layout 1: Image on left, text on right */
        .layout-1 {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px;
        }

        .layout-1 img {
            max-width: 45%;
            height: auto;
        }

        /* Layout 2: Image on right, text on left */
        .layout-2 {
            display: flex;
            flex-direction: row-reverse;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px;
        }

        .layout-2 img {
            max-width: 35%;
            height: auto;
        }

        /* Layout 3: Image centered above text */
        .layout-3 {
            text-align: center;
            margin-left: 10px;
        }

        .layout-3 img {
            max-width: 50%;
            height: auto;
            display: block;
            margin: 0 auto;
        }

.boxes {
    display: flex;
    justify-content: space-around;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 100px 0;
    background-color:#0056b3;
      
}

.box {
    background-color: #006DFF;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    /* Dodajte fiksne dimenzije za kartice */
    width: 300px; /* Prilagodite širinu kako vam odgovara */
    max-width: 100%; /* Ograničite na maksimalnu širinu */
    margin: 10px; /* Dodajte malu marginu između kartica */
}


.box img {
    max-width: 100%;
    height: auto;
}

.box h1 {
    font-size: 24px;
}

.box p {
    font-size: 16px;
}


.centered-text {
  margin-top: 0; /* Remove top margin for h2 */
  color:white;
}

 .invitation .boxes {
    background-color: white;
    padding: 20px;
    text-align: center;
    max-width: 400px;
    height: auto;
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column; /* Postavite flex smjer na "column" */
}

.invitation-text p {
    font-size: 30px;
    color:black;
    text-align:center;
}

.invitation-button {
    display: inline-block;
    background-color: #104b93;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin-top: 10px;
}

.invitation-button:hover {
    background-color: #ffcc00;
}
#download a {
    color: white; /* Postavite boju teksta linka na bijelu */
    text-decoration: none; /* Uklonite podcrtavanje linka */
}
 @media (max-width: 767px) {
    .boxes {
        display: flex;
        flex-direction: column;
        align-items: center; /* Postavite horizontalno na sredinu */
    }
        .invitation-text p {
        font-size: 20px; /* Prilagodite veličinu teksta za mobilne uređaje */
        }
 }




    .invitation-text p {
        font-size: 20px; /* Prilagodite veličinu teksta za mobilne uređaje */
    }

.media-gallery {
  text-align: center;
  padding: 20px;
  background-color: #0056b3;
}

.media-gallery h2 {
  font-size: 24px;
  margin: 5px 0;
  color: white;
  font-family: 'Bree Serif', serif;
  text-transform: uppercase;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.gallery-item {
  flex: 0 0 calc(33.33% - 20px); /* Adjust the width based on your layout */
  position: relative;
  overflow: hidden; /* Hide any image overflow */
  border: 1px solid #ddd; /* Optional border styling */
  border-radius: 5px; /* Optional border radius */
  margin: 10px;
}

.gallery-item a {
  display: block;
  width: 100%;
  height: 100%; /* Ensure the anchor takes the full height of the gallery item */
}

.gallery-item img {
  width: 100%;
  height: 100%; /* Make the image take the full height of the container */
  object-fit: cover; /* Maintain aspect ratio and cover the container */
}

/* Add styling for the caption */
.gallery-item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background for the caption */
  color: white;
  padding: 5px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}

/* Show caption on hover */
.gallery-item:hover .caption {
  opacity: 1;
}




footer {
    background-color: #FEDC2A; /* Yellow background color */
    color: #104b93; /* Text color */
    text-align: center;
    padding: 20px 0;
}

.footer-logo img {
    max-width: 100px; /* Adjust the logo size as needed */
}

.social-links a {
    margin-right: 10px; /* Adjust the spacing between social media icons */
    color: #104b93; /* Icon color */
    font-size: 20px; /* Icon size */
    text-decoration: none;
}

.footer-links a {
    text-decoration: none;
    color: #104b93; /* Link color */
    margin-right: 20px; /* Adjust the spacing between links */
    font-weight: bold;
}

.copyright {
    margin-top: 10px; /* Adjust the spacing from the links */
}

.tab-wrapper {
    text-align: center;
}

.tab-list {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2; /* Background color for the tabs */
    border-radius: 20px; /* Round the tabs into boxes */
}

.tab-list .active {
    background-color: #007bff;
    color: white;
}

.tab-content {
    display: none;
}
#senior {
    display: block;
}
.tab-list li {
    margin: 0;
}

.tab-list a {
    text-decoration: none;
    padding: 10px 20px;
    color: #333;
    display: inline-block;
    border-radius: 20px; /* Round the tabs into boxes */
    transition: background-color 0.3s, color 0.3s;
}

.tab-list a:hover {
    background-color: #007bff; /* Hover background color */
    color: #fff; /* Hover text color */
}
.table h2{
    color: white;
    text-align: center;
    font-weight: bold;

}

.slider-area5 h2{
    text-align: center;
    font-size: 60px;
    font-weight: 500px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color:white;
    margin: 100px 0 30px 0;
    background-color: #0056b3;
}
.wrapper2{
    display: flex;
    width: 750px;
    margin:auto;
    overflow: hidden;
    
    padding: 2.5rem;
    background-color: #0056b3;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.item5{
    animation: animate25s alternate linear infinite;
    margin-right: 20px;
}

@keyframes animate{
    0%{
        transform:translate3d(0,0,0,);
    }
    100%{
        transform: translate3d(-1100px,0,0);
    }
}


@media(max-width:767px){
    .slider-area h2{
        font: size 30px;
    }
    .wrapper{
        width: 95%;
        border-radius: 0;
        padding:0;
    }
}
.partners{
  background-color: #0056b3;

}
/* Replace 'your-image-url.jpg' with the URL or path to your background image */
.newsletter-section {
  background-image: url('invitationbg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: rgb(255, 255, 255); /* Set text color to contrast with the background */
  padding: 60px 0; /* Adjust the padding as needed */
  text-align: center;
  
}

/* Make the form and social icons responsive */
.newsletter-form, .social-icons2 {
  max-width: 600px; /* Adjust the maximum width as needed */
  margin: 0 auto;
}

/* Style the form elements and buttons */
.newsletter-form h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.newsletter-form p {
  font-size: 16px;
  margin-bottom: 20px;
  color:white;
}

.newsletter-form input[type="email"] {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.newsletter-form button[type="submit"] {
  background-color: #007bff; /* Change button color as needed */
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

/* Style the social icons */
.social-icons2 h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color:white;
}

.social-icon {
  margin-right: 10px;
}

.social-icon img {
  width: 50px;
  height: 50px;
  /* Add any additional styling as needed */
}
.newsletter-section, .partners {
  padding: 20px; /* Adjust padding as needed */
  margin: 0; /* Remove any margin */
}

/* Add background color to the partners section if needed */
.video-news-section {
    text-align: center;
    padding: 20px;
    color: white;
    text-transform: uppercase;
    background-color: #0056b3;
}

.video-container {
    max-width:80%; /* Adjust the maximum width to fit your layout */
    margin: 0 auto;
    display: flex;
    justify-content: space-between; /* Distribute videos evenly */
    align-items: center; /* Vertically align videos */
    margin-bottom: 20px; /* Add spacing between video containers */
}

/* Style the video box */
.video-box {
    text-align: center;
    position: relative; /* Make sure the image and video are positioned correctly */
}
.video-item {
    display: inline-block; /* Display video items horizontally */
    margin-right: 20px; /* Adjust the spacing between video items */
}
/* Initially hide the video element */
.video-player {
    display: none;
    max-width: 100%;
}

/* Style the video thumbnail image as needed */
.video-thumbnail {
    max-width: 100%;
    cursor: pointer;
}


/*responzivnost*/
@media (max-width: 767px) {
    .next-matches .container {
  margin-left:25px;
}
}
/* Default styles for match boxes */
.next-matches .container {
  display: flex;
  justify-content: space-between; /* Distribute match boxes evenly */
  flex-wrap: wrap;
}
@media (max-width: 767px){
.col-md-4 {
  flex: 0 0 calc(33.33% - 20px); /* Adjust the width and add spacing between match boxes */
  margin-bottom: 20px; /* Add spacing between rows */
  margin-left:25px;
}
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .col-md-4 {
    flex: 0 0 calc(100% - 20px); /* Make match boxes full width on mobile */
    margin-right: 0; /* Remove right margin to center match boxes */
  }
}


/* Style for smaller screens (e.g., mobile) */
@media (max-width: 767px) {
    .featured2-section2,
    .news-section {
        flex-direction: column; /* Stack sections one under the other */
    }
    .featured-box img{
        margin-left:15px;
    }
    .featured-box,
    .news-box {
        flex-basis: 90%; /* Full width for boxes on smaller screens */
        margin: 0; /* Remove margin for full width */
    }

    .show-news {
        display: block; /* Show the "Show News" section on smaller screens */
    }
}

@media (max-width: 767px) {
.show-all-news-button .btn{
   margin-top: 20px;
}}
@media (max-width: 767px) {
.news-boxes .featured-box:first-child {
    margin-left: 20px; /* Add margin only to the left of the first box */
}
}


@media (max-width: 767px) {
.news-boxes .featured-box:last-child {
    margin-left: 20px; /* Remove the margin from the right of the last box */
}
}

@media (max-width: 767px) {
/* Ensure that all boxes have equal spacing in-between */
.news-boxes .featured-box {
    margin: 0 20px; /* Add margin to all boxes */
}
}


@media (max-width: 767px) {
.table-container table {
    width: 100%;
    border-collapse: collapse;
}
}
@media (max-width: 767px) {
.table-container th,
.table-container td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
}
/* Media query for small screens (adjust the breakpoint as needed) */
@media (max-width: 768px) {
    .tab-list {
        flex-wrap: wrap;
    }
}
    @media (max-width: 767px) {
    .tab-list li {
        width: 100%;
        margin-bottom: 10px; /* Adjust the margin as needed */
    }
}
/* Add this CSS for larger video thumbnails on mobile devices */
@media (max-width: 767px) {
  .video-container {
      flex-direction: column; /* Stack videos vertically on mobile */
      align-items: center; /* Center-align videos vertically on mobile */
  }

  .video-item {
      margin-right: 0; /* Remove spacing between video items on mobile */
      margin-bottom: 20px; /* Add spacing between video containers */
      text-align: center;
  }

  .video-thumbnail {
      max-width: 100%; /* Make video thumbnails 100% width on mobile */
      height: auto; /* Ensure aspect ratio is maintained */
  }
}
/* Default styles for sponsor logos */
.wrapper2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item5 img {
  max-width: 100%;
  height: auto;
  margin: 0 10px; /* Add spacing between logos */
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .wrapper2 {
    flex-wrap: wrap;
  }

  .item5 {
    flex: 0 0 50%; /* Display 2 logos per row on smaller screens */
  }
}

/* Media query for even smaller screens, e.g., mobile phones */
@media (max-width: 480px) {
  .item5 {
    flex: 0 0 100%; /* Display 1 logo per row on very small screens */
  }
}
