/*General Styles*/
/*General Styles*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.abu{
  height: 513px;
}
.abu img{
width: 100%;
object-fit: cover;
}

.abulst{
height: 679px;
}

.abulst img{
  width: 100%;
object-fit: cover;
}

.exp_del_text {
  text-align: left;
  color: white !important;
  text-transform: uppercase;
 
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
}

.exp_del_text_1 {

  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px !important;
  color: #fff;
  padding: 35px !important;
  text-transform: uppercase;
  border-bottom: 1.5px solid #fff !important;
}

.lagacy_image_mobile_vw {
  display: none;
}


.banner-content-area h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 33px;
  text-transform: uppercase;
  padding-top: 60px;
}


.sub_heading {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0px;
  font-size: 16px !important;
}




.container {
  display: block;
  margin: 0 auto;
  width: 1200px !important;
}

@media (max-width: 1299px) {
  .container {
    width: 1140px !important;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 90% !important;
  }
}

html {
  font-size: 16px;
  background-color: #EFF2F2;
}

section {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 80px; */
}


.grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

hr {
  width: 266px;
  height: 1px !important;
  background-color: #D0B468;
  border: 0;
  text-align: center;
  margin: 0.5rem auto;
  border: 0;
  border-top: 0px solid rgba(0, 0, 0, 0.1);

}

@media only screen and (max-width: 1920px) {
  .whiteline {
    width: 621px;
    height: 0.5px;
    background-color: #fff;
    border: 0;
    margin: 50px auto;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .whiteline {
    width: 324px;
    height: 0.5px;
    background-color: #fff;
    border: 0;
    margin: 50px auto;
    text-align: center;
  }
  .cat_new_whiteline{
      margin:20px auto !important;
  }
}

@media only screen and (max-width: 1920px) {
  .btn-outline {
    color: #fff;
    background-color: transparent;
    padding: 10px 35px;
    border: 1px solid #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: 1s ease-in-out;
  }
}

@media only screen and (max-width: 600px) {
  .btn-outline {
    color: #fff;
    background-color: transparent;
    padding: 2px 3px 0px 3px;
    border: 1px solid #fff;
    font-size: 9px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: 1s ease-in-out;
    /* padding-left: 3px; */
    /* padding-right: 3px
px
; */
  }
}

@media only screen and (max-width: 1920px) {
  #about-watch {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #about-watch {
    display: block;
   
    margin-bottom: -50px;
    
  }
}



/* @media only screen and (max-width: 600px) {
  #EXPERIENCE {
    display: none;
  }
} */

.button {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 10px 28px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 300ms;
}

.button.outline {
  color: #D0B468;
  overflow: hidden;
  position: relative;
}

.button.outline:before,
.button.outline:after,
.button.outline .lines:before,
.button.outline .lines:after {
  background-color: #D0B468;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 300ms;
  width: 100%;
}

.button.outline:before {
  bottom: 0;
  top: auto;
}

.button.outline .lines {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.button.outline .lines:before,
.button.outline .lines:after {
  height: 100%;
  width: 1px;
}

.button.outline .lines:after {
  left: auto;
  right: 0;
}

.button:hover:before {
  transform: translateX(-101%);
}

.button:hover:after {
  transform: translateX(101%);
}

.button:hover .lines:before {
  transform: translateY(-101%);
}

.button:hover .lines:after {
  transform: translateY(101%);
}


.button-holder {
  padding-top: 15px;
  text-align: center;
}

.button.dark-outline {
  color: #fff;
  overflow: hidden;
  position: relative;
}

.button.dark-outline:before,
.button.dark-outline:after,
.button.dark-outline .lines:before,
.button.dark-outline .lines:after {
  background-color: #fff;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 300ms;
  width: 100%;
}

.button.dark-outline:before {
  bottom: 0;
  top: auto;
}

.button.dark-outline .lines {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.button.dark-outline .lines:before,
.button.dark-outline .lines:after {
  height: 100%;
  width: 1px;
}

.button.dark-outline .lines:after {
  left: auto;
  right: 0;
}


.btn-dark-outline {
  cursor: pointer;
  color: #D0B468;
  background-color: transparent;
  padding: 10px 40px;
  border: 1px solid #D0B468;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.second-title1 {
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  color: #000000;
  /* padding-bottom: 30px; */
  /* margin-bottom: 20px; */
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 1920px) {
  .second-title1 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    color: #000000;
    /* padding-bottom: 30px; */
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 21px;
  }
}
@media (max-width: 600px) {
  .second-title1 {

    padding-top: 27px;
  }
}

.second-title {
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  color: #000000;
  /* padding-bottom: 30px; */
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 1920px) {
  .second-title {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    color: #000000;
    /* padding-bottom: 30px; */
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 3px;
  }
}
@media (max-width: 600px) {
  .second-title {

    padding-top: 27px;
  }
}

@media (max-width: 600px) {
  .second-light-title {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    color: #ffff;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 400;
  }
  .cat_new_css{
      padding-bottom:0px;
  }

  #btn-about {
    margin-bottom: 35px;
  }
}


@media (max-width: 800px) {
  section {
    padding: 50px 20px;
  }
}

.about-banner {
  position: relative;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-banner .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: -1;
  background-color: #80a3db;
}


@media only screen and (max-width: 1920px) {
  .order-banner1 {
    background-image: url("../images/order-banner.png");
    background-size: cover;
    min-height: 90vh;
    position: relative;
    /* margin-top: 65px; */
  }
}

@media only screen and (max-width: 600px) {
  .order-banner1 {
    background-image: url("../images/order-banner.png");
    background-size: cover;
    position: relative;
    min-height: 35vh;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1920px) {
  .order-banner {
    background-image: url("../images/NewImages/final\ cp\ table\ book.jpg");
    background-size: cover;
    min-height: 100vh;
    position: relative;
    background-position: bottom;
  }

  .order-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    z-index: 1;
  }
}

@media only screen and (max-width: 600px) {
  .order-banner {
    background-image: url("../images/NewImages/final\ cp\ table\ book.jpg");
    background-size: cover;
    position: relative;
    min-height: 35vh;
    background-position: bottom;
  }

  .order-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    z-index: 1;
  }
}

@media only screen and (max-width: 1920px) {
  .about-banner {
    /* background-image: url("../images/bannerimg.svg"); */
    /* background-image: url("../images/cp.webp"); */
    background-image: url("../images/oldCp.webp");
    background-size: cover;
    position: relative;
    background-position: center;
  }
}

@media only screen and (max-width: 600px) {
  .about-banner {
    /* background-image: url(../images/bannerimg.svg); */
    background-image: url("../images/oldCp.webp");
    background-size: cover;
    position: relative;
    min-height: 35vh;
    background-position: center;
  }
}

@media only screen and (max-width: 1920px) {
  .banner-content-area {
    max-width: 1122px;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 600px) {
  .banner-content-area {
    max-width: 732px;
    margin: 0 auto;
    display: block;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 1920px) {
  .banner-content-area p {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #fff;
    text-align: justify;
  }
}

@media only screen and (max-width: 600px) {
  .banner-content-area p {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: justify;
    
  }
}

.sinceyear {
  padding: 60px 0 0px 0;
  position: relative;
}

.sinceyear .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1920px) {
  .sinceyear .right {
    width: 49%;
    height: 683px;
    margin-left: -30%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-top: 30px; */

  }
}

@media only screen and (max-width: 600px) {
  .sinceyear .right {
    width: 50%;
    margin-left: -30%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: -32px;
    top: 25px;
  }
}

.sinceyear .right img {
  width: 100%;
  object-fit: contain;
  display: block;
}

@media only screen and (max-width: 1920px) {
  .sinceyear .left {
    width: 80%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 70px;
    color: #000;
    padding-bottom: 221px;

  }
  .padding_about_section{
      padding-bottom:100px !important;
  }
}


@media only screen and (max-width: 1180px) {
  .sinceyear .left {
    width: 80%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0px;
    padding-left: 10px;
    padding-right: 23px;
  }
}


@media only screen and (max-width: 600px) {
  .sinceyear .left {
    width: 80%;
    background-color: #fff;
    display: block;
    align-items: center;
    justify-content: left;
    padding: 0px;
    color: #000;
    padding-left: 19px;
    margin-top: -60px;
    position: relative;
    left: -20px;
  }
}

.sinceyear .left .content {
  max-width: 450px;
  padding: 0;
}

@media only screen and (max-width: 1920px) {
  .sinceyear .left .content p {
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    margin: 0;
    text-align: justify;
  }
}
@media only screen and (max-width: 1180px) {
  .sinceyear .right {
    width: 49%;
    margin-left: -30%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: -22px;
  }
}
@media only screen and (max-width: 600px) {
  .sinceyear .left .content p {
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    margin: 0;
    padding-right: 70px;
    text-align: justify;
  }
}

.sinceyear .left .content p span {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.sinceyear .bottom {
  background: url(../images/bg-new.jpg) no-repeat top left;
  background-size: cover;
  height: auto;
  width: 100%;
  /* max-width: 100%; */
  left: 0;
  position: relative;
  bottom: inherit;
  padding: 3rem 0;

}

.sinceyear .bottomcontent {
  top: inherit;
  width: 100%;
  position: relative;
  text-align: center;

}

@media only screen and (max-width: 1920px) {
  .sinceyear .bottomcontent p {
    width: 41%;
    margin: 0 auto;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 600px) {
  .sinceyear .bottomcontent p {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
  }
}

.sinceyear-new {
  padding: 0;
}

.experience {
  padding: 2rem 0;
  position: relative;
}

.experience .experience-wrap {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}

.experience .experience-left-sect {
  width: 60%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 72px 120px;
  color: #000;
  /* position: relative; */
}

.experience .experience-left-sect .content {
  max-width: 500px;
  padding: 0;
  display: block;
  margin: 0 auto;
}

.experience .experience-left-sect .content p {
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-size: 16px;
}

.experience .experience-right-sect {
  width: 43%;
  /* min-height: 552px; */
  /* background: url(../images/imgss.png) no-repeat center; */

  background-size: cover;
  margin-left: -3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  top: 50px;
  right: 0;
  padding: 35px;
  filter: drop-shadow(5px 10px 3px rgba(78, 38, 26, 0.4));

}

.experience .experience-right-sect .second-light-title {
  font-weight: 400;
}

.experience .experience-right-sect .second-light-title {
  margin-bottom: 2rem;
}

.experience .experience-right-sect .btn-outline {
  padding: 10px 19px;
  margin-top: 20px;
}

.experience .experience-right-sect .right-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.experience .experience-right-sect .textsec {
  color: #fff;
  padding-left: 15px;
  font-size: 14px;
  text-transform: uppercase;

}

.experience .experience-right-sect .watchsec {
  padding: 40px 10px;
}

.experience .experience-right-sect .textsec p {
  padding-bottom: 20px;
  line-height: 17.7px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.experience .bottomimg {
  background: url(../images/lastimg.svg) no-repeat center;
  background-size: cover;
  height: 380px;
  width: 100%;
  position: absolute;
  bottom: -50%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .container {
    flex-direction: column;
    width: 100%;
    margin: 0 20px;
  }

  .left {
    width: 100%;
    height: 270px;
  }

  .right {
    width: 90%;
    margin: 0;
    margin-top: -100px;
  }
}

.bottomimg-lst-sec img {
  width: 100%;
  display: block;
}

/* .animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.one {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.two {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.two-right {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

.three {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}

.four {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  animation-delay: 4s;
}

.five {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  animation-delay: 5s;
}

.six {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s;
}

.seven {
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  animation-delay: 7s;
}

.eight {
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  animation-delay: 8s;
}

.nine {
  -webkit-animation-delay: 9s;
  -moz-animation-delay: 9s;
  animation-delay: 9s;
}

.ten {
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  animation-delay: 10s;
}

.eleven {
  -webkit-animation-delay: 11s;
  -moz-animation-delay: 11s;
  animation-delay: 11s;
} */

.bounce-in {
  animation: bounce-in 2s 6s ease;
}

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}



.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


@media only screen and (max-width: 1920px) {
  .experience-banner {

    background-image: url("../images/NewImages/CP\ interiors\ \(11\).webp");
    background-size: cover;
    position: relative;
    justify-content: center;
    text-align: center;
    min-height: 100vh;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 68px;
  }

}

@media only screen and (max-width: 600px) {

  .experience-banner {

    background-image: url("../images/NewImages/CP\ interiors\ \(11\).webp");
    background-size: cover;
    position: relative;
    justify-content: center;
    text-align: center;
    min-height: 35vh;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* experience style */

@media only screen and (max-width: 1920px) {
  .textitem {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 600px) {
  .textitem {
    padding: 30px 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 1920px) {
  .textitem .text {
    font-size: 25px;
    line-height: 33px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
  }
}

@media only screen and (max-width: 600px) {
  .textitem .text {
    font-size: 16px;
    line-height: 33px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-align: center;
  }
}

@media only screen and (max-width: 1920px) {
  .startyourday {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .startyourday {
    display: none;
  }
}

@media only screen and (max-width: 1920px) {
  .mycreat {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .mycreat {
    display: block;

  }
}

@media only screen and (max-width: 1920px) {

  .textitem hr {
    height: 1px !important;
    display: flex;
    align-items: center;
    width: 680px;
    background-color: #000;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    border: none;
  }
}

@media only screen and (max-width: 600px) {
  .textitem hr {
    height: 2px !important;
    display: flex;
    align-items: center !important;
    width: 233px;
    background-color: #000;
    /* height: 1px; */
    display: block;
    vertical-align: middle;
    border: none;
    margin-top: 7px;
  }
}



.startyourday {
  position: relative;
}

.startyourday .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  align-items: flex-start;
}

.startyourday .right {
  /* width: 50%; */
  width: 600px;
  height: 600px;
  margin-left: -30%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.startyourday .right img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.startyourday .left {
  width: 80%;
  height: auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 120px;
  color: #000;

}

.startyourday .left .content {
  max-width: 386px;
  padding: 0;
}

.startyourday .left .content p {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  text-align: justify;
}

.startyourday .left .content p span {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}


.businessmeeting {
  position: relative;
}

.businessmeeting .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  align-items: flex-end;
}

.businessmeeting .left {
  /* height: 400px; */
  width: 50%;
  margin-right: -4%;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  top: -100px;

}

.businessmeeting .left img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.businessmeeting .right {
  width: 54%;
  z-index: 0;
  margin-top: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px;
  color: #000;

}

.businessmeeting .right .content {
  max-width: 451px;
  padding: 0;
}

.businessmeeting .right .content p {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  text-align: justify;
}

.businessmeeting .right .content p span {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}



.laidbacklunch {
  position: relative;
}

.laidbacklunch .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;

  align-items: center;
}

.laidbacklunch .wrapper::before {
  content: '';
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  left: 0;
  background: #D0B468;
}


.laidbacklunch .right {
  height: 630px;
  width: 50%;
  margin-left: -30%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;

}

.laidbacklunch .right img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.laidbacklunch .left {
  width: 80%;
  height: 85%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 120px;
  color: #000;
  margin-top: 4.5rem;
  position: relative;
  z-index: 2;
}

.laidbacklunch .left .content {
  max-width: 441px;
  padding: 0;
}

.laidbacklunch .left .content p {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  text-align: justify;
}

.laidbacklunch .left .content p span {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}


.teasec {
  position: relative;

}

/* .teasec::before{
  content: '';
  width: 445px;
  height: 889px;
  display: block;
  background: url(../images/experience/bg-new.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
} */


.teasec .teasec-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  background-image: url('../images/experience/dark-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: bottom;
  /* background: #D0B468; */
}

/* .teasec .teasec-wrapper::before{
  content: '';
  width: 445px;
  height: 889px;
  display: block;
  background: url(../images/experience/bg-new.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
} */

.teasec .tea-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;

}

.teasec .tea-wrapper .left {
  width: 50%;
  /* margin-right: -3%; */
  margin-top: 3%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.teasec .tea-wrapper .left img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.teasec .tea-wrapper .right {
  width: 50%;
  z-index: -99;
  height: 70%;
  margin-top: 10%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 100px 120px;
  color: #000;

}

.teasec .tea-wrapper .right .content {
  max-width: 366px;
  padding: 0;
}

.teasec .tea-wrapper .right .content p {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  text-align: justify;
}

.teasec .tea-wrapper .right .content p span {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}



.englishtea-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
}

.englishtea-wrapper .right {
  width: 50%;
  /* margin-left: -30%; */

  /* height: 543px; */
  display: flex;
  /* height: 95%; */
  /* align-items: center; */
  justify-content: center;

}

.englishtea-wrapper .right img {
  object-fit: cover;
  width: 100%;
  display: block;
}

.englishtea-wrapper .left {
  width: 50%;
  height: 79%;
  margin-top: 11.1%;
  background-color: #fff;
  display: flex;
  /* align-items: center; */
  justify-content: left;
  padding: 110px;
  color: #000;
  /* margin-top: 4.5rem; */

}

.englishtea-wrapper .left .content {
  max-width: 366px;
  padding: 0;
}

.englishtea-wrapper .left .content p {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}

.englishtea-wrapper .left .content p span {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}


.cocktail-sec {
  position: relative;
  background-color: #FFFFFF;
}

.cocktail-sec .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 50px 0 0 0;
}

.cocktail-sec .left {
  width: 52%;
  display: flex;
  height: 569px;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.cocktail-sec .left img {
  object-fit: cover;
  width: 100%;
  display: block;
}

.cocktail-sec .right {
  width: 49%;
  margin-top: 10%;

  background-color: #EFF2F2;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 120px;
  color: #000;
  top: 30px;
  margin-left: -1%;
  z-index: 1;
  position: relative;
}

.cocktail-sec .right .content {
  object-fit: cover;
  max-width: 366px;
  padding: 0;
}

.cocktail-sec .right .content p {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}

.cocktail-sec .right .content p span {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}




.supper-sec {
  position: relative;
  background-color: #FFFFFF;
}

.supper-sec .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 0;
  align-items: flex-start;
}

.supper-sec .right {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -1%;
  top: 50px;
  position: relative;
  z-index: 1;
}

.supper-sec .right img {
  width: 100%;
  display: block;
  height: inherit;
}

.supper-sec .left {
  width: 52%;
  margin-top: 0;

  background-color: #EFF2F2;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 120px;
  color: #000;
  
  padding-right: 40px;
  padding-bottom: 80px;
  position: relative;
  /* top: 90px; */

}

.supper-sec .left .content {
  max-width: 441px;
  padding: 0;
}

.supper-sec .left .content p {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  text-align: justify;
}

.supper-sec .left .content p span {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}



.dinner-sec {
  position: relative;
  background-color: #EFF2F2;
  padding-top: 50px;
  margin-top: -4%;
}

.dinner-sec .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 0;
  align-items: flex-start;
}

.dinner-sec .left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -5%;
  z-index: 1;

}

.dinner-sec .left img {
  width: 100%;
  display: block;
}

.dinner-sec .right {
  width: 55%;
  margin-top: 13%;

  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px;
  color: #000;

}

.dinner-sec .right .content {
  max-width: 366px;
  padding: 0;
}

.dinner-sec .right .content p {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}

.dinner-sec .right .content p span {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}


.late-cofee-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
}

.late-cofee-wrapper .right {
  width: 57%;
  /* margin-left: -30%; */
  display: flex;
  height: 95%;
  /* align-items: center; */
  justify-content: center;

}

.late-cofee-wrapper .right img {
  width: 100%;
  display: block;
}

.late-cofee-wrapper .left {
  width: 50%;
  height: 79%;
  margin-top: 8%;
  background-color: #fff;
  display: flex;
  /* align-items: center; */
  justify-content: left;
  padding: 120px;
  color: #000;
  /* margin-top: 4.5rem; */
  margin-right: -7%;
  z-index: 9;

}

.late-cofee-wrapper .left .content {
  max-width: 366px;
  padding: 0;
}

.late-cofee-wrapper .left .content p {
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}

.late-cofee-wrapper .left .content p span {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}

.late-cofee-sec {
  padding-bottom: 100px;
  background: #EFF2F2;
}


.ftco_navbar {
  z-index: 999999 !important;
}


/* landing page */


.legacy {
  padding: 91px 0 0 0;
  position: relative;
  margin-bottom: 5rem;
}

.legacy .wrapper {
  display: flex;
  flex-wrap: wrap;

  justify-content: center;
  width: 100%;
  position: relative;
}

.legacy .left {
  width: 49%;
  margin-right: -30%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  margin-top: 8%;

}

.legacy .left img {
  width: 100%;
  display: block;
}

.legacy .right {
  width: 80%;
  background-color: #fff;
  display: flex;
  /* align-items: center; */
  justify-content: right;
  padding: 120px;
  color: #000;


}

.legacy .bottom {
  bottom: -31%;
  right: 12%;
  position: absolute;
  z-index: 9999;
}

.legacy .right .content {
  max-width: 366px;
  padding: 0;
  text-align: left;
}

.legacy .right .content p {
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}

.legacy .right .content p span {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}


.Humanofuch {
  padding: 2rem 0;
  position: relative;
}

.Humanofuch .experience-wrap {
  display: flex;
  align-items: flex-start;
  /* justify-content: center; */
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}

.Humanofuch .experience-left-sect {
  width: 70%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 100px 120px;
  color: #000;
  /* position: relative; */
}

.Humanofuch .experience-left-sect .content {
  text-align: left;
  max-width: 450px;
}

.Humanofuch .experience-left-sect .content p {
  padding-bottom: 20px;
  font-weight: 400;
  line-height: 14.63px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-size: 12px;
}

.Humanofuch .experience-right-sect {
  width: 41%;
  min-height: 552px;
  background: url(../images/imgss.png) no-repeat center;
  background-size: cover;
  margin-left: -15%;
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  top: 120px;
  right: 0;
  padding: 35px 20px 35px 35px;

}

.Humanofuch .experience-right-sect .second-light-title {
  font-weight: 400;
}

.Humanofuch .experience-right-sect .second-light-title {
  margin-bottom: 2rem;
}

.Humanofuch .experience-right-sect .btn-outline {
  padding: 10px 19px;
  margin-top: 20px;
}

.Humanofuch .experience-right-sect .right-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.Humanofuch .experience-right-sect .textsec {
  color: #fff;
  padding-left: 14px;
  font-size: 14px;
  text-align: left;


}

.Humanofuch .experience-right-sect .watchsec {
  padding: 40px 10px;
}

.Humanofuch .experience-right-sect .textsec p {
  padding-bottom: 20px;
}

.Humanofuch .bottom {
  left: 10%;
  position: absolute;
  top: 67%;
}

.nostalgia {
  margin-bottom: 5rem;
}

.nostalgia .bottom-left {
  position: absolute;
  margin-top: 63%;
  left: -24%;
  width: 100%;
  z-index: -999;
}

.nostalgia .bottom-right {
  width: 56%;
  background-color: #fff;
  display: flex;
  /* align-items: center; */
  justify-content: right;
  padding: 120px;
  color: #000;
  /* top: 15%; */
  right: 23px;
  z-index: -99;
  margin-top: 25%;
  position: absolute;

}

.nostalgia .bottom-right .content {
  max-width: 450px;
  padding: 0;
  text-align: left;
}


.Humanofuch .bottom-right .content {
  max-width: 366px;
  padding: 0;
  text-align: left;
}

.Humanofuch .bottom-right .content p {
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}

.Humanofuch .bottom-right .content p span {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}



/* index banner animation */

.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 100vh;
  width: 100%;
}

.slider-container h1 {
  color: #fff;
  font-size: 100px;
  letter-spacing: 5px;
  position: relative;
  z-index: 100;
  text-align: center;
}

.slider-container::after {
  background-color: #000;
  content: '';
  position: absolute;
  opacity: 0.3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.15);
  transition: opacity .6s ease;
}

.slide.active {
  animation: grow 4s linear forwards;
  opacity: 1;
}

@keyframes grow {

  0%,
  20% {
    transform: scale(1);
  }

  75%,
  100% {
    transform: scale(1.15);
  }
}

.controls-container {
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  z-index: 2;
}

.control {
  background-color: #fff;
  cursor: pointer;
  opacity: 0.5;
  margin: 6px;
  height: 40px;
  width: 4px;
  transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}

.control.active,
.control:hover {
  background-color: #fff;
  opacity: 1;
  transform: scale(1.2);
}


/* cursor animation */
.cursor {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  z-index: 111;
  border: 1px solid #000;
  transition: all 0.2s ease-out;
  animation: moveCursor1 .5s infinite alternate;
}

.expand {
  background: transparent;
  animation: moveCursor2 .5s forwards;
  border: 1px solid #000;
}

@keyframes moveCursor1 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(.8);
  }
}

@keyframes moveCursor2 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(2);
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@media only screen and (max-width: 1920px) {

  .exploredelhi-banner {

    background-image: url("../images/exploredelhi/delhi-banner.png");
    background-size: cover;
    position: relative;
    justify-content: center;
    text-align: center;
    min-height: 100vh;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 600px) {

  .exploredelhi-banner {
    background-image: url(../images/exploredelhi/delhi-banner.png);
    background-size: cover;
    position: relative;
    justify-content: center;
    text-align: center;
    min-height: 35vh;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*@media only screen and (max-width: 1920px) {*/
/*  .tab{margin-left: -15px;*/
/*    margin-top: -62px;*/
/*    margin-bottom: 0px;*/
/*    padding-bottom: 30px;*/
/*position: relative;*/
/*left: 420px;*/

/*  }}*/
/*@media only screen and (max-width: 600px) {*/
/*  .tab{overflow: hidden;*/
/*    margin-left: 36px;*/
/*    margin-top: 20px;    margin-bottom: -10px;}}*/
/*.dussera{*/
/* position: relative;
} */

.dussera .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  align-items: flex-end;
}

.dussera .right {
  width: 40%;
  margin-right: -4%;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  top: -100px;

}

.dussera .right img {
  width: 100%;
  display: block;
}

.dussera .left {
  width: 60%;
  z-index: 0;
  margin-top: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px;
  color: #000;

}

.dussera .left .content {
  max-width: 451px;
  padding: 0;
}

.dussera .left .content p {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}

.dussera .left .content p span {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.diwali {
  position: relative;
}

.diwali .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  align-items: flex-start;
}

.diwali .right {
  width: 50%;
  margin-left: -30%;
  margin-top: 8%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.diwali .right img {
  width: 100%;
  display: block;
}

@media only screen and (max-width:1920px) {

  .diwali .left {
    width: 80%;
    height: auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 120px;
    color: #000;

  }

  .exp-dllii1 {
    display: block;
  }

  .exp-dllii {
    display: none;
  }
}

@media only screen and (max-width: 600px) {

  .diwali .left {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #000;
  }

  .exp-dllii1 {
    display: none;
  }

  .exp-dllii {
    display: block;
    margin-top: -90px;
  }

  section {
    padding: 0px;
  }
}

.diwali .left .content {
  max-width: 355px;
  padding: 0;
}

.diwali .left .content p {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  margin: 0;
  padding-top: 20px;
}

.diwali .left .content p span {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

@media only screen and (max-width: 1920px) {
  .explore-delhi .bottom {
    background: url(../images/bg-new.jpg) no-repeat top left;
    background-size: cover;
    height: auto;
    width: 100%;
    /* max-width: 100%; */
    left: 0;
    position: relative;
    bottom: inherit;
    padding: 110px 0;
    margin: 50px 0;

  }
}

@media only screen and (max-width:600px) {
  .explore-delhi .bottom {
    background: url(../images/bg-new.jpg) no-repeat top left;
    background-size: cover;
    height: auto;
    width: 100%;
    /* max-width: 100%; */
    left: 0;
    position: relative;
    bottom: inherit;
    padding: 110px 0;
    /* margin: 50px 0; */
    margin-bottom: 215px;
    margin-top: 9px;
  }
}

.explore-delhi .bottomcontent {
  top: inherit;
  width: 100%;
  position: relative;
  text-align: center;

}

@media only screen and (max-width: 1920px) {

  .explore-delhi .bottomcontent p {
    width: 40%;
    margin: 0 auto;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 600px) {
  .explore-delhi .bottomcontent p {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
  }
}

.accolades {
  position: relative;
  padding-bottom: 80PX;
}



.accolades .accolades-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 1;
}


.accolades .acc-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;

}

.accolades .acc-wrapper .left {
  width: 50%;
  /* margin-right: -3%; */
  margin-top: 3%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.accolades .acc-wrapper .left img {
  width: 100%;
  display: block;
}

.accolades .acc-wrapper .right {
  width: 50%;
  z-index: -99;
  height: 70%;
  margin-top: 10%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 100px 120px;
  color: #000;

}

.accolades .acc-wrapper .right .content {
  max-width: 366px;
  padding: 0;
}

.accolades .acc-wrapper .right .content p {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  padding-top: 40px;
}

.accolades .acc-wrapper .right .content p span {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.nostalgiafirstrow {
  width: 60%;
  /* top: -21%; */
  float: none;
  background-color: #fff;
  padding: 100px 0px 150px 0px;
  margin-top: -150px;
  z-index: 1;
  position: relative;
}

.nostimglastcolum {
  position: relative;
  left: 0;
  bottom: 0;
  /* text-align: center; */
  width: 48%;
  z-index: 0;
  margin-top: -150px;
}

.nostimglastcolum>img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  /* height: 400px; */
}

.nostalgiainnerdatarow {
  width: 89%;
  /* float: left; */
  padding: 20px 100px;
  margin-left: 11%;
}

.nostalgiainnerdatarow>h1 {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 40px;
  border-bottom: 1.5px solid #D0B468;
  width: 50%;
  margin: 0 auto;
}

.nostalgiainnerdatarow>p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000;
  margin: 40px 0px;
  text-align: initial;
}

.slider-main-cont {
  padding: 0px;
}

.clip .flex-sec img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.slider-main-cont .item .clip {
  position: relative;
  overflow: hidden;
}

.slider-main-cont .item .clip .active-cont {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}

.slider-main-cont .item .clip .active-cont h3 {
  color: #D0B468;
}

.slider-main-cont .owl-item:nth-child(odd) .item .fancybox::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #4E261A;
  opacity: 0.5;
}

.slider-main-cont .owl-item:nth-child(even) .item .fancybox::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}

.flex-sec-new {
  display: flex;
  flex-wrap: wrap;
  max-width: 780px;
}

.lft-sec {
  width: 50%;
  position: relative;
}

.lft-sec::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.lft-sec .slider-logo-new {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0);
  z-index: 99;
}

.lft-sec .slider-logo-new img {
  width: 280px;
  height: auto;
  object-fit: contain;
}

.lft-sec img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.rght-sec {
  width: 50%;
  padding: 20px;
}

.fancybox-overlay {
  z-index: 9999999 !important;
}

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

.slider-main-cont .item .clip .active-cont p {
  position: relative;
  left: -80px;
  transition: .5s ease;
  opacity: 0;
  text-transform: uppercase;
  position: relative;
}

.slider-main-cont .item .clip .active-cont p::before {
  content: '';
  width: 80%;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -17px;
  background: url("../images/right_picto.png") no-repeat;
  background-size: contain;
}

.slider-main-cont .item .clip .fancybox {
  overflow: hidden;
}

.slider-main-cont .item .clip .fancybox:hover .active-cont p {
  left: 0;
  opacity: 1;
}

.slider-main-cont .item .clip .fancybox:hover .active-cont h3 {
  color: #fff;
}

/* .slider-main-cont .owl-carousel:hover .owl-item:nth-child(even) .item .fancybox::before{
  opacity: 0.5;
} */

.slider-main-cont .owl-carousel .owl-item:nth-child(even):hover .item .fancybox::before {
  opacity: 0.3 !important;
}

.slider-main-cont .owl-item:nth-child(odd):hover .item .fancybox::before {
  opacity: 0.3;
}

.slider-main-cont {
  position: relative;
  margin-top: 45px;
}

.slider-logo {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, 0);
  z-index: 999;
  opacity: 0.8;
}

.slider-logo:hover {
  opacity: 1;
}

.slider-logo img {
  width: 330px;
}

.slider-main-cont .owl-carousel .owl-prev {
  opacity: 1 !important;
  left: -25px !important;
  outline: none !important;
  border: 0 !important;
  background: transparent !important;
}

.slider-main-cont .owl-carousel .disabled {
  cursor: not-allowed !important;
}

.slider-main-cont .owl-carousel .owl-nav span {
  font-size: 40px;
}

.slider-main-cont .owl-carousel .owl-prev:hover span {
  color: #D0B468;
}

.slider-main-cont .owl-carousel .owl-next:hover span {
  color: #D0B468;
}

.slider-main-cont .owl-carousel .owl-next {
  opacity: 1 !important;
  right: -25px !important;
  outline: none !important;
  border: 0 !important;
  background: transparent !important;
}

.startyourday1 {
  background: #eff2f2;
  height: 140px;
  z-index: 1;
}

.startyourday2 {
  background: #fff;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1920px) {
  .businessmeeting {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .businessmeeting {
    display: none;
  }
}

@media only screen and (max-width: 1920px) {
  .laidbacklunch {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .laidbacklunch {
    display: none;
  }
}

@media only screen and (max-width: 1920px) {
  .teasec {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .teasec {
    display: none;
  }
}

.teasec1 {
  /* background: #d0b468; */
  height: 200px;
  z-index: 1;
  /* padding-top: 53px; */
}

.teasec2 {
  background: #fff;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1920px) {
  .cocktail-sec {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .cocktail-sec {
    display: none;
  }
}

@media only screen and (max-width: 1920px) {
  .supper-sec {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .supper-sec {
    display: none;
  }
}

@media only screen and (max-width: 1920px) {
  .dinner-sec {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .dinner-sec {
    display: none;
  }
}

@media only screen and (max-width: 1920px) {
  .late-cofee-sec {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .late-cofee-sec {
    display: none;
  }
}

@media only screen and (max-width: 1920px) {
  .footerrow {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .footerrow {
    display: none;
  }
}

@media only screen and (max-width: 1920px) {
  .main-footer{
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .main-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1920px) {
  .RESERVATIONS {
    display: block;
  }
}


@media only screen and (max-width: 600px) {
  .RESERVATIONS {
    display: none;
  }
}

@media only screen and (max-width: 1920px) {
  .RESERVATIONS1 {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .RESERVATIONS1 {
    display: block;
  }
}

ul li {
  list-style: none;
}

.icon2 {
  display: flex;
  margin-top: 28px;
  position: relative;
  right: 10px;
}

.ul {
  color: #000;
}

/* 
@media only screen and (max-width: 1920px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
} */

/* @media only screen and (max-width: 600px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
} */

.form1 {
  height: 40px;
  width: 100%;
  margin-bottom: 15px;
}

.form2 {
  height: 40px;
  margin-bottom: 15px;
}

.form3 {
  margin-bottom: 15px;
}

.form {
  background: #d0b468;
  padding: 20px;
}

.btn2 {
  background: #fff;
  border: none;
  width: 120px;
  height: 30px;
  color: #d0b468;
}

.btn3 {
  background: #fff;
  border: none;
  width: 100%;
  height: 50px;
  color: #d0b468;
  position: relative;
  left: 5px;
  top: -20px;
}

.btn4 {
  background: #d0b468;
  color: #fff;
  border: none;
  position: relative;
  top: -20px;
  width: 100%;
  height: 50px;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: transparent;
  border: 1px solid #fff;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #fff;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding-left: 10px;
}

.card-cercil {
  background: white;
  width: 75px;
  padding: 10px;
  border-radius: 57px;
  height: 75px;
  border-radius: 50%;
  box-shadow: 0 0 50px #e2e2e2d4;
}

@media only screen and (max-width: 1920px) {
  #order {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  #order {
    display: none;
  }

}

.swg {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 67px;
  padding: 10px;
}

.p1 {
  color: orange;
  font-weight: 800;
  font-size: 13px;
  margin-top: 10px;
}

/*.history-card{background: #D0B468;color:#fff;padding: 33px;background-image: url(/UCH/images/logos/Path-273.png);background-size: unset;background-repeat: no-repeat; width: 200px; background-position: center;} */


.bg-light {
  background-color: #D0B468 !important;
}

.second-light-title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}



@media only screen and (max-width: 1920px) {
  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    /* margin-bottom: 0; */
    list-style: none;
    margin-top: 0px;
    background: ;
  }
}

@media only screen and (max-width: 600px) {
  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    /* margin-bottom: 0; */
    list-style: none;
    margin-top: 60px;
    /* background: #4d2315; */
    margin-right: -10px;
  }
}


.ftco-navbar-light .navbar-nav>.nav-item.active>a {
  color: #fff !important;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover,
.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:focus {
  color: #fff !important;
}

.ftco-navbar-light .nav-item>.nav-link {
  color: #4d2315 !important;
  /* background: #D0B468; */
  border-bottom: 6px solid #4d2315;
  position: relative !important;
  top: -17px;
}

.ftco-navbar-light.scrolled .nav-item>.nav-link {
  color: #4d2315 !important;
}

@media only screen and (max-width: 1920px) {
  .ftco-navbar-light.scrolled .nav-item>.nav-link {
    color: #4d2315 !important;
  }
}

@media only screen and (max-width: 600px) {
  .ftco-navbar-light.scrolled .nav-item>.nav-link {
    color: #fff !important;
  }

  .ftco-navbar-light.scrolled .navbar-nav {
    background: #4d2315 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ftco-navbar-light .nav-item>.nav-link {
    color: #fff !important;
    /* background: #D0B468; */
    border-bottom: 6px solid #4d2315;
    position: relative !important;
    top: -17px;
  }

  .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 14px;
    font-family: Montserrat;
    margin-right: 2.5px;
    /* padding-top: 0.9rem; */
    /* padding-bottom: 0.9rem; */
    /* padding-left: 0; */
    /* padding-right: 0; */
    padding: 22px 12px;
    color: rgb(255 255 255 / 90%) !important;
    /* font-weight: 400; */
    position: relative;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    opacity: 1 !important;
    margin-bottom: -17px;
  }



}

/* NAVEEN CSS */

.exp_hr_margin{
    padding: 0px;
    width:100%;
}

.prof_mob_img {
  display: none;
}
.banner-content-area .sub_heading{
    color: #000;
    font-family:"Montserrat" !important;
    
}

@media (max-width: 767px) {
   
  .lagacy_image_mobile_vw {
    display: block;
  }
  .banner-content-area h2 {
    padding-top: 0px;
  }

  .united_catering_services {
    display: block;
  }

  .experience .experience-left-sect {
    width: 100%;
    
    display: block;
    padding: 0px;

  }

  .experience-left-sect .content {
    padding: 12px !important;
    background-color: #fff;
  }

  .experience .experience-right-sect {
    width: 100% !important;
    margin-bottom: 0px !important;
    margin: 0px;
    min-height: 0px !important;
  }
  @media(max-width:767px){
      .experience-left-sect{
    margin-top:2rem;
}
.experience .experience-right-sect{
    margin: 0px;
     margin-bottom: 3rem !important;
    min-height: auto !important;
}
  }


  .Human_of_uch {
    margin-top: 0px !important;
  }

  .human_image_margin {
    margin-top: 50px !important;
  }

  .prof_mob_img {
    display: block;
  }

  .prof_mob_img img {
    width: 100%;
    height: auto;
  }

  /* .uni_cat_service_image {
    margin-top: 52px;
  } */

  .exp_2_image {
    margin-top: 0px !important;
  }

  .early_supper_top_padding {
    padding-top: 100px;
  }

  .footer_left_right_margin {
    padding: 0px 10px 0px 13px
  }

  .imglastcolum {
    display: none;
  }
 span.slides{min-height: 140vh !important;}
 
 .logosize{
     width:290px;
     height:60px;
 }
 
  




}






/* NAVEEN CSS */