@font-face {
  font-family: "Konnect-Bold";
  src: url("../fonts/KonnectBold/font.woff2") format("woff2"),
    url("../fonts/KonnectBold/font.woff") format("woff");
}

@font-face {
  font-family: "Konnect-SemiBold";
  src: url("../fonts/KonnectSemiBold/font.woff2") format("woff2"),
    url("../fonts/KonnectSemiBold/font.woff") format("woff");
}

@font-face {
  font-family: "Konnect-Regular";
  src: url("../fonts/KonnectRegular/font.woff2") format("woff2"),
    url("../fonts/KonnectRegular/font.woff") format("woff");
}

@font-face {
  font-family: "riftregular";
  src: url("../fonts/fort_foundry_-_rift-regular-webfont.woff2") format("woff2"),
    url("../fonts/fort_foundry_-_rift-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "riftbold";
  src: url("../fonts/fort_foundry_-_rift-bold-webfont.woff2") format("woff2"),
    url("../fonts/fort_foundry_-_rift-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Konnect-Regular";
  font-size: 16px;
  overflow-x: hidden;
  height: 100vh;
}

body.horizontal-scroll-none {
  overscroll-behavior-y: none;
}

::placeholder {
  color: #050a39 !important;
  opacity: 1 !important;
  font-family: "Konnect-Bold" !important;
}

:-ms-input-placeholder {
  color: #050a39 !important;
  font-family: "Konnect-Bold" !important;
}

::-ms-input-placeholder {
  color: #050a39 !important;
  font-family: "Konnect-Bold" !important;
}

a {
  color: #050a39;
}

a:hover {
  color: #ffcd18;
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
}

.h1,
h1 {
  font-size: 90px;
  font-weight: bold;
  font-family: "Konnect-Bold";
  line-height: 90px;
}

.h2,
h2 {
  font-size: 42px;
  font-weight: bold;
  font-family: "Konnect-Bold";
}

.h3,
h3 {
  font-size: 40px;
  font-weight: 400;
  font-family: "Konnect-Bold";
}

.h4,
h4 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Konnect-Bold";
}

.h5,
h5 {
  font-size: 18px;
  font-weight: 400;
  font-family: "Konnect-Bold";
}

b,
strong {
  font-family: "Konnect-Bold";
}

.container-custom1 {
  padding: 0 1rem;
}

.text-primary {
  color: #ec740c !important;
}

.text-warning {
  color: #ffcc1a !important;
}

.table td,
.table th {
  padding: 1rem 2rem;
  border-top: 0px solid #dee2e6;
  vertical-align: middle;
  border-left: 2px solid #f0f3f6;
}

.table thead th {
  vertical-align: middle;
  border-bottom: 0px solid #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #050a39;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f1f3f6;
}

.table-striped tbody tr:nth-of-type(odd) td {
  border-left: 2px solid #fff;
}

.table-striped thead th:first-child,
.table-striped tbody td:first-child {
  border-left: 0;
}

.navbar-brand {
  font-family: "Konnect-Bold";
}

.btn {
  display: inline-block;
  font-weight: 800;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.575rem 4rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Konnect-SemiBold";
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #050a39;
  background-color: #ffcd1a;
  border-color: #ffcd1a;
}

.btn:hover {
  text-decoration: none;
  color: #212529;
}

.btn-primary {
  color: #050a39;
  background-color: #ffcd1a;
  border-color: #ffcd1a;
}

.btn-primary:hover {
  color: #050a39;
  background-color: transparent;
  border-color: #ffcd1a;
}

.btn-primary-reverse {
  color: #050a39;
  background-color: #e5e5e5;
  border-color: #ffcd1a;
}
.btn-primary-reverse:hover {
  color: #050a39;
  background-color: #ffcd1a;
  border-color: #ffcd1a;
}

.btn-text-invert.btn-primary:hover {
  color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #050a39;
  background-color: #ffcd1a;
  border-color: #ffcd1a;
  box-shadow: none;
}

.btn-outline-primary {
  color: #050a39;
  border-color: #ffcc1a;
}

.btn-text-invert.btn-outline-primary {
  color: #fff;
}

.btn-outline-primary:hover {
  color: #050a39;
  background-color: #ffcd1a;
  border-color: #ffcd1a;
}

.btn-outline-warning {
  color: #050a39;
  border-color: #ffcc1a;
}

.btn-outline-warning:hover {
  color: #050a39;
  background-color: #ffcc1a;
  border-color: #ffcc1a;
}

.btn.with-left-arrow:before {
  content: "";
  border-top: 8px solid transparent;
  border-right: 10px solid #ffcc1a;
  border-bottom: 8px solid transparent;
  margin-right: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.btn.with-left-arrow:hover:before {
  border-right: 10px solid #ffcc1a;
}

.btn.with-right-arrow:after {
  content: "";
  border-top: 8px solid transparent;
  border-left: 10px solid;
  border-bottom: 8px solid transparent;
  margin-left: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.btn.with-right-arrow-yellow:after {
  content: "";
  border-top: 8px solid transparent;
  border-left: 10px solid #ffcc1a;
  border-bottom: 8px solid transparent;
  margin-left: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.btn.with-right-arrow:hover:after {
  border-left: 8px solid #ffcc1a;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.875rem 2rem;
  font-size: inherit;
  line-height: 1.5;
  border-radius: 0;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0rem;
}

.btn.btn-circle {
  border-radius: 50%;
  padding: 0;
}

.btn.btn-circle:hover {
  color: #fff;
}

.btn-circle.btn-sm {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 0.8rem;
}

.btn-circle.btn-lg {
  width: 64px;
  height: 64px;
  line-height: 64px;
}

.btn-circle.btn-md {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.form-group {
  margin-bottom: 2rem;
}

.form-control {
  background-color: #f0f3f6;
  height: 60px;
  border-radius: 0px;
  border: 2px solid #f0f3f6;
  color: #050a39;
  font-family: "Konnect-SemiBold";
}

.form-control:focus,
.form-control.is-valid:focus,
.form-control.is-normal:focus,
.was-validated .form-control:valid:focus,
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  color: #050a39;
  background-color: #fff;
  border-color: #ec740c;
  outline: 0;
  box-shadow: none;
}

.form-control.is-invalid {
  border-color: #ff0000 !important;
}

.form-control.is-success {
  border-color: green !important;
}

.has-float-label {
  position: relative;
  display: block;
}

.has-float-label label,
.has-float-label > span {
  position: absolute;
  cursor: text;
  font-size: 13px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: -1.7em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
  color: #050a39;
  font-family: "Konnect-SemiBold";
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 1rem;
  opacity: 0;
  top: 1.4em;
  font-weight: 600;
}

.form-control.is-normal {
  border-color: #f0f3f6;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url(../images/normal-icon.svg);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #f0f3f6;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url(../images/valid-icon.svg);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #f0f3f6;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url(../images/error-icon.svg);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.calendar {
  padding-right: calc(1.5em + 1.4rem) !important;
  background-image: url(../images/cal.svg);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.6875rem) center;
}

.form-control.bodered {
  border: 2px solid #f0f3f6;
  background-color: transparent;
}

.with-icon-bg > label {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-color: #ffcc19;
  position: absolute;
  right: 15px;
  margin: 0;
}

.with-icon-bg > label.calendar {
  background-image: url(../images/cal.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.form-control-sm.form-control {
  height: 43px;
}

.form-group .dropdown .btn {
  background: #f0f3f6;
  padding: 0.375rem 0.75rem;
  height: 60px;
}

.form-group .dropdown .btn:hover,
.form-group .dropdown .btn:focus {
  background: #fff;
  padding: 0.375rem 0.75rem;
  height: 60px;
  border-color: #ec740c;
  color: #495057;
  box-shadow: none;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.7em solid;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
  position: absolute;
  right: 15px;
  top: 25px;
}

#div1,
.showbtn,
.showbtn1,
.showbtn2 {
  display: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ec740c;
  border-radius: 0;
  width: 100%;
  margin-top: -2px;
  border-top: 0px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.7rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:nth-child(odd) {
  background: #f1f3f6;
}

.gradiant1 {
  background: linear-gradient(180deg, #4f026e 0%, #181175 55.15%, #050a39 100%);
}

.gradiant2 {
  background: linear-gradient(
    180deg,
    #52006d 9.9%,
    #181279 47.95%,
    #0d003e 83.14%
  );
}

.gradiant-bg-black1 {
  background: linear-gradient(180deg, #000000 0%, #101010 78.94%, #121212 100%);
}

.gradiant-bg-black2 {
  background: linear-gradient(180deg, #121212 0%, #000000 100%);
}

.gradiant-text1 {
  background: linear-gradient(
    90deg,
    #0d003e 0%,
    #181279 43.92%,
    #52006d 87.16%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-grey1 {
  background: #f1f3f6;
}

.body-bg {
  background-color: #f1f3f6 !important;
}

.homepage-section1 {
  background-size: 100% 100%;
  max-height: 100vh;
  overflow: hidden;
  padding: 0rem 10% 0rem 10%;
  background: linear-gradient(222deg, #52006d 0%, #0d003e 47.65%, #181279 130%);
}

.homepage-section3 {
  background: linear-gradient(
    0.09deg,
    #0d003e 6.27%,
    #181279 51.02%,
    #52006d 99.92%
  );
}

.homepage-section3 .slick-dotted.slick-slider {
  margin-bottom: 0px;
  margin-top: 1rem !important;
}

.homepage-section1 .left-content {
  padding-right: 3rem;
}

.homepage-section1 .right-content {
  padding-left: 3rem;
}

.homepage-section2 .left-content {
  padding-left: 5rem;
}

.homepage-section2 .right-content {
  padding-left: 7rem;
}

.homepage-section2 .right-content > div.flex-column > div:nth-child(2) {
  margin: 5rem 0;
}

.homepage-section2 .right-content .media img {
  position: relative;
  top: -13px;
}

.homepage-section2 .right-content .media h4 {
  position: relative;
  top: 0px;
  color: #050a39;
  margin: 0;
  font-family: "Konnect-Bold";
}

.homepage-section2 .right-content .media p {
  line-height: 30px;
  margin: 0;

  color: #050a39;
  font-size: 18px;
  font-family: "Konnect-Regular";
  position: relative;
  top: 8px;
}

.homepage-section1 .right-content h1 {
  margin-bottom: 0px;
  position: relative;
  bottom: -15px;
  line-height: 82px;
  font-size: 90px;
}

.homepage-section1 .right-content h3 {
  margin-bottom: 0px;
  margin-top: -1px;
}

.homepage-section1 .right-content p {
  position: relative;
  top: -5px;
}

.homepage-section4 .right-content h1 {
  margin-bottom: 0px;
  position: relative;
  bottom: -50px;
}

.homepage-section4 .right-content h4 {
  margin-bottom: 0px;
  margin-top: 38px;
}

.homepage-section4 .right-content p {
  position: relative;
  top: 5px;
}

.homepage-section1 .btn-lg,
.homepage-section2 .btn-lg,
.homepage-section3 .btn-lg,
.homepage-section4 .btn-lg {
  width: 203px;
  padding: 0.6rem 0.6rem;
  font-size: 16px;
  font-weight: 400;
  font-family: "Konnect-SemiBold";
}

.homepage-section1 .btn-lg:first-child,
.homepage-section3 .btn-lg:first-child,
.homepage-section4 .btn-lg:first-child {
  margin-right: 12px;
}

.homepage-section2 h1 {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 0px !important;
  top: 35px;
}

.homepage-section2 h1 small {
  font-family: "riftbold";
  font-size: 18px;
  color: #ec740c;
  margin-bottom: 0px;
  position: relative;
  top: -20px;
  display: block;
}

.homepage-section3 h1 {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 15px;
}

.homepage-section4 h1 {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 20px;
  width: 330px;
}

.homepage-section3 h1 + p {
  margin-bottom: 25px;
}

.homepage-section4 h1 + p {
  margin-bottom: 25px;
}

.homepage-section2 h4.rift-font {
  font-family: "riftbold";
  font-size: 18px;
  color: #ec740c;
  margin-bottom: 0px;
  position: relative;
  top: 20px;
}

.homepage-section2 h1 + p {
  line-height: 30px;
  position: relative;
  top: 41px;
}

.homepage-section2 h1 + p + p {
  top: 15px;
  position: relative;
}

.homepage-section2 .wave-img-bg,
.homepage-section4 .wave-img-bg {
  position: absolute;
  left: 0;
  top: -1px;
  height: calc(100% + 2px);
  width: 50%;
  display: block;
  z-index: -1;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    #52006d 9.9%,
    #181279 47.95%,
    #0d003e 83.14%
  );
}

.homepage-section2 .wave-img-bg img {
  height: calc(100% + 300px);
  position: absolute;
  top: 0;
  bottom: 0;
}

.bg-animation {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #191580 50%, #51006d 70%, #51006d 100%);
  background-size: 200% 100%;
  -webkit-animation: Animation 10s ease infinite;
  -moz-animation: Animation 10s ease infinite;
  animation: Animation 10s ease infinite;
}

@-webkit-keyframes Animation {
  0% {
    background-position: 10% 0%;
  }

  50% {
    background-position: 91% 100%;
  }

  100% {
    background-position: 10% 0%;
  }
}

@-moz-keyframes Animation {
  0% {
    background-position: 10% 0%;
  }

  50% {
    background-position: 91% 100%;
  }

  100% {
    background-position: 10% 0%;
  }
}

@keyframes Animation {
  0% {
    background-position: 10% 0%;
  }

  50% {
    background-position: 91% 100%;
  }

  100% {
    background-position: 10% 100%;
  }
}

.blur-text-primary {
  color: #ec740c !important;
  text-shadow: 0 0 0px #c8baad !important;
  transition: 1s;
}

.text-clear {
  color: transparent;
  text-shadow: 0 0 4px #ec740c;
  transition: 1s;
}

.border-info {
  border-color: #1dafdc !important;
}

.card-white-shadow {
  box-shadow: -10px 10px 40px rgba(5, 10, 57, 0.15);
  background: #fff;
  padding: 4rem;
  border: none;
  border-radius: 0;
}

.floating-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.full-max-width {
  max-width: 100% !important;
}

/* Hamburger menu  */
#menuToggle {
  display: flex;
  position: relative;
  top: 10px;
  right: 0px;
  z-index: 1065;
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
  margin-left: auto;
  transition: all 0.3s ease;
}

#menuToggle:after {
  content: "Menu";
  display: block;
  color: #fff;
  transition: 2s;
  margin-top: 6px;
}

.colorUpdateBlack::after {
  color: #000 !important;
  transition: 2s;
}

#menuToggle input {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 44px;
  height: 2px;
  margin-bottom: 8px;
  position: relative;
  background: #ffcc1a;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 11px -3px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
  margin-bottom: 0px;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #ffcc1a;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: fixed;
  width: 50rem;
  margin: 0px 0 0 0;
  padding: 0rem 0rem 0rem 0vw;
  right: -100%;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  height: 100vh;
  overflow: hidden;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
  z-index: 0;
}

#menu > div.nav-wave-container {
  width: 100%;
  height: 100%;
  position: absolute;
  right: calc(0rem + -8rem);
  top: 0;
  z-index: 1;
  overflow: hidden;
}

#menu > div.nav-links-container {
  background: #fff;
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 10rem 10rem;
  justify-content: center;
  font-family: "Konnect-SemiBold";
  position: inherit;
  z-index: 2;
  position: initial;
  right: 0;
  left: auto;
}

#menu > div.nav-links-container > div {
  margin: 6rem 0;
}

#menu > div.nav-links-container > div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu::before {
  content: "";
  display: none;
  background: url(../images/menu-bg-full.svg) repeat-y center right;
  background-size: cover;
  height: calc(100% + 100px);
  width: 185px;
  position: absolute;
  left: 183px;
  z-index: 3;
  top: 0;
}

#menuToggle input:checked ~ #menu .menu-wave-wrapper .menu-wave {
  display: block;
  background: url(../images/wave-grey-ver-menu.svg) repeat-y center left;
  background-size: cover;
  height: calc(100% + 100px);
  width: 85px;
  position: absolute;
  left: -83px;
  z-index: 0;
  top: 0;
  animation: wave-ver-menu 5s ease-out -0.125s;
  transition: 1s;
}

@-webkit-keyframes wave-ver-menu {
  0% {
    background-position: left top;
  }

  100% {
    background-position: left top;
  }
}

@keyframes wave-ver-menu {
  0% {
    background-position: left -100px;
  }

  100% {
    background-position: left 1000px;
  }
}

#menuToggle input:checked ~ #menu div li,
#menuToggle input:checked ~ #menu div h4 {
  animation: CustomBounceInRight 2s ease-out -0.125s;
}

#menu li a {
  font-size: 16px;
  display: block;
  line-height: 45px;
}

#menu li a.btn {
  padding: 0.6rem 0.6rem;
  width: 203px;
  line-height: inherit;
}

#menuToggle input:checked ~ #menu {
  transform: none;
  opacity: 1;
  right: 0;
}

.list-normal {
  padding: 0;
}

.list-normal li {
  list-style: none;
  position: relative;
  margin: 0 0.5rem;
}

.list-normal.with-divider li {
  margin: 1rem 0rem;
}

.list-normal li a {
  display: inline-block;
  font-family: "Konnect-SemiBold";
}

#menu .navbar-brand {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #050a39;
  z-index: 4;
  font-family: "Konnect-Bold";
}

@media screen and (max-width: 768px) {
  #menu {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    width: 100%;
    right: 0;
    height: 100%;
  }

  #menuToggle:after {
    display: none;
  }

  .signup-form .card-white-shadow {
    padding: 4rem 2rem 2rem 2rem;
  }

  #TotalStreams,
  #TotalDistributions {
    height: 200px;
  }
}

/*========================================= 
============= Multistep Form ==============
=========================================*/
.multistep-signup-form .dots a {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  opacity: 0.2;
  border-radius: 50%;
  margin: 0 8px;
}

.multistep-signup-form .dots a.active {
  background: #ec740c;
  opacity: 1;
}

.signup-form {
  margin-top: -5rem;
}

.signup-form.with-wave {
  margin-top: -9rem;
}

.guitar-strings {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
}

.guitar-strings.up-front {
  z-index: 100;
}

.guitar-strings .circle1,
.guitar-strings .circle2 {
  background: transparent;
  border: 1px solid #240aac;
  width: 126px;
  border-radius: 50%;
  height: 126px;
  position: absolute;
  left: -63px;
  top: -25px;
}

.guitar-strings .circle2 {
  width: 166px;
  height: 166px;
  left: -83px;
  top: -45px;
}

.guitar-strings .strings span {
  display: block;
  margin: 13px 0;
  height: 2px;
  background: #240aac;
}

.guitar-strings.grey .bottom-part,
.guitar-strings.grey .bottom-part .top-knob .knob-circle1,
.guitar-strings.grey .bottom-part .top-knob .knob-circle2,
.guitar-strings.grey .bottom-part .bottom-knob .knob-circle1,
.guitar-strings.grey .bottom-part .bottom-knob .knob-circle2 {
  border-color: #050a390a;
}

.guitar-strings.grey .bottom-part .top-knob .line,
.guitar-strings.grey .bottom-part .bottom-knob .line,
.guitar-strings.grey .bottom-part .top-knob .knob-circle1:after,
.guitar-strings.grey .bottom-part .top-knob .knob-circle2:after,
.guitar-strings.grey .bottom-part .top-knob .knob-circle1:after,
.guitar-strings.grey .bottom-part .top-knob .knob-circle2:after,
.guitar-strings.grey .bottom-part .bottom-knob .knob-circle1:after,
.guitar-strings.grey .bottom-part .bottom-knob .knob-circle2:after {
  background: #050a390a;
}

.guitar-strings .strings span:first-child {
  margin-top: 0;
}

.guitar-strings .strings span:last-child {
  margin-bottom: 0;
}

.guitar-strings.ver-2 .strings span {
  display: block;
  margin: 15px 0;
  height: 1.8px;
  background: #7f648f;
}

.guitar-strings .strings span.vibrating {
  animation: vibrate 0.15s infinite;
}

.guitar-strings .bottom-part {
  position: absolute;
  right: 2px;
  top: 0px;
  height: calc(100% - 0px);
  width: 86px;
  border-left: 2px solid #889cf04d;
  opacity: 0.5;
}

.top-30 {
  top: -30px !important;
}

.bottom-15 {
  bottom: -15px !important;
}

.guitar-strings .bottom-part .top-knob {
  position: inherit;
  top: -15px;
  right: 0;
}

.guitar-strings .bottom-part .top-knob .line,
.guitar-strings .bottom-part .bottom-knob .line {
  display: block;
  width: 100px;
  background: #889cf04d;
  height: 1.8px;
  transform: rotate(-30deg) translate(12px, -5px);
}

.guitar-strings .bottom-part .bottom-knob .line {
  transform: rotate(30deg) translate(18px, 18px);
}

.guitar-strings .bottom-part .top-knob .knob-circle1,
.guitar-strings .bottom-part .top-knob .knob-circle2 {
  background: transparent;
  border: 2px solid #889cf04d;
  width: 21px;
  border-radius: 50%;
  height: 21px;
  position: absolute;
  left: 60px;
  top: -68px;
}

.guitar-strings .bottom-part .top-knob .knob-circle1:after,
.guitar-strings .bottom-part .top-knob .knob-circle2:after {
  content: "";
  display: block;
  width: 1.8px;
  height: 30px;
  background: #889cf04d;
  top: 19px;
  position: inherit;
  left: 8px;
}

.guitar-strings .bottom-part .top-knob .knob-circle2 {
  left: 25px;
  top: -48px;
}

.guitar-strings .bottom-part .bottom-knob {
  position: inherit;
  bottom: -1px;
  right: -1px;
}

.guitar-strings .bottom-part .bottom-knob .knob-circle1,
.guitar-strings .bottom-part .bottom-knob .knob-circle2 {
  background: transparent;
  border: 2px solid #889cf04d;
  width: 21px;
  border-radius: 50%;
  height: 21px;
  position: absolute;
  left: 60px;
  top: -68px;
}

.guitar-strings .bottom-part .bottom-knob .knob-circle1 {
  top: 67px !important;
}

.guitar-strings .bottom-part .bottom-knob .knob-circle2 {
  top: 47px !important;
}

.guitar-strings .bottom-part .bottom-knob .knob-circle2 {
  top: 48px;
  left: 25px;
}

.guitar-strings .bottom-part .bottom-knob .knob-circle1:after,
.guitar-strings .bottom-part .bottom-knob .knob-circle2:after {
  content: "";
  display: block;
  width: 1.8px;
  height: 30px;
  background: #889cf04d;
  top: 19px;
  position: inherit;
  left: 8px;
}

.guitar-strings .bottom-part .bottom-knob .knob-circle1:after,
.guitar-strings .bottom-part .bottom-knob .knob-circle2:after {
  top: -36px;
  height: 35px;
}

@keyframes vibrate {
  0% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(2px);
  }

  100% {
    transform: translateY(-4px);
  }
}

.hexagon-slider .dots {
  display: flex;
  position: absolute;
  left: -41px;
  top: calc(50% - 0px);
  flex-direction: column;
  transform: translateY(-50%);
}

.hexagon-slider .dots .dot {
  margin: 8px 0;
  height: 7px;
  width: 7px;
  background-color: #ffffff40;
  border-radius: 90%;
  display: inline-block;
  cursor: pointer;
}

.hexagon-slider .dots .dot a {
  display: block;
  color: inherit;
  background: #fff;
}

.hexagon-slider .dots .dot:hover,
.hexagon-slider .dots .dot.active {
  color: inherit;
  background: #ec740c;
}

.hexagon-slider .card:nth-child(1) {
  --delay: -1;
}

.hexagon-slider .card:nth-child(2) {
  --delay: 0;
}

.hexagon-slider .card:nth-child(3) {
  --delay: 1;
}

.hexagon-slider .card:nth-child(4) {
  --delay: 1;
}

.hexagon-slider .card:nth-child(5) {
  --delay: 2;
}

.hexagon-slider .card:nth-child(6) {
  --delay: 2;
}

.hexagon-slider .card .slide-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  background: linear-gradient(
    180deg,
    rgb(245 123 0 / 85%) 0%,
    rgb(245 123 0 / 85%) 40%,
    rgb(15 3 73 / 90%) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: 1s all ease;
  top: 0;
}

.hexagon-slider .card .slide-content .genre-circle {
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translate(200px, 200px);
  transition: 1s all ease;
}

.hexagon-slider .card:hover .slide-content {
  opacity: 1;
  visibility: visible;
}

.hexagon-slider .card:hover .genre-circle {
  opacity: 1;
  visibility: visible;
  width: 80px;
  height: 80px;
  line-height: 74px;
  font-size: 16px;
  transform: translate(0px, -74px);
}

.man-big {
  height: 100%;
  right: 0%;
  z-index: 0;
  width: 100%;
}

.man-big .mask {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  max-width: none;
  height: calc(100% - 25vh);
  transform: translateX(28%);
}

.artist-list-item .card {
  background: linear-gradient(180deg, #0917ad00 0%, #2018a8 100%);
  padding: 0px 2px 2px 2px;
  margin: 0px -2px 0px -2px;
  border-radius: 0px;
  transition-delay: 0.5s;
}

.artist-list-item .card .card-body {
  background: #150d66;
  position: relative;
  padding-top: 40px;
  z-index: 1;
  transition-delay: 0.5s;
}

.artist-list-item .card .card-body:before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(20, 9, 87, 0) 0%, #150d66 84.77%);
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -99px;
  z-index: 1;
  transition-delay: 0.5s;
}

.artist-list-item .card .card-body p {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
}

.artist-list-item .card .card-body h4 {
  margin-top: -143px;
  position: relative;
  z-index: 1;
}

.artist-list-item .card .card-body h5 {
  position: relative;
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  opacity: 1;
  color: #ffcc1a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 31px;
  height: 22px;
  background: url(../images/arrow-left.svg) no-repeat center center;
  background-size: contain;
  display: block;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 31px;
  height: 44px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  left: -55px;
}

.slick-next {
  transform: translate(0, -50%) rotate(180deg);
  right: -55px;
  left: auto;
}

main {
  overflow-x: hidden;
  position: sticky;
  top: 0;
  display: block;
}

main > section {
  min-width: 100vw;
  min-height: 100vh;
}

.section-mobile-padding {
  padding: 10rem 0;
}

.section-mobile-padding-top {
  padding: 10rem 0 0rem 0;
}

.wave-wrapper,
.banner-section .wave-wrapper {
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  top: -50px;
  z-index: 1;
  left: 0;
}

.wave-wrapper.bottom,
.banner-section .wave-wrapper.bottom {
  top: auto;
  bottom: -40px;
}

.wave {
  background: url(../images/wave-white-hor.svg) repeat-x;
  width: 6400px;
  height: 98px;
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  z-index: 1;
  background-position: top left;
}

.wave-wrapper.bottom .wave.bottom {
  background: url(../images/wave-white-hor-b.svg) repeat-x;
}

.banner-section .wave-wrapper.bottom .wave.bottom {
  background: url(../images/grey-inner-banner.svg) repeat-x;
  background-size: contain;
}

.wave:nth-of-type(2) {
  top: -175px;
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite,
    swell 7s ease -1.25s infinite;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite,
    swell 7s ease -1.25s infinite;
  opacity: 1;
}

@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

@keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

@-webkit-keyframes swell {
  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }

  50% {
    transform: translate3d(0, 5px, 0);
  }
}

@keyframes swell {
  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }

  50% {
    transform: translate3d(0, 5px, 0);
  }
}

.slick-list {
  padding-top: 50px !important;
}

.artist-list-item .card .slide-content {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  padding: 1.5rem;
  background: linear-gradient(
    180deg,
    rgb(245 123 0 / 85%) 0%,
    rgb(245 123 0 / 85%) 40%,
    rgb(15 3 73 / 90%) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  transition-delay: 0.5s;
  left: 2px;
  top: 0px;
}

.artist-list-item .card .slide-content .genre-circle {
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translate(10px, 100px);
  transition: 1s all ease;
  transition-delay: 0.5s;
}

.artist-list-item .card:hover .slide-content {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}

.artist-list-item .card:hover .genre-circle {
  opacity: 1;
  visibility: visible;
  width: 80px;
  height: 80px;
  line-height: 75px;
  font-size: 16px;
  transform: translate(5px, -76px);
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.footer-inner {
  border-bottom: 14px solid #ec740c;
}

.full-height-body.with-mobile {
  height: 100vh;
}

.artists-listing-page {
  margin-top: 120px;
}

/* ===================================== Media Css Start ==================================================*/
@media only screen and (max-width: 768px) {
  #menu > div.nav-wave-container {
    display: none;
  }

  #menu > div.nav-links-container {
    padding: 0 0 0 30px;
    justify-content: space-evenly;
    width: 100%;
  }

  #menu > div.nav-links-container > div {
    margin: 0rem 0;
  }

  .homepage-section1 {
    animation: none;
    padding: 8rem 0;
  }

  .homepage-section1 h1,
  .artists-listing-page h1 {
    font-size: 42px;
    line-height: 42px;
  }

  .homepage-section2 h1,
  .homepage-section3 h1,
  .homepage-section4 h1 {
    font-size: 42px;
    line-height: 42px;
  }

  .homepage-section1 h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .homepage-section1 .btn:not(.btn-sm),
  .homepage-section2 .btn:not(.btn-sm),
  .homepage-section3 .btn:not(.btn-sm),
  .homepage-section4 .btn:not(.btn-sm) {
    padding: 0.875rem 1rem;
    width: calc(50% - -3px);
    display: inline-block;
    margin-left: -5px;
    font-size: 70%;
    margin-right: auto !important;
  }

  ul.homepage-slider {
    flex-direction: row;
  }

  ul.homepage-slider li:nth-child(1),
  ul.homepage-slider li:nth-child(3) {
    height: 50vh;
  }

  .guitar-strings.mobile-view .circle1,
  .guitar-strings.mobile-view .circle2 {
    background: transparent;
    border: 1px solid #ffffff57;
    width: 75px;
    border-radius: 50%;
    height: 75px;
    position: absolute;
    left: -48px;
    top: -7px;
  }

  .guitar-strings.mobile-view .circle2 {
    width: 100px;
    height: 100px;
    left: -60px;
    top: -19px;
  }

  .guitar-strings .strings span {
    margin: 7px 0;
  }

  .guitar-strings .bottom-part {
    width: 50px;
    top: 9px;
    height: calc(100% - 17px);
  }

  .guitar-strings .bottom-part .top-knob {
    top: -15px;
  }

  .guitar-strings .bottom-part .top-knob .line,
  .guitar-strings .bottom-part .bottom-knob .line {
    width: 62px;
  }

  .guitar-strings .bottom-part .top-knob .knob-circle1,
  .guitar-strings .bottom-part .top-knob .knob-circle2 {
    width: 15px;
    height: 15px;
    left: 32px;
    top: -52px;
  }

  .guitar-strings .bottom-part .top-knob .knob-circle2 {
    top: -39px;
    left: 10px;
  }

  .guitar-strings .bottom-part .top-knob .knob-circle1:after,
  .guitar-strings .bottom-part .top-knob .knob-circle2:after {
    height: 28px;
    top: 11px;
    left: 5px;
  }

  .guitar-strings .bottom-part .bottom-knob {
    bottom: 0px;
    right: -2px;
  }

  .guitar-strings .bottom-part .bottom-knob .knob-circle1,
  .guitar-strings .bottom-part .bottom-knob .knob-circle2 {
    width: 15px;
    height: 15px;
    left: 32px;
    top: 46px;
  }

  .guitar-strings .bottom-part .bottom-knob .knob-circle1 {
    top: 61px;
  }

  .guitar-strings .bottom-part .bottom-knob .knob-circle2 {
    top: 40px !important;
    left: 10px;
  }

  .guitar-strings .bottom-part .bottom-knob .knob-circle1:after,
  .guitar-strings .bottom-part .bottom-knob .knob-circle2:after {
    height: 13px;
    top: -17px;
    left: 5px;
  }

  .guitar-strings .bottom-part .bottom-knob .knob-circle2:after {
    height: 13px;
    top: -14px;
    left: 2px;
    width: 1px;
  }

  .guitar-strings.on-top {
    top: 15%;
  }

  .gradiant1.reverse-gradiant1 {
    background: linear-gradient(
      180deg,
      #181175 0%,
      #050a39 55.15%,
      #4f026e 100%
    );
  }

  .homepage-section4.gradiant1,
  .homepage-section4.gradiant1 .bg-grey1 {
    background: #fff;
  }

  .homepage-section2 .bg-gradiant {
    background: #fff;
  }

  .homepage-section2 .bg-grey1,
  .homepage-section4 .bg-gradiant,
  .homepage-section4 .bg-grey1,
  #menu {
    background: #fff;
  }

  .carousel-item {
    display: block;
    margin: auto;
    float: none;
    backface-visibility: inherit;
  }

  .artist-list-item .card .slide-content {
    opacity: 1;
    visibility: visible;
    z-index: 0;
    background: none;
  }

  .artist-list-item .card .slide-content .genre-circle {
    opacity: 1;
    visibility: visible;
    width: 80px;
    height: 80px;
    line-height: 67px;
    font-weight: 600;
    font-size: 16px;
    transform: translate(0px, -70px);
  }

  .slick-dots li button:before {
    color: #fff;
    font-size: 9px;
  }

  .slick-dots li.slick-active button:before {
    color: #ec740c;
    opacity: 1;
  }

  .slick-dots li {
    margin: 0px 0px;
  }

  .slick-dots {
    bottom: -40px;
  }

  .artist-profile-page1 {
    background: linear-gradient(
      180deg,
      #4f026e 0%,
      #181175 55.15%,
      #050a39 100%
    );
  }
}

@media only screen and (min-width: 768px) {
  .artists-listing-page {
    margin-top: 100px;
  }

  .mobile-version.guitar-strings {
    display: none;
  }

  #menu .navbar-brand {
    display: none;
  }

  .h1,
  h1 {
    font-size: 90px;
    font-weight: bold;
  }

  .h2,
  h2 {
    font-size: 64px;
    font-weight: bold;
    line-height: 1;
  }

  .h3,
  h3 {
    font-size: 40px;
    font-weight: 400;
  }

  .h4,
  h4 {
    font-size: 28px;
    font-weight: 400;
  }

  .container-custom1 {
    padding: 0 6rem;
  }

  .homepage-slider-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: block;
    max-width: 75%;
  }

  .full-height-body {
    height: 100vh;
  }

  .artist-list-item .card {
    margin: 10px;
    position: relative;
  }

  .artists-listing-page .artist-list-item .card {
    margin: 5px 3px;
  }

  .section-mobile-padding,
  .section-mobile-padding-top {
    padding: 0rem 0;
  }

  .wave {
    display: none;
  }

  .banner-section .wave {
    display: block;
    height: 120px;
  }

  .homepage-section2 .wave-ver-grey:before,
  .homepage-section4 .wave-ver-grey:before {
    content: "";
    display: none;
    background: url(../images/wave-grey-ver.svg) repeat-y center left;
    background-size: cover;
    height: calc(100% + 0px);
    width: 85px;
    position: absolute;
    left: -83px;
    z-index: 0;
    top: 0;
  }

  .wave-ver-white:before {
    content: "";
    display: block;
    background: url(../images/wave-grey-ver.svg) repeat-y center left;
    background-size: cover;
    height: calc(100% + 100px);
    width: 85px;
    position: absolute;
    left: -83px;
    z-index: 0;
    top: 0;
    animation: wave-ver 5s ease-out -0.125s infinite;
  }

  @-webkit-keyframes wave-ver {
    0% {
      background-position: left top;
    }

    100% {
      background-position: left top;
    }
  }

  @keyframes wave-ver {
    0% {
      background-position: left -100px;
    }

    100% {
      background-position: left -1000px;
    }
  }

  .list-normal.with-divider li {
    margin: 0rem 1.3rem;
    display: inline-block;
    vertical-align: middle;
  }

  .list-normal.with-divider li:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 14px;
    background: #fff;
    top: 6px;
    right: -1.3rem;
  }

  .list-normal.light li:after {
    background: #000;
  }

  .list-normal.with-divider li:last-child:after {
    display: none;
  }

  .artists-listing-page {
    margin-top: 100px;
  }

  /* ===================================================
=== ScrollBar Hide But ScrollFunctional Css Start  ===
====================================================*/
  .height-scroll {
    height: 246px;
    overflow-y: hidden;
    max-width: 90%;
    transition: all 1s ease-in-out;
  }

  .height-scroll::-webkit-scrollbar {
    display: none;
  }

  .height-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .height-scroll.full {
    height: auto;
    overflow-y: hidden;
    transition: all 1s ease-in-out;
    max-height: 100%;
  }

  /* ===================================================
=== ScrollBar Hide But ScrollFunctional Css End  =====
====================================================*/
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
  h1,
  .h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

.carousel-inner .carousel-item {
  transition: all 1.85s cubic-bezier(0.77, 0, 0.175, 1);
}

.wrapper {
  width: 45em;
  height: 85em;
}

.scrollbox {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.015);
  box-sizing: border-box;
}

.scrollgroup {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  z-index: 0;
}

.scrollgroup .scrollitem {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.scrollitem img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.scrollitem:nth-child(1) {
  opacity: 0.2;
  height: 210px;
}

.scrollitem:nth-child(2) {
  height: 410px;
}

.scrollitem:nth-child(3) {
  opacity: 0.2;
  height: 210px;
}

.last {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  opacity: 0;
  -webkit-animation: fading ease-in 1s;
  animation: fading ease-in 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fading {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fading {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fading {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dot {
  height: 10px;
  width: 10px;
  margin-left: 90px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

/* down */
@keyframes carousel-item-left {
  from {
    margin-top: 0%;
    height: 100%;
    opacity: 1;
  }

  to {
    margin-top: 1%;
    height: 300%;
    opacity: 0.1;
  }
}

/* up */
@keyframes carousel-item {
  from {
    margin-top: 1%;
    height: 300%;
    opacity: 0.1;
  }

  to {
    margin-bottom: 0%;
    height: 100%;
    opacity: 1;
  }
}

/* ====================================================== Media Css End ===================================*/

/* =========================================================
================== Small Media Query Start =================
==========================================================*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top--52 {
    top: -52px;
  }
}

/* =========================================================
================== Small Media Query End ===================
==========================================================*/

/* ==================================================
========= Custom Classes Like Bootstrap Start ======= 
===================================================*/
.font-6 {
  font-size: 6px !important;
}

.font-7 {
  font-size: 7px !important;
}

.font-8 {
  font-size: 8px !important;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-33 {
  font-size: 33px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-37 {
  font-size: 37px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-39 {
  font-size: 39px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-41 {
  font-size: 41px !important;
}

.font-42 {
  font-size: 42px !important;
}

.font-43 {
  font-size: 43px !important;
}

.font-44 {
  font-size: 44px !important;
}

.font-45 {
  font-size: 45px !important;
}

.font-46 {
  font-size: 46px !important;
}

.font-47 {
  font-size: 47px !important;
}

.font-48 {
  font-size: 48px !important;
}

.font-49 {
  font-size: 49px !important;
}

.font-50 {
  font-size: 50px !important;
}

.font-64 {
  font-size: 64px !important;
}

.bg-info {
  background-color: #1dafdd !important;
}

.shadow-one {
  box-shadow: -10px 10px 40px rgba(5, 10, 57, 0.1);
}

.custom-hr {
  mix-blend-mode: normal !important;
  border: 1px solid #edf1f4 !important;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

.letter-spacing-0-2 {
  letter-spacing: 0.2px !important;
}

.line-height-2 {
  line-height: 2 !important;
}

.line-height-50 {
  line-height: 50px !important;
}

.line-height-50 {
  line-height: 50px !important;
}

.ver-hor-center {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top--52 {
  top: -52px !important;
}

.top-250 {
  top: 250px !important;
}

.top-200 {
  top: 200px !important;
}

.mt-200 {
  margin-top: 200px !important;
}
.mt--10rem {
  margin-top: -10rem;
}

.bg-dark-info {
  background-color: #050a39;
}

.text-info {
  color: #0d003e !important;
}

.text-info-second {
  color: #050a39 !important;
}

.text-info-secondry {
  color: #373f41 !important;
}

.info-bg {
  background-color: #0d003e !important;
}

.overflow-hidden-custom {
  overflow: hidden;
}
.ml-1px {
  margin-left: 1px !important;
}

.opacity-1 {
  opacity: 1;
}

.text-decoration-underline {
  text-decoration: underline;
}
/* ==================================================
========= Custom Classes Like Bootstrap End =========
===================================================*/

/* ===================================================
=============== Three Button Area Css Start ==========
====================================================*/
.box-button-area {
  position: absolute;
  bottom: 0;
  background: #0d003e;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
}

.box-button-area button:hover {
  color: #ffcc1a !important;
  transition: all 1s;
}

.box-button-area button:after {
  content: "|";
  padding-left: 15px;
  padding-right: 15px;
}

/* ===================================================
=============== Three Button Area Css End ============
====================================================*/

/* ===================================================
=============== Custom select dropdown Css Start ===== 
====================================================*/
label.CustomDropdown {
  background: #0d003e;
  width: 100%;
  display: inline-block;
  position: relative;
}

label.CustomDropdown select {
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: #ffcc1a;
  border-radius: 0;
  width: 100%;
  z-index: 2;
  background: transparent;
  height: 50px;
  padding-left: 25px;
}

label.CustomDropdown:after {
  content: url("../images/icons/select-dropdown-icon.png");
  font-size: 16px;
  color: white;
  background: #ffcc1a;
  width: 60px;
  text-align: center;
  line-height: 3.2em;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  transition: all 1s ease;
}

label.CustomDropdown.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

label.CustomDropdown option:nth-child(odd) {
  appearance: none;
  color: #050a39;
  background-color: #fff;
}

label.CustomDropdown option:nth-child(even) {
  appearance: none;
  color: black;
  background-color: #f1f3f6;
}

/* ===================================================
=============== Custom select dropdown Css End ======= 
====================================================*/

/* ====================================================
=========== Artist Page Second Css Start ==============
=====================================================*/

.banner-section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding-top: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  background-position: bottom center;
  height: 90vh;
  background: linear-gradient(180deg, #4f026e 0%, #181175 55.15%, #050a39 100%);
}

.banner-section-artist-details-page {
  /* background: url(../images/artist-second-page-banner.svg); */
  background: linear-gradient(
    0.94deg,
    #0d003e -13.71%,
    #181279 44.23%,
    #52006d 99.24%
  );
  padding-top: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: calc(100vh + 0px);
  margin-top: -120px;
  position: absolute;
  z-index: 0;
  width: 100%;
}

.banner-section-artist-profile-page {
  padding-top: 120px;
  margin-top: -120px;
  margin-bottom: 150px;
  background: linear-gradient(
    0.94deg,
    #0d003e -13.71%,
    #181279 44.23%,
    #52006d 99.24%
  );
}

.banner-section-investor-dashboard {
  background: linear-gradient(180deg, #52006d 0%, #181279 47.65%, #0d003e 100%);
  padding-top: 120px;
  margin-top: -120px;
  height: calc(100vh + 115px);
  margin-bottom: 150px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}

.prev-month {
  position: relative;
  overflow: hidden;
}

.prev-month span::after {
  width: 100%;
  content: "";
  position: absolute;
  background-color: rgba(236, 116, 12, 0.2);
  height: 2px;
  margin-left: 20px;
  top: 50%;
}

/* ====================================================
=========== Artist Page Second Css End ================
=====================================================*/

/* ===================================================
=============== POP Circle Design Css Start  =========
====================================================*/
op {
  font-variant: JIS04;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  display: block;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

/* ===================================================
=============== POP Circle Design Css End  ===========
====================================================*/

/* ===================================================
=============== Total Distributions Css Start  =======
====================================================*/
#TotalDistributions
  .highcharts-series.highcharts-series-0.highcharts-areaspline-series
  path,
#TotalStreams
  .highcharts-series.highcharts-series-0.highcharts-areaspline-series
  path {
  fill: transparent;
}

#TotalDistributions .highcharts-plot-background,
#TotalStreams .highcharts-plot-background {
  fill: #f1f3f6 !important;
}

#TotalDistributions .highcharts-axis-labels.highcharts-xaxis-labels text,
#TotalDistributions .highcharts-axis-labels.highcharts-yaxis-labels text,
#TotalStreams .highcharts-axis-labels.highcharts-xaxis-labels text,
#TotalStreams .highcharts-axis-labels.highcharts-yaxis-labels text {
  fill: #050a39 !important;
  font-size: 12px !important;
  font-weight: 600;
}

#TotalDistributions .highcharts-grid.highcharts-xaxis-grid,
#TotalDistributions .highcharts-grid.highcharts-yaxis-grid,
#TotalStreams .highcharts-grid.highcharts-xaxis-grid,
#TotalStreams .highcharts-grid.highcharts-yaxis-grid {
  display: none;
}

/* ===================================================
=============== Total Distributions Css End  =========
====================================================*/

/* ===================================================
=============== Pie Circle Chart Css Start  ==========
====================================================*/
.custom-circle-pie .ChatBox {
  position: relative;
  height: 145px;
  width: 145px;
  margin: 0 auto;
}

.custom-circle-pie #ChartLegendFirst ul,
.custom-circle-pie #ChartLegendSecond ul,
.custom-circle-pie #ChartLegendThird ul {
  padding: 0;
}

.custom-circle-pie #ChartLegendFirst li,
.custom-circle-pie #ChartLegendSecond li,
.custom-circle-pie #ChartLegendThird li {
  list-style: none;
  color: #0d003e;
  font-size: 14px;
  margin-bottom: 10px;
  align-items: center;
}

.custom-circle-pie #ChartLegendFirst li span,
.custom-circle-pie #ChartLegendSecond li span,
.custom-circle-pie #ChartLegendThird li span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 15px;
}

.custom-circle-pie .ChatBox .CenterContent::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  height: 108px;
  width: 108px;
  background: #ffff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ===================================================
=============== Pie Circle Chart Css End  ============
====================================================*/
.upload-item-block {
  width: 280px;
  height: 280px;
  background: #f1f3f6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-item-block-170 {
  width: 170px;
  height: 170px;
  background: #f1f3f6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-item-block input[type="file"] {
  width: 280px;
  height: 280px;
  opacity: 0;
}

.upload-item-block-170 input[type="file"] {
  width: 170px;
  height: 170px;
  opacity: 0;
}

.upload-item-block > span {
  width: 100%;
  height: 100%;
  background: #f1f3f6;
  display: block;
  position: relative;
}

.upload-item-block > span:before {
  content: "\2b";
  display: flex;
  width: 82px;
  height: 82px;
  background: #ffcc1a;
  justify-content: center;
  border-radius: 50%;
  line-height: 82px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Pro";
  font-size: 3rem;
}

.upload-item-block-170 > span:before {
  content: "\2b";
  display: flex;
  width: 54px;
  height: 54px;
  background: #ffcc1a;
  justify-content: center;
  border-radius: 50%;
  line-height: 54px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Pro";
  font-size: 3rem;
}

.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container .select2-selection {
  border: 0px solid #ccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 42px;
  margin-bottom: 0px;
  outline: none;
  transition: all 0.15s ease-in-out;
}

.dropdown-select.form-select-dropdown
  + .select2.select2-container
  .select2-selection {
  height: 60px;
}

.dropdown-select.form-select-dropdown
  + .select2.select2-container
  .select2-selection
  .select2-selection__rendered {
  background-color: #f0f3f6;
  color: #050a39;
  font-size: 16px;
  line-height: 60px;
  font-family: "Konnect-SemiBold";
  height: 60px;
}

.dropdown-select.form-select-dropdown
  + .select2.select2-container
  .select2-selection
  .select2-selection__arrow {
  background: transparent;
  height: 60px;
  width: 60px;
}

.dropdown-select.form-select-dropdown
  + .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(180deg);
  transition: all 1s ease;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #ffcc1a;
  line-height: 39px;
  padding-right: 42px;
  padding-left: 20px;
  font-size: 16px;
  background-color: #050a39;
  height: 42px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #ffcc1a;
  border-left: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0;
  height: 42px;
  width: 42px;
  top: 0;
  right: 0;
  bottom: 0;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single {
  background: #ffffff;
  border: 2px solid #ec740c;
  border-bottom: 0;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single
  .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container.select2-container--focus .select2-selection {
  border: none;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  margin-top: 0;
  height: 32px;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: 0px;
  border-radius: 0px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
  display: none;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none;
  border: 0px solid #34495e;
  border-bottom: none;
  padding: 4px 6px;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 2px solid #ec740c;
  border-top: 0;
}

.select2-results__option {
  padding: 11px 20px;
}

.select2-results__option:nth-child(odd) {
  background: #f1f3f6;
}

.select2-container
  .select2-dropdown
  .select2-results
  ul
  .select2-results__option--highlighted[aria-selected] {
  background-color: #f1f3f6;
  color: #050a39;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #050a39 transparent transparent transparent;
  border-style: solid;
  border-width: 11px 8px 0 8px;
  height: 0;
  left: 50%;
  margin-left: -8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #000 transparent transparent transparent;
  border-width: 11px 8px 0 8px;
  transition: all 1s ease;
}

.mobile-slider .slick-slide:not(.slick-current) {
  opacity: 0.2;
}

.dashboard-select
  .select2.select2-container
  .select2-selection
  .select2-selection__rendered {
  background-color: #fff;
  color: #050a39;
  text-align: left;
}

.dashboard-select .select2.select2-container {
  margin-top: 84px;
  width: 100% !important;
}

.inv-dashboard-select
  .select2.select2-container
  .select2-selection
  .select2-selection__rendered {
  background-color: #fff;
  color: #050a39;
  text-align: left;
  border: 2px solid #edf1f4 !important;
  font-family: "Konnect-SemiBold";
}

/* smartphones, Android phones, landscape iPhone */
@media (max-width: 480px) {
  .mt-xs-160-px {
    margin-top: 160px !important;
  }
}

#navbar_top.navbar.fixed-top {
  background: #050a39;
  padding: 20px 28px;
  top: 0;
  z-index: 1030;
  transition: all 0.5s ease;
}

/* distortion effect */
.distortion__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.distortion__image1 {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.distortion__image2 {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.distortion__image3 {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.distortion__image4 {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

canvas {
  height: 100% !important;
  width: 100% !important;
}

.nosvghover {
  width: 0px !important;
  height: 0px !important;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-82 {
  line-height: 82px;
}

.line-height-90 {
  line-height: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
  .homepage-section1 .right-content h1 {
    margin-bottom: 0px;
    position: relative;
    bottom: 3px;
    line-height: 64px;
    font-size: 64px;
  }

  .homepage-section1 .right-content h3 {
    margin-bottom: 0px;
    margin-top: -16px;
  }

  .homepage-section1 .right-content p {
    position: relative;
    top: -4px;
  }

  .homepage-section3 h1 {
    line-height: 56px;
    font-size: 56px;
    margin-bottom: 0px;
    margin-top: 6rem;
  }

  .homepage-section3 h1 + p {
    margin-bottom: 15px;
  }

  .homepage-section3 h1 + p + p {
    margin-bottom: 0px;
  }

  .homepage-section3 .slick-dotted.slick-slider {
    margin-bottom: 0px;
    margin-top: 0rem !important;
  }

  #menu {
    width: 40rem;
  }

  #menu > div.nav-wave-container {
    right: calc(0rem + -2rem);
  }

  #menu > div.nav-links-container {
    padding: 6rem 10rem;
    justify-content: space-around;
  }

  #menu > div.nav-links-container > div {
    margin: 2rem 0;
  }
}

/*Mobile version homepage*/
.mobile-version-homepage {
  background: #0d003e;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 10px #00000099;
}

.mobile-version.guitar-strings {
  top: 175px;
  width: 100%;
  z-index: 0;
}

.mobile-version.guitar-strings span,
.mobile-version.guitar-strings .bottom-part .top-knob .line,
.mobile-version.guitar-strings .bottom-part .bottom-knob .line,
.mobile-version.guitar-strings .bottom-part .top-knob .knob-circle1:after,
.mobile-version.guitar-strings .bottom-part .top-knob .knob-circle2:after,
.mobile-version.guitar-strings .bottom-part .bottom-knob .knob-circle1:after,
.mobile-version.guitar-strings .bottom-part .bottom-knob .knob-circle2:after {
  background: #7b0de3;
}

.mobile-version.guitar-strings .circle1,
.mobile-version.guitar-strings .circle2,
.mobile-version.guitar-strings .bottom-part .top-knob .knob-circle1,
.mobile-version.guitar-strings .bottom-part .top-knob .knob-circle2,
.mobile-version.guitar-strings .bottom-part .bottom-knob .knob-circle1,
.mobile-version.guitar-strings .bottom-part .bottom-knob .knob-circle2 {
  border: 1px solid #7b0de3;
}

.mobile-version.guitar-strings .bottom-part {
  border-left: 1px solid #7b0de3;
  height: calc(100% - 10px);
  top: 5px;
  width: 30px;
  right: 5px;
}

.mobile-version.guitar-strings .circle1 {
  width: 62px;
  height: 62px;
  left: -31px;
  top: -10px;
}

.mobile-version.guitar-strings .circle2 {
  width: 47px;
  height: 47px;
  left: -23px;
  top: -3px;
}

.mobile-version.guitar-strings .strings span {
  margin: 5px 0;
  height: 1px;
}

.mobile-version.guitar-strings .bottom-part .top-knob {
  top: 0px;
}

.mobile-version.guitar-strings .bottom-part .bottom-knob {
  bottom: 14px;
  right: -2px;
}

.mobile-version.guitar-strings .bottom-part .top-knob .line,
.mobile-version.guitar-strings .bottom-part .bottom-knob .line {
  width: 40px;
  height: 1px;
}

.mobile-version.guitar-strings .bottom-part .top-knob .knob-circle1,
.mobile-version.guitar-strings .bottom-part .top-knob .knob-circle2 {
  width: 8px;
  height: 8px;
  left: 13px;
  top: -25px;
}

.mobile-version.guitar-strings .bottom-part .top-knob .knob-circle2 {
  left: 27px;
  top: -32px;
}

.mobile-version.guitar-strings .bottom-part .bottom-knob .knob-circle1,
.mobile-version.guitar-strings .bottom-part .bottom-knob .knob-circle2 {
  width: 8px;
  height: 8px;
  left: 13px;
  top: 41px !important;
}

.mobile-version.guitar-strings .bottom-part .bottom-knob .knob-circle1 {
  width: 8px;
  height: 8px;
  left: 14px;
  top: 33px !important;
}

.mobile-version.guitar-strings .bottom-part .bottom-knob .knob-circle1:after {
  left: 3px;
  width: 1px;
  top: -14px;
}

.mobile-version.guitar-strings .bottom-part .bottom-knob .knob-circle2 {
  left: 27px;
  top: -32px;
}

.mobile-version.guitar-strings .bottom-part .top-knob .knob-circle1:after,
.mobile-version.guitar-strings .bottom-part .top-knob .knob-circle2:after {
  height: 13px;
  top: 7px;
  left: 3px;
  width: 1px;
}

.wrapper-menu-version {
  padding: 0 28px;
  display: block;
}

.slider-text {
  padding-top: 165px;
  background: linear-gradient(180deg, #52006d 0%, #181279 47.65%, #0d003e 100%);
  padding-bottom: 165px;
}

.slider-text h2 {
  font-size: 60px;
  line-height: 60px;
  position: relative;
  z-index: 29;
}

.slider-text h3 {
  font-size: 30px;
  line-height: 50px;
}

.slider-text p {
  line-height: 28px;
}

.slider-text .btn {
  padding: 0.6rem 1rem;
  width: 50%;
  font-family: "Konnect-Bold";
}

.slider-items {
  position: relative;
  margin-top: -165px;
}

.slider-items.second {
  position: relative;
  margin-top: -165px;
  padding-bottom: 120px;
}

.mobile-version-homepage .navbar {
  position: fixed;
  display: flex;
  width: 100%;
  left: 0;
  padding: 20px 40px;
  top: 25px;
}

.mobile-version-homepage #menu {
  z-index: 1030;
}

.mobile-version-homepage #menu .nav-wave-container {
  display: none;
}

.slider-items .artist-list-item .card .card-body {
  padding-bottom: 0px;
}

.slider-items.second .artist-list-item .card .card-body {
  padding-bottom: 1.25rem;
}

.slider-items .artist-list-item .card .card-body:before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(20, 9, 87, 0) 0%, #0d003e 84.77%);
  height: 218px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -218px;
  z-index: 1;
  transition-delay: 0.5s;
}

.slider-items.second .artist-list-item .card .card-body:before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(20, 9, 87, 0) 0%, #0d003e 44.77%);
  height: 318px;
  width: 100%;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 1;
  transition-delay: 0.5s;
  bottom: 0;
}

.artist-list-item .card .card-body h4,
.artist-list-item .card .card-body h5,
.artist-list-item .card .card-body .btn {
  position: relative;
  z-index: 1;
}

.artist-list-item .card .card-body h4 {
  font-size: 28px;
}

.artist-list-item .card .card-body h5 {
  margin-bottom: 18px;
}

.slider-items.second .artist-list-item .card .card-body h5 {
  margin-bottom: 0px;
}

.slider-items .artist-list-item .card .card-body .btn {
  width: 158px;
  padding: 0.34rem 2rem;
  color: #050a39 !important;
  font-family: "Konnect-Bold";
  font-size: 18px;
}

.slider-items .slick-slide:not(.slick-current) .card {
  opacity: 0.2;
  padding: 0px 0px;
  border: 0;
}

.slider-items.second .slick-slide:not(.slick-current) .card {
  opacity: 1;
  padding: 0px 2px 2px 2px;
  border: 0;
  margin: 5px;
}

.slider-items.second .artist-list-item .card {
  margin: 4px;
}

.second-section-text {
  background: linear-gradient(180deg, #0d003e 0%, #181279 47.65%, #52006d 100%);
  padding-bottom: 200px;
  padding-top: 140px;
}

.second-section-text.second {
  background: linear-gradient(180deg, #52006d 0%, #181279 47.65%, #0d003e 100%);
  padding-bottom: 170px;
  padding-top: 240px;
  margin-top: -140px;
  position: relative;
  z-index: 0;
}

.second-section-text h2 {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 15px;
}

.second-section-text p {
  line-height: 28px;
}

.second-section-text .btn {
  padding: 0.6rem 1rem;
  width: 157px;
  font-family: "Konnect-Bold";
}

.second-section-listing {
  background: url(../images/bg-white-mobile.svg) no-repeat;
  padding-top: 120px;
  padding-bottom: 150px;
  color: #0d003e;
  position: relative;
  margin-top: -100px;
  background-size: cover;
  z-index: 2;
}

.second-section-listing p {
  line-height: 28px;
}

.wave-mobile {
  margin-left: -40px;
  margin-right: -40px;
  margin-top: -150px;
}

.wave-mobile.bottom {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 0px;
  margin-top: auto;
}

.last-section {
  background: url(../images/bg-white-mobile.svg) no-repeat;
  padding-top: 140px;
  background-size: cover;
}

.last-section h2 {
  font-size: 42px;
  line-height: 42px;
}

.last-section h3 {
  font-size: 20px;
  color: #ec740c;
  margin-bottom: 1rem;
}

.last-section p {
  line-height: 28px;
}

.last-section .btn {
  padding: 0.6rem 1rem;
  width: 50%;
  font-family: "Konnect-Bold";
}

.bg-white {
  background: #fff;
}

.last-section-img img {
  position: relative;
  right: -70px;
}

@media screen and (max-width: 380px) {
  .slider-text p br,
  .second-section-text p br,
  .second-section-listing p br,
  .slider-text h2 br,
  .second-section-text h2 br,
  .slider-text h2 br,
  .second-section-text h2 br,
  .last-section p br {
    display: none;
  }

  .slider-text .btn,
  .second-section-text .btn,
  .last-section .btn {
    font-size: 11px;
  }
}

.banner-gradiant-artists-page {
  background: linear-gradient(
    0.09deg,
    #0d003e 6.27%,
    #181279 51.02%,
    #52006d 99.92%
  );
  height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  left: 0;
}

.bg0D003E {
  background: #0d003e;
}

.artist-list-item-inner {
  padding: 5px;
}

.artist-list-item-inner .card {
  border-radius: 0px;
  background: #10183e;
  padding-bottom: 8rem;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(180deg, #0917ad00 0%, #2018a8 100%);
}

.artist-list-item-inner .card:after,
.artist-list-item-inner .card:before {
  content: "";
  display: block;
  position: absolute;
}

.artist-list-item-inner .card:after {
  width: 100%;
  height: 140px;
  bottom: 8rem;
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(20, 9, 87, 0) 0%, #10183e 84.77%);
}

.artist-list-item-inner .card:before {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(180deg, #0917ad00 0%, #2018a8 100%);
  z-index: -1;
  left: -2px;
  display: none;
  top: -2px;
}

.artist-list-item-inner .card figure:after {
  content: "";
  background: linear-gradient(
    180deg,
    rgb(245 123 0 / 85%) 0%,
    rgb(245 123 0 / 85%) 40%,
    rgb(15 3 73 / 90%) 100%
  );
  display: block;
  width: 100%;
  height: calc(100% - 8rem);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s ease;
}

.artist-list-item-inner .card:hover figure:after {
  opacity: 1;
}

.artist-list-item-inner .artist-details-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: end;
  -webkit-justify-content: end;
  padding: 1.2rem;
  z-index: 1;
}

.artist-list-item-inner .artist-details-overlay .genre-circle {
  position: absolute;
  top: 10%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  opacity: 0;
  /* transition: all 1s ease; */
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.artist-list-item-inner .artist-details-overlay:hover .genre-circle {
  top: -52px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  opacity: 1;
  transition: all 1s ease;
}

.artist-list-item-inner .artist-details-overlay h4 {
  margin-bottom: 0px;
}

.artist-list-item-inner .artist-details-overlay h5 {
  margin-bottom: 1rem;
}

.artist-list-item-inner .artist-details-overlay p {
  margin-bottom: 0rem;
}

.artist-listing-page .btn.sh {
  margin-top: 1rem;
  font-size: 16px;
  padding: 0.125rem 1.7rem;
  font-family: "Konnect-Bold";
}

.artist-list-item-inner .artist-details-overlay .btn {
  margin-top: 1rem;
  font-size: 16px;
  padding: 0.125rem 1.7rem;
  font-family: "Konnect-Bold";
}

.artists-details-page {
  padding-top: 109px;
}

.artists-details-page .genre-circle {
  display: block;
  width: 75px;
  height: 75px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 75px;
  color: #fff;
  opacity: 1;
  position: relative;
  top: 10px;
}

.info-tt-link {
  width: 22px;
  height: 22px;
  background: #e5e5e5;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 1s ease;
}

.info-tt-link:hover {
  background: transparent;
  border: 2px solid #ffcc1a;
}

.artist-profile-section-3 {
  padding: 200px 0px;
  background: #0d003e;
}

.artist-profile-section-3 .sh,
.artists-listing-page .sh {
  padding: 0.595rem 2.8rem;
  font-family: "Konnect-Bold";
}

a.text-info:focus,
a.text-info:hover {
  color: #050a39 !important;
}

.investor-dashboard-page {
  padding-top: 50px;
}

.investor-dashboard-page .pad-box1 {
  padding: 80px 80px 0px 80px;
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .banner-section-artist-details-page {
    background: linear-gradient(
      0.94deg,
      #0d003e -13.71%,
      #181279 44.23%,
      #52006d 99.24%
    );
    padding-top: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: calc(90vh + 0px);
    margin-top: -120px;
    margin-bottom: 200px;
    z-index: 0;
  }

  .guitar-strings.top-250 {
    top: 200px !important;
  }

  .artists-listing-page {
    margin-top: 18px;
  }

  .artists-details-page {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-inline.custom-control {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.custom-control-label::before {
  position: absolute;
  top: 0.2rem;
  left: -1.2rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #ec740c solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-control.custom-radio > input:checked ~ .custom-control-label::before {
  border-color: #ec740c;
  background-color: #ec740c;
}

@media only screen and (max-width: 768px) {
  .desktop-version.guitar-strings {
    display: none;
  }

  .second-section-listing,
  .last-section {
    background: #fff;
  }

  .custom-control-label::before,
  .custom-control-label::after {
    width: 2rem;
    height: 2rem;
    top: 0rem;
    left: -1.4rem;
  }

  .custom-control-label {
    padding-left: 1.5rem;
  }

  .list-normal.with-divider.always-inline li {
    margin: 0rem 1.3rem;
    display: inline-block;
    vertical-align: middle;
  }

  .list-normal.with-divider.always-inline li:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 14px;
    background: #fff;
    top: 6px;
    right: -1.3rem;
  }

  .list-normal.light.always-inline li:after {
    background: #000;
  }

  .list-normal.with-divider.always-inline li:last-child:after {
    display: none;
  }

  .artists-listing-page {
    margin-top: 85px;
  }

  .artist-list-item-inner .artist-details-overlay .genre-circle {
    top: -53px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    font-weight: 600;
    opacity: 1;
    /* transition: all 1s ease; */
  }

  .artist-list-item-inner {
    padding: 7px;
    margin-bottom: 1rem;
  }

  .btn-circle.btn-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }

  .navbar {
    padding: 0.5rem 0rem;
  }

  .artist-list-item-inner .artist-details-overlay .btn {
    margin-top: 1rem;
    font-size: 16px;
    padding: 0.435rem 3.4rem;
    font-family: "Konnect-Bold";
  }

  .artists-details-page {
    padding-top: 66px !important;
  }

  .container-custom1.mobile-pad {
    padding: 0 2rem;
  }

  .banner-section-investor-dashboard {
    background: linear-gradient(
      180deg,
      #52006d 0%,
      #181279 47.65%,
      #0d003e 100%
    );
    padding-top: 90px;
    margin-top: 0px;
    height: 420px;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
  }

  .investor-dashboard-page .pad-box1 {
    padding: 28px 28px 28px 28px;
  }
}

.investor-dashboard-sel
  .select2.select2-container
  .select2-selection
  .select2-selection__rendered {
  background-color: #fff !important;
}

.text-050A39 {
  color: #050a39;
}

.form-group .help-text {
  font-size: 13px;
}

textarea.form-control {
  height: auto;
  padding: 0.875rem 1rem;
}

/* ======================================================== 
=========== Rnage Slider Css Start ========================
======================================================== */
.range-slider {
  --min: 0;
  --max: 100;
  --step: 5;
  --value: 75;
  --text-value: "75";
}

.range-slider.grad {
  --progress-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) inset;
  --progress-flll-shadow: var(--progress-shadow);
  --fill-color: linear-gradient(to right, LightCyan, var(--primary-color));
  --thumb-shadow: 0 0 4px rgba(0, 0, 0, 0.3),
    -3px 9px 9px rgba(255, 255, 255, 0.33) inset,
    -1px 3px 2px rgba(255, 255, 255, 0.33) inset,
    0 0 0 99px var(--primary-color) inset;
}

.range-slider.grad input:hover {
  --thumb-transform: scale(1.2);
}

.range-slider.grad input:active {
  --thumb-shadow: inherit;
  --thumb-transform: scale(1);
}

.range-slider.flat {
  --thumb-size: 14px;
  --track-height: calc(var(--thumb-size) / 3);
  --progress-shadow: none;
  --progress-flll-shadow: none;
  --thumb-shadow: 0 0 0 7px var(--primary-color) inset, 0 0 0 99px white inset;
  --thumb-shadow-hover: 0 0 0 9px var(--primary-color) inset,
    0 0 0 99px white inset;
  --thumb-shadow-active: 0 0 0 13px var(--primary-color) inset;
}

.range-slider.overlay {
  --primary-color: #d6e9ff;
  --track-height: 50px;
  --thumb-size: var(--track-height);
  --thumb-color: var(--primary-color);
  --thumb-shadow: none;
  --progress-flll-shadow: none;
  --progress-shadow: none;
  --progress-background: none;
  --progress-radius: 0px;
  --ticks-color: var(--primary-color);
  --ticks-height: 0;
  --ticks-thickness: 0;
  --ticks-gap: 0px;
  --min-max-font: 700 18px Arial;
  --min-max-opacity: 1;
  --show-min-max: none;
  color: #0366d6;
}

.range-slider.overlay input:hover {
  --thumb-shadow: calc(25px - (50px * var(--is-left-most))) 0 0 -15px #0366d6 inset;
}

.range-slider.overlay input:active {
  --thumb-color: inherit;
}

.range-slider.overlay .range-slider__values {
  width: calc(100% - 50% / (var(--max) - var(--min)));
}

.range-slider {
  --primary-color: #ec740c;
  --value-offset-y: var(--ticks-gap);
  --value-active-color: white;
  --value-background: transparent;
  --value-background-hover: var(--primary-color);
  --value-font: 700 12px/1 Arial;
  --fill-color: var(--primary-color);
  --progress-background: #eee;
  --progress-radius: 20px;
  --track-height: calc(var(--thumb-size) / 2);
  --min-max-font: 12px Arial;
  --min-max-opacity: 0.5;
  --min-max-x-offset: 10%;
  --thumb-size: 22px;
  --thumb-color: white;
  --thumb-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.5) inset,
    0 0 0 99px var(--thumb-color) inset;
  --thumb-shadow-active: 0 0 0 calc(var(--thumb-size) / 4) inset
      var(--thumb-color),
    0 0 0 99px var(--primary-color) inset, 0 0 3px rgba(0, 0, 0, 0.4);
  --thumb-shadow-hover: var(--thumb-shadow);
  --ticks-thickness: 1px;
  --ticks-height: 0px;
  --ticks-gap: var(--ticks-height, 0);
  --ticks-color: silver;
  --step: 1;
  --ticks-count: Calc(var(--max) - var(--min)) / var(--step);
  --maxTicksAllowed: 30;
  --too-many-ticks: Min(1, Max(var(--ticks-count) - var(--maxTicksAllowed), 0));
  --x-step: Max(var(--step), var(--too-many-ticks) * (var(--max) - var(--min)));
  --tickInterval: 100/ ((var(--max) - var(--min)) / var(--step)) * var(--tickEvery, 1);
  --tickIntervalPerc: calc(
    (100% - var(--thumb-size)) / ((var(--max) - var(--min)) / var(--x-step)) *
      var(--tickEvery, 1)
  );
  --value-a: Clamp(var(--min), var(--value, 0), var(--max));
  --value-b: var(--value, 0);
  --text-value-a: var(--text-value, "");
  --completed-a: calc(
    (var(--value-a) - var(--min)) / (var(--max) - var(--min)) * 100
  );
  --completed-b: calc(
    (var(--value-b) - var(--min)) / (var(--max) - var(--min)) * 100
  );
  --ca: Min(var(--completed-a), var(--completed-b));
  --cb: Max(var(--completed-a), var(--completed-b));
  --thumbs-too-close: Clamp(
    -1,
    1000 * (Min(1, Max(var(--cb) - var(--ca) - 5, -1)) + 0.001),
    1
  );
  --thumb-close-to-min: Min(1, Max(var(--ca) - 2, 0));
  --thumb-close-to-max: Min(1, Max(98 - var(--cb), 0));
  display: inline-block;
  height: max(var(--track-height), var(--thumb-size));
  background: linear-gradient(
      to right,
      var(--ticks-color) var(--ticks-thickness),
      transparent 1px
    )
    repeat-x;
  background-size: var(--tickIntervalPerc) var(--ticks-height);
  background-position-x: calc(
    var(--thumb-size) / 2 - var(--ticks-thickness) / 2
  );
  background-position-y: var(--flip-y, bottom);
  padding-bottom: var(--flip-y, var(--ticks-gap));
  padding-top: calc(var(--flip-y) * var(--ticks-gap));
  position: relative;
  z-index: 1;
}

.range-slider[data-ticks-position="top"] {
  --flip-y: 1;
}

.range-slider::before,
.range-slider::after {
  --offset: calc(var(--thumb-size) / 2);
  content: counter(x);
  display: var(--show-min-max, block);
  font: var(--min-max-font);
  position: absolute;
  bottom: var(--flip-y, -2.5ch);
  top: calc(-2.5ch * var(--flip-y));
  opacity: clamp(0, var(--at-edge), var(--min-max-opacity));
  transform: translateX(calc(var(--min-max-x-offset) * var(--before, -1) * -1))
    scale(var(--at-edge));
  pointer-events: none;
  display: none;
}

.range-slider::before {
  --before: 1;
  --at-edge: var(--thumb-close-to-min);
  counter-reset: x var(--min);
  left: var(--offset);
}

.range-slider::after {
  --at-edge: var(--thumb-close-to-max);
  counter-reset: x var(--max);
  right: var(--offset);
}

.range-slider__values {
  position: relative;
  top: 50%;
  line-height: 0;
  text-align: justify;
  width: 100%;
  pointer-events: none;
  margin: 0 auto;
  z-index: 5;
}

.range-slider__values::after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 0;
  background: red;
}

.range-slider__progress {
  --start-end: calc(var(--thumb-size) / 2);
  --clip-end: calc(100% - (var(--cb)) * 1%);
  --clip-start: calc(var(--ca) * 1%);
  --clip: inset(-20px var(--clip-end) -20px var(--clip-start));
  position: absolute;
  left: var(--start-end);
  right: var(--start-end);
  top: calc(
    var(--ticks-gap) * var(--flip-y, 0) + var(--thumb-size) / 2 -
      var(--track-height) / 2
  );
  height: calc(var(--track-height));
  background: var(--progress-background, #eee);
  pointer-events: none;
  z-index: -1;
  border-radius: var(--progress-radius);
  height: 14px;
  border-radius: 0px;
  background: #f1f3f6;
}

.range-slider__progress::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  -webkit-clip-path: var(--clip);
  clip-path: var(--clip);
  top: 0;
  bottom: 0;
  background: var(--fill-color, black);
  box-shadow: var(--progress-flll-shadow);
  z-index: 1;
  border-radius: inherit;
}

.range-slider__progress::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: var(--progress-shadow);
  pointer-events: none;
  border-radius: inherit;
  display: none;
}

.range-slider > input {
  -webkit-appearance: none;
  width: 100%;
  height: var(--thumb-size);
  margin: 0;
  position: absolute;
  left: 0;
  top: calc(
    50% - Max(var(--track-height), var(--thumb-size)) / 2 +
      calc(var(--ticks-gap) / 2 * var(--flip-y, -1))
  );
  cursor: -webkit-grab;
  cursor: grab;
  outline: none;
  background: none;
}

.range-slider > input:not(:only-of-type) {
  pointer-events: none;
}

.range-slider > input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: var(--thumb-size);
  width: var(--thumb-size);
  transform: var(--thumb-transform);
  border-radius: var(--thumb-radius, 50%);
  background: var(--thumb-color);
  box-shadow: var(--thumb-shadow);
  border: none;
  pointer-events: auto;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.range-slider > input::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  height: var(--thumb-size);
  width: var(--thumb-size);
  transform: var(--thumb-transform);
  border-radius: var(--thumb-radius, 50%);
  background: var(--thumb-color);
  box-shadow: var(--thumb-shadow);
  border: none;
  pointer-events: auto;
  -moz-transition: 0.1s;
  transition: 0.1s;
}

.range-slider > input::-ms-thumb {
  appearance: none;
  height: var(--thumb-size);
  width: var(--thumb-size);
  transform: var(--thumb-transform);
  border-radius: var(--thumb-radius, 50%);
  background: var(--thumb-color);
  box-shadow: var(--thumb-shadow);
  border: none;
  pointer-events: auto;
  -ms-transition: 0.1s;
  transition: 0.1s;
}

.range-slider > input:hover {
  --thumb-shadow: var(--thumb-shadow-hover);
}

.range-slider > input:active {
  --thumb-shadow: var(--thumb-shadow-active);
  cursor: -webkit-grabbing;
  cursor: grabbing;
  z-index: 2;
}

.range-slider > input:active + output {
  transition: 0s;
}

.range-slider > input:nth-of-type(1) {
  --is-left-most: Clamp(0, (var(--value-a) - var(--value-b)) * 99999, 1);
}

.range-slider > input:nth-of-type(1) + output {
  --value: var(--value-a);
  --x-offset: calc(var(--completed-a) * -1%);
}

.range-slider > input:nth-of-type(1) + output:not(:only-of-type) {
  --flip: calc(var(--thumbs-too-close) * -1);
}

.range-slider > input:nth-of-type(1) + output::after {
  content: var(--prefix, "") var(--text-value-a) var(--suffix, "%");
}

.range-slider > input:nth-of-type(2) {
  --is-left-most: Clamp(0, (var(--value-b) - var(--value-a)) * 99999, 1);
}

.range-slider > input:nth-of-type(2) + output {
  --value: var(--value-b);
}

.range-slider > input:only-of-type ~ .range-slider__progress {
  --clip-start: 0;
}

.range-slider > input + output {
  --flip: -1;
  --x-offset: calc(var(--completed-b) * -1%);
  --pos: calc(((var(--value) - var(--min)) / (var(--max) - var(--min))) * 100%);
  pointer-events: none;
  position: absolute;
  z-index: 5;
  background: var(--value-background-hover);
  border-radius: 50%;
  left: var(--pos);
  transform: translate(
    var(--x-offset),
    calc(
      150% * var(--flip) - (var(--y-offset, 0px) + var(--value-offset-y)) *
        var(--flip)
    )
  );
  transition: all 0.12s ease-out, left 0s;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 46px;
  top: 65px;
  color: var(--value-active-color);
  background: #fff;
  border: 5px solid #ec740c;
  color: #ec740c;
}

.range-slider > input + output::after {
  content: var(--prefix, "") var(--text-value-b) var(--suffix, "");
  font: var(--value-font);
  font-size: 16px;
}

.range-slider,
label[dir="rtl"] .range-slider {
  width: 100%;
  min-width: 200px;
}

/* ======================================================== 
=========== Rnage Slider Css End ==========================
======================================================== */

#TotalStreams,
#TotalDistributions {
  height: 250px;
}

.guitar-strings .strings span {
  background: #889cf04d;
  opacity: 0.5;
}

.guitar-strings .circle1,
.guitar-strings .circle2 {
  border-color: #889cf04d;
  opacity: 0.5;
}

#menuToggle:after {
  font-family: "Konnect-SemiBold";
  font-size: 16px;
}

.navbar-brand {
  font-family: "Konnect-Bold";
  max-width: 225px;
  position: relative;
  top: 6px;
  z-index: 1;
}

.wave-ver {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transform: rotate(-90deg);
}

@media only screen and (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 64px;
    line-height: 64px;
  }

  .artists-listing-page.custom-col-xl {
    margin-top: 68px;
  }

  .investor-dashboard-page {
    padding-top: 70px !important;
  }
}

footer > div > div > div.col-md-3 > a > img {
  max-width: 215px;
}

/*======================================================
=================== Hexagon Slider Start ===============
======================================================*/
.hexagon-slider .outer {
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 114vh;
  transform-style: preserve-3d;
  height: 100vh;
}

.hexagon-slider .card {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  animation: animate 15s linear infinite;
  animation-delay: calc(3s * var(--delay));
  border: 0;
  display: initial;
  border-radius: unset;
}

.outer:hover .card {
  animation-play-state: paused;
}

.hexagon-slider .card:last-child {
  animation-delay: calc(-3s * var(--delay));
}

.hexagon-slider .card img {
  height: 44vh;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: translateY(74%) rotateX(75deg) scale(1.2);
  }

  5%,
  20% {
    opacity: 0.3;
    transform: translateY(74%) rotateX(75deg) scale(1.2);
  }

  25%,
  40% {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0%) scale(1);
  }

  45%,
  60% {
    opacity: 0.3;
    transform: translateY(-74%) rotateX(-75deg) scale(1.2);
  }

  65%,
  100% {
    opacity: 0;
    transform: translateY(-74%) rotateX(-75deg) scale(1.2);
  }
}

/*======================================================
=================== Hexagon Slider End =================
======================================================*/

/*======================================================
================= Vertical Wave Animation Start ========
======================================================*/
.homepage-section2 .right-content:after,
.homepage-section4 .right-content:after {
  position: absolute;
  content: "";
  width: 120px;
  height: 6000px;
  background-image: url("../images/wave.png");
  background-position: 0px 0px;
  background-repeat: repeat-y;
  background-size: contain;
  animation: animatedBackground 120s linear infinite;
  -ms-animation: animatedBackground 120s linear infinite;
  -moz-animation: animatedBackground 120s linear infinite;
  -webkit-animation: animatedBackground 120s linear infinite;
  top: -1px;
  left: -80px;
  z-index: -1;
  /* width: 200px; */
  left: -90px;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 100%;
  }
}

@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 100%;
  }
}

@-ms-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 100%;
  }
}

@-moz-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 100%;
  }
}

/*======================================================
================= Vertical Wave Animation End ==========
======================================================*/

/*======================================================
============= Distortion Effect Animation Start ========
======================================================*/
.square_distortion_animation {
  position: relative;
  width: 44vh;
  height: 44vh;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.distortion_animation {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.distortion_animation > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-width: 100%;
}

.distortion_animation canvas {
  height: 100%;
}

.distortion_animation img {
  height: 100%;
  display: block;
}

.distortion_animation img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.1s;
}

/*======================================================
============= Distortion Effect Animation End ==========
======================================================*/

/*======================================================
================= horizontal Svg Css Start =============
======================================================*/
.HomeWaveFirst {
  top: -99px;
  position: relative;
  height: 99px;
  width: 390px;
  z-index: 1024;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.HomeWaveFirst path {
  stroke: rgba(0, 0, 0, 0);
  fill: #fff;
}

.HomeWaveSecond {
  z-index: 1024;
  top: -1px;
  position: relative;
  transform: rotate(180deg);
  height: 99px;
}

.HomeWaveSecond path {
  stroke: rgba(0, 0, 0, 0);
  fill: #fff;
}

.HomeWaveThird {
  z-index: 1024;
  top: 2px;
  position: relative;
  height: 99px;
  width: 390px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.HomeWaveThird path {
  stroke: rgba(0, 0, 0, 0);
  fill: #fff;
}

.ArtistProfileFirstSvg {
  margin-top: -423px;
  height: 99px;
}

.ArtistProfileFirstSvg path {
  stroke: rgba(0, 0, 0, 0);
  fill: #f1f3f6;
}

.ArtistProfileSecondSvg {
  height: 99px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ArtistProfileSecondSvg path {
  stroke: rgba(0, 0, 0, 0);
  fill: #0d003e;
}

.ArtistProfileThirdSvg {
  transform: rotate(180deg);
  height: 99px;
}

.ArtistProfileThirdSvg path {
  stroke: rgba(0, 0, 0, 0);
  fill: #0d003e;
}

.ArtistDetailsFirstSvg {
  position: absolute;
  bottom: 0px;
  height: 99px;
}

.ArtistDetailsFirstSvg path {
  stroke: rgba(0, 0, 0, 0);
  fill: #f1f3f6;
}

.CreateCompaignFirstSvg {
  height: 99px;
}

.CreateCompaignFirstSvg path {
  stroke: rgba(0, 0, 0, 0);
  fill: #f1f3f6;
}

.CreateCompaignSecondSvg {
  height: 99px;
}

.CreateCompaignSecondSvg path {
  stroke: rgba(0, 0, 0, 0);
  fill: #f1f3f6;
}

.CreateCompaignThirdSvg {
  height: 99px;
}

.CreateCompaignThirdSvg path {
  stroke: rgba(0, 0, 0, 0);
  fill: #f1f3f6;
}

.CreateCompaignFourSvg {
  height: 99px;
}

.CreateCompaignFourSvg path {
  stroke: rgba(0, 0, 0, 0);
  fill: #f1f3f6;
}

.CreateEntityFirstSvg {
  height: 99px;
}

.CreateEntityFirstSvg path {
  stroke: rgba(0, 0, 0, 0);
  fill: #f1f3f6;
}

.CreateEntitySecondSvg {
  height: 99px;
}

.CreateEntitySecondSvg path {
  stroke: rgba(0, 0, 0, 0);
  fill: #f1f3f6;
}

.CreatePartyFirstSvg {
  height: 99px;
}

.CreatePartyFirstSvg path {
  stroke: rgba(0, 0, 0, 0);
  fill: #f1f3f6;
}

.CreatePartySecondSvg {
  height: 99px;
}

.CreatePartySecondSvg path {
  stroke: rgba(0, 0, 0, 0);
  fill: #f1f3f6;
}

.CreatePartyThirdSvg {
  height: 99px;
}

.CreatePartyThirdSvg path {
  stroke: rgba(0, 0, 0, 0);
  fill: #f1f3f6;
}

.CreatePartyFourSvg {
  height: 99px;
}

.CreatePartyFourSvg path {
  stroke: rgba(0, 0, 0, 0);
  fill: #f1f3f6;
}

.investor-dashboard-wave-svg-desktop {
  bottom: -0;
  position: absolute;
  height: 99px;
}

.investor-dashboard-wave-svg-desktop path {
  stroke: rgba(0, 0, 0, 0);
  fill: #f1f3f6;
}

.investor-dashboard-wave-svg-mobile {
  bottom: 0;
  position: absolute;
  height: 99px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.investor-dashboard-wave-svg-mobile path {
  stroke: rgba(0, 0, 0, 0);
  fill: #fff;
}

.MyArtistWaveSvgOnDesktop {
  bottom: 0;
  position: absolute;
  height: 99px;
  width: 100%;
}

.MyArtistWaveSvgOnDesktop path {
  stroke: rgba(0, 0, 0, 0);
  fill: #f1f3f6;
}

.MyArtistWaveSvgOnMobile {
  bottom: 0;
  position: absolute;
  height: 99px;
}

.MyArtistWaveSvgOnMobile path {
  stroke: rgba(0, 0, 0, 0);
  fill: #fff;
}

.MyProfileWaveSvgOnDesktop {
  bottom: -2px;
  position: absolute;
  height: 99px;
}

.MyProfileWaveSvgOnDesktop path {
  stroke: rgba(0, 0, 0, 0);
  fill: #f1f3f6;
}

.MyProfileWaveSvgOnMobile {
  z-index: 1024;
  bottom: 0;
  position: absolute;
  height: 70px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.MyProfileWaveSvgOnMobile path {
  stroke: rgba(0, 0, 0, 0);
  fill: #fff;
}

.navbar-brand.small-logo {
  max-width: 29px !important;
}

/*======================================================
================= horizontal Svg Css End ===============
======================================================*/
.slick-slide .artist-list-item .card img {
  height: 290px;
  width: 290px;
}

.artist-list-item-inner .card figure {
  height: 290px;
}
.artist-list-item-inner .card figure img {
  height: 100%;
}

/* ====================================================
======================= KYC Modal Start ===============
=====================================================*/
.modal-backdrop.show {
  background: #110651 !important;
  opacity: 0.8 !important;
}

#KYCModalCenter .modal-content .modal-body h2 {
  font-size: 28px;
  line-height: 40px;
}

#KYCModalFourCenter .close,
#KYCModalThreeCenter .close,
#KYCModalTwoCenter .close,
#KYCModalOneCenter .close,
#KYCModalCenter .close {
  border: 2px solid #ffcc1a;
  border-radius: 100px;
  height: 22px;
  width: 22px;
  margin-right: 15px;
  margin-top: 15px;
  line-height: 9px;
  padding: 0;
  text-align: center;
}

#KYCModalFourCenter .modal-content,
#KYCModalThreeCenter .modal-content,
#KYCModalTwoCenter .modal-content,
#KYCModalOneCenter .modal-content,
#KYCModalCenter .modal-content {
  height: 777px;
  box-shadow: -10px 10px 40px rgba(5, 10, 57, 0.15);
}

#KYCModalFourCenter .modal-content .modal-body,
#KYCModalThreeCenter .modal-content .modal-body,
#KYCModalTwoCenter .modal-content .modal-body,
#KYCModalOneCenter .modal-content .modal-body,
#KYCModalCenter .modal-content .modal-body {
  padding: 40px 100px 65px 100px;
}

#KYCModalFourCenter .modal-content .modal-body h1,
#KYCModalThreeCenter .modal-content .modal-body h1,
#KYCModalTwoCenter .modal-content .modal-body h1,
#KYCModalOneCenter .modal-content .modal-body h1,
#KYCModalCenter .modal-content .modal-body h1 {
  font-size: 40px;
}
.select2-dropdown,
#KYCModalFourCenter.modal,
#KYCModalThreeCenter.modal,
#KYCModalTwoCenter.modal,
#KYCModalOneCenter.modal,
#KYCModalCenter.modal {
  z-index: 1053 !important;
}

@media (min-width: 576px) {
  #KYCModalFourCenter .modal-dialog,
  #KYCModalThreeCenter .modal-dialog,
  #KYCModalTwoCenter .modal-dialog,
  #KYCModalOneCenter .modal-dialog,
  #KYCModalCenter .modal-dialog {
    max-width: 691px;
  }
}

/* ====================================================
===================== KYC Modal End ===================
=====================================================*/

/* ====================================================
=========== Invest in Jenevieve Pages Start ===========
=====================================================*/
.Invest-in-Jenevieve-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 64px;
}
.Invest-in-Jenevieve-desc {
  font-weight: 400;
  font-size: 27px;
  line-height: 40px;
}
.Invest-in-Jenevieve-content {
  padding: 0px 30px 0px 30px;
}
.Invest-in-Jenevieve-content .border-bottom {
  border-bottom: 2px solid #edf1f4;
}

#InfoCRSModalCenter .close,
#InfoModalOneCenter .close,
#InfoModalTwoCenter .close {
  border: 2px solid #ffcc1a;
  border-radius: 100px;
  height: 22px;
  width: 22px;
  margin-right: 15px;
  margin-top: 15px;
  line-height: 9px;
  padding: 0;
  text-align: center;
}

#InfoModalOneCenter .modal-content,
#InfoModalTwoCenter .modal-content {
  box-shadow: -10px 10px 40px rgba(5, 10, 57, 0.15);
}

#InfoModalOneCenter .modal-content .modal-body,
#InfoModalTwoCenter .modal-content .modal-body {
  padding: 40px 45px 40px 45px;
}

#InfoModalOneCenter .modal-content .modal-body h1,
#InfoModalTwoCenter .modal-content .modal-body h1 {
  font-size: 40px;
}

#InfoModalOneCenter.modal,
#InfoModalTwoCenter.modal {
  z-index: 1053;
}

@media (min-width: 576px) {
  #InfoModalOneCenter .modal-dialog,
  #InfoModalTwoCenter .modal-dialog {
    max-width: 691px;
  }
}
/* ====================================================
======== Invest in Jenevieve Pages Start End ==========
=====================================================*/

/* ====================================================
=========== Invest Amount Thank You Page Start =======
=====================================================*/
.invest-amount-socila-btn .btn.btn-secondary.facebook-btn {
  width: 200px;
  height: 47px;
  background: #3b5998;
  color: #fff;
  margin: 0px 10px;
  cursor: pointer;
}

.invest-amount-socila-btn .btn.btn-secondary.twitter-btn {
  width: 200px;
  height: 47px;
  background: #50a0eb;
  color: #fff;
  margin: 0px 10px;
  cursor: pointer;
}

.invest-amount-socila-btn .btn.btn-secondary.linkedin-btn {
  width: 200px;
  height: 47px;
  background: #3676b0;
  color: #fff;
  margin: 0px 10px;
  cursor: pointer;
}

.invest-amount-socila-btn .btn.btn-secondary.facebook-btn:hover,
.invest-amount-socila-btn .btn.btn-secondary.twitter-btn:hover,
.invest-amount-socila-btn .btn.btn-secondary.linkedin-btn:hover {
  border-color: transparent;
}

#InvestmentLimitModalCenter .close {
  border: 2px solid #ffcc1a;
  border-radius: 100px;
  height: 22px;
  width: 22px;
  margin-right: 15px;
  margin-top: 15px;
  line-height: 9px;
  padding: 0;
  text-align: center;
}

#InvestmentLimitModalCenter .modal-content {
  box-shadow: -10px 10px 40px rgba(5, 10, 57, 0.15);
}

#InvestmentLimitModalCenter .modal-content .modal-body {
  padding: 15px 45px 40px 45px;
}

#InvestmentLimitModalCenter .modal-content .modal-body h1 {
  font-size: 40px;
}

#InvestmentLimitModalCenter.modal {
  z-index: 1053;
}

@media (min-width: 576px) {
  #InvestmentLimitModalCenter .modal-dialog {
    max-width: 691px;
  }
}

.custom-check-box.form-check input {
  opacity: 0;
}
.custom-check-box.form-check label {
  line-height: 1;
}
.custom-check-box.form-check label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ec740c;
  width: 15px;
  height: 15px;
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0;
}
.custom-check-box.form-check input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #ec740c;
  border: 2px solid #ec740c;
  top: 0px;
  left: 0;
  transition: all 1s;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.form-check.custom-control.custom-radio input,
.form-check.form-check-inline.custom-control.custom-radio input {
  opacity: 0;
}

/* ====================================================
======== Invest Amount Thank You Page  Start End ======
=====================================================*/

/* ====================================================
=========== New Signup Pages Design CSS Start =========
=====================================================*/
.signup-social-btn .btn-secondary:nth-child(1) {
  background: #de4b39;
  color: #fff;
  width: 100%;
  height: 47px;
  margin-bottom: 10px;
}
.signup-social-btn .btn-secondary:nth-child(2) {
  background: #000000;
  color: #fff;
  width: 100%;
  height: 47px;
  margin-bottom: 10px;
}
.signup-social-btn .btn-secondary:nth-child(3) {
  background: #3b5998;
  color: #fff;
  width: 100%;
  height: 47px;
  margin-bottom: 10px;
}
.signup-social-btn .btn-secondary:nth-child(1):hover,
.signup-social-btn .btn-secondary:nth-child(2):hover,
.signup-social-btn .btn-secondary:nth-child(3):hover {
  border-color: transparent;
}
.signup-social-btn .btn-secondary:nth-child(1):focus,
.signup-social-btn .btn-secondary:nth-child(2):focus,
.signup-social-btn .btn-secondary:nth-child(3):focus {
  border-color: transparent;
}

.signup-social-btn .btn-secondary:nth-child(1) span span:nth-child(1),
.signup-social-btn .btn-secondary:nth-child(2) span span:nth-child(1),
.signup-social-btn .btn-secondary:nth-child(3) span span:nth-child(1) {
  width: 20%;
}

/* ====================================================
======== New Signup Pages Design CSS End ==============
=====================================================*/

.modal {
  background: #110651c4 !important;
}

/* ====================================================
=============  Investor Page CSS Start ================
=====================================================*/

.investor-list li a {
  cursor: pointer;
}

.investor-list li a.active,
.investor-list li a:hover {
  color: #ec740c;
}

/* ====================================================
=============  Investor Page CSS End ================
=====================================================*/

/* ====================================================
============= Desktop Header CSS Start ================
=====================================================*/
.desktop_header {
  margin-top: 35px;
}
.top_header #navbarTopHeaderContent .navbar-nav li a,
.desktop_header .navbar-nav li a {
  font-size: 14px;
  display: block;
  line-height: 28px;
  color: #fff;
  font-family: "Konnect-SemiBold";
}
.top_header #navbarTopHeaderContent .navbar-nav li a:hover,
.desktop_header .navbar-nav li a:hover {
  color: #ffcd18;
}

.desktop_header .navbar-nav .nav-link {
  padding-right: 2rem;
}

.desktop_header .nav-item.dropdown .dropdown-menu {
  padding: 10px 20px;
  min-width: 25rem;
  border: 0px;
  border-bottom: 2px solid #ec740c;
  left: -180px;
  background-color: #10183e;
  margin-top: 7px;
}

.desktop_header .nav-item.dropdown .dropdown-menu a {
  background: transparent;
  padding: 0px 0px;
}

.desktop_header .nav-item.dropdown .dropdown-menu span.title {
  color: #ec740c;
  font-size: 14px;
}

.desktop_header .dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.7em solid #ffcd18;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
  position: absolute;
  right: 14px;
  top: 18px;
  transition: 1s;
}

.desktop_header .dropdown .rotated::after {
  transform: rotate(180deg);
  transition: 1s;
}
.top_header.menuColorChange #navbarTopHeaderContent .navbar-nav li a,
.desktop_header .menuColorChange .navbar-nav li a {
  color: #000;
  transition: 2s;
}
.desktop_header .menuColorChange .navbar-nav li.dropdown .dropdown-menu a {
  color: #fff;
}
.desktop_header
  .menuColorChange
  .navbar-nav
  li.dropdown
  .dropdown-menu
  a:hover {
  color: #ffcd18;
}
.desktop_header .menuColorChange .btn-text-invert {
  color: #000;
  transition: 2s;
}
.top_header {
  background-image: linear-gradient(to right, transparent, #050a39);
  transition: 2s;
}
.top_header.menuColorChange {
  background-image: linear-gradient(to right, transparent, transparent);
  transition: 2s;
}
.carousel_scroll_indicator {
  height: 250px;
  width: 2px;
  background: #ffcd1a;
  position: absolute;
  right: 57px;
  bottom: 0px;
  writing-mode: vertical-lr;
}
.carousel_scroll_indicator span {
  color: #ffcd1a;
  position: absolute;
  right: -14px;
  top: -60px;
  transform: rotate(180deg);
  font-size: 20px;
  font-weight: 600;
}
/* ====================================================
============= Desktop Header CSS End ==================
=====================================================*/
