
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 100;
}

.icon {
    color: aliceblue;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,*::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* =================== BASE STYLES =================== */
body {
  font-family: 'Montserrat', 'Arial', sans-serif;
  color: white;
  background: #000;
}
body a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 100;
}
.icon {
  color: aliceblue;
}

/* =================== HEADER & HERO =================== */
.header-container {
  width: 100%;
  background: #000;
}

.header-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 5px 10px;
  max-width: 1200px;
}

.logo img {
  width: 170px;
  padding: 0;
}

.signin-btn {
  display: flex;
  align-items: center;
}

.signin-btn a{
  background-color: rgb(30, 215, 96);
  color: rgb(0, 0, 0);
  border: none;
  padding: 8px 16px;
  border-radius: 16px;
  cursor: pointer;
  font-weight: 600;
  font-family: inherit;
}

.hero {
  position: relative;
  background-image: url(./images/background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  align-items: center;
}

.hero-content { 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50vh;
  padding: 0 15px;

}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(
    to bottom, 
    #000000, 
    transparent 20%,
    transparent 70%,
    #000000);
}

.hero h1 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  text-shadow:
  0px 0px 10px rgb(0, 0, 0),
  0px 0px 20px rgb(0, 0, 0);
}

.hero p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 20px;
  max-width: 550px;
  text-align: center;
  text-shadow:
  0px 0px 10px rgb(0, 0, 0),
  0px 0px 10px rgb(0, 0, 0),
  0px 0px 20px rgb(0, 0, 0);
  
}

.bottom a svg {
  padding: 0;
  margin: 0;
  width: 30px;
  height: auto;
  vertical-align: middle;
  fill: #000;
}

.bottom a {
  padding: 10px 18px;
  background: rgb(30, 215, 96);
  border: none;
  color: #000000;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 24px;
  transition: padding 0.3s;
  font-weight: 500;
  font-family: inherit;
}
.bottom a:hover {
  padding: 10px 25px;
}

.sponsors {
  padding-top: 20px;
}



.sponsors ul {
  display: flex;
  align-items: center;
  gap: 15px;
  overflow: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none; 
  scrollbar-width: none; 
  -webkit-scrollbar: none;
}

.sponsors img {
  width: 200px;
  
  filter: grayscale(100);
}

/* =================== CAROUSEL SECTION =================== */
.card-container {
  padding-top: 50px ;
}

.card-title {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
}

.card-album {
  padding: 10px 0;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.card-track::-webkit-scrollbar {
  display: none;
}

.card {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.card img {
  width: 170px;
  height: auto;
  border-radius: 3px;
}
.card:hover {
  transform: scale(1.05);
}




/* =================== MAIN SECTION =================== */
.main-container {
  max-width: 1200px;
  box-sizing: border-box;
  align-items: center;
  margin: 0 auto;
  background-color: #000000;
  padding: 0 15px;
}



/* =================== REASONS SECTION =================== */
.reasons-container {
  margin: 60px auto;
  text-align: center;
  font-family: inherit;
}
.reasons-title {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 600;
}
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  font-family: inherit;
}
.reason-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(135deg, #0d3a1e 30%, #000000);
  border-radius: 12px;
  padding: 20px;
  color: #fff;
  align-items: center;
  text-align: left;
}

.reason-card .top {
  width: 100%;
}

.reason-main {
  font-size: 1.2rem;
  color: white;
  margin-bottom: 10px;
  font-weight: bold;
}
.reason-sub {
  font-size: 0.95rem;
  color: #ffffff81;
  line-height: 1.4;
}
.reason-svg {
  width: 100%;
  display: flex;
  justify-content: right;

}
.reason-svg svg {
  width: 65px;
  height: 65px;
  margin: 0;
  padding: 0;
}

/* =================== FAQ SECTION =================== */

.faq-section {
  margin: auto;
  padding: 50px 0px;
}
.faq-section h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
  color: white;
}
.faq {
  margin-bottom: 10px;
  height: 36;
}
.faq input {
  display:none;
}
.faq-question {
  width: 100%;
  text-align: left;
  padding: 18px;
  background: #2d2d2d;
  color: #fff;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}
.faq-question:hover {
  background: #444;
}
.faq-question svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #1c1c1c;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  line-height: 1.3;
  padding: 0 18px;
  color: white;
}
.faq input:checked ~ .faq-answer {
  max-height: 500px;
  padding: 20px;
}
.faq-item {
  border-bottom: 1px solid #333;
}
.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 18px;
}
.symbol {
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.3s ease;
}
.faq input:checked + label .symbol {
  transform: rotate(45deg);
}

/* =================== FOOTER =================== */
.footer {
  width: 100%;
  background: #000;
  color: #757575;
  font-size: 14px;
  padding: 0 20px;
  padding-bottom: 20px;
}

.footer-cta {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 20px 100px;
}

.footer-cta .top {
  text-align: center;
  padding-bottom: 20px;
  color: #fff;
}

.footer-cta .bottom {
  display: flex;
  justify-content: center;
}

.footer button svg {
  padding: 0;
  margin: 0;
  width: 20px;
  height: auto;
  vertical-align: middle;
  fill: #000;
}





/* =================== MEDIA QUERIES =================== */
@media (max-width: 600px) {
  
  .hero-content h1 {
    font-size: 2rem;
  }

  .hero {
    height: 55vh;
  }
  

  .icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .text .main-text {
    font-size: 19px;
    text-align: left;
  }

  .faq-question {
    font-size: 1rem;
  }

  .logo img {
    width: 140px;
  }

  .footer-cta .bottom {
    flex-direction: column;
  }

 
  .footer-cta .bottom svg {
    width: 18px;
    height: auto;
    vertical-align: middle;
  }

 

  .footer-cta {
    padding: 20px 0;
  }

  .footer-cta .top {
    text-align: left;
  }

}


@media (max-width: 800px) {
  .reasons-grid {
    display: flex;
    flex-direction: column;
  }

  .card-track {
    gap: 10px;
  }
  .card-track a {
    flex: 0 0 50%;
  }
  .card-title {
    font-size: 1.3rem;
  }
  .arrow {
    font-size: 18px;
    padding: 10px 0px;
  }

  .reasons-title {
    font-size: 1.3rem;
  }
}



@media (min-width: 750px) {

  .main-container h2 {
    font-size: 2rem;
    line-height: 2;
  }

  .card img {
    width: 200px;
  }

  
}

@media (min-width: 1200px) {
  
  .reasons-grid {
    display: flex;
  }

  .reason-card {
    width: 600px;
  }

  .card-track img {
    width: 200px;
  }


}