	
	body
		{
			background:#eae3d1;
			

		
		
		}

    .hide
    {
      display: none !important;
    }

		html { font-size: 62.5%; }

		a,p{
			font-size: 1.6rem;
		}

  .enquiry-input
  {
    font-size: 1.4rem !important;
      font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  }


.center-align
{ 
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  margin-top: 0px !important;
}


		.theme-btn01
		{
			padding: 8px 18px;
      font-size: 1.4rem;
      border-radius: 30px;
      background-color: #785846;
      color: white;
      transition: opacity .2s linear;
		}

			.theme-btn01:hover
		{
			padding: 8px 18px;
      font-size: 1.4rem;
      border-radius: 30px;
      background-color: #785846;
      color: white;
      opacity: 0.8;
		}

    /* ---------- MOBILE MENU ---------- */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #111;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: right 0.45s ease-in-out;
}

/* Active state */
.mobile-menu.active {
  right: 0;
}

/* Close button */
.mobile-menu-close {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 4.5rem !important;
  color: #fff;
  cursor: pointer;
}

/* Menu links */
.mobile-menu-links {
  list-style: none;
  padding: 0;
  margin: 0;

  text-align: center;
}
.mobile-menu-icon
{
  font-size: 3.4rem;
  position: relative;
  right: 15px;
  cursor: pointer;
}
.mobile-menu-links li {
  margin: 18px 0;

}

.mobile-menu-links a {
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;

  transition: opacity 0.3s ease;
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;

}

.mobile-menu-links a:hover {
  opacity: 0.5;
}

/* Hide menu icon on desktop */
@media (min-width: 992px) {
  .mobile-menu,
  .mobile-menu-icon {
    display: none;
  }
}

.euphoria-script-regular {
  font-family: "Euphoria Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.message-01
{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: black;

}


.message-02
{
   font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  color: black;

  background: linear-gradient(to right,rgba(255,255,255, 0.5),rgba(255, 255, 255, 0));
  padding: 15px;
  border-left: 5px solid #785846;
  border-radius: 20px;

}


    .theme-color1{
      color: #785846 !important;
    }

		.white
		{
			color: white !important;
		}

			.off-white
		{
			color: rgba(255,255,255,0.7) !important;
		}

				.black
		{
			color: black !important;
		}

			.off-black
		{
			color: rgba(0,0,0,0.7) !important;
		}




		.full-body-optimize
{
max-width: 1300px !important;margin:0 auto;
padding-left: 0px !important;
padding-right: 0px !important;
position: relative;
z-index: 1000;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.margin-auto { margin: 0 auto !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-top-15 { margin-top: 15px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-25 { margin-top: 25px !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-top-35 { margin-top: 35px !important; }
.margin-top-40 { margin-top: 40px !important; }
.margin-top-45 { margin-top: 45px !important; }
.margin-top-50 { margin-top: 50px !important; }
.margin-top-55 { margin-top: 55px !important; }
.margin-top-60 { margin-top: 60px !important; }
.margin-top-65 { margin-top: 65px !important; }
.margin-top-70 { margin-top: 70px !important; }
.margin-top-75 { margin-top: 75px !important; }
.margin-top-80 { margin-top: 80px !important; }
.margin-top-85 { margin-top: 85px !important; }
.margin-top-90 { margin-top: 90px !important; }
.margin-top-95 { margin-top: 95px !important; }
.margin-top-100 { margin-top: 100px !important; }

.margin-top_10  { margin-top: -10px !important; }
.margin-top_15  { margin-top: -15px !important; }
.margin-top_20  { margin-top: -20px !important; }
.margin-top_25  { margin-top: -25px !important; }
.margin-top_30  { margin-top: -30px !important; }
.margin-top_35  { margin-top: -35px !important; }
.margin-top_40  { margin-top: -40px !important; }
.margin-top_45  { margin-top: -45px !important; }
.margin-top_50  { margin-top: -50px !important; }
.margin-top_55  { margin-top: -55px !important; }
.margin-top_60  { margin-top: -60px !important; }
.margin-top_65  { margin-top: -65px !important; }
.margin-top_70  { margin-top: -70px !important; }
.margin-top_75  { margin-top: -75px !important; }
.margin-top_80  { margin-top: -80px !important; }
.margin-top_85  { margin-top: -85px !important; }
.margin-top_90  { margin-top: -90px !important; }
.margin-top_95  { margin-top: -95px !important; }
.margin-top_100 { margin-top: -100px !important; }


.padding-10  { padding: 10px !important; }
.padding-15  { padding: 15px !important; }
.padding-20  { padding: 20px !important; }
.padding-25  { padding: 25px !important; }
.padding-30  { padding: 30px !important; }
.padding-35  { padding: 35px !important; }
.padding-40  { padding: 40px !important; }
.padding-45  { padding: 45px !important; }
.padding-50  { padding: 50px !important; }
.padding-55  { padding: 55px !important; }
.padding-60  { padding: 60px !important; }
.padding-65  { padding: 65px !important; }
.padding-70  { padding: 70px !important; }
.padding-75  { padding: 75px !important; }
.padding-80  { padding: 80px !important; }
.padding-85  { padding: 85px !important; }
.padding-90  { padding: 90px !important; }
.padding-95  { padding: 95px !important; }
.padding-100 { padding: 100px !important; }





.title01{
	 font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.3;

}


.title02{
   font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.3;

}

.content01
{
	 font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}


    .theme-button-01
    {
      background-color: eae3d1 !important;
      color: black !important;
    }
    /* ---------- NAVBAR ---------- */
    .navbar {
      background: #eae3d1;
   
      padding-top: 20px;
      padding-bottom: 20px;
    }



    .navbar-brand img {
      width: 180px;
     
    }

    .nav-link {
      color: black !important;
      margin: 0 10px;
       font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
      font-size: 1.4rem;
    }

    .nav-link:hover {
      opacity: 0.8;
    }

    .btn-whatsapp {
      background: #785846;
      color: #fff;
      border-radius: 30px;
      padding: 8px 18px;
      font-weight: 500;
      font-size: 1.4rem;
      transition: opacity .2s linear;
    }

    .btn-whatsapp:hover {
      background: #785846;
      opacity: 0.9;
      color: #fff;
    }

.hero-section {
  position: relative;
  height: 100vh;
  background: #000;
  overflow: hidden;
   z-index: 0;
}

/* Blurred full screen background */
.hero-video-bg {
  position: absolute;

  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(25px);
  transform: scale(1.1); /* avoids edge blur gaps */
  z-index: 1;
  opacity: 0.8;
}

/* Clear centered main video */
.hero-video-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  z-index: 2;
}

/* Mobile optimization */
@media (max-width: 767px) {
  .hero-video-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}



    .hero-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
      z-index: -1;
    }

    .hero-content {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 20px;
      padding-top: 100px;

    }

    .hero-content h1 {

      animation: fadeUp 1.2s ease forwards;
    }

    .hero-content p {
      max-width: 650px;
      margin: 20px auto;
      font-size: 1.1rem;
      animation: fadeUp 1.6s ease forwards;
    }

    .hero-content .btn {
      padding: 12px 28px;
      font-size: 1.4rem;
      border-radius: 30px;
      animation: fadeUp 2s ease forwards;
      background-color: #785846;
      color: white;
    }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(25px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }


    /* ---------- EXPERIENCE SECTION ---------- */
.experience-section {
  
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-badge {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #707b34;
  font-weight: 600;
}


.experience-text {

  color: #555;
  line-height: 1.8;
}

.experience-points {
  list-style: none;
  padding: 0;
}

.experience-points li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
	 font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.4rem;
  color: #333;
}

.experience-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #198754;
  font-weight: 700;
}

/* Image Styling */
.experience-image {
  overflow: hidden;
  border-radius: 18px;
}

.experience-image img {
  transition: transform 0.6s ease;
  width: 100%;
}

.experience-image:hover img {
  transform: scale(1.05);
}

/* Scroll Fade-in */
.experience-section {
  animation: fadeUp 1.2s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* ---------- WHAT WE SERVE ---------- */
.serve-section {
  background: black;
   background: url('../img/pexels-mgrigo29-6249964.jpg') center/cover no-repeat;
   position: relative;
   padding-top: 80px;
   padding-bottom: 80px;
}

.serve-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7) !important;
}


.section-title {

  max-width: 700px;
  margin: 0 auto;
}

.section-desc {
  max-width: 650px;
  margin: 0 auto;
  color: #666;
  line-height: 1.7;
}

/* Cards */
.serve-card {
  background: #fff;
  padding: 30px 25px;
  text-align: center;
  border-radius: 18px;
  height: 100%;
  transition: all 0.3s ease;
}

.serve-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.serve-icon {

  font-size: 5.5rem;
  color: #785846;
  margin-bottom: 15px;
}

.serve-card h5 {

	 font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.8rem;

  margin-bottom: 12px;
}

.serve-card p {
   font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
  color: #555;
  line-height: 1.6;
}


/* ---------- WHY DINE@HOME ---------- */
.why-section {
  background: inherit;
  padding-top: 70px;
  padding-bottom: 80px;
}

.why-box {
	text-align: center;
  width: 80%;
  background: rgba(255,255,255,0.8);
  padding: 50px 40px;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}



/* Items */
.why-item i {
  font-size: 5.5rem;
  color: #785846;
  margin-bottom: 10px;
}

.why-item h6 {
font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  margin-top: 8px;
}


/* ---------- MEET LAKSHMI ---------- */
.meet-section {

  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
}

.meet-bg {
  position: absolute;
  inset: 0;
  background: url('../img/lakshmi01.jpg') center/cover no-repeat;
  opacity: 0.05;
  filter: grayscale(100%);
  z-index: 0;
}
.meet-image {
  border-radius: 22px;
  overflow: hidden;
  
}

.meet-image img {
  transition: transform 0.6s ease;
}

.meet-image:hover img {
  transform: scale(1.05);
}

.meet-title {
  font-size: 2.2rem;
  font-weight: 700;
}

/* ---------- CONTACT SECTION ---------- */
.contact-section {

  padding-top: 40px;
  padding-bottom: 0px;
}

.contact-title {
  font-size: 2.2rem;
  font-weight: 700;
}

.contact-desc {
  max-width: 600px;
  margin: 0 auto;
  color: #555;
  line-height: 1.8;
}

.contact-btn {
  border-radius: 40px;
  padding: 14px 36px;
  font-weight: 600;
}

.contact-note {
  font-size: 0.95rem;
  color: #777;
}


/* ---------- FOOTER ---------- */
.site-footer {
  background: #eae3d1;
 
  padding: 40px 0 20px;
}

.footer-logo img {
 width: 200px;
}


.footer-title {
  	 font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  color: black;

}

.footer-links,
.footer-contact {
  list-style: none;
 	 font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;

}

.footer-links a {
font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  text-decoration: none;
  color: #6B6B6B !important;

}

.footer-links a:hover {
  color: #25d366;
}

.footer-contact i {
  margin-right: 8px;
  color: blacć;
}

.footer-whatsapp {
  color: #25d366;
  text-decoration: none;
  font-weight: 500;
}

.footer-whatsapp:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom p {
  font-size: 1.2rem;
  color: #888;
}


/* ---------- EXPERIENCE HERO ---------- */
.experience-hero {
	margin-top: 90px;
  position: relative;
  height: 50vh;
  background: url('/img/alapuzha01.jpg') center/cover no-repeat;
}

.experience-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
}

.experience-hero .container {
  position: relative;
  z-index: 1;
}

.experience-hero-title {
  font-size: 3rem;
  font-weight: 700;
}

.experience-hero-desc {
  max-width: 650px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8;
  opacity: 0.9;
}
.address-item {
  display: flex;
  align-items: flex-start;
  gap: 0px;
}

.address-item i {
  font-size: 18px;
  margin-top: 3px; /* aligns icon with first line */
  color: #222;
}

.address-item span {
  line-height: 1.6;
}


.address-flex {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.address-flex i {
  font-size: 18px;
  margin-top: 3px;
}

.address-flex span {
  line-height: 1.6;
}

/* ---------- EXPERIENCE ABOUT ---------- */
.experience-about {
  background: inherit;
  padding-top: 50px;
  padding-bottom: 0px;
}

.experience-about-image {
  border-radius: 22px;
  overflow: hidden;

}

.experience-about-image img {
  transition: transform 0.6s ease;
  width: 100%;
}

.experience-about-image:hover img {
  transform: scale(1.05);
}

.experience-about-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.experience-about-text {
  color: #555;
  line-height: 1.8;
  max-width: 600px;
}


/* ---------- EXPERIENCE CARD ---------- */
.experience-card {

  padding: 40px 30px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
}

.experience-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

/* Circle Image */
.exp-image {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.exp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Horizontal Points */
.exp-points {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.exp-point {
  display: flex;
  align-items: center;
  gap: 8px;
border: 1px solid rgba(0, 0, 0,0.2);
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.exp-point i {
  color:#785846;
  font-size: 1.1rem;
}

.exp-point:hover {
  background: #198754;
  color: #fff;
}

.exp-point:hover i {
  color: #785846;
}

/* Responsive */
@media (max-width: 768px) {
  .experience-card {
    padding: 30px 20px;
  }

  .exp-image {
    width: 100px;
    height: 100px;
  }
}



.social-icons {
  display: flex;
  gap: 15px;
}

.social-link {
  font-size: 30px;
  color: #e1306c;
  transition: all 0.3s ease;
}

.social-link:hover {
  color: #e1306c; /* Instagram default */
}

.bi-youtube {
  color: #ff0000;
}

/* ---------- PRICING CARDS ---------- */
.price-card {
  
  padding: 35px 25px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.price-card:hover {
  transform: translateY(-6px);
}

.price-icon i {
  font-size: 5.5rem;
  color: #785846;
  margin-bottom: 15px;
}

.price-card h5 {
   font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.8rem;

  margin-bottom: 12px;
}

.price-text {
     font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  color: black;
  line-height: 1.6;
}.exp-list {
  list-style: none;
  padding-left: 0;
}

.exp-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;

   font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
}

.exp-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #198754;
  font-weight: 700;
}
/* Responsive */
@media (max-width: 768px) {
  .experience-hero {
    height: 50vh;
  }

}

/* Responsive */
@media (max-width: 768px) {
  .site-footer {
    text-align: center;
  }
}



/* ---------- LAKSHMI STORY SECTION ---------- */
.lakshmi-story-section {

  padding-top: 50px;
  padding-bottom: 50px;

}

.lakshmi-story-box {
  width: 100%;

  padding: 50px 45px;
  border-radius: 26px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
    border-top: 10px solid #785846;
        border-left: 5px solid #785846;
}

.story-title {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
}

.story-text {
  font-size: 1rem;
  line-height: 1.9;
  color: #444;
  margin-bottom: 18px;
}


/* ---------- SEND ENQUIRY FORM ---------- */


.enquiry-box {


  padding: 50px 45px;
  border-radius: 26px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.enquiry-input {
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.95rem;
  background-color: transparent;
}

.enquiry-input:focus {
  border-color: #198754;
  box-shadow: none;
}

.enquiry-btn {
  padding: 12px 40px;
  border-radius: 40px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .enquiry-box {
    width: 100%;
    padding: 35px 25px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .lakshmi-story-box {
    width: 100%;
    padding: 35px 25px;
  }

  .story-title {
    font-size: 1.6rem;
  }
}



    @media(max-width: 1101px)
{
.full-body-optimize
{
  max-width: 100% !important;
width: 100% !important;
padding-left: 15px !important;
padding-right: 15px !important;overflow-x: hidden;
}

}

@media(max-width: 992px)
{
  .center-align
{ 
  position: relative;
  transform: translateY(0%);
  top: 0%;
  margin-top: 20px !important;

}
}


    /* ---------- MOBILE VIDEO ---------- */
    @media (max-width: 768px) {

.title01{
	 font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.3;

}

  .why-box {
    width: 100%;
    padding: 35px 25px;
  }

  .why-title {
    font-size: 1.8rem;
  }



    }



    /* ---------- MOBILE VIDEO ---------- */
    @media (max-width: 576px) {
 
.title01{
	 font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 1.3;

}

   .navbar-brand img {
      width: 150px;
      position: relative;
      left: 10px;
     
    }



    }
