
.header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000 !important; 
  padding: 15px 0;
  transition: padding 0.3s ease; 
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3); 
  display: flex;  
  justify-content: space-between; 
  align-items: center;  
}

.header-section .logo {
  display: flex;
  align-items: center; 
  justify-content: center;
  margin-left: 10px; 
}

.header-section .nav-menu {
  display: flex;
  align-items: center; 
  justify-content: flex-end;
  height: 100%; 
}

.header-scrolled {
  background-color: #000 !important; 
  padding: 8px 0 !important; 
}


.header-section .logo img {
  width: 140px; 
  height: auto;
  display: block;
  transition: width 0.5s ease, transform 0.5s ease; 
}


.header-section .nav-menu ul {
  display: flex;
  justify-content: flex-end; 
  align-items: center;
  height: 100%;
}

.header-section .nav-menu ul li {
  list-style: none;
}

.header-section .nav-menu ul li a {
  color: #fff !important; 
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.3s ease;
  padding: 10px 0;
}

.header-section .nav-menu ul li a:hover {
  color: #f5b63c; 
}


#intro-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease, visibility 1s ease;
}


#intro-screen.fade-out {
  opacity: 0; 
  visibility: hidden; 
}

body.loaded #intro-screen {
  display: none;
}

body.loading header,
body.loading section,
body.loading .footer-section {
  opacity: 0;
}

body.loaded header,
body.loaded section,
body.loaded .footer-section {
  opacity: 1;
  transition: opacity 1s ease;
}


@media (min-width: 993px) {
  .header-section {
    transition: background-color 0.3s ease, padding 0.3s ease; 
  }

  .header-scrolled {
    background-color: #000;
    padding: 8px 0; 
  }
}


@media (max-width: 992px) {
  .header-section {
    padding: 10px 0;
  }

  .header-section .container-fluid > .row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-section .logo {
    text-align: center;
    flex: 1;
	align-items: center;
	justify-content: center;
  }

  .header-section .logo img {
    width: 150px;
    margin: 0 auto;
  }

  .canvas-open {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    z-index: 2000;
    display: block;
  }

  .nav-menu {
    display: none !important;
  }
}

body {
  background-color: #000;
  transition: background-color 0.8s ease;
}

body.loading {
  background-color: #000;
  overflow: hidden;
}

#intro-screen.fade-out {
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease, background-color 0s;
}

body.loaded header,
body.loaded section,
body.loaded .footer-section {
  opacity: 1;
  background-color: transparent;
  transition: opacity 1s ease, background-color 0.3s ease;
}


#intro-screen .intro-text span {
  font-size: 30px;  
  letter-spacing: 1px;
  display: block;
  color: #ddd; 
  margin-bottom: 10px;
  text-align: center;  
}

#intro-screen .intro-text strong {
  color: #e42c86;
}

#intro-screen .intro-text h1 {
  font-size: 42px; 
  font-weight: 600;
  line-height: 1.2;
  color: #fff; 
  text-align: center; 
}

.intro-text {
  font-family: 'Oswald', sans-serif;
  animation: slideInRight 1.2s ease;
}


@keyframes slideInRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}


.header-section .nav-menu ul li.active a {
  color: #f5b63c; 
}


.google-map-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  max-width: 100%;
}

.google-map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  border: 0;
}


.sponsor-slider {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important; 
}

.sponsor-item {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px; 
}

.sponsor-item img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

@media (max-width: 991px) {
    
    .hs-slider .owl-nav {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hs-slider .hs-item .hi-text {
        visibility: hidden;
    }

    .hs-slider .hs-item .hi-text .primary-btn {
        visibility: hidden;
    }
}


@media (max-width: 768px) {
    .team-section .row {
        display: flex;
        flex-direction: column;  
        gap: 20px;  
    }

    .team-section .row .col-lg-4 {
        width: 100%;  
    }
}

.btn-gg {
    background-color: #e42c86; 
    color: #fff;              
    border: 1px solid #e42c86;
    border-radius: .25rem;    
    padding: .375rem .75rem;   
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.btn-gg:hover {
    background-color: #238014; 
    border-color: #238014;
    color: #fff;
}

.cookie-banner {
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    font-size: 14px;
}
.cookie-banner a {
    text-decoration: underline;
}


@media (max-width: 768px) {
  .sponsor-slider .owl-stage,
  .sponsor-slider .owl-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .sponsor-slider .sponsor-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }

  .sponsor-slider .sponsor-item img {
    max-width: 70% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }
}
