@charset "UTF-8";
nav {
  margin: 10px 25px;
  border-radius: 10px;
  background-color: #ddd !important;
}
nav .logo {
  width: 100px;
  height: auto;
  transition: all 0.5s ease;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  nav .logo {
    width: 70px;
  }
}
nav .navbar-brand {
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  nav .navbar-brand {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  nav .navbar-brand {
    font-size: 1.1rem;
  }
}
nav.bg-white .logo {
  width: 80px;
  height: auto;
  transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
  nav.bg-white .logo {
    width: 70px;
  }
}
nav a.nav-link.active {
  color: red !important;
}
nav a.nav-link.active:after {
  content: "·";
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  color: red;
  font-size: 3rem;
  line-height: 0;
  border-radius: 50%;
  font-family: "Poppins";
}
@media (max-width: 991.98px) {
  nav a.nav-link.active:after {
    content: "";
  }
}
nav .bg-transparent {
  background-color: rgba(0, 0, 0, 0.03) !important;
}
@media (max-width: 767.98px) {
  nav .bg-transparent {
    background-color: #fff !important;
  }
}
nav .nav-item {
  padding: 0 10px;
}
nav .nav-link {
  border-radius: 3px;
  position: relative;
  color: #000;
  font-size: 1.1rem;
  font-family: "Roboto Slab", serif;
}

@media (max-width: 991.98px) {
  .navbar.navbar-expand-lg.shadow-lg.fixed-top.bg-transparent {
    background-color: #fff !important;
  }
}
.bg-gradient1 {
  background-color: hsl(0deg, 95%, 57%);
  background-image: radial-gradient(at 80% 72%, hsl(234deg, 0%, 100%) 0px, transparent 50%), radial-gradient(at 24% 72%, hsl(285deg, 0%, 100%) 0px, transparent 50%), radial-gradient(at 69% 93%, hsl(73deg, 0%, 100%) 0px, transparent 50%), radial-gradient(at 5% 91%, hsl(281deg, 0%, 100%) 0px, transparent 50%), radial-gradient(at 32% 91%, hsl(234deg, 0%, 98%) 0px, transparent 50%), radial-gradient(at 60% 33%, hsl(117deg, 0%, 100%) 0px, transparent 50%), radial-gradient(at 31% 3%, hsl(0deg, 0%, 100%) 0px, transparent 50%), radial-gradient(at 47% 3%, hsl(79deg, 0%, 100%) 0px, transparent 50%), radial-gradient(at 97% 61%, hsl(341deg, 0%, 100%) 0px, transparent 50%), radial-gradient(at 81% 2%, hsl(178deg, 0%, 100%) 0px, transparent 50%), radial-gradient(at 61% 2%, hsl(279deg, 0%, 100%) 0px, transparent 50%), radial-gradient(at 94% 1%, hsl(25deg, 0%, 100%) 0px, transparent 50%), radial-gradient(at 96% 92%, hsl(110deg, 0%, 100%) 0px, transparent 50%), radial-gradient(at 39% 33%, hsl(249deg, 0%, 100%) 0px, transparent 50%), radial-gradient(at 0% 58%, hsl(265deg, 0%, 100%) 0px, transparent 50%), radial-gradient(at 80% 34%, hsl(0deg, 0%, 100%) 0px, transparent 50%), radial-gradient(at 95% 32%, hsl(5deg, 0%, 100%) 0px, transparent 50%) !important;
  height: 100%;
  background-repeat: no-repeat;
}

.banner-content {
  padding-top: 50%;
  padding-bottom: 50%;
}
@media (min-width: 576px) {
  .banner-content {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}
@media (min-width: 768px) {
  .banner-content {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}
@media (min-width: 1200px) {
  .banner-content {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
.banner-content h1 {
  letter-spacing: 2px;
}
.banner-content p {
  letter-spacing: 1px;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
}
.banner-content img {
  max-height: 500px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .banner-content img {
    margin-top: 50px;
  }
}

.hero-banner {
  margin-top: -130px;
  font-family: "Poppins", sans-serif;
}
.hero-banner p {
  opacity: 0.8;
}
.hero-banner img {
  border-radius: 10px;
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-section .desc {
  font-family: "Poppins", sans-serif;
  opacity: 0.6;
}
.about-section .bg-orange {
  background-color: rgba(229, 104, 43, 0.168627451);
  border-radius: 50%;
  height: 500px;
  width: 500px;
  margin: auto;
}
@media (max-width: 767.98px) {
  .about-section .bg-orange {
    height: unset;
    width: unset;
    background-color: unset;
    margin-top: 50px;
  }
}
.about-section img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.small-text {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.menu-section .container {
  background-color: #25212c;
  border-radius: 10px;
}
.menu-section .speciality {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin: 30px 10px;
}
.menu-section .speciality h2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Poppins";
  letter-spacing: 1.5px;
}
.menu-section .speciality img {
  width: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 30px;
}

.we-serve-section .serve-card {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.we-serve-section .serve-card:hover {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.we-serve-section .serve-card h2 {
  font-size: 1rem;
  opacity: 0.8;
  font-family: "Poppins";
  margin: 15px 0 10px 0;
}

.wide-range-of-menu-section {
  background: url("../img/Back-Pattern.png") #25212c;
  background-repeat: no-repeat;
  background-size: auto;
}
.wide-range-of-menu-section .menu {
  text-align: center;
  margin-bottom: 50px;
}
.wide-range-of-menu-section .menu img {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}
.wide-range-of-menu-section .menu h2 {
  font-size: 2rem;
  font-family: "Rossetti";
  margin: 0px 0 10px 0;
  color: #fff;
}
.wide-range-of-menu-section.small {
  border-radius: 10px;
}
.wide-range-of-menu-section.small h2 {
  font-size: 1.3rem;
}

.footer {
  border-radius: 10px;
  padding: 30px;
}
.footer .gallery {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-flow: wrap;
}
.footer .gallery img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.footer .address a {
  font-weight: 500;
  font-family: "Poppins";
  font-size: 12px;
  color: inherit;
  color: #dc3545;
}
.footer .address a:hover {
  color: #dc3545;
}
.footer .address p {
  font-weight: 500;
  font-family: "Poppins";
  margin-bottom: 0px;
  margin-top: 10px;
}
.footer .address p:first-child {
  margin-top: 0px;
}
.footer .address span {
  font-size: 12px;
  font-family: "Poppins";
}
.footer h2 {
  font-size: 1.3rem;
  font-weight: 600;
}
.footer ul {
  margin: 0;
  padding: 0 0 0 5px;
}
.footer ul li {
  list-style: none;
  font-size: 12px;
  font-family: "Poppins";
  padding-bottom: 5px;
}
.footer ul li a {
  color: inherit;
}
.footer ul li a:hover {
  color: #dc3545;
}

.copyright {
  border-radius: 10px;
  padding: 10px;
}
.copyright p {
  opacity: 0.6;
  font-family: "Poppins";
  font-size: 0.8rem;
}
.copyright p a {
  opacity: 1;
  font-family: "Poppins";
  color: #000;
  font-size: 0.8rem;
}
.copyright p b {
  font-weight: 600;
}

.contact-section .address-col {
  background-color: rgba(229, 104, 43, 0.168627451);
  border-radius: 10px;
  padding: 30px;
}
.contact-section .address-col a {
  color: #dc3545;
}
.contact-section .address-col a:hover {
  color: #dc3545;
}

.menu-list-section .br-1 {
  background-color: rgba(229, 104, 43, 0.168627451);
  border-radius: 10px;
}
.menu-list-section .container {
  border-radius: 10px;
}
.menu-list-section ul {
  margin: 0;
  padding: 0 0 0 15px;
  min-width: 300px;
}
.menu-list-section ul li {
  font-size: 1rem;
  font-family: "Poppins";
  font-weight: 500;
  opacity: 0.8;
  padding-bottom: 7px;
}
.menu-list-section img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
}

.Gallery {
  margin: 10px !important;
  position: relative !important;
}
.Gallery img {
  width: 300px !important;
  height: 250px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  margin: auto !important;
}

.square-image {
  width: 100% !important;
  height: 250px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.square-600 {
  width: 100% !important;
  height: 600px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media (max-width: 767.98px) {
  .square-600 {
    height: 400px !important;
  }
}

@font-face {
  font-family: Rossetti;
  src: url("../fonts/Rossetti W00 Regular.ttf");
}
@font-face {
  font-family: Benne;
  src: url("../fonts/Benne-Regular.ttf");
}
body {
  margin: 0;
  font-family: "Roboto Slab";
}

iframe {
  border-radius: 10px;
}

a {
  text-decoration: none;
  font-family: "Roboto Slab";
}

.btn {
  font-family: "Roboto Slab", serif;
}

section {
  padding: 80px 0;
}

.v-middle {
  vertical-align: middle;
}

.w-50.m-auto {
  opacity: 0.8;
}

/*main element*/
.pulse-icon {
  position: fixed;
  display: inline-block;
  bottom: 70px;
  right: 70px;
  z-index: 11111;
}
@media (max-width: 767.98px) {
  .pulse-icon {
    bottom: 40px;
    left: 40px;
  }
}

/*icon styling here*/
.pulse-icon .icon-wrap {
  position: relative;
  width: 50px;
  height: 50px;
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  border-radius: 50%;
  color: #6A1B9A;
  background: #fff;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .pulse-icon .icon-wrap {
    width: 30px;
    height: 30px;
  }
}
.pulse-icon .icon-wrap img {
  width: 40px !important;
}
@media (max-width: 767.98px) {
  .pulse-icon .icon-wrap img {
    width: 30px;
  }
}

.pulse-icon .icon {
  line-height: 50px;
  font-size: 1.75em;
  animation: grow-shrink 4s ease-out infinite;
}
@media (max-width: 767.98px) {
  .pulse-icon .icon {
    line-height: 30px;
  }
}

/*container of all circles and pulses*/
.pulse-icon .elements {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.pulse-icon .circle {
  border-radius: 50%;
  position: absolute;
}

.pulse-icon .circle-inner {
  width: 70px;
  height: 70px;
  top: -10px;
  left: -10px;
  background: linear-gradient(-180deg, #25D366 0%, #20b759 100%);
  animation: grow-circles 4s linear infinite both;
}
@media (max-width: 767.98px) {
  .pulse-icon .circle-inner {
    width: 40px;
    height: 40px;
    top: -5px;
    left: -5px;
  }
}

.pulse-icon .circle-outer {
  width: 90px;
  height: 90px;
  background: linear-gradient(-180deg, rgba(37, 211, 102, 0.7411764706) 0%, rgba(28, 154, 74, 0.3607843137) 100%);
  top: -20px;
  left: -20px;
  animation: grow-circles 4s linear infinite both;
}
@media (max-width: 767.98px) {
  .pulse-icon .circle-outer {
    width: 50px;
    height: 50px;
    top: -10px;
    left: -10px;
  }
}

/*series of x pulses of differing sizes*/
.pulse-icon .pulse {
  position: absolute;
  animation: pulse-wave 4s linear infinite both;
  border-radius: 50%;
}

.pulse-icon .pulse-1 {
  border: solid 1px #25D366;
  width: 190px;
  height: 190px;
  top: -70px;
  left: -70px;
}
@media (max-width: 767.98px) {
  .pulse-icon .pulse-1 {
    width: 100px;
    height: 100px;
    top: -35px;
    left: -35px;
  }
}

.pulse-icon .pulse-2 {
  border: solid 1px #25D366;
  width: 290px;
  height: 290px;
  top: -120px;
  left: -120px;
}
@media (max-width: 767.98px) {
  .pulse-icon .pulse-2 {
    width: 150px;
    height: 150px;
    top: -60px;
    left: -60px;
  }
}

.pulse-icon .pulse-3 {
  border: solid 1px #25D366;
  width: 390px;
  height: 390px;
  top: -170px;
  left: -170px;
}
@media (max-width: 767.98px) {
  .pulse-icon .pulse-3 {
    width: 200px;
    height: 200px;
    top: -85px;
    left: -85px;
  }
}

/*Animation for the outewards pulsating waves*/
@keyframes pulse-wave {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/*animation for the inner and outer wave items to grow*/
@keyframes grow-circles {
  0% {
    opacity: 0.85;
    transform: scale(1);
  }
  15% {
    opacity: 1;
    transform: scale(1.05);
  }
  30% {
    opacity: 0.85;
    transform: scale(1);
  }
}
/*animation for the icon to slightly grow and shrink*/
@keyframes grow-shrink {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1);
  }
}
/*# sourceMappingURL=daksha.css.map */
