@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');

body {background: #fff;font-family: "Inter", serif!important;}
p {font-family: "Inter", serif!important;font-size: 15px;line-height: 20px;}
h1,h2,h3,h4,h5,h6 {font-family: "Oswald", serif!important;}
button, button:hover {
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    text-decoration: none!important;
    cursor: pointer;
}
a, a:hover {
    color: #f6f9fa;
    text-decoration: none;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    text-decoration: none!important;
    cursor: pointer;
}
/* ===== Scrollbar CSS ===== */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
  }
  /* ===== Scrollbar CSS ===== */

  /* .blog-details img {
    width: 100%;
    margin-bottom: 15px;
    height: 325px;
    object-fit: cover;
    border-radius: 20px;
} */
.blog-details img {
  width: 100%;
  margin-bottom: 15px;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
  .copyright-section p {
    color: #fff;
    margin: 0;
  }