

.poller-one-regular {
  font-family: "Poller One", serif;
  font-weight: 400;
  font-style: normal;
}

.gradient {
  background-image: linear-gradient(45deg, #9747FF, #E3101D);
}

.gradient-1 {
  background-image: linear-gradient(45deg, #5C11BC, #9747FF);
}



/*************/
.cm-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
}

.cm-subtitle {
  font-family: Saira Condensed;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  padding-top: 10px;
}

.cm-link {
  color: var(--color-1);
  font-size: 22px;
  font-weight: 700;
  line-height: 22px
}

.cm-padding {
  padding-top: 200px;
}

/*========== Header CSS =============*/
.cm-btn span {
  background: var(--logo-gradient, linear-gradient(91deg, #9747FF 25.44%, #E3101D 112.25%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-family: Inter;
  font-size: 18px;
}

.cmHeader {
  position: fixed;
  top: 0px;
  z-index: 99;
  width: 100%;
}

.top-20 {
  top: 20px;
}

.leftBtn-box,
.rightBtn-box {
  position: absolute;
  top: 0;
  background-color: var(--color-4);
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.leftBtn-box a span,
.rightBtn-box a span {
  font-weight: bold;
}

.leftBtn-box a,
.rightBtn-box a {
  display: inline-block;
  white-space: nowrap;
  color: #000;
  font-weight: 400;
  font-size: 26px;
}

.leftBtn-box a {
  left: -125px;
  transform: rotate(90deg);
}

.rightBtn-box a {
  width: 45px;
  top: 15%;
  transform: rotate(-90deg);
}

.leftBtn-box img {
  left: 40px;
  position: absolute;
  padding: 20px 10px 20px 0px;
  background-color: #fff61a;
  border-radius: 0 50px 50px 0;
}

.rightBtn-box img {
  left: -40px;
  position: absolute;
  padding: 20px 0 20px 10px;
  background-color: #fff61a;
  border-radius: 50px 0 0 50px;
}

.leftBtn-box {
  left: 0;
}

.rightBtn-box {
  right: 0;
}

.left-img,
.right-img {
  width: 100px;
}

.offcanvas {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.offcanvas-body {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.canvas-title {
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  color: #fff;
}

.canvas-title span {
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
}

.canvas-desc {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.cm-btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border-radius: 3px;
  background-color: var(--color-4);
  /* height: 49px; */
  padding: 12px 20px;
  line-height: 28px;
  flex-shrink: 0;
  box-shadow: 5px 5px 0px #fff;
  transition: 0.5s;
}

.cm-btn:hover {
  background-color: #fff;
  box-shadow: 5px 5px 0px var(--color-4);
}

.offcanvas {
  transition: transform 0.9s ease-in-out;
  /* Adjust the animation speed as needed */
}

.offcanvas-zindex {
  z-index: 99999;
}

.nav-box a {
  display: block;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.nav-box a:hover {
  color: var(--color-4);
}

.cm-nav-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.nav-offcanvas {
  background-size: 30%;
}


/******************/
.og-sm-title {
  color: #D9D9D9;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.og-title {
  color: #D9D9D9;
  font-size: 56px;
  font-weight: 700;
  line-height: 65px;
  text-transform: uppercase;
}

.og-sm-title:hover,
.og-title:hover,
.og-section-title-2:hover,
.og-section-title-2:hover span {
  background-image: linear-gradient(45deg, rgba(110, 63, 224, 1), rgba(204, 63, 99, 1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.og-section-title {
  font-size: 75px;
  font-weight: 500;
  line-height: 78px;
}

.og-section-title span {
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.og-section-desc {
  font-size: 18px;
  color: #353535;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.og-section-heading {
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
}

.og-list li {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  ;
}

.og-section-img {
  width: 320px;
  transition: 0.5s;
}

.og-features:hover .col-md-4 .og-section-img,
.og-features:hover .col-md-3 .og-section-img {
  transform: scale(1.1);
}

.og-section-title-2 {
  text-transform: uppercase;
  color: #E0E0E0;
}

.og-contact-title {
  background-color: var(--color-2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 900;
}

.og-input {
  color: var(--color-3);
  border-color: var(--color-3);
  border-radius: 16px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  padding-left: 30px;
}

.og-input::placeholder {
  color: var(--color-3);
}

.og-input:focus {
  box-shadow: none;
  border-color: var(--color-2);
  color: var(--color-2);
}

.og-btn {
  background-color: var(--color-2);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px;
  font-family: 'Poppins', sans-serif;
  border-radius: 16px;
  transition: 0.5s;
  display: inline-block;
}

.og-btn:hover {
  transform: scale(1.1);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.qsrBannerBox {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}


/************ Left modal Css *************/
.left-modal {
  width: 90% !important;
}

.left-slide-box .og-section-img {
  width: 220px;
}

.features-box h3 {
  font-size: 22px;
}

.features-box img {
  transition: 0.5s;
  height: 150px;
  width: 150px;
  object-fit: cover;
}

.features-box:hover img {
  transform: scale(1.1);
}

.shape-img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.left-slide-banner {
  background-image: url('../images/bg-img.jpg');
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

/******* cafe integration *********/
.cafe-item {
  background-image: url('../images/cafe/cafe-bg-1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.box-left {
  left: 100px;
}

.fine-dine-item {
  background-image: url('../images/fine-dine/fine-dine-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bar-brewery-item {
  background: linear-gradient(45deg, #fd0100 -25%, #000 75%);
}

.bakery-item {
  background: linear-gradient(45deg, #fd7200 -25%, #000 75%);
}

.bakeryBgImg {
  position: absolute;
  top: 0;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
}

.bb-box {
  background-image: url('../images/bar/bg.png');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.bb-box img {
  width: 250px;
  margin-left: -120px;
}

.section-page {
  border-radius: 12px;
}

.section-page img {
  transition: 0.5s;
}

.section-page:hover img {
  transform: scale(1.05);
}

.my-btn {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  transition: 0.5s;
}

.my-btn:hover {
  transform: scale(1.1);
}

.about-banner {
  height: 600px;
  background-image: url('../images/about-banner.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-title {
  background-color: var(--color-2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 56px;
  font-weight: 700;
  line-height: 65px;
}

.sec-about-title {
  font-size: 55px;
  font-weight: 300;
}

.sec-about-title span {
  color: var(--color-2);
  font-weight: bold;
}

.price-btn {
  padding: 12px 20px 12px 20px;
  border-radius: 8px;
  background: linear-gradient(137.95deg, #5C11BC 0%, #9747FF 89.69%);
  box-shadow: 0px 1px 2px 0px #1018280D;
  color: #fff;
  width: 100%;
  display: block;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
}

.price-btn:hover {
  background: linear-gradient(137.95deg, #333, #9747FF 89.69%);
}

.price-section .card-body {
  padding-bottom: 70px;
}

.price-btn-box {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  padding: 0px 15px;
}

.price-divider {
  margin-bottom: -21%;
}

.cm-price {
  font-weight: bold;
  font-size: 26px;
}

.hw-easy-box{
  margin-top: -80px;
  margin-bottom: -140px;
}

@media only screen and (max-width: 991px) {
  .about-banner {
    height: 300px;
  }

  .box-left {
    left: 0px;
  }

  .left-modal {
    width: 100% !important;
  }

  .qsrBannerBox {
    top: 20%;
  }

  .qsrBannerBox .qsrImg {
    width: 350px;
  }

  .qsrCloseBtn {
    width: 70px;
  }

  .footer {
    padding-top: 35px;
  }

  .og-section-img {
    width: 250px;
  }

  .og-section-title {
    font-size: 40px;
    line-height: 46px;
  }

  .og-title {
    font-size: 40px;
    line-height: 46px;
  }

  .og-sm-title {
    font-size: 30px;
  }

  .og-section-heading {
    font-size: 22px;
  }

  .cm-slider-item {
    padding: 0 20px;
  }

  .box-left,
  .box-right {
    text-align: center;
    margin: auto;
  }

  .left-img,
  .right-img {
    display: block;
    width: 50px;
    margin: auto;
  }

  .cm-slider-item .cm-subtitle {
    font-size: 22px;
    line-height: 32px;
    margin-top: 15px;
    font-weight: 600;
  }

  .cm-slider-item .cm-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
  }

  .cm-padding {
    padding-top: 120px;
  }

  .item-img {
    width: 260px;
  }

  .navbar {
    padding: 0;
  }

  .cm-nav-title {
    font-size: 20px;
  }

  .nav-box a {
    font-size: 14px;
  }

  .nav-offcanvas {
    background-size: 90%;
  }

  .leftBtn-box {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .leftBtn-box,
  .rightBtn-box {
    top: 20%;
    height: 45%;
    width: 25px;
  }

  .leftBtn-box img,
  .rightBtn-box img {
    display: none;
  }

  .rightBtn-box {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .rightBtn-box a {
    width: 28px;
    top: 27%;
  }

  .leftBtn-box a {
    left: -72px;
  }

  .leftBtn-box a,
  .rightBtn-box a {
    font-size: 17px;
  }

  .left-slide-box .og-section-img {
    width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .hw-easy-box{
    margin-top: -15px;
    margin-bottom: -30px;
  }
  .hw-step-title{
    font-size: 22px !important;
  }
  .hw-step-img{
    width: 70px;
  }
  .price-divider {
    margin-bottom: -27%;
  }

  .about-title {
    font-size: 42px;
    line-height: 52px;
  }

  .sec-about-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 38px;
  }

  #barBreweryDetailsBtn,
  .bar-brewery-item .leftBtn-box {
    height: 55%;
  }

  .bb-box img {
    width: 80px;
    margin-left: -40px;
  }

  .qsrBannerBox {
    top: 20%;
  }

  .btnCloseImg {
    width: 60px;
  }

  .qsrBannerBox .qsrImg {
    width: 130px;
  }

  .item-img {
    width: 160px;
  }

  .og-list li {
    font-size: 16px;
  }

  .og-section-heading {
    font-size: 18px;
    padding-top: 15px;
  }

  .og-section-desc {
    text-align: center;
  }

  .og-sm-title {
    font-size: 22px;
  }

  .og-section-heading {
    text-align: center;
  }

  .og-section-title {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }

  .og-title {
    font-size: 20px;
    line-height: 32px;
  }

  .og-features p {
    text-align: center;
  }
}
