.custom-navbar {
  background: linear-gradient(90deg, rgba(160, 18, 8, 1) 0%, rgba(155, 17, 7, 1) 38%, rgba(147, 16, 6, 1) 65%, rgba(117, 12, 6, 1) 100%);
  /* font-family: 'Arial', sans-serif; */
  padding: 10px 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-brand .logo {
  height: auto;
  width: 80px;
}

.nav-link {
  color: #fff !important;
  font-size: 1rem;
  font-family: 'sen';
  text-transform: uppercase;
  padding: 10px 15px;
  transition: color 0.3s;
}

.nav-links li {
  margin-left: 20px;
  /* Space between links */
}

.nav-link:hover,
.nav-link.active {
  color: #FFD700 !important;
}

.nav-div {
  justify-content: center;
}
.our-blog hr {
    width: 11%;
    height: 5px;
    background: linear-gradient(90deg, #8E0F06 0%, #E7BF43 46.9%, #890E06 98.39%, #901007 98.4%) !important;
    border: none;
    margin: 30px 0;
    position: absolute;
    margin-top: 15px;
    margin-left: 1%;
    opacity: 1;
  } 
  .blogImage {
    margin-top: 40px;
  
  }
  
  .blog-title {
    font-size: 26px;
    font-weight: 400;
    font-family: 'sen';
  
  }
  
  .our-blog{
    padding-bottom: 48px;
    padding-right: 48px;
    padding-right: 48px;
  }
  
  .blog-content {
    font-weight: 600;
    font-family: Playfair Display;
    font-size: 35px;
    text-decoration: underline;
    line-height: 45px;
    color: #fff !important;
  
  }
  
  .blog-main-content p {
    font-size: 18px;
    font-family: 'Sen';
    color: white;
    text-align: justify;
  }
  
  .blog-main-content {
    padding-top: 110px;
  } 
  
  
  .our-blogs {
    padding: 0px;
    background: radial-gradient(50% 50% at 50% 50%, #951108 0%, #570904 100%);
    height: 692px;
  }

@media(max-width: 1268px){
  .our-blog hr {
    width: 11%;
    height: 3px;
    background: linear-gradient(90deg, #8E0F06 0%, #E7BF43 46.9%, #890E06 98.39%, #901007 98.4%) !important;
    border: none;
    margin: 30px 0;
    position: absolute;
    margin-top: 0px;
    margin-left: 4%;
    opacity: 1;
  }
}
  
  @media(max-width: 868px){
    .blog-main-content {
      padding-top: 0px;
    }
    .our-blog{
      padding-bottom: 0;
      padding-right:0;
      padding-right: 0;
    }
  }
  @media(max-width: 468px){
    .blog-content {
      /* font-weight: 400; */
      font-family: Playfair Display;
      font-size: 25px;
      text-decoration: underline;
      line-height: 35px;
      color: #fff !important;
    }
    .our-blog hr {
      width: 30%;
      height: 3px;
      background: linear-gradient(90deg, #8E0F06 0%, #E7BF43 46.9%, #890E06 98.39%, #901007 98.4%) !important;
      border: none;
      margin: 30px 0;
      position: absolute;
      margin-top: 0px;
      margin-left: 10%;
      opacity: 1;
    }
  
  }

 
 
  /* footer */

.footer-section {
  background: radial-gradient(50% 50% at 50% 50%, #951108 0%, #570904 100%);

}

.footer-container {
  background-image: url('../imgs/footer-section-bg.png') !;
  background-repeat: no-repeat !important;
  background-size: 100% 100%;
}

.footer {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* Ensure content wraps on smaller screens */

}

.footer-content {
  padding-bottom: 100px;
  margin-top: -100px;
  text-align: center;
  /* Align text center on small screens */
}

.footer img {
  object-fit: contain;
  max-width: 100%;
  /* Ensure images resize on smaller screens */
  height: auto;
}

.footer p {
  font-family: 'Playfair Display';
  font-size: 22px;
  color: #fff;
  line-height: 40px;
  width: 600px;
  word-wrap: break-word;
  margin-top: 50px;
}

.footer-link {
  display: flex;
  gap: 100px;
  justify-content: space-between;
}

.footer-link li {
  list-style: none;

}

.footer-link a {
  text-decoration: none;
  color: #fff;
  font-family: 'Sen';
  font-size: 28px;
  font-weight: 500;
  line-height: 60px !important;
}

.footer-setting {
  display: flex;
  justify-content: space-between;
  margin: 0px 120px;
}

@media(max-width:1268px) {
  .footer-content {
      margin-top: 100px;
  }
}

@media(max-width:868px) {
  .footer-setting {
      margin: 0px 30px;
  }

  .footer-content {
      margin-top: 100px;
  }
}


.footer-setting a {
  color: #fff;
}

.footer-setting p a {
  margin-right: 10px;
  /* Adds spacing to the right of each icon */
}


@media(max-width: 768px) {
  .footer-content {
      margin-top: 100px;
  }

  .footer-logo {
      width: 300px;
  }

  .footer p {
      margin-top: -52px;

  }
}

@media(max-width: 468px) {
  .footer-link {
      gap: 10px;
  }

  .footer-c2 {
      width: 185px;
  }

  .footer p {
      margin-top: -52px;
      font-size: 16px;
      padding: 0px 4px;
  }

  .footer-link a {
      font-size: 22px;
  }

  .footer-content {
      padding-bottom: 50px;
      text-align: center;
  }
}
