/** Shopify CDN: Minification failed

Line 130:19 Expected ")" to end URL token

**/
.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 5rem;
}
.header__menu-item:hover {
    color: #000;
}
.header__icon--menu .icon path {
    fill: #000; 
}
a.prev-article:after,
a.next-article:after {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  right: 0;
}
a.next-article {
    margin-left: auto;
}
.project-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 00px 0;
  border-top: 0px solid #eee;
}
.prev-article,
.next-article {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 550px; /* Adjust height as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: opacity 0.3s ease;
}
.prev-article:hover,
.next-article:hover {
  opacity: 0.9;
}
.prev-article h6,
.next-article h6,
.prev-article > p,
.next-article > p{
  padding: 10px;
  margin: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
  z-index: 1;
}
.next-article::before {
 

  content: "Next";
  position: absolute;
  top: auto;
  right: 100px;
  color: #fff;
  font-weight: 400;
  z-index: 1;
  bottom: 50px;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='9' viewBox='0 0 32 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.3536 4.85356C31.5488 4.65829 31.5488 4.34171 31.3536 4.14645L28.1716 0.964469C27.9763 0.769206 27.6597 0.769206 27.4645 0.964468C27.2692 1.15973 27.2692 1.47631 27.4645 1.67158L30.2929 4.5L27.4645 7.32843C27.2692 7.52369 27.2692 7.84027 27.4645 8.03554C27.6597 8.2308 27.9763 8.2308 28.1716 8.03554L31.3536 4.85356ZM-4.37114e-08 5L31 5L31 4L4.37114e-08 4L-4.37114e-08 5Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center right;
  background-repeat: no-repeat;
}
.prev-article::before {
   content: "Previous";
  position: absolute;
  top: auto;
  left: 100px;
  color: #fff;
  font-weight: 400;
  z-index: 1;
  bottom: 50px;
  padding-left: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='8' viewBox='0 0 32 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Line 9' d='M0.146446 4.35356C-0.0488167 4.15829 -0.0488167 3.84171 0.146446 3.64645L3.32843 0.464469C3.52369 0.269206 3.84027 0.269206 4.03553 0.464468C4.23079 0.659731 4.23079 0.976313 4.03553 1.17158L1.20711 4L4.03553 6.82843C4.2308 7.02369 4.2308 7.34027 4.03553 7.53554C3.84027 7.7308 3.52369 7.7308 3.32843 7.53554L0.146446 4.35356ZM31.5 4.5L0.5 4.5L0.5 3.5L31.5 3.5L31.5 4.5Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: left center;
  background-repeat: no-repeat;
}
.blog-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.blog-navigation a {
  padding: 0.5em 1em;
  background: #eee;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}
.blog-navigation a:hover {
  background: #ddd;
}
.header__heading-logo {
  height: auto;
  max-width: 100%;
  display: none;
}
a.prev-article p,
a.next-article p {
  font-weight: normal;
}

.text-with-arrow:after {
  background-image: url(
    data:image/svg + xml,
    %3Csvgwidth="32"height="8"viewBox="0 0 32 8"fill="%23000"xmlns="http://www.w3.org/2000/svg"%3E%3Cpathd="M31.3536 4.35356C31.5488 4.15829 31.5488 3.84171 31.3536 3.64645L28.1716 0.464469C27.9763 0.269206 27.6597 0.269206 27.4645 0.464468C27.2692 0.659731 27.2692 0.976313 27.4645 1.17158L30.2929 4L27.4645 6.82843C27.2692 7.02369 27.2692 7.34027 27.4645 7.53554C27.6597 7.7308 27.9763 7.7308 28.1716 7.53554L31.3536 4.35356ZM-4.37114e-08 4.5L31 4.5L31 3.5L4.37114e-08 3.5L-4.37114e-08 4.5Z"fill="%23000"/%3E%3C/svg%3E
  );
}
.logo-sticky {
  width: 120px;
  display: block;
}
.header__heading-logo-wrapper.two:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -25px;
  width: 20px;
  height: 2px;
  background-color: #000;
  border-radius: 0%;
  animation: edgtf-blink 1s infinite;
}
.header__menu-item {
  color: #0f0f0f;
}
.mega-menu .link span:after{
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7653 8.73469C19.7304 8.69982 19.6891 8.67216 19.6436 8.65329C19.598 8.63442 19.5492 8.6247 19.5 8.6247C19.4507 8.6247 19.4019 8.63442 19.3564 8.65329C19.3108 8.67216 19.2695 8.69982 19.2347 8.73469L12 15.9694L4.76528 8.73469C4.69491 8.66432 4.59948 8.62479 4.49996 8.62479C4.40045 8.62479 4.30502 8.66432 4.23465 8.73469C4.16429 8.80505 4.12476 8.90049 4.12476 9C4.12476 9.09951 4.16429 9.19495 4.23465 9.26531L11.7347 16.7653C11.7695 16.8002 11.8108 16.8278 11.8564 16.8467C11.9019 16.8656 11.9507 16.8753 12 16.8753C12.0492 16.8753 12.098 16.8656 12.1436 16.8467C12.1891 16.8278 12.2304 16.8002 12.2653 16.7653L19.7653 9.26531C19.8001 9.23048 19.8278 9.18913 19.8467 9.1436C19.8655 9.09808 19.8753 9.04928 19.8753 9C19.8753 8.95072 19.8655 8.90192 19.8467 8.8564C19.8278 8.81087 19.8001 8.76951 19.7653 8.73469Z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
}
.contact .contactus {
  color: #0f0f0f;
  text-decoration: none;
}
@media screen and (min-width: 750px) {
  .article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: calc(5rem + var(--page-width-margin));
    display: inline-block;
    width: 100%;
    margin-bottom: 100px;
  }
}

.article-template__hero-container {
  max-width: 130rem;
  margin: 0 auto;
}

.article-template__hero-small {
  height: 11rem;
}

.article-template__hero-medium {
  height: 22rem;
}

.article-template__hero-large {
  height: 33rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-small {
    height: 22rem;
  }

  .article-template__hero-medium {
    height: 44rem;
  }

  .article-template__hero-large {
    height: 66rem;
  }
}

@media screen and (min-width: 990px) {
  .article-template__hero-small {
    height: 27.5rem;
  }

  .article-template__hero-medium {
    height: 55rem;
  }

  .article-template__hero-large {
    height: 82.5rem;
  }
}

.article-template header {
  margin-top: 4.4rem;
  margin-bottom: 2rem;
  line-height: calc(0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .article-template header {
    margin-top: 5rem;
  }
}

.article-template__title {
  margin: 0;
}

.article-template__title:not(:only-child) {
  margin-bottom: 1rem;
}

.article-template__link {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.article-template__link .icon-wrap {
  display: flex;
  margin-right: 1rem;
  transform: rotate(180deg);
}

.article-template__content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.article-template__social-sharing {
  margin-top: 3rem;
}

.article-template__social-sharing + header,
.article-template__social-sharing + .article-template__content {
  margin-top: 1.5rem;
}

.article-template__comment-wrapper {
  margin-top: 5rem;
  padding: 2.7rem 0;
}

@media screen and (min-width: 750px) {
  .article-template__comment-wrapper {
    margin-top: 6rem;
    padding: 3.6rem 0;
  }
}

.article-template__comment-wrapper h2 {
  margin-top: 0;
}

.article-template__comments {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments {
    margin-bottom: 7rem;
  }
}

.article-template__comments-fields {
  margin-bottom: 4rem;
}

.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments-comment {
    padding: 2rem 2.5rem;
  }
}

.article-template__comments-comment p {
  margin: 0 0 1rem;
}

.article-template__comment-fields > * {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}

.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}

@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
}

.article-template__back:last-child {
  margin-bottom: 3.2rem;
}


/* custom */

.blog-new-blog-main {
  color: #0f0f0;
}
.custom_title_section .time-to-read {
    margin-top: 40px;
    display: block;
}
.custom_title_section{
      margin-top: 100px;
}
.custom_title_section {
    display: flex;
    position: relative;
    gap: 40px;
    align-items: center;
}
.custom_title_section .left-section {
    flex: 1 40%;
}
.custom_title_section .right-section {
    flex: 1 60%;
}
.blog-tech-talk-content{
  display: block;
  max-width: 1138px;
  margin: 0 auto;
}
.blog-tech-talk-content .blog-content {
    max-width: 1170px;
    padding-top: clamp(3.125rem, 6.25vw + 1.5625rem, 9.375rem);
    padding-bottom: clamp(3.125rem, 6.25vw + 1.5625rem, 9.375rem);
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    display: block;
}
.blog-tech-talk-content .blog-content 
.blog-tech-talk-content .blog-content ul{
  padding: 0
}
.custom_video video {
    display: block;
    width: 100%;
}
  .custom_banner img {
    display: block;
    width: 100%;
}
.blog-tech-talk-content .blog-content p {
    display: block;
}
.blog-tech-talk-content {
    display: block;
    max-width: 100%;
    margin: 0 auto; 
    background: #0f0f0f;
    color: #fff;
}
.prev-article .metafield-rich_text_field h3, .next-article .metafield-rich_text_field h3,.prev-article .metafield-rich_text_field p, .next-article .metafield-rich_text_field p {
    font-size: 24px;
    color: #fff;
    max-width: 574px;
    text-align: center;
    z-index: 1;
}
.metafield-rich_text_field {
    z-index: 1;
}
.custom_title_section .right-section h3 {
    margin: 0;
}
.blog-tech-talk-main .custom_title_section .right-section{
  color:#0f0f0f;
}

.left-section span.caption-with-letter-spacing {
    font-size: 16px;
    font-weight: 400;
    color: #0f0f0f;
}

.left-section {
    display: flex;
    width: 100%;
}

.written {
    flex: 1;
}

.download {
    flex: 1;
}
.written h6 {
    line-height: normal;
    color: #0f0f0f;
}
.download h6 {
    line-height: normal;
    color: #0f0f0f;
}
span.download-pdf {
    vertical-align: middle;
}

span.download-pdf a#openDownloadForm {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 10px;
    color: #0f0f0f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.left-section span.caption-with-letter-spacing {
    font-size: 16px;
    font-weight: 400;
    color: #0f0f0f;
}

.author-name-list {
    display: block;
    line-height: normal;
    width: 100%;
    line-height: 40px;
}
@media (max-width:1440px){
  .blog-tech-talk-content .blog-content{
    max-width: 900px;
  } 
}
@media (max-width:767px){
  .blog-content br{display: block}
  .blog-tech-talk-content .blog-content p,.blog-tech-talk-content .blog-content li{
    font-size: 18px;
  }
  span.author-name-list {
    font-size: 18px;
}
  .custom_title_section .time-to-read {
    font-size: 18px;
        margin-top: 20px;
}
  .prev-article .metafield-rich_text_field h3, .next-article .metafield-rich_text_field h3,.prev-article .metafield-rich_text_field p, .next-article .metafield-rich_text_field p {
    font-size: 18px;
    padding: 0 10px;
}
  .blog-portfolio-main .custom_title_section {
    color: #fff;
    margin: 0;
    padding-top: 110px;
}
  .blog-portfolio-main.article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: 0;
}
  .custom_title_section{
        flex-flow: column-reverse;
  }
  .prev-article,
  .next-article {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 300px; /* Adjust height as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: opacity 0.3s ease;
}
  .next-article::before{
        right: 20px;
        bottom: 10px;
  }
  .prev-article::before{
        left: 20px;
        bottom: 10px;
  }
}
/* portfolio */
