/* popup*/

.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  z-index: 1000;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
    min-height: 270px;
    margin: 4em auto;
    background: #040303;
    border-radius: none;
    text-align: center;
    box-shadow: 0 0 15px rgb(0 0 0 / 82%);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
  color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}







.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}



/* koniec popup*/




html {
  scroll-behavior: smooth;
}

*:focus {
    outline: 0 !important;
}

@font-face {
font-family: "AMALFI COAST";
src: url(font/AMALFI COAST.ttf);
}



#header-bg{
	  background-image: url("../img/desktop/header-3.jpg");
    background-position: top;
    background-size: cover;
    height: 1080px;
    width: 100%;
    display: flex;
    flex-direction: column;
/*    height: 1080px;
    flex-direction: column;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;*/

}

#header{
    position: fixed;
    width: 100%;
    z-index: 2;
    background: #262222;
    box-shadow: 0px 3px 6px #000000D1;
    height: 60px;
}

.nav-menu{
	margin: auto;
}

.nav-mobile{
	display: none;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
    background: #101010;
    overflow-x: hidden;
    transition: 0.3s;
    box-shadow: 0px 3px 67px #000000c9;
}

.overlay img{
	height: 35px;
  margin: 15px 0 0 5%;
}

.overlay-content {
  position: relative;
  top: 18%;
  width: 100%;
  margin-top: 30px;
  margin-left: 6%;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font: normal normal 600 13px/24px Poppins;
  letter-spacing: 3px;
  color: #DFB777;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus a:active {
  color: white;
}

.overlay .closebtn {
  position: absolute;
  top: 8px;
  right: 3px;
  font-size: 35px;
  color: white;
}

p.umow-sie{
  padding-top: 10px;
  font-size:13px;
  text-transform: uppercase;
  font: normal normal 600 10px/16px Poppins;
  color: white;
  letter-spacing: 3px;

}

p.nav-mobile-phone{
  margin: auto;
  padding-top: 50%;
  padding-bottom: 3%;
  border-bottom: 2px solid white;
  font: normal normal 600 16px/24px Poppins;
  color: white;
  letter-spacing: 2px;
}


.nav-link{
  font: normal normal normal 16px/16px Poppins;
  letter-spacing: 3.2px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-top: 23px;
}

.navlink-phone{
  font: normal normal 600 17px/20px Poppins;
  font: normal normal 600 17px/20px Poppins;
    letter-spacing: 2.4px;
    color: #DFB777;
    padding-top: 20px;
}

a.nav-link:hover {
	color: #DFB777;
}

a.nav-link:active {
	color: #ffd99c;
}

.nav-item img{
	margin-top: -5px;
    margin-right: 10px;
}

.logo-header{
  text-align: center;
  padding-top: 620px;
}


.nav-menu-2{
  margin: auto;
  padding-top: 75px;
}

a.nav-link-2{
  font: normal normal 500 18px/24px Poppins;
  letter-spacing: 4px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-left: 3rem;
  padding-right: 3rem;
  text-decoration: none;
}


/* section 2 **********************************/

h1.o-salonie{
/*  font: normal normal normal 85px/100px Amalfi Coast;
  letter-spacing: 0px;
  color: #000000;*/
  text-align: center;
    padding: 0 0% 3% 0%;
    width: 40%;
    margin: auto;
}

p.opis-o-salonie{
  text-align: center;
  font: normal normal normal 18px/28px Poppins;
  letter-spacing: 0px;
  color: #000000;
  padding: 0 8%;
}
.section-2-podpis{
  padding: 3% 22%;
}

h2.od-lat{
  font: normal normal 200 40px/45px Poppins;
  font-family: 'Poppins extralight';
  letter-spacing: 9px;
  color: #000000;
  text-transform: uppercase;
}

h2.na-wasze{
  font: normal normal 600 40px/35px Poppins;
  letter-spacing: 8px;
  color: #000000;
  text-transform: uppercase;
  text-align: right;
}

/* section3 ********************/

.section-3-bg{
  background-image: url("../img/desktop/section-3-bg.jpg");
  background-color: #262221;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.section-3-podpis{
  padding: 25% 0 5% 0;
}

h2.title-gold{
  color: #DFB777;
  text-align: center;
}

.section-3-photo-1 img{
  margin-left: -20%;
  width: 130%;
  margin-top: -20px;
}

.section-3-photo-2 img{
  width: 110%;
    margin-left: 0;
    margin-top: -20px;
}


.service-title{
  padding-top: 40px;
  display: -webkit-inline-box;
}

.services-title {
  font: normal normal 600 20px/24px Poppins;
  letter-spacing: 5px;
  color: #DFB777;
  text-transform: uppercase;
  text-decoration: none;
}

h4.cennik{
  font: normal normal normal 15px/23px Poppins;
  /*font-family: 'Poppins extralight';*/
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 30px;
  padding-left: 3%;
}

h4.cennik a{
  text-decoration: none;
  color: #DFB777;
}

.service-descr{

}

p.service-descr{
  font: normal normal normal 16px/24px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
}


/* section4 *******************/

.section-4-bg{
  background-image: url("../img/desktop/section-4-bg.jpg");
  background-color: white;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

h2.title-cennik{
  font: normal normal 700 40px/68px Poppins;
  letter-spacing: 9px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  padding-top: 300px;
}

/*.card a{
  text-decoration: none;
}*/

.cennik{
  padding: 2% 5%;
}

.card{
  background: white;
  border: none;
}

.card-header{
  background: white;
  border-bottom: solid 1px #DFB777;
  padding: 1.5rem 1rem;
}

.card-header a{
  text-align: center;
  font: normal normal 600 20px/28px Poppins;
  letter-spacing: 5px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}

.card-header h2{
  font: normal normal 600 20px/28px Poppins;
  letter-spacing: 5px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}

.card-body{
  padding: 2rem 3rem 3rem 3rem;
  border-right: 1px solid #77777761;
  border-left: 1px solid #77777761;
}

.service-price{
  border-bottom: 1px solid #77777761;
  padding-top: 10px;
  padding-bottom: 15px;
}

p.price {
  text-align: right;
  font: normal normal 600 18px/24px Poppins;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 0;
}

p.service {
  font: normal normal normal 18px/24px Poppins;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 0;
}

p.description-add{
  font: normal normal normal 15px/20px Poppins;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: -15px;
  
}

h2.title-portfolio{
  font: normal normal 700 40px/68px Poppins;
  letter-spacing: 9px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
}


.section-5-photo img{
  width: 100%;
}

p.photo-sub{
    font-family: 'Poppins';
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #adadad;
    font-weight: 300;
    font-size: 12px;
    padding-top: 4px;
    text-align: center;
    
    border: 1px solid #efefef;

}


/* section 6 footer*************************/

.section-6-bg{
  background-image: url("../img/desktop/section-3-bg.jpg");
  background-color: #262221;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 15%;
}

h1.footer-titles{
  font-family: 'Poppins Semibold';
  font-size: 25px;
  color: #DFB777;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 40px;

}

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

h2.footer-subtitle{
  font-family: 'Poppins Semibold';
  font-size: 18px;
  letter-spacing: 3px;
  color: white;

}

h3.footer-subtitle-2{
  font-family: 'Poppins Regular';
  font-size: 15px;
  font-weight: 300;
  color: white;
  letter-spacing: 3px;
  padding-bottom: 10%;
}

h1.location{
  font-family: 'Poppins Medium';
  font-size: 18px;
  letter-spacing: 3px;
  color: white;
  padding-left: 5%;
}

h1.number{
  font-family: 'Poppins Semibold';
  font-size: 18px;
  letter-spacing: 3px;
  color: white;
  line-height: 40px;
  padding-left: 5%;
}

h1.open-hours{
  font-family: 'Poppins Medium';
  font-size: 18px;
  letter-spacing: 3px;
  color: white;
  padding-left: 5%;
  border-left: 2px solid white;
  padding-left: 5%;
  margin-bottom: 6%;
  margin-left: 2%;
}


.copyright{
  font: normal normal 100 12px/20px 'Poppins Light';
    letter-spacing: 2px;
    color: #DFB777;
    opacity: 0.7;
    text-align: center;
    padding: 20px;
}
/*#section-6-footer img{
  height: 99%;
}
*/

@media (max-width: 1366px){

.nav-link{
  font: normal normal normal 13px/16px Poppins;
  letter-spacing: 2px;
}

.navlink-phone{
  font: normal normal 600 17px/20px Poppins;
}

a.nav-link-2{
  font: normal normal 500 16px/24px Poppins;
  letter-spacing: 3px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-3-photo-1 img{
    margin-top: 0;
}

.section-3-photo-2 img{
    margin-top: 0;
}

}



@media (max-width: 992px){

.nav{
  display: none;
}  

#header{
  display: none;
}  

.nav-menu{
  display: none;
}  

.nav-mobile{
  display: inline;
}  

.nav-top-mobile{
  position: fixed;
  width: 100%;
  background: #262221;
  box-shadow: 0px 3px 6px #0000006b;
  height: 55px;
}



h1.o-salonie{
  font: normal normal normal 48px/70px Amalfi Coast;
  margin-top: -80px;

}

.header-bg{

}

.section-3-photo-1 img{
  margin-left: 0;
  width: 100%;
  margin-top: 0;
}

h2.title-cennik{
  padding-top: 200px;
}

.cennik{
  padding: 2% 0;
}

}




@media (max-width: 576px){


#header-bg{
  background: url("../img/mobile/header-mobile_1.jpg");
  height: 650px;
  flex-direction: column;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

p.opis-o-salonie{
  font: normal normal normal 14px/22px Poppins;
  padding: 0 2%;
}

.section-2-podpis{
  padding: 3% 10%;
}

h1.o-salonie{
  margin-top: 15px;
    width: 70%;
}

h2.od-lat{
  font: normal normal 200 28px/32px Poppins ExtraLight;
  letter-spacing: 4px;
/*  font-family: 'poppins extralight';*/
}

h2.na-wasze{
  font: normal normal 600 28px/32px Poppins;
  letter-spacing: 4px;
}

.service-title{
  padding-top: 15px;

}

h3.services-title{
  font: normal normal 600 18px/22px Poppins;
  letter-spacing: 3px;
  padding: 0 2%; 
}

p.service-descr{
  font: normal normal normal 14px/22px Poppins;
  padding: 0 2%;
}

h2.title-cennik{
  padding-top: 100px;
  font-size: 28px;
  letter-spacing: 4px;
}

.cennik{
  padding: 1% 2%;
}

.card-body{
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}

.card-header h2{
  font: normal normal 600 16px/22px Poppins;
  letter-spacing: 2px;
}

p.service{
  font: normal normal normal 14px/20px Poppins;
}

p.price{
  font: normal normal 600 14px/20px Poppins;
}

h2.title-portfolio{
    font-size: 28px;
  letter-spacing: 4px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.footer-box{
  padding-top: 10px;
}

h1.footer-titles{
  font-size: 16px;
  letter-spacing: 2px;
}

h2.footer-subtitle{
  font-size: 14px;
  letter-spacing: 1px;
}

h3.footer-subtitle-2{
  font-size: 14px;
  letter-spacing: 1px;  
}

h1.location{
  font-size: 14px;
  letter-spacing: 1px;
}

h1.number{
  font-size: 14px;
  letter-spacing: 1px;
}

h1.open-hours{
  font-size: 14px;
  letter-spacing: 1px;
  margin-left: 6%;
}

.copyright{
  font-size: 12px;
  letter-spacing: 1px;
}



}  