@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5Oew.ttf) format('truetype');
}

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52xwNpXw.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrJJLedw.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmr19lEA.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
}

body {
  font-family: "Poppins", sans-serif;
  position: relative;
}

.bg-primary {
  background-color: #26523b !important;
}

.bg-secondary {
  background-color: #991427 !important;
}

.text-primary {
  color: #26523b !important;
}

.text-secondary {
  color: #991427 !important;
}

.navbar {
  z-index: 1000;
}

.navbar-nav .nav-link {
  color: #26523b;
}

.navbar-nav .nav-link:hover {
  color: #991427;
  border-bottom: 4px solid #991427;
}

.navbar-nav .nav-link.active {
  color: #991427;
  border-bottom: 4px solid #991427;
}

.btn-primary {
  background-color: #26523b !important;
  border-color: #26523b;
}

.btn-primary:hover {
  background-color: #991427 !important;
  border-color: #991427;
}

.btn-secondary {
  background-color: #991427 !important;
  border-color: #991427;
}

.btn-secondary:hover {
  background-color: #26523b !important;
  border-color: #26523b;
}

.navbar-brand {
  max-width: 200px;
}

#singhnurserycarousel {
  max-height: 800px;
  margin-top: 79px;
}

#singhnurserycarousel::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

#singhnurserycarousel .carousel-caption {
  z-index: 10;
  top: 55%;
  transform: translateY(-50%);
}

.section {
  padding-top: 80px;
  padding-bottom: 100px;
}

#services {
  background-color: #DAF1DF;
}

#catalogue {
  background-color: #DAF1DF;
}

#contact {
  background-color: #DAF1DF;
}

.service-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.planting {
  background-image: url('../images/planting.png');
}

.landscaping {
  background-image: url('../images/planing.png');
}

.consultation {
  background-image: url('../images/mentoring.png');
}

.delivery {
  background-image: url('../images/delivery.png');
}

.social-icons img {
  width: 48px;
  height: 48px;
}

.social-icons a:last-of-type img {
  width: 51px;
  height: 51px;
}

.category {
  cursor: pointer;
  position: relative;
  min-height: 250px;
}

.category .card-body {
  z-index: 2;
}

.category::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
  left: 0;
  top: 0;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

.lightbox-content {
  position: relative;
  background: white;
  padding: 2rem;
  border-radius: 5px;
  max-width: 80%;
  max-height: 500px;
  overflow: hidden;
  width: 100%;
  min-height: 400px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 5;
}

.lightbox-slider {
  display: flex;
  transition: transform 0.5s ease;
}

.lightbox-item {
  min-width: 100%;
  box-sizing: border-box;
  padding-left: 35px;
  padding-right: 35px;
  height: 450px;
  overflow: auto;
}

.lightbox-item::-webkit-scrollbar {
  display: none;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #991427;
  z-index: 2;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.category-1 {
  background: url('../images/apple-seedlings.jpg') no-repeat center center;
  background-size: cover;
}

.category-2 {
  background: url('../images/apple-rootstock.jpg') no-repeat center center;
  background-size: cover;
}

.category-3 {
  background: url('../images/clonal-rootstock.png') no-repeat center center;
  background-size: cover;
}

.category-4 {
  background: url('../images/budwood.jpg') no-repeat center center;
  background-size: cover;
}

.category-5 {
  background: url('../images/stone-fruit.jpg') no-repeat center center;
  background-size: cover;
}

.category-6 {
  background: url('../images/apricot.webp') no-repeat center center;
  background-size: cover;
}

.catalouge-details {
  width: 100%;
  flex-grow: 1;
}

.catalouge-details strong {
  font-weight: 700;
  color: #26523b;
}

.catalouge-details img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  object-position: center center;
  border: 8px solid #991427;
  border-radius: 50%;
}

@media (max-width: 991px) {
  #singhnurserycarousel .carousel-caption {
    top: 45%;
  }

  #singhnurserycarousel .carousel-item img {
    min-height: 600px;
    object-fit: cover;
    object-position: center center;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  #singhnurserycarousel .carousel-caption {
    display: block !important;
    right: 5%;
    left: 5%;
  }

  #singhnurserycarousel .carousel-item img {
    min-height: 500px;
  }

  .lightbox-content {
    max-width: 90%;
    padding: 1rem;
    min-height: 90dvh;
  }

  .lightbox-item {
    height: 80dvh;
  }

  .catalouge-details img {
    width: 200px;
    height: 200px;
  }
}