@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../../assets/Font/AvenirNextLTPro-Regular.otf") format("woff"), url("../../assets/Font/AlternativeFiles/AvenirNextLTPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../../assets/Font/AvenirNextLTPro-Bold.otf") format("woff"), url("../../assets/Font/AlternativeFiles/AvenirNextLTProBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../../assets/Font/AvenirNextLTPro-Demi.otf") format("woff"), url("../../assets/Font/AlternativeFiles/AvenirNextLTProDemi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
*::after,
*::before {
  font-family: "AvenirNext LT Pro";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  display: column;
  width: 100%;
}
.header-nav {
  background-color: #552d50;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .header-nav {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .header-nav {
    flex-direction: row;
  }
}
.header-nav__logo-box {
  width: 100%;
  height: 3rem;
  margin: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .header-nav__logo-box {
    width: 165px;
    margin: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .header-nav__logo-box {
    display: flex;
    width: 320px;
    margin: 0.75rem 0rem;
  }
}
.header-nav__logo {
  display: flex;
  justify-content: center;
  width: 120px;
  height: 20px;
}
.header-nav__logo-link {
  display: flex;
  justify-content: center;
  width: 120px;
  height: 20px;
}
.header-nav__menu {
  display: flex;
}
@media (max-width: 767px) {
  .header-nav__menu {
    height: 3rem;
  }
}
@media (min-width: 768px) {
  .header-nav__menu {
    align-items: center;
    width: 35%;
  }
}
@media (min-width: 1280px) {
  .header-nav__menu {
    align-items: center;
    width: 25%;
  }
}
.header-nav__item-box {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  .header-nav__item-box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 55%;
    margin-left: 2rem;
  }
}
@media (min-width: 1280px) {
  .header-nav__item-box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 55%;
  }
}
@media (max-width: 767px) {
  .header-nav__item {
    color: #e1e1e1;
    list-style-type: none;
  }
}
@media (min-width: 768px) {
  .header-nav__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1280px) {
  .header-nav__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header-nav__link {
  text-decoration: none;
  color: #e1e1e1;
}
.header-nav__link:visited, .header-nav__link:active {
  color: #e1e1e1;
}

.footer {
  font-family: "AvenirNext LT Pro";
  color: #afafaf;
}
.footer__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
  background-color: #552d50;
  color: #ffffff;
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .footer__container {
    position: relative;
    padding: 1.5rem 0rem 2rem 0rem;
  }
}
.footer-social {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-social {
    flex-direction: row;
    padding-left: 2rem;
    margin: 0.5rem 0rem;
  }
}
@media (min-width: 1280px) {
  .footer-social {
    padding-left: 6rem;
    margin: 1rem 0rem;
  }
}
.footer-social__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  width: 80%;
  margin-bottom: 1rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 768px) {
  .footer-social__title {
    width: 32%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .footer-social__title {
    width: 28%;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 2rem 0rem 1rem 0rem;
  }
}
.footer-social__icon-container {
  display: flex;
  width: 55%;
  margin: 1rem 0rem 1.5rem 0rem;
}
@media (min-width: 768px) {
  .footer-social__icon-container {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .footer-social__icon-container {
    width: 15%;
  }
}
.footer-social__icon {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
@media (min-width: 768px) {
  .footer-social__icon {
    width: 65%;
  }
}
@media (min-width: 1280px) {
  .footer-social__icon {
    margin-top: 1rem;
  }
}
.footer-social__icon-item {
  width: 1.75rem;
  height: 1.75rem;
}
.footer-social__icon-link {
  width: 1.75rem;
  height: 1.75rem;
}
@media (min-width: 768px) {
  .footer-company {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin-left: 2rem;
    width: 60%;
  }
}
@media (min-width: 768px) {
  .footer-company {
    width: 87%;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .footer-company {
    width: 60%;
    margin: 2rem 6rem 1rem 6rem;
  }
}
.footer__company {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.footer__company-name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.375rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__company-name {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .footer__company-name {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.8rem;
  }
}
.footer__company-address {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__company-address {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .footer__company-address {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.8rem;
  }
}
.footer__company-email {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__company-email {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .footer__company-email {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 3rem;
  }
}
.footer__company-email-mailto {
  font-size: 1rem;
  text-decoration: none;
  color: #ffffff;
}
.footer-logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0rem;
}
@media (min-width: 768px) {
  .footer-logo {
    position: absolute;
    top: 3rem;
    right: 3rem;
  }
}
@media (min-width: 1280px) {
  .footer-logo {
    top: 2.8rem;
    right: 6rem;
  }
}
.footer-copyright-text {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  .footer-copyright {
    padding: 0 0 0 2rem;
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .footer-copyright {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 3rem;
    padding-left: 6rem;
  }
}

.content-hero {
  color: #ffffff;
  display: flex;
  align-items: center;
  height: 30rem;
  position: relative;
  z-index: 1;
  background-color: #000000;
}
.content-hero::after {
  width: 100vw;
  height: 30rem;
  content: "";
  background-image: url("../../assets/Images/dj_girl.jpeg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.65;
}
@media (min-width: 768px) {
  .content-hero {
    height: 30rem;
  }
  .content-hero::after {
    width: 100vw;
    height: 30rem;
    content: "";
    background-image: url("../../assets/Images/dj_girl.jpeg");
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.65;
  }
}
@media (min-width: 1280px) {
  .content-hero {
    height: 35rem;
  }
  .content-hero::after {
    width: 100vw;
    height: 35rem;
    content: "";
    background-image: url("../../assets/Images/dj_girl.jpeg");
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.65;
  }
}
.content-hero__title {
  letter-spacing: 0.1rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 2rem;
  padding: 1rem;
}
@media (max-width: 767px) {
  .content-hero__title {
    padding-left: 2rem;
    font-size: 3rem;
    font-weight: 900;
    line-height: 3rem;
  }
}
@media (min-width: 768px) {
  .content-hero__title {
    padding-left: 2rem;
    font-size: 3rem;
    font-weight: 900;
    line-height: 3rem;
  }
}
@media (min-width: 1280px) {
  .content-hero__title {
    font-size: 3rem;
    font-weight: 900;
    line-height: 3rem;
    padding: 3rem 6rem;
  }
}
.content-bio {
  background-color: #000000;
}
.content-bio__title--highlited {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  padding: 1rem 0 0 1rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .content-bio__title--highlited {
    padding-left: 2rem;
  }
}
@media (min-width: 1280px) {
  .content-bio__title--highlited {
    font-size: 2.5rem;
    font-weight: 600;
    padding: 3rem 6rem;
  }
}
.content-bio__img {
  margin: 1.25rem 0;
  display: flex;
  justify-content: end;
  align-items: center;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .content-bio__img {
    margin: 1.25rem 1rem;
  }
}
@media (min-width: 768px) {
  .content-bio__img {
    padding: 0 2rem;
  }
}
.content-bio__img--highlited {
  width: 75%;
}
@media (min-width: 768px) {
  .content-bio__img--highlited {
    width: 701%;
  }
}
@media (min-width: 1280px) {
  .content-bio__img--highlited {
    width: 70%;
    padding: 0 10rem;
  }
}
.content-bio__msg {
  padding: 0rem 1rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .content-bio__msg {
    padding: 0 2rem;
  }
}
@media (min-width: 1280px) {
  .content-bio__msg {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2rem;
    padding: 1rem 12rem;
  }
}
.content-bio__msg--highlited {
  display: flex;
  text-align: right;
  justify-content: end;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  padding: 0.15rem;
}
@media (min-width: 768px) {
  .content-bio__msg--highlited {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .content-bio__msg--highlited {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 2.5rem;
    padding: 0rem;
  }
}
.content-bio__msg--highlited--small {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 0.8rem;
}
@media (min-width: 1280px) {
  .content-bio__msg--highlited--small {
    font-size: 1.25rem;
    font-weight: 600;
    padding-top: 0.8rem;
  }
}
.content-bio-container {
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .content-bio-container {
    padding: 2rem 0rem;
  }
}
@media (min-width: 1280px) {
  .content-bio-container {
    padding: 2rem 12rem;
  }
}
.content-bio__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .content-bio__title {
    padding: 0 2rem;
  }
}
@media (min-width: 1280px) {
  .content-bio__title {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 2rem;
    padding: 1rem 0rem;
  }
}
.content-bio-content {
  display: flex;
  color: #ffffff;
}
@media (max-width: 767px) {
  .content-bio-content {
    display: contents;
  }
}
@media (min-width: 768px) {
  .content-bio-content {
    padding: 0 2rem;
  }
}
@media (min-width: 1280px) {
  .content-bio-content {
    padding: 0;
  }
}
.content-bio-content__text {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #ffffff;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .content-bio-content__text {
    font-size: 1.35rem;
    line-height: 2.255rem;
  }
}
@media (min-width: 768px) {
  .content-bio-content__text {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
@media (min-width: 1280px) {
  .content-bio-content__text {
    font-size: 1.75rem;
    line-height: 2.85rem;
    padding: 0 2.5rem 2rem 0rem;
  }
}
@media (min-width: 1280px) {
  .content-bio-content__text-one {
    padding-right: 1rem;
  }
}
.content-gallery {
  background-color: #000000;
  padding-bottom: 1.5rem;
}
.content-gallery__title {
  margin: 0;
  padding: 1.8rem 0 1rem 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .content-gallery__title {
    padding-left: 2rem;
  }
}
@media (min-width: 1280px) {
  .content-gallery__title {
    margin: 0;
    padding: 3rem 6rem;
    font-size: 2.5rem;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .content-gallery-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .content-gallery-container {
    flex-direction: row;
    margin-left: 2rem;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .content-gallery-container {
    flex-direction: row;
    margin: 0 5rem 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .content-gallery__img {
    width: 90%;
    margin: 0rem 1rem 1rem 1rem;
  }
}
@media (min-width: 768px) {
  .content-gallery__img {
    margin: 0.5rem;
    width: 30%;
  }
}
@media (min-width: 1280px) {
  .content-gallery__img {
    margin: 1rem;
  }
}

.header-nav__item:hover, .header-nav__item:active {
  color: #ffffff;
  font-weight: 600;
}
.header-nav__item-box {
  position: relative;
}
.header-nav__item--left {
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 767px) {
  .header-nav__item--left:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    border-bottom: 3px solid #ffffff;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .header-nav__item--left {
    border-bottom: 3px solid #ffffff;
    padding-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1.55rem 0 0 0;
  }
}
@media (min-width: 1280px) {
  .header-nav__item--left {
    margin-top: 1.62rem;
  }
}
.header-nav__item--right {
  color: #e1e1e1;
}
.header-nav__item--right:hover, .header-nav__item--right:active {
  color: #ffffff;
  font-weight: 600;
}

.comment {
  background-color: #000000;
}
.comment__header {
  margin: 0;
  padding: 1.8rem 0 1rem 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .comment__header {
    padding-left: 2rem;
  }
}
@media (min-width: 1280px) {
  .comment__header {
    margin: 0;
    padding: 3rem 6rem;
    font-size: 2.5rem;
    font-weight: 600;
  }
}
@media (min-width: 1280px) {
  .comment-content {
    margin: auto;
    width: 75%;
  }
}
.comment-content-box {
  display: flex;
  margin-bottom: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .comment-content-box {
    justify-content: center;
  }
}
.comment-content-box:after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 0;
  height: 2px;
  border-bottom: 2px solid #e1e1e1;
  width: 90%;
}
@media (min-width: 768px) {
  .comment-content-box:after {
    width: 80%;
    left: 10%;
  }
}
.comment__profile {
  width: 30%;
  display: flex;
  justify-content: center;
  margin: 2rem 0rem;
}
@media (min-width: 768px) {
  .comment__profile {
    padding-right: 2rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.comment__profile--pic {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .comment__profile--pic {
    width: 3.5rem;
    height: 3.5rem;
    margin-left: auto;
  }
}
.comment__form {
  width: 65%;
}
.comment__input {
  height: 2.25rem;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #e1e1e1;
}
.comment__input::-moz-placeholder {
  color: #ffffff;
}
.comment__input::placeholder {
  color: #ffffff;
}
.comment__input-title {
  font-size: 0.75rem;
  margin: 1rem 0rem 0.5rem 0rem;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.025rem;
}
.comment__input-box {
  display: flex;
  flex-direction: column;
}
.comment__input-nm {
  border-radius: 4px;
}
.comment__input-nm:focus, .comment__input-nm:active {
  border: 1px solid rgb(250, 3, 180);
  outline: none;
}
@media (max-width: 767px) {
  .comment__input-nm {
    padding: 0.75rem;
  }
}
@media (min-width: 768px) {
  .comment__input-nm {
    padding: 1rem;
  }
}
.comment__input-cmt {
  height: 10rem;
  padding-bottom: 6rem;
  border-radius: 4px;
}
.comment__input-cmt:focus, .comment__input-cmt:active {
  border: 1px solid rgb(250, 3, 180);
  outline: none;
}
@media (max-width: 767px) {
  .comment__input-cmt {
    padding: 0.75rem;
  }
}
@media (min-width: 768px) {
  .comment__input-cmt {
    padding: 1rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 1280px) {
  .comment__input-cmt {
    padding: 1rem;
    padding-bottom: 7rem;
  }
}
.comment__btn {
  width: 100%;
  background-color: #c9367d;
  margin: 1rem 0rem;
  height: 2.75rem;
  color: #ffffff;
  border: #323232;
  border-radius: 0.25rem;
  font-weight: 600;
}
.comment__btn-box {
  display: flex;
  width: 35%;
  margin-left: auto;
}
.comment__msg {
  display: flex;
  border-bottom: 2px solid #e1e1e1;
  width: 90%;
  margin: auto;
  color: #ffffff;
}
@media (min-width: 768px) {
  .comment__msg {
    width: 80%;
  }
}
.comment__msg-name {
  width: 70%;
  padding: 1rem 0 0 0;
  font-weight: 600;
  color: #ffffff;
}
.comment__msg-date {
  width: 30%;
  text-align: right;
  padding: 1rem 0 0 0;
  color: #ffffff;
}
.comment__msg-detail {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
@media (min-width: 768px) {
  .comment__msg-detail {
    width: 100%;
  }
}
.comment__msg-text {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .comment__msg-text {
    line-height: 1.75rem;
  }
}
.comment__msg-pic {
  width: 30%;
  display: flex;
  justify-content: center;
  margin: 1rem 0rem;
}
@media (min-width: 768px) {
  .comment__msg-pic {
    padding-right: 2rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.comment__msg-pic--round {
  border-radius: 50%;
  background-image: url("../../assets/Images/Mohan-muruge.jpg");
  width: 4rem;
  height: 4rem;
}
@media (min-width: 768px) {
  .comment__msg-pic--round {
    width: 3.5rem;
    height: 3.5rem;
    margin-left: auto;
  }
}/*# sourceMappingURL=bio.css.map */