*{
    margin: 0;
    padding: 0;
    font-family:'Poppins', sans-serif; 
    box-sizing:border-box;
}


.navbar {
    margin-bottom: 0;
    border-radius: 0;
    opacity: 75%;
  }
  #dropdownMenuButton {
    /* background-color:#FFC94A ;  */
    background-color:black;
    margin-top:20px;
    margin-left:px;
   
  }
  
.dropdown button{
  color:white;
}
.sign button a{
  color:white;
}
  
  
  /* 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;
  }
  
  .sign {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    padding: 20px;
    gap: 10px;
    align-items: flex-start;
  }
  
  #myNavbar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  
  .btn-default {
    justify-content: center;
  }
  .btn-default a {
    color: #ffffff;
    text-decoration: none;
  }
  .btn-outline-warning{
    background-color: #F57D1F;
  }
  .buttons button{
    background-color: black;
  
  }
  .buttons button a{
    color:white;
  }


.container{
    width: 100%;
    height: 100vh; 
    
    background-image: linear-gradient(rgba(0,0,50,0.8), rgba(0,0,50,0.8)), url(backgroundimage.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.form-box{
    width: 70%;
    max-width: 450px;
    margin-top:10px;
    /* margin-bottom: 100px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(247, 242, 242);
    padding: 50px 60px 70px;
    text-align: center;

}

.form-box h1{
    font-size: 30px;
    margin-bottom: 60px;
    color: rgb(0,0,0);
    position: relative;
}

.form-box h1::after{
    content: '';
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: rgb(255, 145, 0);
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.input-field{
    background: #eaeaea;
    margin: 15PX 0;
    border-radius: 3px;
    display:flex;
    align-items: center;
}

input{
    width:100%;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 20px;
    padding: 18px 15px;
}

.input-field i{
    margin-left: 15px;
    color: #999;
}

form p{
    text-align: left;
    font-size: 15px;
}

form p a{
    text-decoration: none;
    color: rgb(255, 145, 0);
}

.btn-field{
       width: 100%;
       display: flex;
       justify-content: center;
}

.btn-field button{
    flex-basis: 48%;
    background: rgb(255, 145, 0);
    color: #fff;
    height: 40px;
    border-radius: 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: backgroundimage 1s;
}

.input-group{
    height: 210px; 
}

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

.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;
} 
