/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  

    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
    

    
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
    
    .about-us-des {
      color: #272727;
      font-family: Roboto;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 26.027px;
      letter-spacing: 0.162px;
      margin-top: 20px;
  }
   
    .about-us {
      font-size: 20px;
  }
  
    .about-us-title-2{
    line-height: 63px;
    }
    .box-layout-2{
        padding: 0 10px
    }

    .about-us-img{
        margin-top: 10px;
    }
    
    .box-layout-3{
        padding: 0 20px
    }
    .visionmision-box{
        padding:15px
    }

    .service-title{
text-align: center;
line-height: 40px;

}

 .service-p{
    padding: 40px 25px;
  }

  section.small-section {
    padding: 10px 0
}
.contact-us-btn {
    margin: 30px 0!important;
    text-align: center;
    }

    .padding-b{
      height: 95vh;
    }



    .we-have-office {
      padding: 10px 10px 10px 10px;
      border: 1px solid #645B4C !important;
  
  }

  .we-have-office-title {
    color: #5E604B;
    font-family: Poppins;
    font-size: 34px;
text-align: center;
}


.testimonial-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #5E604B;
  color: #DCD2C4;
}

.testimonial-title span {
  writing-mode:horizontal-tb;
  text-orientation: mixed;
  transform: rotate(0deg);
  white-space: nowrap;
  color: #DCD2C4;
  font-family: Roboto;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  padding: 15px;
}


.footer-item:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 300px;
  padding-left: 50px;
  padding-right: 50px;
}

.footer-item:nth-child(3) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 300px;
  padding-left: 50px;
  padding-right: 50px;
}

.footer-item:nth-child(4) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  padding-left: 50px;
  padding-right: 50px;

}

.subscription-form {

  width: 112%;
}



.walls-card{
  width: 27rem;
}

.walls-card-title{
text-align: center;

}

.walls-card-button {

text-align: center;
  
}


.inquiry-banner{
  padding: 20px 28px;
  background-color: #B6A385;
}

.inquiry-banner-title{
  text-align: center;
}

.inquiry-banner-button a{
  width: 100%;
  text-align: center;
  margin-top: 15px;
}


.custom-wallpapers-card{
  width: 100%;
}


.testimonial-card {
  position: relative;
  padding: 0px;
  margin: 0 auto;
  /* Center the card horizontally */
}

.swiper-slide .overflow-hidden .swiper-slide-active{
  width: 100%!important;

}

.detailed-title{
  color: #5E604B;
font-family: Roboto;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 47px; /* 44.504% */
text-align: center;
margin-top: 50px ;
margin-bottom: 50px ;
}


.detailed-feedback{
  border-radius: 14px;
background: #F3EDE5;
padding: 5px 5px;
}

.detailed-other-section img{
  width: 100%;
}

.portfolio-box .portfolio-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;

}
  }


