.inner-page-banner {
  background-image: url("../images/busy-airport-view-with-airplanes-against-clear-sky.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 100px 0px;
  overflow: hidden;
  height: 70vh;
  margin-top: -78px;
}
.inner-plane {
  position: absolute;
  left: 40%;
  top: -226px;
  z-index: 9999 !important;
}

.inner-page-banner .content-wrap h4 {
  color: #fff;
  text-align: center;
  font-family: TROS;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 39.6px;
  text-transform: uppercase;
}
.inner-page-banner .content-wrap h2 {
  color: #fff;
  text-align: center;
  font-family: TROS;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 116px; /* 145% */
  text-transform: uppercase;
}
.about-tuxedo {
  padding: 150px 0px 80px 0px;
}
.about-tuxedo .heading h4 {
  color: #fff;
  font-family: TROS;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 14.4px;
  text-transform: uppercase;
  padding-left: 55px;
  position: relative;
}
.about-tuxedo .heading h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #ec1e2e;
}
.about-tuxedo .about-tuxedo-content p {
  color: #969696;
  font-family: Gilroy-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
.what-we-do-cards{
  background-image: url("../images/airpot.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.what-we-do-cards .what-we-do-card {
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: #fff;
  position: relative;
  margin: 30px 0;
}
.what-we-do-cards .what-we-do-card::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #ec1e2e;
}
.what-we-do-cards .what-we-do-card::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 50px;
  height: 2px;
  background-color: #ec1e2e;
}
/* .what-we-do-cards .what-we-do-card {
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}

.what-we-do-cards .what-we-do-card::after,
.what-we-do-cards .what-we-do-card::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ec1e2e;
  animation: move-border 4s infinite linear;
}

.what-we-do-cards .what-we-do-card::after {
  top: 0;
  left: 0;
}

.what-we-do-cards .what-we-do-card::before {
  bottom: 0;
  right: 0;
}

@keyframes move-border {
  0% {
    top: 0;
    left: 0;
    transform: rotate(0deg);
  }
  25% {
    top: 0;
    left: calc(100% - 50px); 
    transform: rotate(90deg); 
  }
  50% {
    top: calc(100% - 2px); 
    left: calc(100% - 50px);
    transform: rotate(90deg); 
  }
  75% {
    top: calc(100% - 2px); 
    left: 0; 
    transform: rotate(180deg);
  }
  100% {
    top: 0;
    left: 0; 
    transform: rotate(270deg); 
  }
} */

.what-we-do-cards .what-we-do-card h4 {
  color: #000;
  font-family: TROS;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 322.222% */
  text-transform: uppercase;
  height: 100px;
}
.what-we-do-cards .what-we-do-card p {
  color: #969696;
  font-family: Gilroy-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 200% */
}
.let-connect-box {
  padding: 50px 10px;
  background-image: linear-gradient(to left, #3d3d3d, #000);
  border: 1px solid #ec1e2e;
  /* background: #0a0a0e; */
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  margin: 50px 0;
}
.let-connect-box h4 {
  color: #fff;
  text-align: center;
  font-family: TROS;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 39.6px;
  text-transform: uppercase;
}
.let-connect-box h2 {
  color: #fff;
  text-align: center;
  font-family: TROS;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 116px; /* 145% */
  text-transform: uppercase;
}

@media (max-width: 786px) {
  .what-we-do-cards .what-we-do-card h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .what-we-do-cards .what-we-do-card p {
    font-size: 16px;
    line-height: 30px;
  }
  .about-tuxedo .about-tuxedo-content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }
  .let-connect-box h4 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 12.6px;
  }
  .let-connect-box h2 {
    font-size: 52px;
    line-height: 70px;
  }
  .inner-page-banner .content-wrap h4 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 12.6px;
  }
  .inner-page-banner .content-wrap h2 {
    font-size: 52px;
    line-height: 70px;
  }
}
