.frame-6 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  justify-content: start;
  padding-top: 80px;
}

.frame-4,
.frame-5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}


.frame-3 {
  /* background-image: url(static/img/attractor-layer.png); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* padding-bottom: 150px; */
  /* padding-top: 10%;
  padding-bottom: 10%; */
  height: 100vh;
  padding-bottom: 215px;
  background-image: url(static/img/New_bg.png);
}

.frame-32 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.empowering-your-business-growth-through-strategic-solutions {
  color: #1d242b;
  text-align: center;
  font-family: "Quicksand-SemiBold", sans-serif;
  font-size: 50px;
  font-weight: 500;
  margin: 20px 0;
  max-width: 80%;
}

.tailored-services-designed-to-enhance-revenue-improve-efficiency-and-elevate-customer-satisfaction {
  color: var(--color-text-2, #333333);
  text-align: center;
  font-family: "Quicksand-Medium", sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 500;
  max-width: 75%;
  margin: 20px 0;
  max-width: 50%;
}

.btn {
  background: #2a74b5;
  border-radius: 4px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin: 20px auto;
  cursor: pointer;
}

.btn:hover{
  background: #0f2e49;
}


.let-s-get-on-board {
  color: #ffffff;
  font-family: "Quicksand-Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.frame-4 {
  /* height: 52vh; */
  display: flex;
  justify-content: start;
  align-items: center;
  background: linear-gradient(0deg, rgb(0, 17, 32) 0%, rgb(0, 71, 134) 100%);
}

.video-tag {
  /* border-radius: 15%; */
  /* max-width: 75%; */
  height: auto;
  width: 100%;

}

.frame-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  margin: 40px auto;
}


.video-tag .rounded-video {
  border-radius: 15px;
}

.strategic-solutions-for-sustainable-success {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(199, 238, 255, 0.18) 98.6666560173%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Quicksand-Bold", sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.empowering-your-business-growth-through-strategic-solutions,
.tailored-services-designed-to-enhance-revenue-improve-efficiency-and-elevate-customer-satisfaction,
.let-s-get-on-board,
.strategic-solutions-for-sustainable-success {
  font-family: Quicksand;
}

.empowering-your-business-growth-through-strategic-solutions,
.tailored-services-designed-to-enhance-revenue-improve-efficiency-and-elevate-customer-satisfaction {
  display: none;
  /* Ensure the elements are hidden initially */
}


.let-s-get-on-board {
  transition: letter-spacing 0.3s ease-in-out;
}

/* .let-s-get-on-board:hover {
  letter-spacing: 0.5px;
  
} */







/*# sourceMappingURL=attractor.css.map */


@media(max-width:768px) {
  .empowering-your-business-growth-through-strategic-solutions {
    font-size: 18px;
  }

  .tailored-services-designed-to-enhance-revenue-improve-efficiency-and-elevate-customer-satisfaction {
    font-size: 14px;
  }

  .let-s-get-on-board {
    font-size: 14px;
  }

  .strategic-solutions-for-sustainable-success {
    font-size: 18px;
  }

  .frame-3 {
    height: 0vh;
    padding-top: 150px;
    padding-bottom: 310px;
  }



}

@media(max-width:600px) {
  .tailored-services-designed-to-enhance-revenue-improve-efficiency-and-elevate-customer-satisfaction {
    line-height: 18px;
  }
}


@media(max-width:425px) {
  .frame-3 {
    padding-bottom: 330px;
  }
}

@media(max-width:320px) {
  .frame-3 {
    padding-bottom: 355px;
  }
}