.spotbanner {
  display: block;
  width: 100%;
  overflow: hidden;
}
.spotbanner.homebanner {
  margin-top: 72px;
	
}
.swiper-homecontainer{
	position: relative;
}
.spotbanner .swiper-pagination{
	bottom: 20px;
}
.spotbanner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #000;
    opacity: 1;
}
.spotbanner .swiper-pagination-bullet-active{
    background: #007aff;
}
.spotbanner.img-box picture, .spotbanner .img-box img {
  width: 100%;
  display: block;
}
.about-txtWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about-txtWrap .com-heading h1 {
  font-family: 'HoftypeCordaBoldItalic';
}
.com-heading h1 {
  font-family: 'HoftypeCordaMedium';
  font-size: 3rem;
  line-height: 4.68rem;
  color: #C38C27;
  margin-bottom: 20px;
}
.sub-txt p {
  font-size: 1.25rem;
  line-height: 2.5rem;
  padding: 10px 0;
}
.btn-wrap {
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}
.btn-wrap a {
  display: inline-block;
  border-radius: 37px;
  background: #C38C27;
  padding: 11px 50px;
  font-size: 1.813rem;
  line-height: 2.3rem;
  color: #fff;
  font-family: 'HoftypeCordaMedium';
  transition: .3s ease-in-out;
  border: 1px solid #C38C27;
}
.btn-wrap a:hover {
  background: #fff;
  color: #C38C27;
}
.btn-wrap a:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.delicious-main {
  background: url("../images/bg-image.webp") no-repeat center top;
  background-size: cover;
  text-align: center;
}
.delicious-main .container {
  width: 80%;
  margin: 0 auto;
}
.com-twoImageSlider {
  width: 80%;
  margin: 30px auto 10px;
}
.two-imgeSlideBox {
  background: #C38C27;
  border-radius: 20px;
  min-height: 420px;
  width: 47.2%;
  margin-right: 60px;
}
.swiper-button-prev, .swiper-button-next {
  display: none;
}
.two-imgeSlideBox .image-box {
  position: relative;
  width: 100%;
  min-height: 360px;
}
.two-imgeSlideBox.image-box img {
  width: 100%;
}
.two-imgeSlideBox .image-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  border-radius: 20px;
}
.image-title {
  font-size: 1.62rem;
  line-height: 2.18rem;
  color: #fff;
  padding: 13px 0;
}
.centerStage-main {
  text-align: center;
}
.com-fourImageSlider {
  margin: 30px 30px 10px;
}
.four-imgeSlideBox {
  width: 23.2%;
  margin-right: 30px;
}
.four-imgeSlideBox .image-box img {
  border-radius: 20px;
}
.four-imgeSlideBox .image-logo {
  padding: 30px 0;
}
.four-imgeSlideBox .txtcopy {
  font-size: 1.5rem;
  line-height: 2.18rem;
}
.best-briyani-main {
  background: url("../images/fifth-sec-bg.png") no-repeat center top;
  padding: 20px 0;
}
.best-briyaniWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.best-briyani-main .besttxt, .best-briyani-main .besttxt h3 {
  line-height: 35px;
  color: #fff;
  padding-top: 30px;
}
.best-briyani-main .besttxt span {
  display: block;
  font-size: 19px;
}
.best-briyani-main .btn-wrap {
  margin-top: 20px;
}
.dreamAd-Wrapper {
  padding: 20px 0;
  background: url("../images/dreamAd-Bg.png") no-repeat center top;
  background-size: cover;
}
.dreamAd-Txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.dreamAd-Txt .com-heading h1, .dreamAd-Txt .com-heading h2 {
  color: #0B0F99;
  margin-bottom: 10px;
}
.dreamAd-Txt .btn-wrap {
  margin-top: 0px;
}
@media only screen and (max-width: 1440px) {
  .sub-txt p br {
    display: none;
  }
  .com-twoImageSlider {
    width: 90%;
  }
  .four-imgeSlideBox .txtcopy {
    font-size: 1rem;
    line-height: 1.8rem;
	}	
	.four-imgeSlideBox .txtcopy br{display: none;}		
	
}
@media only screen and (max-width: 991px) {
  .spotbanner.homebanner {
    margin-top: 32px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    display: none;
  }
  .swiper-button-prev {
    background: url("../images/left-arrow.svg") no-repeat left center;
    left: 10px;
    display: block;
  }
  .swiper-button-next {
    background: url("../images/right-arrow.svg") no-repeat left center;
    right: 0;
    display: block;
  }
  .four-imgSlideWrapper .swiper-button-prev {
    left: 0px;
  }
  .four-imgSlideWrapper .swiper-button-next {
    right: -10px;
  }
  .com-heading h1 {
    font-size: 1.75rem;
    line-height: 2.12rem;
  }
  .com-heading h1 span {
    display: block;
  }
  .sub-txt p {
    font-size: 0.93rem;
    line-height: 1.37rem;
    padding: 10px 0;
  }
  .btn-wrap a {
    font-size: 1.1rem;
    line-height: 1.43rem;
  }
  .com-twoImageSlider {
    width: 100%;
    margin: 30px auto 10px;
  }
  .two-imgSlideWrapper {
    padding: 0px 40px;
  }
  .image-title {
    font-size: 0.938rem;
    line-height: 1rem;
  }
  .four-imgeSlideBox .txtcopy br {
    display: none;
  }
  .com-fourImageSlider .swiper-button-prev, .com-fourImageSlider .swiper-button-next {
    top: 25%;
  }
  .com-fourImageSlider .swiper-button-next {
    right: -7px;
  }
  .four-imgeSlideBox .image-logo {
    padding: 20px 0 0;
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
  .com-fourImageSlider {
    margin: 30px 0 10px;
  }
  .swiper.four-imgSlideWrapper {
    padding: 0 30px;
  }
  .delicious-main .container {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .best-briyani-main {
    background: url("../images/fifth-sec-bg-mobile.png") no-repeat center top;
    padding: 20px 0;
    background-size: cover;
  }
  .btn-wrap {
    margin-top: 15px;
  }
  .delicious-main .container {
    width: 100%;
  }
  .spotbanner .swiper-pagination {
    bottom: 10px;
    left: 20px;
    text-align: left;
  }	
}
@media only screen and (max-width: 480px) {
  .two-imgeSlideBox {
    min-height: 400px;
  }
}
@media only screen and (max-width: 390px) {
  .two-imgeSlideBox {
    min-height: 260px;
  }
  .two-imgeSlideBox .image-box {
    min-height: 220px;
  }
}