video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: grayscale(1);
}
.dancing-font{
    
  font-family: 'Waiting for the Sunrise', cursive;
}
.navbar .logo img
{
  width: 280px;
}
.mega-menu{
  width: 400px;
}
.mega-menu .col-6 h6 {
  padding-left: 6px;
  font-size: 16px;
  color: #4a4a4a;
  border-left: 4px solid #b19777;
  margin-left: 14px;
}
@media (min-width: 1300px){
.container {
  max-width: 1240px;
}
}
.client{
  text-align: center;
}
.client img{
  width: 120px;
  height: 100%;
  margin: auto;
}
.project  .items .info {
  background-image: url(../img/line-pattern.png);
  padding: 10px 20px;
  height: 110px;
}
.project .items .item-img{
  width: 100%;
  height: 300px;
}
.project .items {
  /* padding: 0 15px; */
}
.info h5, .info1 h5{
  font-size: 21px;
}
.info span, .info1 span {
  display: inline-block;
  font-size: 14px;
}
.project  .items .info1 {
  background-image: url(../img/line-pattern.png);
  padding: 10px 20px;
  background-blend-mode: overlay;
  background-color: #00000096;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 10px);
}
.bg-black{
  background-color: black;
}
.border-white{
  border-color: #fff !important;
}
.search .form-control {
  font-size: 14px;
  color: #515151;
  border-color: #7c7c7c !important;
  border: none;
  border-bottom: 1px solid;
  margin: 0 31px;
  cursor: pointer;
}
.search .form-control:focus {
  /* color: #dedede; */
  background-color: #fff;
  border-color: #ffffff;
  outline: 0;
  box-shadow: none;
}
.explore {
  -webkit-animation: bounce-top 4s linear infinite both;
  animation: bounce-top 4s linear infinite both;
  color: white;
}
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
.hmone{
  margin-top: 64vh;
}
.hmone p{
  font-size: 13px;
}
.hmone a{
  font-size: 14px;
  font-weight: 300;
}
.navbar>.container, .navbar>.container-fluid {
  display: block;
  text-align: center;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.fz-12 {
  font-size: 12px;
}
.quick-enquiry{
  font-size: 13px;
  color: white;
  -webkit-animation: blink-1 2s ease-in infinite both;
  animation: blink-1 2s ease-in infinite both;
}
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    color: #b19777;
  }
  25%,
  75% {
   color: #fff;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    color: #b19777;
  }
  25%,
  75% {
    color: #fff;
  }
}
.portfolio .category{
  position: relative;  
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
   cursor: pointer;
   overflow: hidden;
}
.portfolio .category img{
  transition: transform 1s ease-in-out;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.portfolio .category img:hover {
  transform: scale(1.1);
 }
.portfolio .category h4{
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to top, black, transparent);
  width: 100%;
  /* height: 20%; */
  color: white;
  padding: 60px 0 20px 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
.image-wrapper {
  height: 12rem;
  width: 12rem;
  border-radius: 6px;
  background-color: #ccc;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
.image-wrapper img {
  height: auto;
  max-width: 100%;
}

.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before, .shine:focus::before {
  -webkit-animation: shine 0.85s;
          animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.radius-0{
  border-radius: 0 ;
}
.slider .parallax-slider .swiper-slide .page-banner{
  height: 85vh;
  filter: grayscale(0.5);
}
.page-banner .hmone {
  margin-top: 54vh;
}
.page-banner .hmone h1{
  font-size: 50px !important;
}
  /* the slides */
  .slick-slide {
    margin: 0 20px;
}

/* the parent */
.slick-list {
    margin: 0 -20px;
}
 /* whatsapp sticky button */

 .whatsapp-btn{
  position: fixed;
  bottom: 20px;
  z-index: 10000;
  right: 20px;
}
.whatsapp-btn img{
width: 60px;

}

.pulse {
animation: pulse 2s infinite ease-in-out alternate;
}
@keyframes pulse {
from { transform: scale(0.9); }
to { transform: scale(1); }
}
.btn-curve.btn-color {
  background: transparent;
  border-color: #b19777;
  color: #b19777;
}
.btn-curve.btn-color span {
  color: #000;
}
.btn-curve.btn-color:hover span {
  color: #fff;
}
.btn-curve.btn-color:after {
  background: #b19777;
  color: white;
}
.fz-44{
  font-size: 44px !important;
}
.project-detail .section-head h4 {
  font-size: 27px;
  margin-bottom: 15px;
}
.project-detail p {
  color: #5f5f5f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 10px ;
}
.section-head h6 {
  color: #b19777;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.fz-20{
  font-size: 20px !important;
}
.project-detail img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about .specialty ul li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px  0 15px;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
  width: 100%;
}
.about .specialty ul li.active, .about .specialty ul li:hover{
  color: #b19777;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);

}
.project-detail .tab-content img{
  width: 100%;
  height: 500px;
  object-fit: contain;
}
.amenities{
  text-align: center;
  margin-bottom: 20px;
}
.amenities img{
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 10px;
}
.amenities h4{
  color: white;
  text-align: center;
  font-size: 15px;
}
.w-auto{
  width: auto;
}
/* ------------------------------------error----------------------------------------- */
.cog-error{
  text-align: center;
  margin: 10% 0;
}
.cog-error h4{
  font-size: 40px;
  margin: 20px 0;
}
.cog-error .btn-cog {
  color: #fff;
  background-color: #b19777;
  border-color: #b19777;
  font-weight: 500;
  padding: 5px 20px;
}
.cog-error p{
  font-size: 18px;
}
.whatsapp-btn{
  position: fixed;
  bottom: 20px;
  z-index: 10000;
  right: 20px;
}
.whatsapp-btn img{
width: 60px;

}

.pulse {
animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
from { transform: scale(0.9); }
to { transform: scale(1); }
}
.space-between{
  justify-content: space-between;

}
.theaters a{
  width: 100%;
}
.main-footer .usful-links ul li a{
  padding-right: 10px;
}
.logo-footer a img{
  width: 300px;
}
.pages-header .cont h1 {
  font-size: 50px;
  margin-bottom: 20px;
  margin-top: 60vh;
  font-weight: 400;
}
.nav-pills .nav-link {
  border-radius: 0;
  border: none;
  background: none;
  font-family: 'Cinzel', serif !important;
  font-weight: 500;
  font-size: 22px;
  margin: 0 25px;
  cursor: pointer;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: inherit;
  background-color: #ffffff;
  border-bottom: 2px solid;
  padding-bottom: 0px;
}
.txt-cont span {
  /* font-family: 'Playfair Display', serif; */
  font-family: 'Cinzel', serif !important;
  font-weight: 600;
  color: black;
}