@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Zetta:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
}
html img,
body img {
  width: 100%;
  height: auto;
}

main {
  overflow-x: hidden;
}

:root {
  --color-primery: #121E2F;
  --color-secondary: #9b927c;
  --color-heading: #bdac81;
  --color-light: #fff;
}

p {
  line-height: 24px !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 14px;
  background-color: var(--color-primery);
}
.header .logo {
  width: 200px;
}
.center-sec {
    margin-bottom: -2px;
}
.header .navbar-brand {
  color: var(--color-light);
}
.header .navbar-brand img {
  width: 130px;
}
.header li a {
  color: var(--color-light) !important;
}

.main .bg-img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.main .bg-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.main .hero-banner {
  position: relative;
  width: 100%;
  background-position: center 20px;
}
.main .hero-banner .text-part {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 32%;
}
.main .hero-banner .hero-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .hero-banner .hero-inner .logo {
  width: 260px;
}
.main .hero-banner .hero-inner .logo img {
  width: 100%;
}
.main .hero-banner .hero-inner h1 {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 3rem;
  color: var(--color-light);
  font-weight: 300;
  text-align: center;
}
.main .hero-banner .hero-inner h1 span {
  letter-spacing: 5px;
  font-weight: 500;
}
.main .about-sec {
  position: relative;
  padding: 220px 0 151px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
}
.main .about-sec .container {
  margin: auto;
}
.main .about-sec .container .row {
  position: relative;
  width: 100%;
  padding: 0;
}
.main .about-sec .container .row .text-part {
  width: 620px;
  max-width: 620px;
  background-color: #A6956A;
  position: absolute;
  padding: 84px 60px 26px 60px;
  right: 10%;
  top: -10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
.main .about-sec .container .row .text-part img {
  width: 160px;
}
.main .about-sec .container .bottom-text {
  font-size: 28px;
  padding-left: 14px;
  width: 500px;
  margin-top: 60px;
  font-weight: 300;
  color: var(--color-secondary);
}
.main .about-sec .container .image-group {
  margin-top: 50px;
}
.main .offering-sec {
  padding: 130px 0;
  background-color: var(--color-light);
}
.main .offering-sec h3 {
  font-size: 2.8rem;
  font-family: "Lexend Zetta", sans-serif;
  color: var(--color-heading);
  font-weight: 300;
}
.main .offering-sec .row {
  gap: 100px;
  justify-content: center;
  margin: 80px 0;
}
.main .offering-sec .row div.col-md-4:not(:nth-child(2)) {
  border-bottom: 2px solid var(--color-heading);
  border-top: 2px solid var(--color-heading);
}
.main .offering-sec .row div.col-md-4 .offering-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 310px;
  height: 100%;
}
.main .offering-sec .row div.col-md-4 .offering-info h5 {
  font-size: 32px;
  color: #3a2766;
  margin-bottom: 30px;
}
.main .offering-sec .row div.col-md-4 .offering-info p {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
.main .offering-sec .row div.col-md-4 .offering-info.training {
  width: 322px;
}
.main .offering-sec .row div.col-md-3 img {
  max-width: 300px;
}
.main .quote-banner-sec {
  position: relative;
  height: 518px;
  width: 100%;
  overflow: hidden;
}
.main .quote-banner-sec h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 44px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  width: 65%;
  margin-bottom: 0;
}
.main .quote-banner-sec .bg-img img {
  margin-top: -1px;
}
.main .upcoming-sec {
  padding: 120px 60px;
}
.main .upcoming-sec h3 {
  font-size: 2.8rem;
  font-family: "Lexend Zetta", sans-serif;
  color: var(--color-heading);
  font-weight: 300;
  letter-spacing: normal;
}
.main .upcoming-sec .upcoming-wrap {
  padding: 60px 0;
  border-bottom: 2px solid var(--color-heading);
}
.main .upcoming-sec .upcoming-wrap:nth-child(1) {
  border-top: 2px solid var(--color-heading);
  border-bottom: 2px solid var(--color-heading);
}
.main .upcoming-sec .upcoming-wrap .date-time {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  color: #4c3e72;
}
.main .upcoming-sec .upcoming-wrap .date-time h4 {
  font-weight: 400;
  width: 210px;
}
.main .upcoming-sec .upcoming-wrap .date-time a {
  color: #4c3e72;
  font-size: 22px;
}
.main .upcoming-sec .upcoming-wrap .detail {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
.main .upcoming-sec .upcoming-wrap .detail h4 {
  color: #3a2766;
  font-size: 32px;
  font-weight: 400;
}
.main .upcoming-sec .upcoming-wrap .detail p {
  line-height: normal;
  font-weight: 400;
  width: 296px;
}
.main .upcoming-sec .upcoming-wrap .booking {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 20px;
}
.main .upcoming-sec .upcoming-wrap .booking a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 18px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  color: #3a2766;
  border: 1px solid var(--color-heading);
}
.main .contact-sec {
  position: relative;
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
}
.main .contact-sec .contact-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .contact-sec .contact-wrap .social {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.main .contact-sec .contact-wrap .social a img {
  width: 33px;
}
.main .contact-sec .contact-wrap h3 {
  font-family: "Lexend Zetta", sans-serif;
  margin-bottom: 55px;
  font-size: 38px;
  color: var(--color-light);
}
.main .contact-sec .contact-wrap a {
  color: var(--color-light) !important;
  margin-bottom: 24px;
  text-decoration: none;
  font-size: 20px;
}
.main .contact-sec .contact-wrap p {
  color: var(--color-light);
  font-size: 26px;
  width: 440px;
  line-height: inherit !important;
  font-weight: 300;
  text-align: center;
  margin-bottom: 25px;
}
.main .contact-sec .contact-wrap p span {
  font-weight: 500;
}
.main .contact-sec .contact-wrap ::-moz-placeholder {
  color: #2c2778 !important;
}
.main .contact-sec .contact-wrap ::placeholder {
  color: #2c2778 !important;
}
.main .contact-sec .contact-wrap input {
  font-size: 26px;
  line-height: 1;
  width: 376px;
  font-weight: 400;
  padding: 10px 30px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 0;
  border: none;
}
.main .contact-sec .contact-wrap .subscribe-btn-wrap p input {
  font-size: 26px;
  line-height: 1;
  width: 200px;
  font-weight: 400;
  padding: 14px 30px;
  text-align: center;
  margin-bottom: 30px;
  background-color: #B5AB76;
  border-radius: 0;
  border: none;
  color: var(--color-light);
}
.main .contact-sec .contact-wrap .btn {
  padding: 6px 20px;
  background-color: #B5AB76;
  border-radius: 0;
}
.main .contact-sec .contact-wrap form.wpcf7-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .footer-sec {
  background-color: #151924;
  text-align: center;
  padding: 80px 0 20px 0;
}
.main .footer-sec .social {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.main .footer-sec .social a img {
  width: 33px;
}
.main .footer-sec img {
  width: 150px;
  margin-bottom: 30px;
}
.main .footer-sec p {
  margin-top: 0;
  color: var(--color-light);
  font-weight: 200;
}

section.experience-sec {
  padding: 80px 0px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
}
section.experience-sec h3 {
  font-size: 2.8rem;
  font-family: "Lexend Zetta", sans-serif;
  color: var(--color-heading);
  font-weight: 300;
}
section.experience-sec .row {
  justify-content: center;
  max-width: 100%;
  margin: auto;
  gap: 10%;
  margin-top: 90px;
}
section.experience-sec .row .experience-card {
  overflow: hidden;
  padding: 0 !important;
  border-radius: 14px;
  height: 315px;
}
section.experience-sec .row .experience-card iframe {
  height: -webkit-fill-available;
}
section.experience-sec .row .music-card h3 {
  color: var(--color-light);
  font-family: "Outfit", sans-serif;
}
section.experience-sec .controls img {
  filter: brightness(100) invert(1);
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.experience-sec .play {
  width: 50px;
  height: 50px;
  padding: 0px;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
}
section.experience-sec .play img {
  filter: inherit !important;
}
section.experience-sec .controls {
  display: flex;
  justify-content: center;
  color: #fff;
}
section.experience-sec input[type=text],
section.experience-sec input[type=email],
section.experience-sec input[type=url],
section.experience-sec input[type=password],
section.experience-sec input[type=search],
section.experience-sec input[type=number],
section.experience-sec input[type=tel],
section.experience-sec input[type=range],
section.experience-sec input[type=date],
section.experience-sec input[type=month],
section.experience-sec input[type=week],
section.experience-sec input[type=time],
section.experience-sec input[type=datetime],
section.experience-sec input[type=datetime-local],
section.experience-sec input[type=color],
section.experience-sec textarea {
  border: 1px solid #fff;
}
section.experience-sec input.progress {
  accent-color: var(--color-light);
  width: 100%;
  margin-bottom: 20px;
}
section.experience-sec .music-card {
  color: #fff;
  text-align: center;
}
section.experience-sec .music-card .img-part {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.experience-sec .music-card .img-part .music-logo {
  width: 40%;
  position: absolute;
}
section.experience-sec .music-card .cover {
  margin-bottom: 20px;
}
section.experience-sec .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: white !important;
  color: #ffb900 !important;
  border: none !important;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: white !important;
  color: #46b450 !important;
  border: none !important;
}/*# sourceMappingURL=main.css.map */