.btech_section {
  background-color: #ffeffd;
  min-height: 100vh;
}

.btech_section .btech_hero_section {
  padding-top: 90px;
}

@media (max-width: 959px) {
  .btech_section .btech_hero_section {
    padding-top: 40px;
  }
}

.btech_section .btech_hero_section .btech_hero_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 959px) {
  .btech_section .btech_hero_section .btech_hero_section_wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_image {
  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;
}

@media (max-width: 959px) {
  .btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_image > img {
  width: 100%;
  max-width: 500px;
  padding-right: 40px;
}

@media (max-width: 959px) {
  .btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_image > img {
    padding-right: 0;
    width: 80%;
    max-width: 500px;
    margin: 20px 0;
  }
}

.btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_content {
  width: 100%;
  max-width: 500px;
}

.btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_content > h1 {
  color: #333;
  font-size: 40px;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_content > h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_content > h1 > span {
  color: #c874fa;
}

.btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_content > p {
  color: #555;
  font-size: 16px;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_content > p {
    text-align: center;
    margin-bottom: 20px;
  }
}

.btech_section .btech_benefits_section {
  margin-top: 100px;
}

@media (max-width: 959px) {
  .btech_section .btech_benefits_section {
    margin-top: 50px;
  }
}

.btech_section .btech_benefits_section > div > h2 {
  color: #c874fa;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}

@media (max-width: 959px) {
  .btech_section .btech_benefits_section > div > h2 {
    margin-bottom: 15px;
  }
}

.btech_section .btech_benefits_section > div > p {
  color: #555;
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
  padding: 0 30px;
}

@media (max-width: 959px) {
  .btech_section .btech_benefits_section > div > p {
    margin-bottom: 30px;
  }
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle {
  position: relative;
  margin: auto;
  max-width: 850px;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_btech_image {
  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;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_btech_image > img {
  width: 90%;
  max-width: 500px;
}

@media (max-width: 959px) {
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_btech_image > img {
    width: 80%;
    max-width: 400px;
  }
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .btech_benefit_bottom_content {
  text-align: center;
  margin: 15px 0;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .btech_benefit_bottom_content > h4 {
  color: #c874fa;
  margin-bottom: 10px;
  font-size: 24px;
}

@media (max-width: 959px) {
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .btech_benefit_bottom_content > h4 {
    font-size: 20px;
    color: #ffa8f3;
  }
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .btech_benefit_bottom_content > p {
  color: #333;
  font-size: 16px;
}

@media (max-width: 959px) {
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .btech_benefit_bottom_content > p {
    color: #666666;
  }
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards {
  margin: auto;
}

@media (max-width: 959px) {
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 850px;
  }
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_1,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_2,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_3,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_4,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_5,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_6 {
  background-color: #f2f3f7;
  -webkit-box-shadow: 6px 6px 16px #eedaeb, -6px -6px 16px #fce7f9;
          box-shadow: 6px 6px 16px #eedaeb, -6px -6px 16px #fce7f9;
  border-radius: 30px;
  position: absolute;
  max-width: 200px;
  height: 220px;
  -webkit-transition: -webkit-transform ease-in-out 0.15s;
  transition: -webkit-transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s, -webkit-transform ease-in-out 0.15s;
}

@media (max-width: 959px) {
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_1,
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_2,
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_3,
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_4,
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_5,
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_6 {
    position: relative;
    min-width: 150px;
    width: 40%;
    margin: 20px 10px;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_1 > h4,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_2 > h4,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_3 > h4,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_4 > h4,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_5 > h4,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_6 > h4 {
  padding: 10px;
  font-size: 18px;
  border-radius: 30px 30px 0 0;
  text-align: center;
  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;
  height: 40%;
  width: 100%;
  color: #fff;
  background-color: #ffa6f2;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_1 > p,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_2 > p,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_3 > p,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_4 > p,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_5 > p,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_6 > p {
  padding: 10px;
  font-size: 14px;
  color: #555;
  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;
  height: 60%;
  text-align: center;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_1:hover,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_2:hover,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_3:hover,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_4:hover,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_5:hover,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_6:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_1 {
  top: 10%;
  left: -10%;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_2 {
  top: 10%;
  right: -10%;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_3 {
  bottom: -4%;
  left: -10%;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_4 {
  bottom: -4%;
  right: -10%;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_5 {
  bottom: -50%;
  left: 20%;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_6 {
  bottom: -50%;
  right: 20%;
}

.btech_section .btech_benefits_section > div .benefit_button_btech {
  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;
  margin: 30px 0;
  margin-top: 400px;
}

.btech_section .btech_cloud_section {
  margin-top: 80px;
  margin-bottom: 50px;
  width: 100%;
}

@media (max-width: 959px) {
  .btech_section .btech_cloud_section {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

.btech_section .btech_cloud_section > img {
  width: 100%;
  max-height: 250px;
}
/*# sourceMappingURL=btech.css.map */