@font-face {
    font-family: 'DegularDisplay-Regular';
    src: url('../../fonts/DegularDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
     font-display: swap;
}
@font-face {
    font-family: 'DegularDisplay-Light';
    src: url('../../fonts/DegularDisplay-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
     font-display: swap;
}

/*@font-face {
    font-family: 'gilroy-regular';
    src: url('../../fonts/gilroy-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
     font-display: swap;
}
@font-face {
    font-family: 'Gilroy-Medium';
    src: url('../../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
     font-display: swap;
}*/

:root {
  --primary-font: "Zilla Slab", serif;
  --secondary-font: 'DegularDisplay-Regular', sans-serif;
  --tertiary-font: 'DegularDisplay-Light', sans-serif;
  --primary-color:#E62D43;
  
}

html, body {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* smooth momentum on iOS */
}
body {
    letter-spacing: 1px !important;
}
.post, .page {
    margin: 0 0 0 !important;
}
.container-fluid {
    max-width: 1360px !important;
}
@media only screen and (min-width:1600px) {
.container-fluid {
    max-width:1500px !important;
}
}

/*html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;             
  overscroll-behavior: none;   
}

#scroll-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;            
}*/

/*figure:hover .image-hover {
    filter: brightness(60%);
    transition: filter 0.3s ease;
}*/

.image-hover {
    transition: filter 0.3s ease;
    cursor:pointer;
}
/*cursor Pointer Css
body {
  cursor: none;
}
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
}
.cursor-dot {
  width: 6px;
  height: 6px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.cursor-ring {
  width: 20px;
  height: 20px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.cursor-outer-ring {
  width: 36px;
  height: 36px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: pulse 1.2s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
}
*/
.spacer {
    margin-bottom: 5em;
}
.primary-btn {
    color: #000 !important;
    text-decoration: none;
    font-size: 22px;
    font-family: var(--secondary-font);
    letter-spacing: 4px;
    border: 1px solid var(--primary-color);
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

/* Add a sliding background */
.primary-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: var(--primary-color);
    z-index: -1;
    transition: width 0.4s ease;
}

/* On hover — background slides in */
.primary-btn:hover::before {
    width: 100%;
}

/* On hover — text color inverts */
.primary-btn:hover {
    color: #fff !important;
    border-color: var(--primary-color);
}
/*secondary-btn*/
.secondary-btn a
 {
    display: inline-flex
;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #D9D9D9;
    text-decoration: none;
    font-size: 30px;
    color: #000 !important;
    background-color: #fff;
    overflow: hidden;
    font-family: var(--primary-font);
}
.secondary-btn a:hover span {
    color: var(--primary-color);
}
.secondary-btn a span.text {
    padding: 0px 20px;
    border-right: 1px solid #D9D9D9;
}
.secondary-btn a span.icon {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}

.secondary-btn a img {
    width: 20px;
    height: auto;
}

.common-sec {
    padding: 5em 0px;
}
.title-wrp h2 {
    font-size: 60px;
    font-family: var(--primary-font);
    font-weight: 300;
    color: var(--primary-color);
}


/*banner css start*/
.banner-sec h1 {
    font-size: 70px;
    font-family: var(--primary-font);
    font-weight: 300;
    line-height: 1;
    color: #000;
}

.banner-sec span {
    color: var(--primary-color);
    font-style: italic;
}
.banner-sec img {
    width: 100%;
}
.banner-sec {
    padding: 0em 0 0;
}
.highlite-text {
    color: var(--primary-color);
    font-style: italic;
}
.banner-sec p {
    font-family: var(--secondary-font);
    font-size: 25px;
    line-height: 35px;
    color: #000;
    letter-spacing: 1px;
    width: min(100%, 750px);
}
a:focus {
    outline: none !important;
}

/*banner css end*/


/*Portfoli Css Start */

.portfolio-sec .title-wrp h2 {
    color: #000;
}
.project-btn a {
    font-size: 40px;
    font-family: var(--primary-font);
    color: #000 !important;
    text-decoration: none;
    width: fit-content;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 25px 0 35px;
    font-weight: 300;
}
.project-btn:hover a {
    color: var(--primary-color) !important;
}
.project-btn img {
    width: 100%;
    max-width: 28px;
}
.project-btn {
    border-bottom: 2px solid var(--primary-color);
}
.portfolio-item.force-bottom {
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.portfolio-item.half-width {
  grid-column: span 1;
}

.portfolio-item.full-width {
  grid-column: span 2;
}
.portfolio-box-link {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  height: 100%;
}


/* Ensure the image container is positioned */
.portfolio-img {
  position: relative;
  z-index: 1;
}

/* Use the parent (.portfolio-item or .portfolio-box) to place overlay */
/*.portfolio-img:hover {
    filter: brightness(60%);
    transition: filter 0.3s ease;
}*/



.portfolio-box {
  height: 100%;
}

.portfolio-sec .title-wrp h2 {
    color: #000;
    padding: 50px 0;
}


.portfolio-content-box li {
  border-right: 1px solid #D9D9D9;
  height: 100%;
  display: flex;
  align-items: center;
}

.portfolio-content-box li:nth-child(3) {
  justify-content: center;
}

.portfolio-content-box li:last-child {
  border-right: none;
}
.portfolio-content-box h3 {
    font-size: 22px;
    white-space: nowrap;
    font-family: var(--tertiary-font);
    margin-bottom: 0;
    color: #000;

}
.portfolio-content-box p {
    margin: 0;
    font-size: 14px;
    color: #000;
    white-space: normal;
    word-break: break-word;
    font-family: var(--tertiary-font);
    line-height: 15px;
}

.portfolio-content-box li:nth-child(3) img.pink-arrow {
  max-width: 20px;
  height: auto;
  display: block;
  transition: filter 0.3s ease;
}

.portfolio-content-box li:nth-child(3):hover img.pink-arrow {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}
.project-btn:hover img {
     filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-template-rows: auto auto;
  gap: 25px;
}

.portfolio-item {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.portfolio-item.large-left {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.portfolio-item.square-right {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.portfolio-item.full-width {
  grid-column: 1 / 3;
/*  grid-row: 2 / 3;*/
}

.portfolio-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}


.portfolio-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5 / 3; 
    object-fit: cover;
    display: block;
}

.portfolio-img.full-width {
  aspect-ratio: 8 / 3;
}

.portfolio-content-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  margin: 15px 0;
  height: 50px;
  padding: 0px 10px;
  border: 1px solid #D9D9D9;
}

.portfolio-content-box ul {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

.portfolio-content-box li {
    flex: 2.5;
}

.portfolio-content-box li:nth-child(2) {
    flex: 2.2;
}

.portfolio-content-box li:nth-child(3) {
  flex: 0 0 20px;
  text-align: right;
}


/* ABout Section Css Start*/
.about-sec h3{
    font-size: 20px;
    font-family: var(--primary-font);
    font-weight: 300;
    margin-bottom:0px;
}
.about-sec p {
    font-size: 16px;
    font-family: var(--secondary-font);
   
}
.about-sec figure {
    margin: 0em 0;
}
.about-wrp-box {
    border: 1px solid #D9D9D9;
    margin-bottom: 30px;
}

.about-sec ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex
;
}
.about-founder {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
}
.about-sec p {
    font-size: 16px;
    font-family: var(--secondary-font);
 
    border-top: 1px solid #D9D9D9;
    padding: 10px 15px;
    margin-bottom: 0;
}
.about-sec ul a {
    color: #838383;
    font-size: 16px;
}
.about-sec ul li {
    padding: 0 5px;
}
/* Portfolio css end */

/* blog css*/
.blog-box-wrp {
  background: #f2f2f2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.blog-img img {
    width: 100%;
}


.blog-card-link:hover .blog-box-wrp {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.blog-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}
.blog-sec h2 {
    margin-bottom: 30px;
}
.black-arrow {
    max-width: 18px;
}
.blog-title-wrp {
    padding: 15px 20px;
}
.bolg-date-wrp {
    font-size: 15px;
    color: #000;
    margin-bottom: 6px;
    font-family: var(--tertiary-font);
    
}
.blog-box-wrp h3 {
    font-size: 22px;
    color: #000;
    font-family: var(--primary-font);
    font-weight: 600;
    height: 35px;
    line-height: 1;
    width: min(100%, 280px);
}
.blog-content-wrp {
    padding: 15px 20px;
}
.blog-content-wrp p {
    color: #000;
    font-size: 18px;
    font-family: var(--secondary-font);
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.read-more {
    font-size: 20px;
    text-decoration: none;
    color: #000;
    border-top: 1px solid #000;
    padding-top: 10px;
    display: flex
;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    font-family: var(--secondary-font);
    letter-spacing: 0.5px;
}
.read-more:hover {
    color: var(--primary-color);
}
/* counter sec css*/
.counter-sec h2 {
  background-color: #f2f2f2;
  padding: 25px 0;
  margin-bottom: 2px;
}

.counter-box {
  background-color: #f2f2f2;
  padding: 50px 0;
}

.counter-boder {
  border-right: 2px solid #fff;
      margin-bottom: 36px;
}

.counter-content h3 {
  font-size: 50px;
  color: var(--primary-color);
  font-weight: bold;
  font-family: var(--secondary-font);
  margin: 0;
  white-space: nowrap;
  letter-spacing: 2px;
}

.counter-content h4 {
  font-family: var(--primary-font);
  margin: 0;
  font-size: 22px;
  color: var(--primary-color);
  font-weight: 300;
}

.counter-content p {
  color: #000;
  font-family: var(--secondary-font);
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.4;
  padding-top: 5px;
    width: 100%;
    max-width: 74%;
    border-bottom: 2px solid #fff;
    margin: 0;
    padding-bottom: 30px;
    
}

.counter-box .row > div:nth-last-child(-n+4) .counter-content p {
  border-bottom: none;
      padding-bottom: 0;
}

.counter-content {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 90%;
    text-align: center;
    margin: 0;
}
@media only screen and (max-width:1299px) {
.counter-content p {
    max-width: 89%;
}
}
@media only screen and (max-width:1199px) {
.portfolio-content-box h3 {
    font-size: 20px;
 
}
.counter-content p {
    max-width: 79%;
}
  .about-sec h3 {
    font-size: 20px;
}
.counter-box .row > div:nth-last-child(-n+4) .counter-content p {
      border-bottom: 2px solid #fff;
      padding-bottom: 30px;
}
}
@media only screen and (max-width: 992px) {
.portfolio-content-box li:nth-child(2) {
    display:none;
}
  .blog-sec .col-md-6 {
    margin-bottom: 20px;
  }
      .counter-content h3 {
    font-size: 40px;

}

.counter-content p {
    font-size: 17px;
    max-width: 60%;
}
}




@media only screen and (max-width:767px) {
.portfolio-custom-height {
    height: auto;
}
.secondary-btn a {
    font-size: 20px;
}
br {
     display:none;
 }
 .contact-from {
    padding-top: 35px;
}
 .single-blog-sec ul {
    margin: 0;
}
    .title-wrp h2 {
    font-size: 30px;
}
    .counter-content p {
        max-width: 100%;
    }
.common-sec {
    padding: 3em 0px;
}
.primary-btn {
    font-size: 18px;
}
.spacer {
    margin-bottom: 3em;
}
/*banner responsive css*/
.banner-sec p {
    line-height: 25px;
    font-size: 18px;
}
.banner-sec h1 {
    font-size: 35px;
    line-height: 1;
}
.banner-content {
    text-align: center;
}
.banner-sec {
    padding: 2em 0 0;
}
/*banner responsive css end*/


/*portfoli responsive css*/
 .portfolio-grid {
    grid-template-columns: 1fr; 
    gap: 10px;
  }

  .portfolio-item.large-left,
  .portfolio-item.square-right,
  .portfolio-item.full-width {
    grid-column: auto; 
    grid-row: auto;
  }
  .portfolio-sec .title-wrp h2 {
    padding: 25px 0;
}

  .portfolio-img.full-width {
    aspect-ratio: 4 / 3; 
  }
  .project-btn a {
    font-size: 30px;
    padding: 15px 0 25px;
}
.project-btn img {
    max-width: 20px;
}
/*portfolio responsive css end */

.post-title
 {
    height: auto;
}
.blog-sec h2 {
    margin-bottom: 20px;
}
 .blog-sec .col-6:last-child {
    margin-bottom: 0;
  }
  /*Counter Section Css*/
    .counter-content {
    flex-direction: column;
    text-align: center;
    max-width: 100%;
            width: 100%;
  }
    .counter-box {
        padding: 20px 0px 30px;
    }
  .counter-boder {
    border-right: none;
    margin-bottom: 30px;
  }

}


/*Single Portfoli */
.custom-portfolio-box h3 {
    font-family: var(--primary-font);
    font-size: 40px !important;
    font-weight: 300 !important;
    line-height: 1;
    color: #0CBBD2;
    width: min(100%, 380px);
    letter-spacing: 1px;
}
.custom-portfolio-box p {
    color: #000;
    font-size: 16px;
    font-family: var(--secondary-font);
        margin-bottom: 0;
}
.custom-portfolio-item.text-block {
    display: flex
;
    /*align-items: center;*/
    justify-content: center;
    padding: 0 3em;
}
.custom-portfolio-item strong {
font-family: var(--primary-font);
    font-size: 40px !important;
    font-weight: 300 !important;
    line-height: 1;
    color: #0CBBD2;
    width: min(100%, 380px);
    }
div#solutions p {
    margin-bottom: 0 !important;
}
/*privacy css*/

.privacy-sec h2 {
    font-size: 30px;
    font-family: var(--primary-font);
}
.privacy-sec h3 {
    font-size: 25px;
    font-family: var(--primary-font);
}
.privacy-sec p {
    font-size: 18px;
    font-family: var(--secondary-font);
    letter-spacing: 0.5px;
}
.privacy-sec ul {
 padding:0;
}
.privacy-sec li {
   font-size: 18px;
    font-family: var(--secondary-font);
    letter-spacing: 0.5px;
}
.privacy-sec a {
    text-decoration: none;
    color: #000 !important;
}
@media only screen and (max-width:767px) {
    .custom-portfolio-box h3 {
    font-size: 20px !important;
}
.custom-portfolio-item.text-block {
    padding: 0 0em;
}
}