body{
  background: #01111e;
}

/* ----- NEW --------- */
.masthead{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 8rem 0;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 75%, #000000 100%), url(https://scontent.fkul14-1.fna.fbcdn.net/v/t1.0-9/86186749_1324056297782380_4750836052510375936_o.jpg?_nc_cat=107&_nc_sid=730e14&_nc_oc=AQlzk6gwJTuuZC-gbYnmdw-U3EdgQPoz0aBJcA608Bzq7MxJ-k8Uq_aoBx3q9pbbM5xO6LPsYfhQsYvlvA9lqGZe&_nc_ht=scontent.fkul14-1.fna&oh=7788b31â€¦&oe=5F20F2FD); */
    background: linear-gradient(to top, rgb(1 16 29) 0%, rgba(0, 0, 0, 0.4) 75%, #ab7a0c9c 100%), url(https://www.pakej.my/new/contents/images/home/kashmir.jpeg);
    /* background: url(https://scontent.fkul14-1.fna.fbcdn.net/v/t1.0-9/103854713_719366922184707_1266975252619706819_o.jpg?_nc_cat=104&_nc_sid=730e14&_nc_oc=AQnb05b5A57PaVoPjLk_teu5WktjzL4GCkLIfBvJQKWQ2MD9YhCW9YOxtsmMUEsi0d9vRUWaVu9LzefyNRPfeP6h&_nc_ht=scontent.fkul14-1.fna&oh=0cc935eâ€¦&oe=5F221D09); */
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

#mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
}
#mainNav.navbar-shrink {
	background: rgb(36,121,195);
background: linear-gradient(348deg, rgba(36,121,195,1) 0%, rgba(19,96,163,1) 40%, rgba(6,56,98,1) 69%, rgba(11,49,82,1) 100%);
}



.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.search-tab-container .nav-item{
	padding:0px;
}

.search-tab-container .nav-tabs {
  border-bottom: 0px;
}

.search-tab-container .nav-tabs .nav-link {
    background: #e2e2e2;
}

.search-tab-container .nav-tabs .nav-link.active, .search-tab-container .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    border-color: transparent;
    background: #0d3355;
}
.search-tab-container .tab-content > .active {
    display: block;
    background: #0f3354;
		padding: 15px;
		color:white;
}

.search-sidebar {    padding-top: 15px; margin-bottom: 30px;     background: #f8f8f8;}
.search-sidebar table { background: white;}
.search-sidebar .money{text-align: right;}
.container-custom{    margin-bottom: 40px;     margin-top: 90px;}
.container-custom a { color: #1d70b8; }
.container-custom a.btn { color: white; }

.text-black-70 { color: rgba(0, 0, 0, .7) !important; }
.text-white-70 { color: rgba(255, 255, 255, .7) !important; }

.input-group, .input-group input, .input-style {height: 59px !important; margin-bottom: 10px;}
.input-group input, .input-style {
		font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 80% !important;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}
.dropdown-menu{z-index: 2000;}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1c6cb3;
}

.faq .card-header{cursor: pointer;}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #999;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #999;
}

.overlay {
    background: #bababa;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    z-index: 9999;
}
.image-loading{
  position: absolute;
  left: 50%;
  top: 50%;
}

footer{
	 background: #f8f8f8;
	 padding-top:30px;
	 padding-bottom:20px;
}


.homestay .title{
  font-size: 3em;
}

.homestay .nav-tabs .active{font-weight: bold;}

.homestay .tab-content{
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

.homestay .tab-content .tab-pane{ padding: 15px;}
.homestay .btn{ padding: 1em; }
.masthead.home .btn { padding: 0.8em; }

.homestay .m-gallery{
  overflow: hidden;
    max-height: 80px;
}

.homestay.cari a:hover{
  text-decoration: none;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: relative;
    min-height: 0px;
}

.bootstrap-select .dropdown-menu li a {
    font-size: 14px;
}

img[src=""],
img:not([src]) {
  /* visibility: hidden;
  opacity: 0; */
  opacity: 0.2;
  background: #f1eded;
}

img:not([src=""]) {
  opacity: 1;
  transition: opacity 0.5s;
}

.fadeIn {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}



@media screen and (min-width: 960px) {
	.home-quote{
			background: #ffffff;
	    font-style: italic;
	    padding: 5px 0px;
			color:black !important;
	}

}

@media screen and (max-width: 480px) {

	#mainNav .navbar-brand{
	    font-size: 16px;
	}

	.search-tab-container .col-12{
		margin-bottom: 10px;
	}

	footer img{
		 width:92%;
	}

  .navbar-collapse{
    background: #2b2828;
    padding: 5px 10px;
  }


	.home-youtube { height: auto;}

  .homestay .title{
    font-size: 1.5em;
  }

  .homestay .fc-today-button{
    display:none !important;
  }

  .homestay .fc-toolbar-title{
    font-size:15px !important;
  }
}
