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

:root {
  --primary-color: #05006b;
  --secondary-color: #ffde17;
  /* --cta-color: #ff4040; */
  --cta-color: #0a00cd;
}

body {
  position: relative;
  color: #333;
  font-family: "Open Sans", sans-serif;
}

a:link,
a:visited {
  color: #05006b;
  text-decoration: none;
}

a:hover {
  color: #ffde17;
}

.hero {
  position: relative;
}

.hero-image {
  height: 100vh;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.hero-text-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  padding: 0 1.5rem;
}

.hero-title {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -4px;
  position: relative;
}

.hero-text::before {
  position: absolute;
  content: "";
  width: 103px;
  height: 20px;
  background: var(--secondary-color);
  top: -20px;
}

.hero-title span {
  display: block;
  letter-spacing: -2px;
}

.hero-subtitle {
  font-size: 1.1rem;
  margin-bottom: 1.6rem;
  line-height: 2;
}

.hero-subtitle p {
  margin-bottom: 1.6rem;
}

.hero-subtitle ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
}

.hero-subtitle li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  flex: 1 1 50%;
}

.hero-subtitle li::before {
  content: "\2713"; /* Unicode character for checkmark */
  position: absolute;
  left: 0;
  color: #fff;
}

.hero-subtitle li strong {
  font-weight: 600;
}

.schedule {
	max-width: 1920px;
	margin: 100px auto;
	text-align: center;
	padding: 0 1rem;
}

.schedule img {
	max-width: 100%;
	height: auto;
}

.btn.btn-cta {
  font-size: 18px;
  padding: 1rem 2rem;
  background: var(--cta-color);
  color: #fff;
  border: none;
  border-radius: 0;
  font-weight: 500;
  transition: color 0.3s ease, background-color 0.3s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn.btn-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  transition: all 0.3s ease;
  z-index: -1;
}

.btn.btn-cta:hover {
  color: #333;
  background-color: #fff;
}

.btn.btn-cta:hover::before {
  left: 0;
}

.section-title {
  font-size: 60px;
  text-align: center;
  margin: 8rem 0 7rem;
  letter-spacing: -3px;
  font-weight: 700;
}

footer {
  font-size: 18px;
  padding: 1rem 0 0;
  background: #222222;
  color: #fff;
  text-align: center;
}

footer p:first-of-type {
  margin: 0 0 0.5rem;
}

.social-icons {
  margin: 20px 0 0;
}

.social-icons a {
  padding: 10px;
  display: inline-block;
  border-radius: 15px;
  background-color: #fff;
}

.classes {
  padding: 6.25rem 0;
  background: #eee;
}

.classes__title {
  margin-bottom: 3.125rem;
  font-size: 3.5rem;
  letter-spacing: -2px;
}

.classes__block {
  padding: 2rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 0 1rem;
}

.classes__block h3 {
  margin: 0 0 2rem;
}

.classes__block__text {
  text-align: justify;
}

.dance-style {
  margin: 2.5rem 0;
}

.dance-style .container-fluid {
  max-width: 1600px;
}

.dance-style .text-container {
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.dance-style .text-container h2 {
  margin: 2rem 0 0;
  font-size: 44px;
  position: relative;
  top: -60px;
  letter-spacing: -1px;
  color: #444;
}

.dance-style .text-container h2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 25px;
  background: #ffde17;
  left: 0px;
  bottom: -1px;
  z-index: -1;
}

.dance-style .image-container img {
  object-position: top;
  border-radius: 100px;
}

.object-position-center {
  object-position: center !important;
}

/* General map container style for all devices */
.map-container {
  margin: 40px 0;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Ensure the iframe is responsive */
.map-container iframe {
  width: 100%;
  height: 500px;
  border: 0;
}

/* For smaller screens, adjust the height */
@media (max-width: 768px) {
  .map-container iframe {
    height: 300px;
  }
}

@media screen and (max-width: 875px) {
  body {
    background-position: 46%;
  }
  .hero h1 {
    font-size: 2.86rem;
    letter-spacing: -0.8px;
  }
  .hero span {
    margin: 0 0 0.1rem;
  }
  .hero p,
  footer {
    font-size: 1.2rem;
  }
  footer p:first-of-type {
    margin: 0 0 0.4rem;
  }
}
@media screen and (max-width: 576px) {
  .classes {
    padding: 6.25rem 1rem;
  }
  .classes__block {
    margin: 0 0 1rem;
    border-width: 8px;
    padding: 0;
  }
  .classes__block__text {
    margin: 0 0 4rem;
    text-align: center;
  }
  .classes .row:first-of-type .classes__block:first-of-type {
    border-top-color: #05006b;
    border-left-color: #05006b;
  }
  .classes .row:first-of-type .classes__block:nth-of-type(2) {
    border-top-color: #05006b;
    border-right-color: #05006b;
  }
  .classes .row:first-of-type .classes__block:nth-of-type(3) {
    border-top-color: #05006b;
    border-left-color: #05006b;
  }
  .classes .row:nth-of-type(2) .classes__block:first-of-type {
    border-top-color: #05006b;
    border-right-color: #05006b;
  }
  .classes .row:nth-of-type(2) .classes__block:nth-of-type(2) {
    border-bottom-color: #05006b;
    border-left-color: #05006b;
  }
  .classes .row:nth-of-type(2) .classes__block:nth-of-type(3) {
    border-bottom-color: #05006b;
    border-right-color: #05006b;
  }
  .classes__title {
    font-size: 2.5rem;
  }
  .hero h1 {
    padding: 1rem 0;
  }
}

@media screen and (max-width: 390px) {
  .hero h1 {
    font-size: 2.4rem;
  }
  footer {
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) {
    .hero-text-wrapper {
        width: 50%;
    }
	.hero-title {
		margin-bottom: 1.6rem;
	}
	.hero-subtitle {
		font-size: 20px;
	}
    .hero-text {
        max-width: 600px;
        margin-left: 28%;
    }
    .hero-image {
        max-height: 100vh;
		overflow: hidden;
    }
    .hero p {
        padding: 0.5rem 1rem 0.7rem;
        margin: 0.6rem 0 0;
    }
    .hero span {
        font-size: 2.4rem;
    }
    .hero-text::before {
        top: -55px;
    }	
	.btn.btn-cta {
		border-radius: 30px;
	}    
	
}
