@font-face {
  font-family: "Nunito-Bold";
  src: url("../fonts/Nunito-Bold.eot");
  src: url("../fonts/Nunito-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-Bold.svg") format("svg"), url("../fonts/Nunito-Bold.ttf") format("truetype"), url("../fonts/Nunito-Bold.woff") format("woff"), url("../fonts/Nunito-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nunito-Regular";
  src: url("../fonts/Nunito-Regular.eot");
  src: url("../fonts/Nunito-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-Regular.svg") format("svg"), url("../fonts/Nunito-Regular.ttf") format("truetype"), url("../fonts/Nunito-Regular.woff") format("woff"), url("../fonts/Nunito-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
}

body,
button,
input,
optgroup,
select,
textarea,
table {
  font-family: "Nunito-Regular" !important;
  color: #333;
  font-size: 16px;
}

a, a:hover, a:active, a:visited, a:-webkit-any-link {
  text-decoration: none;
  outline: none;
}

body,
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background-color: #bfdcea;
}

::selection {
  background-color: #bfdcea;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img {
  height: auto;
  max-width: 100%;
  position: relative;
  border-style: none;
}

.spacer-large {
  height: 2em;
}

.spacer-medium {
  height: 1.5em;
}

.spacer-small {
  height: 1em;
}

.spacer-tiny {
  height: 0.8em;
}

.txt-w {
  color: #FFF;
}

.txt-red {
  color: #DA1467;
  font-family: "Nunito-Bold";
}

.txt-center {
  text-align: center;
}

.tiny-txt {
  font-size: 0.7em;
}

h1 {
  font-size: 2.5em;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.8em;
  }
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

.page-section {
  width: 100%;
  position: relative;
}

.page-width {
  width: 1440px;
  margin: 0 auto;
  padding: 60px 30px;
  line-height: 1.5em;
}

@media only screen and (max-width: 1440px) {
  .page-width {
    width: auto;
    padding: 20px;
    line-height: 1.3em;
  }
}

.pg-hero {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0.8;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .pg-hero {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#heroSection {
  height: 810px;
}

@media only screen and (max-width: 1440px) {
  #heroSection {
    height: 650px;
  }
}

.hero-info {
  padding-top: 100px;
  width: 680px;
}

@media only screen and (max-width: 768px) {
  .hero-info {
    width: 100%;
  }
}

.sub-txt {
  font-size: 1.5em;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .sub-txt {
    font-size: 1.2em;
  }
}

.btn-w {
  border-radius: 8px;
  padding: 5px 20px;
  color: #F81B66;
  background-color: #FFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 768px) {
  .btn-w {
    text-align: center;
  }
}

.hero-overlay-1 {
  position: absolute;
  right: -300px;
  z-index: 10;
  top: -300px;
  width: 760px;
  height: 760px;
}

@media only screen and (max-width: 768px) {
  .hero-overlay-1 {
    width: 200px;
    height: 200px;
    right: -100px;
    top: -100px;
  }
}

.hero-overlay-1::before {
  position: absolute;
  content: "";
  background-image: url("../images/music-note-1.svg");
  width: 120px;
  height: 175px;
  z-index: 1;
  top: 60%;
  left: -80px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .hero-overlay-1::before {
    width: 60px;
    background-size: 100%;
    left: -40px;
  }
}

.hero-overlay-1::after {
  position: absolute;
  content: "";
  background-image: url("../images/music-note-2.svg");
  width: 60px;
  height: 50px;
  z-index: 1;
  top: 90%;
  left: 50%;
}

.circle {
  border: 1px solid #FFD700;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 2.5%;
}

.hlt-section {
  width: 100%;
  position: relative;
}

.hlt-section::before {
  position: absolute;
  content: "";
  background-image: url("../images/3-line-border.png");
  background-repeat: repeat-x;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  width: 120%;
  height: 28px;
  top: -36px;
  left: 0;
  z-index: -1;
  margin-left: -30px;
}

.hlt-section::after {
  position: absolute;
  content: "";
  background-color: #FFF;
  width: 120%;
  height: 350px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  z-index: -1;
  top: 0px;
  margin-left: -30px;
}

.hlt-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1440px;
  margin: 0 auto;
  position: relative;
  top: -100px;
  padding: 0 30px;
}

@media only screen and (max-width: 1440px) {
  .hlt-holder {
    width: 100%;
    padding: 0 20px;
    height: 380px;
  }
}

.hlt-item {
  padding: 30px;
  width: 30%;
  height: 360px;
  background-color: #FFF;
  border-radius: 16px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
  .hlt-item {
    min-width: 100%;
    width: 100%;
    padding: 20px;
    height: 360px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #eeeeee;
  }
}

.coll-section {
  width: 100%;
  position: relative;
  padding: 80px 0 120px 0;
}

.coll-section::after {
  position: absolute;
  content: "";
  top: 0px;
  z-index: -1;
  width: 120%;
  height: 675px;
  margin-left: -30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1D184A), to(#7C0E64));
  background: linear-gradient(#1D184A, #7C0E64);
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  opacity: 0.8;
}

.coll-wrapper {
  margin: 0 auto;
  width: 1440px;
  padding: 0 30px;
}

@media only screen and (max-width: 1440px) {
  .coll-wrapper {
    width: 100%;
    padding: 0 20px;
  }
}

.coll-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .coll-holder {
    height: 360px;
    width: 280px;
    margin: 0 auto;
  }
}

.coll-item {
  padding: 10px;
  width: 350px;
  height: 400px;
  background-color: #FFF;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.coll-item img {
  width: 330px;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .coll-item img {
    width: 260px;
    height: 260px;
  }
}

@media only screen and (max-width: 768px) {
  .coll-item {
    min-width: 280px;
  }
}

.coll-item div {
  padding-left: 7px;
}

.tble-section {
  width: 100%;
  padding-top: 100px;
}

.tble {
  width: 100%;
  border-spacing: 0;
}

.tble td:first-child {
  width: 25%;
  text-align: left;
}

.tble td {
  padding: 10px;
  border-bottom: 2px solid #FFF;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .tble td {
    padding: 5px;
    vertical-align: top;
  }
}

.tble tr:first-child {
  background-color: unset !important;
}

.tble tr:first-child td {
  font-family: "Nunito-Bold";
  color: #DA1467;
}

.tble tr {
  background-color: #D9D9D9;
}

@media only screen and (max-width: 768px) {
  .tble {
    font-size: 0.7em;
    line-height: 1.4;
  }
}

.wowT-section {
  width: 100%;
  position: relative;
  padding: 100px 0;
  min-height: 800px;
  margin: 150px 0;
  color: #FFF;
}

.wowT-section h1 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1;
}

.wowT-section h1::before {
  position: absolute;
  content: "";
  background-image: url("../images/music-note-2.svg");
  width: 60px;
  height: 50px;
  z-index: 1;
  top: 0px;
  left: -90px;
}

.wowT-section h1::after {
  position: absolute;
  content: "";
  background-image: url("../images/music-note-2.svg");
  width: 60px;
  height: 50px;
  z-index: 1;
  top: 0px;
  right: -90px;
}

@media only screen and (max-width: 768px) {
  .wowT-section p {
    font-size: 0.8em;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 768px) {
  .wowT-section .spacer-large {
    height: 3px;
  }
}

#logo-section::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 94px;
  background-image: url("../images/music-note-4.svg");
  bottom: -140px;
  right: 50px;
  z-index: 10;
}

.purple-bg {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#1D184A), to(#7C0E64));
  background: linear-gradient(#1D184A, #7C0E64);
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  opacity: 0.8;
  width: 120%;
  height: 800px;
  top: 0;
  z-index: -1;
  margin-left: -30px;
  overflow: hidden;
}

.circle-overlay-1 {
  position: absolute;
  left: -130px;
  z-index: 10;
  top: -130px;
  width: 300px;
  height: 300px;
}

@media only screen and (max-width: 768px) {
  .circle-overlay-1 {
    left: -130px;
    top: -100px;
    width: 200px;
    height: 200px;
  }
}

.circle-overlay-1::after {
  position: absolute;
  content: "";
  width: 104px;
  height: 100px;
  right: 0px;
  bottom: 25px;
  background-image: url("../images/music-note-5.svg");
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .circle-overlay-1::after {
    width: 60px;
    right: 0px;
    bottom: -10px;
    background-size: 100%;
  }
}

.circle-overlay-2 {
  position: absolute;
  right: 7%;
  z-index: 10;
  bottom: -140px;
  width: 300px;
  height: 300px;
}

@media only screen and (max-width: 768px) {
  .circle-overlay-2 {
    right: -100px;
    bottom: -130px;
    width: 200px;
    height: 200px;
  }
}

.circle-overlay-2::after {
  position: absolute;
  content: "";
  width: 85px;
  height: 100px;
  left: 0px;
  top: 25px;
  background-image: url("../images/music-note-6.svg");
}

@media only screen and (max-width: 768px) {
  .circle-overlay-2::after {
    width: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 5px;
    left: 5px;
  }
}

.circle-overlay-3 {
  position: absolute;
  left: -130px;
  z-index: 0;
  top: -50px;
  width: 300px;
  height: 300px;
}

.circle-overlay-3::after {
  position: absolute;
  content: "";
  width: 104px;
  height: 100px;
  right: 0px;
  bottom: 25px;
  background-image: url("../images/music-note-5.svg");
}

.social-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-controls a {
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .social-controls {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.social-ctrl {
  margin: 0 40px;
}

.social-ctrl img {
  height: 50px;
}

@media only screen and (max-width: 768px) {
  .social-ctrl img {
    height: 25px;
  }
}

.social-ctrl h4 {
  margin: 10px 0;
}

@media only screen and (max-width: 768px) {
  .social-ctrl h4 {
    font-size: 0.9em;
    margin: 2px 0;
  }
}

@media only screen and (max-width: 768px) {
  .social-ctrl {
    margin: 8px 10px;
  }
}

.footer-section {
  width: 100%;
  position: relative;
  padding-top: 200px;
  min-height: 500px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 24, 74, 0.8)), to(rgba(124, 14, 100, 0.8)));
  background: linear-gradient(rgba(29, 24, 74, 0.8), rgba(124, 14, 100, 0.8));
}

.footer-section .btn-w {
  margin: 0 auto;
}

.white-bg {
  position: absolute;
  background: #FFF;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  width: 120%;
  height: 300px;
  top: -140px;
  z-index: 1;
  margin-left: -30px;
}

.white-bg::before {
  position: absolute;
  content: "";
  width: 96px;
  height: 85px;
  background-image: url("../images/music-note-3.svg");
  top: 10px;
  left: 60px;
}

.white-bg::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 94px;
  background-image: url("../images/music-note-4.svg");
  bottom: 20px;
  right: 17%;
  z-index: 10;
}
/*# sourceMappingURL=lk-main.css.map */