/* font-family: 'Lato', sans-serif;
font-family: 'Lilita One', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', sans-serif; */

* {
  font-family: "Montserrat", sans-serif;
}


.p-c {
  color: #2b8fe2;
}

.p-b {
  background-color: #2b8fe2;
  ;
}

.navbar {
  .navbar-brand h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: xx-large;
  }

  .nav-link {
    font-weight: 600;
  }

  .nav-link:hover {
    color: #2b8fe2;
  }




  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;

  }

  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    margin-top: 2px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 4px 9px;
    text-decoration: none;
    display: block;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd;
  }

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }

  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
    color: #2b8fe2;
  }
}

.carousel-item img {
  filter: brightness(0.8);
}

.carousel-caption {
  .h5 {
    font-size: large;
    font-family: "Lato", sans-serif;
    font-weight: 700;
  }

  .h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
  }
}

/*** service ***/

.service {
  background-color: #dbefff;
}

/* Service Item */
.service-item {
  transition: transform 3s ease;

  .service-text {
    position: absolute;
    width: 75%;
    bottom: 30px;
    left: 0;
    transition: 0.5s;
    box-shadow: 1px 1px 1px 0 #00000021;
  }
}


.service-item:hover .service-text {
  width: 100%;
}

.service-text * {
  transition: 0.5s;
}

.service-item:hover .service-text * {
  letter-spacing: 2px;
}

.img-container {
  height: 400px;
  overflow: hidden;
}


.service-item .img-fluid {
  transition: transform 0.3s ease;
}

.service-item:hover .img-fluid {
  transform: scale(1.1);

}

.overlay {
  transition: background 5s ease;
}

.service-item:hover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(1, 19, 53, 0.57), rgba(0, 0, 0, 0.5));
  z-index: 1;
}

.load-more-btn {
  display: none;
  position: absolute;
  top: 43%;
  left: 28%;
  bottom: 44%;
  right: 30%;
  padding: 10px 12px;
  border: 1px solid #fff;
  width: auto;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  font-weight: bold;
  z-index: 5;

  transition: 0.5s;
  border-radius: 6px;
}

.service-item:hover .load-more-btn {
  display: block;
}

/* Sevcie end */


/* footer */
.footer {
  font-family: 'Red Hat Display', sans-serif;
  background: linear-gradient(#000000cd, rgba(0, 0, 0, 0.566)), url(https://t4.ftcdn.net/jpg/05/00/76/75/360_F_500767502_AdezwSUsyb04l79RpV6zubKulRnIHpd0.jpg);
  background-size: cover;
  background-position: center;

}


.facts {
  background-image: linear-gradient(rgb(2 12 28 / 79%), rgb(0 14 36 / 80%)), url(https://5.imimg.com/data5/YF/PG/MY-2239165/kitchen-equipments-500x500.jpg);
  background-attachment: fixed;
  background-size: cover;
}