*{
  margin: 0;
  padding:0;
  box-sizing: border-box;}
  body{
    background-color: #f2f2f2;
  }
.navbar{
    width:100%;
    display: flex;
    justify-content: space-between;
    background-color:white;
    padding: 30px 40px;
    margin-top: 4px;}
.nav-links{
  list-style: none;
  display: flex;
  gap:25px;
  margin-top: 7px;
}
#link{
  color:black
}
.nav-links li a{
  text-decoration: none;
  color: black;
  font-size: 15px;
}
.search-icon{
  color:#6c5ce7;
  font-size: 15px;
  margin-left: 40px;
  margin-top: 10px;
}
.left{
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn{
  background-color:#6c5ce7;
  color:white;
  margin-left: 40px;
  font-size: 15x;
  padding: 12px 40px;
  align-items: center;
  border-radius: 5px;
  border: none ;
}

.navbar btn{
  margin-bottom: 7px;
}
.hero{
  background-image:url(banner-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.blog {
    padding: 80px 0;
    max-width: 1000px;
    margin: auto;
}
.blog-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}
.blog-header h2 {
    font-size: 45px;
  
}
.blog-header p{
width: 50%;
  text-align:start;
}
.tag {
    color: #6c5ce7;
    font-weight: 600;
    font-size: 14px;}
.blog-1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 25px;

}
.card{
  flex: 0 0 33%;
}
.card {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.card img {
    width: 100%;
    display: block;
    min-height: 220px;
}
.date {
    background: #6c5ce7;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px;
    top: 10px;
    left:15px;
    position: absolute;
    width: 40px;
    text-align: center;
    
    
}
.card-body {
    padding: 18px;
    width: 90%;
    margin: 0 auto;
    background-color: white;
    z-index: 11;
    margin-top: -20px;
    position: relative;
}
.card-body h3 {
    margin-bottom: 10px;
    font-size: 18px;}
    .footer {
    background: #10162f;
    color: #ccc;
    padding: 60px 0 20px;}
    .container{
      justify-content: center;
      align-items: center;
    
  
    }

.footer{
  display: flex;
  gap: 40px;
  font-weight: 100;
  font-size: 20px;
}
.container2{
  max-width: 1000px;
  margin: 0 auto;
}
.footer a{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
  margin-top: 0%;
   font-weight: 1000;
}
.footer h3, .footer h4 {
    color: #fff;
    margin-bottom: 10px;
}
.footer p {
    font-size: 14px;
    margin-bottom: 6px;
  }
.copyright {
    font-size: 13px;
    color: #fff;
}
.footer-bottom{
  background-color: #022431;
  padding: 10px 0;
}

.link{
  display: flex;
  justify-content: space-between;
}

.footer-bottom-right a{
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  margin: 0 10px;
}