/*
  Theme Name: Big Bhutan Charcoal Pvt. Ltd
  Description: This Theme is specially designed for Big Bhutan Charcoal Pvt. Ltd
  Theme URL:
  Author: Karma Tenzin
  Author URI: 
  Version: 1.0
  Date: 08/07/2025
  Copyright: (c) 2024 Big Bhutan Charcoal Pvt. Ltd
*/

/*@import url('https://fonts.googleapis.com/css2?family=Headland+One&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Headland+One&family=My+Soul&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1, h2, h3, h4, h5, .nav-link {
  font-family: "Headland One", serif;
}

p{
  text-align: justify;
}
.text-dzo{
  font-size: 2.5em;
}
.tag-line{
   font-family: "My Soul", cursive;
}
.hero {
/*  background: url('bg.jpg') no-repeat center center/cover;*/
  color: white;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.nav-link.active,
.nav-link:hover {
  color: #fff !important;
}
.zoom-effect {
      overflow: hidden;
      transition: transform 0.3s ease-in-out;
    }

    .zoom-effect img {
      transition: transform 0.3s ease-in-out;
    }

    .zoom-effect:hover img {
      transform: scale(1.1);
    }


    .product-item {
      text-align: center;
      margin-bottom: 30px;
    }