@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.blog-listing-banner {
  padding: 5rem 0;
}
@media only screen and (max-width: 520px) {
  .banner.blog-detail-banner::before {
    background: rgba(0, 0, 0, 0.6);
  }
}
.banner.blog-detail-banner .content {
  max-width: 645px;
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .banner.blog-detail-banner .content {
    max-width: 460px;
  }
}
@media only screen and (max-width: 520px) {
  .banner.blog-detail-banner .content {
    max-width: 100%;
  }
}
.banner.blog-detail-banner .content h1 {
  font-size: 36px;
}
@media only screen and (max-width: 991px) {
  .banner.blog-detail-banner .content h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.blog-detail-banner .content h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 520px) {
  .banner.blog-detail-banner .content h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 345px) {
  .banner.blog-detail-banner .content h1 {
    font-size: 18px;
  }
}
.banner.blog-detail-banner .content p {
  margin-bottom: 17px;
  margin-top: 0;
  color: var(--white);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 520px) {
  .banner.blog-detail-banner .content p {
    font-size: 13px;
  }
}
.banner.blog-detail-banner .banner-wrapper {
  bottom: 25%;
}
.banner.blog-detail-banner .share_btn {
  margin-top: 50px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.banner.blog-detail-banner .share_btn .share-btn-ico {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 520px) {
  .banner.blog-detail-banner .share_btn .share-btn-ico img {
    width: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .banner.blog-detail-banner .share_btn .share-btn-ico img {
    width: 20px;
  }
}
.banner.blog-detail-banner .share_btn .side_ico-m {
  position: absolute;
  display: flex;
  gap: 15px;
  flex-direction: column;
  border-radius: 5px;
  opacity: 0;
  left: auto;
  bottom: auto;
  left: calc(100% + 20px);
  top: 50%;
  translate: 0 -50%;
  flex-direction: row;
  transform: translateX(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transform-origin: left;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.banner.blog-detail-banner .share_btn .side_ico-m.open {
  opacity: 1;
  transform: translateX(0px);
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.banner.blog-detail-banner .share_btn .side_ico-m li svg {
  fill: var(--white);
  width: 25px;
}
.banner.blog-detail-banner .share_btn .side_ico-m li svg:hover {
  fill: var(--primary);
}

.about-secA {
  padding: 50px 0 30px;
}
.about-secA .heading {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.about-secA .heading h1 {
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-detail-secA {
  padding: 75px 0;
}
@media only screen and (max-width: 675px) {
  .blog-detail-secA {
    padding: 3rem 0 1rem;
  }
}
.blog-detail-secA .container {
  max-width: 827px;
}

.blog-detial-secB {
  padding: 2rem 0 100px;
}
@media only screen and (max-width: 991px) {
  .blog-detial-secB {
    padding: 3rem 0 5rem;
  }
}
@media only screen and (max-width: 675px) {
  .blog-detial-secB {
    padding: 3rem 0 3rem;
  }
}
@media only screen and (max-width: 675px) {
  .blog-detial-secB .container {
    padding-right: 0;
  }
}
.blog-detial-secB .heading {
  margin-bottom: 54px;
}
@media only screen and (max-width: 675px) {
  .blog-detial-secB .heading {
    margin-bottom: 2.5rem;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .blog-detial-secB .heading {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .blog-detial-secB .heading {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 675px) {
  .blog-detial-secB .swiper-nav {
    display: none;
  }
}

.blog-listing-secA {
  padding: 10px 0 80px;
}
@media only screen and (max-width: 520px) {
  .blog-listing-secA {
    padding: 0rem 0 5rem;
  }
}
.blog-listing-secA .tab-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 10px 0 50px;
}
@media only screen and (max-width: 540px) {
  .blog-listing-secA .tab-nav {
    padding: 10px 0 30px;
  }
}
.blog-listing-secA .tab-nav li {
  font-size: 18px;
  padding: 5px 22px;
  border-radius: 25px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .blog-listing-secA .tab-nav li {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.blog-listing-secA .tab-nav li:hover, .blog-listing-secA .tab-nav li.active {
  background-color: var(--primary);
  color: var(--white);
}

.blog-col:is(a):hover figure img {
  transform: scale(1.05);
}
.blog-col::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.blog-col figure {
  line-height: 0;
  display: block;
  overflow: hidden;
}
.blog-col figure img {
  aspect-ratio: 1.2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: 0.5s ease;
}
.blog-col figcaption {
  padding: 0px 20px 30px;
}
.blog-col figcaption h6 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.389;
  color: var(--white);
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 520px) {
  .blog-col figcaption h6 {
    font-size: 16px;
  }
}
.blog-col figcaption .date {
  font-size: 14px;
  line-height: 21px;
  color: var(--white);
}
@media only screen and (max-width: 675px) {
  .blog-col figcaption .date {
    font-size: 12px;
    line-height: 18px;
  }
}

.event_list_col {
  border: 1px solid rgba(102, 102, 102, 0.3019607843);
}
.event_list_col .figcaption {
  padding-bottom: 30px;
}
.event_list_col .figcaption .btn-div {
  position: static;
  margin-top: 20px;
  padding: 0;
}/*# sourceMappingURL=blog.css.map */