.banner_section {
  background: rgb(177, 180, 187);
  background: linear-gradient(49deg, rgb(177, 180, 187) 0%, rgb(117, 127, 136) 100%);
  height: 100vh;
  width: 100%;
}
.banner_section .banner_bg {
  background-image: url(../img/bg-images/banner_bg.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: 100% 100%;
}
.banner_section .banner_bg h1 {
  color: var(--white);
  font-family: "Poppins";
  font-weight: 700;
  font-size: 79px;
}
.banner_section .banner_bg p {
  width: 76%;
  color: var(--white);
  font-size: 18px;
}
.banner_section #image0,
.banner_section #image1,
.banner_section #image2,
.banner_section #image3,
.banner_section #image4 {
  display: none;
  position: relative;
}
.banner_section .banner_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner_section .banner_img .center_img {
  position: relative;
  height: 250px;
  margin: 0 auto;
}
.banner_section .banner_img .center_img img {
  margin: 0 auto;
}

.who_inner-img {
  position: relative;
  bottom: 6%;
  right: -15%;
}
.who_inner-img img {
  width: 350px;
}
.who_inner-img::after {
  content: "";
  position: absolute;
  background-image: url(../img/line-arrow.png);
  width: 70px;
  height: 130px;
  background-repeat: no-repeat;
  top: 70%;
  right: 24%;
}
.who_inner h6 {
  font-size: 20px;
  color: var(--gray-color);
}
.who_inner h2 {
  color: var(--primary-color);
}
.who_inner h2 {
  font-weight: 700;
  font-size: 70px;
  width: 60%;
}
.who_inner .who_title p {
  color: var(--primary-color);
  font-size: 18px;
}
.who_inner .card {
  background: var(--white);
  border: 1px solid var(--border-color);
  padding: 3rem;
  border-radius: 30px;
  text-align: center;
  height: 100%;
}
.who_inner .card:hover {
  background: var(--card-gradient);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.who_inner .card:hover .card_img .default-img {
  display: none;
}
.who_inner .card:hover .card_img .active-img {
  display: block !important;
}
.who_inner .card:hover .card_content h3 {
  color: var(--white);
}
.who_inner .card:hover .card_content p {
  color: var(--white);
}
.who_inner .card_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #F7F7F7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.who_inner .card_content h3 {
  font-weight: 600;
  font-size: 16px;
  padding: 20px 0;
  margin-bottom: 0;
  color: var(--primary-color);
}
.who_inner .card_content p {
  color: var(--primary-color);
  margin-bottom: 5rem;
}

.superman_section {
  background-color: var(--primary-color);
  position: relative;
}
.superman_section video {
  width: 100%;
}
.superman_img {
  background-image: url(../img/bg-images/superman.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 670px;
  width: 100%;
}
.superman_portfolio {
  width: 100%;
  bottom: -73px;
  position: absolute;
  margin: 0 auto;
}
.superman_portfolio .card {
  min-width: 60%;
  max-width: 60%;
  bottom: 0;
  margin: 0 auto;
  border-radius: 20px;
  padding: 3rem;
  border: 0;
}
.superman_portfolio .card .portfolio-title {
  padding-left: 6rem;
}
.superman_portfolio .card .portfolio-title h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 4rem;
}
.superman_portfolio .card .portfolio-content span {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.superman_portfolio .card .portfolio-content h2 {
  font-size: 32px;
  font-weight: 700;
}

.core_section {
  padding-top: 13rem;
  background: linear-gradient(49deg, #EDEEF0 0%, #F7F8F9 100%);
}
.core_section .card {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin-top: 3rem;
}
.core_title h2 {
  width: 60%;
}
.core_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.core_img img {
  width: 2.4rem;
  height: 2.4rem;
}
.core_content {
  padding-top: 2rem;
}
.core_content h3 {
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-color);
  width: 78%;
  min-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.better_section {
  background: #EDEEF0;
  background-repeat: no-repeat;
  position: relative;
  overflow-y: hidden;
}
.better_section video {
  width: 100%;
}
.better_content {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.better_content h2 {
  color: var(--white);
}
.better_content p {
  color: var(--white);
  width: 80%;
  margin: 0 auto;
  padding: 2rem 0;
}

.technology_section {
  background-color: #EDEEF0;
}
.technology_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /*   grid-template-rows: 0.2fr 1.5fr 1.2fr 0.8fr; */
  -ms-grid-rows: auto 2rem auto 2rem auto 2rem auto;
      grid-template-areas: "techOne techTwo techTwo techThree" "techOne techFour techFive techFive" "techSix techSix techFive techFive" "techSeven techEight techEight techEight";
  grid-gap: 2rem;
}
.technology_list .tech-card {
  border-radius: 30px;
  color: var(--white);
}
.technology_list .tech-card .tech-bg {
  background-image: url(../img/bg-images/tech_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.technology_list .tech-card .tech-bg h3 {
  font-weight: 600;
  font-size: 20px;
  color: var(--white);
  padding: 2rem 0;
}
.technology_list #techOne {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: techOne;
  background: var(--card-gradient);
}
.technology_list #techTwo {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: techTwo;
  background: var(--primary-color);
}
.technology_list #techTwo .tech-bg {
  background-image: url(../img/bg-images/tech_bg2.svg);
}
.technology_list #techThree {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: techThree;
  background: #9EA5AB;
}
.technology_list #techFour {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: techFour;
  background: var(--white);
}
.technology_list #techFour .tech-bg h3 {
  color: var(--primary-color);
}
.technology_list #techFour .tech-bg p {
  color: var(--primary-color);
}
.technology_list #techFive {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: techFive;
}
.technology_list #techFive .tech-bg {
  background-image: url(../img/bg-images/tech_bg3.webp);
  border-radius: 30px;
}
.technology_list #techSix {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: techSix;
  background: var(--primary-color);
}
.technology_list #techSix .tech-bg {
  background-image: url(../img/bg-images/tech_bg2.svg);
}
.technology_list #techSeven {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: techSeven;
  background: var(--white);
}
.technology_list #techSeven .tech-bg h3 {
  color: var(--primary-color);
}
.technology_list #techSeven .tech-bg p {
  color: var(--primary-color);
}
.technology_list #techEight {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: techEight;
  background: var(--card-gradient);
}
.technology_list #techEight .tech-bg {
  background-image: url(../img/bg-images/tech_bg4.webp);
}

.industry_section a {
  text-decoration: none;
}
.industry_section a p {
  color: var(--primary-color);
}
.industry_section .card {
  border: 0;
}
.industry_section .card:hover h3 {
  color: var(--secondary-color);
}
.industry_section .card h3 {
  font-weight: 600;
  font-size: 20px;
  padding: 2rem 0;
  margin-top: 3rem;
}
.industry_section .view-btn {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact_section {
  background-image: url(../img/bg-images/contact.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.contact_content {
  text-align: center;
}
.contact_content h2 {
  color: var(--white);
}

@media (max-width: 769.99px) {
  .banner_section {
    height: auto;
  }
  .banner_section .banner_bg {
    padding: 10rem 0;
    background-position: inherit;
    background-size: cover;
    min-height: 100vh;
    height: auto;
  }
  .banner_section .banner_bg h1 {
    font-size: 65px;
  }
  .banner_section .banner_img img {
    width: 100%;
    height: 100%;
  }
  .banner_section .banner_img .center_img {
    height: 100%;
    width: 100%;
    margin-top: 3rem;
  }
  .banner_section .banner_img .center_img img {
    height: 200px;
    width: auto;
  }
  .who_inner-img {
    display: none;
  }
  .who_inner h2 {
    width: 100%;
    font-size: 55px;
  }
  .who_section .pl-0 {
    padding-left: 15px !important;
  }
  .superman_section video {
    width: 100%;
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .superman_portfolio {
    position: absolute;
    bottom: -270px;
    margin-bottom: 3rem;
  }
  .superman_portfolio .card {
    min-width: 80%;
    max-width: 80%;
  }
  .superman_portfolio .card .portfolio-title {
    padding-left: 0;
  }
  .superman_portfolio .portfolio-content {
    text-align: center;
    margin: 1rem 0;
  }
  .superman_portfolio .xs-6 {
    width: 50%;
  }
  .core_title {
    margin-top: 22rem;
  }
  .technology_list {
    -ms-grid-rows: auto 2rem auto 2rem auto 2rem auto 2rem auto 2rem auto 2rem auto 2rem auto;
        grid-template-areas: "techOne" "techTwo" "techThree" "techFour" "techFive" "techSix" "techSeven" "techEight";
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .core_title h2 {
    width: 100%;
  }
  .better_section {
    background-image: #EDEEF0;
  }
  .better_section video {
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology_list #techOne {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .technology_list #techTwo {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .technology_list #techThree {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .technology_list #techFour {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .technology_list #techFive {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .technology_list #techSix {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .technology_list #techSeven {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .technology_list #techEight {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media (min-width: 576px) and (max-width: 771px) {
  .superman_portfolio {
    bottom: -162px !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 767px) and (max-width: 991.99px) {
  .banner_section .banner_bg h1 {
    font-size: 70px;
  }
  .banner_section .banner_img img {
    width: 100%;
    height: 100%;
  }
  .banner_section .banner_img .center_img {
    height: 150px;
  }
  .banner_section .banner_img .center_img img {
    height: 150px;
    width: auto;
  }
  .who_inner-img {
    bottom: 3%;
    right: 4%;
  }
  .who_inner-img img {
    width: 257px;
  }
  .who_inner-img::after {
    top: 82%;
    right: 5%;
  }
  .who_inner h2 {
    width: 100%;
    font-size: 60px;
  }
  .superman_portfolio {
    bottom: -171px;
  }
  .superman_portfolio .card {
    min-width: 90%;
    max-width: 90%;
  }
  .superman_portfolio .card .portfolio-title {
    padding-left: 0;
  }
  .superman_portfolio .portfolio-content {
    margin: 1rem 0;
  }
  .core_title h2 {
    width: 100%;
    margin-top: 8rem;
  }
  .core_section {
    padding-top: 13rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
  .who_inner-img {
    bottom: 7%;
    right: 6%;
  }
  .who_inner-img img {
    width: 360px;
  }
  .who_inner-img::after {
    right: 0;
  }
  .who_inner h2 {
    width: 100%;
  }
  .superman_portfolio {
    bottom: -165px;
  }
  .superman_portfolio .card {
    min-width: 80%;
    max-width: 80%;
  }
  .superman_portfolio .card .portfolio-title {
    padding-left: 0;
  }
  .superman_portfolio .portfolio-content {
    margin-top: 2rem;
  }
  .core_section {
    padding-top: 20rem !important;
  }
  .core_title h2 {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) {
  .superman_portfolio .card {
    min-width: 70%;
    max-width: 70%;
  }
}
.who_inner span {
  font-size: 20px;
  color: var(--gray-color);
}