#about-page {
  background-color: rgb(250 249 255);
}

.__next-gen {
  text-align: center;
  color: #000;
  padding-top: 5rem;
}

.__next-gen .__container {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.__next-gen .__container h1 {
  font-size: 6rem;
  line-height: 1;
  font-weight: 500;
}

.__next-gen .__container p {
  line-height: 1.5;
  margin-top: 3rem;
  font-size: 1.3rem;
  color: #0d0e10b3;
  margin-bottom: 3rem;
}

.__next-gen .__container p b {
  color: #000;
}

.__next-gen .__container button {
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34);
  padding: 0.75rem 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: white;
  transition-duration: 0.3s;
  background-color: #000;
  animation: scale-up-down 6s infinite;
  overflow: hidden;
  position: relative;
}

.__next-gen .__container button i {
  transform: rotate(140deg);
  font-size: 22px;
}

.__oval-svg {
  position: relative;
  top: 8px;
  z-index: 99;
  margin-top: 3rem;
}

.__oval-svg svg {
  width: 100%;
  fill: #000;
}

.__colaborate-box {
  background-color: #000;
}

.__ab-colaborate-withus .__item {
  width: 100%;
  height: 100%;
  color: #000;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 500;
}

.__colaborate-box .__colab-images {
  height: 200px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.__colaborate-box .__colab-images img {
  width: 200px;
}

.__about-us {
  background-color: rgb(13 14 16);
  border-top: 1px solid rgb(30 30 30);
}

.__about-us .__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 0;
}

.__container .__title h3 {
  background-color: rgb(235 231 255);
  color: rgb(79 79 79);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  width: fit-content;
  padding: 5px 1rem;
  border-radius: 50px;
}

.__about-us .__container .__title h1 {
  margin-top: 2rem;
  color: white;
  text-align: left;
  font-size: 3.75rem;
  line-height: 1;
}

.__about-us .__container .__decs {
  margin-top: 2rem;
}

.__about-us .__container .__decs p {
  line-height: 2;
  margin-top: 3rem;
  font-size: 1.3rem;
  color: #ddd;
}

.__core-value {
}

.__core-value .__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  max-width: 1200px;
}

.__title_tag {
  margin-top: 5rem;
  margin-bottom: 4rem;
  color: rgb(34 34 34);
  text-align: left;
  font-size: 3.75rem;
  line-height: 1;
}

.__core-value-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.__core-value-item .bg-blue {
  border: 2px solid #5536f5;
  background: #5536f5;
}

.__core-value-item .bg-yellow {
  border: 2px solid #ffc250;
  background: #ffc250;
  color: #000;
}

.__core-value-item .bg-green .__left {
  border: 2px solid #60c0af;
  background: #60c0af;
}

.__core-value-item .bg-green .__title {
  color: #000;
}

.__core-value-item .bg-maroon {
  border: 2px solid #fe8585;
  background: #fe8585;
}

.__core-value-item .__list:hover {
  transform: scale(1.03);

}

.__core-value-item .__value-list {
  display: flex;
  justify-content: start;
  height: 220px;
}

.__core-value-item .__value-list .__left {
  height: 180px;
  width: 70%;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 1.5rem;
  position: relative;
  z-index: 9;
}

.__core-value-item .__value-list .__left .__icon {
  height: 100%;
  padding: 2.5rem 3rem;
  background-color: rgb(34, 34, 34);
  display: flex;
  align-items: center;
  justify-content: center;
}

.__core-value-item .__value-list .__left .__icon img {
  width: 3rem;
}

.__core-value-item .__value-list .__left .__title {
  padding: 0 2rem;
}

.__core-value-item .__value-list .__left .__title h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.__core-value-item .__value-list .__left .__title p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.__core-value-item .__value-list .__right {
  height: 100%;
  display: flex;
  align-items: end;
  
}

.__core-value-item .__value-list .__right svg {
  position: relative;
  left: -50px;
}

.__core-value-item .__value-list2 {
  display: flex;
  justify-content: end;
  height: 220px;
}

.__core-value-item .__value-list2 .__left {
  height: 180px;
  width: 70%;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 1.5rem;
  position: relative;
  z-index: 9;
}

.__core-value-item .__value-list2 .__left .__icon {
  height: 100%;
  padding: 2.5rem 3rem;
  background-color: rgb(34, 34, 34);
  display: flex;
  align-items: center;
  justify-content: center;
}

.__core-value-item .__value-list2 .__left .__icon img {
  width: 3rem;
}

.__core-value-item .__value-list2 .__left .__title {
  padding: 0 2rem;
}

.__core-value-item .__value-list2 .__left .__title h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.__core-value-item .__value-list2 .__left .__title p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.__core-value-item .__value-list2 .__right {
  height: 100%;
  display: flex;
  align-items: end;
  
}

.__core-value-item .__value-list2 .__right svg {
  position: relative;
  left: 50px;
}

#all-team {
  background-color: rgb(255 255 255);
  padding: 5rem 0;
  margin-top: 5rem;
}

#all-team .__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  max-width: 1200px;
}

#all-team .__title h2 {
  background-color: rgb(235 231 255);
  color: rgb(79 79 79);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  width: fit-content;
  padding: 5px 1rem;
  border-radius: 50px;
}

#all-team .__title h1 {
  margin-top: 1.5rem;
  color: rgb(34 34 34);
  text-align: left;
  font-size: 3.75rem;
  line-height: 1;
}

#all-team .__expert-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

#all-team .__expert-box .__box {
  padding: 10px;
  padding-bottom: 50px;
  border: 1px solid rgb(174 174 174);
  border-radius: 20px;
  position: relative;
}

#all-team .__expert-box .__box img {
  border-radius: 20px;
  width: 100%;
  height: 270px;
  object-fit: cover;
}

#all-team .__expert-box .__box .__title {
  margin-top: 0.6rem;
}

#all-team .__expert-box .__box .__title h5 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  color: #000;
}

#all-team .__expert-box .__box .__title h6 {
  font-size: 0.915rem;
  line-height: 1.3;
  font-weight: 400;
  color: #000;
}

#all-team .__expert-box .__box .__social {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 10px;
}

#all-team .__expert-box .__box .__social i {
  font-size: 24px;
  color: #4f4f4f;
  cursor: pointer;
}

#all-team .__expert-box .__social i:hover {
  color: blue;
}



@media screen and (max-width: 786px)  {

  #about-page {
    overflow: hidden;
  }

  .__next-gen{
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .__next-gen .__container h1 {
    font-size: 36px;
  }

  .__about-us .__container {
    padding: 2rem 10px;
  }

  #all-team {
    padding: 1rem 10px;
  }

  #all-team .__expert-box {
    grid-template-columns: repeat(1,1fr);
  }
}