/*------------------------------------------------------------------
 [Master Stylesheet]

  Project:	Piggy Hostels
  Version:	1.0.0
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
  ===== Table of Contents =====
  1) Importing variables, fonts, typography,etc 
  2) Navbar
  3) First Section
  4) Accomodation
  5) Achievements
  6) About

*/
/* === 1) Importing required subfiles === */
@import url("https://fonts.googleapis.com/css?family=Baloo+Thambi|Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600&display=swap");
body {
  font-size: 1rem;
  font-weight: initial;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Baloo Thambi", cursive;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 1;
}

/* .card-title {
  font-size: 2px;
} */

p {
  margin-bottom: 0.5rem;
  line-height: 1.3rem;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.937rem;
}

.title {
  text-align: center;
  font-size: 2rem;
  font-family: "Pacifico", cursive;
}

.title-para {
  text-align: center;
}

.scroller {
  overflow-x: scroll;
  scroll-behavior: smooth;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.scroller::-webkit-scrollbar {
  display: none;
}

.card {
  display: inline-block;
}

.date-book-btn {
  background-color: #ff6e7c;
  color: white;
  padding: 8px 20px;
  border-radius: 0px;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  border: 1px solid #ff6e7c;
}
.date-book-btn:hover {
  background: white;
  color: #ff6e7c;
}

.read-btn {
  color: rgba(255, 110, 124, 0.8);
  padding: 8px 24px;
  border-radius: 0px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  border: 1px solid #ff6e7c;
  background: transparent;
}

.newsletter-btn {
  background-color: #ff6e7c;
  color: white;
  padding: 8px 24px;
  border-radius: 0px;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  border: 1px solid #ff6e7c;
  border-radius: 5px;
}
.newsletter-btn:hover {
  background: white;
  color: #ff6e7c;
}

.join-button {
  font-size: 24px;
  padding: 0px 24px;
  background: transparent;
  border: 1px solid #ff6e7c;
  border-radius: 25px;
  box-shadow: 0px 8px 6px -6px #999999;
}

.room-box-btn {
  padding: 0px 36px;
  background: #eeeeee;
  border: 1px solid #372746;
  border-radius: 25px;
  box-shadow: 0px 8px 6px -6px #372746;
  margin: 15px;
}

.guestspeak {
  background-image: linear-gradient(to bottom, white, rgba(115, 115, 115, 0.2));
  box-shadow: 0px 8px 6px -6px #999999;
  color: #ff6e7c;
  padding: 8px 32px;
  font-weight: bold;
  border-radius: 25px;
}

/* === 2) Navbar === */
#load {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: url("../images/logo.gif") no-repeat center center white;
}

body {
  width: 100vw !important;
  overflow-x: hidden !important;
}

a:focus {
  outline: 0;
}

.navbar {
  position: absolute;
  top: 0;
  width: 100vw;
  padding: 8px 0;
}

.nav-item {
  margin: 0px 5px;
}

.nav-link {
  line-height: 125px;
  font-size: 17px;
  color: #ff6e7c;
  font-family: "Pacifico", cursive;
}

.nav-link:hover {
  color: #ff6e7c;
}

.book-now-btn {
  color: white;
  position: relative;
  z-index: 1;
}

.book-now-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 50px;
  background: #372746;
  z-index: -1;
  border-radius: 5px;
}

.navbar-brand {
  display: none;
}

/* === 3) First Section === */
.firstsection {
  width: 100%;
  height: 100vh;
  background-image: url("../images/pink bg.png");
  background-repeat: no-repeat;
  background-position: center 120%;
  padding-top: 160px;
}

.firstsection-liveit-text {
  font-weight: 700;
  text-align: center;
  color: #ff6e7c;
  font-size: 4vw;
}

.firstsection-curly-text {
  font-weight: 700;
  text-align: center;
  color: #372746;
  font-size: 4.5vw;
  font-family: "Pacifico", cursive;
}

.date-section {
  /* width: 100%; */
  /* max-width: 650px; */
  background: #604f50;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  flex-wrap: nowrap;
  margin: 16px auto 24px auto;
}

.date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  color: white !important;
  border-bottom: 1px solid white;
  margin: 16px;
}

.date-book {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px;
}

.location-book {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end;
  margin: 0 16px;
}

.date-value {
  position: relative;
}
.date-value input {
  position: absolute;
  bottom: 0;
  left: -120%;
  width: 100%;
  height: 0;
  padding: 0;
  border: 0;
}

.ui-datepicker {
  z-index: 9999 !important;
}

.main-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
}

#carousel {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: visible;
}
#carousel .item {
  padding: 12px;
  border-radius: 20px;
  overflow: hidden;
}
#carousel .owl-dots {
  padding: 10px 0;
}
#carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid rgba(255, 110, 124, 0.8);
}
#carousel .owl-dots .owl-dot:focus {
  outline: 0 !important;
  border: 0px !important;
}
#carousel .owl-dots .active span {
  background: #ff6e7c !important;
  border: 1px solid rgba(255, 110, 124, 0.8);
}

.carousel-box {
  position: relative;
}

#carousel .owl-stage-outer {
  position: relative;
  z-index: 1;
}
#carousel .owl-stage-outer:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  z-index: 22;
  background: url("../images/laptop-transparent.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0% 50%;
}

.owl-bottom {
  position: absolute;
  z-index: 22;
  bottom: 45px;
  left: -10%;
  width: 120%;
}
.owl-bottom img {
  width: 125%;
}

/* === 4) Accomodation === */
.accomodation {
  padding-top: 80px;
}

.accomodation-box {
  overflow: hidden;
  margin: 16px 0;
}

.accomodation-title {
  background: #372746;
  color: white;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

/* === 5) Achievements === */
.achievements {
  padding-top: 50px;
}

.achievement-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.achievement-box {
  padding: 12px;
  display: flex;
  flex-direction: row;
  margin: 15px 0 !important;
  width: 50%;
}
.achievement-box img {
  width: 100px;
  height: 100px;
}

.achievement-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 0px 24px;
}

.achievement-title {
  font-size: 1.4rem;
  text-transform: uppercase !important;
}

.achievement-number {
  font-size: 2.2rem;
  color: #ff6e7c;
}

/* === 6) About === */
.about {
  background: #372746;
  margin-top: 50px;
  padding: 0;
}

.abt-second {
  width: 100%;
  height: 100%;
  background: url("../images/about.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.about-box {
  text-align: left;
  height: 100%;
  margin: 0px 50px;
  max-width: 500px;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social {
  padding-top: 16px;
}
.social a {
  margin: 8px;
}

/* === 7) Instagram === */
.instagram {
  padding: 50px 0;
}

.img-box {
  padding: 10px !important;
}
.img-box img {
  width: 100%;
}

/* === 8) guests === */
.guests {
  background: #372746;
  padding: 50px 0;
}
.guests .title {
  color: #ff6e7c;
}
.guests .title-para {
  color: #ff6e7c;
  margin-top: 16px;
}

.testmonial-block {
  text-align: center;
}
.testmonial-block i {
  color: #ff6e7c;
}
.testmonial-block img {
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
  margin: 0px auto !important;
}

.testmonial-text-box {
  margin-top: -50px;
  background: white;
  padding: 75px 16px 16px 16px;
}

.testimonial-text {
  margin-bottom: 0px;
}

.testimonial-client-name {
  font-size: 1.2rem;
  color: #ff6e7c;
}

.testimonial-client-position {
  font-size: 1.2rem;
}

.insta-link {
  color: black;
  text-decoration: none;
}
.insta-link:hover {
  color: #ff6e7c;
  text-decoration: none !important;
}

/* === 9) newsletter === */
.newsletter {
  padding: 50px 0 0 0;
}

.input-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  margin: 8px 0;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}
.input-box input {
  width: 100%;
  background: transparent;
  border: 0px;
  margin: 0px 12px;
}

/* === 10) Footer === */
.footer-link {
  color: #222222;
  margin: 0px 8px 0;
}

.terms {
  background: #372746;
  padding: 12px;
  color: rgba(255, 110, 124, 0.8);
}

/* === About Page === */
.abt-wrapper {
  width: 100%;
  max-width: 1170px;
  margin: -150px auto 0px auto;
  position: relative;
  padding: 0px 8.3% 0 8.3%;
}

.abt-line-img {
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 150%;
}

.pig-img {
  position: absolute;
  bottom: -20px;
  right: -40px;
  height: 80px;
  width: 80px;
}

.abt-row {
  padding: 15px 50px 0px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  margin: 16px 0;
}

.abt-first-row {
  min-height: 250px;
}

.abt-text {
  font-size: 19px;
  text-align: justify;
}

.abt-second-row {
  padding: 0px 50px;
}

.abt-portfolio-text {
  text-align: center;
  padding: 0 16px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.abt-portfolio-text h3 {
  color: #ff6e7c;
}

.abt-portfolio-text p {
  font-size: 20px;
}

.abt-portfolio-img {
  text-align: center;
  padding: 0 16px;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.abt-portfolio-img img {
  height: 200px;
  width: 200px !important;
  border-radius: 25px;
  box-shadow: 0px 8px 6px 1px #999999;
}

.abt-join-block {
  margin: 50px 0;
  max-width: 1170px;
  margin: auto;
  text-align: center;
  color: #372746;
}

.abt-join-block .home {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.abt-join-block .join {
  font-size: 28px;
  display: flex;
  flex-direction: column;
}

.abt-join-block .join-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.abt-join-block .join-buttons .button-divider {
  width: 2px;
  height: 60px;
  margin: 0px 30px;
  background-color: #372746;
}

/* === Room Page === */
.rooms-section {
  margin-top: -100px;
}

.property-info {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.property-info h3 {
  color: #ff6e7c;
  font-weight: bold;
}

.room-box-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.room-box {
  width: 30%;
  border-radius: 25px;
  background: #372746;
  text-align: center;
  overflow: hidden;
  color: white;
  margin: 16px 1.5%;
}
.room-box img {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 100%;
}
.room-box .room-box-title {
  margin: 15px 0;
  font-size: 32px;
}
.room-box .room-box-para {
  font-family: "Montserrat", sans-serif;
  margin: 0px 15px;
  font-size: 18px;
}

.room-box2 {
  width: 45%;
}

.rooms-description {
  margin: 50px 0;
  font-family: "Montserrat", sans-serif;
}

.rooms-description-row {
  margin: 24px 0;
  font-size: 18px;
}
.rooms-description-row h3 {
  text-align: center;
  color: #372746 !important;
  font-weight: bold;
  font-family: "Baloo Thambi", cursive;
}
.rooms-description-row hr {
  color: #372746 !important;
  background: #372746 !important;
  position: relative;
  margin-bottom: 32px;
  cursor: pointer;
}
.rooms-description-row hr:after {
  content: url("../images/darrow.png");
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, 0%);
}
.rooms-description-row .rooms-description-row {
  font-family: "Montserrat", sans-serif;
}

.room-description-para {
  height: 0px !important;
  opacity: 0;
  transition: all 0s;
}
.room-description-para .close-btn {
  margin-left: auto;
}

.room-description-para-height {
  height: auto !important;
  opacity: 1;
  transition: all 2s;
}

.rooms-amenities {
  margin: 15px 0;
  background: #ffcccc;
  color: black;
}

.rooms-amenities-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.rooms-amenities-box {
  width: 33.33%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  margin: 15px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.singleroom .rooms-amenities-box {
  width: 25%;
}

.rooms-amenities-img-box {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

/* === single room === */
.room-title {
  font-family: "Baloo Thambi", cursive;
  font-size: 3rem;
  text-align: center;
}

.room-short-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  text-align: center;
  color: #c9272d;
  font-weight: 700;
}

#roomsingle-main {
  overflow-y: visible;
}
#roomsingle-main .item {
  padding: 30% 0;
  margin: 16px;
}
#roomsingle-main .item img {
  border: 25px solid white;
  box-shadow: 0px 0px 10px -2.5px #999999;
  opacity: 0.4;
}
#roomsingle-main .center {
  position: relative;
  z-index: 99;
}
#roomsingle-main .center img {
  opacity: 1;
  transform: scale(1.8);
  border: 25px solid white;
}

.franchise {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

/* === Blog Page === */
.blog-posts {
  position: relative;
  margin-bottom: 50px;
}
.blog-posts:before {
  position: absolute;
  content: "asads";
  color: transparent;
  top: -75px;
  left: -75px;
  min-height: 75px;
  min-width: 75px;
  background-image: url("../images/member/pig_foot.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.blog-posts:after {
  position: absolute;
  content: "asads";
  color: transparent;
  bottom: -75px;
  right: -75px;
  min-height: 75px;
  min-width: 75px;
  background-image: url("../images/member/pig_foot.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.blog-post-box {
  margin: 16px 0;
  text-align: center;
}
.blog-post-box .blog-post-img-box {
  padding: 15px 15% 0px 15%;
  overflow: hidden;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background: transparent;
  box-shadow: inset 0 -20px 7px -10px #999999;
}
.blog-post-box .blog-post-img-box img {
  border-radius: 25px;
}
.blog-post-box .text-box {
  padding: 16px 24px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
.blog-post-box .text-box p {
  margin: 16px 0;
}
.blog-post-box .text-box a {
  font-weight: 600;
  color: #ff6e7c;
  text-transform: uppercase !important;
}

.blog-post-bottom {
  padding: 50px 0;
}
.blog-post-bottom .home {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.blog-post-bottom .home button {
  display: inline-block;
  height: 50px;
  width: 100px;
  text-align: center;
  border: 0px;
  border-radius: 15px;
  background: #372746;
}
.blog-post-bottom .home button i {
  color: white;
}
.blog-post-bottom .quote {
  margin-top: 25px;
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.blog-post-bottom .quote hr {
  width: 400px;
}
.blog-post-bottom a {
  color: #372746;
  text-decoration: none;
}
.blog-post-bottom a:hover {
  color: #ff6e7c;
}

/*blog post detail */
.blog-post-detail-title {
  text-align: center;
}
.blog-post-detail-title h2 {
  margin-bottom: 5px;
}

.post-box {
  margin-bottom: 24px;
  width: 100%;
  max-width: 240px;
  box-shadow: 8px 8px 6px -6px #999, -8px 8px 6px -6px #999;
}
.post-box img {
  width: 100%;
  margin-bottom: 8px;
}
.post-box p {
  padding-left: 8px;
}
.post-box:nth-child(2),
.post-box:nth-child(4) {
  margin-top: 100px;
}
.post-box:nth-child(5),
.post-box:nth-child(7) {
  margin-top: -100px;
}

.more-posts-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.blog-post-img-box img {
  width: 100%;
  min-height: 180px;
}

/* === Blog Page === */
.piggy-description {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  background-image: url("../images/member/member.png");
  background-size: contain;
  background-position: 50% 60%;
  background-repeat: no-repeat;
}
.piggy-description p,
.piggy-description ul {
  text-align: center;
}
.piggy-description li {
  margin: 8px 0;
}

.member-login-section form {
  font-family: "Montserrat", sans-serif;
}
.member-login-section .form-group {
  position: relative;
}
.member-login-section .form-group input {
  border-radius: 20px;
  box-shadow: 0px 8px 6px -6px #999999;
  background-image: linear-gradient(to bottom, white, rgba(115, 115, 115, 0.2));
}
.member-login-section .btn-submit {
  position: absolute;
  bottom: -7px;
  right: 0px;
  border-radius: 50%;
  background: #372746;
  color: white;
  padding: 8px 12px;
  border: 1px solid #372746;
  transform: translateY(-15%);
}

.we-miss-box .we-miss-text {
  text-align: right;
  position: relative;
  z-index: 11;
  width: 100%;
  font-size: 24px;
}
.we-miss-box .we-miss-text img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(20%, -25%);
  z-index: -1;
}

/* === Blog Page === */
.contact-box {
  font-family: "Montserrat", sans-serif;
}
.contact-box .form-group {
  margin: 16px 0;
}
.contact-box .form-group label {
  padding-left: 16px;
}
.contact-box .form-group input,
.contact-box .form-group textarea {
  border-radius: 25px;
  box-shadow: 0px 8px 6px -6px #999999;
  background-image: linear-gradient(to bottom, white, rgba(115, 115, 115, 0.2));
}

.map-block {
  box-shadow: 8px 8px 6px -6px #999999, -8px -8px 6px -6px #999999;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.map-block-text {
  background-image: linear-gradient(to bottom, white, rgba(115, 115, 115, 0.2));
  text-align: center;
  padding: 32px 16px 16px 16px;
}
.map-block-text hr {
  width: 200px;
  height: 5px;
}

#map {
  height: 100%;
  width: 100%;
  min-height: 300px;
}

.contact-detail-box {
  margin: 16px 0;
  display: flex;
  flex-direction: row;
}
.contact-detail-box .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom, white, rgba(115, 115, 115, 0.2));
  box-shadow: 8px 8px 12px -6px #999999;
  border-radius: 50%;
  margin-right: 16px;
}
.contact-detail-box .text {
  color: #ff6e7c;
}

.contact-testimonial-block {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #ff6e7c;
}
.contact-testimonial-block .contact-testimony-name {
  margin: 16px 0;
}

/* === Blog Page === */
.gallery-section .gallery-menu {
  width: 100%;
  text-align: center;
  background: #372746;
}
.gallery-section .gallery-menu button {
  color: white;
  background: #372746;
  padding: 8px 16px;
  border: 0;
  font-family: "Pacifico", cursive;
  font-size: 22px;
}
.gallery-section .gallery-menu button:focus {
  outline: 0;
  border-bottom: 1px solid #ff6e7c !important;
  color: #ff6e7c !important;
}
.gallery-section .gallery-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.gallery-section .gallery-image-box {
  width: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid white;
}
.gallery-section .gallery-image-box img {
  width: 100%;
  max-height: 500px;
  transition: all 0.5s ease-in-out;
}
.gallery-section .gallery-image-box:hover .gallery-image-box-overlay {
  opacity: 1;
}
.gallery-section .gallery-image-box:hover img {
  transform: scale(1.2);
}
.gallery-section .gallery-image-box-overlay {
  position: absolute;
  top: 0%;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background: rgba(55, 39, 70, 0.8);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.menuItems:hover {
  cursor: pointer !important;
}

.property-menu {
  display: flex;
  background: #372746;
  color: white;
  text-align: center;
  justify-content: center;
  padding: 0px;
}
.property-menu button {
  color: white;
  background: #372746;
  padding: 8px 16px;
  border: 0;
  font-family: "Pacifico", cursive;
  font-size: 22px;
  margin: 0 24px;
  font-family: "Baloo Thambi", cursive;
}
.property-menu button:focus {
  outline: 0;
}
.property-menu .isActive {
  border-bottom: 1px solid #ff6e7c !important;
  color: #ff6e7c !important;
}
.property-menu div {
  margin: 0 24px;
  background: white;
  width: 1px;
}

/* === Queries === */
@media only screen and (max-width: 576px) {
  .firstsection-curly-text {
    font-size: 7vw;
  }

  #carousel .owl-stage-outer {
    position: relative;
    z-index: 1;
  }

  #carousel .owl-stage-outer .item {
    margin-left: -2.5%;
    width: 105%;
  }

  #carousel .owl-stage-outer:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    z-index: 22;
    background: url("../images/laptop-transparent.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 50%;
  }

  .accomodation {
    margin-top: 50px;
    padding-top: 30px !important;
  }

  .post-box {
    width: 100% !important;
    max-width: 100% !important;
    margin: 16px !important;
  }

  .abt-wrapper {
    padding-top: 0 !important;
    margin-top: -200px;
  }

  .abt-row {
    padding: 16px;
  }

  .date {
    flex-direction: column;
    margin-right: 0;
  }

  .location-book {
    align-items: center !important;
    margin-right: 0;
    font-size: 12px !important;
  }
  .location-book select {
    padding: 0 !important;
    font-size: 12px !important;
  }

  .date-section {
    justify-content: space-between;
  }

  .date-book-btn {
    padding: 8px !important;
  }
}
@media only screen and (max-width: 768px) {
  .mainpage .navbar-brand {
    display: block;
  }

  .firstsection {
    background-size: contain;
    background-image: url("../images/logo-circle (3).png");
    background-position: center 0 !important;
    height: 100% !important;
  }

  .first-page {
    background-size: cover;
    height: 100vh;
    background-image: url("../images/logo-circle.jpg");
    background-position: 50% 110% !important;
  }

  .abt-wrapper {
    margin-top: 0px;
  }

  .accomodation {
    padding-top: 80px;
  }

  .achievement-title {
    font-size: 1.2rem;
  }

  .achievement-number {
    font-size: 1.5rem;
  }

  .achievement-box {
    margin: 15px 0 0 0 !important;
    width: 100%;
  }

  .about-box {
    padding-top: 16px;
    margin: 0px 15px;
  }

  .about-box p {
    font-size: 20px;
  }

  /* about page */
  .abt-wrapper {
    padding: 200px 0 0 1px;
  }

  .rooms-section {
    margin-top: 0px;
  }

  .room-box {
    width: 900% !important;
  }

  .rooms-amenities-box {
    width: 50%;
  }

  /* member */
  .piggy-description {
    margin-top: 0px;
  }

  .piggy-description {
    background-position: 50% 105%;
  }

  .we-miss-box {
    margin-top: 50px;
  }

  /* franchise, priovacy , rooms */
  .rooms-description-top {
    margin-top: 0px !important;
  }

  .blog-posts {
    margin-top: -150px;
  }

  #roomsingle-main {
    overflow-y: visible;
  }

  #roomsingle-main .item {
    padding: 0% 0;
    margin: 16px;
  }

  #roomsingle-main .item img {
    border: 5px solid white;
    box-shadow: 0px 0px 10px -2.5px #999999;
    opacity: 0.4;
  }

  #roomsingle-main .center {
    position: relative;
    z-index: 99;
  }

  #roomsingle-main .center img {
    opacity: 1;
    transform: scale(1);
    border: 5px solid white;
  }

  .singleroom .rooms-amenities-box {
    width: 50%;
  }

  .contact-box {
    margin-top: 0px;
  }

  .blog-posts {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .accomodation {
    padding-top: 100px;
  }

  .firstsection {
    padding-top: 120px;
  }

  .firstsection-liveit-text {
    font-size: 48px;
  }

  .date {
    font-size: 12px;
  }

  .date h4 {
    font-size: 12px;
  }

  .date-book-btn {
    font-size: 12px;
    padding: 8px 16px;
  }

  .room-box {
    width: 45%;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0px;
  }
  .navbar .dropdown {
    text-align: center;
  }
  .navbar .dropdown .dropdown-menu {
    border: 0 !important;
  }
  .navbar .dropdown .dropdown-item {
    text-align: center;
    color: #ff6e7c;
  }

  .nav-item {
    background: white;
    margin: 0px;
    text-align: center;
  }

  .nav-link {
    line-height: 32px;
  }

  .navbar-toggler {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: white;
  }

  .navbar-nav {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    z-index: 1000;
    background: white;
    width: 100%;
    height: 100%;
    min-height: 100vh !important;
    padding-top: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar .dropdown {
    position: relative;
  }
  .navbar .dropdown .dropdown-menu {
    position: absolute;
    top: 90px;
    left: 15px;
  }
}

.overlay-msg {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 20%;
  color: #372746;
  z-index: 1;
}

.overlay-arambol {
  opacity: 0.3;
}

@media only screen and (min-width: 150px) and (max-width: 400px) {
  .desktop {
    display: none;
  }
  .card-props {
    width: 120px;
  }
}

@media only screen and (min-width: 400px) and (max-width: 500px) {
  .desktop {
    display: none;
  }

  .card-props {
    width: 120px;
  }
}

@media only screen and (min-width: 501px) and (max-width: 600px) {
  .desktop {
    display: none;
  }

  .card-props {
    width: 150px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 700px) {
  .desktop {
    display: none;
  }

  .card-props {
    width: 160px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 700px) {
  .desktop {
    display: none;
  }

  .card-props {
    width: 160px;
  }
}

@media only screen and (min-width: 701px) and (max-width: 800px) {
  .desktop {
    display: none;
  }

  .card-props {
    width: 170px;
  }
}

@media only screen and (min-width: 801px) and (max-width: 900px) {
  .desktop {
    display: none;
  }

  .card-props {
    width: 190px;
  }
}

@media only screen and (min-width: 901px) and (max-width: 1000px) {
  .desktop {
    display: none;
  }

  .card-props {
    width: 250px;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  .desktop {
    display: none;
  }

  .card-props {
    width: 290px;
  }
}

@media only screen and (min-width: 1200px) {
  .small-screens {
    display: none;
  }

  /* .desktop {
    display: block;
  } */
}
/* 
@media only screen and (min-width: 800px) {
  .card-props {
    width: 200px;
  }
} */

/*# sourceMappingURL=main.css.map */
