/*$clr-primary: #FB7F7E;*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
h1 {
  /*font-size: size(40);

    width:size(1370);*/ }

/*@import
  'vendors/normalize';*/
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }
  html body {
    overflow-x: hidden; }
    @media (max-width: 991px) {
      html body {
        /**{
              overflow-x:hidden;
          }*/ } }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

/**
 * Basic styles for links
 */
/*a {
  color: $brand-color;
  text-decoration: none;

  @include on-event {
    color: $text-color;
    text-decoration: underline;
  }
}*/
/**
 * Basic typography style for copy text
 */
html {
  font-size: 100%; }

body {
  font-size: 1rem;
  line-height: 1.4; }

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a,
a:visited {
  color: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: poppins; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

.text-primary {
  color: #FED136 !important; }

.full-height {
  min-height: calc(100vh - 76px) !important; }

.white-light {
  color: rgba(255, 255, 255, 0.7) !important; }

.text-guest-secondary {
  color: #FB797F !important; }

.text-guest-primary {
  color: #FED136 !important; }

@media (max-width: 991px) {
  .navbar-top {
    padding: 0; }
    .navbar-top .navbar-collapse {
      padding: 10px 20px; } }

.navbar-top.navbar-dark {
  background-color: #222529 !important; }
  .navbar-top.navbar-dark .navbar-collapse {
    background-color: #222529 !important; }
  .navbar-top.navbar-dark .logo {
    height: 3.125rem; }

.navbar-top .logo {
  width: 15.625rem;
  height: 6.25rem; }

.navbar-top .nav-item {
  text-transform: capitalize; }
  .navbar-top .nav-item .nav-link {
    font-weight: 700;
    color: white; }
    .navbar-top .nav-item .nav-link:hover {
      color: #FED136; }

@media (max-width: 991px) {
  .navbar-top .dropdown {
    width: 100px; } }

.navbar-top .dropdown .dropdown-toggle {
  padding: 5px 10px; }
  .navbar-top .dropdown .dropdown-toggle::after {
    color: white !important; }
  .navbar-top .dropdown .dropdown-toggle img {
    width: 30px;
    height: 30px;
    border-radius: 50%; }

.navbar-top .dropdown .dropdown-menu {
  background-color: #222529;
  text-align: left;
  border-top: 2px solid #FED136;
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.05);
  border-left: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  padding: 0px 0;
  margin-left: 0px;
  color: #FED136; }
  .navbar-top .dropdown .dropdown-menu > li a {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .navbar-top .dropdown .dropdown-menu a:hover {
    color: #FED136; }

.navbar-top .nav-item:not(:first-child) {
  margin-left: 40px;
  /*@media(max-width:991px){
            margin-left:0;
        }*/ }
  @media (max-width: 991px) {
    .navbar-top .nav-item:not(:first-child) {
      margin-left: 0; } }

@media (max-width: 991px) {
  .navbar-top .navbar-collapse {
    background-color: #222529;
    color: #FED136;
    z-index: 10; }
  .navbar-top .has-children .drop-down {
    transform: scaleY(1);
    position: relative; } }

.navbar-top .has-children:hover > .drop-down {
  transform: scaleY(1); }
  @media (max-width: 991px) {
    .navbar-top .has-children:hover > .drop-down {
      position: relative; } }

.fixed-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #222529;
  z-index: 30; }
  .fixed-navbar .logo {
    height: 3.25rem;
    transition: all 0.3s ease; }

header {
  position: relative;
  min-height: 100vh;
  background-image: url(..//../images/header-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  color: white; }
  header .header-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 1.25rem;
    text-transform: capitalize;
    text-align: center;
    margin-top: 9.375rem; }
    @media (max-width: 678px) {
      header .header-content {
        margin-top: 4.6875rem; } }
    header .header-content > * {
      margin-bottom: 1.25rem; }
    header .header-content .heading-2 {
      font-size: 3.75rem; }
    @media (max-width: 678px) {
      header .header-content .heading-1 {
        font-size: 2.1875rem; }
      header .header-content .heading-2 {
        font-size: 3.125rem; } }
    @media (max-width: 678px) {
      header .header-content .heading-1 {
        font-size: 1.875rem; }
      header .header-content .heading-2 {
        font-size: 2.5rem; } }

.footer-main {
  background-color: #3c3d41;
  padding: 40px 0; }
  .footer-main .logo-con {
    display: flex;
    align-items: center; }
  .footer-main .img-logo {
    width: 12.5rem; }
  .footer-main .menu-head {
    color: white;
    font-size: 1.4375rem;
    line-height: 2rem;
    font-weight: 700;
    text-transform: uppercase; }
  .footer-main .menu-list li {
    position: relative;
    line-height: 38px; }
    .footer-main .menu-list li a {
      padding-left: 20px;
      text-decoration: none;
      color: white; }
      .footer-main .menu-list li a:before {
        content: "\f105";
        font-family: fontawesome;
        color: #8c979e;
        position: absolute;
        left: 0;
        line-height: 38px; }
      .footer-main .menu-list li a:hover, .footer-main .menu-list li a:focus, .footer-main .menu-list li a:hover::before, .footer-main .menu-list li a:focus::before {
        color: #FB797F; }
  .footer-main .socials a {
    font-size: 1.875rem; }
  .footer-main .socials li:first-child a {
    padding-left: 0; }
  .footer-main .socials a:before {
    content: none !important; }

.footer-bottom {
  padding: 1.875rem 0;
  background-color: #333333; }
  .footer-bottom .copyright {
    margin: 0;
    text-align: center;
    color: white; }
    .footer-bottom .copyright a {
      color: #8c9597;
      text-decoration: none; }
      .footer-bottom .copyright a:hover {
        color: #FB797F; }

.sidebar {
  width: 250px;
  background-color: #343a40;
  overflow-y: auto;
  padding-bottom: 70px;
  border-top: 1px solid white; }
  @media (max-width: 991px) {
    .sidebar {
      display: none;
      position: fixed; } }
  .sidebar .fa-times {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    display: none; }
    @media (max-width: 991px) {
      .sidebar .fa-times {
        display: block; } }
  .sidebar li {
    padding: 7px 20px;
    position: relative; }
    .sidebar li a {
      color: #E6E7E8; }
    .sidebar li img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 3px solid white; }
  .sidebar li.logo {
    padding: 16px 20px;
    text-align: center;
    color: white; }
    .sidebar li.logo .name {
      margin-bottom: 0; }
  .sidebar li:hover {
    background-color: #fc7a7f70; }

.section {
  padding: 4.0625rem 0 4.6875rem; }
  @media (max-width: 991px) {
    .section {
      padding: 1.875rem; } }
  .section .section-head {
    text-align: center;
    margin-bottom: 4.0625rem; }
    .section .section-head h1 {
      font-size: 35px;
      line-height: 38px;
      font-weight: 700; }
    .section .section-head p {
      color: #8c9597; }
  .section .section-content .section-icon {
    margin-bottom: 0.625rem;
    font-size: 2.1875rem;
    line-height: 1.625rem; }
  .section .section-content .service {
    text-align: center; }
    .section .section-content .service h3 {
      font-size: 23px;
      line-height: 32px;
      font-weight: 700;
      margin-bottom: 1.25rem;
      text-transform: capitalize; }
    .section .section-content .service p {
      line-height: 1.625rem;
      color: #8c9597;
      font-weight: 400; }

.portfolio-section {
  background-image: url(..//../images/pattern.png) !important;
  background-attachment: fixed;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }
  .portfolio-section .artist {
    margin-bottom: 1.25rem; }
    .portfolio-section .artist .card-body h5 {
      font-size: 1.5625rem;
      margin-bottom: 0; }
    .portfolio-section .artist .portfolio-hover {
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(254, 209, 54, 0.8);
      opacity: 0;
      transition: opacity ease-in-out 0.25s;
      cursor: pointer; }
      .portfolio-section .artist .portfolio-hover .fa {
        font-size: 3.75rem;
        color: white; }
    .portfolio-section .artist .artist-img-con {
      position: relative; }
    .portfolio-section .artist .artist-img-con:hover .portfolio-hover {
      opacity: 1; }

.contact-section {
  min-height: 88vh; }
  .contact-section .contact-text-con {
    display: flex; }
    .contact-section .contact-text-con .contact-type {
      width: auto;
      margin: 0;
      padding: 0 20px 0 0;
      border-right: 1px solid #e1e1e1;
      font-weight: 400;
      font-size: 16px;
      color: #FED136;
      font-family: lato;
      line-height: 26px; }
    .contact-section .contact-text-con .contact-text {
      width: auto;
      margin: 0;
      padding: 0 0 0 20px; }
      .contact-section .contact-text-con .contact-text span {
        width: 100%;
        display: block;
        line-height: 1.6;
        font-size: 16px;
        color: #8c9597;
        font-family: lato; }
  .contact-section .contact-socials {
    width: 100%;
    text-align: right; }
    .contact-section .contact-socials a {
      margin-left: 15px;
      font-size: 15px;
      color: #8c9597;
      transition: all .3s; }
  .contact-section form {
    margin-top: 3.125rem; }
    .contact-section form .form-group > label {
      margin-bottom: 0.1875rem; }

.signup-section,
.login-section {
  min-height: calc(100vh - 76px); }

.upload-section .select-song-text {
  font-size: 1.25rem; }

.upload-section .avatar-preview {
  background-image: url(..//../images/uploads.png);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.about-section .section-head div {
  color: #8c9597; }

.about-section .about-card {
  margin: auto;
  margin-bottom: 1.25rem; }
  .about-section .about-card img {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%; }
  .about-section .about-card h3 {
    margin: 0 !important; }
  .about-section .about-card .date {
    color: #ccc;
    margin-bottom: 0.9375rem; }

.admin-section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  @media (max-width: 991px) {
    .admin-section {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.tbl-base td {
  vertical-align: middle;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem; }

.tbl-base .cover-header {
  width: 5rem; }

.tbl-base .action-header {
  width: 9.375rem; }

.tbl-base .cover-con .cover-img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #ccc; }

.tbl-base .media-icons {
  white-space: nowrap; }
  .tbl-base .media-icons a {
    border: 1px solid #ccc;
    padding: 2px 10px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-radius: 5px; }
    .tbl-base .media-icons a:not(:last-child) {
      margin-right: 4px; }
    .tbl-base .media-icons a:hover {
      background-color: #343a40;
      color: white; }

.card-primary {
  margin-bottom: 50px;
  padding-right: 0; }
  .card-primary > div:first-child {
    margin: auto; }
  .card-primary div[class*="col"] {
    margin: auto; }
  .card-primary .card-content {
    width: 14.375rem;
    min-height: 23.75rem;
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.45); }
    .card-primary .card-content .card-body {
      position: relative; }
    .card-primary .card-content .card-edit {
      position: absolute;
      top: 0.3125rem;
      right: 0.625rem;
      color: #FED136;
      font-size: 1.25rem; }
    .card-primary .card-content .card-profile-img {
      width: 110px;
      height: 110px;
      object-fit: cover;
      border-radius: 50%;
      margin-top: -4.625rem;
      margin-bottom: 35px;
      border: 2px solid #ffffff; }

.portfolio-modal .modal-header, .portfolio-modal .modal-footer {
  border: none; }

.portfolio-modal .modal-dialog {
  max-width: 90% !important; }

.portfolio-modal .modal-header .close {
  font-size: 4.375rem;
  color: #FED136;
  opacity: 1;
  padding-top: 0;
  outline: none; }

.portfolio-modal .artist-name {
  margin-bottom: 0; }

.portfolio-modal .artist-description {
  margin-bottom: 1.875rem;
  color: #8c9597; }

.portfolio-modal img {
  margin-bottom: 1.875rem; }

.portfolio-modal .modal-footer {
  justify-content: center; }
  .portfolio-modal .modal-footer button {
    background-color: #FED136;
    color: white; }

.btn-base {
  background: #FED136;
  padding: 0.625rem 3.125rem;
  display: inline-block;
  /*border: 3px solid #fff;*/
  border-radius: 3px;
  font-weight: 700;
  font-size: 1rem;
  color: white;
  text-transform: capitalize; }

.btn-primary {
  background-color: #FED136 !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important; }

.btn-login, .btn-upload, .btn-signup, .btn-send {
  background-color: #FED136; }

.btn-upload {
  border: none; }

.btn-send:hover {
  color: white; }

.btn-cta {
  background: #FED136;
  margin: 0 0.9375rem;
  padding: 0.625rem 3.125rem;
  display: inline-block;
  border: 3px solid #fff;
  border-radius: 3px;
  font-weight: 700;
  font-size: 1rem;
  color: white;
  text-transform: capitalize; }

.btn-rounded {
  border-radius: 4rem; }
  .btn-rounded:hover {
    color: white; }

.drop-down {
  /*opacity: 1;*/
  z-index: 10;
  transform: scaleY(0);
  min-width: 9.375rem;
  transform-origin: top;
  top: 65%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #FED136;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.05);
  border-left: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  padding: 0px 0;
  margin-left: 0px;
  background: #222529;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  /*@media(max-width:991px){
        position:relative;
        transform:translateY(0)
    }*/ }
  @media (max-width: 991px) {
    .drop-down {
      background-color: transparent !important;
      border: none; } }

.navbar-dark .drop-down, .fixed-navbar .drop-down {
  color: white;
  top: 100%; }

.drop-down a {
  padding: 9px 20px;
  display: block;
  text-decoration: none;
  width: 100%; }

.drop-down a:hover {
  color: #FED136; }

.drop-down .has-children {
  position: relative; }

.drop-down .has-children a:first-child i {
  position: absolute;
  right: 0.5rem;
  top: 1.3rem; }

.drop-down .has-children .drop-down {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 20rem; }

.drop-down .has-children ul {
  left: 100%;
  top: 0; }

@media (max-width: 768px) {
  .drop-down .has-children ul {
    left: 0;
    top: 110%; } }

.input-base {
  width: 100%;
  height: 35px;
  background-color: #fcfcfc;
  padding: 0 20px;
  border: 1px solid #e1e1e1;
  outline: 0;
  font-family: lato,sans-serif;
  font-size: 16px;
  color: #8c9597;
  display: block;
  font-weight: 400;
  line-height: 25px; }

textarea.input-base {
  height: auto; }

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  margin-top: -3px; }

.custom-control-label::after {
  position: absolute;
  top: -2px;
  left: -28px;
  display: block;
  width: 27px;
  height: 27px;
  content: "";
  background: no-repeat 50% / 50% 50%; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #FED136;
  /* left: -12px; */
  width: 20px;
  height: 20px; }

.custom-radio .custom-control-label::after {
  top: -3px;
  left: -27px; }

.avatar-uploader .avatar-upload .avatar-preview {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  margin: auto; }

.avatar-uploader .avatar-upload .avatar-preview {
  width: 162px;
  height: 162px;
  position: relative;
  border-radius: 100%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  background-color: #f5f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none; }
  .avatar-uploader .avatar-upload .avatar-preview .fa {
    color: #FED136;
    font-size: 3.125rem;
    opacity: 0.7; }

.avatar-uploader .avatar-upload input[type=file] {
  display: none; }

.avatar-uploader .avatar-upload .plus-con {
  background-color: #FED136;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -2.5rem;
  left: 15.625rem;
  color: white; }

.avatar-uploader .avatar-text {
  text-align: center;
  font-size: 1.5625rem; }

.btn-custom-file {
  background-color: #FED136;
  color: white !important; }
  .btn-custom-file .custom-file {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent; }

.login-section input[type=text], .login-section input[type=password] {
  width: 100%;
  height: 35px;
  background-color: #fcfcfc;
  padding: 0 20px;
  border: 1px solid #e1e1e1;
  outline: 0;
  font-family: lato,sans-serif;
  font-size: 16px;
  color: #8c9597;
  display: block;
  font-weight: 400;
  line-height: 25px; }

.login-section .section-content {
  padding-left: 3.125rem;
  padding-right: 3.125rem; }

.login-section .remember-me-con {
  display: flex;
  align-items: center; }

.login-section .forget-password {
  text-decoration: none;
  color: #FED136;
  display: inline-block;
  margin-top: 0.625rem; }

.signup-section .optional-text {
  font-size: 1.375rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 7px 0;
  margin-top: 40px; }

.dashboard-section, .admin-section {
  display: flex; }
  @media (max-width: 991px) {
    .dashboard-section, .admin-section {
      display: block; } }
  .dashboard-section .btn-toggle-sidebar, .admin-section .btn-toggle-sidebar {
    border: 1px solid #8c9597;
    display: none;
    position: relative;
    top: -8px; }
    @media (max-width: 991px) {
      .dashboard-section .btn-toggle-sidebar, .admin-section .btn-toggle-sidebar {
        display: block; } }
  .dashboard-section .main-content, .admin-section .main-content {
    padding: 3.125rem; }
    @media (max-width: 991px) {
      .dashboard-section .main-content, .admin-section .main-content {
        padding: 1.25rem; } }
    .dashboard-section .main-content .top-card, .admin-section .main-content .top-card {
      background: linear-gradient(90deg, #FB797F, #efab8e);
      padding: 1rem;
      border-radius: 0.25rem;
      margin-bottom: 1.875rem; }
      .dashboard-section .main-content .top-card h4, .admin-section .main-content .top-card h4 {
        margin: 0;
        color: white; }
      .dashboard-section .main-content .top-card div, .admin-section .main-content .top-card div {
        color: rgba(255, 255, 255, 0.7); }

.admin-section .main-content {
  padding-top: 0;
  padding-bottom: 0; }

.profile-page .profile-header {
  background-image: url(..//../images/profile_banner2.jpg);
  background-position: top;
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
  height: 17.8125rem;
  color: white;
  margin: 0.9375rem 1.5625rem; }
  .profile-page .profile-header .profile-content {
    display: flex;
    align-items: flex-end;
    height: inherit; }
    .profile-page .profile-header .profile-content .profile {
      display: flex;
      align-items: center;
      margin-left: 1.25rem; }
      .profile-page .profile-header .profile-content .profile .img-con {
        margin-right: 0.9375rem; }
        .profile-page .profile-header .profile-content .profile .img-con img {
          width: 150px;
          height: 150px;
          object-fit: cover;
          border-radius: 0;
          padding-bottom: 0; }
      .profile-page .profile-header .profile-content .profile .profile-text .name {
        transform: translateY(25px); }

.edit-profile-page .edit-section {
  padding-top: 50px;
  padding-bottom: 50px; }
  .edit-profile-page .edit-section .plus-con {
    left: 18.9375rem; }
