@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.blog-banner {
  position: relative;
}
.blog-banner::before {
  content: "";
  position: absolute;
  bottom: -238%;
  right: 0%;
  width: 340px;
  height: 468px;
  background: url(../../../assets/images/Vectors/vector.png) no-repeat;
  z-index: 0;
  transform: scaleY(1) scaleX(-1);
  background-size: contain;
  opacity: 0.4;
}
.blog-banner::after {
  content: "";
  position: absolute;
  bottom: -338%;
  left: 0%;
  width: 340px;
  height: 468px;
  background: url(../../../assets/images/Vectors/vector.png) no-repeat;
  z-index: 0;
  transform: scaleY(1);
  background-size: contain;
  opacity: 0.4;
}
.blog-banner .bg-wrapper {
  margin-top: 160px;
  position: relative;
  z-index: 1;
  position: relative;
}
.blog-banner .bg-wrapper::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 50%;
  width: 667px;
  height: 667px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .blog-banner .bg-wrapper::before {
    content: none;
  }
}
.blog-banner .bg-wrapper::before {
  top: -50%;
  left: 60%;
}
.blog-banner .bg-wrapper h1 {
  max-width: 576px;
  margin-bottom: 20px;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 700;
  font-size: 48px;
}
.blog-banner .bg-wrapper p {
  max-width: 548px;
  margin: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: var(--black);
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .blog-banner .bg-wrapper p {
    max-width: 90%;
    margin: 20px auto 0;
  }
}

.blog-listing-banner {
  padding: 100px 0 40px 0;
  margin-top: var(--headerheight);
  text-align: center;
}
.blog-listing-banner h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  color: var(--white);
  margin-bottom: 10px;
}
.blog-listing-banner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--white);
  text-align: center;
  max-width: 521px;
  margin: auto;
}

.blog-secA {
  padding: 0 0 50px 0;
}
.blog-secA .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 70px 0 50px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .blog-secA .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .blog-secA .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-secA .grid-box .grid-box-item {
  width: 100%;
  border-radius: 5px;
  background: var(--white);
  overflow: hidden;
  position: relative;
  transition: 0.4s ease;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  border: 1px solid #D4D4D4;
  z-index: 1;
}
.blog-secA .grid-box .grid-box-item:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blog-secA .grid-box .grid-box-item:hover .btn2 {
  color: white;
}
.blog-secA .grid-box .grid-box-item:hover .btn2::after {
  opacity: 1;
}
.blog-secA .grid-box .grid-box-item:hover .top img {
  scale: 1.2;
}
.blog-secA .grid-box .grid-box-item .top {
  height: 265px;
  overflow: hidden;
  position: relative;
  position: relative;
}
.blog-secA .grid-box .grid-box-item .top::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.blog-secA .grid-box .grid-box-item .top:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
.blog-secA .grid-box .grid-box-item .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.blog-secA .grid-box .grid-box-item figcaption {
  padding: 30px;
}
@media only screen and (max-width: 540px) {
  .blog-secA .grid-box .grid-box-item figcaption {
    padding: 20px;
  }
}
.blog-secA .grid-box .grid-box-item figcaption h4 {
  color: black;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.blog-secA .grid-box .grid-box-item figcaption p {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

section:has(.blog-details-secA) {
  position: relative;
}
section:has(.blog-details-secA)::after {
  content: "";
  position: absolute;
  top: -5%;
  right: 0%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1) scaleX(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.blog-details-secA)::after {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

section:has(.blog-details-secA) {
  position: relative;
}
section:has(.blog-details-secA)::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -1%;
  width: 350px;
  height: 540px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.blog-details-secA)::before {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

section:has(.blog-details-secB) {
  position: relative;
}
section:has(.blog-details-secB)::after {
  content: "";
  position: absolute;
  top: -5%;
  right: 0%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1) scaleX(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.blog-details-secB)::after {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

section:has(.blog-details-secB) {
  position: relative;
}
section:has(.blog-details-secB)::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -1%;
  width: 350px;
  height: 540px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.blog-details-secB)::before {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

.blog-detail-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: calc(100vh - var(--headerheight));
  z-index: 1;
  margin-top: calc(var(--headerheight));
}
@media only screen and (max-width: 1024px) {
  .blog-detail-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .blog-detail-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .blog-detail-banner {
    height: 60vh;
  }
}
.blog-detail-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 23.08%, rgba(0, 0, 0, 0.85) 100%);
}
.blog-detail-banner .common-background video, .blog-detail-banner .common-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .blog-detail-banner .common-background .container {
    padding: 0;
  }
}
.blog-detail-banner .common-background .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 90%;
  left: 50%;
  bottom: 25%;
  transform: translate(-50%);
}
@media only screen and (max-width: 991px) {
  .blog-detail-banner .common-background .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 540px) {
  .blog-detail-banner .common-background .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
  }
}
.blog-detail-banner .common-background .container .bg-wrapper h1 {
  padding-left: 20px;
  border-left: 8px solid var(--primary);
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  max-width: 790px;
}
@media only screen and (max-width: 991px) {
  .blog-detail-banner .common-background .container .bg-wrapper h1 {
    max-width: 70%;
    line-height: 1.2;
    font-size: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .blog-detail-banner .common-background .container .bg-wrapper h1 {
    max-width: 100%;
    font-size: 25px;
    line-height: 1.1;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
    border-left: 0;
  }
}
.blog-detail-banner .common-background .container .bg-wrapper p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  max-width: 609px;
}
@media only screen and (max-width: 540px) {
  .blog-detail-banner .common-background .container .bg-wrapper p {
    text-align: center;
    max-width: 90%;
    margin: auto;
    font-size: 15px;
    line-height: 1.3;
  }
}

.blog-details-secA .container {
  border-left: 1px solid var(--primary);
  padding: 80px 0 0 0;
  max-width: 1080px;
  position: relative;
}
.blog-details-secA .container::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 50%;
  width: 667px;
  height: 667px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .blog-details-secA .container::before {
    content: none;
  }
}
.blog-details-secA .container::before {
  top: 10%;
}
.blog-details-secA .container {
  position: relative;
}
.blog-details-secA .container::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .blog-details-secA .container::after {
    content: none;
  }
}
.blog-details-secA .container::after {
  bottom: initial;
  top: 25%;
}
.blog-details-secA .container .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding-left: 60px;
  position: relative;
  margin-bottom: 40px;
}
.blog-details-secA .container .flex-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.99%;
  transform: translateY(-50%);
  background: var(--primary);
  border-radius: 50%;
  width: 23px;
  height: 23px;
}
.blog-details-secA .container .flex-box figure {
  width: 300px;
  height: 212px;
  border-radius: 10px;
  background: var(--white);
  padding: 40px 20px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}
.blog-details-secA .container .flex-box figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-details-secA .container .flex-box figcaption {
  flex: 1;
}
.blog-details-secA .container .flex-box figcaption h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: var(--black);
  margin-bottom: 15px;
}
.blog-details-secA .container .flex-box figcaption p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  max-width: 679px;
}
.blog-details-secA .container .flex-box figcaption .flex-box2 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0 0 0;
}
.blog-details-secA .container .flex-box figcaption .flex-box2 .figure {
  width: 161px;
  height: 82px;
  border-radius: 5px;
  overflow: hidden;
  padding: 30px;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-details-secA .container .flex-box figcaption ul li {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.blog-details-secA .container .flex-box figcaption ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 8px;
  border-left: 4px solid var(--primary);
  border-bottom: 4px solid var(--primary);
  transform: rotate(-45deg);
}
.blog-details-secA .container .bottom-flex-box {
  margin: 80px 0 80px 60px;
  height: 270px;
  border-radius: 10px;
  background: var(--primary);
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  position: relative;
}
.blog-details-secA .container .bottom-flex-box::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .blog-details-secA .container .bottom-flex-box::after {
    content: none;
  }
}
.blog-details-secA .container .bottom-flex-box::after {
  bottom: initial;
  top: -220%;
  left: 60%;
}
.blog-details-secA .container .bottom-flex-box figure {
  width: 300px;
  height: 212px;
  background: var(--primary);
  padding: 40px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.4392156863);
}
.blog-details-secA .container .bottom-flex-box figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-details-secA .container .bottom-flex-box figcaption {
  flex: 1;
}
.blog-details-secA .container .bottom-flex-box figcaption h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: var(--white);
  margin-bottom: 15px;
}
.blog-details-secA .container .bottom-flex-box figcaption p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  max-width: 679px;
  color: var(--white);
}
.blog-details-secA .container .bottom-flex-box figcaption .btn2 {
  margin-top: 20px;
}

.blog-details-secB {
  position: relative;
}
.blog-details-secB .upper-sec {
  padding: 0 !important;
}
.blog-details-secB .swiper-nav {
  width: 98% !important;
  max-width: 98% !important;
}
.blog-details-secB .swiper-wrapper {
  padding: 30px 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .blog-details-secB .swiper-wrapper {
    padding: 30px 0 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .blog-details-secB .swiper-wrapper {
    padding: 20px 0px 50px 0;
  }
}
.blog-details-secB .swiper-wrapper .swiper-slide {
  line-height: 0;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  border: 1px solid #D4D4D4;
  background: var(--white);
  border-radius: 5px;
  overflow: hidden;
  transition: 0.4s ease;
}
.blog-details-secB .swiper-wrapper .swiper-slide .grid-box-item {
  width: 100%;
  border-radius: 5px;
  background: var(--white);
  overflow: hidden;
  position: relative;
  transition: 0.4s ease;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  border: 1px solid #D4D4D4;
  z-index: 1;
}
.blog-details-secB .swiper-wrapper .swiper-slide .grid-box-item:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blog-details-secB .swiper-wrapper .swiper-slide .grid-box-item:hover .btn2 {
  color: white;
}
.blog-details-secB .swiper-wrapper .swiper-slide .grid-box-item:hover .btn2::after {
  opacity: 1;
}
.blog-details-secB .swiper-wrapper .swiper-slide .grid-box-item:hover .top img {
  scale: 1.2;
}
.blog-details-secB .swiper-wrapper .swiper-slide .grid-box-item .top {
  height: 265px;
  overflow: hidden;
  position: relative;
  position: relative;
}
.blog-details-secB .swiper-wrapper .swiper-slide .grid-box-item .top::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.blog-details-secB .swiper-wrapper .swiper-slide .grid-box-item .top:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
.blog-details-secB .swiper-wrapper .swiper-slide .grid-box-item .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.blog-details-secB .swiper-wrapper .swiper-slide .grid-box-item figcaption {
  padding: 30px;
}
@media only screen and (max-width: 540px) {
  .blog-details-secB .swiper-wrapper .swiper-slide .grid-box-item figcaption {
    padding: 20px;
  }
}
.blog-details-secB .swiper-wrapper .swiper-slide .grid-box-item figcaption h4 {
  color: black;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.blog-details-secB .swiper-wrapper .swiper-slide .grid-box-item figcaption p {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}/*# sourceMappingURL=blog.css.map */