/*
Theme Name: vhotel
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Description
Version: 1.0
Text Domain: vhotel

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:400,500,600,700&display=swap");

/*font-family: 'Bebas Neue';*/

/*font-family: 'Libre Franklin', sans-serif;*/
@font-face {
  font-family: "Bebas Neue";
  src: url("fonts/BebasNeue-Bold.woff2") format("woff2"),
    url("fonts/BebasNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("fonts/BebasNeue-Regular.woff2") format("woff2"),
    url("fonts/BebasNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
*:focus {
  border: 0;
  outline: 0;
}
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 32px;
  color: #000;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  background-color: #fafafa;
}

/* Default Form Code */
input,
button,
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  outline: none;
  border: 1px solid #ccc;
  padding: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
}
textarea {
  padding: 15px 20px;
  height: 100px;
}
input[type="submit"],
button {
  width: auto;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  padding: 0;
  color: #000;
  display: inline-block;
}
h1 {
  text-transform: uppercase;
  color: #111111;
  font-size: 80px;
  font-weight: bold;
  line-height: 76px;
  margin: 0;
  padding: 0;
  font-family: "Bebas Neue";
}
h2 {
  text-transform: uppercase;
  color: #111111;
  font-size: 59px;
  font-weight: bold;
  line-height: 76px;
  margin: 0;
  padding: 0;
  font-family: "Bebas Neue";
}
h3 {
  text-transform: uppercase;
  color: #111111;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  margin: 0;
  padding: 0;
  font-family: "Bebas Neue";
}
h4 {
  text-transform: uppercase;
  color: #111111;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  padding: 0;
  font-family: "Bebas Neue";
}
h5 {
  text-transform: uppercase;
  color: #111111;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  padding: 0;
  font-family: "Bebas Neue";
}
h6 {
  text-transform: uppercase;
  color: #111111;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  padding: 0;
  font-family: "Bebas Neue";
}
ul,
ul li,
ol,
ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.5s all;
}
a:hover,
a:focus {
  color: #000;
}
img {
  max-width: 100%;
  height: auto;
}
.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.row {
  margin: 0 -15px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.flex {
  display: flex;
}

.footer-social ul {
  display: flex;
}

.mob_video {
  display: none;
}

/* svg.svg-inline--fa.fa-instagram.fa-w-14.fa-2x {
  top: -15px;
} */

/* hijas normal */

.video-controls-hij {
  text-align: center;
  position: absolute;
  top: -43px;
  width: 100%;
}

.booking-fixed .video-controls-hij {
  display: none;
}

/* room facilities */

.wrap-fecilities {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.wrap-fecilities + .link-wrapper {
  margin-top: 40px;
}

.col-md-4 {
  width: calc(25% - 15px);
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 15px;
  margin-top: 15px;
  padding: 15px;
}

.wrap-fecilities img {
  object-fit: contain;
  margin-right: 15px;
}

.video-controls-hij button {
  background: transparent;
  color: #fff;
  text-align: center;
}

.video-controls-hij button span {
  display: block;
  font-size: 25px;
  font-weight: bold;
  font-family: "Bebas Neue";
}

.video-controls-hij button i {
  font-size: 53px;
  position: relative;
  opacity: 0.2;
  z-index: -1;
  top: -46px;
}

.inner_book_btn {
  color: #111111;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 52px;
  display: inline-block;
  background: #ece819;
}

.footer .left-side .footer-social ul li:last-child a {
  display: block;
  text-align: center;
}

.footer .left-side .footer-social ul li:last-child a span {
  top: 19%;
  z-index: 1;
}

.footer-social li a img {
  width: 95%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}
.container-sm {
  width: 100%;
  max-width: 1000px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.container-sm:after {
  content: "";
  display: table;
  clear: both;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.col-2 {
  width: calc(100% / 2);
  padding: 0 15px;
  float: left;
}
.col-3 {
  width: calc(100% / 3);
  padding: 0 15px;
  float: left;
}
.col-4 {
  width: calc(100% / 4);
  padding: 0 15px;
  float: left;
}
.col-5 {
  width: calc(100% / 5);
  padding: 0 15px;
  float: left;
}
.col-6 {
  width: calc(100% / 6);
  padding: 0 15px;
  float: left;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover; /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit:cover; ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*============================
header
=============================*/
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 40px;
  padding-bottom: 0;
  float: left;
  width: 100%;
  z-index: 9999;
  transition: 0.5s all;
}
header .content {
  display: block;
  float: left;
  width: 100%;
}
header .content .logo {
  float: left;
  width: 128px;
  transition: 0.5s all;
}
header .content .header-right {
  float: right;
}
header .content .header-right ul li a {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Bebas Neue";
}
header .content .header-right ul li a:hover {
  color: #efec46;
}
header .content .header-right .menu-toggle,
.menu-box-wrapper .menu-toggle {
  width: 30px;
  display: block;
  cursor: pointer;
}
header .content .header-right .menu-toggle span,
.menu-box-wrapper .menu-toggle span {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  margin-bottom: 5px;
}
.menu-box-wrapper .menu-toggle span {
  background: #000;
}
header .content .header-right ul li {
  display: inline-block;
  width: auto;
  padding: 0 30px;
  position: relative;
}
header .content .header-right ul li:last-child {
  padding-right: 0;
}
header .content .header-right ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 24px;
  background: #fff;
}
header .content .header-right ul li:last-child:after {
  display: none;
}
header.fixed {
  background: rgba(0, 0, 0, 0.9);
  padding-top: 7px;
  padding-bottom: 0px;
}
header.fixed .content .header-right {
  margin-top: 20px;
}
header.fixed .logo {
  width: 50px;
}
.menu-popup {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 400px; /*background: #efec46;*/
  background-color: #cac60f;
  z-index: 999999;
  padding: 150px 50px;
  transform: translateX(400px);
  transition: 0.5s all ease;
}
.menu-popup.show {
  transform: translateX(0);
}
.menu-popup .menu-close {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 25px;
  height: 32px;
  color: #000;
  cursor: pointer;
  transition: 0.5s all;
}
.menu-popup .menu-close svg {
  width: 24px;
}
.menu-popup .menu-close:hover {
  color: #ed1b34;
}

.menu-box-wrapper {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}

.menu-box-wrapper .logo {
  position: absolute;
  left: 15px;
  top: 8px;
  width: 74px;
  display: none;
}

.menu-box-wrapper .menu-toggle {
  position: absolute;
  right: 15px;
  top: 37%;
  display: none;
  z-index: 999;
}

.menu-box-wrapper.box-fixed {
  background: #ece819;
  height: 77px;
  z-index: 99999;
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  display: flex;
  justify-content: center;
}

.room-section .tabing-list ul li a {
  cursor: pointer;
}

.menu-box-wrapper.box-fixed .logo {
  display: block;
  z-index: 99999;
}

.menu-box-wrapper.box-fixed .menu-toggle {
  display: block;
}

.vhotel-booking-form-wrap.booking-fixed {
  margin-top: 0;
}

/*============================
footer
=============================*/
.footer {
  float: left;
  width: 100%;
  position: relative;
  background: #231f20;
  padding-top: 130px;
  padding-bottom: 118px;
  background-repeat: no-repeat;
  background-position: 210% top;
  overflow: hidden;
}

svg.svg-inline--fa.fa-youtube.fa-w-18.fa-2x {
  width: 100px;
  left: -20px;
  top: -20px;
}

/* .footer:after {
  content: "";
  position: absolute;
  top: 40px;
  right: -178px;
  bottom: -100px;
  background-image: url(https://www.thevhoteldubai.com/wp-content/uploads/2019/09/Footer1.png);
  width: 822px;
  height: 945px;
} */

.vhotel-booking-form-wrap.booking-fixed {
  top: 0 !important;
}

.vhotel-booking-form-wrap.booking-fixed .check-date-wrap .check-date-col {
  padding: 0px 30px;
}

.menu-box-wrapper.box-fixed .logo {
  display: block;
  z-index: 99999;
  width: 50px;
}

.menu-box-wrapper.box-fixed .check-date-box h3 {
  font-size: 39px;
}

.menu-box-wrapper.box-fixed .check-date-right span {
  font-size: 18px;
}

.menu-box-wrapper.box-fixed .check-date-right p {
  font-size: 14px;
}

.menu-box-wrapper.box-fixed .check-date-col > p {
  line-height: 1;
  margin-top: 10px;
}

.menu-box-wrapper.box-fixed .check-date-wrap input[type="submit"] {
  padding: 8px 36px;
}
.footer:after {
  /* ddd */
  content: "";
  position: absolute;
  top: 40px;
  right: -178px;
  bottom: 0;
  background-image: url(https://www.thevhoteldubai.com/wp-content/uploads/2019/09/Footer1.png);
  width: 822px;
  height: 945px;
  background-repeat: no-repeat;
  background-position: 0px -113px;
}

.footer .footer-wrapper {
  display: flex;
}
.footer .footer-wrapper .left-side {
  width: 50%;
}
.footer .footer-wrapper .right-side {
  width: 50%;
}
.footer .left-side .wrapper {
  display: flex;
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 46px;
}
.footer .left-side .wrapper .box {
  width: 50%;
}
.footer .left-side .title h3 {
  color: #ffff;
}
.footer .left-side ul li a {
  opacity: 0.7;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  font-weight: bold;
  position: relative;
}
.footer .left-side .title {
  margin-bottom: 25px;
}
.footer .left-side ul.first-list {
  float: left;
  margin-right: 10px;
}
.footer .left-side ul li a:hover {
  color: #efec46;
}

ul.s_vhotel li {
  position: relative;
  padding-left: 43px;
	padding-bottom:8px;
}


.mt-2 {
    font-weight: bold;
    font-family: "Bebas Neue";
    font-size: 19px;
	    margin-top: 2rem;

    color: #FFF;
}

.sister-hotels a {
    margin-right: 35px;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 20px 40px;
	    display: flex;
    height: auto;
    align-items: center;
}


ul.s_vhotel li img {
  position: absolute;
  left: 0px;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
}


.copyright {
    color: #FFF;
    font-size: 12px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    opacity:1;
}
.sister-hotels {
    /* padding-left: 30px; */
    display: flex;
    margin-top: 13px;
}
a.nexadesign {
    color: orange;
}

.s_vhotel {
  display: block;
  margin-left: 48px;
}

/*  */

.footer-social {
  width: 100%;
  margin-bottom: 48px;
}
.footer .left-side .footer-social ul li {
  width: 70px;
  height: 80px;
  display: inline-block;
  margin-right: 30px;
}
.footer .left-side .footer-social ul li a {
  position: relative;
  height: 80px;
}
.footer .left-side .footer-social ul li a svg {
  position: absolute;
  width: 70px;
  left: 0;
  top: 0;
  color: #fff;
  opacity: 0.1;
}
.footer .left-side .footer-social ul li a span {
  color: #ffffff;
  font-family: "Bebas Neue";
  font-size: 18px;
  position: relative;
  top: 34%;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 5px;
}
.footer .left-side .footer-social ul li a {
  opacity: 1;
}
.footer .left-side .footer-social ul li:last-child a {
  position: relative;
  top: 15px;
}
.footer .left-side .footer-social ul li:last-child a span {
  top: 19%;
}
.footer .footer-wrapper .copyright {
  align-items: center;
  justify-content: space-between;
  float: left;
  width: 100%;
}
.footer .footer-wrapper .copyright .copy p,
.footer .footer-wrapper .copyright .copy a {
  display: inline-block;
}
.footer .footer-wrapper .copyright .copy p,
.footer .footer-wrapper .copyright .design p {
  opacity: 0.8;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.footer .footer-wrapper .copyright .copy a {
  color: #ece819;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.footer .footer-wrapper .copyright .design p,
.footer .footer-wrapper .copyright .design a {
  display: inline-block;
}
.footer .footer-wrapper .copyright .design a {
  color: #ec6901;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

/*============================
frontpage
=============================*/
.hero-slider-section {
  float: left;
  width: 100%;
  position: relative;
}
.hero-slider-section .scroll-down {
  position: absolute;
  right: 112px;
  top: 320px;
  width: 40px;
  display: block;
  cursor: pointer;
}
.hero-slider-section .scroll-down span {
  transform: rotate(-270deg);
  color: #ffffff;
  font-family: "Bebas Neue";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 5px;
}
.hero-slider-section .hero-slide-list {
  width: 100%;
  height: 100vh;
  position: relative;
}
.hero-slider-section .hero-slide-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.6;
  height: 100%;
  z-index: 1;
}
.hero-slider-section .hero-slide-list .hero-contain {
  position: absolute;
  z-index: 1;
  text-align: center;
  max-width: 100%;
  width: 900px;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-slider-section .hero-slide-list .hero-contain h1 {
  color: #ece819;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
}

/*.hero-slider-section .hero-slide-list .hero-contain p { color: #ffffff; font-size: 50px; font-weight: 700; line-height: 50px; text-transform: uppercase; }*/
.hero-slider-section .hero-slide-list .white-text {
  position: relative;
  text-align: center;
  max-width: 100%;
  width: 900px;
  top: 26%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.hero-slider-section .hero-slide-list .white-text p {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
}
.hero-v {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: multiply;
}
.hero-v img {
  margin: auto;
  height: 100%;
}

/*.hero-slider.slick-dotted.slick-slider { margin-bottom: -11px; }*/
.hero-slider .slick-dots {
  position: absolute;
  top: 200px;
  right: 115px;
  height: 100px;
  width: auto;
  z-index: 999;
}
.hero-slider .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  font-size: 0;
}
.hero-slider .slick-dots li {
  display: block;
  margin: 10px 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.hero-slider .slick-dots li button.video-type {
  width: 30px;
  height: 30px;
  background-color: transparent;
}
.hero-slider .slick-dots li button.video-type:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(images/play-circle.png);
  display: block;
  top: 0;
  left: -12px;
}
.hero-slider-section .hero-slide-list .video-control {
  position: absolute;
  z-index: 9;
  bottom: 175px;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-slider-section .hero-slide-list .video-control ul li {
  display: inline-block;
  margin: 0 11px;
}
.hero-slider-section .hero-slide-list .video-control ul li:first-child svg {
  width: 18px;
}
.hero-slider-section .hero-slide-list .video-control ul li:last-child svg {
  width: 27px;
}

.have-fun-slider button.slick-pr.slick-arrow {
  background: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 35px;
  font-size: 30px;
  z-index: 1000;
}

.have-fun-slider button.slick-ne.slick-arrow {
  background: center;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 35px;
  font-size: 30px;
  z-index: 1000;
}

a.cta-btn.offer_book_it i {
  display: none;
}

.button-check {
  position: absolute;
  z-index: 9999999;
}
.hero-slider .slick-dots li button:before {
  display: none;
}


div#input_2_4 {
    overflow: hidden;
}


/* .hero-slider-section .hero-slide-list iframe {
  width: 100%;
  height: 130%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  transform: translateY(-10%);
} */

/* .video-control {
  display: none;
} */

.html5-video-player .video-stream {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  object-fit: cover !important;
}
.hero-slider.slick-vertical .slick-slide {
  border: 0;
  overflow: hidden;
}
.hero-slider-section .hero-slide-list .video-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.hero-slider-section .hero-slide-list .video-wrap #video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slider.slick-vertical .slick-slide > div > div {
  vertical-align: top;
}

/*single-testimonial*/
.single-testimonial {
  float: left;
  width: 100%;
  position: relative;
  background: #00aeef;
  padding-top: 76px;
  padding-bottom: 82px;
  margin-top: -53px;
}
.single-testimonial .text {
  max-width: 100%;
  width: 700px;
  margin: auto;
  text-align: center;
  position: relative;
}
.single-testimonial .text p {
  color: #ffffff;
  font-size: 44px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Bebas Neue";
  display: block;
  margin-bottom: 34px;
}
.single-testimonial .text img {
  margin-right: 16px;
}
.single-testimonial .text:before {
  position: absolute;
  left: -200px;
  top: 0;
  content: "";
  width: 161px;
  height: 147px;
  display: block;
  z-index: 999;
  background-image: url(https://www.thevhoteldubai.com/wp-content/uploads/2019/09/quoates.png);
}
.single-testimonial .text a {
  color: #ffffff;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffff;
  padding-left: 10px;
  padding-right: 10px;
}

/*--welcome-section--*/
.welcome-section {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 128px;
  padding-bottom: 190px;
}
.welcome-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 320px;
  display: block;
  background-image: url(https://www.thevhoteldubai.com/wp-content/uploads/2019/09/shutterstock_1437311741.jpg);
}

/*.welcome-section:after {
    content: '';
    position: absolute;
    left: 250px;
    top: auto;
    bottom: 0;
    height: 400px;
    width: 160px;
    display: block;
    background-image: url(http://taskgrids.com/wpteam2/vhotel/wp-content/uploads/2019/09/lining.png);
    z-index: -1;
}*/
.welcome-section .img-move {
  position: absolute;
  left: -61px;
  bottom: -150px;
	width:calc(100% - 666px);
}
.welcome-section .content-wrapper {
  display: flex;
}
.welcome-section .left-side {
  width: calc(100% - 666px);
}
.welcome-section .right-side {
  width: 666px;
  position: relative;
}
.welcome-section .right-side:after {
  content: "";
  width: 5px;
  height: 160px;
  background: #ece819;
  display: block;
  position: absolute;
  left: 30px;
  top: -200px;
}
.welcome-section .right-side span {
  display: block;
  color: #c44398;
  font-family: "Bebas Neue";
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}
.welcome-section .right-side h2 {
  color: #111111;
  font-family: "Bebas Neue";
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}
.welcome-section .right-side p {
  display: block;
  padding-left: 70px;
  padding-right: 96px;
  opacity: 0.8;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

/*offer-section*/
.offer-section {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #fff;
  z-index: 9;
}
.offer-section .back-bg {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
}
.offer-section .back-bg .img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background: #f00;
  z-index: -1;
}
.offer-section .title h2 {
  color: #ece819;
  font-family: "Bebas Neue";
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
}
.offer-section .title {
  text-align: center;
  margin-bottom: 69px;
}
.offer-section .offer-list {
  position: relative;
}
.offer-section .offer-list .bg-img {
  height: 370px;
  width: 100%;
}
.offer-section .offer-list h4 {
  color: #000000;
  font-family: "Bebas Neue";
  font-size: 27px;
  font-weight: bold;
  line-height: 40px;
  padding-right: 20px;
  padding-top: 35px;
  padding-bottom: 10px;
}
.offer-section .offer-slider .slick-slide {
  padding: 0 15px;
}
.offer-section .offer-slider .slick-list {
  margin: 0 -15px;
}
#offer-popup {
  display: none;
}
#offer-popup .bg-img {
  height: 400px;
  width: 400px;
}
.slick-prev {
  left: -38px;
}
.slick-next {
  right: -38px;
}
.slick-prev::before {
  content: "\f104";
  font-family: fontawesome;
  font-size: 30px;
  opacity: 1;
  z-index: 9;
}
.slick-next:before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 30px;
  opacity: 1;
  z-index: 9;
}

/*activities-section*/
.activities-section {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 90px;
}
.activities-section .active {
  display: block;
}
.activities-section .hide {
  display: none;
}
.activities-section .list {
  width: 100%;
}
.activities-section .title {
  position: relative;
}
.activities-section .title h2 {
  color: #000000;
  font-size: 80px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
}
.activities-section .tab-list {
  width: auto;
  text-align: center;
  display: block;
  margin-top: 44px;
  margin-bottom: 44px;
}
.activities-section .tab-list ul li {
  display: inline-block;
  margin: 0;
  margin-right: -3px;
}
.activities-section .tab-list ul {
  width: fit-content;
  margin: 0 auto;
}
.activities-section .tab-list ul li a {
  display: block;
  padding: 6px 30px;
  background: #fff;
}
.activities-section .tab-list ul li a.activelink {
  background: #ece819;
  color: #000;
}
.activities-section .tab-list ul li a {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-family: "Bebas Neue";
}
.activities-section .tab-list ul li a img {
  width: 25px;
  height: 30px;
  object-fit: contain;
  margin-right: 9px;
}
.activities-slider .listing .bg-img {
  width: 655px;
  height: 462px;
  position: relative;
  overflow: hidden;
}
.activities-slider .listing .bg-img .overlay {
  background: rgba(0, 0, 0, 0.66);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 46px 52px;
  width: 100%;
  transform: translateY(60px);
  transition: 0.2s all;
}
.activities-slider .listing:hover .overlay {
  transform: translateY(0);
}
.hero-v {
  opacity: 1;
  top: 0;
  /* transform: scale(1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
  isolation: isolate; */
}

.hero-slider-section:hover,
header:hover .hero-v img {
  mix-blend-mode: multiply;
}
.hero-slider-section:hover .hero-v {
  /* top: 50%; */
  opacity: 0;
}

.hero-slider-section:hover .hero-contain h1 {
  opacity: 0;
  transform: translateY(50px);
}
.hero-contain h1 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.hero-slider-section .hero-slide-list:before {
  opacity: 0.6;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hero-slider-section:hover .hero-slide-list:before {
  opacity: 0.1;
}

.activities-slider .listing .bg-img .overlay h4 {
  color: #ffffff;
  font-family: "Bebas Neue";
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.activities-slider .listing .bg-img .overlay h3 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 11px;
  letter-spacing: 0px;
  margin-bottom: 42px;
}

.activities-slider .listing .bg-img .overlay a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
}

.activities-slider .listing .bg-img .overlay p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  display: none;
}

.activities-slider .listing:hover .overlay p {
  display: block;
}

.activities-slider .listing:hover .overlay h3 {
  margin-bottom: 12px;
}

.activities-slider .slick-slide {
  padding: 0 9px;
}
.activities-slider .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  opacity: 1;
}
.activities-slider .slick-dots li button:before {
  display: none;
  margin: 0;
  padding: 0;
}
.activities-slider .slick-dots li {
  margin: 0 7px;
  width: 12px;
  height: 12px;
}
.activities-slider .slick-dots li.slick-active button {
  background: #ed1b34;
}
.activities-slider .slick-dots {
  bottom: -62px;
}

/*life-section*/
.life-section {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 100px;
  padding-bottom: 15px;
}
.life-section .title {
  position: relative;
  text-align: center;
  margin-bottom: 34px;
}
.life-section .title h2 {
  color: #000000;
  font-family: "Bebas Neue";
  font-size: 80px;
  font-weight: bold;
  line-height: 80px;
  text-transform: uppercase;
}
.life-section .active {
  display: block;
}
.life-section .hidden {
  display: none;
}
.life-section .tab-list {
  width: auto;
  display: block;
  margin-top: 44px;
  margin-bottom: 44px;
  text-align: center;
}
.life-section .tab-list ul li {
  display: inline-block;
  margin: 0;
  margin-right: -3px;
}
.life-section .tab-list ul {
  width: fit-content;
  margin: 0 auto;
}
.life-section .tab-list ul li a {
  display: block;
  padding: 6px 30px;
  background: #fff;
}
.life-section .tab-list ul li a.activelink {
  background: #ece819;
  color: #000;
}
.life-section .tab-list ul li a {
  color: #000000;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.life-section .tab-list ul li a img {
  width: 25px;
  height: 30px;
  object-fit: contain;
  margin-right: 9px;
}
.life-section .list ul {
  width: fit-content;
  margin: 0 auto;
}
.life-section .list ul li a {
  display: block;
  padding: 6px 30px;
  background: #fff;
}
.life-section .list ul li a.activelink {
  background: #ece819;
  color: #000;
}
.life-section .list ul li a {
  color: #000000;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.life-section .list ul li a img {
  width: 25px;
  height: 30px;
  object-fit: contain;
  margin-right: 9px;
}
.life-slider .listing .bg-img {
  width: 100%;
  height: 462px;
  position: relative;
  overflow: hidden;
}
.life-slider .listing .bg-img .overlay {
  background: rgba(0, 0, 0, 0.96);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 46px 52px;
  width: 338px;
  transform: translateY(250px);
  transition: 0.2s all;
}
.life-slider .listing:hover .overlay {
  transform: translateY(0);
}
.life-slider .listing .bg-img .overlay h4 {
  color: #ffffff;
  font-family: "Bebas Neue";
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.life-slider .listing .bg-img .overlay h3 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 11px;
  letter-spacing: 3px;
  margin-bottom: 42px;
}
.life-slider .listing .bg-img .overlay p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.life-slider .slick-slide {
  padding: 0 9px;
}
.life-slider .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  opacity: 1;
}
.life-slider .slick-dots li button:before {
  display: none;
  margin: 0;
  padding: 0;
}
.life-slider .slick-dots li {
  margin: 0 7px;
  width: 12px;
  height: 12px;
}
.life-slider .slick-dots li.slick-active button {
  background: #ed1b34;
}
.life-slider .listing video {
  width: 100%;
  height: 100%;
}
.iscwp-gallery-slider-wrp .slick-arrow {
  display: none !important;
}

/*============================
about page
=============================*/
.header-banner .box span {
  font-weight: 700;
  opacity: 0.8;
  color: #000000;
  font-size: 16px;
  line-height: 32px;
  margin: 0 3px;
}
.header-banner .box a span {
  opacity: 0.8;
  font-weight: 400;
}
.header-banner .box span:first-child,
.header-banner .box a span:first-child {
  margin-left: 0;
}

header {
  pointer-events: none;
}
.header-banner {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.header-banner:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
  left: 0;
  right: 0;
  top: 0;
  height: 200px;
}
.header-banner .bg-img {
  width: 100%;
  height: 576px;
  position: relative;
}
.header-banner .v-image {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  opacity: 0.6;
}
.header-banner .container {
  position: relative;
  height: 100%;
}
.header-banner .box {
  position: absolute;
  left: auto;
  bottom: 45px;
  background: #ece819;
  max-width: 100%;
  width: 700px;
  padding: 40px;
  z-index: 2;
}
.header-banner .bg-img:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3c2634;
  opacity: 0.25;
}

/*what-section*/
.what-section {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.what-section .back-img {
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 373px 100%;
}
.what-section .content-wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 128px;
}
.what-section .content-wrapper .left-side {
  width: 50%;
  float: left;
  padding-right: 67px;
}
.what-section .content-wrapper .right-side {
  width: 50%;
  float: right;
}
.what-section .content-wrapper .right-side .img-wrapper {
  float: left;
  width: 100%;
}
.what-section .content-wrapper .right-side .img-wrapper .bg-img {
  width: 100%;
  height: 451px;
}
.what-section .content-wrapper .right-side .img-wrapper .img-left {
  width: 50%;
  float: left;
  padding-right: 18px;
}
.what-section .content-wrapper .right-side .img-wrapper .img-right {
  float: left;
  width: 50%;
  padding-left: 18px;
}
.what-section .content-wrapper .left-side .title {
  display: block;
  margin-bottom: 26px;
}
.what-section .content-wrapper .left-side p {
  display: block;
  margin-bottom: 35px;
}
.what-section .content-wrapper .left-side span {
  display: block;
  margin-top: 25px;
  color: #c44398;
  font-size: 22px;
  text-transform: uppercase;
}

/*glance-section*/
.glance-section {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 50px;
  padding-bottom: 80px;
}
.glance-section .content-wrapper {
  float: left;
  width: 100%;
  background: #fff;
}
ul#menu-primary-menu li {
  font-family: "Bebas Neue";
  font-weight: 600;
  font-size: 30px;
  margin-top: 20px;
}

.glance-section .content-box {
  display: flex;
  float: left;
  width: 100%;
  background-color: #fff;
}
.glance-section .content-box .left-img {
  width: 560px;
  margin-left: -130px;
}
.glance-section .content-box .right-content {
  width: calc(100% - 430px);
  padding-right: 22px;
}
.glance-section .content-box .left-img .img-wrap {
  margin-left: -130px;
}
.glance-section .content-box .left-img .bg-img {
  width: 100%;
  height: 702px;
  background-size: cover;
}
.glance-section .content-box .right-content .title {
  margin-top: 68px;
  margin-bottom: 40px;
}
.glance-section .content-box .right-content .discription {
  float: left;
  width: 100%;
}
.glance-section .content-box .right-content .discription .box-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.glance-section .content-box .right-content .discription p {
  color: #272727;
  font-size: 20px;
  font-weight: 400;
  line-height: 55px;
}
.glance-section .content-box .right-content .discription .box-wrap .col-3 {
  padding: 24px;
  padding-right: 0;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.glance-section .content-box .right-content .discription .box-wrap .col-3 img {
  width: 30px;
  height: 40px;
  object-fit: contain;
}
.glance-section .content-box .right-content .discription .box-wrap:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80%;
  height: 1px;
  background: #eaeaea;
}
.glance-section
  .content-box
  .right-content
  .discription
  .box-wrap:last-child:before {
  display: none;
}
.glance-section
  .content-box
  .right-content
  .discription
  .box-wrap:first-child
  .col-3:last-child,
.glance-section
  .content-box
  .right-content
  .discription
  .box-wrap:nth-child(2)
  .col-3:last-child,
.glance-section
  .content-box
  .right-content
  .discription
  .box-wrap:last-child
  .col-3:last-child {
  border-right: 0;
}
.glance-section
  .content-box
  .right-content
  .discription
  .box-wrap
  .col-3:nth-child(3),
.glance-section
  .content-box
  .right-content
  .discription
  .box-wrap
  .col-3:nth-child(6),
.glance-section
  .content-box
  .right-content
  .discription
  .box-wrap
  .col-3:nth-child(9) {
  border-right: 0;
}
.glance-section
  .content-box
  .right-content
  .discription
  .box-wrap
  .col-3:nth-child(10),
.glance-section
  .content-box
  .right-content
  .discription
  .box-wrap
  .col-3:nth-child(11),
.glance-section
  .content-box
  .right-content
  .discription
  .box-wrap
  .col-3:nth-child(12) {
  border-bottom: 0;
}
.testimonial-section {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 60px;
  padding-bottom: 105px;
  overflow: hidden;
}
.testimonial-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 174, 239, 0.8);
}
.testimonial-section .title {
  text-align: center;
  margin-bottom: 40px;
}
.testimonial-section .title h2 {
  color: #fff;
  position: relative;
}
.testimonial-slider .slick-slide {
  padding: 0 25px;
}
.testimonial-slider .slick-list {
  margin: 0 -25px;
}
.testimonial-section .content {
  background: #fff;
  margin-left: 22px;
  padding: 34px 0 32px;
  display: flex;
  align-items: center;
}
.testimonial-section .content .left-img {
  margin-left: -22px;
  float: left;
}
.testimonial-section .content .left-img .bg-img {
  width: 176px;
  height: 185px;
}
.testimonial-section .content .right-content {
  padding-left: 30px;
  padding-right: 25px;
}
.testimonial-section .content .right-content .head-title {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.testimonial-section .content .right-content .head-title .star {
  position: absolute;
  right: 0;
  top: 10px;
  display: none;
}
.testimonial-section .content .right-content .head-title .star ul li {
  display: inline-block;
  color: #747474;
}
.testimonial-section .content .right-content .head-title h4 {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
}
.testimonial-section .content .right-content .head-title p {
  opacity: 0.8;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  font-style: italic;
}
.testimonial-section .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.testimonial-section .slick-dots li button:before {
  display: none;
}
.testimonial-section .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
}
.testimonial-section .slick-dots li.slick-active button {
  background: #ece819;
}
.testimonial-section .slick-dots {
  bottom: -55px;
}

/*newslatter*/
.news-section {
  float: left;
  width: 100%;
  position: relative;
  background: #ece819;
  border: 10px solid #fff;
  padding-top: 70px;
  padding-bottom: 80px;
}
.news-section .title h2 {
  color: #111111;
  font-size: 80px;
  font-weight: 700;
  line-height: 76px;
  text-transform: uppercase;
}
.news-section input[type="text"] {
  border: 0;
  border-bottom: 1px solid #000;
  height: 80px;
  background: transparent;
  outline: 0;
  position: relative !important;
  padding-left: 40px !important;
  color: #111111;
  font-family: "Bebas Neue";
  font-size: 22px;
  font-weight: bold;
  transition: 0.5s all;
}
body .gform_wrapper ul li.gfield {
  margin-top: 0;
}
.news-section .vhotel-newsletter-form {
  position: relative;
}
#gform_1 {
  position: relative;
}
.news-section input.large::-webkit-input-placeholder {
  /* Edge */
  color: #111111;
  font-family: "Bebas Neue";
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.news-section input.large:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #111111;
  font-family: "Bebas Neue";
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.news-section input.large::placeholder {
  color: #111111;
  font-family: "Bebas Neue";
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.news-section .ginput_container_email {
  position: relative;
}
.news-section .ginput_container_email:before {
  content: "\f003";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 999;
  font-family: fontawesome;
  top: 30px;
  left: 0;
  font-size: 24px;
}
.news-section .gform_footer {
  position: absolute;
  right: 18px;
  bottom: 22px;
  left: auto;
  width: auto !important;
}
.news-section .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  clear: both;
  width: 100%;
}
.news-section .gform_validation_error .gform_footer {
  position: absolute;
  right: 18px;
  bottom: 44px;
  left: auto;
  width: auto !important;
}
.news-section .gform_wrapper .gform_footer input[type="submit"] {
  background: #fff;
  padding: 14px 48px;
  margin: 0 !important;
  height: auto;
  color: #111111;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  border: 0;
}
.news-section .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #32bdf1;
}
.news-section .gform_wrapper div.validation_error {
  display: none;
}
.news-section .gform_wrapper li.gfield.gfield_error {
  border: 0;
  background: transparent;
  outline: 0;
}
.news-section
  .gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: 0;
  border-bottom: 1px solid #000;
}
.news-section
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.gfield_description {
  padding: 0;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}

/* check date */
.vhotel-booking-form-wrap {
  width: 100%;
  position: relative;
  margin-top: -50px;
  z-index: 999;
  top: -140px;
}

.logo,
.header-right {
  pointer-events: auto;
}
.hero-slider-section .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.vhotel-booking-form-wrap.date-fixed {
  position: fixed;
  top: 0;
}

.welcome-section .right-side ul {
  padding-left: 90px;
  padding-right: 96px;
  margin-top: 20px;
}

.welcome-section .right-side ul li:before {
  content: "\f017"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.vhotel-booking-form-wrap .content-wrapper {
  float: left;
  width: 100%; /*box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2);*/
  background-color: #ece819;
}
.quantity {
  position: relative;
  display: flex;
  align-items: center;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.quantity input {
  width: 45px;
  height: initial;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 0px;
  border: none;
  color: #000000;
  font-family: "Bebas Neue";
  font-size: 42px;
  font-weight: bold;
  margin: 0px;
  background: transparent;
}
.quantity input:focus {
  outline: 0;
}
.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
  margin-left: 10px;
  top: -6px;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: none; /* width:20px; */
  text-align: center;
  color: #21292e;
  font-size: 22px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important; /* line-height:1.7; */
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: -3px;
  border-bottom: none;
}
.quantity-button.quantity-down {
  position: absolute;
  bottom: 2px;
  height: 50%;
}
.quantity-button:not(.disabled):hover {
  /*color: #2a2a2a;*/
}
.quantity-nav .quantity-button.disabled {
  opacity: 0.15;
}
.check-date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.check-date-wrap .check-date-col {
  width: 100%; /*border-left:1px solid #e2e2e2;*/
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.check-date-col > p {
  margin: 0px;
  width: 100%;
  text-align: center;
  color: #21292e;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.check-date-box h3 {
  color: #000000;
  font-family: "Bebas Neue";
  font-size: 53px;
  font-weight: bold;
  margin: 0px;
}
.check-date-box .check-date-left {
  float: left;
  margin-right: 10px;
}
.check-date-box .check-date-right {
  float: left;
  line-height: initial;
}
.check-date-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.check-date-box > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.check-date-box > input[type="text"] {
  position: absolute;
}
.check-date-right span {
  color: #000000;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  margin-bottom: 4px;
}
.check-date-right p {
  margin: 0px;
  color: #000000;
  font-family: "Bebas Neue";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-transform: uppercase;
}
.check-date-wrap .check-date-col:last-child {
  /*border-right:1px solid #e2e2e2;*/
}
.check-date {
  border-bottom: 1px solid #e2e2e2;
  background: #ffffff;
  left: 0;
  right: 0;
  z-index: 3;
}

.single-testimonial .slick-dots {
  margin-bottom: 40px;
  margin-top: 0px;

  position: static;
}

.single-testimonial .slick-dots li {
  margin: 0 5px;
  width: auto;
  height: auto;
}
.single-testimonial .slick-dots li button {
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 50%;
}
.single-testimonial .slick-dots li button:before {
  display: none;
}

.single-testimonial .slick-dots li.slick-active button {
  background-color: #ece819;
}

.check-date-wrap input[type="submit"] {
  text-transform: uppercase;
  background-color: #000;
  border: none;
  padding: 8px 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #000;
  color: #ffffff;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.check-date-wrap input[type="submit"]:hover {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
}
.check-date.fixed .check-date-wrap .check-date-col {
  padding: 5px 30px;
}
.check-date.fixed .check-date-col > p {
  line-height: initial;
}
.check-date.fixed .check-date-box > label {
  margin-bottom: 0px;
  position: relative;
}

.logo_dark {
  display: none;
}

.logo_light {
  display: block;
}

.fixed .logo_dark {
  display: block;
}

.fixed .logo_light {
  display: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #ece819;
  background: #ece819;
  font-weight: normal;
  color: #000;
}

/*room-section*/
.room-section {
  /* float: left; */
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
}

.room-section .room-tab {
  position: relative;
}
.room-section .room-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.room-section .room-slider .room-facility {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
  margin-bottom: 60px;
}
.room-section .room-slider .room-facility .box {
  margin: 0 19px;
  text-align: center;
}
.room-section .room-slider .room-facility .box img {
  width: 30px;
  height: auto;
  margin: auto;
}
.room-section .room-slider .room-facility .box p {
  color: #ffffff;
  /*font-family: "Bebas Neue";*/
  font-size: 18px;
  font-weight: normal;
}
.room-section .room-slide-list {
  /* height: 116vh; */
  position: relative;
  padding: 160px 0;
}
.room-section .room-slide-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000000;
  opacity: 0.4;
}

.room-section .room-slide-list .room-contain {
  width: 630px;
  margin: 0 auto;
  z-index: 9;
  text-align: center;
  position: relative;
  margin-top: 28px;
}
.room-section .room-slide-list h2.title {
  color: #faa54d;
  font-family: "Bebas Neue";
  font-size: 100px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
.room-section.room-slide-list .room-contain > p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
}
.room-section .room-slide-list .room-contain .link-wrapper a {
  color: #111111;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 52px;
  display: inline-block;
  background: #ece819;
}
.room-section .room-slide-list .room-contain .room-details a {
  color: #ffffff;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.room-section .room-slide-list .room-contain .link-wrapper {
  margin-top: 46px;
}
.room-section .c-wrapper {
  position: relative;
  /* top: 80px; */
}
.room-section .room-active {
  display: block;
}
.room-section .roomhide {
  display: none;
}
.room-section .roomlist {
  width: 100%;
  height: auto;
  position: relative;
}
.room-section .roomactivelink {
  color: red;
}
.room-section .tabing-list {
  position: absolute;
  bottom: 68px;
  left: 0;
  right: 0;
  top: auto;
  z-index: 2;
  max-width: 100%;
  width: 600px;
  margin: auto;
  height: auto;
}
.room-section .tabing-list ul li {
  width: 49%;
  display: inline-block;
}
.room-section .tabing-list ul li a {
  transform: rotate(-360deg);
  opacity: 0.51;
  color: #ffffff;
  font-family: "Bebas Neue";
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.room-section .tabing-list ul li a.roomactivelink {
  opacity: 1;
}
.room-section .tabing-list ul li:last-child {
  text-align: right;
  visibility: visible;
}
.room-section .room-slide-list .room-contain .room-details i {
  margin-left: 10px;
  font-size: 30px;
}
.room-section .tabing-list ul li:first-child a.roomactivelink:after {
  content: "";
  position: absolute;
  right: -80px;
  width: 53px;
  height: 2px;
  background: #fff;
  top: 14px;
}
.room-section .tabing-list ul li:last-child a.roomactivelink:after {
  content: "";
  position: absolute;
  left: -80px;
  width: 53px;
  height: 2px;
  background: #fff;
  top: 14px;
}
.room-section .room-slider.slick-slider .slick-arrow {
  position: absolute;
  z-index: 9;
}
.room-section .room-slider.slick-slider .slick-prev {
  left: 50px;
  top: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.room-section .room-slider.slick-slider .slick-next {
  right: 50px;
  top: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.room-section .room-slider.slick-slider .slick-dots {
  bottom: 74px;
  z-index: 9;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.room-section .room-slider.slick-slider .slick-dots li button {
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 50%;
}
.room-section .room-slider.slick-slider .slick-dots li.slick-active button {
  background-color: #ece819;
}
.room-section .room-slider.slick-slider .slick-dots li button:before {
  display: none;
}
.room-section .room-slider.slick-slider .slick-dots li {
  margin: 0 5px;
  width: auto;
  height: auto;
}
.room-section .room-slide-list .room-contain p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
}

.form-section .gform_confirmation_message {
  margin-top: 30px;
}
.left-email {
  right: 0 !important;
  left: auto !important;
}

.flex .col-md-6 {
  width: 50%;
}

.flex .col-md-6 iframe {
  width: 100%;
  height: 100%;
}
.form-section {
  float: none !important;
}
.ui-corner-all {
  cursor: pointer;
}

.offer-slider a.cta-btn.offer_book_it {
  color: #111111;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 52px;
  display: inline-block;
  background: #ece819;
  margin-top: 20px;
}
.offer-slider a.cta-btn.offer_book_it i {
  margin-left: 10px;
  font-size: 30px;
}

.wrap-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.wrap-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1280px) {
  .iframe-box {
    max-width: 1280px; /* video width */
    max-height: 720px; /* video height */
  }
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
	
	.footer .flex {
    flex-wrap: wrap;
}
	
	.sister-hotels a {
    margin-right: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 10px;
    display: flex;
    height: auto;
    align-items: center;
}
	
	.copyright{
		flex-wrap: wrap;
	}
	.s_vhotel{
margin-left:0;}
	a.curio{
		margin-bottom:20px;
	}
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }

  /* 	hijas */

  .col-md-4 {
    width: calc(50% - 15px);
  }

  .video-controls-hij {
    display: none;
  }
  .welcome-section .img-move {
    position: static;
  }
  .welcome-section {
    padding-bottom: 0;
  }
  .single-testimonial {
    padding-top: 126px;
  }
  .footer:after {
    display: none;
  }

  .hero-slider .hero-v {
    opacity: 1;
    top: 0;
    background-image: url(https://www.thevhoteldubai.com/wp-content/uploads/2019/09/Footer1.png);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: -2px 200%;
    mix-blend-mode: normal;
  }
  .hero-slider-section:hover .hero-contain h1 {
    opacity: 1;
    transform: translateY(0px);
  }

  .fancybox-slide {
    padding: 0 !important;
  }

  .hero-slider-section:hover .hero-v {
    opacity: 1;
  }

  .hero-slider-section:hover .hero-slide-list:before {
    opacity: 1;
  }

  a.mob_video {
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    display: block;
	top:75%;
  }

  .fancybox-content {
    width: 100% !important;
  }

  .hero-v img {
    display: none;
  }

  .hero-slider-section .hero-slide-list iframe {
    display: none;
  }

  .hero-slider-section .hero-slide-list:before {
    opacity: 1;
  }

  img.btn-play {
    width: 80px;
    display: block;
    margin: 0 auto;
  }

  header .content .logo {
    float: left;
    width: 78px;
    transition: 0.5s all;
  }

  .room-gallery-slider-nav {
    bottom: 185px !important;
  }

  .news-section .ginput_container_email:before {
    left: 35px;
    top: 35px;
  }

  input#input_1_1 {
    padding-left: 80px !important;
  }

  .check-date-wrap {
    flex-wrap: wrap;
  }

  .flex .col-md-6 iframe {
    height: 400px;
  }

  .form-section {
    padding: 15px !important;
  }
  .news-section .title h2 {
    font-size: 40px;
    text-align: center;
  }

  .news-section .gform_footer {
    position: static;
    right: 18px;
    bottom: 22px;
    left: auto;
    width: 80% !important;
    margin: 0 auto !important;
    margin-top: 30px !important;
  }

  .flex .col-md-6 {
    width: 100%;
  }

  .check-date-wrap .check-date-col {
    width: 50%;
  }
  .check-date-wrap .check-date-col:last-child {
    width: 100%;
  }
  .hero-slider-section .hero-slide-list .hero-contain h1 {
    font-size: 68px;
    line-height: 1;
  }
  .hero-slider-section .hero-slide-list .white-text p {
    font-size: 20px;
  }
  .hero-slider-section .hero-slide-list .hero-contain {
    top: 40%;
	  z-index:9999999;
  }

  .hero-slider-section .hero-slide-list .white-text {
    top: 30%;
  }
  .scroll-down {
    display: none !important;
  }

  .hero-slider .slick-dots {
    position: absolute;
    top: auto !important;
    bottom: 30px;
    left: 50% !important;
  }
  .container-sm {
    padding: 0;
  }
  .room-section {
    overflow-x: hidden;
  }
  .welcome-section .right-side p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .welcome-section .img-move {
    bottom: -165px;
    transform: translateY(10px);
  }
  .room-section .room-slide-list h2.title {
    line-height: 1;
    font-size: 80px;
  }
  .room-section .room-slide-list .room-contain {
    width: 100%;
  }
  .room-section .tabing-list {
    width: 100%;
    padding: 0 30px;
  }

  .room-section .room-slider .room-facility {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
    margin-bottom: 30px;
  }

  .room-section .room-slider.slick-slider .slick-next {
    bottom: 63px;
  }
  .room-section .room-slider.slick-slider .slick-prev {
    bottom: 63px;
    top: auto;
    left: 8%;
  }
  .room-section .room-slider.slick-slider .slick-dots {
    display: none !important;
  }

  .room-section .room-slider.slick-slider .slick-next {
    bottom: 63px;
    top: auto;
    right: 8%;
  }

  .room-section .tabing-list {
    bottom: 18px;
  }
  .room-section .room-slide-list .room-contain .link-wrapper {
    margin-top: 26px;
  }

  .offer-section button.slick-pr.slick-arrow {
    width: 30px;
    left: 15px;
    border: none;
    z-index: 100;
  }

  .offer-section button.slick-ne.slick-arrow {
    width: 30px;
    right: 15px;
    border: none;
    z-index: 100;
  }

  .activities-section .title h2 {
    font-size: 50px;
    line-height: 1.2;
  }

  .activities-section .tab-list ul li {
    width: 100%;
  }
  .activities-slider .listing .bg-img {
    width: 100vw;
  }

  .activities-section .tab-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .activities-section .tab-list ul li a {
    display: block;
  }
  .activities-section .tab-list ul li a img {
    margin: 0 auto;
    display: block;
  }
  .activities-section .tab-list ul li a {
    padding: 6px 20px;
  }
  .activities-section .tab-list ul li {
    background: #fff;
  }

  .life-slider .listing .bg-img {
    height: 300px;
  }
  .footer .footer-wrapper .left-side {
    width: auto;
  }
  .footer .footer-wrapper .right-side {
    width: 50%;
    display: none;
  }
  .footer:after {
    content: "";
    position: absolute;
    top: 300px;
    right: -50px;
    bottom: 0;
    background-image: url(https://www.thevhoteldubai.com/wp-content/uploads/2019/09/Footer1.png);
    width: 222px;
    height: 345px;
    background-repeat: no-repeat;
    background-position: initial;
    background-size: cover;
  }
  .check-date-wrap input[type="submit"] {
    -webkit-appearance: button;
  }

  header .content .header-right ul li a {
    position: relative;
    z-index: 99999;
  }

  .what-section .content-wrapper .left-side {
    width: 100%;
  }
  .what-section .content-wrapper .right-side {
    width: 100%;
  }
  .glance-section .content-box {
    display: block;
  }
  .glance-section .content-box .right-content {
    width: 100%;
  }
  .glance-section .content-box .right-content .discription .box-wrap .col-3 {
    padding: 15px;
    width: 33.33%;
  }

  .vhotel-booking-form-wrap {
    top: 0;
  }
  .vhotel-booking-form-wrap {
    padding-top: 50px;
  }
  header .content .header-right ul li {
    position: static !important;
  }
  .content-wrapper.show {
    top: 100px !important;
    opacity: 1 !important;
  }
  li.form-pop .content-wrapper:after {
    right: 35% !important;
  }
  .glance-section {
    overflow: hidden;
  }
  .activities-section {
    margin-top: 20px;
  }
  .page-id-51 .room-section .room-slide-list {
    height: 100vh;
  }
  li.form-pop .content-wrapper {
    top: -260px !important;
  }
  li.form-pop .content-wrapper.show {
    top: 100px !important;
    opacity: 1 !important;
  }
  .contact-main-wrap .flex {
    display: inline;
  }
	.welcome-section:before{
		display:none;
	}
}
@media (min-width: 1400px) {
	.welcome-section .img-move{
		width:auto;
	}
}

button.slick-pr.slick-arrow {
  background: center;
  color: #fff;
  position: absolute;
  top: 30%;
  left: -55px;
  font-size: 30px;
}

button.slick-ne.slick-arrow {
  background: center;
  color: #fff;
  position: absolute;
  top: 30%;
  right: -55px;
  font-size: 30px;
}
.activities-section .tab-list ul li a.roomactivelink {
  background: #ece819;
  color: #000;
}

li.form-pop .content-wrapper {
  position: absolute;
  right: 0;
  background: #ece819;
  top: -160px;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
}
li.form-pop .content-wrapper.show {
  top: 50px;
  opacity: 1 !important;
}
li.form-pop .content-wrapper:after {
  content: "\25b2";
  color: #ece819;
  position: absolute;
  top: -16px;
  right: 25px;
  font-size: 40px;
}

.terms a,
.terms {
  color: #fff;
  font-size: 12px;
}

.offer-section .star {
  display: none;
}
#cookie-notice .cn-button {
  background: #ece819;
  padding: 10px;
  color: #000;
}

.ie .hero-v {
  display: none;
}

.edge .hero-v {
  display: none;
}

.opera .hero-v {
  display: none;
}

.arraival_date label,
.departure_date label {
  cursor: pointer;
}

.check-date-box label {
  cursor: pointer;
}

div#ui-datepicker-div {
  z-index: 99999;
  margin-top: 18px;
}

.room-gallery-slider-nav .room-dots img {
  height: 100px !important;
  object-fit: cover;
}

/* .box-fixed-body div#ui-datepicker-div {
  display: block !important;
  z-index: 99999;
  margin-top: 18px;
}

div#ui-datepicker-div {
  display: none !important;
} */

.zoom_gal i {
  color: #fff;
  font-size: 22px;
}
.zoom_gal {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .check-date-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .room-section {
    overflow: hidden;
  }

  .hero-slider .hero-v {
    opacity: 1;
    top: auto;
    background-image: url(http://nexatestwp.com/vhotel/wp-content/uploads/2019/09/Footer1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: -2px 200%;
    mix-blend-mode: normal;
    bottom: -30%;
    background-position: top;
    position: relative;
  }

  .hero-slider-section .hero-slide-list .hero-contain {
    z-index: 99;
  }

  .welcome-section {
    padding-bottom: 30px;
  }
  .welcome-section .img-move {
    position: absolute;
    left: -10%;
    bottom: -8px;
    width: 40%;
  }

  .life-slider .listing .bg-img {
    height: 222px;
  }

  .footer:after {
    display: none;
  }

  .footer .footer-wrapper .left-side {
    width: 100%;
    padding-left: 30px;
  }

  ul.s_vhotel li {
    margin-top: 15px;
  }

  .footer .footer-wrapper .right-side {
    width: 50%;
    display: none;
  }

  #cookie-notice .cn-button {
    background: #ece819;
    padding: 10px;
    color: #000;
    display: inline-block;
    width: 40%;
    margin: 0;
    margin-top: 10px;
    margin-left: 2px;
    margin-right: 2px;
  }

  #cookie-notice {
    z-index: 9999999;
  }

  .vhotel-booking-form-wrap {
    z-index: 1;
    top:auto!important;
    bottom: 0;
    width: 100vw;
    max-width: 100vw;
    padding: 0;
  }
  .welcome-section .right-side p {
    width: 80%;
    margin-left: 15%;
  }

  .welcome-section .right-side ul {
    width: 80%;
    margin-left: 15%;
  }

  .welcome-section:before {
    width: 25%;
  }

  .hero-slider-section .hero-slide-list .hero-contain {
    width: 80%;
  }
  .hero-slider-section .hero-slide-list .hero-contain h1 {
    font-size: 100px;
  }
  .hero-slider-section:hover .hero-contain h1 {
    opacity: 1;
    transform: translateY(0px);
  }

  .fancybox-slide {
    padding: 0 !important;
  }

  .hero-slider-section:hover .hero-v {
    opacity: 1;
  }

  .hero-slider-section:hover .hero-slide-list:before {
    opacity: 1;
  }

  a.mob_video {
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }

  .fancybox-content {
    width: 100% !important;
  }

  .hero-v img {
    display: none;
  }

  .hero-slider-section .hero-slide-list iframe {
    display: none;
  }

  .hero-slider-section .hero-slide-list:before {
    opacity: 1;
  }

  img.btn-play {
    width: 80px;
    display: block;
    margin: 0 auto;
  }

  .menu-box-wrapper {
    display: none;
  }
  .check-date-wrap .check-date-col {
    width: 19%;
  }
  .vhotel-booking-form-wrap.booking-fixed .check-date-wrap .check-date-col {
    padding: 0px 10px;
}
.vhotel-booking-form-wrap .content-wrapper{
  padding: 11px 0;
}
.menu-box-wrapper.box-fixed .check-date-wrap input[type="submit"] {
  padding: 8px 16px;
}

}
.takeatour{color: #111111;
    font-family: "Bebas Neue";
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 52px;
    display: inline-block;
    background: #ece819;margin-top:20px;
}
.membership_wrapper a.btns {
    color: #111111;
    font-family: "Bebas Neue";
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 30px;
    display: inline-block;
    background: #ece819;
    margin-top: 10px;
}
.membership_wrapper{width:100%;margin-bottom:20px;}
.membership_wrapper p{color:#fff;}
