:root{
  /* --primary: #2b1e16; */
  --primary: #2b1e16;
  --secondary: #c7844f;
}

.primary-bg{
  background-color: var(--primary);
}

.primary-color{
  color: var(--primary);
}
.secondary-bg{
  background-color: var(--secondary);
}
.secondary-color{
  color: var(--secondary);
}

ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a{
  text-decoration: none;
  color: inherit;
}

body{
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  color: #575757;
}

h1, h2, h3, h4, h5, h6{
  font-family: "DM Sans", sans-serif;
  font-weight: 700 !important;
}

.nav-link{
  text-transform: uppercase;
  font-size: 1rem;
  padding-right: 1.5rem !important;
}

.banner-wrapper {
  /* background: url(../images/hero-bg.jpg) center center / cover no-repeat; */
  background: url(../images/banner-bg.png) center center / cover no-repeat;
  padding: 5rem 0;
}

.banner-image {
  border: 8px solid #fff;
}



@media (min-width: 1200px) {
    .display-3 {
        font-size: 3.5rem;
    }
}
  
.carousel-control-prev {
  left: -100px !important;
}

.carousel-control-next {
  right: -100px !important;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 45%;
  bottom: 40%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  background: #c7844f;
}

.after-banner-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 28%;
  background-color: var(--primary);
  z-index: 3;
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  color: white;
}

.services-scroll {
  display: flex;
  gap: 40px;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
  list-style: none;
  margin: 0;
}

.services-scroll li {
  flex: 0 0 auto;
  font-size: 1.2rem;
  font-display: swap;
  list-style: disc;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.max-out {
  z-index: 9;
}

.welcome-wrapper{
  background: 
  linear-gradient(to bottom, rgba(242, 238, 234, 0.3), rgba(242, 242, 234, 0.3)),
    url('../images/about-bg..png') center center / cover no-repeat;
}

.services-wrapper{
  background-color: rgba(43, 30, 22, 1);
}

.services-inner{
  background: url('../images/services-bg.png') center center / cover no-repeat;
}

.white-broder{
  border: 10px solid #fff;
}

.about-image,.reliable-image{
  top: 15%;
  right: 0;
}

.wel-details{
  display: flex;
  align-items: flex-start;
  gap: 23px;
}

.wel-head-cap{
  position: relative;
    top: -21px;
    margin: 0;
    margin-top: 0px;
    margin-top: 30px;
    display: inline-flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.about-us-details{
  border-top: 1px solid var(--secondary);
}

.wel-listing{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.wel-listing i{
  color: var(--secondary);
}

.letter-spacing{
  letter-spacing: 0.05em;
}

.services-list{
  border:1px solid var(--secondary);
}

.gallery-inner{
  background: url('../images/gallery-bg.png') center center / cover no-repeat;
}

.gallery-image{
  border: 8px solid #fff;
  transition: transform 0.3s ease;
}

.footer {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/mid-bg.jpg') center center / cover no-repeat;
}

.mobile-icon {
  display: block;
}

.mobile-icon .mobile {
  display: none;
}

.mobile-icon .email {
  display: block;
}

.mobile-icon .material-button-anim {
  position: fixed;
  bottom: 3%;
  right: 36px;
  padding: 0 0;
  text-align: center;
  max-width: 320px;
  z-index: 999999999999;
}

.mobile-icon1 .material-button-anim {
  position: fixed;
  bottom: 3%;
  left: 36px;
  padding: 0 0;
  text-align: center;
  max-width: 320px;
  z-index: 999999999999999;
}

.material-button {
  position: relative;
  top: 0;
  z-index: 1;
  width: 70px;
  height: 70px;
  font-size: 1.5em;
  color: #fff;
  background: var(--primary);
  border: none;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .275);
  outline: none;
}

.back-to-top {
  position: fixed;
  display: none;
  left: 30px;
  bottom: 30px;
  z-index: 11;
  animation: action 1s infinite alternate;
}

.material-button-toggle {
  z-index: 3;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
}

@keyframes bounce {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -15px;
    margin-bottom: 15px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes roket-roket-circle-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(0deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(1.25) skew(0deg);
    opacity: 0.25;
  }

  100% {
    transform: rotate(0deg) scale(1.5) skew(0deg);
    opacity: 0;
  }
}

.material-button-toggle:not(:hover):not(:focus):not(:active) {
  transition: .25s !important;
  animation: 2.25s bounce infinite !important;
}

.material-anim {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: none;
}

.material-anim.one {
  -webkit-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -moz-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -ms-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -o-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

.material-anim.two {
  border: 2px solid #649831 !important;
  opacity: 0.1 !important;
  background: none !important;
  -webkit-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -moz-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -ms-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -o-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

#cd-top {
  display: none;
}

.back-to-top {
  background-color: var(--secondary);
  border: 1px solid #fff;
}

.btn:hover{
  background-color: var(--secondary);
}

.banner-cover-overlay{
  background: url(../images/banner-cover.png) center center / cover no-repeat;
  padding: 4rem 0;
}

.abt-image {
  border-radius: 20px;
}

.abt-second-call {
  bottom: 4rem;
  right: 2rem;
}

.experience-wrapper {
  position: absolute;
  top: 9rem;
  left: 1rem;
  width: 7rem;
  height: 7rem;
  padding: 2rem;
  border: 6px solid #fff;
  border-radius: 50%;
  line-height: 7rem;
}

.mid-bar-wrapper {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/mid-bg.jpg') center center / cover no-repeat;
  background-attachment: scroll, scroll;
  padding: 5rem 0;
  background-attachment: fixed;
}

.services-image {
  width: 130px;
  border-radius: 12px;
}

.bg-grey{
  background-color: #f8f8f8;
}

.border-radius-bat {
  border-radius: 28px;
}

.ser-list-image {
  border: 2px solid var(--secondary);
}

.services-list-inner {
  background-color: #f2f2f2;
  border: 2px solid var(--secondary);
}

.sevices-list-dom{
    margin-left:15%;
}

.sevices-list-dom li{
    
    text-align:left;
}

@media (max-width: 767px) {
  .mobile-icon .mobile {
    display: block;
  }

  .mobile-icon .email {
    display: none;
  }

  .hide-me{
    display: none !important;
  }

  .logo-head{
    text-align: center;
  }

  .navbar-toggler {
    width: 100%;
  }

  .wel-listing {
    display: block;
  }

  .navbar-nav {
    text-align: center;
    border:1px solid var(--secondary);
  }
}



.banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);   /* Dark overlay */
  z-index: 1;
}

.carousel{
  z-index: 99;
}


.img-wrap-inner-gallery {
    width: 100%;
    aspect-ratio: 12/9;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



