@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
p, h4, h3{
    font-family: 'lora', serif;
    font-weight: 400;
    color: #ffffff;
}

li{
  font-family: 'lora', serif;
}
/* h4{
    font-size: 20px;
} */
a{
    text-decoration: none;
    color: inherit;
}
section{
    transition: ease-in-out 3s;
}
body{
    background-color: #0b0822;
    background-position: center;
    background-size: cover;
}


.topnav{
  background-color: #ffffff;
  width: 100%;
  display: inline-flex;
}

.logocontainer{
  width: 40%;
}
.logo{
  padding: 1%;
  padding-left: 2%;
}

.navBar{
  float: right;
  width: 40%;
  padding-top: 1.5%;
}
.pages{
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-right: 4%;
  margin: 0!important;
}
.pageName{
  padding-right: 3%;
  color: #d0850b;
  margin: 0!important;
}

.dropdown {
  overflow: hidden;
  width: 25%;
}
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: inherit;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
} 



.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #1e2225;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #6e6e6e;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.dropdown {
overflow: hidden;
width: auto;
}

.dropdown .dropbtn {
font-size: 17px;    
border: none;
outline: none;
color: white;
padding: inherit;
background-color: inherit;
font-family: inherit;
margin: 0;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
background-color: #555;
color: white;
}

.dropdown-content a:hover {
background-color: #ddd;
color: black;
}

.dropdown:hover .dropdown-content {
display: block;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #1e2225;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #6e6e6e;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.dropdown {
overflow: hidden;
width: auto;
}

.dropdown .dropbtn {
font-size: 17px;    
border: none;
outline: none;
color: white;
padding: inherit;
background-color: inherit;
font-family: inherit;
margin: 0;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
background-color: #555;
color: white;
}

.dropdown-content a:hover {
background-color: #ddd;
color: black;
}

.dropdown:hover .dropdown-content {
display: block;
}
.socialMedia{
  width: 20%;
  display: inline-flex;
  justify-content: space-evenly;
  float: right;
  padding-top: 1.5%;
}

/**End of NavBar Style**/

/**Homepage**/

/**Header Start**/
.header{
    display: inline-block;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
}
.header-listing {
  display: inline-flex;
  position: relative;
	justify-content: center;
	align-items: center;
	background-position: center center;
  background-size: cover;
  backface-visibility: hidden;
  animation: slideBg 8s linear infinite 8s;
  animation-timing-function: 1500 ease-in-out;
	height: 43vh;
	width: 100%;
}

@keyframes slideBg{
  
  25%{
    background-image: url('https://t3.ftcdn.net/jpg/02/20/74/52/240_F_220745292_s01Qj7aSQB1VjNtc0WOcHN4zlqeNKj93.jpg');
    transition: 5s ease-in-out;
  }
  50%{
    background-image: url('https://t4.ftcdn.net/jpg/00/00/98/91/240_F_989179_8dNOGm9X3mf2uIoBhZaKqDk7UVstGn.jpg');
    transition: 5s ease-in-out;
  }
  75%{
    background-image: url('https://t4.ftcdn.net/jpg/00/00/98/91/240_F_989179_8dNOGm9X3mf2uIoBhZaKqDk7UVstGn.jpg');
    transition: 5s ease-in-out;
  }
  100%{
    background-image: url('https://t4.ftcdn.net/jpg/00/00/98/91/240_F_989179_8dNOGm9X3mf2uIoBhZaKqDk7UVstGn.jpg');
    transition: 5s ease-in-out;
  }
}
.headerSection {
	width: 100%;
	padding-bottom: 2%;
	background-position: bottom;
	background-size: cover;
	height: auto;
  display: flex !important;
  padding-bottom: 2%;
  text-align: center!important;
}

.vp-category-hero__title {
	color: #fff;
	font-size: 35px;
	/* font-size: 3em; */
	font-family: 'Lora';
	font-weight: 700;
	letter-spacing: -.8px;
	line-height: 1.01;
}

.headerBG1{
  background-image: url(https://images.pexels.com/photos/302831/pexels-photo-302831.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
}

.headerBG2{
  background-image: url(https://d1qmdf3vop2l07.cloudfront.net/stable-juice.cloudvent.net/compressed/_min_/67d2828550a30a3dcb87064944873e18.jpg);
}
.headerBG3{
  background-image: url(https://photos.mandarinoriental.com/is/image/MandarinOriental/singapore-dining-mo-bar-couple?wid=2880&hei=1200&fmt=jpeg&qlt=75,0&crop=69,721,4394,1831&op_sharpen=0&resMode=sharp2&op_usm=0,0,0,0&iccEmbed=0&printRes=72&fit=wrap);
}
.headerBG4{
  background-image: url(https://scontent.frba3-2.fna.fbcdn.net/v/t1.0-9/44683182_2137183713267788_1756748027583791104_o.jpg?_nc_cat=108&_nc_sid=e3f864&_nc_eui2=AeFX1OCRnMSCpY2Jvsgh7LKfr83ZVa52MB-vzdlVrnYwH2-jWERess4W-IHoIW7abYY&_nc_ohc=2YLDFqhF0ccAX9N0HXR&_nc_ht=scontent.frba3-2.fna&oh=1cb2a3bbbf552fb64506f91141b9b830&oe=5F669EEC);
}
.headerBG5{
  background-image: url(https://images.unsplash.com/photo-1572116469696-31de0f17cc34?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=967&q=80);
}
.rightHeader{
    width: 100%;
    display: inline-block;
    padding-left: 5%;
    height: 100%;
    text-align: center;
    padding: 0!important; 
}
.citySelect{
    align-items: center;
    margin-top: 1%;
    border-radius: 50px;
    border: none;
    background-color: #1e2225cc;
    width: 55%;
    padding: 3%;
    cursor: pointer;
    transition: .5s; 
}
.header-title{
    color: #000000;
    font-size: 60px;
    font-style: italic;
}
.leftCalendar{
    font-family: 'lora', serif;
    color: #caa969;
    width: 50%;
    background-color: #1e2225a8;
    height: 100%;
    text-align: center;
    border-radius: 3%;
    padding: 2%;
    
    -webkit-box-shadow: 13px 7px 18px 4px #000000;
    -moz-box-shadow: 13px 7px 18px 4px #000000;
    box-shadow: 13px 7px 18px 4px #000000;
    background-color: #00000057;
}

/*-- Last Week Section--*/

.App-LastWeek{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.lastweek{
    margin-left: 0%;
    padding-top: 2%;
    padding-left: 0%;
    padding-bottom: 2%;
    display: inline-block;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.lastWeekFun{
  width: 50%;
  margin-right: 3%;
}
.lastweek-para{
    height: auto;
    width: 35%;
    padding: 2%;
    font-weight: 300;
    text-align: center;
    -webkit-box-shadow: 13px 7px 18px 4px #000000;
    -moz-box-shadow: 13px 7px 18px 4px #000000;
    box-shadow: 13px 7px 18px 4px #000000;
    background-color: #000000d1;
    overflow: hidden;
}
.lastweek-title{
    font-family: 'lora', serif;
    padding: 2%;
    font-size: 30px;
    font-style: italic;
    color: #d0850b;
}
.lastweek-p{
    font-weight: 500;
    text-align: left;
    line-height: 1.5em;
    color: #fff;
}
.lastweek-slide{
    width: 100%;
}
.lastweek-slide-Name{
    color: #d0850b;
}
.item{
    z-index: 0;
    padding: 6%;
}
.FeaturedPlaces{
    height: 70%;
    background-color: #000000d1;
    -webkit-border-top-left-radius: 23px;
    -webkit-border-bottom-left-radius: 23px;
    -moz-border-radius-topleft: 23px;
    -moz-border-radius-bottomleft: 23px;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
}
/*--#End Of Last Week Section--*/

/*-- Amazing Features Section--*/
.amazing-features{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
    width: 80%;
    text-align: center;
    padding-bottom: 2%;
    margin-top: 4%;
}
.container {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .c-header {
    display: block;
    width: 90%;
    margin-right: 5%;
  }
  
  .u-a5 {
    font-family: Arial;
    font-size: 37px;
    line-height: 35px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  
  .u-b4 {
    font-family: Arial;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.3px;
    font-weight: normal;
    color: #fff;
  }
  
  a {
    text-decoration: none;
  }
  
  .u-media-wrapper {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 0;
  }
  
  .u-media-wrapper.u-media-wrapper--16-9 {
    padding-bottom: 56.25%;
  }
  
  .c-gradient-overlay {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 49% 50%, rgba(2, 21, 25, 0.3), rgba(2, 21, 25, 0.6));
  }
  
  .c-mouse-vertical-carousel {
    position: relative;
    overflow: hidden;
  }
  
  .c-mouse-vertical-carousel__list {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
  }
  
  .c-mouse-vertical-carousel__list-item a {
    display: block;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 54.16667%;
  }
  
  .c-mouse-vertical-carousel__eyebrow {
    position: relative;
    padding-bottom: 12px;
  }
  
  .c-mouse-vertical-carousel__eyebrow span {
    position: absolute;
    left: -30px;
    top: 2px;
  }
  
  .c-mouse-vertical-carousel__title {
    max-width: 450px;
  }
  
  .c-mouse-vertical-carousel__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    will-change: transform;
  }
.downloadAppParent{
    width: 50%;
    height: 100%;
    margin-bottom: -1%;
}
.downloadAppParent-title{
    font-family: 'lora', serif;
    padding: 5%;
    font-size: 30px;
    font-style: italic;
    color: #d0850b;
}
.downloadApp{
    width: 100%;
    font-weight: 600;
    text-align: center;
    margin-right: 5%;
    padding: 2%;
    padding-bottom: 4%;
    -webkit-box-shadow: 13px 7px 18px 4px #000000;
    -moz-box-shadow: 13px 7px 18px 4px #000000;
    box-shadow: 13px 7px 18px 4px #000000;
    background-color: #000000d1;
}
.downloadApp-p{
    padding-top: 2%;
    font-weight: 600;
    text-align: center;
    line-height: 1.5em;
    font-family: 'lora', serif;
    color: #000!important;
}

.container {
  position: relative;
  width: 50%;
  padding: 2%;
}

.image {
  display: block;
  width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 1s ease;
  background-color: #ffffff71;
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: black;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.subscribeSection{
  color: #fff;
  padding: 3%;
  width: 80%;
  border-radius: 50px;
  -webkit-box-shadow: inset 13px 7px 18px 4px #000000;
  -moz-box-shadow: inset 13px 7px 18px 4px #000000;
  box-shadow: inset 13px 7px 18px 4px #000000;
}
/*--End OF amazing Feature Section--*/

/*--Event Section--*/
.event{
    width: 100%;
    margin-top: 3%;
}
.event-title{
    font-family: 'lora', serif;
    padding: 1%;
    font-size: 30px;
    font-style: italic;
    color: #d0850b;
    text-align: center;
}
.eventDetail{
    margin-left: 2%;
    margin-right: 2%;
    -webkit-box-shadow: 13px 7px 18px 4px #000000;
    -moz-box-shadow: 13px 7px 18px 4px #000000;
    box-shadow: 13px 7px 18px 4px #000000;
    background-color: #00000057;
}
.eventdate{
    font-family: 'lora', serif;
    padding: 5%;
    font-style: italic;
    color: #d0850b;
}
.eventTitle{
    margin-bottom: 5%;
}
.eventpara{
    margin-bottom: 2%;
}
/*--#End Of Event section--*/

/*--Footer--*/
.footer{
    margin-top: 2%;
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 13px 7px 18px 4px #000000;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 21%, #f0f0f052 66%);
}
.footerSection{
    width: 30%;
    padding: 2%;
    color: black;
}
.footer-title{
    color: #d0850b;
    font-weight: 700;
    margin-bottom: 5%;/*--normally 10%--*/
}
.footer-p{
    line-height: 1.5em;
    color: rgb(255, 255, 255);
}
.footer-description{
    margin-top: 0%;/*--normally 2%--*/
    margin-bottom: 0%;/*--normally 2%--*/
    border-right: 2px solid #d0850b ;
    line-height: 10px;
}
.footer-contact{
    margin-top: 0%;/*--normally 2%--*/
    margin-bottom: 0%;/*--normally 2%--*/
    border-right: 2px solid #d0850b ;
    line-height: 10px;
}

.subscribe{
    border-radius: 20px;
    -webkit-box-shadow:  13px 7px 18px 4px #000000;
    -moz-box-shadow:  13px 7px 18px 4px #000000;
    box-shadow:  13px 7px 18px 4px #000000;
    text-align: center;
    padding: 1%;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin-left: 10%;
    background-color: #00000000;
    margin-top: 2%;
}
.subscribe-text{
  width: 30%;
  text-align: center;
}
.subscribeButt{
  width: 50%;
  margin-left: 0%;
  display: inline-flex; 
}
.subscribeInput{
  background-color: #ccccccd5!important;
  padding: 2%;
  border: none;
  width: 50%;
  margin: 1%;
  color: #1e2331;
  height: 25%!important;
  width: 80%!important;
  border-radius: 13px!important;
}
.featuredItem{
  position: relative;
}

.lastweek-slide-Name{
  position: absolute;
  top: 45%;
  left: 20%;
  background-color: #202020e8;
  padding: 2%;
  border-radius: 5px;
}
.lastweek-slide-type{
  position: absolute;
  bottom: 15%;
  left: 10%;
  background-color: #1e2331;
}
/*--the select city modal
/* The city Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 20;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: #524e4e7c;
	/* Black w/ opacity */
    color: #000;
    transition: ease-in-out 2s;
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #000000a1;
    margin: 5% auto 2%;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    height: auto;
    border: #000000;
    border-radius: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    left: 30%;
    position: absolute;
    flex-direction: column;
  }
  
  /* The Close Button */
  .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }
  
  .autocomplete {
	/*the container must be positioned relative:*/
	  position: relative;
	  display: inline-block;
    width: 80%;
    height: 100%;
  }
  
  .input-field {
	margin-left: 0%;
	width: 100%;
  }
  
  input {
	border: 1px solid transparent;
	background-color: #00000088;
	padding: 10px;
	font-size: 16px;
	width: 80%;
	margin-left: 10%;
  }
  
  input[type=text] {
      background-color: #ffffffad;
    width: 100%;
    border-radius: 5%;
    border-bottom: 2px solid #000;
    height: 9vh;
  }
  
  input[type=submit] {
	background-color: #8a8e92;
	color: #000;
  }
  
  .autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
  }
  
  .autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: rgba(15, 2, 2, 0.719);
	color: #fff;
	border-bottom: 1px solid #d4d4d4;
  }
  
  .autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9;
	color: #000;
  }
  
  .autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: DodgerBlue !important;
	color: #ffffff;
  }
  
  .submit {
	width: 20%;
  }


/*--Listing Page--*/
.adText{
  position: absolute;
  width: 20%;
  bottom: 0;
  left: 3%;
  background-color: #1e22251e;
}
.text{
  width: 100%;
  color: rgb(0, 0, 0);
}
.listing{
    margin-top: 2%;
    min-width: 98vw;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 13px 7px 18px 4px #000000;
    background-color: #00000057;
    width: 100%;
}

.listingAll{
    width: 70%;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    flex-direction: column;
}
.listingDetail{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 2%;
    -webkit-box-shadow: 13px 7px 18px 4px #000000;
    -moz-box-shadow: 13px 7px 18px 4px #000000;
    box-shadow: 13px 7px 18px 4px #000000;
    background-color: #00000057;
    padding: 0%;
    color: #fff;
    width: 27%;
    height: 100%;
}

.filters{
    width: 22%;
    padding: 3%;
    height: 85vh;
    -webkit-box-shadow: 13px 7px 18px 4px #000000;
    -moz-box-shadow: 13px 7px 18px 4px #000000;
    box-shadow: 13px 7px 18px 4px #000000;
    background-color: #00000057;
}
.sticky {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: -webkit-sticky;
    position: sticky;
    top: 8%;
}
.searchFilter{
  text-align: center;
  color: white;
}
.categorySelect{
  padding-top: 5%;
  margin-top: 10%;
  height: 80vh;
  width: 100%;
}


/**--advertise page-*/
.content{
  width: 100%;
  padding: 3%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.leftpart{
  width: 45%;
  margin: 3%;
  padding: 2%;
  -webkit-box-shadow: 1px 7px 18px 4px #000000;
  -moz-box-shadow: 1px 7px 18px 4px #000000;
  box-shadow: 1px 7px 18px 4px #000000;
  background-color: #00000057;
}

.rightpart{
  width: 45%;
  margin: 3%;
  padding: 2%;
  -webkit-box-shadow: inset 1px 7px 18px 4px #000000;
  -moz-box-shadow: inset 1px 7px 18px 4px #000000;
  box-shadow: inset 1px 7px 18px 4px #000000;
  background-color: #00000057;
  
}

.advertise{
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.advertisebutton{
  width: 35%;
  margin-left: 32%;
  padding: 2%;
  -webkit-box-shadow: 1px 7px 18px 4px #000000;
  -moz-box-shadow: 1px 7px 18px 4px #000000;
  box-shadow: 1px 7px 18px 4px #000000;
  background-color: #00000057;
  border: none;
  border-radius: 50px;
}


.cookies{
  display: inline-block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 25%;
  margin-left: 1%;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 1px 7px 18px 4px rgba(255, 255, 255, 0.486);
  -moz-box-shadow: 1px 7px 18px 4px rgba(255, 255, 255, 0.486);
  box-shadow: 1px 7px 18px 4px rgba(255, 255, 255, 0.486);
  z-index: 200;
}
.cookiecontent{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1%;
}
/* .cookieIcon{
  height: 100%;
  width: 20%;
} */

.cookieDisclaimer{
  padding-left: 2%;
  text-align: center;
  height: 100%;
  width: 75%;
  color: #1e2225;
}
.cookieButton{
  align-items: center;
  margin-left: 8%;
  margin-bottom: 2%;
  border-radius: 50px;
  border: none;
  background-color: #1e2225cc;
  width: 80%;
  cursor: pointer;
  padding: 1%;
}


/*-Listing Detail tab--*/
 /* Style the tab */
 .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} 

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}
/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}
/*-#End OF listing Detail Tab--*/







/*--Start Of listing Carousel--*/
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
  .App-LastWeek{
    width: 100%;
    margin-left: 0;
    margin-right: 0!important;
    display: inline-block;
  }
  .lastWeekFun{
    width: 100%;
    margin-top: 1%;
    margin-right: 0!important;
  }
  .downloadAppParent{
    width: 100%!important;
    margin-top: 1%;
    margin-right: 0!important;
  }
  .downloadApp{
    margin-right: 0!important;
  }
  .subscribe{
    margin-top: 4%;
    display: inline-block;
  }
  .subscribe-text{
    width: 100%;
    text-align: center;
  }
  .subscribeButt{
    width: 100%;
    margin-left: 0%;
    display: inline-block; 
  }
  .subscribeInput{
    width: 80%;
    height: auto!important;
  }
  .SocialMedia{
    width: 80%!important;
    margin-left: 10%;
    display: inline-block;
  }
  .lastweek-para{
    display: none;
  }
  .FeaturedPlaces{
    border-radius: 0%;
  }
  .featuredItem{
    position: relative;
  }
  .lastweek-slide{
    width: 100%;
    border-radius: 0%;
  }
  .lastweek-slide-Name{
    top: 15%;
    left: 5%;
  }
  .lastweek-slide-type{
    position: absolute;
    bottom: 5%;
    left: 5%;
    background-color: #1e2331;
  }
  .footer{
    display: inline-flex;
    flex-direction: column;
  }
  .footerSection{
    width: 100%;
  }
  .contactFooter{
      list-style: none;
      color: #000000;
      flex-direction: column;
      width: 100%;
      display: inline-flex;
  }

  .cookies{
    display: none;
  }
  .cookiecontent{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1%;
  }
  /* .cookieIcon{
    height: 100%;
    width: 20%;
  } */
  
  .cookieDisclaimer{
    padding-left: 2%;
    text-align: center;
    height: 100%;
    width: 75%;
    color: #1e2225;
  }
  .cookieButton{
    align-items: center;
    margin-left: 8%;
    margin-bottom: 2%;
    border-radius: 50px;
    border: none;
    background-color: #1e2225cc;
    width: 80%;
    cursor: pointer;
    padding: 1%;
  }

   /* Modal Content/Box */
  .modal-content {
    background-color: #000000a1;
    margin: 5% auto 2%;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
    min-height: 70vh;
    height: auto;
    border: #000000;
    border-radius: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    left: 20%;
    position: absolute;
    flex-direction: column;
  }
  .listingDetail{
    width: 45%;
  }

}
/*--#End of image slider--*/

/* The Modal (background) */
.modalSubsc {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}




@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #ffffff;
    --active-inner: #1e2225;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: rgba(255, 255, 255, 0);
    --disabled: #f6f8ff85;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    box-shadow: inset 2px 3px 12px 3px #1e2225;
    -webkit-transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
    transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s, -webkit-box-shadow .2s;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    -webkit-box-shadow: 0 0 0 var(--focus);
            box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 21px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }
  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: .5;
  }
}

ul {
  margin: 12px;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 320px;
}

ul li {
  margin: 2% 0;
  position: relative;
}

/*# sourceMappingURL=test.css.map */

.cntr {
  display: table;
  width: 100%;
  height: 100%;
}
.cntr .cntr-innr {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/*** STYLES ***/
.search {
  display: inline-block;
  position: relative;
  height: 35px;
  width: 35px;
  box-sizing: border-box;
  margin: 0px 8px 7px 0px;
  padding: 7px 9px 0px 9px;
  border: 3px solid #000000;
  border-radius: 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: text;
}
.search:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  right: -5px;
  top: 21px;
  background: inherit;
  border-radius: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.search.active,
.search:hover {
  width: 200px;
  margin-right: 0px;
}
.search.active:after,
.search:hover:after {
  height: 0px;
}
.search input {
  width: 100%;
  border: none;
  box-sizing: border-box;
  font-family: Helvetica;
  font-size: 15px;
  color: inherit;
  background: transparent;
  outline-width: 0px;
}