*{
    padding:0px;
    margin:0px;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
  }
  .social {
  width: 100%;
  height: 8vh;
  background-color: rgb(35, 34, 34);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  }
  
  .socialrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  }
  
  .scroll-container {
  display: flex;
  align-items: center;
  }
  
  .name1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  white-space: nowrap;
  }
  .scroll-arrow {
  color: white;
  font-size: 12px;
  cursor: pointer;
  margin: 0 100px; /* Increase the margin to increase the distance from the text */
  }
  
  
  
  /* Navigation Bar Styling */
  .navi {
  background-color: white !important;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  }
  
  /* Container Flex Styling */
  .container-fluid > .d-flex {
  padding: 0 20px;
  }
  
  /* User Icons Styling */
  .user-icons {
  display: flex;
  gap: 20px;
  
  }
  
  .user-icons i {
  font-size: 20px;
  color: #000;
  cursor: pointer;
  }
  
  /* Logo Styling */
  .navbar-brand img {
  width: 140px;
  margin-left: 50%;
  }
  
  /* Search Container Styling */
  .search-container {
  display: flex;
  align-items: center;
  gap: 10px;
  }
  
  .search-container i {
  font-size: 20px;
  color: #000;
  }
  
  .search-input {
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  padding: 5px;
  width: 200px;
  }
  
  /* Navigation Links Styling */
  .nav-item {
  margin-right: 20px; /* Adjust the value as needed */
  }
  
  .nav-link.name {
  position: relative;
  color: black;
  margin-bottom: 15px;
  font-size: 15px;
  }
  
  .nav-link.name::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px; /* Thickness of the underline */
  left: 0;
  bottom: -3px; /* Position of the underline below the text */
  background-color: black;
  transition: width 0.3s ease-in-out; /* Animation duration and easing */
  }
  
  .nav-link.name:hover::after {
  width: 100%; /* Full underline on hover */
  }
  
  
  
  /* Dropdown Menu Styling */
  .dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  }
  
  .dropdown-item:hover {
  background-color: #f8f9fa;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 768px) {
  .container-fluid > .d-flex {
    flex-direction: column;
    align-items: center;
  }
  
  .search-container {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
  
  .user-icons {
    margin-bottom: 10px;
  }
  
  .search-input {
    width: 100%;
    max-width: 300px;
  }
  }
  


/* banner */
.ban {
    width: 100%;
    height: 85vh;
    background-image: url(./blogindeximg1.webp);
    background-size: cover; /* Cover the entire container */
    background-repeat: no-repeat;
    position: relative; /* Ensure positioning context for absolute elements */
  }
  
  /* Dark overlay */
  .ban::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity to darken */
    z-index: 1; /* Ensure the overlay is above the background image */
  }
  
  /* Text styling */
  .banrap {

    width: 100%;
    height: 55vh;
    position: relative; /* Ensure positioning context for text */
    z-index: 2; /* Ensure the text is above the overlay */
  }
  .banrap1 p{
    color: white;
  }
  .banrap1 {
    margin-top: 12%;
    width: 100%; /* Full width to center text */
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center text */
    color: white; /* White text */
    font-size: 3rem; /* Adjust as needed */
    font-weight: bold; /* Make text bold */
  }
  









  
  
  
  
  
  
  
  /* banner4 */
  .ban6 {
    margin-top: 12%;
    width: 100%;
    height: 70vh;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  
  .banrap6 {
    width: 100%;
    height: 100%; /* Full height for the banner */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
  }
  
  .text-content {
    width: 80%;
    text-align: left; /* Align text to the left */
    padding-right: 20px; /* Adjust padding if necessary */
  }
  
  .imagesa{
    width: 90%; /* Set the width for the image container */
    height: 100%; /* Ensure the image container covers the full height */
    display: flex;
    justify-content: flex-end; /* Place image on the right */
    align-items: center;
   
  }
  
  .main-imgr {
    width: 150%;
    height: 150%; /* Ensure the image covers the full height */
    object-fit: contain; /* Maintain aspect ratio and cover the container */
  }
  
  .banrap7 {
    color: black;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 1%;
    font-family: 'Times New Roman', Times, serif;
  }
  
  p{
    color: black;
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
  }
  
  /* banner4 */
  .bana {
    margin-top: 15%;
    width: 100%;
    height: 70vh;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .banrapa {
    width: 100%;
    height: 100%; /* Full height for the banner */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
  }
  
  .imagesb {
    width: 100%; /* Set the width for the image container */
    height: 100%; /* Ensure the image container covers the full height */
    display: flex;
    justify-content: flex-start; /* Align image container to the left */
    align-items: center;
    
  }
  
  .main-imga {
    width: 150%;
    height: 150%; /* Maintain aspect ratio */
    object-fit: contain; /* Maintain aspect ratio and cover the container */
  }
  
  .text-contenta {
    width: 80%; /* Set the width of the text container */
    text-align: left; /* Align text to the left */
    padding-left: 20px; /* Add left padding for spacing */
  }
  
  .banrapb {
    color: black;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 1%;
    font-family: 'Times New Roman', Times, serif;
  }
  
  p {
    color: black;
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* banner4 */
  .banc {
    margin-top: 20%;
    width: 100%;
    height: 70vh;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  
  .banrapc {
    width: 100%;
    height: 100%; /* Full height for the banner */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
  }
  
  .text-contentc {
    width: 80%;
    text-align: left; /* Align text to the left */
    padding-right: 20px; /* Adjust padding if necessary */
  }
  
  .imagesd{
    width: 80%; /* Set the width for the image container */
    height: 80%; /* Ensure the image container covers the full height */
    display: flex;
    justify-content: flex-end; /* Place image on the right */
    align-items: center;
    
  }
  
  .main-imgc {
    width: 85%;
    height: 200%; /* Ensure the image covers the full height */
    object-fit: cover; /* Maintain aspect ratio and cover the container */
  }
  
  .banrapd {
    color: black;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 1%;
    line-height: 1;
    font-family: 'Times New Roman', Times, serif;
  }
  
  p{
    color: black;
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
  }
  
  
  
  
  
  
  
  
  
  
  /* footer */
  .foot{
  margin-top: 12%;
  width: 100%;
  background-color: rgb(255, 255, 240);
  }
  .footrap{
  width: 100%;
  margin: auto;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  }
  .top-section{
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-bottom: 30px;
  }
  .lastimg p, .connect p{
  color:black;
  font-size: 15px;
  margin-bottom: 10px;
  }
  
  .connect ul{
  display: flex;
  list-style: none;
  padding: 20;
  }
  .connect ul li{
  margin-right: 50px;
      
  }
  .connect ul li a{
  color: black;
  font-size: 20px;
  text-decoration: none;
  }
  .bottom-section{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  width: 80%;
  gap: 20px;
  }
  .boxz ul{
  margin-top: 10px;
  }
  .boxz ul p{
  color: black;
  font-size: 15px;
  margin-bottom: 10px;
  }
  .boxz ul a{
  display: block;
  font-size: 12px;
  margin-top: 10px;
  color: black;
  text-decoration: none;
  }
  .foot-panel2{
  margin-top: 20px;
  background-color:  rgb(255, 255, 240);
  color: black;
  border-top: 1px solid black;
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .copyright ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  }
  .copyright ul p{
  color: black;
  font-size: 12px;
  margin-right: 20px;
  }
  .copyright ul a{
  font-size: 12px;
  color: black;
  text-decoration: none;
  }
  