div {
  box-sizing: border-box;
}
body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  margin: 0;
  background-color: #fff;
  /* background: url("../images/starBlue.png") no-repeat left 200px,
    url("../images/starPurple.png") no-repeat right 1800px,
    url("../images/starBlue.png") no-repeat left 2800px,
    url("../images/starPurple.png") no-repeat right 3600px; */
}

body { position: relative; }

body::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 999;

  background-image:
    url("../images/starBlue.png"),
    url("../images/starPurple.png"),
    url("../images/starBlue.png"),
    url("../images/starPurple.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position:
    left 0 top 200px,
    right 0 top 1800px,
    left 0 top 2800px,
    right 0 top 3600px;
}

.main-container {
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
}

.schemaplus-logo {
  margin-top: auto;
  margin-bottom: auto;
  flex: 1;
  cursor: pointer;
}
.inner-nav {
  margin: auto;
  flex: 1;
}
.nav-wrapper {
  display: flex;
  flex: 1;
}
.navbar {
  background: linear-gradient(90deg, #364aff 0%, #8c15e9 100%);
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  min-height: 116px;
}
.inner-nav {
  display: flex;
}

#pngLogo {
  display: none;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  background: linear-gradient(
    90deg,
    rgba(54, 74, 255, 0.84) 0%,
    rgba(140, 21, 233, 0.84) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem;
  border-bottom-left-radius: 42px;
  transition: right 0.3s ease-in-out;
  z-index: 9999;
  width: 60%;
  box-shadow: 0px 7px 4px -1px #00000033;
  max-height: 248px;
  backdrop-filter: blur(9.600000381469727px);
}

/* Hamburger icon styling */
.hamburger {
  display: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: white;
  margin-left: auto;
  padding: 10px 20px;
  z-index: 10000;
  margin-right: 20px;
}

.mobile-menu-inner {
  padding-top: 100px;
  padding-left: 5px;
  padding-right: 20px;
  padding-bottom: 50px;
}

.blogpost-title-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blogpost-title-container .blogpost-title-part-one{
    font-family: Inter;
    font-weight: 800;
    font-size: 48px;
    text-transform: uppercase;
}

.blogpost-title-container .blogpost-title-part-two{
    display: flex;
    align-items: center;
    font-family: Inter;
    font-weight: 800;
    font-size: 64px;
    text-align: center;
    text-transform: uppercase;
}

.blogpost-title-container .blogpost-title-part-two span{
    background: linear-gradient(90deg, #8c15e9 0%, #364aff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.pricing-title-first {
    font-size: 25px;
  }
  .pricing-title-second {
    font-size: 30px;
  }


.blogs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .blogs-grid {
        display: block;
        margin-top: 10px;
    }

    .blogpost-title-container .blogpost-title-part-one{
        font-size: 25px;
    }

    .blogpost-title-container .blogpost-title-part-two{
        font-size: 30px;
    }
}

.blogpost-card-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.blogpost-card {
    display: flex;
    flex-direction: column;
    float: left;
    width: 92%;
    height: 650px;
    justify-content: start;
    margin-bottom: 40px;
    cursor: pointer;
}

.blogpost-card:hover {
    opacity: 0.7;
}

.blogpost-card .see-more-section {
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  text-transform: capitalize;
  background: transparent;
  color: #8c15e9;
  border: none;
  cursor: pointer;
  padding: 8px;
  padding-block: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  transition: all 0.3s ease;
}

.blogpost-card .see-more-section #see-more-arrow {
  margin-left: 5px;
  transform: rotate(-90deg);
}

.selected-blogpost{
    display: block;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .selected-blogpost{
        margin-top: 10px;
    }
}

/* .latest-posts-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.latest-posts-section .latest-posts-section-title{
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    color: #181A2A;
}

.latest-posts-section .latest-blogcards-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest-posts-section .latest-blogcards-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.latest-posts-section .latest-blogcards-container .latest-blogpost-card{
    border: 1px solid #E8E8EA;
    border-radius: 12px;
    width: 32%;
    padding: 20px 10px;
}

.latest-posts-section .latest-blogcards-container .latest-blogpost-card .latest-blogpost-card-img-container{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content;
    border-radius: 8px;
}

.latest-posts-section .latest-blogcards-container .latest-blogpost-card .latest-blogpost-card-img-container img{
    height: 240px;
}

.latest-posts-section .latest-blogcards-container .latest-blogpost-card .latest-blogpost-card-title{
    height: 85px;
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
}

.latest-posts-section .latest-blogcards-container .latest-blogpost-card .latest-blogpost-card-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
}

.latest-posts-section .latest-blogcards-container .latest-blogpost-card .latest-blogpost-card-info .latest-blogpost-card-author{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    color: #97989F;
}

.latest-posts-section .latest-blogcards-container .latest-blogpost-card .latest-blogpost-card-info .latest-blogpost-card-release-date{
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #97989F;
} */


@media (max-width: 768px) {
  .nav-wrapper {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
  }

  .schemaplus-logo {
    width: 110px;
    height: auto;
    flex: none;
  }

  .navbar {
    min-height: 80px;
    padding: 0;
    align-items: center;
  }
}

/* Responsive behavior */
@media (max-width: 490px) {
  .inner-nav {
    display: none;
  }

  .hamburger {
    display: block;
  }
}

.navbar a:hover {
  cursor: pointer;
  opacity: 0.8;
}

.simple {
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 490px) {
  .simple {
    font-size: 10px;
  }
  .navbar {
    flex-direction: row;
    align-items: center;
    min-height: auto;
    padding: 10px 0;
  }
  .nav-wrapper {
    flex-direction: column;
    width: 100%;
  }
  .schemaplus-logo {
    width: 110px;
    height: 35px;
  }
  .inner-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
  }
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    box-sizing: border-box;
    color: #ffffff;
    box-sizing: border-box;
  }
  .title {
    font-size: 20px;
  }
}
.title {
  margin: 0;
  text-align: center;
}
.url {
  margin-top: auto;
  margin-bottom: auto;
  flex: 1;
}
