/* Velura - Spa and Beauty Salon HTML Template */




/*
    font-family: "Rufina", serif;
    font-family: "Jost", sans-serif;
*/


/*** 

====================================================================
    Root Code Variables
====================================================================

 ***/
:root {

  /* Main Deep Green Theme */
  --main-color: #0a332d;                     /* primary deep green */
  --secondary-color: #145c52;                /* medium green */
  --accent-color: #1f7a6d;                   /* lighter highlight green */

  /* Background Colors */
  --white-color: #eef7f5;                    /* soft mint white */
  --light-bg: #dcefeb;                       /* light greenish background */

  /* Text Colors */
  --text-color-dark: #062420;                /* very dark green */
  --text-color-light: #4f7f78;               /* muted green */

  /* Neutral / UI */
  --color-three: #a6c9c2;                    /* soft green-grey */
  --color-four: #6fa79d;                     /* borders / UI */

  /* Accent */
  --orange-color: #3bb39e;                   /* fresh teal accent */

  /* White opacity variants */
  --white-color-opacity: rgba(238,247,245,0.80);
  --white-color-opacity-two: rgba(238,247,245,0.60);
  --white-color-opacity-three: rgba(238,247,245,0.40);
  --white-color-opacity-four: rgba(238,247,245,0.20);
  --white-color-opacity-five: rgba(238,247,245,0.10);

  /* Black (unchanged for contrast) */
  --black-color: rgb(0,0,0);
  --black-color-opacity: rgba(0,0,0,0.80);
  --black-color-opacity-two: rgba(0,0,0,0.60);
  --black-color-opacity-three: rgba(0,0,0,0.40);
  --black-color-opacity-four: rgba(0,0,0,0.20);
  --black-color-opacity-five: rgba(0,0,0,0.10);

  /* Fonts */
  --font-family-jost: "Jost", sans-serif;
  --font-family-Rufina: "Rufina", serif;
}

/*** 

====================================================================
    Reset
====================================================================

 ***/
 
* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
    font-size: 100%;
    line-height: inherit;
}

/*** 

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-family: var(--font-family-body);
    font-size:18px;
    color:var(--text-color-dark);
    background: url(../images/background/body-pattern.png);
    background-repeat: repeat;
    line-height:1.85em;
    font-weight:400;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}


a{
    position: relative;
    text-decoration:none;
    cursor:pointer;
    color:var(--main-color);
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

section{
    
}

button,
a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none !important;
}


/* heading */

h1,h2,h3,h4,h5 {
    position:relative;
    margin:0px 0px;
    background:none;
    line-height: 1.20em;
    color:var(--main-color);
   font-family: var(--font-family-heading);
    font-weight: 300;
    letter-spacing: normal;
}

h6 {
    position:relative;
    margin:0px 0px;
    background:none;
    line-height: 1.20em;
    color:var(--heading-color);
    font-family: var(--font-family-jost);
    font-weight: 400;
    text-transform: uppercase;
}


h1{
    font-size: 70px;
    letter-spacing: -1px;
}

h2{
    font-size: 50px;
}

h3{
    font-size: 40px;
}

h4{
    font-size: 30px;
}

h5{
    font-size: 22px;
}

h6{
    font-size: 18px;
    letter-spacing: .5px; 
}



/* other */ 

.theme_color{
    color:var(--main-color);
}

a:hover,
a:focus,
a:visited,
a:active,
button:active{
    text-decoration:none;
    outline:none;
}


input,select,button{
    font-family: var(--font-family-jost);
}

textarea{
    overflow:hidden;
    resize: none;   
}

button{
    outline: none !important;
    cursor: pointer;
}

p{
    line-height: 1.6em;
    margin-bottom: 0;
}

.text{
    line-height: 1.6em;
}

.white_text p,
.white_text .title-box h2,
.white_text h2,
.white_text h3,
.white_text .title-box .subtitle,
.white_text span {
    color: var(--white-color);
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.page-wrapper{
    position:relative;
    margin:0 auto;
    width:100%;
    min-width:300px;
    overflow: hidden;
}

.auto-container{
    position:static;
    max-width:1326px;
    padding:0px 20px;
    margin:0 auto;
}

ul,li{
    list-style:none;
    padding:0px;
    margin:0px;
}

figure{
    margin-bottom: 0px;
}

.theme-btn{
    display:inline-block;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.theme-btn i{
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered{
    text-align:center !important;
}

/* Btn Style One */

.btn-style-one{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    color: var(--black-color);
    letter-spacing: 1px;
    font-weight: 500;
    padding:8px 30px;
    font-size:14px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.btn-style-one:before{
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: var(--main-color);
}

.btn-style-one:hover:before{
    top: 0%;
}

.btn-style-one .btn-wrap{
    position:relative;
    z-index:1;
    float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-one .btn-wrap .text-one{
    position: relative;
    display: block;
    color: var(--white-color);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap  .text-one:first-child{
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-one .btn-wrap .text-two{
    position: absolute;
    top: 100%;
    display: block;
    color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap .text-two{
    top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-one:hover .btn-wrap .text-two{
    color: var(--white-color);
}

.btn-style-one:hover{
    
}

.btn-style-one:hover:before{
    top: -40%;
}


/* Btn Style Two */
.btn-style-two{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    color: var(--main-color);
    letter-spacing: 1px;
    font-weight: 500;
    padding:8px 30px;
    font-size:14px;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.btn-style-two:before{
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: var(--main-color);
}

.btn-style-two:hover:before{
    top: 0%;
}

.btn-style-two .btn-wrap{
    position:relative;
    z-index:1;
    float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-two .btn-wrap .text-one{
    position: relative;
    display: block;
    color: var(--main-color);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap  .text-one:first-child{
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-two .btn-wrap .text-two{
    position: absolute;
    top: 100%;
    display: block;
    color: var(--main-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap .text-two{
    top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-two:hover .btn-wrap .text-one,
.btn-style-two:hover .btn-wrap .text-two{
    color: var(--white-color);
}

/* If only one span exists, prevent it from sliding away on hover */
.btn-style-two:hover .btn-wrap .text-one:only-child {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}


.btn-style-two:hover:before{
    top: -40%;
}


/* Btn Style three */
.btn-style-three{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    color: var(--main-color);
    letter-spacing: 1px;
    font-weight: 500;
    padding:8px 30px;
    font-size:14px;
    border: 1px solid var(--white-color);
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.btn-style-three:before{
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: var(--main-color);
}

.btn-style-three:hover:before{
    top: 0%;
}

.btn-style-three .btn-wrap{
    position:relative;
    z-index:1;
    float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-three .btn-wrap .text-one{
    position: relative;
    display: block;
    color: var(--white-color);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-style-three:hover .btn-wrap  .text-one:first-child{
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-three .btn-wrap .text-two{
    position: absolute;
    top: 100%;
    display: block;
    color: var(--main-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-three:hover .btn-wrap .text-two{
    top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-three:hover .btn-wrap .text-two{
    color: var(--white-color);
}

.btn-style-three:hover:before{
    top: -40%;
}


/* Btn Style three */
.btn-style-four{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    color: var(--main-color);
    letter-spacing: 1px;
    font-weight: 500;
    padding:8px 30px;
    font-size:14px;
    border: 1px solid var(--main-color);
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.btn-style-four:before{
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: var(--main-color);
}

.btn-style-four:hover:before{
    top: 0%;
}

.btn-style-four .btn-wrap{
    position:relative;
    z-index:1;
    float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-four .btn-wrap .text-one{
    position: relative;
    display: block;
    color: var(--main-color);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-style-four:hover .btn-wrap  .text-one:first-child{
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-four .btn-wrap .text-two{
    position: absolute;
    top: 100%;
    display: block;
    color: var(--main-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-four:hover .btn-wrap .text-two{
    top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-four:hover .btn-wrap .text-two{
    color: var(--white-color);
}

.btn-style-four:hover:before{
    top: -40%;
}


/* arrow style btn*/
.arrow-btn {
    background-color: var(--main-color);
    padding: 7px 16px;
    border-radius: 100px;
    color: var(--white-color);
    width: 45px;
    height: 45px;
}

.arrow-btn i {
    transform: rotate(45deg);
    color: var(--white-color);
}

.arrow-btn:hover {
    background-color: var(--white-color);
    color: var(--main-color);
    border: solid 1px var(--main-color);
}

.arrow-btn:hover i{
    transform: rotate(90deg);
    color: var(--main-color);
}


.pull-right{
    float: right;
}

.pull-left{
    float: left;
}

img{
    display:inline-block;
    max-width:100%;
    height:auto;    
}

.dropdown-toggle::after{
    display: none;
}

.fa{
    line-height: inherit;
}

/* section padding */
.section-kt {
    padding: 100px 0;
}

/* section top padding remove */
.no-top-padding {
    padding-top: 0px;
}

/* section bottom padding remove */
.no-bottom-padding {
    padding-bottom: 0px;
}

/* text link - common */
a.txt-link i {
    transform: rotate(45deg);
}

/* text link - white */
a.txt-link {
    color: var(--white-color);
    position: relative;
    display: inline-block;
    text-decoration: none;
}

a.txt-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60%; /* visible base underline */
    height: 1px;
    background: var(--white-color);
    transition: width 0.3s ease;
}

a.txt-link:hover::after {
  width: 100%; /* extend to full width on hover */
}


/* text link - dark */
a.txt-link.dark {
    color: var(--main-color);
    position: relative;
    display: inline-block;
    text-decoration: none;
}

a.txt-link.dark::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60%; /* visible base underline */
    height: 1px;
    background: var(--main-color);
    transition: width 0.3s ease;
}

a.txt-link.dark:hover::after {
  width: 100%; /* extend to full width on hover */
}



/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top{
    position:fixed;
    right:30px;
    bottom:20px;
    width:50px;
    height:50px;
    color: var(--white-color);
    font-size: 20px;
    line-height: 50px;
    text-align:center;
    border: 1px solid var(--white-color);
    z-index:100;
    cursor:pointer;
    background: var(--main-color);
    border-radius: 50%;
    display:none;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.scroll-to-top:hover{
    background: var(--white-color);
    color: var(--main-color);
    box-shadow:0px 0px 25px 0px rgba(0,0,0,0.25);
}


/* Default Form Style */

.default-form{
    position: relative;
}

.default-form .row{
    margin: 0 -15px;
}

.default-form .form-group{
    position:relative;
    margin-bottom: 15px;
}

.default-form .field-inner{
    position: relative;
    display: block;
}

.default-form .field-inner .alt-icon{
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 12px;
    color: var(--main-color);
    font-weight: 400;
    z-index: 1;
    pointer-events: none;
}

.default-form .field-inner .arrow-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 12px;
    color: var(--main-color);
    font-weight: 400;
    z-index: 1;
    pointer-events: none;
}

.default-form .form-group .field-label{
    position:relative;
    display: block;
    color: var(--text-color-light);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.default-form .form-group .e-label{
    position: relative;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select{
    position: relative;
    display: block;
    height: 56px;
    width: 100%;
    font-size: 16px;
    color: var(--text-color-light);
    line-height: 34px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: var(--white-color);
    border: 1px solid var(--black-color-opacity-three);
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group input[type="text"].l-icon,
.default-form .form-group input[type="email"].l-icon,
.default-form .form-group input[type="password"].l-icon,
.default-form .form-group input[type="tel"].l-icon,
.default-form .form-group input[type="url"].l-icon,
.default-form .form-group input[type="file"].l-icon,
.default-form .form-group input[type="number"].l-icon,
.default-form .form-group textarea.l-icon,
.default-form .form-group select.l-icon{
    padding-left: 40px;
}

.default-form .form-group textarea{
    height: 130px;
    resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button{
    display: inline-block;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus{
    border-color: var(--main-color);
}

.default-form .form-group select{
    -moz-appearance:  none;
    -ms-appearance:  none;
    appearance:  none;
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.default-form .form-group select option{
    padding-left: 20px;
    text-indent: 20px;
    cursor: pointer;
}

.default-form .form-group .datepicker{
    cursor: pointer;
}

.default-form ::-webkit-input-placeholder{color: var(--text-color-light);}

.default-form ::-moz-input-placeholder{color: var(--text-color-light); }

.default-form ::-ms-input-placeholder{color: var(--text-color-light);}

.default-form label.error{
    color: var(--main-color);;
    font-size: 14px;
    text-transform: capitalize;
    text-align:left;
    display:block;
    font-weight: 400;
    padding-top: 10px;
    line-height: 24px;
    margin-bottom: 0px;
}