<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Oswald&display=swap" rel="stylesheet">



#breadcrumb {
  display: none;
}

p.lead {display: none;}

.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.inner_header {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.inner_attend {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.inner_tiny {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}


h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700; 
  text-shadow: 1px 1px 5px rgba(255, 255, 255, .5);
letter-spacing: 2px;
color: #FA6B29;
}


h1 {font-size: 2.5rem!important; text-transform: uppercase;}

h2 {font-size: 2.25rem!important; text-transform: uppercase;}

h3 {font-size: 2.0rem!important; text-transform: uppercase;}

h4 {font-size: 1.75rem!important; text-transform: uppercase;}

h5 {font-size: 1.50rem!important; text-transform: uppercase;}

h6 {font-size: 1.25rem!important; text-transform: uppercase;}


/* Blue Button*/

.buttonblue {
 background-color: #4DC3FF;
  border: none;
  color: #ffffff!important; /* Adjust based on your design */
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
  text-transform: uppercase;
  border-radius: 15px;
  font-weight: 900;
}

.buttonblue:hover {
background-color: #7DF9FF;
  color: #ffffff!important;
 text-decoration: none;
}

/* orange Button*/

.buttonorange {
 background-color: rgb(250,107,41);
  border: none;
  color: #ffffff!important; /* Adjust based on your design */
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
  text-transform: uppercase;
  border-radius: 15px;
  font-weight: 900;
}

.buttonorange:hover {
background-color: rgb(250,107,41, .5);
  color: #ffffff!important;
 text-decoration: none;
}

/* SECTION 1*/

.section-1 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.section-1 h1 {
  font-size: 8rem!important;
margin: .1em 0;
}

.section-1 h2 {
font-family: 'Oswald', sans-serif;
  font-weight: 700; 
  text-shadow: 1px 1px 5px rgba(255, 255, 255, .5);
letter-spacing: 2px;
color: #FA6B29;
margin: .3em 0;
}

.section-1 h3 {
color: #ffffff;
}

.section-1 p {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
}


#home {
  background-color: #2B2B2B;
  display: table;
  min-height: 500px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* SECTION 2*/

.section-2  {
background: #ffffff;
}

.section-2 h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 2.3rem;
  color: #434343;
  font-weight: 700;
  line-height: 1.5;
}

.section-2 h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #434343;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0 0;
}

.section-2 p {
  font-family: Montserrat,sans-serif;
  font-size: 1.1rem;
  color: #434343;
  text-decoration: none;
  line-height: 1.5;
}

.section-2 ul li {
  font-family: Montserrat,sans-serif;
  font-size: 1.1rem;
  color: #434343;
  text-decoration: none;
  line-height: 1.5;
}


/* SECTION 3*/

.section-3 {
color: #ffffff;
  background: #2B2B2B
}

.section-3 h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.section-3 h3 {color: #ffffff;}

.section-3 p {
  font-family: Montserrat,sans-serif;
  font-size: 1.3rem;
  color: #ffffff;
}

.section-3 ul li {
  font-family: Montserrat,sans-serif;
  font-size: 1.1rem;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.5;
}

/*COMPETITION*/

.competition {
 
}

.competition h4{
 color: #FA6B29;
}


.competition ul li {
  font-family: Montserrat,sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 1.5;
color: #434343;
}

.competition p {
  font-family: Montserrat,sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 1.5;
color: #434343;
}

/*ITINERARY*/

.itinerary {
}

.itinerary h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700; 
  text-shadow: 1px 1px 5px rgba(250, 107, 41, .5);
letter-spacing: 2px;
color: #FA6B29;
  font-size: 2rem;
}

.itinerary h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #434343;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0 0;
}

.itinerary p {
  font-family: Montserrat,sans-serif;
  font-size: 1.1rem;
  color: #434343;
  text-decoration: none;
  line-height: 1.5;
}

.itinerary ul li {
  font-family: Montserrat,sans-serif;
  font-size: 1.1rem;
  color: #434343;
  text-decoration: none;
  line-height: 1.5;
}

/* SECTION 4*/

.section-4  {
background: #ffffff;
}

.section-4 h2 {
 
}

.section-4 h3 {
}

.section-4 p {
  font-family: Montserrat,sans-serif;
  font-size: 1.1rem;
  color: #434343;
  text-decoration: none;
  line-height: 1.5;
}

.section-4 ul li {
  font-family: Montserrat,sans-serif;
  font-size: 1.1rem;
  color: #434343;
  text-decoration: none;
  line-height: 1.5;
}

.video {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

/* SECTION 5*/

.section-5 {
background: #ffffff;
}

.section-5 h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 2.3rem;
  color: #434343;
  font-weight: 700;
  line-height: 1.5;
}

.section-5 h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #434343;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0 0;
}

.section-5 p {
  font-family: Montserrat,sans-serif;
  font-size: 1.5rem;
  color: #434343;
  text-decoration: none;
}


.overview_2 {
    flex-direction: column;
    min-width: 0;
    color: #030708;
    word-wrap: break-word;
    background-color: rgba(255,255,255);
    background-clip: border-box;
    border: 1px solid rgba(250, 107, 41, .125);
    border-radius: 20px;
    box-shadow: 0 3px 10px rgb(250, 107, 41);
}


/* SECTION 6*/

.section-6 {
background: #ffffff;
}

.section-6 h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 2.3rem;
  color: #434343;
  font-weight: 700;
  line-height: 1.5;
}

.section-6 h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #434343;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0 0;
}

.section-6 p {
  font-family: Montserrat,sans-serif;
  font-size: 1.3rem;
  color: #434343;
  text-decoration: none;
}

.section-6 ul li {
  font-family: Montserrat,sans-serif;
  font-size: 1.3rem;
  color: #434343;
  text-decoration: none;
}


/* SECTION 7*/

.section-7 {
background: #2B2B2B;
}

.section-7 h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700; 
  text-shadow: 1px 1px 5px rgba(250, 107, 41, .5);
letter-spacing: 2px;
color: #FA6B29;
  font-size: 2rem;
}

.section-7 h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0 0;
}

.section-7 p {
  font-family: Montserrat,sans-serif;
  font-size: 1.1rem;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.5;
}

.section-7 ul li {
  font-family: Montserrat,sans-serif;
  font-size: 1.1rem;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.5;
}
/* SECTION 8*/

.section-8 {
background: #ffffff;
}

.section-8 h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 2.3rem;
  color: #434343;
  font-weight: 700;
  line-height: 1.5;
}

.section-8 h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #434343;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0 0;
}

.section-8 p {
  font-family: Montserrat,sans-serif;
  font-size: 1.1rem;
  color: #434343;
  text-decoration: none;
}

.ui-accordion .ui-accordion-header, .mg-card-body .ui-accordion .ui-accordion-header {
    font-size: 1.5rem !important;
    font-weight: normal;
    padding: 20px;
}


.section-9 h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
}

.section-9 h4 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0 0;
}

.section-9 p {
 font-family: Montserrat,sans-serif;
  font-size: 1.3rem;
  color: #434343;
  text-decoration: none;
}

.section-9 ul li {
  font-family: Montserrat,sans-serif;
  font-size: 1rem;
  color: #434343;
  text-decoration: none;
  line-height: 1.5;
}

.section-9 ul.list-unstyled li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.section-9 .card {
  border: 1px solid rgba(43, 43, 43);
}

.section-9 .card-header {
    background-color: rgba(43, 43, 43);
    border-bottom: 1px solid rgba(43, 43, 43);
    color: #ffffff;
}

.section-9 .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}




