* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:hover {
  text-decoration: none !important;
}

body {
  font-family: "Poppins", sans-serif !important;
}

.main {
  right: 0 !important;
}

.maininq {
  top: 0 !important;
}

.smactivenav {
  background-color: #000;
}

.activenav {
  display: none;
}

.activenavres {
  display: block !important;
}

.header-res {
  display: none;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0s;
}

.nav-res {
  position: fixed;
  top: 0;
  z-index: 9999;
}
.nav-res-logo img {
  width: 40px;
}

.nav-res-icon img {
  width: 30px;
  margin-left: 10px;
}

.slide-nav-list a,
.slide-nav-list a:hover,
.slide-nav-list a:active {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}

/* common css */

.dancing {
  font-family: dancing script;
}

.fuggles {
  font-family: fuggles !important;
  font-weight: 600;
}

.cinzel {
  font-family: cinzel !important;
}

.white {
  color: #fff !important;
}

.grey {
  color: #555;
}

.text-right {
  text-align: right !important;
}

.bg-grey {
  background-color: rgb(240, 238, 238);
}

.bg-black {
  background-color: #000 !important;
}

.bg-brown {
  background-color: #dbc060;
}
/* header*/

.scroll-nav {
  position: fixed;
  z-index: 9999;
  width: 100%;
}
.nav-logo img {
  width: 40px;
}

.nav-bar {
  position: fixed;
  padding: 20px;
  z-index: 999;
}
.nav-item a,
.nav-item a:hover,
.nav-item a:active {
  font-size: 12px;
  text-decoration: none;
}
.nav-item a:hover {
  color: #fff;
}

.nav-list a {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  padding: 0px 20px;
}

.nav-list a:hover {
  color: rgb(212, 171, 94);
  text-decoration: none;
  transition: 0.8s ease;
}

.nav-item {
  padding: 0px 70px !important;
}

.nav-item img {
  color: #fff;
}

.nav-search {
  padding-left: 30px !important;
  position: relative;
}

.search-input {
  position: absolute;
  top: 0;
  right: 110px;
}

.nav-search input {
  border: none;
  color: #fff;
  border-bottom: 2px solid #fff;
  width: 70%;
}

.nav-search img {
  width: 35px;
}

.head-img video {
  width: 100%;
  height: 100%;
}

.head-div {
  height: 100vh;
  overflow: hidden;
}

.head-text {
  width: 100%;
  position: absolute;
  bottom: 30px;
}

.head-text h1 {
  font-size: 100px;
  font-family: fuggles !important;
  transition: 0.5s all ease;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-delay: 0s;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}

.head-text p {
  font-size: 12px;
}
.head-text a {
  font-size: 10px;
  text-decoration: none;
  color: #fff;
}
.head-text a:hover {
  color: #fff;
}

.cell {
  display: inline-block;
  width: 49%;
  text-align: center;
}

.up {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.down {
  -webkit-animation: updown 2s infinite;
  animation: updown 2s infinite;
}
@-webkit-keyframes updown {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  40% {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }
  60% {
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
  }
}

@keyframes updown {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  40% {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }
  60% {
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
  }
}

/* section 1 */

.section-1 {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.897),
      rgba(255, 255, 255, 0.897)
    ),
    url(../image/bg-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec {
  padding: 50px 100px !important;
}

.sec-1-text h2 {
  font-family: cinzel !important;
  font-weight: 500;
  padding: 40px;
  font-size: 28px;
}

.col-carousel {
  margin: 70px 0;
}

/* owl nav */
.owl-prev span,
.owl-next span {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.555);
  padding: 5px;
}

.owl-prev span:hover,
.owl-next span:hover {
  color: #8199a3;
}

.own-item {
  width: 20px !important;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}

.owl-prev {
  left: 0px;
}

.owl-next {
  right: 0px;
}

.owl-2-text {
  position: absolute;
  left: 10px;
  bottom: 0px;
  background-color: transparent;
  overflow: hidden;
  width: 100%;
  transition: 1s all ease;
  z-index: 100;
}

.owl-2-text h4 {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
}
.owl-2-text p {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.owl-2-text h6 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.owl-2-text h5 {
  font-size: 12px;
  opacity: 58%;
  color: #fff;
}

.owl-2-img::before {
  width: 100%;
  height: 50%;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#000000e8)
  );
  background-image: linear-gradient(transparent, #000000e8);
  z-index: 1;
}

/* section 3 */

.sec-3-ul li {
  padding: 20px;
}

.sec-3-ul select {
  width: 150px;
  border: none;
  border-bottom: 1px solid #000;
}

/* section 3 */

.sec-1-text a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.sec-1-text p {
  font-size: 12px;
}

.sec-3-img img {
  width: 100%;
}

/* section 4 */
.sec-4-img {
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
  height: 150px;
}
.sec-4-img img {
  width: 100%;
  height: inherit;
  border-radius: 10px 0px 00px 10px;
  transition: all ease 0.8s;
}

.sec-4-main:hover img {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.3);
  background-position: 0 0, 0 0;
}
.sec-4-main:hover {
  box-shadow: 2px 1px 10px #ccc;
}

.sec-4-main {
  border: 1px solid #ccc;
  border-radius: 10px;
  text-decoration: none;
}
.sec-4-text h5 {
  font-size: 16px;
  color: #000;
}
.sec-4-text p {
  font-size: 10px;
}
.sec-4-text h6 {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

/* section 5*/

.sec-5-img {
  overflow: hidden;
  position: relative;
  background-color: #000;
}

.sec-5-img::before {
  width: 100%;
  height: 50%;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#000000e8)
  );
  background-image: linear-gradient(transparent, #000000e8);
  z-index: 1;
}

.sec-5-img h4 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 14px;
  color: #fff !important;
  z-index: 999;
}

.sec-5-img1 {
  height: 500px;
}

.sec-5-img2 {
  height: 250px;
}

.sec-5-img img {
  width: 100%;
  height: 100%;
  transition: 0.5s all ease-in;
}

.sec-5-img:hover img {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.1);
  background-position: 0 0, 0 0;
}

/* section 6 */

.sec-6 {
  padding: 0px 180px;
}

.sec-6 img {
  width: 35px;
}

.sec-6 h4 {
  font-size: 30px;
  font-weight: 100;
}
.sec-6 p {
  font-size: 12px;
}
.sec-6 a {
  font-size: 12px;
  text-decoration: none;
}

/* residential */

/* header */

.search-filter {
  position: sticky !important;
  top: 52px !important;
  z-index: 99;
  background-color: #fff;
}

.form-control:focus {
  border-color: #000 !important;
  box-shadow: none !important;
  outline: none;
}
.form-group select,
.form-group input {
  border: 1pxsolid rgb(243, 242, 242);
  box-shadow: 0px 0px 10px -7px;
  /* border-bottom: 1px solid #000; */
  border-radius: 0px;
  font-size: 12px;
  color: #000;
  /* background-color: #eee; */
}

.form-group button {
  border-radius: 0px;
}

.head-vdo video {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

.com-text {
  position: absolute !important;
  bottom: 150px;
}

.com-text h2 {
  font-size: 48px;
  font-family: cinzel !important;
  font-weight: 100;
}

/* com-sec-2 */

.com-sec-2 img {
  width: 100%;
  height: 400px;
  transition: 0.5s all linear;
}

.com-2-img {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100% !important;
}
.com-2-img a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.com-2-img a::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -200%;
  width: 10%;
  height: 200%;
  background-color: #fff;
  box-shadow: 0px 40px 100px #fff !important;
  opacity: 0.2;
  transform: rotate(25deg);
  transition: all ease 1s;
}

.com-img-main:hover .com-2-img a::after {
  left: 200%;
}

.com-2-in {
  overflow: hidden;
  padding: 5px;
  height: 550px;
  position: relative;
}

.com-img-main:hover .com-2-img img {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.1);
  background-position: 0 0, 0 0;
}

.com-2-in:hover .com-2-text {
  background-color: #000;
  color: #fff !important;
}
.com-2-in:hover .com-text-3 a {
  color: #fff !important;
}

.com-2-text {
  position: absolute;
  bottom: 40px;
  background-color: #fff;
  overflow: hidden;
  width: 90%;
  transition: 1s all ease;
}

.com-2-text h4 {
  font-size: 24px;
  font-weight: 100;
}
.com-2-text p {
  font-size: 14px;
  font-weight: 500;
}
.com-2-text a {
  text-decoration: none;
  font-size: 14px;
}
.com-2-text a:hover {
  text-decoration: none;
  color: #555;
}

.com-2-text h6 {
  font-size: 14px;
  font-weight: 600;
}
.com-2-text h5 {
  font-size: 12px;
  opacity: 58%;
}

/* section 3 */

.sec-3-ul li input {
  border: none;
  font-size: 12px;
  width: 200px;
  border-bottom: 1px solid #000;
  padding: 5px;
}

.sec-3-a a {
  font-size: 12px;
  text-decoration: none;
}
.sec-3-a a:hover,
.sec-3-a a:active {
  text-decoration: none;
  color: #555;
}

/* footer */

.footer-ul li {
  padding: 0px 10px;
}

.footer-ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #fff;
}

.footer-ul li a i {
  font-size: 18px;
}

.footer-input {
  position: relative;
  border-bottom: 1px solid #fff;
}

.footer-input input {
  border: none;
  color: #fff;
  background: transparent;
  font-size: 12px;
  width: 80%;
  padding: 5px;
}

.footer-input a {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 12px;
  bottom: 05px;
  text-decoration: none;
}

.footer-input a:hover {
  color: #fff;
}

.f-right {
  font-size: 12px;
  padding-top: 40px;
  padding-left: 60px;
}

/* about us */

.about-header {
  height: 80vh;
}
.head-about {
  height: 80vh;
  position: relative;
}

.head-about img {
  width: 100%;
  height: 80vh;
}
.head-about::before {
  width: 100%;
  height: 50%;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#000000fd)
  );
  background-image: linear-gradient(transparent, #000000fd);
  z-index: 11;
}
.head-about::after {
  width: 100%;
  height: 40%;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#000000fd)
  );
  background-image: linear-gradient(#000000fd, transparent);
  z-index: 1;
}
.about-text {
  position: absolute;
  bottom: 220px;
  z-index: 999;
}

.about-text h2 {
  font-size: 48px;
  font-family: cinzel !important;
  font-weight: 100;
}

.about-2-text p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding-left: 70px;
  padding-bottom: 10px;
}
.about-2-text span {
  font-weight: 600;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-width: 0;
}
.nav-tabs > li > a {
  border: none;
  color: #666;
  font-size: 24px;
  font-family: CINZEL;
}

.nav-tabs > li > a::after {
  content: "";
  background: #000;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
  transform: scale(1);
}

.tab-pane {
  padding: 35px 40px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  transition: 0.5s all ease;
  animation-name: fadeindown;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
}

.tab-pane p {
  transition: 0.5s all ease;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 0s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translatey(10px);
    -moz-transform: translatey(10px);
    -o-transform: translatey(10px);
    transform: translatey(80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}

.card {
  border: none !important;
}
.nav-tabs {
  border: none !important;
  margin: auto;
}

.contact-header {
  height: 75vh;
}

.head-contact img {
  width: 100%;
  height: 75vh;
}
.head-contact::after {
  width: 100%;
  height: 40%;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#000000fd)
  );
  background-image: linear-gradient(#000000fd, transparent);
  z-index: 1;
}

.contact-text {
  position: absolute;
  bottom: 180px;
  z-index: 99;
}

.contact-text h2 {
  font-size: 48px;
  font-family: cinzel !important;
  font-weight: 100;
}

.marque {
  height: 340px;
  padding-top: 30px !important;
}
.marquee {
  height: 100%;
  padding-top: 20px;
  overflow: hidden;
}
.marque p {
  font-size: 26px;
  font-weight: 400;
  transform: rotate(-90deg);
  width: max-content;
  margin: 0px;
}

.contact-2-text {
  padding: 50px 100px 10px 100px !important;
}

.contact-2-text h4 {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 30px;
}
.contact-2-text a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  line-height: 50px;
}

.contact-2-text a:hover {
  text-decoration: none;
  color: #000;
}
.contact-3 {
  height: 75vh;
  background-image: url(../image/bg-building.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.main-form {
  position: relative;
}

.form {
  width: 760px;
  margin: auto;
  padding: 20px 100px;
  margin-top: -150px;
}
.form h2 {
  font-size: 48px;
  font-weight: 300;
  color: #000;
  padding-top: 10px;
}

.form-in input,
.form-in textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #555;
  margin: 30px;
  font-size: 16px;
  padding: 10px 0px;
}
.form-in button {
  font-size: 18px;
  border: none;
  font-family: cinzel !important;
}

/* career */

.career-header {
  /* background-image: url(/image/bg-building4.jpg); */
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 100vh; */
}
/* .career-header::after {
  width: 100%;
  height: 40%;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#000000fd)
  );
  background-image: linear-gradient(#000000fd, transparent);
  z-index: 1;
} */
/* .career-header::before {
  width: 100%;
  height: 40%;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#000000fd)
  );
  background-image: linear-gradient(transparent, #202020fd);
  z-index: 1;
} */

.career {
  position: absolute;
  bottom: 200px;
  left: 0px;
  z-index: 99;
}

.head-career h2 {
  font-size: 48px;
  font-weight: 300;
}
.head-career p {
  font-size: 14px;
  font-weight: 300;
}
.head-career h6 {
  font-size: 16px;
}
.career-3 {
  padding: 50px 260px 150px !important;
}
.career-3 h2 {
  font-size: 36px;
  font-weight: 300;
}
.career-3 p {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.career-4 {
  margin-top: -70px;
}

.career-4-text h2 {
  font-size: 28px;
  font-weight: 300;
}
.career-4-text p {
  font-size: 14px;
  font-weight: 300;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  /* border-color: #eeeeee; */
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #e1e1e1 !important;
  border-color: none;
}

.panel-title {
  font-size: 18px !important;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none !important;
}
.panel-title > a:hover {
  text-decoration: none !important;
}

.more-less {
  float: right;
  color: #212121;
}

/* ----- v CAN BE DELETED v ----- */

.demo {
  padding-top: 60px;
  padding-bottom: 60px;
}

.career-5 h2 {
  font-size: 30px;
  font-weight: 300;
}
.career-5 h5 {
  font-size: 24px;
  color: #666;
  font-weight: 300;
}
.panel-body {
  position: relative;
}
.panel-body h5 {
  font-size: 18px;
  color: #000;
}
.panel-body p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.panel-body button {
  padding: 5px 30px;
  border: 1px solid #666;
  border-radius: 50px;
  background-color: transparent;
  font-size: 16px;
  color: #666;
  position: absolute;
  top: 40px;
  right: 40px;
  transition: 0.5s all ease-in-out;
}
.panel-body button:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.career-6 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.829), rgba(0, 0, 0, 0.829)),
    url(../image/bg-building5.jpg);
  filter: grayscale(1);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.career-form {
  /* width: 760px; */
  margin: auto;
  padding: 20px 80px;
}
.career-form h2 {
  font-size: 36px;
  font-weight: 300;
  padding-top: 10px;
}
.career-form p {
  font-size: 14px;
  font-weight: 300;
}

.career-form h5 {
  font-weight: 300;
  font-size: 15px;
  padding: 10px;
  line-height: 20px;
}

.career-form-in input,
.career-form-in textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 0px;
  margin-top: 10px !important;
  font-size: 16px;
  background-color: transparent;
  padding: 10px 0px;
}
.career-form-in button {
  font-size: 18px;
  border: none;
  border-radius: 50px;
  margin-top: 30px;
  padding: 6px 25px;
  color: #555;
}

.career-form label span {
  font-size: 16px;
  font-weight: 300;
  justify-content: end;
  position: absolute;
  bottom: 0;
  width: 93%;
  padding: 10px 10px;
  background-color: #ffffff3d;
  display: inline-flex;
}
.career-form label img {
  position: absolute;
  right: 30px;
  bottom: 10px;
}

/* blog */

.blogs {
  padding-top: 150px !important;
}

.nav-blog {
  position: static !important;
  background-color: #000;
}

.blog-head {
  padding: 50px;
}

.blog-head h2 {
  font-size: 48px;
  font-weight: 300;
  color: #000;
}

.link-2 h2 {
  font-size: 48px;
  font-weight: 300;
}
.link-2 p {
  font-size: 14px;
  line-height: 25px;
}

.link-3 ul li {
  padding: 25px;
}
.link-3 ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #959595;
}
.link-3 ul li a:hover {
  text-decoration: none;
}

.overview-img img {
  width: 100%;
  height: 100%;
}
.overview-img {
  /* background-image: url(/image/overview-bg.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  background-attachment: fixed;
  animation: slide 30s linear infinite;
  background-size: contain !important;
}
@-webkit-keyframes slide {
  100% {
    background-position: -700px 0;
  }
}

.overview-text {
  padding: 50px 100px !important;
}

.overview-text h2 {
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: 300;
}
.overview-text small {
  color: #ccc;
}

.link-table-head h2 {
  font-size: 36px;
  font-weight: 300;
}

.link-table {
  border: 1px solid #eee;
}

.link-table p {
  color: #8c8c8c;
  font-weight: 500;
  font-size: 14px;
}

.floor-plan-button {
  margin-bottom: 10px;
}

.floor-plan-button button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #555;
  text-align: left;
  padding: 5px;
  margin-bottom: 10px;
  transition: 0.9s all ease;
}
.floor-plan-button button:hover,
.floor-plan-button button:active,
.floor-plan-button button:focus {
  border: 1px solid #555;
  box-shadow: 2px 2px 10px #555;
  color: #000;
}
.floor-plan-img img {
  width: 100%;
  animation-name: rotate;
  transition: 1s all ease;
}
/* 
.floor-plan:hover .floor-plan-img img {
  transform: rotate(10deg);
} */

.contact-icon {
  position: absolute;
  width: fit-content;
  bottom: 200px;
  left: 0px;
}

.contact-icon .call-img {
  width: fit-content;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 30px;
  border-radius: 50%;
}
.header-button {
  text-align: right;
  padding-right: 50px;
}
.header-button button {
  border: none;
  transition: 0.5s all ease;
  font-size: 12px;
  font-weight: 600;
}

.h-button-1:hover {
  background-color: #000;
  color: #fff;
}
.h-button-2:hover {
  background-color: #fff;
  color: #000;
}

input {
  outline: none;
}
select {
  outline: none;
}

.res-footer {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
}

.res-footer-item {
  border-right: 2px solid #555;
}
.res-footer p {
  font-size: 12px;
}
.res-footer a,
.res-footer a:hover,
.res-footer a:active {
  text-decoration: none;
  color: #fff;
}

.menu-slide {
  height: 100%;
  width: 100% !important;
  position: fixed;
  top: 0px;
  right: -100%;
  z-index: 1000;
  transition: all 0.5s;
}

.menu-slide::before {
  width: 100%;
  height: 100%;
  top: auto;
  right: 0;
  bottom: -68px;
  left: auto;
  position: absolute;
  content: "";
  background: url(../image/abtrghtleft.png) center center no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.2;
  z-index: -1;
}
/* 
.menu-slide::after {
  width: 10%;
  height: 10%;
  top: auto;
  right: 0;
  bottom: 50px;
  left: 0%;
  position: absolute;
  content: "";
  background: url(../image/rr-logo-white.png) center center no-repeat;
  background-size: cover;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  z-index: -1;
} */

.menu-list ul {
  margin-top: 60px;
}

.menu-list li {
  padding: 10px;
}

.menu-list ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.inquiry-slide {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -150%;
  left: 0;
  background: rgba(0, 0, 0, 0.89);
  z-index: 1000;
  transition: all 0.5s;
}

.inquiry-form input,
.inquiry-form textarea {
  background-color: transparent;
}

.amenities {
  background-image: linear-gradient(rgba(0, 0, 0, 0.842), rgba(0, 0, 0, 0.842)),
    url(../image/bg-amenities.jpg);
  background-position: center;
  background-size: cover;
}

/* Dubai */

.dubai-sec-cntnt h2 {
  font-family: cinzel !important;
  font-weight: 500;
  font-size: 28px;
  color: #000;
  line-height: 40px;
}

.dubai-sec-cntnt p {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  line-height: 28px;
}

.dubai-sec-cntnt a {
  color: #fff !important;
  background-color: #000;
  padding: 12px 20px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
}

.dubai-sec-img {
  position: relative;
}

.dubai-sec-img img {
  width: 100%;
}

.d-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,#000 10%,transparent);
}

.d-layer-cntnt {
  position: absolute;
  bottom: 0px;
  left: 20px;
}

.d-layer-cntnt h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}

.d-layer-cntnt p {
  color: #fff;
  font-size: 12px;
}

.hotel-comp-img img {
  width: 100%;
  height: 100%;
}

.hotel-comp-cntnt h2 {
  font-family: cinzel !important;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
}

.hotel-comp-cntnt h3 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.hotel-comp-cntnt ul {
  margin-bottom: 25px;
  border-bottom: 1px solid #222;
  margin-left: 10px;
}

.hotel-comp-cntnt ul li {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 10px;
}

.fp-box {
  margin-bottom: 80px !important;
}

.dubai-la img {
  width: 100%;
  box-shadow: 0px 0px 20px -10px #000;
  border-radius: 10px;
}

@media (max-width: 576px) {

  .d-layer {
    background: unset;
  }

  .dubai-sec-cntnt h2 {
    font-size: 28px;
  }

  .dubai-sec-cntnt p {
    font-size: 12px;
  }

  .sec-5-img img {
    height: unset !important;
  }

  .sec-5-img {
    position: unset !important;
  }

  .res-hide {
    display: none;
  }

  .search-filter {
    position: static !important;
  }
  .sec {
    padding: 50px 20px !important;
  }

  .sec-4-img {
    height: 150px;
  }

  .head-img video {
    height: auto;
  }
  .head-text h1 {
    font-size: 50px;
  }
  .sec-5-img img {
    height: auto;
  }

  .sec-5-img1 {
    height: auto;
  }

  .sec-5-img2 {
    height: auto !important;
  }
  .sec-3-ul li input {
    width: 100%;
  }

  .sec-6 {
    padding: 0px;
  }
  .blogs {
    padding-top: 50px !important;
  }
  .footer-list {
    text-align: center;
  }
  .footer-ul li a {
    font-size: 10px;
  }

  .head-vdo video {
    height: auto;
  }
  .com-text {
    bottom: 100px;
  }
  .com-text h2 {
    font-size: 25px;
  }
  .com-2-text {
    position: static;
    width: 100%;
    padding: 10px 0px !important;
  }
  .com-2-in {
    height: auto;
  }
  .com-text-1 h4 {
    font-size: 18px;
  }
  .com-2-img a {
    width: 100%;
  }

  .contact-header {
    height: auto;
  }
  .head-contact {
    position: static;
  }

  .head-contact img {
    height: 50vh;
  }
  .contact-text {
    position: absolute !important;
    bottom: 20px;
  }
  .contact-text h2 {
    font-size: 30px;
  }

  .head-div {
    height: fit-content;
  }

  .form {
    width: auto;
    padding: 20px 0px;
    margin: 20px;
  }
  .form-in {
    overflow: hidden;
  }
  .form-in input,
  .form-in textarea {
    margin: 30px 0px;
  }
  .contact-2-text {
    padding: 20px !important;
  }
  .contact-2-text h2 {
    margin: 0px;
  }
  .contact-2-text a {
    line-height: 30px;
  }

  .about-header {
    height: auto;
  }

  .head-about {
    height: auto;
  }
  .head-about img {
    height: auto;
  }
  .about-text {
    bottom: 40px;
    position: absolute !important;
  }
  .about-2-text p {
    padding: 0px;
  }
  .nav-tabs > li > a {
    font-size: 12px;
  }
  .tab-pane {
    font-size: 15px;
    padding: 0px;
    padding-top: 10px;
  }
  .about-text h2 {
    font-size: 30px;
  }

  .career {
    left: 0px;
    bottom: 35px;
  }
  .career-4 {
    margin-top: 0px;
  }
  .head-career h2 {
    font-size: 24px;
    padding-left: 20px;
  }
  .head-career h6 {
    font-size: 16px;
    padding-left: 20px;
  }
  .head-career p {
    font-size: 14px;
    padding-left: 20px;
  }

  .career-3 h2 {
    font-size: 20px;
    padding: 0px !important;
  }
  .career-3 p {
    text-align: justify;
  }
  .career-header {
    /* height: 40vh; */
    position: relative;
  }
  .career-form {
    padding: 0px;
  }
  .career-form h2 {
    font-size: 25px;
  }
  .career-form p {
    font-size: 10px;
  }
  .attach-cv {
    padding-top: 80px;
  }
  .contact-icon {
    position: absolute !important;
    bottom: 0px;
  }
  .blog-head h2,
  .link-table-head h2 {
    font-size: 30px;
  }
  .contact-icon .call-img {
    padding: 5px;
  }
  .call-img img {
    width: 15px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .search-filter {
    position: static !important;
  }
  .sec {
    padding: 50px 20px !important;
  }

  .head-div {
    height: fit-content;
  }

  .head-img video {
    height: auto;
  }
  .head-text h1 {
    font-size: 50px;
  }
  .sec-5-img img {
    height: auto;
  }

  .sec-5-img1 {
    height: auto;
  }

  .sec-5-img2 {
    height: auto !important;
  }
  .sec-3-ul li input {
    width: 100%;
  }

  .sec-6 {
    padding: 0px;
  }
  .blogs {
    padding-top: 50px !important;
  }
  .footer-list {
    text-align: center;
  }
  .footer-ul li a {
    font-size: 10px;
  }
  .head-vdo video {
    height: auto;
  }
  .com-text {
    bottom: 100px;
  }
  .com-text h2 {
    font-size: 25px;
  }
  .com-2-text {
    position: static;
    width: 100%;
    padding: 10px 0px !important;
  }
  .com-2-in {
    height: auto;
  }
  .com-text-1 h4 {
    font-size: 18px;
  }
  .com-2-img a {
    width: 100%;
  }
  .contact-header {
    height: auto;
  }
  .head-contact {
    position: static;
  }

  .head-contact img {
    height: auto;
  }
  .contact-text {
    position: absolute !important;
    bottom: 20px;
  }
  .contact-text h2 {
    font-size: 30px;
  }

  .form {
    width: auto;
    padding: 20px 0px;
    margin: 20px;
  }
  .form-in {
    overflow: hidden;
  }
  .form-in input,
  .form-in textarea {
    margin: 30px 0px;
  }
  .contact-2-text {
    padding: 20px !important;
  }
  .contact-2-text h2 {
    margin: 0px;
  }
  .contact-2-text a {
    line-height: 30px;
  }
  .contact-2-img img {
    height: fit-content !important;
  }

  .about-header {
    height: auto;
  }

  .head-about {
    height: auto;
  }
  .about-text h2 {
    font-size: 40px;
  }
  .head-about img {
    height: auto;
  }
  .about-text {
    bottom: 40px;
    position: absolute !important;
  }
  .about-2-text p {
    padding: 0px;
  }
  .nav-tabs > li > a {
    font-size: 16px;
  }
  .tab-pane {
    font-size: 15px;
    padding: 0px;
    padding-top: 10px;
  }
  .career {
    left: 0px;
    bottom: 10px;
  }
  .career-4 {
    margin-top: 0px;
  }
  .head-career h2 {
    font-size: 24px;
    padding-left: 20px;
  }
  .head-career h6 {
    font-size: 16px;
    padding-left: 20px;
  }
  .head-career p {
    font-size: 14px;
    padding-left: 20px;
  }

  .career-3 h2 {
    font-size: 20px;
    padding: 0px !important;
  }
  .career-3 p {
    text-align: justify;
  }
  .career-header {
    /* height: 40vh; */
    position: relative;
  }
  .career-form {
    padding: 0px !important;
  }
  .career-form h2 {
    font-size: 30px;
  }
  .career-form p {
    font-size: 12px;
  }
  .attach-cv {
    padding-top: 80px;
  }
  .contact-icon {
    position: absolute !important;
    bottom: 0px;
  }
  .blog-head h2,
  .link-table-head h2 {
    font-size: 30px;
  }
  .contact-icon .call-img {
    padding: 8px;
  }
  .call-img img {
    width: 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .sec {
    padding: 50px 20px !important;
  }

  .head-div {
    height: fit-content;
  }

  .sec-4-img {
    height: 140px;
  }

  .sec-6 {
    padding: 0px;
  }
  .footer-ul li a {
    font-size: 10px;
  }
  .about-2-text p {
    padding: 0px;
  }
  .about-header {
    height: auto;
  }

  .head-about {
    height: auto;
  }
  .head-about img {
    height: auto;
  }
  .about-text {
    bottom: 40px;
    position: absolute !important;
  }
  .career {
    left: 0px;
    bottom: 50px;
  }
  .career-4 {
    margin-top: 0px;
  }
  .head-career h2 {
    font-size: 24px;
    padding-left: 80px;
  }
  .head-career h6 {
    font-size: 16px;
    padding-left: 80px;
  }
  .head-career p {
    font-size: 14px;
    padding-left: 80px;
  }

  .career-3 h2 {
    font-size: 20px;
    padding: 0px !important;
  }
  .career-3 p {
    text-align: justify;
  }
  .career-header {
    /* height: 50vh; */
    position: relative;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .sec {
    padding: 50px 20px !important;
  }

  .head-div {
    height: fit-content;
  }

  .sec-4-img {
    height: 140px;
  }

  .sec-6 {
    padding: 0px;
  }
  .footer-ul li a {
    font-size: 10px;
  }
  .about-2-text p {
    padding: 0px;
  }
  .career-4 {
    margin: 0px;
  }
}

/*bg*/
.bg1 {
  background-image: url(../image/projectbg/101.png);
}

.bg2 {
  background-image: url(../image/projectbg/102.png);
}

.bg3 {
  background-image: url(../image/projectbg/103.jpg);
}

.bg4 {
  background-image: url(../image/projectbg/104.jpg);
}

.bg5 {
  background-image: url(../image/projectbg/105.jpg);
}

.bg6 {
  background-image: url(../image/projectbg/106.jpg);
}

.bg7 {
  background-image: url(../image/projectbg/107.jpg);
}

.bg8 {
  background-image: url(../image/projectbg/108.jpg);
}

.bg9 {
  background-image: url(../image/projectbg/109.jpg);
}

.bg10 {
  background-image: url(../image/projectbg/110.jpg);
}

.bg11 {
  background-image: url(../image/projectbg/111.png);
}

.bg13 {
  background-image: url(../image/projectbg/113.jpg);
}

.bg14 {
  background-image: url(../image/projectbg/114.jpg);
}

.bg15 {
  background-image: url(../image/projectbg/115.jpg);
}

.bg16 {
  background-image: url(../image/projectbg/116.jpg);
}

.bg17 {
  background-image: url(../image/projectbg/117.jpg);
}

.bg18 {
  background-image: url(../image/projectbg/118.jpg);
}

.bg19 {
  background-image: url(../image/projectbg/119.jpg);
}

.bg20 {
  background-image: url(../image/projectbg/120.jpg);
}

.bg21 {
  background-image: url(../image/projectbg/121.jpg);
}

.bg22 {
  background-image: url(../image/projectbg/122.jpg);
}

.bg23 {
  background-image: url(../image/projectbg/123.jpg);
}

.bg24 {
  background-image: url(../image/projectbg/124.jpg);
}

.bg25 {
  background-image: url(../image/projectbg/125.jpg);
}

.bg26 {
  background-image: url(../image/projectbg/126.jpg);
}

.bg27 {
  background-image: url(../image/projectbg/127.jpg);
}

.bg28 {
  background-image: url(../image/projectbg/128.jpg);
}

.bg29 {
  background-image: url(../image/projectbg/129.jpg);
}

.bg30 {
  background-image: url(../image/projectbg/130.jpg);
}

.bg31 {
  background-image: url(../image/projectbg/131.jpg);
}

.bg32 {
  background-image: url(../image/projectbg/132.jpg);
}

.bg33 {
  background-image: url(../image/projectbg/133.jpg);
}

.bg34 {
  background-image: url(../image/projectbg/134.jpg);
}

.bg35 {
  background-image: url(../image/projectbg/135.jpg);
}

.bg36 {
  background-image: url(../image/projectbg/136.jpg);
}

.bg37 {
  background-image: url(../image/projectbg/137.jpg);
}

.bg38 {
  background-image: url(../image/projectbg/138.jpg);
}

.bg39 {
  background-image: url(../image/projectbg/139.jpg);
}

.bg40 {
  background-image: url(../image/projectbg/140.jpg);
}

.bg41 {
  background-image: url(../image/projectbg/141.jpg);
}

.bg42 {
  background-image: url(../image/projectbg/142.jpg);
}

.bg43 {
  background-image: url(../image/projectbg/143.jpg);
}

.bg44 {
  background-image: url(../image/projectbg/144.jpg);
}

.bg45 {
  background-image: url(../image/projectbg/145.jpg);
}

.bg46 {
  background-image: url(../image/projectbg/146.jpg);
}

.bg47 {
  background-image: url(../image/projectbg/147.jpg);
}

.bg48 {
  background-image: url(../image/projectbg/148.jpg);
}

.bg49 {
  background-image: url(../image/projectbg/149.jpg);
}

.bg50 {
  background-image: url(../image/projectbg/150.jpg);
}

.bg51 {
  background-image: url(../image/projectbg/151.jpg);
}

.bg52 {
  background-image: url(../image/projectbg/152.jpg);
}

.bg53 {
  background-image: url(../image/projectbg/153.jpg);
}

.bg54 {
  background-image: url(../image/projectbg/154.jpg);
}

.bg55 {
  background-image: url(../image/projectbg/155.jpg);
}

.bg56 {
  background-image: url(../image/projectbg/156.jpg);
}

.bg57 {
  background-image: url(../image/projectbg/157.png);
}

.bg157 {
  background-image: url(../image/projectbg/157.jpg);
}

