

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  opacity: 75%;
}
#dropdownMenuButton {
  /* background-color:#FFC94A ;  */
  background-color:black;
  margin-top:20px;
  margin-left:px;
 
}


/* Set width to 100% and center carousel images */
.carousel-inner img {
  width: 100%;
  margin: auto;
  min-height: 200px;
}

/* Hide the carousel text when the screen is less than 600 pixels wide */


/* Style logo text */
.logo .logo-text {
  color: #ffffff;
  margin-left: 10px;
  font-size: 30px;
  font-family: "DM Serif Display", serif;
}

/* Style navbar buttons */
#id {
  margin-left: 10px;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
}

.buttons {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 20px;
  gap: 20px;
}

.navbar-buttons .btn {
  margin: 0;
}

.home {
  /* background-color: #FFC94A; */
  background-color:#3181f1;
  text-decoration-color: rgb(255, 255, 255);
}

.btn-default {
  font-size: 16px;
  justify-content: center;
}

.sign {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  padding: 20px;
  gap: 10px;
  align-items: flex-start;
}

.dropdown button{
  color:white;
}

#myNavbar {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.buttons button{
  background-color: #3181f1;
}
.buttons button a{
  text-decoration:none;
}
.sign button a{
  text-decoration: none;
  color:white;
}

.btn-default a {
  color:black;
  text-decoration: none;
}
.btn-outline-warning{
  background-color: #F57D1F;
}
.buttons button{
  background-color: black;

}
.buttons button a{
  color:white;
}
/* header end */
  
/* footer start */

  footer {
    background-color:black;
    padding: 20px;
    text-align: center;
    opacity:75%;
    margin-top: 100px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-section {
    flex: 1;
    margin: 0 20px;
}

.footer-section h3 {
    margin-bottom: 10px;
    color:#FFC94A;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 5px;
}

.footer-bottom {
    width: 100%;
    margin-top: 20px;
    background-color: black;
    padding:10px;
}
.footer-content{
  display:flex;
  justify-content: space-around;
  
}
.footer-content p{
  color:white;
}
.footer-bottom p{
  color:white;
}
.social-icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  
}

.social-icons li {
  display: inline-block;
  margin-right: 10px; /* Adjust spacing between icons */
 
}
.social-icons a{
  color:white;
}
 .blog img{
  border-radius:50%;
}

.col-md-6 img {
  display: block;
  margin: 0 auto;
  box-shadow:5px 5px 20px black;
  margin-top:60px;
  margin-bottom:40px;
}


.healthy-life-text {
  margin-left: 20px;
  margin-top:10px;
  padding:30px;
}

.healthy-life-text h2 {
  font-size: 40px;
  font-weight: bold;
  color:Black;
}

.healthy-life-text p {
  font-size: 19px;
  line-height: 2;
  color: #000; 
}

.healthy-life-text .btn {
  margin-top: 20px;
}




#box{
  padding-left: 0px;
}

body{
    background-color: rgb(255, 255, 255);
    /* height: 100vh; */
    width: 100%;
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(rgb(3, 3, 67, 0.8), rgba(0,0,50,0.8)), url(bgimage.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

/*sytling of about section*/
.about{
    padding: 20px;
    font-size: 20px;
    margin-top: 20px;
    width: 60%;
    text-align: left;
    color: white;
}

.about p{
    text-align: justify;
    line-height: 1.5;
    
    
}

.BMIcondition{
    color: rgb(255, 145, 0);
}

.form{
    margin-top: 200px ;
    margin-bottom: 30px;
    
}

section{
    background-color: rgb(247, 242, 242);
    /* height: 340px; dont fix height  here browser will adjust */
    width: 400px;
    padding: 40px 20px;
    border-radius: 20px;

    
}

.my_container{
    text-align: center;
    margin-bottom: 20px;
    
}

.user_input{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.user_input input{
    width: 100%;
    height: 50px;
    border-radius: 7px;
    border: none;
    outline: none;
    padding: 20px;
}

.form button{
    margin-top: 20px;
    border: none;
    outline: none;
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: rgb(255, 145, 0);
    display: flex;
    justify-content: center;
} 

#span{
    width: 100%;
}