/********** Template CSS **********/

:root {
  --primary: #c0641f;
  --light: #f5f5f5;
  --dark: #353535;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 35px;
  bottom: 45px;
  z-index: 99;
}

.h6 {
  font-family: "Roboto", sans-serif;
}
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
  background-color: #f08819;
  color: white;
}
.btn1 {
  font-weight: 500;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.443);
  color: white;

  border: 1px solid white;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: white;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 45px;
  height: 45px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 20px 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}
@media (max-width: 767px) {
.page-header {
  background: linear-gradient(rgba(53, 53, 53, 0), rgba(53, 53, 53, 0)),
    url(../img/logo/logo/web\ 550\ x\ 500-02.jpg) center center no-repeat;
  background-size: cover;
  height: 126px;
}
}
@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 100px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 300px;
    width: 100%;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header-carousel .owl-carousel-item h5,
  .header-carousel .owl-carousel-item p {
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  .header-carousel .owl-carousel-item h1 {
    font-size: 30px;
    font-weight: 600;
  }


}

.header-carousel .owl-nav {
  position: absolute;
  width: 200px;
  height: 45px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}



.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Section Title ***/
.section-title h1 {
  position: relative;
  display: inline-block;
  padding: 0px 30px;
}

.section-title.text-start h1 {
  padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 5px;
  bottom: 0;
  background: var(--dark);
}

.section-title h1::before {
  left: 0;
}

.section-title h1::after {
  right: 0;
}

.section-title.text-start h1::before {
  display: none;
}

/*** About ***/
@media (min-width: 992px) {
  .container.about {
    max-width: 100% !important;
  }

  .about-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }  

}

@media (min-width: 1200px) {
  .about-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .about-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}
.page-header {
  background: linear-gradient(rgba(53, 53, 53, 0), rgba(53, 53, 53, 0)),
    url(../img/logo/logo/web\ 550\ x\ 500-02.jpg) center center no-repeat;
  background-size: cover;
  height: 337px;
}
@media only screen and (max-width: 768px) {
  .page-header {
    background-position: center top;
    background-size: contain; /* Or 'cover' depending on the result you prefer */
    height: 198px; /* Adjust to fit your mobile design */
  }
  .story{
font-size: 28px; font-weight: 600; color: #741217;font-family: 'Poppins', sans-serif;
margin-top: -62px;
    }}
  @media (min-width: 320px) and (max-width: 425px) {
.page-header {
    background-position: center top;
    background-size: contain; /* Or 'cover' depending on the result you prefer */
    height: 126px; /* Adjust to fit your mobile design */
  }
}
.service-item img {
  transition: 0.5s;
}

.service-item img:hover {
  transform: scale(1.1);
}

.service-item1 {
  transition: 0.5s;
}

.service-item1:hover {
  transform: scale(1.1);
}

.product {
  background-color: #9c8c74;
  color: #ffffff;
}

.product:hover {
  background-color: #e08826;
}
@media (min-width: 992px) {
  .container.feature {
    max-width: 100% !important;
  }

  .feature-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .feature-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .feature-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}
#portfolio-flters li {
  display: inline-block;
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
  color: var(--primary);
  border-color: var(--primary);
}

.portfolio-item img {
  transition: 0.5s;
}

.portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  background: rgba(53, 53, 53, 0.7);
  transition: 0.5s;
}

.portfolio-item:hover .portfolio-overlay {
  width: 100%;
  height: 100%;
  left: 0;
}

.portfolio-item .portfolio-overlay .btn {
  opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
  opacity: 1;
}

@media (min-width: 992px) {
  .container.quote {
    max-width: 100% !important;
  }

  .quote-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .quote-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .quote-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}
.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}
.team-item .team-social {
  position: absolute;
  width: 38px;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  background: #ffffff;
  transition: 0.5s;
}
.team-item .team-social .btn {
  color: var(--primary);
  background: #ffffff;
}
.team-item .team-social .btn:hover {
  color: #ffffff;
  background: var(--primary);
}
.team-item:hover .team-social {
  left: 0;
}
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}
.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}
@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
  .address {
    margin-top: -220px;
  }
}
@media (min-width: 992px) {
  .container.contact {
    max-width: 100% !important;
  }
  .contact-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}
@media (min-width: 1200px) {
  .contact-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}
@media (min-width: 1400px) {
  .contact-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 100%;
  position: relative;
}

.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}
.owl-nav > div {
  margin-top: -360px;
  position: absolute;
  top: 50%;
  color: #ffffff;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -550px;
}

.owl-nav .owl-next {
  right: -550px;
}

.item1 {
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  padding: 10px;
}
.item1:hover {
  background-color: #f9b217;
}

@media (max-width: 768px) {
  .owl-nav > div {
    margin-top: -115px;
    position: absolute;
    top: 50%;
    color: #ffffff;
  }
  .owl-nav .owl-prev {
    left: -30px;
  }

  .owl-nav .owl-next {
    right: -30px;
  }
}
@media (max-width: 1000px) {
  .owl-nav > div {
    margin-top: -368px;
    position: absolute;
    top: 50%;
    color: #ffffff;
  }
}
@media screen and (max-width: 600px) {
  .popup {
    position: fixed;
    top: 100%;
    width: 68%;
    height: 100%;
    z-index: 10001;
    padding: 20px;
  }
  .mb-41 {
    margin-top: 170px;
  }
  .mb-4 {
    margin-top: 60px;
  }
  .mb-22 {
    margin-top: -120px;
  }
  .item {
    width: 100%;
  }
  .slick-slide img {
    margin-left: 60px;
  }
}
.fw-medium {
  border: 1px solid#d8d4d4;
  padding: 10px;
  background-color: #d8d4d4;
  color: #000000;
}
.gallery {
  display: flex;
  place-content: center;

  min-height: 30vh;
  margin-inline: auto;
}
.gallery__content--flow {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.gallery__content--flow > * {
  flex-grow: 1;
  flex-basis: calc((30rem - 100% - 1rem) * 999);
}
figure {
  display: flex;
  min-width: 14rem;
  max-height: 16rem;
  position: relative;
  border: 1px solid#363535;

  overflow: hidden;
  transition: transform var(--anim-time--med) ease;
}
figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    hsla(0, 0%, 0%, 0.8) 0%,
    hsla(0, 0%, 0%, 0.7) 12%,
    hsla(0, 0%, 0%, 0.2) 41.6%,
    hsla(0, 0%, 0%, 0.125) 50%,
    hsla(0, 0%, 0%, 0.01) 59.9%,
    hsla(0, 0%, 0%, 0) 100%
  );
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: var(--anim-time--med), var(--anim-time--med);
  transition-timing-function: ease, ease;
  z-index: 4;
}
.header__caption {
  z-index: 10;
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  align-self: flex-end;
  width: 100%;
  gap: 0.5rem;
  padding: 1rem;
  justify-content: center;
  text-align: center;
  transform: translateY(100%);
  transition: transform var(--anim-time--hi) linear,
    opacity var(--anim-time--hi) linear;
}
figure:hover::before {
  opacity: 0.8;
}
figure:hover .header__caption {
  transform: translateY(0);
  opacity: 1;
}
figure:hover img {
  transform: scale(1);
}
.title {
  color: #fff;
}
.title--primary {
  font-size: 1.25rem;
  font-weight: bold;
}
.title--secondary {
  text-transform: uppercase;
  font-weight: bold;
}
.img1 {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  transform: scale(1.15);
  aspect-ratio: 16 / 13;
  transition: 400ms ease-in-out;
}