/*
Theme Name: Aprova
Theme URI: #
Author: Aprova
Author URI: #
Description: Aprova - MultiPurpose Creative HTML5 Responsive Template
Version: 1.0
License:
License URI:
*/

/*=======================================================================
[Table of contents]
=========================================================================

1. Font Settings
2. Typography Settings
3. Section Title Settings
4. Button Settings
5. Section Settings
*/

/*------------------------------------------------------------------------------
/ 1. Font Settings
------------------------------------------------------------------------------*/
@import url('https://fonts.bunny.net/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
.bullet{
    font-size: 30px;
    line-height: 60px;
    position: relative;
    z-index: 4;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(254, 80, 108, 1) 0%, rgba(252, 106, 42, 1) 100%);
}

}
body, html{
    margin: 0;
    padding: 0;
	overflow-x:hidden;
}
body{
    line-height: 26px;
    color: #808080;
    letter-spacing: 0;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

/*------------------------------------------------------------------------------
/ 2. Typography Settings
------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
    color: #060221;
    font-weight: 600;
    margin: 0 0 15px;
}
button:focus{
    outline: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none; 
    appearance: none;
    -moz-appearance: none;
    margin: 0; 
}
input[type="number"] {
    -moz-appearance: textfield !important;
}
a{
    color: #060221;
    text-decoration: none;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
a:hover, a:focus{
    text-decoration: none;
    outline: 0;
}
a:focus{
    color: #fff;
}
ul,
ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}



/*------------------------------------------------------------------------------
/ 3. Section Title Settings
------------------------------------------------------------------------------*/
.noPadding{
    padding: 0;
}
.noPaddingRight{
    padding-right: 0;
}
.noPaddingLeft{
    padding-left: 0;
}

/*------------------------------------------------------------------------------
/ 4. Button Settings
------------------------------------------------------------------------------*/
.hotel_btn{
    border: none;
    font-size: 19px;
    font-weight: 700;
    background: rgb(254,80,108);
    background: linear-gradient(90deg, rgba(254,80,108,1) 0%, rgba(252,106,42,1) 100%);
    height: 50px;
    text-transform: uppercase;
    text-align: center;
    padding: 1px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 0;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.main-slider-area.construction-slider-area .em-slider-title {
	 text-shadow: 3px 3px black;
}
.main-slider-area.construction-slider-area .em-slider-descript {
   
    text-shadow: 2px 2px black;
}

.hotel_btn:after{
    position: absolute;
    left: 1px;
    top: 1px;
    width: 99%;
    height: 48px;
    content: '';
    background: #fff;
    border-radius: 3px;
    z-index: 3;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.hotel_btn span {
    position: relative;
    color: inherit;
    width: 100%;
    height: 100%;
    padding: 16px 28px;
    display: block;
    z-index: 4;
    color: #fe506c;
}
.hotel_btn:hover:after{
    background: rgba(255, 255, 255, 0);
}
.hotel_btn:hover span{
    color: #fff;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

/*------------------------------------------------------------------------------
/ 5. Section Settings
------------------------------------------------------------------------------*/
.hotel_sub_title{
    font-size: 18px;
    line-height: .8;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 17px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(254,80,108,1) 0%, rgba(252,106,42,1) 100%);
}
.hotel_sec_title{
    font-size: 40px;
    line-height: 50px;
    color: #060221;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 11px;
}
.sec_desc{
    margin: 0 0 46px;
}
.white{
    color: #fff;
}

