.sec_intro .content_main .ani_images .inner .images {
  padding: 25px 0 25px 0;
}

.sec_product .content_main .content {
  padding: 25px 25px 25px 25px;
  text-align: center;
}

.sec_pricing .sec_pricing_home {
  text-align: center;
}

.btn-primary a {
  line-height: 2.7;
}

nav .menu__link {
  white-space: nowrap;
  gap: 8px;
  align-items: center;
}

.sec_intro .content_main .ani_images {
  padding: 30px 0;
}

@media (max-width: 768px) {
  .sec_intro .content_main .ani_images {
    padding: 30px 16px;
  }
}

.ani_images .inner {
  border-radius: 24px;
  width: 89%;
  overflow: hidden;
  border: 2px solid #0068ff;
}

.ani_images .inner .images {
  width: 100%;
  padding: 0 !important;
}

.ani_images .inner .images img {
  width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
}

.sec_intro .container {
  height: fit-content;
}

.sec_intro .content_main .ani_images .inner .images:before {
  display: none;
}

.flex.space {
  max-width: 1272px !important;
}

.sec_feature.sec_feature_home .feature_other .row_item .content {
  max-width: 520px;
}

#pricing {
  position: relative;
  padding: 34px 0;
}

#pricing::before {
  position: absolute;
  content: "";
  bottom: 0;
  background: hsla(0, 0%, 100%, .2) url(../images/decor-bg.png) center top -280px no-repeat;
  filter: blur(120px);
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media (max-width: 540px) {
  #pricing::before {
    background: hsla(0, 0%, 100%, .2) url(../images/decor-bg.png) right -600px top -140px no-repeat;
  }
}

#pricing .container .content_main .row_item .content {
  display: grid;
  justify-content: center;
  margin: 40px auto 0;
  border: 1px solid #0068ff;
  width: fit-content;
  padding: 24px;
  border-radius: 12px;
}

#pricing .container .content_main .row_item .content .btn_read_more {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #0068ff;
  padding: 12px 0;
  border-radius: 6px;
}

#pricing .container .content_main .row_item .content .btn_read_more::after {
  display: none;
}

#pricing .container .content_main .row_item .content .btn_read_more:hover {
  box-shadow: 0 0 16px 0 rgba(0, 56, 255, .4);
}

#pricing .container .content_main .row_item .content .fz-28.fw-700 {
  text-align: center;
  color: #0068ff;
}

@media (min-width: 769px) {
  .sec_feature.sec_feature_home .feature_other .row_item .images {
    max-width: 440px;
  }
}

.heading_banner {
  text-align: center;
  background: url(../images/bg.png) center center no-repeat;
}

.heading_banner .container h1 {
  color: #fff
}

.docRoot_UBD9 {
  display: grid;
  grid-template-columns: 300px 1fr;
}

@media (max-width: 992px) {
  .docRoot_UBD9 {
    display: inherit;
  }
}

.sec_intro .content_main .text {
  margin-top: 20px;
}

.sec_intro .content_main .text p {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .sec_intro .content_main .ani_images .inner {
      padding: 0 0;
  }
}

@media (max-width: 768px) {
  .youtube {
    height: 189px;
  }
}