@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
body {
  font-family: ttrg-bd;
}

.tech-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .tech-banner {
    height: 70vh;
  }
}
@media only screen and (max-width: 991px) {
  .tech-banner {
    height: 40vh;
  }
}
.tech-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.5%, rgba(0, 0, 0, 0.85) 100%);
}
.tech-banner .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.tech-banner .bg-wrapper {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .tech-banner .bg-wrapper {
    top: 75%;
  }
}
.tech-banner .bg-wrapper h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 18px;
}
@media only screen and (max-width: 540px) {
  .tech-banner .bg-wrapper h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
.tech-banner .bg-wrapper p {
  font-family: poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .tech-banner .bg-wrapper p {
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8117647059);
  }
}
.tech-banner .bg-wrapper .btn {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  background: white;
  color: black;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  font-family: poppins;
}

.tech-secA {
  padding: 50px 0;
}
@media only screen and (max-width: 1024px) {
  .tech-secA {
    padding: 0px 0 50px 0;
  }
}
.tech-secA .container {
  max-width: 1080px;
}
.tech-secA .content {
  padding: 50px 0 0px 0;
}
.tech-secA .content .key-heading {
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
  max-width: 50%;
  margin: 0 auto 40px auto;
  color: #253b7d;
}
@media only screen and (max-width: 820px) {
  .tech-secA .content .key-heading {
    text-align: left;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .tech-secA .content .key-heading {
    font-size: 24px;
  }
}
.tech-secA .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  .tech-secA .content p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 540px) {
  .tech-secA .content p {
    font-size: 12px;
  }
}
.tech-secA .content h2 {
  font-family: poppins;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: var(--black);
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .tech-secA .content h2 {
    line-height: 1.1;
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.tech-secA .content .flex-box {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .tech-secA .content .flex-box {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .tech-secA .content .flex-box {
    display: block;
    margin-bottom: 40px;
    gap: 0px;
    text-align: center;
  }
}
.tech-secA .content .flex-box .flex-item-left {
  width: 100%;
  max-width: 50%;
}
@media only screen and (max-width: 700px) {
  .tech-secA .content .flex-box .flex-item-left {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.tech-secA .content .flex-box .flex-item-left img {
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.tech-secA .content .flex-box .flex-item-right {
  width: 100%;
  max-width: 50%;
}
@media only screen and (max-width: 700px) {
  .tech-secA .content .flex-box .flex-item-right {
    max-width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .tech-secA .content .column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}/*# sourceMappingURL=technologies.css.map */