/**
* Template Name: FlexStart
* Updated: Jan 09 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'aeternus';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url('../font/02-aeternus_tall_(variable weight)+italic-VF.eot') format('embedded-opentype'),
       url('../font/02-aeternus_tall_(variable weight)+italic-VF.woff2') format('woff2'),
       url('../font/02-aeternus_tall_(variable weight)+italic-VF.woff') format('woff'),
       url('../font/02-aeternus_tall_(variable weight)+italic-VF.ttf') format('truetype');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'jost';
    src: url(../font/Jost-Regular.ttf) format('opentype'),
         url(../font/Jost-Regular.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  scroll-behavior: smooth;
}

body {
  font-family: jost;
  color: #000000;
}

.justext {
  text-align: justify;
  text-justify: inter-word;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-family: jost;
  font-weight: 300;
  line-height: 1;
}

.containerImg img{
height: 100%;
width: 100%;
/*opacity: 0.8;*/
}

.containerImg 
{
    /*padding-top: 100px;*/
    width: 100%;
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-header h1 
{
    text-shadow: 3px 3px 0 #dedede, 6px 6px 0 #fefefe, 9px 9px var(--color-quaternary), 12px 12px 0 #808080;
  font-weight: 800;
    /* animation: typewriter 4s steps(36) 1s 1 normal both; */
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding-top: 60px;
  overflow: hidden;
  padding-bottom: 60px;
}

.section-header {
  text-align: center;
  /* padding-bottom: 40px; */
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #EC1C24;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #EC1C24;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #CD181E;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: rgba(0,0,0, 0.5);
  transition: all 0.5s;
  z-index: 9999; /* INCREASED from z-index: 1 */
  padding: 20px 0;
}

.header .logo {
  line-height: 0;
  display: flex;
  align-items: center;
  height: 40px; /* Fixed height container */
}

.header .logo img {
  max-height: 60px; /* Increased from 40px */
  margin-right: 6px;
  object-fit: contain; /* Maintains aspect ratio */
}

.header .logo span {
  font-size: 36px; /* Increased from 30px */
  font-weight: 700;
  letter-spacing: 1px;
  color: #000000;
  font-family: jost;
  margin-top: 3px;
  line-height: 1; /* Prevents text from adding extra height */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  position: relative;
  z-index: 10001;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
} 

a:not([href]):not([class]){
  color: #FFD300;
}

a:not([href]):not([class]):hover {
  color: #EC1C24;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: jost;
  font-size: 16px;
  font-weight: 700;
  color: #FFD300;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar li:hover>a {
  color: #EC1C24;
}

.navbar .ticket,
.navbar .ticket:focus {
  border: solid 1px #EC1C24;
  background: #EC1C24;
  padding: 6px 26px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .ticket:hover,
.navbar .ticket:focus:hover {
  color: #fff;
  background: #CD181E;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: 100%; /* REMOVE THE +30px GAP */
  margin: 0;
  padding: 10px 0;
  z-index: 10000; /* HIGHER than header */
  opacity: 0;
  visibility: hidden; /* FIX: change from 'show' to 'hidden' */
  background: rgba(0, 0, 0, 0.9); /* Make more opaque */
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
  display: block; /* Make full width clickable */
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a {
  color: #EC1C24;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

/**
* Mobile Navigation 
*/
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #FFD300;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #FFD300;
}

@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  /* bottom: 15px; */
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #000;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #FFD300;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #EC1C24;
}

.navbar-mobile .ticket,
.navbar-mobile .ticket:focus {
  margin: 15px;
}

.navbar-mobile .exhibit,
.navbar-mobile .exhibit:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #000000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #EC1C24;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: #000000 url(../img/bannerbg.png) top center repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0; /* Remove any bottom padding */
  margin-bottom: 0;   /* Remove any bottom margin */
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #000000;
}

.hero .btn-get-started {
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 0;
  padding: 25px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #000;
  background: #FFD300;
  box-shadow: 0px 5px 30px rgba(255, 255, 36, 0.4);
}

.hero2 {
  width: 100%;
  height: 100%;
  background: url(../img/hero-bg.png) top center no-repeat;
  background-size: cover;
}

.hero2 .btn-get-request {
  margin-top: 30px;
  line-height: 0;
  padding: 25px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #EC1C24;
  box-shadow: 0px 5px 30px rgba(237, 27, 35, 0.4);
}


.hero .btn-get-started span {
  font-family: jost;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    /*padding: 120px 0 60px 0;*/
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: #000000;
  color: #ffffff;
}

.about .content {
  padding: 40px;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.about2 {
  background: url(../img/hero-bg.png) top center no-repeat;
  background-size: cover;
  color: #000000;
}

.about2 .content {
  padding: 40px;
}

@media (max-width: 768px) {
  .about .content,
  .about2 .content,
  .recent-blog-posts .content {
    padding: 18px 6px;
  }
  .about h1,
  .about2 h1,
  .section-header h1 {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  .about p,
  .about2 p {
    font-size: 0.95rem;
    margin: 10px 0 18px 0;
    line-height: 1.5;
  }
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/

.values .section-header2 h4 
{
    margin-top: 50px;
    margin-bottom: 20px !important;
}

.sborder 
{
    border: solid 1px #dedede;
}

/*--------------------------------------------------------------
# video
--------------------------------------------------------------*/
.videos {
  background: #000000;
  color: #ffffff;
}

.videos .box {
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
  padding: 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.videos .box iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .videos .box img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .videos .box {
    padding: 4px;
    margin-bottom: 18px;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  /*padding: 70px 0 60px;*/
}

.counts .count-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  /*background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);*/
}

.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 12px;
  color: #EC1C24;
}

.counts .count-box span {
  font-size: 44px;
  /*display: block;*/
  font-weight: 600;
  color: #EC1C24;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: jost;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 768px) {
  .counts .count-box {
    padding: 0 6px;
    font-size: 0.95rem;
  }
  .counts .count-box i {
    font-size: 28px;
    margin-right: 6px;
  }
  .counts .count-box span {
    font-size: 1.4rem;
  }
  .counts .count-box p {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #000000;
  color: #ffffff;
  padding-bottom: 60px;
  /*width: 100%;
  height: 100%;
  background-size: cover;*/
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  /*background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);*/
  transition: 0.3s;
  padding: 0 20px;
}

.member-img img {
  /*filter: grayscale(1.2);*/
}

.team .member .member-img 
{
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000000;
}

.team .member .member-info span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #aaaaaa;
  line-height: 1;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 1;
  color: #5e5e5e;
}

.team .member:hover {
  transform: scale(1.08);
  /*box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);*/
}
/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events  
{
  background: #000000;
  color: #ffffff;
  padding-bottom: 60px;
}

.events .events-slider .swiper-slide img 
{
  transition: 0.3s;
  object-fit: cover;
}

.events .events-slider .swiper-pagination {
  margin-top: -20px;
  position: relative;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts {
  background: #000000;
  color: #ffffff;
}

.recent-blog-posts .content {
  padding: 40px 10px;
}

@media (max-width: 768px) {
  .recent-blog-posts .row > div {
    margin-bottom: 18px;
  }
  .recent-blog-posts img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .recent-blog-posts .content h4 {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #EC1C24;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #f6f6f6;
  padding: 0 0 20px 0;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f6f6;
  border-top: 1px solid #dedede;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #000000;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #dedede;
}

.footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #EC1C24;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type=submit]:hover {
  background: #CD181E;
}

.footer .footer-top {
  /*background: white url(../img/footer-bg.png) no-repeat right top;*/
  background-size: cover;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 30px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 180px;
  margin-right: 6px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: jost;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #000000;
}

.footer .footer-top .footer-links {
  /*margin-bottom: 30px;*/
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #000000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
  color: #EC1C24;
}

.footer .copyright {
  text-align: center;
  padding-top: 20px;
  color: #000000;
}

/* --- Mobile Optimizations for index.html --- */
@media (max-width: 768px) {
  .header {
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    z-index: 9999;
    padding: 10px 0;
  }

  /* Hero Section */
  .hero {
    height: auto;
    align-items: center;
    padding-top: 30px;
    background-size: cover;
  }
  .containerImg img {
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
  }

  /* About Section */
  .about .content,
  .about2 .content,
  .recent-blog-posts .content {
    padding: 18px 6px;
  }
  .about h1,
  .about2 h1,
  .section-header h1 {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  .about p,
  .about2 p {
    font-size: 0.95rem;
    margin: 10px 0 18px 0;
    line-height: 1.5;
  }

  /* Counts Section */
  .counts .count-box {
    padding: 0 6px;
    font-size: 0.95rem;
  }
  .counts .count-box i {
    font-size: 28px;
    margin-right: 6px;
  }
  .counts .count-box span {
    font-size: 1.4rem;
  }
  .counts .count-box p {
    font-size: 1rem;
  }

  /* Events Section */
  .events .events-slider .swiper-slide img {
    max-height: 160px;
    width: 100%;
    object-fit: cover;
  }

  /* Blog Section */
  .recent-blog-posts .row > div {
    margin-bottom: 18px;
  }
  .recent-blog-posts img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .recent-blog-posts .content h4 {
    font-size: 1rem;
  }

  /* Videos Section */
  .videos .box img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .videos .box {
    padding: 4px;
    margin-bottom: 18px;
  }

  /* Section padding */
  section {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  /* Footer */
  .footer .footer-newsletter,
  .footer .footer-top {
    padding: 18px 0;
  }
  .footer .footer-newsletter h4 {
    font-size: 1.1rem;
  }
}

/* --- Improve tap targets for mobile --- */
@media (max-width: 768px) {
  .navbar a,
  .navbar-mobile a {
    padding: 14px 10px;
    font-size: 1rem;
  }
  .back-to-top {
    width: 48px;
    height: 48px;
    font-size: 28px;
  }
}

/* --- Make sure images never overflow --- */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}