.no-wrap {
  text-wrap: nowrap;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.nav-bar-style {
  font-size: 14px;
  margin-left: 14px;
}

.contact-us-btn {
  font-size: 14px;
}

.innn-font {
  font-size: 14px;
}


.custtom-fos {
  margin-top: 50px;
}

.footer-font {
  font-size: 14px;
}

.empty-drive {
  margin-top: 70px;
  margin-left: 100px;
}

.Leading-tech {
  width: 100%;
  height: 230px;
  border-radius: 20px;
}

.heading-abt {
  font-size: 40px;
}

.head-color {
  color: #77b248;
}

.delta-logo {
  margin-left: 100px;
  margin-top: 10px;
}

.enhance-bus{
  font-size: 19px;
}
@media (max-width: 992px) {
  .enhance-bus{
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .enhance-bus{
    font-size: 21px;
  }
}

.icon-arow {
  width: 60%;
  margin-left: 9px;
  margin-top: 15px;
}

.del-icon {
  width: 60%;
  margin-left: 18px;
  margin-top: 15px;
}

.img-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.e-com-card {
  margin-top: 50px;
}

.img-container img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 5px;
}

.image-container {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.image-container img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
}

.overlay-text-img {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  text-align: center;
  transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
}

.fs-heading {
  font-size: 55px;
  letter-spacing: -1px;
  line-height: 70px;
}

@media (max-width: 340px) {
  .fs-heading {
    font-size: 40px;
    letter-spacing: -2px;
  }
}

.image-container img.top-image {
  opacity: 1;
}

.image-container img.bottom-image {
  opacity: 0;
}

.image-container:hover img.top-image {
  opacity: 0;
}

.image-container:hover img.bottom-image {
  opacity: 1;
}

.circle {
  position: relative;
}

.circle img {
  display: block;
  width: 100%;
  height: auto;
}

.img-text {
  position: absolute;
  top: 80%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 19px;
  margin-right: 30px;
}

.circle-overlay {
  position: absolute;
  top: 75%;
  left: 20%;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.circle-overlay2 {
  position: absolute;
  top: 75%;
  left: 37%;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
input::placeholder {
  font-size: 13px;
}

.custom-rounded {
  border-radius: 20px;
}

.image-container {
  position: relative;
  width: 100%;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin-top: 90px;
}

.margin-modal-runner {
  margin-top: -130px;
}

@media (max-width: 1200px) {
  .margin-modal-runner {
    margin-top: -80px;
  }
}

@media (max-width: 900px) {
  .margin-modal-runner {
    margin-top: -50px;
  }
}

.margin-modal-paathner {
  margin-top: -130px;
}

.modal-content {
  border-radius: 65px;
  height: 461px;
}

.fixed-size-card {
  width: 100%;
  height: 208px;
  margin-top: 20px;
}
@media (max-width: 900px) {
    .fixed-size-card{
      width: 65%; 
      height: 200px;
      margin-left: 60px;
    }
}
.img-of-apps{
  width: 100%;
}
.img-of-app{
  width: 100%;
}
@media (max-width: 992px) {
  .img-of-apps{
    width: 225%;
    margin-left: 60px;
  }
  .img-of-app{
    width: 225%;

  }
}

.card-bodya {
  flex: 1;
  display: flex;
  justify-content: start;
  align-items: start;
}

.text-center p {
  margin: 0;
}

.card {
  display: flex;
  flex-direction: column;
}
.card-body,
.text-center {
  flex: 1;
}

.card-body img {
  max-width: 100%;
  height: auto;
}

.image-container img {
  width: 100%;
  height: auto;
}

.card-text-heading {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  text-align: center;
}

.image-we-are {
  position: relative;
  /* overflow: hidden; */
}
.enhanceIndoor{
  font-size: 32px;
}

@media (max-width: 1200px) {
  .enhanceIndoor{
    font-size: 25px;
  }
  
}

@media (max-width: 500px) {
  .enhanceIndoor{
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  .enhanceIndoor{
    font-size: 20px;
    margin-left: 30px;
  }
  
}

.overlay {
    position: absolute;
    top: 2px;
    left: 0;
    width: 96.97%;
    height: 96.5%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.5s;
    border-radius: 30px;
    margin-top: 12px;
    margin-left: 10px;
}
@media (min-width: 1400px) {
  .overlay{
    width: 92.65%;
    height: 96.5%;
  };
}

@media (max-width: 600px) {
  .overlay{
    width: 95.65%;
    height: 94.5%;
  };
}
@media (max-width: 400px) {
  .overlay{
    width: 94.65%;
    height: 94.5%;
  };
}
.input-icon{
  position: absolute;
  top: 29px;
  left: 8px;
}

.contact-form {
  position: relative;
  z-index: 999;
}

#message {
  background: transparent;
  border-radius: 0px 30px 30px 30px;
  padding: 15px 0px 0px 20px;
}
.cover-image {
  position: absolute;
  width: 20%;
  top: 63%;
  left: 82%;
}
.image-we-are {
  position: relative;
  /* overflow: hidden; */
}

.overlaysss {
  position: absolute;
  top: 0;
  left: 0;
  width: 97.65%;
  height: 96.5%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s;
  border-radius: 30px;
  margin-left: 10px;
  margin-top: 12px;
}
.img-text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 48px;
  /* font-family: "Plus Jakarta Sans"; */
  letter-spacing: 13px;
  color: white;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}

@media (max-width: 768px) {
  .img-text-overlay {
    font-size: 40px;
    letter-spacing: 11px;
  }
}
@media (max-width: 510px) {
  .img-text-overlay {
    font-size: 30px;
    letter-spacing: 10px;
  }
}
@media (max-width: 421px) {
  .img-text-overlay {
    font-size: 20px;
    letter-spacing: 9px;
  }
}
@media (max-width: 335px) {
  .img-text-overlay {
    font-size: 15px;
    letter-spacing: 5px;
  }
}

.image-we-are:hover .overlay {
  opacity: 1;
}

.image-we-are:hover .img-text-overlay {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.image-text-hover {
  position: absolute;
  top: 60px;
  margin-left: -200px;
  transition: all 0.5s ease-in-out;
}

.img-text {
  position: absolute;
  top: 35%;
  left: 55%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: start;
  font-size: 16px;
}

@media (max-width: 768px) {
  .img-text {
    font-size: 10px;
  }
}
@media (max-width: 485px) {
  .img-text {
    font-size: 8px;
  }
}
@media (max-width: 385px) {
  .img-text {
    font-size: 5px;
  }
}

.vertical {
  border-left: 1px solid black;
  height: 200px;
}

.text-heading {
  font-size: 20px;
}

.lts-tuch {
  font-size: 40px;
}

@media (max-width: 450px) {
  .lts-tuch {
    font-size: 30px;
  }
}
@media (max-width: 330px) {
  .lts-tuch {
    font-size: 20px;
  }
}
@media (max-width: 250px) {
  .lts-tuch {
    font-size: 15px;
  }
}

.custom-container {
  display: flex;
  background-color: black;
  height: 450px;
  width: 100%;
  max-width: 1280px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 27.27px;
}

@media (max-width: 1200px) {
  .custom-container {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .custom-container {
    height: 550px;
  }
}
@media (max-width: 770px) {
  .custom-container {
    height: 560px;
  }
}

.custom-container:hover .custom-circle-1 {
  transition: all ease-in-out 1.5s;
  left: 80%;
  bottom: 60%;
}

.custom-container:hover .custom-circle-2 {
  transition: all ease-in-out 1.5s;
  bottom: 0;
  left: 30%;
  width: 1140px;
  height: 1140px;
}

.custom-circle {
  border-radius: 50%;
  background-color: #333;
  opacity: 0.5;
  width: 500px;
  height: 500px;
  position: relative;
}

.custom-circle::before {
  content: "";
  position: absolute;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0) 70%
  );
}

.custom-circle-1 {
  position: absolute;
  transition: all ease-in-out 1.5s;
  bottom: 69%;
  left: 100px;
  width: 900px;
  height: 900px;
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.5);
}

.custom-circle-2 {
  position: absolute;
  transition: all ease-in-out 1.5s;
  top: 180px;
  left: -330px;
  width: 1140px;
  height: 1140px;
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.5);
}
.costum-btnimg {
  width: 18px;
  margin-left: 28px;
  flex-direction: row;
}
.close-button {
  border-radius: 100%;
  width: 28px;
  height: 28px;
  display: inline-block;
  font-size: 24px;
  cursor: pointer;
}
.mob-img {
  margin-top: -102px;
}
@media (max-width: 1200px) {
  .mob-img {
    margin-top: -60px;
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .mob-img {
    margin-top: -40px;
    margin-right: 20px;
  }
}

.runner-card-back {
  border-radius: 65px;
  height: 461px;
  background-color: #233575;
}
.know-more-run {
  width: 18px;
  margin-left: 28px;
  flex-direction: row;
}
.innovating-mt {
  margin-top: 80px;
}

.main-ss {
  background-color: white;
  color: white;
  font-family: sans-serif;
}

.container-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  height: 216px;
  max-width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.container-circle:hover .circle:first-child {
  transition: all ease-in-out 0.5s;
  bottom: 90%;
  left: 50%;
}

.container-circle:hover .circle_2 {
  transition: all ease-in-out 0.5s;
  bottom: 0;
  left: 30%;
  width: 600px;
  height: 700px;
}

.circle {
  border-radius: 50%;
  background-color: #333;
  opacity: 0.5;
}

.circle {
  width: 200px;
  height: 200px;
  background-color: #333;
  border-radius: 50%;
  position: relative;
}

.circle::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0) 70%
  );
}

.circle:first-child {
  position: absolute;
  transition: all ease-in-out 0.5s;
  bottom: 85%;
  left: 10px;
  width: 160px;
  height: 100px;
}

.circle_2 {
  position: absolute;
  transition: all ease-in-out 0.5s;
  top: 32px;
  left: 10px;
  width: 400px;
  height: 400px;
  margin-left: 0px;
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.5);
}

.text {
  margin-right: 250px;
  z-index: 1;
  margin-bottom: 140px;
}

.container-circle:hover .bar1 {
  height: 95px;
  transition: height 0.5s ease-in-out;
}

.container-circle:hover .bar2 {
  height: 136px;
  transition: height 0.5s ease-in-out;
}

.container-circle:hover .bar3 {
  height: 166px;
  transition: height 0.5s ease-in-out;
}

.bar {
  width: 69px;
  height: 100px;
  margin-right: 20px;
}

.bar1 {
  height: 49px;
  transition: height 0.5s ease-in-out;
  background-color: #bae289;
}

.bar2 {
  height: 92px;
  transition: height 0.5s ease-in-out;
  background-color: #99cf63;
}

.bar3 {
  height: 123px;
  transition: height 0.5s ease-in-out;
  background-color: #77b248;
}

.bars {
  display: flex;
  align-items: baseline;
  position: absolute;
  bottom: 0;
  right: 0;
}

.overlay-of-text-poup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-size: 24px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

.overlay-of-text-poups {
  position: absolute;
  top: 60%;
  left: 36%;
  transform: translate(-50%, -50%);
  color: black;
  border-radius: 5px;
}

.ip5 {
  border-radius: 15px 50px 30px;
  border: 2px solid #818181;
  padding: 20px;
  width: 100%;
}

textarea {
  resize: none;
}

.login-form {
  margin-bottom: 15px;
}

textarea.form-control {
  height: 100px;
}

.form-control::placeholder {
  color: #818181;
  opacity: 1;
}

.text-our-products-hed {
  font-size: 40px;
}

.text-our-products {
  font-size: 16px;
}

.bg-container {
  background-image: url("../assets/Images/image 61.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
@media(max-width: 500px){
  .bg-container{
    height: 75vh;
  }
} 
@media (max-width: 768px) {
  .text-our-products-hed {
    font-size: 40px;
  }
}

.newsletterHeading{
  font-size: 40px;
}

@media (max-width: 768px) {
  .newsletterHeading{
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  .text-our-products-hed {
    font-size: 30px;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Koulen&family=Lato&family=Nunito&family=Playfair+Display:ital@1&family=Prata&family=Raleway:ital,wght@1,100&family=Roboto&family=Roboto+Condensed&family=Teko&display=swap");

.btn-cstm {
  width: 350px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(90deg, #1182f2 0%, #1182f2 100%);
  padding: 10px 30px;
  border: solid #f2f2f2 2px;
  box-shadow: none;
  border-radius: 70px 69px 70px 70px;
  transition: 1000ms;
  transform: translateY(0);
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 400px) {
  .btn-cstm {
    width: 250px;
  }
}

.btn-cstm-runner {
  width: 350px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(90deg, #233575 0%, #233575 100%);
  padding: 10px 30px;
  border: solid #f2f2f2 2px;
  box-shadow: none;
  border-radius: 70px 69px 70px 70px;
  transition: 1000ms;
  transform: translateY(0);
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 400px) {
  .btn-cstm-runner {
    width: 250px;
  }
}

.hover-logo:hover {
  cursor: pointer;
  transform: scale(1.2);
}

.hover-cont:hover {
  cursor: pointer;
  transform: scale(1.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.fix-h1 {
  font-size: 40px;
  line-height: 50px;
}

@media (max-width: 1200px) {
  .fix-h1 {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width: 992px) {
  .fix-h1 {
    font-size: 20px;
  }
  .ps {
    font-size: 15px;
  }
}

@media (max-width: 457px) {
  .fix-h1 {
    font-size: 17px;
  }
  .ps {
    font-size: 12px;
  }
}

@media (max-width: 300px) {
  .fix-h1 {
    font-size: 15px;
  }
  .ps {
    font-size: 10px;
  }
}

.our-pro-heading {
  font-size: 16px;
}

.our-pro-text {
  font-size: 16px;
}
.out-mission-text{
  font-size: 16px;
}
.our-mission-heading{
  font-size: 40px;
}

@media (max-width: 540px) {
  .out-mission-text{
    font-size: 13px;
  }
  .our-mission-heading{
    font-size: 35px;
  }
}
 @media (max-width: 450px) {
  .out-mission-text{
    font-size: 10px;
    margin-bottom: 30px;
  }
  .our-mission-heading{
    font-size: 30px;
  }
}

@media (max-width: 260px) {
  .our-pro-text {
    font-size: 12px;
  }
}

.btn-dark {
  transition: all 0.5s ease-in-out;
  width: 195px;
  height: 48px;
}

.btn-dark svg.phone {
  width: 25px;
  display: none;
}

.btn-dark svg.right-arrow {
  transition: all 0.3s ease-in-out;
}

.btn-dark:hover {
  background-color: #77b248;
  width: 235px;
  transition: all 0.2s ease-in-out;
}

.btn-dark:hover svg.phone {
  display: inline-block;
}

.btn-dark:hover svg.right-arrow {
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}

.read-more-btn svg.read-more-arrow{
    transform: rotate(45deg);
}

.btn-outline-light {
  transition: all 0.5s ease-in-out;
  width: 195px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid white;
}

.btn-outline-light svg.phone {
  width: 25px;
  display: none;
}

.btn-outline-light svg.right-arrow {
  transition: all 0.3s ease-in-out;
}

.btn-outline-light:hover {
  background-color: #77b248;
  width: 660px;
  transition: all 0.2s ease-in-out;
  text-align: center;
  justify-content: center;
}

@media(max-width : 768px){
  .btn-outline-light:hover {
    background-color: #77b248;
    width: 460px;
    transition: all 0.2s ease-in-out;
    text-align: center;
    justify-content: center;
  }
}
@media(max-width : 510px){
  .btn-outline-light:hover {
    background-color: #77b248;
    width: 360px;
    transition: all 0.2s ease-in-out;
    text-align: center;
    justify-content: center;
  }
}
@media(max-width : 410px){
  .btn-outline-light:hover {
    background-color: #77b248;
    width: 260px;
    transition: all 0.2s ease-in-out;
    text-align: center;
    justify-content: center;
  }
}


.btn-outline-light:hover svg.phone {
  display: inline-block;
}

.btn-outline-light:hover svg.right-arrow {
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}

@keyframes circleScale {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(0.9);
  }
}

.scale {
  animation: circleScale 1s ease-in-out infinite alternate !important;
  -webkit-animation: circleScale 1s ease-in-out infinite alternate !important;
}
.alert-success {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1050;
}
.alert {
  padding: 15px;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 10px;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

  .location-text {
      color: #0d6efd;
      cursor: pointer;
      font-weight: 500;
    }

    .read-more-btn {
      border-radius: 50px;
      padding: 10px 20px;
      display: inline-flex;
      background-color: black !important;
      width: 177px !important;
      align-items: center;
    }

    .read-more-btn i {
      margin-left: 6px;
    }

    .highlight-rectangle {
          width: 57px;
    height: 5px;
    border-radius: 2.5px;
    background: #066CE4;
    margin-bottom: 15px;
    }

 .logo-slider {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 20px 0;
  position: relative;
}

.logo-track {
  display: flex;
  gap: 60px;
  animation: scroll 20s linear infinite;
  width: max-content;
}

.logo-track img {
  max-height: 140px;
  width: auto;
  object-fit: contain;
  display: block;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

