/* ------------------------------------------------
  Project:   Leod - Creative Portfolio Bootstrap5 Template
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. Section Title
  2. Button
  3. Marquee Text
  4. Social Icons
  5. Team
  7. Blog - Post
  8. Portfolio Item
  9. Swiper Arrow
  10. Swiper Dot Pagination
  11. Splitting Text
  12. Image Reavel Animation
  13. Keyframes Animation


/* ------------------------
    Section Title
------------------------*/
.theme-title p { font-size: 16px; margin-bottom: 0; font-weight: 500; line-height: 30px;}
.dark-bg h2 { color: var(--themeht-white-color) }
.theme-title h2 { margin-bottom: 0; }


/* ------------------------
    Button
------------------------*/
.themeht-btn{padding: 12px 30px; overflow: hidden; position: relative; display: inline-block; cursor: pointer; outline: none; text-decoration: none; font-family: var(--themeht-typography-secondary-font-family); font-size: 18px; text-transform: uppercase; font-weight: 700;}
.white-btn, a.white-btn{background: var(--themeht-white-color); color: var(--themeht-text-color); border: 1px solid var(--themeht-white-color);}
.white-btn:hover, a.white-btn:hover{background: transparent; color: var(--themeht-white-color);}
.primary-btn, a.primary-btn { position: relative; background: var(--themeht-primary-color); color: var(--themeht-text-color); border: 1px solid var(--themeht-primary-color); }
.primary-btn:hover, a.primary-btn:hover { background: var(--themeht-bg-dark-color); color: var(--themeht-white-color); border-color: var(--themeht-primary-color)  }
.outline-primary-btn, a.outline-primary-btn { background: transparent; color: var(--themeht-white-color); border: 1px solid var(--themeht-white-color)  }
.outline-primary-btn:hover, a.outline-primary-btn:hover { background: var(--themeht-primary-color); color: var(--themeht-text-color); border-color: var(--themeht-primary-color)  }

.rounded-button { position: relative; display: inline-block; width: 200px; height: 200px; border-radius: 100%; background: var(--themeht-white-color); text-align: center; padding: 25px 40px; }
.rounded-button i { font-size: 90px; -webkit-text-stroke: 1px var(--themeht-white-color); color: transparent; line-height: 0; position: relative; display: inline-block; margin-bottom: -10px; }
.rounded-button span { line-height: 30px; font-size: 24px; color: var(--themeht-text-color); margin: 0 auto; background-repeat: no-repeat; background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); transition: .9s cubic-bezier(.32, .32, .15, 1.17); background-size: 0 100%; display: inline; position: relative; word-break: break-word; }
.rounded-button:hover i { -webkit-text-stroke: 1px var(--themeht-text-color); color: var(--themeht-text-color); }
.dark-round-button.rounded-button { background: var(--themeht-bg-dark-color); }
.dark-round-button.rounded-button i { -webkit-text-stroke: 1px var(--themeht-white-color); }
.dark-round-button.rounded-button span { color: var(--themeht-white-color); }
.dark-round-button.rounded-button:hover i { -webkit-text-stroke: 1px var(--themeht-white-color); color: var(--themeht-white-color); }
.rounded-button:hover span { background-size: 100% 100%; }


/* ------------------------
 Marquee Text
------------------------*/
.marquee-wrap { width: 100%; position: relative; white-space: nowrap; }
.marquee-wrap, .marquee-title { display: block; }
.marquee-text { animation: marquee 50s linear infinite; position: relative; display: inline-block; margin: 0 10px; font-size: 100px; white-space: nowrap; line-height: 1; font-family: var(--themeht-typography-secondary-font-family); font-weight: 700; color: var(--themeht-primary-color);}
.marquee-right .marquee-text { animation: marquee2 50s linear infinite;}
.dark-bg .marquee-text{-webkit-text-stroke: 1px var(--themeht-white-color);}

.marquee-img-swiper > .swiper-wrapper { transition-timing-function: linear; }
.marquee-img-box:hover .popup-img { opacity: 1; }


/* ------------------------
    Social Icons
------------------------*/
.social-icons ul { padding: 0; margin: 0; line-height: 0; }
.social-icons li { display: inline-block; list-style: none; padding: 0; margin: 0 8px 0 0; }
.social-icons li a { display: inline-block; height: 40px; width: 40px; line-height: 40px; font-size: 14px; text-align: center; margin: 0; border: 0; background: transparent; color: var(--themeht-text-color); -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.social-icons li:hover a { transform: rotateY(360deg); }



/* ------------------------
  Swiper Arrow 
------------------------*/
.swiper .swiper-button-prev { left: 0; }
.swiper .swiper-button-next { right: 0; }
.swiper .swiper-button-prev, .swiper .swiper-button-next { width: 70px; height: 70px; background-image: none !important; border-radius: 50%; line-height: inherit; text-align: center; background: inherit; border: none; display: flex; align-items: center; justify-content: center; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.swiper .swiper-button-next:hover, .swiper .swiper-button-prev:hover { background: var(--themeht-primary-color); }
.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after { display: none; }
.swiper .swiper-button-prev:before, .swiper .swiper-button-next:before { top: 0; left: 0; padding: 0; z-index: 10; border: 1px dashed var(--themeht-white-color); pointer-events: none; position: absolute; width: 100%; height: 100%; border-radius: 50%; content: ''; -webkit-animation: spinAround 9s linear infinite; -moz-animation: spinAround 9s linear infinite; animation: spinAround 9s linear infinite; }
.swiper-button-prev svg, .swiper-button-next svg { position: relative; display: inline-block; width: 25px; height: 25px; vertical-align: top; transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); overflow: hidden; will-change: transform; fill: white; }
.swiper-button-prev:hover svg, .swiper-button-next:hover svg { fill: var(--themeht-text-color); }
.swiper-button-prev svg { transform: translateX(2px); }
.swiper-button-prev:hover svg { transform: translateX(-2px); }
.swiper-button-prev .arrow__line, .swiper-button-next .arrow__line { fill: none; stroke: white; stroke-width: 2; stroke-miterlimit: 10; transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); position: absolute; will-change: transform, opacity, visibility; }
.swiper-button-prev:hover .arrow__line, .swiper-button-next:hover .arrow__line { fill: none; stroke: var(--themeht-text-color); }
.swiper-button-prev svg .arrow__line { transform: translateX(-50px); }
.swiper-button-next svg { transform: translateX(-2px); }
.swiper-button-next:hover svg { transform: translateX(2px); }
.swiper-button-next svg .arrow__line { transform: translateX(50px); }
.swiper-button-prev svg .arrow__line, .swiper-button-next svg .arrow__line { opacity: 0; visibility: hidden; }
.swiper-button-prev:hover svg .arrow__line, .swiper-button-next:hover svg .arrow__line { opacity: 1; visibility: visible; transform: translateX(0); }



/* ------------------------
  Swiper Dot Pagination
------------------------*/
.swiper-pagination { position: inherit !important; text-align: center; -webkit-transition: 300ms opacity; -o-transition: 300ms opacity; transition: 300ms opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; margin-top: 60px; }
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 10px; left: 0; width: 100%; }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; }
.swiper-pagination-clickable .swiper-pagination-bullet { background-color: var(--themeht-white-color); border-radius: 50%; width: 5px; height: 5px; opacity: 1; display: inline-block; vertical-align: middle; }
.swiper-pagination-clickable .swiper-pagination-bullet-active { opacity: 1; width: 10px; height: 10px; background-color: var(--themeht-primary-color); }
.swiper-dots-white .swiper-pagination-clickable .swiper-pagination-bullet { background-color: var(--themeht-white-color); }
.swiper-nav-none .swiper-button-prev, .swiper-nav-none .swiper-button-next, .swiper-nav-none .swiper-pagination {display: none;}
.swiper-nav-dots .swiper-button-prev, .swiper-nav-dots .swiper-button-next,
.swiper-dots-white .swiper-button-prev, .swiper-dots-white .swiper-button-next{display: none;}
.swiper-nav-arrow .swiper-pagination, .swiper-nav-bottom .swiper-pagination, .swiper-nav-white .swiper-pagination, .swiper-nav-bottom-white .swiper-pagination {display: none;}


/* ------------------------
    Team
------------------------*/
.team-member{position: relative; padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid var(--themeht-border-light-color);}
.team-member:last-child{padding-bottom: 0; margin-bottom: 0; border-bottom: none;}
.team-member:hover{border-bottom-color: var(--themeht-primary-color);}
.team-member .team-desc { display: flex; justify-content: space-between; align-items: end; }
.team-member .team-desc h4 { margin-bottom: 5px; font-size: 80px; line-height: 80px; text-transform: uppercase; font-weight: 700; }
.team-member .team-desc h4 a { color: var(--themeht-white-color); }
.team-member .team-desc a:hover { background-size: 100% 100%; }
.team-member .team-desc span { display: block; color: var(--themeht-primary-color); font-weight: 500; font-size: 20px; }
.team-member .team-social-icon { margin: 0; padding: 0;}
.team-social-icon li { margin: 0 5px; display: inline-block; }
.team-social-icon li a { font-size: 18px; line-height: 1; color: var(--themeht-body-color); display: inline-block; text-align: center; }
.team-social-icon li a:hover { color: var(--themeht-text-color); }
.team-contact{padding-top: 30px;}
.team-meta li{margin-bottom: 20px; display: flex; align-items: center;}
.team-meta li i { font-size: 20px; color: var(--themeht-primary-color); vertical-align: middle; margin-right: 15px; }
.team-meta li span { margin-right: 10px; font-weight: 500; color: var(--themeht-white-color); }
.team-member .team-contact .team-social-icon { position: inherit; bottom: inherit; right: inherit; -webkit-transform: inherit; -ms-transform: inherit; transform: inherit; }

.anime-list .team-images { pointer-events: none; position: absolute; z-index: -1; top: 50%; left: 0%; width: 20vw; height: 20vw; }
.anime-list .team-images img { transition: all 0.7s; -webkit-transition: all 0.7s; opacity: 0; width: 100%; height: 100%; object-fit: cover; }
.anime-list .team-member:hover .team-images img { opacity: 1; }


/* ------------------------
    Blog - Post
------------------------*/
.post-card { position: relative; display: inline-block; width: 100%;}
.post-card .post-image { position: relative; }
.post-card .post-image img { width: 100%; }
.post-card .post-title h4 { text-transform: capitalize; word-break: break-word; }
.post-card .post-title h4 a { color: var(--themeht-white-color); display: inline; position: relative; width: 100%; background-repeat: no-repeat; background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); transition: .9s cubic-bezier(.32, .32, .15, 1.17); background-size: 0 100%; }
.post-card .post-title h4 a:hover { color: var(--themeht-primary-color); background-size: 100% 100%; }
.post-card .post-bottom{margin-bottom: 5px;}
.post-card .post-bottom li { color: var(--themeht-white-color); text-transform: uppercase; position: relative; font-family: var(--themeht-typography-secondary-font-family); font-size: 16px; font-weight: 600;}
.post-card .post-bottom li + li:before { display: inline-block; padding-right: 0.1rem; color: var(--themeht-primary-color); font-family: 'bootstrap-icons'; content: "\F309"; padding-left: 0.1rem; font-size: 24px; vertical-align: middle; }
.post-card .post-bottom .list-inline-item:not(:last-child) { margin-right: 0; }
.post-card .post-bottom li a{color: var(--themeht-white-color);}
.post-card .post-bottom li a:hover{color: var(--themeht-primary-color);}



.post-single-page .post-desc h1, .portfolio-single h1 { line-height: 70px; font-size: 70px; margin-bottom: 20px; word-break: break-all; }
.elementor-widget-post-grid .post-title { margin-bottom: 30px; }
.has-post-thumbnail .post-classic .post-desc, .elementor-widget-post-slider .post-desc { padding-top: 30px; }
.tags-links a { border: 1px solid var(--themeht-border-light-color); color: var(--themeht-body-color); padding: 5px 10px; margin: 4px 8px 4px 0; display: inline-block; font-size: 16px; text-transform: capitalize; }
.tags-links a:hover { background: var(--themeht-bg-dark-color); color: var(--themeht-primary-color); border-color: var(--themeht-primary-color); }
.themeht-blogs .post { margin-bottom: 80px; border-bottom: 1px solid var(--themeht-border-light-color); padding-bottom: 73px; }
.themeht-blogs .post-title h4 { font-size: 40px; line-height: 50px; margin-bottom: 25px; }
.edit-link { margin-left: 10px; display: none !important; }
.edit-link .post-edit-link { border: 1px solid var(--themeht-border-light-color); padding: 2px 10px; }
.post-single-page .elementor-widget:not(:last-child) { margin-bottom: 0; }
.theme-tags { clear: both; margin-top: 50px; }
.post-bottom li i { font-size: 16px; color: var(--themeht-primary-color); margin-right: 5px; vertical-align: middle; }
.post-card .post-bottom li span { display: inline; }

/* ---- Sidebar Widget ----*/
.widget h2, .wp-block-archives__label, .wp-block-search__label {position: relative; color: var(--themeht-white-color); font-size: 30px; line-height: 40px; display: block; margin-bottom: 20px; padding-bottom: 5px; font-weight: 600;}
.themeht-sidebar .widget { margin-bottom: 50px; padding: 30px 20px; border: 1px solid var(--themeht-border-light-color); }
.themeht-sidebar .widget:last-child{ margin-bottom: 0 }
.themeht-sidebar .widget ul, .themeht-sidebar .widget ol, .wp-block-archives ul { margin: 0; padding-left: 0; }
.themeht-sidebar .widget ul.children, .themeht-sidebar .widget ol.children { margin-left: 15px; margin-top: 15px;}
.themeht-sidebar .widget ul li, .themeht-sidebar .widget ol li, .wp-block-archives li, .wp-block-latest-posts li, .widget_recent_entries li, .wp-block-categories li, .wp-block-page-list li{ list-style-type: none; margin-bottom: 15px;}
.themeht-sidebar .widget ul li:last-child, .themeht-sidebar .widget ol li:last-child, .wp-block-latest-posts li:last-child, .widget_recent_entries li:last-child { margin-bottom: 0; padding-bottom: 0; }
.themeht-sidebar .widget .tagcloud a, .wp-block-tag-cloud a {position: relative; border-bottom: 1px solid var(--themeht-border-light-color); color: var(--themeht-white-color); margin: 8px 8px 8px 0; display: inline-block; font-size: 16px !important; text-transform: capitalize; }
.themeht-sidebar .widget .tagcloud a:hover, .wp-block-tag-cloud a:hover{color: var(--themeht-primary-color);}
.themeht-sidebar .widget .tagcloud a:before, .wp-block-tag-cloud a:before { font-size: 18px; display: inline-block; padding-right: 0.4rem; color: var(--themeht-primary-color); content: "\F5B0"; font-family: 'bootstrap-icons'; vertical-align: middle; }
.widget_categories li, .wp-block-categories li{color: var(--themeht-body-color); position: relative; padding-left: 30px; }
.widget.widget_categories ul li:before, .wp-block-categories li:before { content: "\F38B"; font-family: 'bootstrap-icons'; color: var(--themeht-primary-color); font-size: 18px; position: absolute; left: 0; top: 0; }
.themeht-sidebar .widget_recent_entries li, .wp-block-latest-posts li { margin-bottom: 15px; }
.search-form { position: relative }
.search-form label { width: 100%; }
.widget_themeht_recentpost li { display: flex; align-items: flex-start; }
.themeht-post-image { flex-shrink: 0;  width: 100px; height: 100px; margin-right: 20px;}
.themeht-post-date { display: block; font-size: 14px; }
.themeht-post-date:before { display: inline-block; padding-right: 0.4rem; color: var(--themeht-primary-color); content: "\f214"; font-family: 'bootstrap-icons'; vertical-align: middle; font-size: 16px; }
.search-form button[type="submit"] { background: inherit; color: var(--themeht-body-color); font-size: 20px; line-height: 55px; text-align: center; cursor: pointer; position: absolute; right: 15px; padding: 0; border: none; top: 0; z-index: 1; }
.search-form button[type="submit"]:hover { color: var(--themeht-primary-color); }


.themeht-sidebar .widget li a, .themeht-sidebar .widget a{text-transform: capitalize;}
.themeht-sidebar .widget li a{ font-size: 16px; color: var(--themeht-white-color);}
.themeht-sidebar .widget li a:hover{color: var(--themeht-primary-color);}


/* ---- Post Comments ----*/
.post-comment{margin-top: 50px;}
.post-comment .comments-title, .post-comment .comment-reply-title { font-size: 34px; line-height: 44px; margin-bottom: 30px; }
.post-comment .comment-reply-title { margin-bottom: 15px; }
.comments-box{box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%); padding:50px; margin-top: 50px;}
.comment-author img { margin-right: 15px; width: 80px; height: 80px; display: inline-block; padding: 8px;}
.post-comment li.comment, .post-comment li.trackback, .post-comment li.pingback{ margin-bottom: 30px; list-style-type: none; }
.post-comment li.comment .comment-body, .post-comment li.trackback .comment-body, .post-comment li.pingback .comment-body{ border: 1px solid var(--themeht-border-light-color); margin-bottom: 30px; padding: 20px; list-style-type: none; }
.post-comment .comment-meta { display: flex; align-items: center; margin-bottom: 15px; }
.post-comment .comment-metadata { font-size: 15px; margin-left: auto;}
.says{display: none;}
.comment-author.vcard b, .comment-author.vcard a{text-transform: capitalize; font-size: 22px; color: var(--themeht-white-color); font-weight: 600; font-family: var(--themeht-typography-secondary-font-family);}
.comment-author.vcard a:hover{ color: var(--themeht-primary-color);}
.comment-form-author { float: left; width: 50%; padding-right: 15px; margin-top: 15px; margin-bottom: 15px; }
.comment-form-email { float: left; width: 50%; padding-left: 15px; margin-top: 15px; margin-bottom: 15px; }
.comment-form-url { clear: both; margin-bottom: 15px; }
.post-comment .form-submit { margin-top: 30px; margin-bottom: 30px; }
.comment-respond { margin-top: 30px; }
.comment-form-comment { margin-top: 30px; margin-bottom: 0; }
.reply{text-align: right;}
.comment-reply-link, .comment-reply-link:focus, .comment-reply-link:visited, .comment-reply-link:active { font-family: var(--themeht-typography-secondary-font-family); font-size: 18px; text-transform: uppercase; font-weight: 700; position: relative; padding: 5px 20px 5px 40px; background: var(--themeht-primary-color); color: var(--themeht-text-color); border: 1px solid var(--themeht-primary-color); display: inline-block; }
.comment-reply-link:hover { background: var(--themeht-bg-dark-color); color: var(--themeht-white-color); border-color: var(--themeht-primary-color);}
.comment-reply-link:before { content: '\f520'; font-family: 'bootstrap-icons'; font-size: 20px; position: absolute; left: 14px; top: 5px; }


/* ------------------------
    Portfolio Item
------------------------*/
.portfolio-item { position: relative; }
.portfolio-item .portfolio-cat a { color: var(--themeht-body-color); font-weight: 500; margin-bottom: 0; margin-top: 20px; display: inline-block; }
.portfolio-item .portfolio-title a { color: var(--themeht-white-color); position: relative; text-transform: uppercase; }
.portfolio-item .portfolio-title:hover a, .portfolio-item .portfolio-cat a:hover { color: var(--themeht-primary-color); }
.magnetic-img { width: 55%; margin: 0 auto; }
.portfolio-marquee-wrap { position: absolute; left: 0%; top: 45%; transform: translate(-20%, -50%); mix-blend-mode: difference; overflow: hidden; white-space: nowrap; z-index: 99; opacity: 0; }
.portfolio-marquee-wrap .portfolio-marquee { position: relative; display: inline-block; white-space: nowrap; animation: line-crawing-animation 20s linear infinite; margin: 0 80px; }
.portfolio-marquee-wrap .portfolio-marquee a { position: relative; font-size: 200px; text-transform: none; letter-spacing: 10px; font-weight: 900; color: var(--themeht-primary-color); line-height: 1; }
.portfolio-marquee::before { content: "\F151"; font-family: bootstrap-icons !important; position: absolute; top: 65%; bottom: 0; right: -100px; font-size: 50px; line-height: 1; color: var(--themeht-primary-color); transform: translateY(-50%); mix-blend-mode: difference; }
.swiper-slide-active .portfolio-marquee-wrap { opacity: 1; }

.portfolio-item.style-1 .portfolio-image { display: inline-block; position: relative; overflow: hidden; transition: 2s cubic-bezier(.5, .5, 0, 1); clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }
.swiper-slide-active .portfolio-item.style-1 .portfolio-image, .swiper-slide-duplicate-active .portfolio-item.style-1 .portfolio-image { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
.portfolio-item.style-1 .portfolio-image img { transform-origin: 50% 50%; transition: 2s cubic-bezier(.5, .5, 0, 1); transform: scale(1.5) translate(-100px, 0); }
.swiper-slide-active .portfolio-item.style-1 .portfolio-image img, .swiper-slide-duplicate-active .portfolio-item.style-1 .portfolio-image img { transform: scale(1) translate(0, 0); }

.swiper-slide-active .splitting .char { animation-fill-mode: both; animation-duration: 1000ms; animation-delay: calc(200ms + calc(50ms * var(--char-index))); }
.swiper-slide-active .splitting .char { animation-name: uicoreFadeInUp, uicoreFadeIn !important; animation-timing-function: cubic-bezier(.22, 1, .36, 1), cubic-bezier(0, 0, .2, 1); }


.portfolio-item.style-1.img-animation .portfolio-image img{clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  animation: polygons 4s alternate infinite;}

@keyframes polygons {
  25% {
    clip-path: polygon(20% 0%, 100% 38%, 70% 90%, 0% 100%);
    background: pink;
  }
  50% {
    clip-path: polygon(0 46%, 100% 15%, 55% 74%, 0 100%);
    background: orange;
  }
  75% {
    clip-path: polygon(100% 38%, 100% 38%, 66% 100%, 0 53%);
    background: cornflowerblue;
  }
}

.portfolio-item.style-2 .portfolio-image { padding-right: 80px }
.portfolio-item.style-2 .portfolio-image img { width: 600px; height: 600px; object-fit: cover; object-position: 25% 25%; }
.portfolio-item.style-2 .portfolio-title a { font-size: 40px; line-height: 40px; margin-top: 30px; display: inline-block; }
a.view-btn { position: absolute; right: 30px; top: 80px; font-size: 24px; line-height: 30px; display: flex; align-items: center; justify-content: center; width: 150px; height: 150px; border-radius: 100%; background: var(--themeht-primary-color); color: var(--themeht-text-color); text-align: center; padding: 25px 40px; }

.portfolio-item.style-3 { padding: 80px 0 50px; transform: scale(0.5); transition: 2s cubic-bezier(.5, .5, 0, 1); }
.portfolio-bg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; filter: blur; opacity: 0; z-index: -1 }
.portfolio-item.style-3 .portfolio-image img { width: 800px; height: 600px; object-fit: cover; object-position: 25% 25%; }
.swiper-slide.swiper-slide-active .portfolio-item.style-3 { transform: scale(1); }


/*portfolio slider*/
.portfolio-arrow .swiper-button-next, .portfolio-arrow .swiper-button-prev { top: inherit; bottom: 0; }
.portfolio-arrow .swiper-button-next { right: 50px; }
.portfolio-arrow .swiper-button-prev { left: 50px; }

/*portfolio Meta*/
.portfolio-meta-list { display: flex; align-items: flex-start; }
.portfolio-meta-title { display: block; margin-bottom: 5px; color: var(--themeht-primary-color);}
.portfolio-meta-sub-title { color: var(--themeht-body-color); font-size: 20px; font-weight: 500; }


/* ------------------------
  Splitting Text
------------------------*/
.splitting { --word-center: calc((var(--word-total) - 1) / 2); --char-center: calc((var(--char-total) - 1) / 2); --line-center: calc((var(--line-total) - 1) / 2); }
.splitting .word { --word-percent: calc(var(--word-index) / var(--word-total)); --line-percent: calc(var(--line-index) / var(--line-total)); }
.splitting .char { --char-percent: calc(var(--char-index) / var(--char-total)); --char-offset: calc(var(--char-index) - var(--char-center)); --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center)); --distance-sine: calc(var(--char-offset) / var(--char-center)); --distance-percent: calc((var(--distance) / var(--char-center))); }
.splitting.ht-animated .char { animation-fill-mode: both; animation-duration: 1000ms; animation-delay: calc(200ms + calc(15ms * var(--char-index))); }
.splitting.ht-animated .char { animation-name: uicoreFadeInUp, uicoreFadeIn !important; animation-timing-function: cubic-bezier(.22, 1, .36, 1), cubic-bezier(0, 0, .2, 1); }


/* ------------------------
  Image Reavel Animation
------------------------*/
.ht-img-animation .elementor-widget-container, .ht-img-effect .ht-img-effect-image { visibility: hidden; position: relative; overflow: hidden; }
.ht-img-animation .elementor-widget-container img, .ht-img-effect .ht-img-effect-image img { transform-origin: left; }


/* ------------------------
 Award Section
------------------------*/
.award-items { display: flex; width: 100%; border-top: 1px solid var(--themeht-border-light-color); padding-top: 30px; margin-bottom: 30px; position: relative; justify-content: space-between; }
.award-title { width: 50%; }
.award-items .award-years h4 { color: var(--themeht-primary-color); font-size: 34px; }
.award-items h4, .award-project p{margin-bottom: 0;}


/* ------------------------
  Keyframes Animation
------------------------*/
@keyframes line-crawing-animation {
     0% {
         transform: translateZ(0);
    }
     to {
         transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }

}

@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }

}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translatex(-100%); }
}
@keyframes marquee2 {
    0% { transform: translateX(-100%); }
    100% { transform: translatex(0); }
}
@keyframes uicoreFadeInUp {
    0% {
        transform: translate3d(100px,0,0);
    }
    100% {
        transform: translateZ(0);
    }
}

@keyframes uicoreFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg); 
    -moz-transform: rotate(0deg);
  }
  50% { 
    -webkit-transform: rotate(360deg); 
    -moz-transform: rotate(360deg);
  }
  100% { 
    -webkit-transform: rotate(720deg); 
    -moz-transform: rotate(720deg);
  }
}

@keyframes rotationBreak {
     0% {
         transform: rotate(0);
    }
     25% {
         transform: rotate(90deg);
    }
     50% {
         transform: rotate(180deg);
    }
     75% {
         transform: rotate(270deg);
    }
     100% {
         transform: rotate(360deg);
    }
}

@-webkit-keyframes smoothScroll {
    0% {
       opacity: 0;
       -webkit-transform: translateY(-20px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateY(0);
    }
 }
 
 @keyframes smoothScroll {
    0% {
       opacity: 0;
       transform: translateY(-20px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
 }
 
@keyframes loader {
  0% {
    transform: rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    filter: hue-rotate(360deg); 
  }
}

.portfolio-single p, .about-title p{font-size: 30px; line-height: 40px; font-weight: 500;}


@media (min-width: 768px){
.theme-img-gallery .elementor-image-gallery .gallery-columns-3 .gallery-item {
    max-width: inherit !important;
}
}

@media (max-width:992px) {
.gallery-columns-3 {
    grid-template-columns: repeat(2, 1fr);
}
}