@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html {

  scroll-behavior: smooth;

}


body {

  margin: 0;

  padding: 0;

  font-family: "DM Sans", sans-serif !important;

  font-size: 16px;

  font-weight: 400;

  line-height: 1.5em;
  letter-spacing: .5px;

  overflow-x: hidden !important;

  border-top: none !important;
  color: #888888 !important;

}

body.model-open {

  padding: 0 !important;

}

.inter{
  font-family: "Inter", sans-serif !important;
}


.checked {

  color: orange;

}


.hide-in-mob {

  display: block !important;

}

.view-in-mob {

  display: none !important;

}

/*FONT Families*/


input::-ms-clear {

  display: none;

}


select::-ms-expand {

  display: none;

}


input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

  -webkit-appearance: none !important;

  -moz-appearance: none !important;

  appearance: none !important;

}


input[type=number] {

  -moz-appearance: textfield !important;

}


select {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  outline: none;

  background: url(../img/down-arrow-3.png) no-repeat center right 6px/12px;

  border: none;

  padding-right: 24px;

}


input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}


a,

a:hover {

  text-decoration: none;

  outline: none;

  color: #202020;
  transition: 0.3s all linear;

}

a:hover {
  color: #B4872A !important;
}


img {

  max-width: 100%;

}


.h4,

.h5,

.h6,

h4,

h5,

h6 {

  margin: 0;

  padding: 0;

}


.pd5 {

  padding: 5px;

}

.pd10 {

  padding: 10px;

}

.pd15 {

  padding: 15px;

}

.pd20 {

  padding: 20px;

}

.pt5 {

  padding-top: 5px;

}

.pt10 {

  padding-top: 10px;

}

.pt15 {

  padding-top: 15px;

}

.pt20 {

  padding-top: 20px;

}

.pt30 {

  padding-top: 30px;

}


.pt40 {

  padding-top: 40px;

}


.pt50 {

  padding-top: 50px;

}

.pt80 {

  padding-top: 80px;

}


.pb5 {

  padding-bottom: 5px;

}

.pb10 {

  padding-bottom: 10px;

}

.pb15 {

  padding-bottom: 15px;

}

.pb20 {

  padding-bottom: 20px;

}

.pb30 {

  padding-bottom: 30px;

}


.pb40 {

  padding-bottom: 40px;

}


.pb50 {

  padding-bottom: 50px;

}

.pb80 {

  padding-bottom: 80px;

}


.pl5 {

  padding-left: 5px;

}

.pl10 {

  padding-left: 10px;

}

.pl15 {

  padding-left: 15px;

}

.pl20 {

  padding-left: 20px;

}

.pr0 {

  padding-right: 0px;

}

.pr5 {

  padding-right: 5px;

}

.pr10 {

  padding-right: 10px;

}

.pr15 {

  padding-right: 15px;

}

.pr20 {

  padding-right: 20px;

}


/*----------Margin Styles----------*/

.mt0 {

  margin-top: 0px;

}

.mt5 {

  margin-top: 5px;

}

.mt10 {

  margin-top: 10px;

}

.mt15 {

  margin-top: 15px;

}

.mt20 {

  margin-top: 20px;

}


.mt25 {

  margin-top: 25px;

}

.mt30 {

  margin-top: 30px;

}

.mt50 {

  margin-top: 50px;

}

.mt80 {

  margin-top: 80px;

}


.mb5 {

  margin-bottom: 5px;

}

.mb10 {

  margin-bottom: 10px;

}

.mb15 {

  margin-bottom: 15px;

}

.mb20 {

  margin-bottom: 20px;

}


.mb25 {

  margin-bottom: 25px;

}

.mb30 {

  margin-bottom: 30px;

}


.mb40 {

  margin-bottom: 40px;

}

.mb50 {

  margin-bottom: 50px;

}

.mb80 {

  margin-bottom: 80px;

}

.mr5 {

  margin: 5px;

}

.mr10 {

  margin: 10px;

}

.mr15 {

  margin: 15px;

}

.mr20 {

  margin: 20px;

}


.mr25 {

  margin: 25px;

}


.wrapper {

  display: inline-block;

  width: 100%;

  clear: both;

  vertical-align: top;

}


/*----------Text Transform ----------*/


.txt-upr {

  text-transform: uppercase;

}


.txt-center {

  text-align: center;

}


.txt-left {

  text-align: left;

}


.txt-right {

  text-align: right;

}


/*----------WORD WRAPPING ----------*/

button, button:focus {

  outline: none !important;
  cursor: pointer;

}

button:focus {

  box-shadow: none !important;

}

.wordWrap {

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  display: block;

}


.mob {

  display: none;

}


/*-----------BACKGROUND COLOR--------------*/


.bg-whitebrown {

  background-color: #F8F5F0;

}

.bg-green {

  background-color: #2bb567;

}

.bg-blackgreen {

  background-color: #041e00;

}

.bg-whitegrey {

  background: #E8E8E8;

}

.bg-grey {

  background: #e3e3e3;

}


.bg-white {

  background-color: #fff;

}

.bg-blue {

  background-color: #1D337F;

}

.bg-dark-blue{
  background-color: #070F32;
}

.bg-black {

  background-color: #222222;

}

.bg-Lightgray {

  background: #f3f3f3;

}


/* fonts-weight */

.thin {

  font-weight: 300;

}


.light {

  font-weight: 300;

}

.reguler {

  font-weight: 400;

}

.medium {

  font-weight: 500;

}


.semiBold {

  font-weight: 600;

}

.bold {

  font-weight: 700;

}

.extrabold {

  font-weight: 800;

}

.bolder {

  font-weight: 900;

}


/* font-size */

.font9 {

  font-size: 9px;

}

.font12 {

  font-size: 12px;

}

.font13 {

  font-size: 13px;

}

.font14 {

  font-size: 14px;

}

.font15 {

  font-size: 15px;

}

.font16 {

  font-size: 16px;

}

.font17 {

  font-size: 17px;

}

.font18 {

  font-size: 18px;

}

.font19 {

  font-size: 19px;

}

.font20 {

  font-size: 20px;

}

.font22 {

  font-size: 22px;

}

.font23 {

  font-size: 23px;

}

.font24 {

  font-size: 24px;

}

.font25 {

  font-size: 25px;

}

.font26 {

  font-size: 26px;

}

.font27 {

  font-size: 27px;

}

.font30 {

  font-size: 30px;

}

.font35 {

  font-size: 35px;

}

.font40 {

  font-size: 40px;

}


.font45 {

  font-size: 45px;

}

.font50 {

  font-size: 50px;

}

.font60 {

  font-size: 60px;

}

.font75 {

  font-size: 75px;

}

.text-justify{
  text-align: justify;
}


/*----Text Color styles------ */


.clr-white {

  color: #fff;

}

.clr-brown {

  color: #b4872a;

}

.clr-green{

  color: #2bb567 !important;

}

.clr-black {

  color: #000;

}


.clr-whitegrey {

  color: #dfdfe0;

}

.clr-grey {

  color: #888888;

}


.clr-yellow {

  color: #FAAA3D;

}


.clr-red {

  color: #ec3237;

}


.input-focus {

  color: #342c29;

}


/* Button Style */


/* section-title */


.section-title {

  font-size: 35px;

  font-weight: bold;

  color: #000;

  text-align: center;

  position: relative;

  margin-bottom: 30px;

  line-height: 1.2em;
}


.section-title:after {

  content: '';

  position: absolute;

  width: 207px;

  height: 2px;

  background: #17A2B8;

  bottom: -20px;

  left: 50%;

  transform: translateX(-50%);

}


/* placeholder color change */


::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #bbb9b9;

}


::-moz-placeholder {

  /* Firefox 19+ */

  color: #bbb9b9;

}


:-ms-input-placeholder {

  /* IE 10+ */

  color: #bbb9b9;

}


:-moz-placeholder {

  /* Firefox 18- */

  color: #bbb9b9;

}


input[type=text] {

  outline: none;

}

/*------------------------Button Styles Starts---------------*/
.theme-btn {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 15px;
  border: solid 2px #B4872A;
  color: #fff;
  text-decoration: none;
  background: #B4872A;
  transition: 0.3s all ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
}


.theme-btn:before {

  position: absolute;

  content: '';

  left: 110%;

  top: 0px;

  width: 100%;

  height: 100%;

  z-index: 1;

  opacity: 1;

  background-color: #7a6000;

  -webkit-transition: all 0.4s;

  -moz-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

  transform: skewX(-25deg);

  z-index: -1;

}


.theme-btn:hover:before {

  left: 0%;

  -webkit-transform: scale(1, 1);

  transform: scale(1, 1);

}


.btn-radius {

  border-radius: 5px;

}

.theme-btn:hover {

  text-decoration: none;

  background: #7a6000;

  border-color: #7a6000;

  color: #fff !important;


}


/*------------------------Button Styles Ends---------------*/


/*------------------------Header Starts---------------*/

::-webkit-scrollbar {

  width: 5px;

  height: 8px;

  background-color: #aaa;
  /* or add it to the track */

}


/* Add a thumb */

::-webkit-scrollbar-thumb {

  background: #000;

}


/*header*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #0000008c;
  padding: 10px 0px;
  z-index: 99;
}

header .site-logo {
  width: 100%;
  height: 71px;
}

header .site-logo img {
  height: 100%;
  object-fit: contain;
}

header .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header .main-menu ul li {
  display: inline-block;
  vertical-align: middle;
}

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

header .main-menu ul li a {
  padding: 0px 12px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

header .main-menu ul li.menu-new-btn a {
  padding: 8px 15px;
}

.toggle-btn-new {
  position: absolute;
  top: 27px;
  right: 20px;
  width: 30px;
  height: 20px;
  transition: 0.3s all ease;
  z-index: 99;
}

.toggle-btn-new span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #fff;
  transition: 0.3s all ease;
  z-index: 11;
}

.toggle-btn-new  span.middle {
  top: 8px;
}

.toggle-btn-new span.bottom {
  top: 16px;
  width: 13px;
}

.toggle-btn-new span.top {
  width: 20px;
}

.menu-open .toggle-btn-new span.top {
  width: 30px;
  transform: rotate(45deg);
  top: 10px;
}

.menu-open .toggle-btn-new span.middle {
  display: none;
}

.menu-open .toggle-btn-new span.bottom {
  width: 30px;
  transform: rotate(-45deg);
  top: 10px;
}

.main-video video {
  width: 100%;
  object-fit: cover;
}


/*about*/
.about-urban .about-combo-imges {
  position: relative;
  min-height: 420px;
}

.about-urban .about-combo-imges .img-box {
  width: 380px;
  margin-left: auto;
  border: solid 5px #D9D9D9;
  height: 270px;
}

.about-urban .about-combo-imges .img-box .img-box.two {
  margin-left: 0;
  margin-right: auto;
}

.about-urban .about-combo-imges .img-box.two {
  margin-left: 0;
  position: absolute;
  bottom: 0px;
}

.about-urban .about-combo-imges .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-urban .about-combo-imges .img-box.two img {
  object-position: top;
}

.top-heading .tp-heading{
  position: relative;
  padding-left: 40px;
  width: auto;
  display: inline-block;
}
.top-heading .tp-heading:before{
 content: "";
 position: absolute;
 top: 6px;
 left: 0;
 margin-left: 5px;
 width: 30px;
 height: 10px;
 background: url(../img/shape.png) no-repeat center center;
 background-size: contain;
}

.urban-rooms .room-boxes {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.urban-rooms .room-boxes .img-box {
  width: 100%;
  height: 280px;
  position: relative;
}

.urban-rooms .room-boxes .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.urban-rooms .room-boxes .content {
  background: #fff;
  padding: 15px;
  min-height: 180px;
}

.urban-rooms .room-boxes .content h3 {
  margin-bottom: 0;
  color: #b4872a;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 10px;
}

.urban-rooms .room-boxes .content p {
  color: #888888 !important;
  margin-bottom: 0;
  font-size: 16px;
}

.urban-rooms .room-boxes .img-box:after {
  content: '';
  background: linear-gradient(178deg, rgb(255 255 255 / 0%) 0%, rgb(180 135 42 / 65%) 100%);
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: 0.5s all linear;
}

.urban-rooms .room-boxes:hover .img-box:after {
  height: 100%;
}


.urban-rooms .room-boxes .img-box:before {
  content:"\2b";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
  color: #fff;
  font-size: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 50px;
  border: solid 1px #fff;
  opacity: 0;
  transition: 0.5s all linear;
  z-index: 1;
}

.urban-rooms .room-boxes:hover .img-box:before {
  opacity: 1;
}


/*urban rasoi*/

.urban-rasoi-slider .slide-box {
  position: relative;
}

.urban-rasoi-slider .slide-box .img-box {
  width: 100%;
  height: 412px;
}

.urban-rasoi-slider .slide-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.urban-rasoi-slider .slide-box .content-box {
  background: #fff;
  width: 93%;
  margin: -42px auto 10px;
  z-index: 1;
  position: relative;
  padding: 10px 25px;
  text-align: center;
  box-shadow: 0 0 5px #00000052;
  border-radius: 10px;
  min-height: 163px;
}

.urban-rasoi-slider .slide-box .content-box p {
  font-size: 16px;
}

.urban-rasoi-slider .slide-box .content-box h4 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.urban-rasoi-slider .slide-box .content-box h4:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #b4872a;
  transform: translateX(-50%);
}

.urban-rasoi-slider {
  position: relative;
}

.urban-rasoi-slider .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}

.urban-rasoi-slider .owl-nav button, .thumb-new-slider .owl-nav button {
  width: 40px;
  height: 40px;
  margin: 0px 3px;
  border: solid 1px #B4872A !important;
  color: #B4872A !important;
  font-size: 18px !important;
  text-align: center;
}

.urban-rasoi-slider .owl-nav button span, .thumb-new-slider .owl-nav button span {
  width: 34px;
  height: 34px;
  display: inline-block;
  border: solid 1px #B4872A !important;
  line-height: 34px;
  transition: 0.5s all linear;
}

.thumb-new-slider .owl-nav button, .thumb-new-slider .owl-nav button span{
  border-color: #fff !important;
  color: #fff !important;
}

.urban-rasoi-slider .owl-nav button:hover span, .thumb-new-slider .owl-nav button:hover span{
  background: #B4872A !important;
  color: #fff !important;
}

/*urban facilities*/

.facilities-slide .inner-content .img-box {
  width: 40px;
  height: 40px;
  margin: auto;
  margin-bottom: 10px;
}

.facilities-slide .inner-content .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.facilities-slide .inner-content {
  border-left: dashed 1px #b4872a;
  padding: 10px 0px;
}

.facilities-slide .owl-item:first-child .inner-content {
  border-left: none;
}

.facilities-slide .inner-content h3 {
  margin-bottom: 0;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dots button.owl-dot {
  width: 18px;
  height: 18px;
  border: solid 1px #b4872a !important;
  margin: 0px 2px;
  border-radius: 50%;
  transition: 0.3s all linear;
}

.owl-dots button.owl-dot.active {
  background: #b4872a;
}

/*btm-video*/
.bottom-video-seciton .img-box {
  width: 100%;
  height: 650px;
}

.bottom-video-seciton .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bottom-video-seciton {
  position: relative;
}

.bottom-video-seciton .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  border: solid 3px #fff;
  transition: 0.3s all linear;
  z-index: 1;
}

.bottom-video-seciton .play-btn a{
  display: block;
}

.bottom-video-seciton .play-btn i {
  color: #fff;
  line-height: 97px;
  font-size: 33px;
  padding-left: 5px;
}

.bottom-video-seciton .play-btn:hover {
  background: #b4872a;
  border-color: #b4872a;
}

.bottom-video-seciton:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000001f;
}

/*team section*/

.urban-team .img-box{
  border: solid 1px #b4872a;
  padding: 15px;
}

.urban-team .img-box .team-img{
  border: none;
  padding: 0;
}

.urban-team .team-img {
  border: solid 1px #b4872a;
  padding: 15px;
}

.urban-team .team-img {
  width: 100%;
  height: 290px;
  overflow: hidden;
}

.urban-team .team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transform: scale(1);
  transition: 0.3s all linear;
}

.urban-team .team-main:hover .img-box .team-img img {
  transform: scale(1.1);
}

.urban-team .team-main .content a {
  display: inline-block;
  border: solid 1px #b4872a;
  padding: 5px 20px;
  border-radius: 2px;
  position: relative;
  font-size: 15px;
  margin-top: 8px;
  overflow: hidden;
  z-index: 4;
}

.urban-team .team-main .content a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -140%;
  width: 100%;
  height: 100%;
  background: #b4872a;
  z-index: 0;
  transition: 0.3s all linear;
}

.urban-team .team-main .content a span{
  position: relative;
}

.urban-team .team-main .content a:hover:before {
  left: 0;
}

.urban-team .team-main .content a:hover {
  color: #fff !important;
}

.modal-team-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.modal-team-main .img-box {
  width: 210px;
  height: 210px;
  border: solid 1px #b4872a;
  padding: 10px;
}

.modal-team-main .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.modal-team-main .content {
  width: calc(100% - 230px);
}

.modal-team-main .content p {
  font-size: 15px;
  color: #2a2a2a !important;
  margin-bottom: 0;
}

.modal-team-main .content h4 {
  margin-bottom: 10px;
}

/*.urban-team .flip-card
{
  height: 100%;
  width:100%;
  transform-style: preserve-3d;
  transition: all 0.8s linear;
  min-height: 360px;
}
.urban-team .fliparea{    
  box-sizing: border-box;
}
.urban-team .fontface
{
  position: absolute;
  backface-visibility: hidden;
  width:100%;
  height: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 3px;
  background: -moz-linear-gradient(-45deg, #ffa067 0%, #ff2959 49%, #ff2024 100%);
  background: #fff;
  background: #fff;
}
.urban-team .back
{
  transform: rotateY(180deg);
  box-sizing: border-box;
  background-color: #b4872a;
  color:white;
}

.urban-team .flip-container:hover .flip-card
{
  transform:rotateY(-180deg);
  box-shadow: -5px 5px 5px #80808059;
}

*/
/*testimonials*/
.testimonial-slider .inner-testimonials {
  background: #fff;
  box-shadow: 0 0 5px #0000003d;
  margin: 10px;
  padding: 15px;
  border-radius: 10px;
}

.testimonial-slider .inner-testimonials .content {
  height: 165px;
  overflow: auto;
}

.testimonial-slider .inner-testimonials .content p {
  margin-bottom: 0;
  font-size: 15px;
}

.testimonial-slider .inner-testimonials .stars {
  margin: 10px 0px;
}

.testimonial-slider .inner-testimonials .stars i.fa-solid {
  color: #B4872A;
  font-size: 15px;
  margin: 0px 2px;
}

.testimonial-slider .inner-testimonials .user-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
}

.testimonial-slider .inner-testimonials .user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-slider .inner-testimonials .user-details {
  margin-top: 10px;
}

.testimonial-slider .inner-testimonials .user-details h3 {
  margin-bottom: 0;
}

/*highlights*/

.urban-highlights .near-places {
  position: relative;
}

.urban-highlights .near-places .img-box {
  width: 100%;
  height: 255px;
  border-radius: 10px;
  overflow: hidden;
}

.urban-highlights .near-places .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all linear;
  transform: scale(1);
}

.urban-highlights .near-places .content {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 10px;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.urban-highlights .near-places:before {
  content: '';
  background: linear-gradient(178deg, rgb(255 255 255 / 0%) 0%, rgb(180 135 42 / 65%) 100%);
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s all linear;
  border-radius: 10px;
}

.urban-highlights .near-places:hover .img-box img {
  transform: scale(1.1);
}

/*footer*/
footer .bottom-logo {
  text-align: center;
  width: 100%;
  height: 72px;
}

footer .bottom-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer .site-btm-details {
  border-bottom: solid 1px #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;margin-bottom: 10px;
}

footer .site-btm-details .box {
  position: relative;
  margin-bottom: 10px;
}

footer .site-btm-details .box .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 27px;
  color: #fff;
}

footer .site-btm-details .box .content {
  margin-left: 43px;
}

footer .site-btm-details .box .content p, footer .site-btm-details .box .content p a{
  color: #d9d9d9; 
}

footer .copyright-txt {
  font-size: 15px;
  color: #D9D9D9;
}

footer .social-media a {
  color: #d9d9d9;
  font-size: 16px;
  display: inline-block;
  margin: 0px 4px;
}

/*back to top css*/

.back-to-top #button {
  display: inline-block;
  background-color: #B4872A;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 60px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;

}

.back-to-top #button::after {

  content: "\f062";

  font-family: FontAwesome;

  font-weight: normal;

  font-style: normal;

  font-size: 20px;

  line-height: 40px;

  color: #fff;

}

.back-to-top #button.show {

  opacity: 0.7;

  visibility: visible;

}


/*about page */
.banner-section{
  background: url(../img/banner-bg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner-section:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}

.banner-section .banner-title{
  position: relative;
  z-index: 1;
  text-align: center;
}

.about-urban .about-combo-imges.aboutPage {
  min-height: auto;
  padding: 15px;
  border: solid 2px #B4872A;
}

.about-urban .about-combo-imges.aboutPage .img-box.one {
  width: 100%;
  height: 460px;
  border: none;
}

.about-sections .about-points ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-sections .about-points ul li {
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.about-sections .about-points ul li:before {
  content: '\f058';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: 'FontAwesome';
  color: #B4872A;
  font-size: 20px;
}

.image-gallery .gallery-images .gallery_product a {
  display: block;
  width: 100%;
  height: 280px;
  margin-bottom: 15px;
  border: solid 4px #b4872a;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.image-gallery .tabs-gallery .filter-btns {
  text-align: center;
  margin: 10px 0px;
}

.image-gallery .tabs-gallery .filter-btns .filter-button {
  padding: 5px 15px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  color: #222;
}

.image-gallery .tabs-gallery .filter-btns .filter-button.active {
  background: #b4872a;
  color: #fff;
}

.image-gallery .gallery-images .gallery_product a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}

.image-gallery .gallery-images .gallery_product a:hover:before {
  height: 100%;
}

.image-gallery .gallery-images .gallery_product a:before {
  content: '';
  background: linear-gradient(178deg, rgb(255 255 255 / 0%) 0%, rgb(180 135 42 / 65%) 100%);
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: 0.5s all linear;
}

.image-gallery .gallery-images .gallery_product a:after{
  content: "\f06e";
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: FontAwesome;
  transform: translate3d(-50%, -50%, 0px);
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: solid 1px #fff;
  opacity: 0;
  transition: 0.5s all linear;
  z-index: 2;

}

.image-gallery .gallery-images .gallery_product a:hover:after{
  opacity: 1;
}

.image-gallery .gallery-images .gallery_product a h4 {
    position: absolute;
    bottom: -100%;
    width: 100%;
    padding: 15px;
    background: #b4872a;
    color: #fff;
    font-size: 14px;
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    z-index: 2;
    transition: 0.5s all linear;
    margin-bottom: 0;
}

.image-gallery .gallery-images .gallery_product a:hover h4 {
    bottom: 0;
}

.video-gallery .bottom-video-seciton .img-box {
  height: 420px;
}

.video-gallery .bottom-video-seciton .play-btn {
  top: auto;
  left: auto;
  right: 10px;
  transform: none;
  bottom: 10px;
  width: 50px;
  height: 50px;
}

.video-gallery .bottom-video-seciton .play-btn i {
  line-height: 47px;
  font-size: 19px;
}

/*contact page css*/

.urban-contact .top-heading.mb20 .tp-heading {
  text-transform: uppercase;
  padding-left: 0;
}

.urban-contact .top-heading.mb20 .tp-heading::before {
  display: none;
}

.urban-contact .contact-form-box .inner-form .form-group input, .urban-contact .contact-form-box .inner-form .form-group textarea {
  background-color: #F4F5F8;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F4F5F8;
  border-radius: 5px 5px 5px 5px;
  padding: 14px 20px;
  width: 100%;
  outline: none;
  box-shadow: none;
}

.urban-contact .contact-form-box .inner-form .form-group.sub-btn input, .urban-contact .contact-form-box .inner-form .form-group.sub-btn button {
  background: #b4872a;
  color: #fff;
  width: auto;
}

.urban-contact .conact-details .inner-boxes .box {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.urban-contact .conact-details .inner-boxes .box .icon-box {
  width: 60px;
  height: 60px;
  text-align: center;
  background: #b4872a;
  border-radius: 3px;
}

.urban-contact .conact-details .inner-boxes .box .icon-box i {
  color: #fff;
  font-size: 25px;
  line-height: 60px;
}

.urban-contact .conact-details .inner-boxes .box .content {
  width: calc(100% - 90px);
}

.urban-contact .conact-details .inner-boxes .box .content h3 {
  font-family: "Inter", sans-serif !important;
  color: #000;
  font-size: 19px;
}

.urban-contact .conact-details .inner-boxes .box .content h5, .urban-contact .conact-details .inner-boxes .box .content h5 a {
  color: #888888;
  font-size: 16px;
}

/*rooms details page */

.thumb-new-slider .slide-img a {
  width: 100%;
  display: block;
  height: 510px;
  overflow: hidden;
}

.thumb-new-slider .slide-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.0);
  transition: 0.3s all linear;
}

.thumb-new-slider .slide-img a:hover img{
  transform: scale(1.1);
}

.thumb-new-slider .owl-thumbs .owl-thumb-item {
  flex: 0 0 19%;
  height: auto;
  margin: 0px 5px;
  padding: 4px;
  background: transparent;
  border: solid 2px #b4872a;
}

.thumb-new-slider .owl-thumbs .owl-thumb-item.active{
  background: #b4872a6b;
}

.thumb-new-slider .owl-thumbs .owl-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-new-slider {
  position: relative;
}

.thumb-new-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 100%;
}

.thumb-new-slider .owl-nav button {
  position: absolute;
}

.thumb-new-slider .owl-nav button.owl-next {
  right: 20px;
}

.thumb-new-slider .owl-thumbs {
  text-align: center;
  margin: 10px 0px;
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  justify-content: center;
  padding-bottom: 10px;
}

.thumb-new-slider .slide-img a {
  position: relative;
}

/*.thumb-new-slider .slide-img a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000040;
}*/

.thumb-new-slider .slide-img a:after {
  content: '\f00e';
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'FontAwesome';
  transform: translate3d(-50%, -50%, 0px);
  font-size: 14px;
  opacity: 0;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(255,255,255,.2);
  transition: 0.3s all linear;
  border-radius: 50%;
}

.thumb-new-slider .slide-img a:hover:after {
  opacity: 0.8;
}

.urban_rooms .side-bardetails {
  background: #fff;
  background-color: #F4F5F8;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F4F5F8;
}

.urban_rooms .side-bardetails .side-heading {
  padding: 8px;
  background: #b4872a;
  border-bottom: solid 1px #b4872a;
}

.urban_rooms .side-bardetails .side-heading h3 {
  color: #fff;
  margin-bottom: 0;
}

.urban_rooms .side-bardetails ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 15px;
}

.urban_rooms .side-bardetails ul li {
  position: relative;
  margin-bottom: 9px;
  color: #000;
  font-size: 16px;
  padding-left: 29px;
}

.urban_rooms .side-bardetails ul li:before {
  content: '\f560';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  color: #b4872a;
}

.urban_rooms .row>.col-lg-4 {
  position: sticky;
  top: 100px;
  height: max-content;
}

.room-facilities .room-aminty {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0px;
}

.room-facilities .room-aminty .inner-content {
  flex: 0 0 32%;
  border: solid 1px #d9d9d9;
  margin-bottom: 10px;
  padding: 15px 15px;
}

.room-facilities .room-aminty .inner-content .img-box {
  width: 45px;
  height: 45px;
  margin: 10px auto;
}
.room-facilities .room-aminty .inner-content h3{
  margin-bottom: 0;
}
/*responsive*/
@media (max-width: 1399px){
  .main-video video {
    height: 520px;
  }

  .urban-rooms .room-boxes .img-box {
    height: 230px;
  }

  .urban-rasoi-slider .slide-box .img-box {
    height: 310px;
  }

  .urban-rasoi-slider .slide-box .content-box h4 {
    font-size: 17px;
  }

  .urban-rasoi-slider .slide-box .content-box p {
    font-size: 14px;
    line-height: 1.4em;
  }

  .top-heading h4 {
    font-size: 35px;
  }

  .top-heading .tp-heading {
    font-size: 16px;
  }

  .facilities-slide .inner-content h3 {
    font-size: 16px;
  }

  .bottom-video-seciton .img-box {
    height: 490px;
  }

  .urban-team .team-main .img-box .team-img {
    height: 260px;
  }

  .urban-team .team-main .content h3, .urban-team .team-main .content h4 {
    font-size: 17px;
  }

  .testimonial-slider .inner-testimonials .content p {
    font-size: 14px;
  }

  .testimonial-slider .inner-testimonials .user-details h3, 
  .testimonial-slider .inner-testimonials .user-details h4 {
    font-size: 16px;
  }

  .urban-highlights .near-places .img-box {
    height: 220px;
  }

  .about-urban .about-combo-imges .img-box {
    height: 240px;
  }

  header .main-menu ul li a {
    font-size: 15px;
  }

  header .site-logo {
    height: 55px;
  }
  header .main-menu ul li.menu-new-btn a {
    padding: 6px 12px;
  }

  footer .bottom-logo {
    height: 65px;
  }

  footer .site-addre h5 {
    font-size: 22px;
  }

  .thumb-new-slider .slide-img a {
    height: 380px;
  }

  .room-facilities .room-aminty .inner-content {
    padding: 10px;
  }

  .urban-rooms .room-boxes .content p {
    font-size: 14px;
    line-height: 1.4em;
  }

}

@media (max-width: 1199px){
  .urban-rooms .room-boxes .content {
    padding: 10px;
  }

  .urban-rooms .room-boxes .content p {
    font-size: 13px;
  }

  .urban-team .team-main .img-box .team-img {
    height: 200px;
  }
}

@media (max-width: 991px){
  header .main-menu {
    display: block;
    background: #ffff;
    position: fixed;
    height: 100vh;
    width: 280px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    z-index: 999;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    overflow-y: auto;
  }

  header .main-menu li {
    display: block;
    width: 100%;
  }

  header .main-menu ul li a {
    color: #000;
    border-top: solid 1px #f0f0f0;
    display: block;
    padding: 12px 16px;
  }

  header .main-menu ul li.menu-new-btn {
    padding: 12px 16px;
    text-align: center;
    border-top: solid 1px #f0f0f0;
  }

  header .main-menu ul li.menu-new-btn a.theme-btn {
    display: inline-block;
    width: auto;
  }

  .menu-open header .main-menu{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
  }

  body.menu-open {
    position: relative;
  }

  body.menu-open:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000047;
  }

  .main-video video {
    height: 460px;
  }


  .urban-rasoi-slider .slide-box .content-box h4 {
    font-size: 16px;
  }

  .urban-rasoi-slider .slide-box .content-box p {
    font-size: 14px;
  }

  .urban-rasoi-slider .slide-box .img-box {
    height: 280px;
  }

  .bottom-video-seciton .img-box {
    height: 370px;
  }

  .urban-team .team-main {
    margin-bottom: 15px;
  }

  .urban-highlights .near-places {
    margin-bottom: 15px;
  }

  .mb50 {
    margin-bottom: 30px;
  }

  .mt50 {
    margin-top: 30px;
  }

  .about-urban .about-combo-imges.aboutPage {
    margin-top: 10px;
  }

  .about-urban .about-combo-imges.aboutPage .img-box.one {
    height: 320px;
  }

  .video-gallery .bottom-video-seciton .img-box {
    height: 320px;
  }
  .urban_rooms .row>.col-lg-4{
    position: relative;
    top: auto;
  }
  .thumb-new-slider .slide-img a {
    height: 330px;
  }
  .urban-contact .conact-details {
    margin-top: 20px;
  }

  .modal-team-main {
    flex-direction: column;
  }

  .modal-team-main .content {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .modal-team-main .img-box {
    width: 160px;
    height: 180px;
  }
}

@media (max-width: 767px){
  .main-video video {
    height: 340px;
  }

  header .site-logo {
    height: 36px;
  }

  .toggle-btn-new {
    top: 17px;
  }

  .top-heading h4 {
    font-size: 29px;
  }

  .about-sections .inner p {
    font-size: 15px;
  }

  .about-sections {
    margin-bottom: 20px;
  }

  .about-urban .about-combo-imges .img-box.two {
    display: none;
  }

  .about-urban .about-combo-imges .img-box {
    width: 100%;
    height: 280px;
  }

  .urban-rooms .room-boxes {
    margin-bottom: 15px;
  }

  .bottom-video-seciton .img-box {
    height: 330px;
  }

  .bottom-video-seciton .play-btn {
    width: 80px;
    height: 80px;
  }

  .bottom-video-seciton .play-btn i {
    line-height: 79px;
    font-size: 25px;
  }

  footer .site-btm-details .box {
    flex: 0 0 100%;
  }

  footer .site-btm-details {
    flex-wrap: wrap;
  }

  footer .copyright-txt {
    text-align: center;
    margin-bottom: 10px;
  }

  footer .social-media {
    text-align: center !important;
  }
  .about-urban .about-combo-imges {
    min-height: auto;
  }

  .urban-rasoi-slider .owl-nav {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }

  .urban-rasoi-slider .slide-box .content-box{
    min-height: auto;
  }

  .banner-section {
    min-height: 240px;
  }

  .about-urban .about-combo-imges.aboutPage .img-box.one {
    height: 260px;
  }
  .image-gallery .tabs-gallery .filter-btns .filter-button{
    padding: 5px 12px;
  }

  .image-gallery .gallery-images .gallery_product a {
    height: 230px;
  }

  .video-gallery .bottom-video-seciton{
    margin-bottom: 15px;
  }

  .video-gallery .bottom-video-seciton .img-box {
    height: 270px;
  }
  .room-facilities .room-aminty .inner-content {
    flex: 0 0 48%;
  }

  .urban-rooms .room-boxes .img-box {
    height: 190px;
  }
  .urban-rooms .room-boxes .content {
    min-height: auto;
  }
}

@media (max-width: 576px){
  .thumb-new-slider .slide-img a {
    height: 230px;
  }
  .room-facilities .room-aminty .inner-content {
    flex: 0 0 100%;
  }
  .bottom-video-seciton .img-box {
    height: 240px;
  }
  .top-heading h4 {
    font-size: 22px;
  }

  footer .site-addre h5 {
    font-size: 17px;
  }
  .banner-section .banner-title h3 {
    font-size: 25px;
  }
  .banner-section {
    min-height: 200px;
  }
  .urban-contact .conact-details .inner-boxes .box .content h5 {
    font-size: 14px;
    word-break: break-all;
  }

  .urban-contact .conact-details .inner-boxes .box .icon-box {
    width: 50px;
    height: 50px;
  }

  .urban-contact .conact-details .inner-boxes .box .content {
    width: calc(100% - 60px);
  }

  .urban-contact .conact-details .inner-boxes .box .icon-box i {
    font-size: 20px;
    line-height: 50px;
  }
}

@media (max-width: 480px){
  .urban-team .team-main .img-box .team-img {
    height: 160px;
  }

  .urban-team .img-box {
    padding: 10px;
  }
}