/* Basic styling */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400&display=swap");
* {
  box-sizing: border-box;
  padding: 0;

  margin: 0;

  -webkit-transition: all 0.2s linear;

  transition: all 0.2s linear;
}
header li {
  list-style: none;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blinking-button {
    animation: blink 1s infinite;
}


a {
  text-decoration: none;
  transition: 0.5s;
}
:focus {
  outline: none;
}
html::-webkit-scrollbar {
  width: 0.8rem;
}

html::-webkit-scrollbar-track {
  background: #000;
}

html::-webkit-scrollbar-thumb {
  background: #007bff;

  border-radius: 5rem;
}
body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
}
#preloader {
  background: #fff url("image/load.gif") no-repeat center center;
  background-size: 40%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;
}
.floatedd {
  position: fixed;
  bottom: 75px;
  right: 25px;
  color: #25d366;
  text-align: center;
  font-size: 55px;
  z-index: 100;
  padding-top: 16px;
  -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
  -moz-animation: NAME-YOUR-ANIMATION 1s infinite;
  -o-animation: NAME-YOUR-ANIMATION 1s infinite;
  animation: NAME-YOUR-ANIMATION 1s infinite;
}
.slick-prev {
    left: 0px !important;
 
}
.slick-next {
    right: 0px!important;
}
.floatedd:hover {
  color: #075e54;
}
.container {
  max-width: 80%;
  margin: auto;
}

.grid {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 40px;
}
.grid1 {
  display: grid;
 grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.room_icon img{
    width: 12px;
    margin-right: 6px;
}
.room_icon{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.room_icon p{margin:4px 0px!important;}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    row-gap: 20px;
    width: 100%;
}
.rates span{
    background: #70d2d240;
    padding: 20px;
    min-height: 72px;
    width: 300px;
}
.flex1 {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

/*-------------header--------- */
header {
  background: #333232;
  padding: 25px 0 25px 0;
  color: white;
}

.hamburger {
  display: none;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.5s ease-in-out;
  background: white;
}

.nav-menu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

header ul li a {
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  transition: 0.5s;
}

header ul li a:hover {
  color: #000;
}

header .head_contact {
  position: fixed;
  right: -10px;
  top: 60%;
  z-index:99;
}

header .sticky_logo {
  display: none;
}

header.sticky .sticky_logo {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -10px;
}

header.sticky {
  z-index: 1;
  position: sticky;
  width: 100%;
  background: #42c0b6;
  transition: 0.5s;
  top: 0;
}

header.sticky ul li a {
  color: white;
}
header ul li a:hover {
  color: #fff;
}
.head_contact button {
  border: 2px solid #fff;
  background: #333232;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}
.head_contact a {
  color: #fff;
}
.head_contact button:hover {
  border: 2px solid #fff;
  background-color: #ea788c;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}
.about h3 {
  margin: 20px 0px;
}

.heading h5 {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  color: #4e4b4b;
  margin: 20px 0px;
}
.sub-head {
  font-size: 3vmax;
  font-weight: 100;
}
.sub-head div {
  background-color: rgba(39, 39, 39, 0.274);
  height: 2px;
  margin: 0px 8px;
  width: 3%;
}

.sub-head p {
  font-size: 1.5vmax;
  font-style: italic;
}

.paralla_img div {
  background-image: url(image/home.jpg);
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: contain;
  padding: 50px 0px;
}
.paralla_box {
  background-image: url(image/villas_02.jpg);
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
  padding: 50px 0px;
}
.about {
  text-align: center;
}
section {
  margin-top: 100px;
}
.heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  color: #4e4b4b;
  margin: 20px 0px;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  transition: 1s all ease;
}
.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

/* Mobile menu */

.sec_box {
  text-align: center;
  background-color: #fff;
  width: 50%;
  padding: 30px;
}

/*----------------2nd section----------*/

.logo_section .heading {
  text-align: center;

  font-size: 2.2vmax;

  font-weight: 400;

  color: #4e4b4b;
}

.sec_logo {
  font-size: 3vmax;

  font-weight: 100;

  display: flex;

  text-align: center;

  justify-content: center;

  align-items: center;
}

.sec_logo div {
  background-color: rgba(39, 39, 39, 0.274);

  height: 2px;

  margin: 0px 8px;
}

.sec_logo p {
  font-size: 1.5vmax;

  font-style: italic;
}

.paralla_img {
  margin: 50px 0px;
}

/*----------------3rd section----------*/

.about p {
  text-align: center;

  font-weight: 300;

  font-style: italic;

  line-height: 26px;
}

/*----------------4th section----------*/

.sec_box h1 {
  font-size: 1.5rem;

  font-weight: 300;

  margin: 20px 0px;
}

.sec_box p {
  font-size: 1vmax;

  font-weight: 300;

  margin: 20px 0px;

  text-align: center;

  font-style: italic;

  line-height: 20px;
}
.sec_box img{
  max-width: 100%;
}
.sec_box .button {
  margin: 20px 0px;
  outline: none;
}
.sec_box input[type="submit"]{
  margin: 20px 0px;
  outline: none;
  background: none;
    border: none;
    cursor: pointer;
}

.sec_box .button a {
  font-size: 1.2vmax;


  font-weight: 300;

  padding: 13px;

  text-align: center;

  background-color: #fff;

  border: 1px solid #111;

  color: #000;
}

.sec_box .button a:hover {
  background: #ea788c;

  color: #fff;

  cursor: pointer;

  border: none;

  transition: 0.8s;
}
/*----------------5th services----------*/
.serv1 {
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 40px;
}

.serv1 i {
  font-size: 3vmax;
  padding: 1vmax 0vmax;
  color: #42c0b6;
}

.serv1 h3 {
  padding: 1vmax 0vmax;
  font-weight: 400;
  color: #4e4b4b;
}

.serv1 p {
  font-weight: 300;
  font-style: italic;
}

/*----------------6th gallery----------*/
.box1 {
  margin: 0px 5px;
}
.box1 img {
  width: 100%;
  padding: 6px;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-details {
  position: absolute;

  text-align: center;

  width: 100%;

  opacity: 0;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  transform: translate(0%, 0%);

  -webkit-transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  opacity: 1;
}

.content-details h3 {
  color: #fff;

  font-weight: 500;

  letter-spacing: 0.15em;

  margin-bottom: 0.5em;

  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 1em;
  padding: 0px 20px;
}

.fadeIn-top {
  top: 20%;
}

/*----------REVIEW-------------*/

.paralla_review {
  background-image: url(image/home2.jpg);
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
  padding: 50px 0px;
}
.room_tarif h1{margin-bottom: 20px;}

.sec_review {
  text-align: center;
  background-color: #fff;
  width: 50%;
  padding: 50px 10px;
}

.sec_review h1 {
  font-size: 2vmax;

  font-weight: 300;

  margin: 20px 0px;
}

.sec_review p {
  font-size: 1vmax;

  font-weight: 300;

  margin: 20px 0px;

  text-align: center;

  font-style: italic;

  line-height: 20px;
}

.review i {
  font-size: 30px;
}

.slick-dots {
  position: absolute;

  bottom: 0px !important;
}

/*----------Contact Form------------------*/

.form {
  width: 50%;
  margin: auto;
  padding-bottom: 60px;
}
.contact {
  margin: auto;
}
.contact_section {
  background-color: #eee;
  padding-top: 50px;
}
.contact .form-group input {
  width: 100%;
  padding: 12px 12px;
  margin: 10px 0px;
  background: none;
  border: none;
  border-bottom: 1px solid rgb(150, 142, 142);
  border-radius: 4px;
  cursor: pointer;
}
input[type="button"] {
  background-color: rgb(180, 175, 175);
}
input[type="button"]:hover {
  background-color: rgb(90, 84, 84);
  color: #fff;
}

.information .icons {
      text-align: center;
    margin: 10px 0px;
    background: #42c0b6;
    padding: 27px 0px;
    border-radius: 15px;
    color: #fff;
}
.information .icons:hover {
    background:#E19C9F;
}

/*-----------footer---------------------*/

footer {
  background-color: #42c0b6;
  padding: 20px 20px;
  text-align: center;
  color: #fff;
}

/*room list page*/
.room-list {
  margin: 50px 0px;
}
.room-list .imag img {
  width: 300px;
}
.room-list .icons i {
  font-size: 20px;
  margin-right: 30px;
}
.details h3 {
  margin-bottom: 20px;
}
.details p {
  margin: 20px 0px;
}
.details ul {
  margin: 20px 0px;
}
.details ul li {
  list-style: disc;
}

.details .icons {
  margin: 20px 0px;
}
.book-now h4 {
  font-size: 35px;
  font-weight: 300;
  text-align: center;
}
button {
  font-size: 16px;
  font-weight: 300;
  background-color: #333232;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}
button:hover {
  background-color: #ea788c;
}
.book-now a {
  color: #fff;
}
.room-list .book-now{
    width: 170px;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slick-prev:before,
.slick-next:before {
  color: #42c0b6 !important;
}
.checking{
    background-image: url(https://nilaya.earlyman.design/image/Nilaya_logo.png);
    background-repeat: no-repeat;
    background-color: #ffffff4a;
    background-position-y: center;
    background-position-x: center;
    background-size: 16%;
}
/*feedback*/
.feedback {
  width: 70%;
  margin: auto;
  width: 70%;
  margin: auto;
}
.feedback p {
  line-height: 28px;
}
.feedback_section {
  margin: 50px 0px;
}
.feedback h3 {
  background-color:#42c0b6;
  color: #fff;
  text-align: center;
  padding: 8px;
}
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="time"],
input[type="number"],
input[type="textarea"] {
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
}
th {
  padding: 8px;
}
.checking table tr {
  text-align: center;
}
table {
  width: 100%;
}
.room_tarif td {
    border: 8px solid #fff;
  }
table,
th,
td {
    border-collapse: collapse;
    padding:10px;
    line-height: 27px;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.form-fill .form-group {
  width: 100%;
  padding: 12px 0px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-fill .form-group label {
  min-width: 15%;
}

.feed-btn {
  font-size: 16px;
  font-weight: 300;
  background-color: #42c0b6;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}
.feed-btn:hover {
  background-color: #ea788c;
}
/*.feedback {
  background: url("image/feedback.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}*/
.text-overlay {
  background: rgb(0, 0, 0, 0.9);
  color: rgb(51, 45, 45);
}
.feedba {
  width: 60%;
  margin: auto;
  padding: 100px 0px;
}
.feedba input[type="button"] {
  color: #fff;
}

/*Restaurant Section*/
.restaurant_section {
  margin: 100px 0px;
  text-align: center;
}
.banquets img {
  width: 100%;
  margin: 30px 0px;
}
.banquets {
  margin-bottom: 50px;
}
.restaurant img {
  width: 100%;
  margin: 30px 0px;
}
.services_section .service-icon{
  width: 60px;
}
.social i{
  margin: 0px 13px 50px 0px;
  font-size: 35px;
  cursor: pointer;
  color:#42c0b6;
}
.social i:hover{
color:#E19C9F;
}
.icons i,h3,p{
  margin: 10px 0px;
      text-align: center;
    font-weight: 300;
    font-style: italic;
    line-height: 26px;
}
.icons i{
  font-size: 26px;
}
.text-center{text-align: center;}
.room_section p {
  text-align: justify;

  font-weight: 300;

  font-style: italic;

  line-height: 20px;
}

.product-slide{
  width: 350px;
  height: 250px;
}
.product-slide img{
  width: 350px;
  height: auto;
}
.product-slide-accomo{
  width: 100%;
}
.fancybox__nav .carousel__button.is-next{
  display: none;
}
.fancybox__nav .carousel__button.is-prev{
  display: none;
}
/*popup*/

.popup { display: none; }
.popup.open { display: block; }
.blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,1);
}
.popup .contents {
    border-radius: 5px;
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
}

.mobBook{
    display: none;
}
.deskBook{
    display: block;
}
.restaurent { display: none; }
.restaurent.open { display: block; }
.blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,1);
}
.restaurent .contents {
    border-radius: 5px;
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.showMobile{
    display:none;
    height:auto !important;
    max-height: 80vh !important;
}
.showDesktop{
    display:block;
    max-height: 90vh;
}

.popup .contents a{
    /*width: 100%;*/
    /*height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup .contents a img{
    width:auto;
    max-width:100%;
}

.popup .contents{
        width: 80% !important;
    }

@media screen and (max-width:768px){
    .showMobile{
        display:block;
    }
    .showDesktop{
        display:none;
    }
    .popup .contents{
        height:100vh;
        width: 60% !important;
    }
}