
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');

h2 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
text-align: center;
font-size: 40px;
}
p{
  font-family: "Shippori Mincho B1", serif;
 
}
h1{
  font-family: "Shippori Mincho B1", serif;
}
.banner-height {
  position: relative;
  width: 100%;
  height: 300px;
  /* मोबाइल व्यू के लिए निश्चित ऊँचाई */
}

.banner-height img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Image को container में adjust करेगा */
}
/***===============================**/
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.navbar-brand {
  width: 30%;
}

.nav-link {
  margin: 0 1rem;
font-weight: 600!important;
font-size: 17px;
}

button.product-btn:hover {
  background-color: #fff !important;
  color: #3a633e !important;
}

.card .icon {
  font-size: 3rem;
  color: lightseagreen;
}

.card-text {
  color: gray;
}

.card {
  transition: all 0.5s;
  border: 1px solid #3a633e;
}

.card-market:hover {
  background-color: #3a633e;
  color: #fff;

}

.card-market:hover .icon,
.card-market:hover .card-text {
  color: #fff;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}


.card-body button {
  background-color: #3a633e;
  color: #fff;

}

.card-footer {
  background-color: #3a633e;
  color: #fff;
}

.icon-container {
  width: 50px;
  height: 50px;
  background-color: #3a633e;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  font-size: 20px;
}

img.my-blog {

 
  height: 300px;
}

/**************************************************/
@media (max-width: 768px) {
  .navbar-brand img {
    width: 160px;
    /* Bigger size for tablet and mobile */
  }
}

@media (max-width: 480px) {
  .navbar-brand img {
    width: 180px;
    /* Even bigger size for small mobile screens */
  }
}

/***************************************************/


.content a {
  display: block;
  width: 100%;
  text-align: center;
}
.dropdown-menu{
  background-color: #3a633e;
 
}
.dropdown-item{
  color: #fff!important;
}
.dropdown-item:hover{
 color: #3a633e!important;
}
li.nav-item:hover{
  background-color: #3a633e;
  color: #fff!important;
  border-radius: 5px;
}
a.nav-link:hover{
  color: #fff!important;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #fff;
}

