.primary-text-color {
  color: #ef973c;
}
.primary-bg-color {
  background-color: #ef973c;
}
.bg-black-light {
  background-color: rgba(0, 0, 0, 27%);
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.navbar {
  padding: 0.25rem 0rem;
}
footer {
  padding-bottom: 0;
  font-family: "Raleway", sans-serif;
  border-top: 1px solid #1f1f1f;
  padding-top: 40px;
}
.navbar-toggler {
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-brand img {
  /* width: 150px; */
}
a {
  color: #c1c1c1;
}
.mt-130 {
  margin-top: 130px;
}
.brand-icon {
  /* border-radius: 50%; */
  border: 1px solid #ef973c;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Overrid Bootstarp Class */
.bg-dark {
  background-color: #343a40eb !important;
}
.enquiry-btn {
  position: fixed;
  right: 0;
  top: 50%;
  width: auto;
  display: flex;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 11;
  padding: 10px 8px 10px 8px;
  /*background: rgba(0, 0, 0, 0.7);*/
  background: rgb(239 151 60 / 19%);
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}
.enquiry-btn img {
  animation: tilt 1s infinite;
}
@keyframes tilt {
  50% {
    transform: rotate(30deg);
  }
}
.icon-bar {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  padding: 12px 3px 12px 3px;
  /*background: rgba(0, 0, 0, 0.7);*/
  background: rgb(239 151 60 / 19%);
  border-radius: 0px 0px 0px 0px;
}

.icon-bar a {
  display: block;
  text-align: center;
  width: 44px;
  /*height: 50px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  border-radius: 50%;
  text-decoration: none;
  margin-bottom: 0px;
}
/*.icon-bar a img {
  width: 50px;
}

 .icon-bar a img:hover {
  width: 55px;
  height: 55px;
}
.icon-bar a:hover {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
} */
.eapps-instagram-feed-title {
  color: #fff !important;
  font-size: 40px !important;
}
.facebook:hover {
  width: 32px;
  height: 32px;
}
.linkedin:hover {
  width: 32px;
  height: 32px;
}
.instagram:hover {
  width: 32px;
  height: 32px;
}

.facebook {
  width: 30px;
  height: 30px;
}
.enquiry {
  width: 30px;
  height: 30px;
}

.twitter {
  background: #55acee;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  width: 30px;
  height: 30px;
}

.instagram {
  width: 30px;
  height: 30px;
}
.h-105 {
  height: 105px;
}
.project-title {
  background-color: #040404;
  color: #fff;
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
.about-subtitle {
  color: #ef973c;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}
.custom-btn {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  border: 1px solid #ef973c;
  padding: 5px 10px 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Raleway", sans-serif;
  height: 36px;
  width: 120px;
}
.custom-btn:hover {
  color: #fff;
  border: 1px solid #fff;
}
/* Testimonial slider */
.testimonials-heading {
  position: relative;
}
.testimonials {
  /* background: url("../img/portfolio/abstract-bg.webp") center center no-repeat;
  background-size: cover;
  background-attachment: fixed; */
  padding: 90px 0 70px;
  color: #ffffff;
  position: relative;
}
.testimonials:before {
  /* content: "";
  background: rgba(0, 0, 0, 0.8); */
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
}
.testimonials .heading h2 {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
}

.testimonials .heading h2 span {
  color: #ef973c;
}

.testimonials p {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4em;
  color: #c1c1c1;
  margin: 20px 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}

/* Image */
.testimonials .carousel-inner .carousel-item .team {
  width: 90px;
  height: 90px;
  border: 2px solid #ef973c;
  border-radius: 100%;
  padding: 5px;
  margin: 24px 0 15px;
}

.testimonials .carousel-inner .carousel-item h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.testimonials .carousel-inner .carousel-item h4 {
  font-size: 14px;
  font-weight: 300;
  color: #e2e1e1;
  margin-bottom: 20px;
}

.testimonials .carousel-indicators {
  bottom: -30px;
}

.testimonials .carousel-indicators li {
  background-color: #b8b7b7;
  border-radius: 30px;
  height: 4px;
  width: 40px;
}

.testimonials .carousel-indicators .active {
  background-color: #ef973c;
}

.testimonials .control span {
  cursor: pointer;
}

.testimonials .icon {
  height: 30px;
  width: 30px;
  background-size: 100%, 100%;
  border-radius: 50%;
  font-size: 30px;
  background-image: none;
  color: #ffffff;
}

/* Accordian Tabs */

.nav-tabs-work {
  display: none;
}
.tab-content > .active {
  display: block;
  width: 100%;
  height: 100%;
}
.nav-tabs-work .nav-link {
  font-size: 24px !important;
  font-weight: 600;
  color: #c7c7c7;
}
.coll-bottom-arrow {
  position: relative;
  display: flex;
  bottom: 10px;
  justify-content: center;
}
.scroll-to-top {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background-color: transparent;
  width: 50px;
  height: 50px;
}
/* Mobile Footer Navigation */

.bottom-div {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #080808;
  padding: 4px;
  z-index: 999;
}

.bottom-div ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bottom-div img {
  width: 16px;
  margin-bottom: 5px;
  /* padding-bottom: 2px; */
}

.bottom-div a {
  font-size: 12px;
  padding-top: 9px;
  /* margin-left: -17px; */
  color: #fff !important;
  /* font-weight: bold; */
}

.bottom-div .col-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ffffff3b;
}

.bottom-div .col-4:last-child {
  border: none;
}

.bottom-div .col-4:nth-child(2) a,
.bottom-div .col-4:nth-child(3) a {
  padding-bottom: 3px;
}

.bottom-div a:hover {
  color: #fff;

  font-weight: bold;
}

.bottom-div.display-mobile .col-5,
.bottom-div.display-mobile .col-3 {
  display: flex;
  justify-content: center;
  border-right: 1px solid;
}

.bottom-div.display-mobile .col-3 {
  display: flex;
  justify-content: center;
  border-right: 1px solid;
}
.custom-btn {
  border: 1px solid #ef973c;
  /* padding: 10px; */
  background: transparent;
  color: #ef973c;
  font-weight: 600;
}
.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: rotate(180deg);
  cursor: pointer;
}

.arrow span {
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  border-bottom: 5px solid #ef973c;
  border-right: 5px solid #ef973c;
  transform: rotate(90deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}
.modal {
  top: 30px;
}
.modal-title {
  font-weight: 800;
  font-size: 20px;
  color: #ef973c;
}

/* Fade in up animation */

@keyframes fadeInUp {
  from {
    transform: translate3d(500px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(500px, 0, 0);
    transform: scale(1.5);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transform: scale(1);
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
  transform: scale(0);
}

.fadeInUp {
  opacity: 0;
  transform: scale(0);
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

/* End fade in up */

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

/* Hero Slider */
.hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.hero-slider video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.content h1 {
  font-size: 4rem;
  margin: 0;
}
.content p {
  font-size: 1.5rem;
}

/* Animation - Bounce */
.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}

.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.up-arrow {
  transform: rotate(180deg);
}
.popup-wrapper {
  position: fixed;
  /* bottom: 10px; */
  top: 50%;
  height: 65px;
  background-color: black;
  width: 100%;
}
.channelLink {
  position: relative;
  /* height: 65px; */
  transition: width 1s;
}
.channelLink .programImage {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 55px;
  height: 55px;
  transition: width 1s, height 1s;
}
.channelLink .programImage img {
  width: 100%;
  height: 100%;
}
.channelLink .programImage[data-playerinfo-expanded="true"] {
  /* height: 150px;
  width: 360px; */
}
.info-popup {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: width 1s, height 1s, opacity 0s 1s;
  background: grey;
  position: absolute;
  bottom: 0px;
  right: 4%;
}
.info-popup[data-display="true"] {
  opacity: 1;
  transition: width 1s, height 1s, opacity 0s;
  height: 400px;
  width: 850px;
}
.bottom-navigation-div {
  color: #fff;
  font-size: 12px;
  display: flex;
}
/* Bootstrap Override */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  /* background-color: #000000c7; */
  background-blend-mode: multiply, multiply;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(0, 0, 0, 0.05) 100%
    ),
    radial-gradient(
        at top center,
        rgba(171, 171, 171, 0.9) 20%,
        rgba(0, 0, 0, 0.4) 100%
      )
      #282d33d1;
  background-clip: padding-box;
  /* border: 1px solid rgb(255 255 255 / 40%); */
  border-radius: 2.3rem;
  outline: 0;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #ffffff00;
  border-top-left-radius: 2.3rem;
  border-top-right-radius: 2.3rem;
}
.close:focus,
.close:hover {
  color: #ffffff;
  text-decoration: n;
  opacity: 1;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
/*select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 12px);*/
  /*color: #c1c1c1 ;
  opacity: 0.2;*/
/*  color: rgba(193, 193, 193, 0.2);
}*/
select {
height: calc(2.25rem + 12px) !important;
  background-color: white;
  color: black;
  appearance: none; /* Removes default browser styling */
  -webkit-appearance: none;
  -moz-appearance: none;
}
select:focus {
  background-color: white;
  color: black;
}
/* Swing Animation */

.swing {
  animation: swing ease-in-out 1s infinite alternate;
  transform-origin: center -20px;
  float: left;
  /* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); */
}
.swing img {
  /* border: 5px solid #f8f8f8; */
  display: block;
}
.swing:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  top: 1px;
  left: 37%;
  z-index: 0;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}
/* nail */
.swing:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -8px;
  left: 41%;
  z-index: 5;
  border-radius: 50% 50%;
  background: #000;
}

@keyframes swing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
.brand-features-hover {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  align-items: center;
  background: rgb(21 21 21);
  /* border-radius: 20px;
  justify-content: center;
  width: 700%;
  width: 350px;
  height: 500px;
  top: -55px;
  z-index: 11;
  position: absolute;
   left: 75px; 
  visibility: hidden;
  opacity: 0;
  transform: scale(0.6);
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: opacity, transform;*/
}
.brand-features-hover-top-img {
  width: 235px;
  height: auto;
  overflow: hidden;
  /* border-radius: 20px; */
  box-shadow: 2px 2px 5px rgb(33 33 33);
}
.brand-features-hover img {
  object-fit: cover;
  /*width: 350px;
  width: 400px;*/
  width: 100%;
  box-shadow: 2px 2px 5px rgb(33 33 33);
  /* border-radius: 20px; */
}
.brand-features-hover:hover img,
.brand-features-hover:hover .brand-content {
  /* transform: scale(1.1); */
  transform: translateY(-15px);
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.brand-content {
  padding: 0px 0px 16px 0px;
  /*background: #ffff; 
  color: #000; */
}
.brand-content h3 {
  color: #ef973c;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: normal;
  padding: 16px 0px;
  /* text-shadow: 0 0 black;
   padding: 10px 0px 0px 0px; */
}
.brand-content p {
  color: #c1c1c1;
  text-align: center;
  /* font-weight: 500; */
  font-weight: 200;
  font-size: 15px;
  /* padding: 10px 0px;
  line-height: 1.5em; */
  line-height: 1.4em;
  font-family: "Raleway", sans-serif;
}
.brand-icon:hover .brand-features-hover {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 320px) and (max-width: 767px) {
  .testimonials .icon {
    height: 20px;
    width: 20px;
    background-size: 100%, 100%;
    border-radius: 50%;
    font-size: 30px;
    background-image: none;
    color: #ffffff;
  }
  .testimonials {
    padding: 50px 0 50px;
    color: #ffffff;
    position: relative;
  }
  .hero-slider {
    position: relative;
    height: 85vh;
    overflow: hidden;
  }
  .arrow span {
    display: block;
    width: 4.5vw;
    height: 4.5vw;
  }
  .icon-bar {
    display: none;
  }
  .enquiry-btn {
    display: none;
  }
  .nav-tabs-work {
    display: flex;
    flex-flow: column nowrap;
  }
  .nav-tabs-work {
    border-bottom: none;
    border-right: 1px solid #ef973c;
    display: flex;
    justify-content: space-between;
  }
  .nav-tabs-work {
    margin: 0 15px;
  }
  .nav-tabs-work .nav-item + .nav-item {
    margin-top: 0.25rem;
  }
  .nav-tabs-work .nav-link {
    transition: border-color 0.125s ease-in;
    white-space: nowrap;
  }
  .nav-tabs-work .nav-link:hover {
    background-color: #f7f7f7;
    border-color: transparent;
    color: #ef973c;
  }
  .nav-tabs-work .nav-link.active {
    border-bottom-color: #ef973c;
    border-right-color: #fff;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    margin-right: -1px;
  }
  .nav-tabs-work .nav-link.active:hover {
    background-color: #fff;
    border-color: #ef973c #fff #ef973c #ef973c;
  }

  .card {
    border: none;
  }
  .work-accordian .card {
    background: rgba(255, 255, 255, 0.8);
  }

  .work-accordian .card a {
    text-decoration: none;
    list-style: none;
    color: #ef973c;
  }

  .work-accordian .card .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  /* .card .card-header {
    display: none;
  } */

  .card .collapse {
    display: block;
  }
  /* projects.php - bharatee */
  .cls-projects-sec {
    padding: 10px 0 75px 0 !important;
  }

  /* our story webpage - start - for mobile */
  .brand-features-hover {
    /*width: 400px;*/
    width: 250px;
    /*height: 500px;*/
    height: auto;
  }
  .brand-features-hover img {
    object-fit: cover;
    /*width: 250px;*/
    width: 100%;
  }
  .brand-content h3 {
    font-size: 17px;
  }
  .brand-content p {
    font-size: 13px;
  }
  /* our story webpage - ends */
}

@media (max-width: 768px) {
  /* .tab-pane {
    display: block !important;
    opacity: 1;
  } */
  .bg-black-light {
    background-color: rgba(0, 0, 0, 90%);
  }
}

.horizontal-scroll-collection {
  width: 100%;
  /* height: 100vh; */
  overflow-y: hidden; /* Disable vertical scrolling */
  overflow-x: auto;
  white-space: nowrap;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-type: x mandatory;
}
.horizontal-scroll-collection .scrollbar-track {
  display: none !important;
}
.horizontal-scroll-collection .scrollbar-track-x {
  display: none;
}
.scroll-content-collection {
  display: flex;
}
.horizontal-scroll-collection::-webkit-scrollbar {
  display: none !important; /* Hide scrollbar in webkit browsers */
}

.item {
  /* min-width: 80vw; */
  /* Adjust width based on content */
  height: 80vh;
  margin: 0 10px;
  /* background-color: #4caf50; */
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item img {
  width: 400px; /* Set desired image width */
  height: auto;
  object-fit: cover;
  scroll-snap-align: start;
}
/* Work Steps */

ul.timeline {
  position: relative;
  list-style-type: none;
  padding-left: 0px;
}
ul.timeline:before {
  position: absolute;
  display: block;
  left: -43px;
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background-color: #ef973c;
  content: " ";
}
ul.timeline .event {
  position: relative;
  padding: 16px;
  background: #2f2f2f;
  border: 1px solid #2f2f2f47;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12);
  padding: 16px;
  margin-bottom: 30px;
}
ul.timeline .event:before {
  display: block;
  position: absolute;
  top: 30px;
  left: -55px;
  width: 30px;
  height: 30px;
  border: 6px solid #ef973c;
  border-radius: 50%;
  background-color: #c7c7c7;
  box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.6);
  content: " ";
}
ul.timeline h3 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
}
ul.timeline .time {
  position: absolute;
  display: block;
  width: 110px;
  top: 30px;
  left: -179px;
  font-size: 24px;
  text-align: right;
  font-weight: 600;
  color: #c7c7c7;
  text-transform: uppercase;
}
ul.timeline .time > .glyphicon-time {
  top: 2px;
}
ul.timeline .left-arrow:before {
  position: absolute;
  top: 30px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #2f2f2f;
  border-left: 0 solid #ddd;
  border-bottom: 15px solid transparent;
  content: " ";
}
ul.timeline .left-arrow:after {
  position: absolute;
  top: 30px;
  left: -14px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #2f2f2f;
  border-left: 0 solid #fff;
  border-bottom: 15px solid transparent;
  content: " ";
}

/* Client carousel */
/* Project Gallery Tabs */
#tabs {
  /* background: #007b5e; */
  color: #eee;
}
#tabs h6.section-title {
  color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold;
}
#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #eee;
  font-size: 20px;
}

/* Event Gallery */
.gallery-row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.gallery-column {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 24px;
  /* padding: 0 4px; */
}

.gallery-column img {
  margin-top: 48px;
  /* margin-top: 8px; */
  vertical-align: middle;
  width: 100%;
  filter: grayscale(1);
}
.gallery-column img:hover {
  transform: scale(1.05);
  filter: grayscale(0);
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .gallery-column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (min-width: 320px) and (max-width: 600px) {
  .gallery-column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 425px) {
  .h-105 {
  height: 190px;
}
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.brand-slider {
  height: 70px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.brand-slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.brand-slider .slide {
  height: 70px;
  width: 250px;
}
.brand-icon {
  border: 1px solid #ef973c;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  ul.timeline h3 {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
  }
  ul.timeline {
    position: relative;
    list-style-type: none;
    padding-left: 75px;
  }
  ul.timeline:before {
    position: absolute;
    display: block;
    left: 32px;
    width: 8px;
    height: 100%;
    border-radius: 4px;
    background-color: #ef973c;
    content: " ";
  }
  ul.timeline .time {
    position: absolute;
    display: block;
    width: 110px;
    top: 30px;
    left: -175px;
    font-size: 24px;
    text-align: right;
    font-weight: 600;
    color: #c7c7c7;
    text-transform: uppercase;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 576px) {
  .navbar-brand img {
    /* width: 40px;
    width: 100px;
     margin-left: 16px; */
  }
}
.bg-image {
  background: url(assets/img/portfolio/bg-about.webp);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.font-family-headwar {
  font-family: "Headwar";
}
.font-size-18 {
  font-size: 18px;
}

/* Category overlay design */

/* .category-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.category-img img {
  margin-bottom: 0px;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  filter: grayscale(1);
  width: 100%;
  transition: transform 0.4s ease;
  transform-origin: 50% 50%;
}
.category-img img:hover {
  transform: scale(1.1);
  filter: grayscale(0);
} */
.collection-overlay {
  position: absolute;
  height: 15%;
  width: 100%;
  bottom: 100px;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
}
.category-img img:hover .collection-overlay {
  display: flex;
}
/* Plus Minus Button */

span {
  cursor: pointer;
}
.number {
  margin-right: 18px;
}
.minus,
.plus {
  width: 28px;
  height: 28px;
  /* background: #f2f2f2;
   border-radius: 4px; 
   padding: 5px 5px 5px 5px;border: 2px solid #ef973c;*/
  background: transparent;
  border: 1px solid #222222;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.number input {
  height: 28px;
  width: 50px;
  text-align: center;
  font-size: 26px;
  border: 1px solid #ef973c;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  color: #fff;
  font-size: 16px;
}
.product-title {
  font-size: 30px;
  font-family: "Headwar";
  color: #fff;
  font-weight: 600;
}
.product-price {
  font-size: 18px;
  font-family: "Monteserrat", sans-serif;
  color: #fff;
  font-weight: normal;
}

.original-price {
  font-family: "monteserrat", sans-serif;
  font-size: 14px;
  color: #aaa9a9;
  text-decoration: line-through;
  margin-left: 30px;
}
.product-discount {
  font-family: "monteserrat", sans-serif;
  font-size: 18px;
  color: #ef973c;
  margin-left: 30px;
}
.product-label {
  font-family: "Monteserrat", sans-serif;
  font-size: 14px;
  color: #c1c1c1;
  margin-bottom: 0;
  font-weight: 500;
}
.screen-reader-only {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#choice {
  height: 34px;
  width: 50px;
  text-align: center;
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  color: #fff;
  font-size: 16px;
  border: 0px;
}
.yes-no span {
  font-size: 13px;
  color: #fff;
}

/* Product Yes No Button */

.onoff {
  margin-left: 0px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  /*vertical-align: auto; *display: inline; */
  position: relative;
  cursor: pointer;
  width: 55px;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.onoff label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  /* background: #cd3c3c; */
  background: #000;
  border: 1px solid #ef973c;
  /* border-radius: 5px; */
  font-weight: bold;
  color: #fff;
  -webkit-transition: background 0.3s, text-indent 0.3s;
  -moz-transition: background 0.3s, text-indent 0.3s;
  -o-transition: background 0.3s, text-indent 0.3s;
  transition: background 0.3s, text-indent 0.3s;
  text-indent: 27px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}
.onoff label:after {
  content: "NO";
  display: block;
  position: absolute;
  top: 0px;
  left: -2px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
  z-index: 1;
}
.onoff label:before {
  content: "";
  width: 15px;
  height: 21px;
  /* border-radius: 3px; */
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
  display: block;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.onoff input:checked + label {
  background: #ef973c;
  text-indent: 8px;
}
.onoff input:checked + label:after {
  content: "YES";
  color: #091707;
}
.onoff input:checked + label:before {
  left: 33px;
}
/* Product Color */
.color-choose {
  display: inline-block;
}
.product-color {
  margin-bottom: 30px;
  margin-top: 24px;
}

.color-choose div {
  display: inline-block;
}

.color-choose input[type="radio"] {
  display: none;
}

.color-choose input[type="radio"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

.color-choose input[type="radio"] + label span {
  border: 1px solid #ef973c;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.color-choose input[type="radio"]#red + label span {
  background-color: #7e7a7b;
}
.color-choose input[type="radio"]#blue + label span {
  background-color: #132144;
}
.color-choose input[type="radio"]#black + label span {
  background-color: #fdfae5;
}

.color-choose input[type="radio"]:checked + label span {
  background-image: url(images/check-icn.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.mb-30 {
  margin-bottom: 30px;
}
.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
}
.mb-150 {
  margin-bottom: 150px;
}
.collection-container {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; 
  padding: 40px;*/
  max-width: 1200px;
  margin: auto;
}

.collection-box {
  position: relative;
  overflow: hidden;
  /* border-radius: 10px; */
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  position: absolute;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

/* Initially set the hover image to invisible */
.hover-image {
  opacity: 0;
  transform: scale(1);
}

/* On hover, smoothly fade in the second image and then zoom */
.collection-box:hover .hover-image {
  opacity: 1;
  transform: scale(1.1);
}

/* Ensure main image disappears smoothly when hovering */
.collection-box:hover .main-image {
  opacity: 0;
  transform: scale(1.05);
}

/* Overlay with "View Details" button */
.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* Show overlay on hover */
.collection-box:hover .overlay {
  opacity: 1;
}

.view-details {
  background-color: transparent;
  border: none;
  /*padding: 6.5px 15px;*/
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  color: #ef973c;
  border: 1px solid #ef973c;
  /* border-radius: 5px; */
  transition: background 0.3s ease-in-out;
  width: 120px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-details:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .collection-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .collection-container {
    grid-template-columns: 1fr;
  }
}
.border-top-1 {
  border-top: 1px solid #1f1f1f;
}
/* .collection-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 40px;
  max-width: 1200px;
  margin: auto;
}

.collection-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.collection-box:hover {
  transform: scale(1.05);
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}

.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.collection-box:hover .hover-image {
  opacity: 1;
}

.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.collection-box:hover .overlay {
  opacity: 1;
}

.view-details {
  background-color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
}

.view-details:hover {
  background-color: #ff6600;
  color: #fff;
}

/* Responsive Design */
/* @media (max-width: 1024px) {
  .collection-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .collection-container {
    grid-template-columns: 1fr;
  }
} */

/* Collection single Page Tabs */

#collection-tabs {
  /* background: #007b5e; */
  background: #232323;
  color: #eee;
  padding: 10px 30px 10px 30px;
}
#collection-tabs h6.section-title {
  color: #eee;
}

#collection-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: rgb(239 151 60 / 19%);
  /* background-color: #ef973c;
 background-color: transparent;
   border-color: transparent transparent #f3f3f3; 
  border-color: #ef973c;*/
  border-bottom: 1px solid #ef973c !important;
  font-size: 20px;
  font-weight: bold;
}
#collection-tabs .nav-tabs .nav-link {
  border: 1px solid #ef973c;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #eee;
  font-size: 18px !important;
  width: 150px;
}
#collection-tabs .nav-link {
  /* display: block; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px;
}
#collection-tabs .nav-tabs {
  border-bottom: 0;
}
.two-section-bg {
  position: relative;
  background: url(../img/portfolio/39140.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.two-section-bg::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mt-30 {
  margin-top: 30px;
}
.image-wrapper-product {
  position: relative;
  width: 100%;
  height: 340px;
}

.image-wrapper-product img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  position: absolute;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
/* Initially set the hover image to invisible */
.product-hover-img {
  opacity: 0;
  transform: scale(1);
}

/* On hover, smoothly fade in the second image and then zoom */
.product-img:hover .product-hover-img {
  opacity: 1;
  transform: scale(1.01);
}

/* Ensure main image disappears smoothly when hovering */
.product-img:hover .product-main-img {
  opacity: 0;
  transform: scale(1.01);
}
.living-banner {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, rgba(4, 5, 5, 0.2) 20%, #0a0a0a 100%),
    url(../img/category/banner/banner-living-room.webp);
  background-position: center;
}
.bedroom-banner {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, rgba(4, 5, 5, 0.6) 20%, #0a0a0a 100%),
    url(../img/category/banner/banner-bedroom.webp);
  background-position: center;
}
.storage-banner {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, rgba(4, 5, 5, 0.6) 20%, #0a0a0a 100%),
    url(../img/category/banner/banner-storage.webp);
  background-position: center;
}
.office-banner {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, rgba(4, 5, 5, 0.2) 20%, #0a0a0a 100%),
    url(../img/category/banner/banner-office.webp);
  background-position: center;
}
.outdoor-banner {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, rgba(4, 5, 5, 0.6) 20%, #0a0a0a 100%),
    url(../img/category/banner/banner-outdoor.webp);
  background-position: center;
}
.dining-banner {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, rgba(4, 5, 5, 0.2) 20%, #0a0a0a 100%),
    url(../img/category/banner/banner-dining.webp);
  background-position: center;
}
.lights-banner {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, rgba(4, 5, 5, 0.6) 20%, #0a0a0a 100%),
    url(../img/category/banner/banner-lights.webp);
  background-position: center;
}
.contact-banner {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, rgba(4, 5, 5, 0.2) 20%, #0a0a0a 100%),
    url(../img/category/banner/banner-contact.webp);
  background-position: center;
}
