@import 'https://fonts.googleapis.com/css?family=Alegreya:400,700';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700';

html,
body {
    width: 100%;
    overflow-x: hidden;
}

html {
    font-size: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
.btn {
    font-family: 'Alegreya', serif;
    font-weight: 700;

}

h2 small {

    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 10px;
    display: block;

}

h1 {
    font-weight: bold;
    font-size: 100px;
}

h2 {
    color: #A9537B;
    font-size: 44px;
    text-transform: capitalize;
}

h2 small {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 10px;
    display: block;

}

h3 {
    font-weight: 700;
    color: #A9537B;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-transform: capitalize;
}


.loader {
    display: table;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1200;
}

.loader-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.loader_bg {
    background: #171717
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Top header */
.top-bar {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 15px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.top-bar .navbar-nav li {
    margin-left: 10px;
}

.top-bar .navbar-nav li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;

}

.top-bar a.navbar-brand {
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    padding-top: 16px;
    font-family: 'Alegreya', serif;
    text-shadow: 2px 2px 2px rgb(0, 0, 0, 0.2)
}

.top-bar .navbar-nav>.active>a,
.top-bar .navbar-nav>.active>a:focus,
.top-bar .navbar-nav>.active>a:hover,
.top-bar .navbar-nav li a:hover,
.top-bar .navbar-nav li a:focus {
    color: #ffffff;
    background: transparent;
    border-bottom: 1px solid #ffffff;

}

.top-bar a.navbar-brand:hover,
.top-bar a.navbar-brand:focus {
    color: #fff;
}

.affix {
    animation: 1s ease 0s normal both 1 running slideInDown;
    background: #7b4397;
    background: -webkit-linear-gradient(120deg, #7b4397, #dc2430);
    background: linear-gradient(120deg, #7b4397, #dc2430);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 0.75em 0;
    position: fixed;
    z-index: 1000;


}


.btn-capsul {
    border-radius: 30px;
}

.btn-transparent-white {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
}

.btn-transparent-white:hover {
    border: 2px solid #ffffff;
    color: #A9537B;
    background: #ffffff;
}

h1 {
    font-weight: bold;
    font-size: 100px;
}

h2 {
    color: #A9537B;
    font-size: 44px;
    text-transform: capitalize;
}

.parallax {
    background-attachment: fixed !important;
    background-size: cover !important;
}

/* Home section */
#banner {
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    
    overflow: hidden;
    position: relative;

}

#banner .gradient-overlay {
    background: #7b4397;
    background: -webkit-linear-gradient(120deg, #7b4397, #dc2430);
    background: linear-gradient(120deg, #7b4397, #dc2430);
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    ;
}

#banner p {
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
}

#banner small {
    font-size: 18px;
    font-weight: 300;
}

#banner .btn {
    text-transform: uppercase;
    margin-top: 20px;
}

/*------------- Feature section ----------------*/


#todo .feature-thumb {
    background-color: #ffffff;
    position: relative;
    padding: 40px;
    height: 320px;
    margin-top: 32px;
    text-align: center;
    box-shadow: 0 0 21px rgb(0, 0, 0, 0.14);
}

#todo .feature-icon {
    width: 85px;
    height: 85px;
    top: 0;
    margin: 0 auto 30px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    text-align: center;
    transition: all 0.4s ease-in-out;


}

#todo p {
    font-size: 16px;
    font-weight: 300;
}

/*------- Video Section -------*/
#video-sec {
    background: url(../images/video-bg.jpg) 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
    color: #ffffff;

}

#video-sec .overlay {
    background: rgba(03, 03, 03, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;

}

#video-sec h2 {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 16px;
}

#video-sec small {
    color: #ffffff;
    display: block;
    margin-top: 10px;
}

#video-sec .fa {
    position: relative;
    border: 2px solid #ffffff;
    border-radius: 100px;
    color: #ffffff;
    font-size: 28px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    margin-top: 22px;
}
/* review section */
#review .feature-thumb {
    background-color: #ffffff;
    position: relative;
    padding: 20px;
    height: 400px;
    margin-top: 32px;
    text-align: center;
    box-shadow: 0 0 21px rgb(0, 0, 0, 0.14);
}

#review .feature-icon {
    width: 85px;
    height: 85px;
    top: 0;
    margin: 0 auto 30px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    text-align: center;
    transition: all 0.4s ease-in-out;


}

#review p {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}



/* Location section */
#location {
    background-color: #e4e4e4;

}

#location .media {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 3px;
}

#location .media-object {
    padding: 0;
}

#location .media-body {
    padding: 20px;
}

#location h3.media-heading {
    text-align: center;
}

#location .media-object img {
    width: 220px;
    height: 300px;
    position: relative;
}

#location .media-object span.menu-price {
    position: absolute;
    background-color: #ffffff;
    color: #222;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 20px;
    top: 50%;
    left: 3%;
}

#location h2 {

    margin-top: 0;
    margin-bottom: 30px;
}

#location h3 {
    color: #555;
    margin-bottom: 32px;
}

#location p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}

#location .btn {
    padding: 7x 30px;
    font-size: 16px;
}

#location .btn-transparent-prime {
    margin: 0 auto;
    display: block;
}

#download .feature-icon{
    background-color: #ffffff;
    position: relative;
    padding: 10px;
    margin: 5px;
    height: 100px;
    align-self: auto;
    margin-top: 32px;
    text-align: center;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.14);
}



.btn-transparent-prime {
    border: 2px solid #CB4B60;
    color: #CB4B60;
    background: transparent;
}

.btn-transparent-prime:hover {
    border: 2px solid #fff;
    color: #fff;
    background: #CB4B60;
}


.filter-wrapper {
    width: 100%;
    margin-bottom: 42px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {

    color: #A9537B;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #A9537B;
    border-radius: 4px;

}

.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
    background: #A9537B;
    color: #ffffff;
}

#hotel .gallery-thumb {
    position: relative;
    overflow: hidden;
    margin: 0;
}

#hotel .gallery-thumb .gallery-overlay {
    background: #7b4397;
    background: -webkit-linear-gradient(120deg, #7b4397, #dc2430);
    background: linear-gradient(120deg, #7b4397, #dc2430);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

#hotel .gallery-thumb:hover .gallery-overlay {
    opacity: 0.9;
}

#hotel .gallery-thumb .gallery-overlay .gallery-item {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#hotel .gallery-thumb .fa {
    background: #ffffff;
    border-radius: 100%;
    font-size: 24px;
    color: #222;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
}

.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}

.iso-box>a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fluid-img {
    width: 100%;
    display: block;
}

#page_icon {
    width: 70px;
    height: 50px;
    top: 0;
    margin: 0 auto 10px;
    position: relative;
}

/* contac section */
#contact-sec {
    background: url(../images/contact-bg.jpg) 50% 0 repeat-y fixed;
    -webkit-backdrop-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;


}

#contact-sec .overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

#contact-sec .form-block {
    position: relative;
    z-index: 2;
}

#contact-sec h2,
#contact-sec h2 small {
    color: #ffffff;
}

#contact-sec label {
    color: #ffffff;
}

#contact-sec p {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    margin: 20px 0;
}

#contact-sec .phone-sec {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}

#contact-sec .btn-transparent-white {
    font-weight: 600;
    font-size: 16px;
    padding: 5px 0px;
    text-transform: uppercase;
    width: 200px;
    border-width: 1px;
    margin-top: 60px;
}

/* footer section */
footer {
    background: #7b4397;
    background: -webkit-linear-gradient(-120deg, #7b437b, #dc2430);
    background: linear-gradient(-120deg, #7b7b7b, #dc2430);
    float: left;
    width: 100%;
    color: #ffffff;
    padding: 30px 0;
}






@media(max-width: 767px) {
    .navbar-default .navbar-brand {
        line-height: 15px;
    }

    .navbar-default .navbar-nav li a {
        line-height: 30px;
    }

}
