@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.blog-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .blog-banner {
    height: 70vh;
  }
}
@media only screen and (max-width: 991px) {
  .blog-banner {
    height: 60vh;
  }
}
.blog-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 47.79%, rgba(0, 0, 0, 0.75) 88.57%), linear-gradient(180deg, rgba(0, 0, 0, 0) 46.07%, rgba(0, 0, 0, 0.7) 89.64%);
}
.blog-banner .bg-wrapper {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 100%;
  max-width: 45%;
}
@media only screen and (max-width: 991px) {
  .blog-banner .bg-wrapper {
    bottom: 10%;
    left: 50%;
    max-width: 64%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 540px) {
  .blog-banner .bg-wrapper {
    max-width: 96%;
  }
}
.blog-banner .bg-wrapper .heading h4 {
  font-family: "Circular";
  color: var(--white);
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .blog-banner .bg-wrapper .heading h4 {
    text-align: center;
  }
}
.blog-banner .bg-wrapper .heading p {
  font-family: "Circular";
  font-weight: 400;
  color: var(--white);
  font-size: 20px;
  margin-top: 15px;
  color: var(--text);
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .blog-banner .bg-wrapper .heading p {
    text-align: center;
  }
}

.blog-secA {
  padding: 70px 0 30px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .blog-secA .content {
    text-align: center;
  }
}
.blog-secA .content p {
  font-family: "Circular";
  font-weight: 300;
  color: var(--text);
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.blog-secA .content h2, .blog-secA .content h1, .blog-secA .content h3, .blog-secA .content h4, .blog-secA .content h5, .blog-secA .content h6 {
  margin: 26px 0 15px;
  color: #000000;
  font-weight: 600;
  font-family: "Circular";
}
@media only screen and (max-width: 540px) {
  .blog-secA .content h2, .blog-secA .content h1, .blog-secA .content h3, .blog-secA .content h4, .blog-secA .content h5, .blog-secA .content h6 {
    font-size: 18px;
  }
}
.blog-secA .content ul {
  margin: 15px 0 32px;
  padding-left: 0;
  list-style: none;
  font-size: 16px;
}
.blog-secA .content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .blog-secA .content ul li {
    padding-left: 20px;
    font-size: 14px;
  }
}
.blog-secA .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background-color: var(--primary-dark);
  border-radius: 50%;
}
.blog-secA .content img {
  margin: 50px 0 40px;
}
@media only screen and (max-width: 540px) {
  .blog-secA .content img {
    margin: 30px 0 10px;
  }
}
.blog-secA .content h2 {
  margin: 26px 0 15px;
  font-size: 38px;
}
@media only screen and (max-width: 991px) {
  .blog-secA .content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .blog-secA .content h2 {
    font-size: 22px;
  }
}
.blog-secA .content strong, .blog-secA .content span {
  color: var(--text);
}

.blog-dtl-secB {
  padding: 70px 0;
}
@media only screen and (max-width: 540px) {
  .blog-dtl-secB {
    padding: 40px 0;
  }
}
.blog-dtl-secB .heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media only screen and (max-width: 540px) {
  .blog-dtl-secB .heading {
    margin-bottom: 30px;
  }
}
.blog-dtl-secB .heading h3 {
  margin: 0 auto;
}
.blog-dtl-secB .heading .swiper-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .blog-dtl-secB .heading .swiper-group {
    display: none;
  }
}
.blog-dtl-secB .heading .swiper-group button {
  width: 45px;
  height: 45px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-dtl-secB .heading .swiper-group button svg {
  width: 20px;
  height: 20px;
}
.blog-dtl-secB .heading .swiper-group button svg path {
  fill: var(--black);
}
.blog-dtl-secB .heading .swiper-group button:hover {
  background: var(--primary);
}
.blog-dtl-secB .heading .swiper-group .btn-next {
  transform: rotate(180deg);
}
.blog-dtl-secB .commanSwiper .swiper-wrapper .swiper-slide .blog-card .img-wrapper {
  overflow: hidden;
}
.blog-dtl-secB .commanSwiper .swiper-wrapper .swiper-slide .blog-card .img-wrapper img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  display: block;
}
.blog-dtl-secB .commanSwiper .swiper-wrapper .swiper-slide .blog-card .img-wrapper:hover img {
  transform: scale(1.05);
}
.blog-dtl-secB .commanSwiper .swiper-wrapper .swiper-slide .blog-card .content {
  margin-top: 15px;
}
.blog-dtl-secB .commanSwiper .swiper-wrapper .swiper-slide .blog-card .content p {
  font-size: 20px;
  color: var(--white);
  margin-bottom: 5px;
}
@media only screen and (max-width: 540px) {
  .blog-dtl-secB .commanSwiper .swiper-wrapper .swiper-slide .blog-card .content p {
    font-size: 16px;
  }
}
.blog-dtl-secB .commanSwiper .swiper-wrapper .swiper-slide .blog-card .content .date {
  font-size: 14px;
  color: var(--text);
  margin-top: 5px;
}/*# sourceMappingURL=blog-detail.css.map */