* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}

.playball-regular {
  font-family: "Playball", cursive;
  font-weight: 400;
  font-style: normal;
}

.charm-regular {
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
}

.charm-bold {
  font-family: "Charm", cursive;
  font-weight: 700;
  font-style: normal;
}

.instrument-sans {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


body {
  font-family: "Instrument Sans", sans-serif;
 
}

.topbar {
  background: linear-gradient(#d2a905, #EFBF04);
  /* background-color: #EFBF04;  */
  padding: 8px 20px;
  color: rgb(159, 46, 5);
  color: #222222;
  font-weight: bold;
  text-align: center;
}

.navbar-brand span {
  font-size: 30px;

}

.navbar-brand span:hover {
  /* color: #EFBF04; */
  color: rgb(247, 213, 149);
  filter: drop-shadow(0 0 0.85rem rgb(63, 63, 64));

}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}


.dropdown-menu {
  background-image: linear-gradient(to top, #572d03, rgb(114, 33, 4) 40%);
  border: none;
  transition: all 0.3s ease-in-out;
}

.dropdown-menu a {

  color: #FFF;
}

.dropdown-menu a:hover {
  background-image: linear-gradient(to top, #572d03, rgb(114, 33, 4) 40%);


  color: #EFBF04;
}

.navbar-nav .nav-link {
  color: #ffffff !important;
  /* Bright white for all links */
  opacity: 1;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #EFBF04 !important;
  /* Keep hover/active white */
}
  .custom-toggler {
    padding: 1px;
    width: 32px;
    height: 32px;
 
  }

  .custom-toggler .navbar-toggler-icon {
  
    background-size: 70% 70%;
  }

@media(max-width: 576px) {
  .topbar {
    font-weight: normal;
  }

  .navbar-brand img {
    width: 50px;
    height: 50px;
  }

  .navbar-brand span {
    font-size: 22px;

  }

  .navbar-nav .nav-link {
    font-size: 14px !important;
  }

}

/* ------------------------- 
      hero-section
 ------------------------- */

.carousel-inner,
.carousel-item,
.carousel-item img {
  height: 79vh;
  object-fit: cover;
  position: relative;
}

.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
}
 .hero1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.carousel-caption {
  margin-bottom: 100px;
  /* background-color: #EFBF04; */
  position: absolute;
  z-index: 2;
}

.carousel-caption h2 {
  cursor: pointer;

  font-size: 50px;
  font-weight: 400;
  color: #fcfcfc;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.carousel-indicators button {
  background-color: #aaa;
}

.carousel-indicators .active {
  background-color: #EFBF04;

}

@media(max-width: 576px) {
  .carousel-caption h2 {
    font-size: 35px;
    font-weight: 300;
  }


}

/*---------------------------------
        about-section
  ------------------------------------ */



#about .col6 {
  background-image: url(images/bk-about.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.about-h2 {

  margin: auto;
  width: 250px;
  font-size: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(170, 5, 5);
  text-align: center;
}
.about-img {
  width: 500px;
 
}
.about-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
   filter: drop-shadow(2px 2px 2px rgb(104, 103, 103));

}

.about-heading {
  font-size: 35px;
  color: #EFBF04;
  font-weight: 600;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);

}

.about-content {
  font-size: 18px;
  line-height: 1.9rem;
}

@media(max-width: 576px) {
  .about-h2 {
    width: 150px;
    font-size: 28px;
 
  }
  .about-heading {
  font-size: 28px;
  color: #EFBF04;
  font-weight: 600;
  /* text-align: center; */
 

}
.about-content {
  font-size: 16px;
   text-align: justify;

  
}



}
/* ------------------------- 
     Categories-section
 ------------------------- */
 #categories {
  background-color: rgb(237, 142, 9);
 }
#categories .card {
  border: none;
  /* box-shadow: 2px 2px 20px 2px rgb(244, 224, 129); */

}
 
 #categories .about-h2 {
 
  width: 400px;

 }
 @media(max-width: 576px) {
 #categories .about-h2 {
    width: 160px;
    font-size: 28px;
 
  }
}
/* ------------------------- 
     ocassions-section
 ------------------------- */
 /* #ocassions {

 } */
  #ocassions .ocassions-card {
    box-shadow: 2px 2px 6px 2px rgb(246, 202, 148);
  
    border-radius: 10px;
   
    transition: all .8s ease;

 }
   #ocassions .ocassions-card:hover {
     
  transform: scale(1.1);

 }
 /* .............................
        footer
   ................................ */

.s-footer {
    
    background: linear-gradient(#d2a905,#EFBF04);
  
}

.l-footar {
      display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */


    padding: 10px 0;
}

.nutty {
    color: rgb(0, 0, 0);
}
.logos{
    display: flex;
    color: rgb(0, 0, 0);
    gap: 15px;

}
.b-box{
  width: 50px;
  height: 50px;
  background-color:  rgb(114, 33, 4);
  text-align: center;
  border-radius: 5px;
  position:fixed;
  right: 10px;
  top:90%;
  box-shadow: -2px 1px 1px 1px rgb(47, 46, 46);
}
.b-box i{
padding-top: 15px;
}
.b-box a{
  color: white;
}







 