* {
  font-family: "Poppins", sans-serif !important;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
h2 {
  font-family: "Balsamiq Sans", cursive;
}
.active {
  color: #ef7f1a !important;
  font-weight: 600;
}
.logo img {
  width: 100%;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.item {
  color: #111;
  text-decoration: none;
  font-family: sans-serif;
  padding: 1em 2.5em;
}
.item:nth-of-type(n + 4) {
  order: 2;
}

.banner-detail {
  text-align: center;
  padding: 2em 0 5em 0;
}
.banner-detail h2 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 1em;
  color: #41332c;
  font-family: "Balsamiq Sans", cursive !important;
}
.banner-details {
  text-align: center;
  padding: 2em 0;
}
.banner-details h2 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 2em;
  color: #41332c;
  font-family: "Balsamiq Sans", cursive !important;
  line-height: 40px;
}
.banner-details h2 span {
  font-family: "Balsamiq Sans", cursive !important;
  color: #ef7f1a;
}
.banner svg path {
  width: 100%;
  fill: #fff;
}
.banner svg {
  width: 100%;
  height: 2em;
}
.aboutBanner svg path {
  width: 100%;
  fill: #fff;
}
.aboutBanner svg {
  width: 100%;
  height: 2em;
}
.banner-detail span {
  color: #ef7f1a;
  font-weight: 600;
}
.testimonail .card .banner-detail p {
  color: #000;
  font-weight: 600;
}
.banner {
  background-image: url(../img/homebannre.png);
  /* background-image: url(../img/headerVector.svg); */
  background-repeat: no-repeat;
  /* background-position: 22%; */
  background-size: cover;
  padding-bottom: 2em;
}
.aboutBanner {
  background-image: url(../img/topbg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.counter {
  text-align: center;
  margin: 4em 0;
}

.counter .count {
  font-size: 35px;
  font-weight: 600;
  font-family: "Balsamiq Sans", cursive !important;
}
.countDetail img {
  width: 4em;
}
.countDetail h5 {
  font-size: 18px !important;
  font-family: "Balsamiq Sans", cursive !important;
}

.icecreamCard img {
  width: 100%;
  border-radius: 10px;
  /* height: 20em; */
  object-fit: cover;
}
.up {
  position: relative;
  top: -3em;
}

.move-up:hover {
  transition: all 0.5s;
  transform: translateY(-10px);
}
.aboutImage img {
  width: 100%;
}

.about-content span {
  font-family: "Poppins", sans-serif !important;
  color: #ef7f1a;
  font-weight: 600;
}
.about-content h2 {
  padding: 0.5em 0;
  font-weight: 600;
  font-family: "Balsamiq Sans", cursive !important;
  margin-bottom: 0px !important;
}
.about-content p {
  font-family: "Poppins", sans-serif !important;
}
#gallery {
  /* -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;

  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px; */
}
/* @media (max-width: 1200px) {
  #gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
} */
/* @media (max-width: 800px) {
  #gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
} */
/* @media (max-width: 600px) {
  #gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
} */

#gallery img,
#gallery video {
  width: 100%;
  height: auto;

  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 10px;
}
.mainGallery {
  background-color: #fcf9ef;
  padding: 2em;
  border-radius: 10px;
}
.img-responsive {
  margin-bottom: 1em;
  width: 100%;
}

.commonBtn {
  background-color: #ef7f1a !important;
  border-radius: 100px !important;
  color: #fff !important;
  padding: 10px 20px !important;
}
.menuHead {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
}
.menuSection {
  margin: 2em 0;
  padding-top: 3em;
}

.priceDetail {
  display: flex;
  justify-content: space-between;
}
.priceDetail h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-family: "Balsamiq Sans", cursive !important;
}

.priceDetail .price {
  color: #ef7f1a;
  font-family: "Balsamiq Sans", cursive !important;
  font-weight: 600;
  font-size: 18px;
  position: relative;
}
.price::before {
  content: "";
  width: 12em;
  height: 2px;
  position: absolute;
  left: -12.5em;
  top: 0.7em;
  border: 1px dashed #000;
}

.menuDesc {
  margin-top: 0.5em;
}
.menuItem {
  margin-bottom: 2em;
}
.menuimage img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1.5em;
  height: 10em;
  object-fit: cover;
}

.lastImage {
  height: 23.2em;
  margin-bottom: 0 !important;
  object-fit: cover;
}
.moreBtn {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.slick-slide {
  margin: 0em 0.3em;
}

.testimonail {
  margin: 6em 0;
  /* background-image: url(../img/testBg.svg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* padding: 6em 0; */
  position: relative;
}
.leftImgVector {
  position: absolute;
  right: 0;
  top: -10em;
  opacity: 0.6;
}
.rightImgVector {
  position: absolute;
  left: 0;
  top: -10em;
  opacity: 0.6;
}
.personImag {
  display: flex;
}
.personImag img {
  width: 4em;
  height: 4em;
  border-radius: 100px;
}
.personDetail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testIcon img {
  width: 3em;
}
.testDetail h4 {
  margin: 0;
  font-weight: 600;
  font-family: "Balsamiq Sans", cursive !important;
  font-size: 20px;
}
.testDetail {
  margin: 0.4em 0.5em;
}
.menuSection {
  background-image: url(../img/menubg.png);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  padding: 6em 0;
}
.testimonail .card {
  border: none !important;
  background-color: #ef7f1a26;
  border-radius: 10px;
}

/* footer css  */
.footer-section {
  position: relative;
  /* background-image: url(../img/footerBg.svg); */
  background-image: url(../img/footerbg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3em;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 10px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 16px;
  color: #505050;
  line-height: 28px;
  font-family: "Poppins", sans-serif !important;
  text-align: left;
}
.footer-text {
  /* padding-right: 2em; */
}
.footer-social-icon span {
  color: #000000;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  font-family: "Balsamiq Sans", cursive !important;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ef7f1a;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
  margin-left: -2em;
}
.footer-widget ul li a:hover {
  color: #ef7f1a;
}
.footer-widget ul li a {
  color: #505050;
  text-transform: capitalize;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif !important;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  padding: 25px 0;
  border-top: 1px solid #ccc;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #000;
}
.copyright-text p a {
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #000;
  text-decoration: none !important;
}
.footer-menu ul {
  margin-bottom: 0 !important;
}
/* footer css end  */

.section_our_solution .row {
  align-items: center;
}

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution_cards_box .solution_card {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  padding: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 265px;
  transition: 0.8s;
}
.solution_card img {
  border-radius: 10px;
  width: 100%;
}
.solution_cards_box .solution_card:hover {
  background: #ef7f1a;
  color: #fff;
  transform: scale(1.01);
  z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
  background: #fff !important;
  color: #309df0;
}

.solution_card .solu_title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.solution_card .solu_description button {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(
    140deg,
    #42c3ca 0%,
    #42c3ca 50%,
    #42c3cac7 75%
  ) !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.our_solution_content p {
}

.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }

  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}
@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
}

.teamSection {
  text-align: center;
  justify-content: center;
  margin: 4em 0;
}

.nameCard {
  background-color: #ef7f1a;
  color: #fff;
  width: 14em;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  top: -2.5em;
  z-index: 9999;
}

.nameCard h5 {
  margin-bottom: 0px !important;
  font-weight: 600;
  font-family: "Balsamiq Sans", cursive !important;
}

.accordion-item {
  border: none !important;
}
.accordion-button {
  background-color: #fcf9ef !important;
  border-radius: 10px !important;
  margin-bottom: 1em;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: #ef7f1a !important;
  color: #ffff !important;
}

button:focus:not(:focus-visible) {
  box-shadow: none !important;
}

.faq {
  margin: 3em 0;
}

.flavourImage img {
  width: 100%;
  height: 30em;
  object-fit: cover;
  border-radius: 20px;
}

.aboutus {
  margin: 3em 0;
}
.galery {
  margin: 5em 0;
}
.flavourSection {
  margin-bottom: 2em;
}

.nav-item {
  margin: auto;
  width: 100%;
  text-align: center;
}

.mobdisplay {
  display: none;
}

.contactForm {
  background-color: #fcf9ef;
  padding: 2em;
  border-radius: 10px;
}

.form-label {
  font-family: "Balsamiq Sans", cursive !important;
  font-weight: 500 !important;
}

.contactForm .form-control {
  border: 1px solid #ef7f1a !important;
  border-radius: 10px !important;
  padding: 10px;
}
.form-select {
  border: 1px solid #ef7f1a !important;
  border-radius: 10px !important;
  padding: 10px !important;
}
.submitBtn .btn {
  background-color: #ef7f1a;
  width: 100%;
  color: #fff;
  font-family: "Balsamiq Sans", cursive !important;
  border-radius: 10px;
  margin-top: 2em;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.contact {
  margin: 4em 0;
}

.testImg img {
  width: 6em;
  height: 6em;
}
.testImg {
  position: absolute;
  right: 2em;
  top: -3em;
}
.testimonailCard {
  border-radius: 10px;
  padding: 1em;
  /* box-shadow: 4px 4px 15px -2px #ffb34285; */
  margin-bottom: 6em;
  position: relative;
}
.test1 {
  background-color: #5abfa2;
}
.test2 {
  background-color: #9bb223;
}
.test3 {
  background-color: #ef7f1a;
}
.test4 {
  background-color: #6c3157;
}
.test5 {
  background-color: #16a8b7;
}
.test6 {
  background-color: #583d18;
}
.testimonial {
  margin: 6em 0 0em;
}

.testContent p {
  margin-bottom: 0;
}
.testContent h3 {
  font-family: "Balsamiq Sans", cursive !important;
}
.franchiesImg img {
  width: 100%;
}
.franchiesImg {
  position: sticky;
  top: 60px;
  padding: 20px;
  height: 500px;
  margin-bottom: 20px;
}
.franchise {
  /* background-image: url(../img/franchiseBg.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2em;
  margin: 4em 0;
}
.franchise .contactForm {
  background-color: #fff !important;
  box-shadow: 0px 0px 25px -4px #ccc;
}

.flavourImg img {
  width: 11em;
  height: 11em;
  border-radius: 100px;
  object-fit: cover;
  width: 11em;
  height: 11em;
  border-radius: 100px;
  object-fit: cover;
  border: 2px solid #ef7f1a;
  padding: 0.4em;
}
.flavorCard .col-md-5 {
  text-align: right;
}
.flavorCard {
  border-radius: 20px;
  box-shadow: 0px 3px 11px 1px #ccc;
  padding: 2em;
  margin-bottom: 1.5em;
}

.flavourContent h3 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Balsamiq Sans", cursive !important;
}

.footer-widget .moreBtn {
  text-align: left;
}

.flex-container {
  display: flex;
}

.rightSection {
  position: sticky;
  top: 60px;
  padding: 20px;
  height: 500px;
  margin-bottom: 20px;
}

.content {
  margin-bottom: 20px;
}

.leftSection img {
  width: 100%;
  border-radius: 20px;
}

.productDetail h3 {
  font-family: "Balsamiq Sans", cursive !important;
}

.Point img {
  width: 1em;
}

.Point {
  display: flex;
  margin-bottom: 1em;
}
.Point p {
  margin-bottom: 0;
  padding-left: 10px;
}

.rightTopSection {
  display: flex;
}

/* #gallerysdsd img{
  width: 100%;
} */

.testContent img {
  width: 100%;
}
.testContent {
  position: relative;
  padding-top: 1em;
  color: #fff;
}

.quote {
  position: absolute;
  bottom: 20px;
  left: 12px;
  padding: 2em;
}

.error {
  color: red;
  margin-top: 9.5px;
}

/* Snake Bar Start Here  */
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 83%;
  top: 80px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.6s 2.5s;
  animation: fadein 0.5s, fadeout 0.6s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 80px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 80px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 80px;
    opacity: 1;
  }

  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 80px;
    opacity: 1;
  }

  to {
    top: 0;
    opacity: 0;
  }
}
/* Snake Bar Start Here  */

.testimonail .card-text {
  font-size: 20px;
}

.headtext {
  display: flex;
}

.headtext img {
  width: 38%;
  padding: 1em 0em;
  display: block;
  top: 0px;
  position: relative;
  margin-left: 1em;
}

.headtext {
  display: flex;
  border-radius: 20px;
  width: 34%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: #ef7f1a;
  margin-top: 3em;
}
.available {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.available .btn {
  background-color: #ef7f1a;
  border-radius: 20px;
}
.available .btn h4 {
  color: #000;
  font-weight: 600;
}
.headtext h4 {
  color: #fff;
  margin: 0;
}
.headtext:hover {
  background-color: #0c0c0c;
  border: 5px solid #ef7f1a;
}
.headtext:hover h4 {
  color: #fff;
}
