/* ===== 2. General ===== */
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
* {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
}

/* :focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
} */

html {
    font-family: sans-serif;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    font-weight: 300;
    padding: 0;
    margin: 0;
    background: #fff;
    color: #3C4858;
    font-family: 'Roboto', sans-serif;
}


p {
    margin: 0;
    font-size: 1em;
    font-weight: 300;
    color: #646d79;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a {
    color: inherit;
    text-decoration: none;
}



a:hover {
    text-decoration: none;
}
strong{
    font-weight: bold;
}
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.btn-com{
    background-color: #ceb274;
    color: #fff;
    font-size: 18px;
    padding: 10px 35px;
    border: none;
}
.btn-com:hover{
    color: #fff;
    background-color: #917d51;
}
.btn-outline-comm {
    background-color: transparent;
    color: #14106b;
    font-size: 18px;
    padding: 10px 35px;
    border: 1px solid #14106b;
}
.btn-outline-comm:hover{
    background-color: #14106b;
    color: #fff;
    border: 1px solid #14106b;
}
section{
    padding-bottom: 60px;
}

.navbar-brand img{
    height:70px;
}
ul.navbar-nav li .nav-link {
    display: block;
    color: #333;
    font-size: 14px;
    /* line-height: 65px; */
    text-decoration: none;
    text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #FFF;
    background: #ceb274;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #FFF;
    background: #ceb274;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ceb274;
}
.title{
    font-weight: 600;
    font-size: 22px;
    color: #080879;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.sub-title{

    font-size: 18px;
    color: #080879;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* ===== Home Banner ===== */
.home-banner{
    margin-top: 80px;
    background: url(../images/cover-bg.jpg)no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 60px;
    position: relative;
}
.form-hotel{
background-color: rgba(255, 255, 255, .60);
padding: 20px 30px 30px;
border-top: 5px solid #ceb274;
}
.form-hotel h2 {
    margin: 0;
    color: #080879;
    font-size: 28px;
    text-align: center;
}
.form-hotel .form-search {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-hotel .form-search .form-field {
    float: left;
    padding: 20px 15px;
    border-right: 1px solid #e6e6e6;
    font-size: 18px;
    background: #fff;
}

.form-search .form-field .field-input, .form-search .form-field .field-select{
    position: relative;
    z-index: 2;
    width: 100%;
    border: 0;
    outline: 0;
    color: #080879;
    background-color: transparent;
    border-bottom: 1px dashed #ceb274;
    padding: 10px 5px;
}
.form-search .form-field .field-select{
    padding-top: 15px;
}
.form-search .form-field .field-input::placeholder{
    color: #080879;
}


/* ==== Photo Gallery ===== */
.photo-gallery .item:after {
    display: block;
    visibility: hidden;
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 25px solid rgba(255, 255, 255, .6);
    transition: all .3s ease-in-out;
}

.photo-gallery .item:hover:after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.photo-gallery .item {
    overflow: hidden;
    position: relative;
}
.advantages ul{
    margin-left: 50px;
}
.advantages ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    left: -30px;
    position: absolute;
    color: green;
}
.grid-container {
    margin: 0 auto;
    max-width: 1340px;
    padding:2rem 1rem;
  }
.item-gallery{
    --auto-grid-min-size: 16rem;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.item-gallery{
    margin-left: 0 !important;
}
.item-gallery li{
    list-style: none;
    background-color: #f2f2f2;
    list-style-type: none;
    padding: 1rem 1rem;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 17%);
}
.item-gallery li:before{
    display: none;
}


/* ==== Date Picker ==== */

#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546E7A;
	font-size: 0.875rem;
	text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {	
	background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #ccad6f;
	color: white;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {	
	left: 0;	
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a>span {
	display: none;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}


/* ==== boooking gallery view ==== */

#sync1 .item {
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
  }
  
  #sync2 .item {
    background: #c9c9c9;
    /* padding: 10px 0px; */
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
  }
  
  #sync2 .item h1 {
    font-size: 18px;
  }
  
  #sync2 .current .item {
    background: #0c83e7;
  }
  
  .owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
  }
  
  .owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
  }
  
  #sync1.owl-theme {
    position: relative;
  }
  
  #sync1.owl-theme .owl-next,
  #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
  }
  
  #sync1.owl-theme .owl-prev {
    left: 10px;
  }
  
  #sync1.owl-theme .owl-next {
    right: 10px;
  }
  /* animate fadin duration 1.5s */
  .owl-carousel .animated {
    animation-duration: 1.5s !important;
  }
 
  #sync1.owl-theme .owl-next,
  #sync1.owl-theme .owl-prev {
    width: 35px !important;
    height: 55px !important;
  }
  #sync1 svg {
    width: 22px !important;
  }
 
.booking-title{
    background: #ceb274;
    color: #fff;
    padding: 5px;
    font-size: 18px;
}
.booking-room-title{
    font-size: 16px;
    font-weight: 600;
    color: #080879;
}
.ammount-wwrapper{
    background: #f5f5f5;
    border-left: 1px solid #e6e6e6;
    flex-shrink: 0;
    height: 100%;
    padding: 10px;
    text-align: right;
    font-size: 20px;
    color: #080879;
}
.counter-label{
    color: gray;
    font-size: 14px;
}
.select-room{
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: right; 
}
.plus-btn{
    font-size: 26px;
    padding-left: 10px;
}
.person-info{
    font-size: 12px;
    color: gray;
    font-weight: 300;
}
.fnt-20{
    font-size: 20px;
}

.makeRelative .prcBreakup {
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px;
    padding: 10px 0 10px 20px;
    justify-content: space-between;
    display: flex;
}
.makeRelative .prcBreakup-head {

    font-weight: 900;
    padding: 30px 0 15px 20px;
    text-transform: uppercase;
}
.grand-total{
    background: #080879;
    color: #fff;
    padding: 5px;
}

/* ==== Footer ==== */
footer {
    padding: 20px 0;
}
footer ul li{
    display: inline-block;
    position: relative;
    padding-right: 10px;
}
footer ul li:after{
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: #fff;
}
footer ul li:last-child:after{
    display: none;
}
footer ul li a{
    color: #ceb274;
}


/* ==== Responsive ==== */
@media(max-width:767px){
    ul.navbar-nav li .nav-link{
        line-height: 20px;
    }
}



