/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
   display: flex;
   justify-content:space-around; 
   gap: 35px;}
  
/* style.css */
/* Reset default margin and padding */
body, h1, h2, h3, p, ul {
    margin: 0;
    padding: 0;
}
.div{
    width:500px;/* Adjust the width as needed */
    height: 100px; /* Adjust the height as needed */
    background-color: #ccc; /* Change the background color as needed */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.card {
    display: flex;
    justify:centre;
    gap:35px; /* Aligns cards horizontally */
  }
  
  .card {
    width: 300px; /* Set width according to your design */
    height: 200px; /* Set height according to your design */
    background-color: #f0f0f0; /* Example background color */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Box shadow for depth */
    margin: 10px; /* Adjust spacing between cards */
  }
.card {
    width: 300px; /* Adjust width as needed */
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adjust shadow as needed */
    padding: 20px;
    margin: 20px;
  }
  
  .card h2 {
    font-size: 1.5rem; /* Adjust heading size as needed */
    margin-bottom: 10px;
  }
  
  .card p {
    font-size: 1rem; /* Adjust paragraph size as needed */
    line-height: 1.5; /* Adjust line height as needed */
  }
  
  .card img {
    width: 100%; /* Ensures image fills the card width */
    border-radius: 8px 8px 0 0; /* Rounded corners for top */
  }
/* Container for the entire page */
.card-body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
header {
    text-align: center;
    margin-bottom: 20px;
}

/* Main content */
.card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction:row;
    border:1px solid whitesmoke;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.card {
    margin: 20px;
    width: 300px;
    box-shadow: 0 10x 8px rgba(0, 0, 0, 0.1);
    transition:none;

}

.card:hover {
    transform:translateY(-3px);
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-body {
    padding: 20px;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.card-text {
    color:black;
}




/* Button */
.btn {
    display: inline-block;
    padding: 8px 16px;
    background-color:blue;
    color: #fff;
    text-decoration:line-through;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color:white;
}


/* Set background image */
body {
    background-image: url('background.jpg'); /* Replace 'background.jpg' with the path to your background image */
    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif; /* Optional: choose your preferred font-family */
    color: #333; /* Optional: choose your preferred text color */
}

/* Style header */
header {
    text-align: center;
    padding: 50px ;
    background-color:black;

}

header h1 {
    font-size: 2.5rem;
    color:coral; /* Optional: choose your preferred header text color */
}
/* Style footer */

div{
    
    padding:50px;
    border-color: black;
}
/* Styling for the blog section */
.blog {
    width:75%; /* Adjust width as needed */
    margin: 0 auto; /* Center the section horizontally */
    padding: 20px; /* Add padding for spacing */
    background-color: #f9f9f9; /* Background color for the section */
    border-radius: 8px; /* Add rounded corners */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
    border: #333;
  }
  /* Styling for blog post elements within the blog section */
  .blog  {
    margin-bottom: 20px; /* Add spacing between each blog post */
  }
  /* Example styling for blog post title */
  .blog h1 {
    font-size: 50px; /* Adjust the font size */
    color:green;
    text-align: center; /* Text color */
  }
  /* Example styling for blog post content */
  .blog  p {
    font-size: 25px; /* Adjust the font size */
    line-height: 1.5; /* Set line height for better readability */
    color: #666; /* Text color */ 
    padding-right: 50px;
    text-align: center;
  }
  /* Example styling for blog post metadata (e.g., date, author) */
  .blog {
    font-size: 14px; /* Adjust the font size */
    color: #999; /* Text color */
  }
  .centre{
    display:flex;
    justify-content:center;
    align-items:center;
    height: 60vh;
  }




  .navbar {
    margin-bottom: 0;
    border-radius: 0;
    opacity: 75%;
    }
    #dropdownMenuButton {
    /* background-color:#FFC94A ; */
    background-color:#3181f1;
    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;
    }
    .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-outline-warning{
    background-color: #F57D1F;
    }





    footer {
        background-color:black;
        padding: 20px;
        text-align: center;
        opacity:75%;
        margin-top: 10px;
    }
    
    .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;
    }