.aboutTxt {
    color: #F76A0E;
    font-size: 20px;
    margin: 0;
}
.maintitle1{
  font-size: 34px;
  font-weight: 700;
  color: #F76A0E;
}
.innerpt {
  color: #F76A0E;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.pstafood {
  font-weight: normal !important;
}

.serviceBG {
    background: url("../img/servicesBG.png") center center no-repeat !important;
    background-size: cover !important;
    padding: 10em 0;
    /* height: 670px; */
}

.serviceBox {
    background: #fff;
    padding: 2em 0;
    margin: 1em 0;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.flip-card {
    background-color: transparent;
    /* width: 300px; */
    height: 300px;
    perspective: 1000px;
    margin: 10px 0;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    /* background-color: #bbb; */
    color: black;
  }
  
  .flip-card-back {
    margin: 1em 0 0;
    padding: 1em 0 0;
    background-color: #fff;
    color: rgb(0, 0, 0);
    transform: rotateY(180deg);
    border: 1px solid #F76A0E;
    border-radius: 10px;
  }
  .flipTitle {
    font-size: 20px;
    font-weight: bold;
    margin-top: 1em;
  }
  .flipTxt {
    padding: 0 10px;
  }

  .ofBG {
    background: url("../img/ofBG.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    width: 100% !important;
    height: 642px !important; 
  }
  .priceSec {
    margin-top: 15em;
  }
  .ptitle {
    color: #fff;
  }
  .from {
    font-size: 24px;
    color: #fff;
  }
  .price {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
  }
  .menuBox {
    background: #fff;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
    margin: 14px 0;
  }

.menuTitle {
  color: #000;
  font-weight: bold;
  padding: 14px;
  font-size: 24px;
  margin: 0px;
}
.pasta {
  color: #F76A0E;
}
.arrowIcon {
  margin-top: 7em;
  margin-left: 14px;
}
.menuImg {
  margin-top: -2em;
  /* transition: 1s ease; */
}

.maintitle {
  font-size: 34px;
  font-weight: 700;
}

.specialSec {
  background: #f7f7f7;
  margin: 2em 0;
  padding: 2em 0;
}
.stxt h5 {
  font-size: 40px;
  color: #F76A0E;
  font-weight: bold;
}
.spara {
  color: #000;
  font-size: 17px;
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #cf5301;
  height: 14px;
  width: 14px;
  border-radius: 100%;
}
.custTitle {
  color: #F76A0E;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0 0;
}
.custSec {
  margin: 14px 0;
}

.enjoyBG {
  background: url("../img/enjoyBG.png") center center no-repeat;
  background-size: cover;
  min-height: 400px;
  margin: 2em 0 0;
}
.enjoyBG h1 {
  text-align: center;
  color: #fff;
  font-family: GFS Didot;
  font-size: 6em;
  margin: auto;
  font-weight: 500;
}

.breadNav {
  color: #000;
}
.breadNav:hover {
  color: #F76A0E;
}

.innerBG {
  margin: 0;
}
.innerBannerTitle {
  background: rgba(211, 200, 200, 0.72);
  padding: 0.7em 0;
  
}
.innerBannerTitle h1 {
  text-align: center;
  font-size: 2.5em;
  color: #301606;
  font-weight: bold;
}
.innerBannerTitle span {
  color: #F76A0E;
}

.menubg1 {
  background-image: url("../img/menubg1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.menubg1 h3 {
  color: #301606;
  font-weight: bold;
  padding: 1em 1em 0;

}
.menubg1 span {
  color: #F76A0E;
}

.menubg1 img {
  height: 300px;
  overflow: hidden;
  margin: auto !important;
}
.menubgTxt {
  font-size: 16px;
  padding: 0em 1.7em 0;
}
.menubtn {
  text-decoration: none;
  background: #fff;
  color: #F76A0E;
  font-weight: bold;
  border-radius: 50em;
  text-align: center;
  padding: 10px 20px;
  border: 2px solid #F76A0E;
}
.menubtn:hover {
  background: #F76A0E;
  color: #fff;
}

.menubg2 {
  background-image: url("../img/menubg2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.menubg2 h3 {
  color: #301606;
  font-weight: bold;
  padding: 1em 1em 0;

}
.menubg2 span {
  color: #F76A0E;
}

.menubg2 img {
  height: 300px;
  overflow: hidden;
  margin: auto !important;
}


.menubg3 {
  background-image: url("../img/menubg3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.menubg3 h3 {
  color: #301606;
  font-weight: bold;
  padding: 1em 1em 0;

}
.menubg3 span {
  color: #F76A0E;
}

.menubg3 img {
  height: 300px;
  overflow: hidden;
  margin: auto !important;
}

.menubg4 {
  background-image: url("../img/menubg4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.menubg4 h3 {
  color: #301606;
  font-weight: bold;
  padding: 1em 1em 0;

}
.menubg4 span {
  color: #F76A0E;
}

.menubg4 img {
  height: 300px;
  overflow: hidden;
  margin: auto !important;
}

.menubg5 {
  background-image: url("../img/menubg5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.menubg5 h3 {
  color: #301606;
  font-weight: bold;
  padding: 1em 1em 0;

}
.menubg5 span {
  color: #F76A0E;
}

.menubg5 img {
  height: 300px;
  overflow: hidden;
  margin: auto !important;
}

.menubg6 {
  background-image: url("../img/menubg6.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.menubg6 h3 {
  color: #301606;
  font-weight: bold;
  padding: 1em 1em 0;

}
.menubg6 span {
  color: #F76A0E;
}

.menubg6 img {
  height: 300px;
  overflow: hidden;
  margin: auto !important;
}

.pastaBox {
  background: #fff;
  box-shadow: 0px 4px 4px 2px rgb(0 0 0 / 25%);
  border-radius: 10px;
  margin: 12px 0;
}
.pasCont {
  padding-left: 1em;
}
.pasTxt {
  font-weight: bold;
  color: #F76A0E;
  font-size: 18px;
  margin: 0;
}
.mprice {
  padding-left: 1em;
  font-weight: bold;
  color: #F76A0E;
  font-size: 18px;
}
.pasBtn {
  border-radius: 50em;
  font-weight: 500;
  background: #F76A0E;
  text-decoration: none;
  color: #fff;
  padding: 6px 16px;
  text-align: center;
  margin-right: 1em;
}
.pasBtn:hover {
  color: #000
}

.contSec {
  background: #F76A0E;
  padding: 1em;
}
.contSec h4 {
  color: #fff;
  text-decoration: underline;
}
.addres {
  color: #fff;
  font-size: 17px;
  padding: 10px 0 0;
}
.formSec {
  background-color: #fff;
  box-shadow: 0px 4px 4px 4px rgb(0 0 0 / 25%);
  padding: 2em;
}
.formSec h4 {
  color: #000;
}
.msgform {
  color: rgba(16, 9, 4, 0.5);
  font-weight: 500;
  text-decoration: underline;
}
.formBtn {
  background-color: #F76A0E;
  border-radius: 50em;
  border: none;
  font-weight: bold;
  padding: 6px 20px;
}
.formBtn:hover {
  background-color: #301606;
}
.forms {
  margin: inherit;
}
.contactMap img {
  margin-top: -3.7em;
}
.testCont {
  margin-top: 3em;
}
.apps {
  margin: 1em 0;
}

.blogContent {
  position: relative;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 40px;
  left: 16px;
  right: 35px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}
.blogtxt {
  font-size: 20px;
}
.blogsub {
  color: #F76A0E;
  font-weight: bold;
  margin: 1em 0 0;
  font-size: 20px;
}
.blogBox {
  margin: 1em 0;
}
.recentBg {
  background: #F76A0E;
  color: #000;
  text-align: center;
  padding: 4px 0;
}
.recentBlog {
  margin: 1em 0;
}
.blogList li {
  color: #F76A0E;
  margin: 1em 0;
}

.footertxt {
  color: #000 !important;
  font-size: 16px !important;
}
.footTitle {
  color: #F76A0E;
}
.coltxt a {
  color: #000 !important;
  font-size: 16px !important;
  text-decoration: none;
}
.thanks {
  background: #efefef;
  padding: 1px;
}
.thanks p {
  padding-top: 0px;
  margin: 6px 0;
  text-align: center;
  color: #F76A0E;
  font-weight: bold;
  font-size: 20px;
}

@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
  .bgban {
    height: 750px !important;
  }
  #hero {
    width: 100%;
    height: auto;
    /* background-color: rgba(17, 17, 17, 0.8); */
    overflow: hidden;
    padding: 0;
}
.pos {
  margin-top: -5em !important;
}

}

@media (min-width: 768px) and (max-width: 991px) {
    .serviceBG {
      padding: 0em 0;
    }
    .btn-get-started {
      justify-content: center !important;
    }
    .bgban {
      height: 750px !important;
    }
    #hero {
      width: 100%;
      height: auto;
      /* background-color: rgba(17, 17, 17, 0.8); */
      overflow: hidden;
      padding: 0;
  }
  
}

@media (max-width: 767px) {
    #hero .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        /* position: absolute; */
        /* bottom: 0;
        top: 0;
        left: 0;
        right: 0; */
      }
      .carousel-content img {
        width: 300px !important;
      }
      .serviceBG {
        padding: 0em 0;
      }
      .btn-get-started {
        justify-content: center !important;
      }
    
}

@media (min-width: 480px) and (max-width: 767px) {
    #hero .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        /* position: absolute; */
        /* bottom: 0;
        top: 0;
        left: 0;
        right: 0; */
      }
      .carousel-content img {
        width: 300px !important;
      }
      .btn-get-started {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: auto !important;
        width: 170px;
        padding-bottom: 1em;
      }
      .subSlide2 {
        height: fit-content !important;
      }
     
}

@media (max-width: 480px) {
    #hero .carousel-container {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        position: absolute !important;
        /* bottom: 0 !important; */
        top: 140px !important;
        /* left: 0; */
        /* right: 0; */
    }
    .btn-get-started {
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      margin: auto !important;
      width: 170px;
      padding-bottom: 1em;
    } 
    .subSlide1 {
      height: 200px !important;
      padding-top: 10px;
    }
    .subSlide2 {
      height: 200px !important;
      padding-top: 10px;
    }
    .subSlide3 {
      height: 200px !important;
      padding-top: 10px;
    }
    .subSlide4 {
      height: 200px !important;
      padding-top: 10px;
    }
   
}
