@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap");

/*  */
section#main .top-navigation {
    height: 85px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    filter: drop-shadow(0px 3px 5px #00000029);
    z-index: 1;
    box-shadow: 0px 4px 4px rgb(159 159 159 / 25%);
    background: #fff;
}

@media only screen and (min-width: 992px)
section#main .top-navigation .brand, section#main .top-navigation .brand * {
    background-color: transparent;
    margin-left: 9.51%;
    margin-top: 0;
    float: left;
    margin-left: 16px;
    margin-top: 21.33px;
    cursor: pointer;
}

section#main .top-navigation .brand {
  float: left;
  background-color: transparent;
  cursor: pointer;
}

section#main .top-navigation .brand-text {
    display: inline-block;
    height: 70px;
    width: 125px;
    cursor: pointer;
    margin: 12px 25px 15px;
}

section#main .top-navigation .navbar {
    display: block;
    height: 53px;
    margin: 25px 5% 16px auto;
    float: right;
}

section#main .top-navigation .navbar a {
    list-style-type: none;
    float: left;
    text-align: center;
    text-decoration: none;
    padding: 10px 4px;
    font-family: "Poppins";
    font-weight: bold;
    font-size: 24px;
}

/*Blog Section Start */
/* @media screen and (min-width: 769px)
.blog {
  /* width: 70%; */
  /* max-width: 1366px;
  margin: auto;
} */

/* .blog {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
} */ 

.blogBody {
  width: 70%;
  display: flex;
  align-items: center;
  max-width: 1450px;
  margin: auto;
  margin-top: 125px;
}

.blogBody1 {
  width: 70%;
  display: flex;
  align-items: center;
  max-width: 1450px;
  margin: auto; 
}


.blogCard {
  display: grid;
  grid-template-columns: 300px;
  grid-template-rows: 210px 210px ;
  grid-template-areas: "image" "text" ;
  border-radius: 18px;
  background: white;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.9);
  font-family: roboto;
  text-align: center;
}


.card-text {
  grid-area: text;
}

.card-text {
  grid-area: text;
  margin: 25px;
}

.card-text p {
  color: Grey;
  font-size:15px;
  font-weight: 300;
  line-height: 1.2;
}
.card-text h3 {
  margin-top:5px;
  font-size:20px;
}

.card-text .date {
  color: rgb(255, 7, 110);
  font-size:15px;
}


.blogCard:hover {
  transform: scale(1.15);
  box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
}
.blogCard {

...
  transition: 0.5s ease;
  cursor: pointer;
  margin: 30px;
}


.card-image1 {
  grid-area: image;
  background: url("https://cdn.planetspark.in/editor_assets/pictures/3740/content.jpg");
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-size: cover;
  
}

.read {
  border-top: 1px solid #D4D4D4;
}

.card-image1 {
  grid-area: image;
}

.card-image2 {
  grid-area: image;
  background: url("https://cdn.planetspark.in/editor_assets/pictures/3740/content.jpg");
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-size: cover;
}

.card-image2 {
  grid-area: image;
}

.card-image3 {
  grid-area: image;
  background: url("https://cdn.planetspark.in/editor_assets/pictures/3740/content.jpg");
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-size: cover;
}

.card-image3 {
  grid-area: image;
}

.card-image4 {
  grid-area: image;
  background: url("/public/image/aman.webp");
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-size: cover;
}

.card-image4 {
  grid-area: image;
}

/* Footer section Start */

 section#footer {
    display: none;
  }

  /* @media only screen and (min-width: 992px) */
  section#desktop-footer {
    padding: 103px 247px 99px;
    margin: auto;
    max-width: 1800px;
    display: flex;
    justify-content: space-evenly;
    background: #eeeff1;
  }

  section#desktop-footer .brand {
    width: 210px;
    display: flex;
    flex-direction: column;
    color: #191919;
    width: 208px;
    margin-right: 40px;
  }

  section#desktop-footer .brand div {
    display: flex;
    margin-bottom: 14px;
  }

  section#desktop-footer .brand img {
    width: 50px;
    height: 50px;
  }

  section#desktop-footer .brand .brand-text {
    width: 124px;
    height: 45px;
  }

  section#desktop-footer .brand p {
    color: #191919;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  section#desktop-footer .brand .copyright {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
  }

  section#desktop-footer h5 {
    width: 100px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    padding: 2px 9px;
    background-color: #000000;
    color: #fff;
    margin-bottom: 20px;
  }

  section#desktop-footer h6 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 8px;
  }

  section#desktop-footer .company {
    width: 210px;
    display: flex;
    flex-direction: column;
    margin-right: 40px;
  }

  section#desktop-footer .courses {
    width: 210px;
    display: flex;
    flex-direction: column;
    margin-right: 40px;
  }

  section#desktop-footer .courses span {
    font-size: 14px;
    line-height: 20px;
    color: #191919;
    margin-bottom: 15px;
  }

  section#desktop-footer .social {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  section#desktop-footer .social img {
    height: 32px;
    width: 32px;
  }
