@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

/* Header Styles */
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background-color: #172433;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-left,
.header-center,
.header-right {
  flex: 1;
  display: flex;
  align-items: center;
}

.header-left {
  justify-content: flex-start;
}

.header-center {
  justify-content: center;
}

.header-right {
  justify-content: flex-end;
}

.logo {
  height: 40px;
  object-fit: contain;
}

.register-link {
  color: white;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid white;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.register-link:hover {
  background-color: white;
  color: #172433;
}

/* Banner 1 - Hero Section */
.banner-1 {
  background-image: url("assets/img_hero.svg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.banner-1 .content {
  padding: 0 5%;
  width: 100%;
  max-width: 700px;
}

.banner-1 .content img {
  max-width: 100%;
  height: auto;
}

.bottom-line {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}

.bottom-line-1 {
  font-weight: 300;
  font-size: clamp(24px, 5vw, 32px);
  text-transform: uppercase;
  line-height: 1.2;
}

.bottom-line-2 {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 150%;
  font-weight: 400;
  text-transform: uppercase;
}

/* Banner 2 - About Section */
.banner-2 {
  background: url("assets/bg pattern.svg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 0;
}

.banner-2 .content {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.banner-2-description {
  padding: clamp(2rem, 8vw, 10rem);
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.8;
}

.title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.description {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 300;
  line-height: 1.6;
}

/* Banner 3 - Features Section */
.banner-3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
  padding: 80px 5%;
  gap: 50px;
}

.banner-image {
  flex: 1;
}

.banner-image img {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.banner-text {
  flex: 1;
  font-size: clamp(16px, 2vw, 18px);
  color: #333;
  line-height: 1.8;
  padding: 0 20px;
}

/* Banner 4 - Registration Section */
.banner-4 {
  background-color: #ebe8e5;
  padding: 120px 5% 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.banner-4 .title {
  margin-bottom: 1.5rem;
}

.banner-4 .description {
  max-width: 800px;
  margin-bottom: 2rem;
}

.banner-4 p:last-child {
  font-weight: 500;
  font-size: clamp(16px, 2vw, 18px);
  color: #444;
  margin-top: 1rem;
}

/* Media Queries for Responsive Design */
@media (max-width: 992px) {
  .banner-3 {
    padding: 60px 5%;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .banner-3 {
    flex-direction: column;
    text-align: center;
    padding: 50px 5%;
  }
  .banner-text {
    padding: 30px 15px 0;
  }
  .banner-2-description {
    padding: 3rem 2rem;
  }
  .banner-4 {
    padding: 80px 5% 100px;
  }
}
@media (max-width: 600px) {
  .main-header {
    padding: 15px;
  }
  .bottom-line {
    bottom: 8%;
    gap: 15px;
  }
  .banner-1 .content img {
    max-width: 80%;
  }
  .banner-4 {
    padding: 60px 5% 80px;
  }
}
@media (max-width: 480px) {
  .main-header {
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }
  .header-left,
  .header-right,
  .header-center {
    width: 100%;
    justify-content: center;
    margin: 5px 0;
  }
  .bottom-line {
    bottom: 5%;
  }
  .banner-2-description {
    padding: 2rem 1rem;
  }
}
/* Home banner slider – content centred vertically and horizontally on each slide */
.home_banner_slider_wrapper .mt_slide {
  position: relative;
}

.home_banner_slider_wrapper .mt_slide .mt_banner_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
  text-align: center;
}

.home_banner_slider_wrapper .mt_slide .mt_banner_content.mt_banner_lef_aligned {
  justify-content: center;
  text-align: left;
}

/*# sourceMappingURL=home.css.map */
