body {
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: normal;
  background-color: #010305;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overscroll-behavior-y: none;
  height: 100%;
  overflow: auto;

}



html {
  scroll-behavior: smooth;
  overflow: hidden;
  height: 100%;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

/* Style the scrollbar background */
::-webkit-scrollbar {
  background: #1c1d1d;
}

/* Style the scrollbar handle */
::-webkit-scrollbar-thumb {
  background: #2b2b2b;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #a979ec;
  transition: 0.25s ease-in-out;
}
a:hover, a:active, a:focus {
  outline: none;
  color: #a979ec;
  text-decoration: underline;
}




ol,
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

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

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

/* @media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 800px;
  }
}
@media (min-width: 800px) {
  .container {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  } */
/* } */
[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=url],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #010305;
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: 38px;
  padding: 10px;
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(150, 155, 160, 0.25);
  border-radius: 5px;
  transition: border 0.3s ease-in-out;
}

textarea {
  min-height: 100px;
  overflow: auto;
  resize: vertical;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=text]:focus,
input[type=number]:focus {
  outline: none;
  box-shadow: none;
  border-color: #a979ec;
}

input[type=checkbox] {
  position: relative;
  width: 18px;
  min-width: 18px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-inline-end: 10px;
  text-align: center;
  line-height: 0;
  border-radius: 2px;
  border-style: solid;
  border-width: 2px;
  border-color: #aaa;
  background: transparent;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: inherit;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s;
}
input[type=checkbox]:checked {
  border-width: 9px;
  border-color: #a979ec;
}
input[type=checkbox]:checked:before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  width: 10px;
  height: 6px;
  transform: translate(-50%, calc(-50% - 1px)) rotate(-45deg);
  background-color: transparent;
}


.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #FF3D00;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  }

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  } 

.btn-default {
  min-width: 160px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50px;
  transition: 0.25s ease-in-out;
  color: #a979ec;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.2px;
  text-align: center;
  border: 1px solid #a979ec;
  cursor: pointer;
  margin-top: 0px;
}
.btn-default .icon {
  display: flex;
  align-items: center;
}
.btn-default .title {
  margin-left: 10px;
}
.btn-default:hover {
  text-decoration: none;
}

.nav {
  padding-left: 0;
  display: flex;
  flex-wrap: nowrap;
  margin: 24px 0;
  padding: 2px 0;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.nav li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.nav li.current-page a, .nav li:hover a {
  border-radius: 4px;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.1);
  background-color: #222;
}
.nav a {
  display: flex;
  align-items: center;
  padding: 7px 11px;
  position: relative;
  transition: color linear 0.2s;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
}
.nav a:hover {
  text-decoration: none;
}

.nav::-webkit-scrollbar {
  display: none;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.pagination .page-numbers {
  color: #fff;
}
.pagination .page-numbers.current {
  color: #aaa;
}
.pagination .page-numbers.next {
  display: flex;
  align-items: center;
}
.pagination .page-numbers:hover {
  text-decoration: none;
}
.pagination span {
  color: #aaa;
}
.pagination .page-numbers:not(.prev):not(.next) {
  padding: 4px 8px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin: 4px;
}
.pagination a.page-numbers:not(.prev):not(.next)::after {
  content: "";
  display: block;
  position: absolute;
  left: 25%;
  bottom: 0;
  width: 50%;
  border-bottom: 1px solid;
  transform: translate3d(0, 0, 0) scaleX(0);
  transform-origin: right top;
  transition: transform 0.2s ease-in-out 0.1s;
}
.pagination a.page-numbers:not(.prev):not(.next):hover:after {
  transform: translate3d(0, 0, 0) scaleX(1);
  transform-origin: left top;
}

.separator {
  display: flex;
}
.separator span {
  margin: 0 16px;
  line-height: 2;
}
.separator::before, .separator:after {
  content: "";
  border-bottom: 1px solid rgba(156, 160, 170, 0.2);
  width: 1%;
  height: 16px;
  flex: 1;
}

.page-section {
  padding: 5px 0;
}

.header {
  position: sticky;
  width: 100%;
  min-height: 80px;
  background-color: black;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: top 0.3s ease-out; /* Smooth movement */
  z-index: 1000; /* Ensure it stays on top */
}

.header-wrapper {
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;

}
@media (max-width: 767px) {
  .header-wrapper {
    padding: 15px;
    margin-top: 5px;



    
  }
}
.header .btn-wrapper {
  display: flex;
}
.header .logo {
  margin-top: 32px;
  margin-bottom: 25px;
  max-width: 200px;
  justify-content: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;

}
@media (max-width: 767px) {
  .header .logo {
    max-width: 140px;
  }
}
.header .btn-default {
  min-width: auto;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .header .btn .title {
    display: none;
  }
}

.footer {
  background-color: rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: #aaa;
  padding: 20px 0;
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
}
.footer ul {
  display: flex;
}
.footer ul li {
  margin-left: 10px;
  font-weight: bold;
}
.footer a {
  color: #aaa;
  text-decoration: none;
}
.footer a:hover {
  color: #a979ec;
}

.form-field {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
}
.form-field label {
  color: #aaa;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}
.form-field label .required {
  color: #f35;
}
.form-field .btn-toggle-pwd {
  position: absolute;
  bottom: 1px;
  right: 1px;
  border: none;
  border-radius: 5px;
  padding: 8px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
}
.form-field [type=password] ~ .btn-toggle-pwd .eye-off {
  display: none;
}

.field-pwd label {
  display: flex;
}

.pwd-hint {
  font-size: 12px;
  margin-bottom: 24px;
}

.pwd-strength {
  padding: 0 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 8px;
  color: #000;
  border-radius: 4px;
}
.pwd-strength.short {
  background-color: #ffabaf;
}
.pwd-strength.bad {
  background-color: #facfd2;
}
.pwd-strength.good {
  background-color: #f5e6ab;
}
.pwd-strength.strong {
  background-color: #b8e6bf;
}

.btn-lostpassword {
  margin-inline-start: auto;
  color: #aaa;
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .form-field-row {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .form-field-row .sep {
    width: 16px;
    flex-shrink: 0;
  }
}

.filter-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.btn-delete-account {
  color: #fff;
}
.btn-delete-account:hover {
  color: #fff;
}

.login-form {
  margin-top: 50px;
  max-width: 512px;
  margin-left: auto;
  margin-right: auto;
}
.login-form h2 {
  margin: 0 0 24px;
  font-size: 32px;
}
.login-form p {
  margin-bottom: 20px;
}

:root {
  --loop-cols: 8;
  --loop-columns: max(var(--loop-cols) - 4, var(--loop-xs-cols));
  --loop-grid-gap: 9px;
  --loop-row-gap: 14px;
  --loop-max-width: 88%;
  --loop-radius: 4px;
  --loop-ratio: 1;
  --loop-line: 1;
  --loop-line-height: 1.25;
  --x-gap: 5vw;
  --content-width: 800px;
  --plyr-control-spacing: 0px;
}

.playlist-station {
  margin-bottom: 10px;
  display: grid;
  grid-gap: var(--loop-grid-gap);
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  justify-content: center;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.station-item {
  animation: slideIn 0.5s ease-out;
  width: 96%;
  border-radius: var(--loop-radius);
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #101316;
  transition: box-shadow 0.3s ease, background-color 0.5s ease-in-out;
  animation: fadeInScale 0.5s ease-out;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Optional: Adjust for very small screens */
@media (max-width: 125px) {
  .playlist-station {
    grid-template-columns: repeat(auto-fill, 125px);
  }
}

.station-action {
  opacity: 0;
  pointer-events: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s;
}
.station-action button {
  position: absolute;
  margin: 12px;
  cursor: pointer;
}
.station-action .btn-play {
  width: 29px;
  height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #333;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  bottom: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.station-action .btn-play:before {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #333;
  border-left-width: 12px;
  border-right-width: 0;
  margin-inline-start: 4px;
  -webkit-margin-start: 4px;
  display: inline-block;
  transform: rotate(0);
}
.station-action .btn-play.active:before {
  width: 12px;
  height: 16px;
  min-width: 8px;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 4px;
  border-right-width: 4px;
  border-color: #333;
  margin: 0;
}
.station-action .btn-play:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  transform: translate3d(0, -1px, 0);
}
.station-action .btn-more {
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  padding: 8px;
  min-width: 16px;
  background-color: transparent;
  border: none;
  outline: 0;
}
.station-action .btn-more svg {
  width: 20px;
  height: 20px;
  color: #fff;
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 1;
}
.station-header {
  padding: 9px 12px;
}
.station-title {
  margin: 0;
  font-size: 0;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: var(--loop-line);
  line-height: var(--loop-line-height);
}
.station-title a {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
.station-title a:hover {
  text-decoration: none;
}
.station-meta {
  font-size: 10px;
  margin-top: 4px;
  color: #aaa;
}

.register-meta {
  font-size: 9px;
  /* margin-top: 4px; */
  text-align: right;
  color: #aaa;
}

.station-meta a {
  color: #aaa;
}
.station-meta a:hover {
  text-decoration: none;
}
.station-meta .artist {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: var(--loop-line);
}
.station-meta .verified {
  width: 8px;
  height: 8px;
  background-color: #999;
  color: #fff;
  position: relative;
  border-radius: 50%;

  /* margin-left: 6px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.station-meta .verified:after {
  content: "";
  display: block;
  width: 6px;
  height: 3px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-50%, calc(-50% - 0.05em)) rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
}

.station-item:hover {
  background-color: #202326;
  box-shadow: 0px 0px 4px 4px rgba(78, 139, 180, 0.266);
  outline: 1px solid rgba(68, 121, 156, 0.266);
}
.station-item:hover .station-action {
  opacity: 1;
  pointer-events: initial;
}
.station-item.active {
  box-shadow: 0px 0px 5px 5px rgba(105, 168, 249, 0.2);
  outline: 1px solid rgba(255, 255, 255, 0.2);
}

.select2 {
  width: unset !important;
  min-width: 110px;
  max-width: 280px;
  margin-bottom: 10px;
  margin-right: 10px;
  height: 41px;
}

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

.select2-container--default .select2-selection--multiple {
  background: #202326;
  border-radius: 16px;
  border: solid 1px rgba(150, 155, 160, 0.25);
  padding: 10px 16px;
  border-radius: 26px;
}
.select2-container--default .select2-selection--multiple::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-inline-start: 0.3em;
  -webkit-margin-start: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.select2-container--default .select2-selection--single {
  background: #202326;
  border-radius: 16px;
  border: solid 1px rgba(150, 155, 160, 0.25);
  border-radius: 26px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  padding: 0 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}

.select2-container--default .select2-results__option--selected {
  background-color: #202326;
}
.select2-container--default .select2-results__option--selected:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 5px;
  border-left: 0.1em solid currentColor;
  border-bottom: 0.1em solid currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  right: 4px;
  top: 45%;
  opacity: 0.6;
}

.select2-results__option {
  background-color: #202326;
  position: relative;
}
.select2-results__option:hover {
  background-color: rgba(150, 155, 160, 0.2) !important;
}

.select2-dropdown {
  background-color: #202326;
  font-size: 14px;
  border: none;
}

.select2-results__option {
  padding: 8px 24px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #202326;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: #a979ec;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  border: none;
  padding-left: 0;
}

.select2-selection__choice {
  font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0;
  padding-right: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  right: 0px;
  left: inherit;
  top: 2px;
  font-size: 14px;
  font-weight: normal;
  border: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: transparent;
  color: inherit;
}

.select2-results {
  padding: 10px 0;
}

.select2-search {
  display: none;
}

.select2-selection--single {
  height: 100% !important;
}

.select2-selection--single {
  height: 100% !important;
}

.select2-container--default .select2-selection--multiple::after {
  position: absolute;
  right: 8px;
  top: 50%;
}

.select2-selection--single {
  height: 100% !important;
}

.select2-selection__rendered {
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}

.player-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  
  right: 0;
  width: 100%;
  background: #040404;
  z-index: 1000;
  box-shadow: 0 -1px 0 #1c1d1d, 0 1px 0 rgba(130, 140, 150, 0.1);
  height: 33px;
  padding-left: 20px;
  padding-right: 15px;

}


.plyr--audio .plyr__controls {
  background: #040404;
}

.plyr--audio .plyr__control {
  box-flex-group: transparent;
}

.plyr--full-ui input[type=range] {
  color: #a979ec;
  transition: box-shadow 0.3s ease;
  height: 14px;
  margin-left: 14px;
  padding-right: 13px;
}

.plyr__control,
.plyr__control--pressed,
.plyr--audio .plyr__control:hover {
  background-color: transparent;
  color: #f0f0f0;
}

.plyr__controls .plyr__controls__item.plyr__time {
  color: #f0f0f0;
  padding-left: 25px;
}

.plyr__controls__item.plyr__menu {
  display: none;
  
 
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  
  
}

.plyr__progress__buffer {
  opacity: 0;
  
  
}

/* Track */
.plyr__progress input[type=range]::-webkit-slider-runnable-track,
.plyr__controls__item.plyr__volume input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  
  

}

.plyr__progress input[type=range]::-webkit-slider-thumb,
.plyr__controls__item.plyr__volume input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
  margin-top: -2.5px;
  
  
}

.player-panel .plyr__volume {
  width: auto;
  min-width: auto;
  background-color: inherit;
  position: relative;
}
.player-panel .plyr__volume button {
  padding: 11px;
}
.player-panel .plyr__volume input {
  display: none;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left top;
  width: 6rem;
  height: 2.5rem;
  background-color: inherit;
  padding: 0 1rem;
  border-radius: 6px;
  bottom: 0;
  margin: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}

.plyr__volume:active input,
.plyr__volume:hover input {
  display: block;
}

@media only screen and (min-width: 992px) {
  .profile-wrapper {
    display: flex;
  }
}

.side-bar {
  background: #202326;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .side-bar {
    width: 250px;
    margin-right: 50px;
  }
}

.profile-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .profile-menu {
    padding: 20px 0;
  }
}
.profile-menu a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.profile-menu li {
  padding: 10px;
  border-bottom: 1px solid rgba(150, 155, 160, 0.25);
}
.profile-menu li:last-child {
  border-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .profile-menu li:last-child {
    margin-top: 50px;
    padding: 15px 10px;
  }
}
.profile-menu li:hover {
  background: #202326;
}
.profile-menu li:hover a {
  color: #a979ec;
}

.file-upload {
  position: relative;
  width: 160px;
  height: 160px;
  margin-bottom: 40px;
}
.file-upload .input-file {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.user-thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.jobs-list h2 {
  margin-top: 50px;
}
.jobs-list ul {
  column-count: 2;
  column-gap: 10px;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}
@media only screen and (min-width: 768px) {
  .jobs-list ul {
    column-count: 3;
    column-gap: 10px;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
  }
}
.jobs-list li {
  margin-bottom: 10px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .intro {
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .intro-row {
    display: flex;
    height: 100%;
  }
}
.intro-col {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .intro-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .intro-col:nth-child(1) {
    min-height: 70vh;
  }
}
@media (max-width: 767px) {
  .intro-col:nth-child(2) {
    height: 30vh;
  }
}
.intro-img {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40%;
}

.headline {
  padding: 0 30px 30px;
  margin-top: 75px;
}
@media (max-width: 767px) {
  .headline {
    padding: 0 15px 30px;
  }
}
.headline-title {
  font-size: 50px;
  font-weight: normal;
  margin: 0 0 50px;
}
.headline-btn {
  display: flex;
}

.prising-section {
  padding: 80px 0;
}
.prising-section h2 {
  font-size: 50px;
  letter-spacing: 0.2px;
  text-align: center;
}
.prising-section strong {
  color: #a979ec;
  letter-spacing: 0.3px;
}
.prising-section ul {
  text-align: center;
  font-size: 16px;
}
.prising-section ul li {
  padding-bottom: 25px;
}

.alert {
  position: relative;
  padding: 0.5rem 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
  border: 0px solid transparent;
  border-radius: .25rem
}


.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  text-align: center;
  position: fixed;
  top: 0; /* Stays at the top of the viewport */
  left: 0;
  width: 100%; /* Full width */
  z-index: 1000; /* Ensures it stays above other content */
  padding: 2px; /* Optional padding */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional shadow */
}


/* When moving the mouse over the close button */
.closebtn:hover {
  color: rgb(125, 125, 125);
}

