/* ------------------------------------------------------------------ */
/* Scrollbar
/* ------------------------------------------------------------------ */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* ------------------------------------------------------------------ */
/* Common Styles
/* ------------------------------------------------------------------ */
body {
  background-image: url("../../images/dark-bg.webp");
}

#mixing {
  background: url("../../images/mixing-bg.jpg") no-repeat fixed center;
  background: url("../../images/mixing-bg.webp") no-repeat fixed center;
}

#mastering {
  background: url("../../images/mastering-bg.jpg") no-repeat fixed center;
  background: url("../../images/mastering-bg.webp") no-repeat fixed center;
}

#production {
  background: url("../../images/production-bg.jpg") no-repeat fixed center;
  background: url("../../images/production-bg.webp") no-repeat fixed center;
}

#recording {
  background: url("../../images/recording-bg.jpg") no-repeat fixed center;
  background: url("../../images/recording-bg.webp") no-repeat fixed center;
}

#livesound {
  background: url("../../images/livesound-bg.jpg") no-repeat fixed center;
  background: url("../../images/livesound-bg.webp") no-repeat fixed center;
}

#prices {
  background: url("../../images/prices-bg.jpg") no-repeat fixed center;
  background: url("../../images/prices-bg.webp") no-repeat fixed center;
}

#contact {
  background: url("../../images/contacts-bg.jpg") no-repeat fixed center;
  background: url("../../images/contacts-bg.webp") no-repeat fixed center;
}

#mixing,
#mastering,
#production,
#recording,
#livesound,
#prices,
#contact {
  background-repeat: no-repeat;
  background-size: cover;
}

.content-title {
  font-family: "Chivo", sans-serif;
  font-size: 44px;
  width: 50%;
  margin: 0 auto;
  letter-spacing: 8px;
  color: #ebeeee;
  text-align: center;
}

@media all and (max-width: 700px) {
  .content-title {
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
}

.content-subtitle {
  font-family: "Chivo", sans-serif;
  font-size: 33px;
  width: 50%;
  margin: 0 auto;
  letter-spacing: 3px;
  color: #ebeeee;
  border-bottom: 1px solid #0e7490;
}

@media all and (max-width: 700px) {
  .content-subtitle {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 20px;
  }
}

.home {
  min-height: 500px;
  background: url(../../images/val_bg.png) no-repeat top center;
  background: url(../../images/val_bg.webp) no-repeat top center;
}

.home:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.home .banner-text h1 {
  font-size: clamp(14px, 4vw, 23px);
  letter-spacing: 1.3px;
}

.home .banner-text hr {
  border-color: #2f2d2e;
  border-color: rgba(150, 150, 150, 0.1);
}

header .social {
  font-size: 30px;
}

header #nav-social .fab,
header #nav-social .fa-brands {
  color: #02cc3e;
}

header #nav-social .fab:hover,
header #nav-social .fa-brands:hover {
  color: #00d9ff;
}

header .scrolldown a {
  margin-left: -29px;
  font-size: 42px;
  line-height: 42px;
  transition: all 1s ease-in-out;
}

/* ------------------------------------------------------------------ */
/* Navigation
/* ------------------------------------------------------------------ */
#nav-wrap ul,
#nav-wrap li,
#nav-wrap a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

#nav-wrap {
  font: 15px 'Fjalla One', sans-serif;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0 auto;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
}

.expand {
  max-height: 300px;
}

ul#nav {
  padding-top: 10px;
  min-height: 48px;
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  ul#nav {
    font-size: 14px;
  }
}

ul#nav li a {
  display: inline-block;
  padding: 8px 13px;
  line-height: 32px;
  text-decoration: none;
  text-align: left;
  color: #fff;
  transition: all 500ms ease-in-out;
}

ul#nav li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  font-weight: 600;
}

ul#nav li a:active {
  background-color: transparent !important;
}

ul#nav li.current a {
  color: #f06000;
}

#nav-social {
  transition: all 3s ease-in-out;
}

/* ------------------------------------------------------------------ */
/* About
/* ------------------------------------------------------------------ */
#about,
#testimonials {
  background-image: url("../../images/dark-bg.webp");
}

#about h2 {
  font: 22px/30px "Open Sans", sans-serif;
  font-weight: 500;
  color: #fff;
}

#about .profile-pic {
  position: relative;
  width: 200px;
  height: 200px;
}

#about .profile-pic img {
  border-radius: 20%;
}

/*----------------------------------------------*/
/*	Education & Skill
/*----------------------------------------------*/
#education h1,
#skills h1 {
  font-size: clamp(18px, 2vw, 28px);
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  border-bottom: 3px solid #0f9095;
  width: fit-content;
}

#education h2 {
  font-size: clamp(13px, 2vw, 23px);
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

#education hr {
  border-top: 1px solid #7a7a7a;
}

/* SKILL BARS */
.bars {
  width: 95%;
  float: left;
  padding: 0;
  text-align: left;
}

.bars .skills {
  margin-top: 36px;
  list-style: none;
}

.bars li {
  position: relative;
  margin-bottom: 60px;
  background: #7a7a7a;
  height: 42px;
  border-radius: 3px;
}

.bars li em {
  font: 15px "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  top: -36px;
}

.bar-expand {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding-right: 24px;
  background: #d72828;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  border-radius: 3px 0 0 3px;
}

.music-mixing {
  width: 95%;
  animation: photoshop 2s ease;
}

.music-mastering {
  width: 93%;
  animation: illustrator 2s ease;
}

.pro-tools {
  width: 85%;
  animation: wordpress 2s ease;
}

.songwriting {
  width: 90%;
  animation: css 2s ease;
}

.guitar {
  width: 90%;
  animation: html5 2s ease;
}

.ableton {
  width: 100%;
  animation: jquery 2s ease;
}

@keyframes music-mixing {
  0% {
    width: 0px;
  }
  100% {
    width: 90%;
  }
}

@keyframes music-mastering {
  0% {
    width: 0px;
  }
  100% {
    width: 90%;
  }
}

@keyframes pro-tools {
  0% {
    width: 0px;
  }
  100% {
    width: 90%;
  }
}

@keyframes songwriting {
  0% {
    width: 0px;
  }
  100% {
    width: 90%;
  }
}

@keyframes guitar {
  0% {
    width: 0px;
  }
  100% {
    width: 90%;
  }
}

@keyframes live-sound {
  0% {
    width: 0px;
  }
  100% {
    width: 90%;
  }
}

/* ------------------------------------------------------------------
/* g. Testimonials
/* ------------------------------------------------------------------ */
#testimonials {
  position: relative;
  min-height: 200px;
  width: 100%;
  overflow: hidden;
}

#testimonials q {
  color: #fff;
}

#testimonials .client-pic {
  position: relative;
  max-width: 145px;
  height: 145px;
  border-radius: 100%;
  object-fit: cover;
}

#testimonials .client-pic img {
  width: 100%;
}

.bx-wrapper {
  background-color: inherit !important;
  border: 0px !important;
  margin: 0 auto !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  max-width: 1200px !important;
}

.testimonial-slider-content q {
  display: inline-block;
  font: normal 700 50px / 1.25 "Raleway", Helvetica, Arial, Verdana, sans-serif;
  font-size: clamp(20px, 2vw, 50px);
  letter-spacing: 0.5pt;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  max-width: 35ch;
}

.testimonial-slider-content .source {
  margin-top: 1rem;
  color: #f7d0fc;
  font: italic 400 30px / 1.35 "Raleway", Helvetica, Arial, Verdana, sans-serif;
  font-size: clamp(13px, 2vw, 30px);
}

/* ------------------------------------------------------------------ */
/* Contacts
/* ------------------------------------------------------------------ */
.contact {
  background: #191919;
  color: #636363;
}

#contact h1 {
  font: 18px/24px "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ebeeee;
}

#contact h1 span {
  display: none;
}

/* contacts form */
#contact form {
  margin-bottom: 30px;
}

#contact label {
  font: 15px/24px "Open Sans", sans-serif;
  margin: 12px 0;
  color: #ebeeee;
  float: left;
  width: 26%;
}

#contact input,
#contact textarea,
#contact select {
  padding: 18px 20px;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 42px;
  border: 0;
  outline: none;
  font-size: 15px;
  line-height: 24px;
  width: 65%;
}

#contact input:focus,
#contact textarea:focus,
#contact select:focus {
  color: black;
  background-color: #e5e7eb;
}

#contact button.submit {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  color: #e5e7eb;
  background: #0f9095;
  border: none;
  padding: 10px;
  cursor: pointer;
  height: auto;
  display: inline-block;
  border-radius: 3px;
  margin-left: 26%;
}

#contact button.submit:hover {
  color: #0d0d0d;
  background: #f06000;
}

#contact span.required {
  color: #f06000;
  font-size: 13px;
}

#message-warning,
#message-success {
  display: none;
  background: #0f0f0f;
  padding: 24px 24px;
  margin-bottom: 36px;
  width: 65%;
  margin-left: 26%;
}

#message-warning {
  color: #d72828;
}

#message-success {
  color: #1c7900;
}

#message-warning i,
#message-success i {
  margin-right: 10px;
}

#image-loader {
  display: none;
  position: relative;
  left: 18px;
  top: 17px;
}

/* ------------------------------------------------------------------ */
/* Footer
/* ------------------------------------------------------------------ */
footer {
  background-image: url("../../images/dark-bg.webp");
  font-size: 14px;
}

footer a,
footer a:visited {
  color: #525252;
}

footer a:hover,
footer a:focus {
  color: #e5e7eb;
}

footer .social-links {
  font-size: 30px;
}

footer .social-links li {
  color: #f06000;
}

/* ------------------------------------------------------------------ */
/* Prices
/* ------------------------------------------------------------------ */
.plan-wrapper {
  font-family: "Raleway", Arial, sans-serif;
  color: #000000;
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: 1000px;
  --animate-duration: 2s;
  transition: all 4s ease-in-out;
  position: relative;
}

.plan-wrapper .plan:hover {
  box-shadow: 0 0 3px black;
  margin-top: -20px;
  margin-bottom: 20px;
  transition: 0.5s all ease-in;
}

.plan-wrapper .plan:hover .plan-title {
  margin-bottom: 20px;
  transition: 0.4s all ease-in;
}

.plan-wrapper .plan:hover .plan-desc,
.plan-wrapper .plan:hover .plan-title,
.plan-wrapper .plan:hover .plan-cost {
  margin-top: -20px;
  margin-bottom: 20px;
  transition: 0.4s all ease-in;
}

.plan-wrapper .plan:nth-child(even) {
  background-color: #222f3d !important;
}

.plan-wrapper .plan:nth-child(even) .plan-title {
  background-color: #fff;
  color: #222f3d;
}

.plan-wrapper .plan:nth-child(even) .plan-desc {
  border-color: #fff;
  color: #fff;
}

.plan-wrapper .plan:nth-child(even) .plan-price,
.plan-wrapper .plan:nth-child(even) .plan-link {
  color: #fff;
}

.plan-wrapper .plan {
  margin: 0;
  width: 25%;
  position: relative;
  float: left;
  background-color: #fff;
}

.plan-wrapper * {
  box-sizing: border-box;
}

.plan-wrapper header {
  position: relative;
}

.plan-wrapper .plan-title {
  position: relative;
  top: 0;
  font-weight: 800;
  padding: 5px 15px;
  margin: 0 auto;
  transform: translateY(-50%);
  margin: 0;
  display: inline-block;
  background-color: #222f3d;
  color: #ffffff;
  text-transform: uppercase;
}

.plan-wrapper .plan-cost {
  padding: 0px 10px 20px;
}

.plan-wrapper .plan-price {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  font-size: 2.4em;
  color: #1b2d3f;
}

.plan-wrapper .plan-type {
  opacity: 0.6;
}

.plan-wrapper .plan-desc {
  padding: 10px 10px 0;
  color: #1b2d3f;
  font-weight: 500;
  border-color: #1b2d3f;
}

.plan-wrapper .plan-link {
  color: #1b2d3f;
  font-weight: 600;
}

.plan-wrapper .plan-link :hover {
  color: #0f9095;
}

.prices-btn {
  border: 0px;
  border-radius: 10%;
  background-color: #d3d600;
  color: black;
}

.prices-btn:hover {
  background-color: #02af02;
}

@media only screen and (max-width: 767px) {
  .plan-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .plan-wrapper .plan {
    width: 50%;
    margin-bottom: 1.7rem;
    border-radius: 10%;
  }
  .plan-wrapper .plan .plan-title {
    margin-top: 1rem;
  }
  .plan-wrapper .plan-cost {
    padding: 0 20px;
  }
  .plan-wrapper .featured {
    margin-top: 0;
  }
  /*
  .bx-wrapper .bx-controls-direction a {
    top: 42% !important;
  }
  
  .bx-wrapper .bx-controls-auto {
  background-color: azure !important;
  bottom: -40px !important;
  }
  
  .bx-controls-auto {
    padding: 1px 0px 1px 0px;
  }
  
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    vertical-align: middle !important;
  }
*/
}

@media only screen and (max-width: 440px) {
  .plan-wrapper .plan {
    width: 100%;
  }
}

/* MEDIA QUERIES */
@media only screen and (max-width: 900px) {
  #nav-wrap {
    font: 11px "Open Sans", sans-serif;
    letter-spacing: 1.5px;
  }
  /* About Section
   ------------------------------------------------------------------- */
  #about .contact-details {
    width: 50%;
  }
  /* Testimonials Section
   ------------------------------------------------------------------- */
  #testimonials .header-col h1:before {
    font-size: 66px;
    line-height: 66px;
  }
  #testimonials blockquote p {
    font-size: 22px;
    line-height: 46px;
  }
}

/* mobile wide/smaller tablets
---------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* mobile navigation
   -------------------------------------------------------------------- */
  #nav-wrap {
    font: 12px "Open Sans", sans-serif;
    background: transparent !important;
    letter-spacing: 1.5px;
    width: auto;
    position: fixed;
    top: 0;
    right: 0;
  }
  #nav-wrap > a {
    width: 48px;
    height: 48px;
    text-align: left;
    background-color: #cc5200;
    position: relative;
    border: none;
    float: right;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative;
    top: 0px;
    right: 30px;
  }
  #nav-wrap > a:before,
  #nav-wrap > a:after {
    position: absolute;
    border: 2px solid #fff;
    top: 35%;
    left: 25%;
    right: 25%;
    content: "";
  }
  #nav-wrap > a:after {
    top: 60%;
  }
  /* toggle buttons */
  #nav-wrap:not(:target) > a:first-of-type,
  #nav-wrap:target > a:last-of-type {
    display: block;
  }
  /* hide menu panel */
  #nav-wrap ul#nav {
    height: auto;
    display: none;
    clear: both;
    width: auto;
    float: right;
    position: relative;
    top: 12px;
    right: 0;
  }
  /* display menu panels */
  .active-menu {
    display: block !important;
    padding: 30px 20px 48px 20px !important;
    background: #1f2024 !important;
    margin: 0 30px !important;
    clear: both !important;
  }
  ul#nav li {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0 4%;
    text-align: left;
    border-bottom: 1px solid #2d2e34;
  }
  ul#nav li a {
    display: block;
    margin: 0;
    padding: 0;
    margin: 12px 0;
    line-height: 16px;
    border: none;
  }
  header .social {
    margin: 18px 0 24px 0;
  }
  header .social li {
    margin: 0 10px;
  }
  /* scrolldown link */
  header .scrolldown {
    display: none;
  }
  #about .profile-contact {
    display: none;
  }
  #contact {
    padding-bottom: 66px;
  }
  #contact h1 span {
    display: block;
  }
  /* form */
  #contact label {
    float: none;
    width: 100%;
  }
  #contact input,
  #contact textarea,
  #contact select {
    margin-bottom: 6px;
    width: 100%;
  }
  #contact button.submit {
    margin: 30px 0 24px 0;
  }
  #message-warning,
  #message-success {
    width: 100%;
    margin-left: 0;
  }
  footer .copyright li:before {
    content: none;
  }
  footer .copyright li {
    margin-right: 12px;
  }
  /* social links */
  footer .social-links {
    font-size: 22px;
  }
  footer .social-links li {
    margin-left: 18px;
  }
  .footer-widgets {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  #nav-wrap ul#nav {
    width: auto;
    float: none;
  }
  header .banner {
    padding-top: 24px;
  }
  header .social {
    font-size: 20px;
  }
  header .social li {
    margin: 0 6px;
  }
  /* social links */
  footer .social-links {
    font-size: 20px;
  }
  footer .social-links li {
    margin-left: 14px;
  }
}
