

/*
  Template Name: Spa Magic - Spa & Beauty Salon Landing Page Template
  Theme URL: https://themeforest.net/user/jthemes
  Description: Spa Magic - Spa & Beauty Salon Landing Page Template
  Author: Jthemes
  Author URL: https://themeforest.net/user/jthemes
  Version: 1.0.0
  Website: www.jthemes.net
  Tags: Jthemes, Beauty, Cosmetic, Girly, Hair, Health, Healthy Care, Massage, Make Up, Salon, Spa, Skincare, Wellness
*/


html {
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
} 
 
body {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #808080;
	font-weight: 300;
  background-color: #f2f2f2;
}


/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/*------------------------------------------*/
/*	PAGE CONTENT
/*------------------------------------------*/

#page { overflow: hidden; }

.bg-fixed,
.bg-scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.bg-scroll {
  background-attachment: fixed!important;
}


/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  color: #727475;
  font-family: 'Lustria', serif;
  line-height: 1.3;
  font-weight: 700;
}


/*------------------------------------------*/
/*  CONTENT
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

a:hover {
  color: #444;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.img-responsive {
  display: inline-block; 
}

.btn {
  color: #fff;
  background-color: #efa697;
  border-color: #efa697;
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  padding: 15px 38px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;  
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

.btn:hover {
  color: #efa697;
  background-color: transparent;
  border-color: #efa697;
}

.ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 4.375rem; }   /* 70px */
.ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 4.6875rem; }  /* 75px */
.ico-80 [class*="flaticon-"]:before, .ico-80 [class*="flaticon-"]:after { font-size: 5rem; }       /* 80px */
.ico-85 [class*="flaticon-"]:before, .ico-85 [class*="flaticon-"]:after { font-size: 5.3125rem; }  /* 85px */
.ico-90 [class*="flaticon-"]:before, .ico-90 [class*="flaticon-"]:after { font-size: 5.625rem; }   /* 90px */
.ico-95 [class*="flaticon-"]:before, .ico-95 [class*="flaticon-"]:after { font-size: 5.9375rem; }  /* 95px */
.ico-100 [class*="flaticon-"]:before, .ico-100 [class*="flaticon-"]:after { font-size: 6.25rem; }  /* 100px */


/*------------------------------------------*/
/*  SECTION TITLE
/*------------------------------------------*/

.section-title {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.section-title h3 {
  color: #727475;
  font-size: 3.25rem;
  margin-bottom: 10px;
}

.section-title p {
  color: #454647; 
  font-size: 1.25rem;
  padding: 0 15%;
  margin: 12px 0 0;
}

.tra-header {
  font-family: 'Alex Brush', cursive;
  color: #b7948e;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 2px;
  opacity: .15;
  position: relative;
  margin-top: -30px;
  margin-bottom: -45px;
}

.white-color, 
.white-color h2, 
.white-color h3, 
.white-color h4, 
.white-color h5, 
.white-color h6, 
.white-color p, 
.white-color a, 
.white-color li, 
.white-color i, 
.white-color span {
  color: #fff;
}


/*------------------------------------------*/
/*   PRELOAD SPINNER   
/*------------------------------------------*/

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}

#loading {
  background-color: #fefdfc;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  margin-top: 0px;
  top: 0px;
}

.cssload-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 50px;
  height: 50px;
  animation: cssload-invert 2.3s infinite steps(2, end);
  -o-animation: cssload-invert 2.3s infinite steps(2, end);
  -ms-animation: cssload-invert 2.3s infinite steps(2, end);
  -webkit-animation: cssload-invert 2.3s infinite steps(2, end);
  -moz-animation: cssload-invert 2.3s infinite steps(2, end);
}

.fancy-spinner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}

.fancy-spinner div {
  position: absolute;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}

.fancy-spinner div.ring {
  border-width: 0.25rem;
  border-style: solid;
  border-color: transparent;
  -webkit-animation: 2s fancy infinite alternate;
          animation: 2s fancy infinite alternate;
}

.fancy-spinner div.ring:nth-child(1) {
  border-left-color: #efa697;
  border-right-color: #efa697;
}

.fancy-spinner div.ring:nth-child(2) {
  border-top-color: #efa697;
  border-bottom-color: #efa697;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.fancy-spinner div.dot {
  width: 1rem;
  height: 1rem;
  background: #efa697;
}

@-webkit-keyframes fancy {
  to {
    -webkit-transform: rotate(360deg) scale(0.5);
            transform: rotate(360deg) scale(0.5);
  }
}

@keyframes fancy {
  to {
    -webkit-transform: rotate(360deg) scale(0.5);
            transform: rotate(360deg) scale(0.5);
  }
}


/*------------------------------------------*/
/*   HERO    
/*------------------------------------------*/

#hero {
  background-image: url(../image/hero.jpg);    
  padding-top: 150px;
  padding-bottom: 280px;
  position: relative;
  z-index: 3;
}

#hero h2 { 
  color:  #727475;
  font-size: 4.5rem;
  letter-spacing: -0.5px;
  margin-bottom: 17px;
}

#hero p {
  color: #454647; 
  font-size: 1.3rem; 
  font-weight: 300;
  padding: 0 15%;
  margin-bottom: 32px;
}

.title-before {
  color: #efa697;
  transform: rotate(35deg);
  margin-top: -10px;
  margin-bottom: 15px;
}


/*------------------------------------------*/
/*	 SELECT    
/*------------------------------------------*/

#select {  
  margin-top: -200px;
  padding-bottom: 60px;
  position: relative; 
}

#select .col-lg-4,
#i-pages .col-lg-4 {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
  text-align: center;
}

.select-item {
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, .05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, .05);
} 

.image-description {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.image-data {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.image-data h5 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 5px;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.image-data h6 { 
  color: #fff;
  font-size: 1.175rem;
  letter-spacing: 1px;
  margin-bottom: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; 
}

.hover-overlay img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  overflow: hidden;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}

.item-overlay {
  opacity: 0;
  -moz-opacity: 0; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 166, 151, .87);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.item-overlay::before,
.item-overlay::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.item-overlay::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

.item-overlay::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

.select_link:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.select_link:hover .item-overlay,
.select_link:hover .image-description {
  opacity: 1; 
  -moz-opacity: 1; 
}

.select_link:hover .item-overlay::before,
.select_link:hover .item-overlay::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.select_link:hover .image-data h5,
.select_link:hover .image-data h6 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.select_link p {
  color: #727475;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-top: 40px;
}


/*------------------------------------------*/
/*   INNER PAGES
/*------------------------------------------*/

#i-pages {
  padding-top: 100px; 
  padding-bottom: 60px; 
  position: relative; 
  z-index: 3; 
}

/*------------------------------------------*/
/*   FEATURES
/*------------------------------------------*/

#features {
  background-image: url(../image/features.jpg); 
  padding-top: 100px;
  padding-bottom: 50px; 
  position: relative;
}

.fbox {
  text-align: center;
  margin-bottom: 50px;
}

.fbox-img {
  width: 120px;
  height: 120px;
  padding: 27px;
  background-color: rgba(239, 166, 151, .45);
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
}

.fbox img {
  width: 66px;
  height: 66px;
} 

.fbox h5 {
  color:  #727475;
  font-size: 1.175rem;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 0;
} 

.content-img {
  padding-top: 40px;
}

.ab-img-01 {
  position: absolute;
  right: 15px;
  bottom: -65px;
  z-index: 99;
}


/*------------------------------------------*/
/*   BANNER
/*------------------------------------------*/

#banner-1 {
  background-image: url(../image/banner.jpg);
  background-position: top center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.banner-txt h3 {
  font-size: 4.25rem;
  letter-spacing: -0.5px;
  padding: 0 10%;
  margin-bottom: 20px;
}

.banner-txt p {
  color: #fff; 
  font-size: 1.25rem; 
  padding: 0 5%;
  margin-bottom: 30px;
}

.banner-txt .btn:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}


/*------------------------------------------*/
/*	 FOOTER  
/*------------------------------------------*/   

.footer {
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.footer p {
  color: #888; 
  font-size: 1.1rem; 
  font-weight: 400;
  line-height: 1.2rem;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.footer i {
  font-size: 1.15rem;
}


/*------------------------------------------*/
/*	  SCROLL TO TOP 
/*------------------------------------------*/ 

#scrollUp {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 35px;
  right: 25px;
  z-index: 99;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
  background-image: url(../image/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(35, 35, 35, .2);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear; 
}

#scrollUp:hover {
  background-color: rgba(35, 35, 35, .5);
}

nav a#pull {  
  display: none;  
}  

@media (min-width: 992px) and (max-width: 1199.95px) {

  .btn { font-size: 18px; padding: 14px 34px; }

  .ico-95 [class*="flaticon-"]:before, .ico-95 [class*="flaticon-"]:after { font-size: 5.3125rem; } 

  .section-title h3 { font-size: 3rem; }
  .section-title p { font-size: 1.2rem; padding: 0 10%; }
  .tra-header { font-size: 5.5rem; margin-bottom: -40px; }

  #hero { padding-top: 120px; padding-bottom: 250px; }
  #hero h2 { font-size: 4rem;margin-bottom: 15px; }
  #hero p {font-size: 1.2rem; padding: 0 10%;margin-bottom: 30px; }

  #select { margin-top: -185px; padding-bottom: 75px; }
  #select .col-lg-4, #i-pages .col-lg-4 { padding-left: 10px; padding-right: 10px; margin-bottom: 25px; }

  #features { padding-bottom: 75px; }
  .fbox-img { width: 110px;height: 110px; padding: 25px; }
  .fbox img { width: 60px; height: 60px; } 
  .content-img { padding-top: 10px; }

  #banner-1 { padding-top: 100px; padding-bottom: 100px; }
  .banner-txt h3 {font-size: 3.5rem;padding: 0 5%;margin-bottom: 20px;}
  .banner-txt p { font-size: 1.125rem; padding: 0 3%;margin-bottom: 30px; }

}

@media (min-width: 768px) and (max-width: 991.95px) { 

  .btn { font-size: 18px; padding: 14px 34px; }

  .ico-95 [class*="flaticon-"]:before, .ico-95 [class*="flaticon-"]:after { font-size: 5.3125rem; } 

  .section-title h3 { font-size: 2.65rem; margin-bottom: 0; }
  .section-title p { font-size: 1.125rem; padding: 0 6%; margin-top: 8px; }
  .tra-header { font-size: 4.75rem; margin-bottom: -35px; }

  #hero { padding-top: 100px; padding-bottom: 250px; }
  #hero h2 { font-size: 3.5rem;margin-bottom: 15px; }
  #hero p {font-size: 1.125rem; padding: 0 2%;margin-bottom: 25px; }

  #select { margin-top: -185px; padding-bottom: 60px; }
  #select .col-lg-4 { margin-bottom: 40px; }

  #features .col-md-4 { padding-left: 10px; padding-right: 10px; }
  .fbox-img { width: 110px;height: 110px; padding: 25px; }
  .fbox img { width: 60px; height: 60px; } 
  .content-img { padding-top: 40px; }
  .fbox h5 { font-size: 1.15rem; } 

  #banner-1 { padding-top: 100px; padding-bottom: 100px; }
  .banner-txt h3 {font-size: 3.15rem;padding: 0 3%;margin-bottom: 20px;}
  .banner-txt p { font-size: 1.125rem; padding: 0 8%;margin-bottom: 30px; }

}

@media (min-width: 576px) and (max-width: 767.95px) { 

  .btn { font-size: 18px; padding: 14px 34px; }

  .ico-95 [class*="flaticon-"]:before, .ico-95 [class*="flaticon-"]:after { font-size: 5.3125rem; } 

  .section-title h3 { font-size: 2.45rem; margin-bottom: 0; }
  .section-title p { font-size: 1.15rem; padding: 0 3%; margin-top: 8px; }
  .tra-header { font-size: 4.5rem; margin-bottom: -35px; }

  #hero { padding-top: 100px; padding-bottom: 250px; }
  #hero h2 { font-size: 3.75rem; padding: 0 10%; margin-bottom: 15px; }
  #hero p {font-size: 1.15rem; padding: 0;margin-bottom: 25px; }

  #select { margin-top: -185px; padding-bottom: 60px; }
  #select .col-lg-4 { margin-bottom: 40px; }
  .select_link p { font-size: 1.45rem; }

  #features .col-md-4 { width: 50%; float: left; }
  .fbox-img { width: 110px;height: 110px; padding: 25px; }
  .fbox img { width: 60px; height: 60px; } 
  .content-img { padding-top: 0; display: none; }

  #banner-1 { padding-top: 100px; padding-bottom: 100px; }
  .banner-txt h3 {font-size: 2.75rem;padding: 0;margin-bottom: 20px;}
  .banner-txt p { font-size: 1.125rem; padding: 0 2%;margin-bottom: 30px; }

}

@media (max-width: 575px) { 

  .btn { font-size: 18px; padding: 14px 34px; }

  .ico-95 [class*="flaticon-"]:before, .ico-95 [class*="flaticon-"]:after { font-size: 5rem; } 

  .section-title h3 { font-size: 2.45rem; padding: 0 3%; margin-bottom: 0; }
  .section-title p { font-size: 1.1rem; padding: 0; margin-top: 8px; }
  .tra-header { font-size: 3.5rem; margin-bottom: -25px; }

  #hero { padding-top: 100px; padding-bottom: 250px; }
  #hero h2 { font-size: 2.75rem; padding: 0 11%; margin-bottom: 15px; }
  #hero p {font-size: 1.1rem; padding: 0;margin-bottom: 25px; }

  #select { margin-top: -185px; padding-bottom: 40px; }
  #select .col-lg-4 { margin-bottom: 40px; }
  .select_link p { font-size: 1.35rem; }

  .fbox-img { width: 110px;height: 110px; padding: 25px; }
  .fbox img { width: 60px; height: 60px; } 
  .content-img { padding-top: 0; display: none; }

  #banner-1 { padding-top: 90px; padding-bottom: 90px; }
  .banner-txt h3 { font-size: 2.15rem;padding: 0; margin-bottom: 20px; }
  .banner-txt p { font-size: 1.1rem; padding: 0; margin-bottom: 30px; }

}

