@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,700;1,800;1,900&display=swap");

/* The overlay effect with black background */
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
.overlay input[type="text"] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type="text"]:hover {
  background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

.start {
  font-family: "Montserrat";
  font-size: 14px;
  text-decoration: none;
  letter-spacing: -0.28px;
  border: 1px solid #000;
  border-radius: 29px;
  padding: 10px 25px;
  color: #000;
}

.second-hd .active li {
  text-decoration: underline;
}

.starta {
  font-size: 16px;
  text-decoration: none;
  font-family: "Montserrat";
  letter-spacing: -0.32px;
  color: #000;
}

.copyright-text a {
  color: #fff;
  text-decoration: none;
}

.first-div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.second-div {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}

.openBtn {
  border-radius: 50%;
  background: transparent;
  border: 1px solid #000;
  padding: 5px 10px;
  font-size: 18px;
}

.startb {
  border-radius: 50%;
  background: transparent;
  border: 1px solid #000;
  padding: 5px 10px;
  font-size: 18px;
  color: #000;
}

.header-a {
  background: url(../images/header.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.second-hd a {
  font-size: 18px;
  font-family: "Montserrat";
  text-decoration: none;
  color: #fff;
  letter-spacing: -0.44px;
}

.second-hd {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  gap: 40px;
  justify-content: center;
  margin: 0;
}

.ct-1 {
  box-shadow: 0px 5px 10px #00000012;
  border-radius: 40px;
  max-width: 950px;
  padding: 20px 0;
  margin-top: 10px;
  background: #111;
}

.second-hd a:hover {
  font-weight: 500;
  text-decoration: underline;
  transition: 0.3s;
}

@font-face {
  font-family: Brush;
  src: url(../fonts/Regular\ Brush.otf);
}

/**Music Player**/
.c-player {
  position: relative;
  max-width: 480px;
  margin: 20px auto;
  border-radius: 0;
  box-shadow: 0 19px 38px rgba(24, 29, 37, 0.3),
    0 15px 12px rgba(24, 29, 37, 0.22);
  height: 570px;
  overflow: hidden;
  background: url(../images/music.jpg);
  background-size: cover;
  background-position: center top;
}

.c-player .icon-pause {
  display: none;
}

.c-player.playing .icon-pause {
  display: inline-block;
}

.c-player.playing .icon-play {
  display: none;
}

.c-player .c-player__current-song {
  width: 100%;
  max-width: 480px;
  padding: 0 20px 130px;
  box-shadow: 0 19px 38px rgba(24, 29, 37, 0.3),
    0 15px 12px rgba(24, 29, 37, 0.22);
  backdrop-filter: blur(8px);
}

.c-player__button i {
  font-size: 24px;
}

.c-player .c-player__cd {
  position: relative;
  width: 250px;
  display: flex;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  padding-top: 110px;
}

.c-player .c-player__cd-thumb {
  width: 100%;
  padding-top: 100%;
  border-radius: 0;
  background-size: cover;
  margin: auto;
}

.c-player .c-player__playing-now {
  margin: 16px 0 20px;
  text-align: center;
  font-size: 12px;
}

.c-player .c-player__playing-now p {
  color: #dbc7f7;
}

.c-player .c-player__playing-now h2 {
  margin: 12px 0;
  font-size: 20px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 700;
  letter-spacing: -1px;
}

.c-player .c-player__controls {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 18px 0 8px;
}

.c-player .c-player__controls .c-player__button {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all 250ms ease;
}

.c-player .c-player__controls .c-player__button:hover,
.c-player .c-player__controls .c-player__button.active {
  color: #8440e5;
}

.c-player .c-player__controls .c-player__button.btn-toggle-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  color: #fff;
  background-color: transparent;
  transition: all 250ms ease;
}

.c-player .c-player__controls .c-player__button.btn-toggle-play:hover,
.c-player .c-player__controls .c-player__button.btn-toggle-play:active {
  color: inherit;
  background: transparent;
}

.c-player .c-player__progress {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}

.c-player .c-player__progress .c-player__progress-start-time,
.c-player .c-player__progress .c-player__progress-end-time {
  font-size: 12px;
  color: #fff;
}

.c-player .c-player__progress .c-player__progress-bar {
  flex: 1;
  height: 6px;
  margin: 16px;
  opacity: 0.7;
  cursor: pointer;
}

.c-player .c-player__playlist {
  padding: 0 20px;
  opacity: 0;
}

.c-player .c-player__playlist .c-player__song {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 12px;
  background-color: #252733;
  box-shadow: 0 3px 6px rgba(37, 39, 51, 0.16), 0 3px 6px rgba(37, 39, 51, 0.23);
  cursor: pointer;
}

.c-player .c-player__playlist .c-player__song.active,
.c-player .c-player__playlist .c-player__song:hover {
  background-color: #8440e5;
  background: linear-gradient(90deg,
      rgba(104, 70, 231, 1) 0%,
      rgba(132, 64, 229, 1) 39%);
}

.c-player .c-player__playlist .c-player__song.active .title,
.c-player .c-player__playlist .c-player__song:hover .title,
.c-player .c-player__playlist .c-player__song.active .author,
.c-player .c-player__playlist .c-player__song:hover .author,
.c-player .c-player__playlist .c-player__song.active .option,
.c-player .c-player__playlist .c-player__song:hover .option {
  color: #fff;
}

.c-player .c-player__playlist .c-player__song.active .c-player__song-number,
.c-player .c-player__playlist .c-player__song:hover .c-player__song-number {
  background-color: #252733;
}

.c-player .c-player__playlist .c-player__song .c-player__song-number {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  border-radius: 50%;
  color: #fff;
  background-color: #8440e5;
  transition: all 250ms ease;
}

.c-player .c-player__playlist .c-player__song .c-player__song-infos {
  flex: 1;
}

.c-player .c-player__playlist .c-player__song .c-player__song-infos .c-player__song-title {
  font-size: 18px;
  margin-bottom: 4px;
  transition: all 250ms ease;
}

.c-player .c-player__playlist .c-player__song .c-player__song-infos .c-player__song-author {
  font-size: 12px;
  color: #dbc7f7;
  transition: all 250ms ease;
}

.c-player .c-player__playlist .c-player__song .c-player__song-duration {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 250ms ease;
}

.c-player .c-player__band-infos {
  margin-top: 24px;
  padding: 20px 20px 0;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #252733;
}

.c-player .c-player__band-infos div {
  text-transform: Capitalize;
  margin-bottom: 12px;
}

.c-player .c-player__band-infos a {
  margin: 0 4px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

.c-player .c-player__band-infos a:hover {
  color: #be9af1;
}

/**Music Player**/

.bg1a {
  font-size: 100px;
  font-family: Brush;
  font-weight: 400;
}

.bg1-inner {
  text-align: center;
  margin-top: 30px;
}

.bg1b {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 500;
}

.bg1 {
  background: url(../images/bg1.png) no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 50px;
}

.bgb {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  font-family: "Montserrat";
}

.bgc {
  font-size: 18px;
  font-weight: 300;
  font-family: "Montserrat";
  color: #000;
}

.slick-list.draggable {
  overflow-x: hidden;
}

.slick-track {
  display: flex;
}

.bg2-inner {
  width: 100%;
}

.bg2-a {
  font-size: 70px;
  font-family: "Josefin sans";
  font-weight: 700;
  letter-spacing: -1.8px;
  color: #fff;
  text-transform: uppercase;
}

.bg2 {
  background: url(../images/bg2.png) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 70px 0;
}

.bg2-b {
  font-size: 16px;
  font-weight: 300;
  font-family: "Josefin sans";
  color: #fff;
  letter-spacing: -0.36px;
}

.listen {
  font-size: 18px;
  font-family: "Josefin sans";
  font-weight: 500;
  color: #ff004e;
  text-decoration: none;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

.bg2 .fa-arrow-left {
  color: #fff;
  font-size: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 9;
  cursor: pointer;
}

.third-hd {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  gap: 40px;
  margin: 0;
  justify-content: flex-start;
  padding-left: 30px;
}

.third-hd a {
  font-size: 18px;
  font-family: "Montserrat";
  text-decoration: none;
  color: #000;
  letter-spacing: -0.44px;
}

.header-sound .third-hd a {
  color: #fff;
}

.fourth-hd a {
  font-size: 18px;
  font-family: "Montserrat";
  text-decoration: none;
  color: #000;
  letter-spacing: -0.44px;
}

.third-hd .active li,
.fourth-hd .active li {
  text-decoration: underline;
}

.fourth-hd {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  gap: 40px;
  justify-content: flex-start;
  margin: 0;
  padding-left: 10px;
}

.your-class {
  position: relative;
}

.bg2 .fa-arrow-right {
  color: #fff;
  font-size: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30%;
  right: 0;
  z-index: 9;
  cursor: pointer;
}

html {
  overflow-x: hidden;
}

.track-1 {
  width: 100%;
}

.bg3-a {
  font-size: 70px;
  font-family: "Josefin sans";
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: -3.2px;
  line-height: 36px;
}

.bg3-b {
  font-size: 14px;
  font-family: "Josefin sans";
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.bg3 {
  padding: 80px 0 50px 0;
  background: #111;
}

.splide-inner {
  background: transparent linear-gradient(180deg, #ff0ed700 0%, #e80e7d8d 55%, #d60e34 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  padding: 150px 10px 25px 10px;
  position: absolute;
  bottom: 0;
  opacity: 0;
}

.splide-inner:hover {
  opacity: 1;
  transition: 0.3s;
}

.social-inner i {
  color: #000;
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social-inner a {
  text-decoration: none;
}

.social-inner {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

.bg3-c {
  color: #fff;
  font-family: "Josefin sans";
  font-weight: 700;
  font-size: 26px;
}

.bg3-d {
  font-size: 12px;
  font-weight: 300;
  font-family: "Josefin sans";
  color: #fff;
  margin-top: -10px;
  margin-bottom: 0;
}

.splide__pagination {
  display: none;
}

.splide__slide {
  position: relative;
}

.splide__list {
  gap: 10px !important;
}

.bg3 .splide__arrows {
  display: none !important;
}

.bg4 iframe {
  width: 90%;
  height: 650px;
}

.bg4 {
  padding: 80px 0;
  margin: 0 auto;
  text-align: center;
  background: #111;
}

.bg5 {
  background: url(../images/bg5.png) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 150px 0 100px 0;
}

.bg5-a {
  font-size: 60px;
  font-family: "Josefin sans";
  color: #fff;
  font-weight: 700;
}

.bg5-b {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  font-family: "Josefin sans";
}

.signature {
  width: 248px;
  height: 103px;
}

/*Flip Card*/
.music-container {
  display: block;
  position: relative;
}

.music-container audio {
  display: none;
}

.music-container .music-playing {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.music-playing {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  display: none;
}

.bar.bar1 {
  left: 0;
  -webkit-animation: barEQ 0.9s alternate infinite linear;
  animation: barEQ 0.9s alternate infinite linear;
}

.bar {
  position: absolute;
  height: 100%;
  width: 15%;
  bottom: 0;
  float: left;
  background-color: #fff;
}

.bar.bar2 {
  left: 28.33333333%;
  -webkit-animation: barEQ2 0.9s alternate infinite linear;
  animation: barEQ2 0.9s alternate infinite linear;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.bar.bar3 {
  left: 56.66666667%;
  -webkit-animation: barEQ 0.9s alternate infinite linear;
  animation: barEQ 0.9s alternate infinite linear;
  -webkit-animation-duration: 0.675s;
  animation-duration: 0.675s;
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

.bar.bar4 {
  left: 85%;
  -webkit-animation: barEQ2 0.9s alternate infinite linear;
  animation: barEQ2 0.9s alternate infinite linear;
  -webkit-animation-duration: 0.81s;
  animation-duration: 0.81s;
  -webkit-animation-delay: -0.27s;
  animation-delay: -0.27s;
}

.music-container .controls {
  position: absolute;
  right: 0;
  width: 23%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.music-container .controls input[type="radio"] {
  position: absolute;
  left: -1000px;
}

.music-container .controls button {
  background-color: #ffffff;
}

.music-container .controls button {
  flex-grow: 1;
  display: grid;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #f5f5f5;
  height: 33.33%;
  border: 0;
}

.music-container .controls button span {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  color: #000;
  text-align: center;
  font-size: 22px;
  display: table-cell;
  vertical-align: middle;
  transition: color 0.5s;
  align-content: space-evenly;
}

.music-container .controls button span i {
  font-size: 20px;
}

.music-container .controls input[type="radio"] {
  position: absolute;
  left: -1000px;
}

.bg7 .bg3-a {
  margin-bottom: 50px;
  padding-top: 80px;
}

.music-container .controls a {
  background-color: #ffffff;
}

.music-container .controls a {
  flex-grow: 1;
  display: table;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #f5f5f5;
  height: 33.33%;
}

.music-container .controls a span {
  color: #000000;
}

.music-container .controls a span {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  color: #000;
  text-align: center;
  font-size: 22px;
  display: table-cell;
  vertical-align: middle;
  transition: color 0.5s;
}

.music-container .controls:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.music-container .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  pointer-events: none;
}

.music-container .cover .static-card {
  border-right: none;
}

.music-container .cover .flip-card,
.discography_classic .music-container .cover .static-card {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.music-container .cover img {
  height: 100%;
  max-width: none;
  width: 200%;
}

.music-container .cover .flip-card {
  border-left: none;
  margin-left: 50%;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  transition: -webkit-transform 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 0.5s cubic-bezier(0.45, 0, 0.55, 1),
    -webkit-transform 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.music-container .flip-card {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.music-container .cover .flip-card:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: -20px;
}

.music-container .cover .flip-card img {
  position: absolute;
  background-color: #fff;
  right: 0;
}

.music-container:hover .flip-card,
.music-container.is-hovering .flip-card {
  -webkit-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}

.music-container .cover .flip-card,
.music-container .cover .static-card {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.music-container .controls label.active {
  background-color: #f5f5f5;
  zoom: 1;
  box-shadow: inset 0px 0px 10px 5px rgba(120, 120, 120, 0.1);
  border: 1px solid #fff;
}

.bg6-a {
  font-size: 24px;
  font-family: "Josefin Sans";
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  margin-top: 15px;
}

.bg6-b {
  font-size: 14px;
  font-family: "Josefin Sans";
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.28px;
  margin-top: -5px;
}

/*Flip Card*/

.bg6 {
  padding: 100px 0 70px 0;
  background: #111;
}

/*Image Hover Section*/
.tg_background_list_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  background: #000;
}

.tg_background_list_column {
  min-height: 700px;
}

.tg_background_list_wrapper.four_cols .tg_background_list_column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.tg_background_list_wrapper .tg_background_list_column {
  position: relative;
  z-index: 2;
  border-right: 1px solid rgba(256, 256, 256, 0.5);
}

.tg_background_list_wrapper .tg_background_list_column .tg_background_list_content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  color: #fff;
}

.tg_background_list_wrapper .tg_background_list_content .tg_background_list_title {
  transition: transform 0.3s ease;
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tg_background_list_wrapper .tg_background_list_column .tg_background_list_content h3 {
  color: #ffffff;
}

.tg_background_list_wrapper .tg_background_list_content .tg_background_list_link {
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.2s ease;
  max-height: 0;
}

.tg_background_list_desc {
  color: #ffffff;
}

.tg_background_list_wrapper .tg_background_list_content .tg_background_list_link a.button {
  border-color: #ffffff;
}

.tg_background_list_wrapper .tg_background_img {
  transition-duration: 500ms;
}

.tg_background_list_wrapper .tg_background_img {
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}

.tg_background_list_wrapper .tg_background_img,
.tg_background_list_wrapper .tg_background_list_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

.tg_background_list_wrapper .tg_background_list_overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.tg_background_list_wrapper .tg_background_img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.tg_background_list_wrapper .tg_background_img.hover {
  opacity: 1;
  visibility: visible;
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.tg_background_list_wrapper .tg_background_list_column:hover .tg_background_list_link {
  max-height: 100%;
  transform: scaleY(1);
  overflow: visible;
}

.tg_background_list_title h3 {
  letter-spacing: -0.7px;
  font-size: 24px;
  font-family: "Josefin sans";
  font-weight: 700;
}

.tg_background_list_desc {
  font-size: 16px;
  font-family: "Josefin sans";
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.36px;
  margin-bottom: 10px;
}

.ghost {
  border: 1px solid #ffffff;
  border-radius: 42px;
  color: #fff;
  font-family: "Josefin sans";
  font-size: 14px;
  padding: 10px 20px;
  text-decoration: none;
}

/*Image Hover Section*/

.bg8-a {
  font-size: 36px;
  font-family: "Josefin sans";
  font-weight: 700;
  color: #fff;
  letter-spacing: -1.68px;
  text-align: center;
}

.bg8-b {
  font-size: 16px;
  font-family: "Josefin sans";
  text-align: center;
  font-weight: 300;
  color: #fff;
  width: 80%;
  margin: auto;
}

.bg8 {
  padding: 80px 0;
  background: #111;
}

footer {
  background: url(../images/footer.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
}

.footer-txt {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.newsletter-form {
  position: relative;
}

.form-input {
  background: #1b1b1b;
  width: 90%;
  border-radius: 25px;
  border: 1px solid #000;
  height: 50px;
  padding-left: 20px;
  font-size: 14px;
  position: relative;
  margin-top: 10px;
}

.form-btn {
  background: transparent;
  color: #fff;
  border: none;
  position: absolute;
  right: 75px;
  top: 22px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  color: #fff;
  font-size: 16px;
  background: #1b1b1b;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer-logo {
  margin-top: 50px;
}

.footer-p {
  font-size: 15px;
  color: #000;
  font-weight: 300;
  width: 70%;
  margin-top: 10px;
  font-family: "Montserrat";
}

.footer-head {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-family: "Montserrat";
}

.footer-ul {
  list-style: none;
  padding: 0;
}

.footer-ul a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  font-family: "Montserrat";
}

.footer-div {
  max-width: 1320px;
  margin: auto;
}

.copyright-text {
  color: #fff;
  font-size: 14px;
  margin: 0;
  font-family: "Montserrat";
}

.row-2 {
  padding: 20px 0;
  background: #111111 !important;
  margin-top: 80px;
}

.social-icons a:hover {
  background: #fff;
  color: #1b1b1b;
  transition: 0.3s;
}

/*Tracks Page*/
.track1 {
  background: url(../images/tracks/bg1.png);
  background-position: center center;
  background-size: cover;
  height: 80vh;
  display: flex;
  align-items: center;
}

.header-b {
  background: transparent radial-gradient(closest-side at 32% 41%, #3b3b3b 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.header-b .start {
  font-family: "Montserrat";
  font-size: 14px;
  text-decoration: none;
  letter-spacing: -0.28px;
  border: 1px solid #fff;
  border-radius: 29px;
  padding: 10px 25px;
  color: #fff;
}

.header-b .starta {
  font-size: 16px;
  text-decoration: none;
  font-family: "Montserrat";
  letter-spacing: -0.32px;
  color: #fff;
}

.header-b .openBtn {
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  padding: 5px 10px;
  font-size: 18px;
  color: #fff;
}

.start-shopping {
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  padding: 5px 10px;
  font-size: 18px;
  color: #fff;
}

.header-track {
  background: url(../images/tracks/header.png);
  background-position: center center;
  background-size: cover;
}

.header-track .ct-2 {
  padding: 10px 0 !important;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
}

.track-a {
  font-family: "Poppins";
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2.4px;
}

.track-b {
  font-family: "Poppins";
  color: #fff;
  letter-spacing: -0.44px;
  font-size: 20px;
  font-weight: 400;
}

.get-a {
  font-family: "Montserrat";
  color: #fff;
  letter-spacing: -0.28px;
  text-decoration: none;
  border: 1px solid #fff;
  width: 230px;
  height: 50px;
  border-radius: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 20px;
}

.get-a:hover {
  background: #fff;
  color: #000;
  transition: 0.3s;
}

.track-inner {
  background: transparent radial-gradient(closest-side at 32% 41%, #3b3b3b 0%, #000000 100%) 0% 0% no-repeat padding-box;
  padding: 80px 0 0 0;
}

.track-2a {
  font-family: "Poppins";
  font-weight: 700;
  color: #fff;
  font-size: 32px;
  letter-spacing: -1.5px;
  line-height: 40px;
  padding-top: 70px;
}

.track-2b {
  color: #9d9d9d;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.36px;
}

.track2-img {
  width: 100%;
}

.track3 {
  padding: 80px 180px;
  text-align: center;
}

.track-3a {
  font-size: 44px;
  color: #fff;
  font-family: "Poppins";
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.track-3b {
  font-size: 16px;
  color: #9d9d9d;
  font-family: "Poppins";
  font-weight: 400;
  letter-spacing: -0.36px;
}

.imgbox-a {
  font-size: 20px;
  font-family: "Poppins";
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.44px;
  margin-top: 5px;
}

.imgbox-b {
  font-size: 14px;
  font-family: "Poppins";
  color: #9d9d9d;
  letter-spacing: -0.28px;
}

.img-box {
  padding: 30px 20px;
  border-radius: 27px;
}

.img-box:hover {
  border: 1px solid #ffffff;
  transition: 0.3s;
}

.track2 {
  padding: 0 180px;
}

.track-4a {
  font-family: "Poppins";
  font-weight: 700;
  color: #fff;
  font-size: 46px;
  letter-spacing: -1.5px;
  line-height: 56px;
  padding-top: 42px;
  margin-left: -115px;
}

.track5 {
  padding: 100px 170px;
}

.track5-a {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  font-family: "Poppins";
  letter-spacing: -1.5px;
  line-height: 54px;
}

.track5-b {
  color: #9d9d9d;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
  width: 70%;
}

.app-img {
  width: 60%;
}

.track5-img {
  width: 100%;
}

.track6-a {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  width: 80%;
  margin: 0 auto;
}

/*Track Player*/
#main {
  background: url(../images/tracks/music-back1.png) no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 12px;
  width: 290px;
  margin: 0 auto;
  position: relative;
}

#main1 {
  background: url(../images/tracks/music-back2.png) no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 12px;
  width: 290px;
  margin: 0 auto;
  position: relative;
}

#main2 {
  background: url(../images/tracks/music-back43.png) no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 12px;
  width: 290px;
  margin: 0 auto;
  position: relative;
}

#main3 {
  background: url(../images/tracks/music-back4.png) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 290px;
  margin: 0 auto;
  border-radius: 12px;
  position: relative;
}

.player {
  width: 300px;
  height: 350px;
  border-radius: 10px;
  color: #e1e1e6;
  display: flex;
  justify-content: end;
  align-items: center;
  font-family: "Poppins";
  flex-direction: column;
  font-weight: 600;
  letter-spacing: -0.44px;
  font-size: 20px !important;
  text-align: center;
}

.player>div:first-child {
  width: 240px;
}

.player>div:first-child>img {
  border-radius: 10px;
  width: 240px;
  height: 240px;
}

.player>div:first-child>h3 {
  font-size: 16px;
  font-family: "Montserrat";
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  margin-top: 220px;
}

.player>div:first-child>h4 {
  font-size: 19px;
  font-weight: 100;
  margin: 0px;
  color: #a5a2b0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.player>div:last-child {
  height: 100px;
  width: 240px;
}

.player>div:last-child>.bar1 {
  width: 100%;
  height: 2px;
  margin: 15px 0px 10px 0px;
  border-radius: 4px;
  background-color: #5e586f;
  overflow: hidden;
  cursor: pointer;
}

.player>div:last-child>.bar1>* {
  background-color: #c0bfc4;
  width: 0%;
  height: 100%;
}

.player>div:last-child>div:last-child {
  color: #a5a2b0;
  display: flex;
  justify-content: space-between;
}

.player>div:last-child>div:first-child {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}

.player>div:last-child>div:first-child {
  margin: 5px 0;
}

.player>div:last-child>div:first-child>img {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  background: orange;
  border-radius: 50%;
  padding: 15px;
}

/*Track Player*/
.track7 {
  padding: 130px 170px;
}

.bg7-img {
  width: 105%;
}

.track7-a {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
  color: #faa700;
  letter-spacing: -0.48px;
}

.track7-b {
  font-size: 46px;
  color: #fff;
  letter-spacing: -1.83px;
  font-weight: 700;
  margin-top: -15px;
}

.track7-c {
  color: #fff;
  letter-spacing: -0.28px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins";
}

.track7-ul li {
  color: #fff;
  letter-spacing: -0.28px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
}

.track7-ul {
  padding: 0px 15px;
  margin-top: 15px;
}

.track7-inner-div {
  background: #2d2d2d;
  border-radius: 25px;
  padding: 35px 45px;
  margin-top: 10px;
}

.track8 {
  background: url(../images/tracks/bg8.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 155px 0;
}

.track8-btn {
  font-family: "Montserrat";
  color: #fff;
  letter-spacing: -0.28px;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-top: 20px;
  width: 180px;
  height: 60px;
}

.track8-a {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  font-family: "Poppins";
  letter-spacing: -2.07px;
  text-transform: uppercase;
}

.track9-a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-family: "Poppins";
  text-align: center;
  text-transform: uppercase;
}

.form-div input {
  border: 1px solid #8c8c8c;
  border-radius: 55px;
  width: 100%;
  height: 80px;
  font-size: 14px;
  color: #fff;
  background: transparent;
  padding-left: 20px;
  font-family: "Poppins";
}

.formdiv-btn {
  width: 160px !important;
  height: 70px !important;
  background: #faa700 !important;
  border-radius: 55px !important;
  position: absolute;
  right: 6px;
  top: 4px;
  color: #000 !important;
  font-size: 15px !important;
}

.form-div {
  position: relative;
  margin-top: 30px;
}

.track9 {
  padding: 100px 0;
}

.track8-btn:hover {
  background: #fff;
  color: #000;
  transition: 0.3s;
}

/*Tracks Page*/

/*Sound Kits Page*/
.input-group input {
  border-radius: 20px;
}

.form-div1 .bg-dark {
  background-color: #383838 !important;
}

.form-div1 input {
  background-color: #383838 !important;
}

.form-div1 input::placeholder,
#button-addon2 i {
  color: #ffffff78;
}

.header-b .start1 {
  font-size: 16px;
  text-decoration: none;
  font-family: "Montserrat";
  letter-spacing: -0.32px;
  color: #fff;
  margin-right: 30px;
}

.header-sound .ct-3 {
  padding: 15px 0 !important;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
}

.header-sound {
  background: #242424;
}

.header-sound .second-hd a {
  color: #fff;
}

.sounda-1 {
  font-size: 42px;
  font-weight: 600;
  font-family: "Montserrat";
  letter-spacing: -1px;
  color: #fff;
}

.sound-a {
  padding: 50px 0;
}

.sound-inner {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
}

.sound1 {
  background: transparent radial-gradient(closest-side at 32% 41%, #3b3b3b 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.sound-inner1-a a {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat";
  letter-spacing: -0.4px;
  text-decoration: none;
  font-weight: 400;
}

.sound-inner1-a {
  text-align: center;
  margin-top: 5px;
}

.sound-inner1 {
  text-align: center;
  padding: 30px;
  border-radius: 15px;
}

.sound-img {
  width: 125px;
  height: 125px;
  border: 1px solid #707070;
  border-radius: 50%;
}

.sound-inner-abc {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;
  align-items: center;
  gap: 20px;
}

.soundb-inner a {
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat";
  letter-spacing: -0.32px;
  font-size: 14px;
}

.soundb-inner {
  background: #383838 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 100px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sound-inner-abc input {
  background: #383838;
}

.sound-inner-abc input::placeholder {
  color: #ffffff78;
}

.sound-inner-abc .bg-dark {
  background: #383838 !important;
}

.sound-b {
  background: #000000 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  padding: 40px 0;
  border-left: 0;
  border-right: 0;
}

.sound-inner-abc input:focus {
  background: #383838;
}

.sound-c {
  padding: 100px 0;
}

.soundc-1 {
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.44px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.soundc-2 {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 500;
  color: #b8b8b8;
  letter-spacing: -0.28px;
  margin-bottom: 0px;
}

.soundc-3 {
  font-size: 13px;
  font-family: "Montserrat";
  color: #b8b8b8;
  letter-spacing: -0.28px;
}

.soundc-inner {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 20px;
}

.bg3-img {
  width: 100%;
}

.sound-inner1:hover {
  background: url(../images/sound/sound-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.3s;
}

.sound-inner1:hover .sound-inner1-a a {
  color: #000 !important;
  font-weight: 700;
}

.soundb-inner:hover {
  transform: scale(0.95);
  transition: 0.5s;
}

.bg3-img:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

/*Sound Kits Page*/

/*Feature Page*/
.feature-a {
  font-size: 70px;
  font-family: "Montserrat";
  font-weight: 700;
  letter-spacing: -5px;
  color: #fff;
}

.feature-b {
  font-size: 14px;
  font-family: "Montserrat";
  letter-spacing: -0.32px;
  width: 80%;
  color: #fff;
}

.shuffle-btn {
  font-size: 14px;
  font-family: "Montserrat";
  letter-spacing: -0.24px;
  font-weight: 500;
  border-radius: 22px;
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 10px 30px;
  border: 1px solid #fff;
}

.feature-1 {
  height: 100vh;
  display: flex;
  align-items: center;
  margin-top: -165px;
  padding-top: 150px;
  background: url(../images/feature/bg1.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-c {
  background: transparent !important;
}

.header-sound .ct-4 {
  background-color: #24242466;
}

.fifth-hd {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  gap: 40px;
  margin: 0;
  justify-content: flex-start;
  padding-left: 80px;
}

.fifth-hd a {
  font-size: 18px;
  font-family: "Montserrat";
  text-decoration: none;
  color: #fff;
  letter-spacing: -0.44px;
}

.fifth-hd .active li {
  text-decoration: underline;
}

.featurebtn-div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-2-img {
  width: 100%;
}

.feature-2a {
  font-size: 40px;
  font-family: "Montserrat";
  font-weight: 700;
  letter-spacing: 2.5px;
  width: 50%;
  padding-top: 50px;
  color: #fff;
  padding-left: 30px;
}

.feature-2b {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: -0.32px;
  width: 65%;
  line-height: 26px;
  color: #fff;
  padding-left: 30px;
}

.feature-2 {
  padding: 100px 0;
  background: transparent radial-gradient(closest-side at 35% 50%, #8cddf8 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.feature-main {
  background: transparent radial-gradient(closest-side at 39% 43%, #4e4e4e 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.feature-2-imga {
  width: 100%;
  margin-top: 20px;
  margin-left: -150px;
}

/*Feature Page Music Player*/
.music-player {
  position: relative;
  margin: auto;
  background: #fff;
  padding: 15px;
  width: 100%;
  border-radius: 14px;
  margin-top: 20px;
}

.start-button {
  background: #000;
  color: #fff;
  border: 0;
  width: 41px;
  height: 41px;
  font-size: 22px;
  border-radius: 8px;
}

.stop-button {
  background: #000;
  color: #fff;
  border: 0;
  width: 41px;
  height: 41px;
  font-size: 22px;
  border-radius: 8px;
}

.reset-button {
  background: #000;
  color: #fff;
  border: 0;
  width: 41px;
  height: 41px;
  font-size: 22px;
  border-radius: 8px;
}

.feature-3imga {
  width: 48%;
}

.titre {
  width: 100%;
}

.lecteur {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
}

.mejs__button>button:focus {
  outline: 0px dotted #999;
}

.mejs__container {
  position: relative;
  background-color: transparent;
  min-width: auto !important;
  height: 25px !important;
}

.mejs__controls {
  padding: 0 10%;
  background: transparent !important;
  display: block;
  position: relative;
}

.mejs__controls div {
  display: block;
  position: relative;
}

.mejs__controls .mejs__playpause-button {
  position: absolute !important;
  left: 0;
  width: 40px;
  bottom: -22px;
}

.mejs__controls .mejs__playpause-button button {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  font-family: FontAwesome;
  font-size: 23px;
  color: #000;
  background: transparent;
  padding: 0;
  margin: 0;
}

.mejs__controls .mejs__play button:before {
  content: "\f04b";
}

.mejs__controls .mejs__pause button:before {
  content: "\f04c";
}

.mejs__controls .mejs__volume-button button {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  font-family: FontAwesome;
  font-size: 20px;
  color: #000;
  background: transparent;
  margin: 0;
  padding: 0;
}

.mejs__controls .mejs__mute button:before {
  content: "\f028";
}

.mejs__controls .mejs__unmute button:before {
  content: "\f026";
}

.mejs__controls .mejs__time {
  width: 12%;
  color: #cccccc;
  padding: 0;
  position: absolute;
  right: 150px;
  top: 10px;
  font-family: "Josefin Sans";
  display: flex;
  align-items: center;
  gap: 10px;
}

.mejs__offscreen {
  display: none;
}

.mejs__controls .mejs__time span {
  font-size: 15px;
}

.mejs__controls span.mejs__duration {
  float: right;
  text-align: right;
  color: #ccc;
}

.mejs__controls span.mejs__currenttime {
  /* font-weight: 700; */
}

.mejs__controls .mejs__time-rail {
  width: 100%;
  margin-top: 40px;
  position: relative;
  margin-left: -30px;
}

.mejs__controls .mejs__time-rail span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  border-radius: 50px;
  cursor: pointer;
  background: #d6d6d6;
  overflow: hidden;
}

.mejs__controls .mejs__time-rail .mejs__time-float {
  display: none;
  top: -40px;
  width: 40px;
  height: 25px;
  margin-left: 0px;
  text-align: center;
  font-size: 10px;
  background: #fff;
  border: 0;
}

.mejs__controls .mejs__time-rail .mejs__time-float-current {
  display: block;
  position: relative;
  top: 0;
  margin: 0;
  line-height: 26px;
  color: #100d28;
}

.mejs__controls .mejs__time-rail .mejs__time-float-corner {
  top: auto;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.mejs__controls .mejs__time-rail .mejs__time-current {
  background: #000 none repeat scroll 0 0;
  z-index: 9;
  width: 100%;
  position: absolute;
  left: -50%;
}

.mejs__controls .mejs__time-handle {
  display: none;
}

.mejs__controls .mejs__volume-button {
  position: relative;
  position: absolute !important;
  top: -18px;
  right: 60px;
  width: 40px;
  height: 40px;
}

.mejs__controls .mejs__horizontal-volume-slider {
  display: block;
  position: absolute !important;
  position: relative;
  top: -18px;
  right: 4px;
  width: 60px;
  height: 4px;
  margin-top: 18px;
  border-radius: 50px;
  line-height: 11px;
}

.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total,
.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-current {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d6d6d6;
}

.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-current {
  background: #000;
}

/*Feature Page Music Player*/

.feature-3a {
  font-size: 40px;
  font-family: "Montserrat";
  font-weight: 700;
  color: #fff;
  letter-spacing: 2.5px;
  text-align: center;
}

.feature-3b {
  text-align: center;
  color: #fff;
  letter-spacing: -0.32px;
  font-family: "Montserrat";
  font-size: 14px;
  width: 30%;
  margin: auto;
  line-height: 24px;
}

.feature-3img {
  width: 265px;
  height: 237px;
}

.feature-3c {
  font-size: 30px;
  font-weight: 600;
  font-family: "Montserrat";
  color: #000;
}

h4.feature-3d {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 22px;
  color: #000;
}

.feature-3-inner {
  display: flex;
  align-items: center;
  gap: 50px;
}

.feature-3-abc {
  background: url(../images/feature/music-player.png) no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 14px;
  padding: 50px;
}

.titre h3 {
  color: #000;
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -0.68px;
}

.titre h1 {
  color: #000;
  font-family: "Josefin Sans";
  font-weight: 300;
  font-size: 14px;
  margin-top: -10px;
}

.feature-3e {
  font-size: 28px;
  font-weight: 600;
  font-family: "Montserrat";
  color: #fff;
}

.feature-3f {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.feature-3-inner-123 {
  display: flex;
  align-items: center;
  gap: 35px;
}

.feature-4a-img {
  width: 100%;
}

.feature-4-inner {
  margin-left: -40px;
}

.feature-4b-img {
  width: 200px;
  height: 185px;
}

.feature-4-innera {
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: auto auto;
  margin-top: 20px;
}

.feature-4c-img {
  width: 110%;
  height: 185px;
}

.feature-4 {
  padding-top: 120px;
  background: transparent radial-gradient(closest-side at 50% 50%, #8cddf8b8 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.feature-4d-img {
  width: 231px;
  height: 182px;
  margin-top: 130px;
}

.feature-4e-img {
  width: 100%;
  margin-top: 30px;
}

.feature-4a {
  font-size: 40px;
  font-family: "Montserrat";
  font-weight: 700;
  letter-spacing: 2.5px;
  width: 75%;
  padding-top: 50px;
  color: #fff;
}

.feature-4b {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: -0.32px;
  width: 100%;
  line-height: 26px;
  color: #fff;
}

/*Feature Music Carousel Page*/
.carousel {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.carousel__prev,
.carousel__next {
  position: absolute;
  bottom: -15%;
  transition: transform 0.25s ease;
}

.carousel__prev i,
.carousel__next i {
  font-size: 60px;
  color: var(--box-border);
  cursor: pointer;
}

.carousel__prev:hover,
.carousel__next:hover {
  transform: scale(1.25);
}

.carousel__prev {
  left: 40%;
}

.carousel__next {
  right: 40%;
}

.carousel__body {
  width: 100%;
  padding: 20px 0 50px 0;
  overflow: hidden;
  background: transparent radial-gradient(closest-side at 50% 50%, #8cddf8b8 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  margin-top: 30px;
}

.carousel__body .carousel__slider {
  position: relative;
  transition: transform 1s ease-in-out;
  background: var(--crsl-bg);
}

.carousel__body .carousel__slider__item {
  position: relative;
  display: block;
  float: left;
  box-sizing: border-box;
  margin-left: 20px;
  margin-right: 20px;
}

.carousel__body .carousel__slider__item .item__3d-frame {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 1s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.carousel__body .carousel__slider__item .item__3d-frame:after {
  content: "";
  position: absolute;
  bottom: -15%;
  width: 100%;
  height: 40px;
  background: var(--box-shadow);
  box-shadow: 0px 0px 5px 5px var(--box-shadow);
  transform: rotateX(90deg) translate3d(0px, -20px, 0px);
  opacity: 0.85;
}

.carousel__body .carousel__slider__item .item__3d-frame__box {
  display: flex;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.carousel__body .carousel__slider__item .item__3d-frame__box h1 {
  font-size: 7em;
  width: 100%;
  color: var(--box-border);
}

.carousel__body .carousel__slider__item .item__3d-frame__box--right,
.carousel__body .carousel__slider__item .item__3d-frame__box--left {
  top: 0;
  width: 40px;
  backface-visibility: hidden;
}

.carousel__body .carousel__slider__item .item__3d-frame__box--left {
  left: 0;
  border-left-width: 5px;
  transform: translate3d(1px, 0, -40px) rotateY(-90deg);
  transform-origin: 0%;
}

.carousel__body .carousel__slider__item .item__3d-frame__box--right {
  right: 0;
  border-right-width: 5px;
  transform: translate3d(-1px, 0, -40px) rotateY(90deg);
  transform-origin: 100%;
}

/*Feature Music Carousel Page*/

.feature-5 {
  padding: 100px 0;
}

.feature-5-img {
  width: 100%;
  border-radius: 14px 14px 0 0;
}

.music-player1 {
  position: relative;
  margin: auto;
  background: #fff;
  padding: 15px;
  width: 100%;
  border-radius: 14px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 15px 15px;
}

.playlist-a {
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.8px;
  font-family: "Montserrat";
  margin: 0;
  font-weight: 400;
}

.playlist-img {
  width: 33px;
  height: 32px;
}

.playlist-inner-a {
  display: flex;
  align-items: center;
  gap: 20px;
}

.playlist-b {
  font-size: 12px;
  font-family: "Montserrat";
  color: #fff;
  letter-spacing: -0.28px;
}

.playlist-inner {
  padding: 10px 0;
  border-bottom: 1px solid #444444;
}

.playlist-inner:last-of-type {
  border-bottom: 0;
}

.feature-6c {
  font-size: 20px;
  color: #fff;
  letter-spacing: -1.1px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 45px;
}

.playlist-div {
  height: 220px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.showall-btn {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.26px;
  font-family: "Montserrat";
  width: 85px;
  height: 34px;
  border: 1px solid #ffffff;
  border-radius: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.feature-6a {
  font-size: 40px;
  font-family: "Montserrat";
  font-weight: 700;
  color: #fff;
  letter-spacing: 2.5px;
}

.feature-6b {
  color: #fff;
  letter-spacing: -0.32px;
  font-family: "Montserrat";
  font-size: 14px;
  width: 25%;
  line-height: 24px;
}

.feature-6 {
  padding-bottom: 100px;
  background: transparent radial-gradient(closest-side at 50% 50%, #8cddf859 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.feature-footer {
  padding-top: 40px;
}

.feature-footer-1 {
  padding-top: 60px;
}

.feat-foot .footer-logo {
  margin-top: 0;
}

.footer-top-img {
  width: 100%;
  padding-bottom: 35px;
}

.feat-foot {
  background: #000;
  padding-top: 0;
}

.feat-foot .footer-txt,
.feat-foot .footer-p,
.feat-foot .footer-head,
.feat-foot .footer-ul a {
  color: #fff;
}

.feat-foot .row-2 {
  padding: 15px 0 13px 0;
  background: #2c2c2c !important;
  margin-top: 40px;
}

.feature-5b {
  text-align: center;
  color: #fff;
  letter-spacing: -0.32px;
  font-family: "Montserrat";
  font-size: 14px;
  width: 43%;
  margin: auto;
  line-height: 24px;
}

.feature-3 {
  background: transparent radial-gradient(closest-side at 50% 55%, #8cddf899 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.playlist-div::-webkit-scrollbar {
  width: 8px;
}

.playlist-div::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}

.playlist-div::-webkit-scrollbar-thumb {
  background: #64d4d5;
  border-radius: 20px;
}

/*Feature Page*/

/*Tracks Page*/

.tracks-1 .soundb-inner a {
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat";
  letter-spacing: -0.32px;
  font-size: 14px;
  width: 97px;
  text-align: center;
}

.tracks-1 .sound-inner-abc {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.tracks-1 {
  background: transparent radial-gradient(closest-side at 32% 41%, #3b3b3b 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.tracks-1 .sound-b {
  background: transparent;
  border: 0;
}

.tracks-1 .sounda-1 {
  text-align: center;
}

.tracks-1 .sound-a:before {
  background: url(../images/tracks-a/home-1.png);
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  background-size: cover;
  width: 100%;
  height: 45%;
  z-index: 0;
  background-position: 50% 100%;
}

.tracks-1 .sound-a {
  position: relative;
}

.tracks-1 .sound-inner {
  z-index: 9999;
  position: relative;
}

.tracks-1 .sound-inner1-a a {
  color: #000;
  font-size: 16px;
  font-family: "Montserrat";
  letter-spacing: -0.4px;
  text-decoration: none;
  font-weight: 500;
}

/*Tracks Page*/

/*Most Liked Page*/
.liked-1 {
  height: 50vh;
  display: flex;
  align-items: center;
  background: url(../images/liked/home-1.png) no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 30px;
}

.liked1-a {
  letter-spacing: -2.12px;
  color: #ffffff;
  text-shadow: 0px 0px 4px #000000a8;
  text-transform: uppercase;
  font-size: 44px;
  font-family: "Montserrat";
  font-weight: 900;
  margin-bottom: 10px;
}

.home-a {
  width: 156px;
  height: 106px;
}

.liked1-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.liked-profile-img {
  width: 132px;
  height: 132px;
}

.liked2-a {
  letter-spacing: -0.38px;
  font-size: 17px;
  font-weight: 500;
  font-family: "Montserrat";
  margin: 0;
  color: #fff;
}

.liked2-b {
  letter-spacing: -0.36px;
  font-size: 16px;
  font-family: "Montserrat";
  color: #fff;
}

.liked2-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.liked {
  background: transparent radial-gradient(closest-side at 32% 41%, #3b3b3b 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.subscribe-btn {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #ffffff;
  border-radius: 42px;
  width: 165px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn {
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 33px;
  width: 50px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 15px;
}

.music1-img {
  width: 177px;
  height: 140px;
}

.liked3-a {
  font-size: 16px;
  font-family: "Montserrat";
  color: #fff;
  letter-spacing: -0.38px;
  font-weight: 500;
  margin-bottom: 0;
}

.liked3-b {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff85;
  font-family: "Montserrat";
  margin: 0;
}

.liked3-inner {
  color: #ff0000;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: -0.24px;
  font-weight: 500;
  font-family: "Montserrat";
}

.liked-3inner {
  display: flex;
  align-items: center;
}

.liked3-inner-1 {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 45px 0px;
}

.liked-3 {
  padding: 50px 0 80px 0;
}

.liked-2 {
  padding-top: 50px;
}

/*Most Liked Page*/

/*Subscription Page*/
.subs-1 {
  /* background: url(../images/subscription/main-1.png) no-repeat;
    background-position: center center;
    background-size: cover; */
  padding: 80px 0;
}

.subs1-a {
  font-family: "Poppins";
  font-weight: 700;
  color: #fff;
  font-size: 60px;
  letter-spacing: -2.4px;
  text-transform: uppercase;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.subs1-b {
  letter-spacing: -0.44px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins";
  text-align: center;
  margin-top: 5px;
}

.email-input {
  border: 1px solid #ffffff;
  border-radius: 55px;
  background: transparent;
  height: 60px;
  width: 480px;
  padding-left: 20px;
}

.sub-btn {
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  border: 0;
  width: 180px;
  height: 60px;
  border-radius: 55px;
  font-family: "Poppins";
  position: absolute;
  right: 80px;
}

.subs-1 form {
  text-align: center;
  position: relative;
  width: 50%;
  margin: 60px auto 0 auto;
}

.subs1-c {
  letter-spacing: -0.32px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins";
  text-align: center;
  padding: 50px 0;
}

.subs-2 {
  /* background: url(../images/subscription/main-2.png) no-repeat;
    background-position: center center;
    background-size: cover; */
  padding: 80px 0 0 0;
  margin-top: -100px;
}

.subs-2 .nav-link {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  color: #ffffff9c;
  padding: 0 40px;
  height: 70px;
  border-radius: 55px;
  background: transparent;
  border: 0 !important;
}

.subs-2 .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.subs-2 .nav-link.active {
  border: 0 !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #000 !important;
  transition: 0.3s;
}

.subs-2 #myTab {
  border: 1px solid #ffffff;
  border-radius: 55px;
  width: fit-content;
  gap: 20px;
  margin: 0 auto;
  padding: 10px;
}

.subs-2 .nav-link:hover {
  border: 0;
}

.pric1-a {
  letter-spacing: -1.08px;
  color: #000000;
  text-transform: capitalize;
  font-size: 46px;
  font-family: "Montserrat";
  font-weight: 700;
  margin-bottom: 15px;
  padding: 0 40px;
}

.pric1-b {
  letter-spacing: -0.4px;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
  padding: 0 40px;
}

.pric1-c {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat";
  width: 80%;
  padding: 0 40px;
}

.pricing-div-1 {
  background: url(../images/subscription/main2-a.png) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0;
  border-radius: 26px;
}

.pric1-d {
  letter-spacing: -2.24px;
  color: #000000;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 700;
  font-family: "Montserrat";
  margin: 0;
}

.pric1-e {
  font-size: 28px;
  font-weight: 600;
  font-family: "Montserrat";
  color: #000;
  margin: 0;
  width: 30%;
  line-height: 26px;
}

.price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0;
  padding: 0 40px;
}

.pric1-f {
  font-size: 22px;
  font-weight: 700;
  font-family: "Montserrat";
  letter-spacing: -0.52px;
  color: #000000;
  text-transform: capitalize;
  line-height: 40px;
  width: 80%;
}

.pric1-g {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  font-family: "Montserrat";
  padding: 0 40px;
}

.price-first {
  margin-bottom: 50px;
  background: url(../images/subscription/main2-b.png) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 30px 40px;
}

.price-ul li {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: "Montserrat";
}

.price-ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 30px;
  list-style: none;
  position: relative;
  padding: 0 65px;
}

.price-ul li:before {
  content: "âœ“";
  left: 40px;
  position: absolute;
}

.free-btn {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat";
  height: 70px;
  background: #000;
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 50px auto 0 auto;
}

#myTabContent {
  margin-top: 50px;
}

.pricing-div-1:hover {
  box-shadow: 0px 0px 15px #cfcfcf;
  transition: 0.3s;
}

.pric1-h {
  letter-spacing: -0.32px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 300;
  text-align: center;
  margin-top: 80px;
}

.pric1-h {
  letter-spacing: -0.32px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 300;
  text-align: center;
  margin-top: 80px;
}

.compare-btn {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  width: 400px;
  height: 90px;
  border: 1px solid #ffffff;
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
}

.online-img {
  width: 100px;
  height: 100px;
}

.pric1-i {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Montserrat";
  margin-top: 50px;
}

.pric1-j {
  font-size: 14px;
  font-family: "Montserrat";
  letter-spacing: -0.32px;
  color: #ffffff;
  text-transform: lowercase;
}

.subs-3 {
  padding: 80px;
}

.subs-body {
  background: url(../images/subscription/body.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.subs-body .header-sound,
.subs-body .header-b {
  background: transparent !important;
}

/*Subscription Page*/

/*Explore Page*/
#myInput {
  width: 500px;
  height: 40px;
  font-size: 14px;
  padding: 12px 20px 12px 40px;
  margin-bottom: 12px;
  background: #383838 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 20px;
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  gap: 25px;
}

#myUL li a {
  margin-top: -1px;
  /* Prevent double borders */
  padding: 12px 12px 17px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  font-weight: 500;
}

#myUL li a.header {
  background-color: #e2e2e2;
  cursor: default;
}

#myUL img {
  width: 100%;
}

#myUL li {
  background: #1d1d1d !important;
  border-radius: 6px;
}

.explore-b {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}

.explore-c {
  color: #a7a7a7;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.28px;
  margin: 0;
}

.explore-1 {
  background: transparent radial-gradient(closest-side at 32% 41%, #3b3b3b 0%, #000000 100%) 0% 0% no-repeat padding-box;
  padding: 60px 0;
}

.explore-a {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat";
}

.explore-1a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-b .start1.active {
  text-decoration: underline !important;
  font-weight: 600;
}

/*Explore Page*/

/*Popup Page*/
.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.popup-content {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.close {
  color: #000;
  float: right;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat";
  margin-top: 15px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.popup-h3 {
  font-size: 70px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 600;
  letter-spacing: 1.74px;
}

.pop-div {
  border: 1px solid #707070;
  border-radius: 7px;
  background: #fff;
  width: 630px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.pop-a {
  font-size: 32px;
  color: #000;
}

.pop-b {
  font-size: 14px;
  color: #000;
}

.popup-sign {
  width: 152px;
  height: 60px;
  text-decoration: none;
  background: url(../images/explore/pop-back.png) no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.logo {
  width: 125px;
}

.fb {
  background-color: #3b5998;
  color: white;
}

.twitter {
  background-color: #55acee;
  color: white;
}

.google {
  background-color: #dd4b39;
  color: white;
}

.signup-1 {
  background: #000;
  height: fit-content;
}

.signup-2 {
  width: 400px;
  margin: 0 auto;
}

#signupForm input {
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 33px;
  background: #1b1b1b;
  height: 50px;
  color: #fff;
  padding-left: 20px;
}

#signupForm label {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat";
  margin-bottom: 10px;
}

#signupForm button {
  background: url(../images/explore/pop-back.png);
  width: 100%;
  height: 50px;
  color: #000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100px;
  font-size: 17px;
  font-weight: 600;
  font-family: "Montserrat";
}

.or-h3 {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  margin-top: 30px;
  position: relative;
}

.or-h3:before {
  content: "";
  border-bottom: 1px solid #373737;
  width: 180px;
  height: 100%;
  top: -10px;
  left: 0;
  display: flex;
  position: absolute;
}

.or-h3:after {
  content: "";
  border-bottom: 1px solid #373737;
  width: 180px;
  height: 100%;
  top: -10px;
  right: 0;
  display: flex;
  position: absolute;
}

.social-div a {
  width: 100%;
  margin-bottom: 10px;
  background: #1b1b1b;
  height: 50px;
  border-radius: 33px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: "Montserrat";
  padding: 0 30px;
  text-decoration: none;
}

.social-div img {
  width: 22px;
  height: 23px;
  margin-right: 65px;
}

.sign-h3 {
  font-size: 42px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 600;
  letter-spacing: 1.74px;
  margin-bottom: 20px;
}

.social-div {
  padding: 30px 0px;
  border-bottom: 1px solid #373737;
}

.pop-c {
  font-size: 16px;
  color: #707070;
  font-family: "Montserrat";
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.pop-c a {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}

/*Popup Page*/

/*Start Selling Page*/
.selling-1 {
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../images/selling/main-1.jpg);
  background-position: center center;
  background-size: cover;
  margin-top: -65px;
}

.selling1-a {
  font-size: 50px;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 0px 4px #000000a8;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Montserrat";
  text-align: center;
  width: 70%;
  margin: 0 auto;
  line-height: 50px;
}

.selling1-b {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat";
  width: 50%;
  margin: 0 auto;
}

.sidebar {
  width: 24%;
}

.right-bar {
  width: 76%;
  float: right;
  background: #121212;
}

.nav-item a {
  letter-spacing: -0.4px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Montserrat";
}

.navbar-nav {
  gap: 30px;
}

.sign-btn {
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #ffffff;
  text-transform: lowercase;
  text-decoration: none;
  font-family: "Montserrat";
  font-weight: 500;
}

.login-btn {
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #000000;
  text-decoration: none;
  font-family: "Montserrat";
  background: #fff;
  border-radius: 24px;
  padding: 15px 30px;
  margin-left: 20px;
}

.selling2-img {
  width: 95%;
}

.selling2-a {
  font-size: 16px;
  font-family: "Montserrat";
  letter-spacing: 1.8px;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
}

.selling2-b {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #ffffff;
  text-transform: capitalize;
  width: 80%;
  line-height: 42px;
}

.selling2-c {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.32px;
  color: #ffffff;
  font-family: "Montserrat";
  width: 95%;
}

.selling-3 li {
  letter-spacing: -0.28px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 300;
  margin-bottom: 10px;
}

.selling-3 ul {
  padding: 0;
  list-style: none;
}

.selling3-a {
  font-size: 16px;
  font-family: "Montserrat";
  letter-spacing: 1.8px;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
}

.selling3-b {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 42px;
}

.selling3-c {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.32px;
  color: #ffffff;
  font-family: "Montserrat";
}

.selling-3 {
  text-align: right;
  margin-top: -100px;
}

.selling-4 {
  padding-top: 100px;
}

.selling-5 {
  padding-top: 50px;
}

.selling5-img {
  width: 95%;
  margin-bottom: 30px;
}

.selling5-a {
  font-size: 12px;
  letter-spacing: -0.24px;
  color: #ffffff69;
  margin-top: 10px;
  font-family: "Montserrat";
  margin-bottom: 0;
}

.selling5-b {
  color: #ffffff;
  font-size: 50px;
  font-family: "Montserrat";
  margin-bottom: -30px;
  font-weight: 600;
}

.selling5-c {
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Montserrat";
  width: 90%;
  margin: 0;
}

.selling5-d {
  font-size: 14px;
  letter-spacing: -0.32px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat";
  margin-top: 10px;
  margin-left: 50px;
  position: relative;
}

.selling5-d:before {
  content: "";
  border-bottom: 1px solid #fff;
  position: absolute;
  left: -50px;
  bottom: 10px;
  width: 46px;
  height: 1px;
}

.selling5-e {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #ffffff;
  font-family: "Montserrat";
}

.selling6-inner img {
  border-radius: 16px;
  width: 100%;
}

.selling6-b {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #000;
  margin-top: 10px;
}

.selling6-c {
  font-size: 14px;
  font-family: "Montserrat";
  letter-spacing: -0.32px;
  color: #000000;
  font-weight: 300;
}

.selling6-inner {
  display: grid;
  grid-template-columns: auto auto;
  gap: 12px;
}

.selling6a-inner {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 12px;
  margin-top: 10px;
}

.selling6-a {
  font-size: 36px;
  font-family: "Montserrat";
  letter-spacing: 2.5px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.selling-6 {
  background: url(../images/selling/bg6.png) no-repeat;
  background-position: top;
  background-size: cover;
  margin-top: 70px;
  padding: 20px 40px;
}

.selling6-inner a,
.selling6a-inner a {
  text-decoration: none;
}

.selling6a-inner img {
  width: 100%;
}

.selling6-d {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #000;
  margin-top: 10px;
  line-height: 20px;
}

.selling6-e {
  font-size: 12px;
  font-family: "Montserrat";
  letter-spacing: -0.32px;
  color: #000000;
  font-weight: 300;
}

.selling-7 {
  background: url(../images/selling/main-7.png) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 35px;
}

.selling7-a {
  font-size: 30px;
  font-family: "Montserrat";
  font-weight: 700;
  color: #000;
  margin: 0;
  width: 80%;
}

.selling-btn {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  border: 2px solid #000;
  font-family: "Montserrat";
  font-weight: 500;
  border-radius: 32px;
  height: 50px;
  display: flex;
  width: 160px;
  align-items: center;
  justify-content: center;
  float: right;
}

#footer .container {
  padding: 50px 50px 0;
}

#footer .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

#footer .footer-logo {
  width: 22%;
}

#footer .footer-p {
  font-size: 14px;
}

#footer .footer-txt {
  font-size: 16px;
}

.nav-item a:hover {
  color: #fff;
  text-decoration: underline;
}

.sidebar-logo {
  width: 17%;
  margin-left: -15px;
}

.sidebar-inner .sidebar-inner-a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat';
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.sidebar-inner {
  background: #121212 0% 0% no-repeat padding-box;
  border-radius: 7px;
  margin: 10px;
  padding: 20px 10px;
  position: relative;
}

.sidebar-inner .sidebar-inner-a:last-of-type {
  margin: 20px 0 0;
}

.icon {
  margin-right: 10px;
}

.sidebar-inner .sidebar-inner-a:hover,
.sidebar-inner .sidebar-inner-a.active {
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
}

.sidebar-inner i {
  position: absolute;
  right: 20px;
}

.sidebar-inner1-a {
  font-size: 15px;
  font-family: 'Montserrat';
  color: #fff;
  font-weight: 500;
}

.sidebar-inner1-b {
  font-size: 13px;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #fff;
}

.sidebar-inner1-btn {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 16px;
  width: 128px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-inner1 {
  background: #242424 0% 0% no-repeat padding-box;
  border-radius: 7px;
  padding: 18px 15px;
  margin-top: 25px;
}

.sidebar-inner1-btn:hover,
.selling-btn:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.links-div a {
  color: #FFFFFF;
  font-size: 10px;
  text-decoration: none;
  font-family: 'Montserrat';
  font-weight: 300;
}

.links-div {
  margin-top: 15px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 5px 0px;
}

.sidebar-inner-main {
  background: #121212 0% 0% no-repeat padding-box;
  border-radius: 7px;
  margin: 10px;
  padding: 20px 10px;
  position: relative;
  height: 100vh;
}

.sidebar-1 {
  position: sticky;
  top: 0;
}

/*Start Selling Page*/

/*Online Record Page*/
.online-1 {
  height: 100vh;
  display: flex;
  align-items: center;
  margin-top: -110px;
  padding-top: 80px;
  background-position: center center;
  background-size: cover;
  background: url(../images/online/bg1.png) no-repeat;
}

.online1-a {
  font-size: 70px;
  font-family: "Montserrat";
  font-weight: 700;
  letter-spacing: -4px;
  color: #fff;
}

.online1-b {
  font-size: 14px;
  font-family: "Montserrat";
  letter-spacing: -0.32px;
  width: 80%;
  color: #fff;
  font-weight: 300;
}

.shuffle-btn:hover {
  color: #FF0000;
  background: transparent;
  border-color: #FF0000;
  transition: 0.3s;
}

.online-2 {
  background: url(../images/online/bg2.png) no-repeat;
  background-position: center center;
}

.online2-a {
  font-size: 24px;
  letter-spacing: -1.1px;
  color: #FFFFFF;
  font-weight: 500;
  font-family: 'Montserrat';
  margin-left: 10px;
}

.album-a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #FFFFFF;
  font-family: 'Montserrat';
  margin-bottom: 5px;
  margin-top: 15px;
}

.album-b {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat';
  letter-spacing: -0.28px;
  color: #B4B4B4;
}

.album-img {
  width: 100%;
}

.online-2 .splide__arrow--next {
  top: -10px;
  background: transparent;
  border: 1px solid #fff;
}

.online-2 .splide__arrow--prev {
  top: -10px;
  right: 60px;
  left: auto;
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}

.online-2 #splide01 {
  padding-top: 20px;
}

.online-2 .splide__arrow--prev svg,
.online-2 .splide__arrow--next svg {
  fill: #ffffff94;
}

.online2-inner .splide__track,
.online3-inner .splide__track {
  padding-top: 20px;
}

.online2-inner,
.online3-inner {
  padding-top: 60px;
}

.online-not .albumbox {
  text-align: center;
}

.online-not {
  padding-bottom: 80px;
}

.online-2 .splide__track a {
  text-decoration: none;
}

/*Online Record Page*/

/*Sign In Page*/

.form-div1 input {
  width: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  height: auto !important;
  color: #fff !important;
  padding-left: 0 !important;
}

.forget-btn {
  font-size: 16px;
  color: #ffffffbf;
  text-decoration: none;
  font-family: 'Montserrat';
}

.form-div1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.form-div1 label {
  color: #ffffffbf !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Montserrat" !important;
  margin-bottom: 0 !important;
}

/*Sign In Page*/

/*Creator Tools Page*/
.creator1-a {
  font-size: 60px;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 0px 4px #000000a8;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Montserrat";
  text-align: center;
  width: 50%;
  margin: 0 auto;
  line-height: 62px;
}

.creator1-b {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat";
  width: 40%;
  margin: 5px auto 0;
}

.music-inner {
  padding: 0 20px 50px 20px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: end;
  border: 1px solid #fff;
}

.music-inner:hover {
  opacity: 1;
  transition: 0.3s;
}

.music-inner audio {
  display: none;
}

.music-inner input[type="radio"] {
  position: absolute;
  left: -1000vw;
}

.music-inner1 #lbl-btn-play {
  background: #fff;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
}

.music-inner1 #lbl-btn-pause {
  background: #fff;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
}

.music-inner1 {
  position: absolute;
  right: 10px;
  top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.creator1-c {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  font-family: 'Montserrat';
}

.creator1-c span {
  font-weight: 400;
  letter-spacing: 0.24px;
  color: #fff;
  font-size: 12px;
}

.creator1-d {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 20px;
}

.creator3-a {
  font-size: 15px;
  letter-spacing: 1.8px;
  color: #FFFFFF;
  font-weight: 400;
  margin: 0;
}

.creator3-b {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.creator-3 {
  padding: 50px 0;
  margin-left: 60px;
}

#preloader {
  position: fixed;
  inset: 0;
  /* shorthand for top/right/bottom/left: 0 */
  background: #000;
  display: grid;
  /* or keep your flex, both work */
  place-items: center;
  /* centers child horizontally & vertically */
  z-index: 9999;
}

#preloader img {
  max-width: 30vw;
  /* responsive cap */
  height: auto;
  /* keep aspect ratio */
}

.bg7 {
  background: #111;
}

body {
  padding-right: 0 !important;
}

html,
body {
  overflow-x: hidden;
}

@media only screen and (min-width:0px) and (max-width:767px) {

  #preloader img {
    max-width: 100vw;
  }

  .sign-h3 {
    font-size: 22px;
  }

  #signupForm label {
    font-size: 14px;
  }

  #signupForm button {
    font-size: 16px;
  }

  .forget-btn {
    font-size: 14px;
  }

  .social-div a {
    font-size: 14px;
  }

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

  .or-h3:after,
  .or-h3:before {
    width: 125px;
  }

  .social-div img {
    margin-right: 30px;
  }

  .pop-c a {
    font-size: 12px;
  }

  .pop-c {
    font-size: 12px;
  }

  .nav-up a {
    font-size: 16px !important;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0;
    font-family: 'Josefin Sans';
  }

  .signup-2 {
    width: 100%;
    padding: 0 10px;
  }

  .offcanvas-header .head-logo {
    width: 80%;
  }

  #navbarOffcanvas {
    width: 80%;
    background-color: #1b1b1b !important;
  }

  .nav-up {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .bg1a {
    font-size: 50px;
  }

  .head-logo {
    width: 65%;
  }

  .bg2 .fa-arrow-right,
  .bg2 .fa-arrow-left {
    width: 35px;
    height: 35px;
    top: 55%;
    font-size: 16px;
  }

  .footer-txt {
    font-size: 16px;
  }

  .copyright-text {
    font-size: 12px;
    text-align: center;
  }

  .row-2 {
    margin-top: 30px;
  }

  .form-input {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
  }

  footer {
    padding-top: 30px;
  }

  .form-btn {
    right: 15px;
    top: 18px;
  }

  .social-icons a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    margin-bottom: 20px;
  }

  .footer-p {
    font-size: 14px;
    width: 100%;
  }

  .splide-inner {
    border-radius: 16px;
    padding: 35px 10px 25px 10px;
  }

  .appstore-img {
    width: 100%;
  }

  .bg8-b {
    font-size: 14px;
    width: 100%;
  }

  .bg7 {
    display: none;
  }

  .music-container {
    height: 300px !important;
  }

  .bg5 {
    background-position: 10% 50%;
    padding: 80px 0 80px 0;
  }

  .bg5-b {
    font-size: 14px;
  }

  .bg5-a {
    font-size: 38px;
  }

  .bg4 {
    display: none;
  }

  .bg8-a {
    font-size: 26px;
    letter-spacing: 0;
  }

  .bg3-a {
    font-size: 26px;
    letter-spacing: 0;
  }

  .bg3-d {
    font-size: 12px;
  }

  .bg3-c {
    font-size: 20px;
  }

  .listen {
    font-size: 14px;
  }

  .bg2-b {
    font-size: 14px;
  }

  .bg2-a {
    font-size: 26px;
  }

  .c-player .c-player__cd {
    padding-top: 40px;
  }

  .bgc {
    font-size: 15px;
  }

  .bgb {
    font-size: 15px;
  }

  .c-player .c-player__progress {
    padding: 0;
  }

  .c-player {
    height: 400px;
  }

  .c-player .c-player__playing-now h2 {
    font-size: 16px;
  }

  .navbar-toggler {
    float: right;
    border: 0;
    font-size: 30px;
  }

  .popup-content {
    width: 100%;
  }

  .popup-h3 {
    font-size: 26px;
  }

  .bg8 {
    padding: 0px 0 80px;
  }

  .bg2 {
    background-position: 5%;
  }

  .popup-sign {
    width: 125px;
    height: 50px;
    font-size: 15px;
  }

  .close {
    font-size: 16px;
  }

  .pop-a {
    font-size: 22px;
  }

  .pop-div {
    width: 95%;
    height: 350px;
  }

  #popup .logo {
    display: none;
  }

  /* Cart Page */

  .cart-mainsec {
    padding: 50px 10px;
  }

  .cart-amount {
    padding: 30px 20px;
  }

  .cart-sec1 {
    padding: 30px 10px 0px;
  }

  .prdct-cart {
    grid-template-columns: 40% 20% 20% 20%;
  }

  .prdct-carthead {
    grid-template-columns: 40% 20% 20% 20%;
  }

  .item img {
    width: 25%;
  }

  .prdct-cart h4 {
    font-size: 9px;
  }

  .prdct-carthead h5 {
    font-size: 8px;
  }

  input#qty {
    font-size: 10px;
  }

  .amount h4 {
    font-size: 14px;
  }

  .amount h5 {
    font-size: 12px;
  }

  .amount p {
    font-size: 12px;
  }

  .checkout {
    font-size: 12px;
    padding: 15px 30px;
  }

  .item {
    gap: 10px;
  }

  .item h4 {
    text-align: left;
  }

  /* Cart Page */


  /* Check out Page */

  .checkout-mainsec {
    padding: 50px 10px;
  }

  .chkout-sec1 {
    padding: 30px 10px;
  }

  .checkout-mainsec label.form-check-label {
    padding-left: 5px;
    font-size: 12px;
  }

  .address h3 {
    font-size: 16px;
  }

  .address p {
    font-size: 12px;
  }

  .prdctdesc p {
    font-size: 12px;
  }

  .prdctdesc h5 {
    font-size: 14px;
  }

  .prdctprice {
    font-size: 14px;
  }

  .prdctimg img {
    width: 100%;
  }

  .prdctimg {
    width: 28%;
  }

  .ship {
    gap: 15px;
    margin-bottom: 50px;
  }

  .address {
    margin-bottom: 30px;
  }

  /* Check out Page */


  /* Order Confirmation Page */

  .orderconfirm-mainsec {
    padding: 80px 10px;
  }

  .orderconfirm-sec1 {
    padding: 30px 10px;
  }

  .orderdet h4 {
    font-size: 14px;
  }

  .orderdet p {
    font-size: 13px;
  }

  .thanks h5 {
    font-size: 20px;
  }

  .thanks p {
    font-size: 14px;
  }

  .thanks {
    padding-bottom: 20px;
  }

  /* Order Confirmation Page */


  /* Wish List Page*/

  .wish-mainsec {
    padding: 50px 10px;
  }

  .cut-price {
    font-size: 8px;
  }

  .addtocart {
    font-size: 8px;
    padding: 5px 5px;
  }

  /* Wish List Page */
}

@media only screen and (min-width:768px) and (max-width:1023px) {

  .sign-h3 {
    font-size: 32px;
  }

  .pop-c {
    font-size: 14px;
  }

  .fourth-hd a {
    font-size: 14px;
    white-space: nowrap;
  }

  .header-b .openBtn {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
  }

  .header-b .openBtn i,
  .start-shopping i {
    font-size: 14px;
  }

  .header-b .start {
    font-size: 12px;
    padding: 10px 20px;
    white-space: nowrap;
  }

  .header-b .starta {
    font-size: 12px;
    white-space: nowrap;
  }

  .starta {
    font-size: 14px;
  }

  .get-a {
    width: 170px;
    font-size: 12px;
  }

  .track-a {
    font-size: 36px;
  }

  .track-b {
    font-size: 18px;
  }

  .footer-logo {
    margin-top: 0;
  }

  .copyright-text {
    font-size: 12px;
  }

  .footer-div {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }

  .tg_background_list_title h3 {
    font-size: 18px;
  }

  .tg_background_list_wrapper .tg_background_list_column .tg_background_list_content {
    padding: 40px 10px;
  }

  .music-container {
    height: 250px !important;
  }

  .bg3-a {
    font-size: 36px;
    letter-spacing: 0;
  }

  .bg5 {
    background-position: 11%;
    padding: 100px 0 100px 0;
  }

  .bg5-b {
    font-size: 14px;
  }

  .bg5-a {
    font-size: 40px;
  }

  .bg4 iframe {
    width: 100%;
    height: 500px;
  }

  .bg2 .fa-arrow-right,
  .bg2 .fa-arrow-left {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }

  .c-player .c-player__cd {
    padding-top: 55px;
  }

  .listen {
    font-size: 14px;
  }

  .bg2-a {
    font-size: 36px;
  }

  .c-player {
    height: 440px;
  }

  .bg1a {
    font-size: 70px;
  }

  .ct-1 {
    max-width: 95%;
  }

  .second-hd a {
    font-size: 14px;
  }

  .start {
    font-size: 12px;
    padding: 10px 20px;
    white-space: nowrap;
  }

  .starta {
    font-size: 13px;
    white-space: nowrap;
  }

  .popup .logo {
    display: none;
  }

  .popup-h3 {
    font-size: 32px;
  }

  .pop-c a {
    font-size: 14px;
  }

  /* Cart Page */

  .cart-mainsec {
    padding: 50px 10px;
  }

  .cart-amount {
    padding: 30px 20px;
  }

  .cart-sec1 {
    padding: 30px 10px 0px;
  }

  .prdct-cart {
    grid-template-columns: 55% 15% 15% 15%;
  }

  .prdct-carthead {
    grid-template-columns: 55% 15% 15% 15%;
  }

  .prdct-cart h4 {
    font-size: 14px;
  }

  .prdct-carthead h5 {
    font-size: 12px;
  }

  input#qty {
    font-size: 12px;
  }

  .amount h4 {
    font-size: 18px;
  }

  .amount h5 {
    font-size: 16px;
  }

  .amount p {
    font-size: 14px;
  }

  .checkout {
    font-size: 14px;
    padding: 15px 30px;
  }

  /* Cart Page */


  /* Check out Page */

  .checkout-mainsec {
    padding: 50px 10px;
  }

  .checkout-mainsec label.form-check-label {
    padding-left: 5px;
    font-size: 14px;
  }

  .address h3 {
    font-size: 18px;
  }

  .address p {
    font-weight: 200;
    font-size: 14px;
  }

  .prdctdesc p {
    font-size: 12px;
  }

  .prdctdesc h5 {
    font-size: 14px;
  }

  .prdctprice {
    font-size: 14px;
  }

  .prdctimg img {
    width: 100%;
  }

  .prdctimg {
    width: 22%;
  }

  /* Check out Page */


  /* Order Confirmation Page */

  .orderconfirm-mainsec {
    padding: 80px 10px;
  }

  .orderconfirm-sec1 {
    padding: 30px 10px;
  }

  .orderdet h4 {
    font-size: 16px;
  }

  .orderdet p {
    font-size: 14px;
  }

  .thanks h5 {
    font-size: 20px;
  }

  .thanks p {
    font-size: 13px;
  }

  /* Order Confirmation Page */


  /* Wish List Page*/
  .wish-mainsec {
    padding: 50px 10px;
  }

  .cut-price {
    font-size: 10px;
    text-decoration: line-through;
  }

  .addtocart {
    font-size: 10px;
    padding: 10px 10px;
  }

  /* Wish List Page */
}