@charset "UTF-8";
/* CSS Document */

/*NEEDED FOR BACKGROUND IMAGES TO DISPLAY FULL SCREEN*/

body, html {
  height: 100%;
}

/*CHANGE ICONS COLORS TO ORIGINAL*/

a {
  color:inherit;
}

/*PREVENT HYPERLINKS UNDERLIGN AND DEFAULT COLOR*/

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

/*TYPOGRAPHY*/
h1, h2, h3, h4, h5, h6, p {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-weight: 300;
}

.big-heading {
  font-family: 'Merriweather', serif;
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 400;
}

.section-heading {
  line-height: 1.5;
  font-weight: 700;
  font-size: 3rem;
    margin: 50px 0;
}

.section-heading-about {
  line-height: 1.5;
  font-weight: 700;
  font-size: 3rem;
}

.section-heading-contact {
  line-height: 1.5;
  font-weight: 700;
  font-size: 3rem;
    margin: 80px 0;
}

.section-heading-services {
  line-height: 1.5;
  font-weight: 700;
  font-size: 3rem;
    padding: 50px 0 0;
}

.left-align {
    text-align: left;
}

.center-align {
    text-align: center;
}

.about-caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

.home-caption {
    position: absolute;
    left: 0;
    padding: 80px 0 0;
    width: 100%;
    text-align: center;
    color: #000;
}

.border {
    background-color: #290001;
    color: #fff;
    padding: 18px;
    display: inline-block;
    border: #290001;
}

.home-border {
    background-color: #000000;
    color: #fff;
    padding: 18px;
    display: inline-block;
    border: #000000;
}

/*IMAGES*/
.img-small {
  max-width: 10%;
  height: auto;
  border-radius: 50%;
  margin: 50px 0;
}

.img-medium {
  max-width: 30%;
  height: auto;
  border-radius: 50%;
  margin: 50px 0;
}

.img-large {
  max-width: 50%;
  height: auto;
  border-radius: 50%;
  margin: 50px 0;
}

.bg-home-img-1 {
    background-image: url("../images/cover-piano-trans.png");
    min-height: 100%;
}

.bg-about-img-1 {
    background-image: url("../images/about-us-trans.png");
    min-height: 100%;
}

.bg-about-img-2 {
    background-image: url("../images/tools-trans.png");
    min-height: 400px;
}

.bg-about-img-3 {
    background-image: url("../images/piano-hands-trans.png");
    min-height: 400px;
}

.bg-piano-tune-img-1 {
    background-image: url("../images/piano-tuning-services-trans.png");
    min-height: 400px;
}

.bg-piano-buy-img-1 {
    background-image: url("../images/piano-buying-trans.png");
    min-height: 400px;
}

.bg-piano-rent-img-1 {
    background-image: url("../images/piano-renting-trans.png");
    min-height: 400px;
}

.bg-guitar-rep-img-1 {
    background-image: url("../images/guitar-rep-trans.png");
    min-height: 400px;
}

.bg-guitar-buy-img-1 {
    background-image: url("../images/guitar-buy-trans.png");
    min-height: 400px;
}

.bg-acc-img-1 {
    background-image: url("../images/accessories-trans.png");
    min-height: 400px;
}

.bg-shop-img-1 {
    background-image: url("../images/music-shop.jpg");
    object-fit: cover; /*Do not scale the image */
    background-position: bottom; /* Center the image within the element */
    width: 100%;
    min-height: 550px;
    /* display:block; */
    /* z-index: -1; */
    /* position: relative; */
}

.bg-acc-img-bottom, .bg-piano-tune-img-bottom, .bg-piano-buy-img-bottom, .bg-piano-rent-img-bottom, .bg-guitar-rep-img-bottom, .bg-guitar-buy-img-bottom {
    min-height: 400px;
}

.bg-about-img-1, .bg-about-img-2, .bg-about-img-3, .bg-home-img-1, .bg-piano-tune-img-1, .bg-piano-buy-img-1, .bg-piano-rent-img-1, .bg-guitar-buy-img-1, .bg-guitar-rep-img-1, .bg-acc-img-1, .bg-acc-img-bottom, .bg-piano-tune-img-bottom, .bg-piano-buy-img-bottom, .bg-piano-rent-img-bottom, .bg-guitar-rep-img-bottom, .bg-guitar-buy-img-bottom {
    position: relative;
/*    opacity: 0.65;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*FONTAWESOME*/

.icon {
    color: white;
    transition: transform .2s; /* Animation */
}

.icon:hover {
    color: #dbcbbd;
    transform: scale(1.2);
}

/*BUTTONS*/

.contact-button {
    margin: 15px 0;
}

.guitar-rep-button {
    margin: 15px 0;
}

/*WHATSAPP*/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  transition: transform .2s; /* Animation */
}

.float:hover {
    color: #dbcbbd;
    transform: scale(1.2);
}

.my-float{
	margin-top:16px;
}

/* NAVBAR */
.nav-styling {
    padding: 0 12%;
}

.navbar-collapse.collapsing, .navbar-collapse.show {
    text-align: center;
    padding: 0 0 5%;
}

.dropdown-menu {
    text-align: center;
}

/*SECTIONS*/

.white-section {
    background-color: white;
}

.coloured-section {
    background-color: #290001;
    color: #fff;
}

/*VIDEO*/

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*HOME*/

#home {
    text-align: center;
}


.landing {
    padding: 0px 0 200px;
    color: white;
}

.img-logo {
    width: 100%;
    min-width: 150px;
    max-width: 20%;
    height: auto;
    margin: 180px 0 0;
/*    filter: invert()*/
}

.shop-box {
    position: relative;
}

.white-box {
    /* padding: 0 10%; */
    background-color: white;
    /* color: #fff; */
    display: inline-block;
    border: #000000;
}

#shop-index {
    text-align: center;
    padding: 0 23%;
}

.shop-title{
    line-height: 1.5;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    /* padding: 5% 0 2%; */
    margin-bottom: 0;
}

.shop-text {
    /* position: absolute; */
    background-color: white;
    color: black;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    /* text-align: center; */
    /* align-items: center; */
}

.shop-box {
    top: 50px;
}

.shop-index-heading {
    line-height: 1.5;
    font-weight: 700;
    font-size: 2rem;
    margin: 5% 5% 0;
}

/*MEET DEON*/

#meet-deon {
    text-align: center;
    padding: 0 12% 100px;
}

.meet-button {
    margin: 50px 0 0;
}

/*FEATURES*/

#features {
    text-align: center;
    padding: 10% 8%;
}

.feature-set {
  padding: 5%;
}

.feature-heading {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 5% 0 2%;
}

.feature-text {
    padding: 0 15%;
}

/*PRICING*/

.pricing-title {
    padding: 5% 0 3%; 
}

.pricing-body {
    padding: 0 7%;
}

.pricing-button {
    margin: 0 0 30px;
}

/*TESTIMONIALS*/

#testimonials {
    text-align: center;
}

.testimonial-text {
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.5rem;
    min-height: 220px;
/*    padding: 20px 0;*/
}

.testimonial-name-text {
    font-weight: 200;
    font-style: italic;
}

.carousel-text {
    padding: 5% 20%;
}

.testimonial-image {
  max-width: 10%;
  height: auto;
  border-radius: 50%;
  margin: 20px;
}

#deon-intro {
/*  position:relative;*/
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/*PRICING*/

#piano-services {
    text-align: center;
  padding: 0 12%;
}

#guitar-services {
    text-align: center;
  padding: 0 12%;
}

.pricing-column {
  padding: 2% 3%;
}

.card-img-top {
width: 100%;
height: 300px;
object-fit: cover;
object-position: center;
}

.card{
    border-radius: 5px
}

/*CONTACT US*/

#contact-us {
    text-align: center;
    background-color: #290001;
    color: #fff;
    padding: 0 8% 100px;
}

.contact-container {
/*
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
*/
    margin-top: 30px; 
}

/*
.contactInfo {
    width: 50%;
    display: flex;
    flex-direction: column;
}
*/

.box {
    position: relative;
    padding: 20px 0;
    display: flex;
}

.contact-icon {
    min-width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; 
}

.contact-text {
    margin-left: 20px;
/*
    display: flex;
    flex-direction: column;
*/
    text-align: left;
}

.contact-text-detail {
    color: white;
    text-decoration: none;
    transition: transform .2s; /* Animation */
    
}

.contact-text-detail:hover {
    font-weight: 500;
}

.contact {
    position: relative;
/*    min-height: 100vh;*/
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
/*    background-image:url("../images/cover-piano-edit.jpg");*/
    background-size: cover;
}

.contact .content {
    max-width: 800px;
    text-align: center;
}

/*CONTACT US FORM*/

.contactForm {
/*    width: 40%;*/
    padding: 40px;
    background: #fff;
}

.contactForm .inputBox {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contactForm .inputBox input,
.contactForm .inputBox textarea 
{
    width: 100%;
    padding: 5px 0;
    margin: 10px 0;
    resize: none;
}

.contactForm .inputBox span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.contactForm .inputBox input:focus ~ span,
.contactForm .inputBox input:valid ~ span, 
.contactForm .inputBox textarea:focus ~ span,
.contactForm .inputBox textarea:valid ~ span 
{
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);
}

.contactForm h2 {
    color:black;
}

/*ABOUT*/
.below-nav {
    margin: 250px 0px 50px;
}

.about-text {
    padding: 2% 0;
    line-height: 1.8;
}

.services-center {
    text-align: center;
    padding: 0 15%; 
}

#services {
    text-align: center;
    padding: 0 10%;
}

.services-set {
  padding: 5% 2%;
}

.services-text {
    padding: 8% 0;
    color: white;
    text-decoration: none;
    transition: transform .2s; /* Animation */
}

.services-text:hover {
    font-weight: 500;
}

#about-contact {
    text-align: center;
    padding: 50px 10%;
}

#facebook {
    text-align: center;
    padding: 0 10%;
}

/*PIANO TUNING SERVICES PAGE*/

.page-center {
    text-align: center;
    padding: 0 12%; 
}

.page-text {
    text-align: center;
    padding: 50px 12%; 
}

.page-subtitle {
    padding: 50px 0 0;
}

.banner {
object-fit: none; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  max-height: 250px;
  margin-bottom: 1rem;
    padding-top: 50px;
}

.piano-tuning-text {
    padding: 8% 0;
    color: white;
    text-decoration: none;
}

/* FACEBOOK FEED */

#facebook-feed {
    text-align: center;
    padding: 0 8% 100px;
}

/* SHOP */

.btn:focus{
    outline: none!important;
    box-shadow: none!important;
}
.btn-primary{
    background-color: #fff!important;
    border: none;
}
.btn-primary:hover{
    background-color: #000000!important;
    color: #fff!important;
}

.product-item{
    border: 1px solid #ebebeb;
    border-radius: 4px;
    position: relative;
}

.product-title{
    line-height: 1.5;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    padding: 5% 0 2%;
    margin-bottom: 0;
}

.product-price{
    text-align: center;
}

.product-text{
    padding: 5% 0 0;
    font-size: 1rem;
}

.product-column{
    padding: 0 2.5%;
}

.product-button {
    margin: 30px 0 7%;
    text-align: center;
}

.enquire-button {
    margin: 0 0 30px;
    text-align: center;
}

#shop{
    padding: 0 12% 0;
}

#shop .card-flyer {
    border-radius: 5px;
}

#shop .card-flyer .image-box{
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
    border-radius: 5px;
}

#shop .card-flyer .image-box img{
    -webkit-transition:all .9s ease; 
    -moz-transition:all .9s ease; 
    -o-transition:all .9s ease;
    -ms-transition:all .9s ease; 
    width: 100%;
    height: 400px;
}

#shop .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}

#shop .card-flyer{
    background: #FFFFFF;
    margin-top: 50px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
  }

#shop .card-flyer:hover{
    background: #fff;
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-top: 50px;
}

.product-img:hover::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.shop-img {
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  max-height: 250px;
}

.accordion-button:not(.collapsed) {
    color: #FFF  !important;
    background-color: #290001 !important;
  }

  /* .accordion-button:link, .accordion-button:visited, .accordion-button:active  {
  background-color: #5500C9 !important;
    color:#FFF !important;
    text-decoration: none !important;
     border: hidden !important;
       border-color: #FFF !important;
    box-shadow: 0px !important; 
} */

/* SET BORDER TO GREY */

.accordion-button:focus {
    z-index: 3;
    border-color: rgb(215, 215, 215) !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(215, 215, 215) !important;
  }

  /* SET ARROW TO BLACK */

.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
 }

/* SHOP-TEST */

/* MIXITUP PLUGIN */

/* Controls
---------------------------------------------------------------------- */

.controls {
    padding: 1rem 2rem;
    /* background: #333; */
    font-size: 0.1px;
}

/* .control {
    position: relative;
    display: inline-block;
    width: 2.7rem;
    height: 2.7rem;
    background: #444;
    cursor: pointer;
    font-size: 0.1px;
    color: white;
    transition: background 150ms;
} */

/* .control:hover {
    background: #3f3f3f;
} */

.control[data-filter]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    /* border: 2px solid currentColor; */
    border-radius: 2px;
    /* background: currentColor; */
    transition: background-color 150ms, border-color 150ms;
}

.control[data-sort]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    transform:  translateY(1px) rotate(45deg);
}

.control[data-sort*=":desc"]:after {
    transform:  translateY(-4px) rotate(-135deg);
}

/* .mixitup-control-active {
    background: #393939;
} */

.mixitup-control-active[data-filter]:after {
    background: transparent;
}

.control:first-of-type {
    border-radius: 3px 0 0 3px;
}

.control:last-of-type {
    border-radius: 0 3px 3px 0;
}

.control[data-filter] + .control[data-sort] {
    margin-left: .75rem;
}

.control[data-filter=".green"] {
    color: #91e6c7;
}

.control[data-filter=".blue"] {
    color: #5ecdde;
}

.control[data-filter=".pink"] {
    color: #d595aa;
}

.control[data-filter="none"] {
    color: #2f2f2f;
}

/* Container
---------------------------------------------------------------------- */

.container {
    text-align: justify;
    font-size: 0.1px;
    background: #F7F7F7;
    padding: 0 0 40px;
}

.container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */

/* .mix,
.gap {
    display: inline-block;
    vertical-align: top;
} */

/* .mix {
    background: #fff;
    border-top: .5rem solid currentColor;
    border-radius: 2px;
    margin-bottom: 1rem;
    position: relative;
} */

/* .mix:before {
    content: '';
    display: inline-block;
    padding-top: 56.25%;
} */

#faq-section {
    padding: 0 12% 0;
}

#faq {
    padding: 0 0 150px; 
}

/* PRODUCT DETAILS */

#product-details{
    padding: 0 12% 0;
}

.product-details-box {
    margin: 120px 0 10%; 
    /* background: #F7F7F7; */
}

.product-details {
    padding: 2%;
}

.product-details-heading-text {
    line-height: 1.5;
    font-weight: 700;
    font-size: 1.5rem;
}

.product-details-price-text {
    line-height: 1.5;
    font-weight: 500;
    font-size: 1.3rem;
    padding: 2% 0 0;
}

.product-details-description {
    padding: 2% 0;
}


/* FOOTER */

#footer {
    padding: 7% 15%;
    text-align: center;
    background-color: #87431d;
    color: #fff;
}

.f-icon {
     padding: 2% 1%;
    margin: 20px 7px;
    transition: transform .2s; /* Animation */
}

.f-icon:hover {
    color: #dbcbbd;
    transform: scale(1.2);
}
 
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .testimonial-text {
        min-height: 340px;
    }
    .testimonial-name-text {
        min-height: 70px;
    }
    .carousel-text {
        padding-top: 50px;
    }
    .bg-acc-img-bottom, .bg-piano-tune-img-bottom, .bg-piano-buy-img-bottom, .bg-piano-rent-img-bottom, .bg-guitar-rep-img-bottom, .bg-guitar-buy-img-bottom {
        background-image: url("../images/piano-hands-trans.png");
    }
    .bg-about-img-1, .bg-about-img-2, .bg-about-img-3, .bg-home-img-1, .bg-piano-tune-img-1, .bg-piano-buy-img-1, .bg-piano-rent-img-1, .bg-guitar-buy-img-1, .bg-guitar-rep-img-1, .bg-acc-img-1, .bg-acc-img-bottom, .bg-piano-tune-img-bottom, .bg-piano-buy-img-bottom, .bg-piano-rent-img-bottom, .bg-guitar-rep-img-bottom, .bg-guitar-buy-img-bottom {
        background-attachment: scroll;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .testimonial-text {
        min-height: 150px;
    }
    .bg-acc-img-bottom {
        background-image: url("../images/accessories-trans.png");
    }
    .bg-piano-tune-img-bottom {
        background-image: url("../images/piano-tuning-services-trans.png");
    }
    .bg-piano-buy-img-bottom {
        background-image: url("../images/piano-buying-trans.png");
    }
    .bg-piano-rent-img-bottom {
        background-image: url("../images/piano-renting-trans.png");
    }
    .bg-guitar-rep-img-bottom {
        background-image: url("../images/guitar-rep-trans.png");
    }
    .bg-guitar-buy-img-bottom {
        background-image: url("../images/guitar-buy-trans.png");
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .testimonial-text {
        min-height: 150px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .testimonial-text {
        min-height: 120px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .testimonial-text {
        min-height: 50px;
    }
}