.testimonials-carousel01 .carousel-item {
    opacity: 1 !important;
}

.swiper-slide .col-md-7 .pic img {
    width: 60% !important;
margin-left: auto !important;
  margin-right: auto !important;
  
}

.slider-box01.swiper-container::before {
    background-color: transparent !important;
}

.glass-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2rem;
  margin: 5rem auto;
  width: 90%;
  max-width: 400px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  color: white;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.sandleft {
   background-color: rgb(210, 199, 169); 
   padding: 3em; 
   left: 3em; 
   position: relative; 
   z-index: 100;
}

@media only screen and (min-width: 768px) {
  .sandright {
   background-color: rgb(210, 199, 169); 
   padding: 3em; 
   right: 6em; 
 
   z-index: 101;
}

.buttononsandleft {
   padding: 1em; 
   z-index: 100;
}

.buttononsandright {
   padding: 1em; 

   z-index: 100;
}

}

body .btn-color4.button-01, body .btn-color4.button-01:link, body .btn-color4.button-01:active, body .btn-color4.button-01:visited {
    color: #272727;
    transition: color ease-in 300ms, background-color ease-in 300ms;
}
body .btn-color4.button-01 {
    background-color: #ffbc00;
}
body .button-01, body .button-01:link, body .button-01:active, body .button-01:visited {
    color: #FFF;
    transition: color ease-in 300ms, background-color ease-in 300ms;
}
body .button-01 {
    border-radius: 3px;
    background-color: #da2e29;
    min-width: 150px;
    color: #FFF;
    font-family: var(--family2);
    font-weight: 400;
    padding-bottom: 2px;
}
a, a:link {
    color: #da2e29;
}
body [class*='btn-'] {
    text-decoration: none !important;
}
a, a:link {
    text-decoration: none;
    transition: color ease 300ms;
    -moz-transition: color ease 300ms;
    -webkit-transition: color ease 300ms;
    -o-transition: color ease 300ms;
    -ms-transition: color ease 300ms;
}
.border-radius-circle {
    border-radius: 50px !important;
}
[class^='button-'], [class*=' button-'] {
    position: relative;
    display: inline-flex ;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    height: 50px;
    padding: 0 25px;
    margin-right: 3px;
    margin-bottom: 3px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 50px;
    -webkit-transition: all .3s cubic-bezier(0.420,0.000,1.000,1.000);
    transition: all .3s cubic-bezier(0.420,0.000,1.000,1.000);
    -webkit-appearance: none;
    appearance: none;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a, a:visited {
    color: rgb(2, 139, 255);
    text-decoration: underline;
    outline: 0;
}

.slider-box01.swiper-container::before {
    opacity: .2 !important;
}


.Architecture-imagebox::after {

    background-color: transparent !important;
}





















