.about-container{
  width: 100%;
  height: 100vh;
  background:linear-gradient(to bottom right, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0) 60%) 
  ,url(../assets/image/about_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}


.video-about-wrapper{
  overflow: hidden;
  width: 100%;
  margin-left: -80px;
  margin-top: -80px;
  height: 100%;
  z-index: 1;
  position: relative;
}

.card-pop-video{
  width: 140%;
  object-fit: cover;
}


.dashboard-about-section-1{
  flex: 1;
  width: 100%;
}


.dashboard-history-section-2{
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  justify-content: center;
}


.dashboard-international-dialog{
  width: 100%;
  background-color: black;
}

.about-text-key-features-title-container{
  margin: 50px 0px;
  display: flex;
  justify-content: center;
}

.about-text-key-title{
  font-size: 35px;
  font-family: poppinsregular;
}

.custom-width-10{
  margin: auto;
  max-width: 1000px!important;
  width: 100%;
}

.dashboard-card-dialog-international-container{
  padding: 20px 0px;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.card-dialog-img-container{
  margin: 20px 0px;
  height: 140px;
  width: auto;
}

.dashboard-international-dialog-wrapper{
  margin: 80px 0px;
}

.card-dialog-international-desc{
  padding: 10px 0px;
  font-family: poppinslight;
  font-size: 18px;
  text-align: center;
  height: 200px;
  color:black;
}

/* //slider */

.center-slide {
  transform: translateX(-33.3333%);
}

.about-card-container {
  overflow-x: auto!important;
  max-width: 1200px;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  justify-content: space-between;
  transition: transform 0.5s ease-in-out;
  perspective: 1000px;
}

.about-card {
  flex: 1;
  margin: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}


.about-info-box {
  padding: 20px;
  background: black;
  text-align: center;
}

.info-text {
  font-size: 16px;
}

.about-card.active {
  z-index: 1;
  transform: scale(1.05);
}

.about-info-text {
  font-family: poppinslight;
  font-size: 20px;
}

.mission-bg{
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%), 
  url('../assets/image/about2.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}

.vision-bg{
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%), 
  url('../assets/image/test2.jpg')  no-repeat;
  background-position: center;
  background-size: cover;
}

.values-bg{
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%), 
  url('../assets/image/about3.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}

.about-us-slider{
  padding: 20px 0px;
  width: 100%;
  background-color: black;
}

.about-flex{
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.about-section-slider1{
  flex: 1;
}
.about-section-slider2{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}

.about-us-text-title{
  font-size: 28px;
  font-family: poppinsregular;
  color: #fff;
}
.about-slider-icon{
  width: 10%;
}

.about-description-title-container {
  font-size: 35px ;
  color: #fff;
  font-family: poppinsregular;
}

.about-desc-swiper-wrapper{
  padding:10px 10px!important;
  text-align: center;
}