html {
    scroll-behavior: smooth;
}
.cstmclr{
    color:#cba173;
}
#sec_aboutme, #sec_contact, #sec_portfolio{
    padding-top: 50px;
}
.page_says{
    color:#cba173;
    font-weight: 100!important;
}
.portfolio-single{
    padding-top: 30px;
}
.portfolio_says{
    padding-top: 20px;
}
.promo-video-info img{
    max-width:200px;
    width: 100%;
    margin: 35px 0;
}
.testimonials.style-2 .owl-carousel img{
    max-width: 60px;
}
.testimonials.style-2 .testimonial-text{
    min-height: 252px;
}
.service-item-box h3{
    min-height: 48px;
}
.service-item-box .front{
    background-color: #fff;
    border: 1px solid #e5e9ec;
    padding: 60px 50px;
}
.service-item-box.style-7{
    padding: 0;
}
.promo-box:first-child {
    background-color: #c19059;
}
.promo-box:nth-child(2),.testimonials.bg-parallax {
    background-color: #cba173;
}
.promo-box:nth-child(3) {
    background-color: #d8b996;
}
.owl-page.active span{
    border-color: white;
    background: #ffffff;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], select, textarea{
    border: 2px solid #e9e9e9;
}
.product_meta .btn span {
    line-height: 40px;
    color: #fff;
}
.profile_img{
    width: 86%;
}


#scroll-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .problem_img img{
    border: 2px solid #cba173;
  }
  .problem_img h5{
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 0;
  }

#wviewport {
    width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  background: url(../img/wireframe.jpg) no-repeat top center;
  background-size: 100%;
  animation: scrollWireframe 20s linear infinite;
  border: 2px solid #cba173;
  }
  @keyframes scrollWireframe {
    0%   { background-position-y: 0; }
    100% { background-position-y: -4600px; } /* Adjust based on your image height */
  }
  #wviewportbefore {
    width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  background: url(../img/AsterleyBefore.png) no-repeat top center;
  background-size: 100%;
  animation: scrollWireframebefore 10s linear infinite;
  border: 2px solid #cba173;
  }
  @keyframes scrollWireframebefore {
    0%   { background-position-y: 0; }
    100% { background-position-y: -1500px; } /* Adjust based on your image height */
  }

  #wviewportafter {
    width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  background: url(../img/Asterleyafter.png) no-repeat top center;
  background-size: 100%;
  animation: scrollWireframeafter 10s linear infinite;
  border: 2px solid #cba173;
  }
  @keyframes scrollWireframeafter {
    0%   { background-position-y: 0; }
    100% { background-position-y: -2000px; } /* Adjust based on your image height */
  }

.abdesign {
    color: #111111;
    font-weight: 700;
    line-height: 32px;
    font-size: 17px;
}

.detail_title{
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 50px 0 20px;
}
.img_title{
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 10px;
    background-color: #cba173;
    color:#fff;
    margin: 0;
    font-size: 20px;
}
.dive_deep img{
    border: 2px solid #cba173;
    margin: 0 0 30px;
}
.design_process img{
    width: 60%;
    padding: 30px 0;
}
.para_title{
    font-size: 24px;
    color: #cba173 !important;
    padding: 20px 0 10px;
}
/* Call to action section */
.pscta{
    padding:145px 0 50px;
}
.psctatitle h2{
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0.5rem;
}
.psctalink h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.psctalink a {
    color:#a9b3bb;
    font-size: 20px;
    font-weight: 600;
}
.psctalink a:hover{
    color:#cba173;
}

ul.detail-value-list{
    list-style: circle;
    padding-left: 18px;
}
@media only screen and (max-width: 992px) {
    .promo-box {
        padding: 35px 5%;
    }
    .profile_img{
        width: 100%;
    }
    
  }



.coming{
    color:#cba173;
    font-size: 72px;
    margin: 50px 0 150px;
    text-transform: uppercase;
}

/* Hire animation */
strong.typewriter {
    position: relative;
    display: inline-block;
}

strong.typewriter::after,
strong.typewriter::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #cba173, #634321);
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
}

strong.typewriter::before {
    top: -5px;
    transform-origin: left;
}

strong.typewriter:hover::after,
strong.typewriter:hover::before {
    transform: scaleX(1);
}
/* Social Icons Hover CSS */
.social-icons.nobase.dark a:hover {
    color: #cba173 !important;
    transform: scale(1.5);
}

/* Gold Btn CSS */
a.btn.btn-lg:hover {
    border-color: #a98258;
    transition: .3s ease-in-out;
}
