.about-hero{
  background-image: url(../images/about-b.jpg);
  background-size: cover;
  background-position: center;
}

.a-about-section {
 width: 100%;
 padding: 4rem;
}
.inside-a-about-section {
 display: flex
;
 width: 100%;
}
.aas-left {
 width: 50%;
}
.aas-left img {
 width: 100%;
}
.aas-right {
 width: 50%;
 padding: 1rem;
}
.aas-right h1 {
 font-family: anton;
 text-transform: uppercase;
 font-size: 50px;
 font-weight: 500;
 line-height: 55px;
 margin-bottom: 2rem;
}
.aas-right h3 {
 font-family: unbounded;
 font-size: 14px;
 font-weight: 400;
 /* color: #252525; */
 margin-bottom: 1rem;
 line-height: 25px;
}
.aas-right p {
 font-family: unbounded;
 font-size: 13px;
 color: #252525;
 font-weight: 300;
 line-height: 27px;
}
.numbers-section{
 width: 100%;
 padding: 4rem;
}
.about-right-2{
 display: flex;
 justify-content: space-between;
 width: 100%;
}


/* value card */
/* From Uiverse.io by ElSombrero2 */ 
.card {
 overflow: visible;
 width: 225px;
 height: 275px;
 padding: 4px;
}

.content {
 width: 100%;
 height: 100%;
 transform-style: preserve-3d;
 transition: transform 300ms;
 box-shadow: 0px 0px 10px 1px #000000ee;
 border-radius: 5px;
}

.front, .back {
 background-color: #151515;
 position: absolute;
 width: 100%;
 height: 100%;
 backface-visibility: hidden;
 -webkit-backface-visibility: hidden;
 border-radius: 5px;
 overflow: hidden;
}

.back {
 width: 100%;
 height: 100%;
 justify-content: center;
 display: flex;
 align-items: center;
 overflow: hidden;
}

.back::before {
 position: absolute;
 content: ' ';
 display: block;
 width: 160px;
 height: 160%;
 background: linear-gradient(90deg, transparent, #ff9966, #ff9966, #ff9966, #ff9966, transparent);
 animation: rotation_481 5000ms infinite linear;
}

.back-content {
 position: absolute;
 width: 99%;
 height: 99%;
 background-color: #151515;
 border-radius: 5px;
 color: white;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 30px;
}

.card:hover .content {
 transform: rotateY(180deg);
}

@keyframes rotation_481 {
 0% {
   transform: rotateZ(0deg);
 }

 0% {
   transform: rotateZ(360deg);
 }
}

.front {
 transform: rotateY(180deg);
 color: white;
}

.front .front-content {
 position: absolute;
 width: 100%;
 height: 100%;
 padding: 10px;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}

.front-content .badge {
 background-color: #00000055;
 padding: 2px 10px;
 border-radius: 10px;
 backdrop-filter: blur(2px);
 width: fit-content;
}

.description {
 box-shadow: 0px 0px 10px 5px #00000088;
 width: 100%;
 padding: 10px;
 background-color: #00000099;
 backdrop-filter: blur(5px);
 border-radius: 5px;
}

/* .title {
 font-size: 11px;
 max-width: 100%;
 display: flex;
 justify-content: space-between;
} */

.title p {
 width: 100%;
}

.card-footer {
 color: #ffffff88;
 margin-top: 5px;
 font-size: 8px;
}

.front .img {
 position: absolute;
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center;
}

.circle {
 width: 90px;
 height: 90px;
 border-radius: 50%;
 background-color: #ffbb66;
 position: relative;
 filter: blur(15px);
 animation: floating 2600ms infinite linear;
}

#bottom {
 background-color: #ff8866;
 left: 50px;
 top: 0px;
 width: 150px;
 height: 150px;
 animation-delay: -800ms;
}

#right {
 background-color: #ff2233;
 left: 160px;
 top: -80px;
 width: 30px;
 height: 30px;
 animation-delay: -1800ms;
}

@keyframes floating {
 0% {
   transform: translateY(0px);
 }

 50% {
   transform: translateY(10px);
 }

 100% {
   transform: translateY(0px);
 }
}

.our-values{
 width: 100%;
 padding: 4rem;
 padding-top: 6rem;
 margin: 4rem 0;
 border-top: 4px solid #00c16e;
}
.inside-our-values{
 display: flex;
 justify-content: space-around;
}
.inside-our-values h1{
  font-weight: 500;
}
.bc-img {
 width: 60%;
 /* margin: auto; */
}
.bc-img img {
 width: 100%;
}
.card p {
 font-family: unbounded;
 text-align: center;
 font-size: 12px;
 font-weight: 300;
 letter-spacing: 1px;
 word-spacing: 2px;
 line-height: 21px;
 padding: 10px;
}

.studio-section{
  overflow: hidden;
  padding: 4rem 0;
  background-image: url(../images/st-bg.jpg);
  background-size: cover;
  position: relative;
}
.studio-section::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #252525;
  transition: all 0.8s ease;
}
.studio-section:hover::before{
  /* background: linear-gradient(180deg, rgba(37,37,37,0.773546918767507) 3%, rgba(37,37,37,0.9220063025210083) 33%, rgba(37,37,37,1) 62%); */
  background: linear-gradient(180deg, rgba(37,37,37,0.8687850140056023) 3%, rgba(37,37,37,0.9220063025210083) 33%, rgba(37,37,37,1) 62%);

}
.slider-container {
  width: 100vw; /* Full viewport width */
  overflow: hidden; /* Hide overflowing content */
  position: relative;
}

.slider {
  display: flex;
  width: calc(200%); /* Double the width for seamless scrolling */
  animation: scroll 60s linear infinite;
}

.slider.reverse {
  animation: scroll-reverse 60s linear infinite;
}

.slider img {
  width: 20%; /* Flexible size */
  height: auto;
  margin: 10px;
  border-radius: 10px;
  object-fit: cover;
}
.card-container{
  display: flex;
}
/* Keyframes for forward scrolling */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Keyframes for reverse scrolling */
@keyframes scroll-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.st-upper{
  color: #fff;
  padding: 2rem;
  position: relative;
  z-index: 100;
}

.st-upper p:nth-child(2){
  font-family: unbounded;
  color: #a3a3a3;
}


@media (max-width: 1200px){

  .aas-right h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 1rem;
  }

}
@media (max-width: 1050px) {
  .aas-right h3 {
    line-height: 22px;
}
.aas-right h1 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 1rem;
}
.our-values {
  padding: 2rem;
}
}
/* Media queries for responsiveness */
/* @media (max-width: 768px) {
  .slider img {
    width: 40%;
    margin: 5px;
  }
} */

@media(max-width: 950px){
  .aas-right h1 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 1rem;
}
.a-about-section {
  padding: 4rem 2rem;
}
.numbers-section {
  width: 100%;
  padding: 2rem;
}
}
@media (max-width : 900px) {
  .our-values {
    margin: 0rem 0;
  }
  .inside-our-values {
    flex-direction: column;
}
.card-container {
    justify-content: space-around;
}
}

@media (max-width: 800px){
  .inside-a-about-section {
    flex-direction: column;
}
.aas-left {
  width: 75%;
  margin: auto;
}
.aas-right {
  width: 100%;
  padding: 1rem;
}
.aas-right p {
  line-height: 19px;
}
}

@media (max-width: 765px){
  .card {
    width: 200px;
    height: 270px;
}
.bc-img {
  width: 55%;
}
}
@media (max-width: 600px){
  .aas-left {
    width: 100%;
    margin: auto;
}
.card {
  width: 169px;
  height: 239px;
}
}

@media (max-width: 550px){
  .card-container {
    flex-direction: column;
    align-items: center;
}
.card {
  width: 305px;
  height: 310px;
  margin-bottom: 1rem;
}
}
/* @media (max-width: 480px) {
  .slider img {
    width: 60%; 
    margin: 2px;
  }
} */
