:root {
  --color-accent: #ea4b2e;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h2 {
  font-size: clamp(1rem, 3.16vw, 2.5rem);
}

h6 {
  font-size: clamp(0.5rem, 1.08vw, 1.25rem);
}

p {
    font-size: clamp(0.875rem, 0.5rem + 1vw, 1.25rem); 
    line-height: clamp(1.2rem, 1.5vw + 1rem, 1.8rem);
}

ul {
  padding-left: 0;
}

@media (max-width: 767px) {
  .build-feature .col-md-3,
  .work-process li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

.owl-carousel,
.owl-carousel .owl-item {
  box-sizing: border-box !important;
}

.btn {
  background: var(--color-accent);
  transition: all 0.3s ease;
  font-size: clamp(8px, 1vw, 14px);
  line-height: clamp(24px, 4.9895vw, 50px);
  padding: 0 clamp(10px, 4.2083vw, 50px);
}

.btn.mt-4 {
  margin-top: clamp(8px, 2.125vw, 30px) !important;
}

.btn:hover {
  color: var(--color-accent);
  background-color: color-mix(in srgb, var(--color-accent), transparent 80%);
}

.btn-1 {
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
}

.btn-1:hover {
  background: var(--color-accent);
}

hr {
  background: var(--color-accent) !important;
}

.padding-bottom-150 {
  padding-bottom: clamp(60px, 17.5312vw, 150px) !important;
}

.padding-top-150 {
  padding-top: clamp(60px, 17.5312vw, 150px) !important;
}

.story .nav-tabs {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}

.story .nav-tabs li {
  float: left;
  width: 33.333%;
  text-align: left;
}

.story .nav-tabs li.active a {
  color: #444444;
}

.story .nav-tabs li a {
  color: #b9b9b9;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
}

.story .nav-tabs li i {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  margin-bottom: 20px;
}

.story .tab-pane {
  min-height: 200px;
}

.nav-tabs {
  border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border: none;
}

.nav-tabs .nav-link {
  border: none;
}

.work-process hr {
  height: 5px;
  width: 24px;
}

.work-process .col-md-3 article,
.work-process .col-md-4 article {
  display: flex !important;
  align-items: center;
  flex-direction: column;
}

.header-1 .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.webimenu {
  width: auto;
}

.header-1.header-scrolled .navbar.sticky {
  background: #000;
  opacity: 0.8;
}

.header-1 .btn-idea {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
  font-weight: 600;
  border-radius: 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.header-1 .btn-idea:hover {
  border: 1px solid #fff;
  color: #fff;
  background: var(--color-accent);
}

@media (max-width: 991px) {
  header.header-1 .menu-toggle {
    right: clamp(20px, 5.2083vw, 60px);
    left: auto;
    top: 30px;
  }

  header.header-1 .menu-toggle.icon-idea {
    right: clamp(-25px, -2.0833vw, -10px);
  }

  header.header-1 .tp-caption.lfb.tp-resizeme {
    display: none;
  }
  header.header-1 .menu-toggle.icon-idea .fa {
    color: #fff;
  }

  header.header-1 .menu-toggle {
    background: #ececec4f;
  }
}

@media (max-width: 630px) {
  header.header-1 .menu-toggle {
    right: 70px;
  }

  header.header-1 .menu-toggle.icon-idea {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .home-main-slider .slider-content {
    top: 60% !important;
  }
}

.heading {
  margin-bottom: clamp(40px, 10.4166vw, 100px);
}

.heading p {
  font-style: normal;
}

ul.services-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.services-list p {
  color: #000 !important;
}

.col-md-3 {
  display: flex;
}

.col-md-3 a {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.col-md-3 article {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.services article {
  background: url(https://demos.webicode.com/html/albist-html/html/images/ser-bg-hover.jpg)
    no-repeat;
  background-size: cover;
}

.work-flow {
  background: url(../images/bg-1.webp) repeat-y;
}

.work-flow .col-md-3 article {
  display: block;
}

.work-process li .number {
  background: var(--color-accent);
}

.testi span {
  color: var(--color-accent) !important;
}

.testi .owl-dots .owl-dot.active {
  background: var(--color-accent);
}

.personal-info a,
.service-link {
  color: #fff;
}

.personal-info a:hover,
.service-link:hover {
  color: var(--color-accent);
}

.portfolio-filter .cbp-filter-item-active {
  background: var(--color-accent);
}

.cbp-l-filters-buttonCenter .cbp-filter-counter {
  background-color: var(--color-accent);
}

.portfolio-filter .cbp-filter-item:hover {
  background: var(--color-accent);
  color: #fff;
}

.port-item .hover-in span {
  color: var(--color-accent);
}

.social_icons li a {
  color: #fff;
  margin: 0;
}

.footer-info .personal-info li i {
  float: none;
}

.sub-bnr h3,
.sub-bnr .breadcrumb li a,
header .navbar li a {
  color: #fff;
}

header .navbar li.active a:before,
header .navbar li a:before {
  background: #fff;
}

header.header-1 .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.home-slider .item img {
  min-height: 320px;
}

.photography ul.owl-carousel {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.photography .owl-nav,
.photography .owl-dots {
  display: none;
}

.photography li {
  position: relative;
  overflow: visible;
  width: 100%;
}



.photography li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.photography li img {
  height: 200px;
  width: 253px;
}

.photography li a i {
  margin: 0;
}

.photography img {
  width: 100%;
  height: auto;
}

.services article:before {
    background-color: #ffebe7;
}
    
    
.services article {
  background: url(../images/hover-service.webp) no-repeat;
  background-size: cover;
}



.google-map {
  height: 500px;
  width: 100%;
}

.contact-info .number h2 a {
  font-size: 2rem;
  color: #949494;
  font-family: "montserratlight";
  letter-spacing: 2px;
  font-weight: 100;
  margin: 10px 0;
  text-transform: none;
}

.contact-info .number h2 a:hover {
  color: var(--color-accent);
}

.contact-info .number i {
  font-size: 24px;
  height: 57px;
  width: 57px;
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
  line-height: 55px;
  border-radius: 50%;
  display: inline-block;
}

.contact-info .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-info .col-lg-4 {
  display: flex;
}

.contact-info .number {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  padding: 40px 20px;
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.work-process li p {
  line-height: 24px;
  color: #fff;
  margin-top: 5px;
  font-style: normal;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.portfolio-details .projext-info li {
  font-family: "Lora", serif;
  font-size: 14px;
  padding: 0 20px;
  text-align: center;
  color: #000;
  display: inline-block;
  letter-spacing: 0.5px;
}

.portfolio-details h2 {
  font-weight: normal;
  font-size: clamp(1rem, 2.16vw, 1.5rem);
}

.portfolio-banner-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.img-main {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}

.img-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.img-responsive {
  max-width: 100%;
}

.contact-info .number h2 a {
  font-size: 1.5rem;
}

.contact-info .number i {
  margin-bottom: 1rem;
}

.form-control {
  font-size: 0.8rem;
}

.build-feature .feature-list-check li {
  text-align: start;
  font-size: 1rem;
}

.services-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 5vw + 1rem, 4rem);
}

.services-detail .services-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.services-detail .services-description p {
  font-style: normal;
}

.services-description .h4 {
  line-height: 1.3;
}

.reviews-detail p {
  width: 100% !important;
}

.feature-list-check li {
  font-style: normal;
  font-size: 1.5rem;
}

.feature-img {
  left: 0;
}

.feature-content {
  z-index: 999;
}

.clients-img .logo-box {
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.clients-img li {
  padding: 15px 15px;
}

.review-img-holder img {
  object-fit: cover;
  object-position: center;
}

.detail-img .owl-dots {
  bottom: 30px;
}

.detail-img img {
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}

.detail-img .owl-dots .owl-dot {
  background: #fff;
  height: 12px;
  width: 12px;
}

.detail-img .owl-dots .owl-dot.active {
  background: #fff;
  border: 2px solid var(--color-accent);
}

.home-slider {
  position: relative;
}
.home-slider .item {
  position: relative;
}
.home-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-main-slider .slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  z-index: 10;
}

.home-main-slider .slider-content h2 {
  color: #fff;
}

.home-main-slider .slider-content h6,
.home-main-slider .slider-content p {
  color: #fff;
}


.home-slider .owl-dots,
.testi .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 15;
}

.home-slider .owl-dot,
.testi .owl-dots {
  display: inline-block;
  margin: 0 6px;
  outline: none;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
}

.testi .owl-dots {
  bottom: -20%;
}

.home-slider .owl-dot {
  display: none;
}

.home-slider .owl-dot span:active,
.home-slider .owl-dot.active span {
  background-color: var(--color-accent);
}

.home-slider .owl-dot span,
.testi .owl-dots span {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: none;
}

.testi .owl-dots span {
  width: 12px;
  height: 5px;
  background-color: unset;
}

.owl-nav {
  display: none;
}

/* Cookies  */

@media (min-width: 992px) {
  .cookiebar {
    max-width: 832px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 4px 4px 0 0;
  }
}

.cookiebar {
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  display: none;
  position: fixed;
  max-width: 832px;
  width: 90%;
  z-index: 1100;
  background-color: #333333;
  box-shadow: 0 4px 15px 0 rgba(255, 255, 255, 0.4);
  padding: 24px 32px;
  text-align: center;
}

.cookiebar-buttons a,
.cookiebar-buttons button {
  color: #fff !important;
  cursor: pointer;
}

.cookiebar.show {
  display: block;
}

.cookiebar .cookiebar-buttons {
  margin-top: 32px;
  padding: 0;
  line-height: 1.25em;
}
.cookiebar .cookiebar-btn:not(.cookiebar-confirm) {
  color: rgb(230.1375, 236.19375, 242.25);
}

.cookiebar .cookiebar-btn {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1em;
}
.cookiebar .cookiebar-btn:last-child {
  margin-left: 32px;
}

.cookiebar p,
.cookiebar div a {
  color: #fff;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 769px) {
  .cookiebar {
    padding: 32px 48px;
  }

  .cookiebar.show {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
  }

  .cookiebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .cookiebar .cookiebar-buttons {
    margin-top: 0;
    width: 40%;
  }
}

@media (min-width: 992px) {
  .cookiebar .cookiebar-buttons {
    width: 33%;
  }
}

@media (min-width: 576px) {
  .cookiebar .cookiebar-btn {
    font-size: 0.75rem;
  }
}

@media (max-width: 464px) {
  #savePrefs {
    margin-bottom: 0.5rem;
  }
}

/* COOKIES MODAL  */
#cookieModal {
  z-index: 99999;
}

#cookieModal {
  .group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
  }

  a:hover,
  a:focus {
    color: var(--color-accent) !important;
  }
}



.text-muted {
  color: hsl(211, 13%, 59%) !important;
}

.controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

#cookieModal {
  .tog-btn {
    appearance: none;
    border: 1px solid #bbb;
    border-radius: 14px;
    width: 46px;
    height: 26px;
    position: relative;
    background: #eee;
    cursor: pointer;
  }
}

#cookieModal {
  .tog-btn[aria-pressed="true"] {
    background: #fff;
    border-color: #d1d1d1;
  }
}

#cookieModal {
  .tog-btn {
    appearance: none;
    border: 1px solid #bbbbbb9a;
    border-radius: 14px;
    width: 46px;
    height: 26px;
    position: relative;
    background: #eee;
    cursor: pointer;
  }
}

#cookieModal {
  .tog-knob {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--color-accent);
    transition: transform 0.18s;
  }
}

#cookieModal {
  .tog-btn[aria-pressed="true"] .tog-knob {
    transform: translateX(20px);
  }
  
}

.cookiebar.show  p {
            font-size: 1rem;
            
    }

.cookie-policy h4 {
  margin-top: 2rem;
}

.cookie-policy a:hover,
a.btn-idea:focus,
.btn-1:focus {
  color: var(--color-accent) !important;
}

.btn-1.btn-2 {
    border-top: 1px solid var(--color-accent); 
}

.tp-caption a:focus {
   color: #fff !important; 
}

.build-feature {
    background: none;
}

.cookie-policy a {
    font-size: 1rem;
}

.blog .tittle-post {
    font-size: 2rem;
    line-height: 44px;
}

.blog h3.tittle-post {
    font-size: 1rem;
    line-height: 26px;
}

.blog.blog-page.blog-single .project-img li {
    padding: 2rem;
    
}

.blog article .extra span {
    font-size: 16px;
}

.text-fixed-2 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  --lh: 1.4; 
  line-height: var(--lh);
  height: calc(1em * var(--lh) * 2); 
  margin: 0; 
}

.text-fixed-5 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    --lh: 1.4;
    line-height: var(--lh);
    height: calc(1em * var(--lh) * 5);
    margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .feature-content {
        width: 100% !important;
    }
    
    .feature .col-md-5 {
        width: 100% !important;
        margin-bottom: 2rem;
    }
}

